Cubyz/assets/cubyz/blocks/yellow_leaves.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

15 lines
319 B
Zig

.{
.tags = .{.leaf},
.blockHealth = 0.5,
.drops = .{
.{.items = .{.auto}},
},
.degradable = true,
.alwaysViewThrough = true,
.absorbedLight = 0x1C1C38,
.model = "cubyz:cube",
.texture = "cubyz:yellow_leaves",
.lodReplacement = "cubyz:yellow_leaves_opaque",
.opaqueVariant = "cubyz:yellow_leaves_opaque",
}