Cubyz/assets/cubyz/biomes/decorative/stone_pit.zig.zon

57 lines
838 B
Zig

.{
.properties = .{},
.radius = 16,
.chance = 0,
.minHeight = -2000,
.maxHeight = -1000,
.keepOriginalTerrain = 0.99,
.roughness = 1,
.stoneBlock = "cubyz:stone",
.parentBiomes = .{
.{
.id = "cubyz:grassland",
.chance = 4,
},
.{
.id = "cubyz:autumn/dead_forest",
.chance = 12,
},
.{
.id = "cubyz:autumn/mixed_forest",
.chance = 4,
},
.{
.id = "cubyz:autumn/forest",
.chance = 6,
},
.{
.id = "cubyz:rocky_grassland",
.chance = 16,
},
.{
.id = "cubyz:taiga",
.chance = 6,
},
.{
.id = "cubyz:forest/base",
.chance = 6,
},
.{
.id = "cubyz:forest/birch",
.chance = 6,
},
.{
.id = "cubyz:forest/thin_birch",
.chance = 4,
},
.{
.id = "cubyz:tundra/base",
.chance = 6,
},
.{
.id = "cubyz:tundra/patchy",
.chance = 16,
},
},
}