[1.14.4] Unable to click curios in to their slots.
ProsperCraft opened this issue ยท 2 comments
This used to work on 1.14.3 but quit working when I moved the 1.14.3 mod to 1.14.4 and had hoped the update would fix it, but the 1.14.4. version does it as well.
Versions (Be specific, do not write "latest"):
- Curios: curios-FORGE-1.14.4-0.18
- Forge:1.14.4 - 28.0.13
Steps to Reproduce:
- Start a new world with Mine and Slash
- scroll mouse wheel to the equipable items
- right click to put them in their slots.
...
Video Gif-
https://gyazo.com/4fbc11bec3daf20993bb6a96843f58df
This is because Forge no longer fires the PlayerInteractEvent.RightClickItem
event server-side in 1.14.4, leaving the Curios handler nothing to hook into. We'll have to wait for that issue to be addressed in Forge before this can be fixed, which will likely not require any effort on my part if it's a simple regression.