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

13 lines
276 B
Zig

.{
.tags = .{.choppable, .wood},
.blockHealth = 8,
.drops = .{
.{.items = .{"cubyz:log/birch"}},
},
.rotation = "cubyz:direction",
.model = "cubyz:cube",
.texture = "cubyz:birch_log",
.texture_top = "cubyz:birch_log_top",
.texture_bottom = "cubyz:birch_log_top",
}