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

12 lines
199 B
Zig

.{
.tags = .{.mineable},
.blockHealth = 35,
.blockResistance = 2,
.drops = .{
.{.items = .{.auto}},
},
.rotation = "cubyz:stairs",
.model = "cubyz:cube",
.texture = "cubyz:copper_block",
}