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