Skip to content

Commit

Permalink
Fix Forge-likes depending on ModMenu instead of Cloth Config on Modrinth
Browse files Browse the repository at this point in the history
  • Loading branch information
LostLuma committed Jul 23, 2024
1 parent 445cac6 commit 76222bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion platforms/forge/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,6 @@ publishMods {
*/
minecraftVersions.add(project.property("minecraft_version_min").toString())

optional("modmenu")
optional("cloth-config")
}
}
2 changes: 1 addition & 1 deletion platforms/neoforge/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,6 @@ publishMods {
*/
minecraftVersions.add(project.property("minecraft_version_min").toString())

optional("modmenu")
optional("cloth-config")
}
}

0 comments on commit 76222bd

Please sign in to comment.