chore: bump NeoForge 26.2.0.43-beta -> 26.2.0.49-beta, fabric-loom 1.17.17 -> 1.17.18 - #116
Open
TheMarstonConnell wants to merge 1 commit into
Open
chore: bump NeoForge 26.2.0.43-beta -> 26.2.0.49-beta, fabric-loom 1.17.17 -> 1.17.18#116TheMarstonConnell wants to merge 1 commit into
TheMarstonConnell wants to merge 1 commit into
Conversation
…17.17 -> 1.17.18 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 Minecraft line (26.2). A newer NeoForge beta build and a fabric-loom patch release are available; every other tracked dependency is already current for MC 26.2, so this is a build-tooling-only bump with no code migration.
Version changes
neo_version/neo_version_rangenet.fabricmc.fabric-loom(build.gradle)Unchanged (already current 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,net.neoforged.moddev2.0.143.Files changed
gradle.properties—neo_version,neo_version_rangebuild.gradle—net.fabricmc.fabric-loomplugin versionNo doc sync needed (Minecraft line unchanged). No migration fixes required — no MC-line crossing, so no vanilla/NeoForge/Fabric API renames to chase.
Verification (local)
All three commands ran locally against a checksum-pinned Gradle 9.5.0 distribution:
./gradlew --refresh-dependencies build— BUILD SUCCESSFUL (both NeoForge + Fabric jars, plus NeoForge unit tests)./gradlew :neoforge:runGameTestServer— BUILD SUCCESSFUL,All 41 required tests passed :)./gradlew :fabric:runGametest— BUILD SUCCESSFUL,All 39 required tests passed :)Both loaders build and both gametest suites are green.
🤖 Generated with Claude Code
Generated by Claude Code