diff options
| author | Lance5057 <Lance5057@gmail.com> | 2015-04-07 20:42:08 -0500 |
|---|---|---|
| committer | Lance5057 <Lance5057@gmail.com> | 2015-04-07 20:42:08 -0500 |
| commit | 0b2be854e8e7ebd0a08b3eba80510adef57dea0d (patch) | |
| tree | 40e4507fc85b51024e8694b0fb8d9c6d22747034 /src/main/resources/mcmod.info | |
| parent | 14504bab9a99161b597fdd7da1993f0019384ff8 (diff) | |
Kinda forgot to update github...
Diffstat (limited to 'src/main/resources/mcmod.info')
| -rw-r--r-- | src/main/resources/mcmod.info | 22 |
1 files changed, 10 insertions, 12 deletions
diff --git a/src/main/resources/mcmod.info b/src/main/resources/mcmod.info index f480667..68a01eb 100644 --- a/src/main/resources/mcmod.info +++ b/src/main/resources/mcmod.info @@ -1,16 +1,14 @@ [ { - "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": [] + "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" } ] |
