Fabric Mod Doesn't Load -- Incompatible Java Version #3898
Replies: 1 comment
-
Fixed by forcing usage of a different java executable. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Description
Trying to write a mod for 1.20. Doesn't work when run through the minecraft launcher. Works when run through ./gradlew runClient.
System Java version is set to
java-22-openjdk
.In an attempt to fix this, I removed the entire .minecraft folder, and allowed the launcher to effectively reinstall the entire game. This resulted in the same error.
The 1.20 mod was build using the template generator
Inside the generated jarfile, the correct version is found.
test-1.0.0.jar::META-INF/MANIFEST.MF:
I'm taking the mods from ./build/libs/
This is on a Linux system and my editor is vim.
Beta Was this translation helpful? Give feedback.
All reactions