EphemeralKap

Untitled

Dec 5th, 2017
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. while true do
  2. turtle.select(1)
  3. local i = turtle.getItemDetail(1)
  4. if turtle.getItemCount(1) > 0 then
  5. if i.name == "minecraft:water_bucket" then
  6. turtle.drop()
  7. sleep(0.1)
  8. turtle.suck()
  9. turtle.dropDown()
  10. else
  11. turtle.dropDown()
  12. sleep(0.1)
  13. end
  14. sleep(0.1)
  15. end
Advertisement
Add Comment
Please, Sign In to add comment