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