GT New Horizons

GT New Horizons

867k Downloads

If you use voltage regulator with enderio item conduit it will continuously transfer items insted of a set amount.

milosxv2 opened this issue · 0 comments

commented

Your GTNH Discord Username

milosx

Your Pack Version

2.7.1

Your Server

SP

Java Version

Java 21

Type of Server

None

Your Expectation

Use voltage regulator pointed into a chest. Set it's filter to a high amount for an item like 35. Then put 60 of an item in the voltage regulator. It should only output 35 and leave you with 15 of the item inside. But tit will continue to output item till you are left with only with 1.This i probably caused by the interaction between the voltage regulator and enderio conduit. It will first output the correct amount of 35 in this case but the conduit draws items instantly they are inserted in the adjacent inventory. There is probably a bug that makes the regulator not recognize that it has it done it’s action of transferring the items because they keep being removed by the conduit. This doesn't happen if there are enough upgrades to remove the desired amount of items at once.
2024-12-30_20 24 12
2024-12-30_20 24 17
2024-12-30_20 24 24
2024-12-30_20 24 35
2024-12-30_20 24 50
2024-12-30_20 24 53

The Reality

2024-12-30_20 25 01
2024-12-30_20 25 14
2024-12-30_20 25 15

Your Proposal

Make it so that once the voltage regulator has done it's action, in this case transferred 35 of the item. It's sets a flag before anything else that it's finished. This bug probably happens because enderio conduit has priority over it so it never gets to finish it's job.

Final Checklist

  • I have searched this issue tracker and there is nothing similar already. Posting on a closed issue saying the bug still exists will prompt us to investigate and reopen it once we confirm your report.
  • I can reproduce this problem consistently by follow the exact steps I described above, or this does not need reproducing, e.g. recipe loophole.
  • I have asked other people and they confirm they also have this problem by follow the exact steps I described above, or this does not need reproducing, e.g. recipe loophole.