diff options
| author | nea <nea@nea.moe> | 2023-11-01 14:02:59 +0100 |
|---|---|---|
| committer | nea <nea@nea.moe> | 2023-11-01 14:02:59 +0100 |
| commit | d5253dc5c3ae7b2cc1fcb96780e43b929a449eb4 (patch) | |
| tree | 478973510c9d7eda999b8321a07f34691ba56e8b /src/main/resources | |
| download | ModernJavaLauncher-d5253dc5c3ae7b2cc1fcb96780e43b929a449eb4.tar.gz ModernJavaLauncher-d5253dc5c3ae7b2cc1fcb96780e43b929a449eb4.tar.bz2 ModernJavaLauncher-d5253dc5c3ae7b2cc1fcb96780e43b929a449eb4.zip | |
Initial commit
Diffstat (limited to 'src/main/resources')
| -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..7b1a26b --- /dev/null +++ b/src/main/resources/mcmod.info @@ -0,0 +1,18 @@ +[ + { + "modid": "examplemod", + "name": "Xample Mod", + "description": "A mod that is used as an example.", + "version": "1.0.0", + "mcversion": "1.8.9", + "url": "https://github.com/romangraef/Forge1.8.9Template/", + "updateUrl": "", + "authorList": [ + "You" + ], + "credits": "", + "logoFile": "", + "screenshots": [], + "dependencies": [] + } +] |
