aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/fabric.mod.json
diff options
context:
space:
mode:
authorJuuz <6596629+Juuxel@users.noreply.github.com>2021-11-16 21:59:17 +0200
committerJuuz <6596629+Juuxel@users.noreply.github.com>2021-11-16 21:59:17 +0200
commit3f4e6c15db57bfb4fd3f304a80d0a34331c79df3 (patch)
treedc8709ec1f7311abcf072a62d3e1c5b045f3bb68 /src/main/resources/fabric.mod.json
parent30c5163bddb8c2781d367956c2f7018f78281cd8 (diff)
downloadLibGui-3f4e6c15db57bfb4fd3f304a80d0a34331c79df3.tar.gz
LibGui-3f4e6c15db57bfb4fd3f304a80d0a34331c79df3.tar.bz2
LibGui-3f4e6c15db57bfb4fd3f304a80d0a34331c79df3.zip
Update to Minecraft 1.18-pre2 and Java 17
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 291aee8..abca72c 100644
--- a/src/main/resources/fabric.mod.json
+++ b/src/main/resources/fabric.mod.json
@@ -23,11 +23,11 @@
"modmenu": ["io.github.cottonmc.cotton.gui.impl.modmenu.ModMenuSupport"]
},
"depends": {
+ "java": ">=17",
"fabricloader": ">=0.12.5",
- "fabric": "*",
- "minecraft": "~1.18-beta.1",
+ "fabric": ">=0.42.4",
+ "minecraft": "~1.18-beta.2",
"jankson": "^4.0.0",
- "fabric-networking-api-v1": "^1.0.0",
"libninepatch": "^1.1.0"
},
"suggests": {