mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2025-02-13 16:24:23 +01:00
Debug code pls
This commit is contained in:
parent
d23c3f23fa
commit
6981cde884
1 changed files with 0 additions and 3 deletions
|
@ -71,9 +71,6 @@ public abstract class AbstractPonyModel extends ModelPlayer implements IModel {
|
|||
|
||||
@Override
|
||||
public void setRotationAngles(float move, float swing, float age, float headYaw, float headPitch, float scale, Entity entity) {
|
||||
this.boxList.clear();
|
||||
this.init(0, 0);
|
||||
|
||||
super.setRotationAngles(move, swing, age, headYaw, headPitch, scale, entity);
|
||||
|
||||
float headRotateAngleY = isSleeping ? 1.4f : headYaw / 57.29578F;
|
||||
|
|
Loading…
Reference in a new issue