meatballs can be cooked on their own
- Meat
- type: Sprite
state: meatball
+ - type: Construction
+ graph: MeatMeatballCooked
+ node: start
- type: entity
name: slimeball
entries:
Burger: MeatBall
Taco: MeatBall
+ - type: Construction
+ graph: MeatMeatballCooked
+ node: meatball cooked
- type: entity
name: boiled snail
--- /dev/null
+- 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