Posted 01 August 2012 - 05:02 PM
i've tryed to let a turtle mine a block and place redstone instead of it but what he does is, kill the block under him and replace it
this is my code:
while turtle.detectDown(grass) do
turtle.digDown(grass)
turtle.placeDown(redstone)
turtle.forward()
end
if anyone could help, i know a little bit about this since i started yesterday but i already accomplished making a autofarmer by watching other codes (not copy pasting) and learning out of it
this is my code:
while turtle.detectDown(grass) do
turtle.digDown(grass)
turtle.placeDown(redstone)
turtle.forward()
end
if anyone could help, i know a little bit about this since i started yesterday but i already accomplished making a autofarmer by watching other codes (not copy pasting) and learning out of it