diff options
Diffstat (limited to 'src/main/resources')
-rw-r--r-- | src/main/resources/mcmod.info | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/main/resources/mcmod.info b/src/main/resources/mcmod.info new file mode 100644 index 0000000..6070c23 --- /dev/null +++ b/src/main/resources/mcmod.info @@ -0,0 +1,12 @@ +[ +{ + "modid": "Danker's Skyblock Mod", + "name": "Danker's Skyblock Mod", + "description": "QOL changes that enhances your Hypixel Skyblock experience.", + "version": "${version}", + "mcversion": "${mcversion}", + "url": "https://github.com/bowser0000/SkyblockMod", + "authorList": ["Danker"], + "credits": "smyt for parsing scoreboard info." +} +] |