diff --git a/src/main/java/com/minelittlepony/model/player/ModelBatpony.java b/src/main/java/com/minelittlepony/model/player/ModelBatpony.java index f506e8c6..27fcbf36 100644 --- a/src/main/java/com/minelittlepony/model/player/ModelBatpony.java +++ b/src/main/java/com/minelittlepony/model/player/ModelBatpony.java @@ -40,14 +40,14 @@ public class ModelBatpony extends ModelEarthPony implements IModelPegasus { @Override protected void initEars(PonyRenderer head, float yOffset, float stretch) { head.child() - .tex(14, 16).box(-4, -6, 0.5F, 1, 2, 2, stretch) // right ear + .tex(12, 16).box(-4, -6, 1, 2, 2, 2, stretch) // right ear .tex(0, 3).box(-4, -6.49F, 2.49F, 1, 1, 1, stretch) - .tex(0, 5).box(-3, -5, 1.5F, 1, 1, 1, stretch); + .tex(0, 5).box(-3, -6.25F, 1.25F, 1, 1, 1, stretch); head.child().flip() - .tex(14, 16).box( 3, -6, 0.5F, 1, 2, 2, stretch) // left ear + .tex(12, 16).box( 2, -6, 1, 2, 2, 2, stretch) // left ear .tex(0, 3).box( 3, -6.49F, 2.49F, 1, 1, 1, stretch) - .tex(0, 5).box( 2, -5, 1.5F, 1, 1, 1, stretch); + .tex(0, 5).box( 2, -6.25F, 1.25F, 1, 1, 1, stretch); } @Override diff --git a/src/main/resources/assets/minelittlepony/textures/entity/alex_pony.png b/src/main/resources/assets/minelittlepony/textures/entity/alex_pony.png index ee205ff7..12d0b62d 100644 Binary files a/src/main/resources/assets/minelittlepony/textures/entity/alex_pony.png and b/src/main/resources/assets/minelittlepony/textures/entity/alex_pony.png differ