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
15 lines
268 B
Zig
15 lines
268 B
Zig
.{
|
|
.tags = .{.fluid},
|
|
.drops = .{},
|
|
.selectable = false,
|
|
.solid = false,
|
|
.degradable = true,
|
|
.transparent = true,
|
|
.hasBackFace = true,
|
|
.collide = false,
|
|
.absorbedLight = 0x0084ff,
|
|
.emittedLight = 0xff7b00,
|
|
.model = "cubyz:cube",
|
|
.texture = "cubyz:lava",
|
|
}
|