Check_Can_Break_Respawn
Server/Item/RootInteractions/Block/Check_Can_Break_Respawn.json, 283 B
Fields
| Field | Type |
|---|---|
Interactions | array[1] |
Source
{
"Interactions": [
{
"Type": "CanBreakRespawnPoint",
"Next": {
"Type": "Simple",
"RunTime": 0.1,
"Effects": {
"ItemAnimationId": "SwingLeft"
},
"Next": {
"Type": "BreakBlock"
}
}
}
]
}