Skip to content

feat: append Minecraft version to build artifact name#545

Open
MR-kartoshki wants to merge 1 commit into
AntiCope:masterfrom
MR-kartoshki:mc-version
Open

feat: append Minecraft version to build artifact name#545
MR-kartoshki wants to merge 1 commit into
AntiCope:masterfrom
MR-kartoshki:mc-version

Conversation

@MR-kartoshki

@MR-kartoshki MR-kartoshki commented Apr 10, 2026

Copy link
Copy Markdown

build.gradle version set to ${mod_version}-${minecraft_version}, producing outputs like meteor-rejects-addon-0.3-1.21.11.jar. fabric.mod.json stamped with the same version string.

Description

Updates build.gradle to set version as ${mod_version}-${minecraft_version}, producing artifacts like meteor-rejects-addon-0.3-1.21.11.jar.

Related Issue

#544

Motivation and Context

Without the Minecraft version in the artifact name, it's unclear which MC version a given jar targets. This makes it easier to identify builds. I currently have 4 different meteor-rejects-addon-0.3.jar for different versions and it's hard to differentiate.

How Has This Been Tested?

Built locally with ./gradlew build. Output jar confirmed as meteor-rejects-addon-0.3-1.21.11.jar.

Screenshots (if appropriate):

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • My code follows the code style of this project.
  • Have you successfully ran tests with your changes locally?

build.gradle version set to \${mod_version}-\${minecraft_version}, producing outputs like meteor-rejects-addon-0.3-1.21.11.jar. fabric.mod.json stamped with the same version string.
Copilot AI review requested due to automatic review settings April 10, 2026 16:43

Copilot AI 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.

Copilot wasn't able to review any files in this pull request.


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

@MR-kartoshki

Copy link
Copy Markdown
Author

ok??? read the fucking post? this has nothing to do with 0.3 this has to do with the minecraft version

@MR-kartoshki

Copy link
Copy Markdown
Author

ok??? read the fucking post? this has nothing to do with 0.3 this has to do with the minecraft version

im just saying lmao... chill out fool

well why would you be "just saying lmao" under an unrelated PR?

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