Handheld Storage doesn't open when aimed at Redstone Ore
Ayutac opened this issue ยท 4 comments
The Handheld storage doesn't open when in hand and right-click while the block aimed at is Redstone Ore. This should be corrected.
Vanilla prioritizes a block's right click action before the items right click action, I'm unsure how to fix this
Upon digging through the source code, the redstone ore activation method checks to see if the player is holding a place-able block and if so places it. Not much I can do about this without some mixins
Torches seem to have a higher priority than Redstone ore, but a lower one than chests. Maybe the answer's there somewhere?