Posted 22 March 2013 - 03:27 AM
ComputerCraft Version Information:
Tested in CC 1.51
Tested in SSP
Description of Bug:
Turtles return false when comparing on item frames.
Steps to Reproduce Bug:
Expected Results:
Expected turtle.compare to return true when comparing an item frame to one in the world. Or return true to the item that is in the frame when compared with same item. Either way, just expected it to have true at some point.
Tested in CC 1.51
Tested in SSP
Description of Bug:
Turtles return false when comparing on item frames.
Steps to Reproduce Bug:
- Place down a Turtle
- Place down an item frame in front of the turtle
- Open Lua prompt and type turtle.compare()
Expected Results:
Expected turtle.compare to return true when comparing an item frame to one in the world. Or return true to the item that is in the frame when compared with same item. Either way, just expected it to have true at some point.