Advertisement
iMontouch

blazeKiller

Jun 22nd, 2013
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. while true
  2. if redstone.getInput("top")
  3. redstone.setOutput("bottom", true)
  4. sleep(45)
  5. redstone.setOutput("bottom", false)
  6. sleep(40)
  7. end
  8. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement