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

12 lines
214 B
Zig

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