Sodium Extra

Sodium Extra

25M Downloads

Incompatible with Caelum Refabricated

SAJewers opened this issue ยท 3 comments

commented

Make sure you are not opening a duplicate.

Minecraft version.

1.20.1

Sodium Extra version.

0.5.0

Sodium version.

0.5.0

What happened?

Attempting to run Sodium Extra with Caelum Refabricated 1.01 causes a crash

Relevant logs

crash-2023-08-11_10.40.56-client.txt

Additional information

https://modrinth.com/mod/caelum-refabricated

commented

Developer from Caelum Refabricated here, the option mixin.sun_moon=false is also required for the two mods to work together.

commented

@jmb05 If needed you can do so with your mod by adding this to your fabric.mod.json until a viable solution is found

	"custom":
	{
		"sodium-extra:options":
		{
			"mixin.sun_moon": false
		}
	}
commented

You can add mixin.sky=false to .minecraft/config/sodium-extra.properties to temporarily disable sky toggle feature. I can't guarantee compatibility for mods that also modify the sky.