Skillexs

mining frame master with redstone

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