Skip to content

Commit

Permalink
v1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
DakotaPride committed May 28, 2024
1 parent 22d55d1 commit c86063a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ group = project.maven_group
// Formats the mod version to include the Minecraft version and build number (if present)
// example: 1.0.0+1.18.2-100
String buildNumber = System.getenv("GITHUB_RUN_NUMBER")
version = "${mod_version}+${minecraft_version}" + (buildNumber != null ? "-${buildNumber}" : "")
version = "${mod_version}+${minecraft_version}-fabric" + (buildNumber != null ? "-${buildNumber}" : "")

repositories {
maven { url = "https://maven.shedaniel.me/" } // Cloth Config, REI
Expand Down

0 comments on commit c86063a

Please sign in to comment.