CyclopsMC / CapabilityProxy

Access block capabilities from multiple sides
MIT License
5 stars 5 forks source link

Unable to interface with a Composter #24

Closed MuteTiefling closed 4 years ago

MuteTiefling commented 4 years ago

Issue type:


Short description:

The capability proxy doesn't appear to interact with a vanilla composter. It's inactive no matter where it's pointed. Hoppers connected to the capability proxy do not push into the composter.

Steps to reproduce the problem:

  1. Point a proxy at a vanilla composter. It doesn't light up as active and doesn't function.

Expected behaviour:

Items should flow from a hopper through the proxy, to the composter.


Versions:

Log file:

rubensworks commented 4 years ago

Hmm, weird. Does placing a hopper directly against a composter actually work?

MuteTiefling commented 4 years ago

Yeah. A hopper can interface with it from the top and bottom only.

For the record, I haven't gotten any modded pipes to work with the composter. Only vanilla hoppers or modded right click machines.

rubensworks commented 4 years ago

I assume the composter is missing a capability then, but I'll look into it.

rubensworks commented 4 years ago

Implemented support in the latest version, but requires the Common Capabilities mod as well.