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

16 lines
323 B
Zig

.{
.tags = .{.mineable},
.blockHealth = 20,
.drops = .{
.{.items = .{.auto}},
},
.rotation = "cubyz:fence",
.model = "cubyz:wall",
.texture = "cubyz:terracotta_wall",
.texture_top = "cubyz:terracotta_wall_top",
.texture_bottom = "cubyz:terracotta_wall_top",
.item = .{
.texture = "wall/terracotta.png",
},
}