Add Forge Mod Loader Mod Info file as JSON (#2941)

* Add Forge Mod Loader Mod Info file as JSON

* Add Forge Mod Loader Mod Info File

* Rename samples/JSON/mcmod.info to samples/JSON/filenames/mcmod.info
This commit is contained in:
Kepler Sticka-Jones
2016-04-15 12:16:50 -06:00
committed by Arfon Smith
parent 1ad2123896
commit c3145d3c08
2 changed files with 17 additions and 0 deletions

View File

@@ -1627,6 +1627,7 @@ JSON:
filenames:
- .jshintrc
- composer.lock
- mcmod.info
JSON5:
type: data

View File

@@ -0,0 +1,16 @@
[
{
"modid": "examplemod",
"name": "Example Mod",
"description": "Example placeholder mod.",
"version": "${version}",
"mcversion": "${mcversion}",
"url": "",
"updateUrl": "",
"authorList": ["ExampleDude"],
"credits": "The Forge and FML guys, for making this example",
"logoFile": "",
"screenshots": [],
"dependencies": []
}
]