Replace ZombiePigman with ZombifiedPiglin

Use "ZombifiedPiglin" in place of "ZombiePigman" for older versions of Minecraft.
This commit is contained in:
ORelio 2020-08-23 23:46:18 +02:00 committed by ORelio
parent dc5ca8c79a
commit ee164dfcc2
7 changed files with 5 additions and 7 deletions

View file

@ -69,7 +69,7 @@ namespace MinecraftClient.Mapping.EntityPalettes
mappings[53] = EntityType.Parrot;
mappings[54] = EntityType.Pig;
mappings[55] = EntityType.Pufferfish;
mappings[56] = EntityType.ZombiePigman;
mappings[56] = EntityType.ZombifiedPiglin;
mappings[57] = EntityType.PolarBear;
mappings[58] = EntityType.Tnt;
mappings[59] = EntityType.Rabbit;