
Various fluid pump issues
LemmaEOF opened this issue ยท 1 comments
I'm playing the Manufactio modpack, and I'm running into a good few issues with trying to use the factory0-resources fluid pump for extracting oil.
First off, I can't actually find any way to get the fluid out of the pump. I've tried putting a vanilla bucket and a Mekanism portable tank in, both of which have fluid capabilities, but neither filled up. I've also tried using Immersive Engineering pumps and pipes (the only fluid transfer I have access to at the moment) to extract fluids, with no luck.
On top of that, there seems to be some problem with the energy storage of the pump. Whenever it rises up to 32,767 energy, it wraps around to -32,768. It's treating its energy amount like it's a short instead of an int. This might be just a display issue, since the code in the TE doesn't seem to treat it like a short anywhere, but it's still weird.
The current Factory0 config is here, and a gif displaying both the energy and filling issues is here.