Apply Jade energy line to all multis, not just generators - #5385
Open
DilithiumThoride wants to merge 10 commits into
Open
Apply Jade energy line to all multis, not just generators#5385DilithiumThoride wants to merge 10 commits into
DilithiumThoride wants to merge 10 commits into
Conversation
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.
What
Allow all Multiblock Machines to display not just their max recipe tier and usage, but their current energy production/consumption, using the same display format as the Jade provider.
(Because it seems inconsistent for Jade to show this but the Controller to not.)
Includes the contents of #5382 and #5384; whether this is Blocked By them or Supersedes And Replaces them is up to reviewer's choice.
Implementation Details
WorkableElectricMultiblockMachinenow also includes a UI call to display the current exact EU/t production or consumption.WorkableMultiblockMachinehas had its Last Failed Recipe Readout moved up above the output lines, because it was getting pushed off the bottom of the screen (and with the change to Display Best Failure rather than All, that error will only ever have one entry now).as per 5382/5384, LTs and LCEs have their own implementations of getWidgetsForDisplay, which conform to this pattern
Also, unrelated to this, Steam Multiblock Machines will now also display the Last Failed Recipe reason. They didn't before and that felt like an oversight (since they also use their own UI code, different from WMM/WEMM).
AI Usage
Outcome