Railcraft

Railcraft

34M Downloads

[1.10.2-10.1.1] Immersive Engineering Conveyors can't insert into Railcraft Inventories

MalkContent opened this issue ยท 4 comments

commented

Railcraft Inventories tested are the Powered Rolling Machine and the Item Loader.
I suspect this is because Railcraft is not using the ItemHandler capability, but this is purely because iirc IE only uses that one to interact with other inventories. I might be completely wrong about this.
The Item Unloader IS capable of emptying its items into/into the conveyors and i think it fits with the suspicion above.

commented

We use IInventory, the vanilla function.

commented

This isn't going to happen until 1.12 at the very least from the looks of it. Don't ask when Railcraft will be released for that version, it's looking like there will be another long wait for Forge like there was in the interim of 1.6 and 1.7.

commented

And until Forge fixes the API properly, we will continue to use IInventory.

commented

What needs to be fixed with the API?
Edit: nevermind, found it: MinecraftForge/MinecraftForge#3344