Posted 19 September 2014 - 08:42 AM
I am using the compare() function but can never get a 'false' value. I've googled around and have been only able to find bug reports specifying previous versions, in which it was stated that bug had been fixed. Am I doing something wrong or is this a known bug?
MC ver 1.6.4
CC ver 1.63 (official)
MC ver 1.6.4
CC ver 1.63 (official)
while true do
if turtle.detect() then
print(turtle.compare())
end
end