projects
/
cc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e02522c
)
A few too many newlines
author
Olav Bakke Svendsen
<mail@olavbs.no>
Wed, 11 Oct 2023 23:04:39 +0000
(
01:04
+0200)
committer
Olav Bakke Svendsen
<mail@olavbs.no>
Wed, 11 Oct 2023 23:04:39 +0000
(
01:04
+0200)
steam/temporary-coal-feeder.lua
patch
|
blob
|
history
diff --git
a/steam/temporary-coal-feeder.lua
b/steam/temporary-coal-feeder.lua
index 4a0fdb0f37333c200379e9d9b41981b03795ebff..c42f37f6a6f85cd130ea16f7d10970366446d1fd 100644
(file)
--- a/
steam/temporary-coal-feeder.lua
+++ b/
steam/temporary-coal-feeder.lua
@@
-63,7
+63,7
@@
while true do
term.setCursorPos(1,1)
print(tostring(num_barrels).." barrels and "..tostring(num_deployers).." deployers connected\n")
print(tostring(num_deployers/2).." charcoal/minute needed")
- print(tostring(total_coal).." available\n"..str
.."\n"
)
+ print(tostring(total_coal).." available\n"..str)
print("refreshes once every minute")
feed(stock)
os.sleep(60)