The hopper inputs in ALL slots of the machine, not just into the input slot. And it outputs items from the input slot, not just from the output slot. That means it takes out the ores from the macerator instead of the crushed ores, making automation almost impossible.
I allready tought it was such a big problem. As allways likely just a small decompiler mistake.
About the OreProcessing not working correctly:
Every Swich/Case using Enums got broken
switch (aPrefix)
{
case crushed:
case crushedPurified:
case crushedCentrifuged:
turned into
switch (aPrefix.ordinal())
{
case 1:
case 2:
case 3:
And that is just wrong...
Even though i got a few questions here its really amazing that you brought the fusion back Thank you very much I really appreciate your work
So i better should answer your questions.
I plan to add the right GUI, but that has low priority. You can check the internal buffer with the scanner.
Each Energy Hatch adds 10mioEU to the internal buffer and can provide 2048EU/t, doubleing with each tier.