-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Create bank-slot-sync #10512
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
base: master
Are you sure you want to change the base?
Create bank-slot-sync #10512
Conversation
|
New plugin |
|
Internal use only: Reviewer details Maintainer details |
|
kitten-lissy
left a comment
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.
-
TabInterface.getActiveTag() - Now using this instead of reading the bank title widget. Also added @PluginDependency(BankTagsPlugin.class) and use tabInterface.reloadActiveTab() to refresh the tag view after layout modifications.
-
Config cleanup - Removed the enabled toggle (sorry, that was awk lol) and copyTags (always copies now). Kept removeOldTags as an option since some people may want to keep old item placeholders.
-
Reduced delay to 1 tick - Went from 2 ticks to 1. Still need a single tick for Bank Tags to finish its layout processing before we modify. After processing, reloadActiveTab() refreshes the tag view immediately so users don't need to switch tabs. This is much smoother.
Thank you for the suggestions! This was much easier!!
Adds Bank Slot Sync - automatically syncs item variants (recolors, ornament kits, charged items, degraded equipment) to Bank Tag Layout slots.
Features: