Posted 17 January 2014 - 09:52 AM
Hello ComputerCrafters!,
Let's say I've got a jungle tree. I have put a turtle in front of the left bottom block of it. I have programmed the turtle to chop it's way up until
My problem is that, I want it to go ahead and chop down the second row of it as well. I have set it up turning, but I want it to chop its way down exactly as many blocks as the ammount of blocks chopped up (In a single row). I have tried
Anyone got any idea(s)?
Let's say I've got a jungle tree. I have put a turtle in front of the left bottom block of it. I have programmed the turtle to chop it's way up until
turtle.detectUp() == false
My problem is that, I want it to go ahead and chop down the second row of it as well. I have set it up turning, but I want it to chop its way down exactly as many blocks as the ammount of blocks chopped up (In a single row). I have tried
turtle.compare()
or turtle.compareDown()
, but the problem is that there sometimes are leaves under/in front of the turtle, sometimes not. This may be a simple thing to do, but I am very new to programming and Lua, so any help would be appreciated.Anyone got any idea(s)?
Edited on 17 January 2014 - 08:55 AM