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

13 lines
280 B
Zig

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