Page 1 of 1

Mod Portal Help

Posted: Sun Jul 31, 2016 8:28 am
by Shadowcaster
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"]
}

Re: Mod Portal Help

Posted: Sun Jul 31, 2016 7:55 pm
by Killkrog
Looks fine to me. Perhaps a missformated zip file?

Re: Mod Portal Help

Posted: Sun Jul 31, 2016 8:07 pm
by kinnom
can you upload the file?

Re: Mod Portal Help

Posted: Mon Aug 01, 2016 1:29 am
by Shadowcaster
Here's the whole mod pack
and it always says can't read info.json when i try to upload it.

Re: Mod Portal Help

Posted: Mon Aug 01, 2016 7:20 am
by kinnom
found it:

Code: Select all

Info.json
should be

Code: Select all

info.json

Re: Mod Portal Help

Posted: Mon Aug 01, 2016 8:30 am
by Shadowcaster
you sir are a bro it is now available.