diff options
author | Brad Erickson <[email protected]> | 2019-11-19 14:38:13 -0800 |
---|---|---|
committer | keuin <[email protected]> | 2020-04-23 00:20:29 +0800 |
commit | 5bc0f9aa2b39c7f35856360cc992287c1fd86064 (patch) | |
tree | ed3abb8a0d636b216fb38a9628f282b405f58a58 /src/main/resources/fabric.mod.json | |
parent | f308c0e28b192660a10e0a8748239b44a1a66621 (diff) |
Update yarn, loader and api (#31)
Co-authored-by: modmuss50 <[email protected]>
Diffstat (limited to 'src/main/resources/fabric.mod.json')
-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": "*" |