Advertisement
PhilHibbs

cc_turtle_fq_startup

May 11th, 2013
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.22 KB | None | 0 0
  1. while true do
  2.    if colors.test(redstone.getBundledInput("back"),colors.green) then
  3.      redstone.setBundledOutput("back",colors.red)
  4.      shell.run("cycle")
  5.      redstone.setBundledOutput("back",0)
  6.    end
  7.    sleep(0.5)
  8. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement