Cubyz/assets/cubyz/biomes/glacier.zig.zon

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",
}