Mining Turtles are upgraded versions of Turtles from ComputerCraft. Turtle can mine down a certain number of blocks before starting. The text was updated successfully, but these errors were encountered: All. 4. It has a large quest tree with a detailed guide on mods like The Bumblezone and Productive Bees and includes custom progression which ties mods together. Then i have a filter to pulled the items out. fandom. You do have to fuel it up first though, and it won't refuel its self. Note that the order it mines the blocks in might seem a bit strange. The turtle will move up and down each tree on each side attempting to tap for resit, at the end, it will return to base and place the resin in the chest. (There is a easy to edit "Blacklist" for unwanted materials) I like to let 2 run at the same time, then when they mine away, i check tunnels previously made and get anything. Firstly, I made a charging station, I set the turtle in front of it and I type "refuel" and it is charging, but when I pick it up and move it somewhere else it has no fuel. The first has fuel, the second has fences, and the third is your quarry output. My suggestion would be to make a narcissistic mining turtle and just have the turtle excavate with 2 shells. Major changes are as follows: - Turtle now mines bottom up rather than top down (so first thing it does is dig all the way to bedrock and then works its way back up) - Turtle now always returns up the original mineshaft rather than digging up in any one area - Heavily performance optimised (an increase in performance of just under 33% since. then it comes back to where i put it down. select (1) turtle. Turtles come with several built in commands, on tunnel <length> is a built in 2 tall by 3 wide strip mine, another is excavate <size> that's the quarry version. dig turtle. Sign. This program is a more efficient alternative to the default excavate program. 0. No need to write to a stand-alone disk, you can just save a file on the turtle itself and read that on reboot. A for loop can count up, as in for i = 1, 10 do, but it can also count in different increments when you include a third number, a step number, to the statement. NB. When you right click the turtle itself, you will get a GUI, much like "Win32 Console". Place a chest (best to use like a diamond chest or double chest unless you're using the whitelist setting) 2. Plant your rubber trees one apart in a grid and remove all leaves, place the turtle 2 back from the back left hand corner and a chest behind it. P. Pastebin. turtle. now you see how the toggles work. 2021 --Start Print print ("Sucessful boot of Mining Program"). Details on this will be posted in the next few days. -- Determine the top mining layer layer. sleep(0) turtle. Digging Turtle is a turtle part of the ComputerCraft mod. By typing excavate 3, you are telling it to mine a 3×3 hole down to bedrock. 5) else return false end end return true. Mining Turtle contains information about the ComputerCraft mod. I have searched various sites but so far have only come across builders that place blocks. When programmed correctly, they can mine in a square shape until they are full. Then, place a turtle on top of that chest, and place another chest on the other side of it. The for loop on line 29 is slightly different from for loops we’ve used before. Alternatively, you can setup a GPS system to determine it's location on startup. turnRight () xDir, zDir = zDir, -xDir. back () bit is to move it off of the pillar before going down. The two biggest causes of this (from my experience) are: the chunk has unloaded (turtle stops when chunk is unloaded, and "reboots" when chunk is loaded, causing it to NOT resume where it left off) The turtle has either ran out of fuel, or the fuel is in the incorrect slot. sandstone, stone, etc. dig() BlocksDone = BlocksDone+1 sleep(0. Usage. Not a member of Pastebin yet? Sign Up. 30 is the size of the square you want to dig. If odd number is provided the next. for j = 1, l do turtle. This program is utilized on a mining turtle to be able to excavate a large area efficiently. elseif turtle. For the other mod, Computercraft turtles are pretty cheap to make it a mining turtle either combine with a diamond pickxe or use the equip command. string | nil The reason the turtle could not turn. sleep (0. dropDown() to drop the. g. 63 Turtles can be dyed using Dyes. ago. Turtle Lumberjacks are mining turtles that are programmed to chop down a tree. I do have a single turtle 3x3 tunnel digger that also handles all the bad stuff, and places torches, but I fall asleep following it. type name. Make sure you. To begin with, place your mining turtle in the bottom left corner of: your hole. Tekkit Classic turtles do not require fuel. 2 When using the excavate program, when the turtle returns to dump its contents into a chest, it turns around and stops. while turtle. -- * Using chunkLoader, 32 (4 chunks). dig() else turtle. A lot of programs created for turtles either don't handle restarts very well, or don't handle them at all (the excavate included with CC). 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. The turtle with the diamond pickaxe should, like a real diamod pickaxe, get stuck and not destroy the ore. A program for a mining turtle could look like this: Excavate 5. Well i had some trouble connecting that with my branch mining operation but i finally did it the other night. ago. Doesn't auto chunk load they won't. The text was updated successfully, but these errors were encountered: All. But the turtle will not start back mining again. This automation feature not only streamlines the mining process but also opens up new possibilities for resource. returnSupplies end else return false end elseif turtle. With that the turtle should be off and running and will come back from time to time to dump off stuff and get more fuel. 3. 3. getItemCount(15) ~= 0 then -- Checks the 15th inventory slot. If you get in the way of the mining turtle often the turtle will mess up its sequence, and you will have to reprogram it. I am trying to create a program that when executed makes a Mining Turtle dig a mine shaft like quarries do. By Cyron113 Published on 7 May, 2021You can set up the Mining Turtle to excavate a 3x3 hole in the ground, or you could also make the Mining Turtle dig a tunnel. 6: excavate. 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. (edited by A Fandom user)You can set up the Mining Turtle to excavate a 3x3 hole in the ground, or you could also make the Mining Turtle dig a tunnel. When programmed correctly, they can mine in a square shape until they are full. local south = 0. I ran into the problem that whenever i tell my mining turtle to mine somt. dig or turtle. cfg, the frequency is for turtle broadcast, and the color is for when receive. via excavate it stops when hitting the first block and just says comments sorted by Best Top New Controversial Q&A Add a Comment. Alchemical bag + Black hole Band + Gem of Eternal Density while mining Interdiction torch your base Dark Matter tools Flying ring MK5 reactor with ice injection for. Make sure you name that turtle with label set <name> so that all programs will be stored when you break him. Before running the program, be. 1. Make sure you put some fuel into the 16th slot (the last one) for the turtle to use while it's flattening. These turtles will dig all the materials and minerals for you, just feed them with some coal blocks;). You can copy the file from the disk to the turtle with copy disk/<file> <file>. The mining turtle is a robot used to mine straight tunnels the distance you specify, or dig outwards in a circle to hollow out an area. -- Place a chest with enough space for what you are digging behind the turtle before beginning. The syntax is "tri-excavate <width> <current-height>" the width must be multiple of 2, and the current height is required so that the turtle will not get stuck in any of those weird nooks and crannies that exist. --]]. Subject / Started by. g excavate 3). 2. A program for a mining turtle look like this: excavate 5 This. turtle. 12. dig end if turtle. With the default excavate program, you cannot have restart-resistant turtles. 2836 CC: Tweaked version 1. By anuGrahbodi123. -- integer will be used (ex: 3 will dig 4). The Mining Turtle is a block added by ComputerCraft, extending the functionality of the Turtle. Bexcavate is a program created for the computercraft mod in Minecraft. Here's basic code that would cause a turtle to loop the attack command forever (turtles will stop. forward() end: turnAround() if i2 < width then: turtle. It has a large quest tree with a detailed guide on mods like The Bumblezone and Productive Bees and includes custom progression which ties mods together. 2. If you didn't already understand that this is for the turtle, it is. attack() then: collect() else: sleep( 0. I do a 30x30 quarry an do the excavate it runs intel the turtle invetory is full. When it gets full it comes back to the enderchest to empty contents. B. Never . Started by justinjah91. Anyway, I am currently trying to learn ComputerCraft programing using lua. "tunnel 50" Enter Nothing happend. Mining Turtles are upgraded versions of Turtles from ComputerCraft. It will stop there but you can do a simple while true loop in startup and keep running the program. Please use Ctrl+t to terminate and move the turtle") sleep (2) print ("Mining turtle wants to dig a 2x2 tunnel. Because any moving action takes time being able to dig 3 times for each block is very important if you want your resources sooner. GitHub Gist: instantly share code, notes, and snippets. -- This is because for every hole, the turtle needs to put a chunkloader in the. These "copies" are not physical blocks, and disappear after being right-clicked. Note: This program currently only works with 2 lanes of sugar cane. function prepNextTunnel if t % 2 == 0 then. -- Attempt to dig/attack below the turtle local function digDown() Mining turtles can tirelessly excavate and collect resources without the need for constant player input. Cryptoturtle. digUp() BlocksDone. compare turtle. I'm looking for a turtle program that won't die if the turtle stubs its toe. Also, a turtle-free (and, sadly, better) way to make a cobblestone generator is using an igneous extruder. Programs specifically designed to run on Turtles. Makes the turtle dig the block in front. . Make a mining turtle excavate a room for you Make a roller coaster Make a floating mining platform Make an automated wheat farm Make a fully automated HV Solar Array Factory. Mining script for turtle]]-- function refuel if turtle. To adjust the size of the Quarry, three Landmarks will need to be placed in a square or rectangular pattern, then activated by right clicking one of them. It would be prefered if it could dig either top down or bottom up. ago. Minecraft - FTB Turtle Excavate and Tunnel Programs - Turtorials The KODO - Gaming and Random Tutorials 6. local size1 = tonumber. Type. minecraft turtle better mining program 3. ComputerCraft coroutine can't move turtles (1. W00dyR, on 02 January 2013 - 05:11 AM, said:1. attack then. After turning my mining turtle onto excavate, it mines. You can use it to dig up minerals or trees quickly. How do you start a mining turtle? A great place to get started with this is by right clicking on the Mining Turtle once placed, to open the GUI. Less Stupid: Mining Turtle. Mining Turtles are upgraded versions of Turtles from ComputerCraft. No one did, but gave me some ideas on how to write my own. It doesn't check for fuel or full slots, so fuel up and. Well i had some trouble connecting that with my branch mining operation but i finally did it the other night. select (i). This program is a more efficient alternative to the default excavate program. Bomb Bloke, on 07 August 2018 - 01:45 AM, said:raw download report diff. local function right () turtle. I am playing tekkit classic and there is a. dig() or turtle. dig, check the block against the variables. Usage. Boolean Whether the turtle could successfully turn. Turtles come with several built in commands, on tunnel <length> is a built in 2 tall by 3 wide strip mine, another is excavate <size> that's the quarry version. CC-Tweaked-mining-program. end . png. id and compares the block ID with the desired value (e. Talk one-on-one with one of our experienced team members. On the other hand, rushing a mining turtle and running a quarry program does feel overpowered to me. Mining Turtles Exploding? I am playing FTB Ultimate Reloaded and I set my mining turtle to quarry out an area for resources, I go back to the surface and after a little bit I hear an explosion. cfg, the frequency is for turtle broadcast, and the color is for when receive. 1) Filter blocks so it doesnt pick up cobble/dirt/etc 2) after its inventory is full, go back to its starting position and deposit in a chest, move a long more blocks, mine out, come back, deposit, and keep going?For the other mod, Computercraft turtles are pretty cheap to make it a mining turtle either combine with a diamond pickxe or use the equip command. Turtle. attack() end end. It can dig dirt, gravel and sand, but will stop the excavate program if it reaches a harder block (ie. For example, I wrote you this quick function (this will need you to put a chest in its 16th slot) local function inventoryCheck() if turtle. I tried to display some information on the turtle while mining. place(): Allows the turtle to place seeds or blocks. If the condition is met, the turtle executes turtle. -- Place a chest with enough space for what you are digging behind the turtle before beginning. Branch mining is good for PLAYERS, but turtles can mine. Or simply just a good way of checking if my inventory is full. 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. raw download report. This is not particularly useful but its main appeal is that you can upgrade it to a much more useful turtle. sleep(0. dig() and turtle. This is because fossils are only found in certain layers and biomes, and are usually bigger than blobs. sleep(. With Lua, you can create a program that instructs the turtle to navigate through the designated space, systematically mining each block it encounters. Additionally, mining turtles can be programmed to navigate complex mazes or build intricate structures, showcasing their flexibility and adaptability within the Minecraft universe. I then tried to make it happen again, and what happened was it mined one block higher then it was supposed to do. turnRight () xDir, zDir = zDir, -xDir. 4, Tekkit Classic runs Computercraft 1. forward() turtle. There's not a lot of turtles that can break things when given the attack() command if any. The mine subsidence is the movement of ground, block, or slope. Try changing every FallingSand with falling_block as well as ArmorStand to armor_stand, MinecartHopper to hopper_minecart and, XPOrb to xp_orbThe normal excavate program just takes one row at a time though AustinKK, your program takes 3 row's at a time ^^* Though I suppose I could just put some glass in the first slot ^^* I'd lose a slot but its still faster than the normal excavate. The mine subsidence can be natural or. Mining turtles don't mine. Like i go into rom/programs/turtle and edit the excavate command. But the turtle will not start back mining again. - Make some more turtles from the loot and repeat the above step. When you add in the additional turn at the end of each row, you get 0. 3. There are a few routes the CC devs could go down to try to balance the more overpowered aspects of turtles, but turtles are generally pretty well balanced, with a. Apr 5, 2013. 5) end end end while depth < y do if turtle. dig and turtle. B. For some reason, with out warning the turtle will change it's dump location. you need a specific metal blend pickaxe to harvest the ore. Now you only need to modify your startup to read this data and run your excavate with it. place ()) and then refuel using the full bucket. Never . The turtle will then begin to dig out the quarry's framework! Pretty simple really /> Any questions feel free to post. But when I have the turtle excavate an area. dig, check the block against the variables. To review, open the file in an editor that reveals hidden Unicode characters. The mining turtle is a robot used to mine straight tunnels the distance you specify, or dig outwards in a circle to hollow out an area. using all mining abilities and the enderchests. Whether you’re embarking on a large-scale mining project or seeking to. So I wrote a version of "Excavate" called "Quarry" that saves its relative coordinates to a file and reloads that file if anything happens. If all the conditions on line 40 are true, line 42 harvests the wheat by calling turtle. getItemCount (3) -- How many items are in slot 3 (Fuel) local MD = 3 -- How Many Blocks Apart From Each Mine. Water is a standard Minecraft substance. Mining Turtle Commands Tekkit. Mining Turtles. It is designed to have three Ender chests. If you are writing your own program, however, the command is turtle. -- Put any fuel in the first slot, if you don't want to have to refuel, use refuel<amount> before running this. Bedrock generally isn't going to move, so the retries should be unnecessary in this case; but I retry on a lot of failures to catch the cases where the false return value is either erroneous, due to server hitch or other unexpected situation, or in the case where there is a type of undiggable block I haven't accounted. attack then if not. drop() //Place all items back in chest then when using turtle. hope this helps ! r/ComputerCraft. The best way to do this I think is to have a slot thats purely for cobble etc. I'm trying to set up a system where a mining turtle does: > tunnel 3 > excavate 2 This is a simple example of a way to collect a ton of resources down to bedrock in a line with a simple walkway down the side I need a way to do this automatically without having to type the. run ("superawesomecustomprogram") with the quotes in that context. Simple Mining Turtle Tunnel. Time taken on square quarries is unaffected, but long and narrow quarries will now be somewhat faster per block mined in comparison. More posts you may like. Its so the turtle knows where to start. You have three options that I can think of: use a world anchor or other chunk loading device to keep the chunks the turtle is mining active, babysit the turtle (don't leave the turtle's immediate vicinity), or build some sort of GPS-style. If you are writing your own program, however, the command is turtle. The turtles will seal off any holes in the walls and will light the mine as they dig it, ensuring that no mobs get into your mine! They will also seal off any lava or water so your mine does not flood [See note 1]. »» Subscribe: ««In the first episode, I go over the scope of this video series, and we jump right in programming our mining turtle. you dont need to refuel. end --function. forward() turtle. local set_coords = {5,2,8} --#Coords in order x,y,z. excavate+useallfuel. Minecraft Computercraft: Efficient Turtle Quarry. Now the turtle enters the first part of the code. 4, Tekkit Classic runs Computercraft 1. Oh and by the way, if you name the turtle using 'label set name' command it will retain its fuel level when picked up. Their tireless work ethic allows players to focus on other aspects of the game, such as exploration, building, or crafting. TheSandwichMakr said: The turtle is told to dump the coal in te chest by the. Unlike other quarries, and the built-in "excavate" program, my quarry will mine tunnels, and then search around these tunnels for ores. collect else. I got a little mountain top fort going and Mining turtle excavate a 2x2 cube straight down to bed rock. locate() --#attempts to locate turtle and returns x,y,z if located otherwise returns nil. dig() turtle. As the title says, looking for a turtle program to dig a circle / cylinder. turtle. you. Here it is: local depth = 0 local isJunk = true function fuel () if turtle. select (16) turtle. Mining Turtle are upgraded variations of Turtles by ComputerCraft. So I tried but the author seems to have made these things things turtle-resistant. It's great for mining, but I think it might be useful for logging as well, by putting the turtle atop the highest tree and telling it to excavate. Type the name of the program, followed by the dimensions of the room, and it'll dig forward, right, and up to make the room. -- * Using chunkLoader, 32 (4 chunks). Nathan1506 • 8 yr. Mining script for turtle]]-- function refuel if turtle. Turtles can be refueled by running refuel in the shell. Each turtle handles a 1x3 column of tunnel blocks, so the three turtles combined construct the full 3x3 tunnel. depth = depth + 1. But it is possible to build an obsidian pipe in front of it (respectively, let the turtle go in front of it) and then let the turtle drop the items into it. turnLeft() end Explanation Join Johnny and mysterious disembodied voice in this whacky and fun tutorial on how to make an efficient and easy to use mining turtle that will place chests. I would dig a 3x3 by having the turtle be 1 block above the ground and then digging above below and infront of it. Mining Turtle Excavating. 123yeah_boi321 • 1 yr. The for loop on line 29 is slightly different from for loops we’ve used before. The program: What i want is a program that levels an area (mainly on the surface, not underground) where you give the Turtle not only a square area like in the. Attempt to break the block in front of the turtle. Add comment. Advanced Mining Turtle - Ore Quarry Started by AustinKK, Dec 28 2012 06:30 AM. Mining turtle 1. Tweets by @TechnicPack. lua -- Optional, for use on a computer with a Wireless/Ender Modem to receive broadcasts from Mining Turtles with Modems > dig. A great place to get started with this is right click on the Mining Turtle once placed to open the GUI. drop (). - /t <name> stop. ){"payload":{"allShortcutsEnabled":false,"fileTree":{"":{"items":[{"name":". This program tunnels out a specified width tunnel with a 3 block height. EDIT 3: Still not behaving quite as expected. Never . I use many turtle but not one of them actually moves (obviously I don't have a mining turtle), they only turn, so when the chunk is unloaded/loaded, they will simply resume with no problem. Basically, you place the mining turtle in the front-left corner of where you want your room to be. Not a member of Pastebin yet? Sign Up. It inspects the block below using turtle. Turtle GUI 2. Easiest way I know of installing quarry in your turtle, is to download the setup script from pastebin: pastebin get LcrmJKAn setupItharianEngineering said: The default excavate command doesn't automatically refuel him if he is low. To use: 1. This lets you excavate large areas without a Quarry. Hi, I'm new to ComputerCraft but I still know a few basic commands. Basically, you place the mining turtle in the front-left corner of where you want your room to be. local Chest = 0 -- Declaring a chest value to determine if chest should be place in the end. My take on a semi intelligent mining turtle. lua -- API for keeping track of motion / resuming after a restart -- Run once to generate "dig_options. Peppe New Member. Attempts to dig the block in front of the turtle. function forward() while not turtle. Place a chest (best to use like a diamond chest or double chest unless you're using the whitelist setting) 2. inspectDown(). sleep (0. Name the turtle; preload it with a massive amount of fuel units, place it down next to your dump enderchest and set it running on the default excavate program? It'll mine all the way down to bedrock, return to the ender chest automatically when it's full and then resume mining. As long as a block is detected, the turtle enters the loop. A for loop can count up, as in for i = 1, 10 do, but it can also count in different increments when you include a third number, a step number, to the statement. . this has happened a couple times so far and it is a little annoying as it will destroy the dump chest or fuel chest. By Cyron113 Published on 7 May, 2021This. Go back down and back 1, have water below the tree to collect the saplings, and get them into a chest below the turtle, then have the turtle suck saplings from the chest. Feb 27, 2013. Here's some time measurements (done on 26 layer superflat): excavate 6: 16m50s, 13 charcoal used. EDIT: I also forgot to mention that if there is no block under it, it will fill it in with whatever block is in the first slot of the turtle. If you want arguments (Which are things you can tell the turtle to in the initial command line) there are those as well. Each turtle is responsible for either a branch or the main trunk of the mine.