Skip to content

absolument/CC-Excavate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

CC-Excavate

Improved version of excavate built-in program

Based on a built in program for turtles that will mine out a specified width square of blocks, all the way down to bedrock level.

It will periodically return to the surface when it is full and drops off mined materials either into an available inventory placed behind it when it starts, or onto the ground. If fuel requirements are enabled, it will also periodically return to the starting point if it requires additional fuel.

Improvement: move along every third layer and use the turtle.digUp and turtle.digDown commands to clear three layers at a time, which would save time and fuel.

Setup

pastebin get U1Fxke72 excavate

Usage

excavate 16

About

Improved version of excavate built-in program

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages