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

20 lines
223 B
Zig

.{
.properties = .{
.ocean,
},
.radius = 500,
.minHeight = -4,
.maxHeight = 0,
.chance = 0,
.interpolation = .linear,
.hills = 10,
.music = "cubyz:tides",
.ground_structure = .{
"2 to 4 cubyz:sand",
},
}