Cubyz/assets/cubyz/blocks/lamp.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
209 B
Zig

.{
.tags = .{.wood},
.blockHealth = 10,
.drops = .{
.{.items = .{.auto}},
},
.emittedLight = 0xd9cab4,
.texture = "cubyz:lamp",
.texture_top = "cubyz:lamp_top",
.texture_bottom = "cubyz:lamp_top",
}