Posted 12 September 2014 - 04:34 AM
Hi,
I'm new to ComputerCraft but I still know a few basic commands.
I'm trying to set up a system where a mining turtle does:
> tunnel 3
> excavate 2
This is a simple example of a way to collect a ton of resources down to bedrock in a line with a simple walkway down the side
I need a way to do this automatically without having to type the commands separately. I'd also like a way to repeat the process infinitely, and also a system that tells the turtle to collect coal from a chest when it needs it, refuel itself, and go back to where it was. Also maybe a system to drop off and/or separate the materials it collects into a set of chests when it runs out of inventory space.
I'd also like a way to have the turtle plant a sapling on a certain block, bone meal it until it is grown, chop down the tree, collect the saplings and wood, then put them in a chest. I would love if this could be set up for multiple trees at once, but just one tree would be fine. Also again a system to collect coal and refuel itself when it needs to, and as well to grab saplings/bone meal from the chest when it runs out.
If anyone has any idea how to do this please let me know. It would be much appreciated.
I'm new to ComputerCraft but I still know a few basic commands.
I'm trying to set up a system where a mining turtle does:
> tunnel 3
> excavate 2
This is a simple example of a way to collect a ton of resources down to bedrock in a line with a simple walkway down the side
I need a way to do this automatically without having to type the commands separately. I'd also like a way to repeat the process infinitely, and also a system that tells the turtle to collect coal from a chest when it needs it, refuel itself, and go back to where it was. Also maybe a system to drop off and/or separate the materials it collects into a set of chests when it runs out of inventory space.
I'd also like a way to have the turtle plant a sapling on a certain block, bone meal it until it is grown, chop down the tree, collect the saplings and wood, then put them in a chest. I would love if this could be set up for multiple trees at once, but just one tree would be fine. Also again a system to collect coal and refuel itself when it needs to, and as well to grab saplings/bone meal from the chest when it runs out.
If anyone has any idea how to do this please let me know. It would be much appreciated.