I am trying to make a simple mod that will implement a command like "/togglescrolling" and it will just "on/off" the hotbar scrolling.
This is my first modding experience keep in mind. I really don't know where to start. I have setup the new command class that implements ICommand.
I don't know how to get the default mapping of the scroll wheel and disable it. Can someone help?