projects
/
cc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e6b476d
)
Barrel order wrong
author
Olav Bakke Svendsen
<mail@olavbs.no>
Thu, 12 Oct 2023 04:36:04 +0000
(06:36 +0200)
committer
Olav Bakke Svendsen
<mail@olavbs.no>
Thu, 12 Oct 2023 04:36:04 +0000
(06:36 +0200)
steam/temporary-coal-feeder.lua
patch
|
blob
|
history
diff --git
a/steam/temporary-coal-feeder.lua
b/steam/temporary-coal-feeder.lua
index ca6176d4f1959bc2b384b730a2fe7275204cd3a1..611661f6bda01cfa0be51be69c1504c4be30d04d 100644
(file)
--- 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