Dig a number of blocks in ComputerCraft for Minecraft.
The turtle will dig the block in front of it and the block on its top, then it will move forward of one block and repeat the process for the number of blocks to dig.
Tested with ComputerCraft: Tweaked version 1.89.2 on Forge for Minecraft 1.12.2
To download this script, use this command:
> pastebin get zCp0UUpx dig.lua
> dig [number of blocks to dig]
You will need 1 fuel for every block you are going to dig.
- Put coal in the selected slot of the turtle's inventory
- > lua
- lua> turtle.refuel()
- lua> exit()