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

18 lines
278 B
Zig

.{
.tags = .{.mineable},
.blockHealth = 16,
.blockResistance = 1,
.ore = .{
.veins = 5,
.size = 100,
.height = 500,
.density = 0.5,
},
.drops = .{
.{.items = .{"cubyz:coal"}},
},
.rotation = "cubyz:ore",
.model = "cubyz:cube",
.texture = "cubyz:coal_ore",
}