How do I make creepers jump at the player using procedures and such

Started by galaxygoat on

Topic category: Advanced modding

Joined Feb 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How do I make creepers jump at the player using procedures and such

As the title says, I want to know how to make creepers jump at the player when priming/exploding.

Joined May 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Off the top of my head I can…
Tue, 02/25/2025 - 04:37

Off the top of my head I can't think of a way to check when a creeper starts charging without being really resource intensive.

However, once you figure out how to detect that, the jump will be really simple; you just need to use the "Attempt to override motion vector of" block and then subtract the two sets of coordinates to get the direction vector.