diff options
author | syeyoung <42869671+cyoung06@users.noreply.github.com> | 2020-11-21 12:17:33 +0000 |
---|---|---|
committer | syeyoung <42869671+cyoung06@users.noreply.github.com> | 2020-11-21 12:17:33 +0000 |
commit | c88e76e90431cf9b242a6831429092b576fdc0c1 (patch) | |
tree | 15ca5c90b31495e056e2de033f6df4dd48a8ae12 /src/main/resources/mcmod.info | |
download | Skyblock-Dungeons-Guide-c88e76e90431cf9b242a6831429092b576fdc0c1.tar.gz Skyblock-Dungeons-Guide-c88e76e90431cf9b242a6831429092b576fdc0c1.tar.bz2 Skyblock-Dungeons-Guide-c88e76e90431cf9b242a6831429092b576fdc0c1.zip |
Initial Commit
Diffstat (limited to 'src/main/resources/mcmod.info')
-rw-r--r-- | src/main/resources/mcmod.info | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/src/main/resources/mcmod.info b/src/main/resources/mcmod.info new file mode 100644 index 00000000..70df65aa --- /dev/null +++ b/src/main/resources/mcmod.info @@ -0,0 +1,16 @@ +[ +{ + "modid": "skyblock_dungeons_guide", + "name": "Skyblock Dungeons Guide", + "description": "A mod to help dungeon players to find and solve secrets and puzzles most efficiently.", + "version": "${version}", + "mcversion": "${mcversion}", + "url": "", + "updateUrl": "", + "authorList": ["syeyoung"], + "credits": "The guild Jerry's Crew, for nothing.", + "logoFile": "", + "screenshots": [], + "dependencies": [] +} +] |