Posted 17 September 2012 - 10:52 AM
Hey guys, i need some help with a wood farm im currently creating, im using a turtle as the harvester and placer
My problem is i want a it to detect if there is a block above and if there is break and move up.
local i = turtle.detectUp ()
repeat
turtle.digUp ()
turtle.up ()
print (i) – just to see if detect was working
until i == false
if there isnt a block its moving one up (not the problem) then problem is after it broke the blocks it keeps going up
Hope you can figure out what is wrong
thanks in advance
My problem is i want a it to detect if there is a block above and if there is break and move up.
local i = turtle.detectUp ()
repeat
turtle.digUp ()
turtle.up ()
print (i) – just to see if detect was working
until i == false
if there isnt a block its moving one up (not the problem) then problem is after it broke the blocks it keeps going up
Hope you can figure out what is wrong
thanks in advance