It will stop there but you can do a simple while true loop in startup and keep running the program. hope this helps ! r/ComputerCraft. To the left is the Evil Minion The Evil Minion spawns in the world, you can tame the Evil Minion using bread, he. Please use Ctrl+t to terminate and move the turtle") sleep (2) print ("Mining turtle wants to dig a 2x2 tunnel. That would look something like. Tekkit Classic turtles do not require fuel. Install the script to a mining turtle: pastebin get XguAbG4T vMiner. detectUp == true do. type in tunnel then the amount of blocks you want to mine in numelals. Members 64 posts Location Denmark; Posted 02 January 2013 - 05:25 AM. 3. dig 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. function dig () repeat turtle. 3. Here's some time measurements (done on 26 layer superflat): excavate 6: 16m50s, 13 charcoal used. New Member. dig turtle. 32s per block for the Knight's Tour and 0. 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). local function digNorth repeat if turtle. When you add in the additional turn at the end of each row, you get 0. clearCube Pastebin: the Beast: Made By: Sub_Zero - Music - Stephen Walking & Souler. dig() command, and usually, ideally, will have said REC in it's inventory to do. Unlike other quarries, and the built-in "excavate" program, my quarry will mine tunnels, and then search around these tunnels for ores. 12. dig() turtle. excavate 3). CC-Tweaked-mining-program. gitignore","contentType":"file"},{"name":"LICENSE","path":"LICENSE. After building a chunkloading mining turtle with a green sapphire pickaxe, I fueled it and gave it a basic excavate 32 command and went on my way. (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. your tunnel wall. Turtles are not affected by lava, however they cannot remove or delete the lava blocks. 23 posts. Or simply just a good way of checking if my inventory is full. Assuming ofcourse they havn't updated the excavate program. 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. When programmed correctly, they can mine in a square shape until they are full. Run the "pastebin" command to download and execute the script referenced in the link above. 2836 CC: Tweaked version 1. where it expects a sucking filter on the "side" side. turtle. end . If it runs into bedrock, it will come back to start and tell you where bedrock was found. 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. This is a CC Tweaked mining turtle program to excavate the classic mining tunnels and deposit resources back at the base. dig() or turtle. Boolean Whether the turtle could successfully turn. md","contentType":"file"},{"name":"bucketWater","path. Instead of adding 1 on each iteration, the for loop will add the. cfg"The turtle should start mining a 20-block long tunnel in the direction it is facing. You can also restock turtle in similar manner if the filter is turned to restock the turtle once powered. For instance, the progress and the fuel consumption. 4 Mine subsidence. 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. select (i). 11, which include FallingSand, which now is falling_block. On the other hand, rushing a mining turtle and running a quarry program does feel overpowered to me. In slot 2 (row 1, column 2), you should place whatever material with which the turtle should fill in holes. 9 in vanilla Minecraft with only one command by TheRedEngineer. Be sure to place ladders in slot one of your turtle's: inventory and specify configuration variables before beginning. turtle. 5. Add comment. Dec 9, 2012. (edited by A Fandom user)-- Didn't need to dig last time the turtle moved, so try moving first . For turning left and right we can just use the turtle API directly. 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. A program for a mining turtle look like this: excavate 5 This. local function right () turtle. But the turtle will not start back mining again. dig() turtle. dig or turtle. while (true) do if turtle. If successful, suck () is automatically called, placing the item in turtle inventory in the selected slot if possible (block type matches and the slot is not a full stack yet), or in the next available slot. Check Details Felling ftbwiki. B. -- Usage (program name) <Width> <Depth> <Length> <Direction>. -- On a mining turtle, paste and execute the following command to install: -- $ pastebin get 9rUhn7TQ startup -- The program accepts one argument, the size of each branch/hole to dig. To begin with, place your mining turtle in the bottom left corner of: your hole. A Bee-themed modpack that starts off as vanilla+ till you delve into bees and discover a whole world of content. If you didn't already understand that this is for the turtle, it is. I thought it would be cool to make one that mines every 2 layers, to avoid excess cobble, and follows veins around it until. A Mining Turtle is the same as a Turtle, only now you can use it to do your mining for you. You put a chest (or enderchest) behind it, and run excavate #. WARNING. Lua does not work. The ideal size for efficiency is: -- * Using spotLoader, 16 (1 chunk). type name. This is a CC Tweaked mining turtle program to excavate the classic mining tunnels and deposit resources back at the base. This was requested on a previous video. 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). Place a chest (best to use like a diamond chest or double chest unless you're using the whitelist setting) 2. attack then. 5 ) end: end: elseif zPos < z then: while zDir ~= 1 do: turnLeft() end: while zPos < z do: if turtle. refuel ()", I have to specify the amount of fuel I want it to. Pastebin. May 19th, 2016. while not turtle. Replies: 14 Views: 4,053. elseif turtle. Alternatively, you can setup a GPS system to determine it's location on startup. Question: are the simple commands removed for tunnel and excavate? Also tested, gray mining turtle. Anywhere that the turtle finds ore, lava, water, or just open space will be replaced with whatever is in this slot. For mature oak trees, I think 500 units should be more than enough but I recommend generousness; make it an even 1000. Apr 5, 2013. It will need to go almost up the build limit and deploy the computers. -. 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. Makes the turtle dig the block in front. The turtle mines in layers of 3, and the bottom layerThe 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. run ("superawesomecustomprogram") with the quotes in that context. Details on this will be posted in the next few days. forward() turtle. Best way to do this is after turtle. 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. string | nil The reason the turtle could not turn. The first has fuel, the second has fences, and the third is your quarry output. 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. digDown(). a guest . 0:00 / 24:06 Minecraft | Let's Code. dig() will return false. com is the number one paste tool since 2002. dig end if turtle. -. -- This is because for every hole, the turtle needs to put a chunkloader in the. 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. select (1) turtle. dig) and attack entities (turtle. -- integer will be used (ex: 3 will dig 4). Typically within 55-65 days of incubation, most nests experience a “boil” in. The first program is for mining out large tunnels. local ItemFuel = turtle. 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. The reason I do this is it will also clean up the fences when told. forward chestDump refuel end . 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. Simple Mining Turtle Tunnel. 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. Aug 23, 2022, 04:04 PM by justinjah91. dig block (and retrieve it to previous state), set inventory slot to current state, place block. it's a harder-that-diamond-ore, like bedrock If you use the. 16. refuel(1) end turtle. Logs it's progress on screen and in a file named "turtleLog" 11. -- Turtle inventory should be 4 by 4. It is essentially a robot with the ability to move around, detect, place blocks and pick-up or drop items. The turtle will attempt to place a tool on its specified side. Digging and Excavation. The area excavated is. edit startup <enter>. 0. This lets you excavate large areas without a Quarry. GameStop Moderna Pfizer Johnson & Johnson AstraZeneca Walgreens Best Buy Novavax SpaceX Tesla. Digging Turtle is a turtle part of the ComputerCraft mod. Excavate. now you see how the toggles work. When programmed correctly, they can mine in a square shape until they are full. I do a 30x30 quarry an do the excavate it runs intel the turtle invetory is full. ago. returnSupplies end else return false end elseif turtle. Place mining turtle. Diamond pickaxes (mining turtles) can break any vanilla block, but other tools (such as axes) are more limited. what i would do using cc:tweaked - use a GPS setup to get the turtle's co-ords. There are four types of turtles: Turtle Wireless Turtle Mining Turtle Wireless Mining Turtle Due to ComputerCraft being an independent mod, some unusual things happen with the other. 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. distX = distX -1. The text was updated successfully, but these errors were encountered: All. 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. then turtle. so i would just put a monitor next to where the turtle starts and run excavate? Indeed, if the monitor is next to the spot where the turtle finishes (this is the same spot where it. Add comment. I think I need a new strategy to cheese. To the left is the Evil Minion The Evil Minion spawns in the world, you can tame the Evil Minion using bread, he. Ultimately, the balance of turtles (and computers) is a very situational thing. Turtle GUI 2. turtle. 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. 0 . turtle. Now you have a file called <file> on your turtle. 9. you cant even fuel a mining turtle, you just type in the tunnel command -. fuel goes in first slot. A great place to get started with this is right click on the Mining Turtle once placed to open the GUI. When the turtles are finished with mining out the. up() do: os. local south = 0. In the GUI, type in excavate then a number (e. Business, Economics, and Finance. quarry 2 18: 10m55s, 6 charcoal used. You can get this onto your turtle by typing pastebin get v1VdfmC8 flat . locate() --#attempts to locate turtle and returns x,y,z if located otherwise returns nil. sleep (1) print ("Turtle will mine 1 block in front, and one to its left. 5 ) end: end end: while depth < y do: if turtle. Water is a standard Minecraft substance. ){"payload":{"allShortcutsEnabled":false,"fileTree":{"":{"items":[{"name":". It will periodically. 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. getItemCount(15) ~= 0 then -- Checks the 15th inventory slot. turtle. -- The block layer at the turtle's level should be clear, fully digged for the defined mining zone. So I'm writing this help topic for you to help me to program a simple mining turtle program. digDown() turtle. dig() BlocksDone = BlocksDone+1 sleep(0. Their tireless work ethic allows players to focus on other aspects of the game, such as exploration, building, or crafting. 5) else return false end end return true. r/feedthebeast • i was trying to make a underground base. lua -- API for keeping track of motion / resuming after a restart -- Run once to generate "dig_options. There's a command already on the turtle called excavate. I have a mining turtle which is currently excavating, with a wood pipe sucking its items out when the excavate is completed. drop (). Standard branch mining procedure, leaves 3 blocks between branches. Also, default excavate is very ineffective, because it digs only one layer per pass, instead of three. Pastebin is a website where you can store text online for a set period of time. To begin with, place your mining turtle in the bottom left corner of: your hole. Survival Toolkit. attack then. turtle. local east = 0. 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. -- 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. Contribute to ThatTravis/CC-Tweaked development by creating an account on GitHub. Less Stupid: Mining Turtle. -- Usage (program name) <Width> <Depth> <Length> <Direction>. detectDown() do turtle. Usage. Well this was just the refuel piece of a bigger program. The turtle will now have. Tekkit Classic turtles do not require fuel. Turtles equipped with a diamond hoe can till dirt so it can later be used for Farming. Each turtle handles a 1x3 column of tunnel blocks, so the three turtles combined construct the full 3x3 tunnel. Attempts to dig the block in front of the turtle. It is relatively cheap to maintain, however you must first find a diamond pickaxe. it will ask for a starting Y value, just put in whatever f3 says. The text was updated successfully, but these errors were encountered: All. quarry 6: 11m25s, 6 charcoal used. Mining turtle excavate program with an obsidian pipe (or hungry chest from tc3 if you have it) to suck up the items. Mining turtle 1. For example, to have the Mining Turtle excavate a 10x10x10 area type: excavate 10 To make a tunnel. 22K subscribers Join Subscribe 125 23K views 10 years ago Turtorials Just a fast. Turtle can mine down a certain number of blocks before starting. Custom way of entering the Bumblezone. Turtles can be refueled by running refuel in the shell. This means that you will get quicker and cheaper results for your turtle mining efforts!. attack() end end. 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. forward() then: zPos = zPos + 1: elseif turtle. sleep (1) print ("Turtle will mine 1 block in front, and one to its left. Make sure the turtle has about 500 or so fuel. Type in excavate then a number (e. getItemCount(1) > 63 then. This automation feature not only streamlines the mining process but also opens up new possibilities for resource. Near the. You can get this onto your turtle by typing pastebin get v1VdfmC8 flat . Its so the turtle knows where to start. Minecraft/Buildcraft Mining Turtle: 'excavate' program except it uses all fuel it collects Raw. However, since I wanted to level an area, we need to do some digging if we hit any obstructions. -- number needs to be even starting from 2. lua This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. 10. I disabled the need for fuel in the configuration so that fixed that. getItemCount (3) -- How many items are in slot 3 (Fuel) local MD = 3 -- How Many Blocks Apart From Each Mine. Place a chest (best to use like a diamond chest or double chest unless you're using the whitelist setting) 2. Mining fossils involves different techniques than mining ores. -- move the turtle up one block and dig any block in its path: function up() while not turtle. These "copies" are not physical blocks, and disappear after being right-clicked. local MineTimes = 0 -- If Multi Mines Are ON then This will keep Count. Yes, if the turtle is up against bedrock, turtle. I am trying to make a simple tunnel mining turtle. My suggestion would be to make a narcissistic mining turtle and just have the turtle excavate with 2 shells. The turtle with the diamond pickaxe should, like a real diamod pickaxe, get stuck and not destroy the ore. Then, place torches in the turtle's first inventory. Here's basic code that would cause a turtle to loop the attack command forever (turtles will stop. Farming. Mining Turtles are upgraded versions of Turtles from ComputerCraft. The Turtle can be programmed to execute a task automatically upon starting the game, at the prompt enter this simple code: edit startup shell. Pastebin. 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,. getFuelLevel < 100 then. I got a little mountain top fort going and Mining turtle excavate a 2x2 cube straight down to bed rock. 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. dig and turtle. ") goTo (x, y, z, xd, zd ) end. #1. It requires a bucket of lava to start, and a constant supply of water (an aqueous accumulator would solve that) to. Mining Turtle Commands Tekkit. -- Attempt to dig/attack below the turtle local function digDown() if turtle. 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). By mining three layers at once, this. On the other hand, rushing a mining turtle and running a quarry program does feel overpowered to me. 3. It allows the turtle to not only place and interact with blocks, but also break them. local Chest = 0 -- Declaring a chest value to determine if chest should be place in the end. you cant even fuel a mining turtle, you just type in the tunnel command -. We're opposing lax environmental standards, challenging a proposed phosphate mine off the coast of Mexico, and working on issues surrounding. 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]. turtle. 0. 5 ) turtle. sleep (0. and this happened, i. what is wrong does excavate command work that way. We walk through how to program the mining tu. If you want to dig a second hole at the same location, just type the number of holes you would like to make into the command. 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. type in tunnel then the amount of blocks you want to mine in numelals. type name. -- Usage (program name) <Width> <Depth> <Length> <Direction>. We walk through how to program the mining turtle to dig a 3 X 1 branch mine and a 3 x 3 tunnel. The Wireless Mining Turtle works similarly to a regular Mining Turtle, except it can be remotely accessed via a Computer. Snap and Box. Cryptoturtle. Just installed ftb on a brand new computer. down then. "tunnel 50" Enter Nothing happend. currX = newX. cfg, the frequency is for turtle broadcast, and the color is for when receive. For example, players can instruct a mining turtle to dig a tunnel at a particular depth or mine only specific types of blocks. Figure 15-3: The turtle on the surface, before mining. function excavate turtle. 5) end end end while depth < y do if turtle. lua -- Optional, for use on a computer with a Wireless/Ender Modem to receive broadcasts from Mining Turtles with Modems > dig. excavate <width> Digs a square-shaped quarry to bedrock, of width equal to that specified. 264 . EDIT 3: Still not behaving quite as expected. Tweaked Mining turtle excavate . Mining Turtle contains information about the ComputerCraft mod. Jul 29, 2019. 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. local FuelNeeded -- Minimum level of fuel allowed for turtle to start. setOutput (side,true) turtle. To use: 1. returnSupplies end else return false end elseif turtle. dig turtle. Then i have a filter to pulled the items out. you can then save it with the CTRL key, and type 'square 10' and it should dig a 10 block long 3x3 tunnel. But when I have the turtle excavate an area. This will place the turtle on top of the hole you just dug. Quick and dirty staircase to bedrock. That's one reason the Center has taken a lead role against deep-sea mining. ago. homeX = homeX + 1 endVariables are entirely yours to program. excavate+useallfuel. 63 Turtles can be dyed using Dyes. The size of the room is customizable. function prepNextTunnel if t % 2 == 0 then. type pastebin get bkL6gaRv name. While it has an ignore list, based on this part of the code; function check () downS, downD = turtle. This is a total of 4 actions = 1. It might be a bit hardcore for me to dive in right at the excavate program, but it is the most useful thing for me. -- Fuel should be on the lower right slot. Place mining turtle. . You do have to fuel it up first though, and it won't refuel its self. while y < end_y do -insert stuff- x,y,z = gps. then it comes back to where i put it down. They are part of the ComputerCraft mod. So I tried but the author seems to have made these things things turtle-resistant.