mirror of
https://github.com/YouHaveTrouble/QuickerStacker.git
synced 2026-05-11 21:56:55 +00:00
make interactions with empty hand work
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user