From: Olav Bakke Svendsen Date: Thu, 12 Oct 2023 04:36:04 +0000 (+0200) Subject: Barrel order wrong X-Git-Tag: stable-steam~21 X-Git-Url: http://git.olavbs.no/?a=commitdiff_plain;h=7578e8e2fdc461ca115cfa5b3ad1591f49e0cc6b;p=cc.git Barrel order wrong --- diff --git a/steam/temporary-coal-feeder.lua b/steam/temporary-coal-feeder.lua index ca6176d..611661f 100644 --- a/steam/temporary-coal-feeder.lua +++ b/steam/temporary-coal-feeder.lua @@ -7,7 +7,7 @@ local main_monitor = peripheral.wrap("monitor_3") -- local treefarm_monitor = peripheral.wrap("monitor_0") local coal_barrels = {} -for _,n in pairs({ "0", "1" }) do +for _,n in pairs({ "1", "0" }) do local prefix = "sophisticatedstorage:limited_barrel_" coal_barrels[prefix..n] = peripheral.wrap(prefix..n) end