Empty
Server/Item/Unarmed/Interactions/Empty.json, 2.5 KB
Fields
| Field | Type |
|---|---|
Interactions | object |
Source
{
"Interactions": {
"Wielding": "Double_Jump",
"Primary": {
"Settings": {
"Adventure": {
"Cooldown": {
"Id": "BlockInteraction",
"Cooldown": 0.35
}
},
"Creative": {
"AllowSkipChainOnClick": true,
"Cooldown": {
"Id": "BlockInteraction_Creative",
"Cooldown": 0.35,
"ClickBypass": true
}
}
},
"Interactions": [
{
"Type": "Simple",
"Next": {
"Type": "UseBlock",
"Failed": "Unarmed_Attack"
}
}
]
},
"Use": {
"Settings": {
"Adventure": {
"Cooldown": {
"Id": "BlockInteraction",
"Cooldown": 0.35
}
},
"Creative": {
"Cooldown": {
"Id": "BlockInteraction_Creative",
"Cooldown": 0.35,
"ClickBypass": true
}
}
},
"Interactions": [
{
"Type": "Simple",
"Effects": {
"ItemAnimationId": "Interact"
},
"Next": {
"Type": "UseBlock",
"Failed": {
"Type": "UseEntity",
"Failed": {
"Type": "BreakBlock",
"Harvest": true
}
}
}
}
]
},
"Pick": {
"Settings": {
"Adventure": {
"Cooldown": {
"Id": "BlockInteraction",
"Cooldown": 0.35
}
},
"Creative": {
"Cooldown": {
"Id": "BlockInteraction_Creative",
"Cooldown": 0.35,
"ClickBypass": true
}
}
},
"Interactions": [
{
"Type": "Simple",
"Effects": {
"ItemAnimationId": "Interact"
},
"Next": {
"Type": "PickBlock"
}
}
]
},
"Ability3": {
"Settings": {
"Adventure": {
"Cooldown": {
"Id": "BlockInteraction",
"Cooldown": 0.35
}
},
"Creative": {
"Cooldown": {
"Id": "BlockInteraction_Creative",
"Cooldown": 0.35,
"ClickBypass": true
}
}
},
"Interactions": [
{
"Type": "Simple",
"Next": {
"Type": "UseBlock",
"Failed": {
"Type": "UseEntity"
}
}
}
]
}
}
}