-
-
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: Accessory MP as stack size #2243
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.
Thanks for this pr! the code looks good overall, still needs some polishing.
src/main/java/at/hannibal2/skyhanni/features/misc/MagicalPowerDisplay.kt
Outdated
Show resolved
Hide resolved
src/main/java/at/hannibal2/skyhanni/features/misc/MagicalPowerDisplay.kt
Show resolved
Hide resolved
src/main/java/at/hannibal2/skyhanni/config/features/misc/MPDisplayConfig.java
Outdated
Show resolved
Hide resolved
src/main/java/at/hannibal2/skyhanni/config/features/misc/MiscConfig.java
Outdated
Show resolved
Hide resolved
src/main/java/at/hannibal2/skyhanni/config/features/misc/MPDisplayConfig.java
Outdated
Show resolved
Hide resolved
src/main/java/at/hannibal2/skyhanni/features/misc/MagicalPowerDisplay.kt
Outdated
Show resolved
Hide resolved
src/main/java/at/hannibal2/skyhanni/features/misc/MagicalPowerDisplay.kt
Outdated
Show resolved
Hide resolved
src/main/java/at/hannibal2/skyhanni/features/misc/MagicalPowerDisplay.kt
Outdated
Show resolved
Hide resolved
src/main/java/at/hannibal2/skyhanni/features/misc/MagicalPowerDisplay.kt
Outdated
Show resolved
Hide resolved
src/main/java/at/hannibal2/skyhanni/features/misc/MagicalPowerDisplay.kt
Outdated
Show resolved
Hide resolved
src/main/java/at/hannibal2/skyhanni/features/misc/MagicalPowerDisplay.kt
Outdated
Show resolved
Hide resolved
src/main/java/at/hannibal2/skyhanni/features/misc/MagicalPowerDisplay.kt
Outdated
Show resolved
Hide resolved
src/main/java/at/hannibal2/skyhanni/features/misc/MagicalPowerDisplay.kt
Outdated
Show resolved
Hide resolved
adding support for abicases for now |
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.
Sorry, I late to this. But what the isAccessory function does should already be done by the itemCategory code. If it isn't for some wierd reason / edge case, please let me know and I will fix it.
src/main/java/at/hannibal2/skyhanni/features/misc/MagicalPowerDisplay.kt
Outdated
Show resolved
Hide resolved
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.
Code structure is good. But you missed some stuff that is mostly unqiue to our repo (eg: pattern for mostly everything). I also added some formatting stuff that makes the code look better.
src/main/java/at/hannibal2/skyhanni/features/misc/MagicalPowerDisplay.kt
Outdated
Show resolved
Hide resolved
src/main/java/at/hannibal2/skyhanni/config/features/inventory/MagicalPowerConfig.java
Show resolved
Hide resolved
src/main/java/at/hannibal2/skyhanni/features/misc/MagicalPowerDisplay.kt
Outdated
Show resolved
Hide resolved
src/main/java/at/hannibal2/skyhanni/features/misc/MagicalPowerDisplay.kt
Outdated
Show resolved
Hide resolved
src/main/java/at/hannibal2/skyhanni/features/misc/MagicalPowerDisplay.kt
Outdated
Show resolved
Hide resolved
src/main/java/at/hannibal2/skyhanni/features/misc/MagicalPowerDisplay.kt
Outdated
Show resolved
Hide resolved
src/main/java/at/hannibal2/skyhanni/features/misc/MagicalPowerDisplay.kt
Outdated
Show resolved
Hide resolved
src/main/java/at/hannibal2/skyhanni/features/misc/MagicalPowerDisplay.kt
Outdated
Show resolved
Hide resolved
src/main/java/at/hannibal2/skyhanni/features/misc/MagicalPowerDisplay.kt
Outdated
Show resolved
Hide resolved
# Conflicts: # src/main/java/at/hannibal2/skyhanni/features/misc/MagicalPowerDisplay.kt
This pull request has conflicts with the base branch "beta". Please resolve those so we can test out your changes. |
Conflicts have been resolved! 🎉 |
Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com>
What
https://discord.com/channels/997079228510117908/1263951633059156009
Images
Changelog New Features