diff options
author | Juuz <6596629+Juuxel@users.noreply.github.com> | 2022-04-25 13:15:21 +0300 |
---|---|---|
committer | Juuz <6596629+Juuxel@users.noreply.github.com> | 2022-04-25 13:15:21 +0300 |
commit | b869afcefbc4598e1f9d72409bbc08d76ef4477e (patch) | |
tree | edfbc8fcbfe9c67c03415621ee007868ba1cc85b /src/main | |
parent | 04771615a6615b56e1ba4ca922a235d512fd0205 (diff) | |
download | LibGui-b869afcefbc4598e1f9d72409bbc08d76ef4477e.tar.gz LibGui-b869afcefbc4598e1f9d72409bbc08d76ef4477e.tar.bz2 LibGui-b869afcefbc4598e1f9d72409bbc08d76ef4477e.zip |
Update Minecraft dependency in fabric.mod.json
Diffstat (limited to 'src/main')
-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 7e528bf..5b44da1 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -29,7 +29,7 @@ "fabric-lifecycle-events-v1": "^2.0.2", "fabric-networking-api-v1": "^1.0.21", "fabric-rendering-v1": "^1.10.7", - "minecraft": "1.19.x", + "minecraft": ">=1.19-alpha.22.16.b", "jankson": "^4.0.0", "libninepatch": "^1.1.0" }, |