Reconstruct items only if repair crafting hasn't been intentionally disabled by mods.
Repair crafting is the process of merging two damaged items at a crafting table to merge their durability, which is enabled for all damageable items by default.
However, mods may deliberately disable this on specific items by calling the setNoRepair() method.
Typically, this is done for items with unique repair mechanics, like energy recharge or partaking in rituals.
This PR will make it so that the Arcane Reconstructor respects that.
Reconstruct items only if repair crafting hasn't been intentionally disabled by mods.
Repair crafting is the process of merging two damaged items at a crafting table to merge their durability, which is enabled for all damageable items by default.
However, mods may deliberately disable this on specific items by calling the
setNoRepair()
method. Typically, this is done for items with unique repair mechanics, like energy recharge or partaking in rituals.This PR will make it so that the Arcane Reconstructor respects that.