Halogen

Halogen

657k Downloads

Make each mod toggleable

DoctorMeta opened this issue ยท 11 comments

commented

I would like a config file with options to turn off sodium, lithium or phosphor separately.

I want to do this because I want to use optifine instead of sodium, but be able to keep lithium and phosphor.

commented

There is a starlight branch now which has Starlight instead of Phosphor.

commented

I feel like this could be better done if it was split into 3, like Aeiou's forks

commented

IDK, I find it annoying dealing with 20-ish performance mods. I like everything to be a simple 1 mod package and a config to turn parts on/off. I understand larger size and possibly longer load times, but a config would probably be easier to implement.

commented

I agree keep it as One Mod and just add a config

commented

Agree with that idea, i prefer starlight to phospor but i can't switch the mods

commented

Thanks! I'll try using mixins. Could you just update the link in the mixins.properties to this one?

image

commented

I'm stretched a bit thin for adding this. For now, you can try disabling specific mixins in sodium-mixins.properties.

These are all the options you can add:

commented

Thanks! I'll try using mixins. Could you just update the link in the mixins.properties to this one?

image

So uh...any idea how to actually do this? I'm looking at the file but it looks so foreign to me so I have no idea how to disable Phosphor so I can use Starlight instead. Delete everything that has lighting in it or?

commented

I'm pretty sure sodium-mixins.properties is only for Sodium mixins, I could be wrong though.
I was wrong. You can use it for sodium and lithium
Also, I recommend reading the #2 issue for more information.

commented

Closing this as they are toggleable via the config file. I'll consider separating the mods out later

commented

After some testing, I've found that using mixin.features = false disables all of sodium, keeping lithium and phosphor. I can now use optifine in peace. Thank you and keep up the good work!