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

27 lines
499 B
JSON
Raw Normal View History

2025-08-28 18:43:46 +00:00
{
"key": "cobalt",
"category": "metal",
"primary": 7,
"secondary": 2.9,
2025-08-28 18:43:46 +00:00
"tertiary": 7,
"durability": 2041,
2025-08-28 18:43:46 +00:00
"integrityCost": 2,
"integrityGain": 5,
"magicCapacity": 85,
"toolLevel": 6,
2025-08-28 18:43:46 +00:00
"toolEfficiency": 7.3,
"tints": {
"glyph": "2222dd",
"texture": "3333dd"
},
"textures": [
"tconstruct",
"cobalt",
"metal",
"shiny"
],
"material": {"items":["tconstruct:cobalt_ingot"]},
"improvements": {"workable": 5},
"requiredTools": {"hammer_dig": 3}
}