Mod Portal Help
Posted: Sun Jul 31, 2016 8:28 am
Can an experienced modder explain to me what is wrong with this json file. In game my mod loads perfectly and functions perfectly, but when I try to upload it to the mmod portal it says error reading info.json
the file is named info.json and reads as follows
{
"name": "Biblemod",
"version": "1.0.0",
"title": "Bible mod",
"author": "Shadowcaster",
"factorio_version": "0.13",
"description": "Vanilla entity expansion.",
"dependencies": ["base >= 0.13.13"]
}
the file is named info.json and reads as follows
{
"name": "Biblemod",
"version": "1.0.0",
"title": "Bible mod",
"author": "Shadowcaster",
"factorio_version": "0.13",
"description": "Vanilla entity expansion.",
"dependencies": ["base >= 0.13.13"]
}