Help, how do I create a mob that looks like an anaconda from Alex's Mobs?

Started by MisterSmeet on

Topic category: Help with Minecraft modding (Java Edition)

Joined Mar 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Help, how do I create a mob that looks like an anaconda from Alex's Mobs?
Fri, 04/18/2025 - 19:43 (edited)

Help, how do I create a mob that looks like an anaconda from Alex's Mobs?  I have a mob, and it should work like the anaconda from alex mobs, namely, adapt to the environment, so that she crawls down the block and up the block. how do it?

Edited by MisterSmeet on Fri, 04/18/2025 - 19:43
Joined Feb 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I'm not entirely sure, but I…
Fri, 04/18/2025 - 23:53

I'm not entirely sure, but I think you would need to make an animation in Blockbench, get it into Mcreator, and then set a procedure on the tick update of the mob to detect if there is not a block under it, then play the animation. Now do the same but to detect if there is a block in front of it with y+1, and that plays it's respective animation. I think you need that GeckoLib plugin though.

Joined Mar 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
And how do I check if there…
Sat, 04/19/2025 - 07:04

And how do I check if there is a block under it? And how do I do the same thing, but to determine if there is a block with y + 1 in front of it? Could you show me the screenshots?