Update 'crop-farm/startup.lua'
This commit is contained in:
parent
92c83dd702
commit
7dfeb1e13d
|
@ -3,6 +3,12 @@ print("Hold Crtl+T to cancel")
|
||||||
sleep(15)
|
sleep(15)
|
||||||
|
|
||||||
while true do
|
while true do
|
||||||
|
if not redstone.getInput("back") then
|
||||||
|
print("Awaiting redstone signal")
|
||||||
|
end
|
||||||
|
while not redstone.getInput("back") do
|
||||||
|
sleep(1)
|
||||||
|
end
|
||||||
shell.run("farm")
|
shell.run("farm")
|
||||||
|
|
||||||
for i = 10, 1, -1 do
|
for i = 10, 1, -1 do
|
||||||
|
|
Loading…
Reference in a new issue