-
Notifications
You must be signed in to change notification settings - Fork 189
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: basic UI for robot arm cover * feat: adjust item filter display for better UI in robot arm * fix: robot arm & conveyor UI fixes * refactor: extract stack size inputs from robot arm & conveyor covers * feat: icon buttons for robot arm & conveyor cover icons for IO modes by @Irgendwer01 * refactor: move source & target matching up into ConveyorCover.update() * feat: implement robot arm logic Ported from 1.12 * fix: robot arm cover syncs correctly & respects global transfer limit * feat: add tooltips to conveyor & robot arm selector buttons * feat: update keep_exact.png to better reflect its transfer mode * clean up --------- Co-authored-by: KilaBash <yefancy@foxmail.com>
- Loading branch information
Showing
26 changed files
with
791 additions
and
74 deletions.
There are no files selected for viewing
19 changes: 15 additions & 4 deletions
19
common/src/main/java/com/gregtechceu/gtceu/api/capability/recipe/IO.java
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.