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