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

12 lines
194 B
Zig

.{
.tags = .{.mineable},
.blockHealth = 20,
.drops = .{
.{.items = .{.auto}},
},
.allowOres = true,
.rotation = "cubyz:stairs",
.model = "cubyz:cube",
.texture = "cubyz:terracotta",
}