diff options
| author | Walker Selby <git@walkerselby.com> | 2023-11-22 12:20:15 +0000 |
|---|---|---|
| committer | Walker Selby <git@walkerselby.com> | 2023-11-22 12:20:15 +0000 |
| commit | 514d3f0ec1eb3a7900206ac0b0469d922828b506 (patch) | |
| tree | 0a0dba7248bcb6acfa0f5fbb7526cc4ee0ea9bba /src/main/resources | |
| parent | bf225d26b399fcc3fd258d7acbdedb1e76154b8e (diff) | |
| parent | a6de55740355b3bc4d7c869626d22da5b3854416 (diff) | |
| download | skyhanni-514d3f0ec1eb3a7900206ac0b0469d922828b506.tar.gz skyhanni-514d3f0ec1eb3a7900206ac0b0469d922828b506.tar.bz2 skyhanni-514d3f0ec1eb3a7900206ac0b0469d922828b506.zip | |
Merge branch 'beta' into https
# Conflicts:
# src/main/java/SkyHanniInstallerFrame.java
Diffstat (limited to 'src/main/resources')
| -rw-r--r-- | src/main/resources/mcmod.info | 32 |
1 files changed, 18 insertions, 14 deletions
diff --git a/src/main/resources/mcmod.info b/src/main/resources/mcmod.info index d920128ae..0e135af9d 100644 --- a/src/main/resources/mcmod.info +++ b/src/main/resources/mcmod.info @@ -1,16 +1,20 @@ [ - { - "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" + ] + } ] |
