Falling Leaves (Fabric)

Falling Leaves (Fabric)

22M Downloads

Cloth Config Dependency Outdated

juancarloscp52 opened this issue ยท 1 comments

commented

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!

commented

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.