Rotate Projectile?

Started by Lynical on

Topic category: Troubleshooting, bugs, and solutions

Last seen on 21:48, 6. Sep 2021
Joined May 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Rotate Projectile?

I currently have a fireball projectile that I've been working on. I got rid of gravity so it shoots in a straight line and a nice model for it. However, projectiles shoot like an arrow so the top of the fireball model is facing the same way the player was. How can I change the projectile's position? I tried going into the block bench and changing the direction in there, but it only worked partially. I also tried to use
"set rotation of target/entity yaw: pitch: " and even changed target/entity to source entity. However, it either breaks the fireball function completely. Or simply moves the player's camera and the target isn't being set to the fireball.

Last seen on 21:29, 23. Apr 2024
Joined Feb 2016
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How do you did the gravity…
Tue, 10/19/2021 - 22:22

How do you did the gravity thing? I used a command to set the nbt of gravity to 1 but it didn't work

Last seen on 23:16, 23. Apr 2024
Joined Sep 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
"set no-gravity of immediate…
Thu, 09/22/2022 - 07:22

"set no-gravity of immediate source entity to (true)"

Last seen on 05:05, 19. Apr 2024
Joined Jan 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
i have a problem that my…
Tue, 02/07/2023 - 14:13

i have a problem that my projectiles are shot like fireballs so I can't make custom arrows.