-
-
Notifications
You must be signed in to change notification settings - Fork 193
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
Feature: SBA style Enchant Parsing #654
Conversation
This pull request has conflicts with the base branch. Please resolve those so we can evaluate the pull request. |
# Conflicts: # src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt # src/main/java/at/hannibal2/skyhanni/config/Features.java
Conflicts have been resolved! 🎉 |
This pull request has conflicts with the base branch "beta". Please resolve those so we can test out your changes. |
# Conflicts: # src/main/java/at/hannibal2/skyhanni/config/Features.java
Conflicts have been resolved! 🎉 |
This pull request has conflicts with the base branch "beta". Please resolve those so we can test out your changes. |
# Conflicts: # src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt # src/main/java/at/hannibal2/skyhanni/config/Features.java
Conflicts have been resolved! 🎉 |
# Conflicts: # src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt # src/main/java/at/hannibal2/skyhanni/config/Features.java
…d config into GUI category
…rsing # Conflicts: # src/main/java/at/hannibal2/skyhanni/config/Features.java
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.
src/main/java/at/hannibal2/skyhanni/config/features/gui/GUIConfig.java
Outdated
Show resolved
Hide resolved
src/main/java/at/hannibal2/skyhanni/features/misc/items/enchants/Enchants.kt
Outdated
Show resolved
Hide resolved
src/main/java/at/hannibal2/skyhanni/features/misc/items/enchants/EnchantParser.kt
Outdated
Show resolved
Hide resolved
src/main/java/at/hannibal2/skyhanni/features/misc/items/enchants/EnchantParser.kt
Show resolved
Hide resolved
src/main/java/at/hannibal2/skyhanni/features/misc/items/enchants/EnchantParser.kt
Outdated
Show resolved
Hide resolved
src/main/java/at/hannibal2/skyhanni/features/misc/items/enchants/EnchantParser.kt
Outdated
Show resolved
Hide resolved
Item lore has sometimes bugs when inside neu storage (not important enough to stop this pr) |
Enchant Parsing like SBA. Has settings for:
Also parses the tooltips shown in chat from /show or /showitem. Requires #46 to be merged.
Changelog New Features