Missed this.

This commit is contained in:
Sollace 2018-09-09 19:49:26 +02:00
parent c120207b2f
commit ea5ec9fdbe

View file

@ -1,7 +1,6 @@
package com.minelittlepony.model.player;
import com.minelittlepony.model.AbstractPonyModel;
import com.minelittlepony.pony.data.PonyWearable;
import com.minelittlepony.render.model.PonyRenderer;
import net.minecraft.entity.Entity;
@ -26,15 +25,6 @@ public class ModelEarthPony extends AbstractPonyModel {
}
}
@Override
protected void renderBody(Entity entity, float move, float swing, float ticks, float headYaw, float headPitch, float scale) {
super.renderBody(entity, move, swing, ticks, headYaw, headPitch, scale);
if (isWearing(PonyWearable.SADDLE_BAGS)) {
// saddlebags.renderPart(scale);
}
}
@Override
protected float getLegOutset() {
if (smallArms) {