Skip to content

Commit

Permalink
🐘 Update modmuss50 mod publish plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
isXander committed Jul 26, 2023
1 parent 6180134 commit 84e2279
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -190,9 +190,9 @@ publishMods {
accessToken.set(findProperty("modrinth.token")?.toString())
minecraftVersions.addAll(stableMCVersions)

requires { projectId.set("P7dR8mSH") /* fabric-api */ }
requires { projectId.set("1eAoo2KR") /* yacl */ }
optional { projectId.set("mOgUt4GM") /* modmenu */ }
requires { slug.set("fabric-api") }
requires { slug.set("yacl") }
optional { slug.set("modmenu") }
}

tasks.getByName("publishModrinth") {
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[versions]
loom = "1.2.+"
loom_quiltflower = "1.8.+"
mod_publish_plugin = "0.1.+"
mod_publish_plugin = "0.2.+"
machete = "2.+"
grgit = "5.0.+"
blossom = "1.3.+"
Expand Down

0 comments on commit 84e2279

Please sign in to comment.