aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources
diff options
context:
space:
mode:
authorbowser0000 <bowser0000@gmail.com>2020-08-08 23:07:53 -0400
committerbowser0000 <bowser0000@gmail.com>2020-08-08 23:07:53 -0400
commitfddf14fd04c50e02704c946d8893a3604f1abb11 (patch)
treea0dbf80dc346a460c865e97e79cd4ce15af361bf /src/main/resources
parent91aa2e90f5d802bb88b17f6a818e948823888e7b (diff)
downloadSkyblockMod-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.info12
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."
+}
+]