mirror of
https://github.com/PixelGuys/Cubyz.git
synced 2025-08-03 03:06:55 -04:00
19 lines
433 B
Zig
19 lines
433 B
Zig
.{
|
|
.tags = .{.choppable, .wood},
|
|
.blockHealth = 5,
|
|
.drops = .{
|
|
.{.items = .{.auto}},
|
|
},
|
|
.rotation = "cubyz:planar",
|
|
.model = "cubyz:bellows",
|
|
.texture = "cubyz:bellows/side",
|
|
.texture_front = "cubyz:bellows/nozzle",
|
|
.texture_left = "cubyz:bellows/nozzle",
|
|
.texture_right = "cubyz:bellows/side",
|
|
.texture_top = "cubyz:bellows/top",
|
|
.texture_bottom = "cubyz:bellows/bottom",
|
|
.item = .{
|
|
.texture = "bellows.png",
|
|
},
|
|
}
|