This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
OM3GA's profile picture

OM3GA's 5 program turtle with multiple combinations

Started by OM3GA, 03 December 2014 - 12:06 PM
OM3GA #1
Posted 03 December 2014 - 01:06 PM
Hey ppl, been working on some LUA programs for my turtles for a couple of weeks and finally finished this one.

It has the following functions:
- Shaft (Level select, closed tunnel, ladder and torches - Digs down to the level you want)
- Platform (Size select, Spiral out from ladder, torches in corners)
- Tunneller (3x3 with hole/ floor closer, torches, space between tunnels and tunnel distance select)
- Railer (2x1 tunnel with either rails placed until end or only on corners, returns to original position and hole closer)
- Branch Miner (Distance and blocks between tunnels select, torches and hole closer)
- Normal or Ender Chests (Select in menu and will recover Ender chest)
- With or without fuel
- Side select

Slots:
======
1 > Torches
2 > Bridge Material
3 > Ladders
4 > Chest/s
5 > Rails
6 > Rails
7 > Fuel

I'm currently working on Rednet connections and messages with extra functions for a second turtle to close holes after first turtle if needed.

PS - I have added a second turtle for closing lava, water, oil etc. that works great in the branch mining when you don't have a lot of space to work around them. (Done in about 20min so there might be some errors)

Please take it out for a test run and let me know if there is anything else I can improve on.

Enjoy:

Main Turtle Program:
Pastebin code = qu81Df3b

Second Turtle Program:
Pastebin code = s86uhNW4
jpoblocki #2
Posted 23 December 2014 - 10:39 AM
Do you use the second program after the first? or do you just use the second program and call it all good???
Edited on 23 December 2014 - 02:32 PM