Advertisement
cronoise

extract cleavers from autonomous activators for recharge

Mar 22nd, 2015
200
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. while true do
  2.     os.pullEvent("redstone")
  3.         while redstone.getInput("left") do
  4.         rs.setOutput("right", true)
  5.         sleep(1)
  6.         rs.setOutput("right", false)
  7.         sleep(1200)
  8.     end
  9. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement