Advertisement
Guest User

Untitled

a guest
Apr 1st, 2020
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. while true do
  2. redstone.setOutput("right", true)
  3. sleep(60)
  4. redstone.setOutput("right", false)
  5. sleep(60)
  6. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement