Incompatible mods found #4268
Answered
by
modmuss50
XeweIs
asked this question in
Mod Dev Support
-
DescriptionI chose version 1.20.1 at https://fabricmc.net/develop/. I pasted it into gradle.properties and tried to run runClient and got an error that it requires version 1.20.6 |
Beta Was this translation helpful? Give feedback.
Answered by
modmuss50
Dec 3, 2024
Replies: 1 comment
-
You will need to adjust your fabric.mod.json file for the version of Minecraft you are using. Its located in src/main/resources. You can also use the online template mod generator to create a new mod for a specific version: https://fabricmc.net/develop/template/ |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
XeweIs
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You will need to adjust your fabric.mod.json file for the version of Minecraft you are using. Its located in src/main/resources.
You can also use the online template mod generator to create a new mod for a specific version: https://fabricmc.net/develop/template/