1.16.5 Battery upgrade not giving power with immersive engineering connectors
DragonKiller952 opened this issue ยท 2 comments
Describe the bug
When attaching an immersive engineering cable to a backpack with a battery upgrade it is able to insert power into the backpack, but not extract power from the backpack
To Reproduce
Steps to reproduce the behavior:
- Get a backpack with a battery upgrade
- Fill the battery by attaching it to a power source
- Attach the backpack to a machine via connectors and wires
- See error
Expected behavior
It would be expected to give off power the same way it is able to take it, either by putting it next to a power input, or by connecting it via a wire
Versions
Minecraft - 1.16.5
Forge - 36.2.20
Sophisticated backpacks - 1.16.5-3.15.1.503
Immersive Engineering - 1.16.5-5.0.7-143
As far as I can see this is because connector only expects to receive energy and then shares it with network, but it doesn't actively extract energy from whatever it is connected to and SBP battery doesn't actively push energy out. I will think about whether I want it to push the energy and perhaps will just add that.