diff options
author | Fudge <natan.lifsiz@gmail.com> | 2020-07-07 11:35:24 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-07 11:35:24 +0300 |
commit | 0238058565980b00bc4364c44c3be4d0bfb2ea12 (patch) | |
tree | da08b3f0eadf977029529f27c0bad8d8a05bb2d5 /src/main/resources/fabric.mod.json | |
parent | e2310530175e1f686c27f49c1e5f54f643ad5923 (diff) | |
parent | bc38495047bc04f33f0b6e25c78c71d41775f21a (diff) |
Merge pull request #6 from rickybrent/1.16.1
1.16.1
Diffstat (limited to 'src/main/resources/fabric.mod.json')
-rw-r--r-- | src/main/resources/fabric.mod.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 1dcc46e..4d7234f 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -26,10 +26,10 @@ "modid.mixins.json" ], "depends": { - "fabricloader": ">=0.7.1", + "fabricloader": ">=0.8.7", "fabric": "*", "fabric-language-kotlin": "*", - "minecraft": "1.15.x" + "minecraft": "1.16.x" }, "suggests": { "flamingo": "*" |