The middle slot is reserved for scripts. So no, not even close in terms of speed. Again note you must use the plural version regardless if the number is singular. (true=yes/false=no), refuel(1+(branch.space+branch.length*4)/96), while turtle.detect() or turtle.detectUp() do, if turtle.getFuelLevel() == "unlimited" then return end, if turtle.getFuelLevel() < 96*amount then, if i==9 then torch() end --places a torch after the first 8 blocks and, if (i-8)%16==0 and i>9 then torch() end --then another every 16 blocks, if i==length-1 and other.close then --closes the branch. local distance = 0-- How Far Did User Pick. Upon further testing, I have discovered that this program does have some issues with gravel if there's any lag. Move the turtle forward one block. filename-- une chaîne de caractères, utilisée en tant que nom de fichier. To make more/several tunnels at once you could use wireless mining turtles and control all of them from at centralized computer! (0, 0) is located at the center of the screen – where the turtle first started. It is relatively cheap to maintain, however you must first find a diamond pickaxe. Whenever I send my turtle off to excavate, he runs out of fuel and then gives the command 'waiting for fuel' at the drop of chest. ComputerCraft turtle script for leveling a rectangular area - level.lua. I'll be releasing an updated, improved version today that fixes the gravel thing, and another one that optimizes code and adds torches later this week. Also, gravel falls slowly, so you might want to add some sleeps. A Mining Turtle is the same as a Turtle, only now you can use it to do your mining for you. turnLeft turtle. branch = {amount = 5, -- the amount of "branch-pairs", length = 32, -- the length of each branch, space = 5} -- the space between each branch-pair, slot = {fuel = 1, -- the slotnumber for fuel, fill = 3} -- the slotnumber for filling material, other = {torch = true, -- place torches? Any chance you can add chests to this? turnRight() Rotate the turtle 90 degress to the right. Since the script is already uploaded to www.pastebin.com, you can start using it right away by the steps below. You can vote up the ones you like or vote down the ones you don't like, and go to the original project or source file by following the links above each example. Computercraft. In it's inventory, you can stop/start the current script, and open its other inventory. Join Planet Minecraft! However mobility is much higher and you can place 4 turtles down on each side of an ender chest and gor 4x faster. The Turtle is immune to lava and its pick is indestructible. It makes the turtle mine shafts in parallel lines until it runs out of fuel. Mining Turtles are upgraded versions of Turtles from ComputerCraft. All gists Back to GitHub Sign in Sign up Sign in Sign up {{ message }} Instantly share code, notes, and snippets. I usually use branch 32 4 true to dig 4 branches on each side of 32 length, once one branch is complete I go down and harvest anything that's visible and by the time I get back the next branch should be done. What would you like to do? minecraft FTB Turtle mining script. First thing you should know how to print lines in lua, otherwise it will be harder to debug your programs. (The more the better but 64 coal is adequate)----running arguments are x,y,z where;--x = Number of cycles to move forward. Never . All gists Back to GitHub. The official subreddit of Modded Minecraft. The following are 30 code examples for showing how to use turtle.Turtle(). Option to throw out or keep cobblestone. filename-- une chaîne de caractères, utilisée en tant que nom de fichier. I'm in class right now so won't be able to try it out for like, 8 hours. Note that you need to make sure the turtle’s pen is up, otherwise it’ll draw a line back to that. 2206716. how-to-clear-a-room-with-a-mining-turtle-in-feed-the-beastcomputercraft. Cookies help us deliver our Services. Computercraft. More Blogs by Nannarki46. A Turtle with the ability to mine any block it encounters. Pastebin is a website where you can store text online for a set period of time. Once the user has obtained a diamond pickaxe, the turtle must be supplied with some form of fuel, e.g coal, to keep running. GitHub Gist: instantly share code, notes, and snippets. Make sure it is fully fuelled (drop to lua and use turtle.refuel() to consume all the fuel) then use the script above.