Advertisement
Guest User

autocycle

a guest
Mar 29th, 2013
494
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.11 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
Advertisement