Electric pump flow
See original GitHub issuePlease use the search functionality before reporting an issue. Also take a look at the closed issues!
Issue description:
I don’t know if it’s a bug, the intended behaviour or a misassembly from me. My electric pump doesn’t work properly (I think). I have attached a screenshot of a very simple design including an electric pump, some basic mech pipes, a creative energy cube and a creative tank (for infinite flow).
The pump’s state alternate from No fluid
to something like Water: 400 mB/t
. The No fluid
is longer than the Water
state. When I add some speed modules, I end up not seing the Water
state anymore.
When I debug the pipes with the Network Reader, the Throughput also alternate between 0 and 400 400mB/t (seems logic).
Steps to reproduce:
Version (make sure you are on the latest version before reporting):
Forge: 31.1.35 Mekanism: 9.9.17 Other relevant version:
Issue Analytics
- State:
- Created 3 years ago
- Comments:7 (4 by maintainers)
Closing as it doesn’t sound like this is an issue.
‘No Fluid’ refers to the fluid stored in the pump’s buffer. The pump will say ‘no fluid’ once it’s sent all it’s contained fluid to a connected pipe (which will happen fast).
Thanks for the clarification