Fixed mcmodinfo JSON format error
This commit is contained in:
parent
20c992f708
commit
be55550cd7
2 changed files with 20 additions and 2 deletions
|
@ -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"
|
||||
}]
|
||||
}]
|
||||
|
|
18
src/main/resources/mcmod.info~
Normal file
18
src/main/resources/mcmod.info~
Normal 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"
|
||||
}]
|
Loading…
Add table
Reference in a new issue