mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 17:50:22 +00:00
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:
committed by
Arfon Smith
parent
1ad2123896
commit
c3145d3c08
@@ -1627,6 +1627,7 @@ JSON:
|
|||||||
filenames:
|
filenames:
|
||||||
- .jshintrc
|
- .jshintrc
|
||||||
- composer.lock
|
- composer.lock
|
||||||
|
- mcmod.info
|
||||||
|
|
||||||
JSON5:
|
JSON5:
|
||||||
type: data
|
type: data
|
||||||
|
|||||||
16
samples/JSON/filenames/mcmod.info
Normal file
16
samples/JSON/filenames/mcmod.info
Normal 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": []
|
||||||
|
}
|
||||||
|
]
|
||||||
Reference in New Issue
Block a user