Started by
Grofftinont
on
Topic category: Help with MCreator software
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
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.