diff options
author | Juuz <6596629+Juuxel@users.noreply.github.com> | 2023-09-25 22:52:10 +0300 |
---|---|---|
committer | Juuz <6596629+Juuxel@users.noreply.github.com> | 2023-09-25 22:52:10 +0300 |
commit | 9eb05f0c8ac1207b28102f7cdb035ff076644323 (patch) | |
tree | 8cfdf8ddf3c113a147c9c0fc8d617e81f4f04126 | |
parent | 2ed586c2a8e9d1e0df1ff5d65ba7da6f626cb048 (diff) | |
download | LibGui-9eb05f0c8ac1207b28102f7cdb035ff076644323.tar.gz LibGui-9eb05f0c8ac1207b28102f7cdb035ff076644323.tar.bz2 LibGui-9eb05f0c8ac1207b28102f7cdb035ff076644323.zip |
Bump Minecraft requirement in 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 9a59c86..0076160 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -30,7 +30,7 @@ "fabric-lifecycle-events-v1": "^2.0.2", "fabric-networking-api-v1": "^1.0.21", "fabric-rendering-v1": "^3.0.6", - "minecraft": ">=1.20-rc.1", + "minecraft": "=1.20.1", "jankson": "^6.0.0", "libninepatch": "^1.2.0" }, |