Posted November 27, 20231 yr I have a mob that shoots a bow and i want it to shoot 3 arrows at once in a spread like multishot, but i have no idea how to go about it. Any ideas? Edited November 30, 20231 yr by a_random_something
November 29, 20231 yr 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
November 30, 20231 yr Author Appreciate the help, but I did manage to figure it out with some tutorials. The main problem was figuring out how to calculate the angles for the arrows to shoot at
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.