aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/fabric.mod.json
diff options
context:
space:
mode:
authorLifeIsAParadox <LifeIsAParadox@users.noreply.github.com>2021-08-24 13:12:35 +0200
committerLifeIsAParadox <LifeIsAParadox@users.noreply.github.com>2021-08-24 13:12:35 +0200
commitad40e1586da1f3e07bea69374bc2676b090684dc (patch)
tree8e7a8347f23a48b28200ad6a55aaf285ca3e7c25 /src/main/resources/fabric.mod.json
parent76edb1383443febce58a62e04113d782494cca67 (diff)
downloadSkyblocker-ad40e1586da1f3e07bea69374bc2676b090684dc.tar.gz
Skyblocker-ad40e1586da1f3e07bea69374bc2676b090684dc.tar.bz2
Skyblocker-ad40e1586da1f3e07bea69374bc2676b090684dc.zip
Update to 1.17
This release Updates the mod to mc version 1.17. This is the first time i created/edited a mod.
Diffstat (limited to 'src/main/resources/fabric.mod.json')
-rw-r--r--src/main/resources/fabric.mod.json16
1 files changed, 10 insertions, 6 deletions
diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json
index 53050b9e..fd452708 100644
--- a/src/main/resources/fabric.mod.json
+++ b/src/main/resources/fabric.mod.json
@@ -2,11 +2,13 @@
"schemaVersion": 1,
"id": "skyblocker",
"version": "${version}",
- "name": "Skyblocker",
+ "name": "Skyblocker LIAP",
"description": "Hypixel Skyblock Mod",
- "authors": ["xMrVizzy"],
+ "authors": ["xMrVizzy, d3dx9, LifeIsAParadox"],
"contact": {
- "homepage": "https://modrinth.com/mod/skyblocker"
+ "homepage": "https://modrinth.com/mod/skyblocker",
+ "sources": "https://github.com/LifeIsAParadox/Skyblocker",
+ "issues": "https://github.com/LifeIsAParadox/Skyblocker/issues"
},
"license": "CC0-1.0",
"icon": "assets/skyblocker/icon.png",
@@ -23,10 +25,12 @@
"skyblocker.mixins.json"
],
"depends": {
- "fabricloader": ">=0.7.4",
- "fabric": "*"
+ "fabricloader": ">=0.11.3",
+ "fabric": "*",
+ "cloth-config2": "*",
+ "minecraft": "1.17.x",
+ "java": ">=16"
},
"custom": {
- "modmenu:clientsideOnly": true
}
}