function os.version()
if turtle then
return "TurtleOS 1.3"
end
return "CraftOS 1.3"

Should be 1.31? Same case for the back port. Edit your own bios.lua to fix it. Im sure the next version will be correct.
I know it's minor but, small raindrops makes puddles.


function os.version()
if turtle then
return "TurtleOS 1.31"
end
return "CraftOS 1.31"