Cubyz/assets/cubyz/blocks/coal_ore.zig.zon
2025-05-18 12:07:22 +02:00

18 lines
268 B
Zig

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