Cubyz/assets/cubyz/blocks/sand.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

10 lines
134 B
Zig

.{
.tags = .{.sand},
.blockHealth = 5,
.drops = .{
.{.items = .{.auto}},
},
.model = "cubyz:cube",
.texture = "cubyz:sand",
}