RandomMcSomethin / fallingleaves

MIT License
43 stars 20 forks source link

Cloth Config Dependency Outdated #42

Closed juancarloscp52 closed 1 year ago

juancarloscp52 commented 1 year ago

Hello! The cloth config version that Falling Leaves is using is 9.0.93 which does not work with the 1.19.3 release as is compatible only with 1.19.3 pre release 2. Version 9.0.94 works fine for 1.19.3. This breaks other mods when your mod is installed, as sometimes the cloth config version that your mod includes takes priority. See more here

Hope it helps, thanks!

Fourmisain commented 1 year ago

Falling Leaves does not contain Cloth Config. (It once did ages ago in 1.6.0 for Minecraft 1.16.) What you were seeing is simply the version it was compiled against which does not affect execution in any way.

For the issue you were seeing: Mods that are contained in other mods (jar-in-jar mods) are sorted by version and can only be overridden by top-level mods, meaning there is no randomness to this and Goober19 had Cloth Config 9.0.93 installed directly.