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

11 lines
183 B
Zig

.{
.tags = .{.diggable},
.blockHealth = 7,
.drops = .{
.{.items = .{"cubyz:soil"}},
},
.model = "cubyz:cube",
.texture = "cubyz:grass_top",
.texture_bottom = "cubyz:soil",
}