[Crash] ... Dependency issues
FAKHORII opened this issue ยท 5 comments
dependency issue on several mods, they ask about version 1.1.0 at least while using the latest version 1.1.8a
It seems that Fabric doesn't recognize the letter "a" in the version.
net.fabricmc.loader.impl.FormattedException: Mod resolution encountered an incompatible mod set!
A potential solution has been determined:
- Replace mod 'SuperMartijn642's Config Lib' (supermartijn642configlib) 1.1.8a with version 1.1.0 or later.
Unmet dependency listing:
- Mod 'Rechiseled' (rechiseled) 1.1.4 requires version 1.1.0 or later of mod 'SuperMartijn642's Config Lib' (supermartijn642configlib), but only the wrong version is present: 1.1.8a!```
Oh I see, it is indeed supposed to be 1.1.8+a. My build script is supposed to do that, but I guess I might not have set that up correctly for the config library.