Indium error
I have this error :
Incompatible mod set!
net.fabricmc.loader.impl.FormattedException: Mod resolution encountered an incompatible mod set!
A potential solution has been determined:
- Replace mod 'Sodium' (sodium) 0.5.3 with version 0.5.3 that is compatible with:
- indium, any version
- Replace mod 'Indium' (indium) 1.0.25+mc1.20.1 with any version that is compatible with:
- sodium, version 0.5.3
Unmet dependency listing:
- Mod 'Indium' (indium) 1.0.25+mc1.20.1 requires version 0.5.2 of mod 'Sodium' (sodium), but only the wrong version is present: 0.5.3!
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.launch.knot.KnotClient.main(KnotClient.java:28)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at net.digitalingot.rustextension.ProxiedStart.main(ProxiedStart.java:16)
but I know that I have to delete the fabric_loader file but I couldn't find one
29 Replies
No official version of indium for sodium 0.5.3 yet
and probably won't be one
just use sodium 0.5.2 until sodium gets frapi support
There is one in a pr that supports sodium 0.5.3 but it doesn’t work with the newest version of fabric api
but sodium 0.5.2 is incompatible with the latest version of iris
use iris 1.6.8
It’s either wait for indium to update or lose some performance in return for better mod compatibility(mods that use fabric rendering api which will be using iris 1.6.8 and sodium 0.5.2)
thanks for the help I will do what you said and wait for an update from indium
I meant as in you could either wait for indium or rollback to sodium 0.5.2 and iris 1.6.8
it does now thanks to pepper and pajic
I do in fact have a dev build of Indium that’s works with newest frapi
But for obvious reasons I can’t send it
Ok
https://github.com/NoltoxGit/Indium/releases try the latest release to see if this works
GitHub
Releases · NoltoxGit/Indium
Sodium addon providing support for the Fabric Rendering API, based on Indigo - NoltoxGit/Indium
(it should work)
ahhh
I need to announce this I guess
yeah but isn't this one caused by indium being required by continuity?
hedg hog (IMS) ↩️
Reply to: I need to announce this I guess
the crash I mean
oh wait no
this is a different thread, my bad
we helped someone yesterday and forgot they deleted that thread and thought this one was it lol
yay indium release dropped
New Indium doesnt work with current version of quilted fabric API though : (
there is no reason to use quilt, there’s only like one quilt exclusive mod
actually there is quite a lot
True
Yes there is quilt loads slightly faster than fabric and also there is more than one quilt exclusive mod
There's actally no reason to not use quilt. Quilt works with fabric mods, but also works with Quilt only mods, and loads faster than fabric.
A couple of my mods crash with quilt. That’s a pretty good reasons to not use it
I use over 200 mods and none of them crashed when I swapped over to quilt
well, good for you. Not the case for me
Not fully take MCMT fabric as an example it can’t work with quilt because it use some fabric loader internals that aren’t present in quilt loader
Using fabric internals is bad practice from what I’ve heard. Copying the mixin would fix that.
To be fair MCMT fabric is abandoned (hasn’t had a update in 9 months and the owner is no longer maintaining it)
Shimmer doesn't support Quilt (getFrabricId causes it to crash)
There's a bug report with an easy fix but nothing has been done yet
https://github.com/Low-Drag-MC/Shimmer/issues/66