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