Fixed mcmodinfo JSON format error

This commit is contained in:
Calclavia 2014-12-03 08:11:02 +08:00
parent 20c992f708
commit be55550cd7
2 changed files with 20 additions and 2 deletions

View file

@ -1,5 +1,5 @@
[{
"modid": "ResonantInductionCore,
"modid": "ResonantInductionCore",
"name": "Resonant Induction",
"description": "Resonant Induction is a Minecraft mod that brings in realistic, world-based technology advancement experience into Minecraft.",
"version": "${version}",
@ -15,4 +15,4 @@
"dependencies": [],
"dependants": [],
"useDependencyInformation": "false"
}]
}]

View file

@ -0,0 +1,18 @@
[{
"modid": "ResonantInductionCore,
"name": "Resonant Induction",
"description": "Resonant Induction is a Minecraft mod that brings in realistic, world-based technology advancement experience into Minecraft.",
"version": "${version}",
"mcversion": "${mcversion}",
"url": "http://www.calclavia.com/resonant-induction",
"updateUrl": "",
"authors": ["Calclavia", "DarkCow"],
"credits": "",
"logoFile": "",
"screenshots": [],
"parent": "",
"requiredMods": [],
"dependencies": [],
"dependants": [],
"useDependencyInformation": "false"
}]