Incompatible with Caelum Refabricated
SAJewers opened this issue ยท 3 comments
Make sure you are not opening a duplicate.
- I have searched the issue tracker and did not find an issue describing my crash.
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
Developer from Caelum Refabricated here, the option mixin.sun_moon=false
is also required for the two mods to work together.
@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
}
}