This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
Silverrune's profile picture

Solved: Sethbling's "AutoWood"

Started by Silverrune, 02 January 2013 - 05:36 PM
Silverrune #1
Posted 02 January 2013 - 06:36 PM
Last time I posted a similar topic I got a bit of crap for not putting a post bin up, so: http://pastebin.com/a3pRQxZ2
This was the import file I used which was made by sethbling. The layout used: http://imageshack.us...0101223158.png/
The original layout (I tried to duplicate) Can be found at the end of this video: [media]http://www.youtube.com/watch?v=-bIPFNc9WAo[/media]
My issue is that the Turtle will not cut down the first log after the first cycle (the process is supposed to repeat). In order to continue the program after 1 cycle you have to remove the first log in front of it for it. If need be I can make a video (without Audio) displaying the issue.
I am sorry if this has been talked about before.

Here is a video of the problem: http://www.youtube.com/watch?v=oULilSMMsQM&feature=youtu.be
Silverrune #2
Posted 03 January 2013 - 11:35 AM
Nobody?
Silverrune #3
Posted 03 January 2013 - 01:15 PM
Great…
W00dyR #4
Posted 03 January 2013 - 02:12 PM
If you literally copied the code from his video's, then you most likely made a typo in your Turtle, check that first as a step one I guess
Silverrune #5
Posted 03 January 2013 - 02:18 PM
If you literally copied the code from his video's, then you most likely made a typo in your Turtle, check that first as a step one I guess
I didn't retype it, I imported it into the default commands to save time. So that rules out the possibility but makes me confused.

Updated original post.
Zoinky #6
Posted 03 January 2013 - 03:29 PM
The turtle is trying to compare the logs with each other. It keeps returning false because the blocks have different meta data (I think). I changed some of the code so that it should compare with the saplings instead of the logs. See if it works. http://pastebin.com/aXA3kBvF
Silverrune #7
Posted 03 January 2013 - 04:50 PM
The turtle is trying to compare the logs with each other. It keeps returning false because the blocks have different meta data (I think). I changed some of the code so that it should compare with the saplings instead of the logs. See if it works. http://pastebin.com/aXA3kBvF
Thanks you so much, it works now! :D/>