How Do You Make A Mob That Only Jumps To Move?

Started by Sir_cookie98 on

Topic category: Help with modding (Java Edition)

Last seen on 14:52, 1. Oct 2020
Joined Jun 2016
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How Do You Make A Mob That Only Jumps To Move?

I am trying to make a mob that jumps to move around, but it always walks and only occasionally jumps. I do not want to use slime AI as I want a custom name and drops.

Last seen on 15:27, 10. Oct 2022
Joined Jan 2017
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I wish there was a way to…
Fri, 09/20/2019 - 15:28

I wish there was a way to disable drops for AI, if that was the case life would be way easier.

Last seen on 20:14, 9. May 2023
Joined Nov 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Have you tried to find the…
Sun, 11/21/2021 - 10:01

Have you tried to find the relevant fragment in AI silme and recreate it? (sorry for my English)

Last seen on 22:25, 13. Sep 2023
Joined Jul 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
you can do it by overriding…
Sun, 04/10/2022 - 17:16

you can do it by overriding it's motion vector to X = get X velocity Y + 2 Z = get Z velocity