Posted 04 June 2013 - 06:09 PM
Hey y'all,
I'm working on a hive of turtles that will move through a forest and cut down everything they can with minimal input from me. One of the things they need to be able to do is identify when they are in front of a tree. I haven't had any problems getting them to identify vanilla trees by using turtle.compare() to match the block in front of them with a wood block in their inventory, but I haven't been able to get the same results when comparing a block with a redwood block in the turtle's inventory. Is this bugged? Is there a type of redwood block I need to be using in order to make a proper comparison? The one I'm using is hacked off a 2x2 redwood in the "wild" and put in the turtle's inventory.
Any thoughts?
Thank you!
I'm working on a hive of turtles that will move through a forest and cut down everything they can with minimal input from me. One of the things they need to be able to do is identify when they are in front of a tree. I haven't had any problems getting them to identify vanilla trees by using turtle.compare() to match the block in front of them with a wood block in their inventory, but I haven't been able to get the same results when comparing a block with a redwood block in the turtle's inventory. Is this bugged? Is there a type of redwood block I need to be using in order to make a proper comparison? The one I'm using is hacked off a 2x2 redwood in the "wild" and put in the turtle's inventory.
Any thoughts?
Thank you!