-
Notifications
You must be signed in to change notification settings - Fork 204
Fix the JEI green overlay appearing in cheat mode on phantom slots and fix the crafting station slots not having a hover overlay #2817
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
Conversation
Fix slot hover overlay in crafting station
src/main/java/gregtech/common/mui/widget/workbench/CraftingInputSlot.java
Outdated
Show resolved
Hide resolved
ALongStringOfNumbers
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.
The green overlay is rendered over the red missing items overlay in the crafting station, not sure what should be done in that case.
You can drag itemstacks into a fluid slot, and clicking doesn't cancel the itemstack drag like I would expect like in other cases of failed drag. There is no highlight target though, which is good.
Something might have messed up with the ghost drag cancelling, because in this PR, in the storage page of the crafting station, you can start a ghost drag even if there is no target, but not on master
src/main/java/gregtech/common/mui/widget/workbench/CraftingOutputSlot.java
Show resolved
Hide resolved
|
Those should all be fixed now |
What
Outcome
Phantom slot overlays look nicer and have more function
Additional Information
Remind me to remove the mixins once CleanroomMC/ModularUI@5af9d83 and CleanroomMC/ModularUI#146 make it into a release that we use.