#How Can I Make A Item Use A Function With A Cooldown
1 messages · Page 1 of 1 (latest)
If your item is used using minecraft:on_use, you can use minecraft:cooldown to use the same cooldown mechanic as ender pearls
example :
"minecraft:cooldown": {
"type": "anything",
"duration": 3
}```