[1.16.4] Lost trinkets with right click activations don't work
NielsPilgaard opened this issue ยท 2 comments
Original issue: EnigmaticaModpacks/Enigmatica6#1014
Multiple players reporting on my server that trinkets with right click activation (such as Magneto, which right clicks on air to get all items in a 10x10 range) do not work.
Versions
- LostTrinkets-1.16.4-0.1.13
- Forge-1.16.4.35.1.37
Right clicking effects currently require that you aren't looking at any block and your hand has to be empty (it is using the PlayerInteractEvent.RightClickEmpty
clientside) and then the client sends a packet to the server to activate magneto.
I can't reproduce it not working given the above situation.
But it would be kind of nice to be able to use the trinket without needing an empty hand and to not be looking at a block.
Perhaps we could add a keybind for it instead?