Skip to content

Commit

Permalink
update publication mc version
Browse files Browse the repository at this point in the history
  • Loading branch information
deirn committed Feb 4, 2024
1 parent 7362572 commit 102033c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions modules/fabric/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ publishMods {
curseforge {
projectId.set("408118")
accessToken.set(curseForgeApi)
minecraftVersions.add("1.19.2")
minecraftVersions.add("1.20.1")

requires(cfSlugs.wthitFabric)
optional(
Expand All @@ -41,7 +41,7 @@ publishMods {
modrinth {
projectId.set("ZNk5S5U6")
accessToken.set(modrinthToken)
minecraftVersions.add("1.19.2")
minecraftVersions.add("1.20.1")

requires(mrIds.wthit)
optional(
Expand Down
5 changes: 3 additions & 2 deletions modules/forge/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ publishMods {
changelog.set("https://github.com/badasintended/megane/releases/tag/${project.version}")
type.set(ReleaseType.STABLE)
modLoaders.add("forge")
modLoaders.add("neoforge")

val curseForgeApi = providers.environmentVariable("CURSEFORGE_API")
val modrinthToken = providers.environmentVariable("MODRINTH_TOKEN")
Expand All @@ -21,7 +22,7 @@ publishMods {
curseforge {
projectId.set("965089")
accessToken.set(curseForgeApi)
minecraftVersions.add("1.19.2")
minecraftVersions.add("1.20.1")

requires(cfSlugs.wthitForge)
optional(
Expand All @@ -34,7 +35,7 @@ publishMods {
modrinth {
projectId.set("pcvCiEEP")
accessToken.set(modrinthToken)
minecraftVersions.add("1.19.2")
minecraftVersions.add("1.20.1")

requires(mrIds.wthit)
optional(
Expand Down

0 comments on commit 102033c

Please sign in to comment.