PieKing1215 / InvMove

Minecraft Forge/Fabric/Quilt mod that adds the ability to walk around while in inventories
GNU Lesser General Public License v3.0
23 stars 7 forks source link

[Feature] Add config value to make unrecognized UI's set to "Disallow Movement" by default #6

Closed ChristopherHaws closed 2 years ago

ChristopherHaws commented 2 years ago

I use a lot of mods that have custom UI and would love to be able to have the movement value be "Disallow Movement" by default for unrecognized UI's. For the very few UI's that I want to allow movement, I would go in an manually enable it.

Some mods I use with custom UI:

In all of these cases, I want movement to be disabled. The problem is, each of these mods have many submenus that I have to go and disallow movement manually, and I can only do it after opening the screen for the first time.

PieKing1215 commented 2 years ago

Good suggestion! Not sure why I didn't do this in the first place, will be in the next release.

PieKing1215 commented 2 years ago

Added in v0.7.0!