WIP: Port Structurize to Minecraft 26.2 - #851
Closed
MrFruitDude wants to merge 1 commit into
Closed
Conversation
|
|
This was referenced Sep 4, 2026
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.
WIP / review disclaimer
This is a coordinated work-in-progress port to Minecraft 26.2. The game starts and core logic works, but crashes and texture/rendering mismatches remain under active investigation. It is not ready to merge.
Changes
JarContentsso packaged schematics are visible instead of treating a mod JAR as a directory.Change map (286 changed files)
src/main/java+src/api/javasrc/main/resourcesKey review files:
ClientStructurePackLoader,ServerStructurePackLoader,client/rendertask/util/RenderTypes,BlueprintRenderer, andAbstractBlueprintManipulationWindow.Validation
./gradlew buildsucceeds.TODO audit
The coordinated scan found 13 TODO/FIXME/XXX markers in tracked Structurize source (excluding generated/build/runtime output). They remain follow-up items while the 26.2 rendering path stabilizes.
Show-me / dependency graph
The review map follows the show-me skill: short prose, focused ownership boundaries, and diagrams for the dependency/control flow.
Companion PRs
This draft is part of the coordinated MineColonies 26.2 port. Review and test these together:
Standards
Draft only; the repository PR template, issue/CLA requirements, and maintainer review still apply.
Base branch note
The upstream repository does not currently publish a
version/26.2branch. This PR is therefore based on the latest upstreamversion/1.21branch, while its head is the newport/26.2-wipbranch. It should be retargeted and rebased when maintainers cut the official 26.2 base.Do not merge this snapshot into
version/1.21; it is only a transport/review anchor untilversion/26.2exists.