Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1.16.5 Battery upgrade not giving power with immersive engineering connectors #406

Open
DragonKiller952 opened this issue Jan 26, 2022 · 2 comments

Comments

@DragonKiller952
Copy link

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:

  1. Get a backpack with a battery upgrade
  2. Fill the battery by attaching it to a power source
  3. Attach the backpack to a machine via connectors and wires
  4. 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

@P3pp3rF1y
Copy link
Owner

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.

P3pp3rF1y added a commit that referenced this issue Feb 5, 2022
…ion to allowing it to be pulled from the battery. Closes #406
P3pp3rF1y added a commit that referenced this issue Feb 5, 2022
…in addition to allowing it to be pulled from the battery. Closes #406"

This reverts commit a27b434.
@P3pp3rF1y
Copy link
Owner

I will implement outputting the power in the future, but this one will be more involved as it will require being able to setup which side should output / input (or I guess it could also be both in some cases).

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

No branches or pull requests

2 participants