Browse Source

Add modmenu to dependencies (fixes #2)

Lortseam 4 years ago
parent
commit
61aa91267b
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/main/resources/fabric.mod.json

+ 2 - 1
src/main/resources/fabric.mod.json

@@ -30,6 +30,7 @@
   ],
   "depends": {
     "minecraft": "1.16.3",
-    "fabricloader": ">=0.7.4"
+    "fabricloader": ">=0.7.4",
+    "modmenu": "*"
   }
 }