mirror of
https://github.com/PixelGuys/Cubyz.git
synced 2025-08-03 03:06:55 -04:00
13 lines
272 B
Zig
13 lines
272 B
Zig
.{
|
|
.tags = .{.choppable, .wood},
|
|
.blockHealth = 8,
|
|
.drops = .{
|
|
.{.items = .{"cubyz:log/birch"}},
|
|
},
|
|
.rotation = "cubyz:direction",
|
|
.model = "cubyz:cube",
|
|
.texture = "cubyz:birch_log",
|
|
.texture_top = "cubyz:birch_log",
|
|
.texture_bottom = "cubyz:birch_log_top",
|
|
}
|