-
Notifications
You must be signed in to change notification settings - Fork 23
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
Bug Fixes and Improvements on nbt editor gui #101
base: 1.12
Are you sure you want to change the base?
Bug Fixes and Improvements on nbt editor gui #101
Conversation
KatatsumuriPan
commented
Mar 2, 2024
- Add up/down button.
- Reduce steps on nbt editor gui.
- Fix the logic inserting a nbt to NBTTagList.
- Remove unnecessary add button on nbt editor.
Please fix the merge conflict |
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.
this changes the GUI of the Retrieval Task (and its Optional variant), but none of the other tasks. it makes it look out of place, and it seems useful for the other Tasks. the change doesnt appear to be stated in the PR description, so whats going on here? if possible, this should be expanded to the other Tasks
this.btnUp = btnUp; | ||
this.btnDown = btnDown; |
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.
both buttons are active if the length is > 1, even when at the top/bottom and clicking does nothing