How do I make a Mortar as a mob?

Started by shaengrewdo on

Topic category: Help with Minecraft modding (Java Edition)

Joined Nov 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How do I make a Mortar as a mob?

I'm using MCreator 2024.3 and Geckolib. I want to create a mortar as an entity that fires a bullet upward and then falls onto the player.

I know I can create a mob as the mortar and a mob as the bullet, but I don't know how to make the bullet drop when it activates its attack animation.

Please help

Joined Nov 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I made it to fire a bullet…
Sun, 11/24/2024 - 12:40

I made it to fire a bullet onto the player and explode by using the EntityIsHurt procedure but could not get it to use normal attack