Advertisement
Guest User

go

a guest
Jul 25th, 2014
221
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. redstone.setOutput("bottom",true)
  3. sleep(5)
  4. redstone.setOutput("bottom",false)
  5. sleep(1)
  6. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement