Advertisement
therealinsight

Untitled

May 1st, 2016
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.27 KB | None | 0 0
  1. local side = "left" -- Change left to whatever side your door / redstone is on, E.G: left, right, front, back, bottom, top. Be sure to
  2. while true do
  3.  rednet.open("back")
  4.  local id,cmd = rednet.receive()
  5.  rednet.close("back")
  6.  rednet.open("left")
  7.  rednet.broadcast(cmd)
  8. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement