Condition_Fill_Mug
Server/Item/Interactions/Block/Condition_Fill_Mug.json, 217 B
Fields
| Field | Type |
|---|---|
Type | string |
Crouching | boolean |
Next | object |
Failed | string |
Source
{
"Type": "Condition",
"Crouching": false,
"Next": {
"Type": "Replace",
"DefaultValue": {
"Interactions": [
"Mug_Fill"
]
},
"Var": "Fill"
},
"Failed": "Block_Secondary"
}