From 3e86775eb51c7dffbf6d3af0a4c0fb2700f26460 Mon Sep 17 00:00:00 2001 From: Someone Date: Wed, 3 Jun 2020 17:16:00 +0200 Subject: [PATCH] Changed inventory size and logistic slots count to 159 slots so it looks OK on a hd-screen. --- data.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data.lua b/data.lua index e53ee25..54bc1d9 100644 --- a/data.lua +++ b/data.lua @@ -6,7 +6,7 @@ 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 +infinity_chest.inventory_size = 159 +infinity_chest.logistic_slots_count = infinity_chest.inventory_size data:extend({infinity_chest}) -- 2.43.0