
ME interface
WardenCommander opened this issue ยท 14 comments
Do you using last version ? What version of minecraft are you using ? Please fill issue from template on GitHub.
If you are using last version and facing this issue: It'll not show energy in EU until you provide any EU to it, it's not a bug. Another thing if you connect it to solar panel, but it doesn't accept energy from it.
I think this issue is related to that fact energy type is only changes when GUI see energy is filled, but in this example energy is immediately goes into cell and GUI doesn't see it.
also ME interface doesnt want to export power to machine that use EU power. Is this intended?
This behaviour is caused by concept of interface, a machine that only provide/consume matter. It should not push energy into other machines, it should wait for machines to pull it from interface. On the other hand, not any machine and even cable pulls energy from interface. This behaviour may change in some version. Still undecided how to implement it better.
This behaviour is caused by concept of interface, a machine that only provide/consume matter. It should not push energy into other machines, it should wait for machines to pull it from interface. On the other hand, not any machine and even cable pulls energy from interface. This behaviour may change in some version. Still undecided how to implement it better.
im using it on IC2 machines, if it helps
ME interface has a small bug
I connect it to a solar panel that produce EU power, but interface shows RF
Tested this is working, great work ๐
Another issue is that after right clicking it with wrench it forgets texture, also when you pick it up
this is also fixed ๐
this is still happening when you remove it from power source.
also when i re attach Interface back to power source, interface storage in interface shows
minus some power, -XXX/250000 EU, XXX depending how long interface was not attached on power source, then first raise number to 0, then push power to cell.
Got what is wrong. When interface injects energy this chain fires:
Check what energy would be injected if it'll inject currently stored amount in network -> Check what energy would be extracted if it'll extract current stored amount from it's energy storage -> Modulate extraction and injection.
This issue only happens with EU because it doesn't have this "simulation" method. When interface trying to check what energy it can extract, it really extracts this amount from EU storage, so when it modulates extraction, it extracts this energy second time so it goes to minus values...
New version on CF - https://www.curseforge.com/minecraft/mc-mods/applied-integrations/files/2846570