#How Can I Make A Item Use A Function With A Cooldown

1 messages · Page 1 of 1 (latest)

rustic gate
#

.

grave cairn
#

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
}```
rustic gate
#

Events

#

I just needed to add a event

#

Thats what was bugging witg my code

#

Why did I say how