Rename cooking shelf, improve content whitelist (#30858)
Rename cooking shelf to kitchen shelf Co-authored-by: plykiya <plykiya@protonmail.com>
This commit is contained in:
@@ -39,6 +39,9 @@
|
||||
types:
|
||||
Blunt: 0
|
||||
- type: DnaSubstanceTrace
|
||||
- type: Tag
|
||||
tags:
|
||||
- DrinkCup
|
||||
|
||||
- type: entity
|
||||
parent: DrinkBaseCup
|
||||
|
||||
@@ -70,7 +70,7 @@
|
||||
map: ["enum.StorageVisualLayers.Base"]
|
||||
- state: unlocked
|
||||
shader: unshaded
|
||||
# used to keep the unlocked light visible while open.
|
||||
# used to keep the unlocked light visible while open.
|
||||
- state: closed
|
||||
map: ["enum.StorageVisualLayers.Door"]
|
||||
- state: locked
|
||||
@@ -342,7 +342,7 @@
|
||||
- type: entity
|
||||
id: ShelfKitchen
|
||||
parent: ShelfBase
|
||||
name: cooking shelf
|
||||
name: kitchen shelf
|
||||
description: Holds knifes, spice, and everything nice!
|
||||
components:
|
||||
- type: Sprite
|
||||
@@ -385,6 +385,9 @@
|
||||
maxItemSize: Normal
|
||||
whitelist:
|
||||
tags:
|
||||
- DrinkBottle
|
||||
- DrinkCan
|
||||
- DrinkCup
|
||||
- DrinkGlass
|
||||
- BoxCardboard
|
||||
- MonkeyCube
|
||||
@@ -397,6 +400,7 @@
|
||||
- RollingPin
|
||||
- Ingredient
|
||||
- Trash
|
||||
- Plastic
|
||||
- type: Construction
|
||||
graph: Shelf
|
||||
node: ShelfKitchen
|
||||
|
||||
@@ -186,7 +186,7 @@
|
||||
|
||||
- type: construction
|
||||
id: ShelfKitchen
|
||||
name: cooking shelf
|
||||
name: kitchen shelf
|
||||
description: Holds your knifes, spice, and everything nice!
|
||||
graph: Shelf
|
||||
startNode: start
|
||||
|
||||
@@ -545,13 +545,16 @@
|
||||
- type: Tag
|
||||
id: DrinkCan
|
||||
|
||||
- type: Tag
|
||||
id: DrinkCup
|
||||
|
||||
- type: Tag
|
||||
id: DrinkGlass
|
||||
|
||||
- type: Tag
|
||||
id: DrinkSpaceGlue
|
||||
|
||||
- type: Tag
|
||||
- type: Tag
|
||||
id: Dropper
|
||||
|
||||
- type: Tag
|
||||
|
||||
Reference in New Issue
Block a user