assasin172

com2

Jun 4th, 2013
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.21 KB | None | 0 0
  1. rednet.open("back")
  2.  
  3. if rs.getInput("left") then
  4.         print("redstone ON")
  5.     else
  6.         rednet.send(1181, "Blaze")
  7. end
  8.  
  9. if rs.getInput("right") then
  10.         print("redstone ON")
  11.     else
  12.         rednet.send(1181, "Wither")
  13. end
Advertisement
Add Comment
Please, Sign In to add comment