-
Notifications
You must be signed in to change notification settings - Fork 180
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: add redstone output to cover behavior * style: Reformat cover & cover item definitions * fix: covers now output redstone to the correct side * feat: add activity detector covers * refactor: move workable out of DetectorCover base class * feat: add IMaintenanceMachine capability * feat: maintenance detector cover * fix: don't use circuit in maintenance detector cover recipe * fix: correctly handle UI covers in DetectorCover base class * feat: energy detector covers * feat: item detector covers * feat: generate lang files for item detector covers * feat: fluid detector covers * style: make method order more consistent in detector covers * chore: regenerate language files to include latest changes * fix: add slight shadows on energy detector cover for better visibility * fix: advanced detector cover UIs now align properly * fix: display correct status when inverting a simple detector cover * refactor: removed unused field from DetectorCover * Revert "refactor: removed unused field from DetectorCover" This reverts commit 6650832. * refactor: explicit getter/setter for DetectorCover.isWorkingEnabled In order to not make the field appear unused, the getter and setter has been explicitly implemented (instead of Lombok annotations). * refactor: use LangHandler for getting localized multiline strings * refactor: remove managed field holder from ActivityDetectorCover * refactor: remove unnecessary @DescSynced annotations in detector covers * refactor: extract int- and long input widget into common base class * fix: wrong values for energy detector when opening UI in EU mode * fix sync issues + fix drop inner filters --------- Co-authored-by: KilaBash <[email protected]>
- Loading branch information
Showing
52 changed files
with
1,786 additions
and
253 deletions.
There are no files selected for viewing
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
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.