Mob Entity ID List?

  • The FTB Forum is now read-only, and is here as an archive. To participate in our community discussions, please join our Discord! https://ftb.team/discord

xSeaBiscuit

New Member
Jul 29, 2019
44
0
0
Im setting up McMMO for my server, im now at the entity list is there anyway to get a list of all the mob id's kinda like the ID dump from NEI.
 
Check out the excellent SilkSpawners plugin, though its main purpose involves enhancing the silk touch mechanic, it includes a feature to dump the entity / mob ID map. In plugins/SilkSpawners/config.yml, set 'verboseConfig: true', then check the server.log. Here's an example entity ID dump (not on FTB, a custom pack with several mob mods, but you get the idea):

Code:
2013-09-24 22:30:44 [INFO] [SilkSpawners] Enabling SilkSpawners v3.2.2
2013-09-24 22:30:44 [INFO] [SilkSpawners] Entity 1 = Item/ElementalCreepers.WaterCreeper[class org.bukkit.craftbukkit.v1_5_R3.entity.CraftCreeper] (disabled)
2013-09-24 22:30:44 [INFO] [SilkSpawners] Entity 2 = XPOrb/ElementalCreepers.FireCreeper[class org.bukkit.craftbukkit.v1_5_R3.entity.CraftCreeper] (disabled)
2013-09-24 22:30:44 [INFO] [SilkSpawners] Entity 3 = extrabiomes.scarecrow/ElementalCreepers.IceCreeper[class org.bukkit.craftbukkit.v1_5_R3.entity.CraftCreeper] (display name: extrabiomes.scarecrow, aliases: [extrabiomes.scarecrow, extrabiomes.scarecrow, 3])
2013-09-24 22:30:44 [INFO] [SilkSpawners] Entity 4 = entSpecialItem/RancraftPenguins.LittleBluePenguin[class za.co.mcportcentral.entity.CraftCustomTameableAnimal] (display name: entSpecialItem, aliases: [entspecialitem, entspecialitem, 4])
2013-09-24 22:30:44 [INFO] [SilkSpawners] Entity 5 = entFollowItem/Thaumcraft.entFollowItem[class za.co.mcportcentral.entity.CraftCustomEntity] (display name: entFollowItem, aliases: [entfollowitem, entfollowitem, 5])
2013-09-24 22:30:44 [INFO] [SilkSpawners] Entity 6 = entGolemClay/RancraftPenguins.AdliePenguin[class za.co.mcportcentral.entity.CraftCustomTameableAnimal] (display name: entGolemClay, aliases: [entgolemclay, entgolemclay, 6])
2013-09-24 22:30:44 [INFO] [SilkSpawners] Entity 7 = entGolemClayAdv/RancraftPenguins.YellowEyedPenguin[class za.co.mcportcentral.entity.CraftCustomTameableAnimal] (display name: entGolemClayAdv, aliases: [entgolemclayadv, entgolemclayadv, 7])
2013-09-24 22:30:44 [INFO] [SilkSpawners] Entity 8 = entGolemWood/Thaumcraft.entGolemWood[class za.co.mcportcentral.entity.CraftCustomLivingEntity] (display name: entGolemWood, aliases: [entgolemwood, entgolemwood, 8])
2013-09-24 22:30:44 [INFO] [SilkSpawners] Entity 9 = Painting/RancraftPenguins.GalpagosPenguin[class za.co.mcportcentral.entity.CraftCustomTameableAnimal] (disabled)
2013-09-24 22:30:44 [INFO] [SilkSpawners] Entity 10 = Arrow/RancraftPenguins.KingPenguin[class za.co.mcportcentral.entity.CraftCustomTameableAnimal] (disabled)
2013-09-24 22:30:44 [INFO] [SilkSpawners] Entity 11 = Snowball/RancraftPenguins.EmperorPenguin[class za.co.mcportcentral.entity.CraftCustomTameableAnimal] (disabled)
2013-09-24 22:30:44 [INFO] [SilkSpawners] Entity 12 = Fireball/RancraftPenguins.FlamePenguin[class za.co.mcportcentral.entity.CraftCustomTameableAnimal] (disabled)
2013-09-24 22:30:44 [INFO] [SilkSpawners] Entity 13 = SmallFireball/RancraftPenguins.NinjaPenguin[class za.co.mcportcentral.entity.CraftCustomMonster] (disabled)
2013-09-24 22:30:44 [INFO] [SilkSpawners] Entity 14 = ThrownEnderpearl/RancraftPenguins.GentooPenguin[class za.co.mcportcentral.entity.CraftCustomTameableAnimal] (disabled)
2013-09-24 22:30:44 [INFO] [SilkSpawners] Entity 15 = EyeOfEnderSignal/RancraftPenguins.CSPenguin[class za.co.mcportcentral.entity.CraftCustomTameableAnimal] (disabled)
2013-09-24 22:30:44 [INFO] [SilkSpawners] Entity 16 = ThrownPotion/RancraftPenguins.CloudPenguin[class za.co.mcportcentral.entity.CraftCustomTameableAnimal] (disabled)
2013-09-24 22:30:44 [INFO] [SilkSpawners] Entity 17 = ThrownExpBottle/THROWN_EXP_BOTTLE[interface org.bukkit.entity.ThrownExpBottle] (disabled)
2013-09-24 22:30:44 [INFO] [SilkSpawners] Entity 18 = ItemFrame/ITEM_FRAME[interface org.bukkit.entity.ItemFrame] (disabled)
2013-09-24 22:30:44 [INFO] [SilkSpawners] Entity 19 = WitherSkull/WITHER_SKULL[interface org.bukkit.entity.WitherSkull] (disabled)
2013-09-24 22:30:44 [INFO] [SilkSpawners] Entity 20 = PrimedTnt/PRIMED_TNT[interface org.bukkit.entity.TNTPrimed] (disabled)
2013-09-24 22:30:44 [INFO] [SilkSpawners] Entity 21 = FallingSand/FALLING_BLOCK[interface org.bukkit.entity.FallingBlock] (disabled)
2013-09-24 22:30:44 [INFO] [SilkSpawners] Entity 22 = FireworksRocketEntity/FIREWORK[interface org.bukkit.entity.Firework] (disabled)
2013-09-24 22:30:44 [INFO] [SilkSpawners] Entity 23 = entGolemTallow/Thaumcraft.entGolemTallow[class za.co.mcportcentral.entity.CraftCustomLivingEntity] (display name: entGolemTallow, aliases: [entgolemtallow, entgolemtallow, 23])
2013-09-24 22:30:44 [INFO] [SilkSpawners] Entity 24 = entGolemStraw/Thaumcraft.entGolemStraw[class za.co.mcportcentral.entity.CraftCustomLivingEntity] (display name: entGolemStraw, aliases: [entgolemstraw, entgolemstraw, 24])
2013-09-24 22:30:44 [INFO] [SilkSpawners] Entity 25 = entGolemIron/Thaumcraft.entGolemIron[class za.co.mcportcentral.entity.CraftCustomLivingEntity] (display name: entGolemIron, aliases: [entgolemiron, entgolemiron, 25])
2013-09-24 22:30:44 [INFO] [SilkSpawners] Entity 26 = entGolemStone/Thaumcraft.entGolemStone[class za.co.mcportcentral.entity.CraftCustomLivingEntity] (display name: entGolemStone, aliases: [entgolemstone, entgolemstone, 26])
2013-09-24 22:30:44 [INFO] [SilkSpawners] Entity 27 = entGolemStoneAdv/Thaumcraft.entGolemStoneAdv[class za.co.mcportcentral.entity.CraftCustomLivingEntity] (display name: entGolemStoneAdv, aliases: [entgolemstoneadv, entgolemstoneadv, 27])
2013-09-24 22:30:44 [INFO] [SilkSpawners] Entity 28 = entBrainyZombie/Thaumcraft.entBrainyZombie[class org.bukkit.craftbukkit.v1_5_R3.entity.CraftZombie] (display name: entBrainyZombie, aliases: [entbrainyzombie, entbrainyzombie, 28])
2013-09-24 22:30:44 [INFO] [SilkSpawners] Entity 29 = entGiantBrainyZombie/Thaumcraft.entGiantBrainyZombie[class org.bukkit.craftbukkit.v1_5_R3.entity.CraftZombie] (display name: entGiantBrainyZombie, aliases: [entgiantbrainyzombie, entgiantbrainyzombie, 29])
2013-09-24 22:30:44 [INFO] [SilkSpawners] Entity 30 = entAlumentum/Thaumcraft.entAlumentum[class org.bukkit.craftbukkit.v1_5_R3.entity.CraftProjectile] (display name: entAlumentum, aliases: [entalumentum, entalumentum, 30])
2013-09-24 22:30:44 [INFO] [SilkSpawners] Entity 31 = entWisp/Thaumcraft.entWisp[class org.bukkit.craftbukkit.v1_5_R3.entity.CraftFlying] (display name: entWisp, aliases: [entwisp, entwisp, 31])
2013-09-24 22:30:44 [INFO] [SilkSpawners] Entity 32 = entFirebat/Thaumcraft.entFirebat[class za.co.mcportcentral.entity.CraftCustomMonster] (display name: entFirebat, aliases: [entfirebat, entfirebat, 32])
2013-09-24 22:30:44 [INFO] [SilkSpawners] Entity 33 = entFrostShard/Thaumcraft.entFrostShard[class za.co.mcportcentral.entity.CraftCustomEntity] (display name: entFrostShard, aliases: [entfrostshard, entfrostshard, 33])
2013-09-24 22:30:44 [INFO] [SilkSpawners] Entity 34 = entDart/Thaumcraft.entDart[class org.bukkit.craftbukkit.v1_5_R3.entity.CraftArrow] (display name: entDart, aliases: [entdart, entdart, 34])
2013-09-24 22:30:44 [INFO] [SilkSpawners] Entity 35 = entGolemTallowAdv/Thaumcraft.entGolemTallowAdv[class za.co.mcportcentral.entity.CraftCustomLivingEntity] (display name: entGolemTallowAdv, aliases: [entgolemtallowadv, entgolemtallowadv, 35])
2013-09-24 22:30:44 [INFO] [SilkSpawners] Entity 36 = coldCow/DartCraft.coldCow[class za.co.mcportcentral.entity.CraftCustomAnimal] (display name: coldCow, aliases: [coldcow, coldcow, 36])
2013-09-24 22:30:44 [INFO] [SilkSpawners] Entity 37 = coldChicken/DartCraft.coldChicken[class za.co.mcportcentral.entity.CraftCustomAnimal] (display name: coldChicken, aliases: [coldchicken, coldchicken, 37])
2013-09-24 22:30:44 [INFO] [SilkSpawners] Entity 38 = enderTot/DartCraft.enderTot[class za.co.mcportcentral.entity.CraftCustomMonster] (display name: enderTot, aliases: [endertot, endertot, 38])
2013-09-24 22:30:44 [INFO] [SilkSpawners] Entity 39 = Bunny/MoCreatures.Bunny[class za.co.mcportcentral.entity.CraftCustomAnimal] (display name: Bunny, aliases: [bunny, bunny, 39])
2013-09-24 22:30:44 [INFO] [SilkSpawners] Entity 40 = Snake/MoCreatures.Snake[class za.co.mcportcentral.entity.CraftCustomAnimal] (display name: Snake, aliases: [snake, snake, 40])
2013-09-24 22:30:44 [INFO] [SilkSpawners] Entity 41 = Boat/BOAT[interface org.bukkit.entity.Boat] (disabled)
2013-09-24 22:30:44 [INFO] [SilkSpawners] Entity 42 = MinecartRideable/MINECART[interface org.bukkit.entity.minecart.RideableMinecart] (display name: MinecartRideable, aliases: [minecartrideable, minecartrideable, 42])
2013-09-24 22:30:44 [INFO] [SilkSpawners] Entity 43 = MinecartChest/MINECART_CHEST[interface org.bukkit.entity.minecart.StorageMinecart] (display name: MinecartChest, aliases: [minecartchest, minecartchest, 43])
2013-09-24 22:30:44 [INFO] [SilkSpawners] Entity 44 = MinecartFurnace/MINECART_FURNACE[interface org.bukkit.entity.minecart.PoweredMinecart] (display name: MinecartFurnace, aliases: [minecartfurnace, minecartfurnace, 44])
2013-09-24 22:30:44 [INFO] [SilkSpawners] Entity 45 = MinecartTNT/MINECART_TNT[interface org.bukkit.entity.minecart.ExplosiveMinecart] (display name: MinecartTNT, aliases: [minecarttnt, minecarttnt, 45])
2013-09-24 22:30:44 [INFO] [SilkSpawners] Entity 46 = MinecartHopper/MINECART_HOPPER[interface org.bukkit.entity.minecart.HopperMinecart] (display name: MinecartHopper, aliases: [minecarthopper, minecarthopper, 46])
2013-09-24 22:30:44 [INFO] [SilkSpawners] Entity 47 = MinecartSpawner/MINECART_MOB_SPAWNER[interface org.bukkit.entity.minecart.SpawnerMinecart] (display name: MinecartSpawner, aliases: [minecartspawner, minecartspawner, 47])
2013-09-24 22:30:44 [INFO] [SilkSpawners] Entity 48 = Mob/null[null] (disabled)
2013-09-24 22:30:44 [INFO] [SilkSpawners] Entity 49 = Monster/null[null] (disabled)
2013-09-24 22:30:44 [INFO] [SilkSpawners] Entity 50 = Creeper/CREEPER[interface org.bukkit.entity.Creeper] (display name: Creeper, aliases: [c, creep, cataclysm, creeper, creeper, 50])
2013-09-24 22:30:44 [INFO] [SilkSpawners] Entity 51 = Skeleton/SKELETON[interface org.bukkit.entity.Skeleton] (display name: Skeleton, aliases: [s, sk, skelly, skellington, skeleton, skeleton, 51])
2013-09-24 22:30:44 [INFO] [SilkSpawners] Entity 52 = Spider/SPIDER[interface org.bukkit.entity.Spider] (display name: Spider, aliases: [sp, bug, spider, spider, 52])
2013-09-24 22:30:44 [INFO] [SilkSpawners] Entity 53 = Giant/GIANT[interface org.bukkit.entity.Giant] (display name: Giant, aliases: [giantzombie, giant, giant, 53])
2013-09-24 22:30:44 [INFO] [SilkSpawners] Entity 54 = Zombie/ZOMBIE[interface org.bukkit.entity.Zombie] (display name: Zombie, aliases: [z, zed, zombie, zombie, 54])
2013-09-24 22:30:44 [INFO] [SilkSpawners] Entity 55 = Slime/SLIME[interface org.bukkit.entity.Slime] (display name: Slime, aliases: [sl, slime, slime, 55])
2013-09-24 22:30:44 [INFO] [SilkSpawners] Entity 56 = Ghast/GHAST[interface org.bukkit.entity.Ghast] (display name: Ghast, aliases: [g, ghost, ghast, ghast, 56])
2013-09-24 22:30:44 [INFO] [SilkSpawners] Entity 57 = PigZombie/PIG_ZOMBIE[interface org.bukkit.entity.PigZombie] (display name: PigZombie, aliases: [pigman, zombiepigman, pg, zp, pigzombie, pigzombie, 57])
2013-09-24 22:30:44 [INFO] [SilkSpawners] Entity 58 = Enderman/ENDERMAN[interface org.bukkit.entity.Enderman] (display name: Enderman, aliases: [e, ender, endermen, slenderman, slender, enderman, enderman, 58])
2013-09-24 22:30:44 [INFO] [SilkSpawners] Entity 59 = CaveSpider/CAVE_SPIDER[interface org.bukkit.entity.CaveSpider] (display name: Cave Spider, aliases: [cspider, cs, bluespider, cavespider, cavespider, 59])
2013-09-24 22:30:44 [INFO] [SilkSpawners] Entity 60 = Silverfish/SILVERFISH[interface org.bukkit.entity.Silverfish] (display name: Silverfish, aliases: [sf, sfish, silverfish, silverfish, 60])
2013-09-24 22:30:44 [INFO] [SilkSpawners] Entity 61 = Blaze/BLAZE[interface org.bukkit.entity.Blaze] (display name: Blaze, aliases: [bl, b, blaze, blaze, 61])
2013-09-24 22:30:44 [INFO] [SilkSpawners] Entity 62 = LavaSlime/MAGMA_CUBE[interface org.bukkit.entity.MagmaCube] (display name: Magma Cube, aliases: [magmacube, mcube, magma, m, mc, magmacube, lavaslime, 62])
2013-09-24 22:30:44 [INFO] [SilkSpawners] Entity 63 = EnderDragon/ENDER_DRAGON[interface org.bukkit.entity.EnderDragon] (display name: Enderdragon, aliases: [dragon, raqreqentba, enderdragon, enderdragon, 63])
2013-09-24 22:30:44 [INFO] [SilkSpawners] Entity 64 = WitherBoss/WITHER[interface org.bukkit.entity.Wither] (display name: Wither, aliases: [wboss, wither, witherboss, 64])
2013-09-24 22:30:44 [INFO] [SilkSpawners] Entity 65 = Bat/BAT[interface org.bukkit.entity.Bat] (display name: Bat, aliases: [batman, bat, bat, 65])
2013-09-24 22:30:44 [INFO] [SilkSpawners] Entity 66 = Witch/WITCH[interface org.bukkit.entity.Witch] (display name: Witch, aliases: [hag, sibly, sorceress, witch, witch, 66])
2013-09-24 22:30:44 [INFO] [SilkSpawners] Entity 67 = Turtle/MoCreatures.Turtle[class za.co.mcportcentral.entity.CraftCustomAnimal] (display name: Turtle, aliases: [turtle, turtle, 67])
2013-09-24 22:30:44 [INFO] [SilkSpawners] Entity 68 = Bird/MoCreatures.Bird[class za.co.mcportcentral.entity.CraftCustomAnimal] (display name: Bird, aliases: [bird, bird, 68])
2013-09-24 22:30:44 [INFO] [SilkSpawners] Entity 69 = Mouse/MoCreatures.Mouse[class za.co.mcportcentral.entity.CraftCustomAnimal] (display name: Mouse, aliases: [mouse, mouse, 69])
2013-09-24 22:30:44 [INFO] [SilkSpawners] Entity 70 = Turkey/MoCreatures.Turkey[class za.co.mcportcentral.entity.CraftCustomAnimal] (display name: Turkey, aliases: [turkey, turkey, 70])
2013-09-24 22:30:44 [INFO] [SilkSpawners] Entity 71 = Horse/MoCreatures.Horse[class za.co.mcportcentral.entity.CraftCustomAnimal] (display name: Horse, aliases: [horse, horse, 71])
2013-09-24 22:30:44 [INFO] [SilkSpawners] Entity 72 = Bear/MoCreatures.Bear[class za.co.mcportcentral.entity.CraftCustomAnimal] (display name: Bear, aliases: [bear, bear, 72])
2013-09-24 22:30:44 [INFO] [SilkSpawners] Entity 73 = BigCat/MoCreatures.BigCat[class za.co.mcportcentral.entity.CraftCustomAnimal] (display name: BigCat, aliases: [bigcat, bigcat, 73])
2013-09-24 22:30:44 [INFO] [SilkSpawners] Entity 74 = Fox/MoCreatures.Fox[class za.co.mcportcentral.entity.CraftCustomAnimal] (display name: Fox, aliases: [fox, fox, 74])
2013-09-24 22:30:44 [INFO] [SilkSpawners] Entity 75 = Shark/MoCreatures.Shark[class za.co.mcportcentral.entity.CraftCustomWaterMob] (display name: Shark, aliases: [shark, shark, 75])
2013-09-24 22:30:44 [INFO] [SilkSpawners] Entity 76 = Dolphin/MoCreatures.Dolphin[class za.co.mcportcentral.entity.CraftCustomWaterMob] (display name: Dolphin, aliases: [dolphin, dolphin, 76])
2013-09-24 22:30:44 [INFO] [SilkSpawners] Entity 77 = Kitty/MoCreatures.Kitty[class za.co.mcportcentral.entity.CraftCustomAnimal] (display name: Kitty, aliases: [kitty, kitty, 77])
2013-09-24 22:30:44 [INFO] [SilkSpawners] Entity 78 = KittyBed/MoCreatures.KittyBed[class za.co.mcportcentral.entity.CraftCustomLivingEntity] (display name: KittyBed, aliases: [kittybed, kittybed, 78])
2013-09-24 22:30:44 [INFO] [SilkSpawners] Entity 79 = LitterBox/MoCreatures.LitterBox[class za.co.mcportcentral.entity.CraftCustomLivingEntity] (display name: LitterBox, aliases: [litterbox, litterbox, 79])
2013-09-24 22:30:44 [INFO] [SilkSpawners] Entity 80 = Goat/MoCreatures.Goat[class za.co.mcportcentral.entity.CraftCustomAnimal] (display name: Goat, aliases: [goat, goat, 80])
2013-09-24 22:30:44 [INFO] [SilkSpawners] Entity 81 = Egg/MoCreatures.Egg[class za.co.mcportcentral.entity.CraftCustomLivingEntity] (display name: Egg, aliases: [egg, egg, 81])
2013-09-24 22:30:44 [INFO] [SilkSpawners] Entity 82 = FishBowl/MoCreatures.FishBowl[class za.co.mcportcentral.entity.CraftCustomLivingEntity] (display name: FishBowl, aliases: [fishbowl, fishbowl, 82])
2013-09-24 22:30:44 [INFO] [SilkSpawners] Entity 83 = Ostrich/MoCreatures.Ostrich[class za.co.mcportcentral.entity.CraftCustomAnimal] (display name: Ostrich, aliases: [ostrich, ostrich, 83])
2013-09-24 22:30:44 [INFO] [SilkSpawners] Entity 84 = PetScorpion/MoCreatures.PetScorpion[class za.co.mcportcentral.entity.CraftCustomAnimal] (display name: PetScorpion, aliases: [petscorpion, petscorpion, 84])
2013-09-24 22:30:44 [INFO] [SilkSpawners] Entity 85 = Elephant/MoCreatures.Elephant[class za.co.mcportcentral.entity.CraftCustomAnimal] (display name: Elephant, aliases: [elephant, elephant, 85])
2013-09-24 22:30:44 [INFO] [SilkSpawners] Entity 86 = KomodoDragon/MoCreatures.KomodoDragon[class za.co.mcportcentral.entity.CraftCustomAnimal] (display name: KomodoDragon, aliases: [komododragon, komododragon, 86])
2013-09-24 22:30:44 [INFO] [SilkSpawners] Entity 87 = Wyvern/MoCreatures.Wyvern[class za.co.mcportcentral.entity.CraftCustomAnimal] (display name: Wyvern, aliases: [wyvern, wyvern, 87])
2013-09-24 22:30:44 [INFO] [SilkSpawners] Entity 88 = MG/FlansMod.MG[class za.co.mcportcentral.entity.CraftCustomEntity] (display name: MG, aliases: [mg, mg, 88])
2013-09-24 22:30:44 [INFO] [SilkSpawners] Entity 89 = Plane/FlansMod.Plane[class za.co.mcportcentral.entity.CraftCustomEntity] (display name: Plane, aliases: [plane, plane, 89])
2013-09-24 22:30:44 [INFO] [SilkSpawners] Entity 90 = Pig/PIG[interface org.bukkit.entity.Pig] (display name: Pig, aliases: [p, pig, pig, 90])
2013-09-24 22:30:44 [INFO] [SilkSpawners] Entity 91 = Sheep/SHEEP[interface org.bukkit.entity.Sheep] (display name: Sheep, aliases: [sh, sheep, sheep, 91])
2013-09-24 22:30:44 [INFO] [SilkSpawners] Entity 92 = Cow/COW[interface org.bukkit.entity.Cow] (display name: Cow, aliases: [bovine, cow, cow, 92])
2013-09-24 22:30:44 [INFO] [SilkSpawners] Entity 93 = Chicken/CHICKEN[interface org.bukkit.entity.Chicken] (display name: Chicken, aliases: [ch, chick, bird, chicken, chicken, 93])
2013-09-24 22:30:44 [INFO] [SilkSpawners] Entity 94 = Squid/SQUID[interface org.bukkit.entity.Squid] (display name: Squid, aliases: [sq, octopus, squid, squid, 94])
2013-09-24 22:30:44 [INFO] [SilkSpawners] Entity 95 = Wolf/WOLF[interface org.bukkit.entity.Wolf] (display name: Wolf, aliases: [w, dog, wolf, wolf, 95])
2013-09-24 22:30:44 [INFO] [SilkSpawners] Entity 96 = MushroomCow/MUSHROOM_COW[interface org.bukkit.entity.MushroomCow] (display name: MushroomCow, aliases: [mc, mcow, mushroomcow, mushroomcow, 96])
2013-09-24 22:30:44 [INFO] [SilkSpawners] Entity 97 = SnowMan/SNOWMAN[interface org.bukkit.entity.Snowman] (display name: Snow Golem, aliases: [golem, sgolem, sg, sm, snowmen, snowgolem, snowman, 97])
2013-09-24 22:30:44 [INFO] [SilkSpawners] Entity 98 = Ozelot/OCELOT[interface org.bukkit.entity.Ocelot] (display name: Ocelot, aliases: [ocelot, oce, o, cat, kitty, ocelot, ozelot, 98])
2013-09-24 22:30:44 [INFO] [SilkSpawners] Entity 99 = VillagerGolem/IRON_GOLEM[interface org.bukkit.entity.IronGolem] (display name: Iron Golem, aliases: [igolem, ironman, iron, ig, irongolem, villagergolem, 99])
2013-09-24 22:30:44 [INFO] [SilkSpawners] Entity 100 = Vehicle/FlansMod.Vehicle[class za.co.mcportcentral.entity.CraftCustomEntity] (display name: Vehicle, aliases: [vehicle, vehicle, 100])
2013-09-24 22:30:44 [INFO] [SilkSpawners] Entity 101 = Bullet/FlansMod.Bullet[class za.co.mcportcentral.entity.CraftCustomEntity] (display name: Bullet, aliases: [bullet, bullet, 101])
2013-09-24 22:30:44 [INFO] [SilkSpawners] Entity 102 = AAGun/FlansMod.AAGun[class za.co.mcportcentral.entity.CraftCustomEntity] (display name: AAGun, aliases: [aagun, aagun, 102])
2013-09-24 22:30:44 [INFO] [SilkSpawners] Entity 103 = Flagpole/FlansMod.Flagpole[class za.co.mcportcentral.entity.CraftCustomEntity] (display name: Flagpole, aliases: [flagpole, flagpole, 103])
2013-09-24 22:30:44 [INFO] [SilkSpawners] Entity 104 = Flag/FlansMod.Flag[class za.co.mcportcentral.entity.CraftCustomEntity] (display name: Flag, aliases: [flag, flag, 104])
2013-09-24 22:30:44 [INFO] [SilkSpawners] Entity 106 = butterflyGE/Forestry.butterflyGE[class za.co.mcportcentral.entity.CraftCustomCreature] (display name: butterflyGE, aliases: [butterflyge, butterflyge, 106])
2013-09-24 22:30:44 [INFO] [SilkSpawners] Entity 120 = Villager/VILLAGER[interface org.bukkit.entity.Villager] (display name: Villager, aliases: [v, npc, villager, villager, 120])
2013-09-24 22:30:44 [INFO] [SilkSpawners] Entity 130 = BunnyBike/mod_AnimalBikes.BunnyBike[class za.co.mcportcentral.entity.CraftCustomCreature] (display name: BunnyBike, aliases: [bunnybike, bunnybike, 130])
2013-09-24 22:30:44 [INFO] [SilkSpawners] Entity 131 = ChickenBike/mod_AnimalBikes.ChickenBike[class za.co.mcportcentral.entity.CraftCustomCreature] (display name: ChickenBike, aliases: [chickenbike, chickenbike, 131])
2013-09-24 22:30:44 [INFO] [SilkSpawners] Entity 132 = CowBike/mod_AnimalBikes.CowBike[class za.co.mcportcentral.entity.CraftCustomCreature] (display name: CowBike, aliases: [cowbike, cowbike, 132])
2013-09-24 22:30:44 [INFO] [SilkSpawners] Entity 133 = CreeperBike/mod_AnimalBikes.CreeperBike[class za.co.mcportcentral.entity.CraftCustomCreature] (display name: CreeperBike, aliases: [creeperbike, creeperbike, 133])
2013-09-24 22:30:44 [INFO] [SilkSpawners] Entity 134 = DinoBike/mod_AnimalBikes.DinoBike[class za.co.mcportcentral.entity.CraftCustomCreature] (display name: DinoBike, aliases: [dinobike, dinobike, 134])
2013-09-24 22:30:44 [INFO] [SilkSpawners] Entity 135 = DinoBike2/mod_AnimalBikes.DinoBike2[class za.co.mcportcentral.entity.CraftCustomCreature] (display name: DinoBike2, aliases: [dinobike2, dinobike2, 135])
2013-09-24 22:30:44 [INFO] [SilkSpawners] Entity 136 = DinoBike3/mod_AnimalBikes.DinoBike3[class za.co.mcportcentral.entity.CraftCustomCreature] (display name: DinoBike3, aliases: [dinobike3, dinobike3, 136])
2013-09-24 22:30:44 [INFO] [SilkSpawners] Entity 137 = DinoBike4/mod_AnimalBikes.DinoBike4[class za.co.mcportcentral.entity.CraftCustomCreature] (display name: DinoBike4, aliases: [dinobike4, dinobike4, 137])
2013-09-24 22:30:44 [INFO] [SilkSpawners] Entity 138 = DragonBike/mod_AnimalBikes.DragonBike[class za.co.mcportcentral.entity.CraftCustomCreature] (display name: DragonBike, aliases: [dragonbike, dragonbike, 138])
2013-09-24 22:30:44 [INFO] [SilkSpawners] Entity 139 = EndermanBike/mod_AnimalBikes.EndermanBike[class za.co.mcportcentral.entity.CraftCustomCreature] (display name: EndermanBike, aliases: [endermanbike, endermanbike, 139])
2013-09-24 22:30:44 [INFO] [SilkSpawners] Entity 140 = GhastBike/mod_AnimalBikes.GhastBike[class za.co.mcportcentral.entity.CraftCustomCreature] (display name: GhastBike, aliases: [ghastbike, ghastbike, 140])
2013-09-24 22:30:44 [INFO] [SilkSpawners] Entity 141 = IronmanBike/mod_AnimalBikes.IronmanBike[class za.co.mcportcentral.entity.CraftCustomCreature] (display name: IronmanBike, aliases: [ironmanbike, ironmanbike, 141])
2013-09-24 22:30:44 [INFO] [SilkSpawners] Entity 142 = NotchBike/mod_AnimalBikes.NotchBike[class za.co.mcportcentral.entity.CraftCustomCreature] (display name: NotchBike, aliases: [notchbike, notchbike, 142])
2013-09-24 22:30:44 [INFO] [SilkSpawners] Entity 143 = PigBike/mod_AnimalBikes.PigBike[class za.co.mcportcentral.entity.CraftCustomCreature] (display name: PigBike, aliases: [pigbike, pigbike, 143])
2013-09-24 22:30:44 [INFO] [SilkSpawners] Entity 144 = PonyBike/mod_AnimalBikes.PonyBike[class za.co.mcportcentral.entity.CraftCustomCreature] (display name: PonyBike, aliases: [ponybike, ponybike, 144])
2013-09-24 22:30:44 [INFO] [SilkSpawners] Entity 145 = ReindeerBike/mod_AnimalBikes.ReindeerBike[class za.co.mcportcentral.entity.CraftCustomCreature] (display name: ReindeerBike, aliases: [reindeerbike, reindeerbike, 145])
2013-09-24 22:30:44 [INFO] [SilkSpawners] Entity 146 = SheepBike/mod_AnimalBikes.SheepBike[class za.co.mcportcentral.entity.CraftCustomCreature] (display name: SheepBike, aliases: [sheepbike, sheepbike, 146])
2013-09-24 22:30:44 [INFO] [SilkSpawners] Entity 147 = SnowmanBike/mod_AnimalBikes.SnowmanBike[class za.co.mcportcentral.entity.CraftCustomCreature] (display name: SnowmanBike, aliases: [snowmanbike, snowmanbike, 147])
2013-09-24 22:30:44 [INFO] [SilkSpawners] Entity 148 = SpiderBike/mod_AnimalBikes.SpiderBike[class za.co.mcportcentral.entity.CraftCustomCreature] (display name: SpiderBike, aliases: [spiderbike, spiderbike, 148])
2013-09-24 22:30:44 [INFO] [SilkSpawners] Entity 149 = SquidBike/mod_AnimalBikes.SquidBike[class za.co.mcportcentral.entity.CraftCustomCreature] (display name: SquidBike, aliases: [squidbike, squidbike, 149])
2013-09-24 22:30:44 [INFO] [SilkSpawners] Entity 150 = WolfBike/mod_AnimalBikes.WolfBike[class za.co.mcportcentral.entity.CraftCustomCreature] (display name: WolfBike, aliases: [wolfbike, wolfbike, 150])
2013-09-24 22:30:44 [INFO] [SilkSpawners] Entity 151 = ChocoboBike/mod_AnimalBikes.ChocoboBike[class za.co.mcportcentral.entity.CraftCustomCreature] (display name: ChocoboBike, aliases: [chocobobike, chocobobike, 151])
2013-09-24 22:30:44 [INFO] [SilkSpawners] Entity 152 = SilverfishBike/mod_AnimalBikes.SilverfishBike[class za.co.mcportcentral.entity.CraftCustomCreature] (display name: SilverfishBike, aliases: [silverfishbike, silverfishbike, 152])
2013-09-24 22:30:44 [INFO] [SilkSpawners] Entity 153 = BatBike/mod_AnimalBikes.BatBike[class za.co.mcportcentral.entity.CraftCustomCreature] (display name: BatBike, aliases: [batbike, batbike, 153])
2013-09-24 22:30:44 [INFO] [SilkSpawners] Entity 154 = ChineseDragonBike/mod_AnimalBikes.ChineseDragonBike[class za.co.mcportcentral.entity.CraftCustomCreature] (display name: ChineseDragonBike, aliases: [chinesedragonbike, chinesedragonbike, 154])
2013-09-24 22:30:44 [INFO] [SilkSpawners] Entity 155 = EntityThrownItem/mod_AnimalBikes.EntityThrownItem[class org.bukkit.craftbukkit.v1_5_R3.entity.CraftProjectile] (display name: EntityThrownItem, aliases: [entitythrownitem, entitythrownitem, 155])
2013-09-24 22:30:44 [INFO] [SilkSpawners] Entity 156 = EvolvedCreeper/GalacticraftCore.EvolvedCreeper[class org.bukkit.craftbukkit.v1_5_R3.entity.CraftCreeper] (display name: EvolvedCreeper, aliases: [evolvedcreeper, evolvedcreeper, 156])
2013-09-24 22:30:44 [INFO] [SilkSpawners] Entity 157 = EvolvedZombie/GalacticraftCore.EvolvedZombie[class org.bukkit.craftbukkit.v1_5_R3.entity.CraftZombie] (display name: EvolvedZombie, aliases: [evolvedzombie, evolvedzombie, 157])
2013-09-24 22:30:44 [INFO] [SilkSpawners] Entity 158 = EvolvedSkeleton/GalacticraftCore.EvolvedSkeleton[class org.bukkit.craftbukkit.v1_5_R3.entity.CraftSkeleton] (display name: EvolvedSkeleton, aliases: [evolvedskeleton, evolvedskeleton, 158])
2013-09-24 22:30:44 [INFO] [SilkSpawners] Entity 167 = AlienVillager/GalacticraftCore.AlienVillager[class za.co.mcportcentral.entity.CraftCustomCreature] (display name: AlienVillager, aliases: [alienvillager, alienvillager, 167])
2013-09-24 22:30:44 [INFO] [SilkSpawners] Entity 171 = EvolvedSkeletonBoss/GalacticraftCore.EvolvedSkeletonBoss[class za.co.mcportcentral.entity.CraftCustomMonster] (display name: EvolvedSkeletonBoss, aliases: [evolvedskeletonboss, evolvedskeletonboss, 171])
2013-09-24 22:30:44 [INFO] [SilkSpawners] Entity 181 = PoisonArrow/LegendaryBeasts.PoisonArrow[class za.co.mcportcentral.entity.CraftCustomEntity] (display name: PoisonArrow, aliases: [poisonarrow, poisonarrow, 181])
2013-09-24 22:30:44 [INFO] [SilkSpawners] Entity 182 = FireDemon/LegendaryBeasts.FireDemon[class za.co.mcportcentral.entity.CraftCustomMonster] (display name: FireDemon, aliases: [firedemon, firedemon, 182])
2013-09-24 22:30:44 [INFO] [SilkSpawners] Entity 183 = EnderLord/LegendaryBeasts.EnderLord[class za.co.mcportcentral.entity.CraftCustomMonster] (display name: EnderLord, aliases: [enderlord, enderlord, 183])
2013-09-24 22:30:44 [INFO] [SilkSpawners] Entity 184 = LightningSpirit/LegendaryBeasts.LightningSpirit[class za.co.mcportcentral.entity.CraftCustomMonster] (display name: LightningSpirit, aliases: [lightningspirit, lightningspirit, 184])
2013-09-24 22:30:44 [INFO] [SilkSpawners] Entity 185 = ElfHunter/LegendaryBeasts.ElfHunter[class za.co.mcportcentral.entity.CraftCustomMonster] (display name: ElfHunter, aliases: [elfhunter, elfhunter, 185])
2013-09-24 22:30:44 [INFO] [SilkSpawners] Entity 186 = SacredEye/LegendaryBeasts.SacredEye[class za.co.mcportcentral.entity.CraftCustomEntity] (display name: SacredEye, aliases: [sacredeye, sacredeye, 186])
2013-09-24 22:30:44 [INFO] [SilkSpawners] Entity 187 = SnowBeast/LegendaryBeasts.SnowBeast[class za.co.mcportcentral.entity.CraftCustomMonster] (display name: SnowBeast, aliases: [snowbeast, snowbeast, 187])
2013-09-24 22:30:44 [INFO] [SilkSpawners] Entity 188 = SlowingSnowball/LegendaryBeasts.SlowingSnowball[class za.co.mcportcentral.entity.CraftCustomEntity] (display name: SlowingSnowball, aliases: [slowingsnowball, slowingsnowball, 188])
2013-09-24 22:30:44 [INFO] [SilkSpawners] Entity 200 = EnderCrystal/ENDER_CRYSTAL[interface org.bukkit.entity.EnderCrystal] (disabled)
2013-09-24 22:30:44 [INFO] [SilkSpawners] Entity 218 = FallingBlock/Mystcraft.FallingBlock[class za.co.mcportcentral.entity.CraftCustomEntity] (display name: FallingBlock, aliases: [fallingblock, fallingblock, 218])
2013-09-24 22:30:44 [INFO] [SilkSpawners] Entity 219 = Linkbook/Mystcraft.Linkbook[class za.co.mcportcentral.entity.CraftCustomLivingEntity] (display name: Linkbook, aliases: [linkbook, linkbook, 219])