diff options
author | Roman / Linnea Gräf <roman.graef@gmail.com> | 2023-07-21 12:15:37 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-21 12:15:37 +0200 |
commit | 2c7e371cb8d566875d767dd20c4a1287d5275b2c (patch) | |
tree | 593b568f15ac5de7cbced5519f8850a37ea7aba7 /src/main/resources/mcmod.info | |
download | SkyblockPlayersAnonymous-2c7e371cb8d566875d767dd20c4a1287d5275b2c.tar.gz SkyblockPlayersAnonymous-2c7e371cb8d566875d767dd20c4a1287d5275b2c.tar.bz2 SkyblockPlayersAnonymous-2c7e371cb8d566875d767dd20c4a1287d5275b2c.zip |
Initial commit
Diffstat (limited to 'src/main/resources/mcmod.info')
-rw-r--r-- | src/main/resources/mcmod.info | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/src/main/resources/mcmod.info b/src/main/resources/mcmod.info new file mode 100644 index 0000000..ab6d5dd --- /dev/null +++ b/src/main/resources/mcmod.info @@ -0,0 +1,18 @@ +[ + { + "modid": "${modid}", + "name": "Xample Mod", + "description": "A mod that is used as an example.", + "version": "${version}", + "mcversion": "${mcversion}", + "url": "https://github.com/romangraef/Forge1.8.9Template/", + "updateUrl": "", + "authorList": [ + "You" + ], + "credits": "", + "logoFile": "", + "screenshots": [], + "dependencies": [] + } +]
\ No newline at end of file |