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

17 lines
355 B
Zig

.{
.tags = .{.choppable, .wood},
.blockHealth = 5,
.drops = .{
.{.items = .{.auto}},
},
.absorbedLight = 0x202830,
.rotation = "cubyz:fence",
.model = "cubyz:fence",
.texture = "cubyz:mahogany_fence",
.texture_top = "cubyz:mahogany_fence_top",
.texture_bottom = "cubyz:mahogany_fence_top",
.item = .{
.texture = "fence/mahogany.png",
},
}