aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/fabric.mod.json
diff options
context:
space:
mode:
authorJuuz <6596629+Juuxel@users.noreply.github.com>2023-09-27 12:37:31 +0300
committerJuuz <6596629+Juuxel@users.noreply.github.com>2023-09-27 12:37:31 +0300
commite5b938c76154bed99cdc19d34bf0e4d0e8160853 (patch)
tree9c23422b38499801d785ef50df6cf540ce39c8ae /src/main/resources/fabric.mod.json
parent9eb05f0c8ac1207b28102f7cdb035ff076644323 (diff)
parentd25b9444c277461c0d2effdff72d2d70d7792b6f (diff)
downloadLibGui-e5b938c76154bed99cdc19d34bf0e4d0e8160853.tar.gz
LibGui-e5b938c76154bed99cdc19d34bf0e4d0e8160853.tar.bz2
LibGui-e5b938c76154bed99cdc19d34bf0e4d0e8160853.zip
Merge branch 'unstable/9.0'
# Conflicts: # src/main/resources/fabric.mod.json
Diffstat (limited to 'src/main/resources/fabric.mod.json')
-rw-r--r--src/main/resources/fabric.mod.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json
index 0076160..bbd2386 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.21",
+ "fabricloader": ">=0.14.22",
"fabric-api-base": ">=0.4.4",
"fabric-lifecycle-events-v1": "^2.0.2",
- "fabric-networking-api-v1": "^1.0.21",
+ "fabric-networking-api-v1": "^3.0.5",
"fabric-rendering-v1": "^3.0.6",
- "minecraft": "=1.20.1",
+ "minecraft": ">=1.20.2-beta.2",
"jankson": "^6.0.0",
"libninepatch": "^1.2.0"
},