dmillerw / RemoteIO

15 stars 15 forks source link

[0.0.5] Hoppers don't output items when using Remote Interface #105

Closed SPMoo66 closed 7 years ago

SPMoo66 commented 7 years ago

You can pull items using an item pipe from most mods, but Hoppers don't seem to work

https://u.pomf.is/okyiep.png

Is this intended for a block itself to be unable to push things out, but other blocks can pull things from it?

dmillerw commented 7 years ago

It's unintentionally intentional. The Remote Interface tries to mimick as much of the block as it can, but the real block doesn't know about anything except itself. So as far as its concerned, there is no chest

SPMoo66 commented 7 years ago

Ah, I see. Thanks for the clarification.