I'm having some issues about a custom modpack i am currently making. I have about 1 or 2 mods that are giving me trouble by crashing my game. I can't seem to figure out what it is though. Can anyone help?
This is the game output:
java.lang.IllegalArgumentException: resource AM2_at.cfg not found.
at com.google.common.base.Preconditions.checkArgument(Preconditions.java:148) ~[guava-17.0.jar:?]
at com.google.common.io.Resources.getResource(Resources.java:229) ~[guava-17.0.jar:?]
at cpw.mods.fml.common.asm.transformers.AccessTransformer.readMapFile(AccessTransformer.java:118) ~[forge-1.7.10-10.13.4.1448-1.7.10.jar:?]
at cpw.mods.fml.common.asm.transformers.AccessTransformer.<init>(AccessTransformer.java:101) ~[forge-1.7.10-10.13.4.1448-1.7.10.jar:?]
at am2.preloader.AccessTransformers.<init>(AccessTransformers.java:10) ~[AccessTransformers.class:?]
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.8.0_25]
at java.lang.reflect.Constructor.newInstance(Constructor.java:408) ~[?:1.8.0_25]
at java.lang.Class.newInstance(Class.java:438) ~[?:1.8.0_25]
at net.minecraft.launchwrapper.LaunchClassLoader.registerTransformer(LaunchClassLoader.java:88) [launchwrapper-1.11.jar:?]
at cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper.injectIntoClassLoader(CoreModManager.java:101) [forge-1.7.10-10.13.4.1448-1.7.10.jar:?]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:115) [launchwrapper-1.11.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.11.jar:?]
[21:40:06] [main/INFO] [FML]: MC located at: C:\Users\Joseph\AppData\Roaming\.minecraft
[21:40:06] [main/INFO] [FML]: AMCore >> Located Optifine
[21:40:06] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[21:40:06] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[21:40:06] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[21:40:06] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[21:40:06] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[21:40:06] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[21:40:06] [main/INFO] [STDOUT]: [micdoodle8.mods.miccore.MicdoodlePlugin:getASMTransformerClass:102]: Successfully Registered Transformer
[21:40:06] [main/INFO] [STDOUT]: [micdoodle8.mods.miccore.MicdoodlePlugin:injectData:295]: [Micdoodle8Core]: Patching game...
[21:40:06] [main/INFO] [STDOUT]: [micdoodle8.mods.miccore.MicdoodlePlugin:injectData:295]: [Micdoodle8Core]: Patching game...
[21:40:06] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[21:40:06] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[21:40:06] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[21:40:06] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLDeobfTweaker
[21:40:06] [main/INFO] [STDOUT]: [cofh.asm.CoFHAccessTransformer:readMappingFile:40]: Adding Accesstransformer map: CoFH_at.cfg
[21:40:07] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[21:40:07] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.TerminalTweaker
[21:40:07] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.TerminalTweaker
[21:40:07] [main/INFO] [STDOUT]: [optifine.OptiFineForgeTweaker:dbg:49]: OptiFineForgeTweaker: getLaunchArguments
[21:40:07] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.client.main.Main}
[21:40:07] [main/INFO] [battlegear2]: M&B - Patching Class Minecraft (bao)
[21:40:07] [main/INFO] [battlegear2]: Patching method Click Mouse in Minecraft
[21:40:07] [main/INFO] [battlegear2]: M&B - Patching Class Minecraft done
[21:40:07] [main/INFO] [STDOUT]: [micdoodle8.mods.miccore.MicdoodleTransformer:printLog:1763]: Galacticraft successfully injected bytecode into: bdi (1 / 1)
[21:40:07] [main/INFO] [battlegear2]: M&B - Patching Class EntityPlayer (yz)
[21:40:07] [main/INFO] [battlegear2]: Adding new fields to EntityPlayer
[21:40:07] [main/INFO] [battlegear2]: Patching constructor in EntityPlayer
[21:40:07] [main/INFO] [battlegear2]: Patching method onUpdate in EntityPlayer
[21:40:07] [main/INFO] [battlegear2]: Patching method onItemUseFinish in EntityPlayer
[21:40:07] [main/INFO] [battlegear2]: Patching method setCurrentItemOrArmor in EntityPlayer
[21:40:07] [main/INFO] [battlegear2]: Creating new methods in EntityPlayer
[21:40:07] [main/INFO] [battlegear2]: M&B - Patching Class EntityPlayer done
[21:40:07] [main/INFO] [STDOUT]: [micdoodle8.mods.miccore.MicdoodleTransformer:printLog:1763]: Galacticraft successfully injected bytecode into: sv (1 / 1)
[21:40:07] [main/INFO] [STDOUT]: [micdoodle8.mods.miccore.MicdoodleTransformer:printLog:1763]: Galacticraft successfully injected bytecode into: sa (1 / 1)
[21:40:07] [main/INFO] [STDOUT]: [com.creativemd.itemphysic.ItemTransformer:transform:97]: [ItemPhysic] Patching bjk
[21:40:07] [main/INFO] [FML]: AMCore >> Altering definition of net.minecraft.client.entity.EntityPlayerSP
[21:40:07] [main/INFO] [AE2-CORE]: func_146977_a(Lnet/minecraft/inventory/Slot;)V - Transformed
[21:40:07] [main/INFO] [AE2-CORE]: func_146977_a_original(Lnet/minecraft/inventory/Slot;)V - New Method
[21:40:07] [main/INFO] [AE2-CORE]: func_146977_a(Lnet/minecraft/inventory/Slot;)V - Invoke Virtual
[21:40:07] [main/INFO] [FML]: AMCore >> Altering definition of net.minecraft.world.World
[MobiusCore] Current code is OBFUSCATED
[MobiusCore] Found cpw.mods.fml.common.FMLCommonHandler with checksum F626A08BBC07AE3F7D88072FDFDAE36E
[MobiusCore] Successful injection in onPreServerTick ()V
[MobiusCore] Successful injection in onPostServerTick ()V
[MobiusCore] Successful injection in onPreWorldTick (Lahb;)V
[MobiusCore] Successful injection in onPostWorldTick (Lahb;)V
[MobiusCore] Switching injection mode to FORGE
[MobiusCore] Found net.minecraft.world.World [ ahb ] with checksum B6D76C386994A9B4DF0059D0690DCBA1
[MobiusCore] Found World.updateEntities()...
[MobiusCore] Successful injection in h ()V
[MobiusCore] Successful injection in h ()V
[MobiusCore] Successful injection in h ()V
[MobiusCore] Successful injection in h ()V
[MobiusCore] Found net.minecraft.world.WorldServer [ mt ] with checksum A9B6290BB23DD7A1659115ABB503DDD8
[MobiusCore] Successful injection in b ()V
[MobiusCore] Successful injection in b ()V
[21:40:08] [main/INFO]: Setting user: TheEmeraldArrow
[21:40:08] [main/INFO] [STDOUT]: [com.creativemd.itemphysic.ItemTransformer:transform:88]: [ItemPhysic] Patching xk
[21:40:08] [main/INFO] [STDERR]: [micdoodle8.mods.miccore.MicdoodleTransformer:printResultsAndReset:1692]: Potential problem: Galacticraft did not complete injection of bytecode into: xk (0 / 1)
[21:40:09] [main/INFO] [battlegear2]: M&B - Patching Class ItemStack (add)
[21:40:09] [main/INFO] [battlegear2]: M&B - Patching Class ItemStack done
[21:40:10] [Client thread/INFO] [STDOUT]: [micdoodle8.mods.miccore.MicdoodleTransformer:printLog:1763]: Galacticraft successfully injected bytecode into: bkn (1 / 1)
[21:40:10] [Client thread/INFO]: LWJGL Version: 2.9.1
[21:40:10] [Client thread/INFO] [STDOUT]: [micdoodle8.mods.miccore.MicdoodleTransformer:printLog:1763]: Galacticraft successfully injected bytecode into: net/minecraftforge/client/ForgeHooksClient (1 / 1)
[OptiFine]
[OptiFine] OptiFine_1.7.10_HD_B7
[OptiFine] Sat Jul 04 21:40:11 GMT-05:00 2015
[OptiFine] OS: Windows 7 (amd64) version 6.1
[OptiFine] Java: 1.8.0_25, Oracle Corporation
[OptiFine] VM: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
[OptiFine] LWJGL: 2.9.1
[OptiFine] OpenGL: ATI Radeon HD 4200 , version 3.3.10834 Compatibility Profile Context, ATI Technologies Inc.
[OptiFine] OpenGL Version: 3.3
[OptiFine] OpenGL Fancy fog: Not available (GL_NV_fog_distance)
[OptiFine] Maximum texture size: 8192x8192
[21:40:11] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: org.lwjgl.opengl.OpenGLException: Invalid value (1281)
[21:40:11] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at org.lwjgl.opengl.Util.checkGLError(Util.java:59)
[21:40:11] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at org.lwjgl.opengl.WindowsContextImplementation.setSwapInterval(WindowsContextImplementation.java:113)
[21:40:11] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at org.lwjgl.opengl.ContextGL.setSwapInterval(ContextGL.java:232)
[21:40:11] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at org.lwjgl.opengl.DrawableGL.setSwapInterval(DrawableGL.java:86)
[21:40:11] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at org.lwjgl.opengl.Display.setSwapInterval(Display.java:1129)
[21:40:11] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at org.lwjgl.opengl.Display.setVSyncEnabled(Display.java:1142)
[21:40:11] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.settings.GameSettings.updateVSync(GameSettings.java:3021)
[21:40:11] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at Config.checkDisplayMode(Config.java:1968)
[21:40:11] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at Config.initDisplay(Config.java:165)
[21:40:11] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.renderer.OpenGlHelper.func_77474_a(OpenGlHelper.java:76)
[21:40:11] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:455)
[21:40:11] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
[21:40:11] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.main.Main.main(SourceFile:148)
[21:40:11] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[21:40:11] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[21:40:11] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[21:40:11] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
[21:40:11] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
[21:40:11] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
[OptiFine] Checking for new version
[21:40:12] [Client thread/INFO] [STDOUT]: [com.creativemd.itemphysic.ItemTransformer:transform:81]: [ItemPhysic] Patching bny
[OptiFine] Version found: C1
[21:40:12] [Client thread/INFO] [FML]: Forge Mod Loader has detected optifine OptiFine_1.7.10_HD_B7, enabling compatibility features
[21:40:13] [Client thread/INFO] [MinecraftForge]: Attempting early MinecraftForge initialization
[21:40:13] [Client thread/INFO] [FML]: MinecraftForge v10.13.4.1448 Initialized
[21:40:13] [Client thread/INFO] [FML]: Replaced 183 ore recipies
[OptiFine] (Reflector) Class not present: ModLoader
[OptiFine] (Reflector) Class not present: net.minecraft.src.FMLRenderAccessLibrary
[OptiFine] (Reflector) Class not present: LightCache
[OptiFine] (Reflector) Class not present: BlockCoord
[21:40:13] [Client thread/INFO] [FML]: InvTweaks: net.minecraft.inventory.ContainerRepair
[21:40:13] [Client thread/INFO] [FML]: InvTweaks: net.minecraft.inventory.Container
[21:40:13] [Client thread/INFO] [battlegear2]: M&B - Patching Class NetHandlerPlayServer (nh)
[21:40:13] [Client thread/INFO] [battlegear2]: Patching method processPlayerBlockPlacement in NetHandlerPlayServer
[21:40:13] [Client thread/INFO] [battlegear2]: Patching method processHeldItemChange in NetHandlerPlayServer
[21:40:13] [Client thread/INFO] [battlegear2]: M&B - Patching Class NetHandlerPlayServer done
[21:40:13] [Client thread/INFO] [battlegear2]: M&B - Patching Class ModelBiped (bhm)
[21:40:13] [Client thread/INFO] [battlegear2]: Patching method setRotationAngles in ModelBiped
[21:40:13] [Client thread/INFO] [battlegear2]: M&B - Patching Class ModelBiped done
[21:40:13] [Client thread/INFO] [battlegear2]: M&B - Patching Class NetHandlerPlayClient (bjb)
[21:40:13] [Client thread/INFO] [battlegear2]: Patching method handleSpawnPlayer in NetHandlerPlayClient
[21:40:13] [Client thread/INFO] [battlegear2]: Patching method handleHeldItemChange in NetHandlerPlayClient
[21:40:13] [Client thread/INFO] [battlegear2]: M&B - Patching Class NetHandlerPlayClient done
[21:40:13] [Client thread/INFO] [STDOUT]: [micdoodle8.mods.miccore.MicdoodleTransformer:printLog:1763]: Galacticraft successfully injected bytecode into: bjb (2 / 2)
[21:40:13] [Client thread/INFO] [FML]: AMCore >> Altering definition of net.minecraft.client.renderer.EntityRenderer
[21:40:13] [Client thread/INFO] [STDOUT]: [micdoodle8.mods.miccore.MicdoodleTransformer:printLog:1763]: Galacticraft successfully injected bytecode into: blt (4 / 4)
[21:40:13] [Client thread/INFO] [MinecraftForge]: Completed early MinecraftForge initialization
[21:40:13] [Client thread/INFO] [FML]: AMCore initializing...stand back! I'm going to try MAGIC!
[21:40:13] [Client thread/INFO] [FML]: [AppEng] Core Init
[21:40:13] [Client thread/INFO] [FML]: Found 0 mods from the command line. Injecting into mod discoverer
[21:40:13] [Client thread/INFO] [FML]: Searching C:\Users\Joseph\AppData\Roaming\.minecraft\mods for mods
[21:40:13] [Client thread/INFO] [FML]: Also searching C:\Users\Joseph\AppData\Roaming\.minecraft\mods\1.7.10 for mods
[21:40:16] [Client thread/WARN] [battlegear2]: Mod battlegear2 is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.0.7.0
[21:40:16] [Client thread/WARN] [DamageIndicatorsMod]: Mod DamageIndicatorsMod is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 3.2.3
[21:40:19] [Client thread/WARN] [ChickenChunks]: Mod ChickenChunks is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.3.4.13
[21:40:19] [Client thread/INFO] [FML]: Attempting to reparse the mod container DimensionalDoors-2.2.5-test8.jar
[21:40:19] [Client thread/WARN] [EnderStorage]: Mod EnderStorage is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.4.5.27
[21:40:19] [Client thread/WARN] [ExtraUtilities]: Mod ExtraUtilities is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.2.6
[21:40:21] [Client thread/WARN] [PneumaticCraft]: Mod PneumaticCraft is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.5.1-49
[21:40:21] [Client thread/WARN] [simplyjetpacks]: Mod simplyjetpacks is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.0.0
[21:40:21] [Client thread/WARN] [wildcaves3]: Mod wildcaves3 is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 0.4.3.6
[21:40:22] [Client thread/INFO] [FML]: Forge Mod Loader has identified 123 mods to load
[21:40:22] [Client thread/INFO] [FML]: Found mod(s) [ExtraUtilities] containing declared API package baubles.api (owned by Baubles) without associated API reference
[21:40:23] [Client thread/INFO] [FML]: FML has found a non-mod file CodeChickenLib-1.7.10-1.1.1.99-universal.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.
[21:40:24] [Client thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, AM2-Preloader, appliedenergistics2-core, CodeChickenCore, ImmibisMicroblocks, itemphysic, Micdoodlecore, MobiusCore, NotEnoughItems, simplyjetpackscore, <CoFH ASM>, battlegear2, zeldaswordskills, arsmagica2, lucky, ArmorStatusHUD, DamageIndicatorsMod, Treecapitator, advancedgenetics, nevermine, AncientWarfareAutomation, AncientWarfare, AncientWarfareNEIPlugin, AncientWarfareNpc, AncientWarfareStructure, AncientWarfareVehicle, AnimationAPI, appliedenergistics2, BackTools, Backpack, Baubles, BiblioCraft, BiomesOPlenty, AWWayofTime, Botania, BuildCraft|Silicon, BuildCraft|Core, BuildCraft|Transport, BuildCraft|Builders, BuildCraft|Energy, BuildCraft|Factory, CarpentersBlocks, carsanddrives, ChickenChunks, chisel, chococraft, CoFHCore, creativecore, dimdoors, MoCreatures, elementalcreepers, EnderStorage, EnderTech, ExtraUtilities, Forestry, GalacticraftMars, GalacticraftCore, Hats, HatStand, iChunUtil, ImmibisCore, InfernalMobs, inventorytweaks, IronChest, JABBA, legendgear, magicalcrops, Mantle, MCA, meteors, MineFactoryReloaded, MineFactoryReloaded|CompatAppliedEnergistics, MineFactoryReloaded|CompatAtum, MineFactoryReloaded|CompatBackTools, MineFactoryReloaded|CompatBuildCraft, MineFactoryReloaded|CompatChococraft, MineFactoryReloaded|CompatExtraBiomes, MineFactoryReloaded|CompatForestry, MineFactoryReloaded|CompatForgeMicroblock, MineFactoryReloaded|CompatIC2, MineFactoryReloaded|CompatMystcraft, MineFactoryReloaded|CompatProjRed, MineFactoryReloaded|CompatRailcraft, MineFactoryReloaded|CompatSufficientBiomes, MineFactoryReloaded|CompatThaumcraft, MineFactoryReloaded|CompatThermalExpansion, MineFactoryReloaded|CompatTConstruct, MineFactoryReloaded|CompatTwilightForest, MineFactoryReloaded|CompatVanilla, mozombies, mochickens, MoreBows2, Morph, movillages, cfm, MutantCreatures, NetherOres, PneumaticCraft, RadixCore, rafradek_blocklauncher, RedstoneArsenal, ReiMinimap, AS_Ruins, simplyjetpacks, SSR, StevesCarts, Sync, TConstruct, telepads, ether, ThermalExpansion, ThermalFoundation, SpecialArmor, TrailMix, TwilightForest, Waila, weaponmod, wildcaves3, witchery, bspkrsCore, libsandstone] at CLIENT
[21:40:24] [Client thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, AM2-Preloader, appliedenergistics2-core, CodeChickenCore, ImmibisMicroblocks, itemphysic, Micdoodlecore, MobiusCore, NotEnoughItems, simplyjetpackscore, <CoFH ASM>, battlegear2, zeldaswordskills, arsmagica2, lucky, ArmorStatusHUD, DamageIndicatorsMod, Treecapitator, advancedgenetics, nevermine, AncientWarfareAutomation, AncientWarfare, AncientWarfareNEIPlugin, AncientWarfareNpc, AncientWarfareStructure, AncientWarfareVehicle, AnimationAPI, appliedenergistics2, BackTools, Backpack, Baubles, BiblioCraft, BiomesOPlenty, AWWayofTime, Botania, BuildCraft|Silicon, BuildCraft|Core, BuildCraft|Transport, BuildCraft|Builders, BuildCraft|Energy, BuildCraft|Factory, CarpentersBlocks, carsanddrives, ChickenChunks, chisel, chococraft, CoFHCore, creativecore, dimdoors, MoCreatures, elementalcreepers, EnderStorage, EnderTech, ExtraUtilities, Forestry, GalacticraftMars, GalacticraftCore, Hats, HatStand, iChunUtil, ImmibisCore, InfernalMobs, inventorytweaks, IronChest, JABBA, legendgear, magicalcrops, Mantle, MCA, meteors, MineFactoryReloaded, MineFactoryReloaded|CompatAppliedEnergistics, MineFactoryReloaded|CompatAtum, MineFactoryReloaded|CompatBackTools, MineFactoryReloaded|CompatBuildCraft, MineFactoryReloaded|CompatChococraft, MineFactoryReloaded|CompatExtraBiomes, MineFactoryReloaded|CompatForestry, MineFactoryReloaded|CompatForgeMicroblock, MineFactoryReloaded|CompatIC2, MineFactoryReloaded|CompatMystcraft, MineFactoryReloaded|CompatProjRed, MineFactoryReloaded|CompatRailcraft, MineFactoryReloaded|CompatSufficientBiomes, MineFactoryReloaded|CompatThaumcraft, MineFactoryReloaded|CompatThermalExpansion, MineFactoryReloaded|CompatTConstruct, MineFactoryReloaded|CompatTwilightForest, MineFactoryReloaded|CompatVanilla, mozombies, mochickens, MoreBows2, Morph, movillages, cfm, MutantCreatures, NetherOres, PneumaticCraft, RadixCore, rafradek_blocklauncher, RedstoneArsenal, ReiMinimap, AS_Ruins, simplyjetpacks, SSR, StevesCarts, Sync, TConstruct, telepads, ether, ThermalExpansion, ThermalFoundation, SpecialArmor, TrailMix, TwilightForest, Waila, weaponmod, wildcaves3, witchery, bspkrsCore, libsandstone] at SERVER
[MobiusCore] Found cpw.mods.fml.common.network.FMLOutboundHandler with checksum CB55471D614BD5AF06AEA87A77A3014F
[MobiusCore] Successful injection in write (Lio/netty/channel/ChannelHandlerContext;Ljava/lang/Object;Lio/netty/channel/ChannelPromise;)V
[MobiusCore] Found cpw.mods.fml.common.eventhandler.ASMEventHandler with checksum 1C68592318817E7EE853EC874A5ACBF4
[MobiusCore] Successful injection in <init> (Ljava/lang/Object;Ljava/lang/reflect/Method;Lcpw/mods/fml/common/ModContainer;)V
[MobiusCore] Successful injection in invoke (Lcpw/mods/fml/common/eventhandler/Event;)V
[MobiusCore] Successful injection in invoke (Lcpw/mods/fml/common/eventhandler/Event;)V
[21:40:26] [Client thread/INFO] [FML]: AMCore >> Altering definition of net.minecraft.client.renderer.entity.RendererLivingEntity
[21:40:26] [Client thread/ERROR] [Backpack]: The mod Backpack is expecting signature @[email protected] for source backpack-2.0.1-1.7.x.jar, however there is no signature matching that description
[21:40:27] [Client thread/INFO] [battlegear2]: M&B - Patching Class PlayerControllerMP (bje)
[21:40:27] [Client thread/INFO] [battlegear2]: Patching method sendUseItem in PlayerControllerMP
[21:40:27] [Client thread/INFO] [battlegear2]: M&B - Patching Class PlayerControllerMP done
[21:40:27] [Client thread/INFO] [STDOUT]: [micdoodle8.mods.miccore.MicdoodleTransformer:printLog:1763]: Galacticraft successfully injected bytecode into: bje (2 / 2)
[21:40:29] [Client thread/ERROR] [Mantle]: [Environment Checks] Optifine detected. This may cause issues due to base edits or ASM usage.
[21:40:29] [Client thread/INFO] [TConstruct]: Preparing to take over the world
[21:40:32] [Client thread/INFO] [STDOUT]: [mods.immibis.core.ImmibisCore:initPreferredEnergySystem:198]: [Immibis Core] Preferred energy system set to: redstoneFlux
[21:40:35] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Immibis's Microblocks, FMLFileResourcePack:Not Enough Items, FMLFileResourcePack:Mine & Blade Battlegear 2 - Bullseye, FMLFileResourcePack:Zelda Sword Skills, FMLFileResourcePack:Ars Magica 2, FMLFileResourcePack:Lucky Block, FMLFileResourcePack:ArmorStatusHUD, FMLFileResourcePack:Damage Indicators, FMLFileResourcePack:Treecapitator, FMLFileResourcePack:Advanced Genetics, FMLFileResourcePack:AdventOfAscension, FMLFileResourcePack:Ancient Warfare Automation, FMLFileResourcePack:Ancient Warfare Core, FMLFileResourcePack:Ancient Warfare NEI Plugin, FMLFileResourcePack:Ancient Warfare NPCs, FMLFileResourcePack:Ancient Warfare Structures, FMLFileResourcePack:Ancient Warfare Vehicles, FMLFileResourcePack:AnimationAPI, FMLFileResourcePack:Applied Energistics 2, FMLFileResourcePack:BackTools, FMLFileResourcePack:Backpack, FMLFileResourcePack:Baubles, FMLFileResourcePack:BiblioCraft, FMLFileResourcePack:Biomes O' Plenty, FMLFileResourcePack:Blood Magic: Alchemical Wizardry, FMLFileResourcePack:Botania, FMLFileResourcePack:BC Silicon, FMLFileResourcePack:BuildCraft, FMLFileResourcePack:BC Transport, FMLFileResourcePack:BC Builders, FMLFileResourcePack:BC Energy, FMLFileResourcePack:BC Factory, FMLFileResourcePack:Carpenter's Blocks, FMLFileResourcePack:Cars and Drives, FMLFileResourcePack:ChickenChunks, FMLFileResourcePack:Chisel, FMLFileResourcePack:Clienthax's ChocoCraft, FMLFileResourcePack:CoFH Core, FMLFileResourcePack:CreativeCore, FMLFileResourcePack:Dimensional Doors, FMLFileResourcePack:DrZhark's Mo'Creatures Mod, FMLFileResourcePack:Elemental Creepers, FMLFileResourcePack:EnderStorage, FMLFileResourcePack:EnderTech, FMLFileResourcePack:Extra Utilities, FMLFileResourcePack:Forestry for Minecraft, FMLFileResourcePack:Galacticraft Planets, FMLFileResourcePack:Galacticraft Core, FMLFileResourcePack:Hats, FMLFileResourcePack:HatStand, FMLFileResourcePack:iChunUtil, FMLFileResourcePack:Immibis Core, FMLFileResourcePack:Infernal Mobs, FMLFileResourcePack:Inventory Tweaks, FMLFileResourcePack:Iron Chest, FMLFileResourcePack:JABBA, FMLFileResourcePack:Legend Gear 2, FMLFileResourcePack:Magical Crops, FMLFileResourcePack:Mantle, FMLFileResourcePack:Minecraft Comes Alive, FMLFileResourcePack:Falling Meteors, FMLFileResourcePack:MineFactory Reloaded, FMLFileResourcePack:MFR Compat: Applied Energistics, FMLFileResourcePack:MFR Compat: Atum, FMLFileResourcePack:MFR Compat: BackTools, FMLFileResourcePack:MFR Compat: BuildCraft, FMLFileResourcePack:MFR Compat: Chococraft, FMLFileResourcePack:MFR Compat: ExtraBiomes, FMLFileResourcePack:MFR Compat: Forestry, FMLFileResourcePack:MFR Compat: ForgeMicroblock, FMLFileResourcePack:MFR Compat: IC2, FMLFileResourcePack:MFR Compat: Mystcraft, FMLFileResourcePack:MFR Compat ProjectRed, FMLFileResourcePack:MFR Compat: Railcraft, FMLFileResourcePack:MFR Compat: Sufficient Biomes, FMLFileResourcePack:MFR Compat: Thaumcraft, FMLFileResourcePack:MFR Compat: Thermal Expansion, FMLFileResourcePack:MFR Compat: Tinkers' Construct, FMLFileResourcePack:MFR Compat: TwilightForest, FMLFileResourcePack:MFR Compat: Vanilla, FMLFileResourcePack:Mo' Zombies, FMLFileResourcePack:Mo Chickens, FMLFileResourcePack:More Bows 2, FMLFileResourcePack:Morph, FMLFileResourcePack:Mo' Villages, FMLFileResourcePack:§9MrCrayfish's Furniture Mod, FMLFileResourcePack:Mutant Creatures, FMLFileResourcePack:Nether Ores, FMLFileResourcePack:PneumaticCraft, FMLFileResourcePack:RadixCore, FMLFileResourcePack:Block Launcher, FMLFileResourcePack:Redstone Arsenal, FMLFileResourcePack:Rei's Minimap, FMLFileResourcePack:Ruins Spawning System, FMLFileResourcePack:Simply Jetpacks, FMLFileResourcePack:Soul Shards: Reborn, FMLFileResourcePack:Steve's Carts 2, FMLFileResourcePack:Sync, FMLFileResourcePack:Tinkers' Construct, FMLFileResourcePack:Teleportation Pads, FMLFileResourcePack:ether, FMLFileResourcePack:Thermal Expansion, FMLFileResourcePack:Thermal Foundation, FMLFileResourcePack:TeeLuk's SpecialArmor, FMLFileResourcePack:TrailMix, FMLFileResourcePack:The Twilight Forest, FMLFileResourcePack:Waila, FMLFileResourcePack:Balkon's WeaponMod, FMLFileResourcePack:Wild Caves 3, FMLFileResourcePack:Witchery, FMLFileResourcePack:bspkrsCore, FMLFileResourcePack:libsandstone, CrypticPvP Pack
[21:40:35] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: alchemicalwizardryBooks in C:\Users\Joseph\AppData\Roaming\.minecraft\mods\bloodmagic-1.7.10-1.3.0a-1.jar
[21:40:35] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: alchemicalwizardryBooks in C:\Users\Joseph\AppData\Roaming\.minecraft\mods\bloodmagic-1.7.10-1.3.0a-1.jar
[21:40:35] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: alchemicalwizardryBooks in C:\Users\Joseph\AppData\Roaming\.minecraft\mods\bloodmagic-1.7.10-1.3.0a-1.jar
[21:40:35] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: alchemicalwizardryBooks in C:\Users\Joseph\AppData\Roaming\.minecraft\mods\bloodmagic-1.7.10-1.3.0a-1.jar
[21:40:35] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: alchemicalwizardryBooks in C:\Users\Joseph\AppData\Roaming\.minecraft\mods\bloodmagic-1.7.10-1.3.0a-1.jar
[21:40:35] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: alchemicalwizardryBooks in C:\Users\Joseph\AppData\Roaming\.minecraft\mods\bloodmagic-1.7.10-1.3.0a-1.jar
[21:40:35] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: alchemicalwizardryJsonFiles in C:\Users\Joseph\AppData\Roaming\.minecraft\mods\bloodmagic-1.7.10-1.3.0a-1.jar
[21:40:35] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: alchemicalwizardryJsonFiles in C:\Users\Joseph\AppData\Roaming\.minecraft\mods\bloodmagic-1.7.10-1.3.0a-1.jar
[21:40:36] [Client thread/INFO] [FML]: Processing ObjectHolder annotations
[21:40:36] [Client thread/INFO] [FML]: Found 337 ObjectHolder annotations
[21:40:36] [Client thread/INFO] [FML]: Identifying ItemStackHolder annotations
[21:40:36] [Client thread/INFO] [FML]: Found 0 ItemStackHolder annotations
[21:40:36] [Client thread/INFO] [FML]: Configured a dormant chunk cache size of 0
[21:40:37] [Client thread/INFO] [battlegear2]: M&B - Patching Class EntityOtherPlayerMP (bll)
[21:40:37] [Client thread/INFO] [battlegear2]: Patching method onUpdate in EntityOtherPlayerMP
[21:40:37] [Client thread/INFO] [battlegear2]: Patching method setCurrentItem in EntityOtherPlayerMP
[21:40:37] [Client thread/INFO] [battlegear2]: M&B - Patching Class EntityOtherPlayerMP done
[MobiusCore] Found net.minecraft.client.renderer.tileentity.TileEntityRendererDispatcher [ bmk ] with checksum 1B9F2A44C89A8C0C359AD4D34A73DA8D
[MobiusCore] Successful injection in a (Laor;DDDF)V
[MobiusCore] Successful injection in a (Laor;DDDF)V
[21:40:37] [Client thread/INFO] [zeldaswordskills]: Reading config: C:\Users\Joseph\AppData\Roaming\.minecraft\config\zeldaswordskills.cfg
[21:40:37] [Client thread/INFO] [zeldaswordskills]: Registered Epona's Song as 'epona' with notes [D2-natural, B2-natural, A2-natural, D2-natural, B2-natural, A2-natural]
[21:40:37] [Client thread/INFO] [zeldaswordskills]: Registered Song of Healing as 'healing' with notes [B2-natural, A2-natural, F1-natural, B2-natural, A2-natural, F1-natural]
[21:40:37] [Client thread/INFO] [zeldaswordskills]: Registered Saria's Song as 'saria' with notes [F1-natural, A2-natural, B2-natural, F1-natural, A2-natural, B2-natural]
[21:40:37] [Client thread/INFO] [zeldaswordskills]: Registered Song of Soaring as 'soaring' with notes [F1-natural, B2-natural, D2-natural, F1-natural, B2-natural, D2-natural]
[21:40:37] [Client thread/INFO] [zeldaswordskills]: Registered Song of Storms as 'storms' with notes [D1-natural, F1-natural, D2-natural, D1-natural, F1-natural, D2-natural]
[21:40:37] [Client thread/INFO] [zeldaswordskills]: Registered Sun's Song as 'sun' with notes [A2-natural, F1-natural, D2-natural, A2-natural, F1-natural, D2-natural]
[21:40:37] [Client thread/INFO] [zeldaswordskills]: Registered Song of Time as 'time' with notes [A2-natural, D1-natural, F1-natural, A2-natural, D1-natural, F1-natural]
[21:40:37] [Client thread/INFO] [zeldaswordskills]: Registered Bolero of Fire as 'bolero' with notes [F1-natural, D1-natural, F1-natural, D1-natural, A2-natural, F1-natural, A2-natural, F1-natural]
[21:40:37] [Client thread/INFO] [zeldaswordskills]: Registered Minuet of Forest as 'minuet' with notes [D1-natural, D2-natural, B2-natural, A2-natural, B2-natural, A2-natural]
[21:40:37] [Client thread/INFO] [zeldaswordskills]: Registered Prelude of Light as 'prelude' with notes [D2-natural, A2-natural, D2-natural, A2-natural, B2-natural, D2-natural]
[21:40:37] [Client thread/INFO] [zeldaswordskills]: Registered Oath to Order as 'oath' with notes [A2-natural, F1-natural, D1-natural, F1-natural, A2-natural, D2-natural]
[21:40:37] [Client thread/INFO] [zeldaswordskills]: Registered Nocturne of Shadow as 'nocturne' with notes [B2-natural, A2-natural, A2-natural, D1-natural, B2-natural, A2-natural, F1-natural]
[21:40:37] [Client thread/INFO] [zeldaswordskills]: Registered Requiem of Spirit as 'requiem' with notes [D1-natural, F1-natural, D1-natural, A2-natural, F1-natural, D1-natural]
[21:40:37] [Client thread/INFO] [zeldaswordskills]: Registered Serenade of Water as 'serenade' with notes [D1-natural, F1-natural, A2-natural, A2-natural, B2-natural]
[21:40:37] [Client thread/INFO] [zeldaswordskills]: Registered Zelda's Lullaby as 'lullaby' with notes [B2-natural, D2-natural, A2-natural, B2-natural, D2-natural, A2-natural]
[21:40:37] [Client thread/INFO] [zeldaswordskills]: Registered Scarecrow's Song as 'scarecrow' with notes []
[21:40:38] [Client thread/INFO] [FML]: Ars Magica >> Extending Potions Array
[21:40:38] [Client thread/INFO] [FML]: Ars Magica >> injecting potions starting from index 32
[21:40:39] [Client thread/INFO] [FML]: Ars Magica 2 >> Attempting to set enchantment magic_resist to ID 100 (configured currently as 100)
[21:40:39] [Client thread/INFO] [FML]: Ars Magica 2 >> Successfully registered enchanment!
[21:40:39] [Client thread/INFO] [FML]: Ars Magica 2 >> Attempting to set enchantment soulbound to ID 101 (configured currently as 101)
[21:40:39] [Client thread/INFO] [FML]: Ars Magica 2 >> Successfully registered enchanment!
[21:40:39] [Client thread/INFO] [FML]: Ars Magica 2 >> Registered imbuement: dr_phy
[21:40:39] [Client thread/INFO] [FML]: Ars Magica 2 >> Registered imbuement: dr_drn
[21:40:39] [Client thread/INFO] [FML]: Ars Magica 2 >> Registered imbuement: dr_fall
[21:40:39] [Client thread/INFO] [FML]: Ars Magica 2 >> Registered imbuement: dr_exp
[21:40:39] [Client thread/INFO] [FML]: Ars Magica 2 >> Registered imbuement: dr_fire
[21:40:39] [Client thread/INFO] [FML]: Ars Magica 2 >> Registered imbuement: dr_frst
[21:40:39] [Client thread/INFO] [FML]: Ars Magica 2 >> Registered imbuement: dr_mage
[21:40:39] [Client thread/INFO] [FML]: Ars Magica 2 >> Registered imbuement: dr_litn
[21:40:39] [Client thread/INFO] [FML]: Ars Magica 2 >> Registered imbuement: mn_reg
[21:40:39] [Client thread/INFO] [FML]: Ars Magica 2 >> Registered imbuement: bn_red
[21:40:39] [Client thread/INFO] [FML]: Ars Magica 2 >> Registered imbuement: soulbnd
[21:40:39] [Client thread/INFO] [FML]: Ars Magica 2 >> Registered imbuement: fl_lure
[21:40:39] [Client thread/INFO] [FML]: Ars Magica 2 >> Registered imbuement: mg_xp
[21:40:39] [Client thread/INFO] [FML]: Ars Magica 2 >> Registered imbuement: pp_ore
[21:40:39] [Client thread/INFO] [FML]: Ars Magica 2 >> Registered imbuement: mg_gog
[21:40:39] [Client thread/INFO] [FML]: Ars Magica 2 >> Registered imbuement: tc_nrv
[21:40:39] [Client thread/INFO] [FML]: Ars Magica 2 >> Registered imbuement: step_up
[21:40:39] [Client thread/INFO] [FML]: Ars Magica 2 >> Registered imbuement: run_spd
[21:40:39] [Client thread/INFO] [FML]: Ars Magica 2 >> Registered imbuement: dispel
[21:40:39] [Client thread/INFO] [FML]: Ars Magica 2 >> Registered imbuement: fallprot
[21:40:39] [Client thread/INFO] [FML]: Ars Magica 2 >> Registered imbuement: fireprot
[21:40:39] [Client thread/INFO] [FML]: Ars Magica 2 >> Registered imbuement: freedom
[21:40:39] [Client thread/INFO] [FML]: Ars Magica 2 >> Registered imbuement: healing
[21:40:39] [Client thread/INFO] [FML]: Ars Magica 2 >> Registered imbuement: hungerup
[21:40:39] [Client thread/INFO] [FML]: Ars Magica 2 >> Registered imbuement: highjump
[21:40:39] [Client thread/INFO] [FML]: Ars Magica 2 >> Registered imbuement: lifesave
[21:40:39] [Client thread/INFO] [FML]: Ars Magica 2 >> Registered imbuement: lightstep
[21:40:39] [Client thread/INFO] [FML]: Ars Magica 2 >> Registered imbuement: minespd
[21:40:39] [Client thread/INFO] [FML]: Ars Magica 2 >> Registered imbuement: recoil
[21:40:39] [Client thread/INFO] [FML]: Ars Magica 2 >> Registered imbuement: swimspd
[21:40:39] [Client thread/INFO] [FML]: Ars Magica 2 >> Registered imbuement: wtrbrth
[21:40:39] [Client thread/INFO] [FML]: Ars Magica 2 >> Registered imbuement: wtrwalk
[21:40:40] [Client thread/INFO] [Treecapitator]: Loading configuration file C:\Users\Joseph\AppData\Roaming\.minecraft\config\Treecapitator.cfg
[21:40:40] [Client thread/INFO] [Treecapitator]: Proceeding to load tree/mod configs from file.
[21:40:41] [Client thread/INFO] [CoFHWorld]: Registering Default Templates.
[21:40:41] [Client thread/INFO] [CoFHWorld]: Registering default generators
[21:40:41] [Client thread/INFO] [CoFHWorld]: Complete
[21:40:41] [CoFHUpdater:CoFHCore/INFO] [CoFHCore]: An updated version of CoFH Core is available: CoFH Core 3.0.3B1 for Minecraft 1.7.10.
[21:40:44] [Client thread/INFO] [BuildCraft]: Starting BuildCraft 6.4.4
[21:40:44] [Client thread/INFO] [BuildCraft]: Copyright (c) SpaceToad, 2011-2015
[21:40:44] [Client thread/INFO] [BuildCraft]: http://www.mod-buildcraft.com
[21:40:44] [Thread-11/INFO] [BuildCraft]: Beginning version check
[21:40:44] [Thread-11/WARN] [BuildCraft]: Using outdated version [6.4.4] for Minecraft 1.7.10. Consider updating to 7.0.13.
[21:40:44] [Client thread/INFO] [AncientWarfare]: Ancient Warfare Core Pre-Init Started
[21:40:45] [Client thread/INFO] [AncientWarfare]: Ancient Warfare Core Pre-Init Completed
[21:40:45] [Client thread/INFO] [AncientWarfare]: Ancient Warfare Automation Pre-Init started
[21:40:45] [Client thread/INFO] [AncientWarfare]: Detecting BuildCraft|Core is loaded, enabling BC Compatibility
[21:40:45] [Client thread/INFO] [AncientWarfare]: Detecting CoFHCore is loaded, enabling RF Compatibility
[21:40:45] [Client thread/INFO] [AncientWarfare]: RF Compatability loaded successfully
[21:40:45] [Client thread/INFO] [AncientWarfare]: Ancient Warfare Automation Pre-Init completed
[21:40:45] [Client thread/INFO] [AncientWarfare]: Ancient Warfare NPCs Pre-Init started
[21:40:46] [Client thread/INFO] [AncientWarfare]: Ancient Warfare NPCs Pre-Init completed
[21:40:46] [Client thread/INFO] [AncientWarfare]: Ancient Warfare Structures Pre-Init started
[21:40:46] [Client thread/INFO] [AncientWarfare]: Ancient Warfare Structures Pre-Init completed
[21:40:46] [Client thread/INFO] [AncientWarfare]: Ancient Warfare Vehicles Pre-Init started
[21:40:46] [Client thread/INFO] [AncientWarfare]: Ancient Warfare Vehicles Pre-Init completed
[21:40:46] [Client thread/INFO] [AE2:C]: Pre Initialization ( started )
[21:40:47] [Client thread/INFO] [AE2-CORE]: func_145839_a(Lnet/minecraft/nbt/NBTTagCompound;)V - Transformed
[21:40:47] [Client thread/INFO] [AE2-CORE]: func_145841_b(Lnet/minecraft/nbt/NBTTagCompound;)V - Transformed
[21:40:47] [Client thread/INFO] [AE2-CORE]: Removing Interface ic2.api.energy.tile.IEnergySink from appeng/tile/powersink/IC2 because IC2 integration is disabled.
[21:40:47] [Client thread/INFO] [AE2-CORE]: Updated appeng/tile/powersink/IC2
[21:40:47] [Client thread/INFO] [AE2-CORE]: Removing Interface Reika.RotaryCraft.API.Power.AdvancedShaftPowerReceiver from appeng/tile/powersink/RotaryCraft because RotaryCraft integration is disabled.
[21:40:47] [Client thread/INFO] [AE2-CORE]: Removing Interface Reika.RotaryCraft.API.Interfaces.Transducerable from appeng/tile/powersink/RotaryCraft because RotaryCraft integration is disabled.
[21:40:47] [Client thread/INFO] [AE2-CORE]: Removing Method Tick_RotaryCraft from appeng/tile/powersink/RotaryCraft because RotaryCraft integration is disabled.
[21:40:47] [Client thread/INFO] [AE2-CORE]: Updated appeng/tile/powersink/RotaryCraft
[21:40:47] [Client thread/INFO] [AE2-CORE]: Allowing Interface cofh.api.energy.IEnergyReceiver from appeng/tile/powersink/RedstoneFlux because RF integration is enabled.
[21:40:47] [Client thread/INFO] [AE2-CORE]: Removing Interface mekanism.api.energy.IStrictEnergyAcceptor from appeng/tile/powersink/MekJoules because Mekanism integration is disabled.
[21:40:47] [Client thread/INFO] [AE2-CORE]: Updated appeng/tile/powersink/MekJoules
[21:40:47] [Client thread/INFO] [AE2-CORE]: Allowing Interface powercrystals.minefactoryreloaded.api.rednet.connectivity.IRedNetConnection from appeng/block/networking/BlockCableBus because MFR integration is enabled.
[21:40:47] [Client thread/INFO] [AE2-CORE]: Allowing Method getConnectionType from appeng/block/networking/BlockCableBus because MFR integration is enabled.
[21:40:47] [Client thread/INFO] [AE2-CORE]: Removing Interface buildcraft.api.tools.IToolWrench from appeng/items/tools/quartz/ToolQuartzWrench because BC integration is disabled.
[21:40:47] [Client thread/INFO] [AE2-CORE]: Updated appeng/items/tools/quartz/ToolQuartzWrench
[21:40:47] [Client thread/INFO] [AE2-CORE]: Removing Interface ic2.api.item.ISpecialElectricItem from appeng/items/tools/powered/powersink/IC2 because IC2 integration is disabled.
[21:40:47] [Client thread/INFO] [AE2-CORE]: Removing Interface ic2.api.item.IElectricItemManager from appeng/items/tools/powered/powersink/IC2 because IC2 integration is disabled.
[21:40:47] [Client thread/INFO] [AE2-CORE]: Removing Method getManager from appeng/items/tools/powered/powersink/IC2 because IC2 integration is disabled.
[21:40:47] [Client thread/INFO] [AE2-CORE]: Updated appeng/items/tools/powered/powersink/IC2
[21:40:47] [Client thread/INFO] [AE2-CORE]: Allowing Interface cofh.api.energy.IEnergyContainerItem from appeng/items/tools/powered/powersink/RedstoneFlux because RFItem integration is enabled.
[21:40:47] [Client thread/INFO] [AE2-CORE]: Removing Interface buildcraft.api.tools.IToolWrench from appeng/items/tools/ToolNetworkTool because BC integration is disabled.
[21:40:47] [Client thread/INFO] [AE2-CORE]: Updated appeng/items/tools/ToolNetworkTool
[21:40:47] [Client thread/INFO] [AE2-CORE]: Removing Interface buildcraft.api.transport.IPipeConnection from appeng/parts/misc/PartStorageBus because BC integration is disabled.
[21:40:47] [Client thread/INFO] [AE2-CORE]: Removing Method overridePipeConnection from appeng/parts/misc/PartStorageBus because BC integration is disabled.
[21:40:47] [Client thread/INFO] [AE2-CORE]: Updated appeng/parts/misc/PartStorageBus
[21:40:47] [Client thread/INFO] [AE2-CORE]: Removing Interface buildcraft.api.transport.IPipeConnection from appeng/parts/p2p/PartP2PItems because BC integration is disabled.
[21:40:47] [Client thread/INFO] [AE2-CORE]: Removing Method overridePipeConnection from appeng/parts/p2p/PartP2PItems because BC integration is disabled.
[21:40:47] [Client thread/INFO] [AE2-CORE]: Updated appeng/parts/p2p/PartP2PItems
[21:40:48] [Client thread/INFO] [AE2-CORE]: Removing Interface ic2.api.energy.tile.IEnergySink from appeng/parts/p2p/PartP2PIC2Power because IC2 integration is disabled.
[21:40:48] [Client thread/INFO] [AE2-CORE]: Removing Interface ic2.api.energy.tile.IEnergySource from appeng/parts/p2p/PartP2PIC2Power because IC2 integration is disabled.
[21:40:48] [Client thread/INFO] [AE2-CORE]: Updated appeng/parts/p2p/PartP2PIC2Power
[21:40:48] [Client thread/INFO] [AE2-CORE]: Allowing Interface cofh.api.energy.IEnergyReceiver from appeng/parts/p2p/PartP2PRFPower because RF integration is enabled.
[21:40:48] [Client thread/INFO] [AE2:C]: Starting AE2 VersionChecker
[21:40:48] [Client thread/INFO] [AE2:C]: Pre Initialization ( ended after 1330ms )
Exception in thread "AE2 VersionChecker" [21:40:48] [AE2 VersionChecker/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: java.lang.IllegalArgumentException: Raw channel stable did not contain any of the pre-programmed types.
[21:40:48] [AE2 VersionChecker/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at appeng.services.version.VersionParser.parseChannel(VersionParser.java:117)
[21:40:48] [AE2 VersionChecker/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at appeng.services.version.VersionParser.parseVersion(VersionParser.java:72)
[21:40:48] [AE2 VersionChecker/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at appeng.services.version.VersionParser.parse(VersionParser.java:34)
[21:40:48] [AE2 VersionChecker/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at appeng.services.version.ModVersionFetcher.get(ModVersionFetcher.java:34)
[21:40:48] [AE2 VersionChecker/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at appeng.services.VersionChecker.processInterval(VersionChecker.java:106)
[21:40:48] [AE2 VersionChecker/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at appeng.services.VersionChecker.run(VersionChecker.java:86)
[21:40:48] [AE2 VersionChecker/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.Thread.run(Thread.java:745)
[21:40:49] [Client thread/INFO] [FML]: [BiomesOPlenty] Extending Potions Array.
[21:40:50] [Client thread/ERROR] [BiomesOPlenty]: Could not read existing image from: C:\Users\Joseph\AppData\Roaming\.minecraft\assets\bopexternal\trails\dev_trail. Attempting redownload.
javax.imageio.IIOException: Can't read input file!
at javax.imageio.ImageIO.read(ImageIO.java:1301) ~[?:1.8.0_25]
at biomesoplenty.client.utils.ExternalTexture.<init>(ExternalTexture.java:51) [ExternalTexture.class:?]
at biomesoplenty.client.utils.ExternalTextureManager.retrieveExternalTexture(ExternalTextureManager.java:36) [ExternalTextureManager.class:?]
at biomesoplenty.client.utils.ParticleRegistry.<init>(ParticleRegistry.java:24) [ParticleRegistry.class:?]
at biomesoplenty.common.eventhandler.BOPEventHandlers.registerClientEventHandlers(BOPEventHandlers.java:79) [BOPEventHandlers.class:?]
at biomesoplenty.common.eventhandler.BOPEventHandlers.init(BOPEventHandlers.java:37) [BOPEventHandlers.class:?]
at biomesoplenty.BiomesOPlenty.preInit(BiomesOPlenty.java:68) [BiomesOPlenty.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532) [FMLModContainer.class:?]
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source) ~[?:?]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [guava-17.0.jar:?]
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.post(EventBus.java:275) [guava-17.0.jar:?]
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212) [LoadController.class:?]
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190) [LoadController.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [guava-17.0.jar:?]
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.post(EventBus.java:275) [guava-17.0.jar:?]
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119) [LoadController.class:?]
at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:556) [Loader.class:?]
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:243) [FMLClientHandler.class:?]
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480) [bao.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878) [bao.class:?]
at net.minecraft.client.main.Main.main(SourceFile:148) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.11.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.11.jar:?]
[21:40:50] [Client thread/ERROR] [BiomesOPlenty]: Could not read existing image from: C:\Users\Joseph\AppData\Roaming\.minecraft\assets\bopexternal\trails\donator_trail. Attempting redownload.
javax.imageio.IIOException: Can't read input file!
at javax.imageio.ImageIO.read(ImageIO.java:1301) ~[?:1.8.0_25]
at biomesoplenty.client.utils.ExternalTexture.<init>(ExternalTexture.java:51) [ExternalTexture.class:?]
at biomesoplenty.client.utils.ExternalTextureManager.retrieveExternalTexture(ExternalTextureManager.java:36) [ExternalTextureManager.class:?]
at biomesoplenty.client.utils.ParticleRegistry.<init>(ParticleRegistry.java:25) [ParticleRegistry.class:?]
at biomesoplenty.common.eventhandler.BOPEventHandlers.registerClientEventHandlers(BOPEventHandlers.java:79) [BOPEventHandlers.class:?]
at biomesoplenty.common.eventhandler.BOPEventHandlers.init(BOPEventHandlers.java:37) [BOPEventHandlers.class:?]
at biomesoplenty.BiomesOPlenty.preInit(BiomesOPlenty.java:68) [BiomesOPlenty.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532) [FMLModContainer.class:?]
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source) ~[?:?]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [guava-17.0.jar:?]
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.post(EventBus.java:275) [guava-17.0.jar:?]
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212) [LoadController.class:?]
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190) [LoadController.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [guava-17.0.jar:?]
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.post(EventBus.java:275) [guava-17.0.jar:?]
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119) [LoadController.class:?]
at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:556) [Loader.class:?]
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:243) [FMLClientHandler.class:?]
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480) [bao.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878) [bao.class:?]
at net.minecraft.client.main.Main.main(SourceFile:148) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.11.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.11.jar:?]
[21:40:53] [Client thread/INFO] [FML]: InvTweaks: net.minecraft.inventory.ContainerWorkbench
[21:40:55] [Client thread/INFO] [CarpentersBlocks]: Designs found: Bed(6), Chisel(9), FlowerPot(18), Tile(13)
[21:41:00] [CoFHUpdater:ThermalFoundation/INFO] [ThermalFoundation]: An updated version of Thermal Foundation is available: Thermal Foundation 1.2.0B1 for Minecraft 1.7.10.
[21:41:00] [Client thread/INFO] [ThermalFoundation]: Loading Plugins...
[21:41:00] [Client thread/INFO] [STDOUT]: [cofh.thermalfoundation.plugins.mfr.MFRPlugin:preInit:14]: should work
[21:41:00] [Client thread/INFO] [ThermalFoundation]: Finished Loading Plugins.
[21:41:00] [CoFHUpdater:ThermalExpansion/INFO] [ThermalExpansion]: An updated version of Thermal Expansion is available: Thermal Expansion 4.0.2B2 for Minecraft 1.7.10.
[21:41:00] [Client thread/INFO] [ThermalExpansion]: Loading Plugins...
[21:41:00] [Client thread/INFO] [ThermalExpansion]: Finished Loading Plugins.
[21:41:00] [Client thread/INFO] [ThermalExpansion]: There are no crafting files present in C:\Users\Joseph\AppData\Roaming\.minecraft\config\cofh\thermalexpansion\crafting.
[21:41:00] [Client thread/INFO] [Mantle]: Mantle (1.7.10-0.3.2.jenkins184) -- Preparing for launch.
[21:41:00] [Client thread/INFO] [Mantle]: Entering preinitialization phase.
[21:41:00] [Client thread/INFO] [Mantle]: Loading configuration from disk.
[21:41:00] [Client thread/INFO] [Mantle]: Configuration load completed.
[21:41:01] [Client thread/INFO] [PulseManager-TConstruct]: Skipping Pulse Tinkers Thaumcraft Compatibility; missing dependency: Thaumcraft
[21:41:01] [Client thread/INFO] [PulseManager-TConstruct]: Skipping Pulse Tinkers IC2 Compatibility; missing dependency: IC2
[21:41:01] [Client thread/INFO] [PulseManager-TConstruct]: Skipping Pulse Tinkers Mystcraft Compatibility; missing dependency: Mystcraft
[21:41:01] [Client thread/INFO] [PulseManager-TConstruct]: Skipping Pulse Tinkers FMP Compatibility; missing dependency: ForgeMultipart
[21:41:01] [Client thread/INFO] [PulseManager-TConstruct]: Skipping Pulse Tinkers' Underground Biomes Compatiblity; missing dependency: UndergroundBiomes
[21:41:02] [Client thread/INFO] [TConstruct]: Gear module active. Adding gear cast.
[21:41:02] [Client thread/INFO] [extrautils]: Hello World
[21:41:02] [Client thread/INFO] [extrautils]: Registering Packet class PacketAngelRingNotifier with discriminator: 0
[21:41:02] [Client thread/INFO] [extrautils]: Registering Packet class PacketGUIWidget with discriminator: 1
[21:41:02] [Client thread/INFO] [extrautils]: Registering Packet class PacketParticle with discriminator: 2
[21:41:02] [Client thread/INFO] [extrautils]: Registering Packet class PacketParticleEvent with discriminator: 3
[21:41:02] [Client thread/INFO] [extrautils]: Registering Packet class PacketPlaySound with discriminator: 4
[21:41:02] [Client thread/INFO] [extrautils]: Registering Packet class PacketRain with discriminator: 5
[21:41:02] [Client thread/INFO] [extrautils]: Registering Packet class PacketUseItemAlt with discriminator: 6
[21:41:02] [Client thread/INFO] [extrautils]: Registering Packet class PacketVillager with discriminator: 7
[21:41:02] [Client thread/INFO] [extrautils]: Registering Packet class PacketVillagerReturn with discriminator: 8
[21:41:02] [Client thread/INFO] [extrautils]: Registering Packet class PacketYoink with discriminator: 9
[21:41:03] [Client thread/INFO] [extrautils]: Recipes constructing tile.extrautils:extractor_base_remote.0 will now be used in the Ender Constructor
[21:41:03] [Client thread/INFO] [extrautils]: Recipes constructing tile.extrautils:extractor_base_remote.6 will now be used in the Ender Constructor
[21:41:03] [Client thread/INFO] [extrautils]: Recipes constructing item.extrautils:nodeUpgrade.5 will now be used in the Ender Constructor
[21:41:03] [Client thread/INFO] [extrautils]: Recipes constructing item.extrautils:nodeUpgrade.6 will now be used in the Ender Constructor
[21:41:03] [Client thread/INFO] [extrautils]: Recipes constructing tile.extrautils:magnumTorch will now be used in the Ender Constructor
[21:41:03] [Client thread/INFO] [extrautils]: Recipes constructing tile.extrautils:endMarker will now be used in the Ender Constructor
[21:41:03] [Client thread/INFO] [extrautils]: Recipes constructing tile.extrautils:extractor_base.12 will now be used in the Ender Constructor
[21:41:03] [Client thread/INFO] [extrautils]: Recipes constructing tile.extrautils:enderQuarryUpgrade.0 will now be used in the Ender Constructor
[21:41:03] [Client thread/INFO] [extrautils]: Recipes constructing tile.extrautils:extractor_base.13 will now be used in the Ender Constructor
[21:41:03] [Client thread/INFO] [extrautils]: Registering RecipeGlove to RecipeSorter
[21:41:03] [Client thread/INFO] [extrautils]: Registering RecipeSoul to RecipeSorter
[21:41:03] [Client thread/INFO] [extrautils]: Registering RecipeMagicalWood to RecipeSorter
[21:41:03] [Client thread/INFO] [extrautils]: Registering RecipeCustomOres to RecipeSorter
[21:41:03] [Client thread/INFO] [extrautils]: Registering RecipeFilterInvert to RecipeSorter
[21:41:03] [Client thread/INFO] [extrautils]: Registering RecipeEnchantCrafting to RecipeSorter
[21:41:03] [Client thread/INFO] [extrautils]: Registering RecipeHorseTransmutation to RecipeSorter
[21:41:03] [Client thread/INFO] [extrautils]: Registering RecipeUnsigil to RecipeSorter
[21:41:03] [Client thread/INFO] [extrautils]: Registering RecipeUnEnchanting to RecipeSorter
[21:41:03] [Client thread/INFO] [extrautils]: Registering RecipeUnstableIngotCrafting to RecipeSorter
[21:41:03] [Client thread/INFO] [extrautils]: Registering RecipeUnstableNuggetCrafting to RecipeSorter
[21:41:03] [Client thread/INFO] [extrautils]: Registering RecipeUnstableCrafting to RecipeSorter
[21:41:03] [Client thread/INFO] [extrautils]: Registering RecipeDifficultySpecific to RecipeSorter
[21:41:03] [Client thread/INFO] [extrautils]: Registering RecipeBagDye to RecipeSorter
[21:41:03] [Client thread/INFO] [extrautils]: Registering RecipeGBEnchanting to RecipeSorter
[21:41:03] [Client thread/INFO] [Forestry]: Module BuildCraft 6 Transport Plugin failed to load: BuildCraft|Transport not found
[21:41:03] [Client thread/INFO] [Forestry]: Module Equivalent Exchange 2 Plugin failed to load: Equivalent Exchange not found
[21:41:03] [Client thread/INFO] [Forestry]: Module FarmCraftory Plugin failed to load: FarmCraftory not found
[21:41:03] [Client thread/INFO] [Forestry]: Module IndustrialCraft2 Plugin failed to load: IndustrialCraft2 not found
[21:41:03] [Client thread/INFO] [Forestry]: Module HarvestCraft Plugin failed to load: HarvestCraft not found
[21:41:03] [Client thread/INFO] [Forestry]: Module Natura Plugin failed to load: Natura not found
[21:41:03] [Client thread/INFO] [Forestry]: Module PlantMegaPack Plugin failed to load: Plant Mega Pack not found
[21:41:04] [Thread-14/WARN] [Forestry]: Unable to read from remote version authority.
[MobiusCore] Found net.minecraft.client.renderer.entity.RenderManager [ bnn ] with checksum 23331C7A7033A1CF1F1AAE38FD89A9B5
[MobiusCore] Successful injection in a (Lsa;DDDFFZ)Z
[MobiusCore] Successful injection in a (Lsa;DDDFFZ)Z
[21:41:07] [Client thread/INFO] [FML]: InvTweaks: invtweaks.InvTweaksObfuscation
[21:41:07] [Client thread/INFO] [RadixCore]: RadixCore version 2.0.0 is running from C:\Users\Joseph\AppData\Roaming\.minecraft
[21:41:07] [Client thread/ERROR] [RadixCore]: NullPointerException while trying to read options.txt. Defaulting to English.
[21:41:09] [Client thread/WARN] [FML]: [TwilightForest] Biome ID conflict. Biome ID 40 contains a biome named Alps, but Twilight Forest is set to use that ID.
[21:41:09] [Client thread/WARN] [FML]: [TwilightForest] Biome ID conflict. Biome ID 41 contains a biome named Arctic, but Twilight Forest is set to use that ID.
[21:41:09] [Client thread/WARN] [FML]: [TwilightForest] Biome ID conflict. Biome ID 42 contains a biome named Bamboo Forest, but Twilight Forest is set to use that ID.
[21:41:09] [Client thread/WARN] [FML]: [TwilightForest] Biome ID conflict. Biome ID 43 contains a biome named Bayou, but Twilight Forest is set to use that ID.
[21:41:09] [Client thread/WARN] [FML]: [TwilightForest] Biome ID conflict. Biome ID 44 contains a biome named Bog, but Twilight Forest is set to use that ID.
[21:41:09] [Client thread/WARN] [FML]: [TwilightForest] Biome ID conflict. Biome ID 45 contains a biome named Boreal Forest, but Twilight Forest is set to use that ID.
[21:41:09] [Client thread/WARN] [FML]: [TwilightForest] Biome ID conflict. Biome ID 46 contains a biome named Brushland, but Twilight Forest is set to use that ID.
[21:41:09] [Client thread/WARN] [FML]: [TwilightForest] Biome ID conflict. Biome ID 47 contains a biome named Canyon, but Twilight Forest is set to use that ID.
[21:41:09] [Client thread/WARN] [FML]: [TwilightForest] Biome ID conflict. Biome ID 48 contains a biome named Chaparral, but Twilight Forest is set to use that ID.
[21:41:09] [Client thread/WARN] [FML]: [TwilightForest] Biome ID conflict. Biome ID 49 contains a biome named Cherry Blossom Grove, but Twilight Forest is set to use that ID.
[21:41:09] [Client thread/WARN] [FML]: [TwilightForest] Biome ID conflict. Biome ID 50 contains a biome named Coniferous Forest, but Twilight Forest is set to use that ID.
[21:41:09] [Client thread/WARN] [FML]: [TwilightForest] Biome ID conflict. Biome ID 51 contains a biome named Snowy Coniferous Forest, but Twilight Forest is set to use that ID.
[21:41:09] [Client thread/WARN] [FML]: [TwilightForest] Biome ID conflict. Biome ID 52 contains a biome named Crag, but Twilight Forest is set to use that ID.
[21:41:09] [Client thread/WARN] [FML]: [TwilightForest] Biome ID conflict. Biome ID 53 contains a biome named Dead Forest, but Twilight Forest is set to use that ID.
[21:41:09] [Client thread/WARN] [FML]: [TwilightForest] Biome ID conflict. Biome ID 54 contains a biome named Dead Swamp, but Twilight Forest is set to use that ID.
[21:41:09] [Client thread/WARN] [FML]: [TwilightForest] Biome ID conflict. Biome ID 55 contains a biome named Deciduous Forest, but Twilight Forest is set to use that ID.
[21:41:09] [Client thread/WARN] [FML]: [TwilightForest] Biome ID conflict. Biome ID 56 contains a biome named Fen, but Twilight Forest is set to use that ID.
[21:41:09] [Client thread/WARN] [FML]: [TwilightForest] Biome ID conflict. Biome ID 57 contains a biome named Flower Field, but Twilight Forest is set to use that ID.
[21:41:09] [Client thread/WARN] [FML]: [TwilightForest] Biome ID conflict. Biome ID 58 contains a biome named Frost Forest, but Twilight Forest is set to use that ID.
[21:41:09] [Client thread/WARN] [FML]: [TwilightForest] Biome ID conflict detected. Edit the Twilight Forest config to give all biomes unique IDs.
[21:41:09] [Client thread/WARN] [FML]: [TwilightForest] Biome ID conflict detected. Edit the Twilight Forest config to give all biomes unique IDs.
[21:41:09] [Client thread/INFO] [FML]: [MoVillages] Generated Village Customization Config!
[21:41:11] [Client thread/WARN] [PneumaticCraft]: Failed on getting Forestry's farm blocks, using defaults
[21:41:12] [Client thread/INFO] [simplyjetpacks]: Starting Simply Jetpacks
[21:41:12] [Client thread/INFO] [simplyjetpacks]: Loading configuration file
[21:41:12] [Client thread/INFO] [simplyjetpacks]: Constructing items
[21:41:12] [Client thread/INFO] [simplyjetpacks]: Registering items
[21:41:12] [Client thread/INFO] [simplyjetpacks]: Registering network messages
[21:41:12] [Client thread/INFO] [simplyjetpacks]: Registering handlers
[21:41:12] [Client thread/INFO] [FML]: SSR: Loaded Main configuration file.
[21:41:12] [Client thread/INFO] [FML]: SSR: Loaded custom tier settings.
[21:41:12] [Client thread/INFO] [FML]: Tier: 0
[21:41:12] [Client thread/INFO] [FML]: 0:63
[21:41:12] [Client thread/INFO] [FML]: Tier: 1
[21:41:12] [Client thread/INFO] [FML]: 64:127
[21:41:12] [Client thread/INFO] [FML]: Tier: 2
[21:41:12] [Client thread/INFO] [FML]: 128:255
[21:41:12] [Client thread/INFO] [FML]: Tier: 3
[21:41:12] [Client thread/INFO] [FML]: 256:511
[21:41:12] [Client thread/INFO] [FML]: Tier: 4
[21:41:12] [Client thread/INFO] [FML]: 512:1023
[21:41:12] [Client thread/INFO] [FML]: Tier: 5
[21:41:12] [Client thread/INFO] [FML]: 1024:1024
[21:41:12] [CoFHUpdater:RedstoneArsenal/INFO] [RedstoneArsenal]: An updated version of Redstone Arsenal is available: Redstone Arsenal 1.1.1B1 for Minecraft 1.7.10.
[21:41:12] [Client thread/INFO] [FML]: SSR: Registering game objects...
[21:41:12] [Client thread/INFO] [FML]: SSR: Done!
[21:41:13] [Client thread/INFO] [STDOUT]: [vswe.stevescarts.Blocks.ModBlocks:init:89]: Failed to create block (BlockDistributor)
[21:41:13] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: java.lang.IllegalArgumentException: Duplicate id: distributor
[21:41:13] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.tileentity.TileEntity.func_145826_a(TileEntity.java:43)
[21:41:13] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.registry.GameRegistry.registerTileEntity(GameRegistry.java:281)
[21:41:13] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at vswe.stevescarts.Blocks.ModBlocks.init(ModBlocks.java:83)
[21:41:13] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at vswe.stevescarts.StevesCarts.preInit(StevesCarts.java:87)
[21:41:13] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[21:41:13] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[21:41:13] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[21:41:13] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
[21:41:13] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
[21:41:13] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
[21:41:13] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[21:41:13] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
[21:41:13] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
[21:41:13] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
[21:41:13] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
[21:41:13] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
[21:41:13] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.post(EventBus.java:275)
[21:41:13] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
[21:41:13] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
[21:41:13] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[21:41:13] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[21:41:13] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[21:41:13] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
[21:41:13] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
[21:41:13] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
[21:41:13] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
[21:41:13] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
[21:41:13] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.post(EventBus.java:275)
[21:41:13] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
[21:41:13] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:556)
[21:41:13] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:243)
[21:41:13] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480)
[21:41:13] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
[21:41:13] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.main.Main.main(SourceFile:148)
[21:41:13] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[21:41:13] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[21:41:13] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[21:41:13] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
[21:41:13] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
[21:41:13] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
[21:41:13] [Client thread/INFO] [FML]: InvTweaks: net.minecraft.inventory.ContainerPlayer
Initializing Blocks , Items and Loading recipes[21:41:15] [Client thread/INFO] [FML]: Applying holder lookups
[21:41:15] [Client thread/INFO] [FML]: Holder lookups applied
[21:41:15] [Client thread/INFO] [FML]: Injecting itemstacks
[21:41:15] [Client thread/INFO] [FML]: Itemstack injection complete
[21:41:15] [Client thread/ERROR] [FML]: Fatal errors were detected during the transition from PREINITIALIZATION to INITIALIZATION. Loading cannot continue
[21:41:15] [Client thread/ERROR] [FML]:
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCH mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
UCH FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1448-1.7.10.jar)
UCH Forge{10.13.4.1448} [Minecraft Forge] (forge-1.7.10-10.13.4.1448-1.7.10.jar)
UCH AM2-Preloader{0.0.2} [AMCore] (minecraft.jar)
UCH appliedenergistics2-core{rv2-stable-8} [AppliedEnergistics2 Core] (minecraft.jar)
UCH CodeChickenCore{1.0.4.29} [CodeChicken Core] (minecraft.jar)
UCH ImmibisMicroblocks{59.0.5} [Immibis's Microblocks] (immibis-microblocks-59.0.5.jar)
UCH itemphysic{1.1.2} [ItemPhysic] (minecraft.jar)
UCH Micdoodlecore{} [Micdoodle8 Core] (minecraft.jar)
UCH MobiusCore{1.2.3} [MobiusCore] (minecraft.jar)
UCH NotEnoughItems{1.0.4.83} [Not Enough Items] (notenoughitems-1.7.10-1.0.4.83-universal.jar)
UCH simplyjetpackscore{1.0} [Simply Jetpacks Coremod] (minecraft.jar)
UCH <CoFH ASM>{000} [CoFH ASM] (minecraft.jar)
UCH battlegear2{1.0.7.0} [Mine & Blade Battlegear 2 - Bullseye] (1.7.10-MB_Battlegear2-Bullseye-1.0.7.0.jar)
UCH zeldaswordskills{1.7.10-2.2.5} [Zelda Sword Skills] (1.7.10-zeldaswordskills-2.2.5.jar)
UCH AnimationAPI{1.2.4} [AnimationAPI] (AnimationAPI-1.7.10-1.2.4.jar)
UCH arsmagica2{1.4.0.008} [Ars Magica 2] (1.7.10_AM2-1.4.0.008.jar)
UCH lucky{5.1.0} [Lucky Block] ([1-7-10]_Lucky_Block_v5-1-0.jar)
UCH bspkrsCore{6.15} [bspkrsCore] ([1.7.10]bspkrsCore-universal-6.15.jar)
UCH ArmorStatusHUD{1.28} [ArmorStatusHUD] ([1.7.10]ArmorStatusHUD-client-1.28.jar)
UCH DamageIndicatorsMod{3.2.3} [Damage Indicators] ([1.7.10]DamageIndicatorsMod-3.2.3.jar)
UCH Treecapitator{1.7.10} [Treecapitator] ([1.7.10]Treecapitator-universal-2.0.4.jar)
UCH CoFHCore{1.7.10R3.0.2} [CoFH Core] (CoFHCore-[1.7.10]3.0.2-262.jar)
UCH advancedgenetics{1.5.8} [Advanced Genetics] (advancedgenetics-1.7.10-1.5.8.jar)
UCE nevermine{2.0.1} [AdventOfAscension] (AdventOfAscension-2.0.3.jar)
UCH BuildCraft|Core{6.4.4} [BuildCraft] (buildcraft-6.4.4.jar)
UCH AncientWarfare{2.4.83-beta-MC1.7.10} [Ancient Warfare Core] (ancientwarfare-2.4.83-beta-MC1.7.10.jar)
UCH AncientWarfareAutomation{2.4.83-beta-MC1.7.10} [Ancient Warfare Automation] (ancientwarfare-2.4.83-beta-MC1.7.10.jar)
UCH AncientWarfareNEIPlugin{2.4.83-beta-MC1.7.10} [Ancient Warfare NEI Plugin] (ancientwarfare-2.4.83-beta-MC1.7.10.jar)
UCH AncientWarfareNpc{2.4.83-beta-MC1.7.10} [Ancient Warfare NPCs] (ancientwarfare-2.4.83-beta-MC1.7.10.jar)
UCH AncientWarfareStructure{2.4.83-beta-MC1.7.10} [Ancient Warfare Structures] (ancientwarfare-2.4.83-beta-MC1.7.10.jar)
UCH AncientWarfareVehicle{2.4.83-beta-MC1.7.10} [Ancient Warfare Vehicles] (ancientwarfare-2.4.83-beta-MC1.7.10.jar)
UCH appliedenergistics2{rv2-stable-8} [Applied Energistics 2] (appliedenergistics2-rv2-stable-8.jar)
UCH iChunUtil{4.1.3} [iChunUtil] (ichunutil-4.1.3.jar)
UCH BackTools{4.0.0} [BackTools] (Back-Tools-Mod-1.7.10.jar)
UCH Backpack{2.0.1} [Backpack] (backpack-2.0.1-1.7.x.jar)
UCH Baubles{1.0.1.10} [Baubles] (Baubles-1.7.10-1.0.1.10.jar)
UCH BiblioCraft{1.10.2} [BiblioCraft] (BiblioCraft[v1.10.2][MC1.7.10].jar)
UCH BiomesOPlenty{2.1.0} [Biomes O' Plenty] (BiomesOPlenty-1.7.10-2.1.0.1067-universal.jar)
UCH AWWayofTime{v1.3.0a} [Blood Magic: Alchemical Wizardry] (bloodmagic-1.7.10-1.3.0a-1.jar)
UCH Botania{r1.5-170} [Botania] (Botania r1.5-170.jar)
UCH BuildCraft|Transport{6.4.4} [BC Transport] (buildcraft-6.4.4.jar)
UCH BuildCraft|Silicon{6.4.4} [BC Silicon] (buildcraft-6.4.4.jar)
UCH BuildCraft|Builders{6.4.4} [BC Builders] (buildcraft-6.4.4.jar)
UCH BuildCraft|Energy{6.4.4} [BC Energy] (buildcraft-6.4.4.jar)
UCH BuildCraft|Factory{6.4.4} [BC Factory] (buildcraft-6.4.4.jar)
UCH CarpentersBlocks{3.3.4.2} [Carpenter's Blocks] (carpenters blocks v3.3.4.2 - mc 1.7.10.jar)
UCH carsanddrives{1.0.9} [Cars and Drives] (Cars_and_Drives_Mod_V-1.0.9.jar)
UCH ChickenChunks{1.3.4.13} [ChickenChunks] (ChickenChunks-Mod-1.7.10.jar)
UCH chisel{1.5.7} [Chisel] (Chisel-1.7.10-1.5.7.jar)
UCH chococraft{4.1.2} [Clienthax's ChocoCraft] (ChocoCraft-Mod-1.7.10.jar)
UCH creativecore{1.0} [CreativeCore] (CreativeCore v1.1.4 mc1.7.10.jar)
UCH dimdoors{2.2.5-test} [Dimensional Doors] (DimensionalDoors-2.2.5-test8.jar)
UCH MoCreatures{6.3.1} [DrZhark's Mo'Creatures Mod] (DrZharks MoCreatures Mod v6.3.1.jar)
UCH elementalcreepers{4.3.0} [Elemental Creepers] (Elemental Creepers-universal_1.7.10-4.3.0.jar)
UCH EnderStorage{1.4.5.27} [EnderStorage] (enderstorage-1.7.10-1.4.5.27-universal.jar)
UCH ThermalFoundation{1.7.10R1.0.0} [Thermal Foundation] (ThermalFoundation-[1.7.10]1.0.0-81.jar)
UCH ThermalExpansion{1.7.10R4.0.1} [Thermal Expansion] (ThermalExpansion-[1.7.10]4.0.1-182.jar)
UCH EnderTech{1.7.10-0.3.2.388} [EnderTech] (EnderTech-1.7.10-0.3.2.388.jar)
UCH Mantle{1.7.10-0.3.2.jenkins184} [Mantle] (Mantle-1.7.10-0.3.2.jar)
UCH MineFactoryReloaded{1.7.10R2.8.0} [MineFactory Reloaded] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCH Waila{1.5.8} [Waila] (Waila-1.5.9_1.7.10.jar)
UCH TConstruct{1.7.10-1.8.5.build957} [Tinkers' Construct] (TConstruct-1.7.10-1.8.5.jar)
UCH ExtraUtilities{1.2.6} [Extra Utilities] (extrautilities-1.2.6.jar)
UCH Forestry{3.5.7.16} [Forestry for Minecraft] (forestry_1.7.10-3.5.7.16.jar)
UCH GalacticraftCore{3.0.11} [Galacticraft Core] (GalacticraftCore-1.7-3.0.11.306.jar)
UCH GalacticraftMars{3.0.11} [Galacticraft Planets] (Galacticraft-Planets-1.7-3.0.11.306.jar)
UCH Hats{4.0.1} [Hats] (Hats-4.0.1.jar)
UCH HatStand{4.0.0} [HatStand] (HatStand-4.0.0.jar)
UCH ImmibisCore{59.0.8} [Immibis Core] (immibis-core-59.0.8.jar)
UCH InfernalMobs{1.6.0} [Infernal Mobs] (InfernalMobs-1.7.10.jar)
UCH inventorytweaks{1.58-147-645ca10} [Inventory Tweaks] (InventoryTweaks-1.58-147.jar)
UCH IronChest{6.0.49.733} [Iron Chest] (ironchest-1.7.10-6.0.49.733-universal.jar)
UCH JABBA{1.1.4} [JABBA] (Jabba-1.1.4_1.7.10.jar)
UCH legendgear{2.b.0.2} [Legend Gear 2] (LegendGear-2-Mod-1.7.10.jar)
UCH magicalcrops{1.7.2 - 0.1 ALPHA} [Magical Crops] (magicalcrops-1.7.10_0.1.jar)
UCH RadixCore{2.0.0} [RadixCore] (RadixCore-1.7.10-2.0.0-universal.jar)
UCH MCA{5.0.0} [Minecraft Comes Alive] (MCA-5.0.0-1.7.10-universal.jar)
UCH meteors{2.13.1} [Falling Meteors] (meteors-1.7.10-2.13.1.jar)
UCH MineFactoryReloaded|CompatAppliedEnergistics{1.7.10R2.8.0} [MFR Compat: Applied Energistics] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCH MineFactoryReloaded|CompatAtum{1.7.10R2.8.0} [MFR Compat: Atum] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCH MineFactoryReloaded|CompatBackTools{1.7.10R2.8.0} [MFR Compat: BackTools] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCH MineFactoryReloaded|CompatBuildCraft{1.7.10R2.8.0} [MFR Compat: BuildCraft] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCH MineFactoryReloaded|CompatChococraft{1.7.10R2.8.0} [MFR Compat: Chococraft] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCH MineFactoryReloaded|CompatExtraBiomes{1.7.10R2.8.0} [MFR Compat: ExtraBiomes] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCH MineFactoryReloaded|CompatForestry{1.7.10R2.8.0} [MFR Compat: Forestry] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCH MineFactoryReloaded|CompatForgeMicroblock{1.7.10R2.8.0} [MFR Compat: ForgeMicroblock] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCH MineFactoryReloaded|CompatIC2{1.7.10R2.8.0} [MFR Compat: IC2] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCH MineFactoryReloaded|CompatMystcraft{1.7.10R2.8.0} [MFR Compat: Mystcraft] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCH MineFactoryReloaded|CompatProjRed{1.7.10R2.8.0} [MFR Compat ProjectRed] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCH MineFactoryReloaded|CompatRailcraft{1.7.10R2.8.0} [MFR Compat: Railcraft] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCH MineFactoryReloaded|CompatSufficientBiomes{1.7.10R2.8.0} [MFR Compat: Sufficient Biomes] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCH MineFactoryReloaded|CompatThaumcraft{1.7.10R2.8.0} [MFR Compat: Thaumcraft] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCH MineFactoryReloaded|CompatThermalExpansion{1.7.10R2.8.0} [MFR Compat: Thermal Expansion] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCH MineFactoryReloaded|CompatTConstruct{1.7.10R2.8.0} [MFR Compat: Tinkers' Construct] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCH TwilightForest{2.3.2} [The Twilight Forest] (twilightforest-1.7.10-2.3.2.jar)
UCH MineFactoryReloaded|CompatTwilightForest{1.7.10R2.8.0} [MFR Compat: TwilightForest] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCH MineFactoryReloaded|CompatVanilla{1.7.10R2.8.0} [MFR Compat: Vanilla] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCH mozombies{2.1.0} [Mo' Zombies] (Mo' Zombies 2.1.0.jar)
UCH mochickens{1.5} [Mo Chickens] (Mo-Chickens-Mod-1.7.10.jar)
UCH MoreBows2{Beta 0.4} [More Bows 2] (More-Bows-2-Mod-1.7.10.jar)
UCH Morph{0.9.1} [Morph] (Morph-Beta-0.9.1.jar)
UCH movillages{1.2.1} [Mo' Villages] (MoVillages-1.3.1.jar)
UCH cfm{3.4.7} [§9MrCrayfish's Furniture Mod] (MrCrayfishFurnitureModv3.4.7(1.7.10).jar)
UCH MutantCreatures{1.4.7} [Mutant Creatures] (Mutant-Creatures-Mod-1.7.10.jar)
UCH NetherOres{1.7.10R2.3.0RC3} [Nether Ores] (NetherOres-[1.7.10]2.3.0RC3-84.jar)
UCH PneumaticCraft{1.5.1-49} [PneumaticCraft] (pneumaticcraft-1.7.10-1.5.1-49-universal.jar)
UCH rafradek_blocklauncher{1.4.1} [Block Launcher] (rafradek_blocklauncher-1.4.1.jar)
UCH RedstoneArsenal{1.7.10R1.1.0} [Redstone Arsenal] (RedstoneArsenal-[1.7.10]1.1.0-80.jar)
UCH ReiMinimap{1.7.10} [Rei's Minimap] (Reis-Minimap-Mod-1.7.10.jar)
UCH AS_Ruins{14.7} [Ruins Spawning System] (Ruins-1.7.10.jar)
UCH simplyjetpacks{1.0.0} [Simply Jetpacks] (Simply-Jetpacks-Mod-1.7.10.jar)
UCH SSR{Alpha 0.9a} [Soul Shards: Reborn] (Soul-Shards-Reborn-Mod-1.7.10.jar)
UCH StevesCarts{2.0.0.b18} [Steve's Carts 2] (stevescarts2.0.0.b18.jar)
UCH Sync{4.0.0} [Sync] (Sync-4.0.0.jar)
UCH telepads{1.6.4 v5} [Teleportation Pads] (TelePads-Mod-1.7.10.jar)
UCH ether{3.0} [ether] (The-Ether-Mod-1.7.10.jar)
UCH SpecialArmor{1.7.10} [TeeLuk's SpecialArmor] (TLSpecialArmor-1.7.10.jar)
UCH TrailMix{4.0.0} [TrailMix] (Trail-Mix-Mod-1.7.10.jar)
UCH weaponmod{v1.14.3} [Balkon's WeaponMod] (weaponmod-1.14.3.jar)
UCH wildcaves3{0.4.3.6} [Wild Caves 3] (Wild-Caves-Mod-1.7.10.jar)
UCH witchery{0.20.0} [Witchery] (witchery-1.7.10-0.20.0.jar)
UCH libsandstone{1.0.0} [libsandstone] (LibSandstone-1.0.0.jar)
[21:41:15] [Client thread/ERROR] [FML]: The following problems were captured during this phase
[21:41:15] [Client thread/ERROR] [FML]: Caught exception from nevermine
java.lang.IllegalArgumentException: Duplicate enchantment id! class net.nevermine.assist.AscensionEnchants$1 and class am2.enchantments.EnchantMagicResist Enchantment ID:100
at net.minecraft.enchantment.Enchantment.<init>(Enchantment.java:53) ~[aft.class:?]
at net.nevermine.assist.RestrictedEnchant.<init>(RestrictedEnchant.java:14) ~[RestrictedEnchant.class:?]
at net.nevermine.assist.AscensionEnchants$1.<init>(AscensionEnchants.java:26) ~[AscensionEnchants$1.class:?]
at net.nevermine.assist.AscensionEnchants.init(AscensionEnchants.java:26) ~[AscensionEnchants.class:?]
at net.nevermine.common.nevermine.PreInit(nevermine.java:70) ~[nevermine.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532) ~[forge-1.7.10-10.13.4.1448-1.7.10.jar:?]
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source) ~[?:?]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) ~[guava-17.0.jar:?]
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) ~[guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) ~[guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) ~[guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.post(EventBus.java:275) ~[guava-17.0.jar:?]
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212) ~[forge-1.7.10-10.13.4.1448-1.7.10.jar:?]
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190) ~[forge-1.7.10-10.13.4.1448-1.7.10.jar:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) ~[guava-17.0.jar:?]
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) ~[guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) ~[guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) ~[guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.post(EventBus.java:275) ~[guava-17.0.jar:?]
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119) [LoadController.class:?]
at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:556) [Loader.class:?]
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:243) [FMLClientHandler.class:?]
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480) [bao.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878) [bao.class:?]
at net.minecraft.client.main.Main.main(SourceFile:148) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.11.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.11.jar:?]
[21:41:16] [Client thread/INFO] [STDOUT]: [net.minecraft.client.Minecraft:func_71377_b:349]: ---- Minecraft Crash Report ----
// Shall we play a game?
Time: 7/4/15 9:41 PM
Description: Initializing game
java.lang.IllegalArgumentException: Duplicate enchantment id! class net.nevermine.assist.AscensionEnchants$1 and class am2.enchantments.EnchantMagicResist Enchantment ID:100
at net.minecraft.enchantment.Enchantment.<init>(Enchantment.java:53)
at net.nevermine.assist.RestrictedEnchant.<init>(RestrictedEnchant.java:14)
at net.nevermine.assist.AscensionEnchants$1.<init>(AscensionEnchants.java:26)
at net.nevermine.assist.AscensionEnchants.init(AscensionEnchants.java:26)
at net.nevermine.common.nevermine.PreInit(nevermine.java:70)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:556)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:243)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at net.minecraft.enchantment.Enchantment.<init>(Enchantment.java:53)
at net.nevermine.assist.RestrictedEnchant.<init>(RestrictedEnchant.java:14)
at net.nevermine.assist.AscensionEnchants$1.<init>(AscensionEnchants.java:26)
at net.nevermine.assist.AscensionEnchants.init(AscensionEnchants.java:26)
at net.nevermine.common.nevermine.PreInit(nevermine.java:70)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:556)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:243)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480)
-- Initialization --
Details:
Stacktrace:
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
-- System Details --
Details:
Minecraft Version: 1.7.10
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.8.0_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 247644248 bytes (236 MB) / 653778944 bytes (623 MB) up to 3207856128 bytes (3059 MB)
JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx3G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1448 Optifine OptiFine_1.7.10_HD_B7 123 mods loaded, 123 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCH mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
UCH FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1448-1.7.10.jar)
UCH Forge{10.13.4.1448} [Minecraft Forge] (forge-1.7.10-10.13.4.1448-1.7.10.jar)
UCH AM2-Preloader{0.0.2} [AMCore] (minecraft.jar)
UCH appliedenergistics2-core{rv2-stable-8} [AppliedEnergistics2 Core] (minecraft.jar)
UCH CodeChickenCore{1.0.4.29} [CodeChicken Core] (minecraft.jar)
UCH ImmibisMicroblocks{59.0.5} [Immibis's Microblocks] (immibis-microblocks-59.0.5.jar)
UCH itemphysic{1.1.2} [ItemPhysic] (minecraft.jar)
UCH Micdoodlecore{} [Micdoodle8 Core] (minecraft.jar)
UCH MobiusCore{1.2.3} [MobiusCore] (minecraft.jar)
UCH NotEnoughItems{1.0.4.83} [Not Enough Items] (notenoughitems-1.7.10-1.0.4.83-universal.jar)
UCH simplyjetpackscore{1.0} [Simply Jetpacks Coremod] (minecraft.jar)
UCH <CoFH ASM>{000} [CoFH ASM] (minecraft.jar)
UCH battlegear2{1.0.7.0} [Mine & Blade Battlegear 2 - Bullseye] (1.7.10-MB_Battlegear2-Bullseye-1.0.7.0.jar)
UCH zeldaswordskills{1.7.10-2.2.5} [Zelda Sword Skills] (1.7.10-zeldaswordskills-2.2.5.jar)
UCH AnimationAPI{1.2.4} [AnimationAPI] (AnimationAPI-1.7.10-1.2.4.jar)
UCH arsmagica2{1.4.0.008} [Ars Magica 2] (1.7.10_AM2-1.4.0.008.jar)
UCH lucky{5.1.0} [Lucky Block] ([1-7-10]_Lucky_Block_v5-1-0.jar)
UCH bspkrsCore{6.15} [bspkrsCore] ([1.7.10]bspkrsCore-universal-6.15.jar)
UCH ArmorStatusHUD{1.28} [ArmorStatusHUD] ([1.7.10]ArmorStatusHUD-client-1.28.jar)
UCH DamageIndicatorsMod{3.2.3} [Damage Indicators] ([1.7.10]DamageIndicatorsMod-3.2.3.jar)
UCH Treecapitator{1.7.10} [Treecapitator] ([1.7.10]Treecapitator-universal-2.0.4.jar)
UCH CoFHCore{1.7.10R3.0.2} [CoFH Core] (CoFHCore-[1.7.10]3.0.2-262.jar)
UCH advancedgenetics{1.5.8} [Advanced Genetics] (advancedgenetics-1.7.10-1.5.8.jar)
UCE nevermine{2.0.1} [AdventOfAscension] (AdventOfAscension-2.0.3.jar)
UCH BuildCraft|Core{6.4.4} [BuildCraft] (buildcraft-6.4.4.jar)
UCH AncientWarfare{2.4.83-beta-MC1.7.10} [Ancient Warfare Core] (ancientwarfare-2.4.83-beta-MC1.7.10.jar)
UCH AncientWarfareAutomation{2.4.83-beta-MC1.7.10} [Ancient Warfare Automation] (ancientwarfare-2.4.83-beta-MC1.7.10.jar)
UCH AncientWarfareNEIPlugin{2.4.83-beta-MC1.7.10} [Ancient Warfare NEI Plugin] (ancientwarfare-2.4.83-beta-MC1.7.10.jar)
UCH AncientWarfareNpc{2.4.83-beta-MC1.7.10} [Ancient Warfare NPCs] (ancientwarfare-2.4.83-beta-MC1.7.10.jar)
UCH AncientWarfareStructure{2.4.83-beta-MC1.7.10} [Ancient Warfare Structures] (ancientwarfare-2.4.83-beta-MC1.7.10.jar)
UCH AncientWarfareVehicle{2.4.83-beta-MC1.7.10} [Ancient Warfare Vehicles] (ancientwarfare-2.4.83-beta-MC1.7.10.jar)
UCH appliedenergistics2{rv2-stable-8} [Applied Energistics 2] (appliedenergistics2-rv2-stable-8.jar)
UCH iChunUtil{4.1.3} [iChunUtil] (ichunutil-4.1.3.jar)
UCH BackTools{4.0.0} [BackTools] (Back-Tools-Mod-1.7.10.jar)
UCH Backpack{2.0.1} [Backpack] (backpack-2.0.1-1.7.x.jar)
UCH Baubles{1.0.1.10} [Baubles] (Baubles-1.7.10-1.0.1.10.jar)
UCH BiblioCraft{1.10.2} [BiblioCraft] (BiblioCraft[v1.10.2][MC1.7.10].jar)
UCH BiomesOPlenty{2.1.0} [Biomes O' Plenty] (BiomesOPlenty-1.7.10-2.1.0.1067-universal.jar)
UCH AWWayofTime{v1.3.0a} [Blood Magic: Alchemical Wizardry] (bloodmagic-1.7.10-1.3.0a-1.jar)
UCH Botania{r1.5-170} [Botania] (Botania r1.5-170.jar)
UCH BuildCraft|Transport{6.4.4} [BC Transport] (buildcraft-6.4.4.jar)
UCH BuildCraft|Silicon{6.4.4} [BC Silicon] (buildcraft-6.4.4.jar)
UCH BuildCraft|Builders{6.4.4} [BC Builders] (buildcraft-6.4.4.jar)
UCH BuildCraft|Energy{6.4.4} [BC Energy] (buildcraft-6.4.4.jar)
UCH BuildCraft|Factory{6.4.4} [BC Factory] (buildcraft-6.4.4.jar)
UCH CarpentersBlocks{3.3.4.2} [Carpenter's Blocks] (carpenters blocks v3.3.4.2 - mc 1.7.10.jar)
UCH carsanddrives{1.0.9} [Cars and Drives] (Cars_and_Drives_Mod_V-1.0.9.jar)
UCH ChickenChunks{1.3.4.13} [ChickenChunks] (ChickenChunks-Mod-1.7.10.jar)
UCH chisel{1.5.7} [Chisel] (Chisel-1.7.10-1.5.7.jar)
UCH chococraft{4.1.2} [Clienthax's ChocoCraft] (ChocoCraft-Mod-1.7.10.jar)
UCH creativecore{1.0} [CreativeCore] (CreativeCore v1.1.4 mc1.7.10.jar)
UCH dimdoors{2.2.5-test} [Dimensional Doors] (DimensionalDoors-2.2.5-test8.jar)
UCH MoCreatures{6.3.1} [DrZhark's Mo'Creatures Mod] (DrZharks MoCreatures Mod v6.3.1.jar)
UCH elementalcreepers{4.3.0} [Elemental Creepers] (Elemental Creepers-universal_1.7.10-4.3.0.jar)
UCH EnderStorage{1.4.5.27} [EnderStorage] (enderstorage-1.7.10-1.4.5.27-universal.jar)
UCH ThermalFoundation{1.7.10R1.0.0} [Thermal Foundation] (ThermalFoundation-[1.7.10]1.0.0-81.jar)
UCH ThermalExpansion{1.7.10R4.0.1} [Thermal Expansion] (ThermalExpansion-[1.7.10]4.0.1-182.jar)
UCH EnderTech{1.7.10-0.3.2.388} [EnderTech] (EnderTech-1.7.10-0.3.2.388.jar)
UCH Mantle{1.7.10-0.3.2.jenkins184} [Mantle] (Mantle-1.7.10-0.3.2.jar)
UCH MineFactoryReloaded{1.7.10R2.8.0} [MineFactory Reloaded] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCH Waila{1.5.8} [Waila] (Waila-1.5.9_1.7.10.jar)
UCH TConstruct{1.7.10-1.8.5.build957} [Tinkers' Construct] (TConstruct-1.7.10-1.8.5.jar)
UCH ExtraUtilities{1.2.6} [Extra Utilities] (extrautilities-1.2.6.jar)
UCH Forestry{3.5.7.16} [Forestry for Minecraft] (forestry_1.7.10-3.5.7.16.jar)
UCH GalacticraftCore{3.0.11} [Galacticraft Core] (GalacticraftCore-1.7-3.0.11.306.jar)
UCH GalacticraftMars{3.0.11} [Galacticraft Planets] (Galacticraft-Planets-1.7-3.0.11.306.jar)
UCH Hats{4.0.1} [Hats] (Hats-4.0.1.jar)
UCH HatStand{4.0.0} [HatStand] (HatStand-4.0.0.jar)
UCH ImmibisCore{59.0.8} [Immibis Core] (immibis-core-59.0.8.jar)
UCH InfernalMobs{1.6.0} [Infernal Mobs] (InfernalMobs-1.7.10.jar)
UCH inventorytweaks{1.58-147-645ca10} [Inventory Tweaks] (InventoryTweaks-1.58-147.jar)
UCH IronChest{6.0.49.733} [Iron Chest] (ironchest-1.7.10-6.0.49.733-universal.jar)
UCH JABBA{1.1.4} [JABBA] (Jabba-1.1.4_1.7.10.jar)
UCH legendgear{2.b.0.2} [Legend Gear 2] (LegendGear-2-Mod-1.7.10.jar)
UCH magicalcrops{1.7.2 - 0.1 ALPHA} [Magical Crops] (magicalcrops-1.7.10_0.1.jar)
UCH RadixCore{2.0.0} [RadixCore] (RadixCore-1.7.10-2.0.0-universal.jar)
UCH MCA{5.0.0} [Minecraft Comes Alive] (MCA-5.0.0-1.7.10-universal.jar)
UCH meteors{2.13.1} [Falling Meteors] (meteors-1.7.10-2.13.1.jar)
UCH MineFactoryReloaded|CompatAppliedEnergistics{1.7.10R2.8.0} [MFR Compat: Applied Energistics] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCH MineFactoryReloaded|CompatAtum{1.7.10R2.8.0} [MFR Compat: Atum] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCH MineFactoryReloaded|CompatBackTools{1.7.10R2.8.0} [MFR Compat: BackTools] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCH MineFactoryReloaded|CompatBuildCraft{1.7.10R2.8.0} [MFR Compat: BuildCraft] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCH MineFactoryReloaded|CompatChococraft{1.7.10R2.8.0} [MFR Compat: Chococraft] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCH MineFactoryReloaded|CompatExtraBiomes{1.7.10R2.8.0} [MFR Compat: ExtraBiomes] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCH MineFactoryReloaded|CompatForestry{1.7.10R2.8.0} [MFR Compat: Forestry] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCH MineFactoryReloaded|CompatForgeMicroblock{1.7.10R2.8.0} [MFR Compat: ForgeMicroblock] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCH MineFactoryReloaded|CompatIC2{1.7.10R2.8.0} [MFR Compat: IC2] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCH MineFactoryReloaded|CompatMystcraft{1.7.10R2.8.0} [MFR Compat: Mystcraft] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCH MineFactoryReloaded|CompatProjRed{1.7.10R2.8.0} [MFR Compat ProjectRed] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCH MineFactoryReloaded|CompatRailcraft{1.7.10R2.8.0} [MFR Compat: Railcraft] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCH MineFactoryReloaded|CompatSufficientBiomes{1.7.10R2.8.0} [MFR Compat: Sufficient Biomes] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCH MineFactoryReloaded|CompatThaumcraft{1.7.10R2.8.0} [MFR Compat: Thaumcraft] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCH MineFactoryReloaded|CompatThermalExpansion{1.7.10R2.8.0} [MFR Compat: Thermal Expansion] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCH MineFactoryReloaded|CompatTConstruct{1.7.10R2.8.0} [MFR Compat: Tinkers' Construct] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCH TwilightForest{2.3.2} [The Twilight Forest] (twilightforest-1.7.10-2.3.2.jar)
UCH MineFactoryReloaded|CompatTwilightForest{1.7.10R2.8.0} [MFR Compat: TwilightForest] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCH MineFactoryReloaded|CompatVanilla{1.7.10R2.8.0} [MFR Compat: Vanilla] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCH mozombies{2.1.0} [Mo' Zombies] (Mo' Zombies 2.1.0.jar)
UCH mochickens{1.5} [Mo Chickens] (Mo-Chickens-Mod-1.7.10.jar)
UCH MoreBows2{Beta 0.4} [More Bows 2] (More-Bows-2-Mod-1.7.10.jar)
UCH Morph{0.9.1} [Morph] (Morph-Beta-0.9.1.jar)
UCH movillages{1.2.1} [Mo' Villages] (MoVillages-1.3.1.jar)
UCH cfm{3.4.7} [§9MrCrayfish's Furniture Mod] (MrCrayfishFurnitureModv3.4.7(1.7.10).jar)
UCH MutantCreatures{1.4.7} [Mutant Creatures] (Mutant-Creatures-Mod-1.7.10.jar)
UCH NetherOres{1.7.10R2.3.0RC3} [Nether Ores] (NetherOres-[1.7.10]2.3.0RC3-84.jar)
UCH PneumaticCraft{1.5.1-49} [PneumaticCraft] (pneumaticcraft-1.7.10-1.5.1-49-universal.jar)
UCH rafradek_blocklauncher{1.4.1} [Block Launcher] (rafradek_blocklauncher-1.4.1.jar)
UCH RedstoneArsenal{1.7.10R1.1.0} [Redstone Arsenal] (RedstoneArsenal-[1.7.10]1.1.0-80.jar)
UCH ReiMinimap{1.7.10} [Rei's Minimap] (Reis-Minimap-Mod-1.7.10.jar)
UCH AS_Ruins{14.7} [Ruins Spawning System] (Ruins-1.7.10.jar)
UCH simplyjetpacks{1.0.0} [Simply Jetpacks] (Simply-Jetpacks-Mod-1.7.10.jar)
UCH SSR{Alpha 0.9a} [Soul Shards: Reborn] (Soul-Shards-Reborn-Mod-1.7.10.jar)
UCH StevesCarts{2.0.0.b18} [Steve's Carts 2] (stevescarts2.0.0.b18.jar)
UCH Sync{4.0.0} [Sync] (Sync-4.0.0.jar)
UCH telepads{1.6.4 v5} [Teleportation Pads] (TelePads-Mod-1.7.10.jar)
UCH ether{3.0} [ether] (The-Ether-Mod-1.7.10.jar)
UCH SpecialArmor{1.7.10} [TeeLuk's SpecialArmor] (TLSpecialArmor-1.7.10.jar)
UCH TrailMix{4.0.0} [TrailMix] (Trail-Mix-Mod-1.7.10.jar)
UCH weaponmod{v1.14.3} [Balkon's WeaponMod] (weaponmod-1.14.3.jar)
UCH wildcaves3{0.4.3.6} [Wild Caves 3] (Wild-Caves-Mod-1.7.10.jar)
UCH witchery{0.20.0} [Witchery] (witchery-1.7.10-0.20.0.jar)
UCH libsandstone{1.0.0} [libsandstone] (LibSandstone-1.0.0.jar)
CoFHCore: -[1.7.10]3.0.2-262
AE2 Version: stable rv2-stable-8 for Forge 10.13.2.1291
ThermalFoundation: -[1.7.10]1.0.0-81
ThermalExpansion: -[1.7.10]4.0.1-182
Mantle Environment: DO NOT REPORT THIS CRASH! Unsupported mods in environment: optifine
MineFactoryReloaded: -[1.7.10]2.8.0-104
TConstruct Environment: Environment healthy.
NetherOres: Lacking version information.
RedstoneArsenal: -[1.7.10]1.1.0-80
Launched Version: 1.7.10-Forge10.13.4.1448-1.7.10
LWJGL: 2.9.1
OpenGL: ATI Radeon HD 4200 GL version 3.3.10834 Compatibility Profile Context, ATI Technologies Inc.
GL Caps: Using GL 1.3 multitexturing.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Anisotropic filtering is supported and maximum anisotropy is 16.
Shaders are available because OpenGL 2.1 is supported.
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Packs: [CrypticPvP Pack]
Current Language: English (US)
Profiler Position: N/A (disabled)
Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Anisotropic Filtering: Off (1)
[21:41:16] [Client thread/INFO] [STDOUT]: [net.minecraft.client.Minecraft:func_71377_b:359]: #@[email protected]# Game crashed! Crash report saved to: #@[email protected]# C:\Users\Joseph\AppData\Roaming\.minecraft\crash-reports\crash-2015-07-04_21.41.15-client.txt
I have taken out AdventofAcention (nevermine) and it still crashed!
Here's the new game output:
[09:43:58] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLTweaker
[09:44:00] [main/INFO] [LaunchWrapper]: Using primary tweak class name cpw.mods.fml.common.launcher.FMLTweaker
[09:44:00] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLTweaker
[09:44:00] [main/INFO] [FML]: Forge Mod Loader version 7.99.16.1448 for Minecraft 1.7.10 loading
[09:44:00] [main/INFO] [FML]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_25, running on Windows 7:amd64:6.1, installed at C:\Program Files (x86)\Minecraft\runtime\jre-x64\1.8.0_25
[09:44:01] [main/WARN] [FML]: The coremod mods.battlegear2.coremod.BattlegearLoadingPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[09:44:02] [main/WARN] [FML]: The coremod am2.preloader.AM2PreloaderContainer does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[09:44:02] [main/INFO] [FML]: AMCore initializing...stand back! I'm going to try MAGIC!
[09:44:05] [main/INFO] [FML]: [AppEng] Core Init
[09:44:10] [main/WARN] [FML]: The coremod codechicken.core.launch.CodeChickenCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[09:44:26] [main/WARN] [FML]: The coremod cofh.asm.LoadingPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[09:44:26] [main/WARN] [FML]: The coremod mods.immibis.microblocks.coremod.MicroblocksCoreMod does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[09:44:26] [main/WARN] [FML]: The coremod invtweaks.forge.asm.FMLPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[09:44:27] [main/WARN] [FML]: The coremod micdoodle8.mods.miccore.MicdoodlePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[09:44:27] [main/WARN] [FML]: The coremod mcp.mobius.mobiuscore.asm.CoreDescription does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[09:44:27] [main/WARN] [FML]: The coremod codechicken.nei.asm.NEICorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[09:44:27] [main/INFO] [FML]: Loading tweaker optifine.OptiFineForgeTweaker from OptiFine_1.7.10_HD_B7.jar
[09:44:27] [main/WARN] [FML]: The coremod tonius.simplyjetpacks.core.SJCoreContainer does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[09:44:27] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[09:44:27] [main/INFO] [LaunchWrapper]: Loading tweak class name optifine.OptiFineForgeTweaker
[09:44:27] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker
[09:44:27] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[09:44:27] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[09:44:27] [main/INFO] [LaunchWrapper]: Calling tweak class optifine.OptiFineForgeTweaker
[09:44:27] [main/INFO] [STDOUT]: [optifine.OptiFineForgeTweaker:dbg:49]: OptiFineForgeTweaker: acceptOptions
[09:44:27] [main/INFO] [STDOUT]: [optifine.OptiFineForgeTweaker:dbg:49]: OptiFineForgeTweaker: injectIntoClassLoader
[09:44:27] [main/INFO] [STDOUT]: [optifine.OptiFineClassTransformer:dbg:179]: OptiFine ClassTransformer
[09:44:27] [main/INFO] [STDOUT]: [optifine.OptiFineClassTransformer:dbg:179]: OptiFine URL: file:/C:/Users/Joseph/AppData/Roaming/.minecraft/mods/OptiFine_1.7.10_HD_B7.jar
[09:44:27] [main/INFO] [STDOUT]: [optifine.OptiFineClassTransformer:dbg:179]: OptiFine ZIP file: [email protected]
[09:44:27] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[09:44:34] [main/INFO] [FML]: Found valid fingerprint for Minecraft Forge. Certificate fingerprint e3c3d50c7c986df74c645c0ac54639741c90a557
[09:44:34] [main/INFO] [FML]: Found valid fingerprint for Minecraft. Certificate fingerprint cd99959656f753dc28d863b46769f7f8fbaefcfc
[09:44:34] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[09:44:34] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[09:44:35] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[09:44:36] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[09:44:36] [main/ERROR] [LaunchWrapper]: A critical problem occurred registering the ASM transformer class am2.preloader.AccessTransformers
java.lang.IllegalArgumentException: resource AM2_at.cfg not found.
at com.google.common.base.Preconditions.checkArgument(Preconditions.java:148) ~[guava-17.0.jar:?]
at com.google.common.io.Resources.getResource(Resources.java:229) ~[guava-17.0.jar:?]
at cpw.mods.fml.common.asm.transformers.AccessTransformer.readMapFile(AccessTransformer.java:118) ~[forge-1.7.10-10.13.4.1448-1.7.10.jar:?]
at cpw.mods.fml.common.asm.transformers.AccessTransformer.<init>(AccessTransformer.java:101) ~[forge-1.7.10-10.13.4.1448-1.7.10.jar:?]
at am2.preloader.AccessTransformers.<init>(AccessTransformers.java:10) ~[AccessTransformers.class:?]
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.8.0_25]
at java.lang.reflect.Constructor.newInstance(Constructor.java:408) ~[?:1.8.0_25]
at java.lang.Class.newInstance(Class.java:438) ~[?:1.8.0_25]
at net.minecraft.launchwrapper.LaunchClassLoader.registerTransformer(LaunchClassLoader.java:88) [launchwrapper-1.11.jar:?]
at cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper.injectIntoClassLoader(CoreModManager.java:101) [forge-1.7.10-10.13.4.1448-1.7.10.jar:?]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:115) [launchwrapper-1.11.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.11.jar:?]
[09:44:36] [main/INFO] [FML]: MC located at: C:\Users\Joseph\AppData\Roaming\.minecraft
[09:44:36] [main/INFO] [FML]: AMCore >> Located Optifine
[09:44:36] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[09:44:36] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[09:44:37] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[09:44:38] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[09:44:38] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[09:44:39] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[09:44:39] [main/INFO] [STDOUT]: [micdoodle8.mods.miccore.MicdoodlePlugin:getASMTransformerClass:102]: Successfully Registered Transformer
[09:44:45] [main/INFO] [STDOUT]: [micdoodle8.mods.miccore.MicdoodlePlugin:injectData:295]: [Micdoodle8Core]: Patching game...
[09:44:45] [main/INFO] [STDOUT]: [micdoodle8.mods.miccore.MicdoodlePlugin:injectData:295]: [Micdoodle8Core]: Patching game...
[09:44:45] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[09:44:45] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[09:44:45] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[09:44:45] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLDeobfTweaker
[09:44:46] [main/INFO] [STDOUT]: [cofh.asm.CoFHAccessTransformer:readMappingFile:40]: Adding Accesstransformer map: CoFH_at.cfg
[09:44:48] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[09:44:48] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.TerminalTweaker
[09:44:48] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.TerminalTweaker
[09:44:48] [main/INFO] [STDOUT]: [optifine.OptiFineForgeTweaker:dbg:49]: OptiFineForgeTweaker: getLaunchArguments
[09:44:48] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.client.main.Main}
[09:44:48] [main/INFO] [battlegear2]: M&B - Patching Class Minecraft (bao)
[09:44:48] [main/INFO] [battlegear2]: Patching method Click Mouse in Minecraft
[09:44:48] [main/INFO] [battlegear2]: M&B - Patching Class Minecraft done
[09:44:50] [main/INFO] [battlegear2]: M&B - Patching Class EntityPlayer (yz)
[09:44:50] [main/INFO] [battlegear2]: Adding new fields to EntityPlayer
[09:44:50] [main/INFO] [battlegear2]: Patching constructor in EntityPlayer
[09:44:50] [main/INFO] [battlegear2]: Patching method onUpdate in EntityPlayer
[09:44:50] [main/INFO] [battlegear2]: Patching method onItemUseFinish in EntityPlayer
[09:44:50] [main/INFO] [battlegear2]: Patching method setCurrentItemOrArmor in EntityPlayer
[09:44:50] [main/INFO] [battlegear2]: Creating new methods in EntityPlayer
[09:44:50] [main/INFO] [battlegear2]: M&B - Patching Class EntityPlayer done
[09:44:50] [main/INFO] [STDOUT]: [micdoodle8.mods.miccore.MicdoodleTransformer:printLog:1763]: Galacticraft successfully injected bytecode into: sv (1 / 1)
[09:44:50] [main/INFO] [STDOUT]: [micdoodle8.mods.miccore.MicdoodleTransformer:printLog:1763]: Galacticraft successfully injected bytecode into: sa (1 / 1)
[09:44:50] [main/INFO] [STDOUT]: [com.creativemd.itemphysic.ItemTransformer:transform:97]: [ItemPhysic] Patching bjk
[09:44:50] [main/INFO] [FML]: AMCore >> Altering definition of net.minecraft.client.entity.EntityPlayerSP
[09:44:50] [main/INFO] [FML]: AMCore >> Altering definition of net.minecraft.world.World
[MobiusCore] Current code is OBFUSCATED
[MobiusCore] Found cpw.mods.fml.common.FMLCommonHandler with checksum F626A08BBC07AE3F7D88072FDFDAE36E
[MobiusCore] Successful injection in onPreServerTick ()V
[MobiusCore] Successful injection in onPostServerTick ()V
[MobiusCore] Successful injection in onPreWorldTick (Lahb;)V
[MobiusCore] Successful injection in onPostWorldTick (Lahb;)V
[MobiusCore] Switching injection mode to FORGE
[MobiusCore] Found net.minecraft.world.World [ ahb ] with checksum B6D76C386994A9B4DF0059D0690DCBA1
[MobiusCore] Found World.updateEntities()...
[MobiusCore] Successful injection in h ()V
[MobiusCore] Successful injection in h ()V
[MobiusCore] Successful injection in h ()V
[MobiusCore] Successful injection in h ()V
[09:44:52] [main/INFO] [STDOUT]: [micdoodle8.mods.miccore.MicdoodleTransformer:printLog:1763]: Galacticraft successfully injected bytecode into: bdi (1 / 1)
[09:44:52] [main/INFO] [AE2-CORE]: func_146977_a(Lnet/minecraft/inventory/Slot;)V - Transformed
[09:44:52] [main/INFO] [AE2-CORE]: func_146977_a_original(Lnet/minecraft/inventory/Slot;)V - New Method
[09:44:52] [main/INFO] [AE2-CORE]: func_146977_a(Lnet/minecraft/inventory/Slot;)V - Invoke Virtual
[MobiusCore] Found net.minecraft.world.WorldServer [ mt ] with checksum A9B6290BB23DD7A1659115ABB503DDD8
[MobiusCore] Successful injection in b ()V
[MobiusCore] Successful injection in b ()V
[09:44:53] [main/INFO]: Setting user: TheEmeraldArrow
[09:44:55] [main/INFO] [STDOUT]: [com.creativemd.itemphysic.ItemTransformer:transform:88]: [ItemPhysic] Patching xk
[09:44:55] [main/INFO] [STDERR]: [micdoodle8.mods.miccore.MicdoodleTransformer:printResultsAndReset:1692]: Potential problem: Galacticraft did not complete injection of bytecode into: xk (0 / 1)
[09:44:56] [main/INFO] [battlegear2]: M&B - Patching Class ItemStack (add)
[09:44:56] [main/INFO] [battlegear2]: M&B - Patching Class ItemStack done
[09:44:58] [Client thread/INFO] [STDOUT]: [micdoodle8.mods.miccore.MicdoodleTransformer:printLog:1763]: Galacticraft successfully injected bytecode into: bkn (1 / 1)
[09:44:58] [Client thread/INFO]: LWJGL Version: 2.9.1
[09:44:58] [Client thread/INFO] [STDOUT]: [micdoodle8.mods.miccore.MicdoodleTransformer:printLog:1763]: Galacticraft successfully injected bytecode into: net/minecraftforge/client/ForgeHooksClient (1 / 1)
[OptiFine]
[OptiFine] OptiFine_1.7.10_HD_B7
[OptiFine] Tue Jul 07 09:44:59 GMT-05:00 2015
[OptiFine] OS: Windows 7 (amd64) version 6.1
[OptiFine] Java: 1.8.0_25, Oracle Corporation
[OptiFine] VM: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
[OptiFine] LWJGL: 2.9.1
[OptiFine] OpenGL: ATI Radeon HD 4200 , version 3.3.10834 Compatibility Profile Context, ATI Technologies Inc.
[OptiFine] OpenGL Version: 3.3
[OptiFine] OpenGL Fancy fog: Not available (GL_NV_fog_distance)
[OptiFine] Maximum texture size: 8192x8192
[OptiFine] Checking for new version
[09:44:59] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: org.lwjgl.opengl.OpenGLException: Invalid value (1281)
[09:44:59] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at org.lwjgl.opengl.Util.checkGLError(Util.java:59)
[09:44:59] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at org.lwjgl.opengl.WindowsContextImplementation.setSwapInterval(WindowsContextImplementation.java:113)
[09:44:59] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at org.lwjgl.opengl.ContextGL.setSwapInterval(ContextGL.java:232)
[09:44:59] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at org.lwjgl.opengl.DrawableGL.setSwapInterval(DrawableGL.java:86)
[09:44:59] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at org.lwjgl.opengl.Display.setSwapInterval(Display.java:1129)
[09:44:59] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at org.lwjgl.opengl.Display.setVSyncEnabled(Display.java:1142)
[09:44:59] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.settings.GameSettings.updateVSync(GameSettings.java:3021)
[09:44:59] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at Config.checkDisplayMode(Config.java:1968)
[09:44:59] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at Config.initDisplay(Config.java:165)
[09:44:59] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.renderer.OpenGlHelper.func_77474_a(OpenGlHelper.java:76)
[09:44:59] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:455)
[09:44:59] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
[09:44:59] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.main.Main.main(SourceFile:148)
[09:44:59] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[09:44:59] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[09:44:59] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[09:44:59] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
[09:44:59] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
[09:44:59] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
[09:45:00] [Client thread/INFO] [STDOUT]: [com.creativemd.itemphysic.ItemTransformer:transform:81]: [ItemPhysic] Patching bny
[OptiFine] Version found: C1
[09:45:03] [Client thread/INFO] [FML]: Forge Mod Loader has detected optifine OptiFine_1.7.10_HD_B7, enabling compatibility features
[09:45:04] [Client thread/INFO] [MinecraftForge]: Attempting early MinecraftForge initialization
[09:45:04] [Client thread/INFO] [FML]: MinecraftForge v10.13.4.1448 Initialized
[09:45:04] [Client thread/INFO] [FML]: Replaced 183 ore recipies
[OptiFine] (Reflector) Class not present: ModLoader
[OptiFine] (Reflector) Class not present: net.minecraft.src.FMLRenderAccessLibrary
[OptiFine] (Reflector) Class not present: LightCache
[OptiFine] (Reflector) Class not present: BlockCoord
[09:45:04] [Client thread/INFO] [FML]: InvTweaks: net.minecraft.inventory.ContainerRepair
[09:45:04] [Client thread/INFO] [FML]: InvTweaks: net.minecraft.inventory.Container
[09:45:04] [Client thread/INFO] [battlegear2]: M&B - Patching Class NetHandlerPlayServer (nh)
[09:45:04] [Client thread/INFO] [battlegear2]: Patching method processPlayerBlockPlacement in NetHandlerPlayServer
[09:45:04] [Client thread/INFO] [battlegear2]: Patching method processHeldItemChange in NetHandlerPlayServer
[09:45:04] [Client thread/INFO] [battlegear2]: M&B - Patching Class NetHandlerPlayServer done
[09:45:05] [Client thread/INFO] [battlegear2]: M&B - Patching Class ModelBiped (bhm)
[09:45:05] [Client thread/INFO] [battlegear2]: Patching method setRotationAngles in ModelBiped
[09:45:05] [Client thread/INFO] [battlegear2]: M&B - Patching Class ModelBiped done
[09:45:05] [Client thread/INFO] [battlegear2]: M&B - Patching Class NetHandlerPlayClient (bjb)
[09:45:05] [Client thread/INFO] [battlegear2]: Patching method handleSpawnPlayer in NetHandlerPlayClient
[09:45:05] [Client thread/INFO] [battlegear2]: Patching method handleHeldItemChange in NetHandlerPlayClient
[09:45:05] [Client thread/INFO] [battlegear2]: M&B - Patching Class NetHandlerPlayClient done
[09:45:05] [Client thread/INFO] [STDOUT]: [micdoodle8.mods.miccore.MicdoodleTransformer:printLog:1763]: Galacticraft successfully injected bytecode into: bjb (2 / 2)
[09:45:06] [Client thread/INFO] [FML]: AMCore >> Altering definition of net.minecraft.client.renderer.EntityRenderer
[09:45:06] [Client thread/INFO] [STDOUT]: [micdoodle8.mods.miccore.MicdoodleTransformer:printLog:1763]: Galacticraft successfully injected bytecode into: blt (4 / 4)
[09:45:06] [Client thread/INFO] [MinecraftForge]: Completed early MinecraftForge initialization
[09:45:07] [Client thread/INFO] [FML]: AMCore initializing...stand back! I'm going to try MAGIC!
[09:45:07] [Client thread/INFO] [FML]: [AppEng] Core Init
[09:45:07] [Client thread/INFO] [FML]: Found 0 mods from the command line. Injecting into mod discoverer
[09:45:07] [Client thread/INFO] [FML]: Searching C:\Users\Joseph\AppData\Roaming\.minecraft\mods for mods
[09:45:07] [Client thread/INFO] [FML]: Also searching C:\Users\Joseph\AppData\Roaming\.minecraft\mods\1.7.10 for mods
[09:45:45] [Client thread/WARN] [battlegear2]: Mod battlegear2 is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.0.7.0
[09:45:52] [Client thread/WARN] [DamageIndicatorsMod]: Mod DamageIndicatorsMod is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 3.2.3
[09:46:17] [Client thread/WARN] [ChickenChunks]: Mod ChickenChunks is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.3.4.13
[09:46:20] [Client thread/INFO] [FML]: Attempting to reparse the mod container DimensionalDoors-2.2.5-test8.jar
[09:46:21] [Client thread/WARN] [EnderStorage]: Mod EnderStorage is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.4.5.27
[09:46:22] [Client thread/WARN] [ExtraUtilities]: Mod ExtraUtilities is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.2.6
[09:46:28] [Client thread/WARN] [PneumaticCraft]: Mod PneumaticCraft is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.5.1-49
[09:46:29] [Client thread/WARN] [simplyjetpacks]: Mod simplyjetpacks is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.0.0
[09:46:31] [Client thread/WARN] [wildcaves3]: Mod wildcaves3 is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 0.4.3.6
[09:46:31] [Client thread/INFO] [FML]: Forge Mod Loader has identified 123 mods to load
[09:46:31] [Client thread/INFO] [FML]: Found mod(s) [ExtraUtilities] containing declared API package baubles.api (owned by Baubles) without associated API reference
[09:46:33] [Client thread/ERROR] [FML]: The mod AdvancedMachines (IC2 Advanced Machines Addon) requires mods [IC2] to be available
[09:46:33] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Immibis's Microblocks, FMLFileResourcePack:Not Enough Items, FMLFileResourcePack:Mine & Blade Battlegear 2 - Bullseye, FMLFileResourcePack:Zelda Sword Skills, FMLFileResourcePack:Ars Magica 2, FMLFileResourcePack:Lucky Block, FMLFileResourcePack:ArmorStatusHUD, FMLFileResourcePack:Damage Indicators, FMLFileResourcePack:Treecapitator, FMLFileResourcePack:Advanced Genetics, FMLFileResourcePack:IC2 Advanced Machines Addon, FMLFileResourcePack:Ancient Warfare Automation, FMLFileResourcePack:Ancient Warfare Core, FMLFileResourcePack:Ancient Warfare NEI Plugin, FMLFileResourcePack:Ancient Warfare NPCs, FMLFileResourcePack:Ancient Warfare Structures, FMLFileResourcePack:Ancient Warfare Vehicles, FMLFileResourcePack:AnimationAPI, FMLFileResourcePack:Applied Energistics 2, FMLFileResourcePack:BackTools, FMLFileResourcePack:Backpack, FMLFileResourcePack:Baubles, FMLFileResourcePack:BiblioCraft, FMLFileResourcePack:Biomes O' Plenty, FMLFileResourcePack:Blood Magic: Alchemical Wizardry, FMLFileResourcePack:Botania, FMLFileResourcePack:BC Silicon, FMLFileResourcePack:BuildCraft, FMLFileResourcePack:BC Transport, FMLFileResourcePack:BC Builders, FMLFileResourcePack:BC Energy, FMLFileResourcePack:BC Factory, FMLFileResourcePack:Carpenter's Blocks, FMLFileResourcePack:Cars and Drives, FMLFileResourcePack:ChickenChunks, FMLFileResourcePack:Chisel, FMLFileResourcePack:Clienthax's ChocoCraft, FMLFileResourcePack:CoFH Core, FMLFileResourcePack:CreativeCore, FMLFileResourcePack:Dimensional Doors, FMLFileResourcePack:DrZhark's Mo'Creatures Mod, FMLFileResourcePack:Elemental Creepers, FMLFileResourcePack:EnderStorage, FMLFileResourcePack:EnderTech, FMLFileResourcePack:Extra Utilities, FMLFileResourcePack:Forestry for Minecraft, FMLFileResourcePack:Galacticraft Planets, FMLFileResourcePack:Galacticraft Core, FMLFileResourcePack:Hats, FMLFileResourcePack:HatStand, FMLFileResourcePack:iChunUtil, FMLFileResourcePack:Immibis Core, FMLFileResourcePack:Infernal Mobs, FMLFileResourcePack:Inventory Tweaks, FMLFileResourcePack:Iron Chest, FMLFileResourcePack:JABBA, FMLFileResourcePack:Legend Gear 2, FMLFileResourcePack:Magical Crops, FMLFileResourcePack:Mantle, FMLFileResourcePack:Minecraft Comes Alive, FMLFileResourcePack:Falling Meteors, FMLFileResourcePack:MineFactory Reloaded, FMLFileResourcePack:MFR Compat: Applied Energistics, FMLFileResourcePack:MFR Compat: Atum, FMLFileResourcePack:MFR Compat: BackTools, FMLFileResourcePack:MFR Compat: BuildCraft, FMLFileResourcePack:MFR Compat: Chococraft, FMLFileResourcePack:MFR Compat: ExtraBiomes, FMLFileResourcePack:MFR Compat: Forestry, FMLFileResourcePack:MFR Compat: ForgeMicroblock, FMLFileResourcePack:MFR Compat: IC2, FMLFileResourcePack:MFR Compat: Mystcraft, FMLFileResourcePack:MFR Compat ProjectRed, FMLFileResourcePack:MFR Compat: Railcraft, FMLFileResourcePack:MFR Compat: Sufficient Biomes, FMLFileResourcePack:MFR Compat: Thaumcraft, FMLFileResourcePack:MFR Compat: Thermal Expansion, FMLFileResourcePack:MFR Compat: Tinkers' Construct, FMLFileResourcePack:MFR Compat: TwilightForest, FMLFileResourcePack:MFR Compat: Vanilla, FMLFileResourcePack:Mo' Zombies, FMLFileResourcePack:Mo Chickens, FMLFileResourcePack:More Bows 2, FMLFileResourcePack:Morph, FMLFileResourcePack:Mo' Villages, FMLFileResourcePack:§9MrCrayfish's Furniture Mod, FMLFileResourcePack:Mutant Creatures, FMLFileResourcePack:Nether Ores, FMLFileResourcePack:PneumaticCraft, FMLFileResourcePack:RadixCore, FMLFileResourcePack:Block Launcher, FMLFileResourcePack:Redstone Arsenal, FMLFileResourcePack:Rei's Minimap, FMLFileResourcePack:Ruins Spawning System, FMLFileResourcePack:Simply Jetpacks, FMLFileResourcePack:Soul Shards: Reborn, FMLFileResourcePack:Steve's Carts 2, FMLFileResourcePack:Sync, FMLFileResourcePack:Tinkers' Construct, FMLFileResourcePack:Teleportation Pads, FMLFileResourcePack:ether, FMLFileResourcePack:Thermal Expansion, FMLFileResourcePack:Thermal Foundation, FMLFileResourcePack:TeeLuk's SpecialArmor, FMLFileResourcePack:TrailMix, FMLFileResourcePack:The Twilight Forest, FMLFileResourcePack:Waila, FMLFileResourcePack:Balkon's WeaponMod, FMLFileResourcePack:Wild Caves 3, FMLFileResourcePack:Witchery, FMLFileResourcePack:bspkrsCore, FMLFileResourcePack:libsandstone, Default Low Fire 1.8
[09:46:34] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: alchemicalwizardryBooks in C:\Users\Joseph\AppData\Roaming\.minecraft\mods\bloodmagic-1.7.10-1.3.0a-1.jar
[09:46:34] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: alchemicalwizardryBooks in C:\Users\Joseph\AppData\Roaming\.minecraft\mods\bloodmagic-1.7.10-1.3.0a-1.jar
[09:46:34] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: alchemicalwizardryBooks in C:\Users\Joseph\AppData\Roaming\.minecraft\mods\bloodmagic-1.7.10-1.3.0a-1.jar
[09:46:34] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: alchemicalwizardryBooks in C:\Users\Joseph\AppData\Roaming\.minecraft\mods\bloodmagic-1.7.10-1.3.0a-1.jar
[09:46:34] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: alchemicalwizardryBooks in C:\Users\Joseph\AppData\Roaming\.minecraft\mods\bloodmagic-1.7.10-1.3.0a-1.jar
[09:46:34] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: alchemicalwizardryBooks in C:\Users\Joseph\AppData\Roaming\.minecraft\mods\bloodmagic-1.7.10-1.3.0a-1.jar
[09:46:34] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: alchemicalwizardryJsonFiles in C:\Users\Joseph\AppData\Roaming\.minecraft\mods\bloodmagic-1.7.10-1.3.0a-1.jar
[09:46:34] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: alchemicalwizardryJsonFiles in C:\Users\Joseph\AppData\Roaming\.minecraft\mods\bloodmagic-1.7.10-1.3.0a-1.jar
[09:46:34] [Client thread/WARN] [FML]: There were errors previously. Not beginning mod initialization phase
[OptiFine] *** Reloading textures ***
[OptiFine] Resource packs: Default Low Fire 1.8
[09:46:34] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:
[09:46:34] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: Starting up SoundSystem...
[09:46:34] [Thread-8/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: Initializing LWJGL OpenAL
[09:46:34] [Thread-8/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)
[09:46:35] [Thread-8/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: OpenAL initialized.
[09:46:35] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:
[09:46:35] [Sound Library Loader/INFO]: Sound engine started
[09:46:35] [Client thread/WARN]: File arsmagica2:sounds/spell/loop/none.ogg does not exist, cannot add it to event arsmagica2:spell.loop.none
[MobiusCore] Found net.minecraft.client.renderer.entity.RenderManager [ bnn ] with checksum 23331C7A7033A1CF1F1AAE38FD89A9B5
[MobiusCore] Successful injection in a (Lsa;DDDFFZ)Z
[MobiusCore] Successful injection in a (Lsa;DDDFFZ)Z
[09:46:35] [Client thread/INFO] [FML]: AMCore >> Altering definition of net.minecraft.client.renderer.entity.RendererLivingEntity
[09:46:36] [Client thread/INFO] [battlegear2]: M&B - Patching Class ItemRenderer (bly)
[09:46:36] [Client thread/INFO] [battlegear2]: Adding new fields to ItemRenderer
[09:46:36] [Client thread/INFO] [battlegear2]: Patching method renderItemInFirstPerson in ItemRenderer
[09:46:36] [Client thread/INFO] [battlegear2]: Patching method updateEquippedItem in ItemRenderer
[09:46:36] [Client thread/INFO] [battlegear2]: M&B - Patching Class ItemRenderer done
[09:46:36] [Client thread/INFO] [STDOUT]: [micdoodle8.mods.miccore.MicdoodleTransformer:printLog:1763]: Galacticraft successfully injected bytecode into: bly (1 / 1)
[OptiFine] Multipass connected textures: false
[OptiFine] Multipass connected textures: false
[OptiFine] Loading texture map: textures/blocks
[OptiFine] Multipass connected textures: false
[OptiFine] Multipass connected textures: false
[OptiFine] Texture size: textures/blocks, 512x256
[09:46:41] [Client thread/INFO]: Created: 512x256 textures/blocks-atlas
[OptiFine] Loading texture map: textures/items
[OptiFine] Texture size: textures/items, 256x256
[09:46:42] [Client thread/INFO]: Created: 256x256 textures/items-atlas
[OptiFine] *** Reloading custom textures ***
[OptiFine] Loading custom colors: textures/colormap/grass.png
[OptiFine] Loading custom colors: textures/colormap/foliage.png
[09:46:44] [Client thread/FATAL]: Reported exception thrown!
net.minecraft.util.ReportedException: Rendering screen
at net.minecraft.client.renderer.EntityRenderer.func_78480_b(EntityRenderer.java:1391) ~[blt.class:?]
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1001) ~[bao.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:898) [bao.class:?]
at net.minecraft.client.main.Main.main(SourceFile:148) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.11.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.11.jar:?]
Caused by: java.lang.NullPointerException
at cpw.mods.fml.common.versioning.VersionRange.getLowerBoundString(VersionRange.java:573) ~[VersionRange.class:?]
at cpw.mods.fml.client.GuiModsMissing.func_73863_a(GuiModsMissing.java:54) ~[GuiModsMissing.class:?]
at net.minecraft.client.renderer.EntityRenderer.func_78480_b(EntityRenderer.java:1357) ~[blt.class:?]
... 9 more
[09:46:45] [Client thread/INFO] [STDOUT]: [net.minecraft.client.Minecraft:func_71377_b:349]: ---- Minecraft Crash Report ----
// This is a token for 1 free hug. Redeem at your nearest Mojangsta: [~~HUG~~]
Time: 7/7/15 9:46 AM
Description: Rendering screen
java.lang.NullPointerException: Rendering screen
at cpw.mods.fml.common.versioning.VersionRange.getLowerBoundString(VersionRange.java:573)
at cpw.mods.fml.client.GuiModsMissing.func_73863_a(GuiModsMissing.java:54)
at net.minecraft.client.renderer.EntityRenderer.func_78480_b(EntityRenderer.java:1357)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1001)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:898)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at cpw.mods.fml.common.versioning.VersionRange.getLowerBoundString(VersionRange.java:573)
at cpw.mods.fml.client.GuiModsMissing.func_73863_a(GuiModsMissing.java:54)
-- Screen render details --
Details:
Screen name: cpw.mods.fml.client.GuiModsMissing
Mouse location: Scaled: (0, 239). Absolute: (0, 0)
Screen size: Scaled: (427, 240). Absolute: (854, 480). Scale factor of 2
Stacktrace:
at net.minecraft.client.renderer.EntityRenderer.func_78480_b(EntityRenderer.java:1357)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1001)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:898)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
-- System Details --
Details:
Minecraft Version: 1.7.10
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.8.0_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 199387784 bytes (190 MB) / 394137600 bytes (375 MB) up to 3207856128 bytes (3059 MB)
JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx3G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1448 Optifine OptiFine_1.7.10_HD_B7 123 mods loaded, 123 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
U mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
U FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1448-1.7.10.jar)
U Forge{10.13.4.1448} [Minecraft Forge] (forge-1.7.10-10.13.4.1448-1.7.10.jar)
U AM2-Preloader{0.0.2} [AMCore] (minecraft.jar)
U appliedenergistics2-core{rv2-stable-8} [AppliedEnergistics2 Core] (minecraft.jar)
U CodeChickenCore{1.0.4.29} [CodeChicken Core] (minecraft.jar)
U ImmibisMicroblocks{59.0.5} [Immibis's Microblocks] (immibis-microblocks-59.0.5.jar)
U itemphysic{1.1.2} [ItemPhysic] (minecraft.jar)
U Micdoodlecore{} [Micdoodle8 Core] (minecraft.jar)
U MobiusCore{1.2.3} [MobiusCore] (minecraft.jar)
U NotEnoughItems{1.0.4.83} [Not Enough Items] (notenoughitems-1.7.10-1.0.4.83-universal.jar)
U simplyjetpackscore{1.0} [Simply Jetpacks Coremod] (minecraft.jar)
U <CoFH ASM>{000} [CoFH ASM] (minecraft.jar)
U battlegear2{1.0.7.0} [Mine & Blade Battlegear 2 - Bullseye] (1.7.10-MB_Battlegear2-Bullseye-1.0.7.0.jar)
U zeldaswordskills{1.7.10-2.2.5} [Zelda Sword Skills] (1.7.10-zeldaswordskills-2.2.5.jar)
U arsmagica2{1.4.0.008} [Ars Magica 2] (1.7.10_AM2-1.4.0.008.jar)
U lucky{5.1.0} [Lucky Block] ([1-7-10]_Lucky_Block_v5-1-0.jar)
U ArmorStatusHUD{1.28} [ArmorStatusHUD] ([1.7.10]ArmorStatusHUD-client-1.28.jar)
U DamageIndicatorsMod{3.2.3} [Damage Indicators] ([1.7.10]DamageIndicatorsMod-3.2.3.jar)
U Treecapitator{1.7.10} [Treecapitator] ([1.7.10]Treecapitator-universal-2.0.4.jar)
U advancedgenetics{1.5.8} [Advanced Genetics] (advancedgenetics-1.7.10-1.5.8.jar)
U AdvancedMachines{1.1.3} [IC2 Advanced Machines Addon] (AdvancedMachinesAS-1.7.10.jar)
U AncientWarfareAutomation{2.4.83-beta-MC1.7.10} [Ancient Warfare Automation] (ancientwarfare-2.4.83-beta-MC1.7.10.jar)
U AncientWarfare{2.4.83-beta-MC1.7.10} [Ancient Warfare Core] (ancientwarfare-2.4.83-beta-MC1.7.10.jar)
U AncientWarfareNEIPlugin{2.4.83-beta-MC1.7.10} [Ancient Warfare NEI Plugin] (ancientwarfare-2.4.83-beta-MC1.7.10.jar)
U AncientWarfareNpc{2.4.83-beta-MC1.7.10} [Ancient Warfare NPCs] (ancientwarfare-2.4.83-beta-MC1.7.10.jar)
U AncientWarfareStructure{2.4.83-beta-MC1.7.10} [Ancient Warfare Structures] (ancientwarfare-2.4.83-beta-MC1.7.10.jar)
U AncientWarfareVehicle{2.4.83-beta-MC1.7.10} [Ancient Warfare Vehicles] (ancientwarfare-2.4.83-beta-MC1.7.10.jar)
U AnimationAPI{1.2.4} [AnimationAPI] (AnimationAPI-1.7.10-1.2.4.jar)
U appliedenergistics2{rv2-stable-8} [Applied Energistics 2] (appliedenergistics2-rv2-stable-8.jar)
U BackTools{4.0.0} [BackTools] (Back-Tools-Mod-1.7.10.jar)
U Backpack{2.0.1} [Backpack] (backpack-2.0.1-1.7.x.jar)
U Baubles{1.0.1.10} [Baubles] (Baubles-1.7.10-1.0.1.10.jar)
U BiblioCraft{1.10.2} [BiblioCraft] (BiblioCraft[v1.10.2][MC1.7.10].jar)
U BiomesOPlenty{2.1.0} [Biomes O' Plenty] (BiomesOPlenty-1.7.10-2.1.0.1067-universal.jar)
U AWWayofTime{v1.3.0a} [Blood Magic: Alchemical Wizardry] (bloodmagic-1.7.10-1.3.0a-1.jar)
U Botania{r1.5-170} [Botania] (Botania r1.5-170.jar)
U BuildCraft|Silicon{6.4.4} [BC Silicon] (buildcraft-6.4.4.jar)
U BuildCraft|Core{6.4.4} [BuildCraft] (buildcraft-6.4.4.jar)
U BuildCraft|Transport{6.4.4} [BC Transport] (buildcraft-6.4.4.jar)
U BuildCraft|Builders{6.4.4} [BC Builders] (buildcraft-6.4.4.jar)
U BuildCraft|Energy{6.4.4} [BC Energy] (buildcraft-6.4.4.jar)
U BuildCraft|Factory{6.4.4} [BC Factory] (buildcraft-6.4.4.jar)
U CarpentersBlocks{3.3.4.2} [Carpenter's Blocks] (carpenters blocks v3.3.4.2 - mc 1.7.10.jar)
U carsanddrives{1.0.9} [Cars and Drives] (Cars_and_Drives_Mod_V-1.0.9.jar)
U ChickenChunks{1.3.4.13} [ChickenChunks] (ChickenChunks-Mod-1.7.10.jar)
U chisel{1.5.7} [Chisel] (Chisel-1.7.10-1.5.7.jar)
U chococraft{4.1.2} [Clienthax's ChocoCraft] (ChocoCraft-Mod-1.7.10.jar)
U CoFHCore{1.7.10R3.0.2} [CoFH Core] (CoFHCore-[1.7.10]3.0.2-262.jar)
U creativecore{1.0} [CreativeCore] (CreativeCore v1.1.4 mc1.7.10.jar)
U dimdoors{2.2.5-test} [Dimensional Doors] (DimensionalDoors-2.2.5-test8.jar)
U MoCreatures{6.3.1} [DrZhark's Mo'Creatures Mod] (DrZharks MoCreatures Mod v6.3.1.jar)
U elementalcreepers{4.3.0} [Elemental Creepers] (Elemental Creepers-universal_1.7.10-4.3.0.jar)
U EnderStorage{1.4.5.27} [EnderStorage] (enderstorage-1.7.10-1.4.5.27-universal.jar)
U EnderTech{1.7.10-0.3.2.388} [EnderTech] (EnderTech-1.7.10-0.3.2.388.jar)
U ExtraUtilities{1.2.6} [Extra Utilities] (extrautilities-1.2.6.jar)
U Forestry{3.5.7.16} [Forestry for Minecraft] (forestry_1.7.10-3.5.7.16.jar)
U GalacticraftMars{3.0.11} [Galacticraft Planets] (Galacticraft-Planets-1.7-3.0.11.306.jar)
U GalacticraftCore{3.0.11} [Galacticraft Core] (GalacticraftCore-1.7-3.0.11.306.jar)
U Hats{4.0.1} [Hats] (Hats-4.0.1.jar)
U HatStand{4.0.0} [HatStand] (HatStand-4.0.0.jar)
U iChunUtil{4.1.3} [iChunUtil] (ichunutil-4.1.3.jar)
U ImmibisCore{59.0.8} [Immibis Core] (immibis-core-59.0.8.jar)
U InfernalMobs{1.6.0} [Infernal Mobs] (InfernalMobs-1.7.10.jar)
U inventorytweaks{1.58-147-645ca10} [Inventory Tweaks] (InventoryTweaks-1.58-147.jar)
U IronChest{6.0.49.733} [Iron Chest] (ironchest-1.7.10-6.0.49.733-universal.jar)
U JABBA{1.1.4} [JABBA] (Jabba-1.1.4_1.7.10.jar)
U legendgear{2.b.0.2} [Legend Gear 2] (LegendGear-2-Mod-1.7.10.jar)
U magicalcrops{1.7.2 - 0.1 ALPHA} [Magical Crops] (magicalcrops-1.7.10_0.1.jar)
U Mantle{1.7.10-0.3.2.jenkins184} [Mantle] (Mantle-1.7.10-0.3.2.jar)
U MCA{5.0.0} [Minecraft Comes Alive] (MCA-5.0.0-1.7.10-universal.jar)
U meteors{2.13.1} [Falling Meteors] (meteors-1.7.10-2.13.1.jar)
U MineFactoryReloaded{1.7.10R2.8.0} [MineFactory Reloaded] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
U MineFactoryReloaded|CompatAppliedEnergistics{1.7.10R2.8.0} [MFR Compat: Applied Energistics] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
U MineFactoryReloaded|CompatAtum{1.7.10R2.8.0} [MFR Compat: Atum] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
U MineFactoryReloaded|CompatBackTools{1.7.10R2.8.0} [MFR Compat: BackTools] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
U MineFactoryReloaded|CompatBuildCraft{1.7.10R2.8.0} [MFR Compat: BuildCraft] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
U MineFactoryReloaded|CompatChococraft{1.7.10R2.8.0} [MFR Compat: Chococraft] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
U MineFactoryReloaded|CompatExtraBiomes{1.7.10R2.8.0} [MFR Compat: ExtraBiomes] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
U MineFactoryReloaded|CompatForestry{1.7.10R2.8.0} [MFR Compat: Forestry] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
U MineFactoryReloaded|CompatForgeMicroblock{1.7.10R2.8.0} [MFR Compat: ForgeMicroblock] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
U MineFactoryReloaded|CompatIC2{1.7.10R2.8.0} [MFR Compat: IC2] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
U MineFactoryReloaded|CompatMystcraft{1.7.10R2.8.0} [MFR Compat: Mystcraft] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
U MineFactoryReloaded|CompatProjRed{1.7.10R2.8.0} [MFR Compat ProjectRed] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
U MineFactoryReloaded|CompatRailcraft{1.7.10R2.8.0} [MFR Compat: Railcraft] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
U MineFactoryReloaded|CompatSufficientBiomes{1.7.10R2.8.0} [MFR Compat: Sufficient Biomes] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
U MineFactoryReloaded|CompatThaumcraft{1.7.10R2.8.0} [MFR Compat: Thaumcraft] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
U MineFactoryReloaded|CompatThermalExpansion{1.7.10R2.8.0} [MFR Compat: Thermal Expansion] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
U MineFactoryReloaded|CompatTConstruct{1.7.10R2.8.0} [MFR Compat: Tinkers' Construct] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
U MineFactoryReloaded|CompatTwilightForest{1.7.10R2.8.0} [MFR Compat: TwilightForest] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
U MineFactoryReloaded|CompatVanilla{1.7.10R2.8.0} [MFR Compat: Vanilla] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
U mozombies{2.1.0} [Mo' Zombies] (Mo' Zombies 2.1.0.jar)
U mochickens{1.5} [Mo Chickens] (Mo-Chickens-Mod-1.7.10.jar)
U MoreBows2{Beta 0.4} [More Bows 2] (More-Bows-2-Mod-1.7.10.jar)
U Morph{0.9.1} [Morph] (Morph-Beta-0.9.1.jar)
U movillages{1.2.1} [Mo' Villages] (MoVillages-1.3.1.jar)
U cfm{3.4.7} [§9MrCrayfish's Furniture Mod] (MrCrayfishFurnitureModv3.4.7(1.7.10).jar)
U MutantCreatures{1.4.7} [Mutant Creatures] (Mutant-Creatures-Mod-1.7.10.jar)
U NetherOres{1.7.10R2.3.0RC3} [Nether Ores] (NetherOres-[1.7.10]2.3.0RC3-84.jar)
U PneumaticCraft{1.5.1-49} [PneumaticCraft] (pneumaticcraft-1.7.10-1.5.1-49-universal.jar)
U RadixCore{2.0.0} [RadixCore] (RadixCore-1.7.10-2.0.0-universal.jar)
U rafradek_blocklauncher{1.4.1} [Block Launcher] (rafradek_blocklauncher-1.4.1.jar)
U RedstoneArsenal{1.7.10R1.1.0} [Redstone Arsenal] (RedstoneArsenal-[1.7.10]1.1.0-80.jar)
U ReiMinimap{1.7.10} [Rei's Minimap] (Reis-Minimap-Mod-1.7.10.jar)
U AS_Ruins{14.7} [Ruins Spawning System] (Ruins-1.7.10.jar)
U simplyjetpacks{1.0.0} [Simply Jetpacks] (Simply-Jetpacks-Mod-1.7.10.jar)
U SSR{Alpha 0.9a} [Soul Shards: Reborn] (Soul-Shards-Reborn-Mod-1.7.10.jar)
U StevesCarts{2.0.0.b18} [Steve's Carts 2] (stevescarts2.0.0.b18.jar)
U Sync{4.0.0} [Sync] (Sync-4.0.0.jar)
U TConstruct{1.7.10-1.8.5.build957} [Tinkers' Construct] (TConstruct-1.7.10-1.8.5.jar)
U telepads{1.6.4 v5} [Teleportation Pads] (TelePads-Mod-1.7.10.jar)
U ether{3.0} [ether] (The-Ether-Mod-1.7.10.jar)
U ThermalExpansion{1.7.10R4.0.1} [Thermal Expansion] (ThermalExpansion-[1.7.10]4.0.1-182.jar)
U ThermalFoundation{1.7.10R1.0.0} [Thermal Foundation] (ThermalFoundation-[1.7.10]1.0.0-81.jar)
U SpecialArmor{1.7.10} [TeeLuk's SpecialArmor] (TLSpecialArmor-1.7.10.jar)
U TrailMix{4.0.0} [TrailMix] (Trail-Mix-Mod-1.7.10.jar)
U TwilightForest{2.3.2} [The Twilight Forest] (twilightforest-1.7.10-2.3.2.jar)
U Waila{1.5.8} [Waila] (Waila-1.5.9_1.7.10.jar)
U weaponmod{v1.14.3} [Balkon's WeaponMod] (weaponmod-1.14.3.jar)
U wildcaves3{0.4.3.6} [Wild Caves 3] (Wild-Caves-Mod-1.7.10.jar)
U witchery{0.20.0} [Witchery] (witchery-1.7.10-0.20.0.jar)
U bspkrsCore{6.15} [bspkrsCore] ([1.7.10]bspkrsCore-universal-6.15.jar)
U libsandstone{1.0.0} [libsandstone] (LibSandstone-1.0.0.jar)
Launched Version: 1.7.10-Forge10.13.4.1448-1.7.10
LWJGL: 2.9.1
OpenGL: ATI Radeon HD 4200 GL version 3.3.10834 Compatibility Profile Context, ATI Technologies Inc.
GL Caps: Using GL 1.3 multitexturing.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Anisotropic filtering is supported and maximum anisotropy is 16.
Shaders are available because OpenGL 2.1 is supported.
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Packs: [Default Low Fire 1.8]
Current Language: English (US)
Profiler Position: N/A (disabled)
Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Anisotropic Filtering: Off (1)
[09:46:45] [Client thread/INFO] [STDOUT]: [net.minecraft.client.Minecraft:func_71377_b:359]: #@[email protected]# Game crashed! Crash report saved to: #@[email protected]# C:\Users\Joseph\AppData\Roaming\.minecraft\crash-reports\crash-2015-07-07_09.46.44-client.txt
I'm having some issues about a custom modpack i am currently making. I have about 1 or 2 mods that are giving me trouble by crashing my game. I can't seem to figure out what it is though. Can anyone help?
This is the game output:
java.lang.IllegalArgumentException: resource AM2_at.cfg not found.
at com.google.common.base.Preconditions.checkArgument(Preconditions.java:148) ~[guava-17.0.jar:?]
at com.google.common.io.Resources.getResource(Resources.java:229) ~[guava-17.0.jar:?]
at cpw.mods.fml.common.asm.transformers.AccessTransformer.readMapFile(AccessTransformer.java:118) ~[forge-1.7.10-10.13.4.1448-1.7.10.jar:?]
at cpw.mods.fml.common.asm.transformers.AccessTransformer.<init>(AccessTransformer.java:101) ~[forge-1.7.10-10.13.4.1448-1.7.10.jar:?]
at am2.preloader.AccessTransformers.<init>(AccessTransformers.java:10) ~[AccessTransformers.class:?]
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.8.0_25]
at java.lang.reflect.Constructor.newInstance(Constructor.java:408) ~[?:1.8.0_25]
at java.lang.Class.newInstance(Class.java:438) ~[?:1.8.0_25]
at net.minecraft.launchwrapper.LaunchClassLoader.registerTransformer(LaunchClassLoader.java:88) [launchwrapper-1.11.jar:?]
at cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper.injectIntoClassLoader(CoreModManager.java:101) [forge-1.7.10-10.13.4.1448-1.7.10.jar:?]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:115) [launchwrapper-1.11.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.11.jar:?]
[21:40:06] [main/INFO] [FML]: MC located at: C:\Users\Joseph\AppData\Roaming\.minecraft
[21:40:06] [main/INFO] [FML]: AMCore >> Located Optifine
[21:40:06] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[21:40:06] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[21:40:06] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[21:40:06] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[21:40:06] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[21:40:06] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[21:40:06] [main/INFO] [STDOUT]: [micdoodle8.mods.miccore.MicdoodlePlugin:getASMTransformerClass:102]: Successfully Registered Transformer
[21:40:06] [main/INFO] [STDOUT]: [micdoodle8.mods.miccore.MicdoodlePlugin:injectData:295]: [Micdoodle8Core]: Patching game...
[21:40:06] [main/INFO] [STDOUT]: [micdoodle8.mods.miccore.MicdoodlePlugin:injectData:295]: [Micdoodle8Core]: Patching game...
[21:40:06] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[21:40:06] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[21:40:06] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[21:40:06] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLDeobfTweaker
[21:40:06] [main/INFO] [STDOUT]: [cofh.asm.CoFHAccessTransformer:readMappingFile:40]: Adding Accesstransformer map: CoFH_at.cfg
[21:40:07] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[21:40:07] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.TerminalTweaker
[21:40:07] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.TerminalTweaker
[21:40:07] [main/INFO] [STDOUT]: [optifine.OptiFineForgeTweaker:dbg:49]: OptiFineForgeTweaker: getLaunchArguments
[21:40:07] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.client.main.Main}
[21:40:07] [main/INFO] [battlegear2]: M&B - Patching Class Minecraft (bao)
[21:40:07] [main/INFO] [battlegear2]: Patching method Click Mouse in Minecraft
[21:40:07] [main/INFO] [battlegear2]: M&B - Patching Class Minecraft done
[21:40:07] [main/INFO] [STDOUT]: [micdoodle8.mods.miccore.MicdoodleTransformer:printLog:1763]: Galacticraft successfully injected bytecode into: bdi (1 / 1)
[21:40:07] [main/INFO] [battlegear2]: M&B - Patching Class EntityPlayer (yz)
[21:40:07] [main/INFO] [battlegear2]: Adding new fields to EntityPlayer
[21:40:07] [main/INFO] [battlegear2]: Patching constructor in EntityPlayer
[21:40:07] [main/INFO] [battlegear2]: Patching method onUpdate in EntityPlayer
[21:40:07] [main/INFO] [battlegear2]: Patching method onItemUseFinish in EntityPlayer
[21:40:07] [main/INFO] [battlegear2]: Patching method setCurrentItemOrArmor in EntityPlayer
[21:40:07] [main/INFO] [battlegear2]: Creating new methods in EntityPlayer
[21:40:07] [main/INFO] [battlegear2]: M&B - Patching Class EntityPlayer done
[21:40:07] [main/INFO] [STDOUT]: [micdoodle8.mods.miccore.MicdoodleTransformer:printLog:1763]: Galacticraft successfully injected bytecode into: sv (1 / 1)
[21:40:07] [main/INFO] [STDOUT]: [micdoodle8.mods.miccore.MicdoodleTransformer:printLog:1763]: Galacticraft successfully injected bytecode into: sa (1 / 1)
[21:40:07] [main/INFO] [STDOUT]: [com.creativemd.itemphysic.ItemTransformer:transform:97]: [ItemPhysic] Patching bjk
[21:40:07] [main/INFO] [FML]: AMCore >> Altering definition of net.minecraft.client.entity.EntityPlayerSP
[21:40:07] [main/INFO] [AE2-CORE]: func_146977_a(Lnet/minecraft/inventory/Slot;)V - Transformed
[21:40:07] [main/INFO] [AE2-CORE]: func_146977_a_original(Lnet/minecraft/inventory/Slot;)V - New Method
[21:40:07] [main/INFO] [AE2-CORE]: func_146977_a(Lnet/minecraft/inventory/Slot;)V - Invoke Virtual
[21:40:07] [main/INFO] [FML]: AMCore >> Altering definition of net.minecraft.world.World
[MobiusCore] Current code is OBFUSCATED
[MobiusCore] Found cpw.mods.fml.common.FMLCommonHandler with checksum F626A08BBC07AE3F7D88072FDFDAE36E
[MobiusCore] Successful injection in onPreServerTick ()V
[MobiusCore] Successful injection in onPostServerTick ()V
[MobiusCore] Successful injection in onPreWorldTick (Lahb;)V
[MobiusCore] Successful injection in onPostWorldTick (Lahb;)V
[MobiusCore] Switching injection mode to FORGE
[MobiusCore] Found net.minecraft.world.World [ ahb ] with checksum B6D76C386994A9B4DF0059D0690DCBA1
[MobiusCore] Found World.updateEntities()...
[MobiusCore] Successful injection in h ()V
[MobiusCore] Successful injection in h ()V
[MobiusCore] Successful injection in h ()V
[MobiusCore] Successful injection in h ()V
[MobiusCore] Found net.minecraft.world.WorldServer [ mt ] with checksum A9B6290BB23DD7A1659115ABB503DDD8
[MobiusCore] Successful injection in b ()V
[MobiusCore] Successful injection in b ()V
[21:40:08] [main/INFO]: Setting user: TheEmeraldArrow
[21:40:08] [main/INFO] [STDOUT]: [com.creativemd.itemphysic.ItemTransformer:transform:88]: [ItemPhysic] Patching xk
[21:40:08] [main/INFO] [STDERR]: [micdoodle8.mods.miccore.MicdoodleTransformer:printResultsAndReset:1692]: Potential problem: Galacticraft did not complete injection of bytecode into: xk (0 / 1)
[21:40:09] [main/INFO] [battlegear2]: M&B - Patching Class ItemStack (add)
[21:40:09] [main/INFO] [battlegear2]: M&B - Patching Class ItemStack done
[21:40:10] [Client thread/INFO] [STDOUT]: [micdoodle8.mods.miccore.MicdoodleTransformer:printLog:1763]: Galacticraft successfully injected bytecode into: bkn (1 / 1)
[21:40:10] [Client thread/INFO]: LWJGL Version: 2.9.1
[21:40:10] [Client thread/INFO] [STDOUT]: [micdoodle8.mods.miccore.MicdoodleTransformer:printLog:1763]: Galacticraft successfully injected bytecode into: net/minecraftforge/client/ForgeHooksClient (1 / 1)
[OptiFine]
[OptiFine] OptiFine_1.7.10_HD_B7
[OptiFine] Sat Jul 04 21:40:11 GMT-05:00 2015
[OptiFine] OS: Windows 7 (amd64) version 6.1
[OptiFine] Java: 1.8.0_25, Oracle Corporation
[OptiFine] VM: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
[OptiFine] LWJGL: 2.9.1
[OptiFine] OpenGL: ATI Radeon HD 4200 , version 3.3.10834 Compatibility Profile Context, ATI Technologies Inc.
[OptiFine] OpenGL Version: 3.3
[OptiFine] OpenGL Fancy fog: Not available (GL_NV_fog_distance)
[OptiFine] Maximum texture size: 8192x8192
[21:40:11] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: org.lwjgl.opengl.OpenGLException: Invalid value (1281)
[21:40:11] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at org.lwjgl.opengl.Util.checkGLError(Util.java:59)
[21:40:11] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at org.lwjgl.opengl.WindowsContextImplementation.setSwapInterval(WindowsContextImplementation.java:113)
[21:40:11] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at org.lwjgl.opengl.ContextGL.setSwapInterval(ContextGL.java:232)
[21:40:11] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at org.lwjgl.opengl.DrawableGL.setSwapInterval(DrawableGL.java:86)
[21:40:11] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at org.lwjgl.opengl.Display.setSwapInterval(Display.java:1129)
[21:40:11] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at org.lwjgl.opengl.Display.setVSyncEnabled(Display.java:1142)
[21:40:11] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.settings.GameSettings.updateVSync(GameSettings.java:3021)
[21:40:11] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at Config.checkDisplayMode(Config.java:1968)
[21:40:11] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at Config.initDisplay(Config.java:165)
[21:40:11] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.renderer.OpenGlHelper.func_77474_a(OpenGlHelper.java:76)
[21:40:11] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:455)
[21:40:11] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
[21:40:11] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.main.Main.main(SourceFile:148)
[21:40:11] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[21:40:11] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[21:40:11] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[21:40:11] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
[21:40:11] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
[21:40:11] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
[OptiFine] Checking for new version
[21:40:12] [Client thread/INFO] [STDOUT]: [com.creativemd.itemphysic.ItemTransformer:transform:81]: [ItemPhysic] Patching bny
[OptiFine] Version found: C1
[21:40:12] [Client thread/INFO] [FML]: Forge Mod Loader has detected optifine OptiFine_1.7.10_HD_B7, enabling compatibility features
[21:40:13] [Client thread/INFO] [MinecraftForge]: Attempting early MinecraftForge initialization
[21:40:13] [Client thread/INFO] [FML]: MinecraftForge v10.13.4.1448 Initialized
[21:40:13] [Client thread/INFO] [FML]: Replaced 183 ore recipies
[OptiFine] (Reflector) Class not present: ModLoader
[OptiFine] (Reflector) Class not present: net.minecraft.src.FMLRenderAccessLibrary
[OptiFine] (Reflector) Class not present: LightCache
[OptiFine] (Reflector) Class not present: BlockCoord
[21:40:13] [Client thread/INFO] [FML]: InvTweaks: net.minecraft.inventory.ContainerRepair
[21:40:13] [Client thread/INFO] [FML]: InvTweaks: net.minecraft.inventory.Container
[21:40:13] [Client thread/INFO] [battlegear2]: M&B - Patching Class NetHandlerPlayServer (nh)
[21:40:13] [Client thread/INFO] [battlegear2]: Patching method processPlayerBlockPlacement in NetHandlerPlayServer
[21:40:13] [Client thread/INFO] [battlegear2]: Patching method processHeldItemChange in NetHandlerPlayServer
[21:40:13] [Client thread/INFO] [battlegear2]: M&B - Patching Class NetHandlerPlayServer done
[21:40:13] [Client thread/INFO] [battlegear2]: M&B - Patching Class ModelBiped (bhm)
[21:40:13] [Client thread/INFO] [battlegear2]: Patching method setRotationAngles in ModelBiped
[21:40:13] [Client thread/INFO] [battlegear2]: M&B - Patching Class ModelBiped done
[21:40:13] [Client thread/INFO] [battlegear2]: M&B - Patching Class NetHandlerPlayClient (bjb)
[21:40:13] [Client thread/INFO] [battlegear2]: Patching method handleSpawnPlayer in NetHandlerPlayClient
[21:40:13] [Client thread/INFO] [battlegear2]: Patching method handleHeldItemChange in NetHandlerPlayClient
[21:40:13] [Client thread/INFO] [battlegear2]: M&B - Patching Class NetHandlerPlayClient done
[21:40:13] [Client thread/INFO] [STDOUT]: [micdoodle8.mods.miccore.MicdoodleTransformer:printLog:1763]: Galacticraft successfully injected bytecode into: bjb (2 / 2)
[21:40:13] [Client thread/INFO] [FML]: AMCore >> Altering definition of net.minecraft.client.renderer.EntityRenderer
[21:40:13] [Client thread/INFO] [STDOUT]: [micdoodle8.mods.miccore.MicdoodleTransformer:printLog:1763]: Galacticraft successfully injected bytecode into: blt (4 / 4)
[21:40:13] [Client thread/INFO] [MinecraftForge]: Completed early MinecraftForge initialization
[21:40:13] [Client thread/INFO] [FML]: AMCore initializing...stand back! I'm going to try MAGIC!
[21:40:13] [Client thread/INFO] [FML]: [AppEng] Core Init
[21:40:13] [Client thread/INFO] [FML]: Found 0 mods from the command line. Injecting into mod discoverer
[21:40:13] [Client thread/INFO] [FML]: Searching C:\Users\Joseph\AppData\Roaming\.minecraft\mods for mods
[21:40:13] [Client thread/INFO] [FML]: Also searching C:\Users\Joseph\AppData\Roaming\.minecraft\mods\1.7.10 for mods
[21:40:16] [Client thread/WARN] [battlegear2]: Mod battlegear2 is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.0.7.0
[21:40:16] [Client thread/WARN] [DamageIndicatorsMod]: Mod DamageIndicatorsMod is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 3.2.3
[21:40:19] [Client thread/WARN] [ChickenChunks]: Mod ChickenChunks is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.3.4.13
[21:40:19] [Client thread/INFO] [FML]: Attempting to reparse the mod container DimensionalDoors-2.2.5-test8.jar
[21:40:19] [Client thread/WARN] [EnderStorage]: Mod EnderStorage is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.4.5.27
[21:40:19] [Client thread/WARN] [ExtraUtilities]: Mod ExtraUtilities is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.2.6
[21:40:21] [Client thread/WARN] [PneumaticCraft]: Mod PneumaticCraft is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.5.1-49
[21:40:21] [Client thread/WARN] [simplyjetpacks]: Mod simplyjetpacks is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.0.0
[21:40:21] [Client thread/WARN] [wildcaves3]: Mod wildcaves3 is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 0.4.3.6
[21:40:22] [Client thread/INFO] [FML]: Forge Mod Loader has identified 123 mods to load
[21:40:22] [Client thread/INFO] [FML]: Found mod(s) [ExtraUtilities] containing declared API package baubles.api (owned by Baubles) without associated API reference
[21:40:23] [Client thread/INFO] [FML]: FML has found a non-mod file CodeChickenLib-1.7.10-1.1.1.99-universal.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.
[21:40:24] [Client thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, AM2-Preloader, appliedenergistics2-core, CodeChickenCore, ImmibisMicroblocks, itemphysic, Micdoodlecore, MobiusCore, NotEnoughItems, simplyjetpackscore, <CoFH ASM>, battlegear2, zeldaswordskills, arsmagica2, lucky, ArmorStatusHUD, DamageIndicatorsMod, Treecapitator, advancedgenetics, nevermine, AncientWarfareAutomation, AncientWarfare, AncientWarfareNEIPlugin, AncientWarfareNpc, AncientWarfareStructure, AncientWarfareVehicle, AnimationAPI, appliedenergistics2, BackTools, Backpack, Baubles, BiblioCraft, BiomesOPlenty, AWWayofTime, Botania, BuildCraft|Silicon, BuildCraft|Core, BuildCraft|Transport, BuildCraft|Builders, BuildCraft|Energy, BuildCraft|Factory, CarpentersBlocks, carsanddrives, ChickenChunks, chisel, chococraft, CoFHCore, creativecore, dimdoors, MoCreatures, elementalcreepers, EnderStorage, EnderTech, ExtraUtilities, Forestry, GalacticraftMars, GalacticraftCore, Hats, HatStand, iChunUtil, ImmibisCore, InfernalMobs, inventorytweaks, IronChest, JABBA, legendgear, magicalcrops, Mantle, MCA, meteors, MineFactoryReloaded, MineFactoryReloaded|CompatAppliedEnergistics, MineFactoryReloaded|CompatAtum, MineFactoryReloaded|CompatBackTools, MineFactoryReloaded|CompatBuildCraft, MineFactoryReloaded|CompatChococraft, MineFactoryReloaded|CompatExtraBiomes, MineFactoryReloaded|CompatForestry, MineFactoryReloaded|CompatForgeMicroblock, MineFactoryReloaded|CompatIC2, MineFactoryReloaded|CompatMystcraft, MineFactoryReloaded|CompatProjRed, MineFactoryReloaded|CompatRailcraft, MineFactoryReloaded|CompatSufficientBiomes, MineFactoryReloaded|CompatThaumcraft, MineFactoryReloaded|CompatThermalExpansion, MineFactoryReloaded|CompatTConstruct, MineFactoryReloaded|CompatTwilightForest, MineFactoryReloaded|CompatVanilla, mozombies, mochickens, MoreBows2, Morph, movillages, cfm, MutantCreatures, NetherOres, PneumaticCraft, RadixCore, rafradek_blocklauncher, RedstoneArsenal, ReiMinimap, AS_Ruins, simplyjetpacks, SSR, StevesCarts, Sync, TConstruct, telepads, ether, ThermalExpansion, ThermalFoundation, SpecialArmor, TrailMix, TwilightForest, Waila, weaponmod, wildcaves3, witchery, bspkrsCore, libsandstone] at CLIENT
[21:40:24] [Client thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, AM2-Preloader, appliedenergistics2-core, CodeChickenCore, ImmibisMicroblocks, itemphysic, Micdoodlecore, MobiusCore, NotEnoughItems, simplyjetpackscore, <CoFH ASM>, battlegear2, zeldaswordskills, arsmagica2, lucky, ArmorStatusHUD, DamageIndicatorsMod, Treecapitator, advancedgenetics, nevermine, AncientWarfareAutomation, AncientWarfare, AncientWarfareNEIPlugin, AncientWarfareNpc, AncientWarfareStructure, AncientWarfareVehicle, AnimationAPI, appliedenergistics2, BackTools, Backpack, Baubles, BiblioCraft, BiomesOPlenty, AWWayofTime, Botania, BuildCraft|Silicon, BuildCraft|Core, BuildCraft|Transport, BuildCraft|Builders, BuildCraft|Energy, BuildCraft|Factory, CarpentersBlocks, carsanddrives, ChickenChunks, chisel, chococraft, CoFHCore, creativecore, dimdoors, MoCreatures, elementalcreepers, EnderStorage, EnderTech, ExtraUtilities, Forestry, GalacticraftMars, GalacticraftCore, Hats, HatStand, iChunUtil, ImmibisCore, InfernalMobs, inventorytweaks, IronChest, JABBA, legendgear, magicalcrops, Mantle, MCA, meteors, MineFactoryReloaded, MineFactoryReloaded|CompatAppliedEnergistics, MineFactoryReloaded|CompatAtum, MineFactoryReloaded|CompatBackTools, MineFactoryReloaded|CompatBuildCraft, MineFactoryReloaded|CompatChococraft, MineFactoryReloaded|CompatExtraBiomes, MineFactoryReloaded|CompatForestry, MineFactoryReloaded|CompatForgeMicroblock, MineFactoryReloaded|CompatIC2, MineFactoryReloaded|CompatMystcraft, MineFactoryReloaded|CompatProjRed, MineFactoryReloaded|CompatRailcraft, MineFactoryReloaded|CompatSufficientBiomes, MineFactoryReloaded|CompatThaumcraft, MineFactoryReloaded|CompatThermalExpansion, MineFactoryReloaded|CompatTConstruct, MineFactoryReloaded|CompatTwilightForest, MineFactoryReloaded|CompatVanilla, mozombies, mochickens, MoreBows2, Morph, movillages, cfm, MutantCreatures, NetherOres, PneumaticCraft, RadixCore, rafradek_blocklauncher, RedstoneArsenal, ReiMinimap, AS_Ruins, simplyjetpacks, SSR, StevesCarts, Sync, TConstruct, telepads, ether, ThermalExpansion, ThermalFoundation, SpecialArmor, TrailMix, TwilightForest, Waila, weaponmod, wildcaves3, witchery, bspkrsCore, libsandstone] at SERVER
[MobiusCore] Found cpw.mods.fml.common.network.FMLOutboundHandler with checksum CB55471D614BD5AF06AEA87A77A3014F
[MobiusCore] Successful injection in write (Lio/netty/channel/ChannelHandlerContext;Ljava/lang/Object;Lio/netty/channel/ChannelPromise;)V
[MobiusCore] Found cpw.mods.fml.common.eventhandler.ASMEventHandler with checksum 1C68592318817E7EE853EC874A5ACBF4
[MobiusCore] Successful injection in <init> (Ljava/lang/Object;Ljava/lang/reflect/Method;Lcpw/mods/fml/common/ModContainer;)V
[MobiusCore] Successful injection in invoke (Lcpw/mods/fml/common/eventhandler/Event;)V
[MobiusCore] Successful injection in invoke (Lcpw/mods/fml/common/eventhandler/Event;)V
[21:40:26] [Client thread/INFO] [FML]: AMCore >> Altering definition of net.minecraft.client.renderer.entity.RendererLivingEntity
[21:40:26] [Client thread/ERROR] [Backpack]: The mod Backpack is expecting signature @[email protected] for source backpack-2.0.1-1.7.x.jar, however there is no signature matching that description
[21:40:27] [Client thread/INFO] [battlegear2]: M&B - Patching Class PlayerControllerMP (bje)
[21:40:27] [Client thread/INFO] [battlegear2]: Patching method sendUseItem in PlayerControllerMP
[21:40:27] [Client thread/INFO] [battlegear2]: M&B - Patching Class PlayerControllerMP done
[21:40:27] [Client thread/INFO] [STDOUT]: [micdoodle8.mods.miccore.MicdoodleTransformer:printLog:1763]: Galacticraft successfully injected bytecode into: bje (2 / 2)
[21:40:29] [Client thread/ERROR] [Mantle]: [Environment Checks] Optifine detected. This may cause issues due to base edits or ASM usage.
[21:40:29] [Client thread/INFO] [TConstruct]: Preparing to take over the world
[21:40:32] [Client thread/INFO] [STDOUT]: [mods.immibis.core.ImmibisCore:initPreferredEnergySystem:198]: [Immibis Core] Preferred energy system set to: redstoneFlux
[21:40:35] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Immibis's Microblocks, FMLFileResourcePack:Not Enough Items, FMLFileResourcePack:Mine & Blade Battlegear 2 - Bullseye, FMLFileResourcePack:Zelda Sword Skills, FMLFileResourcePack:Ars Magica 2, FMLFileResourcePack:Lucky Block, FMLFileResourcePack:ArmorStatusHUD, FMLFileResourcePack:Damage Indicators, FMLFileResourcePack:Treecapitator, FMLFileResourcePack:Advanced Genetics, FMLFileResourcePack:AdventOfAscension, FMLFileResourcePack:Ancient Warfare Automation, FMLFileResourcePack:Ancient Warfare Core, FMLFileResourcePack:Ancient Warfare NEI Plugin, FMLFileResourcePack:Ancient Warfare NPCs, FMLFileResourcePack:Ancient Warfare Structures, FMLFileResourcePack:Ancient Warfare Vehicles, FMLFileResourcePack:AnimationAPI, FMLFileResourcePack:Applied Energistics 2, FMLFileResourcePack:BackTools, FMLFileResourcePack:Backpack, FMLFileResourcePack:Baubles, FMLFileResourcePack:BiblioCraft, FMLFileResourcePack:Biomes O' Plenty, FMLFileResourcePack:Blood Magic: Alchemical Wizardry, FMLFileResourcePack:Botania, FMLFileResourcePack:BC Silicon, FMLFileResourcePack:BuildCraft, FMLFileResourcePack:BC Transport, FMLFileResourcePack:BC Builders, FMLFileResourcePack:BC Energy, FMLFileResourcePack:BC Factory, FMLFileResourcePack:Carpenter's Blocks, FMLFileResourcePack:Cars and Drives, FMLFileResourcePack:ChickenChunks, FMLFileResourcePack:Chisel, FMLFileResourcePack:Clienthax's ChocoCraft, FMLFileResourcePack:CoFH Core, FMLFileResourcePack:CreativeCore, FMLFileResourcePack:Dimensional Doors, FMLFileResourcePack:DrZhark's Mo'Creatures Mod, FMLFileResourcePack:Elemental Creepers, FMLFileResourcePack:EnderStorage, FMLFileResourcePack:EnderTech, FMLFileResourcePack:Extra Utilities, FMLFileResourcePack:Forestry for Minecraft, FMLFileResourcePack:Galacticraft Planets, FMLFileResourcePack:Galacticraft Core, FMLFileResourcePack:Hats, FMLFileResourcePack:HatStand, FMLFileResourcePack:iChunUtil, FMLFileResourcePack:Immibis Core, FMLFileResourcePack:Infernal Mobs, FMLFileResourcePack:Inventory Tweaks, FMLFileResourcePack:Iron Chest, FMLFileResourcePack:JABBA, FMLFileResourcePack:Legend Gear 2, FMLFileResourcePack:Magical Crops, FMLFileResourcePack:Mantle, FMLFileResourcePack:Minecraft Comes Alive, FMLFileResourcePack:Falling Meteors, FMLFileResourcePack:MineFactory Reloaded, FMLFileResourcePack:MFR Compat: Applied Energistics, FMLFileResourcePack:MFR Compat: Atum, FMLFileResourcePack:MFR Compat: BackTools, FMLFileResourcePack:MFR Compat: BuildCraft, FMLFileResourcePack:MFR Compat: Chococraft, FMLFileResourcePack:MFR Compat: ExtraBiomes, FMLFileResourcePack:MFR Compat: Forestry, FMLFileResourcePack:MFR Compat: ForgeMicroblock, FMLFileResourcePack:MFR Compat: IC2, FMLFileResourcePack:MFR Compat: Mystcraft, FMLFileResourcePack:MFR Compat ProjectRed, FMLFileResourcePack:MFR Compat: Railcraft, FMLFileResourcePack:MFR Compat: Sufficient Biomes, FMLFileResourcePack:MFR Compat: Thaumcraft, FMLFileResourcePack:MFR Compat: Thermal Expansion, FMLFileResourcePack:MFR Compat: Tinkers' Construct, FMLFileResourcePack:MFR Compat: TwilightForest, FMLFileResourcePack:MFR Compat: Vanilla, FMLFileResourcePack:Mo' Zombies, FMLFileResourcePack:Mo Chickens, FMLFileResourcePack:More Bows 2, FMLFileResourcePack:Morph, FMLFileResourcePack:Mo' Villages, FMLFileResourcePack:§9MrCrayfish's Furniture Mod, FMLFileResourcePack:Mutant Creatures, FMLFileResourcePack:Nether Ores, FMLFileResourcePack:PneumaticCraft, FMLFileResourcePack:RadixCore, FMLFileResourcePack:Block Launcher, FMLFileResourcePack:Redstone Arsenal, FMLFileResourcePack:Rei's Minimap, FMLFileResourcePack:Ruins Spawning System, FMLFileResourcePack:Simply Jetpacks, FMLFileResourcePack:Soul Shards: Reborn, FMLFileResourcePack:Steve's Carts 2, FMLFileResourcePack:Sync, FMLFileResourcePack:Tinkers' Construct, FMLFileResourcePack:Teleportation Pads, FMLFileResourcePack:ether, FMLFileResourcePack:Thermal Expansion, FMLFileResourcePack:Thermal Foundation, FMLFileResourcePack:TeeLuk's SpecialArmor, FMLFileResourcePack:TrailMix, FMLFileResourcePack:The Twilight Forest, FMLFileResourcePack:Waila, FMLFileResourcePack:Balkon's WeaponMod, FMLFileResourcePack:Wild Caves 3, FMLFileResourcePack:Witchery, FMLFileResourcePack:bspkrsCore, FMLFileResourcePack:libsandstone, CrypticPvP Pack
[21:40:35] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: alchemicalwizardryBooks in C:\Users\Joseph\AppData\Roaming\.minecraft\mods\bloodmagic-1.7.10-1.3.0a-1.jar
[21:40:35] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: alchemicalwizardryBooks in C:\Users\Joseph\AppData\Roaming\.minecraft\mods\bloodmagic-1.7.10-1.3.0a-1.jar
[21:40:35] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: alchemicalwizardryBooks in C:\Users\Joseph\AppData\Roaming\.minecraft\mods\bloodmagic-1.7.10-1.3.0a-1.jar
[21:40:35] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: alchemicalwizardryBooks in C:\Users\Joseph\AppData\Roaming\.minecraft\mods\bloodmagic-1.7.10-1.3.0a-1.jar
[21:40:35] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: alchemicalwizardryBooks in C:\Users\Joseph\AppData\Roaming\.minecraft\mods\bloodmagic-1.7.10-1.3.0a-1.jar
[21:40:35] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: alchemicalwizardryBooks in C:\Users\Joseph\AppData\Roaming\.minecraft\mods\bloodmagic-1.7.10-1.3.0a-1.jar
[21:40:35] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: alchemicalwizardryJsonFiles in C:\Users\Joseph\AppData\Roaming\.minecraft\mods\bloodmagic-1.7.10-1.3.0a-1.jar
[21:40:35] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: alchemicalwizardryJsonFiles in C:\Users\Joseph\AppData\Roaming\.minecraft\mods\bloodmagic-1.7.10-1.3.0a-1.jar
[21:40:36] [Client thread/INFO] [FML]: Processing ObjectHolder annotations
[21:40:36] [Client thread/INFO] [FML]: Found 337 ObjectHolder annotations
[21:40:36] [Client thread/INFO] [FML]: Identifying ItemStackHolder annotations
[21:40:36] [Client thread/INFO] [FML]: Found 0 ItemStackHolder annotations
[21:40:36] [Client thread/INFO] [FML]: Configured a dormant chunk cache size of 0
[21:40:37] [Client thread/INFO] [battlegear2]: M&B - Patching Class EntityOtherPlayerMP (bll)
[21:40:37] [Client thread/INFO] [battlegear2]: Patching method onUpdate in EntityOtherPlayerMP
[21:40:37] [Client thread/INFO] [battlegear2]: Patching method setCurrentItem in EntityOtherPlayerMP
[21:40:37] [Client thread/INFO] [battlegear2]: M&B - Patching Class EntityOtherPlayerMP done
[MobiusCore] Found net.minecraft.client.renderer.tileentity.TileEntityRendererDispatcher [ bmk ] with checksum 1B9F2A44C89A8C0C359AD4D34A73DA8D
[MobiusCore] Successful injection in a (Laor;DDDF)V
[MobiusCore] Successful injection in a (Laor;DDDF)V
[21:40:37] [Client thread/INFO] [zeldaswordskills]: Reading config: C:\Users\Joseph\AppData\Roaming\.minecraft\config\zeldaswordskills.cfg
[21:40:37] [Client thread/INFO] [zeldaswordskills]: Registered Epona's Song as 'epona' with notes [D2-natural, B2-natural, A2-natural, D2-natural, B2-natural, A2-natural]
[21:40:37] [Client thread/INFO] [zeldaswordskills]: Registered Song of Healing as 'healing' with notes [B2-natural, A2-natural, F1-natural, B2-natural, A2-natural, F1-natural]
[21:40:37] [Client thread/INFO] [zeldaswordskills]: Registered Saria's Song as 'saria' with notes [F1-natural, A2-natural, B2-natural, F1-natural, A2-natural, B2-natural]
[21:40:37] [Client thread/INFO] [zeldaswordskills]: Registered Song of Soaring as 'soaring' with notes [F1-natural, B2-natural, D2-natural, F1-natural, B2-natural, D2-natural]
[21:40:37] [Client thread/INFO] [zeldaswordskills]: Registered Song of Storms as 'storms' with notes [D1-natural, F1-natural, D2-natural, D1-natural, F1-natural, D2-natural]
[21:40:37] [Client thread/INFO] [zeldaswordskills]: Registered Sun's Song as 'sun' with notes [A2-natural, F1-natural, D2-natural, A2-natural, F1-natural, D2-natural]
[21:40:37] [Client thread/INFO] [zeldaswordskills]: Registered Song of Time as 'time' with notes [A2-natural, D1-natural, F1-natural, A2-natural, D1-natural, F1-natural]
[21:40:37] [Client thread/INFO] [zeldaswordskills]: Registered Bolero of Fire as 'bolero' with notes [F1-natural, D1-natural, F1-natural, D1-natural, A2-natural, F1-natural, A2-natural, F1-natural]
[21:40:37] [Client thread/INFO] [zeldaswordskills]: Registered Minuet of Forest as 'minuet' with notes [D1-natural, D2-natural, B2-natural, A2-natural, B2-natural, A2-natural]
[21:40:37] [Client thread/INFO] [zeldaswordskills]: Registered Prelude of Light as 'prelude' with notes [D2-natural, A2-natural, D2-natural, A2-natural, B2-natural, D2-natural]
[21:40:37] [Client thread/INFO] [zeldaswordskills]: Registered Oath to Order as 'oath' with notes [A2-natural, F1-natural, D1-natural, F1-natural, A2-natural, D2-natural]
[21:40:37] [Client thread/INFO] [zeldaswordskills]: Registered Nocturne of Shadow as 'nocturne' with notes [B2-natural, A2-natural, A2-natural, D1-natural, B2-natural, A2-natural, F1-natural]
[21:40:37] [Client thread/INFO] [zeldaswordskills]: Registered Requiem of Spirit as 'requiem' with notes [D1-natural, F1-natural, D1-natural, A2-natural, F1-natural, D1-natural]
[21:40:37] [Client thread/INFO] [zeldaswordskills]: Registered Serenade of Water as 'serenade' with notes [D1-natural, F1-natural, A2-natural, A2-natural, B2-natural]
[21:40:37] [Client thread/INFO] [zeldaswordskills]: Registered Zelda's Lullaby as 'lullaby' with notes [B2-natural, D2-natural, A2-natural, B2-natural, D2-natural, A2-natural]
[21:40:37] [Client thread/INFO] [zeldaswordskills]: Registered Scarecrow's Song as 'scarecrow' with notes []
[21:40:38] [Client thread/INFO] [FML]: Ars Magica >> Extending Potions Array
[21:40:38] [Client thread/INFO] [FML]: Ars Magica >> injecting potions starting from index 32
[21:40:39] [Client thread/INFO] [FML]: Ars Magica 2 >> Attempting to set enchantment magic_resist to ID 100 (configured currently as 100)
[21:40:39] [Client thread/INFO] [FML]: Ars Magica 2 >> Successfully registered enchanment!
[21:40:39] [Client thread/INFO] [FML]: Ars Magica 2 >> Attempting to set enchantment soulbound to ID 101 (configured currently as 101)
[21:40:39] [Client thread/INFO] [FML]: Ars Magica 2 >> Successfully registered enchanment!
[21:40:39] [Client thread/INFO] [FML]: Ars Magica 2 >> Registered imbuement: dr_phy
[21:40:39] [Client thread/INFO] [FML]: Ars Magica 2 >> Registered imbuement: dr_drn
[21:40:39] [Client thread/INFO] [FML]: Ars Magica 2 >> Registered imbuement: dr_fall
[21:40:39] [Client thread/INFO] [FML]: Ars Magica 2 >> Registered imbuement: dr_exp
[21:40:39] [Client thread/INFO] [FML]: Ars Magica 2 >> Registered imbuement: dr_fire
[21:40:39] [Client thread/INFO] [FML]: Ars Magica 2 >> Registered imbuement: dr_frst
[21:40:39] [Client thread/INFO] [FML]: Ars Magica 2 >> Registered imbuement: dr_mage
[21:40:39] [Client thread/INFO] [FML]: Ars Magica 2 >> Registered imbuement: dr_litn
[21:40:39] [Client thread/INFO] [FML]: Ars Magica 2 >> Registered imbuement: mn_reg
[21:40:39] [Client thread/INFO] [FML]: Ars Magica 2 >> Registered imbuement: bn_red
[21:40:39] [Client thread/INFO] [FML]: Ars Magica 2 >> Registered imbuement: soulbnd
[21:40:39] [Client thread/INFO] [FML]: Ars Magica 2 >> Registered imbuement: fl_lure
[21:40:39] [Client thread/INFO] [FML]: Ars Magica 2 >> Registered imbuement: mg_xp
[21:40:39] [Client thread/INFO] [FML]: Ars Magica 2 >> Registered imbuement: pp_ore
[21:40:39] [Client thread/INFO] [FML]: Ars Magica 2 >> Registered imbuement: mg_gog
[21:40:39] [Client thread/INFO] [FML]: Ars Magica 2 >> Registered imbuement: tc_nrv
[21:40:39] [Client thread/INFO] [FML]: Ars Magica 2 >> Registered imbuement: step_up
[21:40:39] [Client thread/INFO] [FML]: Ars Magica 2 >> Registered imbuement: run_spd
[21:40:39] [Client thread/INFO] [FML]: Ars Magica 2 >> Registered imbuement: dispel
[21:40:39] [Client thread/INFO] [FML]: Ars Magica 2 >> Registered imbuement: fallprot
[21:40:39] [Client thread/INFO] [FML]: Ars Magica 2 >> Registered imbuement: fireprot
[21:40:39] [Client thread/INFO] [FML]: Ars Magica 2 >> Registered imbuement: freedom
[21:40:39] [Client thread/INFO] [FML]: Ars Magica 2 >> Registered imbuement: healing
[21:40:39] [Client thread/INFO] [FML]: Ars Magica 2 >> Registered imbuement: hungerup
[21:40:39] [Client thread/INFO] [FML]: Ars Magica 2 >> Registered imbuement: highjump
[21:40:39] [Client thread/INFO] [FML]: Ars Magica 2 >> Registered imbuement: lifesave
[21:40:39] [Client thread/INFO] [FML]: Ars Magica 2 >> Registered imbuement: lightstep
[21:40:39] [Client thread/INFO] [FML]: Ars Magica 2 >> Registered imbuement: minespd
[21:40:39] [Client thread/INFO] [FML]: Ars Magica 2 >> Registered imbuement: recoil
[21:40:39] [Client thread/INFO] [FML]: Ars Magica 2 >> Registered imbuement: swimspd
[21:40:39] [Client thread/INFO] [FML]: Ars Magica 2 >> Registered imbuement: wtrbrth
[21:40:39] [Client thread/INFO] [FML]: Ars Magica 2 >> Registered imbuement: wtrwalk
[21:40:40] [Client thread/INFO] [Treecapitator]: Loading configuration file C:\Users\Joseph\AppData\Roaming\.minecraft\config\Treecapitator.cfg
[21:40:40] [Client thread/INFO] [Treecapitator]: Proceeding to load tree/mod configs from file.
[21:40:41] [Client thread/INFO] [CoFHWorld]: Registering Default Templates.
[21:40:41] [Client thread/INFO] [CoFHWorld]: Registering default generators
[21:40:41] [Client thread/INFO] [CoFHWorld]: Complete
[21:40:41] [CoFHUpdater:CoFHCore/INFO] [CoFHCore]: An updated version of CoFH Core is available: CoFH Core 3.0.3B1 for Minecraft 1.7.10.
[21:40:44] [Client thread/INFO] [BuildCraft]: Starting BuildCraft 6.4.4
[21:40:44] [Client thread/INFO] [BuildCraft]: Copyright (c) SpaceToad, 2011-2015
[21:40:44] [Client thread/INFO] [BuildCraft]: http://www.mod-buildcraft.com
[21:40:44] [Thread-11/INFO] [BuildCraft]: Beginning version check
[21:40:44] [Thread-11/WARN] [BuildCraft]: Using outdated version [6.4.4] for Minecraft 1.7.10. Consider updating to 7.0.13.
[21:40:44] [Client thread/INFO] [AncientWarfare]: Ancient Warfare Core Pre-Init Started
[21:40:45] [Client thread/INFO] [AncientWarfare]: Ancient Warfare Core Pre-Init Completed
[21:40:45] [Client thread/INFO] [AncientWarfare]: Ancient Warfare Automation Pre-Init started
[21:40:45] [Client thread/INFO] [AncientWarfare]: Detecting BuildCraft|Core is loaded, enabling BC Compatibility
[21:40:45] [Client thread/INFO] [AncientWarfare]: Detecting CoFHCore is loaded, enabling RF Compatibility
[21:40:45] [Client thread/INFO] [AncientWarfare]: RF Compatability loaded successfully
[21:40:45] [Client thread/INFO] [AncientWarfare]: Ancient Warfare Automation Pre-Init completed
[21:40:45] [Client thread/INFO] [AncientWarfare]: Ancient Warfare NPCs Pre-Init started
[21:40:46] [Client thread/INFO] [AncientWarfare]: Ancient Warfare NPCs Pre-Init completed
[21:40:46] [Client thread/INFO] [AncientWarfare]: Ancient Warfare Structures Pre-Init started
[21:40:46] [Client thread/INFO] [AncientWarfare]: Ancient Warfare Structures Pre-Init completed
[21:40:46] [Client thread/INFO] [AncientWarfare]: Ancient Warfare Vehicles Pre-Init started
[21:40:46] [Client thread/INFO] [AncientWarfare]: Ancient Warfare Vehicles Pre-Init completed
[21:40:46] [Client thread/INFO] [AE2:C]: Pre Initialization ( started )
[21:40:47] [Client thread/INFO] [AE2-CORE]: func_145839_a(Lnet/minecraft/nbt/NBTTagCompound;)V - Transformed
[21:40:47] [Client thread/INFO] [AE2-CORE]: func_145841_b(Lnet/minecraft/nbt/NBTTagCompound;)V - Transformed
[21:40:47] [Client thread/INFO] [AE2-CORE]: Removing Interface ic2.api.energy.tile.IEnergySink from appeng/tile/powersink/IC2 because IC2 integration is disabled.
[21:40:47] [Client thread/INFO] [AE2-CORE]: Updated appeng/tile/powersink/IC2
[21:40:47] [Client thread/INFO] [AE2-CORE]: Removing Interface Reika.RotaryCraft.API.Power.AdvancedShaftPowerReceiver from appeng/tile/powersink/RotaryCraft because RotaryCraft integration is disabled.
[21:40:47] [Client thread/INFO] [AE2-CORE]: Removing Interface Reika.RotaryCraft.API.Interfaces.Transducerable from appeng/tile/powersink/RotaryCraft because RotaryCraft integration is disabled.
[21:40:47] [Client thread/INFO] [AE2-CORE]: Removing Method Tick_RotaryCraft from appeng/tile/powersink/RotaryCraft because RotaryCraft integration is disabled.
[21:40:47] [Client thread/INFO] [AE2-CORE]: Updated appeng/tile/powersink/RotaryCraft
[21:40:47] [Client thread/INFO] [AE2-CORE]: Allowing Interface cofh.api.energy.IEnergyReceiver from appeng/tile/powersink/RedstoneFlux because RF integration is enabled.
[21:40:47] [Client thread/INFO] [AE2-CORE]: Removing Interface mekanism.api.energy.IStrictEnergyAcceptor from appeng/tile/powersink/MekJoules because Mekanism integration is disabled.
[21:40:47] [Client thread/INFO] [AE2-CORE]: Updated appeng/tile/powersink/MekJoules
[21:40:47] [Client thread/INFO] [AE2-CORE]: Allowing Interface powercrystals.minefactoryreloaded.api.rednet.connectivity.IRedNetConnection from appeng/block/networking/BlockCableBus because MFR integration is enabled.
[21:40:47] [Client thread/INFO] [AE2-CORE]: Allowing Method getConnectionType from appeng/block/networking/BlockCableBus because MFR integration is enabled.
[21:40:47] [Client thread/INFO] [AE2-CORE]: Removing Interface buildcraft.api.tools.IToolWrench from appeng/items/tools/quartz/ToolQuartzWrench because BC integration is disabled.
[21:40:47] [Client thread/INFO] [AE2-CORE]: Updated appeng/items/tools/quartz/ToolQuartzWrench
[21:40:47] [Client thread/INFO] [AE2-CORE]: Removing Interface ic2.api.item.ISpecialElectricItem from appeng/items/tools/powered/powersink/IC2 because IC2 integration is disabled.
[21:40:47] [Client thread/INFO] [AE2-CORE]: Removing Interface ic2.api.item.IElectricItemManager from appeng/items/tools/powered/powersink/IC2 because IC2 integration is disabled.
[21:40:47] [Client thread/INFO] [AE2-CORE]: Removing Method getManager from appeng/items/tools/powered/powersink/IC2 because IC2 integration is disabled.
[21:40:47] [Client thread/INFO] [AE2-CORE]: Updated appeng/items/tools/powered/powersink/IC2
[21:40:47] [Client thread/INFO] [AE2-CORE]: Allowing Interface cofh.api.energy.IEnergyContainerItem from appeng/items/tools/powered/powersink/RedstoneFlux because RFItem integration is enabled.
[21:40:47] [Client thread/INFO] [AE2-CORE]: Removing Interface buildcraft.api.tools.IToolWrench from appeng/items/tools/ToolNetworkTool because BC integration is disabled.
[21:40:47] [Client thread/INFO] [AE2-CORE]: Updated appeng/items/tools/ToolNetworkTool
[21:40:47] [Client thread/INFO] [AE2-CORE]: Removing Interface buildcraft.api.transport.IPipeConnection from appeng/parts/misc/PartStorageBus because BC integration is disabled.
[21:40:47] [Client thread/INFO] [AE2-CORE]: Removing Method overridePipeConnection from appeng/parts/misc/PartStorageBus because BC integration is disabled.
[21:40:47] [Client thread/INFO] [AE2-CORE]: Updated appeng/parts/misc/PartStorageBus
[21:40:47] [Client thread/INFO] [AE2-CORE]: Removing Interface buildcraft.api.transport.IPipeConnection from appeng/parts/p2p/PartP2PItems because BC integration is disabled.
[21:40:47] [Client thread/INFO] [AE2-CORE]: Removing Method overridePipeConnection from appeng/parts/p2p/PartP2PItems because BC integration is disabled.
[21:40:47] [Client thread/INFO] [AE2-CORE]: Updated appeng/parts/p2p/PartP2PItems
[21:40:48] [Client thread/INFO] [AE2-CORE]: Removing Interface ic2.api.energy.tile.IEnergySink from appeng/parts/p2p/PartP2PIC2Power because IC2 integration is disabled.
[21:40:48] [Client thread/INFO] [AE2-CORE]: Removing Interface ic2.api.energy.tile.IEnergySource from appeng/parts/p2p/PartP2PIC2Power because IC2 integration is disabled.
[21:40:48] [Client thread/INFO] [AE2-CORE]: Updated appeng/parts/p2p/PartP2PIC2Power
[21:40:48] [Client thread/INFO] [AE2-CORE]: Allowing Interface cofh.api.energy.IEnergyReceiver from appeng/parts/p2p/PartP2PRFPower because RF integration is enabled.
[21:40:48] [Client thread/INFO] [AE2:C]: Starting AE2 VersionChecker
[21:40:48] [Client thread/INFO] [AE2:C]: Pre Initialization ( ended after 1330ms )
Exception in thread "AE2 VersionChecker" [21:40:48] [AE2 VersionChecker/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: java.lang.IllegalArgumentException: Raw channel stable did not contain any of the pre-programmed types.
[21:40:48] [AE2 VersionChecker/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at appeng.services.version.VersionParser.parseChannel(VersionParser.java:117)
[21:40:48] [AE2 VersionChecker/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at appeng.services.version.VersionParser.parseVersion(VersionParser.java:72)
[21:40:48] [AE2 VersionChecker/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at appeng.services.version.VersionParser.parse(VersionParser.java:34)
[21:40:48] [AE2 VersionChecker/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at appeng.services.version.ModVersionFetcher.get(ModVersionFetcher.java:34)
[21:40:48] [AE2 VersionChecker/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at appeng.services.VersionChecker.processInterval(VersionChecker.java:106)
[21:40:48] [AE2 VersionChecker/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at appeng.services.VersionChecker.run(VersionChecker.java:86)
[21:40:48] [AE2 VersionChecker/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.Thread.run(Thread.java:745)
[21:40:49] [Client thread/INFO] [FML]: [BiomesOPlenty] Extending Potions Array.
[21:40:50] [Client thread/ERROR] [BiomesOPlenty]: Could not read existing image from: C:\Users\Joseph\AppData\Roaming\.minecraft\assets\bopexternal\trails\dev_trail. Attempting redownload.
javax.imageio.IIOException: Can't read input file!
at javax.imageio.ImageIO.read(ImageIO.java:1301) ~[?:1.8.0_25]
at biomesoplenty.client.utils.ExternalTexture.<init>(ExternalTexture.java:51) [ExternalTexture.class:?]
at biomesoplenty.client.utils.ExternalTextureManager.retrieveExternalTexture(ExternalTextureManager.java:36) [ExternalTextureManager.class:?]
at biomesoplenty.client.utils.ParticleRegistry.<init>(ParticleRegistry.java:24) [ParticleRegistry.class:?]
at biomesoplenty.common.eventhandler.BOPEventHandlers.registerClientEventHandlers(BOPEventHandlers.java:79) [BOPEventHandlers.class:?]
at biomesoplenty.common.eventhandler.BOPEventHandlers.init(BOPEventHandlers.java:37) [BOPEventHandlers.class:?]
at biomesoplenty.BiomesOPlenty.preInit(BiomesOPlenty.java:68) [BiomesOPlenty.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532) [FMLModContainer.class:?]
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source) ~[?:?]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [guava-17.0.jar:?]
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.post(EventBus.java:275) [guava-17.0.jar:?]
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212) [LoadController.class:?]
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190) [LoadController.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [guava-17.0.jar:?]
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.post(EventBus.java:275) [guava-17.0.jar:?]
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119) [LoadController.class:?]
at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:556) [Loader.class:?]
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:243) [FMLClientHandler.class:?]
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480) [bao.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878) [bao.class:?]
at net.minecraft.client.main.Main.main(SourceFile:148) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.11.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.11.jar:?]
[21:40:50] [Client thread/ERROR] [BiomesOPlenty]: Could not read existing image from: C:\Users\Joseph\AppData\Roaming\.minecraft\assets\bopexternal\trails\donator_trail. Attempting redownload.
javax.imageio.IIOException: Can't read input file!
at javax.imageio.ImageIO.read(ImageIO.java:1301) ~[?:1.8.0_25]
at biomesoplenty.client.utils.ExternalTexture.<init>(ExternalTexture.java:51) [ExternalTexture.class:?]
at biomesoplenty.client.utils.ExternalTextureManager.retrieveExternalTexture(ExternalTextureManager.java:36) [ExternalTextureManager.class:?]
at biomesoplenty.client.utils.ParticleRegistry.<init>(ParticleRegistry.java:25) [ParticleRegistry.class:?]
at biomesoplenty.common.eventhandler.BOPEventHandlers.registerClientEventHandlers(BOPEventHandlers.java:79) [BOPEventHandlers.class:?]
at biomesoplenty.common.eventhandler.BOPEventHandlers.init(BOPEventHandlers.java:37) [BOPEventHandlers.class:?]
at biomesoplenty.BiomesOPlenty.preInit(BiomesOPlenty.java:68) [BiomesOPlenty.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532) [FMLModContainer.class:?]
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source) ~[?:?]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [guava-17.0.jar:?]
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.post(EventBus.java:275) [guava-17.0.jar:?]
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212) [LoadController.class:?]
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190) [LoadController.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [guava-17.0.jar:?]
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.post(EventBus.java:275) [guava-17.0.jar:?]
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119) [LoadController.class:?]
at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:556) [Loader.class:?]
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:243) [FMLClientHandler.class:?]
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480) [bao.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878) [bao.class:?]
at net.minecraft.client.main.Main.main(SourceFile:148) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.11.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.11.jar:?]
[21:40:53] [Client thread/INFO] [FML]: InvTweaks: net.minecraft.inventory.ContainerWorkbench
[21:40:55] [Client thread/INFO] [CarpentersBlocks]: Designs found: Bed(6), Chisel(9), FlowerPot(18), Tile(13)
[21:41:00] [CoFHUpdater:ThermalFoundation/INFO] [ThermalFoundation]: An updated version of Thermal Foundation is available: Thermal Foundation 1.2.0B1 for Minecraft 1.7.10.
[21:41:00] [Client thread/INFO] [ThermalFoundation]: Loading Plugins...
[21:41:00] [Client thread/INFO] [STDOUT]: [cofh.thermalfoundation.plugins.mfr.MFRPlugin:preInit:14]: should work
[21:41:00] [Client thread/INFO] [ThermalFoundation]: Finished Loading Plugins.
[21:41:00] [CoFHUpdater:ThermalExpansion/INFO] [ThermalExpansion]: An updated version of Thermal Expansion is available: Thermal Expansion 4.0.2B2 for Minecraft 1.7.10.
[21:41:00] [Client thread/INFO] [ThermalExpansion]: Loading Plugins...
[21:41:00] [Client thread/INFO] [ThermalExpansion]: Finished Loading Plugins.
[21:41:00] [Client thread/INFO] [ThermalExpansion]: There are no crafting files present in C:\Users\Joseph\AppData\Roaming\.minecraft\config\cofh\thermalexpansion\crafting.
[21:41:00] [Client thread/INFO] [Mantle]: Mantle (1.7.10-0.3.2.jenkins184) -- Preparing for launch.
[21:41:00] [Client thread/INFO] [Mantle]: Entering preinitialization phase.
[21:41:00] [Client thread/INFO] [Mantle]: Loading configuration from disk.
[21:41:00] [Client thread/INFO] [Mantle]: Configuration load completed.
[21:41:01] [Client thread/INFO] [PulseManager-TConstruct]: Skipping Pulse Tinkers Thaumcraft Compatibility; missing dependency: Thaumcraft
[21:41:01] [Client thread/INFO] [PulseManager-TConstruct]: Skipping Pulse Tinkers IC2 Compatibility; missing dependency: IC2
[21:41:01] [Client thread/INFO] [PulseManager-TConstruct]: Skipping Pulse Tinkers Mystcraft Compatibility; missing dependency: Mystcraft
[21:41:01] [Client thread/INFO] [PulseManager-TConstruct]: Skipping Pulse Tinkers FMP Compatibility; missing dependency: ForgeMultipart
[21:41:01] [Client thread/INFO] [PulseManager-TConstruct]: Skipping Pulse Tinkers' Underground Biomes Compatiblity; missing dependency: UndergroundBiomes
[21:41:02] [Client thread/INFO] [TConstruct]: Gear module active. Adding gear cast.
[21:41:02] [Client thread/INFO] [extrautils]: Hello World
[21:41:02] [Client thread/INFO] [extrautils]: Registering Packet class PacketAngelRingNotifier with discriminator: 0
[21:41:02] [Client thread/INFO] [extrautils]: Registering Packet class PacketGUIWidget with discriminator: 1
[21:41:02] [Client thread/INFO] [extrautils]: Registering Packet class PacketParticle with discriminator: 2
[21:41:02] [Client thread/INFO] [extrautils]: Registering Packet class PacketParticleEvent with discriminator: 3
[21:41:02] [Client thread/INFO] [extrautils]: Registering Packet class PacketPlaySound with discriminator: 4
[21:41:02] [Client thread/INFO] [extrautils]: Registering Packet class PacketRain with discriminator: 5
[21:41:02] [Client thread/INFO] [extrautils]: Registering Packet class PacketUseItemAlt with discriminator: 6
[21:41:02] [Client thread/INFO] [extrautils]: Registering Packet class PacketVillager with discriminator: 7
[21:41:02] [Client thread/INFO] [extrautils]: Registering Packet class PacketVillagerReturn with discriminator: 8
[21:41:02] [Client thread/INFO] [extrautils]: Registering Packet class PacketYoink with discriminator: 9
[21:41:03] [Client thread/INFO] [extrautils]: Recipes constructing tile.extrautils:extractor_base_remote.0 will now be used in the Ender Constructor
[21:41:03] [Client thread/INFO] [extrautils]: Recipes constructing tile.extrautils:extractor_base_remote.6 will now be used in the Ender Constructor
[21:41:03] [Client thread/INFO] [extrautils]: Recipes constructing item.extrautils:nodeUpgrade.5 will now be used in the Ender Constructor
[21:41:03] [Client thread/INFO] [extrautils]: Recipes constructing item.extrautils:nodeUpgrade.6 will now be used in the Ender Constructor
[21:41:03] [Client thread/INFO] [extrautils]: Recipes constructing tile.extrautils:magnumTorch will now be used in the Ender Constructor
[21:41:03] [Client thread/INFO] [extrautils]: Recipes constructing tile.extrautils:endMarker will now be used in the Ender Constructor
[21:41:03] [Client thread/INFO] [extrautils]: Recipes constructing tile.extrautils:extractor_base.12 will now be used in the Ender Constructor
[21:41:03] [Client thread/INFO] [extrautils]: Recipes constructing tile.extrautils:enderQuarryUpgrade.0 will now be used in the Ender Constructor
[21:41:03] [Client thread/INFO] [extrautils]: Recipes constructing tile.extrautils:extractor_base.13 will now be used in the Ender Constructor
[21:41:03] [Client thread/INFO] [extrautils]: Registering RecipeGlove to RecipeSorter
[21:41:03] [Client thread/INFO] [extrautils]: Registering RecipeSoul to RecipeSorter
[21:41:03] [Client thread/INFO] [extrautils]: Registering RecipeMagicalWood to RecipeSorter
[21:41:03] [Client thread/INFO] [extrautils]: Registering RecipeCustomOres to RecipeSorter
[21:41:03] [Client thread/INFO] [extrautils]: Registering RecipeFilterInvert to RecipeSorter
[21:41:03] [Client thread/INFO] [extrautils]: Registering RecipeEnchantCrafting to RecipeSorter
[21:41:03] [Client thread/INFO] [extrautils]: Registering RecipeHorseTransmutation to RecipeSorter
[21:41:03] [Client thread/INFO] [extrautils]: Registering RecipeUnsigil to RecipeSorter
[21:41:03] [Client thread/INFO] [extrautils]: Registering RecipeUnEnchanting to RecipeSorter
[21:41:03] [Client thread/INFO] [extrautils]: Registering RecipeUnstableIngotCrafting to RecipeSorter
[21:41:03] [Client thread/INFO] [extrautils]: Registering RecipeUnstableNuggetCrafting to RecipeSorter
[21:41:03] [Client thread/INFO] [extrautils]: Registering RecipeUnstableCrafting to RecipeSorter
[21:41:03] [Client thread/INFO] [extrautils]: Registering RecipeDifficultySpecific to RecipeSorter
[21:41:03] [Client thread/INFO] [extrautils]: Registering RecipeBagDye to RecipeSorter
[21:41:03] [Client thread/INFO] [extrautils]: Registering RecipeGBEnchanting to RecipeSorter
[21:41:03] [Client thread/INFO] [Forestry]: Module BuildCraft 6 Transport Plugin failed to load: BuildCraft|Transport not found
[21:41:03] [Client thread/INFO] [Forestry]: Module Equivalent Exchange 2 Plugin failed to load: Equivalent Exchange not found
[21:41:03] [Client thread/INFO] [Forestry]: Module FarmCraftory Plugin failed to load: FarmCraftory not found
[21:41:03] [Client thread/INFO] [Forestry]: Module IndustrialCraft2 Plugin failed to load: IndustrialCraft2 not found
[21:41:03] [Client thread/INFO] [Forestry]: Module HarvestCraft Plugin failed to load: HarvestCraft not found
[21:41:03] [Client thread/INFO] [Forestry]: Module Natura Plugin failed to load: Natura not found
[21:41:03] [Client thread/INFO] [Forestry]: Module PlantMegaPack Plugin failed to load: Plant Mega Pack not found
[21:41:04] [Thread-14/WARN] [Forestry]: Unable to read from remote version authority.
[MobiusCore] Found net.minecraft.client.renderer.entity.RenderManager [ bnn ] with checksum 23331C7A7033A1CF1F1AAE38FD89A9B5
[MobiusCore] Successful injection in a (Lsa;DDDFFZ)Z
[MobiusCore] Successful injection in a (Lsa;DDDFFZ)Z
[21:41:07] [Client thread/INFO] [FML]: InvTweaks: invtweaks.InvTweaksObfuscation
[21:41:07] [Client thread/INFO] [RadixCore]: RadixCore version 2.0.0 is running from C:\Users\Joseph\AppData\Roaming\.minecraft
[21:41:07] [Client thread/ERROR] [RadixCore]: NullPointerException while trying to read options.txt. Defaulting to English.
[21:41:09] [Client thread/WARN] [FML]: [TwilightForest] Biome ID conflict. Biome ID 40 contains a biome named Alps, but Twilight Forest is set to use that ID.
[21:41:09] [Client thread/WARN] [FML]: [TwilightForest] Biome ID conflict. Biome ID 41 contains a biome named Arctic, but Twilight Forest is set to use that ID.
[21:41:09] [Client thread/WARN] [FML]: [TwilightForest] Biome ID conflict. Biome ID 42 contains a biome named Bamboo Forest, but Twilight Forest is set to use that ID.
[21:41:09] [Client thread/WARN] [FML]: [TwilightForest] Biome ID conflict. Biome ID 43 contains a biome named Bayou, but Twilight Forest is set to use that ID.
[21:41:09] [Client thread/WARN] [FML]: [TwilightForest] Biome ID conflict. Biome ID 44 contains a biome named Bog, but Twilight Forest is set to use that ID.
[21:41:09] [Client thread/WARN] [FML]: [TwilightForest] Biome ID conflict. Biome ID 45 contains a biome named Boreal Forest, but Twilight Forest is set to use that ID.
[21:41:09] [Client thread/WARN] [FML]: [TwilightForest] Biome ID conflict. Biome ID 46 contains a biome named Brushland, but Twilight Forest is set to use that ID.
[21:41:09] [Client thread/WARN] [FML]: [TwilightForest] Biome ID conflict. Biome ID 47 contains a biome named Canyon, but Twilight Forest is set to use that ID.
[21:41:09] [Client thread/WARN] [FML]: [TwilightForest] Biome ID conflict. Biome ID 48 contains a biome named Chaparral, but Twilight Forest is set to use that ID.
[21:41:09] [Client thread/WARN] [FML]: [TwilightForest] Biome ID conflict. Biome ID 49 contains a biome named Cherry Blossom Grove, but Twilight Forest is set to use that ID.
[21:41:09] [Client thread/WARN] [FML]: [TwilightForest] Biome ID conflict. Biome ID 50 contains a biome named Coniferous Forest, but Twilight Forest is set to use that ID.
[21:41:09] [Client thread/WARN] [FML]: [TwilightForest] Biome ID conflict. Biome ID 51 contains a biome named Snowy Coniferous Forest, but Twilight Forest is set to use that ID.
[21:41:09] [Client thread/WARN] [FML]: [TwilightForest] Biome ID conflict. Biome ID 52 contains a biome named Crag, but Twilight Forest is set to use that ID.
[21:41:09] [Client thread/WARN] [FML]: [TwilightForest] Biome ID conflict. Biome ID 53 contains a biome named Dead Forest, but Twilight Forest is set to use that ID.
[21:41:09] [Client thread/WARN] [FML]: [TwilightForest] Biome ID conflict. Biome ID 54 contains a biome named Dead Swamp, but Twilight Forest is set to use that ID.
[21:41:09] [Client thread/WARN] [FML]: [TwilightForest] Biome ID conflict. Biome ID 55 contains a biome named Deciduous Forest, but Twilight Forest is set to use that ID.
[21:41:09] [Client thread/WARN] [FML]: [TwilightForest] Biome ID conflict. Biome ID 56 contains a biome named Fen, but Twilight Forest is set to use that ID.
[21:41:09] [Client thread/WARN] [FML]: [TwilightForest] Biome ID conflict. Biome ID 57 contains a biome named Flower Field, but Twilight Forest is set to use that ID.
[21:41:09] [Client thread/WARN] [FML]: [TwilightForest] Biome ID conflict. Biome ID 58 contains a biome named Frost Forest, but Twilight Forest is set to use that ID.
[21:41:09] [Client thread/WARN] [FML]: [TwilightForest] Biome ID conflict detected. Edit the Twilight Forest config to give all biomes unique IDs.
[21:41:09] [Client thread/WARN] [FML]: [TwilightForest] Biome ID conflict detected. Edit the Twilight Forest config to give all biomes unique IDs.
[21:41:09] [Client thread/INFO] [FML]: [MoVillages] Generated Village Customization Config!
[21:41:11] [Client thread/WARN] [PneumaticCraft]: Failed on getting Forestry's farm blocks, using defaults
[21:41:12] [Client thread/INFO] [simplyjetpacks]: Starting Simply Jetpacks
[21:41:12] [Client thread/INFO] [simplyjetpacks]: Loading configuration file
[21:41:12] [Client thread/INFO] [simplyjetpacks]: Constructing items
[21:41:12] [Client thread/INFO] [simplyjetpacks]: Registering items
[21:41:12] [Client thread/INFO] [simplyjetpacks]: Registering network messages
[21:41:12] [Client thread/INFO] [simplyjetpacks]: Registering handlers
[21:41:12] [Client thread/INFO] [FML]: SSR: Loaded Main configuration file.
[21:41:12] [Client thread/INFO] [FML]: SSR: Loaded custom tier settings.
[21:41:12] [Client thread/INFO] [FML]: Tier: 0
[21:41:12] [Client thread/INFO] [FML]: 0:63
[21:41:12] [Client thread/INFO] [FML]: Tier: 1
[21:41:12] [Client thread/INFO] [FML]: 64:127
[21:41:12] [Client thread/INFO] [FML]: Tier: 2
[21:41:12] [Client thread/INFO] [FML]: 128:255
[21:41:12] [Client thread/INFO] [FML]: Tier: 3
[21:41:12] [Client thread/INFO] [FML]: 256:511
[21:41:12] [Client thread/INFO] [FML]: Tier: 4
[21:41:12] [Client thread/INFO] [FML]: 512:1023
[21:41:12] [Client thread/INFO] [FML]: Tier: 5
[21:41:12] [Client thread/INFO] [FML]: 1024:1024
[21:41:12] [CoFHUpdater:RedstoneArsenal/INFO] [RedstoneArsenal]: An updated version of Redstone Arsenal is available: Redstone Arsenal 1.1.1B1 for Minecraft 1.7.10.
[21:41:12] [Client thread/INFO] [FML]: SSR: Registering game objects...
[21:41:12] [Client thread/INFO] [FML]: SSR: Done!
[21:41:13] [Client thread/INFO] [STDOUT]: [vswe.stevescarts.Blocks.ModBlocks:init:89]: Failed to create block (BlockDistributor)
[21:41:13] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: java.lang.IllegalArgumentException: Duplicate id: distributor
[21:41:13] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.tileentity.TileEntity.func_145826_a(TileEntity.java:43)
[21:41:13] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.registry.GameRegistry.registerTileEntity(GameRegistry.java:281)
[21:41:13] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at vswe.stevescarts.Blocks.ModBlocks.init(ModBlocks.java:83)
[21:41:13] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at vswe.stevescarts.StevesCarts.preInit(StevesCarts.java:87)
[21:41:13] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[21:41:13] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[21:41:13] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[21:41:13] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
[21:41:13] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
[21:41:13] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
[21:41:13] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[21:41:13] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
[21:41:13] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
[21:41:13] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
[21:41:13] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
[21:41:13] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
[21:41:13] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.post(EventBus.java:275)
[21:41:13] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
[21:41:13] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
[21:41:13] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[21:41:13] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[21:41:13] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[21:41:13] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
[21:41:13] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
[21:41:13] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
[21:41:13] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
[21:41:13] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
[21:41:13] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.post(EventBus.java:275)
[21:41:13] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
[21:41:13] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:556)
[21:41:13] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:243)
[21:41:13] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480)
[21:41:13] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
[21:41:13] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.main.Main.main(SourceFile:148)
[21:41:13] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[21:41:13] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[21:41:13] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[21:41:13] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
[21:41:13] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
[21:41:13] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
[21:41:13] [Client thread/INFO] [FML]: InvTweaks: net.minecraft.inventory.ContainerPlayer
Initializing Blocks , Items and Loading recipes[21:41:15] [Client thread/INFO] [FML]: Applying holder lookups
[21:41:15] [Client thread/INFO] [FML]: Holder lookups applied
[21:41:15] [Client thread/INFO] [FML]: Injecting itemstacks
[21:41:15] [Client thread/INFO] [FML]: Itemstack injection complete
[21:41:15] [Client thread/ERROR] [FML]: Fatal errors were detected during the transition from PREINITIALIZATION to INITIALIZATION. Loading cannot continue
[21:41:15] [Client thread/ERROR] [FML]:
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCH mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
UCH FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1448-1.7.10.jar)
UCH Forge{10.13.4.1448} [Minecraft Forge] (forge-1.7.10-10.13.4.1448-1.7.10.jar)
UCH AM2-Preloader{0.0.2} [AMCore] (minecraft.jar)
UCH appliedenergistics2-core{rv2-stable-8} [AppliedEnergistics2 Core] (minecraft.jar)
UCH CodeChickenCore{1.0.4.29} [CodeChicken Core] (minecraft.jar)
UCH ImmibisMicroblocks{59.0.5} [Immibis's Microblocks] (immibis-microblocks-59.0.5.jar)
UCH itemphysic{1.1.2} [ItemPhysic] (minecraft.jar)
UCH Micdoodlecore{} [Micdoodle8 Core] (minecraft.jar)
UCH MobiusCore{1.2.3} [MobiusCore] (minecraft.jar)
UCH NotEnoughItems{1.0.4.83} [Not Enough Items] (notenoughitems-1.7.10-1.0.4.83-universal.jar)
UCH simplyjetpackscore{1.0} [Simply Jetpacks Coremod] (minecraft.jar)
UCH <CoFH ASM>{000} [CoFH ASM] (minecraft.jar)
UCH battlegear2{1.0.7.0} [Mine & Blade Battlegear 2 - Bullseye] (1.7.10-MB_Battlegear2-Bullseye-1.0.7.0.jar)
UCH zeldaswordskills{1.7.10-2.2.5} [Zelda Sword Skills] (1.7.10-zeldaswordskills-2.2.5.jar)
UCH AnimationAPI{1.2.4} [AnimationAPI] (AnimationAPI-1.7.10-1.2.4.jar)
UCH arsmagica2{1.4.0.008} [Ars Magica 2] (1.7.10_AM2-1.4.0.008.jar)
UCH lucky{5.1.0} [Lucky Block] ([1-7-10]_Lucky_Block_v5-1-0.jar)
UCH bspkrsCore{6.15} [bspkrsCore] ([1.7.10]bspkrsCore-universal-6.15.jar)
UCH ArmorStatusHUD{1.28} [ArmorStatusHUD] ([1.7.10]ArmorStatusHUD-client-1.28.jar)
UCH DamageIndicatorsMod{3.2.3} [Damage Indicators] ([1.7.10]DamageIndicatorsMod-3.2.3.jar)
UCH Treecapitator{1.7.10} [Treecapitator] ([1.7.10]Treecapitator-universal-2.0.4.jar)
UCH CoFHCore{1.7.10R3.0.2} [CoFH Core] (CoFHCore-[1.7.10]3.0.2-262.jar)
UCH advancedgenetics{1.5.8} [Advanced Genetics] (advancedgenetics-1.7.10-1.5.8.jar)
UCE nevermine{2.0.1} [AdventOfAscension] (AdventOfAscension-2.0.3.jar)
UCH BuildCraft|Core{6.4.4} [BuildCraft] (buildcraft-6.4.4.jar)
UCH AncientWarfare{2.4.83-beta-MC1.7.10} [Ancient Warfare Core] (ancientwarfare-2.4.83-beta-MC1.7.10.jar)
UCH AncientWarfareAutomation{2.4.83-beta-MC1.7.10} [Ancient Warfare Automation] (ancientwarfare-2.4.83-beta-MC1.7.10.jar)
UCH AncientWarfareNEIPlugin{2.4.83-beta-MC1.7.10} [Ancient Warfare NEI Plugin] (ancientwarfare-2.4.83-beta-MC1.7.10.jar)
UCH AncientWarfareNpc{2.4.83-beta-MC1.7.10} [Ancient Warfare NPCs] (ancientwarfare-2.4.83-beta-MC1.7.10.jar)
UCH AncientWarfareStructure{2.4.83-beta-MC1.7.10} [Ancient Warfare Structures] (ancientwarfare-2.4.83-beta-MC1.7.10.jar)
UCH AncientWarfareVehicle{2.4.83-beta-MC1.7.10} [Ancient Warfare Vehicles] (ancientwarfare-2.4.83-beta-MC1.7.10.jar)
UCH appliedenergistics2{rv2-stable-8} [Applied Energistics 2] (appliedenergistics2-rv2-stable-8.jar)
UCH iChunUtil{4.1.3} [iChunUtil] (ichunutil-4.1.3.jar)
UCH BackTools{4.0.0} [BackTools] (Back-Tools-Mod-1.7.10.jar)
UCH Backpack{2.0.1} [Backpack] (backpack-2.0.1-1.7.x.jar)
UCH Baubles{1.0.1.10} [Baubles] (Baubles-1.7.10-1.0.1.10.jar)
UCH BiblioCraft{1.10.2} [BiblioCraft] (BiblioCraft[v1.10.2][MC1.7.10].jar)
UCH BiomesOPlenty{2.1.0} [Biomes O' Plenty] (BiomesOPlenty-1.7.10-2.1.0.1067-universal.jar)
UCH AWWayofTime{v1.3.0a} [Blood Magic: Alchemical Wizardry] (bloodmagic-1.7.10-1.3.0a-1.jar)
UCH Botania{r1.5-170} [Botania] (Botania r1.5-170.jar)
UCH BuildCraft|Transport{6.4.4} [BC Transport] (buildcraft-6.4.4.jar)
UCH BuildCraft|Silicon{6.4.4} [BC Silicon] (buildcraft-6.4.4.jar)
UCH BuildCraft|Builders{6.4.4} [BC Builders] (buildcraft-6.4.4.jar)
UCH BuildCraft|Energy{6.4.4} [BC Energy] (buildcraft-6.4.4.jar)
UCH BuildCraft|Factory{6.4.4} [BC Factory] (buildcraft-6.4.4.jar)
UCH CarpentersBlocks{3.3.4.2} [Carpenter's Blocks] (carpenters blocks v3.3.4.2 - mc 1.7.10.jar)
UCH carsanddrives{1.0.9} [Cars and Drives] (Cars_and_Drives_Mod_V-1.0.9.jar)
UCH ChickenChunks{1.3.4.13} [ChickenChunks] (ChickenChunks-Mod-1.7.10.jar)
UCH chisel{1.5.7} [Chisel] (Chisel-1.7.10-1.5.7.jar)
UCH chococraft{4.1.2} [Clienthax's ChocoCraft] (ChocoCraft-Mod-1.7.10.jar)
UCH creativecore{1.0} [CreativeCore] (CreativeCore v1.1.4 mc1.7.10.jar)
UCH dimdoors{2.2.5-test} [Dimensional Doors] (DimensionalDoors-2.2.5-test8.jar)
UCH MoCreatures{6.3.1} [DrZhark's Mo'Creatures Mod] (DrZharks MoCreatures Mod v6.3.1.jar)
UCH elementalcreepers{4.3.0} [Elemental Creepers] (Elemental Creepers-universal_1.7.10-4.3.0.jar)
UCH EnderStorage{1.4.5.27} [EnderStorage] (enderstorage-1.7.10-1.4.5.27-universal.jar)
UCH ThermalFoundation{1.7.10R1.0.0} [Thermal Foundation] (ThermalFoundation-[1.7.10]1.0.0-81.jar)
UCH ThermalExpansion{1.7.10R4.0.1} [Thermal Expansion] (ThermalExpansion-[1.7.10]4.0.1-182.jar)
UCH EnderTech{1.7.10-0.3.2.388} [EnderTech] (EnderTech-1.7.10-0.3.2.388.jar)
UCH Mantle{1.7.10-0.3.2.jenkins184} [Mantle] (Mantle-1.7.10-0.3.2.jar)
UCH MineFactoryReloaded{1.7.10R2.8.0} [MineFactory Reloaded] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCH Waila{1.5.8} [Waila] (Waila-1.5.9_1.7.10.jar)
UCH TConstruct{1.7.10-1.8.5.build957} [Tinkers' Construct] (TConstruct-1.7.10-1.8.5.jar)
UCH ExtraUtilities{1.2.6} [Extra Utilities] (extrautilities-1.2.6.jar)
UCH Forestry{3.5.7.16} [Forestry for Minecraft] (forestry_1.7.10-3.5.7.16.jar)
UCH GalacticraftCore{3.0.11} [Galacticraft Core] (GalacticraftCore-1.7-3.0.11.306.jar)
UCH GalacticraftMars{3.0.11} [Galacticraft Planets] (Galacticraft-Planets-1.7-3.0.11.306.jar)
UCH Hats{4.0.1} [Hats] (Hats-4.0.1.jar)
UCH HatStand{4.0.0} [HatStand] (HatStand-4.0.0.jar)
UCH ImmibisCore{59.0.8} [Immibis Core] (immibis-core-59.0.8.jar)
UCH InfernalMobs{1.6.0} [Infernal Mobs] (InfernalMobs-1.7.10.jar)
UCH inventorytweaks{1.58-147-645ca10} [Inventory Tweaks] (InventoryTweaks-1.58-147.jar)
UCH IronChest{6.0.49.733} [Iron Chest] (ironchest-1.7.10-6.0.49.733-universal.jar)
UCH JABBA{1.1.4} [JABBA] (Jabba-1.1.4_1.7.10.jar)
UCH legendgear{2.b.0.2} [Legend Gear 2] (LegendGear-2-Mod-1.7.10.jar)
UCH magicalcrops{1.7.2 - 0.1 ALPHA} [Magical Crops] (magicalcrops-1.7.10_0.1.jar)
UCH RadixCore{2.0.0} [RadixCore] (RadixCore-1.7.10-2.0.0-universal.jar)
UCH MCA{5.0.0} [Minecraft Comes Alive] (MCA-5.0.0-1.7.10-universal.jar)
UCH meteors{2.13.1} [Falling Meteors] (meteors-1.7.10-2.13.1.jar)
UCH MineFactoryReloaded|CompatAppliedEnergistics{1.7.10R2.8.0} [MFR Compat: Applied Energistics] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCH MineFactoryReloaded|CompatAtum{1.7.10R2.8.0} [MFR Compat: Atum] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCH MineFactoryReloaded|CompatBackTools{1.7.10R2.8.0} [MFR Compat: BackTools] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCH MineFactoryReloaded|CompatBuildCraft{1.7.10R2.8.0} [MFR Compat: BuildCraft] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCH MineFactoryReloaded|CompatChococraft{1.7.10R2.8.0} [MFR Compat: Chococraft] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCH MineFactoryReloaded|CompatExtraBiomes{1.7.10R2.8.0} [MFR Compat: ExtraBiomes] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCH MineFactoryReloaded|CompatForestry{1.7.10R2.8.0} [MFR Compat: Forestry] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCH MineFactoryReloaded|CompatForgeMicroblock{1.7.10R2.8.0} [MFR Compat: ForgeMicroblock] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCH MineFactoryReloaded|CompatIC2{1.7.10R2.8.0} [MFR Compat: IC2] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCH MineFactoryReloaded|CompatMystcraft{1.7.10R2.8.0} [MFR Compat: Mystcraft] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCH MineFactoryReloaded|CompatProjRed{1.7.10R2.8.0} [MFR Compat ProjectRed] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCH MineFactoryReloaded|CompatRailcraft{1.7.10R2.8.0} [MFR Compat: Railcraft] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCH MineFactoryReloaded|CompatSufficientBiomes{1.7.10R2.8.0} [MFR Compat: Sufficient Biomes] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCH MineFactoryReloaded|CompatThaumcraft{1.7.10R2.8.0} [MFR Compat: Thaumcraft] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCH MineFactoryReloaded|CompatThermalExpansion{1.7.10R2.8.0} [MFR Compat: Thermal Expansion] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCH MineFactoryReloaded|CompatTConstruct{1.7.10R2.8.0} [MFR Compat: Tinkers' Construct] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCH TwilightForest{2.3.2} [The Twilight Forest] (twilightforest-1.7.10-2.3.2.jar)
UCH MineFactoryReloaded|CompatTwilightForest{1.7.10R2.8.0} [MFR Compat: TwilightForest] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCH MineFactoryReloaded|CompatVanilla{1.7.10R2.8.0} [MFR Compat: Vanilla] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCH mozombies{2.1.0} [Mo' Zombies] (Mo' Zombies 2.1.0.jar)
UCH mochickens{1.5} [Mo Chickens] (Mo-Chickens-Mod-1.7.10.jar)
UCH MoreBows2{Beta 0.4} [More Bows 2] (More-Bows-2-Mod-1.7.10.jar)
UCH Morph{0.9.1} [Morph] (Morph-Beta-0.9.1.jar)
UCH movillages{1.2.1} [Mo' Villages] (MoVillages-1.3.1.jar)
UCH cfm{3.4.7} [§9MrCrayfish's Furniture Mod] (MrCrayfishFurnitureModv3.4.7(1.7.10).jar)
UCH MutantCreatures{1.4.7} [Mutant Creatures] (Mutant-Creatures-Mod-1.7.10.jar)
UCH NetherOres{1.7.10R2.3.0RC3} [Nether Ores] (NetherOres-[1.7.10]2.3.0RC3-84.jar)
UCH PneumaticCraft{1.5.1-49} [PneumaticCraft] (pneumaticcraft-1.7.10-1.5.1-49-universal.jar)
UCH rafradek_blocklauncher{1.4.1} [Block Launcher] (rafradek_blocklauncher-1.4.1.jar)
UCH RedstoneArsenal{1.7.10R1.1.0} [Redstone Arsenal] (RedstoneArsenal-[1.7.10]1.1.0-80.jar)
UCH ReiMinimap{1.7.10} [Rei's Minimap] (Reis-Minimap-Mod-1.7.10.jar)
UCH AS_Ruins{14.7} [Ruins Spawning System] (Ruins-1.7.10.jar)
UCH simplyjetpacks{1.0.0} [Simply Jetpacks] (Simply-Jetpacks-Mod-1.7.10.jar)
UCH SSR{Alpha 0.9a} [Soul Shards: Reborn] (Soul-Shards-Reborn-Mod-1.7.10.jar)
UCH StevesCarts{2.0.0.b18} [Steve's Carts 2] (stevescarts2.0.0.b18.jar)
UCH Sync{4.0.0} [Sync] (Sync-4.0.0.jar)
UCH telepads{1.6.4 v5} [Teleportation Pads] (TelePads-Mod-1.7.10.jar)
UCH ether{3.0} [ether] (The-Ether-Mod-1.7.10.jar)
UCH SpecialArmor{1.7.10} [TeeLuk's SpecialArmor] (TLSpecialArmor-1.7.10.jar)
UCH TrailMix{4.0.0} [TrailMix] (Trail-Mix-Mod-1.7.10.jar)
UCH weaponmod{v1.14.3} [Balkon's WeaponMod] (weaponmod-1.14.3.jar)
UCH wildcaves3{0.4.3.6} [Wild Caves 3] (Wild-Caves-Mod-1.7.10.jar)
UCH witchery{0.20.0} [Witchery] (witchery-1.7.10-0.20.0.jar)
UCH libsandstone{1.0.0} [libsandstone] (LibSandstone-1.0.0.jar)
[21:41:15] [Client thread/ERROR] [FML]: The following problems were captured during this phase
[21:41:15] [Client thread/ERROR] [FML]: Caught exception from nevermine
java.lang.IllegalArgumentException: Duplicate enchantment id! class net.nevermine.assist.AscensionEnchants$1 and class am2.enchantments.EnchantMagicResist Enchantment ID:100
at net.minecraft.enchantment.Enchantment.<init>(Enchantment.java:53) ~[aft.class:?]
at net.nevermine.assist.RestrictedEnchant.<init>(RestrictedEnchant.java:14) ~[RestrictedEnchant.class:?]
at net.nevermine.assist.AscensionEnchants$1.<init>(AscensionEnchants.java:26) ~[AscensionEnchants$1.class:?]
at net.nevermine.assist.AscensionEnchants.init(AscensionEnchants.java:26) ~[AscensionEnchants.class:?]
at net.nevermine.common.nevermine.PreInit(nevermine.java:70) ~[nevermine.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532) ~[forge-1.7.10-10.13.4.1448-1.7.10.jar:?]
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source) ~[?:?]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) ~[guava-17.0.jar:?]
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) ~[guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) ~[guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) ~[guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.post(EventBus.java:275) ~[guava-17.0.jar:?]
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212) ~[forge-1.7.10-10.13.4.1448-1.7.10.jar:?]
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190) ~[forge-1.7.10-10.13.4.1448-1.7.10.jar:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) ~[guava-17.0.jar:?]
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) ~[guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) ~[guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) ~[guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.post(EventBus.java:275) ~[guava-17.0.jar:?]
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119) [LoadController.class:?]
at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:556) [Loader.class:?]
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:243) [FMLClientHandler.class:?]
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480) [bao.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878) [bao.class:?]
at net.minecraft.client.main.Main.main(SourceFile:148) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.11.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.11.jar:?]
[21:41:16] [Client thread/INFO] [STDOUT]: [net.minecraft.client.Minecraft:func_71377_b:349]: ---- Minecraft Crash Report ----
// Shall we play a game?
Time: 7/4/15 9:41 PM
Description: Initializing game
java.lang.IllegalArgumentException: Duplicate enchantment id! class net.nevermine.assist.AscensionEnchants$1 and class am2.enchantments.EnchantMagicResist Enchantment ID:100
at net.minecraft.enchantment.Enchantment.<init>(Enchantment.java:53)
at net.nevermine.assist.RestrictedEnchant.<init>(RestrictedEnchant.java:14)
at net.nevermine.assist.AscensionEnchants$1.<init>(AscensionEnchants.java:26)
at net.nevermine.assist.AscensionEnchants.init(AscensionEnchants.java:26)
at net.nevermine.common.nevermine.PreInit(nevermine.java:70)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:556)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:243)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at net.minecraft.enchantment.Enchantment.<init>(Enchantment.java:53)
at net.nevermine.assist.RestrictedEnchant.<init>(RestrictedEnchant.java:14)
at net.nevermine.assist.AscensionEnchants$1.<init>(AscensionEnchants.java:26)
at net.nevermine.assist.AscensionEnchants.init(AscensionEnchants.java:26)
at net.nevermine.common.nevermine.PreInit(nevermine.java:70)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:556)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:243)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480)
-- Initialization --
Details:
Stacktrace:
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
-- System Details --
Details:
Minecraft Version: 1.7.10
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.8.0_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 247644248 bytes (236 MB) / 653778944 bytes (623 MB) up to 3207856128 bytes (3059 MB)
JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx3G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1448 Optifine OptiFine_1.7.10_HD_B7 123 mods loaded, 123 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCH mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
UCH FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1448-1.7.10.jar)
UCH Forge{10.13.4.1448} [Minecraft Forge] (forge-1.7.10-10.13.4.1448-1.7.10.jar)
UCH AM2-Preloader{0.0.2} [AMCore] (minecraft.jar)
UCH appliedenergistics2-core{rv2-stable-8} [AppliedEnergistics2 Core] (minecraft.jar)
UCH CodeChickenCore{1.0.4.29} [CodeChicken Core] (minecraft.jar)
UCH ImmibisMicroblocks{59.0.5} [Immibis's Microblocks] (immibis-microblocks-59.0.5.jar)
UCH itemphysic{1.1.2} [ItemPhysic] (minecraft.jar)
UCH Micdoodlecore{} [Micdoodle8 Core] (minecraft.jar)
UCH MobiusCore{1.2.3} [MobiusCore] (minecraft.jar)
UCH NotEnoughItems{1.0.4.83} [Not Enough Items] (notenoughitems-1.7.10-1.0.4.83-universal.jar)
UCH simplyjetpackscore{1.0} [Simply Jetpacks Coremod] (minecraft.jar)
UCH <CoFH ASM>{000} [CoFH ASM] (minecraft.jar)
UCH battlegear2{1.0.7.0} [Mine & Blade Battlegear 2 - Bullseye] (1.7.10-MB_Battlegear2-Bullseye-1.0.7.0.jar)
UCH zeldaswordskills{1.7.10-2.2.5} [Zelda Sword Skills] (1.7.10-zeldaswordskills-2.2.5.jar)
UCH AnimationAPI{1.2.4} [AnimationAPI] (AnimationAPI-1.7.10-1.2.4.jar)
UCH arsmagica2{1.4.0.008} [Ars Magica 2] (1.7.10_AM2-1.4.0.008.jar)
UCH lucky{5.1.0} [Lucky Block] ([1-7-10]_Lucky_Block_v5-1-0.jar)
UCH bspkrsCore{6.15} [bspkrsCore] ([1.7.10]bspkrsCore-universal-6.15.jar)
UCH ArmorStatusHUD{1.28} [ArmorStatusHUD] ([1.7.10]ArmorStatusHUD-client-1.28.jar)
UCH DamageIndicatorsMod{3.2.3} [Damage Indicators] ([1.7.10]DamageIndicatorsMod-3.2.3.jar)
UCH Treecapitator{1.7.10} [Treecapitator] ([1.7.10]Treecapitator-universal-2.0.4.jar)
UCH CoFHCore{1.7.10R3.0.2} [CoFH Core] (CoFHCore-[1.7.10]3.0.2-262.jar)
UCH advancedgenetics{1.5.8} [Advanced Genetics] (advancedgenetics-1.7.10-1.5.8.jar)
UCE nevermine{2.0.1} [AdventOfAscension] (AdventOfAscension-2.0.3.jar)
UCH BuildCraft|Core{6.4.4} [BuildCraft] (buildcraft-6.4.4.jar)
UCH AncientWarfare{2.4.83-beta-MC1.7.10} [Ancient Warfare Core] (ancientwarfare-2.4.83-beta-MC1.7.10.jar)
UCH AncientWarfareAutomation{2.4.83-beta-MC1.7.10} [Ancient Warfare Automation] (ancientwarfare-2.4.83-beta-MC1.7.10.jar)
UCH AncientWarfareNEIPlugin{2.4.83-beta-MC1.7.10} [Ancient Warfare NEI Plugin] (ancientwarfare-2.4.83-beta-MC1.7.10.jar)
UCH AncientWarfareNpc{2.4.83-beta-MC1.7.10} [Ancient Warfare NPCs] (ancientwarfare-2.4.83-beta-MC1.7.10.jar)
UCH AncientWarfareStructure{2.4.83-beta-MC1.7.10} [Ancient Warfare Structures] (ancientwarfare-2.4.83-beta-MC1.7.10.jar)
UCH AncientWarfareVehicle{2.4.83-beta-MC1.7.10} [Ancient Warfare Vehicles] (ancientwarfare-2.4.83-beta-MC1.7.10.jar)
UCH appliedenergistics2{rv2-stable-8} [Applied Energistics 2] (appliedenergistics2-rv2-stable-8.jar)
UCH iChunUtil{4.1.3} [iChunUtil] (ichunutil-4.1.3.jar)
UCH BackTools{4.0.0} [BackTools] (Back-Tools-Mod-1.7.10.jar)
UCH Backpack{2.0.1} [Backpack] (backpack-2.0.1-1.7.x.jar)
UCH Baubles{1.0.1.10} [Baubles] (Baubles-1.7.10-1.0.1.10.jar)
UCH BiblioCraft{1.10.2} [BiblioCraft] (BiblioCraft[v1.10.2][MC1.7.10].jar)
UCH BiomesOPlenty{2.1.0} [Biomes O' Plenty] (BiomesOPlenty-1.7.10-2.1.0.1067-universal.jar)
UCH AWWayofTime{v1.3.0a} [Blood Magic: Alchemical Wizardry] (bloodmagic-1.7.10-1.3.0a-1.jar)
UCH Botania{r1.5-170} [Botania] (Botania r1.5-170.jar)
UCH BuildCraft|Transport{6.4.4} [BC Transport] (buildcraft-6.4.4.jar)
UCH BuildCraft|Silicon{6.4.4} [BC Silicon] (buildcraft-6.4.4.jar)
UCH BuildCraft|Builders{6.4.4} [BC Builders] (buildcraft-6.4.4.jar)
UCH BuildCraft|Energy{6.4.4} [BC Energy] (buildcraft-6.4.4.jar)
UCH BuildCraft|Factory{6.4.4} [BC Factory] (buildcraft-6.4.4.jar)
UCH CarpentersBlocks{3.3.4.2} [Carpenter's Blocks] (carpenters blocks v3.3.4.2 - mc 1.7.10.jar)
UCH carsanddrives{1.0.9} [Cars and Drives] (Cars_and_Drives_Mod_V-1.0.9.jar)
UCH ChickenChunks{1.3.4.13} [ChickenChunks] (ChickenChunks-Mod-1.7.10.jar)
UCH chisel{1.5.7} [Chisel] (Chisel-1.7.10-1.5.7.jar)
UCH chococraft{4.1.2} [Clienthax's ChocoCraft] (ChocoCraft-Mod-1.7.10.jar)
UCH creativecore{1.0} [CreativeCore] (CreativeCore v1.1.4 mc1.7.10.jar)
UCH dimdoors{2.2.5-test} [Dimensional Doors] (DimensionalDoors-2.2.5-test8.jar)
UCH MoCreatures{6.3.1} [DrZhark's Mo'Creatures Mod] (DrZharks MoCreatures Mod v6.3.1.jar)
UCH elementalcreepers{4.3.0} [Elemental Creepers] (Elemental Creepers-universal_1.7.10-4.3.0.jar)
UCH EnderStorage{1.4.5.27} [EnderStorage] (enderstorage-1.7.10-1.4.5.27-universal.jar)
UCH ThermalFoundation{1.7.10R1.0.0} [Thermal Foundation] (ThermalFoundation-[1.7.10]1.0.0-81.jar)
UCH ThermalExpansion{1.7.10R4.0.1} [Thermal Expansion] (ThermalExpansion-[1.7.10]4.0.1-182.jar)
UCH EnderTech{1.7.10-0.3.2.388} [EnderTech] (EnderTech-1.7.10-0.3.2.388.jar)
UCH Mantle{1.7.10-0.3.2.jenkins184} [Mantle] (Mantle-1.7.10-0.3.2.jar)
UCH MineFactoryReloaded{1.7.10R2.8.0} [MineFactory Reloaded] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCH Waila{1.5.8} [Waila] (Waila-1.5.9_1.7.10.jar)
UCH TConstruct{1.7.10-1.8.5.build957} [Tinkers' Construct] (TConstruct-1.7.10-1.8.5.jar)
UCH ExtraUtilities{1.2.6} [Extra Utilities] (extrautilities-1.2.6.jar)
UCH Forestry{3.5.7.16} [Forestry for Minecraft] (forestry_1.7.10-3.5.7.16.jar)
UCH GalacticraftCore{3.0.11} [Galacticraft Core] (GalacticraftCore-1.7-3.0.11.306.jar)
UCH GalacticraftMars{3.0.11} [Galacticraft Planets] (Galacticraft-Planets-1.7-3.0.11.306.jar)
UCH Hats{4.0.1} [Hats] (Hats-4.0.1.jar)
UCH HatStand{4.0.0} [HatStand] (HatStand-4.0.0.jar)
UCH ImmibisCore{59.0.8} [Immibis Core] (immibis-core-59.0.8.jar)
UCH InfernalMobs{1.6.0} [Infernal Mobs] (InfernalMobs-1.7.10.jar)
UCH inventorytweaks{1.58-147-645ca10} [Inventory Tweaks] (InventoryTweaks-1.58-147.jar)
UCH IronChest{6.0.49.733} [Iron Chest] (ironchest-1.7.10-6.0.49.733-universal.jar)
UCH JABBA{1.1.4} [JABBA] (Jabba-1.1.4_1.7.10.jar)
UCH legendgear{2.b.0.2} [Legend Gear 2] (LegendGear-2-Mod-1.7.10.jar)
UCH magicalcrops{1.7.2 - 0.1 ALPHA} [Magical Crops] (magicalcrops-1.7.10_0.1.jar)
UCH RadixCore{2.0.0} [RadixCore] (RadixCore-1.7.10-2.0.0-universal.jar)
UCH MCA{5.0.0} [Minecraft Comes Alive] (MCA-5.0.0-1.7.10-universal.jar)
UCH meteors{2.13.1} [Falling Meteors] (meteors-1.7.10-2.13.1.jar)
UCH MineFactoryReloaded|CompatAppliedEnergistics{1.7.10R2.8.0} [MFR Compat: Applied Energistics] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCH MineFactoryReloaded|CompatAtum{1.7.10R2.8.0} [MFR Compat: Atum] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCH MineFactoryReloaded|CompatBackTools{1.7.10R2.8.0} [MFR Compat: BackTools] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCH MineFactoryReloaded|CompatBuildCraft{1.7.10R2.8.0} [MFR Compat: BuildCraft] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCH MineFactoryReloaded|CompatChococraft{1.7.10R2.8.0} [MFR Compat: Chococraft] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCH MineFactoryReloaded|CompatExtraBiomes{1.7.10R2.8.0} [MFR Compat: ExtraBiomes] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCH MineFactoryReloaded|CompatForestry{1.7.10R2.8.0} [MFR Compat: Forestry] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCH MineFactoryReloaded|CompatForgeMicroblock{1.7.10R2.8.0} [MFR Compat: ForgeMicroblock] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCH MineFactoryReloaded|CompatIC2{1.7.10R2.8.0} [MFR Compat: IC2] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCH MineFactoryReloaded|CompatMystcraft{1.7.10R2.8.0} [MFR Compat: Mystcraft] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCH MineFactoryReloaded|CompatProjRed{1.7.10R2.8.0} [MFR Compat ProjectRed] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCH MineFactoryReloaded|CompatRailcraft{1.7.10R2.8.0} [MFR Compat: Railcraft] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCH MineFactoryReloaded|CompatSufficientBiomes{1.7.10R2.8.0} [MFR Compat: Sufficient Biomes] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCH MineFactoryReloaded|CompatThaumcraft{1.7.10R2.8.0} [MFR Compat: Thaumcraft] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCH MineFactoryReloaded|CompatThermalExpansion{1.7.10R2.8.0} [MFR Compat: Thermal Expansion] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCH MineFactoryReloaded|CompatTConstruct{1.7.10R2.8.0} [MFR Compat: Tinkers' Construct] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCH TwilightForest{2.3.2} [The Twilight Forest] (twilightforest-1.7.10-2.3.2.jar)
UCH MineFactoryReloaded|CompatTwilightForest{1.7.10R2.8.0} [MFR Compat: TwilightForest] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCH MineFactoryReloaded|CompatVanilla{1.7.10R2.8.0} [MFR Compat: Vanilla] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
UCH mozombies{2.1.0} [Mo' Zombies] (Mo' Zombies 2.1.0.jar)
UCH mochickens{1.5} [Mo Chickens] (Mo-Chickens-Mod-1.7.10.jar)
UCH MoreBows2{Beta 0.4} [More Bows 2] (More-Bows-2-Mod-1.7.10.jar)
UCH Morph{0.9.1} [Morph] (Morph-Beta-0.9.1.jar)
UCH movillages{1.2.1} [Mo' Villages] (MoVillages-1.3.1.jar)
UCH cfm{3.4.7} [§9MrCrayfish's Furniture Mod] (MrCrayfishFurnitureModv3.4.7(1.7.10).jar)
UCH MutantCreatures{1.4.7} [Mutant Creatures] (Mutant-Creatures-Mod-1.7.10.jar)
UCH NetherOres{1.7.10R2.3.0RC3} [Nether Ores] (NetherOres-[1.7.10]2.3.0RC3-84.jar)
UCH PneumaticCraft{1.5.1-49} [PneumaticCraft] (pneumaticcraft-1.7.10-1.5.1-49-universal.jar)
UCH rafradek_blocklauncher{1.4.1} [Block Launcher] (rafradek_blocklauncher-1.4.1.jar)
UCH RedstoneArsenal{1.7.10R1.1.0} [Redstone Arsenal] (RedstoneArsenal-[1.7.10]1.1.0-80.jar)
UCH ReiMinimap{1.7.10} [Rei's Minimap] (Reis-Minimap-Mod-1.7.10.jar)
UCH AS_Ruins{14.7} [Ruins Spawning System] (Ruins-1.7.10.jar)
UCH simplyjetpacks{1.0.0} [Simply Jetpacks] (Simply-Jetpacks-Mod-1.7.10.jar)
UCH SSR{Alpha 0.9a} [Soul Shards: Reborn] (Soul-Shards-Reborn-Mod-1.7.10.jar)
UCH StevesCarts{2.0.0.b18} [Steve's Carts 2] (stevescarts2.0.0.b18.jar)
UCH Sync{4.0.0} [Sync] (Sync-4.0.0.jar)
UCH telepads{1.6.4 v5} [Teleportation Pads] (TelePads-Mod-1.7.10.jar)
UCH ether{3.0} [ether] (The-Ether-Mod-1.7.10.jar)
UCH SpecialArmor{1.7.10} [TeeLuk's SpecialArmor] (TLSpecialArmor-1.7.10.jar)
UCH TrailMix{4.0.0} [TrailMix] (Trail-Mix-Mod-1.7.10.jar)
UCH weaponmod{v1.14.3} [Balkon's WeaponMod] (weaponmod-1.14.3.jar)
UCH wildcaves3{0.4.3.6} [Wild Caves 3] (Wild-Caves-Mod-1.7.10.jar)
UCH witchery{0.20.0} [Witchery] (witchery-1.7.10-0.20.0.jar)
UCH libsandstone{1.0.0} [libsandstone] (LibSandstone-1.0.0.jar)
CoFHCore: -[1.7.10]3.0.2-262
AE2 Version: stable rv2-stable-8 for Forge 10.13.2.1291
ThermalFoundation: -[1.7.10]1.0.0-81
ThermalExpansion: -[1.7.10]4.0.1-182
Mantle Environment: DO NOT REPORT THIS CRASH! Unsupported mods in environment: optifine
MineFactoryReloaded: -[1.7.10]2.8.0-104
TConstruct Environment: Environment healthy.
NetherOres: Lacking version information.
RedstoneArsenal: -[1.7.10]1.1.0-80
Launched Version: 1.7.10-Forge10.13.4.1448-1.7.10
LWJGL: 2.9.1
OpenGL: ATI Radeon HD 4200 GL version 3.3.10834 Compatibility Profile Context, ATI Technologies Inc.
GL Caps: Using GL 1.3 multitexturing.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Anisotropic filtering is supported and maximum anisotropy is 16.
Shaders are available because OpenGL 2.1 is supported.
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Packs: [CrypticPvP Pack]
Current Language: English (US)
Profiler Position: N/A (disabled)
Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Anisotropic Filtering: Off (1)
[21:41:16] [Client thread/INFO] [STDOUT]: [net.minecraft.client.Minecraft:func_71377_b:359]: #@[email protected]# Game crashed! Crash report saved to: #@[email protected]# C:\Users\Joseph\AppData\Roaming\.minecraft\crash-reports\crash-2015-07-04_21.41.15-client.txt
Enchantment id conflict between ars magica 2 and nevermine.
CLICK FOR BEST SUPPORT WEBSITE EVER!
Make sure to click the reply or quote button on my post if you are replying to me, otherwise it is unlikely that I will see your post.
I have taken out AdventofAcention (nevermine) and it still crashed!
Here's the new game output:
[09:43:58] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLTweaker
[09:44:00] [main/INFO] [LaunchWrapper]: Using primary tweak class name cpw.mods.fml.common.launcher.FMLTweaker
[09:44:00] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLTweaker
[09:44:00] [main/INFO] [FML]: Forge Mod Loader version 7.99.16.1448 for Minecraft 1.7.10 loading
[09:44:00] [main/INFO] [FML]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_25, running on Windows 7:amd64:6.1, installed at C:\Program Files (x86)\Minecraft\runtime\jre-x64\1.8.0_25
[09:44:01] [main/WARN] [FML]: The coremod mods.battlegear2.coremod.BattlegearLoadingPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[09:44:02] [main/WARN] [FML]: The coremod am2.preloader.AM2PreloaderContainer does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[09:44:02] [main/INFO] [FML]: AMCore initializing...stand back! I'm going to try MAGIC!
[09:44:05] [main/INFO] [FML]: [AppEng] Core Init
[09:44:10] [main/WARN] [FML]: The coremod codechicken.core.launch.CodeChickenCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[09:44:26] [main/WARN] [FML]: The coremod cofh.asm.LoadingPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[09:44:26] [main/WARN] [FML]: The coremod mods.immibis.microblocks.coremod.MicroblocksCoreMod does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[09:44:26] [main/WARN] [FML]: The coremod invtweaks.forge.asm.FMLPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[09:44:27] [main/WARN] [FML]: The coremod micdoodle8.mods.miccore.MicdoodlePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[09:44:27] [main/WARN] [FML]: The coremod mcp.mobius.mobiuscore.asm.CoreDescription does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[09:44:27] [main/WARN] [FML]: The coremod codechicken.nei.asm.NEICorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[09:44:27] [main/INFO] [FML]: Loading tweaker optifine.OptiFineForgeTweaker from OptiFine_1.7.10_HD_B7.jar
[09:44:27] [main/WARN] [FML]: The coremod tonius.simplyjetpacks.core.SJCoreContainer does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[09:44:27] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[09:44:27] [main/INFO] [LaunchWrapper]: Loading tweak class name optifine.OptiFineForgeTweaker
[09:44:27] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker
[09:44:27] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[09:44:27] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[09:44:27] [main/INFO] [LaunchWrapper]: Calling tweak class optifine.OptiFineForgeTweaker
[09:44:27] [main/INFO] [STDOUT]: [optifine.OptiFineForgeTweaker:dbg:49]: OptiFineForgeTweaker: acceptOptions
[09:44:27] [main/INFO] [STDOUT]: [optifine.OptiFineForgeTweaker:dbg:49]: OptiFineForgeTweaker: injectIntoClassLoader
[09:44:27] [main/INFO] [STDOUT]: [optifine.OptiFineClassTransformer:dbg:179]: OptiFine ClassTransformer
[09:44:27] [main/INFO] [STDOUT]: [optifine.OptiFineClassTransformer:dbg:179]: OptiFine URL: file:/C:/Users/Joseph/AppData/Roaming/.minecraft/mods/OptiFine_1.7.10_HD_B7.jar
[09:44:27] [main/INFO] [STDOUT]: [optifine.OptiFineClassTransformer:dbg:179]: OptiFine ZIP file: [email protected]
[09:44:27] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[09:44:34] [main/INFO] [FML]: Found valid fingerprint for Minecraft Forge. Certificate fingerprint e3c3d50c7c986df74c645c0ac54639741c90a557
[09:44:34] [main/INFO] [FML]: Found valid fingerprint for Minecraft. Certificate fingerprint cd99959656f753dc28d863b46769f7f8fbaefcfc
[09:44:34] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[09:44:34] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[09:44:35] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[09:44:36] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[09:44:36] [main/ERROR] [LaunchWrapper]: A critical problem occurred registering the ASM transformer class am2.preloader.AccessTransformers
java.lang.IllegalArgumentException: resource AM2_at.cfg not found.
at com.google.common.base.Preconditions.checkArgument(Preconditions.java:148) ~[guava-17.0.jar:?]
at com.google.common.io.Resources.getResource(Resources.java:229) ~[guava-17.0.jar:?]
at cpw.mods.fml.common.asm.transformers.AccessTransformer.readMapFile(AccessTransformer.java:118) ~[forge-1.7.10-10.13.4.1448-1.7.10.jar:?]
at cpw.mods.fml.common.asm.transformers.AccessTransformer.<init>(AccessTransformer.java:101) ~[forge-1.7.10-10.13.4.1448-1.7.10.jar:?]
at am2.preloader.AccessTransformers.<init>(AccessTransformers.java:10) ~[AccessTransformers.class:?]
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.8.0_25]
at java.lang.reflect.Constructor.newInstance(Constructor.java:408) ~[?:1.8.0_25]
at java.lang.Class.newInstance(Class.java:438) ~[?:1.8.0_25]
at net.minecraft.launchwrapper.LaunchClassLoader.registerTransformer(LaunchClassLoader.java:88) [launchwrapper-1.11.jar:?]
at cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper.injectIntoClassLoader(CoreModManager.java:101) [forge-1.7.10-10.13.4.1448-1.7.10.jar:?]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:115) [launchwrapper-1.11.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.11.jar:?]
[09:44:36] [main/INFO] [FML]: MC located at: C:\Users\Joseph\AppData\Roaming\.minecraft
[09:44:36] [main/INFO] [FML]: AMCore >> Located Optifine
[09:44:36] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[09:44:36] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[09:44:37] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[09:44:38] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[09:44:38] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[09:44:39] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[09:44:39] [main/INFO] [STDOUT]: [micdoodle8.mods.miccore.MicdoodlePlugin:getASMTransformerClass:102]: Successfully Registered Transformer
[09:44:45] [main/INFO] [STDOUT]: [micdoodle8.mods.miccore.MicdoodlePlugin:injectData:295]: [Micdoodle8Core]: Patching game...
[09:44:45] [main/INFO] [STDOUT]: [micdoodle8.mods.miccore.MicdoodlePlugin:injectData:295]: [Micdoodle8Core]: Patching game...
[09:44:45] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[09:44:45] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[09:44:45] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[09:44:45] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLDeobfTweaker
[09:44:46] [main/INFO] [STDOUT]: [cofh.asm.CoFHAccessTransformer:readMappingFile:40]: Adding Accesstransformer map: CoFH_at.cfg
[09:44:48] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[09:44:48] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.TerminalTweaker
[09:44:48] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.TerminalTweaker
[09:44:48] [main/INFO] [STDOUT]: [optifine.OptiFineForgeTweaker:dbg:49]: OptiFineForgeTweaker: getLaunchArguments
[09:44:48] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.client.main.Main}
[09:44:48] [main/INFO] [battlegear2]: M&B - Patching Class Minecraft (bao)
[09:44:48] [main/INFO] [battlegear2]: Patching method Click Mouse in Minecraft
[09:44:48] [main/INFO] [battlegear2]: M&B - Patching Class Minecraft done
[09:44:50] [main/INFO] [battlegear2]: M&B - Patching Class EntityPlayer (yz)
[09:44:50] [main/INFO] [battlegear2]: Adding new fields to EntityPlayer
[09:44:50] [main/INFO] [battlegear2]: Patching constructor in EntityPlayer
[09:44:50] [main/INFO] [battlegear2]: Patching method onUpdate in EntityPlayer
[09:44:50] [main/INFO] [battlegear2]: Patching method onItemUseFinish in EntityPlayer
[09:44:50] [main/INFO] [battlegear2]: Patching method setCurrentItemOrArmor in EntityPlayer
[09:44:50] [main/INFO] [battlegear2]: Creating new methods in EntityPlayer
[09:44:50] [main/INFO] [battlegear2]: M&B - Patching Class EntityPlayer done
[09:44:50] [main/INFO] [STDOUT]: [micdoodle8.mods.miccore.MicdoodleTransformer:printLog:1763]: Galacticraft successfully injected bytecode into: sv (1 / 1)
[09:44:50] [main/INFO] [STDOUT]: [micdoodle8.mods.miccore.MicdoodleTransformer:printLog:1763]: Galacticraft successfully injected bytecode into: sa (1 / 1)
[09:44:50] [main/INFO] [STDOUT]: [com.creativemd.itemphysic.ItemTransformer:transform:97]: [ItemPhysic] Patching bjk
[09:44:50] [main/INFO] [FML]: AMCore >> Altering definition of net.minecraft.client.entity.EntityPlayerSP
[09:44:50] [main/INFO] [FML]: AMCore >> Altering definition of net.minecraft.world.World
[MobiusCore] Current code is OBFUSCATED
[MobiusCore] Found cpw.mods.fml.common.FMLCommonHandler with checksum F626A08BBC07AE3F7D88072FDFDAE36E
[MobiusCore] Successful injection in onPreServerTick ()V
[MobiusCore] Successful injection in onPostServerTick ()V
[MobiusCore] Successful injection in onPreWorldTick (Lahb;)V
[MobiusCore] Successful injection in onPostWorldTick (Lahb;)V
[MobiusCore] Switching injection mode to FORGE
[MobiusCore] Found net.minecraft.world.World [ ahb ] with checksum B6D76C386994A9B4DF0059D0690DCBA1
[MobiusCore] Found World.updateEntities()...
[MobiusCore] Successful injection in h ()V
[MobiusCore] Successful injection in h ()V
[MobiusCore] Successful injection in h ()V
[MobiusCore] Successful injection in h ()V
[09:44:52] [main/INFO] [STDOUT]: [micdoodle8.mods.miccore.MicdoodleTransformer:printLog:1763]: Galacticraft successfully injected bytecode into: bdi (1 / 1)
[09:44:52] [main/INFO] [AE2-CORE]: func_146977_a(Lnet/minecraft/inventory/Slot;)V - Transformed
[09:44:52] [main/INFO] [AE2-CORE]: func_146977_a_original(Lnet/minecraft/inventory/Slot;)V - New Method
[09:44:52] [main/INFO] [AE2-CORE]: func_146977_a(Lnet/minecraft/inventory/Slot;)V - Invoke Virtual
[MobiusCore] Found net.minecraft.world.WorldServer [ mt ] with checksum A9B6290BB23DD7A1659115ABB503DDD8
[MobiusCore] Successful injection in b ()V
[MobiusCore] Successful injection in b ()V
[09:44:53] [main/INFO]: Setting user: TheEmeraldArrow
[09:44:55] [main/INFO] [STDOUT]: [com.creativemd.itemphysic.ItemTransformer:transform:88]: [ItemPhysic] Patching xk
[09:44:55] [main/INFO] [STDERR]: [micdoodle8.mods.miccore.MicdoodleTransformer:printResultsAndReset:1692]: Potential problem: Galacticraft did not complete injection of bytecode into: xk (0 / 1)
[09:44:56] [main/INFO] [battlegear2]: M&B - Patching Class ItemStack (add)
[09:44:56] [main/INFO] [battlegear2]: M&B - Patching Class ItemStack done
[09:44:58] [Client thread/INFO] [STDOUT]: [micdoodle8.mods.miccore.MicdoodleTransformer:printLog:1763]: Galacticraft successfully injected bytecode into: bkn (1 / 1)
[09:44:58] [Client thread/INFO]: LWJGL Version: 2.9.1
[09:44:58] [Client thread/INFO] [STDOUT]: [micdoodle8.mods.miccore.MicdoodleTransformer:printLog:1763]: Galacticraft successfully injected bytecode into: net/minecraftforge/client/ForgeHooksClient (1 / 1)
[OptiFine]
[OptiFine] OptiFine_1.7.10_HD_B7
[OptiFine] Tue Jul 07 09:44:59 GMT-05:00 2015
[OptiFine] OS: Windows 7 (amd64) version 6.1
[OptiFine] Java: 1.8.0_25, Oracle Corporation
[OptiFine] VM: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
[OptiFine] LWJGL: 2.9.1
[OptiFine] OpenGL: ATI Radeon HD 4200 , version 3.3.10834 Compatibility Profile Context, ATI Technologies Inc.
[OptiFine] OpenGL Version: 3.3
[OptiFine] OpenGL Fancy fog: Not available (GL_NV_fog_distance)
[OptiFine] Maximum texture size: 8192x8192
[OptiFine] Checking for new version
[09:44:59] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: org.lwjgl.opengl.OpenGLException: Invalid value (1281)
[09:44:59] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at org.lwjgl.opengl.Util.checkGLError(Util.java:59)
[09:44:59] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at org.lwjgl.opengl.WindowsContextImplementation.setSwapInterval(WindowsContextImplementation.java:113)
[09:44:59] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at org.lwjgl.opengl.ContextGL.setSwapInterval(ContextGL.java:232)
[09:44:59] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at org.lwjgl.opengl.DrawableGL.setSwapInterval(DrawableGL.java:86)
[09:44:59] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at org.lwjgl.opengl.Display.setSwapInterval(Display.java:1129)
[09:44:59] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at org.lwjgl.opengl.Display.setVSyncEnabled(Display.java:1142)
[09:44:59] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.settings.GameSettings.updateVSync(GameSettings.java:3021)
[09:44:59] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at Config.checkDisplayMode(Config.java:1968)
[09:44:59] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at Config.initDisplay(Config.java:165)
[09:44:59] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.renderer.OpenGlHelper.func_77474_a(OpenGlHelper.java:76)
[09:44:59] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:455)
[09:44:59] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
[09:44:59] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.main.Main.main(SourceFile:148)
[09:44:59] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[09:44:59] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[09:44:59] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[09:44:59] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
[09:44:59] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
[09:44:59] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
[09:45:00] [Client thread/INFO] [STDOUT]: [com.creativemd.itemphysic.ItemTransformer:transform:81]: [ItemPhysic] Patching bny
[OptiFine] Version found: C1
[09:45:03] [Client thread/INFO] [FML]: Forge Mod Loader has detected optifine OptiFine_1.7.10_HD_B7, enabling compatibility features
[09:45:04] [Client thread/INFO] [MinecraftForge]: Attempting early MinecraftForge initialization
[09:45:04] [Client thread/INFO] [FML]: MinecraftForge v10.13.4.1448 Initialized
[09:45:04] [Client thread/INFO] [FML]: Replaced 183 ore recipies
[OptiFine] (Reflector) Class not present: ModLoader
[OptiFine] (Reflector) Class not present: net.minecraft.src.FMLRenderAccessLibrary
[OptiFine] (Reflector) Class not present: LightCache
[OptiFine] (Reflector) Class not present: BlockCoord
[09:45:04] [Client thread/INFO] [FML]: InvTweaks: net.minecraft.inventory.ContainerRepair
[09:45:04] [Client thread/INFO] [FML]: InvTweaks: net.minecraft.inventory.Container
[09:45:04] [Client thread/INFO] [battlegear2]: M&B - Patching Class NetHandlerPlayServer (nh)
[09:45:04] [Client thread/INFO] [battlegear2]: Patching method processPlayerBlockPlacement in NetHandlerPlayServer
[09:45:04] [Client thread/INFO] [battlegear2]: Patching method processHeldItemChange in NetHandlerPlayServer
[09:45:04] [Client thread/INFO] [battlegear2]: M&B - Patching Class NetHandlerPlayServer done
[09:45:05] [Client thread/INFO] [battlegear2]: M&B - Patching Class ModelBiped (bhm)
[09:45:05] [Client thread/INFO] [battlegear2]: Patching method setRotationAngles in ModelBiped
[09:45:05] [Client thread/INFO] [battlegear2]: M&B - Patching Class ModelBiped done
[09:45:05] [Client thread/INFO] [battlegear2]: M&B - Patching Class NetHandlerPlayClient (bjb)
[09:45:05] [Client thread/INFO] [battlegear2]: Patching method handleSpawnPlayer in NetHandlerPlayClient
[09:45:05] [Client thread/INFO] [battlegear2]: Patching method handleHeldItemChange in NetHandlerPlayClient
[09:45:05] [Client thread/INFO] [battlegear2]: M&B - Patching Class NetHandlerPlayClient done
[09:45:05] [Client thread/INFO] [STDOUT]: [micdoodle8.mods.miccore.MicdoodleTransformer:printLog:1763]: Galacticraft successfully injected bytecode into: bjb (2 / 2)
[09:45:06] [Client thread/INFO] [FML]: AMCore >> Altering definition of net.minecraft.client.renderer.EntityRenderer
[09:45:06] [Client thread/INFO] [STDOUT]: [micdoodle8.mods.miccore.MicdoodleTransformer:printLog:1763]: Galacticraft successfully injected bytecode into: blt (4 / 4)
[09:45:06] [Client thread/INFO] [MinecraftForge]: Completed early MinecraftForge initialization
[09:45:07] [Client thread/INFO] [FML]: AMCore initializing...stand back! I'm going to try MAGIC!
[09:45:07] [Client thread/INFO] [FML]: [AppEng] Core Init
[09:45:07] [Client thread/INFO] [FML]: Found 0 mods from the command line. Injecting into mod discoverer
[09:45:07] [Client thread/INFO] [FML]: Searching C:\Users\Joseph\AppData\Roaming\.minecraft\mods for mods
[09:45:07] [Client thread/INFO] [FML]: Also searching C:\Users\Joseph\AppData\Roaming\.minecraft\mods\1.7.10 for mods
[09:45:45] [Client thread/WARN] [battlegear2]: Mod battlegear2 is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.0.7.0
[09:45:52] [Client thread/WARN] [DamageIndicatorsMod]: Mod DamageIndicatorsMod is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 3.2.3
[09:46:17] [Client thread/WARN] [ChickenChunks]: Mod ChickenChunks is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.3.4.13
[09:46:20] [Client thread/INFO] [FML]: Attempting to reparse the mod container DimensionalDoors-2.2.5-test8.jar
[09:46:21] [Client thread/WARN] [EnderStorage]: Mod EnderStorage is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.4.5.27
[09:46:22] [Client thread/WARN] [ExtraUtilities]: Mod ExtraUtilities is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.2.6
[09:46:28] [Client thread/WARN] [PneumaticCraft]: Mod PneumaticCraft is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.5.1-49
[09:46:29] [Client thread/WARN] [simplyjetpacks]: Mod simplyjetpacks is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.0.0
[09:46:31] [Client thread/WARN] [wildcaves3]: Mod wildcaves3 is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 0.4.3.6
[09:46:31] [Client thread/INFO] [FML]: Forge Mod Loader has identified 123 mods to load
[09:46:31] [Client thread/INFO] [FML]: Found mod(s) [ExtraUtilities] containing declared API package baubles.api (owned by Baubles) without associated API reference
[09:46:33] [Client thread/ERROR] [FML]: The mod AdvancedMachines (IC2 Advanced Machines Addon) requires mods [IC2] to be available
[09:46:33] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Immibis's Microblocks, FMLFileResourcePack:Not Enough Items, FMLFileResourcePack:Mine & Blade Battlegear 2 - Bullseye, FMLFileResourcePack:Zelda Sword Skills, FMLFileResourcePack:Ars Magica 2, FMLFileResourcePack:Lucky Block, FMLFileResourcePack:ArmorStatusHUD, FMLFileResourcePack:Damage Indicators, FMLFileResourcePack:Treecapitator, FMLFileResourcePack:Advanced Genetics, FMLFileResourcePack:IC2 Advanced Machines Addon, FMLFileResourcePack:Ancient Warfare Automation, FMLFileResourcePack:Ancient Warfare Core, FMLFileResourcePack:Ancient Warfare NEI Plugin, FMLFileResourcePack:Ancient Warfare NPCs, FMLFileResourcePack:Ancient Warfare Structures, FMLFileResourcePack:Ancient Warfare Vehicles, FMLFileResourcePack:AnimationAPI, FMLFileResourcePack:Applied Energistics 2, FMLFileResourcePack:BackTools, FMLFileResourcePack:Backpack, FMLFileResourcePack:Baubles, FMLFileResourcePack:BiblioCraft, FMLFileResourcePack:Biomes O' Plenty, FMLFileResourcePack:Blood Magic: Alchemical Wizardry, FMLFileResourcePack:Botania, FMLFileResourcePack:BC Silicon, FMLFileResourcePack:BuildCraft, FMLFileResourcePack:BC Transport, FMLFileResourcePack:BC Builders, FMLFileResourcePack:BC Energy, FMLFileResourcePack:BC Factory, FMLFileResourcePack:Carpenter's Blocks, FMLFileResourcePack:Cars and Drives, FMLFileResourcePack:ChickenChunks, FMLFileResourcePack:Chisel, FMLFileResourcePack:Clienthax's ChocoCraft, FMLFileResourcePack:CoFH Core, FMLFileResourcePack:CreativeCore, FMLFileResourcePack:Dimensional Doors, FMLFileResourcePack:DrZhark's Mo'Creatures Mod, FMLFileResourcePack:Elemental Creepers, FMLFileResourcePack:EnderStorage, FMLFileResourcePack:EnderTech, FMLFileResourcePack:Extra Utilities, FMLFileResourcePack:Forestry for Minecraft, FMLFileResourcePack:Galacticraft Planets, FMLFileResourcePack:Galacticraft Core, FMLFileResourcePack:Hats, FMLFileResourcePack:HatStand, FMLFileResourcePack:iChunUtil, FMLFileResourcePack:Immibis Core, FMLFileResourcePack:Infernal Mobs, FMLFileResourcePack:Inventory Tweaks, FMLFileResourcePack:Iron Chest, FMLFileResourcePack:JABBA, FMLFileResourcePack:Legend Gear 2, FMLFileResourcePack:Magical Crops, FMLFileResourcePack:Mantle, FMLFileResourcePack:Minecraft Comes Alive, FMLFileResourcePack:Falling Meteors, FMLFileResourcePack:MineFactory Reloaded, FMLFileResourcePack:MFR Compat: Applied Energistics, FMLFileResourcePack:MFR Compat: Atum, FMLFileResourcePack:MFR Compat: BackTools, FMLFileResourcePack:MFR Compat: BuildCraft, FMLFileResourcePack:MFR Compat: Chococraft, FMLFileResourcePack:MFR Compat: ExtraBiomes, FMLFileResourcePack:MFR Compat: Forestry, FMLFileResourcePack:MFR Compat: ForgeMicroblock, FMLFileResourcePack:MFR Compat: IC2, FMLFileResourcePack:MFR Compat: Mystcraft, FMLFileResourcePack:MFR Compat ProjectRed, FMLFileResourcePack:MFR Compat: Railcraft, FMLFileResourcePack:MFR Compat: Sufficient Biomes, FMLFileResourcePack:MFR Compat: Thaumcraft, FMLFileResourcePack:MFR Compat: Thermal Expansion, FMLFileResourcePack:MFR Compat: Tinkers' Construct, FMLFileResourcePack:MFR Compat: TwilightForest, FMLFileResourcePack:MFR Compat: Vanilla, FMLFileResourcePack:Mo' Zombies, FMLFileResourcePack:Mo Chickens, FMLFileResourcePack:More Bows 2, FMLFileResourcePack:Morph, FMLFileResourcePack:Mo' Villages, FMLFileResourcePack:§9MrCrayfish's Furniture Mod, FMLFileResourcePack:Mutant Creatures, FMLFileResourcePack:Nether Ores, FMLFileResourcePack:PneumaticCraft, FMLFileResourcePack:RadixCore, FMLFileResourcePack:Block Launcher, FMLFileResourcePack:Redstone Arsenal, FMLFileResourcePack:Rei's Minimap, FMLFileResourcePack:Ruins Spawning System, FMLFileResourcePack:Simply Jetpacks, FMLFileResourcePack:Soul Shards: Reborn, FMLFileResourcePack:Steve's Carts 2, FMLFileResourcePack:Sync, FMLFileResourcePack:Tinkers' Construct, FMLFileResourcePack:Teleportation Pads, FMLFileResourcePack:ether, FMLFileResourcePack:Thermal Expansion, FMLFileResourcePack:Thermal Foundation, FMLFileResourcePack:TeeLuk's SpecialArmor, FMLFileResourcePack:TrailMix, FMLFileResourcePack:The Twilight Forest, FMLFileResourcePack:Waila, FMLFileResourcePack:Balkon's WeaponMod, FMLFileResourcePack:Wild Caves 3, FMLFileResourcePack:Witchery, FMLFileResourcePack:bspkrsCore, FMLFileResourcePack:libsandstone, Default Low Fire 1.8
[09:46:34] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: alchemicalwizardryBooks in C:\Users\Joseph\AppData\Roaming\.minecraft\mods\bloodmagic-1.7.10-1.3.0a-1.jar
[09:46:34] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: alchemicalwizardryBooks in C:\Users\Joseph\AppData\Roaming\.minecraft\mods\bloodmagic-1.7.10-1.3.0a-1.jar
[09:46:34] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: alchemicalwizardryBooks in C:\Users\Joseph\AppData\Roaming\.minecraft\mods\bloodmagic-1.7.10-1.3.0a-1.jar
[09:46:34] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: alchemicalwizardryBooks in C:\Users\Joseph\AppData\Roaming\.minecraft\mods\bloodmagic-1.7.10-1.3.0a-1.jar
[09:46:34] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: alchemicalwizardryBooks in C:\Users\Joseph\AppData\Roaming\.minecraft\mods\bloodmagic-1.7.10-1.3.0a-1.jar
[09:46:34] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: alchemicalwizardryBooks in C:\Users\Joseph\AppData\Roaming\.minecraft\mods\bloodmagic-1.7.10-1.3.0a-1.jar
[09:46:34] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: alchemicalwizardryJsonFiles in C:\Users\Joseph\AppData\Roaming\.minecraft\mods\bloodmagic-1.7.10-1.3.0a-1.jar
[09:46:34] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: alchemicalwizardryJsonFiles in C:\Users\Joseph\AppData\Roaming\.minecraft\mods\bloodmagic-1.7.10-1.3.0a-1.jar
[09:46:34] [Client thread/WARN] [FML]: There were errors previously. Not beginning mod initialization phase
[OptiFine] *** Reloading textures ***
[OptiFine] Resource packs: Default Low Fire 1.8
[09:46:34] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:
[09:46:34] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: Starting up SoundSystem...
[09:46:34] [Thread-8/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: Initializing LWJGL OpenAL
[09:46:34] [Thread-8/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)
[09:46:35] [Thread-8/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: OpenAL initialized.
[09:46:35] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:
[09:46:35] [Sound Library Loader/INFO]: Sound engine started
[09:46:35] [Client thread/WARN]: File arsmagica2:sounds/spell/loop/none.ogg does not exist, cannot add it to event arsmagica2:spell.loop.none
[MobiusCore] Found net.minecraft.client.renderer.entity.RenderManager [ bnn ] with checksum 23331C7A7033A1CF1F1AAE38FD89A9B5
[MobiusCore] Successful injection in a (Lsa;DDDFFZ)Z
[MobiusCore] Successful injection in a (Lsa;DDDFFZ)Z
[09:46:35] [Client thread/INFO] [FML]: AMCore >> Altering definition of net.minecraft.client.renderer.entity.RendererLivingEntity
[09:46:36] [Client thread/INFO] [battlegear2]: M&B - Patching Class ItemRenderer (bly)
[09:46:36] [Client thread/INFO] [battlegear2]: Adding new fields to ItemRenderer
[09:46:36] [Client thread/INFO] [battlegear2]: Patching method renderItemInFirstPerson in ItemRenderer
[09:46:36] [Client thread/INFO] [battlegear2]: Patching method updateEquippedItem in ItemRenderer
[09:46:36] [Client thread/INFO] [battlegear2]: M&B - Patching Class ItemRenderer done
[09:46:36] [Client thread/INFO] [STDOUT]: [micdoodle8.mods.miccore.MicdoodleTransformer:printLog:1763]: Galacticraft successfully injected bytecode into: bly (1 / 1)
[OptiFine] Multipass connected textures: false
[OptiFine] Multipass connected textures: false
[OptiFine] Loading texture map: textures/blocks
[OptiFine] Multipass connected textures: false
[OptiFine] Multipass connected textures: false
[OptiFine] Texture size: textures/blocks, 512x256
[09:46:41] [Client thread/INFO]: Created: 512x256 textures/blocks-atlas
[OptiFine] Loading texture map: textures/items
[OptiFine] Texture size: textures/items, 256x256
[09:46:42] [Client thread/INFO]: Created: 256x256 textures/items-atlas
[OptiFine] *** Reloading custom textures ***
[OptiFine] Loading custom colors: textures/colormap/grass.png
[OptiFine] Loading custom colors: textures/colormap/foliage.png
[09:46:44] [Client thread/FATAL]: Reported exception thrown!
net.minecraft.util.ReportedException: Rendering screen
at net.minecraft.client.renderer.EntityRenderer.func_78480_b(EntityRenderer.java:1391) ~[blt.class:?]
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1001) ~[bao.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:898) [bao.class:?]
at net.minecraft.client.main.Main.main(SourceFile:148) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.11.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.11.jar:?]
Caused by: java.lang.NullPointerException
at cpw.mods.fml.common.versioning.VersionRange.getLowerBoundString(VersionRange.java:573) ~[VersionRange.class:?]
at cpw.mods.fml.client.GuiModsMissing.func_73863_a(GuiModsMissing.java:54) ~[GuiModsMissing.class:?]
at net.minecraft.client.renderer.EntityRenderer.func_78480_b(EntityRenderer.java:1357) ~[blt.class:?]
... 9 more
[09:46:45] [Client thread/INFO] [STDOUT]: [net.minecraft.client.Minecraft:func_71377_b:349]: ---- Minecraft Crash Report ----
// This is a token for 1 free hug. Redeem at your nearest Mojangsta: [~~HUG~~]
Time: 7/7/15 9:46 AM
Description: Rendering screen
java.lang.NullPointerException: Rendering screen
at cpw.mods.fml.common.versioning.VersionRange.getLowerBoundString(VersionRange.java:573)
at cpw.mods.fml.client.GuiModsMissing.func_73863_a(GuiModsMissing.java:54)
at net.minecraft.client.renderer.EntityRenderer.func_78480_b(EntityRenderer.java:1357)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1001)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:898)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at cpw.mods.fml.common.versioning.VersionRange.getLowerBoundString(VersionRange.java:573)
at cpw.mods.fml.client.GuiModsMissing.func_73863_a(GuiModsMissing.java:54)
-- Screen render details --
Details:
Screen name: cpw.mods.fml.client.GuiModsMissing
Mouse location: Scaled: (0, 239). Absolute: (0, 0)
Screen size: Scaled: (427, 240). Absolute: (854, 480). Scale factor of 2
Stacktrace:
at net.minecraft.client.renderer.EntityRenderer.func_78480_b(EntityRenderer.java:1357)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1001)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:898)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
-- System Details --
Details:
Minecraft Version: 1.7.10
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.8.0_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 199387784 bytes (190 MB) / 394137600 bytes (375 MB) up to 3207856128 bytes (3059 MB)
JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx3G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1448 Optifine OptiFine_1.7.10_HD_B7 123 mods loaded, 123 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
U mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
U FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1448-1.7.10.jar)
U Forge{10.13.4.1448} [Minecraft Forge] (forge-1.7.10-10.13.4.1448-1.7.10.jar)
U AM2-Preloader{0.0.2} [AMCore] (minecraft.jar)
U appliedenergistics2-core{rv2-stable-8} [AppliedEnergistics2 Core] (minecraft.jar)
U CodeChickenCore{1.0.4.29} [CodeChicken Core] (minecraft.jar)
U ImmibisMicroblocks{59.0.5} [Immibis's Microblocks] (immibis-microblocks-59.0.5.jar)
U itemphysic{1.1.2} [ItemPhysic] (minecraft.jar)
U Micdoodlecore{} [Micdoodle8 Core] (minecraft.jar)
U MobiusCore{1.2.3} [MobiusCore] (minecraft.jar)
U NotEnoughItems{1.0.4.83} [Not Enough Items] (notenoughitems-1.7.10-1.0.4.83-universal.jar)
U simplyjetpackscore{1.0} [Simply Jetpacks Coremod] (minecraft.jar)
U <CoFH ASM>{000} [CoFH ASM] (minecraft.jar)
U battlegear2{1.0.7.0} [Mine & Blade Battlegear 2 - Bullseye] (1.7.10-MB_Battlegear2-Bullseye-1.0.7.0.jar)
U zeldaswordskills{1.7.10-2.2.5} [Zelda Sword Skills] (1.7.10-zeldaswordskills-2.2.5.jar)
U arsmagica2{1.4.0.008} [Ars Magica 2] (1.7.10_AM2-1.4.0.008.jar)
U lucky{5.1.0} [Lucky Block] ([1-7-10]_Lucky_Block_v5-1-0.jar)
U ArmorStatusHUD{1.28} [ArmorStatusHUD] ([1.7.10]ArmorStatusHUD-client-1.28.jar)
U DamageIndicatorsMod{3.2.3} [Damage Indicators] ([1.7.10]DamageIndicatorsMod-3.2.3.jar)
U Treecapitator{1.7.10} [Treecapitator] ([1.7.10]Treecapitator-universal-2.0.4.jar)
U advancedgenetics{1.5.8} [Advanced Genetics] (advancedgenetics-1.7.10-1.5.8.jar)
U AdvancedMachines{1.1.3} [IC2 Advanced Machines Addon] (AdvancedMachinesAS-1.7.10.jar)
U AncientWarfareAutomation{2.4.83-beta-MC1.7.10} [Ancient Warfare Automation] (ancientwarfare-2.4.83-beta-MC1.7.10.jar)
U AncientWarfare{2.4.83-beta-MC1.7.10} [Ancient Warfare Core] (ancientwarfare-2.4.83-beta-MC1.7.10.jar)
U AncientWarfareNEIPlugin{2.4.83-beta-MC1.7.10} [Ancient Warfare NEI Plugin] (ancientwarfare-2.4.83-beta-MC1.7.10.jar)
U AncientWarfareNpc{2.4.83-beta-MC1.7.10} [Ancient Warfare NPCs] (ancientwarfare-2.4.83-beta-MC1.7.10.jar)
U AncientWarfareStructure{2.4.83-beta-MC1.7.10} [Ancient Warfare Structures] (ancientwarfare-2.4.83-beta-MC1.7.10.jar)
U AncientWarfareVehicle{2.4.83-beta-MC1.7.10} [Ancient Warfare Vehicles] (ancientwarfare-2.4.83-beta-MC1.7.10.jar)
U AnimationAPI{1.2.4} [AnimationAPI] (AnimationAPI-1.7.10-1.2.4.jar)
U appliedenergistics2{rv2-stable-8} [Applied Energistics 2] (appliedenergistics2-rv2-stable-8.jar)
U BackTools{4.0.0} [BackTools] (Back-Tools-Mod-1.7.10.jar)
U Backpack{2.0.1} [Backpack] (backpack-2.0.1-1.7.x.jar)
U Baubles{1.0.1.10} [Baubles] (Baubles-1.7.10-1.0.1.10.jar)
U BiblioCraft{1.10.2} [BiblioCraft] (BiblioCraft[v1.10.2][MC1.7.10].jar)
U BiomesOPlenty{2.1.0} [Biomes O' Plenty] (BiomesOPlenty-1.7.10-2.1.0.1067-universal.jar)
U AWWayofTime{v1.3.0a} [Blood Magic: Alchemical Wizardry] (bloodmagic-1.7.10-1.3.0a-1.jar)
U Botania{r1.5-170} [Botania] (Botania r1.5-170.jar)
U BuildCraft|Silicon{6.4.4} [BC Silicon] (buildcraft-6.4.4.jar)
U BuildCraft|Core{6.4.4} [BuildCraft] (buildcraft-6.4.4.jar)
U BuildCraft|Transport{6.4.4} [BC Transport] (buildcraft-6.4.4.jar)
U BuildCraft|Builders{6.4.4} [BC Builders] (buildcraft-6.4.4.jar)
U BuildCraft|Energy{6.4.4} [BC Energy] (buildcraft-6.4.4.jar)
U BuildCraft|Factory{6.4.4} [BC Factory] (buildcraft-6.4.4.jar)
U CarpentersBlocks{3.3.4.2} [Carpenter's Blocks] (carpenters blocks v3.3.4.2 - mc 1.7.10.jar)
U carsanddrives{1.0.9} [Cars and Drives] (Cars_and_Drives_Mod_V-1.0.9.jar)
U ChickenChunks{1.3.4.13} [ChickenChunks] (ChickenChunks-Mod-1.7.10.jar)
U chisel{1.5.7} [Chisel] (Chisel-1.7.10-1.5.7.jar)
U chococraft{4.1.2} [Clienthax's ChocoCraft] (ChocoCraft-Mod-1.7.10.jar)
U CoFHCore{1.7.10R3.0.2} [CoFH Core] (CoFHCore-[1.7.10]3.0.2-262.jar)
U creativecore{1.0} [CreativeCore] (CreativeCore v1.1.4 mc1.7.10.jar)
U dimdoors{2.2.5-test} [Dimensional Doors] (DimensionalDoors-2.2.5-test8.jar)
U MoCreatures{6.3.1} [DrZhark's Mo'Creatures Mod] (DrZharks MoCreatures Mod v6.3.1.jar)
U elementalcreepers{4.3.0} [Elemental Creepers] (Elemental Creepers-universal_1.7.10-4.3.0.jar)
U EnderStorage{1.4.5.27} [EnderStorage] (enderstorage-1.7.10-1.4.5.27-universal.jar)
U EnderTech{1.7.10-0.3.2.388} [EnderTech] (EnderTech-1.7.10-0.3.2.388.jar)
U ExtraUtilities{1.2.6} [Extra Utilities] (extrautilities-1.2.6.jar)
U Forestry{3.5.7.16} [Forestry for Minecraft] (forestry_1.7.10-3.5.7.16.jar)
U GalacticraftMars{3.0.11} [Galacticraft Planets] (Galacticraft-Planets-1.7-3.0.11.306.jar)
U GalacticraftCore{3.0.11} [Galacticraft Core] (GalacticraftCore-1.7-3.0.11.306.jar)
U Hats{4.0.1} [Hats] (Hats-4.0.1.jar)
U HatStand{4.0.0} [HatStand] (HatStand-4.0.0.jar)
U iChunUtil{4.1.3} [iChunUtil] (ichunutil-4.1.3.jar)
U ImmibisCore{59.0.8} [Immibis Core] (immibis-core-59.0.8.jar)
U InfernalMobs{1.6.0} [Infernal Mobs] (InfernalMobs-1.7.10.jar)
U inventorytweaks{1.58-147-645ca10} [Inventory Tweaks] (InventoryTweaks-1.58-147.jar)
U IronChest{6.0.49.733} [Iron Chest] (ironchest-1.7.10-6.0.49.733-universal.jar)
U JABBA{1.1.4} [JABBA] (Jabba-1.1.4_1.7.10.jar)
U legendgear{2.b.0.2} [Legend Gear 2] (LegendGear-2-Mod-1.7.10.jar)
U magicalcrops{1.7.2 - 0.1 ALPHA} [Magical Crops] (magicalcrops-1.7.10_0.1.jar)
U Mantle{1.7.10-0.3.2.jenkins184} [Mantle] (Mantle-1.7.10-0.3.2.jar)
U MCA{5.0.0} [Minecraft Comes Alive] (MCA-5.0.0-1.7.10-universal.jar)
U meteors{2.13.1} [Falling Meteors] (meteors-1.7.10-2.13.1.jar)
U MineFactoryReloaded{1.7.10R2.8.0} [MineFactory Reloaded] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
U MineFactoryReloaded|CompatAppliedEnergistics{1.7.10R2.8.0} [MFR Compat: Applied Energistics] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
U MineFactoryReloaded|CompatAtum{1.7.10R2.8.0} [MFR Compat: Atum] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
U MineFactoryReloaded|CompatBackTools{1.7.10R2.8.0} [MFR Compat: BackTools] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
U MineFactoryReloaded|CompatBuildCraft{1.7.10R2.8.0} [MFR Compat: BuildCraft] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
U MineFactoryReloaded|CompatChococraft{1.7.10R2.8.0} [MFR Compat: Chococraft] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
U MineFactoryReloaded|CompatExtraBiomes{1.7.10R2.8.0} [MFR Compat: ExtraBiomes] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
U MineFactoryReloaded|CompatForestry{1.7.10R2.8.0} [MFR Compat: Forestry] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
U MineFactoryReloaded|CompatForgeMicroblock{1.7.10R2.8.0} [MFR Compat: ForgeMicroblock] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
U MineFactoryReloaded|CompatIC2{1.7.10R2.8.0} [MFR Compat: IC2] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
U MineFactoryReloaded|CompatMystcraft{1.7.10R2.8.0} [MFR Compat: Mystcraft] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
U MineFactoryReloaded|CompatProjRed{1.7.10R2.8.0} [MFR Compat ProjectRed] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
U MineFactoryReloaded|CompatRailcraft{1.7.10R2.8.0} [MFR Compat: Railcraft] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
U MineFactoryReloaded|CompatSufficientBiomes{1.7.10R2.8.0} [MFR Compat: Sufficient Biomes] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
U MineFactoryReloaded|CompatThaumcraft{1.7.10R2.8.0} [MFR Compat: Thaumcraft] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
U MineFactoryReloaded|CompatThermalExpansion{1.7.10R2.8.0} [MFR Compat: Thermal Expansion] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
U MineFactoryReloaded|CompatTConstruct{1.7.10R2.8.0} [MFR Compat: Tinkers' Construct] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
U MineFactoryReloaded|CompatTwilightForest{1.7.10R2.8.0} [MFR Compat: TwilightForest] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
U MineFactoryReloaded|CompatVanilla{1.7.10R2.8.0} [MFR Compat: Vanilla] (MineFactoryReloaded-[1.7.10]2.8.0-104.jar)
U mozombies{2.1.0} [Mo' Zombies] (Mo' Zombies 2.1.0.jar)
U mochickens{1.5} [Mo Chickens] (Mo-Chickens-Mod-1.7.10.jar)
U MoreBows2{Beta 0.4} [More Bows 2] (More-Bows-2-Mod-1.7.10.jar)
U Morph{0.9.1} [Morph] (Morph-Beta-0.9.1.jar)
U movillages{1.2.1} [Mo' Villages] (MoVillages-1.3.1.jar)
U cfm{3.4.7} [§9MrCrayfish's Furniture Mod] (MrCrayfishFurnitureModv3.4.7(1.7.10).jar)
U MutantCreatures{1.4.7} [Mutant Creatures] (Mutant-Creatures-Mod-1.7.10.jar)
U NetherOres{1.7.10R2.3.0RC3} [Nether Ores] (NetherOres-[1.7.10]2.3.0RC3-84.jar)
U PneumaticCraft{1.5.1-49} [PneumaticCraft] (pneumaticcraft-1.7.10-1.5.1-49-universal.jar)
U RadixCore{2.0.0} [RadixCore] (RadixCore-1.7.10-2.0.0-universal.jar)
U rafradek_blocklauncher{1.4.1} [Block Launcher] (rafradek_blocklauncher-1.4.1.jar)
U RedstoneArsenal{1.7.10R1.1.0} [Redstone Arsenal] (RedstoneArsenal-[1.7.10]1.1.0-80.jar)
U ReiMinimap{1.7.10} [Rei's Minimap] (Reis-Minimap-Mod-1.7.10.jar)
U AS_Ruins{14.7} [Ruins Spawning System] (Ruins-1.7.10.jar)
U simplyjetpacks{1.0.0} [Simply Jetpacks] (Simply-Jetpacks-Mod-1.7.10.jar)
U SSR{Alpha 0.9a} [Soul Shards: Reborn] (Soul-Shards-Reborn-Mod-1.7.10.jar)
U StevesCarts{2.0.0.b18} [Steve's Carts 2] (stevescarts2.0.0.b18.jar)
U Sync{4.0.0} [Sync] (Sync-4.0.0.jar)
U TConstruct{1.7.10-1.8.5.build957} [Tinkers' Construct] (TConstruct-1.7.10-1.8.5.jar)
U telepads{1.6.4 v5} [Teleportation Pads] (TelePads-Mod-1.7.10.jar)
U ether{3.0} [ether] (The-Ether-Mod-1.7.10.jar)
U ThermalExpansion{1.7.10R4.0.1} [Thermal Expansion] (ThermalExpansion-[1.7.10]4.0.1-182.jar)
U ThermalFoundation{1.7.10R1.0.0} [Thermal Foundation] (ThermalFoundation-[1.7.10]1.0.0-81.jar)
U SpecialArmor{1.7.10} [TeeLuk's SpecialArmor] (TLSpecialArmor-1.7.10.jar)
U TrailMix{4.0.0} [TrailMix] (Trail-Mix-Mod-1.7.10.jar)
U TwilightForest{2.3.2} [The Twilight Forest] (twilightforest-1.7.10-2.3.2.jar)
U Waila{1.5.8} [Waila] (Waila-1.5.9_1.7.10.jar)
U weaponmod{v1.14.3} [Balkon's WeaponMod] (weaponmod-1.14.3.jar)
U wildcaves3{0.4.3.6} [Wild Caves 3] (Wild-Caves-Mod-1.7.10.jar)
U witchery{0.20.0} [Witchery] (witchery-1.7.10-0.20.0.jar)
U bspkrsCore{6.15} [bspkrsCore] ([1.7.10]bspkrsCore-universal-6.15.jar)
U libsandstone{1.0.0} [libsandstone] (LibSandstone-1.0.0.jar)
Launched Version: 1.7.10-Forge10.13.4.1448-1.7.10
LWJGL: 2.9.1
OpenGL: ATI Radeon HD 4200 GL version 3.3.10834 Compatibility Profile Context, ATI Technologies Inc.
GL Caps: Using GL 1.3 multitexturing.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Anisotropic filtering is supported and maximum anisotropy is 16.
Shaders are available because OpenGL 2.1 is supported.
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Packs: [Default Low Fire 1.8]
Current Language: English (US)
Profiler Position: N/A (disabled)
Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Anisotropic Filtering: Off (1)
[09:46:45] [Client thread/INFO] [STDOUT]: [net.minecraft.client.Minecraft:func_71377_b:359]: #@[email protected]# Game crashed! Crash report saved to: #@[email protected]# C:\Users\Joseph\AppData\Roaming\.minecraft\crash-reports\crash-2015-07-07_09.46.44-client.txt
which mod do I need to add?