summaryrefslogtreecommitdiff
path: root/src/main/resources/mcmod.info
diff options
context:
space:
mode:
authorLance5057 <Lance5057@gmail.com>2015-04-07 20:42:08 -0500
committerLance5057 <Lance5057@gmail.com>2015-04-07 20:42:08 -0500
commit0b2be854e8e7ebd0a08b3eba80510adef57dea0d (patch)
tree40e4507fc85b51024e8694b0fb8d9c6d22747034 /src/main/resources/mcmod.info
parent14504bab9a99161b597fdd7da1993f0019384ff8 (diff)
Kinda forgot to update github...
Diffstat (limited to 'src/main/resources/mcmod.info')
-rw-r--r--src/main/resources/mcmod.info22
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"
}
]