Cubyz/assets/cubyz/biomes/decorative/stone_rock.zig.zon
IntegratedQuantum b303244773
Run the zon format check with our zig fmt (#1175)
* Format all the zon assets to prepare for running the the format check with our zig fmt

* Update ci.yml

* Remove zon files from the old formatter

* Add a formatting violation to test the CI

* Undo the check
2025-03-07 22:34:55 +01:00

54 lines
771 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,
},
},
}