mirror of
https://github.com/PixelGuys/Cubyz.git
synced 2025-08-03 03:06:55 -04:00
15 lines
274 B
Zig
15 lines
274 B
Zig
.{
|
|
.tags = .{.mineable},
|
|
.blockHealth = 10,
|
|
.drops = .{
|
|
.{.items = .{.auto}},
|
|
},
|
|
.model = "cubyz:chimney",
|
|
.texture = "cubyz:chimney/side",
|
|
.texture_top = "cubyz:chimney/top",
|
|
.texture_bottom = "cubyz:chimney/bottom",
|
|
.item = .{
|
|
.texture = "chimney.png",
|
|
},
|
|
}
|