Adds some missing mobs
This commit is contained in:
parent
ebcd92c2fc
commit
bccb24b1e8
@ -262,7 +262,10 @@ public class EnumerationUtil {
|
|||||||
"RAVAGER", // Minercraft 1.14
|
"RAVAGER", // Minercraft 1.14
|
||||||
"ZOMBIFIED_PIGLIN", // Minecraft 1.16 (rename of PIG_ZOMBIE)
|
"ZOMBIFIED_PIGLIN", // Minecraft 1.16 (rename of PIG_ZOMBIE)
|
||||||
"HOGLIN", // Minecraft 1.16
|
"HOGLIN", // Minecraft 1.16
|
||||||
"ZOGLIN" // 1.16
|
"ZOGLIN", // 1.16
|
||||||
|
"PIGLIN",
|
||||||
|
"PIGLIN_BRUTE",
|
||||||
|
"WARDEN"
|
||||||
);
|
);
|
||||||
|
|
||||||
public static boolean isEntityTypeMonster(EntityType entityType) {
|
public static boolean isEntityTypeMonster(EntityType entityType) {
|
||||||
@ -301,7 +304,11 @@ public class EnumerationUtil {
|
|||||||
"PANDA", // Minecraft 1.14
|
"PANDA", // Minecraft 1.14
|
||||||
"LLAMA", // Minecraft 1.14
|
"LLAMA", // Minecraft 1.14
|
||||||
"LLAMA_SPIT", // Minecraft 1.14
|
"LLAMA_SPIT", // Minecraft 1.14
|
||||||
"STRIDER" // Minecraft 1.16
|
"STRIDER", // Minecraft 1.16
|
||||||
|
"GOAT", // 1.17
|
||||||
|
"GLOW_SQUID",
|
||||||
|
"FROG",
|
||||||
|
"AXOLOTL"
|
||||||
);
|
);
|
||||||
|
|
||||||
public static boolean isEntityTypeAnimal(EntityType entityType) {
|
public static boolean isEntityTypeAnimal(EntityType entityType) {
|
||||||
|
Loading…
Reference in New Issue
Block a user