mirror of
https://github.com/PixelGuys/Cubyz.git
synced 2025-08-03 11:17:05 -04:00

* 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
25 lines
322 B
Zig
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",
|
|
}
|