Code: Select all
{
"name": "core",
"title": "Core Factorio data",
"author": "Factorio team",
"contact": "dev@factorio.com",
"homepage": "http://www.factorio.com",
"dependencies": []
}
Code: Select all
{
"name": "core",
"version": "0.11.11",
"title": "Core Factorio data",
"author": "Factorio team",
"contact": "dev@factorio.com",
"homepage": "http://www.factorio.com",
"dependencies": []
"description": "Core module; foo ...",
}
Code: Select all
{
"name": "base",
"version": "0.11.11",
"title": "Base Mod",
"author": "Factorio team",
"contact": "dev@factorio.com",
"homepage": "http://www.factorio.com",
"description": "Basic mod with all the default game data and standard campaign.",
"dependencies": []
}
Code: Select all
{
"name": "base",
"version": "0.11.11",
"title": "Base Mod",
"author": "Factorio team",
"contact": "dev@factorio.com",
"homepage": "http://www.factorio.com",
"description": "Basic mod with all the default game data and standard campaign.",
"dependencies": [core]
}