Update to Minecraft 26.1.2 and multi-version branch strategy - #65
Open
edward3h wants to merge 1 commit into
Open
Update to Minecraft 26.1.2 and multi-version branch strategy#65edward3h wants to merge 1 commit into
edward3h wants to merge 1 commit into
Conversation
- minecraft_version: 1.21.11 → 26.1.2 - neoforge_version: 21.11.42 → 26.1.2.10-beta - fabric_api_version: 0.141.3+1.21.11 → 0.146.0+26.1.2 - modmenu_version: 17.0.0 → 18.0.0-alpha.8 - Java: 21 → 25 (MC 26.1 requirement) - Drop Parchment mappings (MC 26.1 removed obfuscation; official mappings now include parameter names) - TODO: Architectury API not yet released for MC 26.1 — build blocked Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
edward3h
force-pushed
the
update/mc-26.1.2
branch
from
May 16, 2026 16:07
68c408c to
5ce1846
Compare
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.
Summary
mc/1.21.11preserves the old version,maintracks the latest<mod_version>+<mc_version>(e.g.1.5.1+26.1.2) so jars are distinguishable across MC versionsv1.5.1+26.1.2)mainand allmc/**branchesKnown blocker
Architectury API has not yet released a version for MC 26.1. The build will fail until that is available. Track progress at architectury/architectury-api#704
Test plan
mc/1.21.11pusharchitectury_api_versioningradle.propertiesand run./gradlew build.tool-versions🤖 Generated with Claude Code