Advertisement
feedmecookies

Redstone Clock

Nov 30th, 2019
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. while true do
  2.  
  3. if rs.getInput("top") == true then
  4. rs.setOutput("bottom",true)
  5. sleep(0.5)
  6. rs.setOutput("bottom",false)
  7. else
  8. end
  9. sleep(0.5)
  10. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement