kriNon

Untitled

Jan 3rd, 2016
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. function getAllBees(inv)
  2. local notbees = inv.getAllStacks()
  3. local bees = {}
  4. for slot, bee in pairs(notbees) do
  5. bees[slot] = bee.all()
  6. end
  7. return bees
  8. end
Advertisement
Add Comment
Please, Sign In to add comment