aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/fabric.mod.json
diff options
context:
space:
mode:
authorKevin <92656833+kevinthegreat1@users.noreply.github.com>2023-05-21 19:29:38 -0400
committerGitHub <noreply@github.com>2023-05-21 19:29:38 -0400
commit58eb66843c987937428b0068b7f8522233984488 (patch)
treee6082634469e6da9fff38005519cd4aa682a5602 /src/main/resources/fabric.mod.json
parentf0f41378eef1c7bf59827ed707db048db5ff7050 (diff)
parentd9f368296ac5dac6dc60602e25cf1cc989e11ae5 (diff)
downloadSkyblocker-58eb66843c987937428b0068b7f8522233984488.tar.gz
Skyblocker-58eb66843c987937428b0068b7f8522233984488.tar.bz2
Skyblocker-58eb66843c987937428b0068b7f8522233984488.zip
Merge pull request #154 from kevinthegreat1/api-migration
Api migration, config command, and cleanup
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 52cedcfb..2044b170 100644
--- a/src/main/resources/fabric.mod.json
+++ b/src/main/resources/fabric.mod.json
@@ -16,7 +16,7 @@
"environment": "client",
"entrypoints": {
"client": [
- "me.xmrvizzy.skyblocker.SkyblockerInitializer"
+ "me.xmrvizzy.skyblocker.SkyblockerMod"
],
"modmenu": [
"me.xmrvizzy.skyblocker.config.modmenu.ModMenuEntry"
@@ -29,8 +29,8 @@
"skyblocker.mixins.json"
],
"depends": {
- "fabricloader": ">=0.14.17",
- "fabric-api": ">=0.76.0+1.19.4",
+ "fabricloader": ">=0.14.19",
+ "fabric-api": ">=0.81.0+1.19.4",
"cloth-config2": "*",
"minecraft": "~1.19.4"
},