mirror of
https://github.com/PixelGuys/Cubyz.git
synced 2025-08-03 11:17:05 -04:00
21 lines
323 B
Zig
21 lines
323 B
Zig
.{
|
|
.tags = .{.mineable},
|
|
.blockHealth = 60,
|
|
.blockResistance = 7.0,
|
|
.ore = .{
|
|
.veins = 3,
|
|
.size = 15,
|
|
.height = -500,
|
|
.density = 0.25,
|
|
},
|
|
.drops = .{
|
|
.{.items = .{.auto}},
|
|
},
|
|
.rotation = "cubyz:ore",
|
|
.model = "cubyz:cube",
|
|
.texture = "cubyz:silver_ore",
|
|
.item = .{
|
|
.texture = "raw_silver.png",
|
|
},
|
|
}
|