-
-
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: Quiver Display #1190
Feature: Quiver Display #1190
Conversation
…ster chestplate, and more patterns
…igration for it. also added support for kuudra to alert (temporary until i figure out how to properly do it)
Finished what i wanted to do with this (mostly), only thing left in my todo is merging the dungeon and kuudra enter/complete events into an instance event, but apart from that it should be ready for review. |
The description and names of the new configs also still have to be improved |
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
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/data/QuiverAPI.kt
Conflicts have been 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.
works fine in game.
maybe split "display" and "warning" up into different categories?
src/main/java/at/hannibal2/skyhanni/config/features/gui/GUIConfig.java
Outdated
Show resolved
Hide resolved
src/main/java/at/hannibal2/skyhanni/config/features/gui/QuiverDisplayConfig.java
Outdated
Show resolved
Hide resolved
src/main/java/at/hannibal2/skyhanni/config/features/gui/QuiverDisplayConfig.java
Outdated
Show resolved
Hide resolved
src/main/java/at/hannibal2/skyhanni/features/gui/QuiverDisplay.kt
Outdated
Show resolved
Hide resolved
src/main/java/at/hannibal2/skyhanni/features/gui/QuiverDisplay.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.
looks like it works fine in game
src/main/java/at/hannibal2/skyhanni/features/gui/quiver/QuiverDisplay.kt
Outdated
Show resolved
Hide resolved
src/main/java/at/hannibal2/skyhanni/config/storage/ProfileSpecificStorage.java
Show resolved
Hide resolved
Co-authored-by: Cal <cwolfson58@gmail.com> Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com>
Dependencies
What
Adds a Quiver Display that shows the amount of arrows you have, an alert to get after a dungeon/kuudra run if you ran out/are low on certain arrows, and a customizable amount to get that reminder and a low quiver notification. Also makes QuiverAPI use the item in the 9th slot of the hotbar to get more accurate numbers.
Images
TODO
Changelog New Features
Changelog Improvements
Changelog Technical Details
Changelog Removed Features