This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
theoriginalbit's profile picture

[1.51][SSP] Turtle Compare with Item Frames

Started by theoriginalbit, 22 March 2013 - 02:27 AM
theoriginalbit #1
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:
  • 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.
Cloudy #2
Posted 22 March 2013 - 03:30 AM
Why is this a bug? Item frames are entities not blocks.
PixelToast #3
Posted 22 March 2013 - 03:30 AM
-snip derp-
Cloudy #4
Posted 22 March 2013 - 03:30 AM
most likely eloraams fault for using weird block / damage values

Item frames are vanilla…
theoriginalbit #5
Posted 22 March 2013 - 03:32 AM
Item frames are entities not blocks.
Oh yeh, I forgot that they were entities. nvm….
PixelToast #6
Posted 22 March 2013 - 03:32 AM
i got mixed up with frames .-.