mirror of
https://github.com/PixelGuys/Cubyz.git
synced 2025-09-15 15:29:32 -04:00
Some Biomes --> Their own folders + Extra Sub Biomes (#955)
* Moved things into their own folders * Small changes * Changed Clearing Chances * Fixes * Radius Changes + Limestone Boulders
This commit is contained in:
parent
659deab1f4
commit
57658d6b10
@ -1,17 +1,14 @@
|
|||||||
.{
|
.{
|
||||||
.properties = .{
|
.properties = .{
|
||||||
.wet,
|
|
||||||
},
|
},
|
||||||
.minHeight = 22,
|
.minHeight = 22,
|
||||||
.maxHeight = 40,
|
.maxHeight = 40,
|
||||||
|
.minRadius = 150,
|
||||||
|
.maxRadius = 200,
|
||||||
.roughness = 10,
|
.roughness = 10,
|
||||||
.hills = 10,
|
.hills = 10,
|
||||||
|
|
||||||
.music = "cubyz:leaves",
|
.music = "cubyz:leaves",
|
||||||
|
|
||||||
.validPlayerSpawn = true,
|
.validPlayerSpawn = true,
|
||||||
|
|
||||||
.ground_structure = .{
|
.ground_structure = .{
|
||||||
"cubyz:grass",
|
"cubyz:grass",
|
||||||
"2 to 3 cubyz:soil",
|
"2 to 3 cubyz:soil",
|
@ -5,14 +5,10 @@
|
|||||||
.radius = 32,
|
.radius = 32,
|
||||||
.minHeight = 22,
|
.minHeight = 22,
|
||||||
.maxHeight = 40,
|
.maxHeight = 40,
|
||||||
|
|
||||||
.roughness = 1,
|
.roughness = 1,
|
||||||
.hills = 5,
|
.hills = 5,
|
||||||
|
|
||||||
.music = "cubyz:sunrise",
|
.music = "cubyz:sunrise",
|
||||||
|
|
||||||
.validPlayerSpawn = true,
|
.validPlayerSpawn = true,
|
||||||
|
|
||||||
.ground_structure = .{
|
.ground_structure = .{
|
||||||
"cubyz:grass",
|
"cubyz:grass",
|
||||||
"2 to 3 cubyz:soil",
|
"2 to 3 cubyz:soil",
|
||||||
@ -20,17 +16,23 @@
|
|||||||
.structures = .{
|
.structures = .{
|
||||||
.{
|
.{
|
||||||
.id = "cubyz:boulder",
|
.id = "cubyz:boulder",
|
||||||
.chance = 0.0016,
|
.chance = 0.005,
|
||||||
.block = "cubyz:stone",
|
.block = "cubyz:stone",
|
||||||
.size = 5,
|
.size = 5,
|
||||||
.size_variance = 1,
|
.size_variance = 1,
|
||||||
},
|
},
|
||||||
|
.{
|
||||||
|
.id = "cubyz:simple_vegetation",
|
||||||
|
.block = "cubyz:grass_vegetation",
|
||||||
|
.chance = 0.6,
|
||||||
|
.height = 1,
|
||||||
|
.height_variation = 0,
|
||||||
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
.parentBiomes = .{
|
.parentBiomes = .{
|
||||||
.{
|
.{
|
||||||
.id = "cubyz:forest",
|
.id = "cubyz:forest/base",
|
||||||
.chance = 0.1,
|
.chance = 0.2,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
@ -4,15 +4,12 @@
|
|||||||
},
|
},
|
||||||
.minHeight = 40,
|
.minHeight = 40,
|
||||||
.maxHeight = 44,
|
.maxHeight = 44,
|
||||||
.minRadius = 100,
|
.minRadius = 150,
|
||||||
.maxRadius = 160,
|
.maxRadius = 200,
|
||||||
.roughness = 1,
|
.roughness = 1,
|
||||||
.hills = 3,
|
.hills = 3,
|
||||||
|
|
||||||
.music = "cubyz:sunrise",
|
.music = "cubyz:sunrise",
|
||||||
|
|
||||||
.validPlayerSpawn = true,
|
.validPlayerSpawn = true,
|
||||||
|
|
||||||
.ground_structure = .{
|
.ground_structure = .{
|
||||||
"1 cubyz:dirt",
|
"1 cubyz:dirt",
|
||||||
"3 to 4 cubyz:limestone",
|
"3 to 4 cubyz:limestone",
|
29
assets/cubyz/biomes/prairie/limestone_pit.zig.zon
Normal file
29
assets/cubyz/biomes/prairie/limestone_pit.zig.zon
Normal file
@ -0,0 +1,29 @@
|
|||||||
|
.{
|
||||||
|
.properties = .{
|
||||||
|
.dry,
|
||||||
|
.barren,
|
||||||
|
},
|
||||||
|
.minRadius = 6,
|
||||||
|
.maxRadius = 12,
|
||||||
|
.chance = 0,
|
||||||
|
.minHeight = 30,
|
||||||
|
.maxHeight = 36,
|
||||||
|
.roughness = 1,
|
||||||
|
.hills = 10,
|
||||||
|
.stoneBlock = "cubyz:limestone",
|
||||||
|
.parentBiomes = .{
|
||||||
|
.{
|
||||||
|
.id = "cubyz:prairie/base",
|
||||||
|
.chance = 24,
|
||||||
|
},
|
||||||
|
},
|
||||||
|
.structures = .{
|
||||||
|
.{
|
||||||
|
.id = "cubyz:boulder",
|
||||||
|
.chance = 0.5,
|
||||||
|
.block = "cubyz:limestone",
|
||||||
|
.size = 2,
|
||||||
|
.size_variance = 9,
|
||||||
|
},
|
||||||
|
},
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user