-
-
Notifications
You must be signed in to change notification settings - Fork 217
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Backend: Better Enchant Detection and Error Logging #2816
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also please rephrase the changelog file to make clear what has changed for users. If there is nothing changed for users, change the changelog type from improvement to internal change please
src/main/java/at/hannibal2/skyhanni/features/misc/items/enchants/EnchantParser.kt
Show resolved
Hide resolved
I have detected some issues with your pull request: Title issues: Please fix these issues. For the correct format, refer to the pull request template. |
Pull request was closed
What
Adds a regex pattern to check that a line contains only enchants (and anything else expected in a legitimate enchant line) so miscellaneous strings from elsewhere in the mod or from other mods are not messed with incorrectly. Also fixes and improves the error logging in enchant parser for some still unexplained errors.
test
Changelog Technical Details