|
java.toolchain.languageVersion = JavaLanguageVersion.of(21) |
Minecraft 1.20.1 is compiled with java 17. As a result this mod is effectively unusable on 1.20.1 without an end user manually changing which version Minecraft runs with, which is possible on all launchers, but it's something an end user should never be expected to need to do.
You get issues like this otherwise: https://gnomebot.dev/paste/mclogs/MOlV9M3#L382
Just needs recompile and reupload with the correct settings in the buildscript, make sure you test in production to ensure it's compiled correctly.
This issue is made on behalf of a user who sought support in the MinecraftForge discord.
domum-ornamentum-bluemap/build.gradle
Line 29 in 4238ccf
Minecraft 1.20.1 is compiled with java 17. As a result this mod is effectively unusable on 1.20.1 without an end user manually changing which version Minecraft runs with, which is possible on all launchers, but it's something an end user should never be expected to need to do.
You get issues like this otherwise: https://gnomebot.dev/paste/mclogs/MOlV9M3#L382
Just needs recompile and reupload with the correct settings in the buildscript, make sure you test in production to ensure it's compiled correctly.
This issue is made on behalf of a user who sought support in the MinecraftForge discord.