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

27 lines
355 B
Zig

.{
.properties = .{.mountain},
.radius = 200,
.minHeight = 480,
.maxHeight = 480,
.interpolation = .linear,
.chance = 0,
.music = "cubyz:out_of_breath",
.parentBiomes = .{
.{
.id = "cubyz:tall_mountain/slope2",
.chance = 1,
},
},
.maxSubBiomeCount = 1,
.ground_structure = .{
"0 to 1 cubyz:snow",
"cubyz:cobblestone",
},
}