From: Olav Bakke Svendsen Date: Thu, 12 Oct 2023 01:10:56 +0000 (+0200) Subject: Redirecting to external monitor X-Git-Tag: stable-steam~26 X-Git-Url: http://git.olavbs.no/?a=commitdiff_plain;h=82fdd99b270ce7708c5d6b727e45536d68250895;p=cc.git Redirecting to external monitor --- diff --git a/steam/temporary-coal-feeder.lua b/steam/temporary-coal-feeder.lua index c42f37f..02ff844 100644 --- a/steam/temporary-coal-feeder.lua +++ b/steam/temporary-coal-feeder.lua @@ -3,6 +3,9 @@ local refill_when = function(amt) return amt < 2 end local refill_amt = 2 +local monitor = peripheral.wrap("monitor_1") +term.redirect(monitor) + local deployers = {} local num_deployers = 0 local barrels = {}