aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources
diff options
context:
space:
mode:
authorbiom4st3r <37042156+biom4st3r@users.noreply.github.com>2021-11-16 13:46:56 -0600
committerGitHub <noreply@github.com>2021-11-16 21:46:56 +0200
commit30c5163bddb8c2781d367956c2f7018f78281cd8 (patch)
tree2b73d5913f6c4bb8c20b48705ad4ae0efaad54e7 /src/main/resources
parent9703a49ce7418a164323e4fd775ade1854b86887 (diff)
downloadLibGui-30c5163bddb8c2781d367956c2f7018f78281cd8.tar.gz
LibGui-30c5163bddb8c2781d367956c2f7018f78281cd8.tar.bz2
LibGui-30c5163bddb8c2781d367956c2f7018f78281cd8.zip
* Updated to 1.18 (#142)
* Updated Jankson-Fabric
Diffstat (limited to 'src/main/resources')
-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 87ab98b..291aee8 100644
--- a/src/main/resources/fabric.mod.json
+++ b/src/main/resources/fabric.mod.json
@@ -23,10 +23,10 @@
"modmenu": ["io.github.cottonmc.cotton.gui.impl.modmenu.ModMenuSupport"]
},
"depends": {
- "fabricloader": ">=0.11.0",
+ "fabricloader": ">=0.12.5",
"fabric": "*",
- "minecraft": ">=1.17.1",
- "jankson": "^3.0.0",
+ "minecraft": "~1.18-beta.1",
+ "jankson": "^4.0.0",
"fabric-networking-api-v1": "^1.0.0",
"libninepatch": "^1.1.0"
},