-
-
Notifications
You must be signed in to change notification settings - Fork 208
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: Item Pickup Log #1937
Feature: Item Pickup Log #1937
Conversation
This pull request has conflicts with the base branch "beta". Please resolve those so we can test out your changes. |
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/inventory/InventoryConfig.java
Conflicts have been resolved! 🎉 |
src/main/java/at/hannibal2/skyhanni/config/features/inventory/ItemPickupLog.kt
Outdated
Show resolved
Hide resolved
…or display alignment
…ition of the gui.
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.
I've found multiple spots where I think stuff happens unnecessary, or we already have working solutions for the problem.
src/main/java/at/hannibal2/skyhanni/features/inventory/ItemPickupLog.kt
Outdated
Show resolved
Hide resolved
src/main/java/at/hannibal2/skyhanni/features/inventory/ItemPickupLog.kt
Outdated
Show resolved
Hide resolved
src/main/java/at/hannibal2/skyhanni/features/inventory/ItemPickupLog.kt
Outdated
Show resolved
Hide resolved
src/main/java/at/hannibal2/skyhanni/features/inventory/ItemPickupLog.kt
Outdated
Show resolved
Hide resolved
src/main/java/at/hannibal2/skyhanni/features/inventory/ItemPickupLog.kt
Outdated
Show resolved
Hide resolved
src/main/java/at/hannibal2/skyhanni/features/inventory/ItemPickupLog.kt
Outdated
Show resolved
Hide resolved
src/main/java/at/hannibal2/skyhanni/features/inventory/ItemPickupLog.kt
Outdated
Show resolved
Hide resolved
src/main/java/at/hannibal2/skyhanni/features/inventory/ItemPickupLog.kt
Outdated
Show resolved
Hide resolved
src/main/java/at/hannibal2/skyhanni/features/inventory/ItemPickupLog.kt
Outdated
Show resolved
Hide resolved
src/main/java/at/hannibal2/skyhanni/features/inventory/ItemPickupLog.kt
Outdated
Show resolved
Hide resolved
src/main/java/at/hannibal2/skyhanni/features/inventory/ItemPickupLog.kt
Outdated
Show resolved
Hide resolved
src/main/java/at/hannibal2/skyhanni/features/inventory/ItemPickupLog.kt
Outdated
Show resolved
Hide resolved
Co-authored-by: SeRaid <77941535+SeRaid743@users.noreply.github.com> Co-authored-by: blahajenjoyer7 <171753706+blahajenjoyer7@users.noreply.github.com>
What
Item pickup log, also logs coins and sack items optionally. There are setting to choose how the user wants to align the log (ie add new items at the bottom, top, center) and options to compact the numbers, so they're easier to read. There is an option to live update (combine the + and minus amounts into a single line) or keep them seperate like sba.
Images
Changelog New Features