27 lines
337 B
Zig

.{
.properties = .{
.mountain
},
.radius = 90,
.minHeight = 768,
.maxHeight = 768,
.interpolation = .linear,
.chance = 0,
.music = "cubyz:out_of_breath",
.parentBiomes = .{
.{
.id = "cubyz:tall_mountain/slope5",
.chance = 1,
},
},
.maxSubBiomeCount = 1,
.ground_structure = .{
"10 to 12 cubyz:snow",
},
}