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 GitHub
parent da2c9510b2
commit f45794002b
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