mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
Replace ZombiePigman with ZombifiedPiglin
Use "ZombifiedPiglin" in place of "ZombiePigman" for older versions of Minecraft.
This commit is contained in:
parent
dc5ca8c79a
commit
ee164dfcc2
7 changed files with 5 additions and 7 deletions
|
|
@ -96,7 +96,7 @@ namespace MinecraftClient.Mapping.EntityPalettes
|
||||||
{ 54, EntityType.Zombie },
|
{ 54, EntityType.Zombie },
|
||||||
{ 55, EntityType.Slime },
|
{ 55, EntityType.Slime },
|
||||||
{ 56, EntityType.Ghast },
|
{ 56, EntityType.Ghast },
|
||||||
{ 57, EntityType.ZombiePigman },
|
{ 57, EntityType.ZombifiedPiglin },
|
||||||
{ 58, EntityType.Enderman },
|
{ 58, EntityType.Enderman },
|
||||||
{ 59, EntityType.CaveSpider },
|
{ 59, EntityType.CaveSpider },
|
||||||
{ 60, EntityType.Silverfish },
|
{ 60, EntityType.Silverfish },
|
||||||
|
|
|
||||||
|
|
@ -99,7 +99,7 @@ namespace MinecraftClient.Mapping.EntityPalettes
|
||||||
{ 50, EntityType.Parrot },
|
{ 50, EntityType.Parrot },
|
||||||
{ 51, EntityType.Pig },
|
{ 51, EntityType.Pig },
|
||||||
{ 52, EntityType.Pufferfish },
|
{ 52, EntityType.Pufferfish },
|
||||||
{ 53, EntityType.ZombiePigman },
|
{ 53, EntityType.ZombifiedPiglin },
|
||||||
{ 54, EntityType.PolarBear },
|
{ 54, EntityType.PolarBear },
|
||||||
{ 55, EntityType.Tnt },
|
{ 55, EntityType.Tnt },
|
||||||
{ 56, EntityType.Rabbit },
|
{ 56, EntityType.Rabbit },
|
||||||
|
|
|
||||||
|
|
@ -69,7 +69,7 @@ namespace MinecraftClient.Mapping.EntityPalettes
|
||||||
mappings[53] = EntityType.Parrot;
|
mappings[53] = EntityType.Parrot;
|
||||||
mappings[54] = EntityType.Pig;
|
mappings[54] = EntityType.Pig;
|
||||||
mappings[55] = EntityType.Pufferfish;
|
mappings[55] = EntityType.Pufferfish;
|
||||||
mappings[56] = EntityType.ZombiePigman;
|
mappings[56] = EntityType.ZombifiedPiglin;
|
||||||
mappings[57] = EntityType.PolarBear;
|
mappings[57] = EntityType.PolarBear;
|
||||||
mappings[58] = EntityType.Tnt;
|
mappings[58] = EntityType.Tnt;
|
||||||
mappings[59] = EntityType.Rabbit;
|
mappings[59] = EntityType.Rabbit;
|
||||||
|
|
|
||||||
|
|
@ -70,7 +70,7 @@ namespace MinecraftClient.Mapping.EntityPalettes
|
||||||
mappings[54] = EntityType.Parrot;
|
mappings[54] = EntityType.Parrot;
|
||||||
mappings[55] = EntityType.Pig;
|
mappings[55] = EntityType.Pig;
|
||||||
mappings[56] = EntityType.Pufferfish;
|
mappings[56] = EntityType.Pufferfish;
|
||||||
mappings[57] = EntityType.ZombiePigman;
|
mappings[57] = EntityType.ZombifiedPiglin;
|
||||||
mappings[58] = EntityType.PolarBear;
|
mappings[58] = EntityType.PolarBear;
|
||||||
mappings[59] = EntityType.Tnt;
|
mappings[59] = EntityType.Tnt;
|
||||||
mappings[60] = EntityType.Rabbit;
|
mappings[60] = EntityType.Rabbit;
|
||||||
|
|
|
||||||
|
|
@ -113,7 +113,7 @@ namespace MinecraftClient.Mapping.EntityPalettes
|
||||||
mappings[101] = EntityType.Zombie;
|
mappings[101] = EntityType.Zombie;
|
||||||
mappings[102] = EntityType.ZombieHorse;
|
mappings[102] = EntityType.ZombieHorse;
|
||||||
mappings[103] = EntityType.ZombieVillager;
|
mappings[103] = EntityType.ZombieVillager;
|
||||||
mappings[104] = EntityType.ZombiePigman;
|
mappings[104] = EntityType.ZombifiedPiglin;
|
||||||
mappings[105] = EntityType.Player;
|
mappings[105] = EntityType.Player;
|
||||||
mappings[106] = EntityType.FishingBobber;
|
mappings[106] = EntityType.FishingBobber;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -120,7 +120,6 @@ namespace MinecraftClient.Mapping
|
||||||
Zoglin,
|
Zoglin,
|
||||||
Zombie,
|
Zombie,
|
||||||
ZombieHorse,
|
ZombieHorse,
|
||||||
ZombiePigman,
|
|
||||||
ZombieVillager,
|
ZombieVillager,
|
||||||
ZombifiedPiglin,
|
ZombifiedPiglin,
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -46,7 +46,6 @@ namespace MinecraftClient.Mapping
|
||||||
case EntityType.WitherSkeleton:
|
case EntityType.WitherSkeleton:
|
||||||
case EntityType.Zoglin:
|
case EntityType.Zoglin:
|
||||||
case EntityType.Zombie:
|
case EntityType.Zombie:
|
||||||
case EntityType.ZombiePigman:
|
|
||||||
case EntityType.ZombieVillager:
|
case EntityType.ZombieVillager:
|
||||||
case EntityType.ZombifiedPiglin:
|
case EntityType.ZombifiedPiglin:
|
||||||
return true;
|
return true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue