My entity is not moving at all

Started by PopcatCookie on

Topic category: Help with Minecraft modding (Java Edition)

Joined Jan 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
My entity is not moving at all

I've made a procedure on entity tick update that makes the entity follow the player but nothing works, I've tried putting a "send message" procedure block and the message wasn't showing up so I think the problem is from the "if does entity exist" procedure block.

 

Here's my code: https://imgur.com/a/4PsYrD8

Joined Aug 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I think you just don't have…
Sat, 03/15/2025 - 12:03

I think you just don't have the right trigger. It's "No additional Trigger" and it's supposed to be "On Player tick update" or "On world tick update". If it doesn't work then try increasing speed factor.

Joined Jan 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I don't think I need this…
Sat, 03/15/2025 - 13:40

I don't think I need this because I've defined the procedure as "On loaded entity update" in the Triggers tab in the entity's settings