Sodium Extra

Sodium Extra

25M Downloads

Mod doesn't work on Quilt

jLn0n opened this issue ยท 5 comments

commented

Make sure you are not opening a duplicate.

Minecraft version.

1.18.2

Sodium Extra version.

0.4.4

Sodium version.

0.4.1

What happened?

when the game loads with this mod, it crashes instead of working fine

Relevant log.

latest.log

Additional information.

No response

commented

It's because of the hard "x or higher version" dependency on Fabric Loader. You can remove it by opening the mod's .jar with 7zip, opening "fabric.mod.json" in a text editor and removing the line that has fabric-loader mentioned.
However, there'll be more people trying to use the mod with Quilt, so the dependency is better off removed entirely.

commented

I think you could do an override on your side just like with fabric but the best way to add support for quilt would be to add a quilt.mod.json file and keep the fabric.mod.json as it is

commented

It's because of the hard "x or higher version" dependency on Fabric Loader. You can remove it by opening the mod's .jar with 7zip, opening "fabric.mod.json" in a text editor and removing the line that has fabric-loader mentioned.

This doesn't seem to work?

commented

I'm now able to use Sodium Extra 0.4.5+1.19 with Quilt flawlessly, no modification were required. I think this can be closed now.

Any idea how this was 'fixed'?

commented

This was probably fixed on Quilt's end when handling mods that use Fabric API.