Skip to content

Cutotopo/computercraft-dig

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

computercraft-dig

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

Pastebin link

Installation

To download this script, use this command:
> pastebin get zCp0UUpx dig.lua

Usage

> dig [number of blocks to dig]

You will need 1 fuel for every block you are going to dig.

To refuel turtle

  1. Put coal in the selected slot of the turtle's inventory
  2. > lua
  3. lua> turtle.refuel()
  4. lua> exit()

About

Dig a number of blocks in ComputerCraft for Minecraft

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages