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

21 lines
436 B
Zig

.{
.tags = .{.leaf},
.blockHealth = 0.2,
.drops = .{
.{.items = .{.auto}},
},
.degradable = true,
.viewThrough = true,
.absorbedLight = 0x000000,
.collide = false,
.model = "cubyz:flower/height_10",
.rotation = .planar,
.texture = "cubyz:trumpet_lily",
.texture_top = "cubyz:trumpet_lily_top",
.texture_bottom = "cubyz:trumpet_lily_top",
.item = .{
.texture = "trumpet_lily.png",
},
.lodReplacement = "cubyz:air",
}