mirror of
https://github.com/AtlasMediaGroup/TotalFreedomMod.git
synced 2025-06-11 21:43:54 +00:00
resonance freqency of a cow
This commit is contained in:
@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user