Incompatible Version - with 0.15.18 [SOLVED]
Posted: Wed Jun 07, 2017 9:26 pm
I am just starting out with modding.
I have created the basic directoyr structure with info.json (see below) and empty control.lua and data.lua.
My factorio version is the latest version (0.15.18), and yet in the mods screen it says my mod is incompatible and something about factorio version 0.12. Why does this happen?
I have created the basic directoyr structure with info.json (see below) and empty control.lua and data.lua.
Code: Select all
{
"name": "ConstructionAssistant",
"version": "0.1",
"title": "Construction Assistant",
"author": "quadrox",
"contact": "no-spam",
"homepage": "N/A",
"description": "Secret for now",
"dependencies": ["base >= 0.15.18"]
}