]> git.somenet.org - factorio/some-infinitychest.git/blob - data.lua
Increased inventory size from 129 to 149 slots.
[factorio/some-infinitychest.git] / data.lua
1 -- Trivial mod by someone1337 uploaded because of our LAN game.\r
2 local infinity_chest = util.table.deepcopy(data.raw["infinity-container"]["infinity-chest"])\r
3 \r
4 -- make it a buffer chest.\r
5 infinity_chest.logistic_mode = "buffer"\r
6 \r
7 -- bots dont try to pickup not (yet) existent items.\r
8 -- we therefore need a waaaay larger inventory and fill it up.\r
9 infinity_chest.inventory_size = 149\r
10 \r
11 data:extend({infinity_chest})\r