Skip to content

Releases: PieKing1215/InvMove

v0.9.0

14 Feb 08:00
aa5f3ce
Compare
Choose a tag to compare

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+

v0.8.8 (1.21 NeoForge/Fabric/Quilt)

24 Jun 03:37
ab928e0
Compare
Choose a tag to compare

Fix for ExceptionInInitializerError in InvMoveConfig.readUnrecognizedConfig

v0.8.7 (1.21 NeoForge/Fabric/Quilt)

23 Jun 21:59
d5f507b
Compare
Choose a tag to compare

Update for 1.21

Migrated Forge to NeoForge
If people still want Forge I could consider readding support in the future, but for now it's lower maintenance to only support 1

Also afaict Quilt isn't out for 1.21 yet so the Quilt version is untested

v0.8.6 (1.20.5)

29 Apr 03:51
1760768
Compare
Choose a tag to compare
v0.8.6 (1.20.5) Pre-release
Pre-release

Update for 1.20.5

At time of writing Forge isn't out for 1.20.5 so the Forge version is completely untested
Also heads up I will probably be migrating to NeoForge for 1.21, unsure if I will keep maintaining Forge

v0.8.5 (1.20.2-1.20.4)

13 Jan 05:50
62930f9
Compare
Choose a tag to compare
Pre-release

Update for 1.20.2-1.20.4

v0.8.4 (1.16, 1.18, 1.19, 1.20)

19 Jun 00:00
a51e658
Compare
Choose a tag to compare
Pre-release

(note: marked as alpha because I did not have time to test every version/loader)

  • Update for 1.20
  • Workaround for issues with certain freecam mods (gh-19)

v0.8.3 (1.16, 1.18, 1.19) (+1.19.4)

16 Mar 00:55
9fe5fbc
Compare
Choose a tag to compare
Pre-release
  • Changed BackgroundMixin target so it doesn't fail in 1.19.4
    • This change might affect how it works with modded screens, please open an issue if you notice any compatibility problems.
  • Fixed performance issue with modid lookup (gh-28)

v0.8.2 (1.16, 1.18, 1.19)

17 Jan 01:16
4fe39a3
Compare
Choose a tag to compare
  • Fix quick villager trading (gh-20)
  • Fix toggling keys every frame (related to gh-18)
  • Some internal changes to help with InvMoveCompats

v0.8.1 (Forge 1.19 fix)

29 Jul 01:39
9e73517
Compare
Choose a tag to compare

Fixes compatibility with new Forge versions for 1.19 (including 1.19.1 support)
(no changes to any version/platform other than Forge 1.19)

v0.8.0 (experimental) (1.16, 1.18, 1.19)

24 Jun 23:02
e487b37
Compare
Choose a tag to compare

Major internal build script changes and code changes to allow supporting multiple versions.
Adds ports for 1.16 and 1.19.
Adds ports for Quilt 1.18 and 1.19.

I have lightly tested every supported version/platform but there could still be problems.
InvMoveCompats is NOT compatible with this experimental release!