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

14 lines
167 B
Zig

.{
.properties = .{},
.chance = 0,
.minHeight = 24,
.maxHeight = 40,
.validPlayerSpawn = true,
.ground_structure = .{
"cubyz:grass",
"2 cubyz:soil",
},
}