Skip to content

Commit 8bdfa73

Browse files
committed
Fix launch error on servers by moving modmenu from required to suggests
1 parent 8b89428 commit 8bdfa73

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Fabric/src/main/resources/fabric.mod.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,9 @@
3838
"fabric-language-kotlin": ">=${versions.kotlin_fabric}",
3939
"architectury": ">=${versions.architectury}",
4040
"hexcasting": ">=${versions.hexcasting}",
41-
"cloth-config": ">=${versions.clothConfig}",
41+
"cloth-config": ">=${versions.clothConfig}"
42+
},
43+
"suggests": {
4244
"modmenu": ">=${versions.modMenu}"
4345
}
4446
}

0 commit comments

Comments
 (0)