Applied Integrations

Applied Integrations

552k Downloads

ME interface

WardenCommander opened this issue ยท 14 comments

commented

ME interface has a small bug

I connect it to a solar panel that produce EU power, but interface shows RF

Untitled

commented

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.

commented

Im using:
Forge 1.12.2 - 14.23.5.2838
appliedenergistics2-rv6-stable-7
this mod latest version

Solar panels are from mod:
Advanced+Solar+Panels-4.3.0

ME interface accept power from it as it shows in cell
Untitled

also ME interface doesnt want to export power to machine that use EU power. Is this intended?

commented

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.

commented

Another issue is that after right clicking it with wrench it forgets texture, also when you pick it up

new one are ok till you place it at power source or machine, but when you pick it up it goes like this

Untitled

commented

it is another known issue

commented

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

commented

Fixed in dev version

commented

Could you update curseforge version as well

commented

Sometime later, there is another issue i want to fix in new CF version

commented

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 ๐Ÿ‘

commented

Another issue is that after right clicking it with wrench it forgets texture, also when you pick it up
this is also fixed ๐Ÿ‘

Untitled

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.

commented

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...