question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Indigo included in 1.15 Fabric API versions when it only works on below 1.15

See original GitHub issue
Exception 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:closed
  • Created 4 years ago
  • Comments:8 (6 by maintainers)

github_iconTop GitHub Comments

2reactions
grondagcommented, Sep 8, 2019

Full log means full log.

1reaction
grondagcommented, Sep 8, 2019

Full log means full log.

That actually is the full log, starting with Loading for game Minecraft <version> as in all development environments, and ending with Process finished with exit code # as all runs from intellij idea.

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:

modRuntime ("me.shedaniel.cloth:config-2:${clothconfig_version}") {
        exclude group :"io.github.prospector.modmenu"
        exclude group :"net.fabricmc.fabric-api"
}

It’s annoying, but it seems to work.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found