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

10 lines
140 B
Zig

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