-
Notifications
You must be signed in to change notification settings - Fork 3
Description
Factory API Version
1.21.6 and 1.21.7
Mod Loader Version
Fabric
Bug/Glitch Occurrence Context
Cant launch game, Factory says it requires version 131 of Fabric API but no such version of fabric exists for 1.21.6. There seems to be no public facing download for a version of Factory that is compatible with any version of Fabric for 1.21.6. All this goes for 1.21.7 aswell.
What happened wrong?
Incompatible mods found!
net.fabricmc.loader.impl.FormattedException: Some of your mods are incompatible with the game or each other!
A potential solution has been determined, this may resolve your problem:
- Replace mod 'Factory API' (factory_api) 2.2.6 with version 2.2.6 or later that is compatible with:
- fabric-api 0.129.0+1.21.7
More details:
- Mod 'Factory API' (factory_api) 2.2.6 requires version 0.131.0+1.21.8 or later of mod 'Fabric API' (fabric-api), but only the wrong version is present: 0.129.0+1.21.7!
at net.fabricmc.loader.impl.FormattedException.ofLocalized(FormattedException.java:51)
at net.fabricmc.loader.impl.FabricLoaderImpl.load(FabricLoaderImpl.java:196)
at net.fabricmc.loader.impl.launch.knot.Knot.init(Knot.java:146)
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:68)
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
at org.prismlauncher.launcher.impl.StandardLauncher.launch(StandardLauncher.java:105)
at org.prismlauncher.EntryPoint.listen(EntryPoint.java:129)
at org.prismlauncher.EntryPoint.main(EntryPoint.java:70)