public function addRecipe(Recipe $recipe) { $this->craftingManager->registerRecipe($recipe); }
public function addRecipe(Recipe $recipe) { $this->craftingManager->registerRecipe($recipe); $this->generateRecipeList(); }