I am trying to write my own turtle script that will make the mining turtle plant and cut down a normal oak tree my. Script that I have so far is as follows:
function Grow()
turtle.select(1)
turtle.place()
end
function Bonemeal()
turtle.select(2)
turtle.place()
end
I'm not sure if it is because it's not complete but when I run it as Oak on the turtle it doesn't say anything, it just goes with it but it doesn't do anything .
I'm not sure what I'm doing wrong can someone please help me
Thanks in advanced.
function Grow()
turtle.select(1)
turtle.place()
end
function Bonemeal()
turtle.select(2)
turtle.place()
end
I'm not sure if it is because it's not complete but when I run it as Oak on the turtle it doesn't say anything, it just goes with it but it doesn't do anything .
I'm not sure what I'm doing wrong can someone please help me
Thanks in advanced.