-
Notifications
You must be signed in to change notification settings - Fork 180
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
MUI for multiblock I/O buses #2266
Conversation
src/main/java/gregtech/api/mui/synchandler/GhostCircuitSyncHandler.java
Outdated
Show resolved
Hide resolved
src/main/java/gregtech/api/mui/widget/GhostCircuitSlotWidget.java
Outdated
Show resolved
Hide resolved
src/main/java/gregtech/common/metatileentities/multi/multiblockpart/MetaTileEntityItemBus.java
Outdated
Show resolved
Hide resolved
src/main/java/gregtech/api/mui/synchandler/GhostCircuitSyncHandler.java
Outdated
Show resolved
Hide resolved
src/main/java/gregtech/api/mui/synchandler/GhostCircuitSyncHandler.java
Outdated
Show resolved
Hide resolved
src/main/java/gregtech/api/mui/widget/GhostCircuitSlotWidget.java
Outdated
Show resolved
Hide resolved
src/main/java/gregtech/common/metatileentities/multi/multiblockpart/MetaTileEntityItemBus.java
Show resolved
Hide resolved
...n/java/gregtech/common/metatileentities/steam/multiblockpart/MetaTileEntitySteamItemBus.java
Show resolved
Hide resolved
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 Buses (currently) must be connected to a multiblock for auto-collapse to work. This should be reflected in the auto-collapse button. Something like Greyed out when not connected, with a tooltip explaining.
I noticed that the steam buses do not have the additional buttons, although they can still be disabled and set to auto-collapse. Is this just the usual of steam stuff not having advanced UIs, or was this an oversight?
Also implements the new Ghost Circuit widget in MUI2, now with the circuit selector pop-up