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

25 lines
322 B
Zig

.{
.properties = .{.mountain},
.radius = 320,
.minHeight = 128,
.maxHeight = 128,
.interpolation = .linear,
.mountains = 150,
.chance = 0,
.music = "cubyz:out_of_breath",
.parentBiomes = .{
.{
.id = "cubyz:mountains",
.chance = 0.1,
},
},
.maxSubBiomeCount = 1,
.stoneBlock = "cubyz:basalt",
}