From d761a36bbbf875ee385db1c7053081bf46431177 Mon Sep 17 00:00:00 2001 From: PHIDIAS Date: Mon, 20 Mar 2023 23:05:43 +0900 Subject: [PATCH] Update main.lua --- PHI-MB/main.lua | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/PHI-MB/main.lua b/PHI-MB/main.lua index ce67fe6..7013d89 100644 --- a/PHI-MB/main.lua +++ b/PHI-MB/main.lua @@ -22,7 +22,12 @@ local item_max = { } local ups_chests = { - 'steel-chest' + 'steel-chest', + 'logistic-chest-passive-provider', + 'logistic-chest-active-provider', + 'logistic-chest-storage', + 'logistic-chest-buffer', + 'logistic-chest-requester' } -- entity @@ -213,8 +218,7 @@ for i=1, #ups_chests, 1 do chest_item.name = 'ups-' .. ups_chests[i] chest_item.place_result = 'ups-' .. ups_chests[i] - - chest_item.order = 'b[steam-power]-b[electric-boiler]' + chest_item.order = chest_item.order .. '-ups' chest_entity.inventory_size = 1 chest_entity.name = 'ups-' .. ups_chests[i]