Cubyz/assets/cubyz/blocks/mahogany_leaves.zig.zon

15 lines
336 B
Zig

.{
.tags = .{.cuttable, .leaf},
.blockHealth = 0.5,
.drops = .{
.{.items = .{.auto}},
},
.degradable = true,
.alwaysViewThrough = true,
.absorbedLight = 0x363436,
.model = "cubyz:cube",
.texture = "cubyz:mahogany_leaves",
.lodReplacement = "cubyz:mahogany_leaves_opaque",
.opaqueVariant = "cubyz:mahogany_leaves_opaque",
}