You can not open the inventory of a redstone component that is currently being updated by redstone.
Steps to replicate:
Fill the inventory of a redstone component (for example, put nine stacks of bonemeal in a dispenser).
Repeatedly power the redstone component (for example, using an observer clock).
Attempt to access the inventory of the redstone compenent (for example, to add more bonemeal to the dispenser).
Fail to open the inventory and resort to turning off the power so that you can access the inventory.
Expected Outcome:
You can open the inventory of the block any time after it has been placed in the world.
Actual Outcome:
You can only open the inventory when the block is not being powered.
Linked issues
is duplicated by 1
relates to 1
Attachments
Comments 3
Thank you for your report!
However, this issue has been temporarily closed as Awaiting Response.
Could you please export and attach a world where this issue can be observed?
This ticket will automatically reopen when you reply.
Quick Links:
📓 Issue Guidelines – 💬 Mojang Support – 📓 Project Summary – 📧 Suggestions – 📖 Minecraft Wiki
The issue occurs while the block is being updated by redstone, i.e. when its power state is changing, not when it is statically powered. You cannot interact with the block. The same problem affects repeaters if you try to change the timing while they are changing power state.