Mining turtle tunnel and return How can this be done? Apr 30, 2013 · So I've been playing around with a mining turtle as alternate to quarry's, and was wondering if there is an easy way to get him to deposit all his items into a chest when his inventory is full. " blocks long, " . com/HpxVKWV1more Oct 2, 2018 · When the turtles are finished with mining out the branches, they will return to the main trunk and position themselves for the next branch. The Turtle can be programmed to execute a task automatically upon starting the game, at the prompt enter this simple code: edit startup shell. Aug 23, 2022 · When the turtles are finished with mining out the branches, they will return to the main trunk and position themselves for the next branch. dig Nov 13, 2024 · Learn to program a mining turtle's movement to navigate and mine resources efficiently. A Mining Turtle is the same as a Turtle, only now you can use it to mine for you. Pastebin is a website where you can store text online for a set period of time. It is essentially a robot with the ability to move around, detect, place blocks and pick-up or drop items. The Advanced Turtle is a block added by the ComputerCraft mod. I would like the turtle to deposit blocks it mined so they don't go to waste; besides the coal for fuel. Then, place torches in the turtle's first inventory slot and cobblestone is the second slot. Well, what if I told you there's a way to automate the whole process? That's right, we're diving into the world of Minecraft Mining Turtles and how to program them to strip mine like absolute pros! So, grab your coding hats, and let's Jan 27, 2013 · TBH for mining unless you get a strip mining program from the computercraft forum excavate is pretty good and come built into the turtles. Is there a way that I can automatically refill The Mining Turtle is a block added by the ComputerCraft mod. If you are tired Mining Turtles are upgraded versions of Turtles from ComputerCraft. wide . drop function. - R0guelands/CC-Tweaked-mining-program Aug 30, 2014 · Excavate is a built in program for turtles that will mine out a specified width square of blocks, all the way down to bedrock level. dist . (Note: When Turtles are full, they will deposit mined resources behind them in floating block form. run " nameOfTask " Mar 13, 2013 · Hi, i'm new on FTB, and not really familiar with the mining turtle and how it works. The turtle requires fuel to move in the form of combustibles such as, starting with the most efficient: Lava, Coal, Charcoal or Wood. The Turtle doesn't keep the chunk loaded, this means that the Player has to stay Jun 16, 2023 · -- This Smart Mining Turtle mines efficiently blocks. and I also tried making my own program, I started with having it mine out a 3x3 tunnel until it ran out of fuel. Type branch 5 20. github pastebin I based the code off of the original tunnel Unlike other quarries, and the built-in "excavate" program, my quarry will mine tunnels, and then search around these tunnels for ores. When programmed correctly, they can mine in a square shape until they are full. Feb 16, 2013 · When logging back in Feed The Beast after time spent away my mining turtles seem to always stop mining and grind to a halt. For flattening an area it is relatively easy to write a simple program to mine a 1x3 tunnel then go over 1 and do that again in reverse with a variable tunnel length, and I would recommend you watch the direwolf20 computercraft tutorial videos which I will A fully automated strip mining network for ComputerCraft turtles! Here's all the code for anyone who is interested! Check out the tutorial below for installation instructions. However, as shown in Figure 15-1, you can easily fall into these deep holes, which makes them dangerous. When accessed I am given a screen that shows the turtle version but nothing else, the turtle just stops. when you call tunnel () to return home, it would be faster if you wrote another function to move without checking for blocks. To run this program, place your turtle on the bottom row of the middle column of your tunnel wall. Main Program: http://pastebin. Jan 3, 2024 · This is some clean code I wrote to mine a 3x3 tunnel with as little turtle movement as I could. The hinder the turtle from stopping randomly anywhere in the tunnel, I've implemented a For example, to have the Mining Turtle excavate a 10x10x10 area type: excavate 10 To make a tunnel 50m long (3 wide and 2 high) type: tunnel 50. It started off as a tiny program then I kiiiiiiiiiiiind of sort of got carried awayyeaaaaa. com is the number one paste tool since 2002. It tunneled straight through a pool Nov 28, 2020 · * When the turtles are finished with mining out the branches, they will return to the main trunk and position themselves for the next branch. I how to use the basics commands to do tunnels excavate etc but i'd like to have something more efficient, like placing torches and coming back to the start when full and drop items into a chest, and if possible Aug 23, 2025 · Programs specifically designed to run on Turtles. detect () do -- Solange vor der Turtle ein Block ist abbauen turtle. The mine. There is also an option to return to the start location. Ideally, I would like the MLG circular mining program to not kill itself whenever it runs into gravel or mobs. Mar 22, 2013 · The turtles don't return after they've been sent off, so you have to go down and retrieve them manually which can be annoying when there's lava and water in the tunnel. And make sure your turtle is chunkloaded. Whenever I send my turtle off to excavate, he runs out of fuel and then gives the command 'waiting for fuel' at the drop of chest. Everything you need to know to use the Turtle Mining Well system. Also, here are steps for a quick install via pastebin: Place your advanced computer next to a disk drive with a blank disk in. Tunnel This program tunnels out a specified width tunnel with a 3 block height. md pastebin get 6qmBBLpz mine this is the program cyanideepic uses on his stream and that i use when i can first get a turtle (my first three RP gems and redstone go to a turtle) I just use it to make a strip mine (1 wide, 3 high, 64 long, 2 separating blocks inbetween), put torches, coal, and chests into the turtle's inventory and let him go to town when he's all done just run down the tunnels We walk through how to program the mining turtle to dig a 3 X 1 branch mine and a 3 x 3 tunnel. The first program is for mining out large tunnels. " blocks tall. To run the program, just type the name of the program followed by the lenght you want. It will not know if it is over a cliff or floating in air, or tunneling through a lava flow, so care should be taken when using this Turtle program. If tunnel () works, then there wouldn't be anything to check for anyway. The program can use A* pathfinding algorithm in order for the turtle to bypass obstacles and mine blocks. An enhanced version of the Turtle built with an Advanced Computer, which allows colour display and mouse interaction within the GUI. Jun 27, 2014 · Pastebin. then I added a system to keep track of where it is relative to the start point, and finally, I tried adding a function Aug 21, 2014 · For about 2 weeks now, I've been looking for a mining turtle program that I used to use A LOT but have recently forgotten the pastebin information for. tall . A program for a mining turtle could look like this: Excavate 5 This program would tell the turtle to mine a cube with dimensions of 5 blocks on either side, and the turtle would mine these layers of 5 * 5 until it ran out of space and would return to the surface. In addition, it will also mine any exposed ore out of the walls of your tunnel. dig () end while turtle. Before running the program, be sure to configure the program to meet your needs. 2 days ago · Turtles are a robotic device, which can break and place blocks, attack mobs, and move about the world. In the tunneling program, you could set the width, height, and length of the tunnel. This is a CC Tweaked mining turtle program to excavate the classic mining tunnels and deposit resources back at the base. To use: 1. Another use of the mining turtle is of entertainment, a command that one can give Mining turtles stop when they exit the chunk loaded area (and it's hard to chunkload the whole of the target area!) I've also tried a Steve's Cart drilling cart but the area it drills is far too large meaning it has to return far too often to offload the cobblestone it has mined. Go look around for better turtle quarry programs. " Communicates with turtles using a wireless modem. A Turtle with the ability to mine any block it encounters. Aug 14, 2024 · GeoMiner is a program for turtles that allows you to search and mine any blocks using a geo scanner from the "Advanced Peripherals" mod. --]] -- Configuration -- local length = 61 -- The length of the tunnel A program for a mining turtle could look like this: Excavate 5 This program would tell the turtle to mine a cube with dimensions of 5 blocks on either side, and the turtle would mine these layers of 5 * 5 until it ran out of space and would return to the surface. May 6, 2013 · EDIT: As for turtles, which I totally forgot to mention, they're easy to use for simple things like digging a tunnel. May 2, 2022 · Tunnel digger for ComputerCraft - 3x3 Tunnels, Torch Placer, Auto Refueling - W. This means that you will get quicker and cheaper results for your turtle mining efforts! The Tunnel program digs a 3 wide, 2 tall tunnel in a given direction. I am new (ish) to coding and these are my first two programs I have made using Lua and computercraft. ) Some players consider it better and more effective than a Quarry, though a Mining Turtle is far more difficult to use. B. Turtles come with a mining program named excavate, which you can use to mine a square hole straight down to the bedrock blocks at the bottom of the Minecraft world. You may edit this section to change the turtle's behaviour. The tunnel will have 5-block branches going to the left and right. I. You can program the Turtle to do just about anything you imagine, it's an incredibly versatile tool. 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 Your turtles can do this mining for you. lua function mineTunnel () print ( "Mining a tunnel " . Setup: In slot 1 (top left), place whatever material you want the turtle to check the walls for. Contribute to jacob-pro/turtle-mining development by creating an account on GitHub. Mar 25, 2015 · My program will mine out a 3x3 tunnel, but will also block off any openings that would allow nasty liquid or undead fiends to enter the tunnel. Run pastebin get CtcSGkpc mastermine. The Turtle is immune to lava and its pick is indestructible. Mar 18, 2013 · I'm new to FTB and I've been testing out the mining turtle, I excavated down to about block 10 and then made it tunnel. Dandy is back again, this time explaining how to create and utilize the basic functions of Advanced Mining Turtles in All The Mods 9 (ATM9). 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 a block of obsidian; a turtle with a Ruby pick will not Hello r/feedthebeast! I have made two very useful codes for mining using computercraft turtles in feed the beast. Oct 23, 2025 · Hey guys! Ever felt like strip mining in Minecraft is a total drag? Spending hours digging tunnels only to find a handful of diamonds can be super frustrating. more After the turtle faces an inventory make sure to use the turtle. About Instructions for ComputerCraft Mining Turtles (programmable machines added to Minecraft by the popular ComputerCraft mod) to automatically construct a subway tunnel. This guide covers everything from basic commands to advanced techniques. select function to select which inventory slot of the turtle to deposit into the inventory then follow it with a turtle. P - README. Man setzt einfach eine Doppelkiste (dort kommen dann die erfarmten Sachen rein Nov 10, 2016 · end -- Funktion um den Tunnel zu bauen local function buildTunnel () while turtle. . Another use of the mining turtle is of entertainment, a command that one can give Mining Turtles are upgraded versions of Turtles from ComputerCraft. " ) for i = 1, dist do turtle. Use a for loop to make a function that repeats those 2 commands over all the turtle inventory slots. The turtle should start mining a 20-block long tunnel in the direction it is facing. 3. Jun 3, 2019 · Pastebin. Interactive buttons for commands such as "Recall," "Mine," and "Exit. It is very useful for having a main mining tunnel Nov 13, 2024 · A step-by-step guide to programming a Mining Turtle's return journey, covering everything from basic commands to optimizing its pathfinding and resource management. The Turtle can be . yatp = yet another tunnel program so I decided to write this simple program to create a 1x2 tunnel of specified length, place blocks beneath the turtle if so desired and create branch tunnels of a specified number in a specified direction also if so desired because I didn't like the default tunnel program that comes with the turtle. Note that the order it mines the blocks in might seem a bit strange While mining, the turtle will go through ore veins without going further than 5 blocks from the area it's Jul 6, 2024 · How to use it: Plase the Turtle in the bottom left position in the directioin you want to dig the tunnel. It places the Barrels for Fuel and Ores automaticly. tunnelBoreTerm. 10 Blöcke x 10 Blöcke Feld bis zum Grundgestein runter und sammelt alle Erze und Blöcke die sie abgräbt. As for filtering out unwanted blocks, I use a filter/incinerator combo on the turtles drop chest In the picture I had a chunk loaded turtle excavate a stone block castle ruin by using a 'excavate 25' command. Plus I find the Steve Carts chunk loader to be somewhat unreliable. detectUp () do -- Solange über der Tutle ein Block ist abbauen A ComputerCraft Mining Turtle Script. My question to you is there any way to allow the turtle to continue Mit der Mining Turtle ist es möglich sich ganz entspannt zurück zu lehnen und eine Menge Erze zu bekommen, da die Mining Turtle die ganze Arbeit macht. Set up turtles spaced a few blocks apart, and you've got a tidy mining operation at whatever y level you want to dig at. Ensures synchronization between the terminal and turtle operations. As a matter of fact, you can just open up a turtle, put some fuel in the first slot, then at the prompt you type "tunnel X" where X is the length of the tunnel you want. 1 The tunnel program is bad. Apr 15, 2013 · So you could have it dig a 4x4x25 tunnel if you wanted to. Features: Displays messages and logs turtle activities. Anyway, if you want to take a peak at the code, you can view it Aug 30, 2016 · The mining turtle places a Torch every 6th (?) block on the left wall as he mines down a tunnel with a length defined by the player. A program for a mining Feb 17, 2013 · I use the comand "excavate 8" on a mining turtle, but after a period of work it stop to dig; the turtle's inventory isn't full and the fuel livel is 100K, but the turtle not dig to the bedrock? Someone can help me? Dec 17, 2012 · Hey guys, I've been experimenting with mining turtles for the past hour now and there's one thing that's bothering me. lua file contains a config section at the top. lua Run mastermine disk Run disk/hub. Place mining turtle facing the wall in what would be the bottom center block of tunnel Place a stack of fuel in inventory (either coal or charcoal) Optional: Place a stack of torches in inventory Start program by typing command and hit enter mine When turtle is done mining it will return to its starting position with a report Recommend placing so there is a 2 block wide wall between tunnels May 5, 2021 · Memory, the turtle will return to the chest once its inventory is full and deposit items before returning to where it was Never run out of fuel underground, the turtle checks if it has enough fuel to keep going, and if it does not it will pause and return to surface, where you can give it more fuel and then it will resume. lua Purpose: Provides a user interface on a monitor to control tunnel boring turtles. " blocks wide, " . I was wondering if anyone had a tunneling program that has, or could make, a turtle mine a 3x3 square, place torches behind it, place an ender chest every so often, deposit the items into it, pick up the chest, and then continue mining. The programs it run are stored in its internal memory or on a Floppy Disk. Each setting is explained by a comment above it. I don't think there's a way to have less turtle movement. Dort wo man sie setzt gräbt sie einfach ein z. You only need to enter the height of the base and the wanted height of the mining. The user will need to specify the direction that the turtle will need to go (either right or left) to reach the next tunnel position. Ex: tunneling 32 <-- this will create a 32 block long tunnel. odqwr ysan zukluiu jmjhl gpyssj dufimm iczum dbvk rwuw rkste nrnlhju vzxreyw yfiqa qsee sgiw