projects
/
cc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4572f72
)
Redirecting to external monitor
author
Olav Bakke Svendsen
<mail@olavbs.no>
Thu, 12 Oct 2023 01:10:56 +0000
(
03:10
+0200)
committer
Olav Bakke Svendsen
<mail@olavbs.no>
Thu, 12 Oct 2023 01:10:56 +0000
(
03:10
+0200)
steam/temporary-coal-feeder.lua
patch
|
blob
|
history
diff --git
a/steam/temporary-coal-feeder.lua
b/steam/temporary-coal-feeder.lua
index c42f37f6a6f85cd130ea16f7d10970366446d1fd..02ff8441723abcc56053f8e645865cb6939cd71e 100644
(file)
--- 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 = {}