
[1.9] Item conduits have no support for IItemHandler
raoulvdberge opened this issue ยท 4 comments
Issue Description:
I might be wrong here but on EnderIO for MC 1.9.4 item conduits do not connect to non-IInventory
tiles.
This is a problem for mods that use getCapability
and return a IItemHandler
on their tiles.
getExternalInventory
doesn't check for getCapability
.
What happens:
Connect a item conduit to a tile that uses capabilities, there is no connection.
What you expected to happen:
There should be a connection.
Steps to reproduce:
- Place the block that has no
IInventory
on their tile - Connect a conduit
Affected Versions (Do not use "latest"):
- EnderIO: 1.9.4-3.0.0.32_alpha
- EnderCore: 1.9.4-0.4.0.21-alpha
- Minecraft: 1.9.4
- Forge: 1932
Would you be able to test with build 34+ from here: http://ci.tterrag.com/job/EnderIO-1.9.4/
I have added support but it is not well tested yet.