Skip to content

Fix multiblock UI fluid output display for parallels#2913

Open
LoseUFaith wants to merge 1 commit intoGregTechCEu:masterfrom
LoseUFaith:master
Open

Fix multiblock UI fluid output display for parallels#2913
LoseUFaith wants to merge 1 commit intoGregTechCEu:masterfrom
LoseUFaith:master

Conversation

@LoseUFaith
Copy link

What

Fixes incorrect fluid output display in multiblock UI when recipes are processed with parallels.

This PR makes regular fluid output display consistent with the rest of the output display logic by scaling it with the performed parallel count as well.

Implementation Details

The change is limited to the multiblock UI display logic in MultiblockUIBuilder, simply adding the parallel factor p.

This mirrors the existing handling already used in the same method for item outputs and chanced outputs, where displayed amounts are multiplied by the current performed parallel count p.

This is a UI-only fix and does not change:

  • recipe execution
  • actual machine outputs
  • parallel calculation
  • hatch insertion logic

Outcome

Regular fluid outputs shown in multiblock UI now scale correctly with performed parallels, matching the machine's real output behavior and aligning with how other output types are already displayed.

Potential Compatibility Issues

None expected.

@LoseUFaith LoseUFaith requested a review from a team as a code owner March 18, 2026 19:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant