Yamahari / ILikeWood

This mod adds wood variants for blocks that should have one but don't.
https://www.curseforge.com/minecraft/mc-mods/i-like-wood
MIT License
8 stars 16 forks source link

Dont forcefully load other mods configs #66

Open MehVahdJukaar opened 5 months ago

MehVahdJukaar commented 5 months ago

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

https://github.com/MehVahdJukaar/sleep_tight/issues/58#issuecomment-1904314764

Yamahari commented 5 months ago

https://github.com/Yamahari/ILikeWood/blob/5778e111d54b6813bd308fc7bf9b7e253027175d/src/main/java/yamahari/ilikewood/ILikeWood.java#L54

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

MehVahdJukaar commented 5 months ago

https://github.com/MehVahdJukaar/Moonlight/blob/1.20/forge/src/main/java/net/mehvahdjukaar/moonlight/api/platform/configs/forge/ConfigSpecWrapper.java

PatrickK01 commented 1 month ago

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