I Like Wood

I Like Wood

865k Downloads

Dont forcefully load other mods configs

MehVahdJukaar opened this issue ยท 4 comments

commented

You cant just force all other mods configs to be loaded early. There's a reason forge handles that internally

MehVahdJukaar/sleep_tight#58 (comment)

commented

It would be awesome, if you could fix this bug soon. It is opened since January 22 with a solution provided by MehVahdJukaar. Thanks.

commented

ConfigTracker.INSTANCE.loadConfigs(ModConfig.Type.COMMON, FMLPaths.CONFIGDIR.get());

Seems like I am, maybe there's a way to only load my own early

commented

@Yamahari
I really like the idea of your mod. But this bug is really really annoying for modpacks.
I tried to fix it on my own, to have a fixed version just for my private modpack.

The problem is: you know, you preload configs with:

ConfigTracker.INSTANCE.loadConfigs(ModConfig.Type.COMMON, FMLPaths.CONFIGDIR.get());

Because, if you remove that line, minecraft do not even start with the message: you can't access to configs. (Something like that)

I tried to fix that. I removed all preloaded config accessments, and so on.... well I don't get it.
Code-Quality is bad. And the plugin-System was a good idea, but is uneccessary thanks to Every Compat.

I kindly ask you: can I use the textures of your mod to try making my own mod? In best case I just need oak textures. Using Moonlight/Every Compat I generate everything else. I just plan to make an Minecraft 1.20.1 Version.
Should I ever get a releasable version of the mod, I come back to you.