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

10 lines
141 B
Zig

.{
.tags = .{.diggable},
.blockHealth = 5.75,
.drops = .{
.{.items = .{.auto}},
},
.model = "cubyz:cube",
.texture = "cubyz:clay",
}