aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources
diff options
context:
space:
mode:
authorhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-11-10 18:29:44 +0100
committerhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-11-10 18:29:44 +0100
commit42c2f4f7375dd06167f3413bfcb6de375f68b769 (patch)
tree58d7319d1501979c4e029454b57355fc494ffb11 /src/main/resources
parent1a5fb018272df4468dabf0c5facb562c6d3cce30 (diff)
downloadskyhanni-42c2f4f7375dd06167f3413bfcb6de375f68b769.tar.gz
skyhanni-42c2f4f7375dd06167f3413bfcb6de375f68b769.tar.bz2
skyhanni-42c2f4f7375dd06167f3413bfcb6de375f68b769.zip
Updated mcmod.info: Added icon to mod info (for prism and similar launchers), set GitHub page as mod url, and changed credits to the GitHub contributors page
Diffstat (limited to 'src/main/resources')
-rw-r--r--src/main/resources/mcmod.info28
1 files changed, 14 insertions, 14 deletions
diff --git a/src/main/resources/mcmod.info b/src/main/resources/mcmod.info
index d920128ae..ba340cda6 100644
--- a/src/main/resources/mcmod.info
+++ b/src/main/resources/mcmod.info
@@ -1,16 +1,16 @@
[
- {
- "modid": "skyhanni",
- "name": "SkyHanni",
- "description": "Hypixel SkyBlock Mod",
- "version": "${version}",
- "mcversion": "1.8.9",
- "url": "",
- "updateUrl": "",
- "authorList": ["hannibal2"],
- "credits": "Alea1337 & Eisengolem",
- "logoFile": "",
- "screenshots": [],
- "dependencies": ["NotEnoughUpdates"]
- }
+ {
+ "modid": "skyhanni",
+ "name": "SkyHanni",
+ "description": "Hypixel SkyBlock Mod",
+ "version": "${version}",
+ "mcversion": "1.8.9",
+ "url": "https://github.com/hannibal002/SkyHanni",
+ "updateUrl": "",
+ "authorList": ["hannibal2"],
+ "credits": "https://github.com/hannibal002/SkyHanni/graphs/contributors",
+ "logoFile": "assets/skyhanni/logo.png",
+ "screenshots": [],
+ "dependencies": ["NotEnoughUpdates"]
+ }
]