Versions / 0.6.0-pre.1 / Item / Interactions / Weapons / Pickaxe / Attacks / Pickaxe_Block_Break.json
Pickaxe_Block_Break
Server/Item/Interactions/Weapons/Pickaxe/Attacks/Pickaxe_Block_Break.json, 416 B
Fields
| Field | Type |
|---|---|
Type | string |
Failed | object |
Next | object |
Source
{
"Type": "UseBlock",
"Failed": {
"Type": "BreakBlock",
"Tool": "Pickaxe",
"UseLatestTarget": true
},
"Next": {
"Type": "Replace",
"Var": "Block_Hit_Camera_Effects",
"DefaultOk": true,
"DefaultValue": {
"Interactions": [
{
"Type": "Simple",
"Effects": {
"CameraEffect": "Pickaxe_Mine_Impact"
}
}
]
}
}
}