Update Forbidden Magic's BM support
Arcaratus opened this issue ยท 4 comments
Looking through the code, and I see some stuff is pretty outdated with the current version of BM. The orb is completely out of date, and some things in the API have updated; if you'd like, I'll do a pull request if you're too busy
The blood orb for instance, allows the user to reach 80mil with only the orb, not others (causes problems when things call for max LP a soul network can store) it also only subtracts 1 health in a non-updated fashion. (See here:
https://github.com/WayofTime/BloodMagic/blob/master/src/main/java/WayofTime/alchemicalWizardry/common/items/EnergyBattery.java#L93-L94)