Skip to content

Commit

Permalink
[DinoMod] egg cooking fix (#58466)
Browse files Browse the repository at this point in the history
* [DinoMod] egg cooking fix

* you need unique
  • Loading branch information
LyleSY authored Jun 16, 2022
1 parent f6be61e commit 95afc89
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions data/mods/DinoMod/recipes/food_egg.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"type": "recipe",
"activity_level": "LIGHT_EXERCISE",
"result": "scrambled_eggs",
"id_suffix": "dinosaur",
"id_suffix": "large dinosaur",
"category": "CC_FOOD",
"subcategory": "CSC_FOOD_OTHER",
"skill_used": "cooking",
Expand Down Expand Up @@ -54,7 +54,7 @@
"type": "recipe",
"activity_level": "LIGHT_EXERCISE",
"result": "fried_eggs",
"id_suffix": "dinosaur",
"id_suffix": "large dinosaur",
"category": "CC_FOOD",
"subcategory": "CSC_FOOD_OTHER",
"skill_used": "cooking",
Expand Down Expand Up @@ -408,7 +408,7 @@
"activity_level": "NO_EXERCISE",
"result": "powder_eggs",
"category": "CC_FOOD",
"id_suffix": "frozen_ingredients",
"id_suffix": "frozen_dino_ingredients",
"subcategory": "CSC_FOOD_DRY",
"skill_used": "cooking",
"difficulty": 2,
Expand All @@ -424,7 +424,7 @@
"type": "recipe",
"activity_level": "NO_EXERCISE",
"result": "powder_eggs",
"id_suffix": "dinosaur",
"id_suffix": "large dinosaur",
"category": "CC_FOOD",
"subcategory": "CSC_FOOD_DRY",
"skill_used": "cooking",
Expand All @@ -442,7 +442,7 @@
"activity_level": "NO_EXERCISE",
"result": "powder_eggs",
"category": "CC_FOOD",
"id_suffix": "frozen_ingredients",
"id_suffix": "frozen_lg_dino_ingredients",
"subcategory": "CSC_FOOD_DRY",
"skill_used": "cooking",
"difficulty": 2,
Expand Down

0 comments on commit 95afc89

Please sign in to comment.