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

30 lines
587 B
JSON
Raw Permalink Normal View History

2025-08-28 18:43:46 +00:00
{
"key": "steel",
"category": "metal",
"primary": 7,
"secondary": 2.9,
"tertiary": 0,
2025-08-28 18:43:46 +00:00
"durability": 850,
"integrityCost": 2,
"integrityGain": 2,
2025-08-28 18:43:46 +00:00
"magicCapacity": 90,
"toolLevel": 6,
2025-08-28 18:43:46 +00:00
"toolEfficiency": 6,
"tintOverrides": false,
"tints": {
"glyph": "484f64",
"texture": "484f64"
},
"textures": [
"tconstruct",
"metal",
"shiny"
],
"material": {
"items": [ "tconstruct:steel_ingot" ]
},
"requiredTools": {
"hammer_dig": 3
2025-08-28 18:43:46 +00:00
}
}