How can u render pitch?
Unsolved
ScriptAPI
-
-
@plumer-man mc.fontRenderer.Obj(mc.thePlayer.rotationYaw + "", 50, 50, 0xffffff);
-
@plumer-man if you mean for aura and scaffold check ModelBiped class
-
@plumer-man check method
setRotationAngles
in classnet.minecraft.client.model.ModelBiped
:public void setRotationAngles(float p_78087_1_, float p_78087_2_, float p_78087_3_, float p_78087_4_, float p_78087_5_, float p_78087_6_, Entity entityIn) { ... if (this.swingProgress > -9990.0F) { //injection, modify the bipedHead.rotateAngleX ... }