Fix meat cooking construction graph (#20250)
This commit is contained in:
@@ -622,6 +622,9 @@
|
||||
- type: SliceableFood
|
||||
count: 3
|
||||
slice: FoodMeatCutletCooked
|
||||
- type: Construction
|
||||
graph: MeatSteak
|
||||
node: meat steak
|
||||
|
||||
- type: entity
|
||||
name: bacon
|
||||
@@ -676,6 +679,9 @@
|
||||
- type: SliceableFood
|
||||
count: 3
|
||||
slice: FoodMeatBearCutletCooked
|
||||
- type: Construction
|
||||
graph: BearSteak
|
||||
node: filet migrawr
|
||||
|
||||
- type: entity
|
||||
name: penguin filet
|
||||
@@ -701,6 +707,9 @@
|
||||
- type: SliceableFood
|
||||
count: 3
|
||||
slice: FoodMeatPenguinCutletCooked
|
||||
- type: Construction
|
||||
graph: PenguinSteak
|
||||
node: cooked penguin
|
||||
|
||||
- type: entity
|
||||
name: cooked chicken
|
||||
@@ -726,6 +735,9 @@
|
||||
- type: SliceableFood
|
||||
count: 3
|
||||
slice: FoodMeatChickenCutletCooked
|
||||
- type: Construction
|
||||
graph: ChickenSteak
|
||||
node: cooked chicken
|
||||
|
||||
- type: entity
|
||||
name: fried chicken
|
||||
@@ -779,6 +791,9 @@
|
||||
- type: SliceableFood
|
||||
count: 3
|
||||
slice: FoodMeatDuckCutletCooked
|
||||
- type: Construction
|
||||
graph: DuckSteak
|
||||
node: cooked duck
|
||||
|
||||
- type: entity
|
||||
name: cooked crab
|
||||
@@ -804,6 +819,9 @@
|
||||
Quantity: 5
|
||||
- ReagentId: Protein
|
||||
Quantity: 5
|
||||
- type: Construction
|
||||
graph: CrabSteak
|
||||
node: cooked crab
|
||||
|
||||
- type: entity
|
||||
name: goliath steak
|
||||
@@ -826,6 +844,9 @@
|
||||
Quantity: 5
|
||||
- ReagentId: Protein
|
||||
Quantity: 5
|
||||
- type: Construction
|
||||
graph: GoliathSteak
|
||||
name: goliath steak
|
||||
|
||||
- type: entity
|
||||
name: lizard steak
|
||||
@@ -851,6 +872,9 @@
|
||||
- type: SliceableFood
|
||||
count: 3
|
||||
slice: FoodMeatLizardCutletCooked
|
||||
- type: Construction
|
||||
graph: LizardSteak
|
||||
name: lizard steak
|
||||
|
||||
- type: entity
|
||||
name: boiled spider leg
|
||||
|
||||
@@ -86,7 +86,7 @@
|
||||
- minTemperature: 345 #apparently trichinellosis is a concern
|
||||
|
||||
- node: filet migrawr
|
||||
entity: FoodMealBearsteak
|
||||
entity: FoodMeatBearCooked
|
||||
|
||||
# crab steak
|
||||
- type: constructionGraph
|
||||
|
||||
Reference in New Issue
Block a user