Skip to content

Correct Modrinth game version coverage - #39

Merged
asketmc merged 1 commit into
mainfrom
agent/fix-modrinth-game-versions
Jul 16, 2026
Merged

Correct Modrinth game version coverage#39
asketmc merged 1 commit into
mainfrom
agent/fix-modrinth-game-versions

Conversation

@asketmc

@asketmc asketmc commented Jul 16, 2026

Copy link
Copy Markdown
Owner

What changed

  • replaces the lower-bound range selector with the exact requested Modrinth compatibility list
  • includes every stable 1.20 version (1.20 through 1.20.6)
  • includes every stable 1.21 version through 1.21.11
  • explicitly excludes 1.21.12+, 1.22+, and snapshots until compatibility is reviewed
  • makes both the unprivileged metadata generator and privileged publication boundary enforce the same 19-version list

Why

The first automation revision incorrectly started the Modrinth metadata at 1.20.6. Existing release metadata and the required public compatibility surface cover all 1.20.x versions plus 1.21.x through 1.21.11.

Validation

  • live Modrinth API tag validation: 19 exact versions, Paper/Purpur
  • mvn -B -ntp clean verify — 93 tests, 38 P0 tests, JaCoCo and PIT passed
  • python scripts/check-release-security.py
  • python scripts/test-modrinth-release.py — 6 tests passed
  • python scripts/test-release-version.py
  • actionlint .github/workflows/*.yml

@asketmc
asketmc marked this pull request as ready for review July 16, 2026 15:31
@asketmc
asketmc merged commit ff3e8f7 into main Jul 16, 2026
12 checks passed
@asketmc
asketmc deleted the agent/fix-modrinth-game-versions branch July 16, 2026 15:31

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: b574b59b96

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread .github/modrinth.json
"game_version_max_exclusive": "1.22",
"compatibility_label": "`1.20.6` and `1.21.x`",
"game_versions": [
"1.20",

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P2 Badge Do not advertise pre-1.20.6 servers

The repo still declares the runtime baseline as 1.20.6: pom.xml:33 says the jar is compiled against the oldest supported API, README.md:67 lists Minecraft 1.20.6-1.21.x, and the release smoke workflow only exercises the lower bound on Paper 1.20.6. With these new 1.20–1.20.5 tags, the Modrinth payload will publish the release to server versions outside the supported/evidenced range, so admins on those versions can install a jar that is only built and tested for 1.20.6+.

Useful? React with 👍 / 👎.

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.

1 participant