Indigo included in 1.15 Fabric API versions when it only works on below 1.15
See original GitHub issueException in thread "main" java.lang.RuntimeException: Failed to resolve mods!
at net.fabricmc.loader.FabricLoader.load(FabricLoader.java:159)
at net.fabricmc.loader.launch.knot.Knot.init(Knot.java:122)
at net.fabricmc.loader.launch.knot.KnotClient.main(KnotClient.java:26)
Caused by: net.fabricmc.loader.discovery.ModResolutionException: Errors were found!
- Mod fabric-renderer-indigo depends on mod {minecraft @ [<1.15-]}, but a different version is present: 1.15-alpha.19.36.a!
at net.fabricmc.loader.discovery.ModResolver.findCompatibleSet(ModResolver.java:309)
at net.fabricmc.loader.discovery.ModResolver.resolve(ModResolver.java:603)
at net.fabricmc.loader.FabricLoader.load(FabricLoader.java:157)
... 2 more
Tested with 0.3.2+build.215-1.15, 0.3.2+build.217-1.15 and 0.3.2+build.219-1.15 on loader 0.6.1+build.165 in dev env.
Issue Analytics
- State:
- Created 4 years ago
- Comments:8 (6 by maintainers)
Top Results From Across the Web
Fabric API - Mods - Minecraft - CurseForge
Fabric's APIs are lightweight and modular, making porting faster and game instances leaner. Fabric development targets snapshots as well as release versions, ...
Read more >[22w15a] Fabric API 0.51.0+1.19 - Modrinth
Fabric API. Universal mod. Lightweight and modular API providing common hooks and intercompatibility measures utilized by mods using the Fabric toolchain.
Read more >java - Minecraft-moding: Mod works only in IDE but not when ...
0-dev [✔️] fabric-api-0.4.26+build.283-1.15 Params: --username --version MultiMC5 --gameDir G:/Games/MultiMC/instances/ ...
Read more >Minecraft 1.16 How To Install Fabric Mod Loader ... - YouTube
Minecraft 1.16 How To Install Fabric Mod Loader & Mods Tutorial including FABRIC API & MOD MENU, MINI MAP & ANY MOD for...
Read more >Fabric | The home of the Fabric mod development toolchain.
Fabric is a lightweight, experimental modding toolchain for Minecraft. design. Fabric's APIs are lightweight and modular, making porting faster and game ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Full log means full log.
Ah, well, my mistake.
In any case, it’s probably a stray entry in some POM file. This happens to me also when there are many dependencies in dev. I avoid it by adding something like the following to most of my dependencies:
It’s annoying, but it seems to work.