Mining Turtles are upgraded versions of Turtles from ComputerCraft. 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. I tried to place print ('test') in between every near lines of. 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. dig() os. Before running the program, be. 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. Apr 5, 2013. 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. However, this is not even scratching the surface of it's huge potential. When programmed correctly, they can mine in a square shape until they are full. I wasn't saying that it should auto refuel him i was just saying that the fuel i put into him gets throw into the chest when he gets full and dumps his inventory. end . It is caused by readjustment of overburden due to collapse and failure of underground operating mine excavation ( Fig. Never . Branch mining is good for PLAYERS, but turtles can mine much faster with better 1 block height methods every 3rd layer. 60 . Here it is: local depth = 0 local isJunk = true function fuel () if turtle. GitHub Gist: instantly share code, notes, and snippets. turnLeft turtle. Fueling was implemented in Computercraft 1. 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. The turtle has a diamond pickaxe. The reason I do this is it will also clean up the fences when told. end --function. a guest . 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. it will ask for length and width, put in desired size to dig. You can just start out with 10 or 15 if you want. As you can see I'm standing at y:52 and the turtle barely went down. Turtle GUI 2. 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. Members 64 posts Location Denmark; Posted 02 January 2013 - 05:25 AM. suckup() //chest above with items you don't want to be mined) Item1 = turtle. The turtle requires fuel to move in the form of combustibles such as, starting with the most efficient: Lava , Coal , Charcoal or Wood . Quarry script for ComputerCraft turtles. turnLeft for i = 2, 16, 1 do. All other commands marked with a * are usable by simple and mining. I get another one and the same thing happened. attack). Mining Turtles are upgraded versions of Turtles from ComputerCraft. The size of the room is customizable. That would look something like. 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. function prepNextTunnel if t % 2 == 0 then. -- This is because for every hole, the turtle needs to put a chunkloader in the. To run. Mining Turtles, Wireless Turtles and Wireless Mining Turtles (Block ID 209). select(1) if turtle. You'll essentially need to keep track of where the turtle is after every move, by saving it's position to a file. It is relatively cheap to maintain, however you must first find a diamond pickaxe. These dimensions can be increased, up to 64x64. quarry 2 18: 10m55s, 6 charcoal used. -- Make sure you keep the chunk (s) the turtle is. lua -- API for keeping track of motion / resuming after a restart -- Run once to generate "dig_options. For mature oak trees, I think 500 units should be more than enough but I recommend generousness; make it an even 1000. Then, place torches in the turtle's first inventory. Step-size defaults to 1 if not specified. then 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). 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. if you name a turtle (with "label set" command), then it will preserve fuel level even when picked up and re-placed. ok this is what imi trying to do im trying to set it up so i tell it to excavate 30 so it does then ones its full it comes back to starting place well then i want it to send out a redstone current untill its empty so i can use buildcraft to. digUp then. Each turtle is responsible for either a branch or the main trunk of the mine. end . forward() end: turnAround() for i3 = 2, length do: turtle. #2. type name. local function tryDigUp while turtle. 6s. refuel(1) end turtle. lua This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. That means the second upgrade, as well as at least 4 computers to act as GPS hosts. type pastebin get bkL6gaRv name. detectUp()==true do turtle. 2. digUp end. 2836 CC: Tweaked version 1. 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. Basically, you place the mining turtle in the front-left corner of where you want your room to be. Business, Economics, and Finance. lua -- API for keeping track of motion / resuming after a restart -- Run once to generate "dig_options. Replies / Views. dig() This will drop the blocks there if its full and mine the new block. this has happened a couple times so far and it is a little annoying as it will destroy the dump chest or fuel chest. place a chest to the left of the turtle starting point. refuel (1) end. Cryptoturtle. suckup() //chest above with items you don't want to be mined) Item1 = turtle. It will stop there but you can do a simple while true loop in startup and keep running the program. dig () One more suggestion: turtles can dig up and down. Never . place(): Allows the turtle to place seeds or blocks. If all the conditions on line 40 are true, line 42 harvests the wheat by calling turtle. Bomb Bloke, on 07 August 2018 - 01:45 AM, said:raw download report diff. forward chestDump refuel end . The Advanced Turtle is a block added by the ComputerCraft mod. Business, Economics, and Finance. Note that the order it mines the blocks in might seem a bit strange; While mining, the turtle will go through ore veins without going further than 5 blocks from the area it's mining. I…In diesem Tutorial zeige ich euch wie ihr eure Mining Turtle gut arbeiten lassen könnt. I think I need a new strategy to cheese. slot and cobblestone is the second slot. Doesn't auto chunk load they won't. 5) end end end while depth < y do if turtle. It will simply charge a turtle next to it (on the side with the dot). gitignore","path":". 68. This is a total of 1 action = 0. This is a total of 4 actions = 1. elseif turtle. I have tried what seems like every quarry&strip mining program on the planet and never have I gotten one to work for more than a few minutes. Dec 9, 2012. dig([side]) Source. com is the number one paste tool since 2002. 7heAbyss. This Miner will leave minimal change in landscape, as it attempts to only mine valuable resources. Feb 4th, 2023 (edited) 95 . Well i had some trouble connecting that with my branch mining operation but i finally did it the other night. Tekkit Classic Server/Client. Turtles can more efficiently mine, much better than a player. Loop and repeat. end . forward() end: turnAround() if i2 < width then: turtle. r/feedthebeast • i was trying to make a underground base. However, this is not even scratching the surface of it's huge potential. To the left is the Evil Minion The Evil Minion spawns in the world, you can tame the Evil Minion using bread, he. We're opposing lax environmental standards, challenging a proposed phosphate mine off the coast of Mexico, and working on issues surrounding. 0 . This is not particularly useful but its main appeal is that you can upgrade it to a much more useful turtle. Mining Turtle Excavating. down then. I recently started a new Tekkit server after not playing Tekkit for probably over a Year. Advanced Mining Turtle - Ore Quarry Started by AustinKK, Dec 28 2012 06:30 AM. Attempts to dig the block in front of the turtle. local function right () turtle. local east = 0. This is my first CC script, and it's largely just an. --Sleeps for %time% seconds, while displaying %text% and counting downNether Excavation Turtle : r/ComputerCraft. Pastebin. getFuelLevel < 100 then. local size1 = tonumber. 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). Example: tunnelx 4 3 10 will dig a 4 height, 3 width, and 10 depth tunnel. 1) end. dig or turtle. If you want arguments (Which are things you can tell the turtle to in the initial command line) there are those as well. cfg, the frequency is for turtle broadcast, and the color is for when receive. 2-1. Mining fossils involves different techniques than mining ores. Website: is a quick little program I wrote to dig out underground rooms. Usage. attack then. sandstone, stone, etc. Try changing every FallingSand with falling_block as well as ArmorStand to armor_stand, MinecartHopper to hopper_minecart and, XPOrb to xp_orb The 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. Which is what it says when it is done mining. Mining Turtles are upgraded versions of Turtles from ComputerCraft. Once you have excavated a hole, right click on it, and select the option to place a mining turtle. You do have to fuel it up first though, and it won't refuel its self. When programmer correctly, they can mine in a square shape until they are completely. 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,. Useful information to include: Minecraft version 1. Then i have a filter to pulled the items out. Talk one-on-one with one of our experienced team members. dig() turtle. attack then. To automatically create the desired subway tunnels (which are 3 blocks wide and 3 blocks tall, and of a variable length), three separate Mining Turtles are used, each with slightly different instructions. I ran into the problem that whenever i tell my mining turtle to mine somt. 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. If you try to dig the ore with a real diamond pickaxe, you can't destroy the block, like bedrock. My suggestion would be to make a narcissistic mining turtle and just have the turtle excavate with 2 shells. More posts you may like. dig block (and retrieve it to previous state), set inventory slot to current state, place block. -- Turtle inventory should be 4 by 4. 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. 3. Add comment. We would like to show you a description here but the site won’t allow us. Pastebin. Thanks for watching!11. Less Stupid: Mining Turtle. This is a CC Tweaked mining turtle program to excavate the classic mining tunnels and deposit resources back at the base. That's why I made thise super awesome mega cool extreme plugin. B. This is a CC Tweaked mining turtle program to excavate the classic mining tunnels and deposit resources back at the base. 12. Pastebin is a website where you can store text online for a set period of time. Mining turtles excel at digging and excavation tasks. . But when I have the turtle excavate an area. Preloading the fuel takes all the hassle out of keeping it stocked. 3. I have fixed the issue where it never enters the main part of the loop. Im trying to either program or find a turtle that is able to avoid mining diamonds, and then keep mining my tunnel. I disabled the need for fuel in the configuration so that fixed that. attayi • 8 yr. 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. forward() turtle. forward chestDump refuel end . Make sure you. 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). Feb 27, 2013. Mining Turtles play a pivotal role in automating mining tasks, alleviating the burden of manual labor and expediting the resource collection process. The Mining Turtle will also drop a name tag which you could use to name it "excavate" or "mine" again. #5. (long = blocks, not a timer) i did a rewrite of the whole script using functions and more loops. EDIT 3: Still not behaving quite as expected. Never . The programs it run are stored in its. For example, if you wanted to create a 2×2 hole and a 1×1 hole. However, since I wanted to level an area, we need to do some digging if we hit any obstructions. sleep(): Pauses the program for a specified duration. If the condition is met, the turtle executes turtle. forwardYou 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. So I'm writing this help topic for you to help me to program a simple mining turtle program. Bexcavate is a program created for the computercraft mod in Minecraft. dig returns true if there was something there to dig, otherwise it returns false. It'll also spit out resources there when full. To the left is the Evil Minion The Evil Minion spawns in the world, you can tame the Evil Minion using bread, he. You can get this onto your turtle by typing pastebin get v1VdfmC8 flat . May 19th, 2016. if turtle. If it runs into bedrock, it will come back to start and tell you where bedrock was found. Unsere Homepage: Tekkit Tutorial Playlist: 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?- 7 Stone, 1 glass pane, 1 chest, 7 iron, 2 sticks and 3 diamonds to get a mining turtle. g. Assuming ofcourse they havn't updated the excavate program. edit startup <enter>. I dont go above 40. 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. Took it down to do some tunnels and will not work. It requires a bucket of lava to start, and a constant supply of water (an aqueous accumulator would solve that) to. 5 Add-On Scorching Heat Enchantment. 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. 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. - just needs one mining turtle - rednet (startup versions) - Farm-- saves and starts where it was left before the chunk unloaded (session permission)-- selfbuilding. digDown(). 7 *31. -- move the turtle up one block and dig any block in its path: function up() while not turtle. refuel <amount> Attempts to replenish the turtle's fuel supply with items from its inventory. Alternatively, you can setup a GPS system to determine it's location on startup. To use: 1. Parameters. 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. getItemCount(1) > 63 then. g. Never . turtle. move = function if where == 1. If you are writing your own program, however, the command is turtle. 1. digDown() turtle. local north = 1 -- It is imperative that you mark 'north' as being the the direction you place your turtle to start mining. Tweaked Mining turtle excavate . 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. The for loop on line 29 is slightly different from for loops we’ve used before. In slot 2 (row 1, column 2), you should place whatever material with which the turtle should fill in holes. 4K subscribers Subscribe 4. How to build a turtle and let it dig either a horizontal or vertical tunnel using very basic LUA coding. function prepNextTunnel if t % 2 == 0 then. I "just" want to program my turtles to dig a 3x3 tunnel, refuel themselves, because when I create a program withe the line "turtle. I'm looking for some criticism on some turtle code. W00dyR, on 02 January 2013 - 05:11 AM, said:1. distX = distX -1. lua -- Optional, for use on a computer with a Wireless/Ender Modem to receive broadcasts from Mining Turtles with Modems > dig. Minecraft Computercraft: Efficient Turtle Quarry. dig moveForward end . 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. This can be especially useful if playing on Peaceful difficulty, as skeletons won't be able to spawn, meaning that bones. 12. For most players, the primary use of fossils is as a source of bone blocks. Here is some example code: local direction = 3 --#coordinate f in the f3 screen (3 = east) replace with the direction your turtle is facing and change every time it turns. I am playing tekkit classic and there is a. select (16) turtle. end --function. Users of turtle. You can get it way easier and earlier then any other mining option imho. - Make your turtle "excavate" huge areas starting at Y 16. dropDown() to drop the. what is wrong does excavate command work that way. Mining Turtle Commands Tekkit. Business, Economics, and Finance. Should be "left" or "right". local function digNorth repeat if turtle. 238 . attack then. 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. 5) else return false end end return true. Note: You can also use a Wireless Modem in the recipe for a Wireless Mining Turtle, and Crafting Bench for Crafty Mining Turtle. Nov 14, 2023, 04:16 PM. ago. NEW! Turtle now senses the amount of waste blocks you've added to it's. Function turtle. I got a little mountain top fort going and Mining turtle excavate a 2x2 cube straight down to bed rock. detectDown() do turtle. sleep (0. local Fuel = 0 -- if 2 then it is unlimited no fuel needed. now you see how the toggles work. refuel. This program is utilized on a mining turtle to be able to excavate a large area efficiently. 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). 1 | betterExcavate SeleckPlays 1. 25) end which will cause the turtle to repeatedly attempt to move forward (with a short delay between each one to avoid unnecessary processes) until it succeeds in moving forward, which will avoid it messing up on it's count of how many blocks it has gone if it runs into a player or mob or something else. Boolean Whether the turtle could successfully turn. type in tunnel then the amount of blocks you want to mine in numelals. Deep-sea mining may irreparably harm ocean ecosystems before we even have a chance to fully study its impacts. Place a chest (best to use like a diamond chest or double chest unless you're using the whitelist setting) 2. 4. For instance, the progress and the fuel consumption. clearCube Pastebin: the Beast: Made By: Sub_Zero - Music - Stephen Walking & Souler. Reactions: Fuzzbling. sleep(. Pastebin. end --function. Custom way of entering the Bumblezone. After selecting your product, we will work with you to transfer your funds. Pastebin. 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. getFuelLevel () < 20 then turtle. turnLeft turtle. I am in a multiplayer hosted server with. 5) end end end. -- In flex_options. quarry 2 18: 10m55s, 6 charcoal used. 0. The turtle would also end up on top of the pillar, so you'd have to add a way to bring it down. detect == false end end. 11, which include FallingSand, which now is falling_block. Mine every 3rd Layer: 1 x move (checks 3 blocks). refuel in the Lua prompt or in a program. Turtles can more efficiently mine, much better than a player. This program is a more efficient alternative to the default excavate program. It also disappeared when trying to pick up and replace. the title says what it does, it mines a 3x3 hole the way its facing for as long as you set it to. Farming – official minecraft wikiFarming turtles Turtle minecraft advancedI build a turtle farm! :: voidcraft minecraft smp season 2. 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. 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. Example: Stripmine 20 (will dig a tunnel 2 wide, 3 high, 20 long) Description:. from the BetterEnder Chests mod. 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. 19. the turtle drops the stuff behind him and a obsidianpipe suck it up (buildcraft). New Member. Mining Turtle Excavating. run "nameOfTask" For the sake of LUA practice, I've made a simple ore locating program for computercraft. 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. These turtles will dig all the materials and minerals for you, just feed them with some coal blocks;). You only need to enter the height of the base and the wanted height of the mining. In the GUI, type in excavate then a number (e. 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. 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. I was talking about player height vs turtle height. I'm a complete noob, so I'd love all the help as I can get. 6: excavate. New world (direwolf) and have been playing a few days. I do a 30x30 quarry an do the excavate it runs intel the turtle invetory is full. 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. 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). Mining script for turtle]]-- function refuel if turtle. 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. (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. I've fueled it up but it doesn't want to mine. When are sea turtle nests excavated? When a nest is excavated depends on when it hatches. Then, insert the Y layer on witch the mining will happen (-45 is the best one) Second, insert the side tunnels size. 2. A program for a mining turtle could look like this: Excavate 5. A Fandom user · 9/5/2013. As long as a block is detected, the turtle enters the loop. New parameter to allow the turtle will only dig out 1 shaft (have 4 turtles working on one level) New parameter to allow the turtle to digTunnels/digShafts/digOres on multiple levels; New program to dig the vertical shaft (basic version, more functionality will be added later) (I will also answer the questions in the last few posts)you. Because any moving action takes time being able to dig 3 times for each block is very important if you want your resources sooner. Add comment. GameStop Moderna Pfizer Johnson & Johnson AstraZeneca Walgreens Best Buy Novavax SpaceX Tesla. 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. That's one reason the Center has taken a lead role against deep-sea mining. Excavation program for a minecraft turtle. Tunnel. 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. function dig () repeat turtle. dig() and turtle. Added a Peripheral API to allow mod developers to create custom peripherals for ComputerCraft. ago.