Tanoro

Turtle Autoredstone

Jan 23rd, 2021 (edited)
25
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. -- pastebin get HNnKUgHW autoSignal
  2. while true do
  3. redstone.setOutput("bottom", true)
  4. os.sleep(1)
  5. redstone.setOutput("bottom", false)
  6. os.sleep(3)
  7. end
Add Comment
Please, Sign In to add comment