mirror of
https://github.com/PixelGuys/Cubyz.git
synced 2025-08-03 11:17:05 -04:00
21 lines
307 B
Zig
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",
|
|
},
|
|
}
|