From 826f80f61aa75ee87298eecb90bfc723931e46b1 Mon Sep 17 00:00:00 2001 From: Someone Date: Fri, 27 Mar 2020 03:41:32 +0100 Subject: [PATCH] Increased logistic slots to 108. --- changelog.txt | 7 +++++++ data.lua | 1 + 2 files changed, 8 insertions(+) diff --git a/changelog.txt b/changelog.txt index 5fbe020..54c09b7 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,10 @@ +--------------------------------------------------------------------------------------------------- +Version: 0.18.2 +Date: 2020-03-27 + + Changed: + - Increased logistic slots to 108. + --------------------------------------------------------------------------------------------------- Version: 0.18.1 Date: 2020-03-22 diff --git a/data.lua b/data.lua index 286338f..e53ee25 100644 --- a/data.lua +++ b/data.lua @@ -7,5 +7,6 @@ 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 = 199 +infinity_chest.logistic_slots_count = 108 data:extend({infinity_chest}) -- 2.43.0