Config not found in ModMenu
drippyV2 opened this issue ยท 2 comments
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:
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.