Advertisement
appollon41

Apia Queen Sorter

Mar 30th, 2019
196
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. while true do
  2. apia = peripheral.wrap("bottom")
  3. slot_un = apia.getStackInSlot(1)
  4. if #apia.getAllStacks()~=0 then
  5. if slot_un.name == "beeQueenGE" then
  6. turtle.digDown()
  7. turtle.select(1)
  8. turtle.placeDown()
  9. end
  10. end
  11. os.sleep(0.1)
  12. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement