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

10 lines
142 B
Zig

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