Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

How can I hide a specific recipe that is already discovered?

Hi, use the Discover plugin command with the discover parameter set to false.

(+1)

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