mirror of
https://github.com/PixelGuys/Cubyz.git
synced 2025-08-03 11:17:05 -04:00
16 lines
363 B
Zig
16 lines
363 B
Zig
.{
|
|
.tags = .{.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",
|
|
}
|