Files
minecraft-assets/data/minecraft/enchantment/mending.json
2025-03-19 18:31:15 +01:00

30 lines
521 B
JSON

{
"anvil_cost": 4,
"description": {
"translate": "enchantment.minecraft.mending"
},
"effects": {
"minecraft:repair_with_xp": [
{
"effect": {
"type": "minecraft:multiply",
"factor": 2.0
}
}
]
},
"max_cost": {
"base": 75,
"per_level_above_first": 25
},
"max_level": 1,
"min_cost": {
"base": 25,
"per_level_above_first": 25
},
"slots": [
"any"
],
"supported_items": "#minecraft:enchantable/durability",
"weight": 2
}