Raw meatball cooks into cooked meatball (#36003)
meatballs can be cooked on their own
This commit is contained in:
@@ -664,6 +664,9 @@
|
||||
- Meat
|
||||
- type: Sprite
|
||||
state: meatball
|
||||
- type: Construction
|
||||
graph: MeatMeatballCooked
|
||||
node: start
|
||||
|
||||
- type: entity
|
||||
name: slimeball
|
||||
@@ -1178,6 +1181,9 @@
|
||||
entries:
|
||||
Burger: MeatBall
|
||||
Taco: MeatBall
|
||||
- type: Construction
|
||||
graph: MeatMeatballCooked
|
||||
node: meatball cooked
|
||||
|
||||
- type: entity
|
||||
name: boiled snail
|
||||
|
||||
@@ -0,0 +1,16 @@
|
||||
- type: constructionGraph
|
||||
id: MeatMeatballCooked
|
||||
start: start
|
||||
graph:
|
||||
|
||||
- node: start
|
||||
edges:
|
||||
- to: meatball cooked
|
||||
completed:
|
||||
- !type:PlaySound
|
||||
sound: /Audio/Effects/sizzle.ogg
|
||||
steps:
|
||||
- minTemperature: 335
|
||||
|
||||
- node: meatball cooked
|
||||
entity: FoodMeatMeatballCooked
|
||||
Reference in New Issue
Block a user