Cubyz/assets/cubyz/biomes/peak.zig.zon

32 lines
432 B
Zig

.{
.properties = .{
.mountain,
.cold,
.barren,
.wet,
},
.minHeight = 120,
.maxHeight = 256,
.mountains = 125,
.music = "cubyz:DarkTimes",
.soilCreep = 1.0,
.ground_structure = .{
"3 to 6 cubyz:snow",
"1 to 3 cubyz:permafrost",
},
.stoneBlock = "cubyz:glacite",
.structures = .{
.{
.id = "cubyz:stalagmite",
.block = "cubyz:ice",
.chance = 0.08,
.size = 3,
.size_variation = 5,
},
},
}