You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Setup
Playing Solo (probably doesn't matter though), new superflat world created
Steps To Reproduce
Place down an autoclave next to a quantum tank
Place a Fluid Regulator on the tank on the side adjacent to the autoclave
Set the Fluid Regulator to Export, Flow Rate 1mB/s, Keep Exact: 2mB
Fill the quantum tank with some palladium
Observe that 1mB of palladium is entering the autoclave each second and it will continue until all of the palladium has entered the autoclave.
Expected behavior
The fluid regulator will move 1mB of palladium into the autoclave then stop transferring until the autoclave has no palladium left in its fluid slot.
Screenshots
The text was updated successfully, but these errors were encountered:
Alternatively, reproduce using a fluid regulator on an autoclave set to import (I used Pd as well with a ME fluid interface stocking Pd) and keep exact is ignored as well. Seems to take input from the interface in increments of whatever is set in Keep Exact per tick.
Fixes #1705, Supersedes #1710
The existing algorithm was buggy and the proposed rework was hard to
follow the logic, so I came up with a more straightforward algorithm
which should be easier to understand and maintain.
I have also created some tests to demonstrate the functionality of the
revised algorithm and ensure that the behavior is the same as before,
besides the bug.
Fluid Regulators appear to be ignoring their mode setting and just transferring the maximum amount per second they're allowed to.
Versions
GTCE: d9e7ed4 via
./gradlew runClient
Setup
Playing Solo (probably doesn't matter though), new superflat world created
Steps To Reproduce
Expected behavior
The fluid regulator will move 1mB of palladium into the autoclave then stop transferring until the autoclave has no palladium left in its fluid slot.
Screenshots
The text was updated successfully, but these errors were encountered: