Fix incorrect name in deserialiser for zombie pigmen
This commit is contained in:
parent
6e80f7544d
commit
9aa85e38a8
@ -501,11 +501,12 @@ eMonsterType NamespaceSerializer::ToMonsterType(const std::string_view a_ID)
|
||||
{ "zoglin", mtZoglin },
|
||||
{ "zombie", mtZombie },
|
||||
{ "zombie_horse", mtZombieHorse },
|
||||
{ "zombie_pigman", mtZombiePigman },
|
||||
{ "zombified_piglin", mtZombiePigman },
|
||||
{ "zombie_villager", mtZombieVillager },
|
||||
|
||||
{ "villager_golem", mtIronGolem },
|
||||
{ "snowman", mtSnowGolem },
|
||||
{ "villager_golem", mtIronGolem },
|
||||
{ "zombie_pigman", mtZombiePigman },
|
||||
|
||||
// Old names:
|
||||
{ "Bat", mtBat },
|
||||
|
Loading…
Reference in New Issue
Block a user