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

10 lines
159 B
Zig

.{
.tags = .{.choppable, .cuttable},
.blockHealth = 3,
.drops = .{
.{.items = .{.auto}},
},
.model = "cubyz:cube",
.texture = "cubyz:toadstool_cap",
}