Entity Sneak animation

Started by Grofftinont on

Topic category: Help with MCreator software

Last seen on 12:31, 14. Sep 2024
Joined Sep 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Entity Sneak animation

I want my 5 blocks tall entity being able to squat or sneak in 3 or 2 blocks, using GeockoLib animation that I named "sneak", that looks like it is squatting down in 3 blocks, but I suck at coding in Mcreator, and i don't really think there is any kind of ability to do this, but if there is some kind of other program that can help me with that idea, i would be very pleased if you tell me about it ;0

Last seen on 13:05, 18. Sep 2024
Joined Jul 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Put the sneak animation into…
Mon, 09/16/2024 - 15:37

Put the sneak animation into the geckolib entities animation section. Then on use the sneak procedure and the entity will recognise and use the animation set. To make it sneak you will need to set some sort of varibale. So on tick update is speed is lower than 0.5 then set sneak = true, or something else, whenever you want it to sneak.