CyclopsMC / CapabilityProxy

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

Item Capability Proxy does not become inactive #17

Closed AntiBlueQuirk closed 6 years ago

AntiBlueQuirk commented 6 years ago

Issue type:


Short description:

When an Item Capability Proxy is placed, it is in an "inactive" state, meaning the lights on the side are not on. Placing an item inside transitions it to an "active" state. However, removing the item does not transition the block back to inactive state.

Steps to reproduce the problem:

  1. Place an Item Capability Proxy.
  2. Observe that it is inactive.
  3. Place an item inside.
  4. Observe that the block is now active.
  5. Remove the item.
  6. Observe that the block is still active.

Expected behaviour:

The block should become inactive when items are removed.


Versions:

Log file:

Not included, as I checked, and don't believe it contains any relevant information.

Addendum:

I have opened a pull request (#16) for a related issue, which I believe may fix this problem.