mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2025-02-13 16:24:23 +01:00
Missed this.
This commit is contained in:
parent
c120207b2f
commit
ea5ec9fdbe
1 changed files with 0 additions and 10 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue