mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2025-02-13 08:14:23 +01:00
Fixed Breezies
This commit is contained in:
parent
aa0efe4f1e
commit
1532c7f158
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue