Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- a=1
- function start()
- while(a==1) do
- local x=turtle.detect()
- if(x==false) then
- local item = turtle.getItemDetail(1)
- if(item ~= nil) then
- turtle.place()
- else
- turtle.suckDown()
- turtle.place()
- end
- end
- end
- end
- start()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement