diff --git a/overcooked_simulator/game_content/item_info.yaml b/overcooked_simulator/game_content/item_info.yaml
index 001385378e930994f93fa88cd1e3ac91b82fa221..a6458c6329cbf0323e6fb59338f34e0739c9786e 100644
--- a/overcooked_simulator/game_content/item_info.yaml
+++ b/overcooked_simulator/game_content/item_info.yaml
@@ -88,7 +88,7 @@ ChoppedOnion:
   seconds: 5.0
   equipment: CuttingBoard
 
-Patty:
+RawPatty:
   type: Ingredient
   needs: [ Meat ]
   seconds: 4.0
@@ -127,7 +127,7 @@ ChoppedSausage:
 CookedPatty:
   type: Ingredient
   seconds: 5.0
-  needs: [ Patty ]
+  needs: [ RawPatty ]
   equipment: Pan
 
 # --------------------------------------------------------------------------------
diff --git a/overcooked_simulator/game_content/item_info_debug.yaml b/overcooked_simulator/game_content/item_info_debug.yaml
index b00ea70b442e5e504f56d55f43e1ba7a398d32e2..c2282253e9539c9686cd6746f536e0316c3b21ec 100644
--- a/overcooked_simulator/game_content/item_info_debug.yaml
+++ b/overcooked_simulator/game_content/item_info_debug.yaml
@@ -88,7 +88,7 @@ ChoppedOnion:
   seconds: 0.1
   equipment: CuttingBoard
 
-Patty:
+RawPatty:
   type: Ingredient
   needs: [ Meat ]
   seconds: 0.1
@@ -127,7 +127,7 @@ ChoppedSausage:
 CookedPatty:
   type: Ingredient
   seconds: 0.1
-  needs: [ Patty ]
+  needs: [ RawPatty ]
   equipment: Pan
 
 # --------------------------------------------------------------------------------