maruohon / litematica

A modern client-side schematic mod for Minecraft
GNU Lesser General Public License v3.0
723 stars 217 forks source link

Invert tool mode cycle #671

Open natopotato390 opened 1 year ago

natopotato390 commented 1 year ago

With the tool mode selection I hate cycling forward and back with the scroll wheel as it increases scrolling down and decreases scrolling up. Don't know why I just can't seem to get used to it, bothers me every time.

Really simple request, either just add a new generic bool config like toolModeInvertCycle that inverts this, or looks like there's already setup for toolModeCycleForward and toolModeCycleBackward, though these don't show up for whatever reason in my hotkeys tab, Release Ver. 1.19.0-0.12.1

maruohon commented 1 year ago

Those separate cycle hotkeys are currently only in the newer 1.12.2 code. The new malilib code there also supports mouse scrolls in the hotkey system, so there you can now do this: image

So these will come to 1.19.x whenever the 1.12.2 code is ready to be ported forward. Although there will be early "test ports" long before the official releases end up on CurseForge etc. But still no ETA on either of these. And not sure if it will ever come to 1.19.0, it might only come to the last 1.19.x version, whichever that might be at the time.