Some changes for core/info.json and base/info.json
Posted: Fri Jan 16, 2015 12:25 pm
Current of core/info.json:
should:
Current of base/info.json:
should:
Cause I've need to fix that in https://github.com/alexaulbach/Factorio ... r.lua#L137
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]
}