I am Porting to minecraft 26.1 but i get this error: Failed to find official mojang mappings for 26.1 #5273
Answered
by
dicedpixels
Tagglagged
asked this question in
Mod Dev Support
DescriptionSo When i create the project and gradle sets up my project i get the error "Failed to find official mojang mappings for 26.1" every time |
Answered by
dicedpixels
Mar 27, 2026
Replies: 5 comments 3 replies
|
Please follow the Docs: https://docs.fabricmc.net/26.1/develop/porting/ |
1 reply
|
Ok! |
0 replies
|
Do you think you can help me fix it? |
1 reply
|
When i try and build the mod i get the output:
Execution failed for task ':compileJava'.
|
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Make sure Gradle is using Java 25. Typically it detects the version from JAVA_HOME so make sure it's set.