Skip to content

Instantly share code, notes, and snippets.

@makiharukawa
Created December 5, 2018 13:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save makiharukawa/1a284aa7110657cc6421b09be2839a8a to your computer and use it in GitHub Desktop.
Save makiharukawa/1a284aa7110657cc6421b09be2839a8a to your computer and use it in GitHub Desktop.
[14:48:05] [main/INFO]: Loading tweak class name cpw.mods.fml.common.launcher.FMLTweaker
[14:48:05] [main/INFO]: Using primary tweak class name cpw.mods.fml.common.launcher.FMLTweaker
[14:48:05] [main/INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLTweaker
[14:48:05] [main/INFO]: Forge Mod Loader version 7.99.40.1614 for Minecraft 1.7.10 loading
[14:48:05] [main/INFO]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_51, running on Windows 10:amd64:10.0, installed at C:\Users\Barb\Documents\Curse\Minecraft\Install\runtime\jre-x64\1.8.0_51
[14:48:06] [main/INFO]: [AppEng] Core Init
[14:48:06] [main/WARN]: The coremod aroma1997.core.coremod.CoreMod does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[14:48:06] [main/INFO]: Loading tweaker me.guichaguri.betterfps.tweaker.BetterFpsTweaker from BetterFps-1.0.1.jar
[14:48:06] [main/WARN]: The coremod codechicken.core.launch.CodeChickenCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[14:48:07] [main/INFO]: [codechicken.core.launch.DepLoader$DepLoadInst:checkExisting:436]: Warning: version of MrTJPCore, 1.1.0.33 is newer than request 1.1.0.31
[14:48:07] [main/INFO]: [codechicken.core.launch.DepLoader$DepLoadInst:checkExisting:436]: Warning: version of ForgeMultipart, 1.2.0.345 is newer than request 1.1.0.309
[14:48:07] [main/WARN]: The coremod cofh.asm.LoadingPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[14:48:07] [main/INFO]: Loading tweaker fastcraft.Tweaker from fastcraft-1.23.jar
[14:48:07] [main/INFO]: Loading tweaker forestry.shade.javacheck.Java7Checker from forestry_1.7.10-4.2.16.64.jar
[14:48:07] [main/WARN]: The coremod codechicken.core.launch.DepLoader does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[14:48:07] [main/WARN]: The coremod mrtjp.relocation.asm.RelocationPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[14:48:08] [main/WARN]: The coremod ic2.core.coremod.IC2core does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[14:48:08] [main/WARN]: The coremod invtweaks.forge.asm.FMLPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[14:48:08] [main/WARN]: The coremod logisticspipes.asm.LogisticsPipesCoreLoader does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[14:48:08] [main/WARN]: The coremod mrtjp.core.handler.CorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[14:48:08] [main/WARN]: The coremod codechicken.nei.asm.NEICorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[14:48:08] [main/WARN]: The coremod openblocks.OpenBlocksCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[14:48:08] [main/WARN]: The coremod openmods.core.OpenModsCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[14:48:08] [main/INFO]: Adding PowerConverters to Transformer Exclusions list.
[14:48:08] [main/ERROR]: Coremod DepLoader: Unable to class load the plugin xreliquary.common.asm.DepLoader
java.lang.ClassNotFoundException: xreliquary.common.asm.DepLoader
at java.net.URLClassLoader.findClass(URLClassLoader.java:381) ~[?:1.8.0_51]
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:117) ~[launchwrapper-1.12.jar:?]
at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_51]
at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_51]
at java.lang.Class.forName0(Native Method) ~[?:1.8.0_51]
at java.lang.Class.forName(Class.java:348) ~[?:1.8.0_51]
at cpw.mods.fml.relauncher.CoreModManager.loadCoreMod(CoreModManager.java:460) [forge-1.7.10-10.13.4.1614-1.7.10.jar:?]
at cpw.mods.fml.relauncher.CoreModManager.discoverCoreMods(CoreModManager.java:389) [forge-1.7.10-10.13.4.1614-1.7.10.jar:?]
at cpw.mods.fml.relauncher.CoreModManager.handleLaunch(CoreModManager.java:221) [forge-1.7.10-10.13.4.1614-1.7.10.jar:?]
at cpw.mods.fml.relauncher.FMLLaunchHandler.setupHome(FMLLaunchHandler.java:90) [forge-1.7.10-10.13.4.1614-1.7.10.jar:?]
at cpw.mods.fml.relauncher.FMLLaunchHandler.setupClient(FMLLaunchHandler.java:67) [forge-1.7.10-10.13.4.1614-1.7.10.jar:?]
at cpw.mods.fml.relauncher.FMLLaunchHandler.configureForClientLaunch(FMLLaunchHandler.java:34) [forge-1.7.10-10.13.4.1614-1.7.10.jar:?]
at cpw.mods.fml.common.launcher.FMLTweaker.injectIntoClassLoader(FMLTweaker.java:126) [forge-1.7.10-10.13.4.1614-1.7.10.jar:?]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:115) [launchwrapper-1.12.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
[14:48:08] [main/WARN]: The coremod lumien.resourceloader.asm.LoadingPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[14:48:08] [main/WARN]: The coremod thaumcraft.codechicken.core.launch.DepLoader does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[14:48:08] [main/WARN]: The coremod codechicken.core.launch.DepLoader does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[14:48:08] [main/WARN]: The coremod thaumic.tinkerer.preloader.ThaumicTLoaderContainer does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[14:48:08] [main/WARN]: The coremod codechicken.core.launch.DepLoader does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[14:48:08] [main/INFO]: Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[14:48:08] [main/INFO]: Loading tweak class name me.guichaguri.betterfps.tweaker.BetterFpsTweaker
[14:48:08] [main/INFO]: Loading tweak class name fastcraft.Tweaker
[14:48:08] [main/INFO]: Loading tweak class name forestry.shade.javacheck.Java7Checker
[14:48:08] [main/INFO]: Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker
[14:48:08] [main/INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[14:48:08] [main/INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[14:48:08] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[14:48:11] [main/INFO]: Found valid fingerprint for Minecraft Forge. Certificate fingerprint e3c3d50c7c986df74c645c0ac54639741c90a557
[14:48:11] [main/INFO]: Found valid fingerprint for Minecraft. Certificate fingerprint cd99959656f753dc28d863b46769f7f8fbaefcfc
[14:48:11] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[14:48:11] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[14:48:11] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[14:48:12] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[14:48:12] [main/INFO]: Finished data injection.
[14:48:12] [main/INFO]: Finished data injection.
[14:48:12] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[14:48:12] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[14:48:12] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[14:48:12] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[14:48:12] [main/INFO]: Loaded library EJML-core-0.26.jar.
[14:48:12] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[14:48:12] [main/INFO]: Attempting to detect JVM version...
[14:48:12] [main/INFO]: Detected JVM: 1.8
[14:48:12] [main/INFO]: Starting library configuration...
[14:48:13] [main/INFO]: System attached to FML. Now intercepting all logging calls.
[14:48:13] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[14:48:13] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[14:48:13] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[14:48:13] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[14:48:13] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[14:48:13] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[14:48:13] [main/INFO]: [thaumcraft.codechicken.core.launch.DepLoader$DepLoadInst:checkExisting:459]: Warning: version of ForgeMultipart, 1.2.0.345 is newer than request 1.1.0.309
[14:48:13] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[14:48:13] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[14:48:13] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[14:48:13] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[14:48:13] [main/INFO]: Calling tweak class forestry.shade.javacheck.Java7Checker
[14:48:13] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[14:48:13] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[14:48:14] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[14:48:14] [main/INFO]: Calling tweak class me.guichaguri.betterfps.tweaker.BetterFpsTweaker
[14:48:14] [main/INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLDeobfTweaker
[14:48:14] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[14:48:14] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[14:48:15] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[14:48:15] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[14:48:15] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[14:48:15] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[14:48:15] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[14:48:15] [main/INFO]: Calling tweak class fastcraft.Tweaker
[14:48:15] [main/INFO]: FastCraft loaded.
[14:48:15] [main/INFO]: Loading tweak class name cpw.mods.fml.common.launcher.TerminalTweaker
[14:48:15] [main/INFO]: Calling tweak class cpw.mods.fml.common.launcher.TerminalTweaker
[14:48:15] [main/INFO]: Launching wrapped minecraft {net.minecraft.client.main.Main}
[14:48:16] [main/INFO]: Patching Game Start...
[14:48:17] [main/INFO]: func_146977_a(Lnet/minecraft/inventory/Slot;)V - Transformed
[14:48:17] [main/INFO]: func_146977_a_original(Lnet/minecraft/inventory/Slot;)V - New Method
[14:48:17] [main/INFO]: func_146977_a(Lnet/minecraft/inventory/Slot;)V - Invoke Virtual
[14:48:18] [main/INFO]: Setting user: NanaseYoshi
[14:48:19] [main/INFO]: Patching leaves.
[14:48:19] [main/INFO]: Found leaf Class: net/minecraft/block/BlockLeavesBase
[14:48:20] [main/INFO]: Transforming Class [net.minecraft.entity.projectile.EntityArrow], Method [func_70071_h_]
[14:48:20] [main/INFO]: Transforming net.minecraft.entity.projectile.EntityArrow Finished.
[14:48:21] [main/INFO]: Transforming Class [net.minecraft.item.ItemStack], Method [func_77953_t]
[14:48:21] [main/INFO]: Transforming net.minecraft.item.ItemStack Finished.
[14:48:22] [main/INFO]: InvTweaks: net.minecraft.inventory.Container
[14:48:22] [main/INFO]: InvTweaks: net.minecraft.inventory.ContainerFurnace
[14:48:22] [main/INFO]: Transforming Class [net.minecraft.inventory.ContainerFurnace], Method [func_82846_b]
[14:48:22] [main/INFO]: Transforming net.minecraft.inventory.ContainerFurnace Finished.
[14:48:22] [main/INFO]: Patching Minecraft using Riven's "Half" Algorithm
[14:48:23] [Client thread/INFO]: Patching Key Event...
[14:48:23] [Client thread/INFO]: LWJGL Version: 2.9.1
[14:48:26] [Client thread/INFO]: transforming: net.minecraft.client.renderer.RenderBlocks
[14:48:26] [Client thread/INFO]: blm net.minecraft.client.renderer.RenderBlocks b (Laji;III)Z
[14:48:27] [Client thread/INFO]: [cpw.mods.fml.client.SplashProgress:start:188]: ---- Minecraft Crash Report ----
// Daisy, daisy...
Time: 12/5/18 2:48 PM
Description: Loading screen debug info
This is just a prompt for computer specs to be printed. THIS IS NOT A ERROR
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- System Details --
Details:
Minecraft Version: 1.7.10
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_51, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 254858216 bytes (243 MB) / 506462208 bytes (483 MB) up to 8589934592 bytes (8192 MB)
JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx9216m -Xms256m -XX:PermSize=256m
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:
GL info: ' Vendor: 'Intel' Version: '4.4.0 - Build 20.19.15.4703' Renderer: 'Intel(R) HD Graphics 5500'
[14:48:27] [Client thread/INFO]: Attempting early MinecraftForge initialization
[14:48:27] [Client thread/INFO]: MinecraftForge v10.13.4.1614 Initialized
[14:48:28] [Client thread/INFO]: Replaced 183 ore recipies
[14:48:28] [Client thread/INFO]: Completed early MinecraftForge initialization
[14:48:28] [Client thread/INFO]: [AppEng] Core Init
[14:48:28] [Client thread/INFO]: Found 0 mods from the command line. Injecting into mod discoverer
[14:48:28] [Client thread/INFO]: Searching C:\Users\Barb\Documents\Curse\Minecraft\Instances\FTB Infinity Evolved\mods for mods
[14:48:28] [Client thread/INFO]: Also searching C:\Users\Barb\Documents\Curse\Minecraft\Instances\FTB Infinity Evolved\mods\1.7.10 for mods
[14:48:50] [Client thread/INFO]: Mod AppleCore is missing the required element 'name'. Substituting AppleCore
[14:48:50] [Client thread/WARN]: Mod Aroma1997CoreHelper is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.0.2.16
[14:48:50] [Client thread/WARN]: Mod Aroma1997sDimension is missing the required element 'version' and no fallback can be found. Substituting '1.0'.
[14:48:50] [Client thread/WARN]: Mod AromaBackup is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 0.1.0.0
[14:48:50] [Client thread/WARN]: Mod AromaBackupRecovery is missing the required element 'version' and no fallback can be found. Substituting '1.0'.
[14:48:50] [Client thread/WARN]: Mod Avaritia is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.11
[14:48:51] [Client thread/WARN]: Mod betterbuilderswands is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 0.8.1
[14:48:52] [Client thread/WARN]: Mod Botany is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 2.0-pre14
[14:48:52] [Client thread/WARN]: Mod BinnieCore is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 2.0-pre14
[14:48:52] [Client thread/WARN]: Mod ExtraBees is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 2.0-pre14
[14:48:53] [Client thread/WARN]: Mod ExtraTrees is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 2.0-pre14
[14:48:53] [Client thread/WARN]: Mod Genetics is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 2.0-pre14
[14:48:57] [Client thread/WARN]: 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.19
[14:48:58] [Client thread/WARN]: Mod cookingbook is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.0.140
[14:48:58] [Client thread/INFO]: Mod debug is missing the required element 'name'. Substituting debug
[14:48:58] [Client thread/WARN]: Mod debug is missing the required element 'version' and no fallback can be found. Substituting '1.0'.
[14:49:00] [Client thread/WARN]: Mod EnderStorage is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.4.7.37
[14:49:01] [Client thread/WARN]: Mod ExtraUtilities is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.2.12
[14:49:01] [Client thread/WARN]: Mod ForbiddenMagic is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.7.10-0.575
[14:49:11] [Client thread/WARN]: Mod tcinventoryscan is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.0.11
[14:49:13] [Client thread/WARN]: Mod Translocator is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.1.2.16
[14:49:13] [Client thread/INFO]: Attempting to reparse the mod container UsefulFood-1.7.10-1.4.5.jar
[14:49:14] [Client thread/WARN]: Mod WR-CBE|Core is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.4.1.9
[14:49:14] [Client thread/WARN]: Mod WR-CBE|Addons is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.4.1.9
[14:49:14] [Client thread/WARN]: Mod WR-CBE|Logic is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.4.1.9
[14:49:14] [Client thread/WARN]: Mod ForgeMicroblock is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.2.0.345
[14:49:15] [Client thread/WARN]: Mod ForgeMultipart is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.2.0.345
[14:49:15] [Client thread/WARN]: Mod McMultipart is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.2.0.345
[14:49:15] [Client thread/INFO]: Mod MCFrames is missing the required element 'name'. Substituting MCFrames
[14:49:15] [Client thread/WARN]: Mod MCFrames is missing the required element 'version' and no fallback can be found. Substituting '1.0'.
[14:49:15] [Client thread/WARN]: Mod ForgeRelocation is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 0.0.1.4
[14:49:15] [Client thread/WARN]: Mod RelocationFMP is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 0.0.1.2
[14:49:15] [Client thread/WARN]: Mod MrTJPCoreMod is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.1.0.33
[14:49:15] [Client thread/INFO]: Forge Mod Loader has identified 218 mods to load
[14:49:15] [Client thread/INFO]: Found mod(s) [GraviSuite] containing declared API package buildcraft.api.tools (owned by BuildCraftAPI|core) without associated API reference
[14:49:15] [Client thread/INFO]: Found mod(s) [ExtraUtilities] containing declared API package baubles.api (owned by Baubles) without associated API reference
[14:49:15] [Client thread/INFO]: Found mod(s) [EnderIO] containing declared API package com.cricketcraft.chisel.api (owned by chisel) without associated API reference
[14:49:15] [Client thread/INFO]: Found mod(s) [ImmersiveEngineering] containing declared API package cofh.api (owned by CoFHLib) without associated API reference
[14:49:15] [Client thread/INFO]: Found mod(s) [SolarExpansion] containing declared API package cofh.api.item (owned by CoFHAPI) without associated API reference
[14:49:15] [Client thread/INFO]: Found mod(s) [EnderIO] containing declared API package cofh.api.item (owned by CoFHAPI) without associated API reference
[14:49:15] [Client thread/INFO]: Found mod(s) [EnderTech] containing declared API package cofh.api.item (owned by CoFHAPI) without associated API reference
[14:49:15] [Client thread/INFO]: Found mod(s) [CoFHCore] containing declared API package cofh.api.item (owned by CoFHAPI) without associated API reference
[14:49:15] [Client thread/INFO]: Found mod(s) [ExtraUtilities] containing declared API package cofh.api.item (owned by CoFHAPI) without associated API reference
[14:49:15] [Client thread/INFO]: Found mod(s) [ImmersiveEngineering] containing declared API package cofh.api.item (owned by CoFHAPI) without associated API reference
[14:49:15] [Client thread/INFO]: Found mod(s) [RedstoneArsenal] containing declared API package ic2.api.tile (owned by IC2) without associated API reference
[14:49:18] [Client thread/WARN]: Mod MineFactoryReloaded|CompatAtum has been disabled through configuration
[14:49:18] [Client thread/WARN]: Mod MineFactoryReloaded|CompatBackTools has been disabled through configuration
[14:49:18] [Client thread/WARN]: Mod MineFactoryReloaded|CompatChococraft has been disabled through configuration
[14:49:18] [Client thread/WARN]: Mod MineFactoryReloaded|CompatExtraBiomes has been disabled through configuration
[14:49:18] [Client thread/WARN]: Mod MineFactoryReloaded|CompatProjRed has been disabled through configuration
[14:49:18] [Client thread/WARN]: Mod MineFactoryReloaded|CompatSufficientBiomes has been disabled through configuration
[14:49:19] [Client thread/INFO]: FML has found a non-mod file Binnie Patcher 1.8.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.
[14:49:19] [Client thread/INFO]: FML has found a non-mod file CoFHLib-[1.7.10]1.2.1-185.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.
[14:49:19] [Client thread/INFO]: FML has found a non-mod file mcjtylib-1.8.1.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.
[14:49:19] [Client thread/INFO]: FML has found a non-mod file Patcher.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.
[14:49:19] [Client thread/INFO]: FML has found a non-mod file CodeChickenLib-1.7.10-1.1.3.138-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.
[14:49:19] [Client thread/INFO]: FML has found a non-mod file commons-codec-1.9.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.
[14:49:19] [Client thread/INFO]: FML has found a non-mod file commons-compress-1.8.1.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.
[14:49:25] [Client thread/INFO]: Attempting connection with missing mods [mcp, FML, Forge, appliedenergistics2-core, Aroma1997Core, CodeChickenCore, NotEnoughItems, ThE-core, ThaumicTinkerer-preloader, ChocoPatcher, OpenModsCore, <CoFH ASM>, BinniePatcher, FastCraft, lucky, moEatableSwords, moSwords, fastfood, movillages, StartingInventory, ActuallyAdditions, additionalpipes, AgriCraft, aobd, AppleCore, appliedenergistics2, aquaticabyss, Aroma1997CoreHelper, Aroma1997sDimension, AromaBackup, AromaBackupRecovery, Avaritia, BattleTowers, bdlib, betterbuilderswands, BiblioCraft, BiblioWoodsBoP, BiblioWoodsForestry, BiblioWoodsNatura, BigReactors, Botany, BinnieCore, ExtraBees, ExtraTrees, Genetics, BiomesOPlenty, birdsfoods, blockarmor, AWWayofTime, Botania, BrandonsCore, BuildCraft|Core, BuildCraft|Transport, BuildCraft|Factory, BuildCraft|Silicon, BuildCraft|Robotics, BuildCraft|Energy, BuildCraft|Builders, BuildCraft|Compat, bcadditions, ChickenChunks, chisel, CoFHCore, ComputerCraft, cookingbook, MineTweaker3, creeperhost, CustomMainMenu, PTRModelLib, props, debug, denseores, dldungeonsjdg, DraconicEvolution, druidry, endercore, EnderIO, EnderStorage, EnderTech, EnderZoo, eureka, emf, golems, ExtraTiC, ExtraUtilities, extremefoodmod, fastleafdecay, FoodExpansion, ForbiddenMagic, Forestry, FTBL, FTBT, FTBU, funkylocomotion, gendustry, advgenerators, GraviSuite, guideapi, Hats, HatStand, headcrumbs, HopperDuctMod, HardcoreQuesting, HungerInPeace, IC2NuclearControl, iChunUtil, ImmersiveEngineering, immersiveintegration, IC2, inpure|core, InventoryPets, inventorytweaks, IronChest, JABBA, journeymap, KeepingInventory, LogisticsPipes, LotsOfFood, Mantle, MineFactoryReloaded, MineFactoryReloaded|CompatAppliedEnergistics, MineFactoryReloaded|CompatBuildCraft, MineFactoryReloaded|CompatForestry, MineFactoryReloaded|CompatForgeMicroblock, MineFactoryReloaded|CompatIC2, MineFactoryReloaded|CompatRailcraft, MineFactoryReloaded|CompatThaumcraft, MineFactoryReloaded|CompatThermalExpansion, MineFactoryReloaded|CompatTConstruct, MineFactoryReloaded|CompatTwilightForest, MineFactoryReloaded|CompatVanilla, modtweaker2, Morpheus, MouseTweaks, cfm, Mystcraft, Natura, NEIAddons, NEIAddons|Developer, NEIAddons|AppEng, NEIAddons|Botany, NEIAddons|Forestry, NEIAddons|CraftingTables, NEIAddons|ExNihilo, neiintegration, NetherOres, neresources, OpenBlocks, OpenMods, OpenPeripheral, OpenPeripheralCore, OpenPeripheralIntegration, OreSpawn, harvestthenether, harvestcraft, PowerConverters3, Railcraft, RedstoneArsenal, xreliquary, libsandstone, ResourceLoader, Roguelike, runicdungeons, simplyjetpacks, SolarExpansion, SpiceOfLife, springboards, stabilizermod, StevesWorkshop, StorageDrawers, StorageDrawersBop, StorageDrawersForestry, StorageDrawersMisc, StorageDrawersNatura, tcinventoryscan, TConstruct, Thaumcraft, thaumcraftneiplugin, thaumicenergistics, ThaumicExploration, ThaumicTinkerer, ThermalDynamics, ThermalExpansion, ThermalFoundation, thermaltinkering, TiCTooltips, tinker_io, tinkersdefense, TMechworks, Translocator, TwilightForest, UsefulFood, VeinMiner, VeinMinerModSupport, Waila, WailaHarvestability, wawla, witchery, wolfarmor, WR-CBE|Core, WR-CBE|Addons, WR-CBE|Logic, XaeroMinimap, bspkrsCore, Baubles, ForgeMicroblock, ForgeMultipart, McMultipart, MCFrames, ForgeRelocation, RelocationFMP, MrTJPCoreMod] at CLIENT
[14:49:25] [Client thread/INFO]: Attempting connection with missing mods [mcp, FML, Forge, appliedenergistics2-core, Aroma1997Core, CodeChickenCore, NotEnoughItems, ThE-core, ThaumicTinkerer-preloader, ChocoPatcher, OpenModsCore, <CoFH ASM>, BinniePatcher, FastCraft, lucky, moEatableSwords, moSwords, fastfood, movillages, StartingInventory, ActuallyAdditions, additionalpipes, AgriCraft, aobd, AppleCore, appliedenergistics2, aquaticabyss, Aroma1997CoreHelper, Aroma1997sDimension, AromaBackup, AromaBackupRecovery, Avaritia, BattleTowers, bdlib, betterbuilderswands, BiblioCraft, BiblioWoodsBoP, BiblioWoodsForestry, BiblioWoodsNatura, BigReactors, Botany, BinnieCore, ExtraBees, ExtraTrees, Genetics, BiomesOPlenty, birdsfoods, blockarmor, AWWayofTime, Botania, BrandonsCore, BuildCraft|Core, BuildCraft|Transport, BuildCraft|Factory, BuildCraft|Silicon, BuildCraft|Robotics, BuildCraft|Energy, BuildCraft|Builders, BuildCraft|Compat, bcadditions, ChickenChunks, chisel, CoFHCore, ComputerCraft, cookingbook, MineTweaker3, creeperhost, CustomMainMenu, PTRModelLib, props, debug, denseores, dldungeonsjdg, DraconicEvolution, druidry, endercore, EnderIO, EnderStorage, EnderTech, EnderZoo, eureka, emf, golems, ExtraTiC, ExtraUtilities, extremefoodmod, fastleafdecay, FoodExpansion, ForbiddenMagic, Forestry, FTBL, FTBT, FTBU, funkylocomotion, gendustry, advgenerators, GraviSuite, guideapi, Hats, HatStand, headcrumbs, HopperDuctMod, HardcoreQuesting, HungerInPeace, IC2NuclearControl, iChunUtil, ImmersiveEngineering, immersiveintegration, IC2, inpure|core, InventoryPets, inventorytweaks, IronChest, JABBA, journeymap, KeepingInventory, LogisticsPipes, LotsOfFood, Mantle, MineFactoryReloaded, MineFactoryReloaded|CompatAppliedEnergistics, MineFactoryReloaded|CompatBuildCraft, MineFactoryReloaded|CompatForestry, MineFactoryReloaded|CompatForgeMicroblock, MineFactoryReloaded|CompatIC2, MineFactoryReloaded|CompatRailcraft, MineFactoryReloaded|CompatThaumcraft, MineFactoryReloaded|CompatThermalExpansion, MineFactoryReloaded|CompatTConstruct, MineFactoryReloaded|CompatTwilightForest, MineFactoryReloaded|CompatVanilla, modtweaker2, Morpheus, MouseTweaks, cfm, Mystcraft, Natura, NEIAddons, NEIAddons|Developer, NEIAddons|AppEng, NEIAddons|Botany, NEIAddons|Forestry, NEIAddons|CraftingTables, NEIAddons|ExNihilo, neiintegration, NetherOres, neresources, OpenBlocks, OpenMods, OpenPeripheral, OpenPeripheralCore, OpenPeripheralIntegration, OreSpawn, harvestthenether, harvestcraft, PowerConverters3, Railcraft, RedstoneArsenal, xreliquary, libsandstone, ResourceLoader, Roguelike, runicdungeons, simplyjetpacks, SolarExpansion, SpiceOfLife, springboards, stabilizermod, StevesWorkshop, StorageDrawers, StorageDrawersBop, StorageDrawersForestry, StorageDrawersMisc, StorageDrawersNatura, tcinventoryscan, TConstruct, Thaumcraft, thaumcraftneiplugin, thaumicenergistics, ThaumicExploration, ThaumicTinkerer, ThermalDynamics, ThermalExpansion, ThermalFoundation, thermaltinkering, TiCTooltips, tinker_io, tinkersdefense, TMechworks, Translocator, TwilightForest, UsefulFood, VeinMiner, VeinMinerModSupport, Waila, WailaHarvestability, wawla, witchery, wolfarmor, WR-CBE|Core, WR-CBE|Addons, WR-CBE|Logic, XaeroMinimap, bspkrsCore, Baubles, ForgeMicroblock, ForgeMultipart, McMultipart, MCFrames, ForgeRelocation, RelocationFMP, MrTJPCoreMod] at SERVER
[14:49:31] [Client thread/INFO]: transforming: net.minecraft.client.renderer.tileentity.TileEntityRendererDispatcher
[14:49:31] [Client thread/INFO]: bmk net.minecraft.client.renderer.tileentity.TileEntityRendererDispatcher a (Laor;F)V
[14:49:34] [Client thread/INFO]: Transforming Class (thaumcraft.client.renderers.entity.RenderGolemBase)
[14:49:43] [Client thread/INFO]: Succeeded in transforming binnie.extratrees.block.decor.BlockFence
[14:49:43] [Client thread/INFO]: Hello Minecraft!!!
[14:49:47] [Client thread/INFO]: Hello Minecraft!!!
[14:49:50] [Client thread/INFO]: Natura, what are we going to do tomorrow night?
[14:49:50] [Client thread/INFO]: TConstruct, we're going to take over the world!
[14:49:51] [Client thread/INFO]: Suceeded in transforming GraviSuite (3 recipe items)
[14:49:51] [Client thread/INFO]: Suceeded in transforming BlockRelocatorPortal
[14:49:51] [Client thread/INFO]: Suceeded in transforming ItemSimpleItems
[14:49:51] [Client thread/INFO]: Suceeded in transforming ClientTickHandler
[14:49:51] [Client thread/INFO]: Suceeded in transforming KeyboardClient
[14:49:55] [Client thread/INFO]: openperipheral.ApiSetup.installProviderAccess(ApiSetup.java:84): OPC API v. 3.4.2 provideded by OpenPeripheralCore, (ApiAccess source: jar:file:/C:/Users/Barb/Documents/Curse/Minecraft/Instances/FTB%20Infinity%20Evolved/mods/OpenPeripheralCore-1.7.10-1.4.jar!/openperipheral/api/ApiAccess.class)
[14:49:57] [Client thread/INFO]: There was supposed to be something witty here, I'm sorry.
[14:49:58] [Client thread/INFO]: Transforming Class (thaumcraft.api.aspects.Aspect)
[14:50:01] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Not Enough Items, FMLFileResourcePack:Lucky Block, FMLFileResourcePack:moSwords Mod Eatables, FMLFileResourcePack:Mo Swords Mod, FMLFileResourcePack:Fast Food, FMLFileResourcePack:Mo' Villages, FMLFileResourcePack:StartingInventory, FMLFileResourcePack:Actually Additions, FMLFileResourcePack:Additional Pipes, FMLFileResourcePack:AgriCraft, FMLFileResourcePack:Another One Bites The Dust, FMLFileResourcePack:AppleCore, FMLFileResourcePack:Applied Energistics 2, FMLFileResourcePack:Aquatic Abyss, FMLFileResourcePack:Aroma1997Core|Helper, FMLFileResourcePack:Aroma1997's Dimensional World, FMLFileResourcePack:AromaBackup, FMLFileResourcePack:AromaBackup Recovery, FMLFileResourcePack:Avaritia, FMLFileResourcePack:Battle Towers, FMLFileResourcePack:BD Lib, FMLFileResourcePack:Better Builder's Wands, FMLFileResourcePack:BiblioCraft, FMLFileResourcePack:BiblioWoods Biomes O'Plenty Edition, FMLFileResourcePack:BiblioWoods Forestry Edition, FMLFileResourcePack:BiblioWoods Natura Edition, FMLFileResourcePack:Big Reactors, FMLFileResourcePack:Botany, FMLFileResourcePack:Binnie Core, FMLFileResourcePack:Extra Bees, FMLFileResourcePack:Extra Trees, FMLFileResourcePack:Genetics, FMLFileResourcePack:Biomes O' Plenty, FMLFileResourcePack:Bird's Foods, FMLFileResourcePack:Block Armor, FMLFileResourcePack:Blood Magic: Alchemical Wizardry, FMLFileResourcePack:Botania, FMLFileResourcePack:Brandon's Core, FMLFileResourcePack:BuildCraft, FMLFileResourcePack:BC Transport, FMLFileResourcePack:BC Factory, FMLFileResourcePack:BC Silicon, FMLFileResourcePack:BC Robotics, FMLFileResourcePack:BC Energy, FMLFileResourcePack:BC Builders, FMLFileResourcePack:BuildCraft Compat, FMLFileResourcePack:BuildCraft Additions, FMLFileResourcePack:ChickenChunks, FMLFileResourcePack:Chisel, FMLFileResourcePack:CoFH Core, FMLFileResourcePack:ComputerCraft, FMLFileResourcePack:Cooking for Blockheads, FMLFileResourcePack:MineTweaker 3, FMLFileResourcePack:CreeperHost, FMLFileResourcePack:Custom Main Menu, FMLFileResourcePack:PTRModelLib, FMLFileResourcePack:Decocraft, FMLFileResourcePack:debug, FMLFileResourcePack:Dense Ores, FMLFileResourcePack:Doomlike Dungeons, FMLFileResourcePack:Draconic Evolution, FMLFileResourcePack:ァ2Druidry, FMLFileResourcePack:EnderCore, FMLFileResourcePack:Ender IO, FMLFileResourcePack:EnderStorage, FMLFileResourcePack:EnderTech, FMLFileResourcePack:Ender Zoo, FMLFileResourcePack:Eureka, FMLFileResourcePack:EvenMoreFood, FMLFileResourcePack:Extra Golems, FMLFileResourcePack:ExtraTiC, FMLFileResourcePack:Extra Utilities, FMLFileResourcePack:Extreme Food, FMLFileResourcePack:Fast Leaf Decay, FMLFileResourcePack:Food Expansion, FMLFileResourcePack:Forbidden Magic, FMLFileResourcePack:Forestry for Minecraft, FMLFileResourcePack:FTBLib, FMLFileResourcePack:FTB Tweaks, FMLFileResourcePack:FTBUtilities, FMLFileResourcePack:Funky Locomotion, FMLFileResourcePack:GenDustry, FMLFileResourcePack:Advanced Generators, FMLFileResourcePack:Graviation Suite, FMLFileResourcePack:Guide-API, FMLFileResourcePack:Hats, FMLFileResourcePack:HatStand, FMLFileResourcePack:Headcrumbs, FMLFileResourcePack:Hopper Ducts, FMLFileResourcePack:Hardcore Questing Mode, FMLFileResourcePack:Hunger In Peace, FMLFileResourcePack:Nuclear Control 2, FMLFileResourcePack:iChunUtil, FMLFileResourcePack:Immersive Engineering, FMLFileResourcePack:Immersive Integration, FMLFileResourcePack:IndustrialCraft 2, FMLFileResourcePack:INpureCore, FMLFileResourcePack:Inventory Pets, FMLFileResourcePack:Inventory Tweaks, FMLFileResourcePack:Iron Chest, FMLFileResourcePack:JABBA, FMLFileResourcePack:JourneyMap, FMLFileResourcePack:Keeping Inventory, FMLFileResourcePack:Logistics Pipes, FMLFileResourcePack:Lots of Food, FMLFileResourcePack:Mantle, FMLFileResourcePack:MineFactory Reloaded, FMLFileResourcePack:MFR Compat: Applied Energistics, FMLFileResourcePack:MFR Compat: BuildCraft, FMLFileResourcePack:MFR Compat: Forestry, FMLFileResourcePack:MFR Compat: ForgeMicroblock, FMLFileResourcePack:MFR Compat: IC2, FMLFileResourcePack:MFR Compat: Railcraft, FMLFileResourcePack:MFR Compat: Thaumcraft, FMLFileResourcePack:MFR Compat: Thermal Expansion, FMLFileResourcePack:MFR Compat: Tinkers' Construct, FMLFileResourcePack:MFR Compat: TwilightForest, FMLFileResourcePack:MFR Compat: Vanilla, FMLFileResourcePack:Mod Tweaker 2, FMLFileResourcePack:Morpheus, FMLFileResourcePack:Mouse Tweaks, FMLFileResourcePack:ァ9MrCrayfish's Furniture Mod, FMLFileResourcePack:Mystcraft, FMLFileResourcePack:Natura, FMLFileResourcePack:NEI Addons, FMLFileResourcePack:NEI Addons: Developer Tools, FMLFileResourcePack:NEI Addons: Applied Energistics 2, FMLFileResourcePack:NEI Addons: Botany, FMLFileResourcePack:NEI Addons: Forestry, FMLFileResourcePack:NEI Addons: Crafting Tables, FMLFileResourcePack:NEI Addons: Ex Nihilo, FMLFileResourcePack:NEI Integration, FMLFileResourcePack:Nether Ores, FMLFileResourcePack:Not Enough Resources, FMLFileResourcePack:OpenBlocks, FMLFileResourcePack:OpenMods, FMLFileResourcePack:OpenPeripheralAddons, FMLFileResourcePack:OpenPeripheralCore, FMLFileResourcePack:OpenPeripheralIntegration, FMLFileResourcePack:OreSpawn, FMLFileResourcePack:Pam's Harvest the Nether, FMLFileResourcePack:Pam's HarvestCraft, FMLFileResourcePack:Power Converters 3, FMLFileResourcePack:Railcraft, FMLFileResourcePack:Redstone Arsenal, FMLFileResourcePack:Reliquary, FMLFileResourcePack:libsandstone, FMLFileResourcePack:Resource Loader, FMLFileResourcePack:Roguelike Dungeons, FMLFileResourcePack:Runic Dungeons, FMLFileResourcePack:Simply Jetpacks, FMLFileResourcePack:Solar Expansion, FMLFileResourcePack:The Spice of Life, FMLFileResourcePack:Spring Boards, FMLFileResourcePack:stabilizermod, FMLFileResourcePack:Steve's Workshop, FMLFileResourcePack:Storage Drawers, FMLFileResourcePack:Storage Drawers: Biomes O' Plenty Pack, FMLFileResourcePack:Storage Drawers: Forestry Pack, FMLFileResourcePack:Storage Drawers: Misc Pack, FMLFileResourcePack:Storage Drawers: Natura Pack, FMLFileResourcePack:TC Inventory Scanning, FMLFileResourcePack:Tinkers' Construct, FMLFileResourcePack:Thaumcraft, FMLFileResourcePack:Thaumcraft NEI Plugin, FMLFileResourcePack:Thaumic Energistics, FMLFileResourcePack:Thaumic Exploration, FMLFileResourcePack:Thaumic Tinkerer, FMLFileResourcePack:Thermal Dynamics, FMLFileResourcePack:Thermal Expansion, FMLFileResourcePack:Thermal Foundation, FMLFileResourcePack:Thermal Tinkering, FMLFileResourcePack:TiC Tooltips, FMLFileResourcePack:Tinker I/O, FMLFileResourcePack:Tinkers' Defense, FMLFileResourcePack:Tinkers' Mechworks, FMLFileResourcePack:Translocator, FMLFileResourcePack:The Twilight Forest, FMLFileResourcePack:UsefulFood, FMLFileResourcePack:Vein Miner, FMLFileResourcePack:Mod Support, FMLFileResourcePack:Waila, FMLFileResourcePack:Waila Harvestability, FMLFileResourcePack:What Are We Looking At, FMLFileResourcePack:Witchery, FMLFileResourcePack:Wolf Armor and Storage, FMLFileResourcePack:WR-CBE Core, FMLFileResourcePack:WR-CBE Addons, FMLFileResourcePack:WR-CBE Logic, FMLFileResourcePack:Xaero's Minimap, FMLFileResourcePack:bspkrsCore, FMLFileResourcePack:Baubles, FMLFileResourcePack:Forge Microblocks, FMLFileResourcePack:Forge Multipart, FMLFileResourcePack:Minecraft Multipart Plugin, FMLFileResourcePack:MCFrames, FMLFileResourcePack:ForgeRelocation, FMLFileResourcePack:RelocationFMP, FMLFileResourcePack:MrTJPCore
[14:50:02] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: alchemicalwizardryBooks in C:\Users\Barb\Documents\Curse\Minecraft\Instances\FTB Infinity Evolved\mods\BloodMagic-1.7.10-1.3.3-17.jar
[14:50:02] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: alchemicalwizardryBooks in C:\Users\Barb\Documents\Curse\Minecraft\Instances\FTB Infinity Evolved\mods\BloodMagic-1.7.10-1.3.3-17.jar
[14:50:02] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: alchemicalwizardryBooks in C:\Users\Barb\Documents\Curse\Minecraft\Instances\FTB Infinity Evolved\mods\BloodMagic-1.7.10-1.3.3-17.jar
[14:50:02] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: alchemicalwizardryBooks in C:\Users\Barb\Documents\Curse\Minecraft\Instances\FTB Infinity Evolved\mods\BloodMagic-1.7.10-1.3.3-17.jar
[14:50:02] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: alchemicalwizardryBooks in C:\Users\Barb\Documents\Curse\Minecraft\Instances\FTB Infinity Evolved\mods\BloodMagic-1.7.10-1.3.3-17.jar
[14:50:02] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: alchemicalwizardryBooks in C:\Users\Barb\Documents\Curse\Minecraft\Instances\FTB Infinity Evolved\mods\BloodMagic-1.7.10-1.3.3-17.jar
[14:50:03] [Client thread/INFO]: Processing ObjectHolder annotations
[14:50:04] [Client thread/INFO]: Found 468 ObjectHolder annotations
[14:50:04] [Client thread/INFO]: Identifying ItemStackHolder annotations
[14:50:04] [Client thread/INFO]: Found 0 ItemStackHolder annotations
[14:50:04] [Client thread/INFO]: Configured a dormant chunk cache size of 0
[14:50:04] [Client thread/INFO]: Logger initialized.
[14:50:04] [Client thread/INFO]: Finished Pre-initialization.
[14:50:04] [Client thread/INFO]: FastCraft 1.23 loaded.
[14:50:05] [Thread-10/INFO]: You are using the latest suitable version.
[14:50:06] [Client thread/INFO]: [mo_swords.moSwordsHelper:registerItems:88]: public static net.minecraft.item.Item mo_swords.moSwordsEatableMain.licoriceSword
[14:50:06] [Client thread/INFO]: [mo_swords.moSwordsHelper:registerItems:88]: public static net.minecraft.item.Item mo_swords.moSwordsEatableMain.appleSword
[14:50:06] [Client thread/INFO]: [mo_swords.moSwordsHelper:registerItems:88]: public static net.minecraft.item.Item mo_swords.moSwordsEatableMain.breadSword
[14:50:06] [Client thread/INFO]: [mo_swords.moSwordsHelper:registerItems:88]: public static net.minecraft.item.Item mo_swords.moSwordsEatableMain.fishSword
[14:50:06] [Client thread/INFO]: [mo_swords.moSwordsHelper:registerItems:88]: public static net.minecraft.item.Item mo_swords.moSwordsEatableMain.porkSword
[14:50:06] [Client thread/INFO]: [mo_swords.moSwordsHelper:registerItems:88]: public static net.minecraft.item.Item mo_swords.moSwordsEatableMain.sugarSword
[14:50:06] [Client thread/INFO]: [mo_swords.moSwordsHelper:registerItems:88]: public static net.minecraft.item.Item mo_swords.moSwordsEatableMain.melonSword
[14:50:06] [Client thread/INFO]: [mo_swords.moSwordsHelper:registerItems:88]: public static net.minecraft.item.Item mo_swords.moSwordsEatableMain.steakSword
[14:50:06] [Client thread/INFO]: [mo_swords.moSwordsHelper:registerItems:88]: public static net.minecraft.item.Item mo_swords.moSwordsEatableMain.chikenSword
[14:50:06] [Client thread/INFO]: [mo_swords.moSwordsHelper:registerItems:88]: public static net.minecraft.item.Item mo_swords.moSwordsEatableMain.cookieSword
[14:50:06] [Client thread/INFO]: [mo_swords.moSwordsHelper:registerItems:88]: public static net.minecraft.item.Item mo_swords.moSwordsEatableMain.karotSword
[14:50:06] [Client thread/INFO]: [mo_swords.moSwordsHelper:registerItems:88]: public static net.minecraft.item.Item mo_swords.moSwordsEatableMain.potatoSword
[14:50:06] [Client thread/INFO]: [mo_swords.moSwordsHelper:registerItems:88]: public static net.minecraft.item.Item mo_swords.moSwordsEatableMain.licorice
[14:50:06] [Client thread/INFO]: [mo_swords.moSwordsHelper:registerItems:88]: public static net.minecraft.item.Item mo_swords.moSwordsEatableMain.goldenAplleSword
[14:50:06] [Client thread/INFO]: [mo_swords.moSwordsHelper:registerItems:88]: public static net.minecraft.item.Item mo_swords.moSwordsMain.drachentoeter
[14:50:06] [Client thread/INFO]: [mo_swords.moSwordsHelper:registerItems:88]: public static net.minecraft.item.Item mo_swords.moSwordsMain.dtGriff
[14:50:06] [Client thread/INFO]: [mo_swords.moSwordsHelper:registerItems:88]: public static net.minecraft.item.Item mo_swords.moSwordsMain.dtKlinge
[14:50:06] [Client thread/INFO]: [mo_swords.moSwordsHelper:registerItems:88]: public static net.minecraft.item.Item mo_swords.moSwordsMain.iceSword
[14:50:06] [Client thread/INFO]: [mo_swords.moSwordsHelper:registerItems:88]: public static net.minecraft.item.Item mo_swords.moSwordsMain.fireSword
[14:50:06] [Client thread/INFO]: [mo_swords.moSwordsHelper:registerItems:88]: public static net.minecraft.item.Item mo_swords.moSwordsMain.lightningSword
[14:50:06] [Client thread/INFO]: [mo_swords.moSwordsHelper:registerItems:88]: public static net.minecraft.item.Item mo_swords.moSwordsMain.earthSword
[14:50:06] [Client thread/INFO]: [mo_swords.moSwordsHelper:registerItems:88]: public static net.minecraft.item.Item mo_swords.moSwordsMain.aura
[14:50:06] [Client thread/INFO]: [mo_swords.moSwordsHelper:registerItems:88]: public static net.minecraft.item.Item mo_swords.moSwordsMain.doomSword
[14:50:06] [Client thread/INFO]: [mo_swords.moSwordsHelper:registerItems:88]: public static net.minecraft.item.Item mo_swords.moSwordsMain.baseball
[14:50:06] [Client thread/INFO]: [mo_swords.moSwordsHelper:registerItems:88]: public static net.minecraft.item.Item mo_swords.moSwordsMain.tousandDown
[14:50:06] [Client thread/INFO]: [mo_swords.moSwordsHelper:registerItems:88]: public static net.minecraft.item.Item mo_swords.moSwordsMain.paperSword
[14:50:06] [Client thread/INFO]: [mo_swords.moSwordsHelper:registerItems:88]: public static net.minecraft.item.Item mo_swords.moSwordsMain.damastGladius
[14:50:06] [Client thread/INFO]: [mo_swords.moSwordsHelper:registerItems:88]: public static net.minecraft.item.Item mo_swords.moSwordsMain.obsidianSword
[14:50:06] [Client thread/INFO]: [mo_swords.moSwordsHelper:registerItems:88]: public static net.minecraft.item.Item mo_swords.moSwordsMain.damastNormal
[14:50:06] [Client thread/INFO]: [mo_swords.moSwordsHelper:registerItems:88]: public static net.minecraft.item.Item mo_swords.moSwordsMain.ninjaSword
[14:50:06] [Client thread/INFO]: [mo_swords.moSwordsHelper:registerItems:88]: public static net.minecraft.item.Item mo_swords.moSwordsMain.saebel
[14:50:06] [Client thread/INFO]: [mo_swords.moSwordsHelper:registerItems:88]: public static net.minecraft.item.Item mo_swords.moSwordsMain.creditsBook
[14:50:06] [Client thread/INFO]: [mo_swords.moSwordsHelper:registerItems:88]: public static net.minecraft.item.Item mo_swords.moSwordsMain.obsidianBarren
[14:50:06] [Client thread/INFO]: [mo_swords.moSwordsHelper:registerItems:88]: public static net.minecraft.item.Item mo_swords.moSwordsMain.fischOel
[14:50:06] [Client thread/INFO]: [mo_swords.moSwordsHelper:registerItems:88]: public static net.minecraft.item.Item mo_swords.moSwordsMain.spezialStick
[14:50:06] [Client thread/INFO]: [mo_swords.moSwordsHelper:registerItems:88]: public static net.minecraft.item.Item mo_swords.moSwordsMain.damastzenerBarren
[14:50:06] [Client thread/INFO]: [mo_swords.moSwordsHelper:registerItems:88]: public static net.minecraft.item.Item mo_swords.moSwordsMain.damastzenerBarrenGlowing
[14:50:06] [Client thread/INFO]: [mo_swords.moSwordsHelper:registerItems:88]: public static net.minecraft.item.Item mo_swords.moSwordsMain.spezialGlass
[14:50:06] [Client thread/INFO]: [mo_swords.moSwordsHelper:registerItems:88]: public static net.minecraft.item.Item mo_swords.moSwordsMain.stich
[14:50:06] [Client thread/INFO]: [mo_swords.moSwordsHelper:registerItems:88]: public static net.minecraft.item.Item mo_swords.moSwordsMain.coalSword
[14:50:06] [Client thread/INFO]: [mo_swords.moSwordsHelper:registerItems:88]: public static net.minecraft.item.Item mo_swords.moSwordsMain.smaragt
[14:50:06] [Client thread/INFO]: [mo_swords.moSwordsHelper:registerItems:88]: public static net.minecraft.item.Item mo_swords.moSwordsMain.knife
[14:50:06] [Client thread/INFO]: [mo_swords.moSwordsHelper:registerItems:88]: public static net.minecraft.item.Item mo_swords.moSwordsMain.meteorIngot
[14:50:06] [Client thread/INFO]: [mo_swords.moSwordsHelper:registerItems:88]: public static net.minecraft.item.Item mo_swords.moSwordsMain.meteorSword
[14:50:06] [Client thread/INFO]: [mo_swords.moSwordsHelper:registerItems:88]: public static net.minecraft.item.Item mo_swords.moSwordsMain.boneSword
[14:50:06] [Client thread/INFO]: [mo_swords.moSwordsHelper:registerItems:88]: public static net.minecraft.item.Item mo_swords.moSwordsMain.doubleBlade
[14:50:06] [Client thread/INFO]: [mo_swords.moSwordsHelper:registerItems:88]: public static net.minecraft.item.Item mo_swords.moSwordsMain.slimeSword
[14:50:06] [Client thread/INFO]: [mo_swords.moSwordsHelper:registerItems:88]: public static net.minecraft.item.Item mo_swords.moSwordsMain.didntMeSword
[14:50:06] [Client thread/INFO]: [mo_swords.moSwordsHelper:registerItems:88]: public static net.minecraft.item.Item mo_swords.moSwordsMain.enderSword
[14:50:06] [Client thread/INFO]: [mo_swords.moSwordsHelper:registerItems:88]: public static net.minecraft.item.Item mo_swords.moSwordsMain.rocketSword
[14:50:06] [Client thread/INFO]: Pre Initialization Complete!
[14:50:06] [Client thread/INFO]: [MoVillages] Generated Village Customization Config!
[14:50:07] [Client thread/INFO]: Registering Default Templates.
[14:50:07] [Client thread/INFO]: Registering default generators
[14:50:07] [Client thread/INFO]: Complete
[14:50:07] [Client thread/INFO]: Starting BuildCraft 7.1.23
[14:50:07] [Client thread/INFO]: Copyright (c) the BuildCraft team, 2011-2017
[14:50:07] [Client thread/INFO]: http://www.mod-buildcraft.com
[14:50:09] [Client thread/INFO]: Starting PreInitialization Phase...
[14:50:09] [Client thread/INFO]: Grabbing Configurations...
[14:50:10] [Client thread/INFO]: Initializing Tool Materials...
[14:50:10] [Client thread/INFO]: Initializing Armor Materials...
[14:50:10] [CoFHUpdater:CoFHCore/ERROR]: Update check for CoFH Core failed.
java.io.FileNotFoundException: https://raw.githubusercontent.com/CoFH/VERSION/master/CoFHCore
at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1835) ~[?:1.8.0_51]
at sun.net.www.protocol.http.HttpURLConnection.access$200(HttpURLConnection.java:90) ~[?:1.8.0_51]
at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1432) ~[?:1.8.0_51]
at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1430) ~[?:1.8.0_51]
at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_51]
at java.security.AccessController.doPrivileged(AccessController.java:713) ~[?:1.8.0_51]
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1429) ~[?:1.8.0_51]
at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:254) ~[?:1.8.0_51]
at java.net.URL.openStream(URL.java:1038) ~[?:1.8.0_51]
at cofh.mod.updater.UpdateCheckThread.run(UpdateCheckThread.java:55) [UpdateCheckThread.class:?]
[14:50:10] [Client thread/INFO]: Initializing Blocks...
[14:50:10] [Client thread/WARN]: Oil Fluid from Actually Additions is not getting used as it has already been registered by another Mod! If this causes Issues (which it shouldn't!), you can turn this off in the Config File!
[14:50:10] [Client thread/WARN]: Oil Block from Actually Additions is not getting used as it has already been registered by another Mod! If this causes Issues (which it shouldn't!), you can turn this off in the Config File!
[14:50:10] [Client thread/INFO]: Initializing Items...
[14:50:10] [Client thread/INFO]: Initializing Fuelstuffs...
[14:50:10] [Client thread/INFO]: Initializing Update Checker...
[14:50:10] [ActuallyAdditions Update Checker/INFO]: Starting Update Check...
[14:50:10] [Client thread/INFO]: PreInitializing ClientProxy...
[14:50:10] [Client thread/INFO]: PreInitialization Finished.
[14:50:11] [ActuallyAdditions Update Checker/INFO]: Update Check done!
[14:50:11] [ActuallyAdditions Update Checker/INFO]: There is an Update for Actually Additions available!
[14:50:11] [ActuallyAdditions Update Checker/INFO]: Current Version: 1.7.10-r21, newest Version: 1.12.2-r143!
[14:50:11] [ActuallyAdditions Update Checker/INFO]: View the Changelog at http://ellpeck.de/actaddchangelog/
[14:50:11] [ActuallyAdditions Update Checker/INFO]: Download at http://minecraft.curseforge.com/mc-mods/228404-actually-additions/files
[14:50:12] [Client thread/INFO]: Mantle (1.7.10-0.3.2.jenkins191) -- Preparing for launch.
[14:50:12] [Client thread/INFO]: Entering preinitialization phase.
[14:50:12] [Client thread/INFO]: Loading configuration from disk.
[14:50:12] [Client thread/INFO]: Configuration load completed.
[14:50:12] [Client thread/INFO]: Patching leaves.
[14:50:12] [Client thread/INFO]: Found leaf Class: mods/natura/blocks/trees/NLeaves
[14:50:12] [Client thread/INFO]: Skipping Pulse Natura TreeCapitator Compatibility; missing dependency: Treecapitator
[14:50:15] [Client thread/INFO]: Transforming Class [net.minecraft.enchantment.EnchantmentHelper], Method [func_77513_b]
[14:50:15] [Client thread/INFO]: Transforming net.minecraft.enchantment.EnchantmentHelper Finished.
[14:50:17] [Client thread/INFO]: Module Erebus Plugin failed to load: Erebus not found
[14:50:17] [Client thread/INFO]: Module Growthcraft Plugin failed to load: GrowthCraft not found
[14:50:17] [Client thread/INFO]: Module MagicalCrops Plugin failed to load: Magical Crops not found
[14:50:17] [Client thread/INFO]: Module PlantMegaPack Plugin failed to load: Plant Mega Pack not found
[14:50:17] [Client thread/INFO]: Module RotaryCraft Plugin failed to load: RotaryCraft not found
[14:50:20] [Client thread/WARN]: Missing block:
[14:50:20] [Client thread/WARN]: Missing block:
[14:50:20] [Client thread/WARN]: Missing block:
[14:50:20] [Client thread/WARN]: Missing block:
[14:50:20] [Client thread/WARN]: Missing block:
[14:50:20] [Client thread/WARN]: Missing block:
[14:50:20] [Client thread/WARN]: Missing block:
[14:50:20] [Client thread/WARN]: Missing block:
[14:50:20] [Client thread/WARN]: Missing block:
[14:50:20] [Client thread/WARN]: Missing block:
[14:50:20] [Client thread/WARN]: Missing block:
[14:50:20] [Client thread/WARN]: Missing block:
[14:50:20] [Client thread/WARN]: Missing block:
[14:50:20] [Client thread/WARN]: Missing block:
[14:50:20] [Client thread/INFO]: [ic2.api.item.IC2Items:getItem:36]: IC2 API: Call getItem failed for compressedPlantBall
[14:50:20] [Client thread/INFO]: [ic2.api.item.IC2Items:getItem:36]: IC2 API: Call getItem failed for matter
[14:50:22] [Client thread/INFO]: Transforming Class (thaumcraft.common.entities.golems.ItemGolemPlacer)
[14:50:22] [Client thread/INFO]: Transforming Class (thaumcraft.common.entities.golems.EntityGolemBase)
[14:50:22] [Client thread/INFO]: Transforming Class (thaumcraft.common.entities.golems.ItemGolemBell)
[14:50:22] [CoFHUpdater:ThermalFoundation/ERROR]: Update check for Thermal Foundation failed.
java.io.FileNotFoundException: https://raw.githubusercontent.com/CoFH/VERSION/master/ThermalFoundation
at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1835) ~[?:1.8.0_51]
at sun.net.www.protocol.http.HttpURLConnection.access$200(HttpURLConnection.java:90) ~[?:1.8.0_51]
at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1432) ~[?:1.8.0_51]
at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1430) ~[?:1.8.0_51]
at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_51]
at java.security.AccessController.doPrivileged(AccessController.java:713) ~[?:1.8.0_51]
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1429) ~[?:1.8.0_51]
at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:254) ~[?:1.8.0_51]
at java.net.URL.openStream(URL.java:1038) ~[?:1.8.0_51]
at cofh.mod.updater.UpdateCheckThread.run(UpdateCheckThread.java:55) [UpdateCheckThread.class:?]
[14:50:22] [Client thread/INFO]: Thermal Foundation: Loading Plugins...
[14:50:22] [Client thread/INFO]: Thermal Foundation: Finished Loading Plugins.
[14:50:22] [Client thread/INFO]: Preinit Complete
[14:50:23] [CoFHUpdater:ThermalExpansion/ERROR]: Update check for Thermal Expansion failed.
java.io.FileNotFoundException: https://raw.githubusercontent.com/CoFH/VERSION/master/ThermalExpansion
at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1835) ~[?:1.8.0_51]
at sun.net.www.protocol.http.HttpURLConnection.access$200(HttpURLConnection.java:90) ~[?:1.8.0_51]
at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1432) ~[?:1.8.0_51]
at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1430) ~[?:1.8.0_51]
at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_51]
at java.security.AccessController.doPrivileged(AccessController.java:713) ~[?:1.8.0_51]
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1429) ~[?:1.8.0_51]
at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:254) ~[?:1.8.0_51]
at java.net.URL.openStream(URL.java:1038) ~[?:1.8.0_51]
at cofh.mod.updater.UpdateCheckThread.run(UpdateCheckThread.java:55) [UpdateCheckThread.class:?]
[14:50:23] [Client thread/INFO]: ThermalExpansion: Loading Plugins...
[14:50:23] [Client thread/INFO]: Thermal Expansion: Finished Loading Plugins.
[14:50:23] [Client thread/INFO]: Loaded BCProxy
[14:50:24] [Client thread/INFO]: Loaded ForestryProxy
[14:50:24] [Client thread/INFO]: Loaded IC2Proxy
[14:50:24] [Client thread/INFO]: Loaded CCProxy
[14:50:24] [Client thread/INFO]: Loaded ThaumCraftProxy
[14:50:24] [Client thread/INFO]: Loaded ThermalExpansionProxy
[14:50:24] [Client thread/INFO]: Loaded BetterStorage DummyProxy
[14:50:24] [Client thread/INFO]: Loaded NEIProxy
[14:50:24] [Client thread/INFO]: Loaded Factorization DummyProxy
[14:50:24] [Client thread/INFO]: Loaded EnderIOProxy
[14:50:24] [Client thread/INFO]: Loaded IronChestProxy
[14:50:24] [Client thread/INFO]: Loaded EnderStorageProxy
[14:50:24] [Client thread/INFO]: Loaded OpenComputers DummyProxy
[14:50:24] [Client thread/INFO]: Loaded ToolWrenchProxy
[14:50:24] [Client thread/INFO]: Loaded ExtraCells DummyProxy
[14:50:24] [Client thread/INFO]: Loaded CoFHPowerProxy
[14:50:24] [Client thread/INFO]: Loaded TDProxy
[14:50:24] [Client thread/INFO]: Loaded BinnieProxy
[14:50:24] [Client thread/INFO]: Loaded CCLProxy
[14:50:26] [Client thread/INFO]: registering tile.agricraft:crops
[14:50:26] [Client thread/INFO]: registering tile.agricraft:seedAnalyzer
[14:50:26] [Client thread/INFO]: registering tile.agricraft:waterPad
[14:50:26] [Client thread/INFO]: registering tile.agricraft:waterPadFull
[14:50:26] [Client thread/INFO]: registering tile.agricraft:waterTank
[14:50:27] [Client thread/INFO]: registering tile.agricraft:waterChannel
[14:50:27] [Client thread/INFO]: registering tile.agricraft:waterChannelFull
[14:50:27] [Client thread/INFO]: registering tile.agricraft:channelValve
[14:50:27] [Client thread/INFO]: registering tile.agricraft:sprinkler
[14:50:27] [Client thread/INFO]: registering tile.agricraft:seedStorage
[14:50:27] [Client thread/INFO]: registering tile.agricraft:peripheral
[14:50:27] [Client thread/INFO]: registering tile.agricraft:fence
[14:50:27] [Client thread/INFO]: registering tile.agricraft:fenceGate
[14:50:27] [Client thread/INFO]: registering tile.agricraft:grate
[14:50:27] [Client thread/INFO]: registering tile.agricraft:cropPotato
[14:50:27] [Client thread/INFO]: registering item.agricraft:seedPotato
[14:50:27] [Client thread/INFO]: registering tile.agricraft:cropCarrot
[14:50:27] [Client thread/INFO]: registering item.agricraft:seedCarrot
[14:50:27] [Client thread/INFO]: registering tile.agricraft:cropSugarcane
[14:50:27] [Client thread/INFO]: registering item.agricraft:seedSugarcane
[14:50:27] [Client thread/INFO]: registering tile.agricraft:cropDandelion
[14:50:27] [Client thread/INFO]: registering item.agricraft:seedDandelion
[14:50:27] [Client thread/INFO]: registering tile.agricraft:cropPoppy
[14:50:27] [Client thread/INFO]: registering item.agricraft:seedPoppy
[14:50:27] [Client thread/INFO]: registering tile.agricraft:cropOrchid
[14:50:27] [Client thread/INFO]: registering item.agricraft:seedOrchid
[14:50:27] [Client thread/INFO]: registering tile.agricraft:cropAllium
[14:50:27] [Client thread/INFO]: registering item.agricraft:seedAllium
[14:50:27] [Client thread/INFO]: registering tile.agricraft:cropTulipRed
[14:50:27] [Client thread/INFO]: registering item.agricraft:seedTulipRed
[14:50:27] [Client thread/INFO]: registering tile.agricraft:cropTulipOrange
[14:50:27] [Client thread/INFO]: registering item.agricraft:seedTulipOrange
[14:50:27] [Client thread/INFO]: registering tile.agricraft:cropTulipWhite
[14:50:27] [Client thread/INFO]: registering item.agricraft:seedTulipWhite
[14:50:27] [Client thread/INFO]: registering tile.agricraft:cropTulipPink
[14:50:27] [Client thread/INFO]: registering item.agricraft:seedTulipPink
[14:50:27] [Client thread/INFO]: registering tile.agricraft:cropDaisy
[14:50:27] [Client thread/INFO]: registering item.agricraft:seedDaisy
[14:50:27] [Client thread/INFO]: registering tile.agricraft:cropCactus
[14:50:27] [Client thread/INFO]: registering item.agricraft:seedCactus
[14:50:27] [Client thread/INFO]: registering tile.agricraft:cropShroomRed
[14:50:27] [Client thread/INFO]: registering item.agricraft:seedShroomRed
[14:50:27] [Client thread/INFO]: registering tile.agricraft:cropShroomBrown
[14:50:27] [Client thread/INFO]: registering item.agricraft:seedShroomBrown
[14:50:27] [Client thread/INFO]: Crops registered
[14:50:27] [Client thread/INFO]: registering item.agricraft:cropsItem
[14:50:27] [Client thread/INFO]: registering item.agricraft:journal
[14:50:27] [Client thread/INFO]: registering item.agricraft:magnifyingGlass
[14:50:27] [Client thread/INFO]: registering item.agricraft:debugger
[14:50:27] [Client thread/INFO]: registering item.agricraft:trowel
[14:50:27] [Client thread/INFO]: registering item.agricraft:handRake
[14:50:27] [Client thread/INFO]: registering item.agricraft:clipper
[14:50:27] [Client thread/INFO]: registering item.agricraft:clipping
[14:50:28] [Client thread/INFO]: Pre Initialization ( started )
[14:50:28] [Client thread/INFO]: func_145841_b(Lnet/minecraft/nbt/NBTTagCompound;)V - Transformed
[14:50:28] [Client thread/INFO]: func_145839_a(Lnet/minecraft/nbt/NBTTagCompound;)V - Transformed
[14:50:29] [Client thread/INFO]: Allowing Interface ic2.api.energy.tile.IEnergySink from appeng/tile/powersink/IC2 because IC2 integration is enabled.
[14:50:29] [Client thread/INFO]: Removing Interface Reika.RotaryCraft.API.Power.AdvancedShaftPowerReceiver from appeng/tile/powersink/RotaryCraft because RotaryCraft integration is disabled.
[14:50:29] [Client thread/INFO]: Removing Interface Reika.RotaryCraft.API.Interfaces.Transducerable from appeng/tile/powersink/RotaryCraft because RotaryCraft integration is disabled.
[14:50:29] [Client thread/INFO]: Removing Method Tick_RotaryCraft from appeng/tile/powersink/RotaryCraft because RotaryCraft integration is disabled.
[14:50:29] [Client thread/INFO]: Updated appeng/tile/powersink/RotaryCraft
[14:50:29] [Client thread/INFO]: Allowing Interface cofh.api.energy.IEnergyReceiver from appeng/tile/powersink/RedstoneFlux because RF integration is enabled.
[14:50:29] [Client thread/INFO]: Removing Interface mekanism.api.energy.IStrictEnergyAcceptor from appeng/tile/powersink/MekJoules because Mekanism integration is disabled.
[14:50:29] [Client thread/INFO]: Updated appeng/tile/powersink/MekJoules
[14:50:29] [Client thread/INFO]: Allowing Interface powercrystals.minefactoryreloaded.api.rednet.connectivity.IRedNetConnection from appeng/block/networking/BlockCableBus because MFR integration is enabled.
[14:50:29] [Client thread/INFO]: Allowing Method getConnectionType from appeng/block/networking/BlockCableBus because MFR integration is enabled.
[14:50:29] [Client thread/INFO]: Allowing Interface buildcraft.api.tools.IToolWrench from appeng/items/tools/quartz/ToolQuartzWrench because BuildCraftCore integration is enabled.
[14:50:29] [Client thread/INFO]: Allowing Interface ic2.api.item.ISpecialElectricItem from appeng/items/tools/powered/powersink/IC2 because IC2 integration is enabled.
[14:50:29] [Client thread/INFO]: Allowing Interface ic2.api.item.IElectricItemManager from appeng/items/tools/powered/powersink/IC2 because IC2 integration is enabled.
[14:50:29] [Client thread/INFO]: Allowing Method getManager from appeng/items/tools/powered/powersink/IC2 because IC2 integration is enabled.
[14:50:29] [Client thread/INFO]: Allowing Interface cofh.api.energy.IEnergyContainerItem from appeng/items/tools/powered/powersink/RedstoneFlux because RFItem integration is enabled.
[14:50:30] [Client thread/INFO]: Allowing Interface buildcraft.api.tools.IToolWrench from appeng/items/tools/ToolNetworkTool because BuildCraftCore integration is enabled.
[14:50:30] [Client thread/INFO]: Allowing Interface buildcraft.api.transport.IPipeConnection from appeng/parts/misc/PartStorageBus because BuildCraftTransport integration is enabled.
[14:50:30] [Client thread/INFO]: Allowing Method overridePipeConnection from appeng/parts/misc/PartStorageBus because BuildCraftTransport integration is enabled.
[14:50:30] [Client thread/INFO]: Allowing Interface buildcraft.api.transport.IPipeConnection from appeng/parts/p2p/PartP2PItems because BuildCraftTransport integration is enabled.
[14:50:30] [Client thread/INFO]: Allowing Method overridePipeConnection from appeng/parts/p2p/PartP2PItems because BuildCraftTransport integration is enabled.
[14:50:30] [Client thread/INFO]: Allowing Interface ic2.api.energy.tile.IEnergySink from appeng/parts/p2p/PartP2PIC2Power because IC2 integration is enabled.
[14:50:30] [Client thread/INFO]: Allowing Interface ic2.api.energy.tile.IEnergySource from appeng/parts/p2p/PartP2PIC2Power because IC2 integration is enabled.
[14:50:30] [Client thread/INFO]: Allowing Interface cofh.api.energy.IEnergyReceiver from appeng/parts/p2p/PartP2PRFPower because RF integration is enabled.
[14:50:30] [Client thread/INFO]: Removing Interface li.cil.oc.api.network.Environment from appeng/parts/p2p/PartP2POpenComputers because OpenComputers integration is disabled.
[14:50:30] [Client thread/INFO]: Removing Interface li.cil.oc.api.network.SidedEnvironment from appeng/parts/p2p/PartP2POpenComputers because OpenComputers integration is disabled.
[14:50:30] [Client thread/INFO]: Updated appeng/parts/p2p/PartP2POpenComputers
[14:50:30] [Client thread/INFO]: Removing Interface pneumaticCraft.api.tileentity.ISidedPneumaticMachine from appeng/parts/p2p/PartP2PPressure because PneumaticCraft integration is disabled.
[14:50:30] [Client thread/INFO]: Updated appeng/parts/p2p/PartP2PPressure
[14:50:30] [Client thread/INFO]: Pre Initialization ( ended after 3116ms )
[14:50:30] [Client thread/INFO]: Helping Aroma1997Core
[14:50:30] [Client thread/INFO]: Using Dimension Blacklist with 0 entries.
[14:50:35] [Client thread/INFO]: InvTweaks: net.minecraft.inventory.ContainerWorkbench
[14:50:36] [Client thread/INFO]: [Botania] Registered 1215 recipes.
[14:50:37] [Client thread/INFO]: bdlib 1.9.4.109 loaded
[14:50:37] [Client thread/INFO]: Initialized network channel 'bdew.multiblock' for mod 'bdlib'
[14:50:37] [Client thread/INFO]: Access transform success createStackedBlock (func_149644_j).
[14:50:37] [Client thread/INFO]: Added 'minecraft:lapis_ore/0=>1*minecraft:lapis_ore/4=>minecraft:lapis_ore/0' to mapping
[14:50:37] [Client thread/INFO]: Added 'minecraft:lit_redstone_ore/0=>1*minecraft:redstone_ore/0=>minecraft:lit_redstone_ore/0' to mapping
[14:50:43] [Client thread/INFO]: Succeeded in transforming binnie.core.genetics.BreedingSystem
[14:50:44] [Client thread/INFO]: Succeeded in transforming binnie.core.genetics.BeeBreedingSystem
[14:50:44] [Client thread/INFO]: Succeeded in transforming binnie.core.genetics.TreeBreedingSystem
[14:50:44] [Client thread/INFO]: Succeeded in transforming binnie.botany.gardening.ModuleGardening
[14:50:44] [Client thread/INFO]: Succeeded in transforming binnie.botany.genetics.FlowerHelper
[14:50:44] [Client thread/INFO]: Succeeded in transforming binnie.botany.genetics.BotanistTracker
[14:50:44] [Client thread/INFO]: Succeeded in transforming binnie.extrabees.products.ModuleProducts
[14:50:44] [Client thread/INFO]: Succeeded in transforming binnie.extrabees.apiary.ItemHiveFrame
[14:50:44] [Client thread/INFO]: Succeeded in transforming binnie.extrabees.products.EnumHoneyComb
[14:50:45] [Client thread/INFO]: Succeeded in transforming binnie.extrabees.genetics.ExtraBeesSpecies
[14:50:45] [Client thread/INFO]: Succeeded in transforming binnie.extrabees.apiary.machine.AlvearyStimulator$PackageAlvearyStimulator
[14:50:45] [Client thread/INFO]: Succeeded in transforming binnie.extrabees.apiary.machine.AlvearyHatchery$PackageAlvearyHatchery
[14:50:45] [Client thread/INFO]: Succeeded in transforming binnie.extrabees.apiary.machine.AlvearyTransmission$PackageAlvearyTransmission
[14:50:45] [Client thread/INFO]: Succeeded in transforming binnie.extrabees.apiary.TileExtraBeeAlveary
[14:50:45] [Client thread/INFO]: Succeeded in transforming binnie.extrabees.apiary.machine.AlvearyStimulator$SlotValidatorCircuit
[14:50:45] [Client thread/INFO]: Succeeded in transforming binnie.extratrees.block.ModuleBlocks
[14:50:45] [Client thread/INFO]: Succeeded in transforming binnie.extratrees.block.BlockETLog
[14:50:45] [Client thread/INFO]: Succeeded in transforming binnie.extratrees.block.BlockETDoor
[14:50:45] [Client thread/INFO]: Succeeded in transforming binnie.extratrees.item.ModuleItems
[14:50:45] [Client thread/INFO]: Succeeded in transforming binnie.extratrees.block.PlankType$ForestryPlanks
[14:50:45] [Client thread/INFO]: Succeeded in transforming binnie.extratrees.block.ItemETDoor
[14:50:45] [Client thread/INFO]: Succeeded in transforming binnie.extratrees.genetics.ExtraTreeFruitGene
[14:50:45] [Client thread/INFO]: Succeeded in transforming binnie.extratrees.genetics.ExtraTreeSpecies
[14:50:45] [Client thread/INFO]: Succeeded in transforming binnie.extratrees.block.ILogType$ForestryLog
[14:50:47] [Client thread/INFO]: CompatModule 'Buildcraft' activated.
[14:50:47] [Client thread/INFO]: CompatModule 'Eureka' activated.
[14:50:47] [Client thread/INFO]: CompatModule 'Framez' is missing a dependency: 'framez'! This module will not be loaded.
[14:50:47] [Client thread/INFO]: CompatModule 'Metals' activated.
[14:50:47] [Client thread/INFO]: CompatModule 'MineTweaker' activated.
[14:50:47] [Client thread/INFO]: CompatModule 'Railcraft' activated.
[14:50:47] [Client thread/INFO]: CompatModule 'Waila' activated.
[14:50:47] [Thread-12/INFO]: BuildCraft Additions version check initiated, current version: @VERSION@
[14:50:48] [Thread-13/INFO]: Trying to get the special list file...
[14:50:48] [Thread-13/INFO]: Successfully downloaded and read the special list file!
[14:50:50] [Client thread/WARN]: A mod has attempted to assign Block mods.railcraft.common.fluids.BlockRailcraftFluidFinite@5bad4207 to the Fluid 'steam' but this Fluid has already been linked to the Block cofh.thermalfoundation.fluid.BlockFluidSteam@1b0e9872. You may have duplicate Fluid Blocks as a result. It *may* be possible to configure your mods to avoid this.
[14:50:52] [Client thread/INFO]: Activating Christmas Seasonal Pack
[14:50:56] [Client thread/INFO]: Starting pre-init...
[14:50:56] [Client thread/INFO]: Loading blocks...
[14:50:57] [Client thread/INFO]: 106 Feature's blocks loaded.
[14:50:57] [Client thread/INFO]: Loading Tile Entities...
[14:50:57] [Client thread/INFO]: Tile Entities loaded.
[14:50:57] [Client thread/INFO]: Loading items...
[14:50:57] [Client thread/INFO]: 106 Feature's items loaded.
[14:50:57] [Client thread/INFO]: Pre-init finished.
[14:51:30] [Client thread/INFO]: Total mipmap : 7640 ms
[14:51:30] [Client thread/INFO]: [jaredbgreat.dldungeons.DoomlikeDungeons:preInit:47]: Doomlike Dungeons is in preInit, should now load config.
[14:51:30] [Client thread/INFO]: [jaredbgreat.dldungeons.themes.ThemeReader:setConfigDir:69]: [DLDUNGEONS] themesdir is C:\Users\Barb\Documents\Curse\Minecraft\Instances\FTB Infinity Evolved\config\DLDungeonsJBG
[14:51:30] [Client thread/INFO]: [jaredbgreat.dldungeons.GenerationHandler:setFrequency:117]: freqScale = 8
[14:51:30] [Client thread/INFO]: [jaredbgreat.dldungeons.GenerationHandler:setFrequency:119]: factor = 32
[14:51:30] [Client thread/INFO]: [jaredbgreat.dldungeons.ConfigHandler:init:128]: [DLDUNGEONS] Frequency Scaling Factor Set To: 8
[14:51:30] [Client thread/INFO]: [jaredbgreat.dldungeons.ConfigHandler:init:135]: [DLDUNGEONS] Minimum X Factor Set To: 16
[14:51:30] [Client thread/INFO]: [jaredbgreat.dldungeons.ConfigHandler:init:142]: [DLDUNGEONS] Difficulty set to: Normal difficulty.
[14:51:30] [Client thread/INFO]: [jaredbgreat.dldungeons.ConfigHandler:init:155]: [DLDUNGEONS] Will spawn dungeons in with world generation? true
[14:51:30] [Client thread/INFO]: [jaredbgreat.dldungeons.ConfigHandler:init:161]: [DLDUNGEONS] Will spawn dungeons even with structures disabled? false
[14:51:30] [Client thread/INFO]: [jaredbgreat.dldungeons.ConfigHandler:init:176]: [DLDUNGEONS] Will export item, block, and mob lists? false
[14:51:30] [Client thread/INFO]: [jaredbgreat.dldungeons.ConfigHandler:init:181]: [DLDUNGEONS] Will announce use of OP/cheat commands? true
[14:51:30] [Client thread/INFO]: [jaredbgreat.dldungeons.ConfigHandler:init:186]: [DLDUNGEONS] Will dungeons be easy to find? false
[14:51:30] [Client thread/INFO]: [jaredbgreat.dldungeons.ConfigHandler:init:191]: [DLDUNGEONS] Will themes be automatically install if themes folder is empty? true
[14:51:30] [Client thread/INFO]: [jaredbgreat.dldungeons.ConfigHandler:init:197]: [DLDUNGEONS] Can themes be (re)installed by command? true
[14:51:30] [Client thread/INFO]: [jaredbgreat.dldungeons.ConfigHandler:init:199]: [DLDUNGEONS] Will be stingy with chests? false
[14:51:30] [Client thread/INFO]: [jaredbgreat.dldungeons.ConfigHandler:init:205]: [DLDUNGEONS] Will be stingy with chests? false
[14:51:30] [Client thread/INFO]: [jaredbgreat.dldungeons.ConfigHandler:processBiomeExclusions:518]: [DLDUNGEONS] adding END to excusion list
[14:51:30] [Client thread/INFO]: [jaredbgreat.dldungeons.ConfigHandler:init:217]: [DLDUNGEONS] Will use API? true
[14:51:30] [Client thread/INFO]: [jaredbgreat.dldungeons.ConfigHandler:init:223]: [DLDUNGEONS] Will allow API base mob change? true
[14:51:30] [Client thread/INFO]: [jaredbgreat.dldungeons.ConfigHandler:init:241]: [DLDUNGEONS] Will self-profile? false
[14:51:31] [Client thread/INFO]: [jaredbgreat.dldungeons.ConfigHandler:openThemesDir:428]: [DLDUNGEONS] themesdir will be set to C:\Users\Barb\Documents\Curse\Minecraft\Instances\FTB Infinity Evolved\config\DLDungeonsJBG\themes\
[14:51:31] [Client thread/INFO]: [jaredbgreat.dldungeons.ConfigHandler:openThemesDir:430]: [DLDUNGEONS] themesdir File is be set to C:\Users\Barb\Documents\Curse\Minecraft\Instances\FTB Infinity Evolved\config\DLDungeonsJBG\themes
[14:51:31] [Client thread/INFO]: [jaredbgreat.dldungeons.themes.ThemeReader:setThemesDir:56]: [DLDUNGEONS] themesdir is C:\Users\Barb\Documents\Curse\Minecraft\Instances\FTB Infinity Evolved\config\DLDungeonsJBG\themes
[14:51:31] [Client thread/INFO]: [jaredbgreat.dldungeons.setup.Externalizer:makeChestCfg:154]: [DLDUNGEONS] Installing files C:\Users\Barb\Documents\Curse\Minecraft\Instances\FTB Infinity Evolved\config\DLDungeonsJBG\chests.cfg
[14:51:31] [Client thread/INFO]: [jaredbgreat.dldungeons.DoomlikeDungeons:preInit:50]: [DLDUNGEONS] Config should now be loaded.
[14:51:31] [Client thread/INFO]: Finished PreInitialization
[14:51:32] [Client thread/INFO]: Attempting to initialize texture error message interceptor.
[14:51:40] [Client thread/INFO]: XP Juice regististration left to Open Blocks.
[14:51:44] [Client thread/INFO]: Hello World
[14:51:57] [Client thread/INFO]: Loading compat module: blusunrize.immersiveengineering.common.util.compat.AvaritiaHelper@3078333a
[14:51:57] [Client thread/INFO]: Loading compat module: blusunrize.immersiveengineering.common.util.compat.computercraft.ComputercraftHelper@45b24f43
[14:51:57] [Client thread/INFO]: Loading compat module: blusunrize.immersiveengineering.common.util.compat.ThaumcraftHelper@de99fd0
[14:51:57] [Client thread/INFO]: Loading compat module: blusunrize.immersiveengineering.common.util.compat.waila.WailaHelper@7f7a2928
[14:51:57] [Client thread/INFO]: Loading compat module: blusunrize.immersiveengineering.common.util.compat.TConstructHelper@64e6459c
[14:51:57] [Client thread/INFO]: Loading compat module: blusunrize.immersiveengineering.common.util.compat.FMPHelper@ea6a851
[14:51:57] [Client thread/INFO]: Loading compat module: blusunrize.immersiveengineering.common.util.compat.minetweaker.MTHelper@4ff0a14a
[14:51:57] [Client thread/INFO]: Loading compat module: blusunrize.immersiveengineering.common.util.compat.IC2Helper@61edf2f5
[14:51:57] [Client thread/INFO]: Loading compat module: blusunrize.immersiveengineering.common.util.compat.AppliedEnergisticsHelper@377191f1
[14:51:57] [Client thread/INFO]: Loading compat module: blusunrize.immersiveengineering.common.util.compat.HarvestCraftHelper@cae536e
[14:51:57] [Client thread/INFO]: Loading compat module: blusunrize.immersiveengineering.common.util.compat.ThermalExpansionHelper@469e5940
[14:51:57] [Client thread/INFO]: Loading compat module: blusunrize.immersiveengineering.common.util.compat.ChiselHelper@48ea613c
[14:51:57] [Client thread/INFO]: Loading compat module: blusunrize.immersiveengineering.common.util.compat.ExtraUtilsHelper@73af9fc9
[14:51:57] [Client thread/INFO]: Loading compat module: blusunrize.immersiveengineering.common.util.compat.DenseOresHelper@de487f1
[14:51:57] [Client thread/INFO]: Loading compat module: blusunrize.immersiveengineering.common.util.compat.RailcraftHelper@39848b54
[14:51:57] [Client thread/INFO]: Loading compat module: blusunrize.immersiveengineering.common.util.compat.ThermalDynamicsHelper@22fceed9
[14:51:57] [Client thread/INFO]: Loading compat module: blusunrize.immersiveengineering.common.util.compat.ForestryHelper@2da27c98
[14:51:57] [Client thread/INFO]: Loading compat module: blusunrize.immersiveengineering.common.util.compat.ThermalFoundationHelper@5b127f9e
[14:51:57] [Client thread/INFO]: Loading compat module: blusunrize.immersiveengineering.common.util.compat.BotaniaHelper@19c6cc97
[14:51:57] [Client thread/INFO]: Loading compat module: blusunrize.immersiveengineering.common.util.compat.mfr.MFRHelper@26adf2a8
[14:51:57] [Client thread/INFO]: Loading compat module: blusunrize.immersiveengineering.common.util.compat.EnderIOHelper@13ec6540
[14:51:57] [Client thread/INFO]: Skipping Pulse Tinkers' Underground Biomes Compatiblity; missing dependency: UndergroundBiomes
[14:51:57] [Client thread/INFO]: Skipping Pulse Tinkers RF-Tools Compatibility; missing dependency: rftools
[14:51:59] [Client thread/INFO]: Gear module active. Adding gear cast.
[14:51:59] [Client thread/INFO]: Natura Detected
[14:51:59] [Client thread/INFO]: Applied Energistics Detected
[14:51:59] [Client thread/INFO]: Biomes O' Plenty Detected
[14:51:59] [Client thread/INFO]: Botania Detected
[14:51:59] [Client thread/INFO]: Twilight Forest Detected
[14:51:59] [Client thread/INFO]: Thaumcraft Detected
[14:51:59] [Client thread/INFO]: Dragonic Evolution Detected
[14:51:59] [Client thread/INFO]: EnderIO Detected
[14:51:59] [Client thread/INFO]: BigReactors Detected
[14:51:59] [Client thread/INFO]: ExtraUtils Detected
[14:51:59] [Client thread/INFO]: HarvestCraft Detected
[14:51:59] [Client thread/INFO]: Thermal Foundation Detected
[14:51:59] [Client thread/INFO]: Immersive Engineering Detected
[14:52:02] [Client thread/INFO]: Loading FTBLib, v1.0.18.2
[14:52:02] [Client thread/INFO]: OS: WINDOWS, 64bit: true
[14:52:10] [Client thread/INFO]: Backups folder - C:\Users\Barb\Documents\Curse\Minecraft\Instances\FTB Infinity Evolved\.\backups
[14:52:10] [Client thread/INFO]: Let's Move!
[14:52:11] [Client thread/INFO]: IC2 Version: IC2 2.2.827-experimental
[14:52:11] [Client thread/INFO]: RF API Version: CoFHAPI 1.7.10R1.0.2
[14:52:11] [Client thread/INFO]: Available Forestry species roots:
[14:52:11] [Client thread/INFO]: * rootBees - forestry.apiculture.genetics.BeeHelper
[14:52:11] [Client thread/INFO]: * rootTrees - forestry.arboriculture.genetics.TreeHelper
[14:52:11] [Client thread/INFO]: * rootButterflies - forestry.lepidopterology.genetics.ButterflyHelper
[14:52:11] [Client thread/INFO]: * rootFlowers - binnie.botany.genetics.FlowerHelper
[14:52:11] [Client thread/INFO]: Loading internal config files for mod Gendustry
[14:52:11] [Client thread/INFO]: Loading config: jar:file:/C:/Users/Barb/Documents/Curse/Minecraft/Instances/FTB%20Infinity%20Evolved/mods/gendustry-1.6.3.132-mc1.7.10.jar!/assets/gendustry/config/tuning.cfg
[14:52:12] [Client thread/INFO]: Loading config: jar:file:/C:/Users/Barb/Documents/Curse/Minecraft/Instances/FTB%20Infinity%20Evolved/mods/gendustry-1.6.3.132-mc1.7.10.jar!/assets/gendustry/config/recipes.cfg
[14:52:14] [Client thread/INFO]: Loading config: jar:file:/C:/Users/Barb/Documents/Curse/Minecraft/Instances/FTB%20Infinity%20Evolved/mods/gendustry-1.6.3.132-mc1.7.10.jar!/assets/gendustry/config/upgrades.cfg
[14:52:14] [Client thread/INFO]: Loading config: jar:file:/C:/Users/Barb/Documents/Curse/Minecraft/Instances/FTB%20Infinity%20Evolved/mods/gendustry-1.6.3.132-mc1.7.10.jar!/assets/gendustry/config/bees_color.cfg
[14:52:14] [Client thread/INFO]: Loading config: jar:file:/C:/Users/Barb/Documents/Curse/Minecraft/Instances/FTB%20Infinity%20Evolved/mods/gendustry-1.6.3.132-mc1.7.10.jar!/assets/gendustry/config/bees_patreon.cfg
[14:52:14] [Client thread/INFO]: Loading user config files for mod Gendustry
[14:52:14] [Client thread/INFO]: Loading config: C:\Users\Barb\Documents\Curse\Minecraft\Instances\FTB Infinity Evolved\config\gendustry\custombees.cfg
[14:52:14] [Client thread/INFO]: Config loading for mod Gendustry finished
[14:52:15] [Client thread/INFO]: Created 52 BC triggers for Forestry error codes
[14:52:15] [Client thread/INFO]: Loaded creative tabs for gendustry
[14:52:15] [Client thread/INFO]: Items loaded
[14:52:15] [Client thread/INFO]: Fluids loaded
[14:52:15] [Client thread/INFO]: Blocks loaded
[14:52:16] [Client thread/INFO]: Machines loaded
[14:52:16] [Client thread/INFO]: Registered reload listener
[14:52:16] [Client thread/INFO]: Resource manager reload, new language: en_US
[14:52:16] [Client thread/INFO]: Loading language file C:\Users\Barb\Documents\Curse\Minecraft\Instances\FTB Infinity Evolved\config\gendustry\custombees.en_US.lang
[14:52:17] [Client thread/INFO]: IC2 Version: IC2 2.2.827-experimental
[14:52:17] [Client thread/INFO]: RF Version: CoFHAPI 1.7.10R1.0.2
[14:52:17] [Client thread/INFO]: Loading internal config files for mod Advanced Generators
[14:52:17] [Client thread/INFO]: Loading config: jar:file:/C:/Users/Barb/Documents/Curse/Minecraft/Instances/FTB%20Infinity%20Evolved/mods/generators-0.9.20.123-mc1.7.10.jar!/assets/advgenerators/config/generators.cfg
[14:52:17] [Client thread/INFO]: Loading config: jar:file:/C:/Users/Barb/Documents/Curse/Minecraft/Instances/FTB%20Infinity%20Evolved/mods/generators-0.9.20.123-mc1.7.10.jar!/assets/advgenerators/config/recipes.cfg
[14:52:17] [Client thread/INFO]: Loading config: jar:file:/C:/Users/Barb/Documents/Curse/Minecraft/Instances/FTB%20Infinity%20Evolved/mods/generators-0.9.20.123-mc1.7.10.jar!/assets/advgenerators/config/turbine.cfg
[14:52:17] [Client thread/INFO]: Loading config: jar:file:/C:/Users/Barb/Documents/Curse/Minecraft/Instances/FTB%20Infinity%20Evolved/mods/generators-0.9.20.123-mc1.7.10.jar!/assets/advgenerators/config/exchanger.cfg
[14:52:18] [Client thread/INFO]: Loading config: jar:file:/C:/Users/Barb/Documents/Curse/Minecraft/Instances/FTB%20Infinity%20Evolved/mods/generators-0.9.20.123-mc1.7.10.jar!/assets/advgenerators/config/syngas.cfg
[14:52:18] [Client thread/INFO]: Loading config: jar:file:/C:/Users/Barb/Documents/Curse/Minecraft/Instances/FTB%20Infinity%20Evolved/mods/generators-0.9.20.123-mc1.7.10.jar!/assets/advgenerators/config/turbine-materials.cfg
[14:52:18] [Client thread/INFO]: Loading config: jar:file:/C:/Users/Barb/Documents/Curse/Minecraft/Instances/FTB%20Infinity%20Evolved/mods/generators-0.9.20.123-mc1.7.10.jar!/assets/advgenerators/config/capacitor-materials.cfg
[14:52:18] [Client thread/INFO]: Loading user config files for mod Advanced Generators
[14:52:18] [Client thread/INFO]: Config loading for mod Advanced Generators finished
[14:52:18] [Client thread/INFO]: Loaded creative tabs for advgenerators
[14:52:19] [Client thread/INFO]: Fluid 'syngas' not registered by any other mod, creating...
[14:52:19] [Client thread/INFO]: Adding block for fluid 'syngas'
[14:52:22] [Client thread/INFO]: Beating Minecraft's resource loading system with a shovel. Please stand by...
[14:52:22] [Client thread/INFO]: Constructing submodule info.inpureprojects.core.Preloader.ModulePreloader
[14:52:22] [Client thread/INFO]: Constructing submodule info.inpureprojects.core.Scripting.ScriptExtractor
[14:52:22] [Client thread/INFO]: Processing preinit event for submodule info.inpureprojects.core.Preloader.ModulePreloader
[14:52:22] [Client thread/INFO]: Processing preinit event for submodule info.inpureprojects.core.Scripting.ScriptExtractor
[14:52:23] [Client thread/INFO]: InvTweaks: invtweaks.InvTweaksObfuscation
[14:52:25] [Client thread/INFO]: Starting PreInitialization for modtweaker2
[14:52:25] [Client thread/INFO]: Loading configuration
[14:52:33] [Client thread/INFO]: Version check success: appliedenergistics2 required / rv3-beta-6 detected
[14:52:33] [Client thread/INFO]: Version check success: Botany required / 2.0-pre14 detected
[14:52:33] [Client thread/INFO]: Version check success: Forestry@[4.0.8.36,) required / 4.2.16.64 detected
[14:52:33] [Client thread/INFO]: Required mod exnihilo is not installed, dependent features will be unavailable
[14:52:33] [Client thread/ERROR]: Requirements unmet, Ex Nihilo Addon not loading
[14:52:33] [Client thread/INFO]: Starting NEI Integration
[14:52:33] [Client thread/INFO]: Loading configuration files
[14:52:34] [Client thread/INFO]: Loading configs..
[14:52:34] [Client thread/INFO]: Updating ModMetaData...
[14:52:34] [Client thread/INFO]: Registering Network Messages...
[14:52:34] [Client thread/INFO]: Requesting Sync...
[14:52:34] [Client thread/INFO]: Registering Events...
[14:52:37] [Client thread/INFO]: InvTweaks: net.minecraft.inventory.ContainerPlayer
[14:52:43] [Client thread/INFO]: PowerConverters PreInitialization Started.
[14:52:43] [Client thread/INFO]: PowerConverters PreInitialization Finished.
[14:52:43] [PowerConverters Update Thread/INFO]: We Have No Update
[14:52:43] [CoFHUpdater:RedstoneArsenal/ERROR]: Update check for Redstone Arsenal failed.
java.io.FileNotFoundException: https://raw.githubusercontent.com/CoFH/VERSION/master/RedstoneArsenal
at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1835) ~[?:1.8.0_51]
at sun.net.www.protocol.http.HttpURLConnection.access$200(HttpURLConnection.java:90) ~[?:1.8.0_51]
at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1432) ~[?:1.8.0_51]
at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1430) ~[?:1.8.0_51]
at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_51]
at java.security.AccessController.doPrivileged(AccessController.java:713) ~[?:1.8.0_51]
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1429) ~[?:1.8.0_51]
at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:254) ~[?:1.8.0_51]
at java.net.URL.openStream(URL.java:1038) ~[?:1.8.0_51]
at cofh.mod.updater.UpdateCheckThread.run(UpdateCheckThread.java:55) [UpdateCheckThread.class:?]
[14:52:47] [Client thread/INFO]: Starting Simply Jetpacks
[14:52:47] [Client thread/INFO]: Successfully found CoFHLib
[14:52:47] [Client thread/INFO]: Loading configuration files
[14:52:47] [Client thread/INFO]: Registering items
[14:52:48] [Client thread/INFO]: Starting (PreInit)
[14:52:48] [Client thread/INFO]: Finished (PreInit in 457ms)
[14:52:49] [CoFHUpdater:ThermalDynamics/ERROR]: Update check for Thermal Dynamics failed.
java.io.FileNotFoundException: https://raw.githubusercontent.com/CoFH/VERSION/master/ThermalDynamics
at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1835) ~[?:1.8.0_51]
at sun.net.www.protocol.http.HttpURLConnection.access$200(HttpURLConnection.java:90) ~[?:1.8.0_51]
at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1432) ~[?:1.8.0_51]
at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1430) ~[?:1.8.0_51]
at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_51]
at java.security.AccessController.doPrivileged(AccessController.java:713) ~[?:1.8.0_51]
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1429) ~[?:1.8.0_51]
at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:254) ~[?:1.8.0_51]
at java.net.URL.openStream(URL.java:1038) ~[?:1.8.0_51]
at cofh.mod.updater.UpdateCheckThread.run(UpdateCheckThread.java:55) [UpdateCheckThread.class:?]
[14:52:49] [Client thread/INFO]: Loading Plugins...
[14:52:49] [Client thread/INFO]: Finished Loading Plugins.
[14:52:49] [Client thread/INFO]: [tinker_io.plugins.waila.MainWaila:load:19]: [Tinker I/O] Tinker I/O Waila Plugin Started!
[14:52:50] [Client thread/INFO]: moltenaeonsteel
[14:52:50] [Client thread/INFO]: moltenqueensgold
[14:52:50] [Client thread/INFO]: moltendogbearium
[14:52:50] [Client thread/INFO]: moltenredmint
[14:52:50] [Client thread/INFO]: moltengreenmint
[14:52:50] [Client thread/INFO]: Loading configuration...
[14:52:50] [Client thread/INFO]: Done.
[14:52:51] [Client thread/INFO]: witchery:fluidspirit
[14:52:51] [Client thread/INFO]: witchery:hollowtears
[14:52:51] [Client thread/INFO]: witchery:brew
[14:52:51] [Client thread/INFO]: witchery:brewgas
[14:52:51] [Client thread/INFO]: witchery:brewliquid
[14:52:51] [Client thread/INFO]: witchery:fluiddisease
[14:52:56] [Client thread/INFO]: Applying holder lookups
[14:52:56] [Client thread/INFO]: Holder lookups applied
[14:52:56] [Client thread/INFO]: Injecting itemstacks
[14:52:56] [Client thread/INFO]: Itemstack injection complete
[14:52:56] [Client thread/ERROR]: Fatal errors were detected during the transition from PREINITIALIZATION to INITIALIZATION. Loading cannot continue
[14:52:56] [Client thread/ERROR]:
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.1614-1.7.10.jar)
UCH Forge{10.13.4.1614} [Minecraft Forge] (forge-1.7.10-10.13.4.1614-1.7.10.jar)
UCH appliedenergistics2-core{rv3-beta-6} [Applied Energistics 2 Core] (minecraft.jar)
UCH Aroma1997Core{1.0.2.16} [Aroma1997Core] (Aroma1997Core-1.7.10-1.0.2.16.jar)
UCH CodeChickenCore{1.0.7.47} [CodeChicken Core] (minecraft.jar)
UCH NotEnoughItems{1.0.5.120} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.5.120-universal.jar)
UCH ThE-core{1.0.0.1} [Thaumic Energistics Core] (minecraft.jar)
UCH ThaumicTinkerer-preloader{0.1} [Thaumic Tinkerer Core] (minecraft.jar)
UCH ChocoPatcher{1.1} [Choco Patcher] (minecraft.jar)
UCH OpenModsCore{0.10} [OpenModsCore] (minecraft.jar)
UCH <CoFH ASM>{000} [CoFH ASM] (minecraft.jar)
UCH BinniePatcher{1.8.2} [Binnie Patcher] (minecraft.jar)
UCH FastCraft{1.23} [FastCraft] (fastcraft-1.23.jar)
UCH debug{1.0} [debug] (denseores-1.6.2.jar)
UCH lucky{5.1.0} [Lucky Block] ([1-7-10]_Lucky_Block_v5-1-0.jar)
UCH moEatableSwords{1.7.2} [moSwords Mod Eatables] ([1.7.10]+moSwords+v3b.jar)
UCH moSwords{v3} [Mo Swords Mod] ([1.7.10]+moSwords+v3b.jar)
UCH fastfood{0.1.2} [Fast Food] ([1.7.10]Fast Food-0.1.2.jar)
UCH movillages{1.4.2} [Mo' Villages] ([1.7.10]MoVillages-1.4.2.jar)
UCH bspkrsCore{6.15} [bspkrsCore] ([1.7.10]bspkrsCore-universal-6.15.jar)
UCH StartingInventory{1.7.10.r03} [StartingInventory] ([1.7.10]StartingInventory-universal-1.7.10.r03.jar)
UCH CoFHCore{1.7.10R3.1.4} [CoFH Core] (CoFHCore-[1.7.10]3.1.4-329.jar)
UCH BuildCraft|Core{7.1.23} [BuildCraft] (buildcraft-7.1.23.jar)
UCH BuildCraft|Energy{7.1.23} [BC Energy] (buildcraft-7.1.23.jar)
UCH ActuallyAdditions{1.7.10-r21} [Actually Additions] (ActuallyAdditions-1.7.10-r21.jar)
UCH BuildCraft|Transport{7.1.23} [BC Transport] (buildcraft-7.1.23.jar)
UCH BuildCraft|Factory{7.1.23} [BC Factory] (buildcraft-7.1.23.jar)
UCH BuildCraft|Silicon{7.1.23} [BC Silicon] (buildcraft-7.1.23.jar)
UCH BuildCraft|Robotics{7.1.23} [BC Robotics] (buildcraft-7.1.23.jar)
UCH ComputerCraft{1.75} [ComputerCraft] (ComputerCraft1.75.jar)
UCH Mantle{1.7.10-0.3.2.jenkins191} [Mantle] (Mantle-1.7.10-0.3.2b.jar)
UCH Natura{2.2.0} [Natura] (natura-1.7.10-2.2.0.1.jar)
UCE BiomesOPlenty{2.1.0} [Biomes O' Plenty] (BiomesOPlenty-1.7.10-2.1.0.1889-universal.jar)
UCH IC2{2.2.827-experimental} [IndustrialCraft 2] (industrialcraft-2-2.2.827-experimental.jar)
UCH Forestry{4.2.16.64} [Forestry for Minecraft] (forestry_1.7.10-4.2.16.64.jar)
UCH Baubles{1.0.1.10} [Baubles] (Baubles-1.7.10-1.0.1.10.jar)
UCH Thaumcraft{4.2.3.5} [Thaumcraft] (Thaumcraft-1.7.10-4.2.3.5.jar)
UCH ThermalFoundation{1.7.10R1.2.6} [Thermal Foundation] (ThermalFoundation-[1.7.10]1.2.6-118.jar)
UCH thermaltinkering{1.0} [Thermal Tinkering] (ThermalTinkering-1.7.10-1.2.1.jar)
UCH ThermalExpansion{1.7.10R4.1.5} [Thermal Expansion] (ThermalExpansion-[1.7.10]4.1.5-248.jar)
UCH LogisticsPipes{0.9.3.132} [Logistics Pipes] (logisticspipes-0.9.3.132.jar)
UCH additionalpipes{4.7.7} [Additional Pipes] (additionalpipes-4.7.7.jar)
UCH AgriCraft{1.7.10-1.5.0} [AgriCraft] (AgriCraft-1.7.10-1.5.0.jar)
UCH AppleCore{3.1.1} [AppleCore] (AppleCore-mc1.7.10-3.1.1.jar)
UCH appliedenergistics2{rv3-beta-6} [Applied Energistics 2] (appliedenergistics2-rv3-beta-6.jar)
UCH aquaticabyss{1.1.1} [Aquatic Abyss] (AquaticAbyss-1.7.10-1.1.1.jar)
UCH Aroma1997CoreHelper{1.0.2.16} [Aroma1997Core|Helper] (Aroma1997Core-1.7.10-1.0.2.16.jar)
UCH Aroma1997sDimension{1.0} [Aroma1997's Dimensional World] (Aroma1997s-Dimensional-World-1.7.10-1.1.0.1.jar)
UCH AromaBackup{0.1.0.0} [AromaBackup] (AromaBackup-1.7.10-0.1.0.0.jar)
UCH AromaBackupRecovery{1.0} [AromaBackup Recovery] (AromaBackup-1.7.10-0.1.0.0.jar)
UCH AWWayofTime{v1.3.3} [Blood Magic: Alchemical Wizardry] (BloodMagic-1.7.10-1.3.3-17.jar)
UCH Botania{r1.8-249} [Botania] (Botania r1.8-249.jar)
UCH Avaritia{1.11} [Avaritia] (Avaritia-1.11.jar)
UCH BattleTowers{1.5.1} [Battle Towers] (BattleTowers-1.7.10.jar)
UCH bdlib{1.9.4.109} [BD Lib] (bdlib-1.9.4.109-mc1.7.10.jar)
UCH betterbuilderswands{0.8.1} [Better Builder's Wands] (BetterBuildersWands-0.8.1-1.7.10r92+aec06c3.jar)
UCH BiblioCraft{1.11.7} [BiblioCraft] (BiblioCraft[v1.11.7][MC1.7.10].jar)
UCH BiblioWoodsBoP{1.9} [BiblioWoods Biomes O'Plenty Edition] (BiblioWoods[BiomesOPlenty][v1.9].jar)
UCH BiblioWoodsForestry{1.7} [BiblioWoods Forestry Edition] (BiblioWoods[Forestry][v1.7].jar)
UCH BiblioWoodsNatura{1.5} [BiblioWoods Natura Edition] (BiblioWoods[Natura][v1.5].jar)
UCH BigReactors{0.4.3A} [Big Reactors] (BigReactors-0.4.3A.jar)
UCH BinnieCore{2.0-pre14} [Binnie Core] (binnie-mods-2.0-pre14.jar)
UCH Botany{2.0-pre14} [Botany] (binnie-mods-2.0-pre14.jar)
UCH ExtraBees{2.0-pre14} [Extra Bees] (binnie-mods-2.0-pre14.jar)
UCH ExtraTrees{2.0-pre14} [Extra Trees] (binnie-mods-2.0-pre14.jar)
UCH Genetics{2.0-pre14} [Genetics] (binnie-mods-2.0-pre14.jar)
UCH birdsfoods{3.1 - [1.7.10]} [Bird's Foods] (birdsfoods-1.7.10 - 3.1.jar)
UCH blockarmor{1.1} [Block Armor] (BlockArmor-1.7.10-1.1.jar)
UCH BrandonsCore{1.0.0.12} [Brandon's Core] (BrandonsCore-1.0.0.12.jar)
UCH BuildCraft|Builders{7.1.23} [BC Builders] (buildcraft-7.1.23.jar)
UCH BuildCraft|Compat{7.1.7} [BuildCraft Compat] (buildcraft-compat-7.1.7.jar)
UCH eureka{3.0.2} [Eureka] (Eureka-1.7.10-3.0.2.jar)
UCH bcadditions{2.2.5} [BuildCraft Additions] (BuildcraftAdditions-1.7.10-2.2.5.jar)
UCH ChickenChunks{1.3.4.19} [ChickenChunks] (ChickenChunks-1.7.10-1.3.4.19-universal.jar)
UCH Railcraft{9.12.2.0} [Railcraft] (Railcraft_1.7.10-9.12.2.0.jar)
UCH TwilightForest{2.3.7} [The Twilight Forest] (twilightforest-1.7.10-2.3.7.jar)
UCH ForgeMultipart{1.2.0.345} [Forge Multipart] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
UCH chisel{2.9.5.11} [Chisel] (Chisel-2.9.5.11.jar)
UCH cookingbook{1.0.140} [Cooking for Blockheads] (cookingbook-mc1.7.10-1.0.140.jar)
UCH MineTweaker3{3.0.13} [MineTweaker 3] (CraftTweaker-1.7.10-3.0.13.jar)
UCH creeperhost{unspecified} [CreeperHost] (creeperhost-1.7.10-1.1.0.jar)
UCH CustomMainMenu{1.9.2} [Custom Main Menu] (CustomMainMenu-MC1.7.10-1.9.2.jar)
UCH PTRModelLib{1.0.0} [PTRModelLib] (Decocraft-2.4.2_1.7.10.jar)
UCH props{2.4.2} [Decocraft] (Decocraft-2.4.2_1.7.10.jar)
UCH dldungeonsjdg{1.11.0.1} [Doomlike Dungeons] (DoomlikeDungeons-1.11.0.1-MC1.7.10.jar)
UCH DraconicEvolution{1.0.2h} [Draconic Evolution] (Draconic-Evolution-1.7.10-1.0.2h.jar)
UCH druidry{2018.6.16-1.7.10} [ァ2Druidry] (druidry-2018.10.11-1.7.10.jar)
UCH endercore{1.7.10-0.2.0.39_beta} [EnderCore] (EnderCore-1.7.10-0.2.0.39_beta.jar)
UCH MineFactoryReloaded{1.7.10R2.8.1} [MineFactory Reloaded] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UCH Waila{1.5.10} [Waila] (Waila-1.5.10_1.7.10.jar)
UCH EnderIO{1.7.10-2.3.0.429_beta} [Ender IO] (EnderIO-1.7.10-2.3.0.429_beta.jar)
UCH EnderStorage{1.4.7.37} [EnderStorage] (EnderStorage-1.7.10-1.4.7.37-universal.jar)
UCH EnderTech{1.7.10-0.3.2.405} [EnderTech] (EnderTech-1.7.10-0.3.2.405.jar)
UCH EnderZoo{1.7.10-1.0.15.32} [Ender Zoo] (EnderZoo-1.7.10-1.0.15.32.jar)
UCH emf{1.0} [EvenMoreFood] (EvenMoreFood1.1.jar)
UCH golems{1.20} [Extra Golems] (Extra-Golems[1.7.10]-1.20.jar)
UCH ExtraUtilities{1.2.12} [Extra Utilities] (extrautilities-1.2.12.jar)
UCH harvestcraft{1.7.10j} [Pam's HarvestCraft] (Pam's HarvestCraft 1.7.10Lb.jar)
UCH ImmersiveEngineering{0.7.7} [Immersive Engineering] (ImmersiveEngineering-0.7.7.jar)
UCH TConstruct{1.7.10-1.8.8.build988} [Tinkers' Construct] (TConstruct-1.7.10-1.8.8.jar)
UCH ExtraTiC{1.4.6} [ExtraTiC] (ExtraTiC-1.7.10-1.4.6.jar)
UCH extremefoodmod{0.5} [Extreme Food] (ExtremeFood[0.5 Beta-MC 1.7.10].jar)
UCH fastleafdecay{1.4} [Fast Leaf Decay] (FastLeafDecay-1.7.10-1.4.jar)
UCH FoodExpansion{1.0} [Food Expansion] (FoodExpansion1.1.1-mc1.7.10.jar)
UCH ThaumicTinkerer{unspecified} [Thaumic Tinkerer] (ThaumicTinkerer-2.5-1.7.10-512.jar)
UCH ForbiddenMagic{1.7.10-0.575} [Forbidden Magic] (Forbidden Magic-1.7.10-0.575.jar)
UCH FTBL{1.0.18.2} [FTBLib] (FTBLib-1.7.10-1.0.18.3.jar)
UCH FTBT{1.0.2} [FTB Tweaks] (FTBTweaks-1.0.2.jar)
UCH FTBU{1.0.18.2} [FTBUtilities] (FTBUtilities-1.7.10-1.0.18.3.jar)
UCH funkylocomotion{1.0} [Funky Locomotion] (funky-locomotion-1.7.10-beta-7.jar)
UCH gendustry{1.6.3.132} [GenDustry] (gendustry-1.6.3.132-mc1.7.10.jar)
UCH advgenerators{0.9.20.123} [Advanced Generators] (generators-0.9.20.123-mc1.7.10.jar)
UCH GraviSuite{1.7.10-2.0.3} [Graviation Suite] (GraviSuite-1.7.10-2.0.3.jar)
UCH guideapi{1.7.10-1.0.1-20} [Guide-API] (Guide-API-1.7.10-1.0.1-20.jar)
UCH iChunUtil{4.2.3} [iChunUtil] (iChunUtil-4.2.3.jar)
UCH Hats{4.0.1} [Hats] (Hats-4.0.1.jar)
UCH HatStand{4.0.0} [HatStand] (HatStand-4.0.0.jar)
UCH headcrumbs{1.7.4} [Headcrumbs] (Headcrumbs-1.7.4.jar)
UCH HopperDuctMod{1.3.2} [Hopper Ducts] (hopperductmod-1.7.10-1.3.2.jar)
UCH HardcoreQuesting{4.4.4} [Hardcore Questing Mode] (HQM-The Journey-4.4.4.jar)
UCH HungerInPeace{1.0.0} [Hunger In Peace] (HungerInPeace-mc1.7.10-1.0.0.jar)
UCH IC2NuclearControl{2.4.3a} [Nuclear Control 2] (IC2NuclearControl-2.4.3a.jar)
UCH immersiveintegration{0.6.8} [Immersive Integration] (immersiveintegration-0.6.8.jar)
UCH inpure|core{1.7.10R1.0.0B9} [INpureCore] (INpureCore-[1.7.10]1.0.0B9-62.jar)
UCH InventoryPets{1.5.2} [Inventory Pets] (inventorypets-1.7.10-1.5.2-universal.jar)
UCH inventorytweaks{1.59-dev-152-cf6e263} [Inventory Tweaks] (InventoryTweaks-1.59-dev-152.jar)
UCH IronChest{6.0.62.742} [Iron Chest] (ironchest-1.7.10-6.0.62.742-universal.jar)
UCH JABBA{1.2.2} [JABBA] (Jabba-1.2.2_1.7.10.jar)
UCH journeymap{5.1.4p2} [JourneyMap] (journeymap-1.7.10-5.1.4p2-unlimited.jar)
UCH KeepingInventory{2.1} [Keeping Inventory] (KeepingInventory-1.7.10-2.1.jar)
UCH LotsOfFood{1.7.10} [Lots of Food] (Lots+of+Food-1.7.10+v7.jar)
UCH MineFactoryReloaded|CompatAppliedEnergistics{1.7.10R2.8.1} [MFR Compat: Applied Energistics] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UCH MineFactoryReloaded|CompatBuildCraft{1.7.10R2.8.1} [MFR Compat: BuildCraft] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UCH MineFactoryReloaded|CompatForestry{1.7.10R2.8.1} [MFR Compat: Forestry] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UCH MineFactoryReloaded|CompatForgeMicroblock{1.7.10R2.8.1} [MFR Compat: ForgeMicroblock] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UCH MineFactoryReloaded|CompatIC2{1.7.10R2.8.1} [MFR Compat: IC2] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UCH MineFactoryReloaded|CompatRailcraft{1.7.10R2.8.1} [MFR Compat: Railcraft] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UCH MineFactoryReloaded|CompatThaumcraft{1.7.10R2.8.1} [MFR Compat: Thaumcraft] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UCH MineFactoryReloaded|CompatThermalExpansion{1.7.10R2.8.1} [MFR Compat: Thermal Expansion] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UCH MineFactoryReloaded|CompatTConstruct{1.7.10R2.8.1} [MFR Compat: Tinkers' Construct] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UCH MineFactoryReloaded|CompatTwilightForest{1.7.10R2.8.1} [MFR Compat: TwilightForest] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UCH MineFactoryReloaded|CompatVanilla{1.7.10R2.8.1} [MFR Compat: Vanilla] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UCH modtweaker2{0.9.6} [Mod Tweaker 2] (ModTweaker2-0.9.6.jar)
UCH Morpheus{1.7.10-1.6.21} [Morpheus] (Morpheus-1.7.10-1.6.21.jar)
UCH MouseTweaks{2.4.4} [Mouse Tweaks] (MouseTweaks-2.4.4-mc1.7.10.jar)
UCH cfm{3.4.7} [ァ9MrCrayfish's Furniture Mod] (MrCrayfishFurnitureModv3.4.7(1.7.10).jar)
UCH Mystcraft{0.12.3.04} [Mystcraft] (mystcraft-1.7.10-0.12.3.04.jar)
UCH NEIAddons{1.12.14.40} [NEI Addons] (neiaddons-1.12.14.40-mc1.7.10.jar)
UCH NEIAddons|Developer{1.12.14.40} [NEI Addons: Developer Tools] (neiaddons-1.12.14.40-mc1.7.10.jar)
UCH NEIAddons|AppEng{1.12.14.40} [NEI Addons: Applied Energistics 2] (neiaddons-1.12.14.40-mc1.7.10.jar)
UCH NEIAddons|Botany{1.12.14.40} [NEI Addons: Botany] (neiaddons-1.12.14.40-mc1.7.10.jar)
UCH NEIAddons|Forestry{1.12.14.40} [NEI Addons: Forestry] (neiaddons-1.12.14.40-mc1.7.10.jar)
UCH NEIAddons|CraftingTables{1.12.14.40} [NEI Addons: Crafting Tables] (neiaddons-1.12.14.40-mc1.7.10.jar)
UCH NEIAddons|ExNihilo{1.12.14.40} [NEI Addons: Ex Nihilo] (neiaddons-1.12.14.40-mc1.7.10.jar)
UCH neiintegration{1.1.2} [NEI Integration] (NEIIntegration-MC1.7.10-1.1.2.jar)
UCH NetherOres{1.7.10R2.3.1} [Nether Ores] (NetherOres-[1.7.10]2.3.1-22.jar)
UCH neresources{0.1.0.ManuallyBuilt} [Not Enough Resources] (NotEnoughResources-1.7.10-0.1.0-122.jar)
UCH OpenMods{0.10} [OpenMods] (OpenModsLib-1.7.10-0.10.jar)
UCH OpenBlocks{1.6} [OpenBlocks] (OpenBlocks-1.7.10-1.6.jar)
UCH OpenPeripheralCore{1.4} [OpenPeripheralCore] (OpenPeripheralCore-1.7.10-1.4.jar)
UCH OpenPeripheral{0.6} [OpenPeripheralAddons] (OpenPeripheralAddons-1.7.10-0.6.jar)
UCH OpenPeripheralIntegration{0.6} [OpenPeripheralIntegration] (OpenPeripheralIntegration-1.7.10-0.6.jar)
UCH OreSpawn{1.7.10.20.3} [OreSpawn] (orespawn-1.7.10-20.3.zip)
UCH harvestthenether{1.7.10} [Pam's Harvest the Nether] (Pam's Harvest the Nether 1.7.10a.jar)
UCH PowerConverters3{1.7.10-2.11} [Power Converters 3] (PowerConverters-1.7.10-2.11.jar)
UCH RedstoneArsenal{1.7.10R1.1.2} [Redstone Arsenal] (RedstoneArsenal-[1.7.10]1.1.2-92.jar)
UCH libsandstone{1.0.0} [libsandstone] (Reliquary-1.7.10-1.2.1.483.jar)
UCH xreliquary{1.2} [Reliquary] (Reliquary-1.7.10-1.2.1.483.jar)
UCH ResourceLoader{1.3} [Resource Loader] (ResourceLoader-MC1.7.10-1.3.jar)
UCH Roguelike{1.5.0} [Roguelike Dungeons] (roguelike-1.7.10-1.5.0b.jar)
UCH runicdungeons{1.1.7b} [Runic Dungeons] (RunicDungeons-1.1.7b.jar)
UCH simplyjetpacks{1.5.3} [Simply Jetpacks] (SimplyJetpacks-MC1.7.10-1.5.3.jar)
UCH SolarExpansion{1.6a} [Solar Expansion] (SolarExpansion-Basic-1.6a.jar)
UCH SpiceOfLife{1.3.11} [The Spice of Life] (SpiceOfLife-mc1.7.10-1.3.11.jar)
UCH springboards{0.1} [Spring Boards] (Springboards-1.7.10-0.1.jar)
UCH stabilizermod{3.4} [stabilizermod] (Stabilizer-3.4-1.7.10.jar)
UCH StevesWorkshop{0.5.1} [Steve's Workshop] (StevesWorkshop-0.5.1.jar)
UCH StorageDrawers{1.7.10-1.10.8} [Storage Drawers] (StorageDrawers-1.7.10-1.10.8.jar)
UCH StorageDrawersBop{1.7.10-1.1.1} [Storage Drawers: Biomes O' Plenty Pack] (StorageDrawers-BiomesOPlenty-1.7.10-1.1.1.jar)
UCH StorageDrawersForestry{1.7.10-1.1.2} [Storage Drawers: Forestry Pack] (StorageDrawers-Forestry-1.7.10-1.1.2.jar)
UCH StorageDrawersMisc{1.7.10-1.1.2} [Storage Drawers: Misc Pack] (StorageDrawers-Misc-1.7.10-1.1.2.jar)
UCH StorageDrawersNatura{1.7.10-1.1.1} [Storage Drawers: Natura Pack] (StorageDrawers-Natura-1.7.10-1.1.1.jar)
UCH tcinventoryscan{1.0.11} [TC Inventory Scanning] (tcinventoryscan-mc1.7.10-1.0.11.jar)
UCH thaumcraftneiplugin{@VERSION@} [Thaumcraft NEI Plugin] (thaumcraftneiplugin-1.7.10-1.7a.jar)
UCH thaumicenergistics{1.0.0.5} [Thaumic Energistics] (thaumicenergistics-1.0.0.5.jar)
UCH ThaumicExploration{0.6.0} [Thaumic Exploration] (ThaumicExploration-1.7.10-1.1-53.jar)
UCH ThermalDynamics{1.7.10R1.2.1} [Thermal Dynamics] (ThermalDynamics-[1.7.10]1.2.1-172.jar)
UCH TiCTooltips{1.2.5} [TiC Tooltips] (TiCTooltips-mc1.7.10-1.2.5.jar)
UCH tinker_io{release 1.5.0} [Tinker I/O] (tinker_io-1.7.10-release 1.5.0.jar)
UCH tinkersdefense{1.3.7} [Tinkers' Defense] (tinkersdefense-1.3.7.jar)
UCH TMechworks{0.2.15.106} [Tinkers' Mechworks] (TMechworks-1.7.10-0.2.15.106.jar)
UCH Translocator{1.1.2.16} [Translocator] (Translocator-1.7.10-1.1.2.16-universal.jar)
UCH UsefulFood{1.4.5} [UsefulFood] (UsefulFood-1.7.10-1.4.5.jar)
UCH VeinMiner{0.36.0_1.7.10-28a7f13} [Vein Miner] (VeinMiner-1.7.10-0.36.0.496+28a7f13.jar)
UCH VeinMinerModSupport{0.36.0_1.7.10-28a7f13} [Mod Support] (VeinMiner-1.7.10-0.36.0.496+28a7f13.jar)
UCH WailaHarvestability{1.1.6} [Waila Harvestability] (WailaHarvestability-mc1.7.10-1.1.6.jar)
UCH wawla{1.3.1} [What Are We Looking At] (Wawla-1.0.5.120.jar)
UCH witchery{0.24.1} [Witchery] (witchery-1.7.10-0.24.1.jar)
UCH wolfarmor{1.3.0} [Wolf Armor and Storage] (wolfarmor-1.3.0.1.jar)
UCH WR-CBE|Core{1.4.1.9} [WR-CBE Core] (WR-CBE-1.7.10-1.4.1.9-universal.jar)
UCH WR-CBE|Addons{1.4.1.9} [WR-CBE Addons] (WR-CBE-1.7.10-1.4.1.9-universal.jar)
UCH WR-CBE|Logic{1.4.1.9} [WR-CBE Logic] (WR-CBE-1.7.10-1.4.1.9-universal.jar)
UCH XaeroMinimap{1.15.3} [Xaero's Minimap] (Xaeros_Minimap_1.15.3_Forge_1.7.10.jar)
UCH McMultipart{1.2.0.345} [Minecraft Multipart Plugin] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
UCH ForgeRelocation{0.0.1.4} [ForgeRelocation] (ForgeRelocation-0.0.1.4-universal.jar)
UCH MCFrames{1.0} [MCFrames] (ForgeRelocation-0.0.1.4-universal.jar)
UCH RelocationFMP{0.0.1.2} [RelocationFMP] (ForgeRelocationFMP-0.0.1.2-universal.jar)
UCH MrTJPCoreMod{1.1.0.33} [MrTJPCore] (MrTJPCore-1.1.0.33-universal.jar)
UCH aobd{2.9.2} [Another One Bites The Dust] (AOBD-2.9.2.jar)
UCH denseores{1.0} [Dense Ores] (denseores-1.6.2.jar)
UCH ForgeMicroblock{1.2.0.345} [Forge Microblocks] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
UD MineFactoryReloaded|CompatAtum{1.7.10R2.8.1} [MFR Compat: Atum] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UD MineFactoryReloaded|CompatBackTools{1.7.10R2.8.1} [MFR Compat: BackTools] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UD MineFactoryReloaded|CompatChococraft{1.7.10R2.8.1} [MFR Compat: Chococraft] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UD MineFactoryReloaded|CompatExtraBiomes{1.7.10R2.8.1} [MFR Compat: ExtraBiomes] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UD MineFactoryReloaded|CompatProjRed{1.7.10R2.8.1} [MFR Compat ProjectRed] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UD MineFactoryReloaded|CompatSufficientBiomes{1.7.10R2.8.1} [MFR Compat: Sufficient Biomes] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
[14:52:56] [Client thread/ERROR]: The following problems were captured during this phase
[14:52:56] [Client thread/ERROR]: Caught exception from BiomesOPlenty
java.lang.ArrayIndexOutOfBoundsException: 118
at net.minecraft.potion.Potion.<init>(Potion.java:68) ~[rv.class:?]
at biomesoplenty.common.potions.PotionParalysis.<init>(PotionParalysis.java:13) ~[PotionParalysis.class:?]
at biomesoplenty.common.core.BOPPotions.init(BOPPotions.java:22) ~[BOPPotions.class:?]
at biomesoplenty.BiomesOPlenty.preInit(BiomesOPlenty.java:51) ~[BiomesOPlenty.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_51]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51]
at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51]
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532) ~[forge-1.7.10-10.13.4.1614-1.7.10.jar:?]
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source) ~[?:?]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51]
at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51]
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.1614-1.7.10.jar:?]
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190) ~[forge-1.7.10-10.13.4.1614-1.7.10.jar:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_51]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51]
at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51]
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_51]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_51]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51]
at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
[14:52:56] [Client thread/INFO]: [net.minecraft.client.Minecraft:func_71377_b:349]: ---- Minecraft Crash Report ----
// Oops.
Time: 12/5/18 2:52 PM
Description: Initializing game
java.lang.ArrayIndexOutOfBoundsException: 118
at net.minecraft.potion.Potion.<init>(Potion.java:68)
at biomesoplenty.common.potions.PotionParalysis.<init>(PotionParalysis.java:13)
at biomesoplenty.common.core.BOPPotions.init(BOPPotions.java:22)
at biomesoplenty.BiomesOPlenty.preInit(BiomesOPlenty.java:51)
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:497)
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:497)
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:497)
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:497)
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.potion.Potion.<init>(Potion.java:68)
at biomesoplenty.common.potions.PotionParalysis.<init>(PotionParalysis.java:13)
at biomesoplenty.common.core.BOPPotions.init(BOPPotions.java:22)
at biomesoplenty.BiomesOPlenty.preInit(BiomesOPlenty.java:51)
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:497)
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:497)
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:497)
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)
-- Initialization --
Details:
Stacktrace:
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:497)
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 10 (amd64) version 10.0
Java Version: 1.8.0_51, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 3046664280 bytes (2905 MB) / 4524605440 bytes (4315 MB) up to 8589934592 bytes (8192 MB)
JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx9216m -Xms256m -XX:PermSize=256m
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.1614 218 mods loaded, 212 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.1614-1.7.10.jar)
UCH Forge{10.13.4.1614} [Minecraft Forge] (forge-1.7.10-10.13.4.1614-1.7.10.jar)
UCH appliedenergistics2-core{rv3-beta-6} [Applied Energistics 2 Core] (minecraft.jar)
UCH Aroma1997Core{1.0.2.16} [Aroma1997Core] (Aroma1997Core-1.7.10-1.0.2.16.jar)
UCH CodeChickenCore{1.0.7.47} [CodeChicken Core] (minecraft.jar)
UCH NotEnoughItems{1.0.5.120} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.5.120-universal.jar)
UCH ThE-core{1.0.0.1} [Thaumic Energistics Core] (minecraft.jar)
UCH ThaumicTinkerer-preloader{0.1} [Thaumic Tinkerer Core] (minecraft.jar)
UCH ChocoPatcher{1.1} [Choco Patcher] (minecraft.jar)
UCH OpenModsCore{0.10} [OpenModsCore] (minecraft.jar)
UCH <CoFH ASM>{000} [CoFH ASM] (minecraft.jar)
UCH BinniePatcher{1.8.2} [Binnie Patcher] (minecraft.jar)
UCH FastCraft{1.23} [FastCraft] (fastcraft-1.23.jar)
UCH debug{1.0} [debug] (denseores-1.6.2.jar)
UCH lucky{5.1.0} [Lucky Block] ([1-7-10]_Lucky_Block_v5-1-0.jar)
UCH moEatableSwords{1.7.2} [moSwords Mod Eatables] ([1.7.10]+moSwords+v3b.jar)
UCH moSwords{v3} [Mo Swords Mod] ([1.7.10]+moSwords+v3b.jar)
UCH fastfood{0.1.2} [Fast Food] ([1.7.10]Fast Food-0.1.2.jar)
UCH movillages{1.4.2} [Mo' Villages] ([1.7.10]MoVillages-1.4.2.jar)
UCH bspkrsCore{6.15} [bspkrsCore] ([1.7.10]bspkrsCore-universal-6.15.jar)
UCH StartingInventory{1.7.10.r03} [StartingInventory] ([1.7.10]StartingInventory-universal-1.7.10.r03.jar)
UCH CoFHCore{1.7.10R3.1.4} [CoFH Core] (CoFHCore-[1.7.10]3.1.4-329.jar)
UCH BuildCraft|Core{7.1.23} [BuildCraft] (buildcraft-7.1.23.jar)
UCH BuildCraft|Energy{7.1.23} [BC Energy] (buildcraft-7.1.23.jar)
UCH ActuallyAdditions{1.7.10-r21} [Actually Additions] (ActuallyAdditions-1.7.10-r21.jar)
UCH BuildCraft|Transport{7.1.23} [BC Transport] (buildcraft-7.1.23.jar)
UCH BuildCraft|Factory{7.1.23} [BC Factory] (buildcraft-7.1.23.jar)
UCH BuildCraft|Silicon{7.1.23} [BC Silicon] (buildcraft-7.1.23.jar)
UCH BuildCraft|Robotics{7.1.23} [BC Robotics] (buildcraft-7.1.23.jar)
UCH ComputerCraft{1.75} [ComputerCraft] (ComputerCraft1.75.jar)
UCH Mantle{1.7.10-0.3.2.jenkins191} [Mantle] (Mantle-1.7.10-0.3.2b.jar)
UCH Natura{2.2.0} [Natura] (natura-1.7.10-2.2.0.1.jar)
UCE BiomesOPlenty{2.1.0} [Biomes O' Plenty] (BiomesOPlenty-1.7.10-2.1.0.1889-universal.jar)
UCH IC2{2.2.827-experimental} [IndustrialCraft 2] (industrialcraft-2-2.2.827-experimental.jar)
UCH Forestry{4.2.16.64} [Forestry for Minecraft] (forestry_1.7.10-4.2.16.64.jar)
UCH Baubles{1.0.1.10} [Baubles] (Baubles-1.7.10-1.0.1.10.jar)
UCH Thaumcraft{4.2.3.5} [Thaumcraft] (Thaumcraft-1.7.10-4.2.3.5.jar)
UCH ThermalFoundation{1.7.10R1.2.6} [Thermal Foundation] (ThermalFoundation-[1.7.10]1.2.6-118.jar)
UCH thermaltinkering{1.0} [Thermal Tinkering] (ThermalTinkering-1.7.10-1.2.1.jar)
UCH ThermalExpansion{1.7.10R4.1.5} [Thermal Expansion] (ThermalExpansion-[1.7.10]4.1.5-248.jar)
UCH LogisticsPipes{0.9.3.132} [Logistics Pipes] (logisticspipes-0.9.3.132.jar)
UCH additionalpipes{4.7.7} [Additional Pipes] (additionalpipes-4.7.7.jar)
UCH AgriCraft{1.7.10-1.5.0} [AgriCraft] (AgriCraft-1.7.10-1.5.0.jar)
UCH AppleCore{3.1.1} [AppleCore] (AppleCore-mc1.7.10-3.1.1.jar)
UCH appliedenergistics2{rv3-beta-6} [Applied Energistics 2] (appliedenergistics2-rv3-beta-6.jar)
UCH aquaticabyss{1.1.1} [Aquatic Abyss] (AquaticAbyss-1.7.10-1.1.1.jar)
UCH Aroma1997CoreHelper{1.0.2.16} [Aroma1997Core|Helper] (Aroma1997Core-1.7.10-1.0.2.16.jar)
UCH Aroma1997sDimension{1.0} [Aroma1997's Dimensional World] (Aroma1997s-Dimensional-World-1.7.10-1.1.0.1.jar)
UCH AromaBackup{0.1.0.0} [AromaBackup] (AromaBackup-1.7.10-0.1.0.0.jar)
UCH AromaBackupRecovery{1.0} [AromaBackup Recovery] (AromaBackup-1.7.10-0.1.0.0.jar)
UCH AWWayofTime{v1.3.3} [Blood Magic: Alchemical Wizardry] (BloodMagic-1.7.10-1.3.3-17.jar)
UCH Botania{r1.8-249} [Botania] (Botania r1.8-249.jar)
UCH Avaritia{1.11} [Avaritia] (Avaritia-1.11.jar)
UCH BattleTowers{1.5.1} [Battle Towers] (BattleTowers-1.7.10.jar)
UCH bdlib{1.9.4.109} [BD Lib] (bdlib-1.9.4.109-mc1.7.10.jar)
UCH betterbuilderswands{0.8.1} [Better Builder's Wands] (BetterBuildersWands-0.8.1-1.7.10r92+aec06c3.jar)
UCH BiblioCraft{1.11.7} [BiblioCraft] (BiblioCraft[v1.11.7][MC1.7.10].jar)
UCH BiblioWoodsBoP{1.9} [BiblioWoods Biomes O'Plenty Edition] (BiblioWoods[BiomesOPlenty][v1.9].jar)
UCH BiblioWoodsForestry{1.7} [BiblioWoods Forestry Edition] (BiblioWoods[Forestry][v1.7].jar)
UCH BiblioWoodsNatura{1.5} [BiblioWoods Natura Edition] (BiblioWoods[Natura][v1.5].jar)
UCH BigReactors{0.4.3A} [Big Reactors] (BigReactors-0.4.3A.jar)
UCH BinnieCore{2.0-pre14} [Binnie Core] (binnie-mods-2.0-pre14.jar)
UCH Botany{2.0-pre14} [Botany] (binnie-mods-2.0-pre14.jar)
UCH ExtraBees{2.0-pre14} [Extra Bees] (binnie-mods-2.0-pre14.jar)
UCH ExtraTrees{2.0-pre14} [Extra Trees] (binnie-mods-2.0-pre14.jar)
UCH Genetics{2.0-pre14} [Genetics] (binnie-mods-2.0-pre14.jar)
UCH birdsfoods{3.1 - [1.7.10]} [Bird's Foods] (birdsfoods-1.7.10 - 3.1.jar)
UCH blockarmor{1.1} [Block Armor] (BlockArmor-1.7.10-1.1.jar)
UCH BrandonsCore{1.0.0.12} [Brandon's Core] (BrandonsCore-1.0.0.12.jar)
UCH BuildCraft|Builders{7.1.23} [BC Builders] (buildcraft-7.1.23.jar)
UCH BuildCraft|Compat{7.1.7} [BuildCraft Compat] (buildcraft-compat-7.1.7.jar)
UCH eureka{3.0.2} [Eureka] (Eureka-1.7.10-3.0.2.jar)
UCH bcadditions{2.2.5} [BuildCraft Additions] (BuildcraftAdditions-1.7.10-2.2.5.jar)
UCH ChickenChunks{1.3.4.19} [ChickenChunks] (ChickenChunks-1.7.10-1.3.4.19-universal.jar)
UCH Railcraft{9.12.2.0} [Railcraft] (Railcraft_1.7.10-9.12.2.0.jar)
UCH TwilightForest{2.3.7} [The Twilight Forest] (twilightforest-1.7.10-2.3.7.jar)
UCH ForgeMultipart{1.2.0.345} [Forge Multipart] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
UCH chisel{2.9.5.11} [Chisel] (Chisel-2.9.5.11.jar)
UCH cookingbook{1.0.140} [Cooking for Blockheads] (cookingbook-mc1.7.10-1.0.140.jar)
UCH MineTweaker3{3.0.13} [MineTweaker 3] (CraftTweaker-1.7.10-3.0.13.jar)
UCH creeperhost{unspecified} [CreeperHost] (creeperhost-1.7.10-1.1.0.jar)
UCH CustomMainMenu{1.9.2} [Custom Main Menu] (CustomMainMenu-MC1.7.10-1.9.2.jar)
UCH PTRModelLib{1.0.0} [PTRModelLib] (Decocraft-2.4.2_1.7.10.jar)
UCH props{2.4.2} [Decocraft] (Decocraft-2.4.2_1.7.10.jar)
UCH dldungeonsjdg{1.11.0.1} [Doomlike Dungeons] (DoomlikeDungeons-1.11.0.1-MC1.7.10.jar)
UCH DraconicEvolution{1.0.2h} [Draconic Evolution] (Draconic-Evolution-1.7.10-1.0.2h.jar)
UCH druidry{2018.6.16-1.7.10} [ァ2Druidry] (druidry-2018.10.11-1.7.10.jar)
UCH endercore{1.7.10-0.2.0.39_beta} [EnderCore] (EnderCore-1.7.10-0.2.0.39_beta.jar)
UCH MineFactoryReloaded{1.7.10R2.8.1} [MineFactory Reloaded] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UCH Waila{1.5.10} [Waila] (Waila-1.5.10_1.7.10.jar)
UCH EnderIO{1.7.10-2.3.0.429_beta} [Ender IO] (EnderIO-1.7.10-2.3.0.429_beta.jar)
UCH EnderStorage{1.4.7.37} [EnderStorage] (EnderStorage-1.7.10-1.4.7.37-universal.jar)
UCH EnderTech{1.7.10-0.3.2.405} [EnderTech] (EnderTech-1.7.10-0.3.2.405.jar)
UCH EnderZoo{1.7.10-1.0.15.32} [Ender Zoo] (EnderZoo-1.7.10-1.0.15.32.jar)
UCH emf{1.0} [EvenMoreFood] (EvenMoreFood1.1.jar)
UCH golems{1.20} [Extra Golems] (Extra-Golems[1.7.10]-1.20.jar)
UCH ExtraUtilities{1.2.12} [Extra Utilities] (extrautilities-1.2.12.jar)
UCH harvestcraft{1.7.10j} [Pam's HarvestCraft] (Pam's HarvestCraft 1.7.10Lb.jar)
UCH ImmersiveEngineering{0.7.7} [Immersive Engineering] (ImmersiveEngineering-0.7.7.jar)
UCH TConstruct{1.7.10-1.8.8.build988} [Tinkers' Construct] (TConstruct-1.7.10-1.8.8.jar)
UCH ExtraTiC{1.4.6} [ExtraTiC] (ExtraTiC-1.7.10-1.4.6.jar)
UCH extremefoodmod{0.5} [Extreme Food] (ExtremeFood[0.5 Beta-MC 1.7.10].jar)
UCH fastleafdecay{1.4} [Fast Leaf Decay] (FastLeafDecay-1.7.10-1.4.jar)
UCH FoodExpansion{1.0} [Food Expansion] (FoodExpansion1.1.1-mc1.7.10.jar)
UCH ThaumicTinkerer{unspecified} [Thaumic Tinkerer] (ThaumicTinkerer-2.5-1.7.10-512.jar)
UCH ForbiddenMagic{1.7.10-0.575} [Forbidden Magic] (Forbidden Magic-1.7.10-0.575.jar)
UCH FTBL{1.0.18.2} [FTBLib] (FTBLib-1.7.10-1.0.18.3.jar)
UCH FTBT{1.0.2} [FTB Tweaks] (FTBTweaks-1.0.2.jar)
UCH FTBU{1.0.18.2} [FTBUtilities] (FTBUtilities-1.7.10-1.0.18.3.jar)
UCH funkylocomotion{1.0} [Funky Locomotion] (funky-locomotion-1.7.10-beta-7.jar)
UCH gendustry{1.6.3.132} [GenDustry] (gendustry-1.6.3.132-mc1.7.10.jar)
UCH advgenerators{0.9.20.123} [Advanced Generators] (generators-0.9.20.123-mc1.7.10.jar)
UCH GraviSuite{1.7.10-2.0.3} [Graviation Suite] (GraviSuite-1.7.10-2.0.3.jar)
UCH guideapi{1.7.10-1.0.1-20} [Guide-API] (Guide-API-1.7.10-1.0.1-20.jar)
UCH iChunUtil{4.2.3} [iChunUtil] (iChunUtil-4.2.3.jar)
UCH Hats{4.0.1} [Hats] (Hats-4.0.1.jar)
UCH HatStand{4.0.0} [HatStand] (HatStand-4.0.0.jar)
UCH headcrumbs{1.7.4} [Headcrumbs] (Headcrumbs-1.7.4.jar)
UCH HopperDuctMod{1.3.2} [Hopper Ducts] (hopperductmod-1.7.10-1.3.2.jar)
UCH HardcoreQuesting{4.4.4} [Hardcore Questing Mode] (HQM-The Journey-4.4.4.jar)
UCH HungerInPeace{1.0.0} [Hunger In Peace] (HungerInPeace-mc1.7.10-1.0.0.jar)
UCH IC2NuclearControl{2.4.3a} [Nuclear Control 2] (IC2NuclearControl-2.4.3a.jar)
UCH immersiveintegration{0.6.8} [Immersive Integration] (immersiveintegration-0.6.8.jar)
UCH inpure|core{1.7.10R1.0.0B9} [INpureCore] (INpureCore-[1.7.10]1.0.0B9-62.jar)
UCH InventoryPets{1.5.2} [Inventory Pets] (inventorypets-1.7.10-1.5.2-universal.jar)
UCH inventorytweaks{1.59-dev-152-cf6e263} [Inventory Tweaks] (InventoryTweaks-1.59-dev-152.jar)
UCH IronChest{6.0.62.742} [Iron Chest] (ironchest-1.7.10-6.0.62.742-universal.jar)
UCH JABBA{1.2.2} [JABBA] (Jabba-1.2.2_1.7.10.jar)
UCH journeymap{5.1.4p2} [JourneyMap] (journeymap-1.7.10-5.1.4p2-unlimited.jar)
UCH KeepingInventory{2.1} [Keeping Inventory] (KeepingInventory-1.7.10-2.1.jar)
UCH LotsOfFood{1.7.10} [Lots of Food] (Lots+of+Food-1.7.10+v7.jar)
UCH MineFactoryReloaded|CompatAppliedEnergistics{1.7.10R2.8.1} [MFR Compat: Applied Energistics] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UCH MineFactoryReloaded|CompatBuildCraft{1.7.10R2.8.1} [MFR Compat: BuildCraft] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UCH MineFactoryReloaded|CompatForestry{1.7.10R2.8.1} [MFR Compat: Forestry] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UCH MineFactoryReloaded|CompatForgeMicroblock{1.7.10R2.8.1} [MFR Compat: ForgeMicroblock] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UCH MineFactoryReloaded|CompatIC2{1.7.10R2.8.1} [MFR Compat: IC2] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UCH MineFactoryReloaded|CompatRailcraft{1.7.10R2.8.1} [MFR Compat: Railcraft] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UCH MineFactoryReloaded|CompatThaumcraft{1.7.10R2.8.1} [MFR Compat: Thaumcraft] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UCH MineFactoryReloaded|CompatThermalExpansion{1.7.10R2.8.1} [MFR Compat: Thermal Expansion] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UCH MineFactoryReloaded|CompatTConstruct{1.7.10R2.8.1} [MFR Compat: Tinkers' Construct] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UCH MineFactoryReloaded|CompatTwilightForest{1.7.10R2.8.1} [MFR Compat: TwilightForest] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UCH MineFactoryReloaded|CompatVanilla{1.7.10R2.8.1} [MFR Compat: Vanilla] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UCH modtweaker2{0.9.6} [Mod Tweaker 2] (ModTweaker2-0.9.6.jar)
UCH Morpheus{1.7.10-1.6.21} [Morpheus] (Morpheus-1.7.10-1.6.21.jar)
UCH MouseTweaks{2.4.4} [Mouse Tweaks] (MouseTweaks-2.4.4-mc1.7.10.jar)
UCH cfm{3.4.7} [ァ9MrCrayfish's Furniture Mod] (MrCrayfishFurnitureModv3.4.7(1.7.10).jar)
UCH Mystcraft{0.12.3.04} [Mystcraft] (mystcraft-1.7.10-0.12.3.04.jar)
UCH NEIAddons{1.12.14.40} [NEI Addons] (neiaddons-1.12.14.40-mc1.7.10.jar)
UCH NEIAddons|Developer{1.12.14.40} [NEI Addons: Developer Tools] (neiaddons-1.12.14.40-mc1.7.10.jar)
UCH NEIAddons|AppEng{1.12.14.40} [NEI Addons: Applied Energistics 2] (neiaddons-1.12.14.40-mc1.7.10.jar)
UCH NEIAddons|Botany{1.12.14.40} [NEI Addons: Botany] (neiaddons-1.12.14.40-mc1.7.10.jar)
UCH NEIAddons|Forestry{1.12.14.40} [NEI Addons: Forestry] (neiaddons-1.12.14.40-mc1.7.10.jar)
UCH NEIAddons|CraftingTables{1.12.14.40} [NEI Addons: Crafting Tables] (neiaddons-1.12.14.40-mc1.7.10.jar)
UCH NEIAddons|ExNihilo{1.12.14.40} [NEI Addons: Ex Nihilo] (neiaddons-1.12.14.40-mc1.7.10.jar)
UCH neiintegration{1.1.2} [NEI Integration] (NEIIntegration-MC1.7.10-1.1.2.jar)
UCH NetherOres{1.7.10R2.3.1} [Nether Ores] (NetherOres-[1.7.10]2.3.1-22.jar)
UCH neresources{0.1.0.ManuallyBuilt} [Not Enough Resources] (NotEnoughResources-1.7.10-0.1.0-122.jar)
UCH OpenMods{0.10} [OpenMods] (OpenModsLib-1.7.10-0.10.jar)
UCH OpenBlocks{1.6} [OpenBlocks] (OpenBlocks-1.7.10-1.6.jar)
UCH OpenPeripheralCore{1.4} [OpenPeripheralCore] (OpenPeripheralCore-1.7.10-1.4.jar)
UCH OpenPeripheral{0.6} [OpenPeripheralAddons] (OpenPeripheralAddons-1.7.10-0.6.jar)
UCH OpenPeripheralIntegration{0.6} [OpenPeripheralIntegration] (OpenPeripheralIntegration-1.7.10-0.6.jar)
UCH OreSpawn{1.7.10.20.3} [OreSpawn] (orespawn-1.7.10-20.3.zip)
UCH harvestthenether{1.7.10} [Pam's Harvest the Nether] (Pam's Harvest the Nether 1.7.10a.jar)
UCH PowerConverters3{1.7.10-2.11} [Power Converters 3] (PowerConverters-1.7.10-2.11.jar)
UCH RedstoneArsenal{1.7.10R1.1.2} [Redstone Arsenal] (RedstoneArsenal-[1.7.10]1.1.2-92.jar)
UCH libsandstone{1.0.0} [libsandstone] (Reliquary-1.7.10-1.2.1.483.jar)
UCH xreliquary{1.2} [Reliquary] (Reliquary-1.7.10-1.2.1.483.jar)
UCH ResourceLoader{1.3} [Resource Loader] (ResourceLoader-MC1.7.10-1.3.jar)
UCH Roguelike{1.5.0} [Roguelike Dungeons] (roguelike-1.7.10-1.5.0b.jar)
UCH runicdungeons{1.1.7b} [Runic Dungeons] (RunicDungeons-1.1.7b.jar)
UCH simplyjetpacks{1.5.3} [Simply Jetpacks] (SimplyJetpacks-MC1.7.10-1.5.3.jar)
UCH SolarExpansion{1.6a} [Solar Expansion] (SolarExpansion-Basic-1.6a.jar)
UCH SpiceOfLife{1.3.11} [The Spice of Life] (SpiceOfLife-mc1.7.10-1.3.11.jar)
UCH springboards{0.1} [Spring Boards] (Springboards-1.7.10-0.1.jar)
UCH stabilizermod{3.4} [stabilizermod] (Stabilizer-3.4-1.7.10.jar)
UCH StevesWorkshop{0.5.1} [Steve's Workshop] (StevesWorkshop-0.5.1.jar)
UCH StorageDrawers{1.7.10-1.10.8} [Storage Drawers] (StorageDrawers-1.7.10-1.10.8.jar)
UCH StorageDrawersBop{1.7.10-1.1.1} [Storage Drawers: Biomes O' Plenty Pack] (StorageDrawers-BiomesOPlenty-1.7.10-1.1.1.jar)
UCH StorageDrawersForestry{1.7.10-1.1.2} [Storage Drawers: Forestry Pack] (StorageDrawers-Forestry-1.7.10-1.1.2.jar)
UCH StorageDrawersMisc{1.7.10-1.1.2} [Storage Drawers: Misc Pack] (StorageDrawers-Misc-1.7.10-1.1.2.jar)
UCH StorageDrawersNatura{1.7.10-1.1.1} [Storage Drawers: Natura Pack] (StorageDrawers-Natura-1.7.10-1.1.1.jar)
UCH tcinventoryscan{1.0.11} [TC Inventory Scanning] (tcinventoryscan-mc1.7.10-1.0.11.jar)
UCH thaumcraftneiplugin{@VERSION@} [Thaumcraft NEI Plugin] (thaumcraftneiplugin-1.7.10-1.7a.jar)
UCH thaumicenergistics{1.0.0.5} [Thaumic Energistics] (thaumicenergistics-1.0.0.5.jar)
UCH ThaumicExploration{0.6.0} [Thaumic Exploration] (ThaumicExploration-1.7.10-1.1-53.jar)
UCH ThermalDynamics{1.7.10R1.2.1} [Thermal Dynamics] (ThermalDynamics-[1.7.10]1.2.1-172.jar)
UCH TiCTooltips{1.2.5} [TiC Tooltips] (TiCTooltips-mc1.7.10-1.2.5.jar)
UCH tinker_io{release 1.5.0} [Tinker I/O] (tinker_io-1.7.10-release 1.5.0.jar)
UCH tinkersdefense{1.3.7} [Tinkers' Defense] (tinkersdefense-1.3.7.jar)
UCH TMechworks{0.2.15.106} [Tinkers' Mechworks] (TMechworks-1.7.10-0.2.15.106.jar)
UCH Translocator{1.1.2.16} [Translocator] (Translocator-1.7.10-1.1.2.16-universal.jar)
UCH UsefulFood{1.4.5} [UsefulFood] (UsefulFood-1.7.10-1.4.5.jar)
UCH VeinMiner{0.36.0_1.7.10-28a7f13} [Vein Miner] (VeinMiner-1.7.10-0.36.0.496+28a7f13.jar)
UCH VeinMinerModSupport{0.36.0_1.7.10-28a7f13} [Mod Support] (VeinMiner-1.7.10-0.36.0.496+28a7f13.jar)
UCH WailaHarvestability{1.1.6} [Waila Harvestability] (WailaHarvestability-mc1.7.10-1.1.6.jar)
UCH wawla{1.3.1} [What Are We Looking At] (Wawla-1.0.5.120.jar)
UCH witchery{0.24.1} [Witchery] (witchery-1.7.10-0.24.1.jar)
UCH wolfarmor{1.3.0} [Wolf Armor and Storage] (wolfarmor-1.3.0.1.jar)
UCH WR-CBE|Core{1.4.1.9} [WR-CBE Core] (WR-CBE-1.7.10-1.4.1.9-universal.jar)
UCH WR-CBE|Addons{1.4.1.9} [WR-CBE Addons] (WR-CBE-1.7.10-1.4.1.9-universal.jar)
UCH WR-CBE|Logic{1.4.1.9} [WR-CBE Logic] (WR-CBE-1.7.10-1.4.1.9-universal.jar)
UCH XaeroMinimap{1.15.3} [Xaero's Minimap] (Xaeros_Minimap_1.15.3_Forge_1.7.10.jar)
UCH McMultipart{1.2.0.345} [Minecraft Multipart Plugin] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
UCH ForgeRelocation{0.0.1.4} [ForgeRelocation] (ForgeRelocation-0.0.1.4-universal.jar)
UCH MCFrames{1.0} [MCFrames] (ForgeRelocation-0.0.1.4-universal.jar)
UCH RelocationFMP{0.0.1.2} [RelocationFMP] (ForgeRelocationFMP-0.0.1.2-universal.jar)
UCH MrTJPCoreMod{1.1.0.33} [MrTJPCore] (MrTJPCore-1.1.0.33-universal.jar)
UCH aobd{2.9.2} [Another One Bites The Dust] (AOBD-2.9.2.jar)
UCH denseores{1.0} [Dense Ores] (denseores-1.6.2.jar)
UCH ForgeMicroblock{1.2.0.345} [Forge Microblocks] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
UD MineFactoryReloaded|CompatAtum{1.7.10R2.8.1} [MFR Compat: Atum] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UD MineFactoryReloaded|CompatBackTools{1.7.10R2.8.1} [MFR Compat: BackTools] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UD MineFactoryReloaded|CompatChococraft{1.7.10R2.8.1} [MFR Compat: Chococraft] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UD MineFactoryReloaded|CompatExtraBiomes{1.7.10R2.8.1} [MFR Compat: ExtraBiomes] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UD MineFactoryReloaded|CompatProjRed{1.7.10R2.8.1} [MFR Compat ProjectRed] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UD MineFactoryReloaded|CompatSufficientBiomes{1.7.10R2.8.1} [MFR Compat: Sufficient Biomes] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
GL info: ' Vendor: 'Intel' Version: '4.4.0 - Build 20.19.15.4703' Renderer: 'Intel(R) HD Graphics 5500'
OpenModsLib class transformers: [stencil_patches:FINISHED],[movement_callback:FINISHED],[player_damage_hook:FINISHED],[map_gen_fix:FINISHED],[gl_capabilities_hook:FINISHED],[player_render_hook:FINISHED]
Class transformer null safety: found misbehaving transformers: me.guichaguri.betterfps.transformers.MathTransformer(me.guichaguri.betterfps.transformers.MathTransformer@4bc73b0f) returned non-null result: 0,me.guichaguri.betterfps.transformers.EventTransformer(me.guichaguri.betterfps.transformers.EventTransformer@1ff228b1) returned non-null result: 0
CoFHCore: -[1.7.10]3.1.4-329
Mantle Environment: Environment healthy.
ThermalFoundation: -[1.7.10]1.2.6-118
ThermalExpansion: -[1.7.10]4.1.5-248
AE2 Version: beta rv3-beta-6 for Forge 10.13.4.1448
MineFactoryReloaded: -[1.7.10]2.8.1-174
TConstruct Environment: Environment healthy.
NetherOres: -[1.7.10]2.3.1-22
RedstoneArsenal: -[1.7.10]1.1.2-92
ThermalDynamics: -[1.7.10]1.2.1-172
List of loaded APIs:
* ActuallyAdditionsAPI (3) from ActuallyAdditions-1.7.10-r21.jar
* AgriCraftAPI (1.0) from AgriCraft-1.7.10-1.5.0.jar
* apAPI (2) from additionalpipes-4.7.7.jar
* AppleCoreAPI (3.1.0) from AppleCore-mc1.7.10-3.1.1.jar
* appliedenergistics2|API (rv3) from appliedenergistics2-rv3-beta-6.jar
* AromaBackupAPI (1.0) from AromaBackup-1.7.10-0.1.0.0.jar
* Baubles|API (1.0.1.10) from Baubles-1.7.10-1.0.1.10.jar
* bcadditionsAPI (2.1.1) from BuildcraftAdditions-1.7.10-2.2.5.jar
* BiomesOPlentyAPI (1.0.0) from BiomesOPlenty-1.7.10-2.1.0.1889-universal.jar
* BloodMagicAPI (1.3.3-13) from BloodMagic-1.7.10-1.3.3-17.jar
* BotaniaAPI (61) from Avaritia-1.11.jar
* BuildCraftAPI|blocks (1.0) from Railcraft_1.7.10-9.12.2.0.jar
* BuildCraftAPI|blueprints (1.5) from buildcraft-7.1.23.jar
* BuildCraftAPI|boards (2.0) from buildcraft-7.1.23.jar
* BuildCraftAPI|core (1.0) from SolarExpansion-Basic-1.6a.jar
* BuildCraftAPI|crops (1.1) from Railcraft_1.7.10-9.12.2.0.jar
* BuildCraftAPI|events (2.0) from buildcraft-7.1.23.jar
* BuildCraftAPI|facades (1.1) from buildcraft-7.1.23.jar
* BuildCraftAPI|filler (4.0) from buildcraft-7.1.23.jar
* BuildCraftAPI|fuels (2.0) from buildcraft-7.1.23.jar
* BuildCraftAPI|gates (4.1) from buildcraft-7.1.23.jar
* BuildCraftAPI|items (1.1) from Railcraft_1.7.10-9.12.2.0.jar
* BuildCraftAPI|library (2.0) from Railcraft_1.7.10-9.12.2.0.jar
* BuildCraftAPI|lists (1.0) from Railcraft_1.7.10-9.12.2.0.jar
* BuildCraftAPI|power (1.3) from buildcraft-7.1.23.jar
* BuildCraftAPI|recipes (3.1) from buildcraft-7.1.23.jar
* BuildCraftAPI|robotics (3.0) from buildcraft-7.1.23.jar
* BuildCraftAPI|statements (1.1) from Railcraft_1.7.10-9.12.2.0.jar
* BuildCraftAPI|tablet (1.0) from buildcraft-7.1.23.jar
* BuildCraftAPI|tiles (1.2) from buildcraft-7.1.23.jar
* BuildCraftAPI|tools (1.0) from SolarExpansion-Basic-1.6a.jar
* BuildCraftAPI|transport (4.1) from buildcraft-7.1.23.jar
* ChiselAPI (0.1.1) from Chisel-2.9.5.11.jar
* ChiselAPI|Carving (0.1.1) from Chisel-2.9.5.11.jar
* ChiselAPI|Rendering (0.1.1) from Chisel-2.9.5.11.jar
* CoFHAPI (1.7.10R1.0.2) from BrandonsCore-1.0.0.12.jar
* CoFHAPI|block (1.7.10R1.0.3) from SolarExpansion-Basic-1.6a.jar
* CoFHAPI|core (1.7.10R1.3.1) from CoFHCore-[1.7.10]3.1.4-329.jar
* CoFHAPI|energy (1.7.10R1.0.13B1) from extrautilities-1.2.12.jar
* CoFHAPI|fluid (1.7.10R1.3.1) from CoFHCore-[1.7.10]3.1.4-329.jar
* CoFHAPI|inventory (1.7.10R1.0.3) from SolarExpansion-Basic-1.6a.jar
* CoFHAPI|item (1.7.10R1.0.13B1) from extrautilities-1.2.12.jar
* CoFHAPI|items (1.7.10R1.0.3) from SolarExpansion-Basic-1.6a.jar
* CoFHAPI|modhelpers (1.7.10R1.1.0) from EnderTech-1.7.10-0.3.2.405.jar
* CoFHAPI|tileentity (1.7.10R1.0.13B2) from CoFHLib-[1.7.10]1.2.1-185.jar
* CoFHAPI|transport (1.7.10R1.1.0) from EnderTech-1.7.10-0.3.2.405.jar
* CoFHAPI|world (1.7.10R1.0.13B2) from CoFHLib-[1.7.10]1.2.1-185.jar
* CoFHLib (1.7.10R1.0.4B1) from EnderTech-1.7.10-0.3.2.405.jar
* CoFHLib|audio (1.7.10R1.2.1) from CoFHCore-[1.7.10]3.1.4-329.jar
* CoFHLib|gui (1.7.10R1.2.1) from CoFHCore-[1.7.10]3.1.4-329.jar
* CoFHLib|gui|container (1.7.10R1.0.4B1) from EnderTech-1.7.10-0.3.2.405.jar
* CoFHLib|gui|element (1.7.10R1.0.3B3) from CoFHLib-[1.7.10]1.2.1-185.jar
* CoFHLib|gui|element|listbox (1.7.10R1.2.1) from CoFHCore-[1.7.10]3.1.4-329.jar
* CoFHLib|gui|slot (1.7.10R1.2.1) from CoFHCore-[1.7.10]3.1.4-329.jar
* CoFHLib|inventory (1.7.10R1.0.3B3) from CoFHLib-[1.7.10]1.2.1-185.jar
* CoFHLib|render (1.7.10R1.0.3B3) from CoFHLib-[1.7.10]1.2.1-185.jar
* CoFHLib|render|particle (1.7.10R1.2.1) from CoFHCore-[1.7.10]3.1.4-329.jar
* CoFHLib|util (1.7.10R1.2.1) from CoFHCore-[1.7.10]3.1.4-329.jar
* CoFHLib|util|helpers (1.7.10R1.0.4B1) from EnderTech-1.7.10-0.3.2.405.jar
* CoFHLib|util|position (1.7.10R1.0.3B3) from CoFHLib-[1.7.10]1.2.1-185.jar
* CoFHLib|world (1.7.10R1.0.3B3) from CoFHLib-[1.7.10]1.2.1-185.jar
* CoFHLib|world|feature (1.7.10R1.0.4B1) from EnderTech-1.7.10-0.3.2.405.jar
* ComputerCraft|API (1.75) from ComputerCraft1.75.jar
* ComputerCraft|API|FileSystem (1.75) from ComputerCraft1.75.jar
* ComputerCraft|API|Lua (1.75) from ComputerCraft1.75.jar
* ComputerCraft|API|Media (1.75) from ComputerCraft1.75.jar
* ComputerCraft|API|Peripheral (1.75) from ComputerCraft1.75.jar
* ComputerCraft|API|Permissions (1.75) from ComputerCraft1.75.jar
* ComputerCraft|API|Redstone (1.75) from ComputerCraft1.75.jar
* ComputerCraft|API|Turtle (1.75) from ComputerCraft1.75.jar
* creeperhost|api (1.0) from creeperhost-1.7.10-1.1.0.jar
* CSLib|API (0.3.0) from Decocraft-2.4.2_1.7.10.jar
* DLDungeonsAPI (1.4) from DoomlikeDungeons-1.11.0.1-MC1.7.10.jar
* DraconicEvolution|API (1.2) from Draconic-Evolution-1.7.10-1.0.2h.jar
* EnderIOAPI (0.0.2) from EnderIO-1.7.10-2.3.0.429_beta.jar
* EnderIOAPI|Redstone (0.0.2) from EnderIO-1.7.10-2.3.0.429_beta.jar
* EnderIOAPI|Teleport (0.0.2) from EnderIO-1.7.10-2.3.0.429_beta.jar
* EnderIOAPI|Tools (0.0.2) from EnderIO-1.7.10-2.3.0.429_beta.jar
* ForestryAPI|apiculture (4.8.0) from forestry_1.7.10-4.2.16.64.jar
* ForestryAPI|arboriculture (4.2.1) from forestry_1.7.10-4.2.16.64.jar
* ForestryAPI|circuits (3.1.0) from forestry_1.7.10-4.2.16.64.jar
* ForestryAPI|core (5.0.0) from forestry_1.7.10-4.2.16.64.jar
* ForestryAPI|farming (2.1.0) from forestry_1.7.10-4.2.16.64.jar
* ForestryAPI|food (1.1.0) from forestry_1.7.10-4.2.16.64.jar
* ForestryAPI|fuels (2.0.1) from forestry_1.7.10-4.2.16.64.jar
* ForestryAPI|genetics (4.7.1) from forestry_1.7.10-4.2.16.64.jar
* ForestryAPI|hives (4.1.0) from forestry_1.7.10-4.2.16.64.jar
* ForestryAPI|lepidopterology (1.3.0) from forestry_1.7.10-4.2.16.64.jar
* ForestryAPI|mail (3.0.0) from forestry_1.7.10-4.2.16.64.jar
* ForestryAPI|multiblock (3.0.0) from forestry_1.7.10-4.2.16.64.jar
* ForestryAPI|recipes (5.4.0) from forestry_1.7.10-4.2.16.64.jar
* ForestryAPI|storage (3.0.0) from forestry_1.7.10-4.2.16.64.jar
* ForestryAPI|world (2.1.0) from forestry_1.7.10-4.2.16.64.jar
* ForgeRelocation|API (0.0.1.4) from ForgeRelocation-0.0.1.4-universal.jar
* gendustryAPI (2.3.0) from gendustry-1.6.3.132-mc1.7.10.jar
* Guide-API|API (1.7.10-1.0.1-20) from Guide-API-1.7.10-1.0.1-20.jar
* IC2API (1.0) from Railcraft_1.7.10-9.12.2.0.jar
* ImmersiveEngineering|API (1.0) from ImmersiveEngineering-0.7.7.jar
* inpure|api (1.7) from INpureCore-[1.7.10]1.0.0B9-62.jar
* McJtyLib (1.8.1) from mcjtylib-1.8.1.jar
* Mystcraft|API (0.1) from mystcraft-1.7.10-0.12.3.04.jar
* neresources|API (1.0) from NotEnoughResources-1.7.10-0.1.0-122.jar
* NuclearControlAPI (v1.0.5) from IC2NuclearControl-2.4.3a.jar
* OpenBlocks|API (1.1) from OpenBlocks-1.7.10-1.6.jar
* OpenPeripheralAddonsApi (1.0) from OpenPeripheralAddons-1.7.10-0.6.jar
* OpenPeripheralApi (3.4.2) from OpenPeripheralCore-1.7.10-1.4.jar
* RailcraftAPI|bore (1.0.0) from Railcraft_1.7.10-9.12.2.0.jar
* RailcraftAPI|carts (1.6.0) from Railcraft_1.7.10-9.12.2.0.jar
* RailcraftAPI|core (1.5.0) from Railcraft_1.7.10-9.12.2.0.jar
* RailcraftAPI|crafting (1.0.0) from ImmersiveEngineering-0.7.7.jar
* RailcraftAPI|electricity (2.0.0) from Railcraft_1.7.10-9.12.2.0.jar
* RailcraftAPI|events (1.0.0) from Railcraft_1.7.10-9.12.2.0.jar
* RailcraftAPI|fuel (1.0.0) from Railcraft_1.7.10-9.12.2.0.jar
* RailcraftAPI|helpers (1.1.0) from Railcraft_1.7.10-9.12.2.0.jar
* RailcraftAPI|items (1.0.0) from Railcraft_1.7.10-9.12.2.0.jar
* RailcraftAPI|locomotive (1.1.0) from Railcraft_1.7.10-9.12.2.0.jar
* RailcraftAPI|signals (2.3.0) from Railcraft_1.7.10-9.12.2.0.jar
* RailcraftAPI|tracks (2.3.0) from Railcraft_1.7.10-9.12.2.0.jar
* StorageDrawersAPI (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.10.8.jar
* StorageDrawersAPI|config (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.10.8.jar
* StorageDrawersAPI|event (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.10.8.jar
* StorageDrawersAPI|inventory (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.10.8.jar
* StorageDrawersAPI|pack (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.10.8.jar
* StorageDrawersAPI|registry (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.10.8.jar
* StorageDrawersAPI|render (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.10.8.jar
* StorageDrawersAPI|storage (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.10.8.jar
* StorageDrawersAPI|storage-attribute (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.10.8.jar
* Thaumcraft|API (4.2.2.0) from RunicDungeons-1.1.7b.jar
* thaumicenergistics|API (1.1) from thaumicenergistics-1.0.0.5.jar
* VeinMinerApi (0.3) from VeinMiner-1.7.10-0.36.0.496+28a7f13.jar
* WailaAPI (1.2) from Waila-1.5.10_1.7.10.jar
Chisel: Errors like "[FML]: Unable to lookup ..." are NOT the cause of this crash. You can safely ignore these errors. And update forge while you're at it.
EnderIO: Found the following problem(s) with your installation:
* An unknown AE2 API is installed (rv3 from appliedenergistics2-rv3-beta-6.jar).
Ender IO was build against API version rv2 and may or may not work with a newer version.
* The RF API that is being used (1.7.10R1.0.2 from <unknown>) differes from that that is reported as being loaded (1.7.10R1.0.13B1 from extrautilities-1.2.12.jar).
It is a supported version, but that difference may lead to problems.
This may have caused the error. Try reproducing the crash WITHOUT this/these mod(s) before reporting it.
Stencil buffer state: Function set: GL30, pool: forge, bits: 8
Launched Version: forge-10.13.4.1614
LWJGL: 2.9.1
OpenGL: Intel(R) HD Graphics 5500 GL version 4.4.0 - Build 20.19.15.4703, Intel
GL Caps: Using GL 1.3 multitexturing.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Anisotropic filtering is supported and maximum anisotropy is 16.
Shaders are available because OpenGL 2.1 is supported.
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Packs: []
Current Language: English (US)
Profiler Position: N/A (disabled)
Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Anisotropic Filtering: Off (1)
[14:52:56] [Client thread/INFO]: [net.minecraft.client.Minecraft:func_71377_b:359]: #@!@# Game crashed! Crash report saved to: #@!@# C:\Users\Barb\Documents\Curse\Minecraft\Instances\FTB Infinity Evolved\crash-reports\crash-2018-12-05_14.52.56-client.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment