Advertisement
BaconBitterz

Rednet Receiver Detonator

Oct 20th, 2017
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. rednet.open("top")
  2. senderId, message, protocol = rednet.receive()
  3. if (message == "jacobnotmorris") then
  4. redstone.setOutput("bottom", true)
  5. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement