Skip to content

Commit

Permalink
chore: added more mc versions to the publish list
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelHillcox committed Dec 24, 2024
1 parent 5bb218e commit 8a15629
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -113,13 +113,17 @@ publishMods {
projectId = project.curseforge_id
accessToken = providers.environmentVariable("CURSE_DEPLOY_TOKEN")
minecraftVersions.add("${minecraft_version}")
minecraftVersions.add("1.21.3")
minecraftVersions.add("1.21.4")
javaVersions.add(JavaVersion.VERSION_21)
}

def modrinthOptions = modrinthOptions {
accessToken = providers.environmentVariable("MODRINTH_TOKEN")
projectId = project.modrinth_id
minecraftVersions.add("${minecraft_version}")
minecraftVersions.add("1.21.3")
minecraftVersions.add("1.21.4")
}

def fabricOptions = createOptions("fabric")
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ org.gradle.jvmargs=-Xmx2G
org.gradle.parallel=true

# Mod properties
mod_version = 21.1.0
mod_version = 21.1.1
maven_group = pro.mikey.autoclicker
archives_name = autoclicker
enabled_platforms = fabric,neoforge
Expand Down

0 comments on commit 8a15629

Please sign in to comment.