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

11 lines
183 B
Zig

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