Cubyz/assets/cubyz/blocks/lush_grass.zig.zon
IntegratedQuantum 54c2d2afc6 Replace blockClass with block tags.
This allows defining custom block tags, and multiple of them.

fixes #948
2025-02-26 21:11:08 +01:00

12 lines
222 B
Zig

.{
.tags = .{.sand},
.blockHealth = 7,
.drops = .{
.{.items = .{"cubyz:mud"}},
},
.model = "cubyz:cube",
.texture = "cubyz:lush_grass_top",
.texture_top = "cubyz:lush_grass_top",
.texture_bottom = "cubyz:mud",
}