mc_rebalance/data/tetra/materials/metal/cobalt.json

27 lines
497 B
JSON
Raw Normal View History

2025-08-20 01:55:52 +00:00
{
"key": "cobalt",
"category": "metal",
"primary": 4,
"secondary": 5,
"tertiary": 7,
"durability": 1260,
"integrityCost": 2,
"integrityGain": 2,
"magicCapacity": 85,
"toolLevel": 5,
"toolEfficiency": 7.3,
"tints": {
"glyph": "2222dd",
"texture": "3333dd"
},
"textures": [
2025-08-20 04:52:37 +00:00
"tconstruct",
2025-08-20 01:55:52 +00:00
"cobalt",
"metal",
"shiny"
],
"material": {"items":["tconstruct:cobalt_ingot"]},
"improvements": {"workable": 5},
"requiredTools": {"hammer_dig": 3}
}