-
-
Notifications
You must be signed in to change notification settings - Fork 97
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
Museum HUD #1064
base: master
Are you sure you want to change the base?
Museum HUD #1064
Conversation
src/main/java/de/hysky/skyblocker/mixins/HandledScreenMixin.java
Outdated
Show resolved
Hide resolved
src/main/java/de/hysky/skyblocker/skyblock/museum/FormatingUtils.java
Outdated
Show resolved
Hide resolved
src/main/java/de/hysky/skyblocker/skyblock/museum/FormatingUtils.java
Outdated
Show resolved
Hide resolved
src/main/java/de/hysky/skyblocker/skyblock/museum/ItemFilter.java
Outdated
Show resolved
Hide resolved
src/main/java/de/hysky/skyblocker/skyblock/museum/DonationButton.java
Outdated
Show resolved
Hide resolved
src/main/java/de/hysky/skyblocker/skyblock/museum/DonationButton.java
Outdated
Show resolved
Hide resolved
src/main/java/de/hysky/skyblocker/skyblock/museum/MuseumManager.java
Outdated
Show resolved
Hide resolved
src/main/java/de/hysky/skyblocker/skyblock/museum/MuseumManager.java
Outdated
Show resolved
Hide resolved
src/main/java/de/hysky/skyblocker/skyblock/item/MuseumItemCache.java
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.
You should also rebase this on the latest commit to ensure it works on 1.21.4, though I don't think you will need to change anything regarding the new version.
src/main/java/de/hysky/skyblocker/mixins/accessors/ScreenAccessor.java
Outdated
Show resolved
Hide resolved
src/main/java/de/hysky/skyblocker/skyblock/museum/Donation.java
Outdated
Show resolved
Hide resolved
src/main/java/de/hysky/skyblocker/skyblock/museum/Donation.java
Outdated
Show resolved
Hide resolved
src/main/java/de/hysky/skyblocker/skyblock/museum/DonationButton.java
Outdated
Show resolved
Hide resolved
src/main/java/de/hysky/skyblocker/skyblock/museum/DonationButton.java
Outdated
Show resolved
Hide resolved
src/main/java/de/hysky/skyblocker/skyblock/museum/MuseumManager.java
Outdated
Show resolved
Hide resolved
src/main/java/de/hysky/skyblocker/skyblock/museum/MuseumUtils.java
Outdated
Show resolved
Hide resolved
src/main/java/de/hysky/skyblocker/skyblock/museum/PriceData.java
Outdated
Show resolved
Hide resolved
Couldn't find any other clean fix than this. |
src/main/java/de/hysky/skyblocker/mixins/HandledScreenMixin.java
Outdated
Show resolved
Hide resolved
Overlay's dimensions were overlapping with the inventory part, which made the mouse click event being called only for the widget. |
Btw, The Hypixel API only registers items that a player has donated, excluding any downgraded variants. For example, if a player donates Fermento Armor, its downgraded versions (e.g., Cropie Armor) will not be registered in the API. So i made few adjustments to it. However, these changes require an update to the local data cache. if |
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.
Just the static block thing otherwise the code seems good
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.
naming nitpicks YAY
(previous comments came back, sorry about that)
Ideas for future:
compact donations related to each other in one button maybe like garden hoes and necron bladesmore complex XpPerCoin algorithm (as example: no one with fully functionnal brain is going to buy all necron's blade, so if he gets one handle the cost of remaining blades is nearly nothing if he gonna convert them)