Partially fixes the ui bug with the rock sorter recipes#641
Open
frogicillin wants to merge 2 commits into
Open
Partially fixes the ui bug with the rock sorter recipes#641frogicillin wants to merge 2 commits into
frogicillin wants to merge 2 commits into
Conversation
Contributor
|
is there a screenshot of your fix in action? |
Author
Member
|
Wait I actually cannot see the difference. |
Author
|
The difference is the items in the fifth column are shifted down to the lower rows. Problem was that you couldn't hover over any of the items in the fifth column because there was some weird interaction with the JEI menu. Could not figure out how to remove the columns background at the time so that's why I called it a partial fix. |
Member
|
Oh that does make sense. I suppose a better way to actually deal with it though is to shift the UI elements over to the left, although more code would be needed for that. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Reflows item output slots for the ore sorter recipes that would overflow the JEI panel. Unfortunately couldn't fix the slot background yet. Input slots are passed through unchanged. Done as a mixin for gregtech rather than JEI because I didn't want to mess with JEI lol.