
[Feature Request] Navigational keybinds that move in multiple directions
ShaneTRS opened this issue ยท 2 comments
I currently modify the source myself and navigate with WASD.
I have an older version already on GitHub here: https://github.com/ShaneTRS/inventorytabs/tree/1.18.1
The relevant changes didn't need any updates when moving to 1.19.
https://github.com/ShaneTRS/inventorytabs/blob/1.18.1/src/main/java/com/kqp/inventorytabs/tabs/TabManager.java#L132
https://github.com/ShaneTRS/inventorytabs/blob/1.18.1/src/main/java/com/kqp/inventorytabs/init/InventoryTabsClient.java#L15
My attempt at code is probably garbage though, so feel free to only take the suggestion lol