Posted 08 November 2013 - 12:01 AM
Title:Adding Lines for Fully Automated Tree Turtle
OK, so NOW I have a question. I could probably figure it out myself if I put enough time into it, but I'm not that good of a programmer.
So, I just finished programming up a turtle with the Advanced Turtle Lumberjack code http://computercraft...jack_(tutorial) <–here. the second code piece, the one that auto replants the trees and all.
I want to make it even more automated. So, when it stops at the first stop location (the one at the end of the first run), it will discharge all items but one in the 4th slot out the left side to be picked up by a hopper, suck up as many as available into slot 1 from a chest above, and suck up as many as possible into slot 3 from a bottom chest. Slot 1 is my fuel slot; slot 3 is my sapling slot; slot 4 is the wood slot.
What lines and where would I need to add to make this work?
OK, so NOW I have a question. I could probably figure it out myself if I put enough time into it, but I'm not that good of a programmer.
So, I just finished programming up a turtle with the Advanced Turtle Lumberjack code http://computercraft...jack_(tutorial) <–here. the second code piece, the one that auto replants the trees and all.
I want to make it even more automated. So, when it stops at the first stop location (the one at the end of the first run), it will discharge all items but one in the 4th slot out the left side to be picked up by a hopper, suck up as many as available into slot 1 from a chest above, and suck up as many as possible into slot 3 from a bottom chest. Slot 1 is my fuel slot; slot 3 is my sapling slot; slot 4 is the wood slot.
What lines and where would I need to add to make this work?
Edited on 07 November 2013 - 11:08 PM