The Mining Turtle from Computality doesn't seem to work. 11 ), as well as, unfilled and unsupported abandoned stopes and excessive water withdrawal. Mod. 1 | betterExcavate SeleckPlays 1. it will ask for length and width, put in desired size to dig. 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. -- * Using chunkLoader, 32 (4 chunks). It will periodically. digUp() end: stepsDown = stepsDown - 1: save() end-- turn the turtle to the left: function turnLeft() turtle. A great place to get started with this is by right clicking on the Mining Turtle once placed, to open the GUI. For turning left and right we can just use the turtle API directly. -- Original. »» Subscribe: ««In the first episode, I go over the scope of this video series, and we jump right in programming our mining turtle. select(2) turtle. That's one reason the Center has taken a lead role against deep-sea mining. Not a member of Pastebin yet? Sign Up. I'm working on a script for a turtle that would basically be "Selective Shaft Mining". Dig (side) Source. Mining Turtles are upgraded versions of Turtles from ComputerCraft. select(16) -- Selects the 16th slot (which contains a chest) turtle. raw download report. Turtles can more efficiently mine, much better than a player. 5) else return false end end return true. If it runs into bedrock, it will come back to start and tell you where bedrock was found. 19. forward() end: turnAround() if i2 < width then: turtle. When the turtles are finished with mining out the. drop(), which will drop all the items in the turtle's active slot into the inventory in front of it (dropUp() and dropDown() also work). Parameters. An example of a use for this. Custom way of entering the Bumblezone. dig end else. -- This is because for every hole, the turtle needs to put a chunkloader in the. All ComputerCraft blocks are waterproof - this makes turtles very convenient for underwater mining and exploration. When it's done, it would fill the hole. In other words, it would dig down in a 1x1 block column, looking at all the blocks it sees, and only dig the ones specified (specify them by putting them in slots 2-9). turnLeft () xDir, zDir = -zDir, xDir. excavate <diameter> in a mining turtle and it will make a square hole to bedrock that is <diameter> by <diameter> It will automatically use the coal it finds as fuel, but won't try to mine ore veins that leave the hole. via excavate it stops when hitting the first block and just says comments sorted by Best Top New Controversial Q&A Add a Comment. The first few lines of code will tell you where to place them. drop end. Cobblestone is my personal favorite, as I rarely have to refill the turtle's stocks while mining underground. By typing excavate 3, you are telling it to mine a 3×3 hole down to bedrock. It is designed to have three Ender chests. -- Make sure you keep the chunk (s) the turtle is. . sleep (0. . You do have to fuel it up first though, and it won't refuel its self. 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. By Cyron113 Published on 7 May, 2021I recently started a new Tekkit server after not playing Tekkit for probably over a Year. I am looking for a program that will excavate an area. GitHub Gist: instantly share code, notes, and snippets. Now the turtle has the program. File:Grid Turtle. print ("get auto-restocked during mining). 8K views 9 years ago »» Subscribe: ««. But tbh at this point anything that saves me time is cool. com is the number one paste tool since 2002. Add comment. dig () until turtle. 3. How do you excavate with a mining turtle? Excavate. This requires a turtle tool capable of breaking the block. local function right () turtle. It'll also spit out resources there when full. 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. By mining three layers at once, this program digs faster. 11, which include FallingSand, which now is falling_block. quarry 2 18: 10m55s, 6 charcoal used. That would look something like. lua -- Optional, for use on a computer with a Wireless/Ender Modem to receive broadcasts from Mining Turtles with Modems > dig. I got a little mountain top fort going and Mining turtle excavate a 2x2 cube straight down to bed rock. Now, what I struggle to see is how xDir and zDir. Add comment. refuel in the Lua prompt or in a program. Never . The size of the room is customizable. detectUp do if turtle. This means that you will get quicker and cheaper results for your turtle mining efforts! Mining Turtle contains information about the ComputerCraft mod. It is essentially a robot with the ability to move around, detect, place blocks and pick-up or drop items. Mining Turtle Excavating. B. Mining Turtles are upgraded versions of Turtles from ComputerCraft. I have tried what seems like every quarry&strip mining program on the planet and never have I. digDown() turtle. 0:00 / 24:06 Minecraft | Let's Code. These turtles will dig all the materials and minerals for you, just feed them with some coal blocks;). CryptoThen you can activate the program, telling it how big a pit you want to excavate and the Y position of your feet - not your eyes. Leave some Cobblestone or Dirt in turtle slot 1 in case any bridge need building. An enhanced version of the Turtle built with an Advanced Computer, which allows colour display and mouse interaction within the GUI. local south = 0. Pastebin is a website where you can store text online for a set period of time. The turtle with the diamond pickaxe should, like a real diamod pickaxe, get stuck and not destroy the ore. compare() Item2 = turtle. What I mean by that is an excavate program that would fill in the holes in the wall or replace all the walls with a certain block. As you can see I'm standing at y:52 and the turtle barely went down. sleep(0. Pastebin. Water is a standard Minecraft substance. -- Place a chest with enough space for what you are digging behind the turtle before beginning. For mature oak trees, I think 500 units should be more than enough but I recommend generousness; make it an even 1000. Started by Inksaver. 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. It is caused by readjustment of overburden due to collapse and failure of underground operating mine excavation ( Fig. These dimensions can be increased, up to 64x64. A great place to get started with this is right click on the Mining Turtle once placed to open the GUI. It sounded quite stupid the first time I saw that, but it basically ensures that if anything comes in the way, that thing will be. print ("Please note, the turtle will try to place the contents of its inventory in a chest (placed below its orignal point). digUp() or down it says "Event Denied". All other commands marked with a * are usable by simple and mining. It will need to go almost up the build limit and deploy the computers. turtle. . 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. 3. dig() with a mining turtle produces an oreberry bushling in the inventory but no berries. GameStop Moderna Pfizer Johnson & Johnson AstraZeneca Walgreens Best Buy Novavax SpaceX Tesla. 9. Excavate. By mining three layers at once, this. Constantly reduces the waste items stacks to a single item, preventing gravel/dirt/sand from overwhelming the turtles inventory. Not a member of Pastebin yet? Sign Up. sleep(. Second turtle was spawned in creative, the advance mining turtle. Pastebin is a website where you can store text online for a set period of time. Make sure the turtle has about 500 or so fuel. Try using wireless mining turtles and a computer with a modem attached, and use the Rednet API, specifically rednet. Whether you’re embarking on a large-scale mining project or seeking to. Mining Turtle are upgraded variations of Turtles by ComputerCraft. You can also restock turtle in similar manner if the filter is turned to restock the turtle once powered. Apr 5, 2013. 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. The mining turtle is most commonly used as an early-game form of automatic mining. up () then return true depth = depth - 1 else return false end end function down () fuel () if turtle. If you didn't already understand that this is for the turtle, it is. That's why I made thise super awesome mega cool extreme plugin. Endertank with lava in slot 1. cfg" Let's assume you want the turtle to branch mine. 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. slot and cobblestone is the second slot. With their powerful mining tools and precise programming, they can swiftly carve through blocks and terrains, creating tunnels, shafts, and even intricate underground structures. type in tunnel then the amount of blocks you want to mine in numelals. TheSandwichMakr said: The turtle is told to dump the coal in te chest by the. When programmed correctly, they can mine in a square shape until they are full. you cant even fuel a mining turtle, you just type in the tunnel command -. By anuGrahbodi123. This is a CC Tweaked mining turtle program to excavate the classic mining tunnels and deposit resources back at the base. back () bit is to move it off of the pillar before going down. forward chestDump refuel end . Makes the turtle dig the block in front. Near the. compare(1) and turtle. Mining Turtle: A tunnel program, good for making a basement or finding diamonds. Mining Turtles are upgraded versions of Turtles from ComputerCraft. type name. Once the user has obtained a diamond pickaxe. fuel goes in first slot. It just says "Item not equippable"In this series, I teach you about programming by using Turtles in Minecraft. 5 ) end: end end: while depth < y do: if turtle. 2 When using the excavate program, when the turtle returns to dump its contents into a chest, it turns around and stops. Basically, you place the mining turtle in the front-left corner of where you want your room to be. Place a chest (best to use like a diamond chest or double chest unless you're using the whitelist setting) 2. I just placed the felling Turtle on the top bit of a 2x2 jungle tree and typed, 'excavate 2' He does the rest of the work, I am looking into using an old mining turtle slot and planting a redwood at the bottom, then felling from the top down to collect about 150-200 pure wood in one go. This program is utilized on a mining turtle to be able to excavate a large area efficiently. 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. ago. 4 Mine subsidence. attack). 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>. local west = 0 -- Mine out the current level. com is the number one paste tool since 2002. However, I would like to loop the excavation command so that I don't need to manually restart it each time, but with a wait of 120 seconds between each iteration to allow for the items to be sucked out. Registered members Current visitors New profile posts Search profile postsPastebin. Reactions: Fuzzbling. So, taking an idea from Eloraam's. The size of the room is customizable. Dec 17th, 2019. Then, insert the Y layer on witch the mining will happen (-45 is the best one) Second, insert the side tunnels size. 12. Peppe New Member. lua. 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. Well i had some trouble connecting that with my branch mining operation but i finally did it the other night. attack() then: collect() else: sleep( 0. Cryptomining turtle help please Started by wowquevvexx, May 05 2012 06:41 PM You cannot reply to this topic. Typically within 55-65 days of incubation, most nests experience a “boil” in. It needs three values: height, width, and depth. now for the softaware: First, exec the program by typing it's name on the mining turtle's terminal. Fueling was implemented in Computercraft 1. 10. (long = blocks, not a timer) i did a rewrite of the whole script using functions and more loops. If you want a spiral drill formation that allows you to be able to retrieve the turtle after its done mining, do the same as above but when editing the program type: turtle. turtle. com is the number one paste tool since 2002. 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. ComputerCraft. assuming you start with a black board, all the turtles start with an empty slot 1 (and all selected to slot 1), orange wool in slot 2, magenta wool in slot 3, lime wool in slot 4. 30 is the size of the square you want to dig. Basically, you place the mining turtle in the front-left corner of where you want your room to be. dig. turtle. If all the conditions on line 40 are true, line 42 harvests the wheat by calling turtle. turtle. 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. This is a CC Tweaked mining turtle program to excavate the classic mining tunnels and deposit resources back at the base. Figure 15-1: Theexcavateprogram creates deep, dangerous holes. detectDown() then if turtle. Nathan1506 • 8 yr. The subreddit for all things related to Modded Minecraft for Minecraft Java Edition --- This subreddit was originally created for discussion around the FTB launcher and its modpacks but has since grown to encompass all aspects of modding the Java edition of Minecraft. dig(), add sleep(0. dig end if face == 0 then y = y + 1 end if face == 1 then x = x + 1 end. I can also not equip a diamond pickaxe, shovel or axe to it's inventory. For fun I wanted to level an area, and I specifically wanted to fill. As the title says, looking for a turtle program to dig a circle / cylinder. After selecting your product, we will work with you to transfer your funds. Pastebin. turnRight () xDir, zDir = zDir, -xDir. Custom way of entering the Bumblezone. I am in a multiplayer hosted server with. (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. refuel (1) end end function up () fuel () if turtle. Usage. forward() do os. Dec 17, 2012. forward() end: turnAround() for i3 = 2, length do: turtle. 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. oh, the single turtle version will dig diagonally ( not up or down ) if given the "r" or "l" argument. Place your turtle down next to the disk drive. More posts you may like. This. For example, to have the Mining Turtle excavate a 10x10x10 area type: excavate 10 To make a tunnel. quarry 6: 11m25s, 6 charcoal used. Excavation program for a minecraft turtle. id and compares the block ID with the desired value (e. 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. Anyway, I am currently trying to learn ComputerCraft programing using lua. detect == false end end. I dont go above 40. CC-Tweaked-mining-program . . 2. dig() os. The for loop on line 29 is slightly different from for loops we’ve used before. This is a quick little program I wrote to dig out underground rooms. New Member. 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. To stop the turtle you can right click it and hold ctrl-t for three seconds to get it to stop. How to build a turtle and let it dig either a horizontal or vertical tunnel using very basic LUA coding. 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. Usage. EDIT 3: Still not behaving quite as expected. The Mining Turtle is a block added by the ComputerCraft mod. -- Put any fuel in the first slot, if you don't want to have to refuel, use refuel<amount> before running this. returnSupplies end else return false end elseif turtle. digUp turtle. I have a mining turtle which is currently excavating, with a wood pipe sucking its items out when the excavate is completed. 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. -- This is because for every hole, the turtle needs to put a chunkloader in the. The tunnel has to be 3x3, place torches, refuel automaticly, and maybe put the stuff it got in a chest. 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. Mining turtle excavate program with an obsidian pipe (or hungry chest from tc3 if you have it) to suck up the items. dig() will return false. this has happened a couple times so far and it is a little annoying as it will destroy the dump chest or fuel chest. drop() end. Also, a turtle-free (and, sadly, better) way to make a cobblestone generator is using an igneous extruder. Started by justinjah91. 264 . 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. Loop and repeat. Jul 29, 2019 836 0 1. 9 in vanilla Minecraft with only one command by TheRedEngineer. To begin with, place your mining turtle in the bottom left corner of: your hole. V. more. 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. Pastebin is a website where you can store text online for a set period of time. run ("superawesomecustomprogram") with the quotes in that context. What I mean with that is for an excample: 53 (Length) & 56 (Wide) The normal Way to. A Bee-themed modpack that starts off as vanilla+ till you delve into bees and discover a whole world of content. This script aims to the most reliable and self-sufficient way for a mining turtle to dig a quarry with as little human supervision as possible. Deep-sea mining may irreparably harm ocean ecosystems before we even have a chance to fully study its impacts. But the turtle will not start back mining again. Advantages of a mining turtle [] Mining. results should look something like. 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). go <?> Moves the turtle. I go underground to find a crater in my turtles hole with his resources. Now the turtle enters the first part of the code. . up() end This makes it dig the block if it is detected, then move up. sleep (0. Is there any way to enter a single command into multiple Mining Turtles at once? I want to enter "excavate 1" into 4 Mining Turtles at once so they go down a shaft and stop at bedrock, like a one-way lift. dig or turtle. digUp() turtle. Minecraft Computercraft: Efficient Turtle Quarry. 2836 CC: Tweaked version 1. 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,. Not a member of Pastebin yet? Sign Up. To use: 1. you dont need to refuel. The Turtle can be programmed to execute a task automatically upon starting the game, at the prompt enter this simple code: edit startup shell. I was talking about player height vs turtle height. forward () do sleep ( 0. - Make some more turtles from the loot and repeat the above step. Imagine you want your mining turtle to excavate a specific area, mining all the blocks within a defined boundary. Pastebin. This lets you excavate large areas without a Quarry. Aug 23, 2022, 04:04 PM by justinjah91. this program, place your turtle on the bottom row of the middle column of. Now you only need to modify your startup to read this data and run your excavate with it. Less Stupid: Mining Turtle. sleep (0. Survival Toolkit. Less Stupid: Mining Turtle. GameStop Moderna Pfizer Johnson & Johnson AstraZeneca Walgreens Best Buy Novavax SpaceX Tesla. digUp() BlocksDone. Location Fredrikstad. 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. dig() turtle. Mining Turtle Commands Tekkit. B. Bucket in slot 2. The Mining Turtle will also drop a name tag which you could use to name it "excavate" or "mine" again. This is a CC Tweaked mining turtle program to excavate the classic mining tunnels and deposit resources back at the base. dig() or turtle. To set the mining turtle to quarry everything in a square area right-click, type 'excavate' followed by a radius number (such as given example below). Programs that do handle it correctly have a much better chance of surviving a chunk unload, or game stop/start, although there is still a chance that the turtle will experience what u/snipeytje was describing. Dec 9, 2012. Note: Added by ComputerCraft 1. -14. Minecraft - FTB Turtle Excavate and Tunnel Programs - Turtorials The KODO - Gaming and Random Tutorials 6. local NeedFuel = 0 -- If Fuel Need Then 1 if not Then 0. place(): Allows the turtle to place seeds or blocks. then it comes back to where i put it down. 3. 4K subscribers Subscribe 4. 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. I am playing tekkit classic and there is a. -- Determine the top mining layer layer. Quarry script for ComputerCraft turtles. dig and turtle. select (1) turtle. 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. Dec 16th, 2018. As of ComputerCraft 1. 11, which include FallingSand, which now is falling_block. 82. ComputerCraft coroutine can't move turtles (1. down() turtle. Built a mining turtle today. - /t <name> stop. I'm a complete noob, so I'd love all the help as I can get. This is a CC Tweaked mining turtle program to excavate the classic mining tunnels and deposit resources back at the base. local Chest = 0 -- Declaring a chest value to determine if chest should be place in the end. Make sure you. turtle. Scorching HeatWith this enchantment you can melt the minerals instantly when mining the block. Machine. If you want arguments (Which are things you can tell the turtle to in the initial command line) there are those as well. You can specify anywhere between 0 to 8. In this code snippet, the turtle uses the turtle. Replies / Views. Example: Stripmine 20 (will dig a tunnel 2 wide, 3 high, 20 long) Description:. By Cyron113 Published on 7 May, 2021This. attack then. Turtle can mine down a certain number of blocks before starting. -- The block layer at the turtle's level should be clear, fully digged for the defined mining zone. Put 2 chest behind the turtle one on top of the other (Top chest has coal, bottom chest saves crops) 4. 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. place a mining turtle on the ground. When utilised correctly, the mining turtle is a very useful and indispensable. This can be especially useful if playing on Peaceful difficulty, as skeletons won't be able to spawn, meaning that bones. Time taken on square quarries is unaffected, but long and narrow quarries will now be somewhat faster per block mined in comparison. dig() turtle. WARNING. EDIT 3: Still not behaving quite as expected.