Refined Relocation

Refined Relocation

3M Downloads

RR BC Api Implementation w/ AE2 - Item Deletion

AlgorithmX2 opened this issue ยท 1 comments

commented

Relocator improperly returns items being used when filter prevents them from being delivered.

AE2 uses

int buildcraft.api.transport.IPipeTile.injectItem(ItemStack stack, boolean doAdd, ForgeDirection from)

and RR is returning that it used all 64 items when it didn't want any of them, this causes items to vaporize.

Might help explain it: https://dl.dropboxusercontent.com/u/9117298/rr_logic.png

Originated Issue: http://ae2.ae-mod.info/Tracker/0703/

commented

Ah, I see. I seem to be returning what amount items were unable to enter, but it should return what amount items were ABLE to enter! Fixing now, thanks for the forward!