Posted 18 December 2012 - 01:59 PM
I am currently playing on a Tekkit server which is running ComputerCraft build 1.33. I have created a program that allows turtles to automatically expand a cane farm upon receiving cane and dirt.
Anyway, I have tried using both the turtle.place() command and the turtle.drop() command (I didn't think that one would work, but it's worth a try) with cane and the end result is that the turtle weaves through a massive chunk of dirt platform without actually planting anything. There is water available adjacent to all points on the platform.
I have tried consulting Google but all I found was that cane the item and cane the block are different things, which may explain the problem I've been having. It would probably be possible using a deployer which is placed next to the cane, but this is time consuming and on a 100x100 cane farm it would be better to do the job myself.
Any help would be greatly appreciated. Thanks!
Anyway, I have tried using both the turtle.place() command and the turtle.drop() command (I didn't think that one would work, but it's worth a try) with cane and the end result is that the turtle weaves through a massive chunk of dirt platform without actually planting anything. There is water available adjacent to all points on the platform.
I have tried consulting Google but all I found was that cane the item and cane the block are different things, which may explain the problem I've been having. It would probably be possible using a deployer which is placed next to the cane, but this is time consuming and on a 100x100 cane farm it would be better to do the job myself.
Any help would be greatly appreciated. Thanks!