Mining Turtle | |
---|---|
Mod | ComputerCraft |
Type | Machine |
»» Subscribe: ««In this tutorial, I cover the basics of the mining turtle for the beginner. We walk through how to program the mining tu.
The Mining Turtle is a block added by ComputerCraft, extending the functionality of the Turtle. It allows the turtle to not only place and interact with blocks, but also break them.
Sep 30, 2012 Minecraft: Highly Efficient Mining Turtle Program Tutorial. Posted by 5 years ago. Minecraft: Highly Efficient Mining Turtle Program. Boolean Whether the turtle could successfully turn. String nil The reason the turtle could not turn. Dig(side) Source. Attempt to break the block in front of the turtle. This requires a turtle tool capable of breaking the block. Diamond pickaxes (mining turtles) can break any vanilla block, but other tools (such as axes) are more limited.
Recipe[edit | edit source]
Usage[edit | edit source]
The mining turtle is most commonly used as an early-game form of automatic mining. It is relatively cheap to maintain, however you must first find a diamond pickaxe. Once the user has obtained a diamond pickaxe, the turtle must only be supplied will coal (or another form of fuel) to keep running. It is able to find coal for itself while mining, lowering the maintenance required.The following is a sample mining program:
This program can be downloaded in-game by running the command: pastebin get Df8Q6xp7 smine
Advanced Mining Turtle
Mining Turtle Commands Logdotzip
|