Starting with Minecraft 1.20.2, only left click events are passed to list elements. This adds the required override to the respective versions to get right click events.
With this change, right-clicking a cycling controller (like enum controller) element properly walks backwards through the list.
Starting with Minecraft 1.20.2, only left click events are passed to list elements. This adds the required override to the respective versions to get right click events.
With this change, right-clicking a cycling controller (like enum controller) element properly walks backwards through the list.
Closes #157