CC Turtle Programs [dome builder][platforms for sky maps] [Mob Farm] [Mansion] [automated tree farm]

Kaikaku

New Member
Jul 29, 2019
33
0
1
Hi there, here is Kaikaku!

I love programming ComputerCraft turtles and watching them as they build houses and do other automated stuff for me. Every now and then I will post here programs and YouTube videos.

The latest ComputerCraft version introduced the awesome Command Computers. For sure I will do something with those as well.

You'll find in this post so far:
1) automated tree farm
2) mansion building program
3) mob farm building program
4) platform builder (sky map!)
5) dome builder
 
Last edited:
  • Like
Reactions: psp

Kaikaku

New Member
Jul 29, 2019
33
0
1
Automated Tree Farm

Hi there! I've seen here several tree farms from different mods. I'd like to add this automated tree farm using a ComputerCraft turtle. Early game it is quite powerful. Later more expensive and specialized machines are better, but at this point you can have already a few thousand wood blocks ;)

Beside some iron the expensive part for this set-up are the three diamonds for the axe. As the turtle refuels itself from the harvested wood it only needs some inital fuel.

Program features:
- automatic tree farm set-up (small thing, but usefull)
- no bonemeal
- turtle auto-refuels from crafted planks
- uses up to 88 saplings (I think)
- collects sapplings and replants them
- handles allmost all tree types (some modded trees are hard to handle...)
- handels 2x2 trees
- easy to use (I hope)
- everything within one chunk
- option to switch off with redstone signal
- option to set how many rounds the turtle should go

Program:
http://pastebin.com/JgRgRK5q

Video:

Output test:
I tested 12 tree types, started with new empty farms and 64 sapplings
and this is the output after 2 hours (planted sapplings not included).
aldf2ed8.jpg



If you have comments, feedback or improvement ideas I'd like to hear them
smile.png
 
Last edited:

Kaikaku

New Member
Jul 29, 2019
33
0
1
Mansion built by turtle

Hi there! You want to build a luxurious mansion without tedious placing of blocks?
Try out this building program. With it your turtle can build you a nice two story house,
while you lean back and watch ;)

Program details:
- mansion size is 25x28x12
- as it's quite a large building the turtle needs about 6000 fuel units
- and the turtle needs for this about 1 hour

Program:
http://pastebin.com/PfdurUkb
You find information on how to use it in the program and video.
Enjoy!

Video:
 

Kaikaku

New Member
Jul 29, 2019
33
0
1
Mob farm built by turtle

Hi there! A while ago I made a nice turtle program that builds a fully functional mob farm for you. The video recently got the 100th like! Maybe that's not much for a big youtuber, but I'm really happy about it :) The program is especailly useful in the early game as you don't need any diamonds for it. Mainly you need 13 iron and lots of cobble, that's it.

Program details:
- builds mob farm with water channels and 3x3 drop shaft
- no diamonds required for tools
- additional building options:
a) ladder to top
b) obsidian enforced lower part of the drop shaft
c) creeper face on top
d) further not disclosed decorative elements​

Program:
http://pastebin.com/unPPhDpQ
You find information on how to use it in the program and video.
Enjoy!

Video:
 

Kaikaku

New Member
Jul 29, 2019
33
0
1
This stuff is pretty cool!
Thank you! Well, the three programs I posted so far are all in my personal top 5. However, I think my current project (unnamed mini-game) will become my new number 1 ;)
 

Kaikaku

New Member
Jul 29, 2019
33
0
1
Platform builder program: tPlatform

Hi there! When you are playing a sky map you may find this program especially useful.
The turtle builds for you a (spawnproof) platform without the risk of falling down, while you watch it or do other useful stuff :)
In the video I also demonstrate how you can combine builder programs, so you can for example build a nether lava pump house.

Features:
- program runs on any turtle (so no diamonds needed for tools)
- builds any size of square platform (minimum is 3x1)
- turtle moves only within the space where the platform will be
- if turtle runs out of materials it just waits for resupplies
- turtle places half slabs spawnproof in the lower half (thx Robinn57)

Program:
http://pastebin.com/fbyxVzSX

Video:
 

Kaikaku

New Member
Jul 29, 2019
33
0
1
Dome builder program: bDome

Hi there! My latest building program builds a 51x51x21 dome for you.

Features:
- one program call builds one quarter of the dome
- first three slots can be used for struts, stabilicatzion ring, adn additional diagonl struts
- nearly all the inside space may be already occupied (trees, houses, structures,...)

Program:
http://pastebin.com/jEAYUJdZ

Video: