---- Minecraft Crash Report ----
// Hi. I'm Minecraft, and I'm a crashaholic.
Time: 02.08.2014 18:45
Description: Initializing game
java.lang.IllegalArgumentException: The resource name could not be found
at net.minecraftforge.client.model.AdvancedModelLoader.loadModel(AdvancedModelLoader.java:68)
at lycanite.lycanitesmobs.AssetManager.addObjModel(AssetManager.java:60)
at lycanite.lycanitesmobs.AssetManager.getObjModel(AssetManager.java:110)
at lycanite.lycanitesmobs.infernomobs.model.ModelCinder.<init>(ModelCinder.java:25)
at lycanite.lycanitesmobs.infernomobs.model.ModelCinder.<init>(ModelCinder.java:20)
at lycanite.lycanitesmobs.infernomobs.ClientSubProxy.registerModels(ClientSubProxy.java:17)
at lycanite.lycanitesmobs.infernomobs.InfernoMobs.load(InfernoMobs.java:93)
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:545)
at sun.reflect.GeneratedMethodAccessor1.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:201)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181)
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:112)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:699)
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:249)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:509)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:808)
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:131)
at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at net.minecraftforge.client.model.AdvancedModelLoader.loadModel(AdvancedModelLoader.java:68)
at lycanite.lycanitesmobs.AssetManager.addObjModel(AssetManager.java:60)
at lycanite.lycanitesmobs.AssetManager.getObjModel(AssetManager.java:110)
at lycanite.lycanitesmobs.infernomobs.model.ModelCinder.<init>(ModelCinder.java:25)
at lycanite.lycanitesmobs.infernomobs.model.ModelCinder.<init>(ModelCinder.java:20)
at lycanite.lycanitesmobs.infernomobs.ClientSubProxy.registerModels(ClientSubProxy.java:17)
at lycanite.lycanitesmobs.infernomobs.InfernoMobs.load(InfernoMobs.java:93)
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:545)
at sun.reflect.GeneratedMethodAccessor1.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:201)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181)
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:112)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:699)
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:249)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:509)
-- Initialization --
Details:
Stacktrace:
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:808)
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:131)
at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
I want to create a private 1.6.4 minecraft modded survival. But im getting these errors.
A?u 02, 2014 6:45:20 PM net.minecraft.launchwrapper.LogWrapper log
INFO: Loading tweak class name cpw.mods.fml.common.launcher.FMLTweaker
A?u 02, 2014 6:45:20 PM net.minecraft.launchwrapper.LogWrapper log
INFO: Using primary tweak class name cpw.mods.fml.common.launcher.FMLTweaker
A?u 02, 2014 6:45:20 PM net.minecraft.launchwrapper.LogWrapper log
INFO: Calling tweak class cpw.mods.fml.common.launcher.FMLTweaker
2014-08-02 18:45:20 [INFO] [ForgeModLoader] Forge Mod Loader version 6.4.49.965 for Minecraft 1.6.4 loading
2014-08-02 18:45:20 [INFO] [ForgeModLoader] Java is Java HotSpot(TM) 64-Bit Server VM, version 1.7.0_65, running on Windows 7:amd64:6.1, installed at C:\Program Files\Java\jre7
2014-08-02 18:45:20 [WARNING] [ForgeModLoader] The coremod codechicken.core.launch.CodeChickenCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
2014-08-02 18:45:21 [WARNING] [ForgeModLoader] The coremod invtweaks.forge.asm.FMLPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
2014-08-02 18:45:21 [WARNING] [ForgeModLoader] The coremod micdoodle8.mods.miccore.MicdoodlePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
2014-08-02 18:45:21 [WARNING] [ForgeModLoader] The coremod codechicken.nei.asm.NEICorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
2014-08-02 18:45:21 [INFO] [ForgeModLoader] Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
2014-08-02 18:45:21 [INFO] [ForgeModLoader] Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker
2014-08-02 18:45:21 [INFO] [ForgeModLoader] Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
2014-08-02 18:45:21 [INFO] [ForgeModLoader] Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
2014-08-02 18:45:21 [INFO] [ForgeModLoader] Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
2014-08-02 18:45:21 [INFO] [STDOUT] Loaded 40 rules from AccessTransformer config file fml_at.cfg
2014-08-02 18:45:23 [INFO] [ForgeModLoader] Found valid fingerprint for Minecraft Forge. Certificate fingerprint e3c3d50c7c986df74c645c0ac54639741c90a557
2014-08-02 18:45:23 [INFO] [ForgeModLoader] Found valid fingerprint for Minecraft. Certificate fingerprint cd99959656f753dc28d863b46769f7f8fbaefcfc
2014-08-02 18:45:23 [INFO] [ForgeModLoader] Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
2014-08-02 18:45:23 [INFO] [STDOUT] Loaded 110 rules from AccessTransformer config file forge_at.cfg
2014-08-02 18:45:24 [INFO] [ForgeModLoader] Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
2014-08-02 18:45:24 [INFO] [STDOUT] Loaded 40 rules from AccessTransformer config file fml_at.cfg
2014-08-02 18:45:24 [INFO] [STDOUT] Adding AccessTransformer: chickenchunks_at.cfg
2014-08-02 18:45:24 [INFO] [STDOUT] Adding Accesstransformer map: temp.dat
2014-08-02 18:45:24 [INFO] [STDOUT] Loaded 44 rules from AccessTransformer config file temp.dat
2014-08-02 18:45:24 [INFO] [STDOUT] Adding AccessTransformer: nei_at.cfg
2014-08-02 18:45:24 [INFO] [STDOUT] Adding Accesstransformer map: temp.dat
2014-08-02 18:45:24 [INFO] [STDOUT] Loaded 55 rules from AccessTransformer config file temp.dat
2014-08-02 18:45:24 [INFO] [ForgeModLoader] Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
2014-08-02 18:45:24 [INFO] [ForgeModLoader] Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
2014-08-02 18:45:24 [INFO] [STDOUT] Successfully Registered Transformer
2014-08-02 18:45:24 [INFO] [STDOUT] [Micdoodle8Core]: Patching game...
2014-08-02 18:45:24 [INFO] [STDOUT] [Micdoodle8Core]: Patching game...
2014-08-02 18:45:24 [INFO] [ForgeModLoader] Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
2014-08-02 18:45:24 [INFO] [ForgeModLoader] Calling tweak class cpw.mods.fml.common.launcher.FMLDeobfTweaker
2014-08-02 18:45:24 [INFO] [ForgeModLoader] Launching wrapped minecraft {net.minecraft.client.main.Main}
2014-08-02 18:45:26 [INFO] [STDOUT] Galacticraft successfully injected bytecode into: of (1 / 1)
2014-08-02 18:45:26 [INFO] [STDOUT] Galacticraft successfully injected bytecode into: avm (1 / 1)
2014-08-02 18:45:26 [INFO] [STDOUT] Inserted super call into axv.c
2014-08-02 18:45:26 [INFO] [STDOUT] awy was overriden from NotEnoughItems-1.6.4-1.6.1.9-universal.jar
2014-08-02 18:45:27 [INFO] [Minecraft-Client] Setting user: mastergaming59
2014-08-02 18:45:27 [INFO] [STDOUT] Galacticraft successfully injected bytecode into: ss (2 / 2)
2014-08-02 18:45:28 [INFO] [STDOUT] Generated BlockMobSpawner helper method.
2014-08-02 18:45:29 [INFO] [Minecraft-Client] LWJGL Version: 2.9.0
2014-08-02 18:45:29 [INFO] [STDOUT] Galacticraft successfully injected bytecode into: net/minecraftforge/client/ForgeHooksClient (1 / 1)
2014-08-02 18:45:30 [INFO] [Minecraft-Client] Reloading ResourceManager: Default
2014-08-02 18:45:31 [INFO] [MinecraftForge] Attempting early MinecraftForge initialization
2014-08-02 18:45:31 [INFO] [STDOUT] MinecraftForge v9.11.1.965 Initialized
2014-08-02 18:45:31 [INFO] [ForgeModLoader] MinecraftForge v9.11.1.965 Initialized
2014-08-02 18:45:31 [INFO] [STDOUT] Replaced 111 ore recipies
2014-08-02 18:45:31 [INFO] [MinecraftForge] Completed early MinecraftForge initialization
2014-08-02 18:45:31 [INFO] [ForgeModLoader] Reading custom logging properties from C:\Users\ayberk\AppData\Roaming\.minecraft\config\logging.properties
2014-08-02 18:45:31 [OFF] [ForgeModLoader] Logging level for ForgeModLoader logging is set to ALL
2014-08-02 18:45:31 [INFO] [ForgeModLoader] Searching C:\Users\ayberk\AppData\Roaming\.minecraft\mods for mods
2014-08-02 18:45:31 [INFO] [ForgeModLoader] Also searching C:\Users\ayberk\AppData\Roaming\.minecraft\mods\1.6.4 for mods
2014-08-02 18:45:35 [INFO] [ForgeModLoader] Attempting to reparse the mod container DimensionalDoors-2.2.3-336.jar
2014-08-02 18:45:35 [WARNING] [eplus] Mod eplus is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.16.5b
2014-08-02 18:45:36 [WARNING] [HardcoreEnderExpansion] Mod HardcoreEnderExpansion is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.6.1
2014-08-02 18:45:36 [WARNING] [ForgeModLoader] Zip file RadixCore-1.2.0 MC-1.7.2.zip failed to read properly, it will be ignored
java.lang.ClassCastException: java.lang.String cannot be cast to java.util.List
at cpw.mods.fml.common.ModMetadata.<init>(ModMetadata.java:109)
at cpw.mods.fml.common.MetadataCollection.parseModMetadataList(MetadataCollection.java:84)
at cpw.mods.fml.common.MetadataCollection.parse10ModInfo(MetadataCollection.java:76)
at cpw.mods.fml.common.MetadataCollection.from(MetadataCollection.java:47)
at cpw.mods.fml.common.discovery.JarDiscoverer.discover(JarDiscoverer.java:53)
at cpw.mods.fml.common.discovery.ContainerType.findMods(ContainerType.java:42)
at cpw.mods.fml.common.discovery.ModCandidate.explore(ModCandidate.java:71)
at cpw.mods.fml.common.discovery.ModDiscoverer.identifyMods(ModDiscoverer.java:137)
at cpw.mods.fml.common.Loader.identifyMods(Loader.java:353)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:484)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:183)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:473)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:808)
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:131)
at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
2014-08-02 18:45:37 [INFO] [ForgeModLoader] Forge Mod Loader has identified 40 mods to load
2014-08-02 18:45:37 [INFO] [mcp] Activating mod mcp
2014-08-02 18:45:37 [INFO] [FML] Activating mod FML
2014-08-02 18:45:37 [INFO] [Forge] Activating mod Forge
2014-08-02 18:45:37 [INFO] [CodeChickenCore] Activating mod CodeChickenCore
2014-08-02 18:45:37 [INFO] [Micdoodlecore] Activating mod Micdoodlecore
2014-08-02 18:45:37 [INFO] [NotEnoughItems] Activating mod NotEnoughItems
2014-08-02 18:45:37 [INFO] [DamageIndicatorsMod] Activating mod DamageIndicatorsMod
2014-08-02 18:45:37 [INFO] [lucky] Activating mod lucky
2014-08-02 18:45:37 [INFO] [Erebus] Activating mod Erebus
2014-08-02 18:45:37 [INFO] [mod_ReiMinimap] Activating mod mod_ReiMinimap
2014-08-02 18:45:37 [INFO] [Backpack] Activating mod Backpack
2014-08-02 18:45:37 [INFO] [BattleTowers] Activating mod BattleTowers
2014-08-02 18:45:37 [INFO] [ChickenChunks] Activating mod ChickenChunks
2014-08-02 18:45:37 [INFO] [ComputerCraft] Activating mod ComputerCraft
2014-08-02 18:45:37 [INFO] [dimdoors] Activating mod dimdoors
2014-08-02 18:45:37 [INFO] [DLDungeonsJBG] Activating mod DLDungeonsJBG
2014-08-02 18:45:37 [INFO] [eplus] Activating mod eplus
2014-08-02 18:45:37 [INFO] [evilcraft] Activating mod evilcraft
2014-08-02 18:45:37 [INFO] [farlanders] Activating mod farlanders
2014-08-02 18:45:37 [INFO] [GalacticraftCore] Activating mod GalacticraftCore
2014-08-02 18:45:37 [INFO] [GalacticraftMars] Activating mod GalacticraftMars
2014-08-02 18:45:37 [INFO] [HardcoreEnderExpansion] Activating mod HardcoreEnderExpansion
2014-08-02 18:45:37 [INFO] [inventorytweaks] Activating mod inventorytweaks
2014-08-02 18:45:37 [INFO] [Java7Checker] Activating mod Java7Checker
2014-08-02 18:45:37 [INFO] [LycanitesMobs] Activating mod LycanitesMobs
2014-08-02 18:45:37 [INFO] [ArcticMobs] Activating mod ArcticMobs
2014-08-02 18:45:37 [INFO] [DemonMobs] Activating mod DemonMobs
2014-08-02 18:45:37 [INFO] [DesertMobs] Activating mod DesertMobs
2014-08-02 18:45:37 [INFO] [ForestMobs] Activating mod ForestMobs
2014-08-02 18:45:37 [INFO] [InfernoMobs] Activating mod InfernoMobs
2014-08-02 18:45:37 [INFO] [JungleMobs] Activating mod JungleMobs
2014-08-02 18:45:37 [INFO] [MountainMobs] Activating mod MountainMobs
2014-08-02 18:45:37 [INFO] [PlainsMobs] Activating mod PlainsMobs
2014-08-02 18:45:37 [INFO] [SaltwaterMobs] Activating mod SaltwaterMobs
2014-08-02 18:45:37 [INFO] [SwampMobs] Activating mod SwampMobs
2014-08-02 18:45:37 [INFO] [mca] Activating mod mca
2014-08-02 18:45:37 [INFO] [camping] Activating mod camping
2014-08-02 18:45:37 [INFO] [TwilightForest] Activating mod TwilightForest
2014-08-02 18:45:37 [INFO] [UndergroundBiomes] Activating mod UndergroundBiomes
2014-08-02 18:45:37 [INFO] [AS_UpdateCheck] Activating mod AS_UpdateCheck
2014-08-02 18:45:37 [WARNING] [Forge Mod Loader] Mod Forge Mod Loader is missing a pack.mcmeta file, things may not work well
2014-08-02 18:45:37 [WARNING] [Minecraft Forge] Mod Minecraft Forge is missing a pack.mcmeta file, things may not work well
2014-08-02 18:45:37 [WARNING] [Not Enough Items] Mod Not Enough Items is missing a pack.mcmeta file, things may not work well
2014-08-02 18:45:37 [WARNING] [Damage Indicators] Mod Damage Indicators is missing a pack.mcmeta file, things may not work well
2014-08-02 18:45:37 [WARNING] [Lucky Block] Mod Lucky Block is missing a pack.mcmeta file, things may not work well
2014-08-02 18:45:37 [WARNING] [Erebus] Mod Erebus is missing a pack.mcmeta file, things may not work well
2014-08-02 18:45:37 [WARNING] [Backpack] Mod Backpack is missing a pack.mcmeta file, things may not work well
2014-08-02 18:45:37 [WARNING] [Battle Towers] Mod Battle Towers is missing a pack.mcmeta file, things may not work well
2014-08-02 18:45:37 [WARNING] [ChickenChunks] Mod ChickenChunks is missing a pack.mcmeta file, things may not work well
2014-08-02 18:45:37 [WARNING] [Dimensional Doors] Mod Dimensional Doors is missing a pack.mcmeta file, things may not work well
2014-08-02 18:45:37 [WARNING] [Doomlike Dungeons] Mod Doomlike Dungeons is missing a pack.mcmeta file, things may not work well
2014-08-02 18:45:37 [WARNING] [EvilCraft] Mod EvilCraft is missing a pack.mcmeta file, things may not work well
2014-08-02 18:45:37 [WARNING] [The Farlanders] Mod The Farlanders is missing a pack.mcmeta file, things may not work well
2014-08-02 18:45:37 [WARNING] [Galacticraft Core] Mod Galacticraft Core is missing a pack.mcmeta file, things may not work well
2014-08-02 18:45:37 [WARNING] [Galacticraft Mars] Mod Galacticraft Mars is missing a pack.mcmeta file, things may not work well
2014-08-02 18:45:37 [WARNING] [Java 7 Checker] Mod Java 7 Checker is missing a pack.mcmeta file, things may not work well
2014-08-02 18:45:37 [WARNING] [Lycanites Mobs] Mod Lycanites Mobs is missing a pack.mcmeta file, things may not work well
2014-08-02 18:45:37 [WARNING] [Lycanites Arctic Mobs] Mod Lycanites Arctic Mobs is missing a pack.mcmeta file, things may not work well
2014-08-02 18:45:37 [WARNING] [Lycanites Demon Mobs] Mod Lycanites Demon Mobs is missing a pack.mcmeta file, things may not work well
2014-08-02 18:45:37 [WARNING] [Lycanites Desert Mobs] Mod Lycanites Desert Mobs is missing a pack.mcmeta file, things may not work well
2014-08-02 18:45:37 [WARNING] [Lycanites Forest Mobs] Mod Lycanites Forest Mobs is missing a pack.mcmeta file, things may not work well
2014-08-02 18:45:37 [WARNING] [Lycanites Inferno Mobs] Mod Lycanites Inferno Mobs is missing a pack.mcmeta file, things may not work well
2014-08-02 18:45:37 [WARNING] [Lycanites Jungle Mobs] Mod Lycanites Jungle Mobs is missing a pack.mcmeta file, things may not work well
2014-08-02 18:45:37 [WARNING] [Lycanites Mountain Mobs] Mod Lycanites Mountain Mobs is missing a pack.mcmeta file, things may not work well
2014-08-02 18:45:37 [WARNING] [Lycanites Plains Mobs] Mod Lycanites Plains Mobs is missing a pack.mcmeta file, things may not work well
2014-08-02 18:45:37 [WARNING] [Lycanites Saltwater Mobs] Mod Lycanites Saltwater Mobs is missing a pack.mcmeta file, things may not work well
2014-08-02 18:45:37 [WARNING] [Lycanites Swamp Mobs] Mod Lycanites Swamp Mobs is missing a pack.mcmeta file, things may not work well
2014-08-02 18:45:37 [WARNING] [Minecraft Comes Alive] Mod Minecraft Comes Alive is missing a pack.mcmeta file, things may not work well
2014-08-02 18:45:37 [WARNING] [The Camping Mod 2.0] Mod The Camping Mod 2.0 is missing a pack.mcmeta file, things may not work well
2014-08-02 18:45:37 [WARNING] [AtomicStryker Update Check Mod] Mod AtomicStryker Update Check Mod is missing a pack.mcmeta file, things may not work well
2014-08-02 18:45:37 [INFO] [Minecraft-Client] Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Not Enough Items, FMLFileResourcePack:Damage Indicators, FMLFileResourcePack:Lucky Block, FMLFileResourcePack:Erebus, FMLFileResourcePack:Backpack, FMLFileResourcePack:Battle Towers, FMLFileResourcePack:ChickenChunks, FMLFileResourcePack:ComputerCraft, FMLFileResourcePack:Dimensional Doors, FMLFileResourcePack:Doomlike Dungeons, FMLFileResourcePack:Enchanting Plus, FMLFileResourcePack:EvilCraft, FMLFileResourcePack:The Farlanders, FMLFileResourcePack:Galacticraft Core, FMLFileResourcePack:Galacticraft Mars, FMLFileResourcePack:Hardcore Ender Expansion, FMLFileResourcePack:Inventory Tweaks, FMLFileResourcePack:Java 7 Checker, FMLFileResourcePack:Lycanites Mobs, FMLFileResourcePack:Lycanites Arctic Mobs, FMLFileResourcePack:Lycanites Demon Mobs, FMLFileResourcePack:Lycanites Desert Mobs, FMLFileResourcePack:Lycanites Forest Mobs, FMLFileResourcePack:Lycanites Inferno Mobs, FMLFileResourcePack:Lycanites Jungle Mobs, FMLFileResourcePack:Lycanites Mountain Mobs, FMLFileResourcePack:Lycanites Plains Mobs, FMLFileResourcePack:Lycanites Saltwater Mobs, FMLFileResourcePack:Lycanites Swamp Mobs, FMLFileResourcePack:Minecraft Comes Alive, FMLFileResourcePack:The Camping Mod 2.0, FMLFileResourcePack:The Twilight Forest, FMLFileResourcePack:Underground Biomes, FMLFileResourcePack:AtomicStryker Update Check Mod
2014-08-02 18:45:38 [INFO] [ForgeModLoader] FML has found a non-mod file RadixCore-1.2.0 MC-1.7.2.zip in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.
2014-08-02 18:45:38 [INFO] [ForgeModLoader] FML has found a non-mod file CodeChickenLib-universal-1.6.4-1.0.0.62.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.
2014-08-02 18:45:38 [INFO] [ForgeModLoader] Registering Forge Packet Handler
2014-08-02 18:45:38 [INFO] [ForgeModLoader] Succeeded registering Forge Packet Handler
2014-08-02 18:45:42 [INFO] [ForgeModLoader] Configured a dormant chunk cache size of 0
2014-08-02 18:45:44 [INFO] [STDOUT] Battletowers parsed Item/Block of ID 280, damageValue: 0 spawnChance: 75, min: 5, max: 6
2014-08-02 18:45:44 [INFO] [STDOUT] Battletowers parsed Item/Block of ID 295, damageValue: 0 spawnChance: 75, min: 3, max: 5
2014-08-02 18:45:44 [INFO] [STDOUT] Battletowers parsed Item/Block of ID 5, damageValue: 0 spawnChance: 75, min: 5, max: 6
2014-08-02 18:45:44 [INFO] [STDOUT] Battletowers parsed Item/Block of ID 83, damageValue: 0 spawnChance: 75, min: 3, max: 5
2014-08-02 18:45:44 [INFO] [STDOUT] Battletowers parsed Item/Block of ID 274, damageValue: 0 spawnChance: 50, min: 1, max: 1
2014-08-02 18:45:44 [INFO] [STDOUT] Battletowers parsed Item/Block of ID 275, damageValue: 0 spawnChance: 50, min: 1, max: 1
2014-08-02 18:45:44 [INFO] [STDOUT] Battletowers parsed Item/Block of ID 50, damageValue: 0 spawnChance: 80, min: 3, max: 3
2014-08-02 18:45:44 [INFO] [STDOUT] Battletowers parsed Item/Block of ID 77, damageValue: 0 spawnChance: 50, min: 2, max: 2
2014-08-02 18:45:44 [INFO] [STDOUT] Battletowers parsed Item/Block of ID 281, damageValue: 0 spawnChance: 75, min: 2, max: 4
2014-08-02 18:45:44 [INFO] [STDOUT] Battletowers parsed Item/Block of ID 263, damageValue: 0 spawnChance: 90, min: 4, max: 4
2014-08-02 18:45:44 [INFO] [STDOUT] Battletowers parsed Item/Block of ID 287, damageValue: 0 spawnChance: 80, min: 5, max: 5
2014-08-02 18:45:44 [INFO] [STDOUT] Battletowers parsed Item/Block of ID 35, damageValue: 0 spawnChance: 75, min: 2, max: 2
2014-08-02 18:45:44 [INFO] [STDOUT] Battletowers parsed Item/Block of ID 20, damageValue: 0 spawnChance: 75, min: 3, max: 3
2014-08-02 18:45:44 [INFO] [STDOUT] Battletowers parsed Item/Block of ID 288, damageValue: 0 spawnChance: 75, min: 4, max: 4
2014-08-02 18:45:44 [INFO] [STDOUT] Battletowers parsed Item/Block of ID 297, damageValue: 0 spawnChance: 75, min: 2, max: 2
2014-08-02 18:45:44 [INFO] [STDOUT] Battletowers parsed Item/Block of ID 260, damageValue: 0 spawnChance: 75, min: 2, max: 2
2014-08-02 18:45:44 [INFO] [STDOUT] Battletowers parsed Item/Block of ID 39, damageValue: 0 spawnChance: 75, min: 2, max: 2
2014-08-02 18:45:44 [INFO] [STDOUT] Battletowers parsed Item/Block of ID 40, damageValue: 0 spawnChance: 75, min: 2, max: 2
2014-08-02 18:45:44 [INFO] [STDOUT] Battletowers parsed Item/Block of ID 6, damageValue: 0 spawnChance: 90, min: 3, max: 3
2014-08-02 18:45:44 [INFO] [STDOUT] Battletowers parsed Item/Block of ID 296, damageValue: 0 spawnChance: 75, min: 4, max: 4
2014-08-02 18:45:44 [INFO] [STDOUT] Battletowers parsed Item/Block of ID 323, damageValue: 0 spawnChance: 50, min: 1, max: 2
2014-08-02 18:45:44 [INFO] [STDOUT] Battletowers parsed Item/Block of ID 346, damageValue: 0 spawnChance: 75, min: 1, max: 1
2014-08-02 18:45:44 [INFO] [STDOUT] Battletowers parsed Item/Block of ID 361, damageValue: 0 spawnChance: 60, min: 2, max: 2
2014-08-02 18:45:44 [INFO] [STDOUT] Battletowers parsed Item/Block of ID 362, damageValue: 0 spawnChance: 60, min: 3, max: 3
2014-08-02 18:45:44 [INFO] [STDOUT] Battletowers parsed Item/Block of ID 267, damageValue: 0 spawnChance: 60, min: 1, max: 1
2014-08-02 18:45:44 [INFO] [STDOUT] Battletowers parsed Item/Block of ID 289, damageValue: 0 spawnChance: 75, min: 3, max: 3
2014-08-02 18:45:44 [INFO] [STDOUT] Battletowers parsed Item/Block of ID 334, damageValue: 0 spawnChance: 75, min: 4, max: 4
2014-08-02 18:45:44 [INFO] [STDOUT] Battletowers parsed Item/Block of ID 349, damageValue: 0 spawnChance: 75, min: 3, max: 3
2014-08-02 18:45:44 [INFO] [STDOUT] Battletowers parsed Item/Block of ID 351, damageValue: 0 spawnChance: 60, min: 1, max: 2
2014-08-02 18:45:44 [INFO] [STDOUT] Battletowers parsed Item/Block of ID 302, damageValue: 0 spawnChance: 40, min: 1, max: 1
2014-08-02 18:45:44 [INFO] [STDOUT] Battletowers parsed Item/Block of ID 303, damageValue: 0 spawnChance: 40, min: 1, max: 1
2014-08-02 18:45:44 [INFO] [STDOUT] Battletowers parsed Item/Block of ID 304, damageValue: 0 spawnChance: 40, min: 1, max: 1
2014-08-02 18:45:44 [INFO] [STDOUT] Battletowers parsed Item/Block of ID 305, damageValue: 0 spawnChance: 40, min: 1, max: 1
2014-08-02 18:45:44 [INFO] [STDOUT] Battletowers parsed Item/Block of ID 47, damageValue: 0 spawnChance: 70, min: 1, max: 3
2014-08-02 18:45:44 [INFO] [STDOUT] Battletowers parsed Item/Block of ID 123, damageValue: 0 spawnChance: 60, min: 2, max: 2
2014-08-02 18:45:44 [INFO] [STDOUT] Battletowers parsed Item/Block of ID 379, damageValue: 0 spawnChance: 75, min: 3, max: 3
2014-08-02 18:45:44 [INFO] [STDOUT] Battletowers parsed Item/Block of ID 379, damageValue: 0 spawnChance: 50, min: 1, max: 1
2014-08-02 18:45:44 [INFO] [STDOUT] Battletowers parsed Item/Block of ID 368, damageValue: 0 spawnChance: 50, min: 2, max: 2
2014-08-02 18:45:44 [INFO] [STDOUT] Battletowers parsed Item/Block of ID 264, damageValue: 0 spawnChance: 70, min: 2, max: 2
2014-08-02 18:45:44 [INFO] [STDOUT] Battletowers parsed Item/Block of ID 331, damageValue: 0 spawnChance: 75, min: 5, max: 5
2014-08-02 18:45:44 [INFO] [STDOUT] Battletowers parsed Item/Block of ID 266, damageValue: 0 spawnChance: 90, min: 8, max: 8
2014-08-02 18:45:44 [INFO] [STDOUT] Doomlike Dungeons is in preInit, should now load config.
2014-08-02 18:45:44 [INFO] [STDOUT] freqScale = 6
2014-08-02 18:45:44 [INFO] [STDOUT] factor = 16
2014-08-02 18:45:44 [INFO] [STDOUT] [DLDUNGEONS] Frequency Scaling Factor Set To: 6
2014-08-02 18:45:44 [INFO] [STDOUT] [DLDUNGEONS] Minimum X Factor Set To: 16
2014-08-02 18:45:44 [INFO] [STDOUT] [DLDUNGEONS] Difficulty set to: Normal difficulty.
2014-08-02 18:45:44 [INFO] [STDOUT] [DLDUNGEONS] Dimensions listed in config file: 0, -1,
2014-08-02 18:45:44 [INFO] [STDOUT] [DLDUNGEONS] NoEnd set to: true
2014-08-02 18:45:44 [INFO] [STDOUT] [DLDUNGEONS] Will spawn dungeons in with world generation? true
2014-08-02 18:45:44 [INFO] [STDOUT] [DLDUNGEONS] Will spawn dungeons even with structures disabled? false
2014-08-02 18:45:44 [INFO] [STDOUT] [DLDUNGEONS] Will only spawn in these dimensions: 0, -1,
2014-08-02 18:45:44 [INFO] [STDOUT] [DLDUNGEONS] Will export item, block, and mob lists? false
2014-08-02 18:45:44 [INFO] [STDOUT] [DLDUNGEONS] Will announce use of OP/cheat commands? true
2014-08-02 18:45:44 [INFO] [STDOUT] [DLDUNGEONS] Will dungeons be easy to find? false
2014-08-02 18:45:44 [INFO] [STDOUT] [DLDUNGEONS] Will include vanilla loot from vanilla chests? true
2014-08-02 18:45:44 [INFO] [STDOUT] [DLDUNGEONS] Will use? true
2014-08-02 18:45:44 [INFO] [STDOUT] [DLDUNGEONS] Will allow API base mob change? true
2014-08-02 18:45:44 [INFO] [STDOUT] [DLDUNGEONS] Will self-profile? false
2014-08-02 18:45:44 [INFO] [STDOUT] [DLDUNGEONS] themesdir is C:\Users\ayberk\AppData\Roaming\.minecraft\config\DLDungeonThemes
2014-08-02 18:45:44 [INFO] [STDOUT] [DLDUNGEONS] Config should now be loaded.
2014-08-02 18:45:44 [INFO] [eplus] Initializing Configurations.
2014-08-02 18:45:44 [INFO] [eplus] Starting version check thread
2014-08-02 18:45:44 [INFO] [eplus] Plugin loaded: ThaumcraftPlugin
2014-08-02 18:45:44 [INFO] [eplus] Plugin loaded: TConPlugin
2014-08-02 18:45:44 [INFO] [eplus] Plugin loaded: Treecapitatior
2014-08-02 18:45:44 [INFO] [eplus] Plugin initialized in PreInit... ThaumcraftPlugin
2014-08-02 18:45:44 [INFO] [eplus] Plugin initialized in PreInit... Treecapitatior
2014-08-02 18:45:44 [INFO] [eplus] Localization en_US loaded
2014-08-02 18:45:44 [INFO] [eplus] Localization ru_RU loaded
2014-08-02 18:45:44 [INFO] [eplus] Localization de_DE loaded
2014-08-02 18:45:44 [INFO] [eplus] Initializing Blocks.
2014-08-02 18:45:44 [INFO] [eplus] Initializing Items.
2014-08-02 18:45:44 [INFO] [EvilCraft] preInit()
2014-08-02 18:45:44 [INFO] [EvilCraft] Registered General Info
2014-08-02 18:45:45 [INFO] [EvilCraft] Registered Blood
2014-08-02 18:45:45 [INFO] [EvilCraft] Registered Poison
2014-08-02 18:45:45 [INFO] [EvilCraft] Registered Blood
2014-08-02 18:45:45 [INFO] [EvilCraft] Registered Dark Ore
2014-08-02 18:45:45 [INFO] [EvilCraft] Registered Dark Block
2014-08-02 18:45:45 [INFO] [EvilCraft] Registered Blood Stained Block
2014-08-02 18:45:45 [INFO] [EvilCraft] Registered Lightning Bomb
2014-08-02 18:45:45 [INFO] [ForgeModLoader] InvTweaks: net.minecraft.inventory.Container
2014-08-02 18:45:45 [INFO] [EvilCraft] Registered Blood Infuser
2014-08-02 18:45:45 [INFO] [EvilCraft] Registered Bloody Cobblestone
2014-08-02 18:45:45 [INFO] [EvilCraft] Registered Nether Monster Egg
2014-08-02 18:45:45 [INFO] [EvilCraft] Registered Excrement
2014-08-02 18:45:45 [INFO] [EvilCraft] Registered Hardened Blood
2014-08-02 18:45:45 [INFO] [EvilCraft] Registered Obscured Glass
2014-08-02 18:45:45 [INFO] [EvilCraft] Registered Blood Chest
2014-08-02 18:45:45 [SEVERE] [EvilCraft] Invalid config property class.
2014-08-02 18:45:45 [INFO] [EvilCraft] Registered Environmental Accumulator
2014-08-02 18:45:45 [INFO] [EvilCraft] Registered Undead Leaves
2014-08-02 18:45:45 [INFO] [EvilCraft] Registered Undead Log
2014-08-02 18:45:45 [INFO] [EvilCraft] Registered Undead Sapling
2014-08-02 18:45:45 [INFO] [EvilCraft] Registered Undead Plank
2014-08-02 18:45:45 [INFO] [EvilCraft] Registered Poison
2014-08-02 18:45:45 [INFO] [EvilCraft] Registered Invisible Redstone Block
2014-08-02 18:45:45 [INFO] [EvilCraft] Registered Purifier
2014-08-02 18:45:45 [INFO] [EvilCraft] Registered Werewolf Bone
2014-08-02 18:45:45 [INFO] [EvilCraft] Registered Werewolf Flesh
2014-08-02 18:45:45 [INFO] [EvilCraft] Registered Lightning Pearl
2014-08-02 18:45:45 [INFO] [EvilCraft] Registered Redstone Pearl
2014-08-02 18:45:45 [INFO] [EvilCraft] Registered Blood Bucket
2014-08-02 18:45:45 [SEVERE] [EvilCraft] Invalid config property class.
2014-08-02 18:45:45 [SEVERE] [EvilCraft] Invalid config property class.
2014-08-02 18:45:45 [INFO] [EvilCraft] Registered Blood Extractor
2014-08-02 18:45:45 [INFO] [EvilCraft] Registered Dark Gem
2014-08-02 18:45:45 [INFO] [EvilCraft] Registered Dark Stick
2014-08-02 18:45:45 [INFO] [EvilCraft] Registered Weather Container
2014-08-02 18:45:45 [INFO] [EvilCraft] Registered Blood Pearl of Teleportation
2014-08-02 18:45:45 [INFO] [EvilCraft] Registered Broom
2014-08-02 18:45:45 [INFO] [EvilCraft] Registered Hardened Blood Shard
2014-08-02 18:45:45 [INFO] [EvilCraft] Registered Dark Power Gem
2014-08-02 18:45:45 [INFO] [EvilCraft] Registered Blood Infusion Core
2014-08-02 18:45:45 [INFO] [EvilCraft] Registered Blood Container
2014-08-02 18:45:45 [INFO] [EvilCraft] Registered Poison Sac
2014-08-02 18:45:45 [INFO] [EvilCraft] Registered Poison Bucket
2014-08-02 18:45:45 [INFO] [EvilCraft] Registered Werewolf Fur
2014-08-02 18:45:45 [INFO] [EvilCraft] Registered Blook
2014-08-02 18:45:45 [INFO] [EvilCraft] Registered Potentia Sphere
2014-08-02 18:45:45 [INFO] [EvilCraft] Registered Inverted Potentia
2014-08-02 18:45:45 [INFO] [EvilCraft] Registered Mace of Distortion
2014-08-02 18:45:45 [INFO] [EvilCraft] Registered Kineticator
2014-08-02 18:45:45 [INFO] [EvilCraft] Registered Lightning Grenade
2014-08-02 18:45:45 [INFO] [EvilCraft] Registered Redstone Grenade
2014-08-02 18:45:45 [INFO] [EvilCraft] Registered Blood Pearl of Teleportation
2014-08-02 18:45:45 [INFO] [EvilCraft] Registered Broom
2014-08-02 18:45:45 [INFO] [EvilCraft] Registered Weather Container
2014-08-02 18:45:45 [INFO] [EvilCraft] Registered Lightning Bomb
2014-08-02 18:45:45 [INFO] [EvilCraft] Registered Werewolf
2014-08-02 18:45:45 [INFO] [EvilCraft] Registered Netherfish
2014-08-02 18:45:45 [INFO] [EvilCraft] Registered Poisonous Libelle
2014-08-02 18:45:45 [INFO] [EvilCraft] Registered Werewolf Villager
2014-08-02 18:45:45 [INFO] [EvilCraft] Registered Unusing
2014-08-02 18:45:45 [INFO] [EvilCraft] Registered Breaking
2014-08-02 18:45:45 [INFO] [EvilCraft] Registered Life Stealing
2014-08-02 18:45:45 [INFO] [EvilCraft] Registered Poison Tip
2014-08-02 18:45:45 [INFO] [EvilCraft] Registered Degraded
2014-08-02 18:45:45 [INFO] [EvilCraft] Registered biome
2014-08-02 18:45:45 [INFO] [EvilCraft] Registered knockbackDistort
2014-08-02 18:45:45 [INFO] [EvilCraft] Registered mobSpawn
2014-08-02 18:45:45 [INFO] [EvilCraft] Registered nauseate
2014-08-02 18:45:45 [INFO] [EvilCraft] Registered particle
2014-08-02 18:45:45 [INFO] [EvilCraft] Registered sound
2014-08-02 18:45:45 [INFO] [EvilCraft] Skipped registering terraform
2014-08-02 18:45:45 [INFO] [STDOUT] CONFLICT @ 970 item slot already occupied by [email protected]e10d while adding [email protected]
2014-08-02 18:45:45 [INFO] [fml.ItemTracker] The mod farlanders is overwriting existing item at 1226 (CC-Peripheral from ComputerCraft) with net.minecraft.Farlanders.common.item.ItemFarlanderEgg
2014-08-02 18:45:45 [INFO] [STDOUT] CONFLICT @ 971 item slot already occupied by [email protected]b6 while adding [email protected]
2014-08-02 18:45:45 [INFO] [fml.ItemTracker] The mod farlanders is overwriting existing item at 1227 (CC-Turtle from ComputerCraft) with net.minecraft.Farlanders.common.item.ItemEnderGolemEgg
2014-08-02 18:45:45 [INFO] [STDOUT] CONFLICT @ 972 item slot already occupied by [email protected]99 while adding [email protected]
2014-08-02 18:45:45 [INFO] [fml.ItemTracker] The mod farlanders is overwriting existing item at 1228 (CC-TurtleExpanded from ComputerCraft) with net.minecraft.Farlanders.common.item.ItemElderEgg
2014-08-02 18:45:45 [INFO] [STDOUT] CONFLICT @ 973 item slot already occupied by [email protected] while adding [email protected]5d35
2014-08-02 18:45:45 [INFO] [fml.ItemTracker] The mod farlanders is overwriting existing item at 1229 (CC-Cable from ComputerCraft) with net.minecraft.Farlanders.common.item.ItemClassicEndermanEgg
2014-08-02 18:45:45 [INFO] [STDOUT] CONFLICT @ 974 item slot already occupied by [email protected]12d while adding [email protected]
2014-08-02 18:45:45 [INFO] [fml.ItemTracker] The mod farlanders is overwriting existing item at 1230 (CC-TurtleAdvanced from ComputerCraft) with net.minecraft.Farlanders.common.item.ItemWandererEgg
2014-08-02 18:45:45 [INFO] [eplus] Using the latest version [1.16.5] for Minecraft 1.6.4
2014-08-02 18:45:45 [INFO] [eplus] Version check complete with CURRENT
2014-08-02 18:45:46 [INFO] [STDOUT] Galacticraft ignored dynamic interface insertion since "IC2" was not found.
2014-08-02 18:45:46 [INFO] [STDOUT] Galacticraft ignored dynamic interface insertion since "BuildCraft|Energy" was not found.
2014-08-02 18:45:46 [INFO] [STDOUT] Galacticraft ignored dynamic interface insertion since "ThermalExpansion" was not found.
2014-08-02 18:45:46 [INFO] [STDOUT] Galacticraft ignored dynamic interface insertion since "Mekanism" was not found.
2014-08-02 18:45:46 [INFO] [STDOUT] Galacticraft ignored dynamic interface insertion since "IC2" was not found.
2014-08-02 18:45:46 [INFO] [STDOUT] Galacticraft ignored dynamic interface insertion since "Mekanism" was not found.
2014-08-02 18:45:46 [INFO] [STDOUT] Galacticraft ignored dynamic interface insertion since "Mekanism" was not found.
2014-08-02 18:45:46 [INFO] [STDOUT] Galacticraft ignored dynamic interface insertion since "IC2" was not found.
2014-08-02 18:45:46 [INFO] [STDOUT] Galacticraft ignored dynamic interface insertion since "BuildCraft|Energy" was not found.
2014-08-02 18:45:46 [INFO] [STDOUT] Galacticraft ignored dynamic interface insertion since "ThermalExpansion" was not found.
2014-08-02 18:45:46 [INFO] [STDOUT] Galacticraft ignored dynamic interface insertion since "Mekanism" was not found.
2014-08-02 18:45:47 [INFO] [STDOUT] Galacticraft ignored dynamic interface insertion since "BuildCraft|Core" was not found.
2014-08-02 18:45:47 [INFO] [ForgeModLoader] InvTweaks: invtweaks.InvTweaksObfuscation
2014-08-02 18:45:47 [INFO] [STDOUT] [INFO] [LycanitesMobs-LycanitesMobs] Successfully created/read configuration file.
2014-08-02 18:45:47 [INFO] [STDOUT] [INFO] [LycanitesMobs-ArcticMobs] Successfully created/read configuration file.
2014-08-02 18:45:47 [INFO] [STDOUT] [INFO] [LycanitesMobs-DemonMobs] Successfully created/read configuration file.
2014-08-02 18:45:47 [INFO] [STDOUT] CONFLICT @ 3600 item slot already occupied by [email protected] while adding [email protected]
2014-08-02 18:45:47 [INFO] [fml.ItemTracker] The mod DemonMobs is overwriting existing item at 3856 (hardenedBlood from evilcraft) with net.minecraft.item.ItemBlock
2014-08-02 18:45:47 [INFO] [STDOUT] [INFO] [LycanitesMobs-DesertMobs] Successfully created/read configuration file.
2014-08-02 18:45:47 [INFO] [STDOUT] [INFO] [LycanitesMobs-ForestMobs] Successfully created/read configuration file.
2014-08-02 18:45:47 [INFO] [STDOUT] [INFO] [LycanitesMobs-InfernoMobs] Successfully created/read configuration file.
2014-08-02 18:45:47 [INFO] [STDOUT] [INFO] [LycanitesMobs-JungleMobs] Successfully created/read configuration file.
2014-08-02 18:45:47 [INFO] [STDOUT] [INFO] [LycanitesMobs-MountainMobs] Successfully created/read configuration file.
2014-08-02 18:45:47 [INFO] [STDOUT] [INFO] [LycanitesMobs-PlainsMobs] Successfully created/read configuration file.
2014-08-02 18:45:47 [INFO] [STDOUT] [INFO] [LycanitesMobs-SaltwaterMobs] Successfully created/read configuration file.
2014-08-02 18:45:47 [INFO] [STDOUT] [INFO] [LycanitesMobs-SwampMobs] Successfully created/read configuration file.
2014-08-02 18:45:48 [INFO] [STDOUT] CONFLICT @ 3597 item slot already occupied by [email protected] while adding [email protected]
2014-08-02 18:45:48 [INFO] [fml.ItemTracker] The mod SwampMobs is overwriting existing item at 3853 (blockBlood from evilcraft) with net.minecraft.item.ItemBlock
2014-08-02 18:45:48 [INFO] [STDOUT] Minecraft Comes Alive CLIENT: File not found: C:\Users\ayberk\AppData\Roaming\.minecraft/config/MCA/ModProps.properties. Creating new mod properties file...
2014-08-02 18:45:48 [INFO] [STDOUT] Minecraft Comes Alive CLIENT: Mod properties successfully saved.
2014-08-02 18:45:48 [INFO] [STDOUT] Minecraft Comes Alive CLIENT: Attempting to find MCA as an archive in the mods folder...
2014-08-02 18:45:48 [INFO] [STDOUT] Minecraft Comes Alive CLIENT: -1.6.4 DamageIndicatorsv2.9.2.4.zip <NOT>
2014-08-02 18:45:48 [INFO] [STDOUT] Minecraft Comes Alive CLIENT: -BattleTowers_1.6.4.zip <NOT>
2014-08-02 18:45:48 [INFO] [STDOUT] Minecraft Comes Alive CLIENT: -DoomlikeDungeons-1.3.3-MC1.6.4.zip <NOT>
2014-08-02 18:45:48 [INFO] [STDOUT] Minecraft Comes Alive CLIENT: -EnchantingPlus-1.16.5.zip <NOT>
2014-08-02 18:45:48 [INFO] [STDOUT] Minecraft Comes Alive CLIENT: -Farlanders_v1.1c.zip <NOT>
2014-08-02 18:45:48 [INFO] [STDOUT] Minecraft Comes Alive CLIENT: -HardcoreEnderExpansion.zip <NOT>
2014-08-02 18:45:48 [INFO] [STDOUT] Minecraft Comes Alive CLIENT: -Java7Checker.zip <NOT>
2014-08-02 18:45:48 [INFO] [STDOUT] Minecraft Comes Alive CLIENT: -MCA-3.6.0_MC-1.6.4.zip <YES>
2014-08-02 18:45:48 [INFO] [STDOUT] Minecraft Comes Alive CLIENT: Loading skins from data file: MCA-3.6.0_MC-1.6.4.zip...
2014-08-02 18:45:48 [INFO] [STDOUT] Minecraft Comes Alive CLIENT: Language ID: en_GB
2014-08-02 18:45:48 [INFO] [STDOUT] Minecraft Comes Alive CLIENT: Loading English...
2014-08-02 18:45:48 [INFO] [STDOUT] Minecraft Comes Alive CLIENT: Loaded 1642 phrases in English.
2014-08-02 18:45:49 [SEVERE] [ForgeModLoader] Found anonymous item of class net.minecraft.Farlanders.common.item.ItemEndumium with ID 1208 owned by mod farlanders, this item will NOT survive a 1.7 upgrade!
2014-08-02 18:45:49 [SEVERE] [ForgeModLoader] Found anonymous item of class net.minecraft.Farlanders.common.item.ItemEnderGolemHorn with ID 1209 owned by mod farlanders, this item will NOT survive a 1.7 upgrade!
2014-08-02 18:45:49 [SEVERE] [ForgeModLoader] Found anonymous item of class net.minecraft.Farlanders.common.item.ItemNightfall with ID 1210 owned by mod farlanders, this item will NOT survive a 1.7 upgrade!
2014-08-02 18:45:49 [SEVERE] [ForgeModLoader] Found anonymous item of class net.minecraft.Farlanders.common.item.ItemMysticWandOre with ID 1211 owned by mod farlanders, this item will NOT survive a 1.7 upgrade!
2014-08-02 18:45:49 [SEVERE] [ForgeModLoader] Found anonymous item of class net.minecraft.Farlanders.common.item.ItemMysticWandTeleport with ID 1212 owned by mod farlanders, this item will NOT survive a 1.7 upgrade!
2014-08-02 18:45:49 [SEVERE] [ForgeModLoader] Found anonymous item of class net.minecraft.Farlanders.common.item.ItemMysticWandRegen with ID 1213 owned by mod farlanders, this item will NOT survive a 1.7 upgrade!
2014-08-02 18:45:49 [SEVERE] [ForgeModLoader] Found anonymous item of class net.minecraft.Farlanders.common.item.ItemMysticWandInvisible with ID 1214 owned by mod farlanders, this item will NOT survive a 1.7 upgrade!
2014-08-02 18:45:49 [SEVERE] [ForgeModLoader] Found anonymous item of class net.minecraft.Farlanders.common.item.ItemMysticWandFireballS with ID 1215 owned by mod farlanders, this item will NOT survive a 1.7 upgrade!
2014-08-02 18:45:49 [SEVERE] [ForgeModLoader] Found anonymous item of class net.minecraft.Farlanders.common.item.ItemMysticWandFireballL with ID 1216 owned by mod farlanders, this item will NOT survive a 1.7 upgrade!
2014-08-02 18:45:49 [SEVERE] [ForgeModLoader] Found anonymous item of class net.minecraft.Farlanders.common.item.ItemTitanHide with ID 1217 owned by mod farlanders, this item will NOT survive a 1.7 upgrade!
2014-08-02 18:45:49 [SEVERE] [ForgeModLoader] Found anonymous item of class net.minecraft.Farlanders.common.item.ArmorNightfall with ID 1218 owned by mod farlanders, this item will NOT survive a 1.7 upgrade!
2014-08-02 18:45:49 [SEVERE] [ForgeModLoader] Found anonymous item of class net.minecraft.Farlanders.common.item.ArmorNightfall with ID 1219 owned by mod farlanders, this item will NOT survive a 1.7 upgrade!
2014-08-02 18:45:49 [SEVERE] [ForgeModLoader] Found anonymous item of class net.minecraft.Farlanders.common.item.ArmorNightfall with ID 1220 owned by mod farlanders, this item will NOT survive a 1.7 upgrade!
2014-08-02 18:45:49 [SEVERE] [ForgeModLoader] Found anonymous item of class net.minecraft.Farlanders.common.item.ArmorNightfall with ID 1221 owned by mod farlanders, this item will NOT survive a 1.7 upgrade!
2014-08-02 18:45:49 [SEVERE] [ForgeModLoader] Found anonymous item of class net.minecraft.Farlanders.common.item.ArmorRebel with ID 1222 owned by mod farlanders, this item will NOT survive a 1.7 upgrade!
2014-08-02 18:45:49 [SEVERE] [ForgeModLoader] Found anonymous item of class net.minecraft.Farlanders.common.item.ItemFarlanderEgg with ID 1226 owned by mod farlanders, this item will NOT survive a 1.7 upgrade!
2014-08-02 18:45:49 [SEVERE] [ForgeModLoader] Found anonymous item of class net.minecraft.Farlanders.common.item.ItemEnderGolemEgg with ID 1227 owned by mod farlanders, this item will NOT survive a 1.7 upgrade!
2014-08-02 18:45:49 [SEVERE] [ForgeModLoader] Found anonymous item of class net.minecraft.Farlanders.common.item.ItemElderEgg with ID 1228 owned by mod farlanders, this item will NOT survive a 1.7 upgrade!
2014-08-02 18:45:49 [SEVERE] [ForgeModLoader] Found anonymous item of class net.minecraft.Farlanders.common.item.ItemClassicEndermanEgg with ID 1229 owned by mod farlanders, this item will NOT survive a 1.7 upgrade!
2014-08-02 18:45:49 [SEVERE] [ForgeModLoader] Found anonymous item of class net.minecraft.Farlanders.common.item.ItemWandererEgg with ID 1230 owned by mod farlanders, this item will NOT survive a 1.7 upgrade!
2014-08-02 18:45:49 [SEVERE] [ForgeModLoader] Found anonymous item of class net.minecraft.Farlanders.common.item.ItemRebelEgg with ID 1231 owned by mod farlanders, this item will NOT survive a 1.7 upgrade!
2014-08-02 18:45:49 [SEVERE] [ForgeModLoader] Found anonymous item of class net.minecraft.Farlanders.common.item.ItemMysticEgg with ID 1232 owned by mod farlanders, this item will NOT survive a 1.7 upgrade!
2014-08-02 18:45:49 [SEVERE] [ForgeModLoader] Found anonymous item of class net.minecraft.Farlanders.common.item.ItemLooterEgg with ID 1233 owned by mod farlanders, this item will NOT survive a 1.7 upgrade!
2014-08-02 18:45:49 [SEVERE] [ForgeModLoader] Found anonymous item of class net.minecraft.Farlanders.common.item.ItemEnderminionEgg with ID 1234 owned by mod farlanders, this item will NOT survive a 1.7 upgrade!
2014-08-02 18:45:49 [SEVERE] [ForgeModLoader] Found anonymous item of class net.minecraft.Farlanders.common.item.ItemFanEndermanEgg with ID 1235 owned by mod farlanders, this item will NOT survive a 1.7 upgrade!
2014-08-02 18:45:49 [SEVERE] [ForgeModLoader] Found anonymous item of class net.minecraft.Farlanders.common.item.ItemMysticEnderminionEgg with ID 1236 owned by mod farlanders, this item will NOT survive a 1.7 upgrade!
2014-08-02 18:45:49 [SEVERE] [ForgeModLoader] Found anonymous item of class net.minecraft.Farlanders.common.item.ItemTitanEgg with ID 1237 owned by mod farlanders, this item will NOT survive a 1.7 upgrade!
2014-08-02 18:45:49 [SEVERE] [ForgeModLoader] Found anonymous item of class net.minecraft.Farlanders.common.item.ItemEnderGuardianEgg with ID 1238 owned by mod farlanders, this item will NOT survive a 1.7 upgrade!
2014-08-02 18:45:49 [SEVERE] [ForgeModLoader] Found anonymous item of class exterminatorJeff.undergroundBiomes.common.item.ItemMetadataBlock with ID 2000 owned by mod UndergroundBiomes, this item will NOT survive a 1.7 upgrade!
2014-08-02 18:45:49 [SEVERE] [ForgeModLoader] Found anonymous item of class exterminatorJeff.undergroundBiomes.common.item.ItemMetadataBlock with ID 2001 owned by mod UndergroundBiomes, this item will NOT survive a 1.7 upgrade!
2014-08-02 18:45:49 [SEVERE] [ForgeModLoader] Found anonymous item of class exterminatorJeff.undergroundBiomes.common.item.ItemMetadataBlock with ID 2002 owned by mod UndergroundBiomes, this item will NOT survive a 1.7 upgrade!
2014-08-02 18:45:49 [SEVERE] [ForgeModLoader] Found anonymous item of class exterminatorJeff.undergroundBiomes.common.item.ItemMetadataBlock with ID 2003 owned by mod UndergroundBiomes, this item will NOT survive a 1.7 upgrade!
2014-08-02 18:45:49 [SEVERE] [ForgeModLoader] Found anonymous item of class net.minecraft.item.ItemSlab with ID 2005 owned by mod UndergroundBiomes, this item will NOT survive a 1.7 upgrade!
2014-08-02 18:45:49 [SEVERE] [ForgeModLoader] Found anonymous item of class net.minecraft.item.ItemSlab with ID 2006 owned by mod UndergroundBiomes, this item will NOT survive a 1.7 upgrade!
2014-08-02 18:45:49 [SEVERE] [ForgeModLoader] Found anonymous item of class net.minecraft.item.ItemSlab with ID 2007 owned by mod UndergroundBiomes, this item will NOT survive a 1.7 upgrade!
2014-08-02 18:45:49 [SEVERE] [ForgeModLoader] Found anonymous item of class net.minecraft.item.ItemSlab with ID 2008 owned by mod UndergroundBiomes, this item will NOT survive a 1.7 upgrade!
2014-08-02 18:45:49 [SEVERE] [ForgeModLoader] Found anonymous item of class exterminatorJeff.undergroundBiomes.common.item.ItemMetadataBlock with ID 2009 owned by mod UndergroundBiomes, this item will NOT survive a 1.7 upgrade!
2014-08-02 18:45:49 [SEVERE] [ForgeModLoader] Found anonymous item of class exterminatorJeff.undergroundBiomes.common.item.ItemMetadataBlock with ID 2010 owned by mod UndergroundBiomes, this item will NOT survive a 1.7 upgrade!
2014-08-02 18:45:49 [SEVERE] [ForgeModLoader] Found anonymous item of class exterminatorJeff.undergroundBiomes.common.item.ItemMetadataBlock with ID 2011 owned by mod UndergroundBiomes, this item will NOT survive a 1.7 upgrade!
2014-08-02 18:45:49 [SEVERE] [ForgeModLoader] Found anonymous item of class exterminatorJeff.undergroundBiomes.common.item.ItemLigniteCoal with ID 5756 owned by mod UndergroundBiomes, this item will NOT survive a 1.7 upgrade!
2014-08-02 18:45:49 [SEVERE] [ForgeModLoader] Found anonymous item of class exterminatorJeff.undergroundBiomes.common.item.ItemFossilPiece with ID 5757 owned by mod UndergroundBiomes, this item will NOT survive a 1.7 upgrade!
2014-08-02 18:45:49 [SEVERE] [ForgeModLoader] Found anonymous item of class erebus.item.ItemCompoundGoggles with ID 9996 owned by mod Erebus, this item will NOT survive a 1.7 upgrade!
2014-08-02 18:45:49 [SEVERE] [ForgeModLoader] Found anonymous item of class erebus.item.ItemSpawnEggs with ID 9999 owned by mod Erebus, this item will NOT survive a 1.7 upgrade!
2014-08-02 18:45:49 [SEVERE] [ForgeModLoader] Found anonymous item of class erebus.item.block.ItemBlockDoorAmber with ID 10006 owned by mod Erebus, this item will NOT survive a 1.7 upgrade!
2014-08-02 18:45:49 [SEVERE] [ForgeModLoader] Found anonymous item of class micdoodle8.mods.galacticraft.core.items.GCCoreItemBow with ID 10121 owned by mod GalacticraftCore, this item will NOT survive a 1.7 upgrade!
2014-08-02 18:45:49 [SEVERE] [ForgeModLoader] Found anonymous item of class eplus.items.ItemTableUpgrade with ID 10461 owned by mod eplus, this item will NOT survive a 1.7 upgrade!
2014-08-02 18:45:49 [SEVERE] [ForgeModLoader] Found anonymous item of class mca.item.ItemEngagementRing with ID 25906 owned by mod mca, this item will NOT survive a 1.7 upgrade!
2014-08-02 18:45:49 [SEVERE] [ForgeModLoader] Found anonymous item of class mca.item.ItemWeddingRing with ID 25907 owned by mod mca, this item will NOT survive a 1.7 upgrade!
2014-08-02 18:45:49 [SEVERE] [ForgeModLoader] Found anonymous item of class mca.item.ItemArrangersRing with ID 25908 owned by mod mca, this item will NOT survive a 1.7 upgrade!
2014-08-02 18:45:49 [SEVERE] [ForgeModLoader] Found anonymous item of class mca.item.ItemBabyBoy with ID 25909 owned by mod mca, this item will NOT survive a 1.7 upgrade!
2014-08-02 18:45:49 [SEVERE] [ForgeModLoader] Found anonymous item of class mca.item.ItemBabyGirl with ID 25910 owned by mod mca, this item will NOT survive a 1.7 upgrade!
2014-08-02 18:45:49 [SEVERE] [ForgeModLoader] Found anonymous item of class mca.item.ItemTombstone with ID 25911 owned by mod mca, this item will NOT survive a 1.7 upgrade!
2014-08-02 18:45:49 [SEVERE] [ForgeModLoader] Found anonymous item of class mca.item.ItemEggMale with ID 25912 owned by mod mca, this item will NOT survive a 1.7 upgrade!
2014-08-02 18:45:49 [SEVERE] [ForgeModLoader] Found anonymous item of class mca.item.ItemEggFemale with ID 25913 owned by mod mca, this item will NOT survive a 1.7 upgrade!
2014-08-02 18:45:49 [SEVERE] [ForgeModLoader] Found anonymous item of class mca.item.ItemWhistle with ID 25914 owned by mod mca, this item will NOT survive a 1.7 upgrade!
2014-08-02 18:45:49 [SEVERE] [ForgeModLoader] Found anonymous item of class mca.item.ItemVillagerEditor with ID 25915 owned by mod mca, this item will NOT survive a 1.7 upgrade!
2014-08-02 18:45:49 [SEVERE] [ForgeModLoader] Found anonymous item of class mca.item.ItemLostRelativeDocument with ID 25926 owned by mod mca, this item will NOT survive a 1.7 upgrade!
2014-08-02 18:45:49 [SEVERE] [ForgeModLoader] Found anonymous item of class mca.item.ItemCrown with ID 25927 owned by mod mca, this item will NOT survive a 1.7 upgrade!
2014-08-02 18:45:49 [SEVERE] [ForgeModLoader] Found anonymous item of class mca.item.ItemHeirCrown with ID 25928 owned by mod mca, this item will NOT survive a 1.7 upgrade!
2014-08-02 18:45:49 [SEVERE] [ForgeModLoader] Found anonymous item of class mca.item.ItemKingsCoat with ID 25929 owned by mod mca, this item will NOT survive a 1.7 upgrade!
2014-08-02 18:45:49 [SEVERE] [ForgeModLoader] Found anonymous item of class mca.item.ItemKingsPants with ID 25930 owned by mod mca, this item will NOT survive a 1.7 upgrade!
2014-08-02 18:45:49 [SEVERE] [ForgeModLoader] Found anonymous item of class mca.item.ItemKingsBoots with ID 25931 owned by mod mca, this item will NOT survive a 1.7 upgrade!
2014-08-02 18:45:49 [SEVERE] [ForgeModLoader] Found anonymous item of class mca.item.ItemDecorativeCrown with ID 25932 owned by mod mca, this item will NOT survive a 1.7 upgrade!
2014-08-02 18:45:49 [SEVERE] [ForgeModLoader] Found anonymous item of class mca.item.ItemDecorativeCrown with ID 25933 owned by mod mca, this item will NOT survive a 1.7 upgrade!
2014-08-02 18:45:49 [SEVERE] [ForgeModLoader] Found anonymous item of class mca.item.ItemDecorativeCrown with ID 25934 owned by mod mca, this item will NOT survive a 1.7 upgrade!
2014-08-02 18:45:49 [SEVERE] [ForgeModLoader] Found anonymous item of class mca.item.ItemDecorativeCrown with ID 25935 owned by mod mca, this item will NOT survive a 1.7 upgrade!
2014-08-02 18:45:49 [SEVERE] [ForgeModLoader] Found anonymous item of class mca.item.ItemDecorativeCrown with ID 25936 owned by mod mca, this item will NOT survive a 1.7 upgrade!
2014-08-02 18:45:49 [INFO] [STDOUT] Galacticraft successfully injected bytecode into: bfj (1 / 1)
2014-08-02 18:45:49 [INFO] [STDOUT] Galacticraft successfully injected bytecode into: bfe (3 / 3)
2014-08-02 18:45:49 [SEVERE] [Minecraft-Client] Using missing texture, unable to load: camping:textures/blocks/bounds.png
2014-08-02 18:45:49 [SEVERE] [Minecraft-Client] Using missing texture, unable to load: galacticraftcore:textures/blocks/treasure_front_single.png
2014-08-02 18:45:49 [SEVERE] [Minecraft-Client] Using missing texture, unable to load: camping:textures/blocks/raspberryLeaves.png
2014-08-02 18:45:49 [SEVERE] [Minecraft-Client] Using missing texture, unable to load: camping:textures/blocks/.png
2014-08-02 18:45:49 [SEVERE] [Minecraft-Client] Using missing texture, unable to load: camping:textures/blocks/campfireDeco.png
2014-08-02 18:45:49 [SEVERE] [Minecraft-Client] Using missing texture, unable to load: evilcraft:textures/blocks/invisibleRedstoneBlock.png
2014-08-02 18:45:49 [SEVERE] [Minecraft-Client] Using missing texture, unable to load: camping:textures/blocks/logSeat.png
2014-08-02 18:45:50 [SEVERE] [Minecraft-Client] Using missing texture, unable to load: camping:textures/blocks/trapBear.png
2014-08-02 18:45:50 [SEVERE] [Minecraft-Client] Using missing texture, unable to load: camping:textures/blocks/lightBlock.png
2014-08-02 18:45:50 [SEVERE] [Minecraft-Client] Using missing texture, unable to load: camping:textures/blocks/throphyAntler.png
2014-08-02 18:45:50 [SEVERE] [Minecraft-Client] Using missing texture, unable to load: camping:textures/blocks/tent.png
2014-08-02 18:45:50 [SEVERE] [Minecraft-Client] Using missing texture, unable to load: camping:textures/blocks/campfireBase.png
2014-08-02 18:45:50 [SEVERE] [Minecraft-Client] Using missing texture, unable to load: camping:textures/blocks/barbedWire.png
2014-08-02 18:45:50 [SEVERE] [Minecraft-Client] Using missing texture, unable to load: camping:textures/blocks/blackberryLeaves.png
2014-08-02 18:45:51 [SEVERE] [Minecraft-Client] Using missing texture, unable to load: ?nfernomobs:textures/items/infernospawn.png
2014-08-02 18:45:51 [SEVERE] [Minecraft-Client] Using missing texture, unable to load: ?nfernomobs:textures/items/magma.png
2014-08-02 18:45:51 [SEVERE] [Minecraft-Client] Using missing texture, unable to load: ?nfernomobs:textures/items/sceptermagma_fire.png
2014-08-02 18:45:51 [SEVERE] [Minecraft-Client] Using missing texture, unable to load: minecraft:textures/items/MISSING_ICON_ITEM_31961_ccprogramdisk.png
2014-08-02 18:45:51 [SEVERE] [Minecraft-Client] Using missing texture, unable to load: ?nfernomobs:textures/items/sceptermagma.png
2014-08-02 18:45:51 [SEVERE] [Minecraft-Client] Using missing texture, unable to load: galacticraftcore:textures/items/key_T1.png
2014-08-02 18:45:51 [SEVERE] [Minecraft-Client] Using missing texture, unable to load: ?nfernomobs:textures/items/ember.png
2014-08-02 18:45:51 [SEVERE] [Minecraft-Client] Using missing texture, unable to load: ?nfernomobs:textures/items/infernospawn_overlay.png
2014-08-02 18:45:51 [SEVERE] [Minecraft-Client] Using missing texture, unable to load: ?nfernomobs:textures/items/scepterember.png
2014-08-02 18:45:51 [SEVERE] [Minecraft-Client] Using missing texture, unable to load: ?nfernomobs:textures/items/scepterember_fire.png
2014-08-02 18:45:51 [SEVERE] [Minecraft-Client] Using missing texture, unable to load: minecraft:textures/items/meteorChunk.png
2014-08-02 18:45:51 [INFO] [STDOUT] Removing TMI Uninstaller
2014-08-02 18:45:51 [INFO] [STDOUT] Deleting Dir: C:\Users\ayberk\AppData\Roaming\.minecraft\versions\1.6.4-Forge9.11.1.965\TMIUninstaller
2014-08-02 18:45:51 [INFO] [ForgeModLoader] InvTweaks: net.minecraft.inventory.ContainerEnchantment
2014-08-02 18:45:52 [INFO] [STDOUT] DamageIndicatorsMod/
2014-08-02 18:45:52 [INFO] [ForgeModLoader] DamageIndicatorsMod/client/
2014-08-02 18:45:52 [INFO] [STDOUT] DamageIndicatorsMod/client/DIClientProxy$1.class
2014-08-02 18:45:52 [INFO] [ForgeModLoader] DamageIndicatorsMod/client/DIClientProxy$2.class
2014-08-02 18:45:52 [INFO] [STDOUT] DamageIndicatorsMod/client/DIClientProxy.class
2014-08-02 18:45:52 [INFO] [ForgeModLoader] DamageIndicatorsMod/configuration/
2014-08-02 18:45:52 [INFO] [STDOUT] DamageIndicatorsMod/configuration/DIConfig.class
2014-08-02 18:45:52 [INFO] [ForgeModLoader] DamageIndicatorsMod/core/
2014-08-02 18:45:52 [INFO] [STDOUT] DamageIndicatorsMod/core/DIEventBus.class
2014-08-02 18:45:52 [INFO] [ForgeModLoader] DamageIndicatorsMod/core/DITicker.class
2014-08-02 18:45:52 [INFO] [STDOUT] DamageIndicatorsMod/core/EntityConfigurationEntry.class
2014-08-02 18:45:52 [INFO] [ForgeModLoader] DamageIndicatorsMod/core/KeyBindingReposition.class
2014-08-02 18:45:52 [INFO] [STDOUT] DamageIndicatorsMod/core/PacketHandler.class
2014-08-02 18:45:52 [INFO] [ForgeModLoader] DamageIndicatorsMod/core/ParticleHandling.class
2014-08-02 18:45:52 [INFO] [STDOUT] DamageIndicatorsMod/core/TextTransfer.class
2014-08-02 18:45:52 [INFO] [ForgeModLoader] DamageIndicatorsMod/core/Tools$1.class
2014-08-02 18:45:52 [INFO] [STDOUT] DamageIndicatorsMod/core/Tools.class
2014-08-02 18:45:52 [INFO] [ForgeModLoader] DamageIndicatorsMod/DIMod.class
2014-08-02 18:45:52 [INFO] [STDOUT] DamageIndicatorsMod/donatorcape.png
2014-08-02 18:45:52 [INFO] [ForgeModLoader] DamageIndicatorsMod/gui/
2014-08-02 18:45:52 [INFO] [STDOUT] DamageIndicatorsMod/gui/AdvancedGui.class
2014-08-02 18:45:52 [INFO] [ForgeModLoader] DamageIndicatorsMod/gui/DIGuiTools$1.class
2014-08-02 18:45:52 [INFO] [STDOUT] DamageIndicatorsMod/gui/DIGuiTools.class
2014-08-02 18:45:52 [INFO] [ForgeModLoader] DamageIndicatorsMod/gui/EntityConfigurationEntryComparator.class
2014-08-02 18:45:52 [INFO] [STDOUT] DamageIndicatorsMod/gui/GuiCheckBox.class
2014-08-02 18:45:52 [INFO] [ForgeModLoader] DamageIndicatorsMod/gui/GuiEntityList.class
2014-08-02 18:45:52 [INFO] [STDOUT] DamageIndicatorsMod/gui/GuiToolTip.class
2014-08-02 18:45:52 [INFO] [ForgeModLoader] DamageIndicatorsMod/gui/RepositionGui.class
2014-08-02 18:45:52 [INFO] [STDOUT] DamageIndicatorsMod/gui/SkinGui.class
2014-08-02 18:45:52 [INFO] [ForgeModLoader] DamageIndicatorsMod/gui/SkinSlot.class
2014-08-02 18:45:52 [INFO] [STDOUT] DamageIndicatorsMod/rendering/
2014-08-02 18:45:52 [INFO] [ForgeModLoader] DamageIndicatorsMod/rendering/DIWordParticles.class
2014-08-02 18:45:52 [INFO] [STDOUT] DamageIndicatorsMod/server/
2014-08-02 18:45:52 [INFO] [ForgeModLoader] DamageIndicatorsMod/server/CommandDI.class
2014-08-02 18:45:52 [INFO] [STDOUT] DamageIndicatorsMod/server/DIProxy$1.class
2014-08-02 18:45:52 [INFO] [ForgeModLoader] DamageIndicatorsMod/server/DIProxy.class
2014-08-02 18:45:52 [INFO] [STDOUT] DamageIndicatorsMod/server/ServerEventHandler.class
2014-08-02 18:45:52 [INFO] [ForgeModLoader] DamageIndicatorsMod/util/
2014-08-02 18:45:52 [INFO] [STDOUT] DamageIndicatorsMod/util/EntityConfigurationEntryComparator.class
2014-08-02 18:45:52 [INFO] [ForgeModLoader] DamageIndicatorsMod/util/Util.class
2014-08-02 18:45:52 [INFO] [STDOUT] defaults.cfg
2014-08-02 18:45:52 [INFO] [ForgeModLoader] DITextures/
2014-08-02 18:45:52 [INFO] [STDOUT] DITextures/AbstractSkin.class
2014-08-02 18:45:52 [INFO] [ForgeModLoader] DITextures/Default/
2014-08-02 18:45:52 [INFO] [STDOUT] DITextures/Default/background.png
2014-08-02 18:45:52 [INFO] [ForgeModLoader] DITextures/Default/centerPotions.png
2014-08-02 18:45:52 [INFO] [STDOUT] DITextures/Default/damage.png
2014-08-02 18:45:52 [INFO] [ForgeModLoader] DITextures/Default/DIFrameSkin.png
2014-08-02 18:45:52 [INFO] [STDOUT] DITextures/Default/DITypeIcons.png
2014-08-02 18:45:52 [INFO] [ForgeModLoader] DITextures/Default/health.png
2014-08-02 18:45:52 [INFO] [STDOUT] DITextures/Default/leftPotions.png
2014-08-02 18:45:52 [INFO] [ForgeModLoader] DITextures/Default/NamePlate.png
2014-08-02 18:45:52 [INFO] [STDOUT] DITextures/Default/rightPotions.png
2014-08-02 18:45:52 [INFO] [ForgeModLoader] DITextures/Default/skin.cfg
2014-08-02 18:45:52 [INFO] [STDOUT] DITextures/EnumSkinPart.class
2014-08-02 18:45:52 [INFO] [ForgeModLoader] DITextures/FileSkinRegistration.class
2014-08-02 18:45:52 [INFO] [STDOUT] DITextures/JarSkinRegistration.class
2014-08-02 18:45:52 [INFO] [ForgeModLoader] DITextures/Minimal/
2014-08-02 18:45:52 [INFO] [STDOUT] DITextures/Minimal/background.png
2014-08-02 18:45:52 [INFO] [ForgeModLoader] DITextures/Minimal/centerPotions.png
2014-08-02 18:45:52 [INFO] [STDOUT] DITextures/Minimal/damage.png
2014-08-02 18:45:52 [INFO] [ForgeModLoader] DITextures/Minimal/DIFrameSkin.png
2014-08-02 18:45:52 [INFO] [STDOUT] DITextures/Minimal/DITypeIcons.png
2014-08-02 18:45:52 [INFO] [ForgeModLoader] DITextures/Minimal/health.png
2014-08-02 18:45:52 [INFO] [STDOUT] DITextures/Minimal/leftPotions.png
2014-08-02 18:45:52 [INFO] [ForgeModLoader] DITextures/Minimal/NamePlate.png
2014-08-02 18:45:52 [INFO] [STDOUT] DITextures/Minimal/rightPotions.png
2014-08-02 18:45:52 [INFO] [ForgeModLoader] DITextures/Minimal/skin.cfg
2014-08-02 18:45:52 [INFO] [STDOUT] DITextures/Ordering.class
2014-08-02 18:45:52 [INFO] [ForgeModLoader] DITextures/WoWLike/
2014-08-02 18:45:52 [INFO] [STDOUT] DITextures/WoWLike/background.png
2014-08-02 18:45:52 [INFO] [ForgeModLoader] DITextures/WoWLike/centerPotions.png
2014-08-02 18:45:52 [INFO] [STDOUT] DITextures/WoWLike/damage.png
2014-08-02 18:45:52 [INFO] [ForgeModLoader] DITextures/WoWLike/DIFrameSkin.png
2014-08-02 18:45:52 [INFO] [STDOUT] DITextures/WoWLike/DITypeIcons.png
2014-08-02 18:45:52 [INFO] [ForgeModLoader] DITextures/WoWLike/health.png
2014-08-02 18:45:52 [INFO] [STDOUT] DITextures/WoWLike/leftPotions.png
2014-08-02 18:45:52 [INFO] [ForgeModLoader] DITextures/WoWLike/NamePlate.png
2014-08-02 18:45:52 [INFO] [STDOUT] DITextures/WoWLike/rightPotions.png
2014-08-02 18:45:52 [INFO] [ForgeModLoader] DITextures/WoWLike/skin.cfg
2014-08-02 18:45:52 [INFO] [STDOUT] mcmod.info
2014-08-02 18:45:52 [INFO] [ForgeModLoader] version.properties
2014-08-02 18:45:53 [INFO] [STDOUT] Unable to get resource: /mods/DimDoors/text/How_to_add_dungeons.txt
2014-08-02 18:45:53 [INFO] [STDOUT] Registering bundled dungeon pack: Ruins
2014-08-02 18:45:53 [INFO] [STDOUT] Registering bundled dungeon pack: Nether
2014-08-02 18:45:53 [INFO] [STDOUT] Finished registering bundled dungeon packs
2014-08-02 18:45:53 [INFO] [eplus] Initializing GUI Handler.
2014-08-02 18:45:54 [INFO] [EvilCraft] init()
2014-08-02 18:45:54 [INFO] [EvilCraft] Registered class evilcraft.entities.item.EntityRedstoneGrenade renderer
2014-08-02 18:45:54 [INFO] [EvilCraft] Registered class evilcraft.entities.item.EntityLightningGrenade renderer
2014-08-02 18:45:54 [INFO] [EvilCraft] Registered class evilcraft.entities.item.EntityWeatherContainer renderer
2014-08-02 18:45:54 [INFO] [EvilCraft] Registered class evilcraft.entities.monster.Netherfish renderer
2014-08-02 18:45:54 [INFO] [EvilCraft] Registered class evilcraft.entities.monster.PoisonousLibelle renderer
2014-08-02 18:45:54 [INFO] [EvilCraft] Registered class evilcraft.entities.monster.Werewolf renderer
2014-08-02 18:45:54 [INFO] [EvilCraft] Registered class evilcraft.entities.block.EntityLightningBombPrimed renderer
2014-08-02 18:45:54 [INFO] [EvilCraft] Registered class evilcraft.entities.item.EntityBroom renderer
2014-08-02 18:45:54 [INFO] [EvilCraft] Registered class evilcraft.entities.item.EntityBloodPearl renderer
2014-08-02 18:45:54 [INFO] [EvilCraft] Registered class evilcraft.entities.tileentities.TileEnvironmentalAccumulator special renderer
2014-08-02 18:45:54 [INFO] [EvilCraft] Registered class evilcraft.entities.tileentities.TilePurifier special renderer
2014-08-02 18:45:54 [INFO] [EvilCraft] Registered class evilcraft.entities.tileentities.TileBloodChest special renderer
2014-08-02 18:45:54 [INFO] [EvilCraft] Registered key bindings
2014-08-02 18:45:54 [INFO] [EvilCraft] Registered remote key handlers
2014-08-02 18:45:54 [INFO] [EvilCraft] Registered tick handlers
2014-08-02 18:45:58 [SEVERE] [ForgeModLoader] The resource name /assets/?nfernomobs/models/entity/cinder.obj could not be found
2014-08-02 18:45:58 [SEVERE] [ForgeModLoader] Fatal errors were detected during the transition from INITIALIZATION to POSTINITIALIZATION. Loading cannot continue
2014-08-02 18:45:58 [SEVERE] [ForgeModLoader]
mcp{8.09} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
FML{6.4.49.965} [Forge Mod Loader] (minecraftforge-9.11.1.965.jar) Unloaded->Constructed->Pre-initialized->Initialized
Forge{9.11.1.965} [Minecraft Forge] (minecraftforge-9.11.1.965.jar) Unloaded->Constructed->Pre-initialized->Initialized
CodeChickenCore{0.9.0.9} [CodeChicken Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
Micdoodlecore{} [Micdoodle8 Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
NotEnoughItems{1.6.1.9} [Not Enough Items] (NotEnoughItems-1.6.4-1.6.1.9-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized
DamageIndicatorsMod{2.9.2.4} [Damage Indicators] (1.6.4 DamageIndicatorsv2.9.2.4.zip) Unloaded->Constructed->Pre-initialized->Initialized
lucky{4.2.1} [Lucky Block] ([1-6-4]_Lucky_Block_v4-2-1.jar) Unloaded->Constructed->Pre-initialized->Initialized
Erebus{v0.2.0a} [Erebus] ([1.6.4] Erebus 0.2pre3.zip) Unloaded->Constructed->Pre-initialized->Initialized
mod_ReiMinimap{v3.4_01 [1.6.2]} [mod_ReiMinimap] ([1.6.4]ReiMinimap_v3.4_01.zip) Unloaded->Constructed->Pre-initialized->Initialized
Backpack{1.28.37} [Backpack] (backpack-1.28.37-1.6.x.jar) Unloaded->Constructed->Pre-initialized->Initialized
BattleTowers{1.4.2} [Battle Towers] (BattleTowers_1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized
ChickenChunks{1.3.3.4} [ChickenChunks] (ChickenChunks-1.6.4-1.3.3.4-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized
ComputerCraft{1.63} [ComputerCraft] (ComputerCraft1.63.jar) Unloaded->Constructed->Pre-initialized->Initialized
dimdoors{1.6.4-R2.2.3} [Dimensional Doors] (DimensionalDoors-2.2.3-336.jar) Unloaded->Constructed->Pre-initialized->Initialized
DLDungeonsJBG{1.3.3} [Doomlike Dungeons] (DoomlikeDungeons-1.3.3-MC1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized
eplus{1.16.5b} [Enchanting Plus] (EnchantingPlus-1.16.5.zip) Unloaded->Constructed->Pre-initialized->Initialized
evilcraft{0.4.1b} [EvilCraft] (EvilCraft-1.6.4-0.4.1b-51.jar) Unloaded->Constructed->Pre-initialized->Initialized
farlanders{1.1c} [The Farlanders] (Farlanders_v1.1c.zip) Unloaded->Constructed->Pre-initialized->Initialized
GalacticraftCore{2.0.14} [Galacticraft Core] (Galacticraft-1.6.4-2.0.14.1084.jar) Unloaded->Constructed->Pre-initialized->Initialized
GalacticraftMars{2.0.14} [Galacticraft Mars] (Galacticraft-Planets-1.6.4-2.0.14.1084.jar) Unloaded->Constructed->Pre-initialized->Initialized
HardcoreEnderExpansion{1.6.1} [Hardcore Ender Expansion] (HardcoreEnderExpansion.zip) Unloaded->Constructed->Pre-initialized->Initialized
inventorytweaks{1.56} [Inventory Tweaks] (InventoryTweaks-MC1.6.2-1.56-b77.jar) Unloaded->Constructed->Pre-initialized->Initialized
Java7Checker{1.0} [Java 7 Checker] (Java7Checker.zip) Unloaded->Constructed->Pre-initialized->Initialized
LycanitesMobs{1.5.1h - MC 1.6.4} [Lycanites Mobs] (LycanitesMobsComplete 1.5.1h [1.6.4].jar) Unloaded->Constructed->Pre-initialized->Initialized
ArcticMobs{1.5.1h - MC 1.6.4} [Lycanites Arctic Mobs] (LycanitesMobsComplete 1.5.1h [1.6.4].jar) Unloaded->Constructed->Pre-initialized->Initialized
DemonMobs{1.5.1h - MC 1.6.4} [Lycanites Demon Mobs] (LycanitesMobsComplete 1.5.1h [1.6.4].jar) Unloaded->Constructed->Pre-initialized->Initialized
DesertMobs{1.5.1h - MC 1.6.4} [Lycanites Desert Mobs] (LycanitesMobsComplete 1.5.1h [1.6.4].jar) Unloaded->Constructed->Pre-initialized->Initialized
ForestMobs{1.5.1h - MC 1.6.4} [Lycanites Forest Mobs] (LycanitesMobsComplete 1.5.1h [1.6.4].jar) Unloaded->Constructed->Pre-initialized->Initialized
InfernoMobs{1.5.1h - MC 1.6.4} [Lycanites Inferno Mobs] (LycanitesMobsComplete 1.5.1h [1.6.4].jar) Unloaded->Constructed->Pre-initialized->Errored
JungleMobs{1.5.1h - MC 1.6.4} [Lycanites Jungle Mobs] (LycanitesMobsComplete 1.5.1h [1.6.4].jar) Unloaded->Constructed->Pre-initialized->Initialized
MountainMobs{1.5.1h - MC 1.6.4} [Lycanites Mountain Mobs] (LycanitesMobsComplete 1.5.1h [1.6.4].jar) Unloaded->Constructed->Pre-initialized->Initialized
PlainsMobs{1.5.1h - MC 1.6.4} [Lycanites Plains Mobs] (LycanitesMobsComplete 1.5.1h [1.6.4].jar) Unloaded->Constructed->Pre-initialized->Initialized
SaltwaterMobs{1.5.1h - MC 1.6.4} [Lycanites Saltwater Mobs] (LycanitesMobsComplete 1.5.1h [1.6.4].jar) Unloaded->Constructed->Pre-initialized->Initialized
SwampMobs{1.5.1h - MC 1.6.4} [Lycanites Swamp Mobs] (LycanitesMobsComplete 1.5.1h [1.6.4].jar) Unloaded->Constructed->Pre-initialized->Initialized
mca{3.6.0} [Minecraft Comes Alive] (MCA-3.6.0_MC-1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized
camping{2.0e} [The Camping Mod 2.0] (TheCampingMod_2.0e.jar) Unloaded->Constructed->Pre-initialized->Initialized
TwilightForest{1.20.5} [The Twilight Forest] (twilightforest-1.6.4-1.20.5.jar) Unloaded->Constructed->Pre-initialized->Initialized
UndergroundBiomes{0.4.3} [Underground Biomes] (UndergroundBiomes 1.6.x - 0.4.2c.zip) Unloaded->Constructed->Pre-initialized->Initialized
AS_UpdateCheck{1.1.1} [AtomicStryker Update Check Mod] (UpdateCheckerMod_1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized
2014-08-02 18:45:58 [SEVERE] [ForgeModLoader] The following problems were captured during this phase
2014-08-02 18:45:58 [SEVERE] [ForgeModLoader] Caught exception from InfernoMobs
java.lang.IllegalArgumentException: The resource name could not be found
at net.minecraftforge.client.model.AdvancedModelLoader.loadModel(AdvancedModelLoader.java:68)
at lycanite.lycanitesmobs.AssetManager.addObjModel(AssetManager.java:60)
at lycanite.lycanitesmobs.AssetManager.getObjModel(AssetManager.java:110)
at lycanite.lycanitesmobs.infernomobs.model.ModelCinder.<init>(ModelCinder.java:25)
at lycanite.lycanitesmobs.infernomobs.model.ModelCinder.<init>(ModelCinder.java:20)
at lycanite.lycanitesmobs.infernomobs.ClientSubProxy.registerModels(ClientSubProxy.java:17)
at lycanite.lycanitesmobs.infernomobs.InfernoMobs.load(InfernoMobs.java:93)
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:545)
at sun.reflect.GeneratedMethodAccessor1.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:201)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181)
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:112)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:699)
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:249)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:509)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:808)
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:131)
at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
2014-08-02 18:45:59 [INFO] [STDOUT] ---- Minecraft Crash Report ----
2014-08-02 18:45:59 [INFO] [STDOUT] // Quite honestly, I wouldn't worry myself about that.
2014-08-02 18:45:59 [INFO] [STDOUT]
2014-08-02 18:45:59 [INFO] [STDOUT] Time: 02.08.2014 18:45
2014-08-02 18:45:59 [INFO] [STDOUT] Description: Initializing game
2014-08-02 18:45:59 [INFO] [STDOUT]
2014-08-02 18:45:59 [INFO] [STDOUT] java.lang.IllegalArgumentException: The resource name could not be found
2014-08-02 18:45:59 [INFO] [STDOUT] at net.minecraftforge.client.model.AdvancedModelLoader.loadModel(AdvancedModelLoader.java:68)
2014-08-02 18:45:59 [INFO] [STDOUT] at lycanite.lycanitesmobs.AssetManager.addObjModel(AssetManager.java:60)
2014-08-02 18:45:59 [INFO] [STDOUT] at lycanite.lycanitesmobs.AssetManager.getObjModel(AssetManager.java:110)
2014-08-02 18:45:59 [INFO] [STDOUT] at lycanite.lycanitesmobs.infernomobs.model.ModelCinder.<init>(ModelCinder.java:25)
2014-08-02 18:45:59 [INFO] [STDOUT] at lycanite.lycanitesmobs.infernomobs.model.ModelCinder.<init>(ModelCinder.java:20)
2014-08-02 18:45:59 [INFO] [STDOUT] at lycanite.lycanitesmobs.infernomobs.ClientSubProxy.registerModels(ClientSubProxy.java:17)
2014-08-02 18:45:59 [INFO] [STDOUT] at lycanite.lycanitesmobs.infernomobs.InfernoMobs.load(InfernoMobs.java:93)
2014-08-02 18:45:59 [INFO] [STDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2014-08-02 18:45:59 [INFO] [STDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2014-08-02 18:45:59 [INFO] [STDOUT] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2014-08-02 18:45:59 [INFO] [STDOUT] at java.lang.reflect.Method.invoke(Unknown Source)
2014-08-02 18:45:59 [INFO] [STDOUT] at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:545)
2014-08-02 18:45:59 [INFO] [STDOUT] at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
2014-08-02 18:45:59 [INFO] [STDOUT] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2014-08-02 18:45:59 [INFO] [STDOUT] at java.lang.reflect.Method.invoke(Unknown Source)
2014-08-02 18:45:59 [INFO] [STDOUT] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
2014-08-02 18:45:59 [INFO] [STDOUT] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2014-08-02 18:45:59 [INFO] [STDOUT] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
2014-08-02 18:45:59 [INFO] [STDOUT] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
2014-08-02 18:45:59 [INFO] [STDOUT] at com.google.common.eventbus.EventBus.post(EventBus.java:267)
2014-08-02 18:45:59 [INFO] [STDOUT] at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:201)
2014-08-02 18:45:59 [INFO] [STDOUT] at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181)
2014-08-02 18:45:59 [INFO] [STDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2014-08-02 18:45:59 [INFO] [STDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2014-08-02 18:45:59 [INFO] [STDOUT] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2014-08-02 18:45:59 [INFO] [STDOUT] at java.lang.reflect.Method.invoke(Unknown Source)
2014-08-02 18:45:59 [INFO] [STDOUT] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
2014-08-02 18:45:59 [INFO] [STDOUT] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2014-08-02 18:45:59 [INFO] [STDOUT] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
2014-08-02 18:45:59 [INFO] [STDOUT] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
2014-08-02 18:45:59 [INFO] [STDOUT] at com.google.common.eventbus.EventBus.post(EventBus.java:267)
2014-08-02 18:45:59 [INFO] [STDOUT] at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:112)
2014-08-02 18:45:59 [INFO] [STDOUT] at cpw.mods.fml.common.Loader.initializeMods(Loader.java:699)
2014-08-02 18:45:59 [INFO] [STDOUT] at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:249)
2014-08-02 18:45:59 [INFO] [STDOUT] at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:509)
2014-08-02 18:45:59 [INFO] [STDOUT] at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:808)
2014-08-02 18:45:59 [INFO] [STDOUT] at net.minecraft.client.main.Main.main(SourceFile:101)
2014-08-02 18:45:59 [INFO] [STDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2014-08-02 18:45:59 [INFO] [STDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2014-08-02 18:45:59 [INFO] [STDOUT] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2014-08-02 18:45:59 [INFO] [STDOUT] at java.lang.reflect.Method.invoke(Unknown Source)
2014-08-02 18:45:59 [INFO] [STDOUT] at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
2014-08-02 18:45:59 [INFO] [STDOUT] at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
2014-08-02 18:45:59 [INFO] [STDOUT]
2014-08-02 18:45:59 [INFO] [STDOUT]
2014-08-02 18:45:59 [INFO] [STDOUT] A detailed walkthrough of the error, its code path and all known details is as follows:
2014-08-02 18:45:59 [INFO] [STDOUT] ---------------------------------------------------------------------------------------
2014-08-02 18:45:59 [INFO] [STDOUT]
2014-08-02 18:45:59 [INFO] [STDOUT] -- Head --
2014-08-02 18:45:59 [INFO] [STDOUT] Stacktrace:
2014-08-02 18:45:59 [INFO] [STDOUT] at net.minecraftforge.client.model.AdvancedModelLoader.loadModel(AdvancedModelLoader.java:68)
2014-08-02 18:45:59 [INFO] [STDOUT] at lycanite.lycanitesmobs.AssetManager.addObjModel(AssetManager.java:60)
2014-08-02 18:45:59 [INFO] [STDOUT] at lycanite.lycanitesmobs.AssetManager.getObjModel(AssetManager.java:110)
2014-08-02 18:45:59 [INFO] [STDOUT] at lycanite.lycanitesmobs.infernomobs.model.ModelCinder.<init>(ModelCinder.java:25)
2014-08-02 18:45:59 [INFO] [STDOUT] at lycanite.lycanitesmobs.infernomobs.model.ModelCinder.<init>(ModelCinder.java:20)
2014-08-02 18:45:59 [INFO] [STDOUT] at lycanite.lycanitesmobs.infernomobs.ClientSubProxy.registerModels(ClientSubProxy.java:17)
2014-08-02 18:45:59 [INFO] [STDOUT] at lycanite.lycanitesmobs.infernomobs.InfernoMobs.load(InfernoMobs.java:93)
2014-08-02 18:45:59 [INFO] [STDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2014-08-02 18:45:59 [INFO] [STDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2014-08-02 18:45:59 [INFO] [STDOUT] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2014-08-02 18:45:59 [INFO] [STDOUT] at java.lang.reflect.Method.invoke(Unknown Source)
2014-08-02 18:45:59 [INFO] [STDOUT] at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:545)
2014-08-02 18:45:59 [INFO] [STDOUT] at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
2014-08-02 18:45:59 [INFO] [STDOUT] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2014-08-02 18:45:59 [INFO] [STDOUT] at java.lang.reflect.Method.invoke(Unknown Source)
2014-08-02 18:45:59 [INFO] [STDOUT] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
2014-08-02 18:45:59 [INFO] [STDOUT] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2014-08-02 18:45:59 [INFO] [STDOUT] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
2014-08-02 18:45:59 [INFO] [STDOUT] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
2014-08-02 18:45:59 [INFO] [STDOUT] at com.google.common.eventbus.EventBus.post(EventBus.java:267)
2014-08-02 18:45:59 [INFO] [STDOUT] at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:201)
2014-08-02 18:45:59 [INFO] [STDOUT] at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181)
2014-08-02 18:45:59 [INFO] [STDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2014-08-02 18:45:59 [INFO] [STDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2014-08-02 18:45:59 [INFO] [STDOUT] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2014-08-02 18:45:59 [INFO] [STDOUT] at java.lang.reflect.Method.invoke(Unknown Source)
2014-08-02 18:45:59 [INFO] [STDOUT] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
2014-08-02 18:45:59 [INFO] [STDOUT] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2014-08-02 18:45:59 [INFO] [STDOUT] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
2014-08-02 18:45:59 [INFO] [STDOUT] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
2014-08-02 18:45:59 [INFO] [STDOUT] at com.google.common.eventbus.EventBus.post(EventBus.java:267)
2014-08-02 18:45:59 [INFO] [STDOUT] at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:112)
2014-08-02 18:45:59 [INFO] [STDOUT] at cpw.mods.fml.common.Loader.initializeMods(Loader.java:699)
2014-08-02 18:45:59 [INFO] [STDOUT] at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:249)
2014-08-02 18:45:59 [INFO] [STDOUT] at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:509)
2014-08-02 18:45:59 [INFO] [STDOUT]
2014-08-02 18:45:59 [INFO] [STDOUT] -- Initialization --
2014-08-02 18:45:59 [INFO] [STDOUT] Details:
2014-08-02 18:45:59 [INFO] [STDOUT] Stacktrace:
2014-08-02 18:45:59 [INFO] [STDOUT] at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:808)
2014-08-02 18:45:59 [INFO] [STDOUT] at net.minecraft.client.main.Main.main(SourceFile:101)
2014-08-02 18:45:59 [INFO] [STDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2014-08-02 18:45:59 [INFO] [STDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2014-08-02 18:45:59 [INFO] [STDOUT] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2014-08-02 18:45:59 [INFO] [STDOUT] at java.lang.reflect.Method.invoke(Unknown Source)
2014-08-02 18:45:59 [INFO] [STDOUT] at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
2014-08-02 18:45:59 [INFO] [STDOUT] at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
2014-08-02 18:45:59 [INFO] [STDOUT]
2014-08-02 18:45:59 [INFO] [STDOUT] -- System Details --
2014-08-02 18:45:59 [INFO] [STDOUT] Details:
2014-08-02 18:45:59 [INFO] [STDOUT] Minecraft Version: 1.6.4
2014-08-02 18:45:59 [INFO] [STDOUT] Operating System: Windows 7 (amd64) version 6.1
2014-08-02 18:45:59 [INFO] [STDOUT] Java Version: 1.7.0_65, Oracle Corporation
2014-08-02 18:45:59 [INFO] [STDOUT] Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
2014-08-02 18:45:59 [INFO] [STDOUT] Memory: 322287720 bytes (307 MB) / 515899392 bytes (492 MB) up to 515899392 bytes (492 MB)
2014-08-02 18:45:59 [INFO] [STDOUT] JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx5G -Xms512M -Xmx512m
2014-08-02 18:45:59 [INFO] [STDOUT] AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
2014-08-02 18:45:59 [INFO] [STDOUT] Suspicious classes: FML and Forge are installed
2014-08-02 18:45:59 [INFO] [STDOUT] IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
2014-08-02 18:45:59 [INFO] [STDOUT] FML: MCP v8.11 FML v6.4.49.965 Minecraft Forge 9.11.1.965 40 mods loaded, 40 mods active
2014-08-02 18:45:59 [INFO] [STDOUT] mcp{8.09} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
2014-08-02 18:45:59 [INFO] [STDOUT] FML{6.4.49.965} [Forge Mod Loader] (minecraftforge-9.11.1.965.jar) Unloaded->Constructed->Pre-initialized->Initialized
2014-08-02 18:45:59 [INFO] [STDOUT] Forge{9.11.1.965} [Minecraft Forge] (minecraftforge-9.11.1.965.jar) Unloaded->Constructed->Pre-initialized->Initialized
2014-08-02 18:45:59 [INFO] [STDOUT] CodeChickenCore{0.9.0.9} [CodeChicken Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
2014-08-02 18:45:59 [INFO] [STDOUT] Micdoodlecore{} [Micdoodle8 Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
2014-08-02 18:45:59 [INFO] [STDOUT] NotEnoughItems{1.6.1.9} [Not Enough Items] (NotEnoughItems-1.6.4-1.6.1.9-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized
2014-08-02 18:45:59 [INFO] [STDOUT] DamageIndicatorsMod{2.9.2.4} [Damage Indicators] (1.6.4 DamageIndicatorsv2.9.2.4.zip) Unloaded->Constructed->Pre-initialized->Initialized
2014-08-02 18:45:59 [INFO] [STDOUT] lucky{4.2.1} [Lucky Block] ([1-6-4]_Lucky_Block_v4-2-1.jar) Unloaded->Constructed->Pre-initialized->Initialized
2014-08-02 18:45:59 [INFO] [STDOUT] Erebus{v0.2.0a} [Erebus] ([1.6.4] Erebus 0.2pre3.zip) Unloaded->Constructed->Pre-initialized->Initialized
2014-08-02 18:45:59 [INFO] [STDOUT] mod_ReiMinimap{v3.4_01 [1.6.2]} [mod_ReiMinimap] ([1.6.4]ReiMinimap_v3.4_01.zip) Unloaded->Constructed->Pre-initialized->Initialized
2014-08-02 18:45:59 [INFO] [STDOUT] Backpack{1.28.37} [Backpack] (backpack-1.28.37-1.6.x.jar) Unloaded->Constructed->Pre-initialized->Initialized
2014-08-02 18:45:59 [INFO] [STDOUT] BattleTowers{1.4.2} [Battle Towers] (BattleTowers_1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized
2014-08-02 18:45:59 [INFO] [STDOUT] ChickenChunks{1.3.3.4} [ChickenChunks] (ChickenChunks-1.6.4-1.3.3.4-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized
2014-08-02 18:45:59 [INFO] [STDOUT] ComputerCraft{1.63} [ComputerCraft] (ComputerCraft1.63.jar) Unloaded->Constructed->Pre-initialized->Initialized
2014-08-02 18:45:59 [INFO] [STDOUT] dimdoors{1.6.4-R2.2.3} [Dimensional Doors] (DimensionalDoors-2.2.3-336.jar) Unloaded->Constructed->Pre-initialized->Initialized
2014-08-02 18:45:59 [INFO] [STDOUT] DLDungeonsJBG{1.3.3} [Doomlike Dungeons] (DoomlikeDungeons-1.3.3-MC1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized
2014-08-02 18:45:59 [INFO] [STDOUT] eplus{1.16.5b} [Enchanting Plus] (EnchantingPlus-1.16.5.zip) Unloaded->Constructed->Pre-initialized->Initialized
2014-08-02 18:45:59 [INFO] [STDOUT] evilcraft{0.4.1b} [EvilCraft] (EvilCraft-1.6.4-0.4.1b-51.jar) Unloaded->Constructed->Pre-initialized->Initialized
2014-08-02 18:45:59 [INFO] [STDOUT] farlanders{1.1c} [The Farlanders] (Farlanders_v1.1c.zip) Unloaded->Constructed->Pre-initialized->Initialized
2014-08-02 18:45:59 [INFO] [STDOUT] GalacticraftCore{2.0.14} [Galacticraft Core] (Galacticraft-1.6.4-2.0.14.1084.jar) Unloaded->Constructed->Pre-initialized->Initialized
2014-08-02 18:45:59 [INFO] [STDOUT] GalacticraftMars{2.0.14} [Galacticraft Mars] (Galacticraft-Planets-1.6.4-2.0.14.1084.jar) Unloaded->Constructed->Pre-initialized->Initialized
2014-08-02 18:45:59 [INFO] [STDOUT] HardcoreEnderExpansion{1.6.1} [Hardcore Ender Expansion] (HardcoreEnderExpansion.zip) Unloaded->Constructed->Pre-initialized->Initialized
2014-08-02 18:45:59 [INFO] [STDOUT] inventorytweaks{1.56} [Inventory Tweaks] (InventoryTweaks-MC1.6.2-1.56-b77.jar) Unloaded->Constructed->Pre-initialized->Initialized
2014-08-02 18:45:59 [INFO] [STDOUT] Java7Checker{1.0} [Java 7 Checker] (Java7Checker.zip) Unloaded->Constructed->Pre-initialized->Initialized
2014-08-02 18:45:59 [INFO] [STDOUT] LycanitesMobs{1.5.1h - MC 1.6.4} [Lycanites Mobs] (LycanitesMobsComplete 1.5.1h [1.6.4].jar) Unloaded->Constructed->Pre-initialized->Initialized
2014-08-02 18:45:59 [INFO] [STDOUT] ArcticMobs{1.5.1h - MC 1.6.4} [Lycanites Arctic Mobs] (LycanitesMobsComplete 1.5.1h [1.6.4].jar) Unloaded->Constructed->Pre-initialized->Initialized
2014-08-02 18:45:59 [INFO] [STDOUT] DemonMobs{1.5.1h - MC 1.6.4} [Lycanites Demon Mobs] (LycanitesMobsComplete 1.5.1h [1.6.4].jar) Unloaded->Constructed->Pre-initialized->Initialized
2014-08-02 18:45:59 [INFO] [STDOUT] DesertMobs{1.5.1h - MC 1.6.4} [Lycanites Desert Mobs] (LycanitesMobsComplete 1.5.1h [1.6.4].jar) Unloaded->Constructed->Pre-initialized->Initialized
2014-08-02 18:45:59 [INFO] [STDOUT] ForestMobs{1.5.1h - MC 1.6.4} [Lycanites Forest Mobs] (LycanitesMobsComplete 1.5.1h [1.6.4].jar) Unloaded->Constructed->Pre-initialized->Initialized
2014-08-02 18:45:59 [INFO] [STDOUT] InfernoMobs{1.5.1h - MC 1.6.4} [Lycanites Inferno Mobs] (LycanitesMobsComplete 1.5.1h [1.6.4].jar) Unloaded->Constructed->Pre-initialized->Errored
2014-08-02 18:45:59 [INFO] [STDOUT] JungleMobs{1.5.1h - MC 1.6.4} [Lycanites Jungle Mobs] (LycanitesMobsComplete 1.5.1h [1.6.4].jar) Unloaded->Constructed->Pre-initialized->Initialized
2014-08-02 18:45:59 [INFO] [STDOUT] MountainMobs{1.5.1h - MC 1.6.4} [Lycanites Mountain Mobs] (LycanitesMobsComplete 1.5.1h [1.6.4].jar) Unloaded->Constructed->Pre-initialized->Initialized
2014-08-02 18:45:59 [INFO] [STDOUT] PlainsMobs{1.5.1h - MC 1.6.4} [Lycanites Plains Mobs] (LycanitesMobsComplete 1.5.1h [1.6.4].jar) Unloaded->Constructed->Pre-initialized->Initialized
2014-08-02 18:45:59 [INFO] [STDOUT] SaltwaterMobs{1.5.1h - MC 1.6.4} [Lycanites Saltwater Mobs] (LycanitesMobsComplete 1.5.1h [1.6.4].jar) Unloaded->Constructed->Pre-initialized->Initialized
2014-08-02 18:45:59 [INFO] [STDOUT] SwampMobs{1.5.1h - MC 1.6.4} [Lycanites Swamp Mobs] (LycanitesMobsComplete 1.5.1h [1.6.4].jar) Unloaded->Constructed->Pre-initialized->Initialized
2014-08-02 18:45:59 [INFO] [STDOUT] mca{3.6.0} [Minecraft Comes Alive] (MCA-3.6.0_MC-1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized
2014-08-02 18:45:59 [INFO] [STDOUT] camping{2.0e} [The Camping Mod 2.0] (TheCampingMod_2.0e.jar) Unloaded->Constructed->Pre-initialized->Initialized
2014-08-02 18:45:59 [INFO] [STDOUT] TwilightForest{1.20.5} [The Twilight Forest] (twilightforest-1.6.4-1.20.5.jar) Unloaded->Constructed->Pre-initialized->Initialized
2014-08-02 18:45:59 [INFO] [STDOUT] UndergroundBiomes{0.4.3} [Underground Biomes] (UndergroundBiomes 1.6.x - 0.4.2c.zip) Unloaded->Constructed->Pre-initialized->Initialized
2014-08-02 18:45:59 [INFO] [STDOUT] AS_UpdateCheck{1.1.1} [AtomicStryker Update Check Mod] (UpdateCheckerMod_1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized
2014-08-02 18:45:59 [INFO] [STDOUT] Launched Version: 1.6.4-Forge9.11.1.965
2014-08-02 18:45:59 [INFO] [STDOUT] LWJGL: 2.9.0
2014-08-02 18:45:59 [INFO] [STDOUT] OpenGL: GeForce GT 520M/PCIe/SSE2 GL version 4.4.0, NVIDIA Corporation
2014-08-02 18:45:59 [INFO] [STDOUT] Is Modded: Definitely; Client brand changed to 'fml,forge'
2014-08-02 18:45:59 [INFO] [STDOUT] Type: Client (map_client.txt)
2014-08-02 18:45:59 [INFO] [STDOUT] Resource Pack: Default
2014-08-02 18:45:59 [INFO] [STDOUT] Current Language: English (UK)
2014-08-02 18:45:59 [INFO] [STDOUT] Profiler Position: N/A (disabled)
2014-08-02 18:45:59 [INFO] [STDOUT] Vec3 Pool Size: ~~ERROR~~ NullPointerException: null
// Hi. I'm Minecraft, and I'm a crashaholic.
Time: 02.08.2014 18:45
Description: Initializing game
java.lang.IllegalArgumentException: The resource name could not be found
at net.minecraftforge.client.model.AdvancedModelLoader.loadModel(AdvancedModelLoader.java:68)
at lycanite.lycanitesmobs.AssetManager.addObjModel(AssetManager.java:60)
at lycanite.lycanitesmobs.AssetManager.getObjModel(AssetManager.java:110)
at lycanite.lycanitesmobs.infernomobs.model.ModelCinder.<init>(ModelCinder.java:25)
at lycanite.lycanitesmobs.infernomobs.model.ModelCinder.<init>(ModelCinder.java:20)
at lycanite.lycanitesmobs.infernomobs.ClientSubProxy.registerModels(ClientSubProxy.java:17)
at lycanite.lycanitesmobs.infernomobs.InfernoMobs.load(InfernoMobs.java:93)
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:545)
at sun.reflect.GeneratedMethodAccessor1.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:201)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181)
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:112)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:699)
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:249)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:509)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:808)
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:131)
at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at net.minecraftforge.client.model.AdvancedModelLoader.loadModel(AdvancedModelLoader.java:68)
at lycanite.lycanitesmobs.AssetManager.addObjModel(AssetManager.java:60)
at lycanite.lycanitesmobs.AssetManager.getObjModel(AssetManager.java:110)
at lycanite.lycanitesmobs.infernomobs.model.ModelCinder.<init>(ModelCinder.java:25)
at lycanite.lycanitesmobs.infernomobs.model.ModelCinder.<init>(ModelCinder.java:20)
at lycanite.lycanitesmobs.infernomobs.ClientSubProxy.registerModels(ClientSubProxy.java:17)
at lycanite.lycanitesmobs.infernomobs.InfernoMobs.load(InfernoMobs.java:93)
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:545)
at sun.reflect.GeneratedMethodAccessor1.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:201)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181)
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:112)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:699)
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:249)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:509)
-- Initialization --
Details:
Stacktrace:
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:808)
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:131)
at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
-- System Details --
Details:
Minecraft Version: 1.6.4
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.7.0_65, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 322287720 bytes (307 MB) / 515899392 bytes (492 MB) up to 515899392 bytes (492 MB)
JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx5G -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.11 FML v6.4.49.965 Minecraft Forge 9.11.1.965 40 mods loaded, 40 mods active
mcp{8.09} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
FML{6.4.49.965} [Forge Mod Loader] (minecraftforge-9.11.1.965.jar) Unloaded->Constructed->Pre-initialized->Initialized
Forge{9.11.1.965} [Minecraft Forge] (minecraftforge-9.11.1.965.jar) Unloaded->Constructed->Pre-initialized->Initialized
CodeChickenCore{0.9.0.9} [CodeChicken Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
Micdoodlecore{} [Micdoodle8 Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
NotEnoughItems{1.6.1.9} [Not Enough Items] (NotEnoughItems-1.6.4-1.6.1.9-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized
DamageIndicatorsMod{2.9.2.4} [Damage Indicators] (1.6.4 DamageIndicatorsv2.9.2.4.zip) Unloaded->Constructed->Pre-initialized->Initialized
lucky{4.2.1} [Lucky Block] ([1-6-4]_Lucky_Block_v4-2-1.jar) Unloaded->Constructed->Pre-initialized->Initialized
Erebus{v0.2.0a} [Erebus] ([1.6.4] Erebus 0.2pre3.zip) Unloaded->Constructed->Pre-initialized->Initialized
mod_ReiMinimap{v3.4_01 [1.6.2]} [mod_ReiMinimap] ([1.6.4]ReiMinimap_v3.4_01.zip) Unloaded->Constructed->Pre-initialized->Initialized
Backpack{1.28.37} [Backpack] (backpack-1.28.37-1.6.x.jar) Unloaded->Constructed->Pre-initialized->Initialized
BattleTowers{1.4.2} [Battle Towers] (BattleTowers_1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized
ChickenChunks{1.3.3.4} [ChickenChunks] (ChickenChunks-1.6.4-1.3.3.4-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized
ComputerCraft{1.63} [ComputerCraft] (ComputerCraft1.63.jar) Unloaded->Constructed->Pre-initialized->Initialized
dimdoors{1.6.4-R2.2.3} [Dimensional Doors] (DimensionalDoors-2.2.3-336.jar) Unloaded->Constructed->Pre-initialized->Initialized
DLDungeonsJBG{1.3.3} [Doomlike Dungeons] (DoomlikeDungeons-1.3.3-MC1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized
eplus{1.16.5b} [Enchanting Plus] (EnchantingPlus-1.16.5.zip) Unloaded->Constructed->Pre-initialized->Initialized
evilcraft{0.4.1b} [EvilCraft] (EvilCraft-1.6.4-0.4.1b-51.jar) Unloaded->Constructed->Pre-initialized->Initialized
farlanders{1.1c} [The Farlanders] (Farlanders_v1.1c.zip) Unloaded->Constructed->Pre-initialized->Initialized
GalacticraftCore{2.0.14} [Galacticraft Core] (Galacticraft-1.6.4-2.0.14.1084.jar) Unloaded->Constructed->Pre-initialized->Initialized
GalacticraftMars{2.0.14} [Galacticraft Mars] (Galacticraft-Planets-1.6.4-2.0.14.1084.jar) Unloaded->Constructed->Pre-initialized->Initialized
HardcoreEnderExpansion{1.6.1} [Hardcore Ender Expansion] (HardcoreEnderExpansion.zip) Unloaded->Constructed->Pre-initialized->Initialized
inventorytweaks{1.56} [Inventory Tweaks] (InventoryTweaks-MC1.6.2-1.56-b77.jar) Unloaded->Constructed->Pre-initialized->Initialized
Java7Checker{1.0} [Java 7 Checker] (Java7Checker.zip) Unloaded->Constructed->Pre-initialized->Initialized
LycanitesMobs{1.5.1h - MC 1.6.4} [Lycanites Mobs] (LycanitesMobsComplete 1.5.1h [1.6.4].jar) Unloaded->Constructed->Pre-initialized->Initialized
ArcticMobs{1.5.1h - MC 1.6.4} [Lycanites Arctic Mobs] (LycanitesMobsComplete 1.5.1h [1.6.4].jar) Unloaded->Constructed->Pre-initialized->Initialized
DemonMobs{1.5.1h - MC 1.6.4} [Lycanites Demon Mobs] (LycanitesMobsComplete 1.5.1h [1.6.4].jar) Unloaded->Constructed->Pre-initialized->Initialized
DesertMobs{1.5.1h - MC 1.6.4} [Lycanites Desert Mobs] (LycanitesMobsComplete 1.5.1h [1.6.4].jar) Unloaded->Constructed->Pre-initialized->Initialized
ForestMobs{1.5.1h - MC 1.6.4} [Lycanites Forest Mobs] (LycanitesMobsComplete 1.5.1h [1.6.4].jar) Unloaded->Constructed->Pre-initialized->Initialized
InfernoMobs{1.5.1h - MC 1.6.4} [Lycanites Inferno Mobs] (LycanitesMobsComplete 1.5.1h [1.6.4].jar) Unloaded->Constructed->Pre-initialized->Errored
JungleMobs{1.5.1h - MC 1.6.4} [Lycanites Jungle Mobs] (LycanitesMobsComplete 1.5.1h [1.6.4].jar) Unloaded->Constructed->Pre-initialized->Initialized
MountainMobs{1.5.1h - MC 1.6.4} [Lycanites Mountain Mobs] (LycanitesMobsComplete 1.5.1h [1.6.4].jar) Unloaded->Constructed->Pre-initialized->Initialized
PlainsMobs{1.5.1h - MC 1.6.4} [Lycanites Plains Mobs] (LycanitesMobsComplete 1.5.1h [1.6.4].jar) Unloaded->Constructed->Pre-initialized->Initialized
SaltwaterMobs{1.5.1h - MC 1.6.4} [Lycanites Saltwater Mobs] (LycanitesMobsComplete 1.5.1h [1.6.4].jar) Unloaded->Constructed->Pre-initialized->Initialized
SwampMobs{1.5.1h - MC 1.6.4} [Lycanites Swamp Mobs] (LycanitesMobsComplete 1.5.1h [1.6.4].jar) Unloaded->Constructed->Pre-initialized->Initialized
mca{3.6.0} [Minecraft Comes Alive] (MCA-3.6.0_MC-1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized
camping{2.0e} [The Camping Mod 2.0] (TheCampingMod_2.0e.jar) Unloaded->Constructed->Pre-initialized->Initialized
TwilightForest{1.20.5} [The Twilight Forest] (twilightforest-1.6.4-1.20.5.jar) Unloaded->Constructed->Pre-initialized->Initialized
UndergroundBiomes{0.4.3} [Underground Biomes] (UndergroundBiomes 1.6.x - 0.4.2c.zip) Unloaded->Constructed->Pre-initialized->Initialized
AS_UpdateCheck{1.1.1} [AtomicStryker Update Check Mod] (UpdateCheckerMod_1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized
Launched Version: 1.6.4-Forge9.11.1.965
LWJGL: 2.9.0
OpenGL: GeForce GT 520M/PCIe/SSE2 GL version 4.4.0, NVIDIA Corporation
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Pack: Default
Current Language: English (UK)
Profiler Position: N/A (disabled)
Vec3 Pool Size: ~~ERROR~~ NullPointerException: null
I want to create a private 1.6.4 minecraft modded survival. But im getting these errors.
INFO: Loading tweak class name cpw.mods.fml.common.launcher.FMLTweaker
A?u 02, 2014 6:45:20 PM net.minecraft.launchwrapper.LogWrapper log
INFO: Using primary tweak class name cpw.mods.fml.common.launcher.FMLTweaker
A?u 02, 2014 6:45:20 PM net.minecraft.launchwrapper.LogWrapper log
INFO: Calling tweak class cpw.mods.fml.common.launcher.FMLTweaker
2014-08-02 18:45:20 [INFO] [ForgeModLoader] Forge Mod Loader version 6.4.49.965 for Minecraft 1.6.4 loading
2014-08-02 18:45:20 [INFO] [ForgeModLoader] Java is Java HotSpot(TM) 64-Bit Server VM, version 1.7.0_65, running on Windows 7:amd64:6.1, installed at C:\Program Files\Java\jre7
2014-08-02 18:45:20 [WARNING] [ForgeModLoader] The coremod codechicken.core.launch.CodeChickenCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
2014-08-02 18:45:21 [WARNING] [ForgeModLoader] The coremod invtweaks.forge.asm.FMLPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
2014-08-02 18:45:21 [WARNING] [ForgeModLoader] The coremod micdoodle8.mods.miccore.MicdoodlePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
2014-08-02 18:45:21 [WARNING] [ForgeModLoader] The coremod codechicken.nei.asm.NEICorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
2014-08-02 18:45:21 [INFO] [ForgeModLoader] Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
2014-08-02 18:45:21 [INFO] [ForgeModLoader] Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker
2014-08-02 18:45:21 [INFO] [ForgeModLoader] Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
2014-08-02 18:45:21 [INFO] [ForgeModLoader] Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
2014-08-02 18:45:21 [INFO] [ForgeModLoader] Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
2014-08-02 18:45:21 [INFO] [STDOUT] Loaded 40 rules from AccessTransformer config file fml_at.cfg
2014-08-02 18:45:23 [INFO] [ForgeModLoader] Found valid fingerprint for Minecraft Forge. Certificate fingerprint e3c3d50c7c986df74c645c0ac54639741c90a557
2014-08-02 18:45:23 [INFO] [ForgeModLoader] Found valid fingerprint for Minecraft. Certificate fingerprint cd99959656f753dc28d863b46769f7f8fbaefcfc
2014-08-02 18:45:23 [INFO] [ForgeModLoader] Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
2014-08-02 18:45:23 [INFO] [STDOUT] Loaded 110 rules from AccessTransformer config file forge_at.cfg
2014-08-02 18:45:24 [INFO] [ForgeModLoader] Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
2014-08-02 18:45:24 [INFO] [STDOUT] Loaded 40 rules from AccessTransformer config file fml_at.cfg
2014-08-02 18:45:24 [INFO] [STDOUT] Adding AccessTransformer: chickenchunks_at.cfg
2014-08-02 18:45:24 [INFO] [STDOUT] Adding Accesstransformer map: temp.dat
2014-08-02 18:45:24 [INFO] [STDOUT] Loaded 44 rules from AccessTransformer config file temp.dat
2014-08-02 18:45:24 [INFO] [STDOUT] Adding AccessTransformer: nei_at.cfg
2014-08-02 18:45:24 [INFO] [STDOUT] Adding Accesstransformer map: temp.dat
2014-08-02 18:45:24 [INFO] [STDOUT] Loaded 55 rules from AccessTransformer config file temp.dat
2014-08-02 18:45:24 [INFO] [ForgeModLoader] Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
2014-08-02 18:45:24 [INFO] [ForgeModLoader] Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
2014-08-02 18:45:24 [INFO] [STDOUT] Successfully Registered Transformer
2014-08-02 18:45:24 [INFO] [STDOUT] [Micdoodle8Core]: Patching game...
2014-08-02 18:45:24 [INFO] [STDOUT] [Micdoodle8Core]: Patching game...
2014-08-02 18:45:24 [INFO] [ForgeModLoader] Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
2014-08-02 18:45:24 [INFO] [ForgeModLoader] Calling tweak class cpw.mods.fml.common.launcher.FMLDeobfTweaker
2014-08-02 18:45:24 [INFO] [ForgeModLoader] Launching wrapped minecraft {net.minecraft.client.main.Main}
2014-08-02 18:45:26 [INFO] [STDOUT] Galacticraft successfully injected bytecode into: of (1 / 1)
2014-08-02 18:45:26 [INFO] [STDOUT] Galacticraft successfully injected bytecode into: avm (1 / 1)
2014-08-02 18:45:26 [INFO] [STDOUT] Inserted super call into axv.c
2014-08-02 18:45:26 [INFO] [STDOUT] awy was overriden from NotEnoughItems-1.6.4-1.6.1.9-universal.jar
2014-08-02 18:45:27 [INFO] [Minecraft-Client] Setting user: mastergaming59
2014-08-02 18:45:27 [INFO] [STDOUT] Galacticraft successfully injected bytecode into: ss (2 / 2)
2014-08-02 18:45:28 [INFO] [STDOUT] Generated BlockMobSpawner helper method.
2014-08-02 18:45:29 [INFO] [Minecraft-Client] LWJGL Version: 2.9.0
2014-08-02 18:45:29 [INFO] [STDOUT] Galacticraft successfully injected bytecode into: net/minecraftforge/client/ForgeHooksClient (1 / 1)
2014-08-02 18:45:30 [INFO] [Minecraft-Client] Reloading ResourceManager: Default
2014-08-02 18:45:31 [INFO] [MinecraftForge] Attempting early MinecraftForge initialization
2014-08-02 18:45:31 [INFO] [STDOUT] MinecraftForge v9.11.1.965 Initialized
2014-08-02 18:45:31 [INFO] [ForgeModLoader] MinecraftForge v9.11.1.965 Initialized
2014-08-02 18:45:31 [INFO] [STDOUT] Replaced 111 ore recipies
2014-08-02 18:45:31 [INFO] [MinecraftForge] Completed early MinecraftForge initialization
2014-08-02 18:45:31 [INFO] [ForgeModLoader] Reading custom logging properties from C:\Users\ayberk\AppData\Roaming\.minecraft\config\logging.properties
2014-08-02 18:45:31 [OFF] [ForgeModLoader] Logging level for ForgeModLoader logging is set to ALL
2014-08-02 18:45:31 [INFO] [ForgeModLoader] Searching C:\Users\ayberk\AppData\Roaming\.minecraft\mods for mods
2014-08-02 18:45:31 [INFO] [ForgeModLoader] Also searching C:\Users\ayberk\AppData\Roaming\.minecraft\mods\1.6.4 for mods
2014-08-02 18:45:35 [INFO] [ForgeModLoader] Attempting to reparse the mod container DimensionalDoors-2.2.3-336.jar
2014-08-02 18:45:35 [WARNING] [eplus] Mod eplus is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.16.5b
2014-08-02 18:45:36 [WARNING] [HardcoreEnderExpansion] Mod HardcoreEnderExpansion is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.6.1
2014-08-02 18:45:36 [WARNING] [ForgeModLoader] Zip file RadixCore-1.2.0 MC-1.7.2.zip failed to read properly, it will be ignored
java.lang.ClassCastException: java.lang.String cannot be cast to java.util.List
at cpw.mods.fml.common.ModMetadata.<init>(ModMetadata.java:109)
at cpw.mods.fml.common.MetadataCollection.parseModMetadataList(MetadataCollection.java:84)
at cpw.mods.fml.common.MetadataCollection.parse10ModInfo(MetadataCollection.java:76)
at cpw.mods.fml.common.MetadataCollection.from(MetadataCollection.java:47)
at cpw.mods.fml.common.discovery.JarDiscoverer.discover(JarDiscoverer.java:53)
at cpw.mods.fml.common.discovery.ContainerType.findMods(ContainerType.java:42)
at cpw.mods.fml.common.discovery.ModCandidate.explore(ModCandidate.java:71)
at cpw.mods.fml.common.discovery.ModDiscoverer.identifyMods(ModDiscoverer.java:137)
at cpw.mods.fml.common.Loader.identifyMods(Loader.java:353)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:484)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:183)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:473)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:808)
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:131)
at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
2014-08-02 18:45:37 [INFO] [ForgeModLoader] Forge Mod Loader has identified 40 mods to load
2014-08-02 18:45:37 [INFO] [mcp] Activating mod mcp
2014-08-02 18:45:37 [INFO] [FML] Activating mod FML
2014-08-02 18:45:37 [INFO] [Forge] Activating mod Forge
2014-08-02 18:45:37 [INFO] [CodeChickenCore] Activating mod CodeChickenCore
2014-08-02 18:45:37 [INFO] [Micdoodlecore] Activating mod Micdoodlecore
2014-08-02 18:45:37 [INFO] [NotEnoughItems] Activating mod NotEnoughItems
2014-08-02 18:45:37 [INFO] [DamageIndicatorsMod] Activating mod DamageIndicatorsMod
2014-08-02 18:45:37 [INFO] [lucky] Activating mod lucky
2014-08-02 18:45:37 [INFO] [Erebus] Activating mod Erebus
2014-08-02 18:45:37 [INFO] [mod_ReiMinimap] Activating mod mod_ReiMinimap
2014-08-02 18:45:37 [INFO] [Backpack] Activating mod Backpack
2014-08-02 18:45:37 [INFO] [BattleTowers] Activating mod BattleTowers
2014-08-02 18:45:37 [INFO] [ChickenChunks] Activating mod ChickenChunks
2014-08-02 18:45:37 [INFO] [ComputerCraft] Activating mod ComputerCraft
2014-08-02 18:45:37 [INFO] [dimdoors] Activating mod dimdoors
2014-08-02 18:45:37 [INFO] [DLDungeonsJBG] Activating mod DLDungeonsJBG
2014-08-02 18:45:37 [INFO] [eplus] Activating mod eplus
2014-08-02 18:45:37 [INFO] [evilcraft] Activating mod evilcraft
2014-08-02 18:45:37 [INFO] [farlanders] Activating mod farlanders
2014-08-02 18:45:37 [INFO] [GalacticraftCore] Activating mod GalacticraftCore
2014-08-02 18:45:37 [INFO] [GalacticraftMars] Activating mod GalacticraftMars
2014-08-02 18:45:37 [INFO] [HardcoreEnderExpansion] Activating mod HardcoreEnderExpansion
2014-08-02 18:45:37 [INFO] [inventorytweaks] Activating mod inventorytweaks
2014-08-02 18:45:37 [INFO] [Java7Checker] Activating mod Java7Checker
2014-08-02 18:45:37 [INFO] [LycanitesMobs] Activating mod LycanitesMobs
2014-08-02 18:45:37 [INFO] [ArcticMobs] Activating mod ArcticMobs
2014-08-02 18:45:37 [INFO] [DemonMobs] Activating mod DemonMobs
2014-08-02 18:45:37 [INFO] [DesertMobs] Activating mod DesertMobs
2014-08-02 18:45:37 [INFO] [ForestMobs] Activating mod ForestMobs
2014-08-02 18:45:37 [INFO] [InfernoMobs] Activating mod InfernoMobs
2014-08-02 18:45:37 [INFO] [JungleMobs] Activating mod JungleMobs
2014-08-02 18:45:37 [INFO] [MountainMobs] Activating mod MountainMobs
2014-08-02 18:45:37 [INFO] [PlainsMobs] Activating mod PlainsMobs
2014-08-02 18:45:37 [INFO] [SaltwaterMobs] Activating mod SaltwaterMobs
2014-08-02 18:45:37 [INFO] [SwampMobs] Activating mod SwampMobs
2014-08-02 18:45:37 [INFO] [mca] Activating mod mca
2014-08-02 18:45:37 [INFO] [camping] Activating mod camping
2014-08-02 18:45:37 [INFO] [TwilightForest] Activating mod TwilightForest
2014-08-02 18:45:37 [INFO] [UndergroundBiomes] Activating mod UndergroundBiomes
2014-08-02 18:45:37 [INFO] [AS_UpdateCheck] Activating mod AS_UpdateCheck
2014-08-02 18:45:37 [WARNING] [Forge Mod Loader] Mod Forge Mod Loader is missing a pack.mcmeta file, things may not work well
2014-08-02 18:45:37 [WARNING] [Minecraft Forge] Mod Minecraft Forge is missing a pack.mcmeta file, things may not work well
2014-08-02 18:45:37 [WARNING] [Not Enough Items] Mod Not Enough Items is missing a pack.mcmeta file, things may not work well
2014-08-02 18:45:37 [WARNING] [Damage Indicators] Mod Damage Indicators is missing a pack.mcmeta file, things may not work well
2014-08-02 18:45:37 [WARNING] [Lucky Block] Mod Lucky Block is missing a pack.mcmeta file, things may not work well
2014-08-02 18:45:37 [WARNING] [Erebus] Mod Erebus is missing a pack.mcmeta file, things may not work well
2014-08-02 18:45:37 [WARNING] [Backpack] Mod Backpack is missing a pack.mcmeta file, things may not work well
2014-08-02 18:45:37 [WARNING] [Battle Towers] Mod Battle Towers is missing a pack.mcmeta file, things may not work well
2014-08-02 18:45:37 [WARNING] [ChickenChunks] Mod ChickenChunks is missing a pack.mcmeta file, things may not work well
2014-08-02 18:45:37 [WARNING] [Dimensional Doors] Mod Dimensional Doors is missing a pack.mcmeta file, things may not work well
2014-08-02 18:45:37 [WARNING] [Doomlike Dungeons] Mod Doomlike Dungeons is missing a pack.mcmeta file, things may not work well
2014-08-02 18:45:37 [WARNING] [EvilCraft] Mod EvilCraft is missing a pack.mcmeta file, things may not work well
2014-08-02 18:45:37 [WARNING] [The Farlanders] Mod The Farlanders is missing a pack.mcmeta file, things may not work well
2014-08-02 18:45:37 [WARNING] [Galacticraft Core] Mod Galacticraft Core is missing a pack.mcmeta file, things may not work well
2014-08-02 18:45:37 [WARNING] [Galacticraft Mars] Mod Galacticraft Mars is missing a pack.mcmeta file, things may not work well
2014-08-02 18:45:37 [WARNING] [Java 7 Checker] Mod Java 7 Checker is missing a pack.mcmeta file, things may not work well
2014-08-02 18:45:37 [WARNING] [Lycanites Mobs] Mod Lycanites Mobs is missing a pack.mcmeta file, things may not work well
2014-08-02 18:45:37 [WARNING] [Lycanites Arctic Mobs] Mod Lycanites Arctic Mobs is missing a pack.mcmeta file, things may not work well
2014-08-02 18:45:37 [WARNING] [Lycanites Demon Mobs] Mod Lycanites Demon Mobs is missing a pack.mcmeta file, things may not work well
2014-08-02 18:45:37 [WARNING] [Lycanites Desert Mobs] Mod Lycanites Desert Mobs is missing a pack.mcmeta file, things may not work well
2014-08-02 18:45:37 [WARNING] [Lycanites Forest Mobs] Mod Lycanites Forest Mobs is missing a pack.mcmeta file, things may not work well
2014-08-02 18:45:37 [WARNING] [Lycanites Inferno Mobs] Mod Lycanites Inferno Mobs is missing a pack.mcmeta file, things may not work well
2014-08-02 18:45:37 [WARNING] [Lycanites Jungle Mobs] Mod Lycanites Jungle Mobs is missing a pack.mcmeta file, things may not work well
2014-08-02 18:45:37 [WARNING] [Lycanites Mountain Mobs] Mod Lycanites Mountain Mobs is missing a pack.mcmeta file, things may not work well
2014-08-02 18:45:37 [WARNING] [Lycanites Plains Mobs] Mod Lycanites Plains Mobs is missing a pack.mcmeta file, things may not work well
2014-08-02 18:45:37 [WARNING] [Lycanites Saltwater Mobs] Mod Lycanites Saltwater Mobs is missing a pack.mcmeta file, things may not work well
2014-08-02 18:45:37 [WARNING] [Lycanites Swamp Mobs] Mod Lycanites Swamp Mobs is missing a pack.mcmeta file, things may not work well
2014-08-02 18:45:37 [WARNING] [Minecraft Comes Alive] Mod Minecraft Comes Alive is missing a pack.mcmeta file, things may not work well
2014-08-02 18:45:37 [WARNING] [The Camping Mod 2.0] Mod The Camping Mod 2.0 is missing a pack.mcmeta file, things may not work well
2014-08-02 18:45:37 [WARNING] [AtomicStryker Update Check Mod] Mod AtomicStryker Update Check Mod is missing a pack.mcmeta file, things may not work well
2014-08-02 18:45:37 [INFO] [Minecraft-Client] Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Not Enough Items, FMLFileResourcePack:Damage Indicators, FMLFileResourcePack:Lucky Block, FMLFileResourcePack:Erebus, FMLFileResourcePack:Backpack, FMLFileResourcePack:Battle Towers, FMLFileResourcePack:ChickenChunks, FMLFileResourcePack:ComputerCraft, FMLFileResourcePack:Dimensional Doors, FMLFileResourcePack:Doomlike Dungeons, FMLFileResourcePack:Enchanting Plus, FMLFileResourcePack:EvilCraft, FMLFileResourcePack:The Farlanders, FMLFileResourcePack:Galacticraft Core, FMLFileResourcePack:Galacticraft Mars, FMLFileResourcePack:Hardcore Ender Expansion, FMLFileResourcePack:Inventory Tweaks, FMLFileResourcePack:Java 7 Checker, FMLFileResourcePack:Lycanites Mobs, FMLFileResourcePack:Lycanites Arctic Mobs, FMLFileResourcePack:Lycanites Demon Mobs, FMLFileResourcePack:Lycanites Desert Mobs, FMLFileResourcePack:Lycanites Forest Mobs, FMLFileResourcePack:Lycanites Inferno Mobs, FMLFileResourcePack:Lycanites Jungle Mobs, FMLFileResourcePack:Lycanites Mountain Mobs, FMLFileResourcePack:Lycanites Plains Mobs, FMLFileResourcePack:Lycanites Saltwater Mobs, FMLFileResourcePack:Lycanites Swamp Mobs, FMLFileResourcePack:Minecraft Comes Alive, FMLFileResourcePack:The Camping Mod 2.0, FMLFileResourcePack:The Twilight Forest, FMLFileResourcePack:Underground Biomes, FMLFileResourcePack:AtomicStryker Update Check Mod
2014-08-02 18:45:38 [INFO] [ForgeModLoader] FML has found a non-mod file RadixCore-1.2.0 MC-1.7.2.zip in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.
2014-08-02 18:45:38 [INFO] [ForgeModLoader] FML has found a non-mod file CodeChickenLib-universal-1.6.4-1.0.0.62.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.
2014-08-02 18:45:38 [INFO] [ForgeModLoader] Registering Forge Packet Handler
2014-08-02 18:45:38 [INFO] [ForgeModLoader] Succeeded registering Forge Packet Handler
2014-08-02 18:45:42 [INFO] [ForgeModLoader] Configured a dormant chunk cache size of 0
2014-08-02 18:45:44 [INFO] [STDOUT] Battletowers parsed Item/Block of ID 280, damageValue: 0 spawnChance: 75, min: 5, max: 6
2014-08-02 18:45:44 [INFO] [STDOUT] Battletowers parsed Item/Block of ID 295, damageValue: 0 spawnChance: 75, min: 3, max: 5
2014-08-02 18:45:44 [INFO] [STDOUT] Battletowers parsed Item/Block of ID 5, damageValue: 0 spawnChance: 75, min: 5, max: 6
2014-08-02 18:45:44 [INFO] [STDOUT] Battletowers parsed Item/Block of ID 83, damageValue: 0 spawnChance: 75, min: 3, max: 5
2014-08-02 18:45:44 [INFO] [STDOUT] Battletowers parsed Item/Block of ID 274, damageValue: 0 spawnChance: 50, min: 1, max: 1
2014-08-02 18:45:44 [INFO] [STDOUT] Battletowers parsed Item/Block of ID 275, damageValue: 0 spawnChance: 50, min: 1, max: 1
2014-08-02 18:45:44 [INFO] [STDOUT] Battletowers parsed Item/Block of ID 50, damageValue: 0 spawnChance: 80, min: 3, max: 3
2014-08-02 18:45:44 [INFO] [STDOUT] Battletowers parsed Item/Block of ID 77, damageValue: 0 spawnChance: 50, min: 2, max: 2
2014-08-02 18:45:44 [INFO] [STDOUT] Battletowers parsed Item/Block of ID 281, damageValue: 0 spawnChance: 75, min: 2, max: 4
2014-08-02 18:45:44 [INFO] [STDOUT] Battletowers parsed Item/Block of ID 263, damageValue: 0 spawnChance: 90, min: 4, max: 4
2014-08-02 18:45:44 [INFO] [STDOUT] Battletowers parsed Item/Block of ID 287, damageValue: 0 spawnChance: 80, min: 5, max: 5
2014-08-02 18:45:44 [INFO] [STDOUT] Battletowers parsed Item/Block of ID 35, damageValue: 0 spawnChance: 75, min: 2, max: 2
2014-08-02 18:45:44 [INFO] [STDOUT] Battletowers parsed Item/Block of ID 20, damageValue: 0 spawnChance: 75, min: 3, max: 3
2014-08-02 18:45:44 [INFO] [STDOUT] Battletowers parsed Item/Block of ID 288, damageValue: 0 spawnChance: 75, min: 4, max: 4
2014-08-02 18:45:44 [INFO] [STDOUT] Battletowers parsed Item/Block of ID 297, damageValue: 0 spawnChance: 75, min: 2, max: 2
2014-08-02 18:45:44 [INFO] [STDOUT] Battletowers parsed Item/Block of ID 260, damageValue: 0 spawnChance: 75, min: 2, max: 2
2014-08-02 18:45:44 [INFO] [STDOUT] Battletowers parsed Item/Block of ID 39, damageValue: 0 spawnChance: 75, min: 2, max: 2
2014-08-02 18:45:44 [INFO] [STDOUT] Battletowers parsed Item/Block of ID 40, damageValue: 0 spawnChance: 75, min: 2, max: 2
2014-08-02 18:45:44 [INFO] [STDOUT] Battletowers parsed Item/Block of ID 6, damageValue: 0 spawnChance: 90, min: 3, max: 3
2014-08-02 18:45:44 [INFO] [STDOUT] Battletowers parsed Item/Block of ID 296, damageValue: 0 spawnChance: 75, min: 4, max: 4
2014-08-02 18:45:44 [INFO] [STDOUT] Battletowers parsed Item/Block of ID 323, damageValue: 0 spawnChance: 50, min: 1, max: 2
2014-08-02 18:45:44 [INFO] [STDOUT] Battletowers parsed Item/Block of ID 346, damageValue: 0 spawnChance: 75, min: 1, max: 1
2014-08-02 18:45:44 [INFO] [STDOUT] Battletowers parsed Item/Block of ID 361, damageValue: 0 spawnChance: 60, min: 2, max: 2
2014-08-02 18:45:44 [INFO] [STDOUT] Battletowers parsed Item/Block of ID 362, damageValue: 0 spawnChance: 60, min: 3, max: 3
2014-08-02 18:45:44 [INFO] [STDOUT] Battletowers parsed Item/Block of ID 267, damageValue: 0 spawnChance: 60, min: 1, max: 1
2014-08-02 18:45:44 [INFO] [STDOUT] Battletowers parsed Item/Block of ID 289, damageValue: 0 spawnChance: 75, min: 3, max: 3
2014-08-02 18:45:44 [INFO] [STDOUT] Battletowers parsed Item/Block of ID 334, damageValue: 0 spawnChance: 75, min: 4, max: 4
2014-08-02 18:45:44 [INFO] [STDOUT] Battletowers parsed Item/Block of ID 349, damageValue: 0 spawnChance: 75, min: 3, max: 3
2014-08-02 18:45:44 [INFO] [STDOUT] Battletowers parsed Item/Block of ID 351, damageValue: 0 spawnChance: 60, min: 1, max: 2
2014-08-02 18:45:44 [INFO] [STDOUT] Battletowers parsed Item/Block of ID 302, damageValue: 0 spawnChance: 40, min: 1, max: 1
2014-08-02 18:45:44 [INFO] [STDOUT] Battletowers parsed Item/Block of ID 303, damageValue: 0 spawnChance: 40, min: 1, max: 1
2014-08-02 18:45:44 [INFO] [STDOUT] Battletowers parsed Item/Block of ID 304, damageValue: 0 spawnChance: 40, min: 1, max: 1
2014-08-02 18:45:44 [INFO] [STDOUT] Battletowers parsed Item/Block of ID 305, damageValue: 0 spawnChance: 40, min: 1, max: 1
2014-08-02 18:45:44 [INFO] [STDOUT] Battletowers parsed Item/Block of ID 47, damageValue: 0 spawnChance: 70, min: 1, max: 3
2014-08-02 18:45:44 [INFO] [STDOUT] Battletowers parsed Item/Block of ID 123, damageValue: 0 spawnChance: 60, min: 2, max: 2
2014-08-02 18:45:44 [INFO] [STDOUT] Battletowers parsed Item/Block of ID 379, damageValue: 0 spawnChance: 75, min: 3, max: 3
2014-08-02 18:45:44 [INFO] [STDOUT] Battletowers parsed Item/Block of ID 379, damageValue: 0 spawnChance: 50, min: 1, max: 1
2014-08-02 18:45:44 [INFO] [STDOUT] Battletowers parsed Item/Block of ID 368, damageValue: 0 spawnChance: 50, min: 2, max: 2
2014-08-02 18:45:44 [INFO] [STDOUT] Battletowers parsed Item/Block of ID 264, damageValue: 0 spawnChance: 70, min: 2, max: 2
2014-08-02 18:45:44 [INFO] [STDOUT] Battletowers parsed Item/Block of ID 331, damageValue: 0 spawnChance: 75, min: 5, max: 5
2014-08-02 18:45:44 [INFO] [STDOUT] Battletowers parsed Item/Block of ID 266, damageValue: 0 spawnChance: 90, min: 8, max: 8
2014-08-02 18:45:44 [INFO] [STDOUT] Doomlike Dungeons is in preInit, should now load config.
2014-08-02 18:45:44 [INFO] [STDOUT] freqScale = 6
2014-08-02 18:45:44 [INFO] [STDOUT] factor = 16
2014-08-02 18:45:44 [INFO] [STDOUT] [DLDUNGEONS] Frequency Scaling Factor Set To: 6
2014-08-02 18:45:44 [INFO] [STDOUT] [DLDUNGEONS] Minimum X Factor Set To: 16
2014-08-02 18:45:44 [INFO] [STDOUT] [DLDUNGEONS] Difficulty set to: Normal difficulty.
2014-08-02 18:45:44 [INFO] [STDOUT] [DLDUNGEONS] Dimensions listed in config file: 0, -1,
2014-08-02 18:45:44 [INFO] [STDOUT] [DLDUNGEONS] NoEnd set to: true
2014-08-02 18:45:44 [INFO] [STDOUT] [DLDUNGEONS] Will spawn dungeons in with world generation? true
2014-08-02 18:45:44 [INFO] [STDOUT] [DLDUNGEONS] Will spawn dungeons even with structures disabled? false
2014-08-02 18:45:44 [INFO] [STDOUT] [DLDUNGEONS] Will only spawn in these dimensions: 0, -1,
2014-08-02 18:45:44 [INFO] [STDOUT] [DLDUNGEONS] Will export item, block, and mob lists? false
2014-08-02 18:45:44 [INFO] [STDOUT] [DLDUNGEONS] Will announce use of OP/cheat commands? true
2014-08-02 18:45:44 [INFO] [STDOUT] [DLDUNGEONS] Will dungeons be easy to find? false
2014-08-02 18:45:44 [INFO] [STDOUT] [DLDUNGEONS] Will include vanilla loot from vanilla chests? true
2014-08-02 18:45:44 [INFO] [STDOUT] [DLDUNGEONS] Will use? true
2014-08-02 18:45:44 [INFO] [STDOUT] [DLDUNGEONS] Will allow API base mob change? true
2014-08-02 18:45:44 [INFO] [STDOUT] [DLDUNGEONS] Will self-profile? false
2014-08-02 18:45:44 [INFO] [STDOUT] [DLDUNGEONS] themesdir is C:\Users\ayberk\AppData\Roaming\.minecraft\config\DLDungeonThemes
2014-08-02 18:45:44 [INFO] [STDOUT] [DLDUNGEONS] Config should now be loaded.
2014-08-02 18:45:44 [INFO] [eplus] Initializing Configurations.
2014-08-02 18:45:44 [INFO] [eplus] Starting version check thread
2014-08-02 18:45:44 [INFO] [eplus] Plugin loaded: ThaumcraftPlugin
2014-08-02 18:45:44 [INFO] [eplus] Plugin loaded: TConPlugin
2014-08-02 18:45:44 [INFO] [eplus] Plugin loaded: Treecapitatior
2014-08-02 18:45:44 [INFO] [eplus] Plugin initialized in PreInit... ThaumcraftPlugin
2014-08-02 18:45:44 [INFO] [eplus] Plugin initialized in PreInit... Treecapitatior
2014-08-02 18:45:44 [INFO] [eplus] Localization en_US loaded
2014-08-02 18:45:44 [INFO] [eplus] Localization ru_RU loaded
2014-08-02 18:45:44 [INFO] [eplus] Localization de_DE loaded
2014-08-02 18:45:44 [INFO] [eplus] Initializing Blocks.
2014-08-02 18:45:44 [INFO] [eplus] Initializing Items.
2014-08-02 18:45:44 [INFO] [EvilCraft] preInit()
2014-08-02 18:45:44 [INFO] [EvilCraft] Registered General Info
2014-08-02 18:45:45 [INFO] [EvilCraft] Registered Blood
2014-08-02 18:45:45 [INFO] [EvilCraft] Registered Poison
2014-08-02 18:45:45 [INFO] [EvilCraft] Registered Blood
2014-08-02 18:45:45 [INFO] [EvilCraft] Registered Dark Ore
2014-08-02 18:45:45 [INFO] [EvilCraft] Registered Dark Block
2014-08-02 18:45:45 [INFO] [EvilCraft] Registered Blood Stained Block
2014-08-02 18:45:45 [INFO] [EvilCraft] Registered Lightning Bomb
2014-08-02 18:45:45 [INFO] [ForgeModLoader] InvTweaks: net.minecraft.inventory.Container
2014-08-02 18:45:45 [INFO] [EvilCraft] Registered Blood Infuser
2014-08-02 18:45:45 [INFO] [EvilCraft] Registered Bloody Cobblestone
2014-08-02 18:45:45 [INFO] [EvilCraft] Registered Nether Monster Egg
2014-08-02 18:45:45 [INFO] [EvilCraft] Registered Excrement
2014-08-02 18:45:45 [INFO] [EvilCraft] Registered Hardened Blood
2014-08-02 18:45:45 [INFO] [EvilCraft] Registered Obscured Glass
2014-08-02 18:45:45 [INFO] [EvilCraft] Registered Blood Chest
2014-08-02 18:45:45 [SEVERE] [EvilCraft] Invalid config property class.
2014-08-02 18:45:45 [INFO] [EvilCraft] Registered Environmental Accumulator
2014-08-02 18:45:45 [INFO] [EvilCraft] Registered Undead Leaves
2014-08-02 18:45:45 [INFO] [EvilCraft] Registered Undead Log
2014-08-02 18:45:45 [INFO] [EvilCraft] Registered Undead Sapling
2014-08-02 18:45:45 [INFO] [EvilCraft] Registered Undead Plank
2014-08-02 18:45:45 [INFO] [EvilCraft] Registered Poison
2014-08-02 18:45:45 [INFO] [EvilCraft] Registered Invisible Redstone Block
2014-08-02 18:45:45 [INFO] [EvilCraft] Registered Purifier
2014-08-02 18:45:45 [INFO] [EvilCraft] Registered Werewolf Bone
2014-08-02 18:45:45 [INFO] [EvilCraft] Registered Werewolf Flesh
2014-08-02 18:45:45 [INFO] [EvilCraft] Registered Lightning Pearl
2014-08-02 18:45:45 [INFO] [EvilCraft] Registered Redstone Pearl
2014-08-02 18:45:45 [INFO] [EvilCraft] Registered Blood Bucket
2014-08-02 18:45:45 [SEVERE] [EvilCraft] Invalid config property class.
2014-08-02 18:45:45 [SEVERE] [EvilCraft] Invalid config property class.
2014-08-02 18:45:45 [INFO] [EvilCraft] Registered Blood Extractor
2014-08-02 18:45:45 [INFO] [EvilCraft] Registered Dark Gem
2014-08-02 18:45:45 [INFO] [EvilCraft] Registered Dark Stick
2014-08-02 18:45:45 [INFO] [EvilCraft] Registered Weather Container
2014-08-02 18:45:45 [INFO] [EvilCraft] Registered Blood Pearl of Teleportation
2014-08-02 18:45:45 [INFO] [EvilCraft] Registered Broom
2014-08-02 18:45:45 [INFO] [EvilCraft] Registered Hardened Blood Shard
2014-08-02 18:45:45 [INFO] [EvilCraft] Registered Dark Power Gem
2014-08-02 18:45:45 [INFO] [EvilCraft] Registered Blood Infusion Core
2014-08-02 18:45:45 [INFO] [EvilCraft] Registered Blood Container
2014-08-02 18:45:45 [INFO] [EvilCraft] Registered Poison Sac
2014-08-02 18:45:45 [INFO] [EvilCraft] Registered Poison Bucket
2014-08-02 18:45:45 [INFO] [EvilCraft] Registered Werewolf Fur
2014-08-02 18:45:45 [INFO] [EvilCraft] Registered Blook
2014-08-02 18:45:45 [INFO] [EvilCraft] Registered Potentia Sphere
2014-08-02 18:45:45 [INFO] [EvilCraft] Registered Inverted Potentia
2014-08-02 18:45:45 [INFO] [EvilCraft] Registered Mace of Distortion
2014-08-02 18:45:45 [INFO] [EvilCraft] Registered Kineticator
2014-08-02 18:45:45 [INFO] [EvilCraft] Registered Lightning Grenade
2014-08-02 18:45:45 [INFO] [EvilCraft] Registered Redstone Grenade
2014-08-02 18:45:45 [INFO] [EvilCraft] Registered Blood Pearl of Teleportation
2014-08-02 18:45:45 [INFO] [EvilCraft] Registered Broom
2014-08-02 18:45:45 [INFO] [EvilCraft] Registered Weather Container
2014-08-02 18:45:45 [INFO] [EvilCraft] Registered Lightning Bomb
2014-08-02 18:45:45 [INFO] [EvilCraft] Registered Werewolf
2014-08-02 18:45:45 [INFO] [EvilCraft] Registered Netherfish
2014-08-02 18:45:45 [INFO] [EvilCraft] Registered Poisonous Libelle
2014-08-02 18:45:45 [INFO] [EvilCraft] Registered Werewolf Villager
2014-08-02 18:45:45 [INFO] [EvilCraft] Registered Unusing
2014-08-02 18:45:45 [INFO] [EvilCraft] Registered Breaking
2014-08-02 18:45:45 [INFO] [EvilCraft] Registered Life Stealing
2014-08-02 18:45:45 [INFO] [EvilCraft] Registered Poison Tip
2014-08-02 18:45:45 [INFO] [EvilCraft] Registered Degraded
2014-08-02 18:45:45 [INFO] [EvilCraft] Registered biome
2014-08-02 18:45:45 [INFO] [EvilCraft] Registered knockbackDistort
2014-08-02 18:45:45 [INFO] [EvilCraft] Registered mobSpawn
2014-08-02 18:45:45 [INFO] [EvilCraft] Registered nauseate
2014-08-02 18:45:45 [INFO] [EvilCraft] Registered particle
2014-08-02 18:45:45 [INFO] [EvilCraft] Registered sound
2014-08-02 18:45:45 [INFO] [EvilCraft] Skipped registering terraform
2014-08-02 18:45:45 [INFO] [STDOUT] CONFLICT @ 970 item slot already occupied by [email protected]e10d while adding [email protected]
2014-08-02 18:45:45 [INFO] [fml.ItemTracker] The mod farlanders is overwriting existing item at 1226 (CC-Peripheral from ComputerCraft) with net.minecraft.Farlanders.common.item.ItemFarlanderEgg
2014-08-02 18:45:45 [INFO] [STDOUT] CONFLICT @ 971 item slot already occupied by [email protected]b6 while adding [email protected]
2014-08-02 18:45:45 [INFO] [fml.ItemTracker] The mod farlanders is overwriting existing item at 1227 (CC-Turtle from ComputerCraft) with net.minecraft.Farlanders.common.item.ItemEnderGolemEgg
2014-08-02 18:45:45 [INFO] [STDOUT] CONFLICT @ 972 item slot already occupied by [email protected]99 while adding [email protected]
2014-08-02 18:45:45 [INFO] [fml.ItemTracker] The mod farlanders is overwriting existing item at 1228 (CC-TurtleExpanded from ComputerCraft) with net.minecraft.Farlanders.common.item.ItemElderEgg
2014-08-02 18:45:45 [INFO] [STDOUT] CONFLICT @ 973 item slot already occupied by [email protected] while adding [email protected]5d35
2014-08-02 18:45:45 [INFO] [fml.ItemTracker] The mod farlanders is overwriting existing item at 1229 (CC-Cable from ComputerCraft) with net.minecraft.Farlanders.common.item.ItemClassicEndermanEgg
2014-08-02 18:45:45 [INFO] [STDOUT] CONFLICT @ 974 item slot already occupied by [email protected]12d while adding [email protected]
2014-08-02 18:45:45 [INFO] [fml.ItemTracker] The mod farlanders is overwriting existing item at 1230 (CC-TurtleAdvanced from ComputerCraft) with net.minecraft.Farlanders.common.item.ItemWandererEgg
2014-08-02 18:45:45 [INFO] [eplus] Using the latest version [1.16.5] for Minecraft 1.6.4
2014-08-02 18:45:45 [INFO] [eplus] Version check complete with CURRENT
2014-08-02 18:45:46 [INFO] [STDOUT] Galacticraft ignored dynamic interface insertion since "IC2" was not found.
2014-08-02 18:45:46 [INFO] [STDOUT] Galacticraft ignored dynamic interface insertion since "BuildCraft|Energy" was not found.
2014-08-02 18:45:46 [INFO] [STDOUT] Galacticraft ignored dynamic interface insertion since "ThermalExpansion" was not found.
2014-08-02 18:45:46 [INFO] [STDOUT] Galacticraft ignored dynamic interface insertion since "Mekanism" was not found.
2014-08-02 18:45:46 [INFO] [STDOUT] Galacticraft ignored dynamic interface insertion since "IC2" was not found.
2014-08-02 18:45:46 [INFO] [STDOUT] Galacticraft ignored dynamic interface insertion since "Mekanism" was not found.
2014-08-02 18:45:46 [INFO] [STDOUT] Galacticraft ignored dynamic interface insertion since "Mekanism" was not found.
2014-08-02 18:45:46 [INFO] [STDOUT] Galacticraft ignored dynamic interface insertion since "IC2" was not found.
2014-08-02 18:45:46 [INFO] [STDOUT] Galacticraft ignored dynamic interface insertion since "BuildCraft|Energy" was not found.
2014-08-02 18:45:46 [INFO] [STDOUT] Galacticraft ignored dynamic interface insertion since "ThermalExpansion" was not found.
2014-08-02 18:45:46 [INFO] [STDOUT] Galacticraft ignored dynamic interface insertion since "Mekanism" was not found.
2014-08-02 18:45:47 [INFO] [STDOUT] Galacticraft ignored dynamic interface insertion since "BuildCraft|Core" was not found.
2014-08-02 18:45:47 [INFO] [ForgeModLoader] InvTweaks: invtweaks.InvTweaksObfuscation
2014-08-02 18:45:47 [INFO] [STDOUT] [INFO] [LycanitesMobs-LycanitesMobs] Successfully created/read configuration file.
2014-08-02 18:45:47 [INFO] [STDOUT] [INFO] [LycanitesMobs-ArcticMobs] Successfully created/read configuration file.
2014-08-02 18:45:47 [INFO] [STDOUT] [INFO] [LycanitesMobs-DemonMobs] Successfully created/read configuration file.
2014-08-02 18:45:47 [INFO] [STDOUT] CONFLICT @ 3600 item slot already occupied by [email protected] while adding [email protected]
2014-08-02 18:45:47 [INFO] [fml.ItemTracker] The mod DemonMobs is overwriting existing item at 3856 (hardenedBlood from evilcraft) with net.minecraft.item.ItemBlock
2014-08-02 18:45:47 [INFO] [STDOUT] [INFO] [LycanitesMobs-DesertMobs] Successfully created/read configuration file.
2014-08-02 18:45:47 [INFO] [STDOUT] [INFO] [LycanitesMobs-ForestMobs] Successfully created/read configuration file.
2014-08-02 18:45:47 [INFO] [STDOUT] [INFO] [LycanitesMobs-InfernoMobs] Successfully created/read configuration file.
2014-08-02 18:45:47 [INFO] [STDOUT] [INFO] [LycanitesMobs-JungleMobs] Successfully created/read configuration file.
2014-08-02 18:45:47 [INFO] [STDOUT] [INFO] [LycanitesMobs-MountainMobs] Successfully created/read configuration file.
2014-08-02 18:45:47 [INFO] [STDOUT] [INFO] [LycanitesMobs-PlainsMobs] Successfully created/read configuration file.
2014-08-02 18:45:47 [INFO] [STDOUT] [INFO] [LycanitesMobs-SaltwaterMobs] Successfully created/read configuration file.
2014-08-02 18:45:47 [INFO] [STDOUT] [INFO] [LycanitesMobs-SwampMobs] Successfully created/read configuration file.
2014-08-02 18:45:48 [INFO] [STDOUT] CONFLICT @ 3597 item slot already occupied by [email protected] while adding [email protected]
2014-08-02 18:45:48 [INFO] [fml.ItemTracker] The mod SwampMobs is overwriting existing item at 3853 (blockBlood from evilcraft) with net.minecraft.item.ItemBlock
2014-08-02 18:45:48 [INFO] [STDOUT] Minecraft Comes Alive CLIENT: File not found: C:\Users\ayberk\AppData\Roaming\.minecraft/config/MCA/ModProps.properties. Creating new mod properties file...
2014-08-02 18:45:48 [INFO] [STDOUT] Minecraft Comes Alive CLIENT: Mod properties successfully saved.
2014-08-02 18:45:48 [INFO] [STDOUT] Minecraft Comes Alive CLIENT: Attempting to find MCA as an archive in the mods folder...
2014-08-02 18:45:48 [INFO] [STDOUT] Minecraft Comes Alive CLIENT: -1.6.4 DamageIndicatorsv2.9.2.4.zip <NOT>
2014-08-02 18:45:48 [INFO] [STDOUT] Minecraft Comes Alive CLIENT: -BattleTowers_1.6.4.zip <NOT>
2014-08-02 18:45:48 [INFO] [STDOUT] Minecraft Comes Alive CLIENT: -DoomlikeDungeons-1.3.3-MC1.6.4.zip <NOT>
2014-08-02 18:45:48 [INFO] [STDOUT] Minecraft Comes Alive CLIENT: -EnchantingPlus-1.16.5.zip <NOT>
2014-08-02 18:45:48 [INFO] [STDOUT] Minecraft Comes Alive CLIENT: -Farlanders_v1.1c.zip <NOT>
2014-08-02 18:45:48 [INFO] [STDOUT] Minecraft Comes Alive CLIENT: -HardcoreEnderExpansion.zip <NOT>
2014-08-02 18:45:48 [INFO] [STDOUT] Minecraft Comes Alive CLIENT: -Java7Checker.zip <NOT>
2014-08-02 18:45:48 [INFO] [STDOUT] Minecraft Comes Alive CLIENT: -MCA-3.6.0_MC-1.6.4.zip <YES>
2014-08-02 18:45:48 [INFO] [STDOUT] Minecraft Comes Alive CLIENT: Loading skins from data file: MCA-3.6.0_MC-1.6.4.zip...
2014-08-02 18:45:48 [INFO] [STDOUT] Minecraft Comes Alive CLIENT: Language ID: en_GB
2014-08-02 18:45:48 [INFO] [STDOUT] Minecraft Comes Alive CLIENT: Loading English...
2014-08-02 18:45:48 [INFO] [STDOUT] Minecraft Comes Alive CLIENT: Loaded 1642 phrases in English.
2014-08-02 18:45:49 [SEVERE] [ForgeModLoader] Found anonymous item of class net.minecraft.Farlanders.common.item.ItemEndumium with ID 1208 owned by mod farlanders, this item will NOT survive a 1.7 upgrade!
2014-08-02 18:45:49 [SEVERE] [ForgeModLoader] Found anonymous item of class net.minecraft.Farlanders.common.item.ItemEnderGolemHorn with ID 1209 owned by mod farlanders, this item will NOT survive a 1.7 upgrade!
2014-08-02 18:45:49 [SEVERE] [ForgeModLoader] Found anonymous item of class net.minecraft.Farlanders.common.item.ItemNightfall with ID 1210 owned by mod farlanders, this item will NOT survive a 1.7 upgrade!
2014-08-02 18:45:49 [SEVERE] [ForgeModLoader] Found anonymous item of class net.minecraft.Farlanders.common.item.ItemMysticWandOre with ID 1211 owned by mod farlanders, this item will NOT survive a 1.7 upgrade!
2014-08-02 18:45:49 [SEVERE] [ForgeModLoader] Found anonymous item of class net.minecraft.Farlanders.common.item.ItemMysticWandTeleport with ID 1212 owned by mod farlanders, this item will NOT survive a 1.7 upgrade!
2014-08-02 18:45:49 [SEVERE] [ForgeModLoader] Found anonymous item of class net.minecraft.Farlanders.common.item.ItemMysticWandRegen with ID 1213 owned by mod farlanders, this item will NOT survive a 1.7 upgrade!
2014-08-02 18:45:49 [SEVERE] [ForgeModLoader] Found anonymous item of class net.minecraft.Farlanders.common.item.ItemMysticWandInvisible with ID 1214 owned by mod farlanders, this item will NOT survive a 1.7 upgrade!
2014-08-02 18:45:49 [SEVERE] [ForgeModLoader] Found anonymous item of class net.minecraft.Farlanders.common.item.ItemMysticWandFireballS with ID 1215 owned by mod farlanders, this item will NOT survive a 1.7 upgrade!
2014-08-02 18:45:49 [SEVERE] [ForgeModLoader] Found anonymous item of class net.minecraft.Farlanders.common.item.ItemMysticWandFireballL with ID 1216 owned by mod farlanders, this item will NOT survive a 1.7 upgrade!
2014-08-02 18:45:49 [SEVERE] [ForgeModLoader] Found anonymous item of class net.minecraft.Farlanders.common.item.ItemTitanHide with ID 1217 owned by mod farlanders, this item will NOT survive a 1.7 upgrade!
2014-08-02 18:45:49 [SEVERE] [ForgeModLoader] Found anonymous item of class net.minecraft.Farlanders.common.item.ArmorNightfall with ID 1218 owned by mod farlanders, this item will NOT survive a 1.7 upgrade!
2014-08-02 18:45:49 [SEVERE] [ForgeModLoader] Found anonymous item of class net.minecraft.Farlanders.common.item.ArmorNightfall with ID 1219 owned by mod farlanders, this item will NOT survive a 1.7 upgrade!
2014-08-02 18:45:49 [SEVERE] [ForgeModLoader] Found anonymous item of class net.minecraft.Farlanders.common.item.ArmorNightfall with ID 1220 owned by mod farlanders, this item will NOT survive a 1.7 upgrade!
2014-08-02 18:45:49 [SEVERE] [ForgeModLoader] Found anonymous item of class net.minecraft.Farlanders.common.item.ArmorNightfall with ID 1221 owned by mod farlanders, this item will NOT survive a 1.7 upgrade!
2014-08-02 18:45:49 [SEVERE] [ForgeModLoader] Found anonymous item of class net.minecraft.Farlanders.common.item.ArmorRebel with ID 1222 owned by mod farlanders, this item will NOT survive a 1.7 upgrade!
2014-08-02 18:45:49 [SEVERE] [ForgeModLoader] Found anonymous item of class net.minecraft.Farlanders.common.item.ItemFarlanderEgg with ID 1226 owned by mod farlanders, this item will NOT survive a 1.7 upgrade!
2014-08-02 18:45:49 [SEVERE] [ForgeModLoader] Found anonymous item of class net.minecraft.Farlanders.common.item.ItemEnderGolemEgg with ID 1227 owned by mod farlanders, this item will NOT survive a 1.7 upgrade!
2014-08-02 18:45:49 [SEVERE] [ForgeModLoader] Found anonymous item of class net.minecraft.Farlanders.common.item.ItemElderEgg with ID 1228 owned by mod farlanders, this item will NOT survive a 1.7 upgrade!
2014-08-02 18:45:49 [SEVERE] [ForgeModLoader] Found anonymous item of class net.minecraft.Farlanders.common.item.ItemClassicEndermanEgg with ID 1229 owned by mod farlanders, this item will NOT survive a 1.7 upgrade!
2014-08-02 18:45:49 [SEVERE] [ForgeModLoader] Found anonymous item of class net.minecraft.Farlanders.common.item.ItemWandererEgg with ID 1230 owned by mod farlanders, this item will NOT survive a 1.7 upgrade!
2014-08-02 18:45:49 [SEVERE] [ForgeModLoader] Found anonymous item of class net.minecraft.Farlanders.common.item.ItemRebelEgg with ID 1231 owned by mod farlanders, this item will NOT survive a 1.7 upgrade!
2014-08-02 18:45:49 [SEVERE] [ForgeModLoader] Found anonymous item of class net.minecraft.Farlanders.common.item.ItemMysticEgg with ID 1232 owned by mod farlanders, this item will NOT survive a 1.7 upgrade!
2014-08-02 18:45:49 [SEVERE] [ForgeModLoader] Found anonymous item of class net.minecraft.Farlanders.common.item.ItemLooterEgg with ID 1233 owned by mod farlanders, this item will NOT survive a 1.7 upgrade!
2014-08-02 18:45:49 [SEVERE] [ForgeModLoader] Found anonymous item of class net.minecraft.Farlanders.common.item.ItemEnderminionEgg with ID 1234 owned by mod farlanders, this item will NOT survive a 1.7 upgrade!
2014-08-02 18:45:49 [SEVERE] [ForgeModLoader] Found anonymous item of class net.minecraft.Farlanders.common.item.ItemFanEndermanEgg with ID 1235 owned by mod farlanders, this item will NOT survive a 1.7 upgrade!
2014-08-02 18:45:49 [SEVERE] [ForgeModLoader] Found anonymous item of class net.minecraft.Farlanders.common.item.ItemMysticEnderminionEgg with ID 1236 owned by mod farlanders, this item will NOT survive a 1.7 upgrade!
2014-08-02 18:45:49 [SEVERE] [ForgeModLoader] Found anonymous item of class net.minecraft.Farlanders.common.item.ItemTitanEgg with ID 1237 owned by mod farlanders, this item will NOT survive a 1.7 upgrade!
2014-08-02 18:45:49 [SEVERE] [ForgeModLoader] Found anonymous item of class net.minecraft.Farlanders.common.item.ItemEnderGuardianEgg with ID 1238 owned by mod farlanders, this item will NOT survive a 1.7 upgrade!
2014-08-02 18:45:49 [SEVERE] [ForgeModLoader] Found anonymous item of class exterminatorJeff.undergroundBiomes.common.item.ItemMetadataBlock with ID 2000 owned by mod UndergroundBiomes, this item will NOT survive a 1.7 upgrade!
2014-08-02 18:45:49 [SEVERE] [ForgeModLoader] Found anonymous item of class exterminatorJeff.undergroundBiomes.common.item.ItemMetadataBlock with ID 2001 owned by mod UndergroundBiomes, this item will NOT survive a 1.7 upgrade!
2014-08-02 18:45:49 [SEVERE] [ForgeModLoader] Found anonymous item of class exterminatorJeff.undergroundBiomes.common.item.ItemMetadataBlock with ID 2002 owned by mod UndergroundBiomes, this item will NOT survive a 1.7 upgrade!
2014-08-02 18:45:49 [SEVERE] [ForgeModLoader] Found anonymous item of class exterminatorJeff.undergroundBiomes.common.item.ItemMetadataBlock with ID 2003 owned by mod UndergroundBiomes, this item will NOT survive a 1.7 upgrade!
2014-08-02 18:45:49 [SEVERE] [ForgeModLoader] Found anonymous item of class net.minecraft.item.ItemSlab with ID 2005 owned by mod UndergroundBiomes, this item will NOT survive a 1.7 upgrade!
2014-08-02 18:45:49 [SEVERE] [ForgeModLoader] Found anonymous item of class net.minecraft.item.ItemSlab with ID 2006 owned by mod UndergroundBiomes, this item will NOT survive a 1.7 upgrade!
2014-08-02 18:45:49 [SEVERE] [ForgeModLoader] Found anonymous item of class net.minecraft.item.ItemSlab with ID 2007 owned by mod UndergroundBiomes, this item will NOT survive a 1.7 upgrade!
2014-08-02 18:45:49 [SEVERE] [ForgeModLoader] Found anonymous item of class net.minecraft.item.ItemSlab with ID 2008 owned by mod UndergroundBiomes, this item will NOT survive a 1.7 upgrade!
2014-08-02 18:45:49 [SEVERE] [ForgeModLoader] Found anonymous item of class exterminatorJeff.undergroundBiomes.common.item.ItemMetadataBlock with ID 2009 owned by mod UndergroundBiomes, this item will NOT survive a 1.7 upgrade!
2014-08-02 18:45:49 [SEVERE] [ForgeModLoader] Found anonymous item of class exterminatorJeff.undergroundBiomes.common.item.ItemMetadataBlock with ID 2010 owned by mod UndergroundBiomes, this item will NOT survive a 1.7 upgrade!
2014-08-02 18:45:49 [SEVERE] [ForgeModLoader] Found anonymous item of class exterminatorJeff.undergroundBiomes.common.item.ItemMetadataBlock with ID 2011 owned by mod UndergroundBiomes, this item will NOT survive a 1.7 upgrade!
2014-08-02 18:45:49 [SEVERE] [ForgeModLoader] Found anonymous item of class exterminatorJeff.undergroundBiomes.common.item.ItemLigniteCoal with ID 5756 owned by mod UndergroundBiomes, this item will NOT survive a 1.7 upgrade!
2014-08-02 18:45:49 [SEVERE] [ForgeModLoader] Found anonymous item of class exterminatorJeff.undergroundBiomes.common.item.ItemFossilPiece with ID 5757 owned by mod UndergroundBiomes, this item will NOT survive a 1.7 upgrade!
2014-08-02 18:45:49 [SEVERE] [ForgeModLoader] Found anonymous item of class erebus.item.ItemCompoundGoggles with ID 9996 owned by mod Erebus, this item will NOT survive a 1.7 upgrade!
2014-08-02 18:45:49 [SEVERE] [ForgeModLoader] Found anonymous item of class erebus.item.ItemSpawnEggs with ID 9999 owned by mod Erebus, this item will NOT survive a 1.7 upgrade!
2014-08-02 18:45:49 [SEVERE] [ForgeModLoader] Found anonymous item of class erebus.item.block.ItemBlockDoorAmber with ID 10006 owned by mod Erebus, this item will NOT survive a 1.7 upgrade!
2014-08-02 18:45:49 [SEVERE] [ForgeModLoader] Found anonymous item of class micdoodle8.mods.galacticraft.core.items.GCCoreItemBow with ID 10121 owned by mod GalacticraftCore, this item will NOT survive a 1.7 upgrade!
2014-08-02 18:45:49 [SEVERE] [ForgeModLoader] Found anonymous item of class eplus.items.ItemTableUpgrade with ID 10461 owned by mod eplus, this item will NOT survive a 1.7 upgrade!
2014-08-02 18:45:49 [SEVERE] [ForgeModLoader] Found anonymous item of class mca.item.ItemEngagementRing with ID 25906 owned by mod mca, this item will NOT survive a 1.7 upgrade!
2014-08-02 18:45:49 [SEVERE] [ForgeModLoader] Found anonymous item of class mca.item.ItemWeddingRing with ID 25907 owned by mod mca, this item will NOT survive a 1.7 upgrade!
2014-08-02 18:45:49 [SEVERE] [ForgeModLoader] Found anonymous item of class mca.item.ItemArrangersRing with ID 25908 owned by mod mca, this item will NOT survive a 1.7 upgrade!
2014-08-02 18:45:49 [SEVERE] [ForgeModLoader] Found anonymous item of class mca.item.ItemBabyBoy with ID 25909 owned by mod mca, this item will NOT survive a 1.7 upgrade!
2014-08-02 18:45:49 [SEVERE] [ForgeModLoader] Found anonymous item of class mca.item.ItemBabyGirl with ID 25910 owned by mod mca, this item will NOT survive a 1.7 upgrade!
2014-08-02 18:45:49 [SEVERE] [ForgeModLoader] Found anonymous item of class mca.item.ItemTombstone with ID 25911 owned by mod mca, this item will NOT survive a 1.7 upgrade!
2014-08-02 18:45:49 [SEVERE] [ForgeModLoader] Found anonymous item of class mca.item.ItemEggMale with ID 25912 owned by mod mca, this item will NOT survive a 1.7 upgrade!
2014-08-02 18:45:49 [SEVERE] [ForgeModLoader] Found anonymous item of class mca.item.ItemEggFemale with ID 25913 owned by mod mca, this item will NOT survive a 1.7 upgrade!
2014-08-02 18:45:49 [SEVERE] [ForgeModLoader] Found anonymous item of class mca.item.ItemWhistle with ID 25914 owned by mod mca, this item will NOT survive a 1.7 upgrade!
2014-08-02 18:45:49 [SEVERE] [ForgeModLoader] Found anonymous item of class mca.item.ItemVillagerEditor with ID 25915 owned by mod mca, this item will NOT survive a 1.7 upgrade!
2014-08-02 18:45:49 [SEVERE] [ForgeModLoader] Found anonymous item of class mca.item.ItemLostRelativeDocument with ID 25926 owned by mod mca, this item will NOT survive a 1.7 upgrade!
2014-08-02 18:45:49 [SEVERE] [ForgeModLoader] Found anonymous item of class mca.item.ItemCrown with ID 25927 owned by mod mca, this item will NOT survive a 1.7 upgrade!
2014-08-02 18:45:49 [SEVERE] [ForgeModLoader] Found anonymous item of class mca.item.ItemHeirCrown with ID 25928 owned by mod mca, this item will NOT survive a 1.7 upgrade!
2014-08-02 18:45:49 [SEVERE] [ForgeModLoader] Found anonymous item of class mca.item.ItemKingsCoat with ID 25929 owned by mod mca, this item will NOT survive a 1.7 upgrade!
2014-08-02 18:45:49 [SEVERE] [ForgeModLoader] Found anonymous item of class mca.item.ItemKingsPants with ID 25930 owned by mod mca, this item will NOT survive a 1.7 upgrade!
2014-08-02 18:45:49 [SEVERE] [ForgeModLoader] Found anonymous item of class mca.item.ItemKingsBoots with ID 25931 owned by mod mca, this item will NOT survive a 1.7 upgrade!
2014-08-02 18:45:49 [SEVERE] [ForgeModLoader] Found anonymous item of class mca.item.ItemDecorativeCrown with ID 25932 owned by mod mca, this item will NOT survive a 1.7 upgrade!
2014-08-02 18:45:49 [SEVERE] [ForgeModLoader] Found anonymous item of class mca.item.ItemDecorativeCrown with ID 25933 owned by mod mca, this item will NOT survive a 1.7 upgrade!
2014-08-02 18:45:49 [SEVERE] [ForgeModLoader] Found anonymous item of class mca.item.ItemDecorativeCrown with ID 25934 owned by mod mca, this item will NOT survive a 1.7 upgrade!
2014-08-02 18:45:49 [SEVERE] [ForgeModLoader] Found anonymous item of class mca.item.ItemDecorativeCrown with ID 25935 owned by mod mca, this item will NOT survive a 1.7 upgrade!
2014-08-02 18:45:49 [SEVERE] [ForgeModLoader] Found anonymous item of class mca.item.ItemDecorativeCrown with ID 25936 owned by mod mca, this item will NOT survive a 1.7 upgrade!
2014-08-02 18:45:49 [INFO] [STDOUT] Galacticraft successfully injected bytecode into: bfj (1 / 1)
2014-08-02 18:45:49 [INFO] [STDOUT] Galacticraft successfully injected bytecode into: bfe (3 / 3)
2014-08-02 18:45:49 [SEVERE] [Minecraft-Client] Using missing texture, unable to load: camping:textures/blocks/bounds.png
2014-08-02 18:45:49 [SEVERE] [Minecraft-Client] Using missing texture, unable to load: galacticraftcore:textures/blocks/treasure_front_single.png
2014-08-02 18:45:49 [SEVERE] [Minecraft-Client] Using missing texture, unable to load: camping:textures/blocks/raspberryLeaves.png
2014-08-02 18:45:49 [SEVERE] [Minecraft-Client] Using missing texture, unable to load: camping:textures/blocks/.png
2014-08-02 18:45:49 [SEVERE] [Minecraft-Client] Using missing texture, unable to load: camping:textures/blocks/campfireDeco.png
2014-08-02 18:45:49 [SEVERE] [Minecraft-Client] Using missing texture, unable to load: evilcraft:textures/blocks/invisibleRedstoneBlock.png
2014-08-02 18:45:49 [SEVERE] [Minecraft-Client] Using missing texture, unable to load: camping:textures/blocks/logSeat.png
2014-08-02 18:45:50 [SEVERE] [Minecraft-Client] Using missing texture, unable to load: camping:textures/blocks/trapBear.png
2014-08-02 18:45:50 [SEVERE] [Minecraft-Client] Using missing texture, unable to load: camping:textures/blocks/lightBlock.png
2014-08-02 18:45:50 [SEVERE] [Minecraft-Client] Using missing texture, unable to load: camping:textures/blocks/throphyAntler.png
2014-08-02 18:45:50 [SEVERE] [Minecraft-Client] Using missing texture, unable to load: camping:textures/blocks/tent.png
2014-08-02 18:45:50 [SEVERE] [Minecraft-Client] Using missing texture, unable to load: camping:textures/blocks/campfireBase.png
2014-08-02 18:45:50 [SEVERE] [Minecraft-Client] Using missing texture, unable to load: camping:textures/blocks/barbedWire.png
2014-08-02 18:45:50 [SEVERE] [Minecraft-Client] Using missing texture, unable to load: camping:textures/blocks/blackberryLeaves.png
2014-08-02 18:45:51 [SEVERE] [Minecraft-Client] Using missing texture, unable to load: ?nfernomobs:textures/items/infernospawn.png
2014-08-02 18:45:51 [SEVERE] [Minecraft-Client] Using missing texture, unable to load: ?nfernomobs:textures/items/magma.png
2014-08-02 18:45:51 [SEVERE] [Minecraft-Client] Using missing texture, unable to load: ?nfernomobs:textures/items/sceptermagma_fire.png
2014-08-02 18:45:51 [SEVERE] [Minecraft-Client] Using missing texture, unable to load: minecraft:textures/items/MISSING_ICON_ITEM_31961_ccprogramdisk.png
2014-08-02 18:45:51 [SEVERE] [Minecraft-Client] Using missing texture, unable to load: ?nfernomobs:textures/items/sceptermagma.png
2014-08-02 18:45:51 [SEVERE] [Minecraft-Client] Using missing texture, unable to load: galacticraftcore:textures/items/key_T1.png
2014-08-02 18:45:51 [SEVERE] [Minecraft-Client] Using missing texture, unable to load: ?nfernomobs:textures/items/ember.png
2014-08-02 18:45:51 [SEVERE] [Minecraft-Client] Using missing texture, unable to load: ?nfernomobs:textures/items/infernospawn_overlay.png
2014-08-02 18:45:51 [SEVERE] [Minecraft-Client] Using missing texture, unable to load: ?nfernomobs:textures/items/scepterember.png
2014-08-02 18:45:51 [SEVERE] [Minecraft-Client] Using missing texture, unable to load: ?nfernomobs:textures/items/scepterember_fire.png
2014-08-02 18:45:51 [SEVERE] [Minecraft-Client] Using missing texture, unable to load: minecraft:textures/items/meteorChunk.png
2014-08-02 18:45:51 [INFO] [STDOUT] Removing TMI Uninstaller
2014-08-02 18:45:51 [INFO] [STDOUT] Deleting Dir: C:\Users\ayberk\AppData\Roaming\.minecraft\versions\1.6.4-Forge9.11.1.965\TMIUninstaller
2014-08-02 18:45:51 [INFO] [ForgeModLoader] InvTweaks: net.minecraft.inventory.ContainerEnchantment
2014-08-02 18:45:52 [INFO] [STDOUT] DamageIndicatorsMod/
2014-08-02 18:45:52 [INFO] [ForgeModLoader] DamageIndicatorsMod/client/
2014-08-02 18:45:52 [INFO] [STDOUT] DamageIndicatorsMod/client/DIClientProxy$1.class
2014-08-02 18:45:52 [INFO] [ForgeModLoader] DamageIndicatorsMod/client/DIClientProxy$2.class
2014-08-02 18:45:52 [INFO] [STDOUT] DamageIndicatorsMod/client/DIClientProxy.class
2014-08-02 18:45:52 [INFO] [ForgeModLoader] DamageIndicatorsMod/configuration/
2014-08-02 18:45:52 [INFO] [STDOUT] DamageIndicatorsMod/configuration/DIConfig.class
2014-08-02 18:45:52 [INFO] [ForgeModLoader] DamageIndicatorsMod/core/
2014-08-02 18:45:52 [INFO] [STDOUT] DamageIndicatorsMod/core/DIEventBus.class
2014-08-02 18:45:52 [INFO] [ForgeModLoader] DamageIndicatorsMod/core/DITicker.class
2014-08-02 18:45:52 [INFO] [STDOUT] DamageIndicatorsMod/core/EntityConfigurationEntry.class
2014-08-02 18:45:52 [INFO] [ForgeModLoader] DamageIndicatorsMod/core/KeyBindingReposition.class
2014-08-02 18:45:52 [INFO] [STDOUT] DamageIndicatorsMod/core/PacketHandler.class
2014-08-02 18:45:52 [INFO] [ForgeModLoader] DamageIndicatorsMod/core/ParticleHandling.class
2014-08-02 18:45:52 [INFO] [STDOUT] DamageIndicatorsMod/core/TextTransfer.class
2014-08-02 18:45:52 [INFO] [ForgeModLoader] DamageIndicatorsMod/core/Tools$1.class
2014-08-02 18:45:52 [INFO] [STDOUT] DamageIndicatorsMod/core/Tools.class
2014-08-02 18:45:52 [INFO] [ForgeModLoader] DamageIndicatorsMod/DIMod.class
2014-08-02 18:45:52 [INFO] [STDOUT] DamageIndicatorsMod/donatorcape.png
2014-08-02 18:45:52 [INFO] [ForgeModLoader] DamageIndicatorsMod/gui/
2014-08-02 18:45:52 [INFO] [STDOUT] DamageIndicatorsMod/gui/AdvancedGui.class
2014-08-02 18:45:52 [INFO] [ForgeModLoader] DamageIndicatorsMod/gui/DIGuiTools$1.class
2014-08-02 18:45:52 [INFO] [STDOUT] DamageIndicatorsMod/gui/DIGuiTools.class
2014-08-02 18:45:52 [INFO] [ForgeModLoader] DamageIndicatorsMod/gui/EntityConfigurationEntryComparator.class
2014-08-02 18:45:52 [INFO] [STDOUT] DamageIndicatorsMod/gui/GuiCheckBox.class
2014-08-02 18:45:52 [INFO] [ForgeModLoader] DamageIndicatorsMod/gui/GuiEntityList.class
2014-08-02 18:45:52 [INFO] [STDOUT] DamageIndicatorsMod/gui/GuiToolTip.class
2014-08-02 18:45:52 [INFO] [ForgeModLoader] DamageIndicatorsMod/gui/RepositionGui.class
2014-08-02 18:45:52 [INFO] [STDOUT] DamageIndicatorsMod/gui/SkinGui.class
2014-08-02 18:45:52 [INFO] [ForgeModLoader] DamageIndicatorsMod/gui/SkinSlot.class
2014-08-02 18:45:52 [INFO] [STDOUT] DamageIndicatorsMod/rendering/
2014-08-02 18:45:52 [INFO] [ForgeModLoader] DamageIndicatorsMod/rendering/DIWordParticles.class
2014-08-02 18:45:52 [INFO] [STDOUT] DamageIndicatorsMod/server/
2014-08-02 18:45:52 [INFO] [ForgeModLoader] DamageIndicatorsMod/server/CommandDI.class
2014-08-02 18:45:52 [INFO] [STDOUT] DamageIndicatorsMod/server/DIProxy$1.class
2014-08-02 18:45:52 [INFO] [ForgeModLoader] DamageIndicatorsMod/server/DIProxy.class
2014-08-02 18:45:52 [INFO] [STDOUT] DamageIndicatorsMod/server/ServerEventHandler.class
2014-08-02 18:45:52 [INFO] [ForgeModLoader] DamageIndicatorsMod/util/
2014-08-02 18:45:52 [INFO] [STDOUT] DamageIndicatorsMod/util/EntityConfigurationEntryComparator.class
2014-08-02 18:45:52 [INFO] [ForgeModLoader] DamageIndicatorsMod/util/Util.class
2014-08-02 18:45:52 [INFO] [STDOUT] defaults.cfg
2014-08-02 18:45:52 [INFO] [ForgeModLoader] DITextures/
2014-08-02 18:45:52 [INFO] [STDOUT] DITextures/AbstractSkin.class
2014-08-02 18:45:52 [INFO] [ForgeModLoader] DITextures/Default/
2014-08-02 18:45:52 [INFO] [STDOUT] DITextures/Default/background.png
2014-08-02 18:45:52 [INFO] [ForgeModLoader] DITextures/Default/centerPotions.png
2014-08-02 18:45:52 [INFO] [STDOUT] DITextures/Default/damage.png
2014-08-02 18:45:52 [INFO] [ForgeModLoader] DITextures/Default/DIFrameSkin.png
2014-08-02 18:45:52 [INFO] [STDOUT] DITextures/Default/DITypeIcons.png
2014-08-02 18:45:52 [INFO] [ForgeModLoader] DITextures/Default/health.png
2014-08-02 18:45:52 [INFO] [STDOUT] DITextures/Default/leftPotions.png
2014-08-02 18:45:52 [INFO] [ForgeModLoader] DITextures/Default/NamePlate.png
2014-08-02 18:45:52 [INFO] [STDOUT] DITextures/Default/rightPotions.png
2014-08-02 18:45:52 [INFO] [ForgeModLoader] DITextures/Default/skin.cfg
2014-08-02 18:45:52 [INFO] [STDOUT] DITextures/EnumSkinPart.class
2014-08-02 18:45:52 [INFO] [ForgeModLoader] DITextures/FileSkinRegistration.class
2014-08-02 18:45:52 [INFO] [STDOUT] DITextures/JarSkinRegistration.class
2014-08-02 18:45:52 [INFO] [ForgeModLoader] DITextures/Minimal/
2014-08-02 18:45:52 [INFO] [STDOUT] DITextures/Minimal/background.png
2014-08-02 18:45:52 [INFO] [ForgeModLoader] DITextures/Minimal/centerPotions.png
2014-08-02 18:45:52 [INFO] [STDOUT] DITextures/Minimal/damage.png
2014-08-02 18:45:52 [INFO] [ForgeModLoader] DITextures/Minimal/DIFrameSkin.png
2014-08-02 18:45:52 [INFO] [STDOUT] DITextures/Minimal/DITypeIcons.png
2014-08-02 18:45:52 [INFO] [ForgeModLoader] DITextures/Minimal/health.png
2014-08-02 18:45:52 [INFO] [STDOUT] DITextures/Minimal/leftPotions.png
2014-08-02 18:45:52 [INFO] [ForgeModLoader] DITextures/Minimal/NamePlate.png
2014-08-02 18:45:52 [INFO] [STDOUT] DITextures/Minimal/rightPotions.png
2014-08-02 18:45:52 [INFO] [ForgeModLoader] DITextures/Minimal/skin.cfg
2014-08-02 18:45:52 [INFO] [STDOUT] DITextures/Ordering.class
2014-08-02 18:45:52 [INFO] [ForgeModLoader] DITextures/WoWLike/
2014-08-02 18:45:52 [INFO] [STDOUT] DITextures/WoWLike/background.png
2014-08-02 18:45:52 [INFO] [ForgeModLoader] DITextures/WoWLike/centerPotions.png
2014-08-02 18:45:52 [INFO] [STDOUT] DITextures/WoWLike/damage.png
2014-08-02 18:45:52 [INFO] [ForgeModLoader] DITextures/WoWLike/DIFrameSkin.png
2014-08-02 18:45:52 [INFO] [STDOUT] DITextures/WoWLike/DITypeIcons.png
2014-08-02 18:45:52 [INFO] [ForgeModLoader] DITextures/WoWLike/health.png
2014-08-02 18:45:52 [INFO] [STDOUT] DITextures/WoWLike/leftPotions.png
2014-08-02 18:45:52 [INFO] [ForgeModLoader] DITextures/WoWLike/NamePlate.png
2014-08-02 18:45:52 [INFO] [STDOUT] DITextures/WoWLike/rightPotions.png
2014-08-02 18:45:52 [INFO] [ForgeModLoader] DITextures/WoWLike/skin.cfg
2014-08-02 18:45:52 [INFO] [STDOUT] mcmod.info
2014-08-02 18:45:52 [INFO] [ForgeModLoader] version.properties
2014-08-02 18:45:53 [INFO] [STDOUT] Unable to get resource: /mods/DimDoors/text/How_to_add_dungeons.txt
2014-08-02 18:45:53 [INFO] [STDOUT] Registering bundled dungeon pack: Ruins
2014-08-02 18:45:53 [INFO] [STDOUT] Registering bundled dungeon pack: Nether
2014-08-02 18:45:53 [INFO] [STDOUT] Finished registering bundled dungeon packs
2014-08-02 18:45:53 [INFO] [eplus] Initializing GUI Handler.
2014-08-02 18:45:54 [INFO] [EvilCraft] init()
2014-08-02 18:45:54 [INFO] [EvilCraft] Registered class evilcraft.entities.item.EntityRedstoneGrenade renderer
2014-08-02 18:45:54 [INFO] [EvilCraft] Registered class evilcraft.entities.item.EntityLightningGrenade renderer
2014-08-02 18:45:54 [INFO] [EvilCraft] Registered class evilcraft.entities.item.EntityWeatherContainer renderer
2014-08-02 18:45:54 [INFO] [EvilCraft] Registered class evilcraft.entities.monster.Netherfish renderer
2014-08-02 18:45:54 [INFO] [EvilCraft] Registered class evilcraft.entities.monster.PoisonousLibelle renderer
2014-08-02 18:45:54 [INFO] [EvilCraft] Registered class evilcraft.entities.monster.Werewolf renderer
2014-08-02 18:45:54 [INFO] [EvilCraft] Registered class evilcraft.entities.block.EntityLightningBombPrimed renderer
2014-08-02 18:45:54 [INFO] [EvilCraft] Registered class evilcraft.entities.item.EntityBroom renderer
2014-08-02 18:45:54 [INFO] [EvilCraft] Registered class evilcraft.entities.item.EntityBloodPearl renderer
2014-08-02 18:45:54 [INFO] [EvilCraft] Registered class evilcraft.entities.tileentities.TileEnvironmentalAccumulator special renderer
2014-08-02 18:45:54 [INFO] [EvilCraft] Registered class evilcraft.entities.tileentities.TilePurifier special renderer
2014-08-02 18:45:54 [INFO] [EvilCraft] Registered class evilcraft.entities.tileentities.TileBloodChest special renderer
2014-08-02 18:45:54 [INFO] [EvilCraft] Registered key bindings
2014-08-02 18:45:54 [INFO] [EvilCraft] Registered remote key handlers
2014-08-02 18:45:54 [INFO] [EvilCraft] Registered tick handlers
2014-08-02 18:45:58 [SEVERE] [ForgeModLoader] The resource name /assets/?nfernomobs/models/entity/cinder.obj could not be found
2014-08-02 18:45:58 [SEVERE] [ForgeModLoader] Fatal errors were detected during the transition from INITIALIZATION to POSTINITIALIZATION. Loading cannot continue
2014-08-02 18:45:58 [SEVERE] [ForgeModLoader]
mcp{8.09} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
FML{6.4.49.965} [Forge Mod Loader] (minecraftforge-9.11.1.965.jar) Unloaded->Constructed->Pre-initialized->Initialized
Forge{9.11.1.965} [Minecraft Forge] (minecraftforge-9.11.1.965.jar) Unloaded->Constructed->Pre-initialized->Initialized
CodeChickenCore{0.9.0.9} [CodeChicken Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
Micdoodlecore{} [Micdoodle8 Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
NotEnoughItems{1.6.1.9} [Not Enough Items] (NotEnoughItems-1.6.4-1.6.1.9-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized
DamageIndicatorsMod{2.9.2.4} [Damage Indicators] (1.6.4 DamageIndicatorsv2.9.2.4.zip) Unloaded->Constructed->Pre-initialized->Initialized
lucky{4.2.1} [Lucky Block] ([1-6-4]_Lucky_Block_v4-2-1.jar) Unloaded->Constructed->Pre-initialized->Initialized
Erebus{v0.2.0a} [Erebus] ([1.6.4] Erebus 0.2pre3.zip) Unloaded->Constructed->Pre-initialized->Initialized
mod_ReiMinimap{v3.4_01 [1.6.2]} [mod_ReiMinimap] ([1.6.4]ReiMinimap_v3.4_01.zip) Unloaded->Constructed->Pre-initialized->Initialized
Backpack{1.28.37} [Backpack] (backpack-1.28.37-1.6.x.jar) Unloaded->Constructed->Pre-initialized->Initialized
BattleTowers{1.4.2} [Battle Towers] (BattleTowers_1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized
ChickenChunks{1.3.3.4} [ChickenChunks] (ChickenChunks-1.6.4-1.3.3.4-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized
ComputerCraft{1.63} [ComputerCraft] (ComputerCraft1.63.jar) Unloaded->Constructed->Pre-initialized->Initialized
dimdoors{1.6.4-R2.2.3} [Dimensional Doors] (DimensionalDoors-2.2.3-336.jar) Unloaded->Constructed->Pre-initialized->Initialized
DLDungeonsJBG{1.3.3} [Doomlike Dungeons] (DoomlikeDungeons-1.3.3-MC1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized
eplus{1.16.5b} [Enchanting Plus] (EnchantingPlus-1.16.5.zip) Unloaded->Constructed->Pre-initialized->Initialized
evilcraft{0.4.1b} [EvilCraft] (EvilCraft-1.6.4-0.4.1b-51.jar) Unloaded->Constructed->Pre-initialized->Initialized
farlanders{1.1c} [The Farlanders] (Farlanders_v1.1c.zip) Unloaded->Constructed->Pre-initialized->Initialized
GalacticraftCore{2.0.14} [Galacticraft Core] (Galacticraft-1.6.4-2.0.14.1084.jar) Unloaded->Constructed->Pre-initialized->Initialized
GalacticraftMars{2.0.14} [Galacticraft Mars] (Galacticraft-Planets-1.6.4-2.0.14.1084.jar) Unloaded->Constructed->Pre-initialized->Initialized
HardcoreEnderExpansion{1.6.1} [Hardcore Ender Expansion] (HardcoreEnderExpansion.zip) Unloaded->Constructed->Pre-initialized->Initialized
inventorytweaks{1.56} [Inventory Tweaks] (InventoryTweaks-MC1.6.2-1.56-b77.jar) Unloaded->Constructed->Pre-initialized->Initialized
Java7Checker{1.0} [Java 7 Checker] (Java7Checker.zip) Unloaded->Constructed->Pre-initialized->Initialized
LycanitesMobs{1.5.1h - MC 1.6.4} [Lycanites Mobs] (LycanitesMobsComplete 1.5.1h [1.6.4].jar) Unloaded->Constructed->Pre-initialized->Initialized
ArcticMobs{1.5.1h - MC 1.6.4} [Lycanites Arctic Mobs] (LycanitesMobsComplete 1.5.1h [1.6.4].jar) Unloaded->Constructed->Pre-initialized->Initialized
DemonMobs{1.5.1h - MC 1.6.4} [Lycanites Demon Mobs] (LycanitesMobsComplete 1.5.1h [1.6.4].jar) Unloaded->Constructed->Pre-initialized->Initialized
DesertMobs{1.5.1h - MC 1.6.4} [Lycanites Desert Mobs] (LycanitesMobsComplete 1.5.1h [1.6.4].jar) Unloaded->Constructed->Pre-initialized->Initialized
ForestMobs{1.5.1h - MC 1.6.4} [Lycanites Forest Mobs] (LycanitesMobsComplete 1.5.1h [1.6.4].jar) Unloaded->Constructed->Pre-initialized->Initialized
InfernoMobs{1.5.1h - MC 1.6.4} [Lycanites Inferno Mobs] (LycanitesMobsComplete 1.5.1h [1.6.4].jar) Unloaded->Constructed->Pre-initialized->Errored
JungleMobs{1.5.1h - MC 1.6.4} [Lycanites Jungle Mobs] (LycanitesMobsComplete 1.5.1h [1.6.4].jar) Unloaded->Constructed->Pre-initialized->Initialized
MountainMobs{1.5.1h - MC 1.6.4} [Lycanites Mountain Mobs] (LycanitesMobsComplete 1.5.1h [1.6.4].jar) Unloaded->Constructed->Pre-initialized->Initialized
PlainsMobs{1.5.1h - MC 1.6.4} [Lycanites Plains Mobs] (LycanitesMobsComplete 1.5.1h [1.6.4].jar) Unloaded->Constructed->Pre-initialized->Initialized
SaltwaterMobs{1.5.1h - MC 1.6.4} [Lycanites Saltwater Mobs] (LycanitesMobsComplete 1.5.1h [1.6.4].jar) Unloaded->Constructed->Pre-initialized->Initialized
SwampMobs{1.5.1h - MC 1.6.4} [Lycanites Swamp Mobs] (LycanitesMobsComplete 1.5.1h [1.6.4].jar) Unloaded->Constructed->Pre-initialized->Initialized
mca{3.6.0} [Minecraft Comes Alive] (MCA-3.6.0_MC-1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized
camping{2.0e} [The Camping Mod 2.0] (TheCampingMod_2.0e.jar) Unloaded->Constructed->Pre-initialized->Initialized
TwilightForest{1.20.5} [The Twilight Forest] (twilightforest-1.6.4-1.20.5.jar) Unloaded->Constructed->Pre-initialized->Initialized
UndergroundBiomes{0.4.3} [Underground Biomes] (UndergroundBiomes 1.6.x - 0.4.2c.zip) Unloaded->Constructed->Pre-initialized->Initialized
AS_UpdateCheck{1.1.1} [AtomicStryker Update Check Mod] (UpdateCheckerMod_1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized
2014-08-02 18:45:58 [SEVERE] [ForgeModLoader] The following problems were captured during this phase
2014-08-02 18:45:58 [SEVERE] [ForgeModLoader] Caught exception from InfernoMobs
java.lang.IllegalArgumentException: The resource name could not be found
at net.minecraftforge.client.model.AdvancedModelLoader.loadModel(AdvancedModelLoader.java:68)
at lycanite.lycanitesmobs.AssetManager.addObjModel(AssetManager.java:60)
at lycanite.lycanitesmobs.AssetManager.getObjModel(AssetManager.java:110)
at lycanite.lycanitesmobs.infernomobs.model.ModelCinder.<init>(ModelCinder.java:25)
at lycanite.lycanitesmobs.infernomobs.model.ModelCinder.<init>(ModelCinder.java:20)
at lycanite.lycanitesmobs.infernomobs.ClientSubProxy.registerModels(ClientSubProxy.java:17)
at lycanite.lycanitesmobs.infernomobs.InfernoMobs.load(InfernoMobs.java:93)
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:545)
at sun.reflect.GeneratedMethodAccessor1.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:201)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181)
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:112)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:699)
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:249)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:509)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:808)
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:131)
at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
2014-08-02 18:45:59 [INFO] [STDOUT] ---- Minecraft Crash Report ----
2014-08-02 18:45:59 [INFO] [STDOUT] // Quite honestly, I wouldn't worry myself about that.
2014-08-02 18:45:59 [INFO] [STDOUT]
2014-08-02 18:45:59 [INFO] [STDOUT] Time: 02.08.2014 18:45
2014-08-02 18:45:59 [INFO] [STDOUT] Description: Initializing game
2014-08-02 18:45:59 [INFO] [STDOUT]
2014-08-02 18:45:59 [INFO] [STDOUT] java.lang.IllegalArgumentException: The resource name could not be found
2014-08-02 18:45:59 [INFO] [STDOUT] at net.minecraftforge.client.model.AdvancedModelLoader.loadModel(AdvancedModelLoader.java:68)
2014-08-02 18:45:59 [INFO] [STDOUT] at lycanite.lycanitesmobs.AssetManager.addObjModel(AssetManager.java:60)
2014-08-02 18:45:59 [INFO] [STDOUT] at lycanite.lycanitesmobs.AssetManager.getObjModel(AssetManager.java:110)
2014-08-02 18:45:59 [INFO] [STDOUT] at lycanite.lycanitesmobs.infernomobs.model.ModelCinder.<init>(ModelCinder.java:25)
2014-08-02 18:45:59 [INFO] [STDOUT] at lycanite.lycanitesmobs.infernomobs.model.ModelCinder.<init>(ModelCinder.java:20)
2014-08-02 18:45:59 [INFO] [STDOUT] at lycanite.lycanitesmobs.infernomobs.ClientSubProxy.registerModels(ClientSubProxy.java:17)
2014-08-02 18:45:59 [INFO] [STDOUT] at lycanite.lycanitesmobs.infernomobs.InfernoMobs.load(InfernoMobs.java:93)
2014-08-02 18:45:59 [INFO] [STDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2014-08-02 18:45:59 [INFO] [STDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2014-08-02 18:45:59 [INFO] [STDOUT] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2014-08-02 18:45:59 [INFO] [STDOUT] at java.lang.reflect.Method.invoke(Unknown Source)
2014-08-02 18:45:59 [INFO] [STDOUT] at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:545)
2014-08-02 18:45:59 [INFO] [STDOUT] at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
2014-08-02 18:45:59 [INFO] [STDOUT] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2014-08-02 18:45:59 [INFO] [STDOUT] at java.lang.reflect.Method.invoke(Unknown Source)
2014-08-02 18:45:59 [INFO] [STDOUT] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
2014-08-02 18:45:59 [INFO] [STDOUT] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2014-08-02 18:45:59 [INFO] [STDOUT] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
2014-08-02 18:45:59 [INFO] [STDOUT] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
2014-08-02 18:45:59 [INFO] [STDOUT] at com.google.common.eventbus.EventBus.post(EventBus.java:267)
2014-08-02 18:45:59 [INFO] [STDOUT] at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:201)
2014-08-02 18:45:59 [INFO] [STDOUT] at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181)
2014-08-02 18:45:59 [INFO] [STDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2014-08-02 18:45:59 [INFO] [STDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2014-08-02 18:45:59 [INFO] [STDOUT] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2014-08-02 18:45:59 [INFO] [STDOUT] at java.lang.reflect.Method.invoke(Unknown Source)
2014-08-02 18:45:59 [INFO] [STDOUT] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
2014-08-02 18:45:59 [INFO] [STDOUT] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2014-08-02 18:45:59 [INFO] [STDOUT] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
2014-08-02 18:45:59 [INFO] [STDOUT] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
2014-08-02 18:45:59 [INFO] [STDOUT] at com.google.common.eventbus.EventBus.post(EventBus.java:267)
2014-08-02 18:45:59 [INFO] [STDOUT] at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:112)
2014-08-02 18:45:59 [INFO] [STDOUT] at cpw.mods.fml.common.Loader.initializeMods(Loader.java:699)
2014-08-02 18:45:59 [INFO] [STDOUT] at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:249)
2014-08-02 18:45:59 [INFO] [STDOUT] at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:509)
2014-08-02 18:45:59 [INFO] [STDOUT] at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:808)
2014-08-02 18:45:59 [INFO] [STDOUT] at net.minecraft.client.main.Main.main(SourceFile:101)
2014-08-02 18:45:59 [INFO] [STDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2014-08-02 18:45:59 [INFO] [STDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2014-08-02 18:45:59 [INFO] [STDOUT] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2014-08-02 18:45:59 [INFO] [STDOUT] at java.lang.reflect.Method.invoke(Unknown Source)
2014-08-02 18:45:59 [INFO] [STDOUT] at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
2014-08-02 18:45:59 [INFO] [STDOUT] at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
2014-08-02 18:45:59 [INFO] [STDOUT]
2014-08-02 18:45:59 [INFO] [STDOUT]
2014-08-02 18:45:59 [INFO] [STDOUT] A detailed walkthrough of the error, its code path and all known details is as follows:
2014-08-02 18:45:59 [INFO] [STDOUT] ---------------------------------------------------------------------------------------
2014-08-02 18:45:59 [INFO] [STDOUT]
2014-08-02 18:45:59 [INFO] [STDOUT] -- Head --
2014-08-02 18:45:59 [INFO] [STDOUT] Stacktrace:
2014-08-02 18:45:59 [INFO] [STDOUT] at net.minecraftforge.client.model.AdvancedModelLoader.loadModel(AdvancedModelLoader.java:68)
2014-08-02 18:45:59 [INFO] [STDOUT] at lycanite.lycanitesmobs.AssetManager.addObjModel(AssetManager.java:60)
2014-08-02 18:45:59 [INFO] [STDOUT] at lycanite.lycanitesmobs.AssetManager.getObjModel(AssetManager.java:110)
2014-08-02 18:45:59 [INFO] [STDOUT] at lycanite.lycanitesmobs.infernomobs.model.ModelCinder.<init>(ModelCinder.java:25)
2014-08-02 18:45:59 [INFO] [STDOUT] at lycanite.lycanitesmobs.infernomobs.model.ModelCinder.<init>(ModelCinder.java:20)
2014-08-02 18:45:59 [INFO] [STDOUT] at lycanite.lycanitesmobs.infernomobs.ClientSubProxy.registerModels(ClientSubProxy.java:17)
2014-08-02 18:45:59 [INFO] [STDOUT] at lycanite.lycanitesmobs.infernomobs.InfernoMobs.load(InfernoMobs.java:93)
2014-08-02 18:45:59 [INFO] [STDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2014-08-02 18:45:59 [INFO] [STDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2014-08-02 18:45:59 [INFO] [STDOUT] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2014-08-02 18:45:59 [INFO] [STDOUT] at java.lang.reflect.Method.invoke(Unknown Source)
2014-08-02 18:45:59 [INFO] [STDOUT] at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:545)
2014-08-02 18:45:59 [INFO] [STDOUT] at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
2014-08-02 18:45:59 [INFO] [STDOUT] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2014-08-02 18:45:59 [INFO] [STDOUT] at java.lang.reflect.Method.invoke(Unknown Source)
2014-08-02 18:45:59 [INFO] [STDOUT] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
2014-08-02 18:45:59 [INFO] [STDOUT] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2014-08-02 18:45:59 [INFO] [STDOUT] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
2014-08-02 18:45:59 [INFO] [STDOUT] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
2014-08-02 18:45:59 [INFO] [STDOUT] at com.google.common.eventbus.EventBus.post(EventBus.java:267)
2014-08-02 18:45:59 [INFO] [STDOUT] at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:201)
2014-08-02 18:45:59 [INFO] [STDOUT] at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181)
2014-08-02 18:45:59 [INFO] [STDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2014-08-02 18:45:59 [INFO] [STDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2014-08-02 18:45:59 [INFO] [STDOUT] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2014-08-02 18:45:59 [INFO] [STDOUT] at java.lang.reflect.Method.invoke(Unknown Source)
2014-08-02 18:45:59 [INFO] [STDOUT] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
2014-08-02 18:45:59 [INFO] [STDOUT] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2014-08-02 18:45:59 [INFO] [STDOUT] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
2014-08-02 18:45:59 [INFO] [STDOUT] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
2014-08-02 18:45:59 [INFO] [STDOUT] at com.google.common.eventbus.EventBus.post(EventBus.java:267)
2014-08-02 18:45:59 [INFO] [STDOUT] at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:112)
2014-08-02 18:45:59 [INFO] [STDOUT] at cpw.mods.fml.common.Loader.initializeMods(Loader.java:699)
2014-08-02 18:45:59 [INFO] [STDOUT] at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:249)
2014-08-02 18:45:59 [INFO] [STDOUT] at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:509)
2014-08-02 18:45:59 [INFO] [STDOUT]
2014-08-02 18:45:59 [INFO] [STDOUT] -- Initialization --
2014-08-02 18:45:59 [INFO] [STDOUT] Details:
2014-08-02 18:45:59 [INFO] [STDOUT] Stacktrace:
2014-08-02 18:45:59 [INFO] [STDOUT] at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:808)
2014-08-02 18:45:59 [INFO] [STDOUT] at net.minecraft.client.main.Main.main(SourceFile:101)
2014-08-02 18:45:59 [INFO] [STDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2014-08-02 18:45:59 [INFO] [STDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2014-08-02 18:45:59 [INFO] [STDOUT] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2014-08-02 18:45:59 [INFO] [STDOUT] at java.lang.reflect.Method.invoke(Unknown Source)
2014-08-02 18:45:59 [INFO] [STDOUT] at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
2014-08-02 18:45:59 [INFO] [STDOUT] at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
2014-08-02 18:45:59 [INFO] [STDOUT]
2014-08-02 18:45:59 [INFO] [STDOUT] -- System Details --
2014-08-02 18:45:59 [INFO] [STDOUT] Details:
2014-08-02 18:45:59 [INFO] [STDOUT] Minecraft Version: 1.6.4
2014-08-02 18:45:59 [INFO] [STDOUT] Operating System: Windows 7 (amd64) version 6.1
2014-08-02 18:45:59 [INFO] [STDOUT] Java Version: 1.7.0_65, Oracle Corporation
2014-08-02 18:45:59 [INFO] [STDOUT] Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
2014-08-02 18:45:59 [INFO] [STDOUT] Memory: 322287720 bytes (307 MB) / 515899392 bytes (492 MB) up to 515899392 bytes (492 MB)
2014-08-02 18:45:59 [INFO] [STDOUT] JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx5G -Xms512M -Xmx512m
2014-08-02 18:45:59 [INFO] [STDOUT] AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
2014-08-02 18:45:59 [INFO] [STDOUT] Suspicious classes: FML and Forge are installed
2014-08-02 18:45:59 [INFO] [STDOUT] IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
2014-08-02 18:45:59 [INFO] [STDOUT] FML: MCP v8.11 FML v6.4.49.965 Minecraft Forge 9.11.1.965 40 mods loaded, 40 mods active
2014-08-02 18:45:59 [INFO] [STDOUT] mcp{8.09} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
2014-08-02 18:45:59 [INFO] [STDOUT] FML{6.4.49.965} [Forge Mod Loader] (minecraftforge-9.11.1.965.jar) Unloaded->Constructed->Pre-initialized->Initialized
2014-08-02 18:45:59 [INFO] [STDOUT] Forge{9.11.1.965} [Minecraft Forge] (minecraftforge-9.11.1.965.jar) Unloaded->Constructed->Pre-initialized->Initialized
2014-08-02 18:45:59 [INFO] [STDOUT] CodeChickenCore{0.9.0.9} [CodeChicken Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
2014-08-02 18:45:59 [INFO] [STDOUT] Micdoodlecore{} [Micdoodle8 Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
2014-08-02 18:45:59 [INFO] [STDOUT] NotEnoughItems{1.6.1.9} [Not Enough Items] (NotEnoughItems-1.6.4-1.6.1.9-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized
2014-08-02 18:45:59 [INFO] [STDOUT] DamageIndicatorsMod{2.9.2.4} [Damage Indicators] (1.6.4 DamageIndicatorsv2.9.2.4.zip) Unloaded->Constructed->Pre-initialized->Initialized
2014-08-02 18:45:59 [INFO] [STDOUT] lucky{4.2.1} [Lucky Block] ([1-6-4]_Lucky_Block_v4-2-1.jar) Unloaded->Constructed->Pre-initialized->Initialized
2014-08-02 18:45:59 [INFO] [STDOUT] Erebus{v0.2.0a} [Erebus] ([1.6.4] Erebus 0.2pre3.zip) Unloaded->Constructed->Pre-initialized->Initialized
2014-08-02 18:45:59 [INFO] [STDOUT] mod_ReiMinimap{v3.4_01 [1.6.2]} [mod_ReiMinimap] ([1.6.4]ReiMinimap_v3.4_01.zip) Unloaded->Constructed->Pre-initialized->Initialized
2014-08-02 18:45:59 [INFO] [STDOUT] Backpack{1.28.37} [Backpack] (backpack-1.28.37-1.6.x.jar) Unloaded->Constructed->Pre-initialized->Initialized
2014-08-02 18:45:59 [INFO] [STDOUT] BattleTowers{1.4.2} [Battle Towers] (BattleTowers_1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized
2014-08-02 18:45:59 [INFO] [STDOUT] ChickenChunks{1.3.3.4} [ChickenChunks] (ChickenChunks-1.6.4-1.3.3.4-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized
2014-08-02 18:45:59 [INFO] [STDOUT] ComputerCraft{1.63} [ComputerCraft] (ComputerCraft1.63.jar) Unloaded->Constructed->Pre-initialized->Initialized
2014-08-02 18:45:59 [INFO] [STDOUT] dimdoors{1.6.4-R2.2.3} [Dimensional Doors] (DimensionalDoors-2.2.3-336.jar) Unloaded->Constructed->Pre-initialized->Initialized
2014-08-02 18:45:59 [INFO] [STDOUT] DLDungeonsJBG{1.3.3} [Doomlike Dungeons] (DoomlikeDungeons-1.3.3-MC1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized
2014-08-02 18:45:59 [INFO] [STDOUT] eplus{1.16.5b} [Enchanting Plus] (EnchantingPlus-1.16.5.zip) Unloaded->Constructed->Pre-initialized->Initialized
2014-08-02 18:45:59 [INFO] [STDOUT] evilcraft{0.4.1b} [EvilCraft] (EvilCraft-1.6.4-0.4.1b-51.jar) Unloaded->Constructed->Pre-initialized->Initialized
2014-08-02 18:45:59 [INFO] [STDOUT] farlanders{1.1c} [The Farlanders] (Farlanders_v1.1c.zip) Unloaded->Constructed->Pre-initialized->Initialized
2014-08-02 18:45:59 [INFO] [STDOUT] GalacticraftCore{2.0.14} [Galacticraft Core] (Galacticraft-1.6.4-2.0.14.1084.jar) Unloaded->Constructed->Pre-initialized->Initialized
2014-08-02 18:45:59 [INFO] [STDOUT] GalacticraftMars{2.0.14} [Galacticraft Mars] (Galacticraft-Planets-1.6.4-2.0.14.1084.jar) Unloaded->Constructed->Pre-initialized->Initialized
2014-08-02 18:45:59 [INFO] [STDOUT] HardcoreEnderExpansion{1.6.1} [Hardcore Ender Expansion] (HardcoreEnderExpansion.zip) Unloaded->Constructed->Pre-initialized->Initialized
2014-08-02 18:45:59 [INFO] [STDOUT] inventorytweaks{1.56} [Inventory Tweaks] (InventoryTweaks-MC1.6.2-1.56-b77.jar) Unloaded->Constructed->Pre-initialized->Initialized
2014-08-02 18:45:59 [INFO] [STDOUT] Java7Checker{1.0} [Java 7 Checker] (Java7Checker.zip) Unloaded->Constructed->Pre-initialized->Initialized
2014-08-02 18:45:59 [INFO] [STDOUT] LycanitesMobs{1.5.1h - MC 1.6.4} [Lycanites Mobs] (LycanitesMobsComplete 1.5.1h [1.6.4].jar) Unloaded->Constructed->Pre-initialized->Initialized
2014-08-02 18:45:59 [INFO] [STDOUT] ArcticMobs{1.5.1h - MC 1.6.4} [Lycanites Arctic Mobs] (LycanitesMobsComplete 1.5.1h [1.6.4].jar) Unloaded->Constructed->Pre-initialized->Initialized
2014-08-02 18:45:59 [INFO] [STDOUT] DemonMobs{1.5.1h - MC 1.6.4} [Lycanites Demon Mobs] (LycanitesMobsComplete 1.5.1h [1.6.4].jar) Unloaded->Constructed->Pre-initialized->Initialized
2014-08-02 18:45:59 [INFO] [STDOUT] DesertMobs{1.5.1h - MC 1.6.4} [Lycanites Desert Mobs] (LycanitesMobsComplete 1.5.1h [1.6.4].jar) Unloaded->Constructed->Pre-initialized->Initialized
2014-08-02 18:45:59 [INFO] [STDOUT] ForestMobs{1.5.1h - MC 1.6.4} [Lycanites Forest Mobs] (LycanitesMobsComplete 1.5.1h [1.6.4].jar) Unloaded->Constructed->Pre-initialized->Initialized
2014-08-02 18:45:59 [INFO] [STDOUT] InfernoMobs{1.5.1h - MC 1.6.4} [Lycanites Inferno Mobs] (LycanitesMobsComplete 1.5.1h [1.6.4].jar) Unloaded->Constructed->Pre-initialized->Errored
2014-08-02 18:45:59 [INFO] [STDOUT] JungleMobs{1.5.1h - MC 1.6.4} [Lycanites Jungle Mobs] (LycanitesMobsComplete 1.5.1h [1.6.4].jar) Unloaded->Constructed->Pre-initialized->Initialized
2014-08-02 18:45:59 [INFO] [STDOUT] MountainMobs{1.5.1h - MC 1.6.4} [Lycanites Mountain Mobs] (LycanitesMobsComplete 1.5.1h [1.6.4].jar) Unloaded->Constructed->Pre-initialized->Initialized
2014-08-02 18:45:59 [INFO] [STDOUT] PlainsMobs{1.5.1h - MC 1.6.4} [Lycanites Plains Mobs] (LycanitesMobsComplete 1.5.1h [1.6.4].jar) Unloaded->Constructed->Pre-initialized->Initialized
2014-08-02 18:45:59 [INFO] [STDOUT] SaltwaterMobs{1.5.1h - MC 1.6.4} [Lycanites Saltwater Mobs] (LycanitesMobsComplete 1.5.1h [1.6.4].jar) Unloaded->Constructed->Pre-initialized->Initialized
2014-08-02 18:45:59 [INFO] [STDOUT] SwampMobs{1.5.1h - MC 1.6.4} [Lycanites Swamp Mobs] (LycanitesMobsComplete 1.5.1h [1.6.4].jar) Unloaded->Constructed->Pre-initialized->Initialized
2014-08-02 18:45:59 [INFO] [STDOUT] mca{3.6.0} [Minecraft Comes Alive] (MCA-3.6.0_MC-1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized
2014-08-02 18:45:59 [INFO] [STDOUT] camping{2.0e} [The Camping Mod 2.0] (TheCampingMod_2.0e.jar) Unloaded->Constructed->Pre-initialized->Initialized
2014-08-02 18:45:59 [INFO] [STDOUT] TwilightForest{1.20.5} [The Twilight Forest] (twilightforest-1.6.4-1.20.5.jar) Unloaded->Constructed->Pre-initialized->Initialized
2014-08-02 18:45:59 [INFO] [STDOUT] UndergroundBiomes{0.4.3} [Underground Biomes] (UndergroundBiomes 1.6.x - 0.4.2c.zip) Unloaded->Constructed->Pre-initialized->Initialized
2014-08-02 18:45:59 [INFO] [STDOUT] AS_UpdateCheck{1.1.1} [AtomicStryker Update Check Mod] (UpdateCheckerMod_1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized
2014-08-02 18:45:59 [INFO] [STDOUT] Launched Version: 1.6.4-Forge9.11.1.965
2014-08-02 18:45:59 [INFO] [STDOUT] LWJGL: 2.9.0
2014-08-02 18:45:59 [INFO] [STDOUT] OpenGL: GeForce GT 520M/PCIe/SSE2 GL version 4.4.0, NVIDIA Corporation
2014-08-02 18:45:59 [INFO] [STDOUT] Is Modded: Definitely; Client brand changed to 'fml,forge'
2014-08-02 18:45:59 [INFO] [STDOUT] Type: Client (map_client.txt)
2014-08-02 18:45:59 [INFO] [STDOUT] Resource Pack: Default
2014-08-02 18:45:59 [INFO] [STDOUT] Current Language: English (UK)
2014-08-02 18:45:59 [INFO] [STDOUT] Profiler Position: N/A (disabled)
2014-08-02 18:45:59 [INFO] [STDOUT] Vec3 Pool Size: ~~ERROR~~ NullPointerException: null
You also have ID conflicts.
Do yourself a favor and make modpack with 1.7.x version to avoid dealing with that part of the nightmare.
Ozi