maruohon / itemscroller

A client-side Minecraft mod that adds various convenient ways of moving items within inventory GUIs, such as scrolling over stacks to move single items to or from it
GNU Lesser General Public License v3.0
147 stars 69 forks source link

All features randomly stop working, requiring restart #44

Open j-tai opened 3 years ago

j-tai commented 3 years ago

I haven't figured out how to reproduce this. But sometimes (randomly), all features of the mod will stop working, reverting to vanilla behaviour as if the mod weren't there (except for the configuration menu -- that still opens correctly).

Sometimes, the mod stops working right when the game starts up. Sometimes, it stops working a few minutes into playing the game. Most of the time, the bug never happens at all.

The only way to fix this, that I've found, is to restart the game when the issue occurs to restore the mod's functionality.

My OS is Pop!_OS 20.10. I know that Linux has some input issues (like MC-122477), could that be related?

maruohon commented 3 years ago

You are most likely accidentally pressing the key to toggle off all the mod functionality, which is by default Ctrl + S inside any inventory GUIs. So you can press that again inside an inventory to turn the mod back on, and then you can remove that hotkey in the config menu (I + C).

I'm going to remove that default key as you basically never need it anyway, and I'm also going to add a proper indication/message for when you do toggle it, as currently it just has a noteblock pling/plong sound indication (this is a remnant of the older Forge versions of the mod, where there was no malilib and its message renderers etc yet.)

j-tai commented 3 years ago

Thank you for the response. Indeed, that is probably what causes it. I agree that this keybind should be disabled by default.