private void Awake()
 {
     recipeDatabase = FindObjectOfType <CraftRecipeDatabase>();
 }