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