Advertisement
babulm

Untitled

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