Adding Firework-Like Elytra Boost

Started by jakebrunsdon on

Topic category: Help with Minecraft modding (Java Edition)

Joined Jun 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Adding Firework-Like Elytra Boost

Hi All! I'm new to MCreator and am trying to make a mod that adds an item that functions like a firework rocket and increases the player's speed when gliding with an elytra. I've managed to make everything work except the boost itself. I can't find a way to affect a gliding player's speed. Is there something I'm missing or is this not something that can be done in MCreator?

Thanks in advance for your help.

Joined Apr 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Hi, I think there is…
Sun, 06/15/2025 - 16:43

Hi, I think there is multiples way of doing this. You can send a firework for the entity by doing this you will create a boost when you use the item. But the proper way to make this is by overriding the velocity vectors of the players wich is hard to explain well