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

15 lines
274 B
Zig

.{
.tags = .{.mineable},
.blockHealth = 10,
.drops = .{
.{.items = .{.auto}},
},
.model = "cubyz:chimney",
.texture = "cubyz:chimney/side",
.texture_top = "cubyz:chimney/top",
.texture_bottom = "cubyz:chimney/bottom",
.item = .{
.texture = "chimney.png",
},
}