diff options
| author | Lance5057 <Lance5057@gmail.com> | 2015-01-21 20:04:34 -0600 |
|---|---|---|
| committer | Lance5057 <Lance5057@gmail.com> | 2015-01-21 20:04:34 -0600 |
| commit | b4eb8f2d65c62afccc898808b44fdddfde0c15d1 (patch) | |
| tree | ee3a9f47a22418a6778c299cc96b4fedc2265afe /src/main/resources/mcmod.info | |
| parent | 39642dce74d23f025b71d5766c1ac8489a41a802 (diff) | |
Startup
I hope I'm doing this right...
Diffstat (limited to 'src/main/resources/mcmod.info')
| -rw-r--r-- | src/main/resources/mcmod.info | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/main/resources/mcmod.info b/src/main/resources/mcmod.info new file mode 100644 index 0000000..f989c30 --- /dev/null +++ b/src/main/resources/mcmod.info @@ -0,0 +1,14 @@ +[ +{ +"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" +} +]
\ No newline at end of file |
