forked from gigabit101/StevesFactoryManager
-
-
Notifications
You must be signed in to change notification settings - Fork 56
Machines not receiving energy #610
Copy link
Copy link
Open
Labels
bugSomething isn't workingSomething isn't workingmod compatPlaying nice with other modsPlaying nice with other modsneeds testAdd a test to ensure correctnessAdd a test to ensure correctness
Description
Activity
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingmod compatPlaying nice with other modsPlaying nice with other modsneeds testAdd a test to ensure correctnessAdd a test to ensure correctness
My hypothesis is that Mekanism, Applied Flux, and maybe Applied Energistics are using megajoules or some alternative to forge energy, causing issues where a machine with 999/1000 FE is failing to accept 1 FE which can cause SFM to skip later machines from receiving power. Iteration order for SFM is not deterministic so it is unpredictable what is going on when some machines stop receiving power.
#609
#608
https://discord.com/channels/967118679370264627/967119184209264790/1546252541740843160
https://discord.com/channels/967118679370264627/1541200812540428468/1541249313332658236
This needs dedicated gametests to try and reproduce the issue so we can figure out a best way to fix it once we understand better what is going on