Cubyz/assets/cubyz/blocks/iron_ore.zig.zon
2025-04-14 09:27:54 +02:00

21 lines
307 B
Zig

.{
.tags = .{.stone},
.blockHealth = 35,
.blockResistance = 5,
.ore = .{
.veins = 4,
.size = 20,
.height = -250,
.density = 0.25,
},
.drops = .{
.{.items = .{.auto}},
},
.rotation = .ore,
.model = "cubyz:cube",
.texture = "cubyz:iron_ore",
.item = .{
.texture = "raw_iron.png",
},
}