Cubyz/assets/cubyz/blocks/cactus.zig.zon

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",
}