Jump to content

SOLVED [1.19.4] How to make mob shoot 3 arrows (like multishot) with a bow


a_random_something

Recommended Posts

I do believe your custom mob needs to implement the RangeAttackMob interface. Then make your mob shoot 3 arrows via implementing the performRangedAttack() method. See the AbstractSkeleton class for reference, which makes the Skeleton mobs shoot only 1 arrow.

If you need help on making a mob in general, refer to this video: https://www.youtube.com/watch?v=6ycbDR4hAkI

 

Link to comment
Share on other sites

  • a_random_something changed the title to SOLVED [1.19.4] How to make mob shoot 3 arrows (like multishot) with a bow

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.