Incompatible mod set! #3361
Unanswered
DamnedYokel
asked this question in
FAQ
Replies: 1 comment
-
You've got Fabric API for the wrong version of Minecraft. Make sure to filter by Minecraft version when you download mods. https://www.curseforge.com/minecraft/mc-mods/fabric-api/files?version=1.19.4 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Incompatible mod set!
net.fabricmc.loader.impl.FormattedException: Mod resolution encountered an incompatible mod set!
A potential solution has been determined:
- Replace mod 'Fabric API' (fabric-api) 0.89.3+1.20.2 with any version that is compatible with:
- fabricloader 0.14.17
- minecraft 1.19.4
Unmet dependency listing:
- Mod 'Fabric API' (fabric-api) 0.89.3+1.20.2 requires version 0.14.22 or later of mod 'Fabric Loader' (fabricloader), but only the wrong version is present: 0.14.17!
- Mod 'Fabric API' (fabric-api) 0.89.3+1.20.2 requires any version between 1.20.2- (inclusive) and 1.20.3- (exclusive) of 'Minecraft' (minecraft), but only the wrong version is present: 1.19.4!
at net.fabricmc.loader.impl.FormattedException.ofLocalized(FormattedException.java:51)
at net.fabricmc.loader.impl.FabricLoaderImpl.load(FabricLoaderImpl.java:192)
at net.fabricmc.loader.impl.launch.knot.Knot.init(Knot.java:148)
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:68)
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
Beta Was this translation helpful? Give feedback.
All reactions