Better-Excavate. ago. The area excavated is. excavate 3). Website: is a quick little program I wrote to dig out underground rooms. What I mean by that is an excavate program that would fill in. Feb 27, 2013. local x,y,z = gps. The turtle can be commanded to dig a quarry of any size, and it does so by digging through every other layer down to the bedrock and. ago. LEFT) save() end-- turn the turtle to the right: function turnRight() turtle. then it comes back to where i put it down. It is designed to have three Ender chests. ComputerCraft. dig() will return false. turnLeft turtle. dig() turtle. Mining Turtles. However, this is not even scratching the surface of it's huge potential. The programs it run are stored in its. Neither the built in excavate script works or trying to use LUA mode works. We're opposing lax environmental standards, challenging a proposed phosphate mine off the coast of Mexico, and working on issues surrounding. While it has an ignore list, based on this part of the code; function check () downS, downD = turtle. Putting "excavate" on startup won't work as you need to specify a number to excavate. The reason I do this is it will also clean up the fences when told. Cryptoturtle. Pastebin is a website where you can store text online for a set period of time. So if you place it on the ground, look at the y level you are standing on, thats what the second number needs to be. In slot 2 (row 1, column 2), you should place whatever material with which the turtle should fill in holes. The turtle will now have. When you right click the turtle itself, you will get a GUI, much like "Win32 Console". dig() will return false. I working on a mining turtle and use the excavate command. I dont go above 40. dig([side]) Source. detect() do turtle. attack then. Dec 16th, 2018. You can get this onto your turtle by typing pastebin get v1VdfmC8 flat . Ultimately, the balance of turtles (and computers) is a very situational thing. The Wireless Mining Turtle works similarly to a regular Mining Turtle, except it can be remotely accessed via a Computer. turtle. 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. By mining three layers at once, this. dig, check the block against the variables. Hello, searched now very long Time at Google and Youtube to find something that help's me but couldn't find anything that helped me. I have been working on a program to make a turtle mine for me. Location Fredrikstad. Putting "excavate" on startup won't work as you need to specify a number to excavate. They are placed in front of a tree and then activated, and then you watch the tree get chopped down! This can be also used to destroy pillars of sandstone, sand etc. detect == false end end. local size1 = tonumber. On the other hand, rushing a mining turtle and running a quarry program does feel overpowered to me. Digging Turtle is a turtle part of the ComputerCraft mod. The turtle moves around the space specified, then stops and spits out it's contents. Best way to do this is after turtle. -- Usage (program name) <Width> <Depth> <Length> <Direction>. drop() //Place all items back in chest then when using turtle. More posts you may like. Place a chest (best to use like a diamond chest or double chest unless you're using the whitelist setting) 2. depth = depth + 1. How to build a turtle and let it dig either a horizontal or vertical tunnel using very basic LUA coding. I used sponges as Mining Turtles because I couldn't think of anything else yet, feel free to leave suggestions! Player Commands: - /t <name> start <direction> <script> <times>. any suggestions for an early game quarry program? And there is a program called "excavate" by default on mining turtles that will dig a (parameter)*(parameter) hole for you and once full come back and dump it into chest next to starting position. 5) end end end while depth < y do if turtle. Pastebin is a website where you can store text online for a set period of time. Easiest way I know of installing quarry in your turtle, is to download the setup script from pastebin: pastebin get LcrmJKAn setup CC-Tweaked-mining-program. local function right () turtle. . sleep (0. Pastebin. - just needs one mining turtle - rednet (startup versions) - Farm-- saves and starts where it was left before the chunk unloaded (session permission)-- selfbuilding. dig() or turtle. 32s per block for the Knight's Tour and 0. Mining Turtles are upgraded versions of Turtles from ComputerCraft. String nil The reason the turtle could not turn. This Miner will leave minimal change in landscape, as it attempts to only mine valuable resources. turtle. Subject / Started by. com is the number one paste tool since 2002. -- Usage (program name) <Width> <Depth> <Length> <Direction>. 5. 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. Pastebin. Each turtle handles a 1x3 column of tunnel blocks, so the three turtles combined construct the full 3x3 tunnel. Hello, I just recently started using turtles, and don't quite have the skills yet to write my own scripts, so i've been using the default ones (excavate mostly). Bucket in slot 2. Mining Turtle Excavating. This tutorial will show you how to setup a CC: Tweaked turtle. CC-Tweaked-mining-program. I have had 2 mining turtles disappear, and this is a costly thing, when trying to play legit. You can use it to dig up minerals or trees quickly. and this happened, i. It will simply charge a turtle next to it (on the side with the dot). Makes them 3x as fast as normal excavate. 0. g excavate 3). excavate 3). 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. When you add in the additional turn at the end of each row, you get 0. returnSupplies end else return false end elseif turtle. After upgrading to a turtle like the Mining Turtle, the commands "excavate" (mines a certain area down, such as excavate 3 will mine a 3x3 block going down) and "tunnel" (mines a. Diamond pickaxes (mining turtles) can break any vanilla block, but other tools (such as axes) are more limited. Make sure you put some fuel into the 16th slot (the last one) for the turtle to use while it's flattening. 17s for mining every third layer. dig end if turtle. Then just call that function everywhere you have the normal turtle. Example: Stripmine 20 (will dig a tunnel 2 wide, 3 high, 20 long) Description:. All ComputerCraft blocks are waterproof - this makes turtles very convenient for underwater mining and exploration. 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. 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. Excavation program for a minecraft turtle. 65 is the level that the turtle starts on. Mining script for turtle]]-- function refuel if turtle. More posts you may like. com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time. 60 . by default it will dig 16m forward, then turn right, while slowly creating a 16x16m hole, down to bedrock. 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. dig) and attack entities (turtle. In a loop, plant sapling, detect log, if log, dig, forward, and then dig up, go up, then detect log until there isn’t a log above. The ideal size for efficiency is: -- * Using spotLoader, 16 (1 chunk). Jul 29, 2019 836 0 1. 5) end end function FuncDigUp() while turtle. Anything I type comes up no such program. ComputerCraft coroutine can't move turtles (1. if you type 'edit square', at the prompt, you'll start editing the program named 'square'. Mining Turtle Commands Tekkit. Example: Stripmine 20 (will dig a tunnel 2 wide, 3 high, 20 long) Description:. forward chestDump refuel end . EDIT 3: Still not behaving quite as expected. Minecraft/Buildcraft Mining Turtle: 'excavate' program except it uses all fuel it collects Raw. Turtles can more efficiently mine, much better than a player. Mining Turtle 'Safe Excavate' Program - HELP . I think I need a new strategy to cheese. boolean success. com is the number one paste tool since 2002. you. Pastebin is a website where you can store text online for a set period of time. Install the script to a mining turtle: pastebin get XguAbG4T vMiner. detectUp()==true do turtle. forward() then: zPos = zPos + 1: elseif turtle. while turtle. dig block (and retrieve it to previous state), set inventory slot to current state, place block. Mining Turtle Quarry. place a chest to the left of the turtle starting point. This function will keep trying to move forward and whenever it fails it will wait for a short. turtle. You do have to fuel it up first though, and it won't refuel its self. turtle. Put 2 chest behind the turtle one on top of the other (Top chest has coal, bottom chest saves crops) 4. Our Turtley friend runs on a programming language. saveLocation moveSuccess = moveFn -- If move failed, update the co-ords back to the previous co-ords. Felling Turtle. com is the number one paste tool since 2002. turtle. Apr 5, 2013. This is a CC Tweaked mining turtle program to excavate the classic mining tunnels and deposit resources back at the base. sleep (0. I saw a mining turtle program that I wanted to try out but i didn't know what to do when downloading. collect else. Never . up() do: os. The only way I know to solve this is to use "excavate" with a number not higher than 10, or start very low in the world so the program won't run for too long. the title says what it does, it mines a 3x3 hole the way its facing for as long as you set it to. im trying to make a mining turtle to dig a tunnel, but it dosnt perform a loop correctly. Be sure to place ladders in slot one of your turtle's: inventory and specify configuration variables before beginning. local Fuel = 0 -- if 2 then it is unlimited no fuel needed. print ("Resuming mining. Make sure the turtle has about 500 or so fuel. -- In flex_options. Business, Economics, and Finance. Firs. My Problem is that I want to let the Mining Turtle excavate two Numbers. results should look something like. edit startup <enter>. Then i have a filter to pulled the items out. Deep-sea mining may irreparably harm ocean ecosystems before we even have a chance to fully study its impacts. quarry 2 18: 10m55s, 6 charcoal used. The tunnel will have 5-block branches going to the left and right. com is the number one paste tool since 2002. digUp() end: stepsDown = stepsDown - 1: save() end-- turn the turtle to the left: function turnLeft() turtle. Fueling was implemented in Computercraft 1. 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. it's a harder-that-diamond-ore, like bedrock If you use the. yes, but what I need is some sort of way of checking whether or not that block in question was picked up by the turtle or not. Not a member of Pastebin yet? Sign Up. Unsere Homepage: Tekkit Tutorial Playlist: Turtle bot, with filter and advanced pattern. while not turtle. , ‘2’). It also disappeared when trying to pick up and replace. Tekkit Classic Server/Client. There are 2 ways: Either chunkload the area or make a copy of excavate that allows you to inject variables for the internal position with parameters and saves it actual status to a file every move (or if it has GPS fewer times). When it is done with a lane, it should wait one minute. Please use Ctrl+t to terminate and move the turtle") sleep (2) print ("Mining turtle wants to dig a 2x2 tunnel. setOutput (side,true) turtle. The Mining Turtle will also drop a name tag which you could use to name it "excavate" or "mine" again. Cobblestone is my personal favorite, as I rarely have to refill the turtle's stocks while mining underground. GitHub Gist: instantly share code, notes, and snippets. 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. Mining Turtles are upgraded versions of Turtles from ComputerCraft. r/feedthebeast • i was trying to make a underground base. Not a member of Pastebin yet? Sign Up. The Advanced Turtle is a block added by the ComputerCraft mod. Automatically checks if you have fuel disabled; Keeps a (somewhat) detailed record of what it mines; Will log mining runs for posterity when done (If you. 5. dig() and turtle. I'm working on a script for a turtle that would basically be "Selective Shaft Mining". 1. dig() with a mining turtle produces an oreberry bushling in the inventory but no berries. I really want to either edit them or copy them, as recreating it would be a small nuisance. local set_coords = {5,2,8} --#Coords in order x,y,z. Water is a standard Minecraft substance. 16. Place a chest (best to use like a diamond chest or double chest unless you're using the whitelist setting) 2. See full list on feed-the-beast. sleep(): Pauses the program for a specified duration. Which is what it says when it is done mining. go <?> Moves the turtle. Turtle can mine down a certain number of blocks before starting. 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. digUp() end: stepsDown = stepsDown - 1: save() end-- turn the turtle to the left: function turnLeft() turtle. compare(1) and turtle. a guest . via excavate it stops when hitting the first block and just says comments sorted by Best Top New Controversial Q&A Add a Comment. Placing a regular turtle, putting in a pickaxe and giving it the command to excavate does not work. The size of the room is customizable. 0 . The turtle would also end up on top of the pillar, so you'd have to add a way to bring it down. Peppe New Member. com is the number one paste tool since 2002. I am looking for a program that will excavate an area. 3: Added: Enderchest Support (suggested by Niseg and Daniteh)TBH for mining unless you get a strip mining program from the computercraft forum excavate is pretty good and come built into the turtles. up() do: os. g. Never . Dec 9, 2012. compare turtle. We would like to show you a description here but the site won’t allow us. elseif turtle. GameStop Moderna Pfizer Johnson & Johnson AstraZeneca Walgreens Best Buy Novavax SpaceX Tesla. I am trying to create a program that when executed makes a Mining Turtle dig a mine shaft like quarries do. Nathan1506 • 8 yr. Schedule a Call. 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. It will need to go almost up the build limit and deploy the computers. compare() Item2 = turtle. There's a command already on the turtle called excavate. Pastebin. local function right () turtle. sleep(. (edited by A Fandom user)-- Didn't need to dig last time the turtle moved, so try moving first . raw download report. Alternatively, you can use turtle. To use: 1. Excavate. distX = distX -1. pastebin get LEHQExFi flex. 9. 4. Lua does not work. To use: 1. yes if your cought with him half way back to your chest best thing to do is break it, replace at the last level he was working on and re-isue the command once refueled. I do not know if this has to do with some server issues we have been. function prepNextTunnel if t % 2 == 0 then. currZ = newZ. Pastebin. -- Minecraft Mining Automation via Computercraft Turtles by FinnTron-- V0. Simple Mining Turtle Tunnel. Here it is: local depth = 0 local isJunk = true function fuel () if turtle. As stated, the best thing to do is to place a chunkloader above the level the turtle is mining that will cover all of the chunks the turtle will go into when mining, or to put a chunkloader on the turtle (although I have never done that, so I am not sure it is actually supported). 5) else return false end end return true. now for the softaware: First, exec the program by typing it's name on the mining turtle's terminal. -- Attempt to dig/attack below the turtle local function digDown() if turtle. Then, place a turtle on top of that chest, and place another chest on the other side of it. I have a mining turtle which is currently excavating, with a wood pipe sucking its items out when the excavate is completed. It would be prefered if it could dig either top down or bottom up. I also heard about problems with moving turtles and chunk loader so I. You can get it way easier and earlier then any other mining option imho. I'm a complete noob, so I'd love all the help as I can get. Once the user has obtained a diamond pickaxe. Mining Turtle Is mining blocks, but some of them don't disappear as they should. - Make some more turtles from the loot and repeat the above step. This is a total of 1 action = 0. 8K views 9 years ago »» Subscribe: ««. I then tried to make it happen again, and what happened was it mined one block higher then it was supposed to do. In theory you should also add the amount of time that the turtle takes to get. function forward() while not turtle. That's why I made thise super awesome mega cool extreme plugin. -. function excavate turtle. If a hoe is used to attempt to "dig" a dirt block, it will be. cfg, the frequency is for turtle broadcast, and the color is for when receive. Started by Inksaver. V. now you see how the toggles work. 123yeah_boi321 • 1 yr. 10. end . With their powerful mining tools and precise programming, they can swiftly carve through blocks and terrains, creating tunnels, shafts, and even intricate underground structures. while y < end_y do -insert stuff- x,y,z = gps. quarry 6: 11m25s, 6 charcoal used. As you can see I'm standing at y:52 and the turtle barely went down. quarry 6: 11m25s, 6 charcoal used. forward() end: turnAround() for i3 = 2, length do: turtle. end . It supports all 16 different colors, so you can have a green Farming Turtle harvesting some melons and a gray Mining Turtle gathering materials. Posted 29 February 2012 - 02:45 PM. Turtles can more efficiently mine, much better than a player. Turtles equipped with a diamond hoe can till dirt so it can later be used for Farming. sleep (0. 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. Dec 17th, 2019. -- Determine the top mining layer layer. Mining Turtles: Mining turtles can assist in gathering the required resources for seed planting,. dig end. The tunnel will have 5-block branches going to the left and right. it will ask for a starting Y value, just put in whatever f3 says. I get another one and the same thing happened. place a mining turtle on the ground. BUT it leaves blocks behind, and even leaves itself behind, copying itself as it moves. For some reason, with out warning the turtle will change it's dump location. I have fixed the issue where it never enters the main part of the loop. if turtle. I go underground to find a crater in my turtles hole with his resources. function prepNextTunnel if t % 2 == 0 then. 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. if turtle. g. For mature oak trees, I think 500 units should be more than enough but I recommend generousness; make it an even 1000. dig() turtle. For example, when you type “excavate 3” in the computer, the turtle will receive this command and follow it, making a 3×3 hole to bedrock, exactly like a Mining Turtle. Thanks for watching!11. The Advanced Turtle is a block added by the ComputerCraft mod. 6s. Now, what I struggle to see is how xDir and zDir. I recently started a new Tekkit server after not playing Tekkit for probably over a Year. #5. The default frame of the Quarry will occupy an area of 11x11x5, and excavate a 9x9 area of land. (edited by A Fandom user) 0. Built a mining turtle today. turnLeft for i = 2, 16, 1 do. 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. Run the "pastebin" command to download and execute the script referenced in the link above. (4 turtles, a small legion) I was looking at your Known Bugs spoiler and noticed that you had an issue I used to have with my simpler mining program. Example: tunnelx 4 3 10 will dig a 4 height, 3 width, and 10 depth tunnel. 7 *31. Note: The turtle. LEFT) save() end-- turn the turtle to the right: function turnRight() turtle. While mining, the turtle will go through ore veins. Refuel if needed. A turtle is similar to a Computer but it has movement capabilities. It will periodically. if you need, here is the full documentation for CC Tweaked: How to use it Time taken on square quarries is unaffected, but long and narrow quarries will now be somewhat faster per block mined in comparison.