4848import org .spongepowered .api .entity .living .animal .Goat ;
4949import org .spongepowered .api .entity .living .animal .HappyGhast ;
5050import org .spongepowered .api .entity .living .animal .Hoglin ;
51+ import org .spongepowered .api .entity .living .animal .Nautilus ;
5152import org .spongepowered .api .entity .living .animal .Ocelot ;
5253import org .spongepowered .api .entity .living .animal .Panda ;
5354import org .spongepowered .api .entity .living .animal .Parrot ;
5960import org .spongepowered .api .entity .living .animal .Strider ;
6061import org .spongepowered .api .entity .living .animal .Turtle ;
6162import org .spongepowered .api .entity .living .animal .Wolf ;
63+ import org .spongepowered .api .entity .living .animal .ZombieNautilus ;
64+ import org .spongepowered .api .entity .living .animal .camel .Camel ;
65+ import org .spongepowered .api .entity .living .animal .camel .CamelHusk ;
6266import org .spongepowered .api .entity .living .animal .cow .Cow ;
6367import org .spongepowered .api .entity .living .animal .cow .Mooshroom ;
6468import org .spongepowered .api .entity .living .animal .frog .Frog ;
6569import org .spongepowered .api .entity .living .animal .frog .Tadpole ;
66- import org .spongepowered .api .entity .living .animal .horse .Camel ;
6770import org .spongepowered .api .entity .living .animal .horse .Donkey ;
6871import org .spongepowered .api .entity .living .animal .horse .Horse ;
6972import org .spongepowered .api .entity .living .animal .horse .Mule ;
108111import org .spongepowered .api .entity .living .monster .raider .illager .spellcaster .Evoker ;
109112import org .spongepowered .api .entity .living .monster .raider .illager .spellcaster .Illusioner ;
110113import org .spongepowered .api .entity .living .monster .skeleton .Bogged ;
114+ import org .spongepowered .api .entity .living .monster .skeleton .Parched ;
111115import org .spongepowered .api .entity .living .monster .skeleton .Skeleton ;
112116import org .spongepowered .api .entity .living .monster .skeleton .Stray ;
113117import org .spongepowered .api .entity .living .monster .skeleton .WitherSkeleton ;
@@ -208,6 +212,8 @@ public final class EntityTypes {
208212
209213 public static final DefaultedRegistryReference <EntityType <Camel >> CAMEL = EntityTypes .key (ResourceKey .minecraft ("camel" ));
210214
215+ public static final DefaultedRegistryReference <EntityType <CamelHusk >> CAMEL_HUSK = EntityTypes .key (ResourceKey .minecraft ("camel_husk" ));
216+
211217 public static final DefaultedRegistryReference <EntityType <Cat >> CAT = EntityTypes .key (ResourceKey .minecraft ("cat" ));
212218
213219 public static final DefaultedRegistryReference <EntityType <CaveSpider >> CAVE_SPIDER = EntityTypes .key (ResourceKey .minecraft ("cave_spider" ));
@@ -348,6 +354,8 @@ public final class EntityTypes {
348354
349355 public static final DefaultedRegistryReference <EntityType <Mule >> MULE = EntityTypes .key (ResourceKey .minecraft ("mule" ));
350356
357+ public static final DefaultedRegistryReference <EntityType <Nautilus >> NAUTILUS = EntityTypes .key (ResourceKey .minecraft ("nautilus" ));
358+
351359 public static final DefaultedRegistryReference <EntityType <Boat >> OAK_BOAT = EntityTypes .key (ResourceKey .minecraft ("oak_boat" ));
352360
353361 public static final DefaultedRegistryReference <EntityType <ChestBoat >> OAK_CHEST_BOAT = EntityTypes .key (ResourceKey .minecraft ("oak_chest_boat" ));
@@ -364,6 +372,8 @@ public final class EntityTypes {
364372
365373 public static final DefaultedRegistryReference <EntityType <Panda >> PANDA = EntityTypes .key (ResourceKey .minecraft ("panda" ));
366374
375+ public static final DefaultedRegistryReference <EntityType <Parched >> PARCHED = EntityTypes .key (ResourceKey .minecraft ("parched" ));
376+
367377 public static final DefaultedRegistryReference <EntityType <Parrot >> PARROT = EntityTypes .key (ResourceKey .minecraft ("parrot" ));
368378
369379 public static final DefaultedRegistryReference <EntityType <Phantom >> PHANTOM = EntityTypes .key (ResourceKey .minecraft ("phantom" ));
@@ -472,6 +482,8 @@ public final class EntityTypes {
472482
473483 public static final DefaultedRegistryReference <EntityType <ZombieHorse >> ZOMBIE_HORSE = EntityTypes .key (ResourceKey .minecraft ("zombie_horse" ));
474484
485+ public static final DefaultedRegistryReference <EntityType <ZombieNautilus >> ZOMBIE_NAUTILUS = EntityTypes .key (ResourceKey .minecraft ("zombie_nautilus" ));
486+
475487 public static final DefaultedRegistryReference <EntityType <ZombieVillager >> ZOMBIE_VILLAGER = EntityTypes .key (ResourceKey .minecraft ("zombie_villager" ));
476488
477489 public static final DefaultedRegistryReference <EntityType <ZombifiedPiglin >> ZOMBIFIED_PIGLIN = EntityTypes .key (ResourceKey .minecraft ("zombified_piglin" ));
0 commit comments