Mytrandir

Dw20 - Frame Computer "autocycle"

Mar 29th, 2013
177
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.13 KB | None | 0 0
  1.     while true do
  2.        if redstone.getInput("top") == true then
  3.           shell.run("cycle")
  4.        end
  5.        sleep(2)
  6.     end
Advertisement
Add Comment
Please, Sign In to add comment