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

27 lines
316 B
Zig

.{
.chance = 0,
.properties = .{
.ocean,
},
.minHeight = -10,
.maxHeight = -10,
.music = "cubyz:Sincerely",
.radius = 64,
.ground_structure = .{
"3 to 4 cubyz:stone",
"1 to 2 cubyz:sandstone",
},
.maxSubBiomeCount = 1,
.parentBiomes = .{
.{
.id = "cubyz:ocean",
.chance = 1,
},
},
}