aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJuuz <6596629+Juuxel@users.noreply.github.com>2022-05-19 20:44:33 +0300
committerJuuz <6596629+Juuxel@users.noreply.github.com>2022-05-19 20:44:33 +0300
commit223c3d585ce3ed1338be5b048d8ee4c60281cd94 (patch)
tree0a92a8b7416eb333fd1335d58f8535ba73b41c8c /src
parentc4d292e7e5000ba8fb226d6f62c3ac5f18c11fa8 (diff)
downloadLibGui-223c3d585ce3ed1338be5b048d8ee4c60281cd94.tar.gz
LibGui-223c3d585ce3ed1338be5b048d8ee4c60281cd94.tar.bz2
LibGui-223c3d585ce3ed1338be5b048d8ee4c60281cd94.zip
Bump Minecraft dependency
Diffstat (limited to 'src')
-rw-r--r--src/main/resources/fabric.mod.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json
index 5b44da1..b3597f3 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-alpha.22.16.b",
+ "minecraft": ">=1.19-beta.1",
"jankson": "^4.0.0",
"libninepatch": "^1.1.0"
},