aboutsummaryrefslogtreecommitdiffstats
path: root/src/main
diff options
context:
space:
mode:
authorLibravatar Brad Erickson <[email protected]>2019-11-19 14:38:13 -0800
committerLibravatar Player <[email protected]>2019-11-19 22:38:13 +0000
commit705d4da55b9a514e5e7279a2ea5becaf039cf2d0 (patch)
treeed3abb8a0d636b216fb38a9628f282b405f58a58 /src/main
parentUpdate yarn, loader and api (diff)
Update yarn, loader and api (#31)
Co-authored-by: modmuss50 <[email protected]>
Diffstat (limited to 'src/main')
-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": "*"