Utility Nexus QoL (1.1.1)
Curse Maven Snippet
What's new
v1.1.1 - Fix: Tom's Storage optional dependency blocked pack startup
Bugfix release. If your pack had Tom's Storage installed, NeoForge could refuse to start the pack entirely because of a wrong version check on this mod's side — nothing to do with your Tom's Storage version being wrong.
Fixed
- Tom's Storage optional dependency: the
neoforge.mods.tomlentry fortoms_storagecarried a leftoverversionRange="[21.1,)"copy-pasted from the Waystones dependency above it (which correctly tracks the Minecraft version). Tom's Storage versions on its own scheme (2.x.x), so any real install — including the current2.4.2— failed that range check and NeoForge flagged it as an incompatible mod, blocking startup even though the dependency isoptionaland this mod never links against the Tom's Storage API (compat is a pure runtimeModList.get().isLoaded("toms_storage")check). The version constraint has been removed; any installed version of Tom's Storage now works.
Notes
./gradlew clean build is green. No feature or behaviour change —
this only fixes a false "incompatible mod" error at pack startup.
JAR: utility_nexus_qol-1.21.1-neoforge-21.1.249-1.1.1.jar
Tag: 1.21.1-neoforge-1.1.1
This mod has no additional files

