Lantern_Yellow
Server/Item/Interactions/Block/Lantern/Lantern_Yellow.json, 429 B
Fields
| Field | Type |
|---|---|
Type | string |
Matchers | array[1] |
Next | object |
Failed | string |
Source
{
"Type": "BlockCondition",
"Matchers": [
{
"Block": {
"Id": "Furniture_Human_Ruins_Lantern"
}
}
],
"Next": {
"Type": "ChangeState",
"Changes": {
"default": "Yellow",
"White": "Yellow",
"Red": "Yellow",
"Blue": "Yellow",
"Cyan": "Yellow",
"Green": "Yellow",
"Pink": "Yellow",
"Purple": "Yellow"
}
},
"Failed": "Block_Secondary"
}