Add utensil box, add muffin tins to Kitchen Dinnerware Crate (#36948)
* Adds muffin tins to dinnerware crate * removed forks and spoons * Added utensile box, added utensile box to dinnerware crate
This commit is contained in:
@@ -477,3 +477,20 @@
|
||||
contents:
|
||||
- id: Envelope
|
||||
amount: 9
|
||||
|
||||
- type: entity
|
||||
name: utensil box
|
||||
parent: BoxCardboard
|
||||
id: BoxUtensil
|
||||
description: A box filled with forks and spoons.
|
||||
components:
|
||||
- type: Sprite
|
||||
layers:
|
||||
- state: box
|
||||
- state: utensils
|
||||
- type: StorageFill
|
||||
contents:
|
||||
- id: Fork
|
||||
amount: 2
|
||||
- id: Spoon
|
||||
amount: 2
|
||||
|
||||
@@ -84,12 +84,12 @@
|
||||
amount: 1
|
||||
- id: DrinkGlass
|
||||
amount: 4
|
||||
- id: FoodPlateMuffinTin
|
||||
amount: 4
|
||||
- id: FoodPlateTin
|
||||
amount: 4
|
||||
- id: Fork
|
||||
amount: 2
|
||||
- id: Spoon
|
||||
amount: 2
|
||||
- id: BoxUtensil
|
||||
amount: 1
|
||||
|
||||
- type: entity
|
||||
id: CrateFoodBarSupply
|
||||
|
||||
Reference in New Issue
Block a user