diff options
author | Keuin <[email protected]> | 2020-12-24 21:59:23 +0800 |
---|---|---|
committer | Keuin <[email protected]> | 2020-12-26 12:48:34 +0800 |
commit | dc4ab73f6f4925ca15a69c698aada740841457be (patch) | |
tree | cadc430b90b681388e9b3474a82af6f657440253 /src/main/resources/fabric.mod.json | |
parent | 55715b8b3fc8705e6eecbf835c8d441d3503fa7d (diff) |
keep up with main stream (1.1.3-beta)
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 f4d8e92..aa17a7b 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.16.x" + "minecraft": "1.15.x" }, "suggests": { "another-mod": "*" |