Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- while true do
- local _, inspect = turtle.inspectUp()
- while inspect and inspect.state.fluid ~= "empty" do
- sleep(0.1)
- _, inspect = turtle.inspectUp()
- end
- turtle.dropUp()
- sleep(1)
- end
RAW Paste Data