mirror of
https://github.com/PixelGuys/Cubyz.git
synced 2025-08-03 11:17:05 -04:00
13 lines
244 B
Zig
13 lines
244 B
Zig
.{
|
|
.tags = .{.wood},
|
|
.blockHealth = 8,
|
|
.drops = .{
|
|
.{.items = .{.auto}},
|
|
},
|
|
.rotation = .log,
|
|
.model = "cubyz:cube",
|
|
.texture = "cubyz:mahogany_log",
|
|
.texture_top = "cubyz:mahogany_log",
|
|
.texture_bottom = "cubyz:mahogany_log_top",
|
|
}
|