-- Trivial mod by someone1337 uploaded because of our LAN game. local infinity_chest = util.table.deepcopy(data.raw["infinity-container"]["infinity-chest"]) -- make it a buffer chest. infinity_chest.logistic_mode = "buffer" -- bots dont try to pickup not (yet) existent items. -- we therefore need a waaaay larger inventory and fill it up. infinity_chest.inventory_size = 159 infinity_chest.logistic_slots_count = infinity_chest.inventory_size data:extend({infinity_chest})