Ender IO Zoo

Ender IO Zoo

962k Downloads

RFTools Item Filter Machine pull items not working

Keridos opened this issue ยท 5 comments

commented

What happens:

You cannot pull items via machine auto pull from an item filter from RFTools that is set to allow access to that item on a side. Might be because of either missing ISidedInventory support or capability support in one of both mods, gonna post an issue on RFTools if needed as well.

What you expected to happen:

Auto pull should work from the filters. Item Conduits work though.

Steps to reproduce:

  1. Configure RFtools item filter and put items in it
  2. place EnderIO machine next to it.
  3. try to pull items via the configuration GUI in EnderIO

Affected Versions (Do not use "latest"):

  • EnderIO: 1.10.2-3.0.1.81_beta
  • EnderCore: 1.10.2-0.4.1.46-beta
  • Minecraft: 1.10.2
  • Forge: 1.10.2-12.18.1.2022
commented

We didn't support capabilities on push / pull

commented

Does not work on when I enable the opposite side.

commented

Not good. That means I have to go in with a debugger. Thx.

commented

Could you please test if it works if you enable access to the side opposite the machine? If that works, I know what's wrong.

commented

This also happens with other RFTools machines like the modular storage.

/edit: Interesting though that pushing items in works, it is just the pull from the machines that doesnt work. Also: Item conduits behave as expected.

/edit2: The machines do not seem to work with ExtraUtils2 pipes/blocks. Maybe no/only capability based support?