750 Inventory Size


Increase the player bag size.

5 years ago
0.17
7

i bobplates override

5 years ago
(updated 5 years ago)

feature overridden by bobplates. info.json dependency update should fix

5 years ago

How do you update this?

5 years ago

add "? bobplates" to info.json separated from "base >= 0.17.0" by a comma under dependencies.
and maybe rename data.lua to data-updates.lua or data-final-fixes.lua (may be necessary depending on other mods as well).

5 years ago
(updated 5 years ago)

should look like
{
"name": "750BagSize",
"version": "0.0.1",
"title": "750 Inventory Size",
"author": "paofnsd",
"email": "cb3lee@uwaterloo.ca",
"homepage": "cb3lee@uwaterloo.ca",
"contact": "cb3lee@uwaterloo.ca",
"description": "Increase the player bag size.",
"factorio_version":"0.17",
"dependencies":
[
"base >= 0.17.0", "? bobplates"
]
}

New response