mirror of
https://github.com/PixelGuys/Cubyz.git
synced 2025-08-03 11:17:05 -04:00
27 lines
337 B
Zig
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",
|
|
},
|
|
}
|