From 82fdd99b270ce7708c5d6b727e45536d68250895 Mon Sep 17 00:00:00 2001 From: Olav Bakke Svendsen Date: Thu, 12 Oct 2023 03:10:56 +0200 Subject: [PATCH] Redirecting to external monitor --- steam/temporary-coal-feeder.lua | 3 +++ 1 file changed, 3 insertions(+) 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 = {} -- 2.30.2