So, I've been playing Minecraft with 32 mods loaded. Sounds dangerous, right? Well, it's all been working fine until I downloaded more recent versions of a few of them. I can't figure out what's wrong, so here's the crash report:
---- Minecraft Crash Report ----
// I just don't know what went wrong
Time: 9/11/13 6:14 PM
Description: Initializing game
java.lang.ArrayIndexOutOfBoundsException: 5765
at net.minecraft.block.Block.<init>(Block.java:346)
at twilightforest.block.BlockTFTowerDevice.<init>(BlockTFTowerDevice.java:77)
at twilightforest.block.TFBlocks.<init>(TFBlocks.java:62)
at twilightforest.TwilightForestMod.preInit(TwilightForestMod.java:292)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:540)
at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:194)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:174)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:105)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:521)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:181)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:470)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:796)
at net.minecraft.client.main.Main.main(SourceFile:101)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:57)
at net.minecraft.launchwrapper.Launch.main(Launch.java:18)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at magic.launcher.Launcher.main(Unknown Source)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at net.minecraft.block.Block.<init>(Block.java:346)
at twilightforest.block.BlockTFTowerDevice.<init>(BlockTFTowerDevice.java:77)
at twilightforest.block.TFBlocks.<init>(TFBlocks.java:62)
at twilightforest.TwilightForestMod.preInit(TwilightForestMod.java:292)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:540)
at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:194)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:174)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:105)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:521)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:181)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:470)
-- Initialization --
Details:
Stacktrace:
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:796)
at net.minecraft.client.main.Main.main(SourceFile:101)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:57)
at net.minecraft.launchwrapper.Launch.main(Launch.java:18)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at magic.launcher.Launcher.main(Unknown Source)
-- System Details --
Details:
Minecraft Version: 1.6.2
Operating System: Windows 8 (amd64) version 6.2
Java Version: 1.7.0_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 402011664 bytes (383 MB) / 504496128 bytes (481 MB) up to 504496128 bytes (481 MB)
JVM Flags: 2 total; -Xms512m -Xmx512m
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Suspicious classes: FML and Forge are installed
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP v8.04 FML v6.2.37.817 Minecraft Forge 9.10.0.817 Optifine OptiFine_1.6.2_HD_U_B4 39 mods loaded, 39 mods active
mcp{8.04} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized
FML{6.2.37.817} [Forge Mod Loader] (coremods) Unloaded->Constructed->Pre-initialized
Forge{9.10.0.817} [Minecraft Forge] (coremods) Unloaded->Constructed->Pre-initialized
playercoreapi{0.1} [PlayerCoreAPI] (coremods) Unloaded->Constructed->Pre-initialized
threadedlighting{0.1} [Threaded Lighting] (coremods) Unloaded->Constructed->Pre-initialized
walljump{1.2} [WallJump] ([1.6.2] [Forge] Wall Jump 1.2 by NukeDuck.zip) Unloaded->Constructed->Pre-initialized
custom_flags{1.3.1} [Custom Flags] ([1.6.2] Custom Flags - 1.3.1.jar) Unloaded->Constructed->Pre-initialized
Plates{v1.0 for Minecraft 1.6.2} [Plates Mod] ([1.6.2] Plates v1.0.zip) Unloaded->Constructed->Pre-initialized
coralmod{1.6.2} [CoralReef Mod] ([MC1.6.2]CoralMod.zip) Unloaded->Constructed->Pre-initialized
Aether II{Alpha v1.0.1} [Aether II] (aether.jar) Unloaded->Constructed->Pre-initialized
MainMenuAPI{1.0.0} [Main Menu API] (aether.jar) Unloaded->Constructed->Pre-initialized
BiblioCraft{1.4.1} [BiblioCraft] (BiblioCraft[v1.4.1].zip) Unloaded->Constructed->Pre-initialized
mod_ChainArmorRecipe{1} [mod_ChainArmorRecipe] (ChainArmorRecipe1.6.2.zip) Unloaded->Constructed->Pre-initialized
craftguide{1.5.2} [CraftGuide] (CraftGuide-1.6.7.3.zip) Unloaded->Constructed->Pre-initialized
CustomSpawner{2.3.1} [DrZhark's CustomSpawner] (CustomMobSpawner 2.3.1.zip) Unloaded->Constructed->Pre-initialized
DragonMounts{1.0.0pre2} [Dragon Mounts Forge (WIP)] (dragonmount_v1.0.0pre2_mc1.6.x.zip) Unloaded->Constructed->Pre-initialized
MoCreatures{6.0.1} [DrZhark's Mo'Creatures Mod] (DrZharks MoCreatures Mod v6.0.1.zip) Unloaded->Constructed->Pre-initialized
DynamicLights{1.2.4} [Dynamic Lights] (DynamicLights_1.6.2.jar) Unloaded->Constructed->Pre-initialized
DynamicLights_onFire{1.0.2} [Dynamic Lights on burning] (DynamicLights_1.6.2.jar) Unloaded->Constructed->Pre-initialized
DynamicLights_creepers{1.0.2} [Dynamic Lights on Creepers] (DynamicLights_1.6.2.jar) Unloaded->Constructed->Pre-initialized
DynamicLights_dropItems{1.0.4} [Dynamic Lights on ItemEntities] (DynamicLights_1.6.2.jar) Unloaded->Constructed->Pre-initialized
DynamicLights_mobEquipment{1.0.0} [Dynamic Lights on Mob Equipment] (DynamicLights_1.6.2.jar) Unloaded->Constructed->Pre-initialized
DynamicLights_flameArrows{1.0.0} [Dynamic Lights on Flame enchanted Arrows] (DynamicLights_1.6.2.jar) Unloaded->Constructed->Pre-initialized
DynamicLights_otherPlayers{1.0.4} [Dynamic Lights Other Player Light] (DynamicLights_1.6.2.jar) Unloaded->Constructed->Pre-initialized
DynamicLights_thePlayer{1.0.8} [Dynamic Lights Player Light] (DynamicLights_1.6.2.jar) Unloaded->Constructed->Pre-initialized
GraveStone{2.3.0} [GraveStone] (GraveStone_2.3.2.zip) Unloaded->Constructed->Pre-initialized
GuiAPI{0.15.7} [GuiAPI] (GuiAPI-0.15.7-1.6.2.jar) Unloaded->Constructed->Pre-initialized
haycraftmod{1.5b} [Haycraft] (Haycraftmod 1.5b - 1.6.2 Forge.zip) Unloaded->Constructed->Pre-initialized
pamharvestcraft{1.0} [Pam's HarvestCraft Base] (Pam's HarvestCraft 1.6.2 v1.1.2.zip) Unloaded->Constructed->Pre-initialized
pamweeeflowers{1.1} [Pam's Weee! Flowers] (Pam's Weee Flowers 1.6.2 v1.04.zip) Unloaded->Constructed->Pre-initialized
RopesPlus{1.4.4} [Ropes+] (RopePlus_1.6.2.zip) Unloaded->Constructed->Pre-initialized
sailcraft{1.1.0} [Sailcraft] (Sailcraft1.1.1-1.6.2.zip) Unloaded->Constructed->Pre-initialized
slabcraftmod{1.5b} [Slabcraft] (Slabcraftmod 1.5b - 1.6.2 Forge.zip) Unloaded->Constructed->Pre-initialized
awger_SmallBoat{0.10.4} [SmallBoat] (smallboats.jar) Unloaded->Constructed->Pre-initialized
awger_Punt{0.10.4} [Punt] (smallboats.jar) Unloaded->Constructed->Pre-initialized
awger_Whitehall{0.10.4} [Whitehall] (smallboats.jar) Unloaded->Constructed->Pre-initialized
awger_Hoy{0.10.4} [Hoy] (smallboats.jar) Unloaded->Constructed->Pre-initialized
staircraftmod{1.5a} [Staircraft] (Staircraftmod 1.5b - 1.6.2 Forge.zip) Unloaded->Constructed->Pre-initialized
TwilightForest{1.19.3} [The Twilight Forest] (twilightforest-1.19.3.jar) Unloaded->Constructed->Errored
Launched Version: 1.6.2-Forge9.10.0.817
LWJGL: 2.9.0
OpenGL: AMD Radeon HD 7310 GL version 4.2.11764 Compatibility Profile Context, ATI Technologies Inc.
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Pack: Default
Current Language: English (US)
Profiler Position: N/A (disabled)
Vec3 Pool Size: ~~ERROR~~ NullPointerException: null
Nevermind. I fixed it by typing random things into the configuration files. Apparently, the Nagastone block was sharing an ID with the Cicada block, but the crash report didn't mention it. Could an op please close this thread?
---- Minecraft Crash Report ----
// I just don't know what went wrong
Time: 9/11/13 6:14 PM
Description: Initializing game
java.lang.ArrayIndexOutOfBoundsException: 5765
at net.minecraft.block.Block.<init>(Block.java:346)
at twilightforest.block.BlockTFTowerDevice.<init>(BlockTFTowerDevice.java:77)
at twilightforest.block.TFBlocks.<init>(TFBlocks.java:62)
at twilightforest.TwilightForestMod.preInit(TwilightForestMod.java:292)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:540)
at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:194)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:174)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:105)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:521)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:181)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:470)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:796)
at net.minecraft.client.main.Main.main(SourceFile:101)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:57)
at net.minecraft.launchwrapper.Launch.main(Launch.java:18)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at magic.launcher.Launcher.main(Unknown Source)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at net.minecraft.block.Block.<init>(Block.java:346)
at twilightforest.block.BlockTFTowerDevice.<init>(BlockTFTowerDevice.java:77)
at twilightforest.block.TFBlocks.<init>(TFBlocks.java:62)
at twilightforest.TwilightForestMod.preInit(TwilightForestMod.java:292)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:540)
at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:194)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:174)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:105)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:521)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:181)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:470)
-- Initialization --
Details:
Stacktrace:
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:796)
at net.minecraft.client.main.Main.main(SourceFile:101)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:57)
at net.minecraft.launchwrapper.Launch.main(Launch.java:18)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at magic.launcher.Launcher.main(Unknown Source)
-- System Details --
Details:
Minecraft Version: 1.6.2
Operating System: Windows 8 (amd64) version 6.2
Java Version: 1.7.0_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 402011664 bytes (383 MB) / 504496128 bytes (481 MB) up to 504496128 bytes (481 MB)
JVM Flags: 2 total; -Xms512m -Xmx512m
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Suspicious classes: FML and Forge are installed
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP v8.04 FML v6.2.37.817 Minecraft Forge 9.10.0.817 Optifine OptiFine_1.6.2_HD_U_B4 39 mods loaded, 39 mods active
mcp{8.04} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized
FML{6.2.37.817} [Forge Mod Loader] (coremods) Unloaded->Constructed->Pre-initialized
Forge{9.10.0.817} [Minecraft Forge] (coremods) Unloaded->Constructed->Pre-initialized
playercoreapi{0.1} [PlayerCoreAPI] (coremods) Unloaded->Constructed->Pre-initialized
threadedlighting{0.1} [Threaded Lighting] (coremods) Unloaded->Constructed->Pre-initialized
walljump{1.2} [WallJump] ([1.6.2] [Forge] Wall Jump 1.2 by NukeDuck.zip) Unloaded->Constructed->Pre-initialized
custom_flags{1.3.1} [Custom Flags] ([1.6.2] Custom Flags - 1.3.1.jar) Unloaded->Constructed->Pre-initialized
Plates{v1.0 for Minecraft 1.6.2} [Plates Mod] ([1.6.2] Plates v1.0.zip) Unloaded->Constructed->Pre-initialized
coralmod{1.6.2} [CoralReef Mod] ([MC1.6.2]CoralMod.zip) Unloaded->Constructed->Pre-initialized
Aether II{Alpha v1.0.1} [Aether II] (aether.jar) Unloaded->Constructed->Pre-initialized
MainMenuAPI{1.0.0} [Main Menu API] (aether.jar) Unloaded->Constructed->Pre-initialized
BiblioCraft{1.4.1} [BiblioCraft] (BiblioCraft[v1.4.1].zip) Unloaded->Constructed->Pre-initialized
mod_ChainArmorRecipe{1} [mod_ChainArmorRecipe] (ChainArmorRecipe1.6.2.zip) Unloaded->Constructed->Pre-initialized
craftguide{1.5.2} [CraftGuide] (CraftGuide-1.6.7.3.zip) Unloaded->Constructed->Pre-initialized
CustomSpawner{2.3.1} [DrZhark's CustomSpawner] (CustomMobSpawner 2.3.1.zip) Unloaded->Constructed->Pre-initialized
DragonMounts{1.0.0pre2} [Dragon Mounts Forge (WIP)] (dragonmount_v1.0.0pre2_mc1.6.x.zip) Unloaded->Constructed->Pre-initialized
MoCreatures{6.0.1} [DrZhark's Mo'Creatures Mod] (DrZharks MoCreatures Mod v6.0.1.zip) Unloaded->Constructed->Pre-initialized
DynamicLights{1.2.4} [Dynamic Lights] (DynamicLights_1.6.2.jar) Unloaded->Constructed->Pre-initialized
DynamicLights_onFire{1.0.2} [Dynamic Lights on burning] (DynamicLights_1.6.2.jar) Unloaded->Constructed->Pre-initialized
DynamicLights_creepers{1.0.2} [Dynamic Lights on Creepers] (DynamicLights_1.6.2.jar) Unloaded->Constructed->Pre-initialized
DynamicLights_dropItems{1.0.4} [Dynamic Lights on ItemEntities] (DynamicLights_1.6.2.jar) Unloaded->Constructed->Pre-initialized
DynamicLights_mobEquipment{1.0.0} [Dynamic Lights on Mob Equipment] (DynamicLights_1.6.2.jar) Unloaded->Constructed->Pre-initialized
DynamicLights_flameArrows{1.0.0} [Dynamic Lights on Flame enchanted Arrows] (DynamicLights_1.6.2.jar) Unloaded->Constructed->Pre-initialized
DynamicLights_otherPlayers{1.0.4} [Dynamic Lights Other Player Light] (DynamicLights_1.6.2.jar) Unloaded->Constructed->Pre-initialized
DynamicLights_thePlayer{1.0.8} [Dynamic Lights Player Light] (DynamicLights_1.6.2.jar) Unloaded->Constructed->Pre-initialized
GraveStone{2.3.0} [GraveStone] (GraveStone_2.3.2.zip) Unloaded->Constructed->Pre-initialized
GuiAPI{0.15.7} [GuiAPI] (GuiAPI-0.15.7-1.6.2.jar) Unloaded->Constructed->Pre-initialized
haycraftmod{1.5b} [Haycraft] (Haycraftmod 1.5b - 1.6.2 Forge.zip) Unloaded->Constructed->Pre-initialized
pamharvestcraft{1.0} [Pam's HarvestCraft Base] (Pam's HarvestCraft 1.6.2 v1.1.2.zip) Unloaded->Constructed->Pre-initialized
pamweeeflowers{1.1} [Pam's Weee! Flowers] (Pam's Weee Flowers 1.6.2 v1.04.zip) Unloaded->Constructed->Pre-initialized
RopesPlus{1.4.4} [Ropes+] (RopePlus_1.6.2.zip) Unloaded->Constructed->Pre-initialized
sailcraft{1.1.0} [Sailcraft] (Sailcraft1.1.1-1.6.2.zip) Unloaded->Constructed->Pre-initialized
slabcraftmod{1.5b} [Slabcraft] (Slabcraftmod 1.5b - 1.6.2 Forge.zip) Unloaded->Constructed->Pre-initialized
awger_SmallBoat{0.10.4} [SmallBoat] (smallboats.jar) Unloaded->Constructed->Pre-initialized
awger_Punt{0.10.4} [Punt] (smallboats.jar) Unloaded->Constructed->Pre-initialized
awger_Whitehall{0.10.4} [Whitehall] (smallboats.jar) Unloaded->Constructed->Pre-initialized
awger_Hoy{0.10.4} [Hoy] (smallboats.jar) Unloaded->Constructed->Pre-initialized
staircraftmod{1.5a} [Staircraft] (Staircraftmod 1.5b - 1.6.2 Forge.zip) Unloaded->Constructed->Pre-initialized
TwilightForest{1.19.3} [The Twilight Forest] (twilightforest-1.19.3.jar) Unloaded->Constructed->Errored
Launched Version: 1.6.2-Forge9.10.0.817
LWJGL: 2.9.0
OpenGL: AMD Radeon HD 7310 GL version 4.2.11764 Compatibility Profile Context, ATI Technologies Inc.
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Pack: Default
Current Language: English (US)
Profiler Position: N/A (disabled)
Vec3 Pool Size: ~~ERROR~~ NullPointerException: null
http://www.minecraft...d-mob-spawning/
http://www.minecraft...d-mob-spawning/
http://www.minecraft...d-mob-spawning/
Yeah.
http://www.minecraft...d-mob-spawning/