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

26 lines
355 B
Zig

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