1
0

Fix incorrect name in deserialiser for zombie pigmen

This commit is contained in:
Tiger Wang 2021-04-06 23:12:50 +01:00
parent 6e80f7544d
commit 9aa85e38a8

View File

@ -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 },