Mc 26.3 update - #253
Draft
danthedaniel wants to merge 2 commits into
Draft
Mc 26.3 update#253danthedaniel wants to merge 2 commits into
danthedaniel wants to merge 2 commits into
Conversation
.gitattributes already declares *.bat as eol=crlf, but the committed blob had CRLF, so the normalized working tree copy always showed as modified. git add --renormalize fixes the blob; checkout still gives CRLF on disk.
Minecraft 26.3, Fabric loader 0.19.5, Fabric API 0.160.5+26.3, Loom 1.17, YACL 3.9.6+26.3, Mod Menu 21.0.0-beta.1. Also bumps Gradle 9.6.1 -> 9.7.1, shadow 9.4.3 -> 9.6.1, Javalin 7.2.3, Lombok 1.18.48, sqlite-jdbc 3.53.4.0, and in-range npm devDependencies. None of the APIs removed in 26.3 (composting/fuel registries, brewing builder, strippable/tillable/flattenable registries, GLFW input constants) are used by this mod, so no source changes were needed. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
danthedaniel
force-pushed
the
mc-26.3-update
branch
from
September 16, 2026 00:37
e9bba3d to
16612ab
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.
Java dependencies seem to work fine for me but officially report as targeting the 26.3 RCs. I'll wait for those to get bumped before merge and release.