mirror of
https://github.com/PixelGuys/Cubyz.git
synced 2025-08-03 11:17:05 -04:00
28 lines
339 B
Zig
28 lines
339 B
Zig
.{
|
|
.properties = .{
|
|
.mountain
|
|
},
|
|
.radius = 160,
|
|
.minHeight = 576,
|
|
.maxHeight = 576,
|
|
|
|
.interpolation = .linear,
|
|
|
|
.chance = 0,
|
|
|
|
.music = "cubyz:out_of_breath",
|
|
|
|
.parentBiomes = .{
|
|
.{
|
|
.id = "cubyz:tall_mountain/slope3",
|
|
.chance = 1,
|
|
},
|
|
},
|
|
|
|
.maxSubBiomeCount = 1,
|
|
|
|
.ground_structure = .{
|
|
"10 to 12 cubyz:snow",
|
|
},
|
|
}
|