Logistical Transporter pipes do not attach to Extra Utilities 2's Trash Cans
UntouchedWagons opened this issue ยท 6 comments
It are probably mods who only support inventory capabilities, for which support is added in the 1.11 branch.
Only checked UsefulNullifiers (as extra utilities 2 is closed source).
https://github.com/Bartz24/UsefulNullifiers/blob/master/src/main/java/com/bartz24/usefulnullifiers/tiles/VoidNullifierTile.java
This is the tile entity, which isn't an instance of IInventory, but has an inventory capability.
The implemented class is an abstraction of IItemHandler (a requirement for the capability) as defined at https://github.com/McJty/compatlayer/blob/1.11.2/src/main/java/mcjty/lib/compat/CompatItemHandler.java
As for reference of the commits in the 1.11 branch (not sure if I got them all):
b97b718
0392f55
796c9e5
ccb342e
Ok those are the commits I was expecting to see here, though it seems like we're going to see a lot of segmentation as to what the mainstream-modded-mc-version is going to be...