-
Notifications
You must be signed in to change notification settings - Fork 982
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sodium and Create (Fabric). #6130
Comments
dude you are very late to the party. if you had asked in discord, you would have been told: currently create 0.5.1d sodium 0.4.10 fabric api 0.88.1 iris 1.6.4 and indium 1.0.21 are the precise versions you want. a fix in the works. |
why do you need a shader compatibility mod to fix a bug in a tech mod |
well now lets see... |
Indium is not for share compatability, Indium allows mods to use the fabric rendering api which they cannot do if sodium is installed due to not supporting FRAPI |
i think this issue is now 6 months old (referring to an older reddit post, describing the same issue). Is there a fix in development for this at the moment? Or is this not prioritized? |
In the works. |
It's nearly finished, you can get unstable builds from Github actions on Fabric repo. (however very limited support) |
I don't like being the guy reopening an issue, but I can't find these unstable builds you mentioned @goteusz-maszyk . Do you have a link please?🙏 Even if it's unstable I could check it out. |
Create fabric patch f is already released on modrinth. |
Describe the Bug
Whenever I try to load the game up with Sodium, it comes up with this message: 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 'Create' (create) 0.5.1-d-build.1161+mc1.20.1 with any version that is compatible with:
- sodium 0.5.8+mc1.20.1
More details:
- Mod 'Create' (create) 0.5.1-d-build.1161+mc1.20.1 is incompatible with version 0.5.0 or later of mod 'Sodium' (sodium), but a matching version is present: 0.5.8+mc1.20.1!
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)
Reproduction Steps
Expected Result
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 'Create' (create) 0.5.1-d-build.1161+mc1.20.1 with any version that is compatible with:
- sodium 0.5.8+mc1.20.1
More details:
- Mod 'Create' (create) 0.5.1-d-build.1161+mc1.20.1 is incompatible with version 0.5.0 or later of mod 'Sodium' (sodium), but a matching version is present: 0.5.8+mc1.20.1!
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)
Screenshots and Videos
Crash Report or Log
Exit code 1. (Probaly from me closing the game while it was loading).
Operating System
Windows 11
Mod Version
0.5.1d
Minecraft Version
1.20.1
Forge Version
N/A
Other Mods
Iris. (Needs Sodium to work).
Additional Context
Try to fix it... I guess...
The text was updated successfully, but these errors were encountered: