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, .cuttable},
|
|
.blockHealth = 5,
|
|
.drops = .{
|
|
.{.items = .{"cubyz:log/cactus"}},
|
|
},
|
|
.rotation = "cubyz:direction",
|
|
.model = "cubyz:cube",
|
|
.texture = "cubyz:cactus",
|
|
.texture_top = "cubyz:cactus_top",
|
|
.texture_bottom = "cubyz:cactus_top",
|
|
}
|