How can I hide a specific recipe that is already discovered?
Hi, use the Discover plugin command with the discover parameter set to false.
That's fast. Thanks for your work!
Also, is there a way to use this function in javascript?
Through JavaScript it would be
$cgmz.getRecipe("name").unlearn();
Thanks again