Conversion Monitors and Storage Monitors cannot be locked currently
Saereth opened this issue ยท 3 comments
Describe the bug
MC 1.21.1 Neoforge
Setting an item on either the conversion or storage monitor works fine, you can insert and extract items as expected on the conversion monitor but empty hand shift+right click also still clears the monitor instead of locking it. Also tried with a wrench, doesnt work either.
How to reproduce the bug
Barebones mc 1.21.1 pack with just jei and ae2 can reproduce this issue
Expected behavior
I would expect to be able to lock the monitors
Additional details
No response
Which minecraft version are you using?
1.21
On which mod loaders does it happen?
NeoForge
Crash log
not a crash
Using a debugger I see that shift-rightclicking empty-handed on a storage monitor calls onUseItemOn
rather than onUseWithoutItem
as I would have expected in AbstractMonitorPart
. heldItem
is "minecraft:air" when the main hand is empty.