Port to 26.1.2 (Java 25, Mojmap): rebase #4990 on 1.21.11, all loaders incl. Forge#5061
Open
AndreNijman wants to merge 5 commits into
Open
Port to 26.1.2 (Java 25, Mojmap): rebase #4990 on 1.21.11, all loaders incl. Forge#5061AndreNijman wants to merge 5 commits into
AndreNijman wants to merge 5 commits into
Conversation
Resolved conflicts keeping 26.1.2 loader versions, dropping parchment (no 26.1.2 build), keeping base's updated unimined/gradle infra and newer runs-config API syntax.
4 tasks
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.
Continues and completes #4990 by @fnltochka (their commits are preserved here). That PR was stuck at
CONFLICTINGwith Forge unfinished; this rebases it onto the current1.21.11tip and finishes the loaders.What changed vs #4990
1.21.11and resolved the conflicts. They were all in build config (every Java source auto-merged). The base's recent "update unimined & gradle" commit had already converged on the same Unimined1.4.2-SNAPSHOTthe port needs, which is what unblocked Forge.parchment(...)— there is no 26.1.2 Parchment build — keeping mojmap +devFallbackNamespace "official".runsconfig API (mainClass = .../args.addAll([...])) and gradle-wrapper hardening.Validation (built locally on Zulu JDK 25 w/ jmods)
buildbuildbuild:testMixinWorldRenderer#onStartHandparams verified against the real 26.1.2LevelRenderer#renderLevelbytecode (javap)So this produces standalone jars for all three loaders (Fabric/NeoForge/Forge).
Still wants a human pass