Advertisement
therealinsight

Rednet Redstone

Jun 13th, 2016
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.11 KB | None | 0 0
  1. rednet.open("top")
  2. while true do
  3.     if rednet.receive == "go" then
  4.         redstone.setOutput("left",true)
  5.     end
  6. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement