Fix pancakes stacks (#30270)

Fix pancakes
This commit is contained in:
lzk
2024-07-28 05:49:06 +02:00
committed by GitHub
parent 3a10ffa030
commit e1e2d26969
2 changed files with 16 additions and 13 deletions

View File

@@ -257,14 +257,12 @@
- type: entity
name: blueberry pancake
parent: FoodBakedBase
parent: FoodBakedPancake
id: FoodBakedPancakeBb
description: A fluffy and delicious blueberry pancake.
components:
- type: Stack
stackType: Pancake
count: 1
composite: true
stackType: PancakeBb
layerStates:
- pancakesbb1
- pancakesbb2
@@ -281,7 +279,6 @@
- state: pancakesbb3
map: ["pancakesbb3"]
visible: false
- type: Appearance
- type: Tag
tags:
- Pancake
@@ -289,14 +286,12 @@
- type: entity
name: chocolate chip pancake
parent: FoodBakedBase
parent: FoodBakedPancake
id: FoodBakedPancakeCc
description: A fluffy and delicious chocolate chip pancake.
components:
- type: Stack
stackType: Pancake
count: 1
composite: true
stackType: PancakeCc
layerStates:
- pancakescc1
- pancakescc2
@@ -313,7 +308,6 @@
- state: pancakescc3
map: ["pancakescc3"]
visible: false
- type: Appearance
- type: SolutionContainerManager
solutions:
food:
@@ -323,9 +317,6 @@
Quantity: 5
- ReagentId: Theobromine
Quantity: 1
- type: Tag
tags:
- Pancake
- type: entity
name: waffles

View File

@@ -4,6 +4,18 @@
id: Pancake
name: pancake
spawn: FoodBakedPancake
maxCount: 9
- type: stack
id: PancakeBb
name: blueberry pancake
spawn: FoodBakedPancakeBb
maxCount: 3
- type: stack
id: PancakeCc
name: chocolate chip pancake
spawn: FoodBakedPancakeCc
maxCount: 3
# Food Containers