diff options
author | Linnea Gräf <nea@nea.moe> | 2024-02-22 21:23:38 +0100 |
---|---|---|
committer | Linnea Gräf <nea@nea.moe> | 2024-02-22 21:23:38 +0100 |
commit | e8196b0b5e02ec21f75109ab7aba8d48220c8d05 (patch) | |
tree | d612293d68050e75385ed9c3cd46724025b8501c /src/main/resources/mcmod.info | |
download | Kowalski-e8196b0b5e02ec21f75109ab7aba8d48220c8d05.tar.gz Kowalski-e8196b0b5e02ec21f75109ab7aba8d48220c8d05.tar.bz2 Kowalski-e8196b0b5e02ec21f75109ab7aba8d48220c8d05.zip |
Template
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 |