#How Do I Make My Custom Bow Use The Pull Animation
1 messages · Page 1 of 1 (latest)
Maybe just copy and paste the bow code
if you add the on_use component,, and the food component, when you start holding right click, the on_use will only trigger once, so its basicaly like on_entry for is_using_item. what you can do is add a tag to the player with on_use , named ‘drawing_bow’, and then in a tick function, u can add this command: scoreboard players add @a[tag=drawing_bow] bow_time 1