@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user