Cubyz/assets/cubyz/biomes/decorative/stone_rock.zig.zon
ikabod-kee 5a9e537ed4
Birch, Thin Birch + Rare Chopped Forests (#1170)
* A

* Added Thin Birch Biome

* Density

* Changes

* Changes 2
2025-03-07 22:08:38 +01:00

55 lines
772 B
Zig

.{
.properties = .{
},
.radius = 16,
.chance = 0
.minHeight = 50,
.maxHeight = 80,
.roughness = 1,
.mountains = 50,
.hills = 20,
.stoneBlock = "cubyz:stone",
.parentBiomes = .{
.{
.id = "cubyz:autumn/forest",
.chance = 2,
},
.{
.id = "cubyz:autumn/mixed_forest",
.chance = 2,
},
.{
.id = "cubyz:autumn/dead_forest",
.chance = 3,
},
.{
.id = "cubyz:grassland",
.chance = 3,
},
.{
.id = "cubyz:rocky_grassland",
.chance = 24,
},
.{
.id = "cubyz:taiga",
.chance = 4,
},
.{
.id = "cubyz:forest/base",
.chance = 4,
},
.{
.id = "cubyz:forest/birch",
.chance = 4,
},
.{
.id = "cubyz:tundra/base",
.chance = 12,
},
.{
.id = "cubyz:tundra/patchy",
.chance = 6,
},
},
}