ZOMBIFIED_PIGLIN
This commit is contained in:
parent
41bed534d4
commit
2038aafb51
@ -224,7 +224,8 @@ public class EnumerationUtil
|
|||||||
"DOLPHIN", // Minecraft 1.13
|
"DOLPHIN", // Minecraft 1.13
|
||||||
"DROWNED", // Minecraft 1.13
|
"DROWNED", // Minecraft 1.13
|
||||||
"PILLAGER", // Minecraft 1.14
|
"PILLAGER", // Minecraft 1.14
|
||||||
"RAVAGER" // Minercraft 1.14
|
"RAVAGER", // Minercraft 1.14
|
||||||
|
"ZOMBIFIED_PIGLIN" // Minecraft 1.16 (rename of PIG_ZOMBIE)
|
||||||
);
|
);
|
||||||
|
|
||||||
public static boolean isEntityTypeMonster(EntityType entityType)
|
public static boolean isEntityTypeMonster(EntityType entityType)
|
||||||
|
Loading…
Reference in New Issue
Block a user