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

30 lines
592 B
JSON
Raw Normal View History

2025-08-20 01:55:52 +00:00
{
"key": "steel",
"category": "metal",
"primary": 6.5,
"secondary": 4.4,
"tertiary": 3.5,
"durability": 1350,
"integrityCost": 2,
"integrityGain": 3,
"magicCapacity": 90,
"toolLevel": 5,
"toolEfficiency": 6,
"tintOverrides": false,
"tints": {
2025-08-20 04:52:37 +00:00
"glyph": "484f64",
"texture": "484f64"
2025-08-20 01:55:52 +00:00
},
"textures": [
2025-08-20 04:52:37 +00:00
"tconstruct",
2025-08-20 01:55:52 +00:00
"metal",
"shiny"
],
"material": {
"items": [ "tconstruct:steel_ingot" ]
},
"requiredTools": {
"hammer_dig": 4
}
}