How do you use the turtle in FTB?
How do you use the turtle in FTB?
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 | |
---|---|
Source Mod | ComputerCraft |
How much fuel does the mining turtle use?
refuel(64) will refuel the turtle with 64 items. The fuel values for combustible items is ((fuel * 5) / 100), where “fuel” is the number of ticks a fuel burns in a normal furnace….Crafty Turtle.
Expand Turtles | |
---|---|
Tool Turtles | 16px Digging Turtle • 16px Farming Turtle • 16px Felling Turtle • 16px Melee Turtle • Mining Turtle |
How much fuel does mining turtle use?
How do you chunk load a mining turtle?
Default is 0 for 1×1 (the chunk the turtle is on), can be set to 1 for 3×3 (chunks around the turtle), 2 for 5×5 and so on. The default Forge chunk loading settings allow for up to 5×5 – those can be changed in config/forgeChunkLoading. cfg under maximumChunksPerTicket….
Chunk Loader Module | |
---|---|
Type | Item |
Stackable | Yes (64) |
How do you use a mining turtle as a fuel?
If a mining turtle gathers an ore that can be used as a fuel (like coal), then instead of emptying it onto the floor or a chest, the turtle keeps it and uses it as backup fuel. MindCrack Pack: Putting a bucket of Creosote Oil into the Turtle will duplicate the bucket and leave an empty one.
What are custommining turtles?
Mining Turtles are upgraded versions of Turtles from ComputerCraft. When programmed correctly, they can mine in a square shape until they are full. A program for a mining turtle look like this:
Can a Turtle Mine in a square shape?
When programmed correctly, they can mine in a square shape until they are full. A program for a mining turtle look like this: excavate 5. This program would tell the turtle to excavate a cuboid with dimensions of 5 blocks on either side, and the turtle would excavate in the dimensions of 5 * 5 * Down to Bedrock and then return to the surface.
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.