aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/fabric.mod.json
diff options
context:
space:
mode:
authorJuuxel <6596629+Juuxel@users.noreply.github.com>2021-02-27 16:23:05 +0200
committerJuuxel <6596629+Juuxel@users.noreply.github.com>2021-02-27 16:23:05 +0200
commit61f953a2c88047ccc5fb2de0b91e661503d0f06a (patch)
tree2f5be9d66734f5455cd9970d0ea3d88a066cd164 /src/main/resources/fabric.mod.json
parent764a436c529c9d2bb53ded3f8d9917ec18ab669c (diff)
downloadLibGui-61f953a2c88047ccc5fb2de0b91e661503d0f06a.tar.gz
LibGui-61f953a2c88047ccc5fb2de0b91e661503d0f06a.tar.bz2
LibGui-61f953a2c88047ccc5fb2de0b91e661503d0f06a.zip
Move config handling to Path
Diffstat (limited to 'src/main/resources/fabric.mod.json')
-rw-r--r--src/main/resources/fabric.mod.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json
index 1030297..a48f2bf 100644
--- a/src/main/resources/fabric.mod.json
+++ b/src/main/resources/fabric.mod.json
@@ -26,9 +26,9 @@
"mixins.libgui.accessors.json"
],
"depends": {
- "fabricloader": ">=0.8.8",
+ "fabricloader": ">=0.11.0",
"fabric": "*",
- "minecraft": ">=1.16.1",
+ "minecraft": ">=1.16.5",
"jankson": "^3.0.0",
"fabric-networking-api-v1": "^1.0.0"
},