Advertisement
Guest User

startup

a guest
Dec 10th, 2017
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.12 KB | None | 0 0
  1. while true do
  2.   os.sleep(0.2)
  3.   redstone.setOutput("top",true)
  4.   os.sleep(0.1)
  5.   redstone.setOutput("top", false)
  6. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement