Fixed Husks rendering as standard zombies. Closes #3028
This commit is contained in:
parent
7f30e76dad
commit
dd3c3a249e
1 changed files with 1 additions and 1 deletions
|
@ -356,7 +356,7 @@ public class VillagerRegistry
|
|||
{
|
||||
if (prof == null)
|
||||
{
|
||||
if (entity.func_189777_di() != ZombieType.NORMAL)
|
||||
if (entity.func_189777_di() != ZombieType.NORMAL && entity.func_189777_di() != ZombieType.HUSK)
|
||||
entity.func_189778_a(ZombieType.NORMAL);
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue