im trying to use iris for a shader on my smp port but i keep receiving this error
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 'Sodium' (sodium) 0.5.8+mc1.20.1 with version 0.5.7, version 0.5.8 or version 0.5.9 that is compatible with:
- supplementaries 1.20-2.7.21
More details:
- Mod 'Sodium' (sodium) 0.5.8+mc1.20.1 is incompatible with version 1.20-2.7.32 or earlier of mod 'Supplementaries' (supplementaries), but matching versions are present: 1.20-2.7.21/1.20-2.7.4!
- Mod 'Sodium' (sodium) 0.5.8+mc1.20.1 requires any version of indium, which is missing!
at net.fabricmc.loader.impl.FormattedException.ofLocalized(FormattedException.java:51)
at net.fabricmc.loader.impl.FabricLoaderImpl.load(FabricLoaderImpl.java:195)
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)
but when i updated everything it still had problems and wouldnt even let me in the server
what do i do? the server runs on 1.20.1
7 Replies
The issue is right there. Supplementaries is incompatible
oh ok
is there some way i vcan add shaders with it?
Wait
You just need indium
I didn’t read the full error
ok i did that
but its still not working>
?
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 'Sodium' (sodium) 0.5.8+mc1.20.4 with version 0.5.8 that is compatible with:
- supplementaries 1.20-2.7.21
More details:
- Mod 'Sodium' (sodium) 0.5.8+mc1.20.4 is incompatible with version 1.20-2.7.32 or earlier of mod 'Supplementaries' (supplementaries), but matching versions are present: 1.20-2.7.21/1.20-2.7.4!
what does it mean their are matching versions?
Looks like it’s only incompatible with older versions of supplementaries. You need to update it
remove supplementaries as it create issues with sodium see: https://github.com/CaffeineMC/sodium-fabric/issues/2303
for more details
GitHub
Supplementaries forcefully modifies user configuration files to cre...
For some reason, Supplementaries has decided to modify the user's configuration files (specifically fabric_loader_dependencies.json) to trick Fabric Loader into thinking that Sodium has a depen...
I find the entire situation where mod developers breaking dependencies wherever Sodium is involved rather unfortunate for the Fabric ecosystem.