summaryrefslogtreecommitdiff
path: root/src/main/resources/mcmod.info
diff options
context:
space:
mode:
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"
}
]