diff --git a/compacting-storage.lua b/compacting-storage.lua index 3996c68..d138d12 100644 --- a/compacting-storage.lua +++ b/compacting-storage.lua @@ -9,6 +9,7 @@ local MAIN_TICKER = "" local REQUEST_TICKER = "" local STORAGE_ADDRESS = "" +local CRAFTING_REQUESTER = "" local SLEEP_TIME = 30 local NUGGET_RATIO = 63 -- amount of nuggets per craft local BLOCK_RATIO = 7 -- amount of blocks per craft @@ -160,6 +161,8 @@ end local main_t = peripheral.wrap(MAIN_TICKER) local request_t = peripheral.wrap(REQUEST_TICKER) +local craft_requester = peripheral.wrap(CRAFTING_REQUESTER) +craft_requester.setConfiguration("strict") local requesting = {} while true do -- 1. Sum items in inventory and organize by item type