mirror of
https://github.com/PixelGuys/Cubyz.git
synced 2025-08-03 11:17:05 -04:00
17 lines
397 B
Zig
17 lines
397 B
Zig
.{
|
|
.tags = .{.wood},
|
|
.blockHealth = 10,
|
|
.drops = .{
|
|
.{.items = .{.auto}},
|
|
},
|
|
.gui = .workbench,
|
|
.model = "cubyz:cube",
|
|
.rotation = .planar,
|
|
.texture = "cubyz:workbench_back",
|
|
.texture_front = "cubyz:workbench_front",
|
|
.texture_left = "cubyz:workbench_side",
|
|
.texture_right = "cubyz:workbench_side",
|
|
.texture_top = "cubyz:workbench_top",
|
|
.texture_bottom = "cubyz:workbench_bottom",
|
|
}
|