Advertisement
babulm

Untitled

Feb 22nd, 2020
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. rednet.open("right")
  2. pipe = peripheral.wrap("back")
  3. atmid = 3732
  4. while true do
  5. id, anzahl = rednet.receive()
  6.  
  7. if id == atmid then
  8. identitungi = pipe.getItemIdentifierIDFor(254, 6)
  9. pipe.makeRequest(identitungi, anzahl)
  10. end
  11. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement