diff options
author | Juuz <6596629+Juuxel@users.noreply.github.com> | 2023-06-04 00:07:28 +0300 |
---|---|---|
committer | Juuz <6596629+Juuxel@users.noreply.github.com> | 2023-06-04 00:07:28 +0300 |
commit | 1167c00c645376481560afd838038251174860ec (patch) | |
tree | 3bacd370dc28260292f54e4caf1b90af139a36a4 /src/main/resources/fabric.mod.json | |
parent | 8eb600e9c6e3e722f243fc540c887309ce4c9d1c (diff) | |
download | LibGui-1167c00c645376481560afd838038251174860ec.tar.gz LibGui-1167c00c645376481560afd838038251174860ec.tar.bz2 LibGui-1167c00c645376481560afd838038251174860ec.zip |
Update to 1.20 RC 1
Diffstat (limited to 'src/main/resources/fabric.mod.json')
-rw-r--r-- | src/main/resources/fabric.mod.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index f127656..646abd4 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -25,12 +25,12 @@ "mixins": ["mixins.libgui.json"], "depends": { "java": ">=17", - "fabricloader": ">=0.14.17", + "fabricloader": ">=0.14.21", "fabric-api-base": ">=0.4.4", "fabric-lifecycle-events-v1": "^2.0.2", "fabric-networking-api-v1": "^1.0.21", - "fabric-rendering-v1": "^2.1.0", - "minecraft": ">=1.19.4", + "fabric-rendering-v1": "^3.0.6", + "minecraft": ">=1.20-rc.1", "jankson": "^5.0.1", "libninepatch": "^1.2.0" }, |