resonance freqency of a cow

This commit is contained in:
ZeroEpoch1969
2019-07-17 12:35:36 -07:00
parent 4a91c8129b
commit c7e0a7a288
18 changed files with 98 additions and 42 deletions

View File

@ -48,6 +48,7 @@ public class Groups
EntityType.BLAZE,
EntityType.CAVE_SPIDER,
EntityType.CHICKEN,
EntityType.CAT,
EntityType.COD,
EntityType.COW,
EntityType.CREEPER,
@ -56,6 +57,7 @@ public class Groups
EntityType.ENDER_DRAGON,
EntityType.ENDERMAN,
EntityType.EVOKER,
EntityType.FOX,
EntityType.GHAST,
EntityType.GIANT,
EntityType.HUSK,
@ -66,12 +68,15 @@ public class Groups
EntityType.MAGMA_CUBE,
EntityType.MUSHROOM_COW,
EntityType.OCELOT,
EntityType.PANDA,
EntityType.PARROT,
EntityType.PILLAGER,
EntityType.PHANTOM,
EntityType.PIG,
EntityType.PIG_ZOMBIE,
EntityType.POLAR_BEAR,
EntityType.PUFFERFISH,
EntityType.RAVAGER,
EntityType.SHEEP,
EntityType.SHULKER,
EntityType.SILVERFISH,
@ -82,6 +87,7 @@ public class Groups
EntityType.SQUID,
EntityType.STRAY,
EntityType.TROPICAL_FISH,
EntityType.TRADER_LLAMA,
EntityType.TURTLE,
EntityType.VEX,
EntityType.VILLAGER,
@ -89,6 +95,7 @@ public class Groups
EntityType.WITHER,
EntityType.WITHER_SKELETON,
EntityType.VINDICATOR,
EntityType.WANDERING_TRADER,
EntityType.WOLF,
EntityType.ZOMBIE);
}