Fixed Breezies

This commit is contained in:
Sollace 2019-08-24 16:01:34 +02:00
parent aa0efe4f1e
commit 1532c7f158

View file

@ -76,7 +76,7 @@ public class ModelBreezie<T extends LivingEntity> extends BipedEntityModel<T> {
}
@Override
public void setAngles(T entity, float move, float swing, float ticks, float headYaw, float headPitch, float scale) {
public void method_17087(T entity, float move, float swing, float ticks, float headYaw, float headPitch, float scale) {
head.yaw = headYaw * 0.017453292F;
head.pitch = headPitch * 0.017453292F;