Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function Item()
- for i=1,16,1 do
- turtle.select(i)
- turtle.dropUp()
- end
- end
- while redstone.getInput("top")==false do
- Item()
- for i=1,2,1 do
- turtle.suckUp(1)
- end
- if turtle.craft()==true then
- Item()
- sleep(0.5)
- else
- Item()
- sleep(50)
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement