diff options
author | bowser0000 <bowser0000@gmail.com> | 2020-08-08 23:07:53 -0400 |
---|---|---|
committer | bowser0000 <bowser0000@gmail.com> | 2020-08-08 23:07:53 -0400 |
commit | fddf14fd04c50e02704c946d8893a3604f1abb11 (patch) | |
tree | a0dbf80dc346a460c865e97e79cd4ce15af361bf /src/main/resources | |
parent | 91aa2e90f5d802bb88b17f6a818e948823888e7b (diff) | |
download | SkyblockMod-fddf14fd04c50e02704c946d8893a3604f1abb11.tar.gz SkyblockMod-fddf14fd04c50e02704c946d8893a3604f1abb11.tar.bz2 SkyblockMod-fddf14fd04c50e02704c946d8893a3604f1abb11.zip |
v1.6.1
Add all build files
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." +} +] |