RandomMcSomethin / fallingleaves

MIT License
43 stars 20 forks source link

Config not found in ModMenu #60

Closed drippyV2 closed 7 months ago

drippyV2 commented 7 months ago

I can't change any settings for the mode becasue of getting this error: image

I also tried uninstalling every other mod I had except the ones needed and falling leaves gives me the same Error tried different version of Falling leaves and the dependencies but still the same.

Fourmisain commented 7 months ago

Which Minecraft version are you on?

It says it can't find a certain Minecraft method (TextFieldWidget.setCursorToStart(boolean)) which only exists since 1.20.2, so that means you must be on an earlier version but are using mods built for later versions.

This specific error is most likely from Cloth Config, so go for example on Modrinth and filter for the Minecraft version you are using: filter

For example: For 1.20.1, you'd use Cloth Config v11.1.118, Mod Menu 7.2.2, Fabric API 0.91.0+1.20.1 and Falling Leaves 1.15.4. For 1.19.2, you'd use Cloth Config v8.3.115, Mod Menu v4.1.2 (or v4.2.0-beta.2) and Fabric API 0.77.0+1.19.2 and Falling Leaves 1.13.0.

Fabric will always use the latest version it can find in your mods folder, so make sure to delete any other version of Cloth Config and any other mods not built for your Minecraft version, as they may contain Cloth Config as well.

drippyV2 commented 7 months ago

Cloth Config v11.1.118 worked thank you very much for the help.