Advertisement
Quer_yugane_DE

CC_Redstone clock

Aug 4th, 2015
42
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.   if rs.getInput ("bottom",true)
  3.     rs.setOutput("top", true)
  4.     sleep(0.5)
  5.     rs.setOutput("top", false)
  6.   end
  7. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement