mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2024-11-26 14:27:59 +01:00
Pigmen should use the zombie model
This commit is contained in:
parent
85622b335d
commit
0ca03dbfa6
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue