Creative Mode: InvTweaks shortcuts do not work.
Kobata opened this issue ยท 5 comments
Attempting to use any InvTweaks shortcut in creative mode results in nothing happening.
Ahh so that means the drop keybind for dropping when not in the inventory is persisting inside the gui and it isn't InvTweaks, maybe its something with 1.5 or forge?
Edit: its actually a feature in 1.5, i just tested it on an unmodded client
Updated issue to reflect the fact it seems like creative mode is suppressing ALL of invtweaks-specific shortcut handling, instead of just the drop shortcut.
Oh, this seems to be intentional: https://github.com/Kobata/inventory-tweaks/blob/develop/src/minecraft/invtweaks/InvTweaks.java#L744
I'll leave this be for the moment, but it would be nice to get shortcuts to work eventually.
Yeah at the time it was a mess to figure things out, but now that the mod uses MCP it shouldn't be too complicated to make shortcuts work on creative mode too.