Advertisement
SavageCore

Untitled

May 9th, 2013
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.18 KB | None | 0 0
  1. while true do
  2.     redstone.setOutput("bottom",true)
  3.     redstone.setOutput("top",true)
  4.     sleep(0.1)
  5.     redstone.setOutput("bottom",false)
  6.     redstone.setOutput("top",true)
  7.     sleep(0.1)
  8. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement