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

12 lines
187 B
Zig

.{
.tags = .{.stone},
.blockHealth = 35,
.blockResistance = 1,
.drops = .{
.{.items = .{.auto}},
},
.rotation = .stairs,
.model = "cubyz:cube",
.texture = "cubyz:coal_block",
}