I want this ↓
{
"condition": "minecraft:entity_properties",
"entity": "this",
"predicate": {
"flags": {
"is_on_cooldown": true
}
}
}
Returns true if the weapon is on hit cooldown (Right after attacking)
Potential uses:
- Left Click detection ← Useful
- Miss detection ← Useful
Please sign in to leave a comment.
0 Comments