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
14 lines
214 B
Zig
14 lines
214 B
Zig
.{
|
|
.isCave = true,
|
|
.maxHeight = -48125,
|
|
.minHeight = -48500,
|
|
.stoneBlock = "cubyz:stone",
|
|
.fogDensity = 10,
|
|
.fogColor = 0x272334,
|
|
.chance = 100,
|
|
|
|
.music = "cubyz:heart-of-the-beast",
|
|
|
|
.structures = .{},
|
|
}
|