Posted 23 June 2015 - 08:49 PM
Hey,
i have create my own Mining Script. It will Mine a 3x10x100 Tunnel.
Now i have 3 Problems.
1. If the Turtle dig a block an over that was gravel, the Turtle change the Route. How can i fix it?
2. If the Turtle are full, it would drop all items that have no space in the Turtle. Is there a code that the Turtle unload all Items in to a Chest?
3. Is there a Code that the Turtle refuel himself with mined coal?
Thanks for your Help.
Here is my Script:
for Start=1,50 do
turtle.dig()
turtle.forward()
turtle.turnRight()
for Mining=1,9 do
turtle.dig()
turtle.forward()
end
turtle.digUp()
turtle.up()
turtle.turnLeft()
turtle.turnLeft()
for Mining=1,9 do
turtle.dig()
turtle.forward()
end
turtle.digUp()
turtle.up()
turtle.turnRight()
turtle.turnRight()
for Mining=1,9 do
turtle.dig()
turtle.forward()
end
turtle.turnLeft()
turtle.dig()
turtle.forward()
turtle.turnLeft()
for Mining=1,9 do
turtle.dig()
turtle.forward()
end
turtle.digDown()
turtle.down()
turtle.turnRight()
turtle.turnRight()
for Mining=1,9 do
turtle.dig()
turtle.forward()
end
turtle.digDown()
turtle.down()
turtle.turnLeft()
turtle.turnLeft()
for Mining=1,9 do
turtle.dig()
turtle.forward()
end
turtle.turnRight()
end
i have create my own Mining Script. It will Mine a 3x10x100 Tunnel.
Now i have 3 Problems.
1. If the Turtle dig a block an over that was gravel, the Turtle change the Route. How can i fix it?
2. If the Turtle are full, it would drop all items that have no space in the Turtle. Is there a code that the Turtle unload all Items in to a Chest?
3. Is there a Code that the Turtle refuel himself with mined coal?
Thanks for your Help.
Here is my Script:
for Start=1,50 do
turtle.dig()
turtle.forward()
turtle.turnRight()
for Mining=1,9 do
turtle.dig()
turtle.forward()
end
turtle.digUp()
turtle.up()
turtle.turnLeft()
turtle.turnLeft()
for Mining=1,9 do
turtle.dig()
turtle.forward()
end
turtle.digUp()
turtle.up()
turtle.turnRight()
turtle.turnRight()
for Mining=1,9 do
turtle.dig()
turtle.forward()
end
turtle.turnLeft()
turtle.dig()
turtle.forward()
turtle.turnLeft()
for Mining=1,9 do
turtle.dig()
turtle.forward()
end
turtle.digDown()
turtle.down()
turtle.turnRight()
turtle.turnRight()
for Mining=1,9 do
turtle.dig()
turtle.forward()
end
turtle.digDown()
turtle.down()
turtle.turnLeft()
turtle.turnLeft()
for Mining=1,9 do
turtle.dig()
turtle.forward()
end
turtle.turnRight()
end