Skip to content

Commit

Permalink
Fix launch error on servers by moving modmenu from required to suggests
Browse files Browse the repository at this point in the history
  • Loading branch information
object-Object committed May 18, 2024
1 parent 8b89428 commit 8bdfa73
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Fabric/src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@
"fabric-language-kotlin": ">=${versions.kotlin_fabric}",
"architectury": ">=${versions.architectury}",
"hexcasting": ">=${versions.hexcasting}",
"cloth-config": ">=${versions.clothConfig}",
"cloth-config": ">=${versions.clothConfig}"
},
"suggests": {
"modmenu": ">=${versions.modMenu}"
}
}

0 comments on commit 8bdfa73

Please sign in to comment.