Add The One Probe to the 26.1.2 and 26.2 packs - #79
Merged
Conversation
Integrated Dynamics Compat re-enabled its The One Probe integration, so the packs can exercise it again. TOP now has builds for both Minecraft versions: 26.1.2_neo-14.0.0-1 and 26.2_neo-15.0.0-1. Also pin TOP to 26.1.x in the 26.1.2 pack, so Renovate does not automerge the 26.2 build into it, matching the existing rules for TerraBlender and Refined Storage. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01JpfdmgsyiKsvxjztpcvqpK
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.
Integrated Dynamics Compat re-enabled its The One Probe integration (CyclopsMC/IntegratedDynamics-Compat#42 and #43), and TOP now has builds for both Minecraft versions, so
cyclops-all-depscan exercise it again.The dependency was already present in both poms but commented out, pinned to the old
1.21_neo-12.0.8-7. Uncommented and updated:cyclops-all-deps/26.1.2/neoforge26.1.2_neo-14.0.0-1cyclops-all-deps/26.2/neoforge26.2_neo-15.0.0-11.21.1is left commented out — the compat mod's TOP integration is not enabled on that branch.Renovate pin
Also added an
allowedVersionsrule pinning TOP to^26\.1\.formodpacks/**/26.1*/**/pom.xml. Without it, Renovate would see26.2_neo-15.0.0-1as the newest version and automerge it into the 26.1.2 pack, where it will not load (that build declaresneoforge [26.2.0.75,)). This mirrors the existing rules for TerraBlender and Refined Storage. The 26.2 pack needs no rule yet, since the newest TOP build is the correct one for it — same as TerraBlender today.Happy to drop that part if you would rather let Renovate find out on its own.
Validation
Both artifacts resolve from the k-4u maven that
settings.xmlalready activates:Both exit 0 and pull the jar. Both poms and
renovate.jsonwere re-parsed to confirm they are still well-formed.🤖 Generated with Claude Code
https://claude.ai/code/session_01JpfdmgsyiKsvxjztpcvqpK
Generated by Claude Code