Cubyz/assets/cubyz/blocks/daisies.zig.zon
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

19 lines
334 B
Zig

.{
.tags = .{.leaf},
.blockHealth = 0.2,
.drops = .{
.{.items = .{.auto}},
},
.degradable = true,
.collide = false,
.alwaysViewThrough = true,
.absorbedLight = 0x121012,
.model = "cubyz:plane",
.rotation = .carpet,
.texture = "cubyz:daisies",
.item = .{
.texture = "daisies.png",
},
.lodReplacement = "cubyz:air",
}