I'm not sure if this was there in 0.15, but while updating on the mod portal, i see (as mod owner) some info that gets extracted from the info.json:
As you can see, it says factorio version 0.13, so I went back in the json but there it's declared as 0.16...
Then I went for my other mods and it also says version 0.13
Example json below:
Code: Select all
{
"name": "SantasNixieTubeDisplay",
"version": "0.1.2",
"factorio_version": "0.16",
"title": "Santa's Nixie Tube Display",
"author": "lovely_santa",
"contact": "",
"homepage": "https://github.com/LovelySanta/FactorioMods",
"description": "Another version of the nixie tubes, less features, less UPS drops.",
"dependencies": [
"base >= 0.16.2"
]
}
kind regards
lovely_santa