Merged
Conversation
315e03b to
3ded5ca
Compare
|
Looks bad to me (but in a good way). |
Contributor
|
Looks amazing, with much more functionality and less clutter. |
0954d47 to
fd1a73c
Compare
src/main/java/gregtech/api/metatileentity/multiblock/RecipeMapMultiblockController.java
Show resolved
Hide resolved
...va/gregtech/common/metatileentities/multi/electric/generator/MetaTileEntityLargeTurbine.java
Show resolved
Hide resolved
ALongStringOfNumbers
approved these changes
Jul 7, 2023
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Redo multiblock UI. Adds 4 buttons to the right of the player inventory. One being a power button, one being voiding mode (moved from where it used to be), one being distinct buses, and one being a "flex" button available for special functionality. Flex button is currently only used for IMultipleRecipeMaps controllers but could be expanded to other uses later.
Adds the GT logo to the corner of the display, and use it as a status indicator. Flashing yellow ->
addWarningText(). Flashing red ->addErrorText(). Both of these methods function identically toaddDisplayText(), but put the text in a different location. Moves some warnings/errors to this indicator, though it could be expanded more in a follow-up.Basic UI:

For context, the old UI:

Video showing warning indicator:
2023-07-05.22-07-25.mp4