Inventory Sorting

Inventory Sorting

15M Downloads

Mod interferes with vanilla functionality in creative mode when using "Pick block" hotkey for sorting activation

manuelgrabowski opened this issue · 5 comments

commented

Have you updated to the latest version?

  • I swear I have tried it with the latest version!

What happened?

I tend to use the middle mouse button for sort activation, which is also the default for picking a full stack of something from the creative inventory. With that configuraton, the "pick stack" functionality doesn't work anymore – but without any benefit, because the creative inventory isn't sortable anyway. Dragging a stack is also impacted.

What did you expect to happen?

I expected it to not interfere with creative mode.

In my fork of the mod (only maintained it until up to 1.21.4, while this one wasn't being updated) I fixed this – can't say if the same code still works for 1.21.5, but maybe it can be helpful: https://github.com/manuelgrabowski/KeepInventorySortedSimple/blob/main/src/main/java/net/manu_faktur/kiss/mixin/MixinContainerScreen.java#L90-L98

Operating System

Linux

What's the filename of the mod you are using?

inventorysorter-fabric-2.0.6+mc1.21.5.jar

Minecraft Version

1.21.5

Logs

No response

commented

Thanks, I'll see what's up! I swear I've tested it and it worked for me but anything can happen :D

commented

I was finally able to reproduce it! I'll find a fix

commented

Good news: I'm not crazy, the mod alone isn't the problem. But when some other mods are near it, it starts interfering with sprint.
The bad news: I have no idea why! :D

There is something I can do I think

commented

I somehow mistook this for the sprint conflict 🤦🏻
Fixing the pick block too

commented

Looking at this, it's really frustrating. Mojang changed the way keybinds work and for the time being I'm not sure I can keep on using the normal keybind screen and have it not conflict.

I might need to resort to setting keybinds in the cloth-config mod settings screen, which I really wanted to avoid