diff options
| author | Lance5057 <Lance5057@gmail.com> | 2016-02-17 00:57:15 -0600 |
|---|---|---|
| committer | Lance5057 <Lance5057@gmail.com> | 2016-02-17 00:57:15 -0600 |
| commit | d01b86cd71b4a805f273bd662a38aacafa803cf4 (patch) | |
| tree | f6a7bd994cc76804eae9ee6f16e162325777d7a6 /src/main/resources/mcmod.info | |
| parent | 10819ad8b1f865b47656de2ebec6c14ea552e262 (diff) | |
Buncha updates, forgot to github
Diffstat (limited to 'src/main/resources/mcmod.info')
| -rw-r--r-- | src/main/resources/mcmod.info | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/main/resources/mcmod.info b/src/main/resources/mcmod.info index 68a01eb..01a9135 100644 --- a/src/main/resources/mcmod.info +++ b/src/main/resources/mcmod.info @@ -3,12 +3,12 @@ "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", + "version": "1.3a", "mcversion": "1.7.10", "url": "", "authorList": ["Sir Lance"], - "requiredMods": [ "Forge", "TConstruct","battlegear2" ], - "dependencies": ["TConstruct","battlegear2"], + "requiredMods": [ "Forge", "TConstruct" ], + "dependencies": ["TConstruct"], "useDependencyInformation": "true" } ] |
