Cubyz/assets/cubyz/biomes/glacier.zig.zon
ikabod-kee 9bfa17812d
Made biomes bigger (#1086)
* Made biomes bigger

* More changes

* Update save_creation.zig
2025-02-23 20:37:55 +01:00

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