Apply the same amount of waggle to saddlebags as is applied to the body

This commit is contained in:
Sollace 2018-06-03 19:34:32 +02:00
parent f584f40826
commit bafe9aca31

View file

@ -19,6 +19,7 @@ public class ModelVillagerPony extends ModelAlicorn {
@Override
protected void shakeBody(float move, float swing, float bodySwing, float ticks) {
super.shakeBody(move, swing, bodySwing, ticks);
bodySwing /= 5;
bag.rotateAngleY = bodySwing;
apron.rotateAngleY = bodySwing;