Advertisement
a_alien

Untitled

May 4th, 2021
535
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.28 KB | None | 0 0
  1. chest = peripheral.wrap("back")
  2. items = chest.list()
  3. i = 1
  4. prot = "uran"
  5. rednet.open("top")
  6. while i <= table.getn(items) do
  7.     item = items[i]
  8.     amout = amout + item.count()
  9.     rednet.broadcast(amout, prot)
  10.     os.queueEvent("shit")
  11.     os.pullEvent("shit")
  12.     i = i + 1
  13. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement