Cyjanek_potasu

dupa2

Jan 26th, 2020
35
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. while true do --Will loop forever
  2. rs.setOutput("<side>", true) --Set the redstone output to the specified side to true
  3. sleep(60) -- wait 60 seconds
  4. rs.setOutput("<side>", false) --Set it to false
  5. sleep(60*5) -- sleep for 5 minutes
  6. end
Add Comment
Please, Sign In to add comment