Posted 09 September 2014 - 01:16 AM
I am using a program that harvests a field of crops for me, except yesterday I installed harvest craft and it doesn't seem to work for that. Basically the turtle is a mining turtle, and he first moves forward, digs beneath him, and plants below him what is in his first slot (seeds, duh). I was setting up a coffee bean farm from harvest craft, coffee beans are planted as seeds but you collect seeds and beans from the crops. Anyway my turtle will break the crops, and place what is in his inventory, but he doesn't collect what he harvests. Also, I know that harvest craft plants can be picked and not broken by right clicking them, so I tried using only the turtle.placeDown() command, which resulted in no effect, turtle just acts as if there is nothing to collect. I'm not very good with turtles, so can someone please tell me the most efficient way (i.e. not turtle.suck(), it takes too long for him to go forward, down, up for each crop). I suppose if that is the only way, I will have to go with it. Thanks!
Program: (I know the beginning of the program could be simpler, I modified it quickly, didn't write it that way, I'm not here to find that out)
http://pastebin.com/KeijchHr
Program: (I know the beginning of the program could be simpler, I modified it quickly, didn't write it that way, I'm not here to find that out)
http://pastebin.com/KeijchHr