Pigmen should use the zombie model

This commit is contained in:
Sollace 2018-08-17 17:41:19 +02:00
parent 85622b335d
commit 0ca03dbfa6

View file

@ -12,7 +12,7 @@ public class RenderPonyPigman extends RenderPonyMob<EntityPigZombie> {
private static final ResourceLocation PIGMAN = new ResourceLocation("minelittlepony", "textures/entity/zombie/zombie_pigman_pony.png");
public RenderPonyPigman(RenderManager manager) {
super(manager, PMAPI.alicorn);
super(manager, PMAPI.zombie);
}
@Override