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

16 lines
374 B
Zig

.{
.tags = .{.cuttable, .leaf},
.blockHealth = 0.5,
.drops = .{
.{.items = .{.auto}},
.{.chance = 0.1, .items = .{"cubyz:apple"}},
},
.degradable = true,
.alwaysViewThrough = true,
.absorbedLight = 0x363436,
.model = "cubyz:cube",
.texture = "cubyz:birch_leaves",
.lodReplacement = "cubyz:birch_leaves_opaque",
.opaqueVariant = "cubyz:birch_leaves_opaque",
}