make interactions with empty hand work

This commit is contained in:
2026-01-21 19:22:52 +01:00
parent 1ffe4fe924
commit e786383e10
@@ -0,0 +1,96 @@
{
"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"
}
}
]
},
"Secondary": "Block_Secondary"
}
}