Leximon / Fluidlogged

Allows waterlogging for any fluid such as lava
https://modrinth.com/mod/fluidlogged
MIT License
7 stars 1 forks source link

Switch away from YetAnotherConfigLib #21

Open Fox2Code opened 9 months ago

Fox2Code commented 9 months ago

YetAnotherConfigLib use pretty invasive mixins, this cause them to just not work alone on a forge and neoforged with no mods.

Because of Fluidlogged hard dependency on YACL I was forcefully forced to scrap Fluidlogged away.

I reported the crash here as a good faith effort, but I'm not expecting anything coming from them.

I would really like to have Fluidlogged in a modpack I'm making, it's just for testing stuff.

Making YACL an optional library instead of a required one should be enough for me, I can edit json files manually.

Leximon commented 9 months ago

I'm not sure about switching away from YACL. There isn't any other good library to choose from. Creating my own config screen instead is also unlikely. But as far as I know YACL 3.1.0 should work just fine on forge.

If you have any other good suggestion for a config ui library, go ahead and tell me.

ExpensiveKoala commented 9 months ago

I personally use Resourceful Config for my mods.

Rasmion commented 9 months ago

Yacl will no longer be a hard dependency starting with the next release. grafik