mirror of
https://github.com/PixelGuys/Cubyz.git
synced 2025-08-03 03:06:55 -04:00
12 lines
214 B
Zig
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",
|
|
}
|