Update 'crop-farm/startup.lua'

master
Jan 2021-07-28 12:10:04 +00:00
parent 92c83dd702
commit 7dfeb1e13d
1 changed files with 6 additions and 0 deletions

View File

@ -3,6 +3,12 @@ print("Hold Crtl+T to cancel")
sleep(15)
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")
for i = 10, 1, -1 do