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