mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-04-03 10:16:23 +02:00
Enchanted custom tools should now support Arcane Forging.
This commit is contained in:
parent
e9af0ebdc5
commit
e84a9643f8
@ -530,6 +530,11 @@ public class Repair {
|
|||||||
}
|
}
|
||||||
|
|
||||||
inventory.removeItem(repairMaterial);
|
inventory.removeItem(repairMaterial);
|
||||||
|
|
||||||
|
if (configInstance.getArcaneForgingEnchantLossEnabled() && !permInstance.arcaneBypass(player)) {
|
||||||
|
addEnchants(player, item);
|
||||||
|
}
|
||||||
|
|
||||||
item.setDurability(newDurability);
|
item.setDurability(newDurability);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user