Advertisement
Napfsuelze1984

mc tc mit cc

May 20th, 2017
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. while true do
  2. redstone.setOutput("left", true)
  3. redstone.setOutput("right", true)
  4. sleep(1)
  5. then redstone.setOutput("left", false)
  6. then redstone.setOutput("right", false)
  7. sleep (9)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement