SirSheepe

Untitled

Jan 13th, 2021 (edited)
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1.  
  2. while true do
  3. local _, inspect = turtle.inspectUp()
  4.  
  5. while inspect and inspect.state.fluid ~= "empty" do
  6. sleep(0.1)
  7. _, inspect = turtle.inspectUp()
  8. end
  9. turtle.dropUp()
  10. sleep(1)
  11. end
Add Comment
Please, Sign In to add comment