Block_Attack
Server/Item/Interactions/Weapons/Block/Variants/Block_Attack.json, 209 B
Fields
| Field | Type |
|---|---|
Type | string |
RequiredGameMode | string |
Next | object |
Failed | string |
Source
{
"Type": "Condition",
"RequiredGameMode": "Creative",
"Next": {
"Type": "Serial",
"Interactions": [
"Block_Break",
"Block_Attack_Swing"
]
},
"Failed": "Block_Attack_Swing"
}