- Added version for Fabric/NeoForge 1.21.9/10
- Fixed a mixin error in NeoForge 1.21.5-8
- New Sneak Mode
MaintainWhilePressed
, which sneaks until the button is released (by @CenTdemeern1 🎉) - New setting
Sneak Mode When Disallowed
, configures sneak behavior when movement is disabled (by @CenTdemeern1 🎉)- Previously hardcoded to
Maintain
, that's still the default but it's configurable now
- Previously hardcoded to
- New setting
Sneak Mode When Creative Flying
, configures sneak behavior while creative flying in a screen- Previously used the base Sneak Mode, now uses
Pressed
by default
- Previously used the base Sneak Mode, now uses
- Fixed mixin conflict with newer versions of Controlify
This update is mostly a project structure overhaul to reduce duplicate code between versions & simplify the build system, with the goal of reducing the effort needed to update & support many versions.
A result of this is that from now on the mod will be updated for all* minecraft versions since 1.16.5
*Specifically there are different jars for these versions:
Version | Fabric | Forge* | NeoForge |
---|---|---|---|
1.16.5 | ✔️ | ✔️ | |
1.17.x | ✔️ | ✔️ | |
1.18.2 | ✔️ | ✔️ | |
1.19.x | ✔️ | ✔️ | |
1.20.0/1 | ✔️ | ✔️ | |
1.20.2/3/4 | ✔️ | ✔️ | |
1.20.5/6 | ✔️ | ✔️ | |
1.21.0/1 | ✔️ | ✔️ | |
1.21.2/3 | ✔️ | ✔️ | |
1.21.4 | ✔️ | ✔️ |
*For now I am not supporting Forge on versions where NeoForge is available, this may change in the future depending on demand
Other than restructuring, there are also a handful of fixes/additions/improvements:
- Updated for 1.21.2+
- Added 1.17 support (previously skipped)
- Refactored input handling for better compatibility with mods that add keybinds related to movement (crawling, auto walk/run, third person mods, ItemSwapper+MouseWheelie)
- Movement config now has a section that lets you configure what keys are force updated by InvMove while in inventories (only the vanilla movement keys are enabled by default to keep it safer for mod compatibility) (before this it used to force update ALL keys which caused issues with some mods)
- Option to disable movement while the recipe book is open (false by default)
- Added a couple missing screens to vanilla module (hanging signs, smithing table, some loading screens)
- A couple existing fixes are now backported (notably
readUnrecognizedConfig
/Class.forName
crashes should be fixed)
NOTE: This version is not compatible with old versions of InvMoveCompats, you will need to update it to v0.4.0+
This update is mostly a project structure overhaul to reduce duplicate code between versions & simplify the build system, with the goal of reducing the effort needed to update & support many versions.
A result of this is that from now on the mod will be updated for all* minecraft versions since 1.16.5
*Specifically there are different jars for these versions:
Version | Fabric | Forge* | NeoForge |
---|---|---|---|
1.16.5 | ✔️ | ✔️ | |
1.17.x | ✔️ | ✔️ | |
1.18.2 | ✔️ | ✔️ | |
1.19.x | ✔️ | ✔️ | |
1.20.0/1 | ✔️ | ✔️ | |
1.20.2/3/4 | ✔️ | ✔️ | |
1.20.5/6 | ✔️ | ✔️ | |
1.21.0/1 | ✔️ | ✔️ | |
1.21.2/3 | ✔️ | ✔️ | |
1.21.4 | ✔️ | ✔️ |
*For now I am not supporting Forge on versions where NeoForge is available, this may change in the future depending on demand
Other than restructuring, there are also a handful of fixes/additions/improvements:
- Updated for 1.21.2+
- Added 1.17 support (previously skipped)
- Refactored input handling for better compatibility with mods that add keybinds related to movement (crawling, auto walk/run, third person mods, ItemSwapper+MouseWheelie)
- Movement config now has a section that lets you configure what keys are force updated by InvMove while in inventories (only the vanilla movement keys are enabled by default to keep it safer for mod compatibility) (before this it used to force update ALL keys which caused issues with some mods)
- Option to disable movement while the recipe book is open (false by default)
- Added a couple missing screens to vanilla module (hanging signs, smithing table, some loading screens)
- A couple existing fixes are now backported (notably
readUnrecognizedConfig
/Class.forName
crashes should be fixed)
NOTE: This version is not compatible with old versions of InvMoveCompats, you will need to update it to v0.4.0+