mirror of
https://github.com/PixelGuys/Cubyz.git
synced 2025-08-03 11:17:05 -04:00
27 lines
327 B
Zig
27 lines
327 B
Zig
.{
|
|
.properties = .{
|
|
.mountain
|
|
},
|
|
.radius = 320,
|
|
.minHeight = 128,
|
|
.maxHeight = 128,
|
|
|
|
.interpolation = .linear,
|
|
.mountains = 150,
|
|
|
|
.chance = 0,
|
|
|
|
.music = "cubyz:out_of_breath",
|
|
|
|
.parentBiomes = .{
|
|
.{
|
|
.id = "cubyz:mountains",
|
|
.chance = 0.1,
|
|
},
|
|
},
|
|
|
|
.maxSubBiomeCount = 1,
|
|
|
|
.stoneBlock = "cubyz:basalt",
|
|
}
|