I recently just got a bunch of new mods, and when I loaded them, it crashed. The mods that errored were the invasion mod, misc items, and turkey util, but when I looked at the crash report more closely, it said that the crash happened in the rediscovered mod, which confuses me. Could someone please help me figure out what mod is causing this?
Here is the crash report:
---- Minecraft Crash Report ----
// I blame Dinnerbone.
Time: 1/27/16 12:30 PM
Description: Initializing game
java.lang.IllegalArgumentException: ID is already registered: 103
at net.minecraft.entity.EntityList.func_75618_a(EntityList.java:94)
at net.minecraft.entity.EntityList.func_75614_a(EntityList.java:108)
at cpw.mods.fml.common.registry.EntityRegistry.registerGlobalEntityID(EntityRegistry.java:251)
at com.stormister.rediscovered.mod_Rediscovered.registerRediscoveredMob(mod_Rediscovered.java:661)
at com.stormister.rediscovered.mod_Rediscovered.preInit(mod_Rediscovered.java:370)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:556)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:243)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at net.minecraft.entity.EntityList.func_75618_a(EntityList.java:94)
at net.minecraft.entity.EntityList.func_75614_a(EntityList.java:108)
at cpw.mods.fml.common.registry.EntityRegistry.registerGlobalEntityID(EntityRegistry.java:251)
at com.stormister.rediscovered.mod_Rediscovered.registerRediscoveredMob(mod_Rediscovered.java:661)
at com.stormister.rediscovered.mod_Rediscovered.preInit(mod_Rediscovered.java:370)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:556)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:243)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480)
-- Initialization --
Details:
Stacktrace:
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
-- System Details --
Details:
Minecraft Version: 1.7.10
Operating System: Windows 7 (x86) version 6.1
Java Version: 1.8.0_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) Client VM (mixed mode), Oracle Corporation
Memory: 103573024 bytes (98 MB) / 354148352 bytes (337 MB) up to 523501568 bytes (499 MB)
JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx512M -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1481 Optifine OptiFine_1.7.10_HD_U_C1 110 mods loaded, 110 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCH mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
UCH FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1481-1.7.10.jar)
UCH Forge{10.13.4.1481} [Minecraft Forge] (forge-1.7.10-10.13.4.1481-1.7.10.jar)
UCH CodeChickenCore{1.0.4.29} [CodeChicken Core] (minecraft.jar)
UCH Micdoodlecore{} [Micdoodle8 Core] (minecraft.jar)
UCH NotEnoughItems{1.0.4.95} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.4.95-universal.jar)
UCH SomniaCore{1.3.0.15} [SomniaCore] (minecraft.jar)
UCH <CoFH ASM>{000} [CoFH ASM] (minecraft.jar)
UCH FamiliarsAPI{1.7.10} [Familiars API] (FamiliarsAPI-1.7.10.jar)
UCH cheesemod{4.3} [§6Cheese Mod] ([1.7.10] Cheese Mod v 4.3.jar)
UCH hearts{1.0} [Hearts] ([1.7.10][1.7.2] Heart Crystal 1.0.zip)
UCH extendedWorkbench{1.2.1.1} [Extended Workbench] ([1.7.10]ExtendedWorkbench v1.2.1.1.jar)
UCH bspkrsCore{6.16} [bspkrsCore] ([1.7.10]bspkrsCore-universal-6.16.jar)
UCH FloatingRuins{1.7.10.r02} [FloatingRuins] ([1.7.10]FloatingRuins-universal-1.7.10.r02.jar)
UCH Treecapitator{1.7.10} [Treecapitator] ([1.7.10]Treecapitator-universal-2.0.4.jar)
UCH More Crafting Recipes Mod{Minecraft 1.7.2} [More Crafting Recipes Mod] ([2.2.0] More Crafting Recipes Mod.jar)
UCH deconstruction{2.2.5} [The Deconstruction Mod] ([MC1.7.10]deconstruction[v2.2.5].jar)
UCH ancientWeapons{1.1.0} [Ancient Weapons] (Ancient Weapons-1.1.0.jar)
UCH animalbikes{1.7.10} [Animal Bikes] (AnimalBikes_1.7.10.jar)
UCH MovingWorld{1.7.10-1.8} [Moving World] (movingworld-1.7.10-1.8.jar)
UCH ArchimedesShipsPlus{1.7.10-1.8} [Archimedes' Ships Plus] (archimedesshipsplus-1.7.10-1.8.jar)
UCH CoFHCore{1.7.10R3.0.3} [CoFH Core] (CoFHCore-[1.7.10]3.0.3-303.jar)
UCH BuildCraft|Core{7.1.14} [BuildCraft] (buildcraft-7.1.14.jar)
UCH BuildCraft|Energy{7.1.14} [BC Energy] (buildcraft-7.1.14.jar)
UCH GalacticraftCore{3.0.12} [Galacticraft Core] (GalacticraftCore-1.7-3.0.12.411.jar)
UCH GalacticraftMars{3.0.12} [Galacticraft Planets] (Galacticraft-Planets-1.7-3.0.12.411.jar)
UCH B0bGrowsOre{2.5.4} [B0bGary's Growable Ores] (B0bGary's Growable Ores-2.5.4 for 1.7.10.jar)
UCH bagginses{2.1.1} [Bagginses] (Bagginses-2.1.1.jar)
UCH hud{1.1a} [Better HUD] (Better HUD by NukeDuck [1.7.10][1.1a].zip)
UCH betterstorage{0.13.1.126} [BetterStorage] (BetterStorage-1.7.10-0.13.1.126.jar)
UCH bookshelf{1.2.0} [Bookshelf] (Bookshelf-1.7.10-1.2.0.jar)
UCH BuildCraft|Builders{7.1.14} [BC Builders] (buildcraft-7.1.14.jar)
UCH BuildCraft|Transport{7.1.14} [BC Transport] (buildcraft-7.1.14.jar)
UCH BuildCraft|Silicon{7.1.14} [BC Silicon] (buildcraft-7.1.14.jar)
UCH BuildCraft|Robotics{7.1.14} [BC Robotics] (buildcraft-7.1.14.jar)
UCH BuildCraft|Factory{7.1.14} [BC Factory] (buildcraft-7.1.14.jar)
UCH chocolateQuest{1.0} [Chocolate Quest] (chocolateQuest-1.7.10-1.0.jar)
UCH clonecraft{3.0} [CloneCraft] (Clone-Craft-Mod-1.7.10.jar)
UCH gud_cooler{1.1.5.0} [Coolers] (cooler-1.7.10-1.1.5.0.jar)
UCH dualhotbar{1.6} [Dual Hotbar] (dualhotbar-1.7.10-1.6.jar)
UCH eplus{3.0.2-d} [Enchanting Plus] (EnchantingPlus-1.7.10-3.0.2-d.jar)
UCH EnderZoo{1.7.10-1.0.15.32} [Ender Zoo] (EnderZoo-1.7.10-1.0.15.32.jar)
UCH ExtraUtilities{1.2.12} [Extra Utilities] (extrautilities-1.2.12.jar)
UCH DefaultMobPack{1.7.10} [DefaultMobPack] (FamiliarsDefaultMobPack-1.7.10.jar)
UCH ExtendedFamPack{1.7.10} [ExtendedFamPack] (FamiliarsExtendedFamPack-1.7.10.jar)
UCH HerobrineFamPack{1.7.10} [HerobrineFamPack] (FamiliarsHerobrineFamPack-1.7.10.jar)
UCH farlanders{1.2b} [The Farlanders] (farlanders-1.7.10-v1.2b.jar)
UCH FastCraft{1.21} [FastCraft] (fastcraft-1.21.jar)
UCH clayspawn{bp1.7.10(2.2.2.0)} [Fire's Clay Spawn] (Fire's Clay Spawn bp1.7.10(2.2.2.0).jar)
UCH fireplacecore{1.0.4.0} [Fireplace Core] (Fireplace Core 1.0.4.0.jar)
UCH ModGeochests{1.2.3} [§aGeochests] (geochests-1.7.10-v1.2.3.jar)
UCH goblin{0.6} [Goblins! Mod] (Goblins Mod-6.0.jar)
UCH GollumCoreLib{2.0.0} [Gollum Core Lib] (GollumCoreLib-2.0.0-1.7.10.jar)
UCH hammertime{Hammer Time-1.7.10-1.3.5} [Hammer Time!] (HammerTime-1.3.5.jar)
UCH ibench{1.0.12} [iBench] (ibench-1.7.10-1.0.12.jar)
UCH iChunUtil{4.1.3} [iChunUtil] (iChun-Util-Mod-1.7.10.jar)
UCH improvedHoes{1.0} [ImprovedHoes] (ImprovedHoes-1.7.10-1.0.jar)
UCE mod_Invasion{1.1.2} [Invasion] (Invasion_1.1.2_1.7.10.jar)
UCH inventorytweaks{1.59-dev-152-cf6e263} [Inventory Tweaks] (InventoryTweaks-1.59-dev-152.jar)
UCH JammyFurniture{5.0.0 [Build Smeagol]} [Jammy Furniture Mod] (Jammy-Furniture-Reborn-Mod-1.7.10.jar)
UCH KM{1.7.10_A} [Kasslim's mazes] (Kasslims_Mazes-1.7.10_A.jar)
UCH kloudspacekloudgear{1.7.10-1.2.0} [HexxitGear] (kloudspacekloudgear-1.7.10-1.2.0.jar)
UCH koresample{1.7.10-1.3.2} [Kore Sample] (KoreSample-1.7.10-1.3.2.jar)
UCH levelup{0.4} [Level Up!] (Level-Up-Mod-1.7.10.jar)
UCH lootbags{1.8.1} [Loot Bags] (LootBags-1.7.10-1.8.1.jar)
UCH LotsOfFood{1.7.10} [Lots of Food] (Lots of Food-1.7.10 v7.jar)
UCH lucky{5.1.0} [Lucky Block] (Lucky-Block-Mod-1.7.10 (1).jar)
UCH magictools{0.1} [Magic Tools] (MagicTools1.0(1.7.10).jar)
UCH malisiscore{1.7.10-0.12.9} [MalisisCore] (malisiscore-1.7.10-0.12.9.jar)
UCH malisisdoors{1.7.10-1.10} [Malisis' Doors] (malisisdoors-1.7.10-1.10.jar)
UCH MiscUtils{1.0.3} [MiscUtilities] (MiscUtils-universal-1.7.10-1.0.3.jar)
UCE MiscItems{1.0.0} [MiscItemsAndBlocks] (MiscItemsAndBlocks-universal-1.7.10-1.0.0.jar)
UCH MoreFurnaces{1.3.9} [More Furnaces] (More-Furnaces-Mod-1.7.10.jar)
UCH Morph{0.9.0} [Morph] (Morphing-Mod-1.7.10 (1).jar)
UCH movillages{1.2.1} [Mo' Villages] (MoVillages-1.3.1.jar)
UCH MSM3{3.0.0d} [More Swords 3] (MSM-SNAP-3.0.0e-For-MC-1.7.10.jar)
UCH NetherOres{1.7.10R2.3.0} [Nether Ores] (NetherOres-[1.7.10]2.3.0-12.jar)
UCH newdungeons{0.3} [New Dungeons] (NewDungeons-0.3(1.7.10).jar)
UCH ObsidianBoat{v1.3.2} [Obsidian Boat] (ObsidianBoat-1.7.10-1.3.2.jar)
UCH cuchaz.powerTools{1.7.10-1.3} [Power Tools] (powerTools-v1.7.10-1.3.jar)
UCH primitivemobs{1.0} [Primitive Mobs] (primitivemobs-1.0c-1.7.10.jar)
UCH pumpkintools{1.0} [Pumpkin Tools] (Pumpkin Tools[1.7.10-V1].jar)
UCH quiverchevsky{b101c} [QuiverBow] (QuiverBow_1.7.10_b101d.zip)
UCH RandomThings{2.2.4} [Random Things] (RandomThings-2.2.4.jar)
UCE Rediscovered{1.3} [Minecraft Rediscovered Mod] (Rediscovered-1.7.10-1.3.jar)
UCH renkin42swt{1710.1180.2.0} [Stuff Worth Throwing] (Renkin42SWT-1710.1180.2.0.jar)
UCH RopesPlus{1.6.4} [Ropes+] (RopePlus-1.7.10.jar)
UCH AS_Ruins{13.4} [Ruins Spawning System] (Ruins-1.7.10.jar)
UCH secretroomsmod{4.7.1} [The SecretRoomsMod] (secretroomsmod-1.7.10-4.7.1.394.jar)
UCH shinyfood{1.5} [ShinyFood] (shinyfood-1.7.10-v1.5.jar)
UCH shipwrecks_winslow{1.6.2} [Shipwrecks!] (shipwrecks_winslow-1.7.10-1.6.3.jar)
UCH SimpleEnderThings{1.2.1} [SimpleEnderThings] (SimpleEnderThings-MC1.7.10-1.2.1.jar)
UCH snapdoors{1.7.10-1.1.0} [SnapDoors] (SnapDoors-Mod-1.7.10.jar)
UCH Somnia{-au} [Somnia] (Somnia-Mod-1.7.10.jar)
UCH SpecialMobs{3.2.0} [Special Mobs] (SpecialMobs-1.7.10-3.2.0.jar)
UCH SwordPedestal{1.1(1.7.10)} [Sword Pedestal] (SwordPedestal-1.1(1.7.10).jar)
UCH telepads{1.6.4 v5} [Teleportation Pads] (Telepads-1.7.2_1.7.jar)
UCH ninjamod{4.0} [The Ninja Mod] (The Ninja Mod-1.7.10-4.02.jar)
UCH corerm{1.0b} [RikMuld's Core] (TheCampingMod_2.1f.jar)
UCH camping{2.1f} [The Camping Mod 2] (TheCampingMod_2.1f.jar)
UCH SpecialArmor{1.7.10} [TeeLuk's SpecialArmor] (TLSpecialArmor-1.7.10.jar)
UCH toolbox{1.0.4} [Toolbox] (Toolbox-1.7.10-1.0.4.jar)
UCH toolsdoneright{1.1.4} [Tools Done Right] (Tools Done Right by NukeDuck [1.7.10][1.1.4].zip)
UCE TurkeyUtil{2.2.95} [Turkey Utility] (TurkeyUtil-2.2.95.jar)
UCH TwilightForest{2.3.5} [The Twilight Forest] (twilightforest-1.7.10-2.3.5.jar)
UCH universalcoins{1.7.10-1.5.8} [Universal Coins] (UniversalCoins-1.7.10-1.5.8.jar)
UCH AS_UpdateCheck{1.1.7} [AtomicStryker Update Check Mod] (UpdateCheckerMod-1.7.10.jar)
UCH Waila{1.5.10} [Waila] (Waila-1.5.10_1.7.10.jar)
UCH weaponcaseloot{1.0.6} [WeaponCaseLoot] (weaponcaseloot-1.0.6.jar)
UCH XaeroMinimap{1.7.7.1} [Xaero's Minimap] (xaeros_minimap_v1.7.7.1_Forge_1.7.10.jar)
GL info: ' Vendor: 'ATI Technologies Inc.' Version: '4.3.12798 Compatibility Profile Context 13.351.1105.1001' Renderer: 'AMD Radeon(TM) R2 Graphics'
CoFHCore: -[1.7.10]3.0.3-303
NetherOres: -[1.7.10]2.3.0-12
Launched Version: 1.7.10-Forge10.13.4.1481-1.7.10
LWJGL: 2.9.1
OpenGL: AMD Radeon(TM) R2 Graphics GL version 4.3.12798 Compatibility Profile Context 13.351.1105.1001, ATI Technologies Inc.
GL Caps: Using GL 1.3 multitexturing.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Anisotropic filtering is supported and maximum anisotropy is 16.
Shaders are available because OpenGL 2.1 is supported.
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Packs: []
Current Language: English (US)
Profiler Position: N/A (disabled)
Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Anisotropic Filtering: Off (1)
Try updating Galacticraft (and MicdoodleCore) to build 424 or newer. They fixed a problem that was making Galacticraft sometimes cause problems with other mods that use an old way of registering entities.
I recently just got a bunch of new mods, and when I loaded them, it crashed. The mods that errored were the invasion mod, misc items, and turkey util, but when I looked at the crash report more closely, it said that the crash happened in the rediscovered mod, which confuses me. Could someone please help me figure out what mod is causing this?
Here is the crash report:
---- Minecraft Crash Report ----
// I blame Dinnerbone.
Time: 1/27/16 12:30 PM
Description: Initializing game
java.lang.IllegalArgumentException: ID is already registered: 103
at net.minecraft.entity.EntityList.func_75618_a(EntityList.java:94)
at net.minecraft.entity.EntityList.func_75614_a(EntityList.java:108)
at cpw.mods.fml.common.registry.EntityRegistry.registerGlobalEntityID(EntityRegistry.java:251)
at com.stormister.rediscovered.mod_Rediscovered.registerRediscoveredMob(mod_Rediscovered.java:661)
at com.stormister.rediscovered.mod_Rediscovered.preInit(mod_Rediscovered.java:370)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:556)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:243)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at net.minecraft.entity.EntityList.func_75618_a(EntityList.java:94)
at net.minecraft.entity.EntityList.func_75614_a(EntityList.java:108)
at cpw.mods.fml.common.registry.EntityRegistry.registerGlobalEntityID(EntityRegistry.java:251)
at com.stormister.rediscovered.mod_Rediscovered.registerRediscoveredMob(mod_Rediscovered.java:661)
at com.stormister.rediscovered.mod_Rediscovered.preInit(mod_Rediscovered.java:370)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:556)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:243)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480)
-- Initialization --
Details:
Stacktrace:
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
-- System Details --
Details:
Minecraft Version: 1.7.10
Operating System: Windows 7 (x86) version 6.1
Java Version: 1.8.0_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) Client VM (mixed mode), Oracle Corporation
Memory: 103573024 bytes (98 MB) / 354148352 bytes (337 MB) up to 523501568 bytes (499 MB)
JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx512M -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1481 Optifine OptiFine_1.7.10_HD_U_C1 110 mods loaded, 110 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCH mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
UCH FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1481-1.7.10.jar)
UCH Forge{10.13.4.1481} [Minecraft Forge] (forge-1.7.10-10.13.4.1481-1.7.10.jar)
UCH CodeChickenCore{1.0.4.29} [CodeChicken Core] (minecraft.jar)
UCH Micdoodlecore{} [Micdoodle8 Core] (minecraft.jar)
UCH NotEnoughItems{1.0.4.95} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.4.95-universal.jar)
UCH SomniaCore{1.3.0.15} [SomniaCore] (minecraft.jar)
UCH <CoFH ASM>{000} [CoFH ASM] (minecraft.jar)
UCH FamiliarsAPI{1.7.10} [Familiars API] (FamiliarsAPI-1.7.10.jar)
UCH cheesemod{4.3} [§6Cheese Mod] ([1.7.10] Cheese Mod v 4.3.jar)
UCH hearts{1.0} [Hearts] ([1.7.10][1.7.2] Heart Crystal 1.0.zip)
UCH extendedWorkbench{1.2.1.1} [Extended Workbench] ([1.7.10]ExtendedWorkbench v1.2.1.1.jar)
UCH bspkrsCore{6.16} [bspkrsCore] ([1.7.10]bspkrsCore-universal-6.16.jar)
UCH FloatingRuins{1.7.10.r02} [FloatingRuins] ([1.7.10]FloatingRuins-universal-1.7.10.r02.jar)
UCH Treecapitator{1.7.10} [Treecapitator] ([1.7.10]Treecapitator-universal-2.0.4.jar)
UCH More Crafting Recipes Mod{Minecraft 1.7.2} [More Crafting Recipes Mod] ([2.2.0] More Crafting Recipes Mod.jar)
UCH deconstruction{2.2.5} [The Deconstruction Mod] ([MC1.7.10]deconstruction[v2.2.5].jar)
UCH ancientWeapons{1.1.0} [Ancient Weapons] (Ancient Weapons-1.1.0.jar)
UCH animalbikes{1.7.10} [Animal Bikes] (AnimalBikes_1.7.10.jar)
UCH MovingWorld{1.7.10-1.8} [Moving World] (movingworld-1.7.10-1.8.jar)
UCH ArchimedesShipsPlus{1.7.10-1.8} [Archimedes' Ships Plus] (archimedesshipsplus-1.7.10-1.8.jar)
UCH CoFHCore{1.7.10R3.0.3} [CoFH Core] (CoFHCore-[1.7.10]3.0.3-303.jar)
UCH BuildCraft|Core{7.1.14} [BuildCraft] (buildcraft-7.1.14.jar)
UCH BuildCraft|Energy{7.1.14} [BC Energy] (buildcraft-7.1.14.jar)
UCH GalacticraftCore{3.0.12} [Galacticraft Core] (GalacticraftCore-1.7-3.0.12.411.jar)
UCH GalacticraftMars{3.0.12} [Galacticraft Planets] (Galacticraft-Planets-1.7-3.0.12.411.jar)
UCH B0bGrowsOre{2.5.4} [B0bGary's Growable Ores] (B0bGary's Growable Ores-2.5.4 for 1.7.10.jar)
UCH bagginses{2.1.1} [Bagginses] (Bagginses-2.1.1.jar)
UCH hud{1.1a} [Better HUD] (Better HUD by NukeDuck [1.7.10][1.1a].zip)
UCH betterstorage{0.13.1.126} [BetterStorage] (BetterStorage-1.7.10-0.13.1.126.jar)
UCH bookshelf{1.2.0} [Bookshelf] (Bookshelf-1.7.10-1.2.0.jar)
UCH BuildCraft|Builders{7.1.14} [BC Builders] (buildcraft-7.1.14.jar)
UCH BuildCraft|Transport{7.1.14} [BC Transport] (buildcraft-7.1.14.jar)
UCH BuildCraft|Silicon{7.1.14} [BC Silicon] (buildcraft-7.1.14.jar)
UCH BuildCraft|Robotics{7.1.14} [BC Robotics] (buildcraft-7.1.14.jar)
UCH BuildCraft|Factory{7.1.14} [BC Factory] (buildcraft-7.1.14.jar)
UCH chocolateQuest{1.0} [Chocolate Quest] (chocolateQuest-1.7.10-1.0.jar)
UCH clonecraft{3.0} [CloneCraft] (Clone-Craft-Mod-1.7.10.jar)
UCH gud_cooler{1.1.5.0} [Coolers] (cooler-1.7.10-1.1.5.0.jar)
UCH dualhotbar{1.6} [Dual Hotbar] (dualhotbar-1.7.10-1.6.jar)
UCH eplus{3.0.2-d} [Enchanting Plus] (EnchantingPlus-1.7.10-3.0.2-d.jar)
UCH EnderZoo{1.7.10-1.0.15.32} [Ender Zoo] (EnderZoo-1.7.10-1.0.15.32.jar)
UCH ExtraUtilities{1.2.12} [Extra Utilities] (extrautilities-1.2.12.jar)
UCH DefaultMobPack{1.7.10} [DefaultMobPack] (FamiliarsDefaultMobPack-1.7.10.jar)
UCH ExtendedFamPack{1.7.10} [ExtendedFamPack] (FamiliarsExtendedFamPack-1.7.10.jar)
UCH HerobrineFamPack{1.7.10} [HerobrineFamPack] (FamiliarsHerobrineFamPack-1.7.10.jar)
UCH farlanders{1.2b} [The Farlanders] (farlanders-1.7.10-v1.2b.jar)
UCH FastCraft{1.21} [FastCraft] (fastcraft-1.21.jar)
UCH clayspawn{bp1.7.10(2.2.2.0)} [Fire's Clay Spawn] (Fire's Clay Spawn bp1.7.10(2.2.2.0).jar)
UCH fireplacecore{1.0.4.0} [Fireplace Core] (Fireplace Core 1.0.4.0.jar)
UCH ModGeochests{1.2.3} [§aGeochests] (geochests-1.7.10-v1.2.3.jar)
UCH goblin{0.6} [Goblins! Mod] (Goblins Mod-6.0.jar)
UCH GollumCoreLib{2.0.0} [Gollum Core Lib] (GollumCoreLib-2.0.0-1.7.10.jar)
UCH hammertime{Hammer Time-1.7.10-1.3.5} [Hammer Time!] (HammerTime-1.3.5.jar)
UCH ibench{1.0.12} [iBench] (ibench-1.7.10-1.0.12.jar)
UCH iChunUtil{4.1.3} [iChunUtil] (iChun-Util-Mod-1.7.10.jar)
UCH improvedHoes{1.0} [ImprovedHoes] (ImprovedHoes-1.7.10-1.0.jar)
UCE mod_Invasion{1.1.2} [Invasion] (Invasion_1.1.2_1.7.10.jar)
UCH inventorytweaks{1.59-dev-152-cf6e263} [Inventory Tweaks] (InventoryTweaks-1.59-dev-152.jar)
UCH JammyFurniture{5.0.0 [Build Smeagol]} [Jammy Furniture Mod] (Jammy-Furniture-Reborn-Mod-1.7.10.jar)
UCH KM{1.7.10_A} [Kasslim's mazes] (Kasslims_Mazes-1.7.10_A.jar)
UCH kloudspacekloudgear{1.7.10-1.2.0} [HexxitGear] (kloudspacekloudgear-1.7.10-1.2.0.jar)
UCH koresample{1.7.10-1.3.2} [Kore Sample] (KoreSample-1.7.10-1.3.2.jar)
UCH levelup{0.4} [Level Up!] (Level-Up-Mod-1.7.10.jar)
UCH lootbags{1.8.1} [Loot Bags] (LootBags-1.7.10-1.8.1.jar)
UCH LotsOfFood{1.7.10} [Lots of Food] (Lots of Food-1.7.10 v7.jar)
UCH lucky{5.1.0} [Lucky Block] (Lucky-Block-Mod-1.7.10 (1).jar)
UCH magictools{0.1} [Magic Tools] (MagicTools1.0(1.7.10).jar)
UCH malisiscore{1.7.10-0.12.9} [MalisisCore] (malisiscore-1.7.10-0.12.9.jar)
UCH malisisdoors{1.7.10-1.10} [Malisis' Doors] (malisisdoors-1.7.10-1.10.jar)
UCH MiscUtils{1.0.3} [MiscUtilities] (MiscUtils-universal-1.7.10-1.0.3.jar)
UCE MiscItems{1.0.0} [MiscItemsAndBlocks] (MiscItemsAndBlocks-universal-1.7.10-1.0.0.jar)
UCH MoreFurnaces{1.3.9} [More Furnaces] (More-Furnaces-Mod-1.7.10.jar)
UCH Morph{0.9.0} [Morph] (Morphing-Mod-1.7.10 (1).jar)
UCH movillages{1.2.1} [Mo' Villages] (MoVillages-1.3.1.jar)
UCH MSM3{3.0.0d} [More Swords 3] (MSM-SNAP-3.0.0e-For-MC-1.7.10.jar)
UCH NetherOres{1.7.10R2.3.0} [Nether Ores] (NetherOres-[1.7.10]2.3.0-12.jar)
UCH newdungeons{0.3} [New Dungeons] (NewDungeons-0.3(1.7.10).jar)
UCH ObsidianBoat{v1.3.2} [Obsidian Boat] (ObsidianBoat-1.7.10-1.3.2.jar)
UCH cuchaz.powerTools{1.7.10-1.3} [Power Tools] (powerTools-v1.7.10-1.3.jar)
UCH primitivemobs{1.0} [Primitive Mobs] (primitivemobs-1.0c-1.7.10.jar)
UCH pumpkintools{1.0} [Pumpkin Tools] (Pumpkin Tools[1.7.10-V1].jar)
UCH quiverchevsky{b101c} [QuiverBow] (QuiverBow_1.7.10_b101d.zip)
UCH RandomThings{2.2.4} [Random Things] (RandomThings-2.2.4.jar)
UCE Rediscovered{1.3} [Minecraft Rediscovered Mod] (Rediscovered-1.7.10-1.3.jar)
UCH renkin42swt{1710.1180.2.0} [Stuff Worth Throwing] (Renkin42SWT-1710.1180.2.0.jar)
UCH RopesPlus{1.6.4} [Ropes+] (RopePlus-1.7.10.jar)
UCH AS_Ruins{13.4} [Ruins Spawning System] (Ruins-1.7.10.jar)
UCH secretroomsmod{4.7.1} [The SecretRoomsMod] (secretroomsmod-1.7.10-4.7.1.394.jar)
UCH shinyfood{1.5} [ShinyFood] (shinyfood-1.7.10-v1.5.jar)
UCH shipwrecks_winslow{1.6.2} [Shipwrecks!] (shipwrecks_winslow-1.7.10-1.6.3.jar)
UCH SimpleEnderThings{1.2.1} [SimpleEnderThings] (SimpleEnderThings-MC1.7.10-1.2.1.jar)
UCH snapdoors{1.7.10-1.1.0} [SnapDoors] (SnapDoors-Mod-1.7.10.jar)
UCH Somnia{-au} [Somnia] (Somnia-Mod-1.7.10.jar)
UCH SpecialMobs{3.2.0} [Special Mobs] (SpecialMobs-1.7.10-3.2.0.jar)
UCH SwordPedestal{1.1(1.7.10)} [Sword Pedestal] (SwordPedestal-1.1(1.7.10).jar)
UCH telepads{1.6.4 v5} [Teleportation Pads] (Telepads-1.7.2_1.7.jar)
UCH ninjamod{4.0} [The Ninja Mod] (The Ninja Mod-1.7.10-4.02.jar)
UCH corerm{1.0b} [RikMuld's Core] (TheCampingMod_2.1f.jar)
UCH camping{2.1f} [The Camping Mod 2] (TheCampingMod_2.1f.jar)
UCH SpecialArmor{1.7.10} [TeeLuk's SpecialArmor] (TLSpecialArmor-1.7.10.jar)
UCH toolbox{1.0.4} [Toolbox] (Toolbox-1.7.10-1.0.4.jar)
UCH toolsdoneright{1.1.4} [Tools Done Right] (Tools Done Right by NukeDuck [1.7.10][1.1.4].zip)
UCE TurkeyUtil{2.2.95} [Turkey Utility] (TurkeyUtil-2.2.95.jar)
UCH TwilightForest{2.3.5} [The Twilight Forest] (twilightforest-1.7.10-2.3.5.jar)
UCH universalcoins{1.7.10-1.5.8} [Universal Coins] (UniversalCoins-1.7.10-1.5.8.jar)
UCH AS_UpdateCheck{1.1.7} [AtomicStryker Update Check Mod] (UpdateCheckerMod-1.7.10.jar)
UCH Waila{1.5.10} [Waila] (Waila-1.5.10_1.7.10.jar)
UCH weaponcaseloot{1.0.6} [WeaponCaseLoot] (weaponcaseloot-1.0.6.jar)
UCH XaeroMinimap{1.7.7.1} [Xaero's Minimap] (xaeros_minimap_v1.7.7.1_Forge_1.7.10.jar)
GL info: ' Vendor: 'ATI Technologies Inc.' Version: '4.3.12798 Compatibility Profile Context 13.351.1105.1001' Renderer: 'AMD Radeon(TM) R2 Graphics'
CoFHCore: -[1.7.10]3.0.3-303
NetherOres: -[1.7.10]2.3.0-12
Launched Version: 1.7.10-Forge10.13.4.1481-1.7.10
LWJGL: 2.9.1
OpenGL: AMD Radeon(TM) R2 Graphics GL version 4.3.12798 Compatibility Profile Context 13.351.1105.1001, ATI Technologies Inc.
GL Caps: Using GL 1.3 multitexturing.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Anisotropic filtering is supported and maximum anisotropy is 16.
Shaders are available because OpenGL 2.1 is supported.
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Packs: []
Current Language: English (US)
Profiler Position: N/A (disabled)
Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Anisotropic Filtering: Off (1)
Please can someone help me?
Try updating Galacticraft (and MicdoodleCore) to build 424 or newer. They fixed a problem that was making Galacticraft sometimes cause problems with other mods that use an old way of registering entities.
thanks!