AE2 Unofficial Extended Life

AE2 Unofficial Extended Life

3M Downloads

ME interface does not work like export bus. (1.12.2)

f1den opened this issue · 6 comments

commented

image

image

Expected behavior:
For Items:
ME interface should take items that i selected in 1 screenshot from ME storage and set them in Inventory in ME Interface\other Inv.

For Fluids:
Me (dual \ only fluid) interface is working ok (fluid appears in Inv slots \ tanks)

What i got
When i try to use ME interface like export bus, it just does nothing. (When trying to autocraft working ok)

Addidtional info
Also tested:
AE2 UEL Version: 0.56.4. - all is woking like expected.
AE2 UEL Version: 0.56.5. - all is woking like expected.

  • Version: Release (not dev\src\etc..)

  • Minecraft Version: 1.12.2

  • AE2 Version: 0.56.6.

  • Forge Version: latest for 1.12.2 ig

commented

bug appears after change in

src/main/java/appeng/helpers/DualityInterface.java

this.storage = new AppEngNetworkInventory(this::getStorageGrid, this.mySource, this, NUMBER_OF_STORAGE_SLOTS, 512);

commented

Interfaces were never intended to actively push items from those slots, though the contents are available to external automation. Interfaces only actively push items when a pattern-based craft has been requested from them. If you want the behavior of an export bus, use an export bus.

The interface not stocking items may be related to one of the already reported issues, depending on where you're trying to get them from. I have no idea how to reproduce the issue from the description provided, though perhaps one of the maintainers can figure it out.

commented

u know that if you place an item here:
image
it will be taken from ME to slot in ME interface?

commented

Interfaces were never intended to actively push items from those slots, though the contents are available to external automation. Interfaces only actively push items when a pattern-based craft has been requested from them. If you want the behavior of an export bus, use an export bus.

I meant i was getting no items in slots from ME.
I am not talking about pushing to inventory.

commented

I have no idea how to reproduce the issue from the description provided

  1. place ME interface
  2. place AE2 controller, storage, that contains eg. quartz
  3. select item like on last screen shot
  4. IF you have 0.56.5, you will get normal behavior (like on last ss)
  5. IF you have 0.56.6<=, you will get bad behavior (no items would be given to ME Interface for stocking)
commented

This is a known issue and, IIRC, is fixed for v0.56.7