Ranged Item: Ride Proyectile

Started by Antonyan000 on

Topic category: Help with Minecraft modding (Java Edition)

Joined Mar 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Ranged Item: Ride Proyectile

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, I tried to do it like this:

 

-Event Trigger (No Additional trigger)

    -Make Event/Target Entity ride Source Entity

 

I think that the problem it's with ''Event/Target Entity'' or ''Source Entity'' because when i try to put this procedure in the ranged item (when ranged item is used) it doesn't let me to do it because says that there are missing dependencies (the mod is in the version 1.16.5), sorry for my bad english

Joined Apr 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I think that (Make (Event…
Wed, 04/05/2023 - 16:50

I think that (Make (Event/target entity) ride (Immediate source entity)) should work when placed under while projectile flying tick, this may cause some lag or weirdness unless you add a condition, but I'm not sure.