Minecraft 26.2 Support#414
Open
Godwhitelight wants to merge 1 commit into
Open
Conversation
- Update minecraft_version, mcp_version, mappings_version to 26.2 - Update Java toolchain to JDK 25 (required by MC 26.2) - Update Gradle wrapper to 8.14 (JDK 25 toolchain support, FG6 compatible) - Add javaLauncher for JDK 25 on runclient/runserver tasks - Update CI workflow to JDK 25 - Update README supported versions and JDK requirements - Add ForgeGradle generated folders to .gitignore
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Minecraft 26.2 Support
Updates MCP-Reborn to support Minecraft 26.2 (new year-based versioning scheme).
Changes
build.gradleminecraft_version→26.2,mcp_version→20260616.103818,mappings_version→26.2build.gradlejava-runtime-epsilon)build.gradlejavaLauncherfor JDK 25 onrunclientandrunservertasks (preventsUnsupportedClassVersionErrorwhen daemon JVM < 25)gradle-wrapper.properties.github/workflows/gradle.ymlREADME.md1.13->26.2, added26> Needs JDK 25.gitignorenet/,projects/)Notes
javaLauncherfix: Without explicitly setting the JDK 25 launcher onrunclient/runserver, the JavaExec tasks use the Gradle daemon JVM (which may be JDK 21), causingUnsupportedClassVersionError: class file version 69.0since MC 26.2 is compiled for Java 25.26.2-20260616.103818from Forge Maven mcp_config.setup,build, andrunclientall pass successfully with JDK 25 + Gradle 8.14.