Minenat69

Certus picker

Aug 15th, 2023 (edited)
15
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. function main()
  2. while true do
  3. redstone.setOutput("bottom", true)
  4. os.sleep(35)
  5. redstone.setOutput("bottom", false)
  6. os.sleep(3)
  7. end
  8. end
  9.  
  10. main()
Advertisement
Add Comment
Please, Sign In to add comment