Advertisement
Guest User

Untitled

a guest
Feb 18th, 2020
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. rednet.open("back")
  2. while true do
  3. local id,message, protocol = rednet.receive("Nuclear")
  4. redstone.setOutput("right",message)
  5. rednet.broadcast(message,"NuclearResponse",2)
  6. if message ~= nil then
  7. print(message)
  8. redstone.setOutput("right",message)
  9. end
  10. sleep(1)
  11. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement