LTDV10/packet/kubejs/data/tetra/materials/metal/endsteel_ingot.json
2026-04-14 18:20:56 +08:00

32 lines
638 B
JSON

{
"replace": true,
"key": "endsteel_ingot",
"category": "metal",
"primary": 14,
"secondary": 4,
"tertiary": 6,
"durability": 2000,
"integrityCost": 3,
"integrityGain": 10,
"magicCapacity": 80,
"toolLevel": "minecraft:netherite",
"toolEfficiency": 12,
"effects": {
"unbreaking":3,
"workable":10
},
"tints": {
"glyph": "311c3b",
"texture": "311c3b"
},
"textures": [
"heavy",
"metal"
],
"material": {
"items": [ "art_of_forging:endsteel_ingot" ]
},
"requiredTools": {
"hammer_dig": 8
}
}