Tanoro

Redstone Timer

Jan 31st, 2021 (edited)
27
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. -- pastebin get 9riJXnjY redstoneTimer
  2.  
  3. -- Set resting signals
  4. redstone.setOutput("back", false)
  5.  
  6. while true do
  7. redstone.setOutput("back", true)
  8. os.sleep(300)
  9. redstone.setOutput("back", false)
  10. os.sleep(900)
  11. end
  12.  
  13.  
Add Comment
Please, Sign In to add comment