summary refs log tree commit diff stats
path: root/src/main/resources/fabric.mod.json
diff options
context:
space:
mode:
authorBrad Erickson <195061+13rac1@users.noreply.github.com>2019-11-19 14:38:13 -0800
committerPlayer <sfPlayer1@users.noreply.github.com>2019-11-19 22:38:13 +0000
commit705d4da55b9a514e5e7279a2ea5becaf039cf2d0 (patch)
treeed3abb8a0d636b216fb38a9628f282b405f58a58 /src/main/resources/fabric.mod.json
parent727a449d61e58c39ff5c236b1275aa89d9fc54ff (diff)
Update yarn, loader and api (#31)
Co-authored-by: modmuss50 <modmuss50@gmail.com>
Diffstat (limited to 'src/main/resources/fabric.mod.json')
-rw-r--r--src/main/resources/fabric.mod.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json
index f37c644..b864c78 100644
--- a/src/main/resources/fabric.mod.json
+++ b/src/main/resources/fabric.mod.json
@@ -28,7 +28,8 @@
 
   "depends": {
     "fabricloader": ">=0.4.0",
-    "fabric": "*"
+    "fabric": "*",
+    "minecraft": "1.14.x"
   },
   "suggests": {
     "flamingo": "*"