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

Started by Sir_cookie98 on

Topic category: Help with Minecraft modding (Java Edition)

Active 4 years ago
Joined Jun 2016
Points:
1724

User statistics:

  • Modifications: 6
  • Forum topics: 17
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 1752
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.

Active 6 months ago
Joined Jan 2017
Points:
948

User statistics:

  • Modifications: 0
  • Forum topics: 23
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 274
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.

Active 1 year ago
Joined Nov 2021
Points:
452

User statistics:

  • Modifications: 0
  • Forum topics: 4
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 4
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)

Active 3 months ago
Joined Jul 2021
Points:
594

User statistics:

  • Modifications: 0
  • Forum topics: 18
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 32
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