-
Notifications
You must be signed in to change notification settings - Fork 655
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
Energy Acceptor not accepting Iron Furnace power on 1.21.1 #8204
Comments
Now that is odd, the acceptor definitely implements the corresponding cap. |
I ran a small test with a debugger attached: A small AE network (drives, wireless AP etc) with a ME Controller consisting of two blocks, one of them directly next to a Diamond Furnace with Augment: Generator installed and powered by blocks of coal, also configured to output to the relevant side, auto output off. This initially powered the network and kept it running. With some break points I could verify that Then I put down an Energy Cell in the network which instantly filled up but afterwards the debugger did not trigger on any of the breakpoints anymore. My initial intuition was that somehow drawing massive amounts of energy broke the output behavior of the Diamond Furnace. I then broke the controller adjacent to the furnace, placed it down anew and received exactly one trigger of the I then broke the controller adjacent to the furnace, placed an energy acceptor (full block) there and it did not trigger the I then waited to the energy stored in the controller and the energy cell to be depleted. During that time no breakpoint was triggered and the energy generation displayed in the controller GUI was 0. After reaching a stored power of 16.56 kAE (which is close to what the two controller blocks can store when the energy cell is empty) when watching the controller GUI I noticed a breakpoint trigger (which was only just then installed) of I then replaced the controller adjacent to the furnace again with an energy acceptor (full block), waited until the energy drained and got the In this state I removed the energy cell from the network, replaced the energy acceptor with another controller and received a I then removed the controller adjacent to the furnace again, let the network drain completely, installed an energy cell again, then placed down an energy acceptor which did not trigger any breakpoint. Replacing it with another controller triggered |
I removed all breakpoints and installed one for I then added breakpoints for Since the energy acceptor always has an internal storage of 0 (max and current), it will never receive any power if this assumption is correct. |
So for my next test I used energy pipes from pipez between the diamond furnace and the controller. In this scenario, My current hypothesis is that Iron Furnaces is responsible for that behavior and somehow tries to be clever to not actually call Also I could see that Maybe it is also a question of push vs pull? |
Describe the bug
When using the Iron Furnace mod as a power source for AE2, the Energy Acceptor does not take power from a furnace in "generator" mode.
How to reproduce the bug
Use any Iron Furnace with the Generator Augment so it produces power instead of acting like a furnace. Try to have an Energy Acceptor pull power from it for an ME system.
Expected behavior
To use the Energy Acceptor as the intake for power and not the ME Controller as recommended in the AE2 guide.
Additional details
The ME Controller does work with the Iron Furnace despite the Energy Acceptor not.
Which minecraft version are you using?
1.21
On which mod loaders does it happen?
NeoForge
Crash log
https://pastebin.com/Kpjysswc
I cross posted on Iron Furnace's page as well.
Qelifern/IronFurnacesNeoForge#11
The text was updated successfully, but these errors were encountered: