-
Notifications
You must be signed in to change notification settings - Fork 181
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
Ghost Circuits #1458
Ghost Circuits #1458
Conversation
Could use a rework as i do not like using the SMMTE class in the behavior
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.
Implementation is mostly reasonable (some comments). In game test did not found any serious problems (small put in comment). Upgrade behavior is as described.
src/main/java/gregtech/api/gui/widgets/GhostCircuitSlotWidget.java
Outdated
Show resolved
Hide resolved
src/main/java/gregtech/api/gui/widgets/GhostCircuitSlotWidget.java
Outdated
Show resolved
Hide resolved
src/main/java/gregtech/api/metatileentity/SimpleMachineMetaTileEntity.java
Outdated
Show resolved
Hide resolved
496185e
to
fbaf14c
Compare
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.
Thanks for finishing this PR! Approved.
This is probably the best thing we can get without getting modular UI and totally reworking GUI for this.
What
Implement ghost circuits from gt5u
Todo
Potential Compatibility Issues
Anything in the circuit slot prior to updating will be consumed and the ghost circuit will have the same config value if it had one.