Machine Auto Output inconsistent with Overclocker Upgrades
ThePixelbrain opened this issue ยท 1 comments
Describe the bug
The auto output feature seems to be inconsistent and regularly breaking on overclocked GTE machines. I tested it with the Plate Bending Machine and Assembling Machine.
Which side have you encountered the bug on?
Server
Steps to reproduce
- Place down a GTE machine (tested with Plate Bending Machine)
- Add Overclockers (in my test scenario two Transformer Upgrades and two Overclocker Upgrades)
- Place an inventory at the auto output side
- Input items to process
Logs
No response
Additional context
I recorded a small video showing the issue: https://scs.pixelbrain.dev/2p1k1imH.mp4
I found out this happens because the machine checks for having enough energy before actually ejecting items out of it. The threshold used to be 500 EU
, which I now lowered down to 64 EU
since it will never be higher than the max stack size.
So after processing the input, the machine no longer had enough energy to eject the output and wouldn't receive more until the next tick, getting stuck in a loop. More input energy and a battery upgrade should help with that. Just make sure the machine has sufficient power to keep processing, and the ejection will work smoothly.