rungholt

rsclock

Aug 20th, 2021
1,334
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.13 KB | None | 0 0
  1. while true do
  2.     redstone.setAnalogOutput("back", 15)
  3.     sleep(40)
  4.     redstone.setAnalogOutput("back", 0)
  5.     sleep(40)
  6. end
Advertisement
Add Comment
Please, Sign In to add comment