Skip to content

chore(ci): bump Minecraft version metadata to 26.1#7

Merged
GalvinPython merged 2 commits into
mainfrom
GalvinPython-patch-1
Mar 25, 2026
Merged

chore(ci): bump Minecraft version metadata to 26.1#7
GalvinPython merged 2 commits into
mainfrom
GalvinPython-patch-1

Conversation

@GalvinPython
Copy link
Copy Markdown
Member

No description provided.

Copilot AI review requested due to automatic review settings March 25, 2026 09:13
@GalvinPython GalvinPython merged commit 830d756 into main Mar 25, 2026
@GalvinPython GalvinPython deleted the GalvinPython-patch-1 branch March 25, 2026 09:15
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the project’s Gradle version properties to target Minecraft 26.1 (non-snapshot) and align dependency versions accordingly.

Changes:

  • Bumped minecraft_version from 26.1-snapshot-6 to 26.1
  • Updated mod_version metadata to remove the snapshot qualifier
  • Bumped fabric_api_version to 0.144.0+26.1

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread gradle.properties
# check these on https://fabricmc.net/develop

minecraft_version=26.1-snapshot-6
minecraft_version=26.1
Copy link

Copilot AI Mar 25, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

minecraft_version was bumped to 26.1, but the mod manifest still declares a dependency on minecraft: 26.1-alpha.6 (see src/main/resources/fabric.mod.json). This mismatch can prevent the mod from loading on the intended target version; update the manifest constraint (or template it from gradle.properties) so it matches the new Minecraft version metadata.

Suggested change
minecraft_version=26.1
minecraft_version=26.1-alpha.6

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants