Help with making a flying mob faster.

Started by possumbud13 on

Topic category: Help with Minecraft modding (Java Edition)

Joined Jun 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Help with making a flying mob faster.
Mon, 10/13/2025 - 22:36 (edited)

I made a procedure to make the mob fly faster and when I have the values at 0.9 they move slowly at a steady pace, but when I set them higher than 1 they go faster and faster until they vanish. Here's the procedure https://imgur.com/a/x0ZJSXx

Edited by possumbud13 on Mon, 10/13/2025 - 22:36
Joined Jun 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
It did not let me post the…
Mon, 10/13/2025 - 22:31

It did not let me post the procedure picture- sorry guys

Joined Jun 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Ignore the comment above, I…
Mon, 10/13/2025 - 22:33

Ignore the comment above, I fixed it

Joined Dec 2014
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
why can't you just change…
Tue, 10/14/2025 - 07:05

why can't you just change the speed factor here?

Joined Jun 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
No, Minecraft's engine makes…
Tue, 10/14/2025 - 08:09

No, Minecraft's engine makes it always 0.3 no matter what number you put in, that's why I am having to use this procedure