BlockCondition
Server/Item/Interactions/Tests/BlockCondition.json, 281 B
Fields
| Field | Type |
|---|---|
Type | string |
Matchers | array[1] |
Next | object |
Failed | object |
Source
{
"Type": "BlockCondition",
"Matchers": [
{
"Block": {
"Id": "Rock_Stone",
"State": "default"
},
"Face": "Up"
}
],
"Next": {
"Type": "Simple",
"RunTime": 0.5
},
"Failed": {
"Type": "Simple",
"RunTime": 0.5
}
}