FlashyReese / sodium-extra-fabric

Features that shouldn't be in Sodium.
GNU Lesser General Public License v3.0
259 stars 67 forks source link

Incompatible with Caelum Refabricated #347

Open SAJewers opened 11 months ago

SAJewers commented 11 months ago

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

FlashyReese commented 11 months ago

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.

jmb05 commented 1 month ago

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

FlashyReese commented 1 month ago

@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
        }
    }