filloax

Untitled

Nov 19th, 2014
189
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.16 KB | None | 0 0
  1. while true do
  2.  if redstone.getAnalogInput("back")<14 then
  3.     redstone.setOutput("bottom",true)
  4.  else
  5.     redstone.setOutput("bottom",false)
  6.  end
  7.  os.sleep(0.2)
  8. end
Advertisement
Add Comment
Please, Sign In to add comment