Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- while true do
- turtle.select(1)
- turtle.place()
- turtle.select(2)
- turtle.place()
- turtle.place()
- turtle.place()
- turtle.place()
- turtle.place()
- if turtle.getItemCount(2) == 0 then
- turtle.turnRight()
- if turtle.suck() == false then
- print("No Bonemeal available!")
- turtle.turnLeft()
- return
- end
- turtle.turnLeft()
- end
- turtle.select(1)
- turtle.dig()
- turtle.select(3)
- turtle.dropDown()
- turtle.select(4)
- turtle.dropDown()
- end
Add Comment
Please, Sign In to add comment