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

[1.51] Turned Logs(block) turtle.compare invalid (?)

Started by Ray_Anor, 22 March 2013 - 07:01 AM
Ray_Anor #1
Posted 22 March 2013 - 08:01 AM
ComputerCraft Version Information: 1.51 Client / 1.51 Server

Description of Bug:

When comparing wood in inventory with side turned wood out - compare functions returns false, but wood is equal.
I'm thing its a bug.

Steps to Reproduce Bug:
Place turtle, place in first slot wood, place this wood in front of it, but sided
in lua promt use commands (or from programm):

turtle.select(1)
print("turtle.compare()")

result: printed false but must be true
Cloudy #2
Posted 22 March 2013 - 08:13 AM
Known. When compare improvements are finally in, this will be fixed.
Cranium #3
Posted 22 March 2013 - 04:49 PM
When you say 'when compare improvements are in', do you mean as a ComputerCraft improvement, or as a forge improvement?