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

19 lines
347 B
Zig

.{
.class = .leaf,
.blockHealth = 1,
.drops = .{
.{.items = .{.auto}},
},
.degradable = true,
.collide = false,
.alwaysViewThrough = true,
.absorbedLight = 0x000000,
.model = "cubyz:plane",
.rotation = .carpet,
.texture = "cubyz:yellow_leaf_pile",
.item= .{
.texture = "yellow_leaf_pile.png",
},
.lodReplacement = "cubyz:air",
}