Posted 16 December 2012 - 12:57 AM
I know the plan is NEVER to add the ability to detect blockId's etc, but I would love to be able to detect other turtles without sacrificing inventory slots for turtle.compare(). So perhaps an acceptable alternative would be a function that just returns true if there is a turtle in that direction.
Acceptable? Or heresy?
Edit: Another interesting idea might be to allow turtles to detect certain block TYPES (not specific blocks)
Acceptable? Or heresy?
Edit: Another interesting idea might be to allow turtles to detect certain block TYPES (not specific blocks)
- Example:
- turtle.detect("turtle")
- turtle.detect("container")