Cubyz/assets/cubyz/blocks/vetch.zig.zon
IntegratedQuantum 54c2d2afc6 Replace blockClass with block tags.
This allows defining custom block tags, and multiple of them.

fixes #948
2025-02-26 21:11:08 +01:00

18 lines
302 B
Zig

.{
.tags = .{.leaf},
.blockHealth = 0.2,
.drops = .{
.{.items = .{.auto}},
},
.degradable = true,
.viewThrough = true,
.absorbedLight = 0x121012,
.collide = false,
.model = "cubyz:cross",
.texture = "cubyz:vetch",
.item = .{
.texture = "vetch.png",
},
.lodReplacement = "cubyz:air",
}