PatchingException - kiooeht/ModTheSpire GitHub Wiki
Exceptions During Patching
When ModTheSpire is reading your mod's patches, if it encounters a badly formed patch it will throw a PatchingException with information about what is wrong with the patch.
Possible Causes
- You defined an
Insertmethod and did not provide a@SpireInsertPatchannotation for it - You defined a
@SpireInsertPatchwithout specifying a line number or a locator - You defined a
Locatorthat didn't find any lines