I'm working on a modpack for a video project and wanted Advanced Rocketry for space travel and ReplayMod for some dramatic camera shots. However, when Advanced Rocketry is added to the pack, ReplayMod fails to start recording when the world is loaded. If I disable or remove AR again, it records just fine. I'm not a modmaker myself, so I don't know which mod is triggering the fault.
Here's the log file generated when I start up with AR active:
[15:49:22] [main/INFO]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker
[15:49:22] [main/INFO]: Using primary tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker
[15:49:22] [main/INFO]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLTweaker
[15:49:22] [main/INFO]: Forge Mod Loader version 12.18.3.2221 for Minecraft 1.10.2 loading
[15:49:22] [main/INFO]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_25, running on Windows 10:amd64:10.0, installed at G:\Minecraft\.minecraft\runtime\jre-x64\1.8.0_25
[15:49:22] [main/WARN]: The coremod net.shadowfacts.forgelin.ForgelinPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[15:49:22] [main/WARN]: The coremod invtweaks.forge.asm.FMLPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[15:49:22] [main/INFO]: Loading tweaker optifine.OptiFineForgeTweaker from OptiFine_1.10.2_HD_U_D6.jar
[15:49:22] [main/INFO]: Loading tweaker org.spongepowered.asm.launch.MixinTweaker from replaymod-1.10.2-2.0.0-b3.jar
[15:49:22] [main/INFO]: Loading tweaker org.spongepowered.asm.launch.MixinTweaker from replaymod-1.10.2-2.0.0-b5.jar
[15:49:22] [main/INFO]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[15:49:22] [main/INFO]: Loading tweak class name optifine.OptiFineForgeTweaker
[15:49:22] [main/INFO]: Loading tweak class name org.spongepowered.asm.launch.MixinTweaker
[15:49:22] [main/INFO]: SpongePowered MIXIN Subsystem Version=0.5.9 Source=file:/G:/Minecraft/Mars/mods/replaymod-1.10.2-2.0.0-b3.jar Env=CLIENT
[15:49:22] [main/WARN]: The coremod com.replaymod.core.LoadingPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[15:49:22] [main/INFO]: Compatibility level set to JAVA_8
[15:49:22] [main/WARN]: Tweak class name org.spongepowered.asm.launch.MixinTweaker has already been visited -- skipping
[15:49:22] [main/INFO]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
[15:49:22] [main/INFO]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[15:49:22] [main/INFO]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[15:49:22] [main/INFO]: Calling tweak class optifine.OptiFineForgeTweaker
[15:49:22] [main/INFO]: [optifine.OptiFineForgeTweaker:dbg:56]: OptiFineForgeTweaker: acceptOptions
[15:49:22] [main/INFO]: [optifine.OptiFineForgeTweaker:dbg:56]: OptiFineForgeTweaker: injectIntoClassLoader
[15:49:23] [main/INFO]: [optifine.OptiFineClassTransformer:dbg:266]: OptiFine ClassTransformer
[15:49:23] [main/INFO]: [optifine.OptiFineClassTransformer:dbg:266]: OptiFine URL: file:/G:/Minecraft/Mars/mods/OptiFine_1.10.2_HD_U_D6.jar
[15:49:23] [main/INFO]: [optifine.OptiFineClassTransformer:dbg:266]: OptiFine ZIP file: G:\Minecraft\Mars\mods\OptiFine_1.10.2_HD_U_D6.jar
[15:49:23] [main/INFO]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[15:49:24] [main/INFO]: Found valid fingerprint for Minecraft Forge. Certificate fingerprint e3c3d50c7c986df74c645c0ac54639741c90a557
[15:49:25] [main/INFO]: Found valid fingerprint for Minecraft. Certificate fingerprint cd99959656f753dc28d863b46769f7f8fbaefcfc
[15:49:25] [main/INFO]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[15:49:25] [main/INFO]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[15:49:25] [main/INFO]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[15:49:25] [main/INFO]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[15:49:25] [main/INFO]: Calling tweak class org.spongepowered.asm.launch.MixinTweaker
[15:49:25] [main/INFO]: Initialised Mixin FML Remapper Adapter with net.minecraftforge.fml.common.asm.transformers.deobf.FMLDeobfuscatingRemapper@User781e7326
[15:49:25] [main/WARN]: The coremod com.replaymod.core.LoadingPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[15:49:25] [main/INFO]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
[15:49:25] [main/ERROR]: A critical problem occurred registering the ASM transformer class
java.lang.ClassNotFoundException:
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191) ~[launchwrapper-1.12.jar:?]
at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_25]
at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_25]
at net.minecraft.launchwrapper.LaunchClassLoader.registerTransformer(LaunchClassLoader.java:88) [launchwrapper-1.12.jar:?]
at net.minecraftforge.fml.common.launcher.FMLDeobfTweaker.injectIntoClassLoader(FMLDeobfTweaker.java:46) [forge-1.10.2-12.18.3.2221.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:?]
Caused by: java.lang.NullPointerException
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182) ~[launchwrapper-1.12.jar:?]
... 6 more
[15:49:25] [main/INFO]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[15:49:25] [main/INFO]: Found runtime patcher net.ilexiconn.llibrary.server.core.patcher.LLibraryRuntimePatcher
[15:49:25] [main/INFO]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[15:49:25] [main/INFO]: Found runtime patcher com.jamieswhiteshirt.literalascension.core.patcher.LiteralAscensionRuntimePatcher
[15:49:25] [main/INFO]: Loading tweak class name net.minecraftforge.fml.common.launcher.TerminalTweaker
[15:49:25] [main/INFO]: Loading tweak class name org.spongepowered.asm.mixin.MixinEnvironment$EnvironmentStateTweaker
[15:49:25] [main/INFO]: Calling tweak class net.minecraftforge.fml.common.launcher.TerminalTweaker
[15:49:25] [main/INFO]: Calling tweak class org.spongepowered.asm.mixin.MixinEnvironment$EnvironmentStateTweaker
[15:49:25] [main/INFO]: [optifine.OptiFineForgeTweaker:dbg:56]: OptiFineForgeTweaker: getLaunchArguments
[15:49:26] [main/INFO]: Found runtime patcher com.jamieswhiteshirt.literalascension.core.patcher.LiteralAscensionRuntimePatcher$onInit$1
[15:49:26] [main/INFO]: Launching wrapped minecraft {net.minecraft.client.main.Main}
[15:49:27] [Client thread/INFO]: Patching class net/minecraft/server/MinecraftServer
[15:49:27] [Client thread/INFO]: Patching method run()V
[15:49:27] [Client thread/INFO]: Setting user: Kalabajooie
[15:49:31] [Client thread/INFO]: [OptiFine] *** Reflector Forge ***
[15:49:31] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: mods.betterfoliage.client.BetterFoliageClient
[15:49:31] [Client thread/INFO]: Patching class net/minecraftforge/common/ForgeHooks
[15:49:31] [Client thread/INFO]: Patching method isLivingOnLadder(Lnet/minecraft/block/state/IBlockState;Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/entity/EntityLivingBase;)Z
[15:49:32] [Client thread/INFO]: [OptiFine] *** Reflector Vanilla ***
[15:49:32] [Client thread/WARN]: Skipping bad option: lastServer:
[15:49:32] [Client thread/INFO]: LWJGL Version: 2.9.4
[15:49:33] [Client thread/INFO]: [OptiFine]
[15:49:33] [Client thread/INFO]: [OptiFine] OptiFine_1.10.2_HD_U_D6
[15:49:33] [Client thread/INFO]: [OptiFine] Build: 20170112-180947
[15:49:33] [Client thread/INFO]: [OptiFine] OS: Windows 10 (amd64) version 10.0
[15:49:33] [Client thread/INFO]: [OptiFine] Java: 1.8.0_25, Oracle Corporation
[15:49:33] [Client thread/INFO]: [OptiFine] VM: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
[15:49:33] [Client thread/INFO]: [OptiFine] LWJGL: 2.9.4
[15:49:33] [Client thread/INFO]: [OptiFine] OpenGL: GeForce GTX 750 Ti/PCIe/SSE2, version 4.5.0 NVIDIA 376.53, NVIDIA Corporation
[15:49:33] [Client thread/INFO]: [OptiFine] OpenGL Version: 4.0
[15:49:33] [Client thread/INFO]: [OptiFine] Maximum texture size: 16384x16384
[15:49:33] [Thread-6/INFO]: [OptiFine] Checking for new version
[15:49:33] [Thread-6/INFO]: [OptiFine] Version found: D4
[15:49:33] [Client thread/INFO]: Patching class net/minecraft/client/resources/Locale
[15:49:33] [Client thread/INFO]: Patching method func_135022_a(Lnet/minecraft/client/resources/IResourceManager;Ljava/util/List;)V
[15:49:33] [Client thread/INFO]: Forge Mod Loader has detected optifine OptiFine_1.10.2_HD_U_D6, enabling compatibility features
[15:49:33] [Client thread/INFO]: [net.minecraftforge.fml.client.SplashProgress:start:219]: ---- Minecraft Crash Report ----
WARNING: coremods are present:
LoadingPlugin (replaymod-1.10.2-2.0.0-b3.jar)
LoadingPlugin (replaymod-1.10.2-2.0.0-b5.jar)
ForgelinPlugin (Forgelin-1.2.0.jar)
llibrary (llibrary-1.7.4-1.10.2.jar)
FMLPlugin (InventoryTweaks-1.61-58.jar)
literalascension (literalascension-1.10.2-1.0.1.0.jar)
AdvancedRocketryPlugin (AdvancedRocketry-1.10.2-1.0.12.jar)
Contact their authors BEFORE contacting forge
// Hey, that tickles! Hehehe!
Time: 3/2/17 3:49 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.10.2
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 445677104 bytes (425 MB) / 1030049792 bytes (982 MB) up to 8482586624 bytes (8089 MB)
JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx8G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn1G
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML:
Loaded coremods (and transformers):
LoadingPlugin (replaymod-1.10.2-2.0.0-b3.jar)
LoadingPlugin (replaymod-1.10.2-2.0.0-b5.jar)
ForgelinPlugin (Forgelin-1.2.0.jar)
llibrary (llibrary-1.7.4-1.10.2.jar)
net.ilexiconn.llibrary.server.core.plugin.LLibraryTransformer
net.ilexiconn.llibrary.server.core.patcher.LLibraryRuntimePatcher
FMLPlugin (InventoryTweaks-1.61-58.jar)
invtweaks.forge.asm.ContainerTransformer
literalascension (literalascension-1.10.2-1.0.1.0.jar)
com.jamieswhiteshirt.literalascension.core.patcher.LiteralAscensionRuntimePatcher
AdvancedRocketryPlugin (AdvancedRocketry-1.10.2-1.0.12.jar)
zmaster587.advancedRocketry.asm.ClassTransformer
GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.5.0 NVIDIA 376.53' Renderer: 'GeForce GTX 750 Ti/PCIe/SSE2'
[15:49:34] [Client thread/INFO]: MinecraftForge v12.18.3.2221 Initialized
[15:49:34] [Client thread/INFO]: Replaced 231 ore recipes
[15:49:34] [Client thread/INFO]: [zmaster587.advancedRocketry.asm.ModContainer::21]: ********* CoreDummyContainer. OK
[15:49:34] [Client thread/INFO]: Found 0 mods from the command line. Injecting into mod discoverer
[15:49:34] [Client thread/INFO]: Searching G:\Minecraft\Mars\mods for mods
[15:49:34] [Client thread/INFO]: Mod mercurius_updater is missing the required element 'name'. Substituting mercurius_updater
[15:49:35] [Client thread/WARN]: Mod replaymod-replay is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.10.2-2.0.0-b3
[15:49:35] [Client thread/WARN]: Mod replaymod-simplepathing is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.10.2-2.0.0-b3
[15:49:35] [Client thread/WARN]: Mod replaymod-extras is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.10.2-2.0.0-b3
[15:49:35] [Client thread/WARN]: Mod replaymod-recording is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.10.2-2.0.0-b3
[15:49:35] [Client thread/WARN]: Mod replaymod-online is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.10.2-2.0.0-b3
[15:49:35] [Client thread/WARN]: Mod replaymod is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.10.2-2.0.0-b3
[15:49:35] [Client thread/WARN]: Mod replaymod-compat is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.10.2-2.0.0-b3
[15:49:35] [Client thread/WARN]: Mod replaymod-render is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.10.2-2.0.0-b3
[15:49:37] [Client thread/WARN]: ****************************************
[15:49:37] [Client thread/WARN]: * The modid advancedRocketry is not the same as it's lowercase version. Lowercasing will be enforced in 1.11
[15:49:37] [Client thread/WARN]: * at net.minecraftforge.fml.common.FMLModContainer.sanityCheckModId(FMLModContainer.java:143)
[15:49:37] [Client thread/WARN]: * at net.minecraftforge.fml.common.FMLModContainer.(FMLModContainer.java:128)
[15:49:37] [Client thread/WARN]: * at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
[15:49:37] [Client thread/WARN]: * at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
[15:49:37] [Client thread/WARN]: * at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
[15:49:37] [Client thread/WARN]: * at java.lang.reflect.Constructor.newInstance(Constructor.java:408)...
[15:49:37] [Client thread/WARN]: ****************************************
[15:49:37] [Client thread/WARN]: ****************************************
[15:49:37] [Client thread/WARN]: * The modid Chameleon is not the same as it's lowercase version. Lowercasing will be enforced in 1.11
[15:49:37] [Client thread/WARN]: * at net.minecraftforge.fml.common.FMLModContainer.sanityCheckModId(FMLModContainer.java:143)
[15:49:37] [Client thread/WARN]: * at net.minecraftforge.fml.common.FMLModContainer.(FMLModContainer.java:128)
[15:49:37] [Client thread/WARN]: * at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
[15:49:37] [Client thread/WARN]: * at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
[15:49:37] [Client thread/WARN]: * at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
[15:49:37] [Client thread/WARN]: * at java.lang.reflect.Constructor.newInstance(Constructor.java:408)...
[15:49:37] [Client thread/WARN]: ****************************************
[15:49:37] [Client thread/WARN]: ****************************************
[15:49:37] [Client thread/WARN]: * The modid FastLeaveDecay is not the same as it's lowercase version. Lowercasing will be enforced in 1.11
[15:49:37] [Client thread/WARN]: * at net.minecraftforge.fml.common.FMLModContainer.sanityCheckModId(FMLModContainer.java:143)
[15:49:37] [Client thread/WARN]: * at net.minecraftforge.fml.common.FMLModContainer.(FMLModContainer.java:128)
[15:49:37] [Client thread/WARN]: * at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
[15:49:37] [Client thread/WARN]: * at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
[15:49:37] [Client thread/WARN]: * at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
[15:49:37] [Client thread/WARN]: * at java.lang.reflect.Constructor.newInstance(Constructor.java:408)...
[15:49:37] [Client thread/WARN]: ****************************************
[15:49:37] [Client thread/WARN]: ****************************************
[15:49:37] [Client thread/WARN]: * The modid JEI is not the same as it's lowercase version. Lowercasing will be enforced in 1.11
[15:49:37] [Client thread/WARN]: * at net.minecraftforge.fml.common.FMLModContainer.sanityCheckModId(FMLModContainer.java:143)
[15:49:37] [Client thread/WARN]: * at net.minecraftforge.fml.common.FMLModContainer.(FMLModContainer.java:128)
[15:49:37] [Client thread/WARN]: * at sun.reflect.GeneratedConstructorAccessor14.newInstance(Unknown Source)
[15:49:37] [Client thread/WARN]: * at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
[15:49:37] [Client thread/WARN]: * at java.lang.reflect.Constructor.newInstance(Constructor.java:408)
[15:49:37] [Client thread/WARN]: * at net.minecraftforge.fml.common.ModContainerFactory.build(ModContainerFactory.java:86)...
[15:49:37] [Client thread/WARN]: ****************************************
[15:49:38] [Client thread/WARN]: ****************************************
[15:49:38] [Client thread/WARN]: * The modid libVulpes is not the same as it's lowercase version. Lowercasing will be enforced in 1.11
[15:49:38] [Client thread/WARN]: * at net.minecraftforge.fml.common.FMLModContainer.sanityCheckModId(FMLModContainer.java:143)
[15:49:38] [Client thread/WARN]: * at net.minecraftforge.fml.common.FMLModContainer.(FMLModContainer.java:128)
[15:49:38] [Client thread/WARN]: * at sun.reflect.GeneratedConstructorAccessor14.newInstance(Unknown Source)
[15:49:38] [Client thread/WARN]: * at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
[15:49:38] [Client thread/WARN]: * at java.lang.reflect.Constructor.newInstance(Constructor.java:408)
[15:49:38] [Client thread/WARN]: * at net.minecraftforge.fml.common.ModContainerFactory.build(ModContainerFactory.java:86)...
[15:49:38] [Client thread/WARN]: ****************************************
[15:49:38] [Client thread/WARN]: ****************************************
[15:49:38] [Client thread/WARN]: * The modid Photoptics is not the same as it's lowercase version. Lowercasing will be enforced in 1.11
[15:49:38] [Client thread/WARN]: * at net.minecraftforge.fml.common.FMLModContainer.sanityCheckModId(FMLModContainer.java:143)
[15:49:38] [Client thread/WARN]: * at net.minecraftforge.fml.common.FMLModContainer.(FMLModContainer.java:128)
[15:49:38] [Client thread/WARN]: * at sun.reflect.GeneratedConstructorAccessor14.newInstance(Unknown Source)
[15:49:38] [Client thread/WARN]: * at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
[15:49:38] [Client thread/WARN]: * at java.lang.reflect.Constructor.newInstance(Constructor.java:408)
[15:49:38] [Client thread/WARN]: * at net.minecraftforge.fml.common.ModContainerFactory.build(ModContainerFactory.java:86)...
[15:49:38] [Client thread/WARN]: ****************************************
[15:49:38] [Client thread/WARN]: ****************************************
[15:49:38] [Client thread/WARN]: * The modid StellarAPI is not the same as it's lowercase version. Lowercasing will be enforced in 1.11
[15:49:38] [Client thread/WARN]: * at net.minecraftforge.fml.common.FMLModContainer.sanityCheckModId(FMLModContainer.java:143)
[15:49:38] [Client thread/WARN]: * at net.minecraftforge.fml.common.FMLModContainer.(FMLModContainer.java:128)
[15:49:38] [Client thread/WARN]: * at sun.reflect.GeneratedConstructorAccessor14.newInstance(Unknown Source)
[15:49:38] [Client thread/WARN]: * at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
[15:49:38] [Client thread/WARN]: * at java.lang.reflect.Constructor.newInstance(Constructor.java:408)
[15:49:38] [Client thread/WARN]: * at net.minecraftforge.fml.common.ModContainerFactory.build(ModContainerFactory.java:86)...
[15:49:38] [Client thread/WARN]: ****************************************
[15:49:38] [Client thread/WARN]: ****************************************
[15:49:38] [Client thread/WARN]: * The modid StorageDrawers is not the same as it's lowercase version. Lowercasing will be enforced in 1.11
[15:49:38] [Client thread/WARN]: * at net.minecraftforge.fml.common.FMLModContainer.sanityCheckModId(FMLModContainer.java:143)
[15:49:38] [Client thread/WARN]: * at net.minecraftforge.fml.common.FMLModContainer.(FMLModContainer.java:128)
[15:49:38] [Client thread/WARN]: * at sun.reflect.GeneratedConstructorAccessor14.newInstance(Unknown Source)
[15:49:38] [Client thread/WARN]: * at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
[15:49:38] [Client thread/WARN]: * at java.lang.reflect.Constructor.newInstance(Constructor.java:408)
[15:49:38] [Client thread/WARN]: * at net.minecraftforge.fml.common.ModContainerFactory.build(ModContainerFactory.java:86)...
[15:49:38] [Client thread/WARN]: ****************************************
[15:49:38] [Client thread/WARN]: ****************************************
[15:49:38] [Client thread/WARN]: * The modid Waila is not the same as it's lowercase version. Lowercasing will be enforced in 1.11
[15:49:38] [Client thread/WARN]: * at net.minecraftforge.fml.common.FMLModContainer.sanityCheckModId(FMLModContainer.java:143)
[15:49:38] [Client thread/WARN]: * at net.minecraftforge.fml.common.FMLModContainer.(FMLModContainer.java:128)
[15:49:38] [Client thread/WARN]: * at sun.reflect.GeneratedConstructorAccessor14.newInstance(Unknown Source)
[15:49:38] [Client thread/WARN]: * at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
[15:49:38] [Client thread/WARN]: * at java.lang.reflect.Constructor.newInstance(Constructor.java:408)
[15:49:38] [Client thread/WARN]: * at net.minecraftforge.fml.common.ModContainerFactory.build(ModContainerFactory.java:86)...
[15:49:38] [Client thread/WARN]: ****************************************
[15:49:38] [Client thread/WARN]: ****************************************
[15:49:38] [Client thread/WARN]: * The modid WailaHarvestability is not the same as it's lowercase version. Lowercasing will be enforced in 1.11
[15:49:38] [Client thread/WARN]: * at net.minecraftforge.fml.common.FMLModContainer.sanityCheckModId(FMLModContainer.java:143)
[15:49:38] [Client thread/WARN]: * at net.minecraftforge.fml.common.FMLModContainer.(FMLModContainer.java:128)
[15:49:38] [Client thread/WARN]: * at sun.reflect.GeneratedConstructorAccessor14.newInstance(Unknown Source)
[15:49:38] [Client thread/WARN]: * at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
[15:49:38] [Client thread/WARN]: * at java.lang.reflect.Constructor.newInstance(Constructor.java:408)
[15:49:38] [Client thread/WARN]: * at net.minecraftforge.fml.common.ModContainerFactory.build(ModContainerFactory.java:86)...
[15:49:38] [Client thread/WARN]: ****************************************
[15:49:38] [Client thread/WARN]: Mod wearablebackpacks is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.3.0
[15:49:38] [Client thread/INFO]: Forge Mod Loader has identified 34 mods to load
[15:49:38] [Client thread/INFO]: [zmaster587.advancedRocketry.asm.ModContainer:registerBus:40]: ********* registerBus. OK
[15:49:38] [Client thread/INFO]: FML has found a non-mod file Forgelin-1.2.0.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.
[15:49:39] [Client thread/INFO]: Attempting connection with missing mods [mcp, FML, Forge, AdvancedRocketry, mercurius_updater, replaymod-replay, replaymod-simplepathing, replaymod-extras, replaymod-recording, replaymod-online, replaymod, replaymod-compat, replaymod-render, advancedRocketry, Chameleon, claycraft, FastLeaveDecay, grapplemod, immersiveengineering, inventorytweaks, JEI, libVulpes, literalascension, llibrary, mantle, Photoptics, ropebridge, shadowmc, StellarAPI, StorageDrawers, tconstruct, Waila, WailaHarvestability, wearablebackpacks] at CLIENT
[15:49:39] [Client thread/INFO]: Attempting connection with missing mods [mcp, FML, Forge, AdvancedRocketry, mercurius_updater, replaymod-replay, replaymod-simplepathing, replaymod-extras, replaymod-recording, replaymod-online, replaymod, replaymod-compat, replaymod-render, advancedRocketry, Chameleon, claycraft, FastLeaveDecay, grapplemod, immersiveengineering, inventorytweaks, JEI, libVulpes, literalascension, llibrary, mantle, Photoptics, ropebridge, shadowmc, StellarAPI, StorageDrawers, tconstruct, Waila, WailaHarvestability, wearablebackpacks] at SERVER
[15:49:39] [Client thread/WARN]: =============================================================
[15:49:39] [Client thread/WARN]: MOD HAS DIRECT REFERENCE System.exit() THIS IS NOT ALLOWED REROUTING TO FML!
[15:49:39] [Client thread/WARN]: Offender: com/replaymod/core/ReplayMod.testIfMoeshAndExitMinecraft()V
[15:49:39] [Client thread/WARN]: Use FMLCommonHandler.exitJava instead
[15:49:39] [Client thread/WARN]: =============================================================
[15:49:40] [Client thread/INFO]: Skipping Pulse chiselsandbitsIntegration; missing dependency: chiselsandbits
[15:49:40] [Client thread/INFO]: Skipping Pulse craftingtweaksIntegration; missing dependency: craftingtweaks
[15:49:40] [Client thread/INFO]: Skipping Pulse theoneprobeIntegration; missing dependency: theoneprobe
[15:49:40] [Client thread/INFO]: Preparing to take over the world
[15:49:43] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:mercurius_updater, FMLFileResourcePack:Replay Mod - Replay, FMLFileResourcePack:Replay Mod - Simple Pathing, FMLFileResourcePack:Replay Mod - Extras, FMLFileResourcePack:Replay Mod - Recording, FMLFileResourcePack:Replay Mod - Online, FMLFileResourcePack:Replay Mod, FMLFileResourcePack:Replay Mod - Compatibility, FMLFileResourcePack:Replay Mod - Render, FMLFileResourcePack:Advanced Rocketry, FMLFileResourcePack:Chameleon, FMLFileResourcePack:Claycraft, FMLFileResourcePack:Fast Leave Decay, FMLFileResourcePack:Grappling hook mod, FMLFileResourcePack:Immersive Engineering, FMLFileResourcePack:Inventory Tweaks, FMLFileResourcePack:Just Enough Items, FMLFileResourcePack:libVulpes, FMLFileResourcePack:Literal Ascension, FMLFileResourcePack:LLibrary, FMLFileResourcePack:Mantle, FMLFileResourcePack:Photoptics, FMLFileResourcePack:Rope Bridge, FMLFileResourcePack:ShadowMC, FMLFileResourcePack:Stellar API, FMLFileResourcePack:Storage Drawers, FMLFileResourcePack:Tinkers' Construct, FMLFileResourcePack:Waila, FMLFileResourcePack:Waila Harvestability, FMLFileResourcePack:Wearable Backpacks
[15:49:43] [Client thread/INFO]: Processing ObjectHolder annotations
[15:49:43] [Client thread/INFO]: Found 423 ObjectHolder annotations
[15:49:43] [Client thread/INFO]: Identifying ItemStackHolder annotations
[15:49:43] [Client thread/INFO]: Found 0 ItemStackHolder annotations
[15:49:43] [Client thread/INFO]: Applying holder lookups
[15:49:43] [Client thread/INFO]: Holder lookups applied
[15:49:43] [Client thread/INFO]: Applying holder lookups
[15:49:43] [Client thread/INFO]: Holder lookups applied
[15:49:43] [Client thread/INFO]: Applying holder lookups
[15:49:43] [Client thread/INFO]: Holder lookups applied
[15:49:43] [Client thread/INFO]: Configured a dormant chunk cache size of 0
[15:49:43] [Forge Version Check/INFO]: [replaymod] Starting version check at https://raw.githubusercontent.com/ReplayMod/ReplayMod/master/versions.json
[15:49:43] [Client thread/INFO]: Version Number exists, but out of date, Updating
[15:49:43] [Client thread/INFO]: Remote version up to date: 1.9.4-1.0.1.16
[15:49:43] [Client thread/INFO]: File exists, Checking hash: C:\Users\Clayton\AppData\Roaming\.minecraft\libraries\net\minecraftforge\Mercurius\1.9.4-1.0.1.16\Mercurius-1.9.4-1.0.1.16.jar
[15:49:43] [Client thread/INFO]: Hash matches, However out of date, downloading checksum
[15:49:43] [Client thread/INFO]: Remote Checksum verified, not downloading: 11eec5c5153885e4359946e402321af789aef969
[15:49:43] [Client thread/INFO]: Mercurius Jar contains all signed files! Continueing loading!
[15:49:43] [Forge Version Check/INFO]: [replaymod] Found status: BETA_OUTDATED Target: 1.10.2-2.0.0-b6
[15:49:43] [Forge Version Check/INFO]: [Forge] Starting version check at http://files.minecraftforge.net/maven/net/minecraftforge/forge/promotions_slim.json
[15:49:43] [Forge Version Check/INFO]: [Forge] Found status: OUTDATED Target: 12.18.3.2239
[15:49:44] [Client thread/INFO]: OBJLoader: Domain advancedrocketry has been added.
[15:49:45] [Client thread/INFO]: Started loading books...
[15:49:45] [Client thread/INFO]: Book loading completed in 9.7716E-5 seconds.
[15:49:47] [Client thread/WARN]: ****************************************
[15:49:47] [Client thread/WARN]: * Dangerous alternative prefix `tconstruct` for name `molten_lead`, expected `immersiveengineering` invalid registry invocation/invalid name?
[15:49:47] [Client thread/WARN]: * at net.minecraftforge.fml.common.registry.IForgeRegistryEntry$Impl.setRegistryName(IForgeRegistryEntry.java:82)
[15:49:47] [Client thread/WARN]: * at net.minecraftforge.fml.common.registry.IForgeRegistryEntry$Impl.setRegistryName(IForgeRegistryEntry.java:90)
[15:49:47] [Client thread/WARN]: * at net.minecraftforge.fml.common.registry.IForgeRegistryEntry$Impl.setRegistryName(IForgeRegistryEntry.java:63)
[15:49:47] [Client thread/WARN]: * at slimeknights.tconstruct.common.TinkerPulse.register(TinkerPulse.java:128)
[15:49:47] [Client thread/WARN]: * at slimeknights.tconstruct.common.TinkerPulse.registerBlock(TinkerPulse.java:110)
[15:49:47] [Client thread/WARN]: * at slimeknights.tconstruct.common.TinkerPulse.registerBlock(TinkerPulse.java:69)...
[15:49:47] [Client thread/WARN]: ****************************************
[15:49:47] [Client thread/WARN]: ****************************************
[15:49:47] [Client thread/WARN]: * Dangerous alternative prefix `tconstruct` for name `molten_lead`, expected `immersiveengineering` invalid registry invocation/invalid name?
[15:49:47] [Client thread/WARN]: * at net.minecraftforge.fml.common.registry.IForgeRegistryEntry$Impl.setRegistryName(IForgeRegistryEntry.java:82)
[15:49:47] [Client thread/WARN]: * at net.minecraftforge.fml.common.registry.IForgeRegistryEntry$Impl.setRegistryName(IForgeRegistryEntry.java:90)
[15:49:47] [Client thread/WARN]: * at net.minecraftforge.fml.common.registry.IForgeRegistryEntry$Impl.setRegistryName(IForgeRegistryEntry.java:63)
[15:49:47] [Client thread/WARN]: * at slimeknights.tconstruct.common.TinkerPulse.register(TinkerPulse.java:128)
[15:49:47] [Client thread/WARN]: * at slimeknights.tconstruct.common.TinkerPulse.registerBlock(TinkerPulse.java:111)
[15:49:47] [Client thread/WARN]: * at slimeknights.tconstruct.common.TinkerPulse.registerBlock(TinkerPulse.java:69)...
[15:49:47] [Client thread/WARN]: ****************************************
[15:49:47] [Client thread/WARN]: ****************************************
[15:49:47] [Client thread/WARN]: * Dangerous alternative prefix `tconstruct` for name `molten_silver`, expected `immersiveengineering` invalid registry invocation/invalid name?
[15:49:47] [Client thread/WARN]: * at net.minecraftforge.fml.common.registry.IForgeRegistryEntry$Impl.setRegistryName(IForgeRegistryEntry.java:82)
[15:49:47] [Client thread/WARN]: * at net.minecraftforge.fml.common.registry.IForgeRegistryEntry$Impl.setRegistryName(IForgeRegistryEntry.java:90)
[15:49:47] [Client thread/WARN]: * at net.minecraftforge.fml.common.registry.IForgeRegistryEntry$Impl.setRegistryName(IForgeRegistryEntry.java:63)
[15:49:47] [Client thread/WARN]: * at slimeknights.tconstruct.common.TinkerPulse.register(TinkerPulse.java:128)
[15:49:47] [Client thread/WARN]: * at slimeknights.tconstruct.common.TinkerPulse.registerBlock(TinkerPulse.java:110)
[15:49:47] [Client thread/WARN]: * at slimeknights.tconstruct.common.TinkerPulse.registerBlock(TinkerPulse.java:69)...
[15:49:47] [Client thread/WARN]: ****************************************
[15:49:47] [Client thread/WARN]: ****************************************
[15:49:47] [Client thread/WARN]: * Dangerous alternative prefix `tconstruct` for name `molten_silver`, expected `immersiveengineering` invalid registry invocation/invalid name?
[15:49:47] [Client thread/WARN]: * at net.minecraftforge.fml.common.registry.IForgeRegistryEntry$Impl.setRegistryName(IForgeRegistryEntry.java:82)
[15:49:47] [Client thread/WARN]: * at net.minecraftforge.fml.common.registry.IForgeRegistryEntry$Impl.setRegistryName(IForgeRegistryEntry.java:90)
[15:49:47] [Client thread/WARN]: * at net.minecraftforge.fml.common.registry.IForgeRegistryEntry$Impl.setRegistryName(IForgeRegistryEntry.java:63)
[15:49:47] [Client thread/WARN]: * at slimeknights.tconstruct.common.TinkerPulse.register(TinkerPulse.java:128)
[15:49:47] [Client thread/WARN]: * at slimeknights.tconstruct.common.TinkerPulse.registerBlock(TinkerPulse.java:111)
[15:49:47] [Client thread/WARN]: * at slimeknights.tconstruct.common.TinkerPulse.registerBlock(TinkerPulse.java:69)...
[15:49:47] [Client thread/WARN]: ****************************************
[15:49:47] [Client thread/WARN]: ****************************************
[15:49:47] [Client thread/WARN]: * Dangerous alternative prefix `tconstruct` for name `molten_nickel`, expected `immersiveengineering` invalid registry invocation/invalid name?
[15:49:47] [Client thread/WARN]: * at net.minecraftforge.fml.common.registry.IForgeRegistryEntry$Impl.setRegistryName(IForgeRegistryEntry.java:82)
[15:49:47] [Client thread/WARN]: * at net.minecraftforge.fml.common.registry.IForgeRegistryEntry$Impl.setRegistryName(IForgeRegistryEntry.java:90)
[15:49:47] [Client thread/WARN]: * at net.minecraftforge.fml.common.registry.IForgeRegistryEntry$Impl.setRegistryName(IForgeRegistryEntry.java:63)
[15:49:47] [Client thread/WARN]: * at slimeknights.tconstruct.common.TinkerPulse.register(TinkerPulse.java:128)
[15:49:47] [Client thread/WARN]: * at slimeknights.tconstruct.common.TinkerPulse.registerBlock(TinkerPulse.java:110)
[15:49:47] [Client thread/WARN]: * at slimeknights.tconstruct.common.TinkerPulse.registerBlock(TinkerPulse.java:69)...
[15:49:47] [Client thread/WARN]: ****************************************
[15:49:47] [Client thread/WARN]: ****************************************
[15:49:47] [Client thread/WARN]: * Dangerous alternative prefix `tconstruct` for name `molten_nickel`, expected `immersiveengineering` invalid registry invocation/invalid name?
[15:49:47] [Client thread/WARN]: * at net.minecraftforge.fml.common.registry.IForgeRegistryEntry$Impl.setRegistryName(IForgeRegistryEntry.java:82)
[15:49:47] [Client thread/WARN]: * at net.minecraftforge.fml.common.registry.IForgeRegistryEntry$Impl.setRegistryName(IForgeRegistryEntry.java:90)
[15:49:47] [Client thread/WARN]: * at net.minecraftforge.fml.common.registry.IForgeRegistryEntry$Impl.setRegistryName(IForgeRegistryEntry.java:63)
[15:49:47] [Client thread/WARN]: * at slimeknights.tconstruct.common.TinkerPulse.register(TinkerPulse.java:128)
[15:49:47] [Client thread/WARN]: * at slimeknights.tconstruct.common.TinkerPulse.registerBlock(TinkerPulse.java:111)
[15:49:47] [Client thread/WARN]: * at slimeknights.tconstruct.common.TinkerPulse.registerBlock(TinkerPulse.java:69)...
[15:49:47] [Client thread/WARN]: ****************************************
[15:49:47] [Client thread/WARN]: ****************************************
[15:49:47] [Client thread/WARN]: * Dangerous alternative prefix `tconstruct` for name `molten_electrum`, expected `immersiveengineering` invalid registry invocation/invalid name?
[15:49:47] [Client thread/WARN]: * at net.minecraftforge.fml.common.registry.IForgeRegistryEntry$Impl.setRegistryName(IForgeRegistryEntry.java:82)
[15:49:47] [Client thread/WARN]: * at net.minecraftforge.fml.common.registry.IForgeRegistryEntry$Impl.setRegistryName(IForgeRegistryEntry.java:90)
[15:49:47] [Client thread/WARN]: * at net.minecraftforge.fml.common.registry.IForgeRegistryEntry$Impl.setRegistryName(IForgeRegistryEntry.java:63)
[15:49:47] [Client thread/WARN]: * at slimeknights.tconstruct.common.TinkerPulse.register(TinkerPulse.java:128)
[15:49:47] [Client thread/WARN]: * at slimeknights.tconstruct.common.TinkerPulse.registerBlock(TinkerPulse.java:110)
[15:49:47] [Client thread/WARN]: * at slimeknights.tconstruct.common.TinkerPulse.registerBlock(TinkerPulse.java:69)...
[15:49:47] [Client thread/WARN]: ****************************************
[15:49:47] [Client thread/WARN]: ****************************************
[15:49:47] [Client thread/WARN]: * Dangerous alternative prefix `tconstruct` for name `molten_electrum`, expected `immersiveengineering` invalid registry invocation/invalid name?
[15:49:47] [Client thread/WARN]: * at net.minecraftforge.fml.common.registry.IForgeRegistryEntry$Impl.setRegistryName(IForgeRegistryEntry.java:82)
[15:49:47] [Client thread/WARN]: * at net.minecraftforge.fml.common.registry.IForgeRegistryEntry$Impl.setRegistryName(IForgeRegistryEntry.java:90)
[15:49:47] [Client thread/WARN]: * at net.minecraftforge.fml.common.registry.IForgeRegistryEntry$Impl.setRegistryName(IForgeRegistryEntry.java:63)
[15:49:47] [Client thread/WARN]: * at slimeknights.tconstruct.common.TinkerPulse.register(TinkerPulse.java:128)
[15:49:47] [Client thread/WARN]: * at slimeknights.tconstruct.common.TinkerPulse.registerBlock(TinkerPulse.java:111)
[15:49:47] [Client thread/WARN]: * at slimeknights.tconstruct.common.TinkerPulse.registerBlock(TinkerPulse.java:69)...
[15:49:47] [Client thread/WARN]: ****************************************
[15:49:47] [Client thread/INFO]: OBJLoader: Domain immersiveengineering has been added.
[15:49:47] [Client thread/INFO]: Custom OBJLoader: Domain has been added: immersiveengineering
[15:49:47] [Client thread/INFO]: Patching class net/minecraft/client/model/ModelPlayer
[15:49:47] [Client thread/INFO]: Patching method (FZ)V
[15:49:47] [Client thread/INFO]: Patching method func_78088_a(Lnet/minecraft/entity/Entity;FFFFFF)V
[15:49:48] [Client thread/INFO]: Patching method func_78087_a(FFFFFFLnet/minecraft/entity/Entity;)V
[15:49:48] [Client thread/INFO]: TabulaModelHandler: Domain llibrary has been added.
[15:49:48] [Client thread/INFO]: Initializing Math class...
[15:49:48] [Client thread/INFO]: Math Class Initialized!
[15:49:48] [Client thread/INFO]: OBJLoader: Domain photoptics has been added.
[15:49:48] [Client thread/INFO]: Applying holder lookups
[15:49:48] [Client thread/INFO]: Holder lookups applied
[15:49:48] [Client thread/INFO]: Injecting itemstacks
[15:49:48] [Client thread/INFO]: Itemstack injection complete
[15:49:48] [Client thread/INFO]: [OptiFine] *** Reloading textures ***
[15:49:48] [Client thread/INFO]: [OptiFine] Resource packs: Default
[15:49:49] [Client thread/WARN]: File minecraft:sounds/cock.ogg does not exist, cannot add it to event ropebridge:cock
[15:49:49] [Sound Library Loader/INFO]: Starting up SoundSystem...
[15:49:49] [Client thread/INFO]: OBJLoader.Parser: command 's' (model: 'advancedrocketry:models/block/models/advRocketmotor.obj') is not currently supported, skipping. Line: 347 's off'
[15:49:49] [Thread-15/INFO]: Initializing LWJGL OpenAL
[15:49:49] [Thread-15/INFO]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)
[15:49:49] [Client thread/INFO]: OBJLoader.MaterialLibrary: key 'Ns' (model: 'advancedrocketry:models/block/models/topTank.mtl') is not currently supported, skipping
[15:49:49] [Client thread/INFO]: OBJModel: A color has already been defined for material 'None' in 'advancedrocketry:models/block/models/topTank.mtl'. The color defined by key 'Ks' will not be applied!
[15:49:49] [Client thread/INFO]: OBJLoader.MaterialLibrary: key 'illum' (model: 'advancedrocketry:models/block/models/topTank.mtl') is not currently supported, skipping
[15:49:49] [Client thread/INFO]: OBJLoader.MaterialLibrary: key 'Ns' (model: 'advancedrocketry:models/block/models/bottomTank.mtl') is not currently supported, skipping
[15:49:49] [Client thread/INFO]: OBJModel: A color has already been defined for material 'None' in 'advancedrocketry:models/block/models/bottomTank.mtl'. The color defined by key 'Ks' will not be applied!
[15:49:49] [Client thread/INFO]: OBJLoader.MaterialLibrary: key 'illum' (model: 'advancedrocketry:models/block/models/bottomTank.mtl') is not currently supported, skipping
[15:49:49] [Client thread/INFO]: OBJLoader.MaterialLibrary: key 'Ns' (model: 'advancedrocketry:models/block/models/middleTank.mtl') is not currently supported, skipping
[15:49:49] [Client thread/INFO]: OBJModel: A color has already been defined for material 'None' in 'advancedrocketry:models/block/models/middleTank.mtl'. The color defined by key 'Ks' will not be applied!
[15:49:49] [Client thread/INFO]: OBJLoader.MaterialLibrary: key 'illum' (model: 'advancedrocketry:models/block/models/middleTank.mtl') is not currently supported, skipping
[15:49:49] [Client thread/INFO]: OBJLoader.MaterialLibrary: key 'Ns' (model: 'advancedrocketry:models/block/models/motor.mtl') is not currently supported, skipping
[15:49:49] [Client thread/INFO]: OBJModel: A color has already been defined for material 'Material' in 'advancedrocketry:models/block/models/motor.mtl'. The color defined by key 'Ks' will not be applied!
[15:49:49] [Client thread/INFO]: OBJLoader.MaterialLibrary: key 'Ke' (model: 'advancedrocketry:models/block/models/motor.mtl') is not currently supported, skipping
[15:49:49] [Client thread/INFO]: OBJLoader.MaterialLibrary: key 'Ni' (model: 'advancedrocketry:models/block/models/motor.mtl') is not currently supported, skipping
[15:49:49] [Client thread/INFO]: OBJLoader.MaterialLibrary: key 'illum' (model: 'advancedrocketry:models/block/models/motor.mtl') is not currently supported, skipping
[15:49:49] [Client thread/INFO]: OBJLoader.MaterialLibrary: key 'Ns' (model: 'advancedrocketry:models/block/models/sawBlade.mtl') is not currently supported, skipping
[15:49:49] [Client thread/INFO]: OBJModel: A color has already been defined for material 'Material' in 'advancedrocketry:models/block/models/sawBlade.mtl'. The color defined by key 'Ks' will not be applied!
[15:49:49] [Client thread/INFO]: OBJLoader.MaterialLibrary: key 'Ke' (model: 'advancedrocketry:models/block/models/sawBlade.mtl') is not currently supported, skipping
[15:49:49] [Client thread/INFO]: OBJLoader.MaterialLibrary: key 'Ni' (model: 'advancedrocketry:models/block/models/sawBlade.mtl') is not currently supported, skipping
[15:49:49] [Client thread/INFO]: OBJLoader.MaterialLibrary: key 'illum' (model: 'advancedrocketry:models/block/models/sawBlade.mtl') is not currently supported, skipping
[15:49:49] [Thread-15/INFO]: OpenAL initialized.
[15:49:50] [Sound Library Loader/INFO]: Sound engine started
[15:49:52] [Client thread/INFO]: [OptiFine] Mipmap levels: 4
[15:49:52] [Client thread/INFO]: [OptiFine] Multitexture: false
[15:49:52] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/0_glass_white/glass_pane_white.properties
[15:49:52] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/0_glass_white/glass_white.properties
[15:49:52] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/10_glass_purple/glass_pane_purple.properties
[15:49:52] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/10_glass_purple/glass_purple.properties
[15:49:52] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/11_glass_blue/glass_blue.properties
[15:49:52] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/11_glass_blue/glass_pane_blue.properties
[15:49:52] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/12_glass_brown/glass_brown.properties
[15:49:52] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/12_glass_brown/glass_pane_brown.properties
[15:49:52] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/13_glass_green/glass_green.properties
[15:49:52] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/13_glass_green/glass_pane_green.properties
[15:49:52] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/14_glass_red/glass_pane_red.properties
[15:49:52] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/14_glass_red/glass_red.properties
[15:49:52] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/15_glass_black/glass_black.properties
[15:49:52] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/15_glass_black/glass_pane_black.properties
[15:49:52] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/1_glass_orange/glass_orange.properties
[15:49:52] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/1_glass_orange/glass_pane_orange.properties
[15:49:52] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/2_glass_magenta/glass_magenta.properties
[15:49:52] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/2_glass_magenta/glass_pane_magenta.properties
[15:49:52] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/3_glass_light_blue/glass_light_blue.properties
[15:49:52] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/3_glass_light_blue/glass_pane_light_blue.properties
[15:49:52] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/4_glass_yellow/glass_pane_yellow.properties
[15:49:52] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/4_glass_yellow/glass_yellow.properties
[15:49:53] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/5_glass_lime/glass_lime.properties
[15:49:53] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/5_glass_lime/glass_pane_lime.properties
[15:49:53] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/6_glass_pink/glass_pane_pink.properties
[15:49:53] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/6_glass_pink/glass_pink.properties
[15:49:53] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/7_glass_gray/glass_gray.properties
[15:49:53] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/7_glass_gray/glass_pane_gray.properties
[15:49:53] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/8_glass_silver/glass_pane_silver.properties
[15:49:53] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/8_glass_silver/glass_silver.properties
[15:49:53] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/9_glass_cyan/glass_cyan.properties
[15:49:53] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/9_glass_cyan/glass_pane_cyan.properties
[15:49:53] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/bookshelf.properties
[15:49:53] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/glass.properties
[15:49:53] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/glasspane.properties
[15:49:53] [Client thread/INFO]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/sandstone.properties
[15:49:53] [Client thread/INFO]: [OptiFine] Multipass connected textures: false
[15:49:53] [Client thread/INFO]: [OptiFine] BetterGrass: Parsing default configuration optifine/bettergrass.properties
[15:49:53] [Client thread/INFO]: Created: 16x16 textures-atlas
[15:49:53] [Client thread/INFO]: Patching class net/minecraft/client/renderer/entity/RenderPlayer
[15:49:53] [Client thread/INFO]: Patching method (Lnet/minecraft/client/renderer/entity/RenderManager;Z)V
[15:49:53] [Client thread/INFO]: Patching method func_177138_b(Lnet/minecraft/client/entity/AbstractClientPlayer;)V
[15:49:53] [Client thread/INFO]: Patching method func_177139_c(Lnet/minecraft/client/entity/AbstractClientPlayer;)V
[15:49:54] [Client thread/WARN]: Failed to create downloads folder: .\replay_downloads
[15:49:55] [Client thread/INFO]: InvTweaks: Configuration loaded.
[15:49:55] [Client thread/INFO]: Mod initialized
[15:49:55] [Client thread/INFO]: Receiving registration request from [ tconstruct ] for method slimeknights.tconstruct.plugin.waila.WailaRegistrar.wailaCallback
[15:49:55] [Client thread/INFO]: Receiving registration request from [ immersiveengineering ] for method blusunrize.immersiveengineering.common.util.compat.waila.IEWailaDataProvider.callbackRegister
[15:49:55] [Client thread/INFO]: Receiving registration request from [ StorageDrawers ] for method com.jaquadro.minecraft.storagedrawers.integration.Waila.registerProvider
[15:49:55] [Client thread/INFO]: Receiving registration request from [ WailaHarvestability ] for method squeek.wailaharvestability.WailaHandler.callbackRegister
[15:49:55] [Client thread/INFO]: Injecting itemstacks
[15:49:55] [Client thread/INFO]: Itemstack injection complete
[15:49:55] [Client thread/INFO]: Start registering sealable blocks
[15:49:55] [Client thread/INFO]: End registering sealable blocks
[15:49:55] [Client thread/INFO]: Start registering torch blocks
[15:49:55] [Client thread/INFO]: End registering torch blocks
[15:49:55] [Client thread/INFO]: Start registering Harvestable Gasses
[15:49:55] [Client thread/INFO]: End registering Harvestable Gasses
[15:49:55] [Client thread/INFO]: Start registering entity atmosphere bypass
[15:49:55] [Client thread/INFO]: End registering entity atmosphere bypass
[15:49:55] [Immersive Engineering Contributors Thread/INFO]: Attempting to download special revolvers from GitHub
[15:49:56] [Client thread/INFO]: [mcp.mobius.waila.gui.truetyper.TrueTypeFont::99]: TrueTypeFont loaded: java.awt.Font[family=Minecraftia,name=Minecraftia Regular,style=plain,size=14] - AntiAlias = true
[15:49:56] [Client thread/INFO]: Starting JEI...
[15:49:56] [Client thread/INFO]: Registering plugin: mezz.jei.plugins.vanilla.VanillaPlugin ...
[15:49:56] [Client thread/INFO]: Registered plugin: mezz.jei.plugins.vanilla.VanillaPlugin in 123 ms
[15:49:56] [Client thread/INFO]: Registering plugin: slimeknights.tconstruct.plugin.jei.JEIPlugin ...
[15:49:56] [Client thread/INFO]: Registered plugin: slimeknights.tconstruct.plugin.jei.JEIPlugin in 48 ms
[15:49:56] [Client thread/INFO]: Registering plugin: blusunrize.immersiveengineering.common.util.compat.jei.JEIHelper ...
[15:49:56] [Client thread/INFO]: Registered plugin: blusunrize.immersiveengineering.common.util.compat.jei.JEIHelper in 136 ms
[15:49:56] [Client thread/INFO]: Registering plugin: zmaster587.advancedRocketry.integration.jei.ARPlugin ...
[15:49:56] [Client thread/INFO]: Registered plugin: zmaster587.advancedRocketry.integration.jei.ARPlugin in 37 ms
[15:49:56] [Client thread/INFO]: Registering plugin: slimeknights.mantle.util.JeiPlugin ...
[15:49:56] [Client thread/INFO]: Registered plugin: slimeknights.mantle.util.JeiPlugin in 1 ms
[15:49:56] [Client thread/INFO]: Registering plugin: com.jaquadro.minecraft.storagedrawers.integration.JustEnoughItems ...
[15:49:56] [Client thread/INFO]: Registered plugin: com.jaquadro.minecraft.storagedrawers.integration.JustEnoughItems in 2 ms
[15:49:56] [Client thread/INFO]: Registering plugin: mezz.jei.plugins.jei.JEIInternalPlugin ...
[15:49:57] [Client thread/INFO]: Registered plugin: mezz.jei.plugins.jei.JEIInternalPlugin in 3 ms
[15:49:57] [Client thread/INFO]: Building recipe registry...
[15:49:57] [Client thread/INFO]: Built recipe registry in 310 ms
[15:49:57] [Client thread/INFO]: Building item filter...
[15:49:58] [Client thread/INFO]: [zmaster587.advancedRocketry.dimension.DimensionManager:loadDimensions:596]: java.io.EOFException
[15:49:58] [Client thread/INFO]: [zmaster587.advancedRocketry.dimension.DimensionManager:loadDimensions:596]: at java.util.zip.GZIPInputStream.readUByte(GZIPInputStream.java:268)
[15:49:58] [Client thread/INFO]: [zmaster587.advancedRocketry.dimension.DimensionManager:loadDimensions:596]: at java.util.zip.GZIPInputStream.readUShort(GZIPInputStream.java:258)
[15:49:58] [Client thread/INFO]: [zmaster587.advancedRocketry.dimension.DimensionManager:loadDimensions:596]: at java.util.zip.GZIPInputStream.readHeader(GZIPInputStream.java:164)
[15:49:58] [Client thread/INFO]: [zmaster587.advancedRocketry.dimension.DimensionManager:loadDimensions:596]: at java.util.zip.GZIPInputStream.(GZIPInputStream.java:79)
[15:49:58] [Client thread/INFO]: [zmaster587.advancedRocketry.dimension.DimensionManager:loadDimensions:596]: at java.util.zip.GZIPInputStream.(GZIPInputStream.java:91)
[15:49:58] [Client thread/INFO]: [zmaster587.advancedRocketry.dimension.DimensionManager:loadDimensions:596]: at net.minecraft.nbt.CompressedStreamTools.func_74796_a(CompressedStreamTools.java:25)
[15:49:58] [Client thread/INFO]: [zmaster587.advancedRocketry.dimension.DimensionManager:loadDimensions:596]: at zmaster587.advancedRocketry.dimension.DimensionManager.loadDimensions(DimensionManager.java:588)
[15:49:58] [Client thread/INFO]: [zmaster587.advancedRocketry.dimension.DimensionManager:loadDimensions:596]: at zmaster587.advancedRocketry.dimension.DimensionManager.getSatellite(DimensionManager.java:147)
[15:49:58] [Client thread/INFO]: [zmaster587.advancedRocketry.dimension.DimensionManager:loadDimensions:596]: at zmaster587.advancedRocketry.item.ItemOreScanner.func_77624_a(ItemOreScanner.java:32)
[15:49:58] [Client thread/INFO]: [zmaster587.advancedRocketry.dimension.DimensionManager:loadDimensions:596]: at net.minecraft.item.ItemStack.func_82840_a(ItemStack.java:614)
[15:49:58] [Client thread/INFO]: [zmaster587.advancedRocketry.dimension.DimensionManager:loadDimensions:596]: at mezz.jei.plugins.vanilla.ingredients.ItemStackRenderer.getTooltip(ItemStackRenderer.java:43)
[15:49:58] [Client thread/INFO]: [zmaster587.advancedRocketry.dimension.DimensionManager:loadDimensions:596]: at mezz.jei.plugins.vanilla.ingredients.ItemStackRenderer.getTooltip(ItemStackRenderer.java:21)
[15:49:58] [Client thread/INFO]: [zmaster587.advancedRocketry.dimension.DimensionManager:loadDimensions:596]: at mezz.jei.IngredientInformation.getTooltipString(IngredientInformation.java:28)
[15:49:58] [Client thread/INFO]: [zmaster587.advancedRocketry.dimension.DimensionManager:loadDimensions:596]: at mezz.jei.util.IngredientListElement.(IngredientListElement.java:56)
[15:49:58] [Client thread/INFO]: [zmaster587.advancedRocketry.dimension.DimensionManager:loadDimensions:596]: at mezz.jei.util.IngredientListElement.create(IngredientListElement.java:31)
[15:49:58] [Client thread/INFO]: [zmaster587.advancedRocketry.dimension.DimensionManager:loadDimensions:596]: at mezz.jei.IngredientBaseListFactory.addToBaseList(IngredientBaseListFactory.java:69)
[15:49:58] [Client thread/INFO]: [zmaster587.advancedRocketry.dimension.DimensionManager:loadDimensions:596]: at mezz.jei.IngredientBaseListFactory.create(IngredientBaseListFactory.java:40)
[15:49:58] [Client thread/INFO]: [zmaster587.advancedRocketry.dimension.DimensionManager:loadDimensions:596]: at mezz.jei.ItemFilter.(ItemFilter.java:31)
[15:49:58] [Client thread/INFO]: [zmaster587.advancedRocketry.dimension.DimensionManager:loadDimensions:596]: at mezz.jei.JeiStarter.start(JeiStarter.java:57)
[15:49:58] [Client thread/INFO]: [zmaster587.advancedRocketry.dimension.DimensionManager:loadDimensions:596]: at mezz.jei.ProxyCommonClient.loadComplete(ProxyCommonClient.java:111)
[15:49:58] [Client thread/INFO]: [zmaster587.advancedRocketry.dimension.DimensionManager:loadDimensions:596]: at mezz.jei.JustEnoughItems.loadComplete(JustEnoughItems.java:53)
[15:49:58] [Client thread/INFO]: [zmaster587.advancedRocketry.dimension.DimensionManager:loadDimensions:596]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[15:49:58] [Client thread/INFO]: [zmaster587.advancedRocketry.dimension.DimensionManager:loadDimensions:596]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[15:49:58] [Client thread/INFO]: [zmaster587.advancedRocketry.dimension.DimensionManager:loadDimensions:596]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[15:49:58] [Client thread/INFO]: [zmaster587.advancedRocketry.dimension.DimensionManager:loadDimensions:596]: at java.lang.reflect.Method.invoke(Method.java:483)
[15:49:58] [Client thread/INFO]: [zmaster587.advancedRocketry.dimension.DimensionManager:loadDimensions:596]: at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:616)
[15:49:58] [Client thread/INFO]: [zmaster587.advancedRocketry.dimension.DimensionManager:loadDimensions:596]: at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
[15:49:58] [Client thread/INFO]: [zmaster587.advancedRocketry.dimension.DimensionManager:loadDimensions:596]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[15:49:58] [Client thread/INFO]: [zmaster587.advancedRocketry.dimension.DimensionManager:loadDimensions:596]: at java.lang.reflect.Method.invoke(Method.java:483)
[15:49:58] [Client thread/INFO]: [zmaster587.advancedRocketry.dimension.DimensionManager:loadDimensions:596]: at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
[15:49:58] [Client thread/INFO]: [zmaster587.advancedRocketry.dimension.DimensionManager:loadDimensions:596]: at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
[15:49:58] [Client thread/INFO]: [zmaster587.advancedRocketry.dimension.DimensionManager:loadDimensions:596]: at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
[15:49:58] [Client thread/INFO]: [zmaster587.advancedRocketry.dimension.DimensionManager:loadDimensions:596]: at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
[15:49:58] [Client thread/INFO]: [zmaster587.advancedRocketry.dimension.DimensionManager:loadDimensions:596]: at com.google.common.eventbus.EventBus.post(EventBus.java:275)
[15:49:58] [Client thread/INFO]: [zmaster587.advancedRocketry.dimension.DimensionManager:loadDimensions:596]: at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:243)
[15:49:58] [Client thread/INFO]: [zmaster587.advancedRocketry.dimension.DimensionManager:loadDimensions:596]: at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:221)
[15:49:58] [Client thread/INFO]: [zmaster587.advancedRocketry.dimension.DimensionManager:loadDimensions:596]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[15:49:58] [Client thread/INFO]: [zmaster587.advancedRocketry.dimension.DimensionManager:loadDimensions:596]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[15:49:58] [Client thread/INFO]: [zmaster587.advancedRocketry.dimension.DimensionManager:loadDimensions:596]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[15:49:58] [Client thread/INFO]: [zmaster587.advancedRocketry.dimension.DimensionManager:loadDimensions:596]: at java.lang.reflect.Method.invoke(Method.java:483)
[15:49:58] [Client thread/INFO]: [zmaster587.advancedRocketry.dimension.DimensionManager:loadDimensions:596]: at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
[15:49:58] [Client thread/INFO]: [zmaster587.advancedRocketry.dimension.DimensionManager:loadDimensions:596]: at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
[15:49:58] [Client thread/INFO]: [zmaster587.advancedRocketry.dimension.DimensionManager:loadDimensions:596]: at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
[15:49:58] [Client thread/INFO]: [zmaster587.advancedRocketry.dimension.DimensionManager:loadDimensions:596]: at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
[15:49:58] [Client thread/INFO]: [zmaster587.advancedRocketry.dimension.DimensionManager:loadDimensions:596]: at com.google.common.eventbus.EventBus.post(EventBus.java:275)
[15:49:58] [Client thread/INFO]: [zmaster587.advancedRocketry.dimension.DimensionManager:loadDimensions:596]: at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:145)
[15:49:58] [Client thread/INFO]: [zmaster587.advancedRocketry.dimension.DimensionManager:loadDimensions:596]: at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:813)
[15:49:58] [Client thread/INFO]: [zmaster587.advancedRocketry.dimension.DimensionManager:loadDimensions:596]: at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:334)
[15:49:58] [Client thread/INFO]: [zmaster587.advancedRocketry.dimension.DimensionManager:loadDimensions:596]: at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:520)
[15:49:58] [Client thread/INFO]: [zmaster587.advancedRocketry.dimension.DimensionManager:loadDimensions:596]: at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:351)
[15:49:58] [Client thread/INFO]: [zmaster587.advancedRocketry.dimension.DimensionManager:loadDimensions:596]: at net.minecraft.client.main.Main.main(SourceFile:124)
[15:49:58] [Client thread/INFO]: [zmaster587.advancedRocketry.dimension.DimensionManager:loadDimensions:596]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[15:49:58] [Client thread/INFO]: [zmaster587.advancedRocketry.dimension.DimensionManager:loadDimensions:596]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[15:49:58] [Client thread/INFO]: [zmaster587.advancedRocketry.dimension.DimensionManager:loadDimensions:596]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[15:49:58] [Client thread/INFO]: [zmaster587.advancedRocketry.dimension.DimensionManager:loadDimensions:596]: at java.lang.reflect.Method.invoke(Method.java:483)
[15:49:58] [Client thread/INFO]: [zmaster587.advancedRocketry.dimension.DimensionManager:loadDimensions:596]: at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
[15:49:58] [Client thread/INFO]: [zmaster587.advancedRocketry.dimension.DimensionManager:loadDimensions:596]: at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
[15:49:59] [Client thread/INFO]: Built item filter in 2428 ms
[15:49:59] [Client thread/INFO]: Building runtime...
[15:49:59] [Client thread/INFO]: Built runtime in 33 ms
[15:49:59] [Client thread/INFO]: Sending runtime to plugin: mezz.jei.plugins.vanilla.VanillaPlugin ...
[15:49:59] [Client thread/INFO]: Sending runtime to plugin: slimeknights.tconstruct.plugin.jei.JEIPlugin ...
[15:49:59] [Client thread/INFO]: Sending runtime to plugin: blusunrize.immersiveengineering.common.util.compat.jei.JEIHelper ...
[15:49:59] [Client thread/INFO]: Sending runtime to plugin: zmaster587.advancedRocketry.integration.jei.ARPlugin ...
[15:49:59] [Client thread/INFO]: Sending runtime to plugin: slimeknights.mantle.util.JeiPlugin ...
[15:49:59] [Client thread/INFO]: Sending runtime to plugin: com.jaquadro.minecraft.storagedrawers.integration.JustEnoughItems ...
[15:49:59] [Client thread/INFO]: Sending runtime to plugin: mezz.jei.plugins.jei.JEIInternalPlugin ...
[15:49:59] [Client thread/INFO]: Finished Starting JEI in 3428 ms
[15:49:59] [Client thread/INFO]: [Agriculture] Agriculture mod not found.
[15:49:59] [Client thread/INFO]: Trying to reflect slimeknights.tconstruct.plugin.waila.WailaRegistrar wailaCallback
[15:49:59] [Client thread/INFO]: Success in registering tconstruct
[15:49:59] [Client thread/INFO]: Trying to reflect blusunrize.immersiveengineering.common.util.compat.waila.IEWailaDataProvider callbackRegister
[15:49:59] [Client thread/INFO]: Success in registering immersiveengineering
[15:49:59] [Client thread/INFO]: Trying to reflect com.jaq