Started by
Antonyan000
on
Topic category: Help with Minecraft modding (Java Edition)
Hi, i would like to know if anybody knows how i could make a ridable ranged item, like, when you launch this item (like an arrow) with a bow, you get on the arrow and you would shoot as far as it goes, thanks and sorry for my bad english
Hey! This is actually possible as I have done the exact same thing in my mod a while back. Basically, what you need to do is use the "When ranged item used procedure" make the player ride the projectile that you are firing. Please contact me if you need a more detailed guide for this item. Thanks!
Thanks, but I have a little problem, when I put try to put the procedure in '' when ranged item used'' it puts that there are missing dependencies, I only putted
''make Event/Target Entity ride Source Entity''
I think that the problem it's with ''Event/Target Entity'' or ''Source Entity'' but i'm not sure.