Raw meatball cooks into cooked meatball (#36003)

meatballs can be cooked on their own
This commit is contained in:
Centronias 2025-03-26 23:26:13 -07:00 committed by deltanedas
parent 0d3b39493f
commit 32973a491e
2 changed files with 22 additions and 0 deletions

View File

@ -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

View File

@ -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