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