I need to figure out how to make a mortar mob

Started by SmashyJ on

Topic category: Help with Minecraft modding (Java Edition)

Joined Dec 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I need to figure out how to make a mortar mob

I really need help with this I can't find any answers to my problem. The title says it all. I want the mortar mob to launch projectiles from it's location to its target's location in a big arc. nothing I try works though so I need help.

Joined Feb 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
at the end of the "shoot…
Thu, 07/24/2025 - 06:46

at the end of the "shoot projectile" procedure block there are "dx", "dy", "dz" you would need to somehow calculate the position of the player into "dx", "dy", "dz" offsets and fire the projectile