diff options
| author | Lance5057 <Lance5057@gmail.com> | 2015-02-25 01:27:53 -0600 |
|---|---|---|
| committer | Lance5057 <Lance5057@gmail.com> | 2015-02-25 01:27:53 -0600 |
| commit | 11e81b501260a94bff6dac0cc699f6928c8fbb52 (patch) | |
| tree | 7fab765f2eacff58eab6350502d6bf3ef629e944 /src/main/resources/mcmod.info | |
| parent | 2f1397cf799804571c1c267f37e9bd89c98ca244 (diff) | |
Fixing some things
Diffstat (limited to 'src/main/resources/mcmod.info')
| -rw-r--r-- | src/main/resources/mcmod.info | 24 |
1 files changed, 13 insertions, 11 deletions
diff --git a/src/main/resources/mcmod.info b/src/main/resources/mcmod.info index f989c30..f480667 100644 --- a/src/main/resources/mcmod.info +++ b/src/main/resources/mcmod.info @@ -1,14 +1,16 @@ [ { -"modid": "tinkersdefense", -"name": "Tinkers' Defense", -"description": "An inbetween mod for Tinkers Construct and Mine and Blade 2 that adds new shields made using tinker parts", -"version": "1.0", -"mcversion": "1.7.10", -"url": "", -"authorList": ["Sir Lance"], -"requiredMods": [ "Forge", "TConstruct","battlegear2" ], -"dependencies": ["TConstruct","battlegear2"], -"useDependencyInformation": "true" + "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": [] } -]
\ No newline at end of file +] |
