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
23 lines
393 B
Zig
23 lines
393 B
Zig
.{
|
|
.tags = .{.wood},
|
|
.blockHealth = 0.5,
|
|
.drops = .{
|
|
.{.items = .{.auto}},
|
|
},
|
|
.solid = false,
|
|
.emittedLight = 0xa58d73,
|
|
.viewThrough = true,
|
|
.absorbedLight = 0x010101,
|
|
.collide = false,
|
|
.rotation = .torch,
|
|
.model = .{
|
|
.base = "cubyz:torch",
|
|
.side = "cubyz:torch_side",
|
|
},
|
|
.texture = "cubyz:torch",
|
|
.item = .{
|
|
.texture = "torch.png",
|
|
},
|
|
.lodReplacement = "cubyz:air",
|
|
}
|