The Mining Turtle is a block added by the ComputerCraft mod. A Turtle with the ability to mine any block it encounters. The turtle requires fuel to move in the form of combustibles such as, starting with the most efficient: Lava, Coal, Charcoal or Wood….
| Mining Turtle | |
|---|---|
| Flammable | No |
| Required Tool |
How do you use mine turtle?
The turtle still requires fuel to move, but mining a block (without moving) does not require fuel. The pickaxe does not have durability – it can be used infinitely….
| Mining Turtle | |
|---|---|
| Type | Mobile computer |
| Stackable | Yes (64) |
| Data Value | 1227 (diamond pick), 1228 (other pick) |
| Source Mod | ComputerCraft |
How do you use a crafting turtle?
Requires a Crafty Turtle. Crafts an item if items in the turtle’s inventory matches a valid recipe. The items can be placed anywhere as long as they are oriented properly with respect to one another….Examples.
| Example | |
|---|---|
| Crafts as many items as possible | |
| Output | prints a boolean representing if any items were crafted |
How does a mining turtle work?
A Mining Turtle is the same as a Turtle, only now you can use it to mine for you. Mining a block is done instantly, and will only retrieve items or blocks if mining the block with the same pick would drop items or blocks normally, so any mining turtle can mine obsidian (instantly), but only a turtle with a diamond pick will retrieve…
How many inventory slots does the mining turtle have?
The Mining Turtle only has 16 inventory slots (there used to be 9 in older versions) and once they are filled, the Turtle will return to the place where it started mining from (Only with the excavate command, also it is dropping the stuff at this position). Once it drops the items out, it restarts the mining where it was.
What’s the difference between the mining turtle and the pickaxe?
The turtle still requires fuel to move, but mining a block (without moving) does not require fuel. The pickaxe does not have durability – it can be used infinitely. Since it mines every mineable block at the same speed, the mining turtle is also very useful for quickly mining obsidian, as long as you’re familiar with the controls.
What are the commands for turning a turtle?
Turn : turns the turtle, direction: f.e. right or left and turns how often it should turn into this way go : makes the turtle go, direction: right, left and distance the number of blocks the turtle should go Dance: The turtle will dance. There are also other commands that are not listed here.