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

11 lines
171 B
Zig

.{
.tags = .{.stone},
.blockHealth = 20,
.drops = .{
.{.items = .{.auto}},
},
.rotation = .stairs,
.model = "cubyz:cube",
.texture = "cubyz:terracotta_bricks",
}