Started by
Mr_Zugibol
on
Topic category: Help with Minecraft modding (Java Edition)
Add hand animation to the bib. Here is the code that allows you to animate your hands:
armorModel.bipedRightArm = new Bib name().rightArm;
armorModel.bipedLeftArm = new Bib name().leftArm;
I hope you add this to the 2020.4 update, because I'm tired of climbing into the code:)
https://mcreator.net/tracker/issue/55403
Like this?