diff options
author | Brad Erickson <195061+13rac1@users.noreply.github.com> | 2019-11-19 14:38:13 -0800 |
---|---|---|
committer | Player <sfPlayer1@users.noreply.github.com> | 2019-11-19 22:38:13 +0000 |
commit | 705d4da55b9a514e5e7279a2ea5becaf039cf2d0 (patch) | |
tree | ed3abb8a0d636b216fb38a9628f282b405f58a58 /src | |
parent | 727a449d61e58c39ff5c236b1275aa89d9fc54ff (diff) |
Update yarn, loader and api (#31)
Co-authored-by: modmuss50 <modmuss50@gmail.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/main/resources/fabric.mod.json | 3 |
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": "*" |