mirror of
https://github.com/PixelGuys/Cubyz.git
synced 2025-08-03 11:17:05 -04:00
21 lines
281 B
Zig
21 lines
281 B
Zig
.{
|
|
.properties = .{
|
|
.cold,
|
|
.wet,
|
|
.barren,
|
|
},
|
|
.minHeight = 80,
|
|
.maxHeight = 256,
|
|
.minRadius = 150,
|
|
.maxRadius = 300,
|
|
.roughness = 50,
|
|
.mountains = 50,
|
|
.hills = 50,
|
|
|
|
.ground_structure = .{
|
|
"3 to 5 cubyz:snow",
|
|
"4 cubyz:frost",
|
|
},
|
|
.stoneBlock = "cubyz:frost",
|
|
}
|