TCLProject / ArsMagica2-5

Ars Magica 2.5
15 stars 8 forks source link

Only Reconstruct Repairable Items #31

Closed DrParadox7 closed 12 months ago

DrParadox7 commented 12 months ago

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.

DrParadox7 commented 12 months ago

My bad. This is already implemented