Skip to content

Commit

Permalink
Add Forge Mod Loader Mod Info file as JSON (github-linguist#2941)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
keplersj authored and arfon committed Apr 15, 2016
1 parent 1ad2123 commit c3145d3
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/linguist/languages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1627,6 +1627,7 @@ JSON:
filenames:
- .jshintrc
- composer.lock
- mcmod.info

JSON5:
type: data
Expand Down
16 changes: 16 additions & 0 deletions samples/JSON/filenames/mcmod.info
Original file line number Diff line number Diff line change
@@ -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": []
}
]

0 comments on commit c3145d3

Please sign in to comment.