From 42c2f4f7375dd06167f3413bfcb6de375f68b769 Mon Sep 17 00:00:00 2001 From: hannibal2 <24389977+hannibal00212@users.noreply.github.com> Date: Fri, 10 Nov 2023 18:29:44 +0100 Subject: 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 --- src/main/resources/mcmod.info | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) (limited to 'src/main/resources') 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"] + } ] -- cgit