Dummy iinventory hooks cause mod compatibility issues
liach opened this issue ยท 4 comments
Railcraft/Railcraft#1303
The base inventory tile entities implement a dummy interface for iinventory (an empty one), causing compability issues.
The mod used to implement a full IInventory interface, but it had to be dropped. It was more fully factored out in 1.12.
Probably the reason it continued to exist is because the drawers implement ILockableContainer, and ILockableContainer is an IInventory. I will have to drop support for that to completely remove IInventory from the tile.