diff options
Diffstat (limited to '')
-rw-r--r-- | source/Mobs/IncludeAllMonsters.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/source/Mobs/IncludeAllMonsters.h b/source/Mobs/IncludeAllMonsters.h index d89a6c5b5..1b436a11f 100644 --- a/source/Mobs/IncludeAllMonsters.h +++ b/source/Mobs/IncludeAllMonsters.h @@ -5,7 +5,11 @@ #include "Cow.h" #include "Creeper.h" #include "Enderman.h" +#include "EnderDragon.h" #include "Ghast.h" +#include "Giant.h" +#include "Horse.h" +#include "IronGolem.h" #include "Magmacube.h" #include "Mooshroom.h" #include "Ocelot.h" @@ -14,10 +18,12 @@ #include "Silverfish.h" #include "Skeleton.h" #include "Slime.h" +#include "SnowGolem.h" #include "Spider.h" #include "Squid.h" #include "Villager.h" #include "Witch.h" +#include "Wither.h" #include "Wolf.h" #include "Zombie.h" #include "Zombiepigman.h" |