mirror of
https://github.com/PixelGuys/Cubyz.git
synced 2025-08-03 11:17:05 -04:00

All tags now share the same index space, I don't see a reason why we should have separate spaces for these. I also made diamond powerful if encased in gold/silver
16 lines
278 B
Zig
16 lines
278 B
Zig
.{
|
|
.tags = .{.metal},
|
|
.texture = "uranium_ingot.png",
|
|
.material = .{
|
|
.density = 18,
|
|
.strength = 7.0,
|
|
.elasticity = 5.0,
|
|
.grip = -1,
|
|
.hardness = 8.0,
|
|
.textureRoughness = 0.3,
|
|
.colors = .{
|
|
0xff395533, 0xff466e45, 0xff5d8a5f, 0xff6da367, 0xff74c761,
|
|
},
|
|
},
|
|
}
|