Some changes for core/info.json and base/info.json

Bugs that are actually features.
User avatar
ssilk
Global Moderator
Global Moderator
Posts: 12889
Joined: Tue Apr 16, 2013 10:35 pm
Contact:

Some changes for core/info.json and base/info.json

Post by ssilk »

Current of core/info.json:

Code: Select all

{
  "name": "core",
  "title": "Core Factorio data",
  "author": "Factorio team",
  "contact": "dev@factorio.com",
  "homepage": "http://www.factorio.com",
  "dependencies": []
}
should:

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 ...",
}
Current of base/info.json:

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": []
}
should:

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]
}
Cause I've need to fix that in https://github.com/alexaulbach/Factorio ... r.lua#L137
Cool suggestion: Eatable MOUSE-pointers.
Have you used the Advanced Search today?
Need help, question? FAQ - Wiki - Forum help
I still like small signatures...
kovarex
Factorio Staff
Factorio Staff
Posts: 8298
Joined: Wed Feb 06, 2013 12:00 am
Contact:

Re: Some changes for core/info.json and base/info.json

Post by kovarex »

The core/base package is always distributed together, so only the version of the base package matters, and the dependency is not specified, as the core is always present, it can't be disabled.
Post Reply

Return to “Not a bug”