Lantern_Purple
Server/Item/Interactions/Block/Lantern/Lantern_Purple.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": "Purple",
"Yellow": "Purple",
"Red": "Purple",
"White": "Purple",
"Blue": "Purple",
"Cyan": "Purple",
"Green": "Purple",
"Pink": "Purple"
}
},
"Failed": "Block_Secondary"
}