-
-
Notifications
You must be signed in to change notification settings - Fork 216
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: Remove more neu code from SkyHanni #2419
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.
Looks great overall, please also add credits to neu to smaller functions that are directly copied over.
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/utils/ItemUtils.kt
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/utils/renderables/Renderable.kt # src/main/java/at/hannibal2/skyhanni/utils/renderables/RenderableTooltips.kt
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/utils/renderables/Renderable.kt
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/utils/ItemUtils.kt
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/features/combat/ghostcounter/GhostCounter.kt
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/features/garden/visitor/GardenVisitorSupercraft.kt
Conflicts have been resolved! 🎉 |
What
Removed most remaining function calls to Neu methods by replacing them with ones in skyhanni.
Updated Neu version in dev environment
Removed the ability to use neu chroma in ghost tracker as they can just use skyhanni chroma instead and ghost tracker is not in a great state rn anyways
This allows us to be one step closer to a version of SkyHanni that doesnt require NEU and is more ready for transition to modern minecraft versions
Changelog Technical Details
io.github.moulberry.notenoughupdates.util.Utils
. - CalMWolfs