Block_Break_Adventure
Server/Item/Interactions/Weapons/Block_Break_Adventure.json, 142 B
Fields
| Field | Type |
|---|---|
Type | string |
RequiredGameMode | string |
Next | object |
Failed | object |
Source
{
"Type": "Condition",
"RequiredGameMode": "Adventure",
"Next": {
"Type": "BreakBlock"
},
"Failed": {
"Type": "Simple"
}
}