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

Bog Earth Making Turtle

Started by monkh, 19 November 2012 - 09:40 AM
monkh #1
Posted 19 November 2012 - 10:40 AM
I just wanted to show off my first simple Bog Earth making program I made that I thought others might find useful.

Needs a specific setup

To the right of the turtle needs to be a chest of dirt. (only full stacks no partial stacks)
Behind the turtle needs to be a chest of sand. (only full stacks no partial stacks)
A block of air below the turtle and an infinite spring of water below that block of air.
A single empty bucket in slot 6.

Code can be found here:
http://pastebin.com/jat3DXns

Any suggestions to improve it welcome.
Currently working on having same turtle make Hummus.
pruby #2
Posted 19 November 2012 - 11:25 AM
Suggestion - pick up some loops and make it maintain a whole lot of bog earth. Have a setup phase where it digs a trench. Supply with 2 water buckets, have it fill the trench with water. Line the sides with maturing bog earth :)/>/>
notyepenyar #3
Posted 16 December 2012 - 02:18 PM
Didn't work for me. When it gets to "Starting to craft bog earth" i get "attempt to call nil"
River_Chief #4
Posted 24 December 2012 - 05:10 PM
Not,

Same thing here. Until I realized I just made a turtle - not a crafting turtle. Swap out turtles and it's a Christmas miracle - noobness removed! Good luck,