[WORKAROUND FOUND] Shoot Fireball Going Wrong Direction

Started by COMMANDO66 on

Topic category: Help with modding (Java Edition)

Last seen on 00:07, 8. Apr 2024
Joined Nov 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
[WORKAROUND FOUND] Shoot Fireball Going Wrong Direction
Sun, 04/30/2023 - 15:58 (edited)

I'm trying to make a procedure that shoots fireballs in a downward direction. Long story short, everything works just fine, except the fireballs go up.

Note that I know for a fact that the problem is not with the inaccuracy value. Despite the fact that the target entity (player) is not referenced at all in this, the fireball will go in the direction the player is facing with a strong upward angle when the procedure is invoked.

 

Shoot [Fireball ax 0, ay -5, az 0, shooter: No entity] from x, y-2, z with direction dx 0, dy, -5, dz 0, inaccuracy 6
Edited by COMMANDO66 on Sun, 04/30/2023 - 15:58
Last seen on 00:07, 8. Apr 2024
Joined Nov 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Edit: Issue not solved, but…
Sun, 04/30/2023 - 15:57

Edit: Issue not solved, but I ended up using a custom bomb instead so the fireball question is now moot.