diff options
author | Keuin <[email protected]> | 2021-01-15 00:42:54 +0800 |
---|---|---|
committer | keuin <[email protected]> | 2021-01-15 00:42:54 +0800 |
commit | 75f26f4ed9011e9dd12f5b49b26b94f8f4dacac1 (patch) | |
tree | 7520c0c10220ec06624bd87c6115d564146a40a5 /src/main/resources/fabric.mod.json | |
parent | 6f84d79bc8452a2e37644e6f0419477b70a09e69 (diff) |
Version 1.4.0: supports reintroducing llama item duplication. Add configuration file.
Diffstat (limited to 'src/main/resources/fabric.mod.json')
-rw-r--r-- | src/main/resources/fabric.mod.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 1ad45f2..134a44c 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -25,7 +25,7 @@ "depends": { "fabricloader": ">=0.7.4", "fabric": "*", - "minecraft": "1.15.x" + "minecraft": "1.16.x" }, "suggests": { "another-mod": "*" |