Turtles.

  • FTB will be shutting down this forum by the end of July. To participate in our community discussions, please join our Discord! https://ftb.team/discord

NosePicker5555

New Member
Jul 29, 2019
529
0
0
Although cute and have awesome shells we today are talking about CC turtles.
-I am wanting to start a thread for turtle programs and post them here.
--When i find good complete programs I will post them on the thread.
---I MYSELF will be also using these programs too.
----So, please leave a pastebin link/txt folder for the programs.(PASTEBIN) Preferred.
-I will be putting the format in which i post the programs to the thread like so.

-(Pastebin/txt folder)
-Author(Please give credit to creators)
-Who gave it to me
-Purpose
-Short description.


-http://pastebin.com/gDwhCR1D (computercode) ,http://pastebin.com/6TmRCUzP (turtle)
-INCSlayer
-INCSlayer
-Make 2 portal scripts and make a turtle change them?(needs confirmation)
-^^^^^^^^^^^^

- https://dl.dropbox.com/u/20974501/chop.lua
-Hydra
-Me :D
-Tree-capitator
-Place 1 block above bottom of tree and activate the program!

- http://pastebin.com/wdMquBzd
-Unknown
-Me :D
-Stair well (configurable)
-Run program and type a number then let it run :p

-http://pastebin.com/157VmDjK
-MrCervelo
-Builds a 9x9 house.
- Place base blocks in slots 1-5, torches in slot 15 and glass in slot 16. Requires a Mining Turtle. Place turtle at floor height in back left hand corner.
-Very nice for a mobile house.

-http://pastebin.com/mi0ckMaD
-MrCervelo
-Builds structure
-''
-Complex desc. Look at his/her comment.

-http://pastebin.com/xd8Pi0wC
-MrCervelo
-Stairwell into the earth
- Torches must be placed in slot 16 which it will then place every couple of blocks.
-Enter the # of blocks you wish it to dig (Y)

-http://pastebin.com/ty4gRBTp
- MrCervelo
- Builds a horizontal tunnel 1 wide of specified length
- Requires torches in slot 16. Placing torches every couple of blocks 3 high. Useful for branch mining. It will dig the tunnel, and you follow behind getting the stuff that it misses.
-Very nice and fast.

-http://pastebin.com/2tSxgtPa
- MrCervelo
- Taps Rubber Trees
- Plant your rubber trees one apart in a grid and remove all leaves, place the turtle 2 back from the back left hand corner and a chest behind it. 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.
-(Requires Tree-tap turtle)

-http://pastebin.com/3mkeUzby
-AustinKK
-Mining Turtle - OreQuarry
- This is faster than a quarry by about 20 minutes and saves tons of fuel.
-I actually use this my self and it is very nice.
(Warning make sure you have a chunk loader so it doesn't stop the program)



^Blank Formats.

Hope you guys/girls respond with some great programs!
 

INCSlayer

Well-Known Member
Nov 17, 2012
185
48
53
i made a twofold portal script for making a teleporter with mystcraft portals/books:

these scripts run only if they have a redstone signal on the correct side of them left for the door and right for the turtle
you will also need to use a wireless modem on the back of the computer and wireless turtle and the turtle needs to ofc face a mystcraft receptacle
and while the code is my own i did get the idea from one of DW20's videos currently it can only handle 1 turtle for a total of 16 portals since i dont have need of more than that i might at some point update the portalcomputer code to be able to handle more turtles
if you put a 3 monitors in a row on top of the computer it will output the destination the portal is set to

computercode:
http://pastebin.com/gDwhCR1D

and the the turtle code:
http://pastebin.com/6TmRCUzP

i tinker with my scripts fairly regularly so there might be changes in them from time to time
 

NosePicker5555

New Member
Jul 29, 2019
529
0
0
i made a twofold portal script for making a teleporter with mystcraft portals/books:

these scripts run only if they have a redstone signal on the correct side of them left for the door and right for the turtle
you will also need to use a wireless modem on the back of the computer and wireless turtle and the turtle needs to ofc face a mystcraft receptacle
and while the code is my own i did get the idea from one of DW20's videos currently it can only handle 1 turtle for a total of 16 portals since i dont have need of more than that i might at some point update the portalcomputer code to be able to handle more turtles
if you put a 3 monitors in a row on top of the computer it will output the destination the portal is set to

computercode:
http://pastebin.com/gDwhCR1D

and the the turtle code:
http://pastebin.com/6TmRCUzP

i tinker with my scripts fairly regularly so there might be changes in them from time to time
Added!
 

MrCervelo

New Member
Jul 29, 2019
248
0
0
W00t found an existing thread.

Here's a couple of programs that I've written to help me out.

http://pastebin.com/157VmDjK
- MrCervelo
- Builds a 9x9 (thanks DW20).
- Place base blocks in slots 1-5, torches in slot 15 and glass in slot 16. Requires a Mining Turtle. Place turtle at floor height in back left hand corner.

http://pastebin.com/mi0ckMaD
- MrCervelo
- Builds structure
- Create a text file with the building layout, and pass it to the program as an argument. Turtle will then build the structure. File layout is each floor separated by a newline, and the slot number to pull the block from, 0 means empty space.

i.e. to build a 3x3 with an empty space in the middle

111
111
111

111
101
111

111
111
111

If you wanted to use different blocks for each layer, then use a different number (must be 1-9). The program will also check other slots for matching blocks, so you can use slots 10-16 (or any unused slot number) for additional storage. Requires a mining turtle

http://pastebin.com/xd8Pi0wC
- MrCervelo
- Builds Stairs Down
- Takes as an argument the number of levels to build down. It will build a 3 wide stair case down the specified number of levels. Torches must be placed in slot 16 which it will then place every couple of blocks. Again, this requires a mining turtle

http://pastebin.com/ty4gRBTp
- MrCervelo
- Builds a horizontal tunnel 1 wide of specified length
- takes 2 arguments, tunnel height, and length. Requires torches in slot 16. Will dig a tunnel of the specified height and length 1 wide placing torches every couple of blocks 3 high. Useful for branch mining. It will dig the tunnel, and you follow behind getting the stuff that it misses. Surprisingly, this requires a mining turtle.

http://pastebin.com/2tSxgtPa
- MrCervelo
- Taps Rubber Trees
- Takes 2 arguments, the number of trees in a row, and the number of rows. Plant your rubber trees one apart in a grid and remove all leaves, place the turtle 2 back from the back left hand corner and a chest behind it. 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.
WARNING. The turtle is stupid and thus can only tap in an attempt to get resin, this means that if it tries to tap a hole that has recently been tapped, then it will destroy that resin hole. Running it too many times will deplete the resin holes. Requires a Tree Tap Turtle.

e.g planting and arguments

x x x

x x x

t
c

x = rubber tree
t = turtle
c = chest

program is run as <command> 2 3

Feedback is welcome.
 

Hydra

New Member
Jul 29, 2019
1,869
0
0
BTW, that chop program I made doesn't do any refueling itself since I was then playing on a server which had fuel disabled. I made a new version that does print out the fuel consumption and it seems that chopping down a single giant 2x2 fir takes about 200 fuel units. A stack of charcoal gives you about 8000. So this can be completely self-sustaining.
 

NosePicker5555

New Member
Jul 29, 2019
529
0
0
Pastebin: http://pastebin.com/3mkeUzby
Author: AustinKK
- Got it from ComputerCraft forums (http://www.computercraft.info/forums2/index.php?/topic/7675-advanced-mining-turtle-ore-quarry/)
- Mining Turtle - OreQuarry
- Allegedly faster than a quarry, requiring less resources to get up and going. Automatically refuels, and allows for filtering out certain blocks from mining.
I use it a lot, and it's been very useful and handy.
W00t found an existing thread.

Here's a couple of programs that I've written to help me out.

http://pastebin.com/157VmDjK
- MrCervelo
- Builds a 9x9 (thanks DW20).
- Place base blocks in slots 1-5, torches in slot 15 and glass in slot 16. Requires a Mining Turtle. Place turtle at floor height in back left hand corner.

http://pastebin.com/mi0ckMaD
- MrCervelo
- Builds structure
- Create a text file with the building layout, and pass it to the program as an argument. Turtle will then build the structure. File layout is each floor separated by a newline, and the slot number to pull the block from, 0 means empty space.

i.e. to build a 3x3 with an empty space in the middle

111
111
111

111
101
111

111
111
111

If you wanted to use different blocks for each layer, then use a different number (must be 1-9). The program will also check other slots for matching blocks, so you can use slots 10-16 (or any unused slot number) for additional storage. Requires a mining turtle

http://pastebin.com/xd8Pi0wC
- MrCervelo
- Builds Stairs Down
- Takes as an argument the number of levels to build down. It will build a 3 wide stair case down the specified number of levels. Torches must be placed in slot 16 which it will then place every couple of blocks. Again, this requires a mining turtle

http://pastebin.com/ty4gRBTp
- MrCervelo
- Builds a horizontal tunnel 1 wide of specified length
- takes 2 arguments, tunnel height, and length. Requires torches in slot 16. Will dig a tunnel of the specified height and length 1 wide placing torches every couple of blocks 3 high. Useful for branch mining. It will dig the tunnel, and you follow behind getting the stuff that it misses. Surprisingly, this requires a mining turtle.

http://pastebin.com/2tSxgtPa
- MrCervelo
- Taps Rubber Trees
- Takes 2 arguments, the number of trees in a row, and the number of rows. Plant your rubber trees one apart in a grid and remove all leaves, place the turtle 2 back from the back left hand corner and a chest behind it. 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.
WARNING. The turtle is stupid and thus can only tap in an attempt to get resin, this means that if it tries to tap a hole that has recently been tapped, then it will destroy that resin hole. Running it too many times will deplete the resin holes. Requires a Tree Tap Turtle.

e.g planting and arguments

x x x

x x x

t
c

x = rubber tree
t = turtle
c = chest

program is run as <command> 2 3

Feedback is welcome.





-Added them guys! Mighty fine programs!
 

MrCervelo

New Member
Jul 29, 2019
248
0
0
And another one

http://pastebin.com/cqmpRvuE
- MrCervelo
- Builds a Platform (Great for void worlds)
- Takes two arguments, length and width, builds forward and right. Builds a platform of that size. Great for void worlds. Detects the block below it. If it's the same as the building block, doesn't replace it.
 

KirinDave

New Member
Jul 29, 2019
3,086
0
0
Any mining turtle program that doesn't use an ender chest is doomed to an inferiority complex. Everything else is gravy.

I eagerly await item tesseract turtles.
 

zaboodable

New Member
Jul 29, 2019
2
0
0
- URL: http://pastebin.com/ACcRm2bm
- Author: Me (Zaboodable)
- Who gave it to me?: Me
- Purpose: Remove a custom area with user defined length/width/height and directions.
- Short Description: This program will let you choose a length, width (either left or right) and height (up or down) and the turtle will remove the area in a moderately efficient way.

I am still adding to this program and one notable feature that is not currently in is mob detection/removal, currently the turtle will just move into the mobs and the program will fail.
 

Guswut

New Member
Jul 29, 2019
2,152
0
0
Maybe the later is true. But the real power of an ender chest mining turtle is that so long as its chunkloaded, it can be every bit as good as a quarry.

Better if you give the turtle an iridium and diamond ore block and tell it to not touch them. Not all that hard to add into the programming, and then you just manually come back and harvest those blocks. You can also have it record the amount, and the location for you in a sheet if you program that in, of course.

Turtles!