public void ApplyRecipe() { Pack pack = BlockMap.Instance.player.GetComponent <Pack>(); pack.ApplyRecipe(recipe); }