Advertisement
Blargerist

Redstone Miner

Dec 19th, 2013
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.20 KB | None | 0 0
  1. while true do
  2. redstone.setOutput("left", true)
  3. sleep(1)
  4. redstone.setOutput("left", false)
  5. sleep(5)
  6. redstone.setOutput("right", true)
  7. sleep(1)
  8. redstone.setOutput("right", false)
  9. sleep(60)
  10. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement