chore: bump NeoForge to 26.2.0.48-beta - #115
Closed
TheMarstonConnell wants to merge 1 commit into
Closed
Conversation
Same-line NeoForge build bump (Minecraft 26.2 unchanged). All other tracked deps already at their newest for MC 26.2 (fabric-api 0.156.0+26.2, fabric-loader 0.19.3, Forge Config API Port 26.2.1, NeoForm 26.2-2, fabric-loom 1.17.17, moddev 2.0.143). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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
Same-line NeoForge build bump. Minecraft stays on 26.2; only the NeoForge build advances. All other tracked dependencies are already at their newest for MC 26.2, so no other fields changed.
Version changes
neo_version26.2.0.43-beta26.2.0.48-betaneo_version_range[26.2.0.43-beta,)[26.2.0.48-beta,)Unchanged (already newest for MC 26.2):
minecraft_version26.2 ·neo_form_version26.2-2 ·fabric_version0.156.0+26.2 ·fabric_loader_version0.19.3 ·forge_config_api_port_version26.2.1 ·fabric-loom1.17.17 ·moddev2.0.143.Files changed
gradle.properties—neo_version+neo_version_range.Doc references (
claude.mdCurrent Version,README.md) intentionally untouched: the Minecraft line is unchanged and docs name the MC line (26.2), not the exact NeoForge build.Migration
None. No Minecraft line jump, so no primer/access-widener/mixin changes were needed.
Verification (local)
Gradle provisioned from the pinned mirror (checksum-verified), reverted to the canonical wrapper URL before commit. All three commands ran locally:
./gradlew --refresh-dependencies build— BUILD SUCCESSFUL (both NeoForge + Fabric jars, NeoForge unit tests passed)./gradlew :neoforge:runGameTestServer— 41/41 NeoForge gametests passed./gradlew :fabric:runGametest— 39/39 Fabric gametests passed🤖 Generated with Claude Code
Generated by Claude Code