Skip to content

Instantly share code, notes, and snippets.

Created July 24, 2015 02:53
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 anonymous/2534427a95728eaedbfd to your computer and use it in GitHub Desktop.
Save anonymous/2534427a95728eaedbfd to your computer and use it in GitHub Desktop.
This file has been truncated, but you can view the full file.
[22:42:27] [main/DEBUG] [FML/]: Injecting tracing printstreams for STDOUT/STDERR.
[22:42:28] [main/INFO] [FML/]: Forge Mod Loader version 8.99.188.1495 for Minecraft 1.8 loading
[22:42:28] [main/INFO] [FML/]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_45, running on Linux:amd64:2.6.32-042stab093.5, installed at /usr/lib/jvm/java-8-oracle/jre
[22:42:28] [main/DEBUG] [FML/]: Java classpath at launch is experimental.jar
[22:42:28] [main/DEBUG] [FML/]: Java library path at launch is /usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib
[22:42:28] [main/DEBUG] [FML/]: Enabling runtime deobfuscation
[22:42:28] [main/DEBUG] [FML/]: Instantiating coremod class FMLCorePlugin
[22:42:28] [main/DEBUG] [FML/]: Added access transformer class net.minecraftforge.fml.common.asm.transformers.AccessTransformer to enqueued access transformers
[22:42:28] [main/DEBUG] [FML/]: Enqueued coremod FMLCorePlugin
[22:42:28] [main/DEBUG] [FML/]: Instantiating coremod class FMLForgePlugin
[22:42:28] [main/DEBUG] [FML/]: Added access transformer class net.minecraftforge.transformers.ForgeAccessTransformer to enqueued access transformers
[22:42:28] [main/DEBUG] [FML/]: Enqueued coremod FMLForgePlugin
[22:42:28] [main/DEBUG] [FML/]: All fundamental core mods are successfully located
[22:42:28] [main/DEBUG] [FML/]: Attempting to load commandline specified mods, relative to /root/experimental/extreme/.
[22:42:28] [main/DEBUG] [FML/]: Discovering coremods
[22:42:28] [main/DEBUG] [FML/]: Examining for coremod candidacy [0]CodeChickenCore-1.8-1.0.5.36-universal.jar
[22:42:28] [main/TRACE] [FML/]: Adding [0]CodeChickenCore-1.8-1.0.5.36-universal.jar to the list of known coremods, it will not be examined again
[22:42:28] [main/DEBUG] [FML/]: Instantiating coremod class CodeChickenCorePlugin
[22:42:30] [main/WARN] [FML/]: The coremod codechicken.core.launch.CodeChickenCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[22:42:32] [main/ERROR] [DepLoader/]: Failed to load dependencies.info from archimedes-ships-plus-1.8-a3.2.jar as JSON
java.util.zip.ZipException: error in opening zip file
at java.util.zip.ZipFile.open(Native Method) ~[?:1.8.0_45]
at java.util.zip.ZipFile.<init>(ZipFile.java:220) ~[?:1.8.0_45]
at java.util.zip.ZipFile.<init>(ZipFile.java:150) ~[?:1.8.0_45]
at java.util.zip.ZipFile.<init>(ZipFile.java:164) ~[?:1.8.0_45]
at codechicken.core.launch.DepLoader$DepLoadInst.scanDepInfo(DepLoader.java:600) [DepLoader$DepLoadInst.class:?]
at codechicken.core.launch.DepLoader$DepLoadInst.scanDepInfos(DepLoader.java:593) [DepLoader$DepLoadInst.class:?]
at codechicken.core.launch.DepLoader$DepLoadInst.load(DepLoader.java:491) [DepLoader$DepLoadInst.class:?]
at codechicken.core.launch.DepLoader.load(DepLoader.java:684) [DepLoader.class:?]
at codechicken.core.launch.CodeChickenCorePlugin.<init>(CodeChickenCorePlugin.java:47) [%5B0%5DCodeChickenCore-1.8-1.0.5.36-universal.jar:?]
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) [?:1.8.0_45]
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) [?:1.8.0_45]
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) [?:1.8.0_45]
at java.lang.reflect.Constructor.newInstance(Constructor.java:422) [?:1.8.0_45]
at java.lang.Class.newInstance(Class.java:442) [?:1.8.0_45]
at net.minecraftforge.fml.relauncher.CoreModManager.loadCoreMod(CoreModManager.java:526) [experimental.jar:?]
at net.minecraftforge.fml.relauncher.CoreModManager.discoverCoreMods(CoreModManager.java:409) [experimental.jar:?]
at net.minecraftforge.fml.relauncher.CoreModManager.handleLaunch(CoreModManager.java:241) [experimental.jar:?]
at net.minecraftforge.fml.relauncher.FMLLaunchHandler.setupHome(FMLLaunchHandler.java:90) [experimental.jar:?]
at net.minecraftforge.fml.relauncher.FMLLaunchHandler.setupServer(FMLLaunchHandler.java:74) [experimental.jar:?]
at net.minecraftforge.fml.relauncher.FMLLaunchHandler.configureForServerLaunch(FMLLaunchHandler.java:39) [experimental.jar:?]
at net.minecraftforge.fml.common.launcher.FMLServerTweaker.injectIntoClassLoader(FMLServerTweaker.java:24) [experimental.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:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_45]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_45]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_45]
at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_45]
at net.minecraftforge.fml.relauncher.ServerLaunchWrapper.run(ServerLaunchWrapper.java:43) [experimental.jar:?]
at net.minecraftforge.fml.relauncher.ServerLaunchWrapper.main(ServerLaunchWrapper.java:12) [experimental.jar:?]
[22:42:33] [main/TRACE] [FML/]: Adding CodeChickenLib-1.8-1.1.2.133-universal.jar to the list of known coremods, it will not be examined again
[22:42:33] [main/DEBUG] [FML/]: Instantiating coremod class CCLCorePlugin
[22:42:33] [main/WARN] [FML/]: The coremod codechicken.lib.asm.CCLCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[22:42:33] [main/DEBUG] [FML/]: Enqueued coremod CCLCorePlugin
[22:42:33] [main/DEBUG] [FML/]: Added access transformer class codechicken.core.asm.CodeChickenAccessTransformer to enqueued access transformers
[22:42:33] [main/DEBUG] [FML/]: Enqueued coremod CodeChickenCorePlugin
[22:42:33] [main/DEBUG] [FML/]: Examining for coremod candidacy [1.8] moSwords v6.jar
[22:42:33] [main/DEBUG] [FML/]: Examining for coremod candidacy [1.8] SecurityCraft v1.7.4.1.jar
[22:42:33] [main/DEBUG] [FML/]: Not found coremod data in [1.8] SecurityCraft v1.7.4.1.jar
[22:42:33] [main/DEBUG] [FML/]: Examining for coremod candidacy [1.8]BrazierMod-1.0.jar
[22:42:33] [main/DEBUG] [FML/]: Not found coremod data in [1.8]BrazierMod-1.0.jar
[22:42:33] [main/DEBUG] [FML/]: Examining for coremod candidacy [1.8]bspkrsCore-universal-7.01.jar
[22:42:33] [main/DEBUG] [FML/]: Not found coremod data in [1.8]bspkrsCore-universal-7.01.jar
[22:42:33] [main/DEBUG] [FML/]: Examining for coremod candidacy [1.8]Fast Food-0.1.1.jar
[22:42:33] [main/DEBUG] [FML/]: Not found coremod data in [1.8]Fast Food-0.1.1.jar
[22:42:33] [main/DEBUG] [FML/]: Examining for coremod candidacy [1.8]FloatingRuins-universal-1.8.r01.jar
[22:42:33] [main/DEBUG] [FML/]: Not found coremod data in [1.8]FloatingRuins-universal-1.8.r01.jar
[22:42:33] [main/DEBUG] [FML/]: Examining for coremod candidacy adamantium-mod-1.4.1.jar
[22:42:33] [main/DEBUG] [FML/]: Not found coremod data in adamantium-mod-1.4.1.jar
[22:42:33] [main/DEBUG] [FML/]: Examining for coremod candidacy affs-a1.2.1.jar
[22:42:33] [main/DEBUG] [FML/]: Not found coremod data in affs-a1.2.1.jar
[22:42:33] [main/DEBUG] [FML/]: Examining for coremod candidacy airbreathercore-1.8-1.0.1.jar
[22:42:33] [main/DEBUG] [FML/]: Not found coremod data in airbreathercore-1.8-1.0.1.jar
[22:42:33] [main/DEBUG] [FML/]: Examining for coremod candidacy alchemyCraft-1.8-0.3.jar
[22:42:33] [main/DEBUG] [FML/]: Not found coremod data in alchemyCraft-1.8-0.3.jar
[22:42:33] [main/DEBUG] [FML/]: Examining for coremod candidacy AlexIILLib-1.8-1.3.42.jar
[22:42:33] [main/TRACE] [FML/]: Found FMLCorePluginContainsFMLMod marker in AlexIILLib-1.8-1.3.42.jar, it will be examined later for regular @Mod instances
[22:42:33] [main/DEBUG] [FML/]: Instantiating coremod class LoadPlugin
[22:42:33] [main/DEBUG] [FML/]: The coremod alexiil.mods.lib.coremod.LoadPlugin requested minecraft version 1.8 and minecraft is 1.8. It will be loaded.
[22:42:33] [main/DEBUG] [FML/]: Enqueued coremod LoadPlugin
[22:42:33] [main/DEBUG] [FML/]: Examining for coremod candidacy AmberoguiaMod_v1.5.3.jar
[22:42:33] [main/DEBUG] [FML/]: Not found coremod data in AmberoguiaMod_v1.5.3.jar
[22:42:33] [main/DEBUG] [FML/]: Examining for coremod candidacy animalsplus-1.3.jar
[22:42:33] [main/DEBUG] [FML/]: Not found coremod data in animalsplus-1.3.jar
[22:42:33] [main/DEBUG] [FML/]: Examining for coremod candidacy archimedes-ships-plus-1.8-a3.2.jar
[22:42:33] [main/ERROR] [FML/]: Unable to read the jar file archimedes-ships-plus-1.8-a3.2.jar - ignoring
java.util.zip.ZipException: error in opening zip file
at java.util.zip.ZipFile.open(Native Method) ~[?:1.8.0_45]
at java.util.zip.ZipFile.<init>(ZipFile.java:220) ~[?:1.8.0_45]
at java.util.zip.ZipFile.<init>(ZipFile.java:150) ~[?:1.8.0_45]
at java.util.jar.JarFile.<init>(JarFile.java:166) ~[?:1.8.0_45]
at java.util.jar.JarFile.<init>(JarFile.java:130) ~[?:1.8.0_45]
at net.minecraftforge.fml.relauncher.CoreModManager.discoverCoreMods(CoreModManager.java:328) [experimental.jar:?]
at net.minecraftforge.fml.relauncher.CoreModManager.handleLaunch(CoreModManager.java:241) [experimental.jar:?]
at net.minecraftforge.fml.relauncher.FMLLaunchHandler.setupHome(FMLLaunchHandler.java:90) [experimental.jar:?]
at net.minecraftforge.fml.relauncher.FMLLaunchHandler.setupServer(FMLLaunchHandler.java:74) [experimental.jar:?]
at net.minecraftforge.fml.relauncher.FMLLaunchHandler.configureForServerLaunch(FMLLaunchHandler.java:39) [experimental.jar:?]
at net.minecraftforge.fml.common.launcher.FMLServerTweaker.injectIntoClassLoader(FMLServerTweaker.java:24) [experimental.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:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_45]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_45]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_45]
at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_45]
at net.minecraftforge.fml.relauncher.ServerLaunchWrapper.run(ServerLaunchWrapper.java:43) [experimental.jar:?]
at net.minecraftforge.fml.relauncher.ServerLaunchWrapper.main(ServerLaunchWrapper.java:12) [experimental.jar:?]
[22:42:33] [main/DEBUG] [FML/]: Examining for coremod candidacy Armour Expansion - 1.0.jar
[22:42:33] [main/DEBUG] [FML/]: Not found coremod data in Armour Expansion - 1.0.jar
[22:42:33] [main/DEBUG] [FML/]: Examining for coremod candidacy Aroma1997Core-1.8-1.0.3.4.b47.jar
[22:42:33] [main/TRACE] [FML/]: Found FMLCorePluginContainsFMLMod marker in Aroma1997Core-1.8-1.0.3.4.b47.jar, it will be examined later for regular @Mod instances
[22:42:33] [main/DEBUG] [FML/]: Instantiating coremod class CoreMod
[22:42:33] [main/WARN] [FML/]: The coremod aroma1997.core.coremod.CoreMod does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[22:42:33] [main/DEBUG] [FML/]: Added access transformer class aroma1997.core.coremod.asm.AromaAccessTransformer to enqueued access transformers
[22:42:33] [main/DEBUG] [FML/]: Enqueued coremod CoreMod
[22:42:33] [main/DEBUG] [FML/]: Examining for coremod candidacy AromaBackup-1.8-0.0.1.0.b12.jar
[22:42:33] [main/DEBUG] [FML/]: Not found coremod data in AromaBackup-1.8-0.0.1.0.b12.jar
[22:42:33] [main/DEBUG] [FML/]: Examining for coremod candidacy AttachableGrinder-5.0.0.jar
[22:42:33] [main/DEBUG] [FML/]: Not found coremod data in AttachableGrinder-5.0.0.jar
[22:42:33] [main/DEBUG] [FML/]: Examining for coremod candidacy AutoSap-MC1.8-1.2.jar
[22:42:33] [main/DEBUG] [FML/]: Not found coremod data in AutoSap-MC1.8-1.2.jar
[22:42:33] [main/DEBUG] [FML/]: Examining for coremod candidacy BackTools-5.0.0.jar
[22:42:33] [main/DEBUG] [FML/]: Not found coremod data in BackTools-5.0.0.jar
[22:42:33] [main/DEBUG] [FML/]: Examining for coremod candidacy BaseMetals-1.3.4.jar
[22:42:33] [main/DEBUG] [FML/]: Not found coremod data in BaseMetals-1.3.4.jar
[22:42:33] [main/DEBUG] [FML/]: Examining for coremod candidacy Baubles-1.8-1.1.1.0.jar
[22:42:33] [main/DEBUG] [FML/]: Not found coremod data in Baubles-1.8-1.1.1.0.jar
[22:42:33] [main/DEBUG] [FML/]: Examining for coremod candidacy BBG 1.8-2.0.0.jar
[22:42:33] [main/DEBUG] [FML/]: Not found coremod data in BBG 1.8-2.0.0.jar
[22:42:33] [main/DEBUG] [FML/]: Examining for coremod candidacy BeardedLib-1.8-1.1.jar
[22:42:33] [main/DEBUG] [FML/]: Not found coremod data in BeardedLib-1.8-1.1.jar
[22:42:33] [main/DEBUG] [FML/]: Examining for coremod candidacy bedrock-tools-1.8-1.5.jar
[22:42:33] [main/DEBUG] [FML/]: Not found coremod data in bedrock-tools-1.8-1.5.jar
[22:42:33] [main/DEBUG] [FML/]: Examining for coremod candidacy behind-bars-1.8-1.0.jar
[22:42:33] [main/DEBUG] [FML/]: Not found coremod data in behind-bars-1.8-1.0.jar
[22:42:33] [main/DEBUG] [FML/]: Examining for coremod candidacy BetterChests-1.8-1.2.0.0.b41.jar
[22:42:33] [main/DEBUG] [FML/]: Not found coremod data in BetterChests-1.8-1.2.0.0.b41.jar
[22:42:33] [main/DEBUG] [FML/]: Examining for coremod candidacy betterfps-1.8-1.1.1.jar
[22:42:33] [main/INFO] [FML/]: Loading tweaker me.guichaguri.betterfps.tweaker.BetterFpsTweaker from betterfps-1.8-1.1.1.jar
[22:42:33] [main/DEBUG] [FML/]: Examining for coremod candidacy block-launcher-1.8-2.0.jar
[22:42:33] [main/DEBUG] [FML/]: Not found coremod data in block-launcher-1.8-2.0.jar
[22:42:33] [main/DEBUG] [FML/]: Examining for coremod candidacy blocks-to-items-1.8-1.4.jar
[22:42:33] [main/DEBUG] [FML/]: Not found coremod data in blocks-to-items-1.8-1.4.jar
[22:42:33] [main/DEBUG] [FML/]: Examining for coremod candidacy BoostMod-1.8-0.2.3.jar
[22:42:33] [main/DEBUG] [FML/]: Not found coremod data in BoostMod-1.8-0.2.3.jar
[22:42:33] [main/DEBUG] [FML/]: Examining for coremod candidacy brewingPlus-1.8-0.0.6.jar
[22:42:33] [main/DEBUG] [FML/]: Not found coremod data in brewingPlus-1.8-0.0.6.jar
[22:42:33] [main/DEBUG] [FML/]: Examining for coremod candidacy Bunkermod-mc1.8-v2.0.jar
[22:42:33] [main/DEBUG] [FML/]: Not found coremod data in Bunkermod-mc1.8-v2.0.jar
[22:42:33] [main/DEBUG] [FML/]: Examining for coremod candidacy C4Lib-1.8-1.0.0-universal.jar
[22:42:33] [main/DEBUG] [FML/]: Not found coremod data in C4Lib-1.8-1.0.0-universal.jar
[22:42:33] [main/DEBUG] [FML/]: Examining for coremod candidacy carbon-paper-1.8-1.0.0.jar
[22:42:33] [main/DEBUG] [FML/]: Not found coremod data in carbon-paper-1.8-1.0.0.jar
[22:42:33] [main/DEBUG] [FML/]: Examining for coremod candidacy Chameleon-1.8-0.1.0.jar
[22:42:33] [main/DEBUG] [FML/]: Not found coremod data in Chameleon-1.8-0.1.0.jar
[22:42:33] [main/DEBUG] [FML/]: Examining for coremod candidacy ChickenShed-1.8-1.2.0.jar
[22:42:33] [main/DEBUG] [FML/]: Not found coremod data in ChickenShed-1.8-1.2.0.jar
[22:42:33] [main/DEBUG] [FML/]: Examining for coremod candidacy CodeChickenLib-1.8-1.1.2.133-universal.jar
[22:42:33] [main/TRACE] [FML/]: Adding CodeChickenLib-1.8-1.1.2.133-universal.jar to the list of known coremods, it will not be examined again
[22:42:33] [main/DEBUG] [FML/]: Instantiating coremod class CCLCorePlugin
[22:42:33] [main/WARN] [FML/]: The coremod codechicken.lib.asm.CCLCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[22:42:33] [main/DEBUG] [FML/]: Enqueued coremod CCLCorePlugin
[22:42:33] [main/DEBUG] [FML/]: Examining for coremod candidacy colorful-armor-1.8-2.8.jar
[22:42:33] [main/DEBUG] [FML/]: Not found coremod data in colorful-armor-1.8-2.8.jar
[22:42:33] [main/DEBUG] [FML/]: Examining for coremod candidacy Craftable Horse Armour and Saddle 1.2.1.jar
[22:42:33] [main/DEBUG] [FML/]: Not found coremod data in Craftable Horse Armour and Saddle 1.2.1.jar
[22:42:33] [main/DEBUG] [FML/]: Examining for coremod candidacy CraftingEX_1.8-v1.0.6.jar
[22:42:33] [main/DEBUG] [FML/]: Not found coremod data in CraftingEX_1.8-v1.0.6.jar
[22:42:33] [main/DEBUG] [FML/]: Examining for coremod candidacy custom-npcs-1.8.0-beta.jar
[22:42:33] [main/DEBUG] [FML/]: Not found coremod data in custom-npcs-1.8.0-beta.jar
[22:42:33] [main/DEBUG] [FML/]: Examining for coremod candidacy custom-trades-mod-1.8-1.3.2.jar
[22:42:33] [main/DEBUG] [FML/]: Not found coremod data in custom-trades-mod-1.8-1.3.2.jar
[22:42:33] [main/DEBUG] [FML/]: Examining for coremod candidacy CyanosLootableBodies-1.3.5.jar
[22:42:33] [main/DEBUG] [FML/]: Not found coremod data in CyanosLootableBodies-1.3.5.jar
[22:42:33] [main/DEBUG] [FML/]: Examining for coremod candidacy CyanosWonderfulWands_1.8-1.7.1.jar
[22:42:33] [main/DEBUG] [FML/]: Not found coremod data in CyanosWonderfulWands_1.8-1.7.1.jar
[22:42:33] [main/DEBUG] [FML/]: Examining for coremod candidacy decoration-mega-pack-1.8-1.18.jar
[22:42:33] [main/DEBUG] [FML/]: Not found coremod data in decoration-mega-pack-1.8-1.18.jar
[22:42:33] [main/DEBUG] [FML/]: Examining for coremod candidacy dons-lightning-rod-1.8-1.0.jar
[22:42:33] [main/DEBUG] [FML/]: Not found coremod data in dons-lightning-rod-1.8-1.0.jar
[22:42:33] [main/DEBUG] [FML/]: Examining for coremod candidacy doomlike-dungeons-1.8-1.8.3.jar
[22:42:33] [main/DEBUG] [FML/]: Not found coremod data in doomlike-dungeons-1.8-1.8.3.jar
[22:42:33] [main/DEBUG] [FML/]: Examining for coremod candidacy emeraldobsidianmod-1.8-1.3.1.jar
[22:42:33] [main/DEBUG] [FML/]: Not found coremod data in emeraldobsidianmod-1.8-1.3.1.jar
[22:42:33] [main/DEBUG] [FML/]: Examining for coremod candidacy EnchantingPlus-1.8-3.1.0a1.jar
[22:42:33] [main/DEBUG] [FML/]: Not found coremod data in EnchantingPlus-1.8-3.1.0a1.jar
[22:42:33] [main/DEBUG] [FML/]: Examining for coremod candidacy enderutilities-1.8-0.4.0-beta-1a.jar
[22:42:33] [main/DEBUG] [FML/]: Not found coremod data in enderutilities-1.8-0.4.0-beta-1a.jar
[22:42:33] [main/DEBUG] [FML/]: Examining for coremod candidacy EnderZoo-1.7.10-1.0.11.28.jar
[22:42:33] [main/DEBUG] [FML/]: Not found coremod data in EnderZoo-1.7.10-1.0.11.28.jar
[22:42:33] [main/DEBUG] [FML/]: Examining for coremod candidacy ex-nihilo-2-1.8-0.27.jar
[22:42:33] [main/DEBUG] [FML/]: Not found coremod data in ex-nihilo-2-1.8-0.27.jar
[22:42:33] [main/DEBUG] [FML/]: Examining for coremod candidacy Extra Achievements 2.3.0.jar
[22:42:33] [main/DEBUG] [FML/]: Examining for coremod candidacy ExtraFood-1.1.jar
[22:42:33] [main/DEBUG] [FML/]: Not found coremod data in ExtraFood-1.1.jar
[22:42:33] [main/DEBUG] [FML/]: Examining for coremod candidacy farble-1.1.jar
[22:42:33] [main/DEBUG] [FML/]: Not found coremod data in farble-1.1.jar
[22:42:33] [main/DEBUG] [FML/]: Examining for coremod candidacy FastFlyBlockBreaking-MC1.8-1.0-1-g938a534-build-5.jar
[22:42:33] [main/DEBUG] [FML/]: Not found coremod data in FastFlyBlockBreaking-MC1.8-1.0-1-g938a534-build-5.jar
[22:42:33] [main/DEBUG] [FML/]: Examining for coremod candidacy FE-1.8-snapshot-8.jar
[22:42:33] [main/INFO] [FML/]: Loading tweaker com.forgeessentials.core.preloader.FELaunchHandler from FE-1.8-snapshot-8.jar
[22:42:33] [main/DEBUG] [FML/]: Examining for coremod candidacy fireplace-core-2.3.2.0.jar
[22:42:33] [main/DEBUG] [FML/]: Not found coremod data in fireplace-core-2.3.2.0.jar
[22:42:33] [main/DEBUG] [FML/]: Examining for coremod candidacy FloraSoma-1.8-1.1.1.jar
[22:42:33] [main/DEBUG] [FML/]: Not found coremod data in FloraSoma-1.8-1.1.1.jar
[22:42:33] [main/DEBUG] [FML/]: Examining for coremod candidacy fluxducts-mc1.8-1.0.2.jar
[22:42:33] [main/DEBUG] [FML/]: Not found coremod data in fluxducts-mc1.8-1.0.2.jar
[22:42:33] [main/DEBUG] [FML/]: Examining for coremod candidacy food-details-1.8-1.0.0.jar
[22:42:33] [main/DEBUG] [FML/]: Not found coremod data in food-details-1.8-1.0.0.jar
[22:42:33] [main/DEBUG] [FML/]: Examining for coremod candidacy forgeessentials-1.8-1.8.0.12-server.jar
[22:42:33] [main/INFO] [FML/]: Loading tweaker com.forgeessentials.core.preloader.FELaunchHandler from forgeessentials-1.8-1.8.0.12-server.jar
[22:42:33] [main/DEBUG] [FML/]: Examining for coremod candidacy fragile-glass-1.8-1.2.jar
[22:42:33] [main/DEBUG] [FML/]: Not found coremod data in fragile-glass-1.8-1.2.jar
[22:42:33] [main/DEBUG] [FML/]: Examining for coremod candidacy fragile-torches-1.8-1.0.0.jar
[22:42:33] [main/DEBUG] [FML/]: Not found coremod data in fragile-torches-1.8-1.0.0.jar
[22:42:33] [main/DEBUG] [FML/]: Examining for coremod candidacy fulcrum-2.0.2.0.jar
[22:42:33] [main/DEBUG] [FML/]: Not found coremod data in fulcrum-2.0.2.0.jar
[22:42:33] [main/DEBUG] [FML/]: Examining for coremod candidacy fun-ores-1.8-1.0.0-17.jar
[22:42:33] [main/DEBUG] [FML/]: Not found coremod data in fun-ores-1.8-1.0.0-17.jar
[22:42:33] [main/DEBUG] [FML/]: Examining for coremod candidacy gakais-flight-table-fly-block-1.8-1.1.1.jar
[22:42:33] [main/DEBUG] [FML/]: Not found coremod data in gakais-flight-table-fly-block-1.8-1.1.1.jar
[22:42:33] [main/DEBUG] [FML/]: Examining for coremod candidacy Galactic Colored Blocks-1.8-1.01.jar
[22:42:33] [main/DEBUG] [FML/]: Not found coremod data in Galactic Colored Blocks-1.8-1.01.jar
[22:42:33] [main/DEBUG] [FML/]: Examining for coremod candidacy geoactivity-2.1.1.jar
[22:42:33] [main/DEBUG] [FML/]: Not found coremod data in geoactivity-2.1.1.jar
[22:42:33] [main/DEBUG] [FML/]: Examining for coremod candidacy giacomos-foundry-1.8-1.3.3.jar
[22:42:33] [main/DEBUG] [FML/]: Not found coremod data in giacomos-foundry-1.8-1.3.3.jar
[22:42:33] [main/DEBUG] [FML/]: Examining for coremod candidacy GiacomosExperienceSeedling1.8-1.1.jar
[22:42:33] [main/DEBUG] [FML/]: Not found coremod data in GiacomosExperienceSeedling1.8-1.1.jar
[22:42:33] [main/DEBUG] [FML/]: Examining for coremod candidacy GiacomosFishingNet1.8-1.4.jar
[22:42:33] [main/DEBUG] [FML/]: Not found coremod data in GiacomosFishingNet1.8-1.4.jar
[22:42:33] [main/DEBUG] [FML/]: Examining for coremod candidacy glass_shards_mc1.8-1.3.2.jar
[22:42:33] [main/DEBUG] [FML/]: Not found coremod data in glass_shards_mc1.8-1.3.2.jar
[22:42:33] [main/DEBUG] [FML/]: Examining for coremod candidacy GravityGun-5.0.0.jar
[22:42:33] [main/DEBUG] [FML/]: Not found coremod data in GravityGun-5.0.0.jar
[22:42:33] [main/DEBUG] [FML/]: Examining for coremod candidacy Grenade Mod-1.8-1.3.jar
[22:42:33] [main/DEBUG] [FML/]: Not found coremod data in Grenade Mod-1.8-1.3.jar
[22:42:33] [main/DEBUG] [FML/]: Examining for coremod candidacy haggismod-1.4.2-mc1.8.jar
[22:42:33] [main/DEBUG] [FML/]: Not found coremod data in haggismod-1.4.2-mc1.8.jar
[22:42:33] [main/DEBUG] [FML/]: Examining for coremod candidacy HelpFixer - 1.1.9.jar
[22:42:33] [main/DEBUG] [FML/]: Not found coremod data in HelpFixer - 1.1.9.jar
[22:42:33] [main/DEBUG] [FML/]: Examining for coremod candidacy hopperducts-mc1.8-1.4.5.jar
[22:42:33] [main/TRACE] [FML/]: Found FMLCorePluginContainsFMLMod marker in hopperducts-mc1.8-1.4.5.jar, it will be examined later for regular @Mod instances
[22:42:33] [main/DEBUG] [FML/]: Instantiating coremod class NowWithRendering
[22:42:33] [main/DEBUG] [FML/]: The coremod net.fybertech.nwr.NowWithRendering requested minecraft version 1.8 and minecraft is 1.8. It will be loaded.
[22:42:33] [main/DEBUG] [FML/]: Enqueued coremod NowWithRendering
[22:42:33] [main/DEBUG] [FML/]: Examining for coremod candidacy ice_shards_mc1.8-1.1-beta.jar
[22:42:33] [main/DEBUG] [FML/]: Not found coremod data in ice_shards_mc1.8-1.1-beta.jar
[22:42:33] [main/DEBUG] [FML/]: Examining for coremod candidacy iChunUtil-5.4.0.jar
[22:42:33] [main/DEBUG] [FML/]: Not found coremod data in iChunUtil-5.4.0.jar
[22:42:33] [main/DEBUG] [FML/]: Examining for coremod candidacy IgneousAdditions-1.2-BETA-2.jar
[22:42:33] [main/DEBUG] [FML/]: Not found coremod data in IgneousAdditions-1.2-BETA-2.jar
[22:42:33] [main/DEBUG] [FML/]: Examining for coremod candidacy inventory-tweaks-1.59-176.jar
[22:42:33] [main/TRACE] [FML/]: Found FMLCorePluginContainsFMLMod marker in inventory-tweaks-1.59-176.jar, it will be examined later for regular @Mod instances
[22:42:33] [main/DEBUG] [FML/]: Instantiating coremod class FMLPlugin
[22:42:33] [main/WARN] [FML/]: The coremod invtweaks.forge.asm.FMLPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[22:42:33] [main/DEBUG] [FML/]: Added access transformer class invtweaks.forge.asm.ITAccessTransformer to enqueued access transformers
[22:42:33] [main/DEBUG] [FML/]: Enqueued coremod FMLPlugin
[22:42:33] [main/DEBUG] [FML/]: Examining for coremod candidacy iron-chests-2-1.8-6.0.103.753.jar
[22:42:33] [main/DEBUG] [FML/]: Not found coremod data in iron-chests-2-1.8-6.0.103.753.jar
[22:42:33] [main/DEBUG] [FML/]: Examining for coremod candidacy ItemPhysic Full 1.1.4 mc1.8.jar
[22:42:33] [main/TRACE] [FML/]: Adding ItemPhysic Full 1.1.4 mc1.8.jar to the list of known coremods, it will not be examined again
[22:42:33] [main/DEBUG] [FML/]: Instantiating coremod class ItemPatchingLoader
[22:42:33] [main/DEBUG] [FML/]: The coremod com.creativemd.itemphysic.ItemPatchingLoader requested minecraft version 1.8 and minecraft is 1.8. It will be loaded.
[22:42:33] [main/DEBUG] [FML/]: Enqueued coremod ItemPatchingLoader
[22:42:33] [main/DEBUG] [FML/]: Examining for coremod candidacy JACB-1.8-1.0.1.jar
[22:42:33] [main/DEBUG] [FML/]: Not found coremod data in JACB-1.8-1.0.1.jar
[22:42:33] [main/DEBUG] [FML/]: Examining for coremod candidacy Jelly Cubes 1.8.0-1.13.2.jar
[22:42:33] [main/DEBUG] [FML/]: Not found coremod data in Jelly Cubes 1.8.0-1.13.2.jar
[22:42:33] [main/DEBUG] [FML/]: Examining for coremod candidacy just-backpacks-1.8-1.0.jar
[22:42:33] [main/DEBUG] [FML/]: Not found coremod data in just-backpacks-1.8-1.0.jar
[22:42:33] [main/DEBUG] [FML/]: Examining for coremod candidacy larrys-mod-1.8-1.06.1.jar
[22:42:33] [main/DEBUG] [FML/]: Examining for coremod candidacy lattice-mod-1.8-1.1.jar
[22:42:33] [main/DEBUG] [FML/]: Not found coremod data in lattice-mod-1.8-1.1.jar
[22:42:33] [main/DEBUG] [FML/]: Examining for coremod candidacy LavaBoat-2.1.0.jar
[22:42:33] [main/DEBUG] [FML/]: Not found coremod data in LavaBoat-2.1.0.jar
[22:42:33] [main/DEBUG] [FML/]: Examining for coremod candidacy letters-numbers-and-symbols-mod-1.8-1.0.jar
[22:42:33] [main/DEBUG] [FML/]: Examining for coremod candidacy Liquid Enchanting-1.0.jar
[22:42:33] [main/DEBUG] [FML/]: Not found coremod data in Liquid Enchanting-1.0.jar
[22:42:33] [main/DEBUG] [FML/]: Examining for coremod candidacy LomLib v4.1.0.jar
[22:42:33] [main/DEBUG] [FML/]: Not found coremod data in LomLib v4.1.0.jar
[22:42:33] [main/DEBUG] [FML/]: Examining for coremod candidacy LunatriusCore-1.8-1.1.2.28-universal.jar
[22:42:33] [main/DEBUG] [FML/]: Not found coremod data in LunatriusCore-1.8-1.1.2.28-universal.jar
[22:42:33] [main/DEBUG] [FML/]: Examining for coremod candidacy MachineMod-1.8-1.1-Pre-ALPHA-Build-123.jar
[22:42:33] [main/DEBUG] [FML/]: Not found coremod data in MachineMod-1.8-1.1-Pre-ALPHA-Build-123.jar
[22:42:33] [main/DEBUG] [FML/]: Examining for coremod candidacy magicalmages-v1.4-MCv1.8.jar
[22:42:33] [main/DEBUG] [FML/]: Not found coremod data in magicalmages-v1.4-MCv1.8.jar
[22:42:33] [main/DEBUG] [FML/]: Examining for coremod candidacy magicclover-1.8-0.6.2.jar
[22:42:33] [main/DEBUG] [FML/]: Not found coremod data in magicclover-1.8-0.6.2.jar
[22:42:33] [main/DEBUG] [FML/]: Examining for coremod candidacy MakersMark-V2.0.1-MC1.8.jar
[22:42:33] [main/TRACE] [FML/]: Found FMLCorePluginContainsFMLMod marker in MakersMark-V2.0.1-MC1.8.jar, it will be examined later for regular @Mod instances
[22:42:33] [main/DEBUG] [FML/]: Instantiating coremod class CorePlugin
[22:42:33] [main/WARN] [FML/]: The coremod com.hitchh1k3rsguide.makersmark.asm.CorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[22:42:33] [main/DEBUG] [FML/]: Enqueued coremod CorePlugin
[22:42:33] [main/DEBUG] [FML/]: Examining for coremod candidacy Master_Chef_v4.0-1.8.jar
[22:42:33] [main/DEBUG] [FML/]: Not found coremod data in Master_Chef_v4.0-1.8.jar
[22:42:33] [main/DEBUG] [FML/]: Examining for coremod candidacy medieval_mobs-1.8.x v.a2.jar
[22:42:33] [main/DEBUG] [FML/]: Not found coremod data in medieval_mobs-1.8.x v.a2.jar
[22:42:33] [main/DEBUG] [FML/]: Examining for coremod candidacy Metals-1.8-2.1.jar
[22:42:34] [main/DEBUG] [FML/]: Not found coremod data in Metals-1.8-2.1.jar
[22:42:34] [main/DEBUG] [FML/]: Examining for coremod candidacy mineralogy-2.5.1.jar
[22:42:34] [main/DEBUG] [FML/]: Not found coremod data in mineralogy-2.5.1.jar
[22:42:34] [main/DEBUG] [FML/]: Examining for coremod candidacy mo-shiz-mod-1.8-1.6.5.jar
[22:42:34] [main/DEBUG] [FML/]: Not found coremod data in mo-shiz-mod-1.8-1.6.5.jar
[22:42:34] [main/DEBUG] [FML/]: Examining for coremod candidacy modularsuits-1.2.1.jar
[22:42:34] [main/DEBUG] [FML/]: Not found coremod data in modularsuits-1.2.1.jar
[22:42:34] [main/DEBUG] [FML/]: Examining for coremod candidacy monkey-mod-1.0.jar
[22:42:34] [main/DEBUG] [FML/]: Not found coremod data in monkey-mod-1.0.jar
[22:42:34] [main/DEBUG] [FML/]: Examining for coremod candidacy more-materials-1.0.20150615.0-MC1.8-20150614.jar
[22:42:34] [main/DEBUG] [FML/]: Not found coremod data in more-materials-1.0.20150615.0-MC1.8-20150614.jar
[22:42:34] [main/DEBUG] [FML/]: Examining for coremod candidacy morebows-1.8-2.0.0a2.jar
[22:42:34] [main/DEBUG] [FML/]: Not found coremod data in morebows-1.8-2.0.0a2.jar
[22:42:34] [main/DEBUG] [FML/]: Examining for coremod candidacy MoreLight-1.8-1.4_release.jar
[22:42:34] [main/DEBUG] [FML/]: Not found coremod data in MoreLight-1.8-1.4_release.jar
[22:42:34] [main/DEBUG] [FML/]: Examining for coremod candidacy Morpheus-1.8-2.0.41.jar
[22:42:34] [main/DEBUG] [FML/]: Not found coremod data in Morpheus-1.8-2.0.41.jar
[22:42:34] [main/DEBUG] [FML/]: Examining for coremod candidacy MovingWorld-1.8-ALPHA-3.1-HFX.jar
[22:42:34] [main/INFO] [FML/]: Loading tweaker org.spongepowered.asm.launch.MixinTweaker from MovingWorld-1.8-ALPHA-3.1-HFX.jar
[22:42:34] [main/DEBUG] [FML/]: Examining for coremod candidacy MrCrayfishFurnitureModv3.4.8-build1(1.8).jar
[22:42:34] [main/DEBUG] [FML/]: Not found coremod data in MrCrayfishFurnitureModv3.4.8-build1(1.8).jar
[22:42:34] [main/DEBUG] [FML/]: Examining for coremod candidacy mwct-1.0.1.jar
[22:42:34] [main/DEBUG] [FML/]: Not found coremod data in mwct-1.0.1.jar
[22:42:34] [main/DEBUG] [FML/]: Examining for coremod candidacy neotech-1.8-1.6.jar
[22:42:34] [main/DEBUG] [FML/]: Not found coremod data in neotech-1.8-1.6.jar
[22:42:34] [main/DEBUG] [FML/]: Examining for coremod candidacy Nether Eye 1.8.0-1.4.2.jar
[22:42:34] [main/DEBUG] [FML/]: Not found coremod data in Nether Eye 1.8.0-1.4.2.jar
[22:42:34] [main/DEBUG] [FML/]: Examining for coremod candidacy night-vision-mining-hats-1.8-1.4.jar
[22:42:34] [main/DEBUG] [FML/]: Not found coremod data in night-vision-mining-hats-1.8-1.4.jar
[22:42:34] [main/DEBUG] [FML/]: Examining for coremod candidacy NotEnoughItems-1.8-1.0.5.104-universal.jar
[22:42:34] [main/TRACE] [FML/]: Adding NotEnoughItems-1.8-1.0.5.104-universal.jar to the list of known coremods, it will not be examined again
[22:42:34] [main/DEBUG] [FML/]: Instantiating coremod class NEICorePlugin
[22:42:34] [main/WARN] [FML/]: The coremod codechicken.nei.asm.NEICorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[22:42:34] [main/DEBUG] [FML/]: Enqueued coremod NEICorePlugin
[22:42:34] [main/DEBUG] [FML/]: Examining for coremod candidacy nutellacraft-18-1.8-1.1.jar
[22:42:34] [main/DEBUG] [FML/]: Not found coremod data in nutellacraft-18-1.8-1.1.jar
[22:42:34] [main/DEBUG] [FML/]: Examining for coremod candidacy ocean-floor-1.8-1.0.0.jar
[22:42:34] [main/DEBUG] [FML/]: Not found coremod data in ocean-floor-1.8-1.0.0.jar
[22:42:34] [main/DEBUG] [FML/]: Examining for coremod candidacy open-computers-1.8-1.5.14.32.jar
[22:42:34] [main/TRACE] [FML/]: Found FMLCorePluginContainsFMLMod marker in open-computers-1.8-1.5.14.32.jar, it will be examined later for regular @Mod instances
[22:42:34] [main/DEBUG] [FML/]: Instantiating coremod class TransformerLoader
[22:42:34] [main/DEBUG] [FML/]: The coremod li.cil.oc.common.launch.TransformerLoader requested minecraft version 1.8 and minecraft is 1.8. It will be loaded.
[22:42:34] [main/DEBUG] [FML/]: Enqueued coremod TransformerLoader
[22:42:34] [main/DEBUG] [FML/]: Examining for coremod candidacy pandoras-box-1.8-2.1.2.jar
[22:42:34] [main/DEBUG] [FML/]: Not found coremod data in pandoras-box-1.8-2.1.2.jar
[22:42:34] [main/DEBUG] [FML/]: Examining for coremod candidacy parachute-mod-1.8.0-3.1.1-23.jar
[22:42:34] [main/DEBUG] [FML/]: Not found coremod data in parachute-mod-1.8.0-3.1.1-23.jar
[22:42:34] [main/DEBUG] [FML/]: Examining for coremod candidacy pig-manure-1.0.1.jar
[22:42:34] [main/DEBUG] [FML/]: Not found coremod data in pig-manure-1.0.1.jar
[22:42:34] [main/DEBUG] [FML/]: Examining for coremod candidacy plant-mega-pack-1.8-5.07.jar
[22:42:34] [main/DEBUG] [FML/]: Not found coremod data in plant-mega-pack-1.8-5.07.jar
[22:42:34] [main/DEBUG] [FML/]: Examining for coremod candidacy pocketnether-1.8-1.4.jar
[22:42:34] [main/DEBUG] [FML/]: Not found coremod data in pocketnether-1.8-1.4.jar
[22:42:34] [main/DEBUG] [FML/]: Examining for coremod candidacy portable-crafting-bench-1.8-1.4.jar
[22:42:34] [main/DEBUG] [FML/]: Not found coremod data in portable-crafting-bench-1.8-1.4.jar
[22:42:34] [main/DEBUG] [FML/]: Examining for coremod candidacy PortalGates2-mc1.8-2.1.4-b.jar
[22:42:34] [main/DEBUG] [FML/]: Not found coremod data in PortalGates2-mc1.8-2.1.4-b.jar
[22:42:34] [main/DEBUG] [FML/]: Examining for coremod candidacy power-apples-1.8-1.0.1.jar
[22:42:34] [main/DEBUG] [FML/]: Not found coremod data in power-apples-1.8-1.0.1.jar
[22:42:34] [main/DEBUG] [FML/]: Examining for coremod candidacy PowerAdvantage-1.2.4.jar
[22:42:34] [main/DEBUG] [FML/]: Not found coremod data in PowerAdvantage-1.2.4.jar
[22:42:34] [main/DEBUG] [FML/]: Examining for coremod candidacy prismatics-1.8-0.0.3.3.jar
[22:42:34] [main/DEBUG] [FML/]: Not found coremod data in prismatics-1.8-0.0.3.3.jar
[22:42:34] [main/DEBUG] [FML/]: Examining for coremod candidacy proc-mod-1.8-1.2.2.jar
[22:42:34] [main/DEBUG] [FML/]: Not found coremod data in proc-mod-1.8-1.2.2.jar
[22:42:34] [main/DEBUG] [FML/]: Examining for coremod candidacy ProgressiveAutomation-1.8-1.6.15.jar
[22:42:34] [main/DEBUG] [FML/]: Not found coremod data in ProgressiveAutomation-1.8-1.6.15.jar
[22:42:34] [main/DEBUG] [FML/]: Examining for coremod candidacy project-bench-1.8-0.5.0.jar
[22:42:34] [main/DEBUG] [FML/]: Not found coremod data in project-bench-1.8-0.5.0.jar
[22:42:34] [main/DEBUG] [FML/]: Examining for coremod candidacy projecte-1.8-PE1.0.1.B.jar
[22:42:34] [main/DEBUG] [FML/]: Not found coremod data in projecte-1.8-PE1.0.1.B.jar
[22:42:34] [main/DEBUG] [FML/]: Examining for coremod candidacy push-and-shove-1.8-1.1.jar
[22:42:34] [main/DEBUG] [FML/]: Not found coremod data in push-and-shove-1.8-1.1.jar
[22:42:34] [main/DEBUG] [FML/]: Examining for coremod candidacy quartz-and-prismarine-armortools-1.8-1.1.jar
[22:42:34] [main/DEBUG] [FML/]: Not found coremod data in quartz-and-prismarine-armortools-1.8-1.1.jar
[22:42:34] [main/DEBUG] [FML/]: Examining for coremod candidacy random-things-1.8-3.5.3.jar
[22:42:34] [main/TRACE] [FML/]: Found FMLCorePluginContainsFMLMod marker in random-things-1.8-3.5.3.jar, it will be examined later for regular @Mod instances
[22:42:34] [main/DEBUG] [FML/]: Instantiating coremod class LoadingPlugin
[22:42:34] [main/WARN] [FML/]: The coremod lumien.randomthings.asm.LoadingPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[22:42:34] [main/DEBUG] [FML/]: Enqueued coremod LoadingPlugin
[22:42:34] [main/DEBUG] [FML/]: Examining for coremod candidacy redstone-paste-1.8-1.7.1.jar
[22:42:34] [main/TRACE] [FML/]: Found FMLCorePluginContainsFMLMod marker in redstone-paste-1.8-1.7.1.jar, it will be examined later for regular @Mod instances
[22:42:34] [main/DEBUG] [FML/]: Instantiating coremod class NowWithRendering
[22:42:34] [main/DEBUG] [FML/]: The coremod net.fybertech.nwr.NowWithRendering requested minecraft version 1.8 and minecraft is 1.8. It will be loaded.
[22:42:34] [main/DEBUG] [FML/]: Enqueued coremod NowWithRendering
[22:42:34] [main/DEBUG] [FML/]: Examining for coremod candidacy reptile-mod-1.7.10-2.5.6-10.jar
[22:42:34] [main/DEBUG] [FML/]: Not found coremod data in reptile-mod-1.7.10-2.5.6-10.jar
[22:42:34] [main/DEBUG] [FML/]: Examining for coremod candidacy roguelike-dungeons-1.8-1.3.6.jar
[22:42:34] [main/DEBUG] [FML/]: Not found coremod data in roguelike-dungeons-1.8-1.3.6.jar
[22:42:34] [main/DEBUG] [FML/]: Examining for coremod candidacy router-reborn-1.8-2.0.0.1A.jar
[22:42:34] [main/DEBUG] [FML/]: Not found coremod data in router-reborn-1.8-2.0.0.1A.jar
[22:42:34] [main/DEBUG] [FML/]: Examining for coremod candidacy Ruins-1.8.jar
[22:42:34] [main/DEBUG] [FML/]: Not found coremod data in Ruins-1.8.jar
[22:42:34] [main/DEBUG] [FML/]: Examining for coremod candidacy Schematica-1.8-1.7.7.130-universal.jar
[22:42:34] [main/DEBUG] [FML/]: Not found coremod data in Schematica-1.8-1.7.7.130-universal.jar
[22:42:34] [main/DEBUG] [FML/]: Examining for coremod candidacy seasoned-flesh-1.8-1.0-m3d3y15.jar
[22:42:34] [main/DEBUG] [FML/]: Examining for coremod candidacy shipwrecks-1.8.0-1.7.0.jar
[22:42:34] [main/DEBUG] [FML/]: Not found coremod data in shipwrecks-1.8.0-1.7.0.jar
[22:42:34] [main/DEBUG] [FML/]: Examining for coremod candidacy silents-gems-1.8-1.3.1-82-beta.jar
[22:42:34] [main/DEBUG] [FML/]: Not found coremod data in silents-gems-1.8-1.3.1-82-beta.jar
[22:42:34] [main/DEBUG] [FML/]: Examining for coremod candidacy Simple Recipes 1.8.0-1.9.0.jar
[22:42:34] [main/DEBUG] [FML/]: Not found coremod data in Simple Recipes 1.8.0-1.9.0.jar
[22:42:34] [main/DEBUG] [FML/]: Examining for coremod candidacy SimpleHolo-v1.0-1.8.jar
[22:42:34] [main/DEBUG] [FML/]: Not found coremod data in SimpleHolo-v1.0-1.8.jar
[22:42:34] [main/DEBUG] [FML/]: Examining for coremod candidacy Skyland_1.8-v1.1.3.jar
[22:42:34] [main/DEBUG] [FML/]: Not found coremod data in Skyland_1.8-v1.1.3.jar
[22:42:34] [main/DEBUG] [FML/]: Examining for coremod candidacy sleep-1.8-0.0.1.jar
[22:42:34] [main/DEBUG] [FML/]: Not found coremod data in sleep-1.8-0.0.1.jar
[22:42:34] [main/DEBUG] [FML/]: Examining for coremod candidacy smelt-cycle-1.2.jar
[22:42:34] [main/DEBUG] [FML/]: Not found coremod data in smelt-cycle-1.2.jar
[22:42:34] [main/DEBUG] [FML/]: Examining for coremod candidacy Snow Golem 1.8.0-1.6.2.jar
[22:42:34] [main/DEBUG] [FML/]: Not found coremod data in Snow Golem 1.8.0-1.6.2.jar
[22:42:34] [main/DEBUG] [FML/]: Examining for coremod candidacy sophisticated-wolves-3.5.0.jar
[22:42:34] [main/DEBUG] [FML/]: Not found coremod data in sophisticated-wolves-3.5.0.jar
[22:42:34] [main/DEBUG] [FML/]: Examining for coremod candidacy spawnercraft-1.8-2.2.2.jar
[22:42:34] [main/DEBUG] [FML/]: Not found coremod data in spawnercraft-1.8-2.2.2.jar
[22:42:34] [main/DEBUG] [FML/]: Examining for coremod candidacy stackie-1.8-1.6.0.36.jar
[22:42:34] [main/DEBUG] [FML/]: Not found coremod data in stackie-1.8-1.6.0.36.jar
[22:42:34] [main/DEBUG] [FML/]: Examining for coremod candidacy SteamAdvantage-1.3.2.jar
[22:42:34] [main/DEBUG] [FML/]: Not found coremod data in SteamAdvantage-1.3.2.jar
[22:42:34] [main/DEBUG] [FML/]: Examining for coremod candidacy storage-drawers-1.8-2.1.6.jar
[22:42:34] [main/DEBUG] [FML/]: Not found coremod data in storage-drawers-1.8-2.1.6.jar
[22:42:34] [main/DEBUG] [FML/]: Examining for coremod candidacy talismans-2-1.8-2.1.2.jar
[22:42:34] [main/DEBUG] [FML/]: Not found coremod data in talismans-2-1.8-2.1.2.jar
[22:42:34] [main/DEBUG] [FML/]: Examining for coremod candidacy tnt_utilities-mc1.8-1.0.2-beta.jar
[22:42:34] [main/TRACE] [FML/]: Found FMLCorePluginContainsFMLMod marker in tnt_utilities-mc1.8-1.0.2-beta.jar, it will be examined later for regular @Mod instances
[22:42:34] [main/DEBUG] [FML/]: Instantiating coremod class TntuPlugin
[22:42:34] [main/TRACE] [FML/]: coremod named TNTUtilities Core is loading
[22:42:34] [main/DEBUG] [FML/]: The coremod ljfa.tntutils.asm.TntuPlugin requested minecraft version 1.8 and minecraft is 1.8. It will be loaded.
[22:42:34] [main/DEBUG] [FML/]: Enqueued coremod TNTUtilities Core
[22:42:34] [main/DEBUG] [FML/]: Examining for coremod candidacy torched-5.0.0.jar
[22:42:34] [main/DEBUG] [FML/]: Not found coremod data in torched-5.0.0.jar
[22:42:34] [main/DEBUG] [FML/]: Examining for coremod candidacy totemmod-3.0.jar
[22:42:34] [main/DEBUG] [FML/]: Not found coremod data in totemmod-3.0.jar
[22:42:34] [main/DEBUG] [FML/]: Examining for coremod candidacy unlogic-ii-2.1.1.0.jar
[22:42:34] [main/DEBUG] [FML/]: Not found coremod data in unlogic-ii-2.1.1.0.jar
[22:42:34] [main/DEBUG] [FML/]: Examining for coremod candidacy useful-uselessness-1.8-0.0.4.jar
[22:42:34] [main/DEBUG] [FML/]: Not found coremod data in useful-uselessness-1.8-0.0.4.jar
[22:42:34] [main/DEBUG] [FML/]: Examining for coremod candidacy utility-worlds-1.8-1.0.7.jar
[22:42:34] [main/DEBUG] [FML/]: Not found coremod data in utility-worlds-1.8-1.0.7.jar
[22:42:34] [main/DEBUG] [FML/]: Examining for coremod candidacy veinminer-0.27.0.jar
[22:42:34] [main/TRACE] [FML/]: Found FMLCorePluginContainsFMLMod marker in veinminer-0.27.0.jar, it will be examined later for regular @Mod instances
[22:42:34] [main/DEBUG] [FML/]: Instantiating coremod class VeinMinerCorePlugin
[22:42:34] [main/WARN] [FML/]: The coremod portablejim.veinminer.asm.VeinMinerCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[22:42:34] [main/DEBUG] [FML/]: Enqueued coremod VeinMinerCorePlugin
[22:42:34] [main/DEBUG] [FML/]: Examining for coremod candidacy wooden-and-stone-armor-1.8-1.3.1.jar
[22:42:34] [main/DEBUG] [FML/]: Not found coremod data in wooden-and-stone-armor-1.8-1.3.1.jar
[22:42:34] [main/DEBUG] [FML/]: Examining for coremod candidacy world-edit-1.8-6.1.jar
[22:42:34] [main/DEBUG] [FML/]: Not found coremod data in world-edit-1.8-6.1.jar
[22:42:34] [main/DEBUG] [FML/]: Examining for coremod candidacy worms-1.8-1.1.0.jar
[22:42:34] [main/DEBUG] [FML/]: Not found coremod data in worms-1.8-1.1.0.jar
[22:42:34] [main/DEBUG] [FML/]: Examining for coremod candidacy xpteleporters-1.8-1.0.4.jar
[22:42:34] [main/DEBUG] [FML/]: Not found coremod data in xpteleporters-1.8-1.0.4.jar
[22:42:34] [main/DEBUG] [FML/]: Examining for coremod candidacy zombie-steaks-1.8-1.0.2.jar
[22:42:34] [main/DEBUG] [FML/]: Not found coremod data in zombie-steaks-1.8-1.0.2.jar
[22:42:34] [main/DEBUG] [FML/]: Examining for coremod candidacy zz-backpacks 1.8 - 3.0.3 beta 4 (1).jar
[22:42:34] [main/TRACE] [FML/]: Adding zz-backpacks 1.8 - 3.0.3 beta 4 (1).jar to the list of known coremods, it will not be examined again
[22:42:34] [main/DEBUG] [FML/]: Instantiating coremod class BCModPlugin
[22:42:34] [main/DEBUG] [FML/]: The coremod brad16840.common.asm.BCModPlugin requested minecraft version 1.8 and minecraft is 1.8. It will be loaded.
[22:42:34] [main/DEBUG] [FML/]: Enqueued coremod BCModPlugin
[22:42:34] [main/DEBUG] [FML/]: Examining for coremod candidacy ZZZZZ Custom Configs-2.3.0 (1).jar
[22:42:34] [main/DEBUG] [FML/]: Not found coremod data in ZZZZZ Custom Configs-2.3.0 (1).jar
[22:42:34] [main/INFO] [LaunchWrapper/]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[22:42:34] [main/INFO] [LaunchWrapper/]: Loading tweak class name me.guichaguri.betterfps.tweaker.BetterFpsTweaker
[22:42:34] [main/INFO] [LaunchWrapper/]: Loading tweak class name com.forgeessentials.core.preloader.FELaunchHandler
[22:42:34] [main/WARN] [LaunchWrapper/]: Tweak class name com.forgeessentials.core.preloader.FELaunchHandler has already been visited -- skipping
[22:42:34] [main/INFO] [LaunchWrapper/]: Loading tweak class name org.spongepowered.asm.launch.MixinTweaker
[22:42:35] [main/INFO] [mixin/]: SpongePowered MIXIN Subsystem Version=0.4.3 Source=file:/root/experimental/extreme/mods/FE-1.8-snapshot-8.jar Env=SERVER
[22:42:35] [main/DEBUG] [mixin/]: Adding new mixin transformer proxy #1
[22:42:35] [main/INFO] [LaunchWrapper/]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
[22:42:35] [main/INFO] [LaunchWrapper/]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[22:42:35] [main/INFO] [LaunchWrapper/]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[22:42:35] [main/INFO] [LaunchWrapper/]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[22:42:35] [main/DEBUG] [FML/]: Injecting coremod FMLCorePlugin {net.minecraftforge.fml.relauncher.FMLCorePlugin} class transformers
[22:42:35] [main/TRACE] [FML/]: Registering transformer net.minecraftforge.fml.common.asm.transformers.BlamingTransformer
[22:42:35] [main/DEBUG] [mixin/]: Preparing mixins for MixinEnvironment[PREINIT]
[22:42:35] [main/TRACE] [FML/]: Registering transformer net.minecraftforge.fml.common.asm.transformers.MarkerTransformer
[22:42:35] [main/TRACE] [FML/]: Registering transformer net.minecraftforge.fml.common.asm.transformers.SideTransformer
[22:42:35] [main/TRACE] [FML/]: Registering transformer net.minecraftforge.fml.common.asm.transformers.EventSubscriptionTransformer
[22:42:35] [main/TRACE] [FML/]: Registering transformer net.minecraftforge.fml.common.asm.transformers.EventSubscriberTransformer
[22:42:36] [main/DEBUG] [FML/]: Injection complete
[22:42:36] [main/DEBUG] [FML/]: Running coremod plugin for FMLCorePlugin {net.minecraftforge.fml.relauncher.FMLCorePlugin}
[22:42:36] [main/DEBUG] [FML/]: Running coremod plugin FMLCorePlugin
[22:42:38] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.network.play.client.C12PacketUpdateSign.binpatch
[22:42:38] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockReed.binpatch
[22:42:38] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.block.statemap.StateMap.binpatch
[22:42:38] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.network.play.server.S3FPacketCustomPayload.binpatch
[22:42:38] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.server.integrated.IntegratedServer$3.binpatch
[22:42:38] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.nbt.NBTSizeTracker.binpatch
[22:42:38] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.StructureNetherBridgePieces$NetherStalkRoom.binpatch
[22:42:38] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.network.NetHandlerHandshakeMemory.binpatch
[22:42:38] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockTripWireHook.binpatch
[22:42:38] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.command.CommandFill.binpatch
[22:42:38] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.biome.BiomeColorHelper$ColorResolver.binpatch
[22:42:38] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.server.management.PlayerManager$PlayerInstance.binpatch
[22:42:38] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.biome.BiomeColorHelper$1.binpatch
[22:42:38] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.block.model.ItemCameraTransforms$Deserializer.binpatch
[22:42:38] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.settings.GameSettings$Options.binpatch
[22:42:38] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.feature.WorldGenSavannaTree.binpatch
[22:42:38] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.entity.RenderItem$5.binpatch
[22:42:38] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.inventory.ContainerBeacon$BeaconSlot.binpatch
[22:42:38] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.StructureVillagePieces$Field1.binpatch
[22:42:38] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.storage.WorldInfo$8.binpatch
[22:42:38] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.entity.monster.EntityMagmaCube.binpatch
[22:42:38] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.tileentity.TileEntitySign.binpatch
[22:42:38] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.entity.item.EntityItemFrame.binpatch
[22:42:38] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.nbt.NBTTagList.binpatch
[22:42:38] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.vertex.VertexFormatElement.binpatch
[22:42:38] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.server.network.NetHandlerLoginServer$2.binpatch
[22:42:38] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.biome.BiomeGenBase$Height.binpatch
[22:42:38] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.EntityRenderer$2.binpatch
[22:42:38] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.entity.Entity$4.binpatch
[22:42:38] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.entity.RenderEntityItem.binpatch
[22:42:38] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.gui.GuiScreen.binpatch
[22:42:38] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.multiplayer.GuiConnecting$1.binpatch
[22:42:38] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockIce.binpatch
[22:42:38] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.settings.GameSettings$1.binpatch
[22:42:38] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.item.Item$17.binpatch
[22:42:38] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.SpawnerAnimals.binpatch
[22:42:38] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.network.NetHandlerPlayServer$SwitchAction.binpatch
[22:42:38] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.WorldServerMulti$1.binpatch
[22:42:38] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockLog$SwitchAxis.binpatch
[22:42:38] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.audio.SoundManager.binpatch
[22:42:38] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.creativetab.CreativeTabs$6.binpatch
[22:42:38] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.block.model.ModelBlockDefinition$Deserializer.binpatch
[22:42:38] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.init.Bootstrap$11.binpatch
[22:42:38] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.entity.RenderItem$7.binpatch
[22:42:38] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.item.Item$8.binpatch
[22:42:38] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockAir.binpatch
[22:42:38] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.StructureStrongholdPieces$1.binpatch
[22:42:38] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.biome.BiomeGenSwamp.binpatch
[22:42:38] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.Minecraft$12.binpatch
[22:42:38] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.entity.player.EntityPlayer.binpatch
[22:42:38] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.network.OldServerPinger$2$1.binpatch
[22:42:38] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.init.Bootstrap$12.binpatch
[22:42:38] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.block.model.ModelBlockDefinition$MissingVariantException.binpatch
[22:42:38] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.server.dedicated.DedicatedServer$1.binpatch
[22:42:38] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.network.ServerStatusResponse$Serializer.binpatch
[22:42:38] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.init.Bootstrap.binpatch
[22:42:38] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.WorldProvider.binpatch
[22:42:38] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.Minecraft$13.binpatch
[22:42:38] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.entity.monster.EntityEnderman$1.binpatch
[22:42:38] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.layer.GenLayer$2.binpatch
[22:42:38] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.creativetab.CreativeTabs$4.binpatch
[22:42:38] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.feature.WorldGenBigMushroom.binpatch
[22:42:38] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.init.Bootstrap$10.binpatch
[22:42:38] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.server.gui.MinecraftServerGui.binpatch
[22:42:38] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.item.Item$16.binpatch
[22:42:38] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.block.model.ModelBlockDefinition$Variant$Deserializer.binpatch
[22:42:38] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockTallGrass.binpatch
[22:42:38] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.crash.CrashReportCategory$5.binpatch
[22:42:38] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.chunk.storage.AnvilSaveHandler.binpatch
[22:42:38] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockStem.binpatch
[22:42:38] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.crash.CrashReport.binpatch
[22:42:38] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.feature.WorldGenBigTree$FoliageCoordinates.binpatch
[22:42:38] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.Block$2.binpatch
[22:42:38] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.inventory.ContainerRepair$2.binpatch
[22:42:38] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.item.ItemStack.binpatch
[22:42:38] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockSapling.binpatch
[22:42:38] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.state.BlockPistonStructureHelper.binpatch
[22:42:38] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.LoadingScreenRenderer.binpatch
[22:42:38] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.entity.Entity$3.binpatch
[22:42:38] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.StructureNetherBridgePieces$Stairs.binpatch
[22:42:38] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.tileentity.TileEntity$3.binpatch
[22:42:38] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockQuartz$SwitchAxis.binpatch
[22:42:38] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.StructureStrongholdPieces$Crossing.binpatch
[22:42:38] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.server.management.PlayerManager.binpatch
[22:42:38] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.StructureStrongholdPieces$Stronghold$Door.binpatch
[22:42:38] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.inventory.Container.binpatch
[22:42:38] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.StructureStrongholdPieces$PieceWeight.binpatch
[22:42:38] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.Minecraft$8.binpatch
[22:42:38] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.block.model.ModelBlockDefinition$Variant.binpatch
[22:42:38] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.StructureVillagePieces$House4Garden.binpatch
[22:42:38] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockDoor.binpatch
[22:42:38] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockLadder$SwitchEnumFacing.binpatch
[22:42:38] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.crash.CrashReportCategory$2.binpatch
[22:42:38] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.entity.passive.EntityVillager$EmeraldForItems.binpatch
[22:42:38] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.server.management.ServerConfigurationManager$1.binpatch
[22:42:38] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.StructureVillagePieces$House3.binpatch
[22:42:38] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.network.NetHandlerPlayServer$1.binpatch
[22:42:38] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.StructureNetherBridgePieces$Throne.binpatch
[22:42:38] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.entity.RenderItem$4.binpatch
[22:42:38] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.chunk.Chunk$3.binpatch
[22:42:38] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.nbt.NBTSizeTracker$1.binpatch
[22:42:38] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.crash.CrashReportCategory$Entry.binpatch
[22:42:38] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.block.model.FaceBakery$SwitchEnumFacing.binpatch
[22:42:38] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.storage.WorldInfo$3.binpatch
[22:42:38] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.resources.SimpleReloadableResourceManager.binpatch
[22:42:38] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.state.BlockState$1.binpatch
[22:42:38] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockStem$1.binpatch
[22:42:38] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.entity.monster.EntitySlime$AISlimeFaceRandom.binpatch
[22:42:38] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockDoublePlant$EnumPlantType.binpatch
[22:42:38] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.entity.player.EntityPlayer$EnumChatVisibility.binpatch
[22:42:38] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.biome.BiomeGenJungle.binpatch
[22:42:38] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockTallGrass$EnumType.binpatch
[22:42:38] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.feature.WorldGenBigTree.binpatch
[22:42:38] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.EntityRenderer$1.binpatch
[22:42:38] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.enchantment.EnchantmentHelper$IModifier.binpatch
[22:42:38] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.StructureStrongholdPieces$PortalRoom.binpatch
[22:42:38] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.resources.model.ModelRotation.binpatch
[22:42:38] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.gui.GuiCreateWorld.binpatch
[22:42:38] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.storage.WorldInfo$7.binpatch
[22:42:38] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.item.ItemDye.binpatch
[22:42:38] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.entity.Entity$2.binpatch
[22:42:38] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.ClientBrandRetriever.binpatch
[22:42:38] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.storage.SaveHandler.binpatch
[22:42:38] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.creativetab.CreativeTabs$5.binpatch
[22:42:38] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.item.crafting.ShapelessRecipes.binpatch
[22:42:38] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.ItemRenderer$SwitchEnumAction.binpatch
[22:42:38] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.entity.item.EntityItem.binpatch
[22:42:38] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.stats.StatList.binpatch
[22:42:38] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockTorch.binpatch
[22:42:38] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockFlowerPot$SwitchEnumType.binpatch
[22:42:38] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.Minecraft$15.binpatch
[22:42:38] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockTripWireHook$SwitchEnumFacing.binpatch
[22:42:38] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.feature.WorldGenTaiga2.binpatch
[22:42:38] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.model.TexturedQuad.binpatch
[22:42:38] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.MapGenStructure$1.binpatch
[22:42:38] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.entity.passive.EntitySheep.binpatch
[22:42:38] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.StructureStrongholdPieces$Straight.binpatch
[22:42:38] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.state.BlockState$2.binpatch
[22:42:38] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.server.MinecraftServer$4.binpatch
[22:42:38] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.entity.Entity.binpatch
[22:42:38] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.OpenGlHelper.binpatch
[22:42:38] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.layer.GenLayer.binpatch
[22:42:38] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.biome.BiomeColorHelper$3.binpatch
[22:42:38] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.chunk.storage.RegionFile$ChunkBuffer.binpatch
[22:42:38] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.tileentity.TileEntityHopper.binpatch
[22:42:38] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.item.Item$6.binpatch
[22:42:38] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.BlockModelRenderer$VertexTranslations.binpatch
[22:42:38] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.model.ModelBase.binpatch
[22:42:38] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.item.ItemBlock.binpatch
[22:42:38] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.item.ItemTool.binpatch
[22:42:38] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.ComponentScatteredFeaturePieces$JunglePyramid$Stones.binpatch
[22:42:38] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.audio.SoundManager$1.binpatch
[22:42:38] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.World$4.binpatch
[22:42:38] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.nbt.CompressedStreamTools.binpatch
[22:42:38] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.crash.CrashReport$4.binpatch
[22:42:38] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.entity.passive.EntityHorse$GroupData.binpatch
[22:42:38] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.resources.model.IBakedModel.binpatch
[22:42:38] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.model.ModelBox.binpatch
[22:42:38] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.Minecraft$2.binpatch
[22:42:38] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.item.Item$9.binpatch
[22:42:38] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.util.EnumWorldBlockLayer.binpatch
[22:42:38] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.Minecraft.binpatch
[22:42:38] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.inventory.ContainerRepair.binpatch
[22:42:38] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.feature.WorldGenMegaJungle.binpatch
[22:42:38] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.server.management.PlayerProfileCache$2.binpatch
[22:42:38] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.StructureMineshaftPieces$SwitchEnumFacing.binpatch
[22:42:38] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.Minecraft$14.binpatch
[22:42:38] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.Minecraft$6.binpatch
[22:42:38] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.nbt.NBTTagCompound$2.binpatch
[22:42:38] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.entity.EntityMinecartCommandBlock$1.binpatch
[22:42:38] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.tileentity.TileEntity$2.binpatch
[22:42:38] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.BlockModelShapes$1.binpatch
[22:42:38] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.StructureVillagePieces.binpatch
[22:42:38] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockOldLeaf.binpatch
[22:42:38] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.entity.player.InventoryPlayer$1.binpatch
[22:42:38] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.block.model.ItemCameraTransforms.binpatch
[22:42:38] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.storage.WorldInfo$1.binpatch
[22:42:38] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.BlockModelShapes$5.binpatch
[22:42:38] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.multiplayer.WorldClient$4.binpatch
[22:42:38] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockNewLeaf.binpatch
[22:42:38] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.network.NetworkManager$4.binpatch
[22:42:38] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.texture.TextureManager.binpatch
[22:42:38] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.potion.Potion.binpatch
[22:42:38] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.BlockModelShapes$4.binpatch
[22:42:38] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockButton.binpatch
[22:42:38] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.StructureStrongholdPieces$Stairs.binpatch
[22:42:38] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockDoor$EnumDoorHalf.binpatch
[22:42:38] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.ChunkProviderGenerate.binpatch
[22:42:38] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.block.model.ItemTransformVec3f$Deserializer.binpatch
[22:42:38] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.server.dedicated.DedicatedServer$2.binpatch
[22:42:38] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.entity.RenderVillager.binpatch
[22:42:38] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.layer.GenLayerBiome.binpatch
[22:42:38] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.biome.BiomeColorHelper$2.binpatch
[22:42:38] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.feature.WorldGenMinable.binpatch
[22:42:38] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.gui.FontRenderer.binpatch
[22:42:38] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.entity.player.InventoryPlayer.binpatch
[22:42:38] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.texture.TextureMap$2.binpatch
[22:42:38] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.entity.RenderItem$2.binpatch
[22:42:38] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.item.ItemArmor.binpatch
[22:42:38] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.network.NetworkManager$1.binpatch
[22:42:38] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.entity.player.EntityPlayer$EnumStatus.binpatch
[22:42:38] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.StructureNetherBridgePieces$Crossing3.binpatch
[22:42:38] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.StructureVillagePieces$Path.binpatch
[22:42:38] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.storage.WorldInfo$4.binpatch
[22:42:38] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.multiplayer.PlayerControllerMP.binpatch
[22:42:38] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.tileentity.TileEntityPiston$SwitchAxis.binpatch
[22:42:38] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.RenderGlobal$ContainerLocalRenderInformation.binpatch
[22:42:38] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.item.crafting.FurnaceRecipes.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.biome.BiomeGenBase$SpawnListEntry.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.enchantment.Enchantment.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.BlockModelRenderer$AmbientOcclusionFace.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.ComponentScatteredFeaturePieces$DesertPyramid.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockDoublePlant$EnumBlockHalf.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockPane.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.entity.item.EntityXPOrb.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.entity.EntityPlayerSP.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockCactus.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.realms.RealmsConnect$1.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.storage.WorldInfo$2.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.gui.GuiIngameMenu.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.entity.item.EntityMinecartFurnace.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockQuartz$EnumType.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.entity.monster.EntitySlime$AISlimeFloat.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.MapGenStronghold$Start.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.block.model.ModelBlockDefinition$Variants.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.entity.passive.EntityVillager.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.gui.inventory.GuiContainerCreative$ContainerCreative.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.entity.item.EntityMinecart$SwitchEnumMinecartType.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.settings.GameSettings.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.util.EnumFacing$Plane.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.storage.WorldInfo.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.gui.achievement.GuiStats$StatsGeneral.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.server.MinecraftServer$1.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.gui.GuiSleepMP.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.init.Bootstrap$3.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.biome.BiomeColorHelper.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockSkull$SwitchEnumFacing.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockMushroom.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.tileentity.RenderItemFrame.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.StructureStrongholdPieces$SwitchEnumFacing.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.network.NetHandlerLoginClient.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.StructureStrongholdPieces$RightTurn.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.item.Item$4.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.entity.RendererLivingEntity$SwitchEnumVisible.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.util.MouseHelper.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.server.dedicated.DedicatedServer.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.RenderGlobal$1.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.entity.RenderItem$9.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.entity.boss.EntityWither$1.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.gui.GuiSelectWorld.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.util.Session.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.item.ItemArmor$1.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.World$1.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.item.ItemArmor$ArmorMaterial.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.BlockRendererDispatcher.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.network.NetworkSystem$3.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.entity.item.EntityMinecartContainer.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.gui.ServerListEntryNormal.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.crash.CrashReportCategory$1.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.item.ItemBucket.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.init.Bootstrap$5$1.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.feature.WorldGenForest.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.ComponentScatteredFeaturePieces$SwitchEnumFacing.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.gui.achievement.GuiAchievements.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.inventory.ContainerBrewingStand.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.server.integrated.IntegratedServer.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.gui.achievement.GuiStats.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.network.NetworkSystem$2.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.EntityRenderer.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.StructureNetherBridgePieces$Corridor2.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.entity.EntityLivingBase.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.entity.layers.LayerArmorBase.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockPotato.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.network.NetHandlerPlayClient$2.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.layer.GenLayer$1.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.multiplayer.WorldClient$2.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.init.Bootstrap$1.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.init.Bootstrap$8.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.creativetab.CreativeTabs$9.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.multiplayer.WorldClient.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.entity.monster.EntityEnderman$AIFindPlayer.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockLog$EnumAxis.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.crash.CrashReport$1.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.biome.BiomeGenBase.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.chunk.Chunk.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.entity.passive.EntityHorse$1.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.tileentity.TileEntity$1.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.particle.EffectRenderer$2.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.util.EnumFacing$SwitchPlane.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.World$2.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.server.management.ItemInWorldManager.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.entity.passive.EntityVillager$ListEnchantedItemForEmeralds.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockNetherWart.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.Minecraft$16.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.StructureNetherBridgePieces$SwitchEnumFacing.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.StructureMineshaftPieces$Stairs.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.item.crafting.RecipesBanners$RecipeDuplicatePattern.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.entity.monster.EntityZombie.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.entity.player.EntityPlayer$SwitchEnumFacing.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.resources.LanguageManager.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.InventoryEffectRenderer.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.item.Item$13.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.item.Item.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockSkull$1.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.enchantment.EnchantmentHelper$DamageIterator.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.WorldServer.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockFlowerPot$EnumFlowerType.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.entity.monster.EntitySlime.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.WorldServer$ServerBlockEventList.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.gui.achievement.GuiStats$Stats.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.StructureVillagePieces$WoodHut.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.crash.CrashReportCategory.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockLog.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.entity.passive.EntitySheep$1.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.network.NetworkManager$3.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.init.Bootstrap$15.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.StructureStrongholdPieces$Corridor.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.item.ItemSword.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.server.MinecraftServer$3.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.texture.TextureMap$1.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.network.NetHandlerPlayServer.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.feature.WorldGenAbstractTree.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.particle.EffectRenderer$4.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.item.Item$12.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.item.crafting.RecipesBanners.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.entity.RenderItem$6.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.creativetab.CreativeTabs$10.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockRotatedPillar.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.WorldVertexBufferUploader.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.entity.monster.EntityEnderman$AIPlaceBlock.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.server.integrated.IntegratedServer$2.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockRedstoneOre.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.entity.EntityMinecartCommandBlock.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.item.ItemSnow.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.entity.EntityTrackerEntry.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.feature.WorldGenDeadBush.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.server.gui.MinecraftServerGui$5.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.gui.GuiMainMenu.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.creativetab.CreativeTabs$3.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.util.EnumChatFormatting.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.BlockModelShapes$7.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.StructureStrongholdPieces$ChestCorridor.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.audio.SoundManager$2.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.network.NetHandlerLoginClient$1.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.inventory.ContainerBrewingStand$Ingredient.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.server.network.NetHandlerLoginServer$1.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.StructureNetherBridgePieces$PieceWeight.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.resources.model.ModelBakery.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.model.ModelRenderer.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.BlockModelShapes$3.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.StructureNetherBridgePieces$Piece.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockMycelium.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.biome.BiomeGenForest$2.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.ComponentScatteredFeaturePieces$SwampHut.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.inventory.ContainerEnchantment$2.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockLeaves.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.server.gui.MinecraftServerGui$2.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockTorch$SwitchEnumFacing.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.network.OldServerPinger$1.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.StructureVillagePieces$House1.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockRedstoneComparator$Mode.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.entity.RenderItem$8.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.entity.AbstractClientPlayer.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.StructureStrongholdPieces$2.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.creativetab.CreativeTabs$1.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.network.NetHandlerPlayClient$3$1$1.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.gui.GuiMultiplayer.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.BlockModelRenderer$SwitchEnumFacing.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.inventory.ContainerBrewingStand$Potion.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.World$3.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.entity.item.EntityMinecart$EnumMinecartType.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.entity.RenderItem$3.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockCocoa$SwitchEnumFacing.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.chunk.Chunk$2.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.World.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.texture.TextureAtlasSprite$1.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.particle.EffectRenderer.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.network.NetHandlerPlayClient$1.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.entity.RenderManager.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.Block$EnumOffsetType.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.audio.SoundManager$2$1.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.gui.inventory.GuiContainerCreative$CreativeSlot.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.texture.TextureUtil.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.network.ServerStatusResponse.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.entity.EntityLiving.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.texture.TextureMap.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.init.Bootstrap$7.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.StructureStrongholdPieces$Prison.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockBush.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockVine.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.item.crafting.RecipesMapCloning.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.server.gui.MinecraftServerGui$3.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.tileentity.TileEntityNote.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.inventory.ContainerRepair$1.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.inventory.SlotFurnaceOutput.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.util.Session$Type.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.ChunkProviderServer.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.audio.SoundManager$SoundSystemStarterThread.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockNewLeaf$1.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.entity.monster.EntitySlime$SlimeMoveHelper.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.nbt.NBTTagIntArray.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.entity.item.EntityMinecartEmpty.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.multiplayer.GuiConnecting.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.network.OldServerPinger$2.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.item.ItemBucketMilk.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.init.Bootstrap$2.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.entity.passive.EntityVillager$ListEnchantedBookForEmeralds.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.item.Item$7.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.network.NetworkManager.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.gui.achievement.GuiStats$StatsMobsList.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.entity.EntityList.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.tileentity.TileEntitySign$1.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.server.management.PlayerProfileCache$Serializer.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.tileentity.TileEntityFurnace.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.entity.monster.EntityEnderman$AITakeBlock.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.StructureStrongholdPieces$StairsStraight.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockPistonBase.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.nbt.NBTTagCompound$1.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.item.ItemReed.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.StructureMineshaftPieces.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.init.Bootstrap$13.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.entity.monster.EntitySlime$AISlimeHop.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.tileentity.TileEntityPiston.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockHugeMushroom$EnumType.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.StructureNetherBridgePieces$Corridor.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockSapling$SwitchEnumType.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockRailBase.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.block.model.ItemCameraTransforms$TransformType.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockOre.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.model.PositionTextureVertex.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.Minecraft$11.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.StructureVillagePieces$Village.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.entity.passive.EntityVillager$ITradeList.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.multiplayer.ChunkProviderClient.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.crash.CrashReportCategory$4.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.BlockModelShapes$SwitchEnumType.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.entity.RenderItem$SwitchTransformType.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.network.NetworkSystem.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockSnow.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.Block$4.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.tileentity.TileEntity.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.creativetab.CreativeTabs$11.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.ComponentScatteredFeaturePieces$Feature.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.server.management.PlayerProfileCache.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.gui.GuiOverlayDebug.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.item.Item$14.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.entity.item.EntityMinecart.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.StructureVillagePieces$House2.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.entity.RenderItem$1.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.block.model.FaceBakery.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockLever$EnumOrientation.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.storage.WorldInfo$5.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.item.crafting.RecipesArmorDyes.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockDoor$EnumHingePosition.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.server.MinecraftServer$2.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.item.ItemHoe$SwitchDirtType.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.item.Item$ToolMaterial.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.init.Bootstrap$6.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.storage.WorldInfo$6.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockLever.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.StructureNetherBridgePieces$Entrance.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.StructureMineshaftPieces$Cross.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.util.MovingObjectPosition$MovingObjectType.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockTrapDoor$SwitchEnumFacing.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.settings.GameSettings$SwitchOptions.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.util.MovingObjectPosition.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.crash.CrashReport$7.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.chunk.storage.AnvilChunkLoader$PendingChunk.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.MapGenStructure$2.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.ComponentScatteredFeaturePieces.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.entity.effect.EntityLightningBolt.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.ItemModelMesher.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.particle.EffectRenderer$1.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.WorldServer$1.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.biome.BiomeGenBase$SwitchEnumCreatureType.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.StructureComponent$SwitchEnumFacing.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.creativetab.CreativeTabs$12.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.item.ItemSkull.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockPistonMoving.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.inventory.SlotCrafting.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.resources.AbstractResourcePack.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.util.MessageSerializer.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.item.Item$1.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.biome.BiomeGenHills.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.StructureVillagePieces$SwitchEnumFacing.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.StructureStrongholdPieces.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.StructureNetherBridgePieces$Crossing2.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.util.WeightedRandomChestContent.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.chunk.Chunk$1.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.init.Bootstrap$14.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.EntityRenderer$3.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.item.ItemSeeds.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.entity.passive.EntityMooshroom.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.StructureStart.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.entity.passive.EntityVillager$1.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockRedstoneDiode.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.biome.BiomeGenForest.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.BlockModelRenderer.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.StructureStrongholdPieces$Stones.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockFalling.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.StructureNetherBridgePieces$Corridor4.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.StructureNetherBridgePieces.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockRedstoneWire.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.entity.layers.LayerArmorBase$SwitchArmorMaterial.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.StructureStrongholdPieces$LeftTurn.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.texture.Stitcher.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.Minecraft$7.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.item.crafting.ShapedRecipes.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.feature.WorldGeneratorBonusChest.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.entity.passive.EntityVillager$PriceInfo.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.StructureVillagePieces$Torch.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.particle.EffectRenderer$3.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.item.Item$3.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockMobSpawner.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockChest.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.StructureVillagePieces$Start.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockRedstoneWire$EnumAttachPosition.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.StructureNetherBridgePieces$Crossing.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.MapGenCaves.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.multiplayer.WorldClient$1.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockRedstoneComparator.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.init.Bootstrap$5.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.network.NetHandlerPlayClient$SwitchAction.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.resources.SimpleReloadableResourceManager$1.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.inventory.ContainerBeacon.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.entity.EntityHanging.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.util.EnumFacing.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.network.NetworkSystem$4.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.chunk.storage.RegionFile.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.resources.Locale.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.creativetab.CreativeTabs$2.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.network.NetHandlerPlayServer$3.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.network.play.client.C17PacketCustomPayload.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.network.ServerStatusResponse$MinecraftProtocolVersionIdentifier$Serializer.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.inventory.ContainerEnchantment.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockTrapDoor.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockQuartz.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.StructureNetherBridgePieces$End.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockGrass.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.StructureVillagePieces$Hall.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.Block.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.item.ItemMonsterPlacer.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.inventory.ContainerEnchantment$3.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.Minecraft$1.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.StructureVillagePieces$Field2.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.enchantment.EnchantmentHelper$ModifierLiving.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.shader.Framebuffer.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.entity.passive.EntityOcelot$1.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.server.network.NetHandlerHandshakeTCP$SwitchEnumConnectionState.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockButton$SwitchEnumFacing.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockDeadBush.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.feature.WorldGenDungeons.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockFarmland.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.network.ServerStatusResponse$PlayerCountData.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.StructureComponent.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.gui.GuiSelectWorld$List.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockSkull.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.MapGenStronghold.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.storage.MapData$MapInfo.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockPistonBase$SwitchEnumFacing.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.init.Bootstrap$16.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.realms.RealmsConnect.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.texture.TextureManager$1.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.inventory.ContainerPlayer.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.vertex.VertexFormatElement$EnumType.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.border.WorldBorder.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.biome.BiomeGenPlains.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.StructureMineshaftPieces$Corridor.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.server.network.NetHandlerLoginServer$LoginState.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.WorldType.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockDoublePlant.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.MapGenStructure.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.inventory.ContainerEnchantment$1.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.BlockModelRenderer$Orientation.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.entity.EntityLiving$SpawnPlacementType.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.StructureNetherBridgePieces$Corridor5.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.IBlockAccess.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.gui.achievement.GuiStats$StatsBlock$1.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.block.model.ModelBlockDefinition.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.RenderGlobal.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.StructureVillagePieces$Road.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.biome.BiomeGenBase$TempCategory.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockTorch$1.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.potion.PotionEffect.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.command.CommandHandler.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockVine$SwitchEnumFacing.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.gui.GuiButton.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.network.status.server.S00PacketServerInfo.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.nbt.NBTTagByteArray.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.crash.CrashReportCategory$3.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.texture.TextureAtlasSprite.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.util.Vec3.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.gui.achievement.GuiStats$StatsItem$1.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.gui.ServerListEntryNormal$1.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.network.handshake.client.C00Handshake.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.BlockModelShapes$6.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.network.NetworkManager$2.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.item.ItemSeedFood.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockCocoa.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.enchantment.EnchantmentHelper$ModifierDamage.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.inventory.ContainerPlayer$1.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.WorldServerMulti.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.nbt.NBTTagString.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.item.ItemBow.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.entity.boss.EntityDragon.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.entity.EntityTracker.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.entity.EntitySpawnPlacementRegistry.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.network.NetHandlerPlayClient$3.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.StructureStrongholdPieces$Stronghold.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockHugeMushroom.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.item.ItemSign.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.item.ItemEmptyMap.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.chunk.Chunk$EnumCreateEntityType.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.feature.WorldGenShrub.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.Minecraft$9.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.gui.GuiSlot.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.BlockModelRenderer$EnumNeighborInfo.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.StructureStrongholdPieces$RoomCrossing.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.gui.GuiOverlayDebug$SwitchEnumFacing.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.command.server.CommandTestForBlock.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.tileentity.TileEntityBeacon$BeamSegment.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockTrapDoor$DoorHalf.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.server.integrated.IntegratedServer$1.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.biome.BiomeDecorator.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.Block$SoundType.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.server.gui.MinecraftServerGui$1.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.item.Item$15.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.StructureNetherBridgePieces$Corridor3.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.chunk.storage.AnvilChunkLoader.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.gui.GuiChat.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.item.ItemLilyPad.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.StructureVillagePieces$Well.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.feature.WorldGenCanopyTree.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.entity.passive.EntityHorse.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.biome.WorldChunkManager.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.server.management.PlayerProfileCache$ProfileEntry.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.item.Item$11.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.state.BlockState.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.item.Item$5.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockFlowerPot.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.server.MinecraftServer.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.util.EnumFacing$Axis.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.StructureVillagePieces$Church.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.init.Bootstrap$4.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.resources.model.ModelBakery$2.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.entity.ai.EntityAIAttackOnCollide.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.item.ItemHoe.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.network.NetHandlerPlayClient$3$1.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.tileentity.TileEntitySign$2.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.feature.WorldGenSwamp.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.feature.WorldGenTrees.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.BlockModelShapes.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.network.NetworkManager$InboundHandlerTuplePacketListener.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.init.Bootstrap$9.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.StructureNetherBridgePieces$Straight.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.Minecraft$3.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockRedstoneComparator$1.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.entity.RenderItem.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockFire.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.tileentity.TileEntityBeacon.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.network.ServerStatusResponse$MinecraftProtocolVersionIdentifier.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.feature.WorldGenTallGrass.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.gui.achievement.GuiStats$StatsBlock.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.crash.CrashReport$3.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.resources.FallbackResourceManager.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.server.gui.MinecraftServerGui$4.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.StructureComponent$BlockSelector.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.enchantment.EnchantmentHelper$HurtIterator.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.resources.model.ModelBakery$1.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.crash.CrashReport$5.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.Minecraft$4.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.tileentity.TileEntityBrewingStand.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.ChunkCache.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.StructureMineshaftPieces$Room.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.entity.passive.EntityOcelot.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.ChunkProviderHell.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.vertex.VertexFormatElement$EnumUsage.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.resources.model.ModelManager.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.block.model.ItemTransformVec3f.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.server.dedicated.DedicatedServer$4.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.BlockModelShapes$2.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.Block$3.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.state.BlockState$StateImplementation.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.item.crafting.RecipesBanners$RecipeAddPattern.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.creativetab.CreativeTabs.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.feature.WorldGenHugeTrees.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.entity.player.EntityPlayerMP.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.RenderGlobal$SwitchEnumUsage.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.entity.item.EntityMinecartHopper.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.item.Item$2.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.nbt.NBTTagCompound.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.enchantment.EnchantmentHelper.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.entity.monster.EntityZombie$GroupData.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockLever$SwitchEnumFacing.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.Explosion.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.ChunkProviderEnd.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.feature.WorldGenTaiga1.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.block.statemap.StateMap$Builder.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockLadder.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.StructureStrongholdPieces$Stairs2.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.WorldVertexBufferUploader$SwitchEnumUsage.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.item.crafting.RecipeRepairItem.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.entity.boss.EntityWither.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.Minecraft$10.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockPumpkin.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.Minecraft$5.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.item.Item$10.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.biome.BiomeGenForest$1.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.command.CommandEnchant.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.entity.EntityTracker$1.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.entity.EntityList$EntityEggInfo.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.item.ItemShears.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.creativetab.CreativeTabs$8.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.server.management.ServerConfigurationManager.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.network.NetworkManager$5.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.crash.CrashReport$6.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.network.NetHandlerPlayClient.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.entity.monster.EntitySlime$AISlimeAttack.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockRailBase$Rail.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.texture.TextureMap$3.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.item.ItemRecord.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.item.ItemMap.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.ComponentScatteredFeaturePieces$JunglePyramid.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.util.ResourceLocation.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockRailBase$SwitchEnumRailDirection.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.server.management.PlayerProfileCache$1.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.MapGenStructure$3.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.network.NetworkSystem$6.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.MapGenRavine.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockCrops.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.entity.RenderPlayer.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.entity.item.EntityEnderPearl.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.network.ServerStatusResponse$PlayerCountData$Serializer.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.gui.inventory.GuiContainer.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.storage.WorldInfo$9.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.server.network.NetHandlerLoginServer.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.feature.WorldGenMegaPineTree.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.entity.projectile.EntityFishHook.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockRailBase$EnumRailDirection.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.command.server.CommandSetBlock.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockNote.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.storage.MapData.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.texture.Stitcher$Holder.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.inventory.Slot.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.item.ItemFlintAndSteel.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.Minecraft$SwitchEnumMinecartType.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.gui.achievement.GuiStats$StatsItem.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.creativetab.CreativeTabs$7.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.gui.inventory.GuiContainerCreative.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.chunk.RenderChunk.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.StructureVillagePieces$PieceWeight.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.util.StringTranslate.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.server.network.NetHandlerHandshakeTCP.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.util.EnumFacing$AxisDirection.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.texture.Stitcher$Slot.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.entity.passive.EntityVillager$ListItemForEmeralds.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.crash.CrashReport$2.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.multiplayer.WorldClient$3.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.entity.boss.IBossDisplayData.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.Block$1.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.ItemRenderer.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.StructureStrongholdPieces$Library.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.network.NetHandlerPlayServer$2.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.entity.passive.EntityVillager$ItemAndEmeraldToItem.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.entity.RendererLivingEntity.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.entity.monster.EntityEnderman.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.StructureNetherBridgePieces$Start.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.item.crafting.RecipeFireworks.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockOldLeaf$1.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.network.OldServerPinger.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.entity.Entity$1.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.network.NetworkSystem$5.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.network.NetworkSystem$1.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.audio.SoundManager$1$1.binpatch
[22:42:39] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.server.dedicated.DedicatedServer$3.binpatch
[22:42:39] [main/DEBUG] [FML/]: Read 775 binary patches
[22:42:39] [main/DEBUG] [FML/]: Patch list :
ccq=[ccq : ccq => net.minecraft.client.model.ModelBase (false) size 2553]
ccu=[ccu : ccu => net.minecraft.client.model.TexturedQuad (false) size 1872]
cdi=[cdi : cdi => net.minecraft.client.model.PositionTextureVertex (false) size 1093]
cdt=[cdt : cdt => net.minecraft.client.model.ModelBox (false) size 3250]
cdy=[cdy : cdy => net.minecraft.client.model.ModelRenderer (false) size 5765]
cec=[cec : cec => net.minecraft.client.network.NetHandlerLoginClient (false) size 4651]
cee=[cee : cee => net.minecraft.client.network.NetHandlerPlayClient (false) size 40164]
ced=[ced : ced => net.minecraft.client.network.NetHandlerLoginClient$1 (false) size 900]
ceg=[ceg : ceg => net.minecraft.client.network.NetHandlerPlayClient$2 (false) size 1082]
cef=[cef : cef => net.minecraft.client.network.NetHandlerPlayClient$1 (false) size 1082]
cei=[cei : cei => net.minecraft.client.network.NetHandlerPlayClient$3$1 (false) size 1751]
ceh=[ceh : ceh => net.minecraft.client.network.NetHandlerPlayClient$3 (false) size 1031]
cek=[cek : cek => net.minecraft.client.network.NetHandlerPlayClient$SwitchAction (false) size 1408]
cej=[cej : cej => net.minecraft.client.network.NetHandlerPlayClient$3$1$1 (false) size 1161]
cem=[cem : cem => net.minecraft.client.multiplayer.PlayerControllerMP (false) size 10468]
cel=[cel : cel => net.minecraft.client.multiplayer.ChunkProviderClient (false) size 4704]
ceo=[ceo : ceo => net.minecraft.client.multiplayer.WorldClient$1 (false) size 1038]
cen=[cen : cen => net.minecraft.client.multiplayer.WorldClient (false) size 10332]
ceq=[ceq : ceq => net.minecraft.client.multiplayer.WorldClient$3 (false) size 832]
cep=[cep : cep => net.minecraft.client.multiplayer.WorldClient$2 (false) size 1042]
cer=[cer : cer => net.minecraft.client.multiplayer.WorldClient$4 (false) size 944]
cez=[cez : cez => net.minecraft.client.network.OldServerPinger (false) size 4102]
cfb=[cfb : cfb => net.minecraft.client.network.OldServerPinger$2 (false) size 1753]
cfa=[cfa : cfa => net.minecraft.client.network.OldServerPinger$1 (false) size 3711]
cfc=[cfc : cfc => net.minecraft.client.network.OldServerPinger$2$1 (false) size 4403]
a=[a : a => net.minecraft.util.EnumChatFormatting (true) size 4940]
b=[b : b => net.minecraft.crash.CrashReport (true) size 7290]
c=[c : c => net.minecraft.crash.CrashReport$1 (true) size 661]
d=[d : d => net.minecraft.crash.CrashReport$2 (true) size 892]
e=[e : e => net.minecraft.crash.CrashReport$3 (true) size 882]
f=[f : f => net.minecraft.crash.CrashReport$4 (true) size 900]
g=[g : g => net.minecraft.crash.CrashReport$5 (true) size 1249]
h=[h : h => net.minecraft.crash.CrashReport$6 (true) size 1481]
i=[i : i => net.minecraft.crash.CrashReport$7 (true) size 700]
j=[j : j => net.minecraft.crash.CrashReportCategory (true) size 4994]
k=[k : k => net.minecraft.crash.CrashReportCategory$1 (true) size 1250]
l=[l : l => net.minecraft.crash.CrashReportCategory$2 (true) size 1140]
m=[m : m => net.minecraft.crash.CrashReportCategory$3 (true) size 733]
p=[p : p => net.minecraft.crash.CrashReportCategory$4 (true) size 737]
q=[q : q => net.minecraft.crash.CrashReportCategory$5 (true) size 732]
r=[r : r => net.minecraft.crash.CrashReportCategory$Entry (true) size 1047]
abt=[abt : abt => net.minecraft.entity.passive.EntityHorse (true) size 28320]
abv=[abv : abv => net.minecraft.entity.passive.EntityHorse$GroupData (true) size 488]
abu=[abu : abu => net.minecraft.entity.passive.EntityHorse$1 (true) size 744]
abx=[abx : abx => net.minecraft.entity.passive.EntityMooshroom (true) size 2776]
abz=[abz : abz => net.minecraft.entity.passive.EntityOcelot$1 (true) size 725]
aby=[aby : aby => net.minecraft.entity.passive.EntityOcelot (true) size 7141]
acm=[acm : acm => net.minecraft.entity.passive.EntitySheep$1 (true) size 519]
acl=[acl : acl => net.minecraft.entity.passive.EntitySheep (true) size 8462]
cgy=[cgy : cgy => net.minecraft.client.particle.EffectRenderer$1 (false) size 834]
cgx=[cgx : cgx => net.minecraft.client.particle.EffectRenderer (false) size 12869]
cgz=[cgz : cgz => net.minecraft.client.particle.EffectRenderer$2 (false) size 1139]
acx=[acx : acx => net.minecraft.entity.boss.IBossDisplayData (false) size 161]
chb=[chb : chb => net.minecraft.client.particle.EffectRenderer$4 (false) size 1135]
cha=[cha : cha => net.minecraft.client.particle.EffectRenderer$3 (false) size 827]
adb=[adb : adb => net.minecraft.entity.boss.EntityDragon (true) size 13794]
adf=[adf : adf => net.minecraft.entity.boss.EntityWither (true) size 11840]
adg=[adg : adg => net.minecraft.entity.boss.EntityWither$1 (true) size 794]
adj=[adj : adj => net.minecraft.entity.EntityHanging (true) size 5491]
adk=[adk : adk => net.minecraft.entity.item.EntityItemFrame (true) size 5108]
ado=[ado : ado => net.minecraft.entity.projectile.EntityFishHook (true) size 13063]
ads=[ads : ads => net.minecraft.entity.effect.EntityLightningBolt (true) size 2894]
adx=[adx : adx => net.minecraft.entity.item.EntityMinecart (true) size 22704]
adw=[adw : adw => net.minecraft.entity.item.EntityItem (true) size 9401]
adz=[adz : adz => net.minecraft.entity.item.EntityMinecart$EnumMinecartType (true) size 2105]
ady=[ady : ady => net.minecraft.entity.item.EntityMinecart$SwitchEnumMinecartType (true) size 1459]
net.minecraft.client.ClientBrandRetriever=[net/minecraft/client/ClientBrandRetriever : net.minecraft.client.ClientBrandRetriever => net.minecraft.client.ClientBrandRetriever (false) size 806]
aec=[aec : aec => net.minecraft.entity.EntityMinecartCommandBlock$1 (true) size 1686]
aeb=[aeb : aeb => net.minecraft.entity.EntityMinecartCommandBlock (true) size 2816]
aee=[aee : aee => net.minecraft.entity.item.EntityMinecartFurnace (true) size 4443]
aed=[aed : aed => net.minecraft.entity.item.EntityMinecartContainer (true) size 4701]
aeg=[aeg : aeg => net.minecraft.entity.item.EntityMinecartEmpty (true) size 1745]
aef=[aef : aef => net.minecraft.entity.item.EntityMinecartHopper (true) size 4184]
cil=[cil : cil => net.minecraft.client.entity.AbstractClientPlayer (false) size 3907]
cio=[cio : cio => net.minecraft.client.entity.EntityPlayerSP (false) size 14649]
aes=[aes : aes => net.minecraft.entity.monster.EntityEnderman$1 (true) size 731]
aer=[aer : aer => net.minecraft.entity.monster.EntityEnderman (true) size 10063]
aeu=[aeu : aeu => net.minecraft.entity.monster.EntityEnderman$AIFindPlayer (true) size 2303]
aet=[aet : aet => net.minecraft.entity.monster.EntityEnderman$AIPlaceBlock (true) size 1964]
ciy=[ciy : ciy => net.minecraft.client.renderer.WorldVertexBufferUploader (false) size 1719]
aev=[aev : aev => net.minecraft.entity.monster.EntityEnderman$AITakeBlock (true) size 1757]
ciz=[ciz : ciz => net.minecraft.client.renderer.WorldVertexBufferUploader$SwitchEnumUsage (false) size 1124]
cjj=[cjj : cjj => net.minecraft.client.renderer.EntityRenderer$1 (false) size 904]
cji=[cji : cji => net.minecraft.client.renderer.EntityRenderer (false) size 36452]
cjl=[cjl : cjl => net.minecraft.client.renderer.EntityRenderer$3 (false) size 1220]
cjk=[cjk : cjk => net.minecraft.client.renderer.EntityRenderer$2 (false) size 1133]
afl=[afl : afl => net.minecraft.entity.monster.EntityMagmaCube (true) size 3158]
afz=[afz : afz => net.minecraft.entity.monster.EntitySlime$AISlimeAttack (true) size 1190]
afy=[afy : afy => net.minecraft.entity.monster.EntitySlime (true) size 7467]
aga=[aga : aga => net.minecraft.entity.monster.EntitySlime$AISlimeFloat (true) size 1006]
agc=[agc : agc => net.minecraft.entity.monster.EntitySlime$SlimeMoveHelper (true) size 1771]
agb=[agb : agb => net.minecraft.entity.monster.EntitySlime$AISlimeHop (true) size 679]
agd=[agd : agd => net.minecraft.entity.monster.EntitySlime$AISlimeFaceRandom (true) size 1057]
cki=[cki : cki => net.minecraft.client.renderer.ItemRenderer (false) size 11940]
ckk=[ckk : ckk => net.minecraft.client.renderer.ItemModelMesher (false) size 3181]
ckj=[ckj : ckj => net.minecraft.client.renderer.ItemRenderer$SwitchEnumAction (false) size 1154]
agj=[agj : agj => net.minecraft.entity.monster.EntityZombie (true) size 15299]
cko=[cko : cko => net.minecraft.client.renderer.RenderGlobal$1 (false) size 932]
ckn=[ckn : ckn => net.minecraft.client.renderer.RenderGlobal (false) size 49893]
agl=[agl : agl => net.minecraft.entity.monster.EntityZombie$GroupData (true) size 768]
ckq=[ckq : ckq => net.minecraft.client.renderer.RenderGlobal$ContainerLocalRenderInformation (false) size 1190]
ckp=[ckp : ckp => net.minecraft.client.renderer.RenderGlobal$SwitchEnumUsage (false) size 1040]
agq=[agq : agq => net.minecraft.entity.passive.EntityVillager$1 (true) size 734]
agp=[agp : agp => net.minecraft.entity.passive.EntityVillager (true) size 18502]
ags=[ags : ags => net.minecraft.entity.passive.EntityVillager$ListEnchantedBookForEmeralds (true) size 1209]
agr=[agr : agr => net.minecraft.entity.passive.EntityVillager$EmeraldForItems (true) size 1014]
ckw=[ckw : ckw => net.minecraft.client.shader.Framebuffer (false) size 5381]
agu=[agu : agu => net.minecraft.entity.passive.EntityVillager$ItemAndEmeraldToItem (true) size 1287]
agt=[agt : agt => net.minecraft.entity.passive.EntityVillager$ListEnchantedItemForEmeralds (true) size 1213]
agw=[agw : agw => net.minecraft.entity.passive.EntityVillager$ITradeList (true) size 160]
agv=[agv : agv => net.minecraft.entity.passive.EntityVillager$ListItemForEmeralds (true) size 1394]
agx=[agx : agx => net.minecraft.entity.passive.EntityVillager$PriceInfo (true) size 874]
cld=[cld : cld => net.minecraft.client.renderer.BlockModelShapes$1 (false) size 1119]
ahb=[ahb : ahb => net.minecraft.entity.player.InventoryPlayer (true) size 10763]
clc=[clc : clc => net.minecraft.client.renderer.BlockModelShapes (false) size 7591]
ahd=[ahd : ahd => net.minecraft.entity.player.EntityPlayer (true) size 41603]
clf=[clf : clf => net.minecraft.client.renderer.BlockModelShapes$3 (false) size 1265]
ahc=[ahc : ahc => net.minecraft.entity.player.InventoryPlayer$1 (true) size 759]
cle=[cle : cle => net.minecraft.client.renderer.BlockModelShapes$2 (false) size 658]
clh=[clh : clh => net.minecraft.client.renderer.BlockModelShapes$5 (false) size 1364]
ahf=[ahf : ahf => net.minecraft.entity.player.EntityPlayer$EnumStatus (true) size 1116]
clg=[clg : clg => net.minecraft.client.renderer.BlockModelShapes$4 (false) size 1265]
ahe=[ahe : ahe => net.minecraft.entity.player.EntityPlayer$SwitchEnumFacing (true) size 908]
clj=[clj : clj => net.minecraft.client.renderer.BlockModelShapes$7 (false) size 1568]
ahg=[ahg : ahg => net.minecraft.entity.player.EntityPlayer$EnumChatVisibility (true) size 1744]
cli=[cli : cli => net.minecraft.client.renderer.BlockModelShapes$6 (false) size 1554]
cll=[cll : cll => net.minecraft.client.renderer.BlockRendererDispatcher (false) size 4762]
clk=[clk : clk => net.minecraft.client.renderer.BlockModelShapes$SwitchEnumType (false) size 1184]
cln=[cln : cln => net.minecraft.client.renderer.BlockModelRenderer (false) size 11420]
clp=[clp : clp => net.minecraft.client.renderer.BlockModelRenderer$EnumNeighborInfo (false) size 3864]
clo=[clo : clo => net.minecraft.client.renderer.BlockModelRenderer$SwitchEnumFacing (false) size 1229]
clr=[clr : clr => net.minecraft.client.renderer.BlockModelRenderer$VertexTranslations (false) size 2228]
clq=[clq : clq => net.minecraft.client.renderer.BlockModelRenderer$AmbientOcclusionFace (false) size 5689]
cls=[cls : cls => net.minecraft.client.renderer.BlockModelRenderer$Orientation (false) size 2114]
aht=[aht : aht => net.minecraft.entity.item.EntityEnderPearl (true) size 2922]
aib=[aib : aib => net.minecraft.inventory.Container (true) size 11685]
aie=[aie : aie => net.minecraft.inventory.ContainerRepair$1 (true) size 633]
aid=[aid : aid => net.minecraft.inventory.ContainerRepair (true) size 7576]
cmi=[cmi : cmi => net.minecraft.client.renderer.block.model.ModelBlockDefinition$Deserializer (false) size 3415]
aig=[aig : aig => net.minecraft.inventory.ContainerBeacon (true) size 2319]
aif=[aif : aif => net.minecraft.inventory.ContainerRepair$2 (true) size 2379]
cmh=[cmh : cmh => net.minecraft.client.renderer.block.model.ModelBlockDefinition (false) size 2817]
cmk=[cmk : cmk => net.minecraft.client.renderer.block.model.ModelBlockDefinition$Variant (false) size 1800]
aii=[aii : aii => net.minecraft.inventory.ContainerBrewingStand (true) size 2740]
aih=[aih : aih => net.minecraft.inventory.ContainerBeacon$BeaconSlot (true) size 832]
cmj=[cmj : cmj => net.minecraft.client.renderer.block.model.ModelBlockDefinition$MissingVariantException (false) size 621]
cmm=[cmm : cmm => net.minecraft.client.renderer.block.model.ModelBlockDefinition$Variants (false) size 1352]
aik=[aik : aik => net.minecraft.inventory.ContainerBrewingStand$Potion (true) size 1171]
cml=[cml : cml => net.minecraft.client.renderer.block.model.ModelBlockDefinition$Variant$Deserializer (false) size 3208]
aij=[aij : aij => net.minecraft.inventory.ContainerBrewingStand$Ingredient (true) size 784]
cmq=[cmq : cmq => net.minecraft.client.renderer.block.model.FaceBakery$SwitchEnumFacing (false) size 1508]
cmp=[cmp : cmp => net.minecraft.client.renderer.block.model.FaceBakery (false) size 10884]
aiq=[aiq : aiq => net.minecraft.inventory.ContainerEnchantment (true) size 6555]
ais=[ais : ais => net.minecraft.inventory.ContainerEnchantment$2 (true) size 703]
air=[air : air => net.minecraft.inventory.ContainerEnchantment$1 (true) size 698]
cmw=[cmw : cmw => net.minecraft.client.renderer.block.model.ItemTransformVec3f$Deserializer (false) size 3327]
ait=[ait : ait => net.minecraft.inventory.ContainerEnchantment$3 (true) size 1219]
cmv=[cmv : cmv => net.minecraft.client.renderer.block.model.ItemTransformVec3f (false) size 1655]
cmy=[cmy : cmy => net.minecraft.client.renderer.block.model.ItemCameraTransforms$Deserializer (false) size 2197]
aiw=[aiw : aiw => net.minecraft.inventory.SlotFurnaceOutput (true) size 2219]
cmx=[cmx : cmx => net.minecraft.client.renderer.block.model.ItemCameraTransforms (false) size 1012]
cmz=[cmz : cmz => net.minecraft.client.renderer.block.model.ItemCameraTransforms$TransformType (false) size 1301]
ajb=[ajb : ajb => net.minecraft.inventory.ContainerPlayer (true) size 2945]
cnf=[cnf : cnf => net.minecraft.client.renderer.block.statemap.StateMap (false) size 2509]
ajc=[ajc : ajc => net.minecraft.inventory.ContainerPlayer$1 (true) size 1198]
cnh=[cnh : cnh => net.minecraft.client.renderer.block.statemap.StateMap$Builder (false) size 1322]
ajj=[ajj : ajj => net.minecraft.inventory.SlotCrafting (true) size 3014]
ajk=[ajk : ajk => net.minecraft.inventory.Slot (true) size 3567]
ajn=[ajn : ajn => net.minecraft.item.ItemArmor (true) size 3379]
ajp=[ajp : ajp => net.minecraft.item.ItemArmor$ArmorMaterial (true) size 2339]
ajo=[ajo : ajo => net.minecraft.item.ItemArmor$1 (true) size 1621]
ajv=[ajv : ajv => net.minecraft.item.ItemReed (true) size 1828]
aju=[aju : aju => net.minecraft.item.ItemBlock (true) size 4668]
ajz=[ajz : ajz => net.minecraft.item.ItemBow (true) size 3319]
akb=[akb : akb => net.minecraft.item.ItemBucket (true) size 3551]
akg=[akg : akg => net.minecraft.creativetab.CreativeTabs$1 (true) size 666]
akf=[akf : akf => net.minecraft.creativetab.CreativeTabs (true) size 6044]
aki=[aki : aki => net.minecraft.creativetab.CreativeTabs$11 (true) size 666]
akh=[akh : akh => net.minecraft.creativetab.CreativeTabs$10 (true) size 667]
akk=[akk : akk => net.minecraft.creativetab.CreativeTabs$2 (true) size 707]
akj=[akj : akj => net.minecraft.creativetab.CreativeTabs$12 (true) size 708]
akm=[akm : akm => net.minecraft.creativetab.CreativeTabs$4 (true) size 667]
akl=[akl : akl => net.minecraft.creativetab.CreativeTabs$3 (true) size 870]
ako=[ako : ako => net.minecraft.creativetab.CreativeTabs$6 (true) size 667]
akn=[akn : akn => net.minecraft.creativetab.CreativeTabs$5 (true) size 707]
cop=[cop : cop => net.minecraft.client.renderer.chunk.RenderChunk (false) size 8122]
akq=[akq : akq => net.minecraft.creativetab.CreativeTabs$8 (true) size 662]
akp=[akp : akp => net.minecraft.creativetab.CreativeTabs$7 (true) size 667]
aks=[aks : aks => net.minecraft.item.ItemTool (true) size 3767]
akr=[akr : akr => net.minecraft.creativetab.CreativeTabs$9 (true) size 666]
akw=[akw : akw => net.minecraft.item.ItemDye (true) size 4789]
akz=[akz : akz => net.minecraft.item.ItemEmptyMap (true) size 1544]
alk=[alk : alk => net.minecraft.item.ItemFlintAndSteel (true) size 1265]
alp=[alp : alp => net.minecraft.item.ItemHoe$SwitchDirtType (true) size 796]
alo=[alo : alo => net.minecraft.item.ItemHoe (true) size 2624]
cpt=[cpt : cpt => net.minecraft.client.renderer.entity.RenderManager (false) size 12254]
alr=[alr : alr => net.minecraft.item.Item$1 (true) size 749]
alq=[alq : alq => net.minecraft.item.Item (true) size 35046]
alt=[alt : alt => net.minecraft.item.Item$11 (true) size 809]
als=[als : als => net.minecraft.item.Item$10 (true) size 809]
alv=[alv : alv => net.minecraft.item.Item$13 (true) size 749]
alu=[alu : alu => net.minecraft.item.Item$12 (true) size 749]
alx=[alx : alx => net.minecraft.item.Item$15 (true) size 754]
alw=[alw : alw => net.minecraft.item.Item$14 (true) size 749]
alz=[alz : alz => net.minecraft.item.Item$17 (true) size 749]
aly=[aly : aly => net.minecraft.item.Item$16 (true) size 749]
ama=[ama : ama => net.minecraft.item.Item$2 (true) size 749]
amc=[amc : amc => net.minecraft.item.Item$4 (true) size 749]
amb=[amb : amb => net.minecraft.item.Item$3 (true) size 749]
ame=[ame : ame => net.minecraft.item.Item$6 (true) size 749]
cqg=[cqg : cqg => net.minecraft.client.renderer.tileentity.RenderItemFrame (false) size 6565]
cqf=[cqf : cqf => net.minecraft.client.renderer.entity.RenderEntityItem (false) size 3978]
amd=[amd : amd => net.minecraft.item.Item$5 (true) size 753]
amg=[amg : amg => net.minecraft.item.Item$8 (true) size 753]
cqi=[cqi : cqi => net.minecraft.client.renderer.entity.RenderItem$1 (false) size 911]
amf=[amf : amf => net.minecraft.item.Item$7 (true) size 751]
cqh=[cqh : cqh => net.minecraft.client.renderer.entity.RenderItem (false) size 35530]
cqk=[cqk : cqk => net.minecraft.client.renderer.entity.RenderItem$2 (false) size 894]
ami=[ami : ami => net.minecraft.item.Item$ToolMaterial (true) size 2922]
amh=[amh : amh => net.minecraft.item.Item$9 (true) size 749]
cqj=[cqj : cqj => net.minecraft.client.renderer.entity.RenderItem$SwitchTransformType (false) size 1188]
cqm=[cqm : cqm => net.minecraft.client.renderer.entity.RenderItem$4 (false) size 894]
amj=[amj : amj => net.minecraft.item.ItemStack (true) size 18457]
cql=[cql : cql => net.minecraft.client.renderer.entity.RenderItem$3 (false) size 914]
cqo=[cqo : cqo => net.minecraft.client.renderer.entity.RenderItem$6 (false) size 673]
cqn=[cqn : cqn => net.minecraft.client.renderer.entity.RenderItem$5 (false) size 811]
cqq=[cqq : cqq => net.minecraft.client.renderer.entity.RenderItem$8 (false) size 678]
amo=[amo : amo => net.minecraft.item.ItemBucketMilk (true) size 1301]
cqp=[cqp : cqp => net.minecraft.client.renderer.entity.RenderItem$7 (false) size 670]
amn=[amn : amn => net.minecraft.item.ItemMap (true) size 6095]
cqr=[cqr : cqr => net.minecraft.client.renderer.entity.RenderItem$9 (false) size 674]
cqw=[cqw : cqw => net.minecraft.client.renderer.entity.RendererLivingEntity$SwitchEnumVisible (false) size 1123]
cqv=[cqv : cqv => net.minecraft.client.renderer.entity.RendererLivingEntity (false) size 13608]
amy=[amy : amy => net.minecraft.item.ItemRecord (true) size 2462]
anb=[anb : anb => net.minecraft.item.ItemSeedFood (true) size 1699]
and=[and : and => net.minecraft.item.ItemShears (true) size 3572]
anc=[anc : anc => net.minecraft.item.ItemSeeds (true) size 1765]
anf=[anf : anf => net.minecraft.item.ItemSign (true) size 1762]
anh=[anh : anh => net.minecraft.item.ItemSkull (true) size 4052]
anj=[anj : anj => net.minecraft.item.ItemSnow (true) size 2097]
anl=[anl : anl => net.minecraft.item.ItemMonsterPlacer (true) size 5946]
anm=[anm : anm => net.minecraft.item.ItemSword (true) size 3012]
anp=[anp : anp => net.minecraft.item.ItemLilyPad (true) size 2670]
cru=[cru : cru => net.minecraft.client.renderer.entity.RenderVillager (false) size 2279]
aoa=[aoa : aoa => net.minecraft.item.crafting.RecipesArmorDyes (true) size 2959]
csc=[csc : csc => net.minecraft.client.renderer.entity.layers.LayerArmorBase$SwitchArmorMaterial (false) size 1192]
csb=[csb : csb => net.minecraft.client.renderer.entity.layers.LayerArmorBase (false) size 6623]
aoc=[aoc : aoc => net.minecraft.item.crafting.RecipesBanners (true) size 1182]
aoe=[aoe : aoe => net.minecraft.item.crafting.RecipesBanners$RecipeAddPattern (true) size 3758]
aof=[aof : aof => net.minecraft.item.crafting.RecipesBanners$RecipeDuplicatePattern (true) size 2067]
aoi=[aoi : aoi => net.minecraft.item.crafting.RecipeFireworks (true) size 4103]
aok=[aok : aok => net.minecraft.item.crafting.FurnaceRecipes (true) size 4065]
aol=[aol : aol => net.minecraft.item.crafting.RecipesMapCloning (true) size 1794]
aos=[aos : aos => net.minecraft.item.crafting.ShapedRecipes (true) size 2410]
aor=[aor : aor => net.minecraft.item.crafting.RecipeRepairItem (true) size 2250]
aot=[aot : aot => net.minecraft.item.crafting.ShapelessRecipes (true) size 2044]
ctc=[ctc : ctc => net.minecraft.client.renderer.entity.RenderPlayer (false) size 6837]
apf=[apf : apf => net.minecraft.enchantment.Enchantment (true) size 6486]
aph=[aph : aph => net.minecraft.enchantment.EnchantmentHelper (true) size 8741]
apj=[apj : apj => net.minecraft.enchantment.EnchantmentHelper$DamageIterator (true) size 788]
apl=[apl : apl => net.minecraft.enchantment.EnchantmentHelper$IModifier (true) size 162]
apk=[apk : apk => net.minecraft.enchantment.EnchantmentHelper$HurtIterator (true) size 786]
apn=[apn : apn => net.minecraft.enchantment.EnchantmentHelper$ModifierDamage (true) size 768]
apm=[apm : apm => net.minecraft.enchantment.EnchantmentHelper$ModifierLiving (true) size 772]
ctx=[ctx : ctx => net.minecraft.client.renderer.texture.Stitcher$Holder (false) size 2497]
ctw=[ctw : ctw => net.minecraft.client.renderer.texture.Stitcher (false) size 5952]
cty=[cty : cty => net.minecraft.client.renderer.texture.Stitcher$Slot (false) size 3033]
cua=[cua : cua => net.minecraft.client.renderer.texture.TextureMap (false) size 11944]
cuc=[cuc : cuc => net.minecraft.client.renderer.texture.TextureMap$2 (false) size 1051]
cub=[cub : cub => net.minecraft.client.renderer.texture.TextureMap$1 (false) size 831]
cue=[cue : cue => net.minecraft.client.renderer.texture.TextureAtlasSprite (false) size 9542]
cud=[cud : cud => net.minecraft.client.renderer.texture.TextureMap$3 (false) size 1031]
cug=[cug : cug => net.minecraft.client.renderer.texture.TextureManager (false) size 5326]
cuf=[cuf : cuf => net.minecraft.client.renderer.texture.TextureAtlasSprite$1 (false) size 1430]
cuh=[cuh : cuh => net.minecraft.client.renderer.texture.TextureManager$1 (false) size 891]
cuj=[cuj : cuj => net.minecraft.client.renderer.texture.TextureUtil (false) size 11194]
aql=[aql : aql => net.minecraft.util.EnumWorldBlockLayer (false) size 1332]
aqo=[aqo : aqo => net.minecraft.world.Explosion (true) size 7140]
cuu=[cuu : cuu => net.minecraft.client.renderer.vertex.VertexFormatElement (false) size 2965]
aqu=[aqu : aqu => net.minecraft.world.World (true) size 64454]
cuw=[cuw : cuw => net.minecraft.client.renderer.vertex.VertexFormatElement$EnumUsage (false) size 2300]
cuv=[cuv : cuv => net.minecraft.client.renderer.vertex.VertexFormatElement$EnumType (false) size 2000]
aqw=[aqw : aqw => net.minecraft.world.World$2 (true) size 1222]
cuy=[cuy : cuy => net.minecraft.client.resources.AbstractResourcePack (false) size 3918]
aqv=[aqv : aqv => net.minecraft.world.World$1 (true) size 770]
aqy=[aqy : aqy => net.minecraft.world.World$4 (true) size 750]
aqx=[aqx : aqx => net.minecraft.world.World$3 (true) size 872]
cvc=[cvc : cvc => net.minecraft.client.resources.FallbackResourceManager (false) size 3542]
ard=[ard : ard => net.minecraft.world.IBlockAccess (true) size 514]
are=[are : are => net.minecraft.world.WorldType (true) size 5911]
arg=[arg : arg => net.minecraft.world.SpawnerAnimals (true) size 7719]
arj=[arj : arj => net.minecraft.world.ChunkCache (true) size 4244]
arn=[arn : arn => net.minecraft.world.biome.BiomeGenBase$SwitchEnumCreatureType (true) size 906]
arm=[arm : arm => net.minecraft.world.biome.BiomeGenBase (true) size 17318]
arp=[arp : arp => net.minecraft.world.biome.BiomeGenBase$TempCategory (true) size 993]
aro=[aro : aro => net.minecraft.world.biome.BiomeGenBase$Height (true) size 591]
cvt=[cvt : cvt => net.minecraft.client.resources.SimpleReloadableResourceManager (false) size 4988]
arq=[arq : arq => net.minecraft.world.biome.BiomeGenBase$SpawnListEntry (true) size 941]
art=[art : art => net.minecraft.world.biome.BiomeColorHelper (false) size 1959]
cvu=[cvu : cvu => net.minecraft.client.resources.SimpleReloadableResourceManager$1 (false) size 863]
arv=[arv : arv => net.minecraft.world.biome.BiomeColorHelper$2 (false) size 618]
aru=[aru : aru => net.minecraft.world.biome.BiomeColorHelper$1 (false) size 618]
arx=[arx : arx => net.minecraft.world.biome.BiomeColorHelper$ColorResolver (false) size 346]
arw=[arw : arw => net.minecraft.world.biome.BiomeColorHelper$3 (false) size 635]
arz=[arz : arz => net.minecraft.world.biome.WorldChunkManager (true) size 6553]
ary=[ary : ary => net.minecraft.world.biome.BiomeDecorator (true) size 11577]
cwe=[cwe : cwe => net.minecraft.client.resources.LanguageManager (false) size 4126]
asb=[asb : asb => net.minecraft.world.biome.BiomeGenHills (true) size 3192]
ase=[ase : ase => net.minecraft.world.biome.BiomeGenForest$2 (true) size 753]
asd=[asd : asd => net.minecraft.world.biome.BiomeGenForest (true) size 4990]
cwf=[cwf : cwf => net.minecraft.client.resources.Locale (false) size 5273]
asf=[asf : asf => net.minecraft.world.biome.BiomeGenForest$1 (true) size 709]
asi=[asi : asi => net.minecraft.world.biome.BiomeGenJungle (true) size 2244]
asn=[asn : asn => net.minecraft.world.biome.BiomeGenPlains (true) size 3137]
ast=[ast : ast => net.minecraft.world.biome.BiomeGenSwamp (true) size 2804]
asy=[asy : asy => net.minecraft.block.BlockAir (true) size 990]
cxf=[cxf : cxf => net.minecraft.client.resources.model.ModelRotation (false) size 5284]
cxe=[cxe : cxe => net.minecraft.client.resources.model.IBakedModel (false) size 476]
cxh=[cxh : cxh => net.minecraft.client.resources.model.ModelBakery (false) size 28480]
cxj=[cxj : cxj => net.minecraft.client.resources.model.ModelBakery$2 (false) size 1181]
cxi=[cxi : cxi => net.minecraft.client.resources.model.ModelBakery$1 (false) size 974]
atj=[atj : atj => net.minecraft.block.BlockRailBase$SwitchEnumRailDirection (true) size 1385]
ati=[ati : ati => net.minecraft.block.BlockRailBase (true) size 4877]
cxk=[cxk : cxk => net.minecraft.client.resources.model.ModelManager (false) size 1636]
atl=[atl : atl => net.minecraft.block.BlockRailBase$EnumRailDirection (true) size 2373]
atk=[atk : atk => net.minecraft.block.BlockRailBase$Rail (true) size 6230]
atr=[atr : atr => net.minecraft.block.Block (true) size 52301]
att=[att : att => net.minecraft.block.Block$2 (true) size 529]
ats=[ats : ats => net.minecraft.block.Block$1 (true) size 591]
atv=[atv : atv => net.minecraft.block.Block$4 (true) size 663]
atu=[atu : atu => net.minecraft.block.Block$3 (true) size 583]
atx=[atx : atx => net.minecraft.block.Block$SoundType (true) size 1019]
atw=[atw : atw => net.minecraft.block.Block$EnumOffsetType (false) size 1159]
auc=[auc : auc => net.minecraft.block.BlockBush (true) size 3591]
aue=[aue : aue => net.minecraft.block.BlockButton$SwitchEnumFacing (true) size 1002]
aud=[aud : aud => net.minecraft.block.BlockButton (true) size 6921]
auf=[auf : auf => net.minecraft.block.BlockCactus (true) size 4221]
cyk=[cyk : cyk => net.minecraft.server.integrated.IntegratedServer (false) size 10003]
cym=[cym : cym => net.minecraft.server.integrated.IntegratedServer$2 (false) size 1515]
auj=[auj : auj => net.minecraft.block.BlockChest (true) size 9577]
cyl=[cyl : cyl => net.minecraft.server.integrated.IntegratedServer$1 (false) size 787]
aum=[aum : aum => net.minecraft.block.BlockCocoa$SwitchEnumFacing (true) size 906]
cyn=[cyn : cyn => net.minecraft.server.integrated.IntegratedServer$3 (false) size 1138]
aul=[aul : aul => net.minecraft.block.BlockCocoa (true) size 5817]
auq=[auq : auq => net.minecraft.block.BlockRedstoneComparator$1 (true) size 891]
aup=[aup : aup => net.minecraft.block.BlockRedstoneComparator (true) size 7495]
aur=[aur : aur => net.minecraft.block.BlockRedstoneComparator$Mode (true) size 1141]
auu=[auu : auu => net.minecraft.block.BlockCrops (true) size 5452]
auw=[auw : auw => net.minecraft.block.BlockDeadBush (true) size 1763]
czb=[czb : czb => net.minecraft.client.audio.SoundManager$1 (false) size 1394]
cza=[cza : cza => net.minecraft.client.audio.SoundManager (false) size 13023]
czd=[czd : czd => net.minecraft.client.audio.SoundManager$2 (false) size 726]
ava=[ava : ava => net.minecraft.block.BlockRedstoneDiode (true) size 7084]
czc=[czc : czc => net.minecraft.client.audio.SoundManager$1$1 (false) size 1529]
czf=[czf : czf => net.minecraft.client.audio.SoundManager$SoundSystemStarterThread (false) size 1571]
cze=[cze : cze => net.minecraft.client.audio.SoundManager$2$1 (false) size 987]
avf=[avf : avf => net.minecraft.block.BlockDoor (true) size 8601]
avh=[avh : avh => net.minecraft.block.BlockDoor$EnumHingePosition (true) size 1125]
avg=[avg : avg => net.minecraft.block.BlockDoor$EnumDoorHalf (true) size 1134]
avj=[avj : avj => net.minecraft.block.BlockDoublePlant$EnumBlockHalf (true) size 1142]
avi=[avi : avi => net.minecraft.block.BlockDoublePlant (true) size 8088]
avk=[avk : avk => net.minecraft.block.BlockDoublePlant$EnumPlantType (true) size 2168]
avt=[avt : avt => net.minecraft.block.BlockFalling (true) size 2452]
avu=[avu : avu => net.minecraft.block.BlockFarmland (true) size 4091]
avx=[avx : avx => net.minecraft.block.BlockFire (true) size 10792]
awe=[awe : awe => net.minecraft.block.BlockFlowerPot$SwitchEnumType (true) size 1809]
awd=[awd : awd => net.minecraft.block.BlockFlowerPot (true) size 7990]
awf=[awf : awf => net.minecraft.block.BlockFlowerPot$EnumFlowerType (true) size 2762]
awn=[awn : awn => net.minecraft.block.BlockGrass (true) size 4054]
awz=[awz : awz => net.minecraft.block.BlockHugeMushroom (true) size 2924]
axb=[axb : axb => net.minecraft.block.BlockIce (true) size 3081]
axa=[axa : axa => net.minecraft.block.BlockHugeMushroom$EnumType (true) size 2457]
axf=[axf : axf => net.minecraft.block.BlockLadder$SwitchEnumFacing (true) size 907]
axe=[axe : axe => net.minecraft.block.BlockLadder (true) size 3876]
axg=[axg : axg => net.minecraft.block.BlockLeaves (true) size 6977]
axj=[axj : axj => net.minecraft.block.BlockLever$SwitchEnumFacing (true) size 1885]
axi=[axi : axi => net.minecraft.block.BlockLever (true) size 5591]
axk=[axk : axk => net.minecraft.block.BlockLever$EnumOrientation (true) size 2928]
axn=[axn : axn => net.minecraft.block.BlockLog$SwitchAxis (true) size 815]
axm=[axm : axm => net.minecraft.block.BlockLog (true) size 2139]
axo=[axo : axo => net.minecraft.block.BlockLog$EnumAxis (true) size 1475]
axr=[axr : axr => net.minecraft.block.BlockMobSpawner (true) size 1618]
ayc=[ayc : ayc => net.minecraft.block.BlockMycelium (true) size 2917]
ayb=[ayb : ayb => net.minecraft.block.BlockMushroom (true) size 3203]
aye=[aye : aye => net.minecraft.block.BlockNetherWart (true) size 3269]
ayg=[ayg : ayg => net.minecraft.block.BlockNewLeaf (true) size 3562]
ayh=[ayh : ayh => net.minecraft.block.BlockNewLeaf$1 (true) size 709]
ayn=[ayn : ayn => net.minecraft.block.BlockNote (true) size 3482]
ayq=[ayq : ayq => net.minecraft.block.BlockOldLeaf$1 (true) size 709]
ayp=[ayp : ayp => net.minecraft.block.BlockOldLeaf (true) size 4378]
ayu=[ayu : ayu => net.minecraft.block.BlockOre (true) size 2351]
aza=[aza : aza => net.minecraft.block.BlockPotato (true) size 1519]
azl=[azl : azl => net.minecraft.block.BlockQuartz (true) size 3667]
azk=[azk : azk => net.minecraft.block.BlockPumpkin (true) size 4652]
azn=[azn : azn => net.minecraft.block.BlockQuartz$EnumType (true) size 1869]
azm=[azm : azm => net.minecraft.block.BlockQuartz$SwitchAxis (true) size 818]
azt=[azt : azt => net.minecraft.block.BlockRedstoneWire (true) size 9871]
azs=[azs : azs => net.minecraft.block.BlockRedstoneOre (true) size 3694]
azu=[azu : azu => net.minecraft.block.BlockRedstoneWire$EnumAttachPosition (true) size 1196]
azy=[azy : azy => net.minecraft.block.BlockReed (true) size 4376]
dav=[dav : dav => net.minecraft.realms.RealmsConnect$1 (false) size 3621]
dax=[dax : dax => net.minecraft.client.renderer.OpenGlHelper (false) size 16503]
baa=[baa : baa => net.minecraft.block.BlockRotatedPillar (true) size 1477]
baf=[baf : baf => net.minecraft.block.BlockSapling (true) size 5290]
bag=[bag : bag => net.minecraft.block.BlockSapling$SwitchEnumType (true) size 1051]
baj=[baj : baj => net.minecraft.block.BlockSkull (true) size 7547]
bal=[bal : bal => net.minecraft.block.BlockSkull$SwitchEnumFacing (true) size 959]
bak=[bak : bak => net.minecraft.block.BlockSkull$1 (true) size 849]
bao=[bao : bao => net.minecraft.block.BlockSnow (true) size 4302]
baz=[baz : baz => net.minecraft.block.BlockStem$1 (true) size 711]
bay=[bay : bay => net.minecraft.block.BlockStem (true) size 5872]
ab=[ab : ab => net.minecraft.command.CommandHandler (true) size 5532]
bbi=[bbi : bbi => net.minecraft.block.BlockTallGrass$EnumType (true) size 1642]
bbh=[bbh : bbh => net.minecraft.block.BlockTallGrass (true) size 5019]
bbj=[bbj : bbj => net.minecraft.block.BlockPane (true) size 4363]
bbm=[bbm : bbm => net.minecraft.block.BlockTorch$1 (true) size 712]
bbl=[bbl : bbl => net.minecraft.block.BlockTorch (true) size 5744]
bbn=[bbn : bbn => net.minecraft.block.BlockTorch$SwitchEnumFacing (true) size 1001]
bbq=[bbq : bbq => net.minecraft.block.BlockTrapDoor$SwitchEnumFacing (true) size 909]
bbp=[bbp : bbp => net.minecraft.block.BlockTrapDoor (true) size 6090]
bbr=[bbr : bbr => net.minecraft.block.BlockTrapDoor$DoorHalf (true) size 1112]
bbu=[bbu : bbu => net.minecraft.block.BlockTripWireHook$SwitchEnumFacing (true) size 913]
bbt=[bbt : bbt => net.minecraft.block.BlockTripWireHook (true) size 8304]
bbw=[bbw : bbw => net.minecraft.block.BlockVine$SwitchEnumFacing (true) size 958]
bbv=[bbv : bbv => net.minecraft.block.BlockVine (true) size 10268]
bi=[bi : bi => net.minecraft.command.CommandEnchant (true) size 2815]
bcl=[bcl : bcl => net.minecraft.tileentity.TileEntityBeacon$BeamSegment (true) size 861]
bck=[bck : bck => net.minecraft.tileentity.TileEntityBeacon (true) size 7738]
bn=[bn : bn => net.minecraft.command.CommandFill (true) size 5004]
bcn=[bcn : bcn => net.minecraft.tileentity.TileEntity$1 (true) size 976]
bcm=[bcm : bcm => net.minecraft.tileentity.TileEntity (true) size 7895]
bcp=[bcp : bcp => net.minecraft.tileentity.TileEntity$3 (true) size 1391]
bco=[bco : bco => net.minecraft.tileentity.TileEntity$2 (true) size 1341]
bcq=[bcq : bcq => net.minecraft.tileentity.TileEntityBrewingStand (true) size 6338]
bdc=[bdc : bdc => net.minecraft.tileentity.TileEntityFurnace (true) size 7825]
bde=[bde : bde => net.minecraft.tileentity.TileEntityHopper (true) size 11107]
bdi=[bdi : bdi => net.minecraft.tileentity.TileEntityNote (true) size 1537]
bdk=[bdk : bdk => net.minecraft.tileentity.TileEntitySign$1 (true) size 1567]
bdj=[bdj : bdj => net.minecraft.tileentity.TileEntitySign (true) size 3275]
cm=[cm : cm => net.minecraft.command.server.CommandSetBlock (true) size 3156]
bdl=[bdl : bdl => net.minecraft.tileentity.TileEntitySign$2 (true) size 1678]
bdq=[bdq : bdq => net.minecraft.block.BlockPistonBase (true) size 9350]
bdr=[bdr : bdr => net.minecraft.block.BlockPistonBase$SwitchEnumFacing (true) size 1006]
bdw=[bdw : bdw => net.minecraft.tileentity.TileEntityPiston$SwitchAxis (true) size 823]
bdv=[bdv : bdv => net.minecraft.tileentity.TileEntityPiston (true) size 4994]
bdy=[bdy : bdy => net.minecraft.block.state.BlockPistonStructureHelper (true) size 3572]
cy=[cy : cy => net.minecraft.command.server.CommandTestForBlock (true) size 4110]
bdx=[bdx : bdx => net.minecraft.block.BlockPistonMoving (true) size 6178]
bed=[bed : bed => net.minecraft.block.state.BlockState (true) size 3310]
bef=[bef : bef => net.minecraft.block.state.BlockState$2 (true) size 893]
bee=[bee : bee => net.minecraft.block.state.BlockState$1 (true) size 728]
beg=[beg : beg => net.minecraft.block.state.BlockState$StateImplementation (true) size 3428]
bfb=[bfb : bfb => net.minecraft.world.border.WorldBorder (true) size 5875]
bfi=[bfi : bfi => net.minecraft.world.chunk.Chunk$1 (true) size 938]
bfh=[bfh : bfh => net.minecraft.world.chunk.Chunk (true) size 26325]
ej=[ej : ej => net.minecraft.util.EnumFacing (true) size 5678]
bfk=[bfk : bfk => net.minecraft.world.chunk.Chunk$3 (true) size 747]
ek=[ek : ek => net.minecraft.util.EnumFacing$SwitchPlane (true) size 1525]
bfj=[bfj : bfj => net.minecraft.world.chunk.Chunk$2 (true) size 743]
el=[el : el => net.minecraft.util.EnumFacing$Axis (true) size 2435]
em=[em : em => net.minecraft.util.EnumFacing$AxisDirection (true) size 1227]
en=[en : en => net.minecraft.util.EnumFacing$Plane (true) size 2093]
bfl=[bfl : bfl => net.minecraft.world.chunk.Chunk$EnumCreateEntityType (true) size 974]
bfw=[bfw : bfw => net.minecraft.world.chunk.storage.RegionFile$ChunkBuffer (true) size 743]
bfv=[bfv : bfv => net.minecraft.world.chunk.storage.RegionFile (true) size 5417]
bfy=[bfy : bfy => net.minecraft.world.chunk.storage.AnvilChunkLoader (true) size 13187]
bfz=[bfz : bfz => net.minecraft.world.chunk.storage.AnvilChunkLoader$PendingChunk (true) size 506]
bgd=[bgd : bgd => net.minecraft.world.WorldProvider (true) size 10683]
bgj=[bgj : bgj => net.minecraft.world.gen.MapGenRavine (true) size 5614]
fj=[fj : fj => net.minecraft.util.StringTranslate (true) size 3837]
fl=[fl : fl => net.minecraft.nbt.NBTTagByteArray (true) size 1910]
fn=[fn : fn => net.minecraft.nbt.NBTTagCompound (true) size 9195]
fo=[fo : fo => net.minecraft.nbt.NBTTagCompound$1 (true) size 883]
fp=[fp : fp => net.minecraft.nbt.NBTTagCompound$2 (true) size 818]
bgr=[bgr : bgr => net.minecraft.world.gen.ChunkProviderHell (true) size 13659]
ft=[ft : ft => net.minecraft.nbt.NBTTagIntArray (true) size 2093]
bgs=[bgs : bgs => net.minecraft.world.gen.MapGenCaves (true) size 6855]
fv=[fv : fv => net.minecraft.nbt.NBTTagList (true) size 4794]
bgv=[bgv : bgv => net.minecraft.world.gen.ChunkProviderGenerate (true) size 14594]
fx=[fx : fx => net.minecraft.nbt.NBTSizeTracker (true) size 1320]
fy=[fy : fy => net.minecraft.nbt.NBTSizeTracker$1 (true) size 445]
bgw=[bgw : bgw => net.minecraft.world.gen.ChunkProviderEnd (true) size 8728]
fz=[fz : fz => net.minecraft.nbt.CompressedStreamTools (true) size 4141]
bhc=[bhc : bhc => net.minecraft.world.gen.feature.WorldGenAbstractTree (true) size 1488]
gc=[gc : gc => net.minecraft.nbt.NBTTagString (true) size 1941]
bhe=[bhe : bhe => net.minecraft.world.gen.feature.WorldGenBigTree$FoliageCoordinates (true) size 587]
bhd=[bhd : bhd => net.minecraft.world.gen.feature.WorldGenBigTree (true) size 7023]
bhf=[bhf : bhf => net.minecraft.world.gen.feature.WorldGenForest (true) size 2695]
bhh=[bhh : bhh => net.minecraft.world.gen.feature.WorldGeneratorBonusChest (true) size 1906]
bhm=[bhm : bhm => net.minecraft.world.gen.feature.WorldGenDeadBush (true) size 1171]
gr=[gr : gr => net.minecraft.network.NetworkManager (true) size 8850]
gs=[gs : gs => net.minecraft.network.NetworkManager$1 (true) size 748]
gt=[gt : gt => net.minecraft.network.NetworkManager$2 (true) size 738]
bhr=[bhr : bhr => net.minecraft.world.gen.feature.WorldGenShrub (true) size 1750]
gu=[gu : gu => net.minecraft.network.NetworkManager$3 (true) size 1232]
gv=[gv : gv => net.minecraft.network.NetworkManager$4 (false) size 1946]
gw=[gw : gw => net.minecraft.network.NetworkManager$5 (false) size 962]
bhv=[bhv : bhv => net.minecraft.world.gen.feature.WorldGenBigMushroom (true) size 3013]
gx=[gx : gx => net.minecraft.network.NetworkManager$InboundHandlerTuplePacketListener (true) size 663]
bib=[bib : bib => net.minecraft.world.gen.feature.WorldGenMegaPineTree (true) size 3397]
bia=[bia : bia => net.minecraft.world.gen.feature.WorldGenMegaJungle (true) size 3014]
bic=[bic : bic => net.minecraft.world.gen.feature.WorldGenHugeTrees (true) size 3265]
bif=[bif : bif => net.minecraft.world.gen.feature.WorldGenMinable (true) size 2546]
hf=[hf : hf => net.minecraft.util.MessageSerializer (true) size 1999]
bie=[bie : bie => net.minecraft.world.gen.feature.WorldGenDungeons (true) size 4639]
big=[big : big => net.minecraft.world.gen.feature.WorldGenTaiga1 (true) size 2802]
bij=[bij : bij => net.minecraft.world.gen.feature.WorldGenCanopyTree (true) size 4158]
bil=[bil : bil => net.minecraft.world.gen.feature.WorldGenSavannaTree (true) size 3949]
bip=[bip : bip => net.minecraft.world.gen.feature.WorldGenSwamp (true) size 3967]
bio=[bio : bio => net.minecraft.world.gen.feature.WorldGenTaiga2 (true) size 2921]
bir=[bir : bir => net.minecraft.world.gen.feature.WorldGenTrees (true) size 4653]
biq=[biq : biq => net.minecraft.world.gen.feature.WorldGenTallGrass (true) size 1367]
bje=[bje : bje => net.minecraft.world.gen.structure.StructureMineshaftPieces (true) size 3149]
bjg=[bjg : bjg => net.minecraft.world.gen.structure.StructureMineshaftPieces$Corridor (true) size 6892]
bjf=[bjf : bjf => net.minecraft.world.gen.structure.StructureMineshaftPieces$SwitchEnumFacing (true) size 920]
bji=[bji : bji => net.minecraft.world.gen.structure.StructureMineshaftPieces$Room (true) size 3813]
bjh=[bjh : bjh => net.minecraft.world.gen.structure.StructureMineshaftPieces$Cross (true) size 4411]
bjj=[bjj : bjj => net.minecraft.world.gen.structure.StructureMineshaftPieces$Stairs (true) size 2425]
bjo=[bjo : bjo => net.minecraft.world.gen.structure.StructureNetherBridgePieces$SwitchEnumFacing (true) size 923]
bjn=[bjn : bjn => net.minecraft.world.gen.structure.StructureNetherBridgePieces (true) size 2978]
bjq=[bjq : bjq => net.minecraft.world.gen.structure.StructureNetherBridgePieces$End (true) size 2207]
bjp=[bjp : bjp => net.minecraft.world.gen.structure.StructureNetherBridgePieces$Crossing3 (true) size 2963]
bjs=[bjs : bjs => net.minecraft.world.gen.structure.StructureNetherBridgePieces$Corridor3 (true) size 2381]
bjr=[bjr : bjr => net.minecraft.world.gen.structure.StructureNetherBridgePieces$Straight (true) size 2256]
bju=[bju : bju => net.minecraft.world.gen.structure.StructureNetherBridgePieces$Entrance (true) size 3294]
bjt=[bjt : bjt => net.minecraft.world.gen.structure.StructureNetherBridgePieces$Corridor4 (true) size 2679]
bjw=[bjw : bjw => net.minecraft.world.gen.structure.StructureNetherBridgePieces$Corridor (true) size 2878]
bjv=[bjv : bjv => net.minecraft.world.gen.structure.StructureNetherBridgePieces$Crossing2 (true) size 2031]
bjy=[bjy : bjy => net.minecraft.world.gen.structure.StructureNetherBridgePieces$Corridor2 (true) size 2858]
bjx=[bjx : bjx => net.minecraft.world.gen.structure.StructureNetherBridgePieces$Corridor5 (true) size 2022]
bjz=[bjz : bjz => net.minecraft.world.gen.structure.StructureNetherBridgePieces$NetherStalkRoom (true) size 3916]
bkb=[bkb : bkb => net.minecraft.world.gen.structure.StructureNetherBridgePieces$Piece (true) size 5198]
bka=[bka : bka => net.minecraft.world.gen.structure.StructureNetherBridgePieces$Throne (true) size 2811]
bkd=[bkd : bkd => net.minecraft.world.gen.structure.StructureNetherBridgePieces$Crossing (true) size 2345]
bkc=[bkc : bkc => net.minecraft.world.gen.structure.StructureNetherBridgePieces$PieceWeight (true) size 1068]
bkf=[bkf : bkf => net.minecraft.world.gen.structure.StructureNetherBridgePieces$Start (true) size 1370]
bke=[bke : bke => net.minecraft.world.gen.structure.StructureNetherBridgePieces$Stairs (true) size 2378]
ji=[ji : ji => net.minecraft.network.play.server.S3FPacketCustomPayload (true) size 1951]
bli=[bli : bli => net.minecraft.world.gen.structure.ComponentScatteredFeaturePieces (true) size 659]
blk=[blk : blk => net.minecraft.world.gen.structure.ComponentScatteredFeaturePieces$DesertPyramid (true) size 7849]
blj=[blj : blj => net.minecraft.world.gen.structure.ComponentScatteredFeaturePieces$SwitchEnumFacing (true) size 783]
blm=[blm : blm => net.minecraft.world.gen.structure.ComponentScatteredFeaturePieces$JunglePyramid$Stones (true) size 1025]
bll=[bll : bll => net.minecraft.world.gen.structure.ComponentScatteredFeaturePieces$JunglePyramid (true) size 7041]
blo=[blo : blo => net.minecraft.world.gen.structure.ComponentScatteredFeaturePieces$SwampHut (true) size 3142]
bln=[bln : bln => net.minecraft.world.gen.structure.ComponentScatteredFeaturePieces$Feature (true) size 2261]
blq=[blq : blq => net.minecraft.world.gen.structure.MapGenStronghold$Start (true) size 1265]
blp=[blp : blp => net.minecraft.world.gen.structure.MapGenStronghold (true) size 4095]
bls=[bls : bls => net.minecraft.world.gen.structure.StructureStrongholdPieces$1 (true) size 633]
blr=[blr : blr => net.minecraft.world.gen.structure.StructureStrongholdPieces (true) size 5173]
blu=[blu : blu => net.minecraft.world.gen.structure.StructureStrongholdPieces$SwitchEnumFacing (true) size 1301]
blt=[blt : blt => net.minecraft.world.gen.structure.StructureStrongholdPieces$2 (true) size 633]
blw=[blw : blw => net.minecraft.world.gen.structure.StructureStrongholdPieces$Corridor (true) size 2506]
blv=[blv : blv => net.minecraft.world.gen.structure.StructureStrongholdPieces$ChestCorridor (true) size 3954]
bly=[bly : bly => net.minecraft.world.gen.structure.StructureStrongholdPieces$LeftTurn (true) size 2063]
blx=[blx : blx => net.minecraft.world.gen.structure.StructureStrongholdPieces$Crossing (true) size 3565]
blz=[blz : blz => net.minecraft.world.gen.structure.StructureStrongholdPieces$Library (true) size 4954]
bmb=[bmb : bmb => net.minecraft.world.gen.structure.StructureStrongholdPieces$PortalRoom (true) size 5405]
bma=[bma : bma => net.minecraft.world.gen.structure.StructureStrongholdPieces$PieceWeight (true) size 861]
bmd=[bmd : bmd => net.minecraft.world.gen.structure.StructureStrongholdPieces$RightTurn (true) size 1446]
bmc=[bmc : bmc => net.minecraft.world.gen.structure.StructureStrongholdPieces$Prison (true) size 2379]
bmf=[bmf : bmf => net.minecraft.world.gen.structure.StructureStrongholdPieces$Stones (true) size 1264]
bme=[bme : bme => net.minecraft.world.gen.structure.StructureStrongholdPieces$RoomCrossing (true) size 4754]
bmh=[bmh : bmh => net.minecraft.world.gen.structure.StructureStrongholdPieces$Stairs2 (true) size 948]
bmg=[bmg : bmg => net.minecraft.world.gen.structure.StructureStrongholdPieces$Stairs (true) size 3372]
bmj=[bmj : bmj => net.minecraft.world.gen.structure.StructureStrongholdPieces$StairsStraight (true) size 2225]
bmi=[bmi : bmi => net.minecraft.world.gen.structure.StructureStrongholdPieces$Straight (true) size 2793]
bml=[bml : bml => net.minecraft.world.gen.structure.StructureStrongholdPieces$Stronghold$Door (true) size 1040]
bmk=[bmk : bmk => net.minecraft.world.gen.structure.StructureStrongholdPieces$Stronghold (true) size 4188]
bmn=[bmn : bmn => net.minecraft.world.gen.structure.MapGenStructure$1 (true) size 900]
bmm=[bmm : bmm => net.minecraft.world.gen.structure.MapGenStructure (true) size 5891]
bmp=[bmp : bmp => net.minecraft.world.gen.structure.MapGenStructure$3 (true) size 817]
bmo=[bmo : bmo => net.minecraft.world.gen.structure.MapGenStructure$2 (true) size 834]
bmt=[bmt : bmt => net.minecraft.world.gen.structure.StructureComponent$SwitchEnumFacing (true) size 914]
bms=[bms : bms => net.minecraft.world.gen.structure.StructureComponent (true) size 12668]
bmv=[bmv : bmv => net.minecraft.world.gen.structure.StructureStart (true) size 4523]
bmu=[bmu : bmu => net.minecraft.world.gen.structure.StructureComponent$BlockSelector (true) size 578]
bmz=[bmz : bmz => net.minecraft.world.gen.structure.StructureVillagePieces$SwitchEnumFacing (true) size 918]
bmy=[bmy : bmy => net.minecraft.world.gen.structure.StructureVillagePieces (true) size 6270]
bna=[bna : bna => net.minecraft.world.gen.structure.StructureVillagePieces$House1 (true) size 3792]
mc=[mc : mc => net.minecraft.network.play.client.C17PacketCustomPayload (true) size 2024]
bnc=[bnc : bnc => net.minecraft.world.gen.structure.StructureVillagePieces$Field2 (true) size 3051]
bnb=[bnb : bnb => net.minecraft.world.gen.structure.StructureVillagePieces$Field1 (true) size 3407]
bne=[bne : bne => net.minecraft.world.gen.structure.StructureVillagePieces$PieceWeight (true) size 858]
bnd=[bnd : bnd => net.minecraft.world.gen.structure.StructureVillagePieces$Torch (true) size 2262]
bng=[bng : bng => net.minecraft.world.gen.structure.StructureVillagePieces$House4Garden (true) size 3658]
bnf=[bnf : bnf => net.minecraft.world.gen.structure.StructureVillagePieces$Hall (true) size 3840]
bni=[bni : bni => net.minecraft.world.gen.structure.StructureVillagePieces$Church (true) size 3687]
bnh=[bnh : bnh => net.minecraft.world.gen.structure.StructureVillagePieces$WoodHut (true) size 3520]
bnk=[bnk : bnk => net.minecraft.world.gen.structure.StructureVillagePieces$Start (true) size 1471]
bnj=[bnj : bnj => net.minecraft.world.gen.structure.StructureVillagePieces$House2 (true) size 4816]
bnm=[bnm : bnm => net.minecraft.world.gen.structure.StructureVillagePieces$House3 (true) size 4103]
bnl=[bnl : bnl => net.minecraft.world.gen.structure.StructureVillagePieces$Path (true) size 3619]
bno=[bno : bno => net.minecraft.world.gen.structure.StructureVillagePieces$Road (true) size 548]
bnn=[bnn : bnn => net.minecraft.world.gen.structure.StructureVillagePieces$Village (true) size 6550]
bnp=[bnp : bnp => net.minecraft.world.gen.structure.StructureVillagePieces$Well (true) size 2495]
mu=[mu : mu => net.minecraft.network.play.client.C12PacketUpdateSign (true) size 1693]
mz=[mz : mz => net.minecraft.network.handshake.client.C00Handshake (true) size 2373]
no=[no : no => net.minecraft.network.status.server.S00PacketServerInfo (true) size 1922]
np=[np : np => net.minecraft.network.ServerStatusResponse (true) size 1926]
nq=[nq : nq => net.minecraft.network.ServerStatusResponse$PlayerCountData (true) size 861]
nr=[nr : nr => net.minecraft.network.ServerStatusResponse$PlayerCountData$Serializer (true) size 2927]
ns=[ns : ns => net.minecraft.network.ServerStatusResponse$Serializer (true) size 2508]
nt=[nt : nt => net.minecraft.network.ServerStatusResponse$MinecraftProtocolVersionIdentifier (true) size 689]
bos=[bos : bos => net.minecraft.world.gen.layer.GenLayerBiome (true) size 4324]
nu=[nu : nu => net.minecraft.network.ServerStatusResponse$MinecraftProtocolVersionIdentifier$Serializer (true) size 1645]
bpa=[bpa : bpa => net.minecraft.world.gen.layer.GenLayer (true) size 6533]
oa=[oa : oa => net.minecraft.util.ResourceLocation (true) size 1918]
bpc=[bpc : bpc => net.minecraft.world.gen.layer.GenLayer$2 (true) size 739]
od=[od : od => net.minecraft.init.Bootstrap (true) size 2564]
bpb=[bpb : bpb => net.minecraft.world.gen.layer.GenLayer$1 (true) size 738]
oe=[oe : oe => net.minecraft.init.Bootstrap$1 (true) size 666]
of=[of : of => net.minecraft.init.Bootstrap$10 (true) size 1018]
og=[og : og => net.minecraft.init.Bootstrap$11 (true) size 1705]
oh=[oh : oh => net.minecraft.init.Bootstrap$12 (true) size 1529]
oi=[oi : oi => net.minecraft.init.Bootstrap$13 (true) size 1186]
oj=[oj : oj => net.minecraft.init.Bootstrap$14 (true) size 1032]
ok=[ok : ok => net.minecraft.init.Bootstrap$15 (true) size 2147]
ol=[ol : ol => net.minecraft.init.Bootstrap$16 (true) size 1266]
on=[on : on => net.minecraft.init.Bootstrap$2 (true) size 617]
oo=[oo : oo => net.minecraft.init.Bootstrap$3 (true) size 617]
op=[op : op => net.minecraft.init.Bootstrap$4 (true) size 777]
oq=[oq : oq => net.minecraft.init.Bootstrap$5 (true) size 755]
or=[or : or => net.minecraft.init.Bootstrap$5$1 (true) size 952]
os=[os : os => net.minecraft.init.Bootstrap$6 (true) size 1147]
ot=[ot : ot => net.minecraft.init.Bootstrap$7 (true) size 1149]
ou=[ou : ou => net.minecraft.init.Bootstrap$8 (true) size 1464]
ov=[ov : ov => net.minecraft.init.Bootstrap$9 (true) size 1704]
pd=[pd : pd => net.minecraft.server.MinecraftServer$1 (true) size 1430]
pe=[pe : pe => net.minecraft.server.MinecraftServer$2 (true) size 993]
pf=[pf : pf => net.minecraft.server.MinecraftServer$3 (true) size 1091]
bqf=[bqf : bqf => net.minecraft.world.storage.MapData$MapInfo (true) size 1443]
pg=[pg : pg => net.minecraft.server.MinecraftServer$4 (true) size 647]
bqe=[bqe : bqe => net.minecraft.world.storage.MapData (true) size 5959]
bqi=[bqi : bqi => net.minecraft.world.chunk.storage.AnvilSaveHandler (true) size 1296]
bqm=[bqm : bqm => net.minecraft.world.storage.SaveHandler (true) size 6625]
po=[po : po => net.minecraft.server.dedicated.DedicatedServer (true) size 12335]
pp=[pp : pp => net.minecraft.server.dedicated.DedicatedServer$1 (true) size 778]
bqp=[bqp : bqp => net.minecraft.world.storage.WorldInfo$1 (true) size 741]
pq=[pq : pq => net.minecraft.server.dedicated.DedicatedServer$2 (true) size 1150]
bqo=[bqo : bqo => net.minecraft.world.storage.WorldInfo (true) size 13420]
bqr=[bqr : bqr => net.minecraft.world.storage.WorldInfo$3 (true) size 716]
pr=[pr : pr => net.minecraft.server.dedicated.DedicatedServer$3 (true) size 986]
bqq=[bqq : bqq => net.minecraft.world.storage.WorldInfo$2 (true) size 1000]
ps=[ps : ps => net.minecraft.server.dedicated.DedicatedServer$4 (true) size 712]
bqt=[bqt : bqt => net.minecraft.world.storage.WorldInfo$5 (true) size 874]
bqs=[bqs : bqs => net.minecraft.world.storage.WorldInfo$4 (true) size 812]
bqv=[bqv : bqv => net.minecraft.world.storage.WorldInfo$7 (true) size 1064]
pw=[pw : pw => net.minecraft.server.gui.MinecraftServerGui (true) size 4816]
bqu=[bqu : bqu => net.minecraft.world.storage.WorldInfo$6 (true) size 773]
px=[px : px => net.minecraft.server.gui.MinecraftServerGui$1 (true) size 951]
bqx=[bqx : bqx => net.minecraft.world.storage.WorldInfo$9 (true) size 1037]
bqw=[bqw : bqw => net.minecraft.world.storage.WorldInfo$8 (true) size 990]
py=[py : py => net.minecraft.server.gui.MinecraftServerGui$2 (true) size 1029]
pz=[pz : pz => net.minecraft.server.gui.MinecraftServerGui$3 (true) size 612]
qa=[qa : qa => net.minecraft.server.gui.MinecraftServerGui$4 (true) size 873]
qb=[qb : qb => net.minecraft.server.gui.MinecraftServerGui$5 (true) size 669]
ql=[ql : ql => net.minecraft.world.WorldServerMulti (true) size 1626]
qm=[qm : qm => net.minecraft.world.WorldServerMulti$1 (true) size 1502]
qn=[qn : qn => net.minecraft.entity.EntityTracker (true) size 6491]
qo=[qo : qo => net.minecraft.entity.EntityTracker$1 (true) size 997]
qq=[qq : qq => net.minecraft.server.management.PlayerManager (true) size 7256]
qr=[qr : qr => net.minecraft.server.management.PlayerManager$PlayerInstance (true) size 6104]
qs=[qs : qs => net.minecraft.world.gen.ChunkProviderServer (true) size 9023]
qt=[qt : qt => net.minecraft.world.WorldServer (true) size 25757]
bru=[bru : bru => net.minecraft.util.MovingObjectPosition (true) size 1940]
qu=[qu : qu => net.minecraft.world.WorldServer$1 (true) size 846]
qv=[qv : qv => net.minecraft.world.WorldServer$ServerBlockEventList (true) size 490]
brw=[brw : brw => net.minecraft.util.Vec3 (true) size 3567]
qw=[qw : qw => net.minecraft.entity.player.EntityPlayerMP (true) size 23873]
qx=[qx : qx => net.minecraft.server.management.ItemInWorldManager (true) size 8476]
brv=[brv : brv => net.minecraft.util.MovingObjectPosition$MovingObjectType (true) size 965]
qy=[qy : qy => net.minecraft.entity.EntityTrackerEntry (true) size 12057]
rb=[rb : rb => net.minecraft.client.network.NetHandlerHandshakeMemory (false) size 1257]
rc=[rc : rc => net.minecraft.network.NetworkSystem (true) size 4356]
rd=[rd : rd => net.minecraft.network.NetworkSystem$1 (true) size 747]
re=[re : re => net.minecraft.network.NetworkSystem$2 (true) size 740]
rf=[rf : rf => net.minecraft.network.NetworkSystem$3 (true) size 1892]
rg=[rg : rg => net.minecraft.network.NetworkSystem$4 (false) size 1327]
rh=[rh : rh => net.minecraft.network.NetworkSystem$5 (true) size 763]
ri=[ri : ri => net.minecraft.network.NetworkSystem$6 (true) size 751]
rj=[rj : rj => net.minecraft.network.NetHandlerPlayServer (true) size 26380]
rk=[rk : rk => net.minecraft.network.NetHandlerPlayServer$1 (true) size 751]
rl=[rl : rl => net.minecraft.network.NetHandlerPlayServer$2 (true) size 633]
rm=[rm : rm => net.minecraft.network.NetHandlerPlayServer$3 (true) size 840]
rn=[rn : rn => net.minecraft.network.NetHandlerPlayServer$SwitchAction (true) size 1926]
ro=[ro : ro => net.minecraft.server.network.NetHandlerHandshakeTCP (true) size 1701]
rp=[rp : rp => net.minecraft.server.network.NetHandlerHandshakeTCP$SwitchEnumConnectionState (true) size 764]
rq=[rq : rq => net.minecraft.server.network.NetHandlerLoginServer (true) size 4976]
rr=[rr : rr => net.minecraft.server.network.NetHandlerLoginServer$1 (true) size 902]
rs=[rs : rs => net.minecraft.server.network.NetHandlerLoginServer$2 (true) size 2140]
rt=[rt : rt => net.minecraft.server.network.NetHandlerLoginServer$LoginState (true) size 1054]
bsv=[bsv : bsv => net.minecraft.client.Minecraft$1 (false) size 1171]
bsu=[bsu : bsu => net.minecraft.client.Minecraft (false) size 63056]
bsx=[bsx : bsx => net.minecraft.client.Minecraft$11 (false) size 769]
ry=[ry : ry => net.minecraft.server.management.PlayerProfileCache (true) size 6287]
bsw=[bsw : bsw => net.minecraft.client.Minecraft$10 (false) size 1356]
bsz=[bsz : bsz => net.minecraft.client.Minecraft$13 (false) size 839]
rz=[rz : rz => net.minecraft.server.management.PlayerProfileCache$1 (true) size 805]
bsy=[bsy : bsy => net.minecraft.client.Minecraft$12 (false) size 836]
sa=[sa : sa => net.minecraft.server.management.PlayerProfileCache$2 (true) size 1116]
bta=[bta : bta => net.minecraft.client.Minecraft$14 (false) size 894]
sb=[sb : sb => net.minecraft.server.management.PlayerProfileCache$ProfileEntry (true) size 1034]
btc=[btc : btc => net.minecraft.client.Minecraft$16 (false) size 720]
sc=[sc : sc => net.minecraft.server.management.PlayerProfileCache$Serializer (true) size 2993]
btb=[btb : btb => net.minecraft.client.Minecraft$15 (false) size 628]
bte=[bte : bte => net.minecraft.client.Minecraft$2 (false) size 816]
btd=[btd : btd => net.minecraft.client.Minecraft$SwitchEnumMinecartType (false) size 1508]
btg=[btg : btg => net.minecraft.client.Minecraft$4 (false) size 855]
btf=[btf : btf => net.minecraft.client.Minecraft$3 (false) size 855]
bti=[bti : bti => net.minecraft.client.Minecraft$6 (false) size 783]
bth=[bth : bth => net.minecraft.client.Minecraft$5 (false) size 783]
btk=[btk : btk => net.minecraft.client.Minecraft$8 (false) size 764]
btj=[btj : btj => net.minecraft.client.Minecraft$7 (false) size 1008]
btm=[btm : btm => net.minecraft.util.MouseHelper (false) size 1238]
btl=[btl : btl => net.minecraft.client.Minecraft$9 (false) size 871]
sn=[sn : sn => net.minecraft.server.management.ServerConfigurationManager (true) size 21952]
so=[so : so => net.minecraft.server.management.ServerConfigurationManager$1 (true) size 1472]
bto=[bto : bto => net.minecraft.client.settings.GameSettings (false) size 27389]
btq=[btq : btq => net.minecraft.client.settings.GameSettings$SwitchOptions (false) size 2041]
btp=[btp : btp => net.minecraft.client.settings.GameSettings$1 (false) size 808]
bts=[bts : bts => net.minecraft.client.LoadingScreenRenderer (false) size 4205]
btr=[btr : btr => net.minecraft.client.settings.GameSettings$Options (false) size 7333]
btw=[btw : btw => net.minecraft.util.Session (false) size 3361]
bty=[bty : bty => net.minecraft.client.gui.FontRenderer (false) size 15991]
btx=[btx : btx => net.minecraft.util.Session$Type (false) size 1880]
bug=[bug : bug => net.minecraft.client.gui.GuiButton (false) size 3162]
buj=[buj : buj => net.minecraft.client.gui.GuiOverlayDebug (false) size 9223]
buk=[buk : buk => net.minecraft.client.gui.GuiOverlayDebug$SwitchEnumFacing (false) size 1087]
ty=[ty : ty => net.minecraft.stats.StatList (true) size 7676]
bvk=[bvk : bvk => net.minecraft.client.gui.GuiSlot (false) size 8777]
bvx=[bvx : bvx => net.minecraft.client.gui.GuiChat (false) size 7036]
bwb=[bwb : bwb => net.minecraft.client.multiplayer.GuiConnecting (false) size 3964]
bwc=[bwc : bwc => net.minecraft.client.multiplayer.GuiConnecting$1 (false) size 2772]
bwf=[bwf : bwf => net.minecraft.client.gui.GuiCreateWorld (false) size 10633]
vl=[vl : vl => net.minecraft.util.WeightedRandomChestContent (true) size 2408]
bwr=[bwr : bwr => net.minecraft.client.gui.GuiSleepMP (false) size 2010]
bwy=[bwy : bwy => net.minecraft.client.gui.GuiIngameMenu (false) size 3212]
bxg=[bxg : bxg => net.minecraft.client.gui.GuiSelectWorld (false) size 7584]
bxf=[bxf : bxf => net.minecraft.client.gui.GuiScreen (false) size 18470]
bxh=[bxh : bxh => net.minecraft.client.gui.GuiSelectWorld$List (false) size 3465]
wp=[wp : wp => net.minecraft.potion.Potion (true) size 9426]
bxq=[bxq : bxq => net.minecraft.client.gui.GuiMainMenu (false) size 14698]
wq=[wq : wq => net.minecraft.potion.PotionEffect (true) size 5606]
bxu=[bxu : bxu => net.minecraft.client.gui.achievement.GuiAchievements (false) size 12295]
wv=[wv : wv => net.minecraft.entity.Entity (true) size 45259]
bxw=[bxw : bxw => net.minecraft.client.gui.achievement.GuiStats$StatsBlock (false) size 2937]
ww=[ww : ww => net.minecraft.entity.Entity$1 (true) size 891]
wx=[wx : wx => net.minecraft.entity.Entity$2 (true) size 701]
bxv=[bxv : bxv => net.minecraft.client.gui.achievement.GuiStats (false) size 6833]
wy=[wy : wy => net.minecraft.entity.Entity$3 (true) size 717]
bxy=[bxy : bxy => net.minecraft.client.gui.achievement.GuiStats$StatsGeneral (false) size 2187]
wz=[wz : wz => net.minecraft.entity.Entity$4 (true) size 717]
bxx=[bxx : bxx => net.minecraft.client.gui.achievement.GuiStats$StatsBlock$1 (false) size 1544]
bxz=[bxz : bxz => net.minecraft.client.gui.achievement.GuiStats$StatsItem (false) size 2940]
byb=[byb : byb => net.minecraft.client.gui.achievement.GuiStats$StatsMobsList (false) size 3825]
xb=[xb : xb => net.minecraft.entity.EntityList (true) size 8418]
bya=[bya : bya => net.minecraft.client.gui.achievement.GuiStats$StatsItem$1 (false) size 1543]
xc=[xc : xc => net.minecraft.entity.EntityList$EntityEggInfo (true) size 1571]
byc=[byc : byc => net.minecraft.client.gui.achievement.GuiStats$Stats (false) size 5329]
xk=[xk : xk => net.minecraft.entity.item.EntityXPOrb (true) size 5355]
byl=[byl : byl => net.minecraft.client.gui.inventory.GuiContainer (false) size 12417]
xm=[xm : xm => net.minecraft.entity.EntityLivingBase (true) size 34177]
xn=[xn : xn => net.minecraft.entity.EntityLiving (true) size 19419]
xo=[xo : xo => net.minecraft.entity.EntityLiving$SpawnPlacementType (true) size 961]
xr=[xr : xr => net.minecraft.entity.EntitySpawnPlacementRegistry (true) size 1966]
byz=[byz : byz => net.minecraft.client.gui.inventory.GuiContainerCreative (false) size 16409]
bza=[bza : bza => net.minecraft.client.gui.inventory.GuiContainerCreative$ContainerCreative (false) size 2600]
bzb=[bzb : bzb => net.minecraft.client.gui.inventory.GuiContainerCreative$CreativeSlot (false) size 1932]
bzd=[bzd : bzd => net.minecraft.client.renderer.InventoryEffectRenderer (false) size 3108]
net.minecraft.server.MinecraftServer=[net/minecraft/server/MinecraftServer : net.minecraft.server.MinecraftServer => net.minecraft.server.MinecraftServer (true) size 32344]
bzp=[bzp : bzp => net.minecraft.client.gui.GuiMultiplayer (false) size 9618]
bzs=[bzs : bzs => net.minecraft.client.gui.ServerListEntryNormal (false) size 9009]
bzt=[bzt : bzt => net.minecraft.client.gui.ServerListEntryNormal$1 (false) size 1393]
zk=[zk : zk => net.minecraft.entity.ai.EntityAIAttackOnCollide (true) size 3525]
net.minecraft.realms.RealmsConnect=[net/minecraft/realms/RealmsConnect : net.minecraft.realms.RealmsConnect => net.minecraft.realms.RealmsConnect (false) size 2188]
[22:42:40] [main/DEBUG] [FML/]: Runtime patching class ty (input size 7377), found 1 patch
[22:42:40] [main/DEBUG] [FML/]: Successfully applied runtime patches for ty (new size 8262)
[22:42:40] [main/DEBUG] [FML/]: Runtime patching class sn (input size 18526), found 1 patch
[22:42:40] [main/DEBUG] [FML/]: Successfully applied runtime patches for sn (new size 24028)
[22:42:40] [main/DEBUG] [FML/]: Runtime patching class rc (input size 4186), found 1 patch
[22:42:40] [main/DEBUG] [FML/]: Successfully applied runtime patches for rc (new size 5746)
[22:42:40] [main/DEBUG] [FML/]: Runtime patching class atk (input size 5558), found 1 patch
[22:42:40] [main/DEBUG] [FML/]: Successfully applied runtime patches for atk (new size 6518)
[22:42:40] [main/DEBUG] [FML/]: Runtime patching class fj (input size 3104), found 1 patch
[22:42:40] [main/DEBUG] [FML/]: Successfully applied runtime patches for fj (new size 4896)
[22:42:40] [main/DEBUG] [FML/]: Runtime patching class akf (input size 1929), found 1 patch
[22:42:40] [main/DEBUG] [FML/]: Successfully applied runtime patches for akf (new size 6166)
[22:42:40] [main/DEBUG] [FML/]: Runtime patching class xm (input size 26602), found 1 patch
[22:42:40] [main/DEBUG] [FML/]: Successfully applied runtime patches for xm (new size 35247)
[22:42:40] [main/DEBUG] [FML/]: Runtime patching class ckn (input size 0), found 1 patch
[22:42:40] [main/DEBUG] [FML/]: Successfully applied runtime patches for ckn (new size 49881)
[22:42:40] [main/DEBUG] [FML/]: Runtime patching class avx (input size 7506), found 1 patch
[22:42:40] [main/DEBUG] [FML/]: Successfully applied runtime patches for avx (new size 11312)
[22:42:40] [main/DEBUG] [FML/]: Runtime patching class ary (input size 7538), found 1 patch
[22:42:40] [main/DEBUG] [FML/]: Successfully applied runtime patches for ary (new size 11975)
[22:42:40] [main/DEBUG] [FML/]: Runtime patching class apf (input size 5011), found 1 patch
[22:42:40] [main/DEBUG] [FML/]: Successfully applied runtime patches for apf (new size 7134)
[22:42:40] [main/DEBUG] [FML/]: Runtime patching class cls (input size 0), found 1 patch
[22:42:40] [main/DEBUG] [FML/]: Successfully applied runtime patches for cls (new size 2105)
[22:42:40] [main/DEBUG] [FML/]: Runtime patching class cqw (input size 0), found 1 patch
[22:42:40] [main/DEBUG] [FML/]: Successfully applied runtime patches for cqw (new size 1114)
[22:42:40] [main/DEBUG] [FML/]: Runtime patching class bsu (input size 0), found 1 patch
[22:42:40] [main/DEBUG] [FML/]: Successfully applied runtime patches for bsu (new size 63044)
[22:42:40] [main/DEBUG] [FML/]: Runtime patching class xk (input size 3787), found 1 patch
[22:42:40] [main/DEBUG] [FML/]: Successfully applied runtime patches for xk (new size 5462)
[22:42:40] [main/DEBUG] [FML/]: Runtime patching class bdv (input size 3286), found 1 patch
[22:42:40] [main/DEBUG] [FML/]: Successfully applied runtime patches for bdv (new size 5201)
[22:42:40] [main/DEBUG] [FML/]: Runtime patching class qy (input size 9979), found 1 patch
[22:42:40] [main/DEBUG] [FML/]: Successfully applied runtime patches for qy (new size 12555)
[22:42:40] [main/DEBUG] [FML/]: Runtime patching class arm (input size 12791), found 1 patch
[22:42:40] [main/DEBUG] [FML/]: Successfully applied runtime patches for arm (new size 18263)
[22:42:40] [main/DEBUG] [FML/]: Runtime patching class cxf (input size 0), found 1 patch
[22:42:40] [main/DEBUG] [FML/]: Successfully applied runtime patches for cxf (new size 5275)
[22:42:40] [main/DEBUG] [FML/]: Runtime patching class bqo (input size 10207), found 1 patch
[22:42:40] [main/DEBUG] [FML/]: Successfully applied runtime patches for bqo (new size 13995)
[22:42:40] [main/DEBUG] [FML/]: Runtime patching class ahg (input size 1223), found 1 patch
[22:42:40] [main/DEBUG] [FML/]: Successfully applied runtime patches for ahg (new size 1914)
[22:42:40] [main/DEBUG] [FML/]: Runtime patching class qr (input size 3758), found 1 patch
[22:42:40] [main/DEBUG] [FML/]: Successfully applied runtime patches for qr (new size 6442)
[22:42:40] [main/DEBUG] [FML/]: Runtime patching class bug (input size 0), found 1 patch
[22:42:40] [main/DEBUG] [FML/]: Successfully applied runtime patches for bug (new size 3153)
[22:42:40] [main/DEBUG] [FML/]: Runtime patching class cql (input size 0), found 1 patch
[22:42:40] [main/DEBUG] [FML/]: Successfully applied runtime patches for cql (new size 905)
[22:42:40] [main/DEBUG] [FML/]: Runtime patching class cio (input size 0), found 1 patch
[22:42:40] [main/DEBUG] [FML/]: Successfully applied runtime patches for cio (new size 14640)
[22:42:40] [main/DEBUG] [FML/]: Runtime patching class cuh (input size 0), found 1 patch
[22:42:40] [main/DEBUG] [FML/]: Successfully applied runtime patches for cuh (new size 882)
[22:42:40] [main/DEBUG] [FML/]: Runtime patching class bhd (input size 5342), found 1 patch
[22:42:40] [main/DEBUG] [FML/]: Successfully applied runtime patches for bhd (new size 7184)
[22:42:40] [main/DEBUG] [FML/]: Runtime patching class bvk (input size 0), found 1 patch
[22:42:40] [main/DEBUG] [FML/]: Successfully applied runtime patches for bvk (new size 8768)
[22:42:40] [main/DEBUG] [FML/]: Runtime patching class cqh (input size 0), found 1 patch
[22:42:40] [main/DEBUG] [FML/]: Successfully applied runtime patches for cqh (new size 35518)
[22:42:40] [main/DEBUG] [FML/]: Runtime patching class wv (input size 30404), found 1 patch
[22:42:40] [main/DEBUG] [FML/]: Successfully applied runtime patches for wv (new size 46999)
[22:42:40] [main/DEBUG] [FML/]: Runtime patching class aos (input size 1873), found 1 patch
[22:42:40] [main/DEBUG] [FML/]: Successfully applied runtime patches for aos (new size 2505)
[22:42:40] [main/DEBUG] [FML/]: Runtime patching class byz (input size 0), found 1 patch
[22:42:40] [main/DEBUG] [FML/]: Successfully applied runtime patches for byz (new size 16400)
[22:42:40] [main/DEBUG] [FML/]: Runtime patching class ro (input size 1427), found 1 patch
[22:42:40] [main/DEBUG] [FML/]: Successfully applied runtime patches for ro (new size 2007)
[22:42:40] [main/DEBUG] [FML/]: Runtime patching class atw (input size 0), found 1 patch
[22:42:40] [main/DEBUG] [FML/]: Successfully applied runtime patches for atw (new size 1150)
[22:42:40] [main/DEBUG] [FML/]: Runtime patching class ceh (input size 0), found 1 patch
[22:42:40] [main/DEBUG] [FML/]: Successfully applied runtime patches for ceh (new size 1022)
[22:42:40] [main/DEBUG] [FML/]: Runtime patching class ckw (input size 0), found 1 patch
[22:42:40] [main/DEBUG] [FML/]: Successfully applied runtime patches for ckw (new size 5372)
[22:42:40] [main/DEBUG] [FML/]: Runtime patching class bwf (input size 0), found 1 patch
[22:42:40] [main/DEBUG] [FML/]: Successfully applied runtime patches for bwf (new size 10624)
[22:42:40] [main/DEBUG] [FML/]: Runtime patching class btr (input size 0), found 1 patch
[22:42:40] [main/DEBUG] [FML/]: Successfully applied runtime patches for btr (new size 7324)
[22:42:40] [main/DEBUG] [FML/]: Runtime patching class adf (input size 9669), found 1 patch
[22:42:40] [main/DEBUG] [FML/]: Successfully applied runtime patches for adf (new size 12500)
[22:42:40] [main/DEBUG] [FML/]: Runtime patching class cji (input size 0), found 1 patch
[22:42:40] [main/DEBUG] [FML/]: Successfully applied runtime patches for cji (new size 36440)
[22:42:40] [main/DEBUG] [FML/]: Runtime patching class ej (input size 3757), found 1 patch
[22:42:40] [main/DEBUG] [FML/]: Successfully applied runtime patches for ej (new size 6173)
[22:42:40] [main/DEBUG] [FML/]: Runtime patching class awd (input size 5396), found 1 patch
[22:42:40] [main/DEBUG] [FML/]: Successfully applied runtime patches for awd (new size 8242)
[22:42:40] [main/DEBUG] [FML/]: Runtime patching class bgv (input size 9790), found 1 patch
[22:42:40] [main/DEBUG] [FML/]: Successfully applied runtime patches for bgv (new size 15090)
[22:42:40] [main/DEBUG] [FML/]: Runtime patching class abt (input size 23283), found 1 patch
[22:42:40] [main/DEBUG] [FML/]: Successfully applied runtime patches for abt (new size 29754)
[22:42:40] [main/DEBUG] [FML/]: Runtime patching class adb (input size 11789), found 1 patch
[22:42:40] [main/DEBUG] [FML/]: Successfully applied runtime patches for adb (new size 14154)
[22:42:40] [main/DEBUG] [FML/]: Runtime patching class ckp (input size 0), found 1 patch
[22:42:40] [main/DEBUG] [FML/]: Successfully applied runtime patches for ckp (new size 1031)
[22:42:40] [main/DEBUG] [FML/]: Runtime patching class atr (input size 29964), found 1 patch
[22:42:40] [main/DEBUG] [FML/]: Successfully applied runtime patches for atr (new size 53947)
[22:42:40] [main/DEBUG] [FML/]: Runtime patching class axk (input size 2669), found 1 patch
[22:42:40] [main/DEBUG] [FML/]: Successfully applied runtime patches for axk (new size 3253)
[22:42:40] [main/DEBUG] [FML/]: Runtime patching class adz (input size 1956), found 1 patch
[22:42:40] [main/DEBUG] [FML/]: Successfully applied runtime patches for adz (new size 2443)
[22:42:40] [main/DEBUG] [FML/]: Runtime patching class bgr (input size 8282), found 1 patch
[22:42:40] [main/DEBUG] [FML/]: Successfully applied runtime patches for bgr (new size 14232)
[22:42:40] [main/DEBUG] [FML/]: Runtime patching class atl (input size 2052), found 1 patch
[22:42:40] [main/DEBUG] [FML/]: Successfully applied runtime patches for atl (new size 2544)
[22:42:40] [main/DEBUG] [FML/]: Runtime patching class adw (input size 7569), found 1 patch
[22:42:40] [main/DEBUG] [FML/]: Successfully applied runtime patches for adw (new size 9913)
[22:42:40] [main/DEBUG] [FML/]: Runtime patching class a (input size 4468), found 1 patch
[22:42:40] [main/DEBUG] [FML/]: Successfully applied runtime patches for a (new size 5651)
[22:42:40] [main/DEBUG] [FML/]: Runtime patching class bto (input size 0), found 1 patch
[22:42:40] [main/DEBUG] [FML/]: Successfully applied runtime patches for bto (new size 27380)
[22:42:40] [main/DEBUG] [FML/]: Runtime patching class acl (input size 6363), found 1 patch
[22:42:40] [main/DEBUG] [FML/]: Successfully applied runtime patches for acl (new size 8731)
[22:42:40] [main/DEBUG] [FML/]: Runtime patching class cxh (input size 0), found 1 patch
[22:42:40] [main/DEBUG] [FML/]: Successfully applied runtime patches for cxh (new size 28471)
[22:42:40] [main/DEBUG] [FML/]: Runtime patching class gr (input size 8254), found 1 patch
[22:42:40] [main/DEBUG] [FML/]: Successfully applied runtime patches for gr (new size 11314)
[22:42:40] [main/DEBUG] [FML/]: Runtime patching class aqu (input size 42510), found 1 patch
[22:42:40] [main/DEBUG] [FML/]: Successfully applied runtime patches for aqu (new size 67376)
[22:42:40] [main/DEBUG] [FML/]: Runtime patching class azt (input size 6944), found 1 patch
[22:42:40] [main/DEBUG] [FML/]: Successfully applied runtime patches for azt (new size 10331)
[22:42:40] [main/DEBUG] [FML/]: Runtime patching class aqo (input size 5308), found 1 patch
[22:42:40] [main/DEBUG] [FML/]: Successfully applied runtime patches for aqo (new size 7531)
[22:42:40] [main/DEBUG] [FML/]: Runtime patching class cfa (input size 0), found 1 patch
[22:42:40] [main/DEBUG] [FML/]: Successfully applied runtime patches for cfa (new size 3702)
[22:42:40] [main/DEBUG] [FML/]: Runtime patching class clp (input size 0), found 1 patch
[22:42:40] [main/DEBUG] [FML/]: Successfully applied runtime patches for clp (new size 3855)
[22:42:40] [main/DEBUG] [FML/]: Runtime patching class bqp (input size 502), found 1 patch
[22:42:40] [main/DEBUG] [FML/]: Successfully applied runtime patches for bqp (new size 819)
[22:42:40] [main/DEBUG] [FML/]: Runtime patching class bzs (input size 0), found 1 patch
[22:42:40] [main/DEBUG] [FML/]: Successfully applied runtime patches for bzs (new size 9000)
[22:42:40] [main/DEBUG] [FML/]: Runtime patching class cmx (input size 0), found 1 patch
[22:42:40] [main/DEBUG] [FML/]: Successfully applied runtime patches for cmx (new size 1003)
[22:42:40] [main/DEBUG] [FML/]: Runtime patching class qt (input size 19529), found 1 patch
[22:42:40] [main/DEBUG] [FML/]: Successfully applied runtime patches for qt (new size 27309)
[22:42:40] [main/DEBUG] [FML/]: Runtime patching class xn (input size 15592), found 1 patch
[22:42:40] [main/DEBUG] [FML/]: Successfully applied runtime patches for xn (new size 19895)
[22:42:40] [main/DEBUG] [FML/]: Runtime patching class bgd (input size 2928), found 1 patch
[22:42:40] [main/DEBUG] [FML/]: Successfully applied runtime patches for bgd (new size 10731)
[22:42:40] [main/DEBUG] [FML/]: Runtime patching class qs (input size 5894), found 1 patch
[22:42:40] [main/DEBUG] [FML/]: Successfully applied runtime patches for qs (new size 9958)
[22:42:40] [main/DEBUG] [FML/]: Runtime patching class aud (input size 5657), found 1 patch
[22:42:40] [main/DEBUG] [FML/]: Successfully applied runtime patches for aud (new size 7269)
[22:42:40] [main/DEBUG] [FML/]: Runtime patching class cqm (input size 0), found 1 patch
[22:42:40] [main/DEBUG] [FML/]: Successfully applied runtime patches for cqm (new size 885)
[22:42:40] [main/DEBUG] [FML/]: Runtime patching class ahd (input size 28343), found 1 patch
[22:42:40] [main/DEBUG] [FML/]: Successfully applied runtime patches for ahd (new size 42892)
[22:42:40] [main/DEBUG] [FML/]: Runtime patching class byc (input size 0), found 1 patch
[22:42:40] [main/DEBUG] [FML/]: Successfully applied runtime patches for byc (new size 5320)
[22:42:40] [main/DEBUG] [FML/]: Runtime patching class bhe (input size 315), found 1 patch
[22:42:40] [main/DEBUG] [FML/]: Successfully applied runtime patches for bhe (new size 606)
[22:42:40] [main/DEBUG] [FML/]: Runtime patching class cue (input size 0), found 1 patch
[22:42:40] [main/DEBUG] [FML/]: Successfully applied runtime patches for cue (new size 9533)
[22:42:40] [main/DEBUG] [FML/]: Runtime patching class dax (input size 0), found 1 patch
[22:42:40] [main/DEBUG] [FML/]: Successfully applied runtime patches for dax (new size 16494)
[22:42:40] [main/DEBUG] [FML/]: Runtime patching class ajp (input size 1660), found 1 patch
[22:42:40] [main/DEBUG] [FML/]: Successfully applied runtime patches for ajp (new size 2520)
[22:42:40] [main/DEBUG] [FML/]: Runtime patching class nt (input size 399), found 1 patch
[22:42:40] [main/DEBUG] [FML/]: Successfully applied runtime patches for nt (new size 722)
[22:42:40] [main/DEBUG] [FML/]: Runtime patching class vl (input size 1626), found 1 patch
[22:42:40] [main/DEBUG] [FML/]: Successfully applied runtime patches for vl (new size 2717)
[22:42:40] [main/DEBUG] [FML/]: Runtime patching class atx (input size 758), found 1 patch
[22:42:40] [main/DEBUG] [FML/]: Successfully applied runtime patches for atx (new size 1084)
[22:42:40] [main/DEBUG] [FML/]: Runtime patching class bbt (input size 6649), found 1 patch
[22:42:40] [main/DEBUG] [FML/]: Successfully applied runtime patches for bbt (new size 8791)
[22:42:40] [main/DEBUG] [FML/]: Runtime patching class qw (input size 19622), found 1 patch
[22:42:40] [main/DEBUG] [FML/]: Successfully applied runtime patches for qw (new size 25325)
[22:42:40] [main/DEBUG] [FML/]: Runtime patching class cei (input size 0), found 1 patch
[22:42:40] [main/DEBUG] [FML/]: Successfully applied runtime patches for cei (new size 1742)
[22:42:40] [main/DEBUG] [FML/]: Runtime patching class ado (input size 10631), found 1 patch
[22:42:40] [main/DEBUG] [FML/]: Successfully applied runtime patches for ado (new size 13511)
[22:42:40] [main/DEBUG] [FML/]: Runtime patching class wp (input size 7662), found 1 patch
[22:42:40] [main/DEBUG] [FML/]: Successfully applied runtime patches for wp (new size 10104)
[22:42:40] [main/DEBUG] [FML/]: Runtime patching class awe (input size 1007), found 1 patch
[22:42:40] [main/DEBUG] [FML/]: Successfully applied runtime patches for awe (new size 1828)
[22:42:40] [main/DEBUG] [FML/]: Runtime patching class cee (input size 0), found 1 patch
[22:42:40] [main/DEBUG] [FML/]: Successfully applied runtime patches for cee (new size 40152)
[22:42:40] [main/DEBUG] [FML/]: Runtime patching class blx (input size 2925), found 1 patch
[22:42:40] [main/DEBUG] [FML/]: Successfully applied runtime patches for blx (new size 3885)
[22:42:40] [main/DEBUG] [FML/]: Runtime patching class cop (input size 0), found 1 patch
[22:42:40] [main/DEBUG] [FML/]: Successfully applied runtime patches for cop (new size 8113)
[22:42:40] [main/DEBUG] [FML/]: Runtime patching class ckq (input size 0), found 1 patch
[22:42:40] [main/DEBUG] [FML/]: Successfully applied runtime patches for ckq (new size 1181)
[22:42:40] [main/DEBUG] [FML/]: Runtime patching class cwe (input size 0), found 1 patch
[22:42:40] [main/DEBUG] [FML/]: Successfully applied runtime patches for cwe (new size 4117)
[22:42:40] [main/DEBUG] [FML/]: Runtime patching class bfh (input size 19789), found 1 patch
[22:42:40] [main/DEBUG] [FML/]: Successfully applied runtime patches for bfh (new size 27781)
[22:42:40] [main/DEBUG] [FML/]: Runtime patching class fl (input size 1489), found 1 patch
[22:42:40] [main/DEBUG] [FML/]: Successfully applied runtime patches for fl (new size 2082)
[22:42:40] [main/DEBUG] [FML/]: Runtime patching class adx (input size 14981), found 1 patch
[22:42:40] [main/DEBUG] [FML/]: Successfully applied runtime patches for adx (new size 23634)
[22:42:40] [main/DEBUG] [FML/]: Runtime patching class bbi (input size 1336), found 1 patch
[22:42:40] [main/DEBUG] [FML/]: Successfully applied runtime patches for bbi (new size 1804)
[22:42:40] [main/DEBUG] [FML/]: Runtime patching class cpt (input size 0), found 1 patch
[22:42:40] [main/DEBUG] [FML/]: Successfully applied runtime patches for cpt (new size 12245)
[22:42:40] [main/DEBUG] [FML/]: Runtime patching class byl (input size 0), found 1 patch
[22:42:40] [main/DEBUG] [FML/]: Successfully applied runtime patches for byl (new size 12408)
[22:42:40] [main/DEBUG] [FML/]: Runtime patching class cuu (input size 0), found 1 patch
[22:42:40] [main/DEBUG] [FML/]: Successfully applied runtime patches for cuu (new size 2956)
[22:42:40] [main/DEBUG] [FML/]: Runtime patching class azu (input size 1004), found 1 patch
[22:42:40] [main/DEBUG] [FML/]: Successfully applied runtime patches for azu (new size 1348)
[22:42:40] [main/DEBUG] [FML/]: Runtime patching class bxg (input size 0), found 1 patch
[22:42:40] [main/DEBUG] [FML/]: Successfully applied runtime patches for bxg (new size 7575)
[22:42:40] [main/DEBUG] [FML/]: Runtime patching class bcm (input size 4804), found 1 patch
[22:42:40] [main/DEBUG] [FML/]: Successfully applied runtime patches for bcm (new size 8665)
[22:42:40] [main/DEBUG] [FML/]: Runtime patching class cdy (input size 0), found 1 patch
[22:42:40] [main/DEBUG] [FML/]: Successfully applied runtime patches for cdy (new size 5756)
[22:42:40] [main/DEBUG] [FML/]: Runtime patching class cfb (input size 0), found 1 patch
[22:42:40] [main/DEBUG] [FML/]: Successfully applied runtime patches for cfb (new size 1744)
[22:42:40] [main/DEBUG] [FML/]: Runtime patching class bvx (input size 0), found 1 patch
[22:42:40] [main/DEBUG] [FML/]: Successfully applied runtime patches for bvx (new size 7027)
[22:42:40] [main/DEBUG] [FML/]: Runtime patching class bqq (input size 846), found 1 patch
[22:42:40] [main/DEBUG] [FML/]: Successfully applied runtime patches for bqq (new size 1163)
[22:42:40] [main/DEBUG] [FML/]: Runtime patching class po (input size 12434), found 1 patch
[22:42:40] [main/DEBUG] [FML/]: Successfully applied runtime patches for po (new size 14834)
[22:42:40] [main/DEBUG] [FML/]: Runtime patching class oa (input size 1571), found 1 patch
[22:42:40] [main/DEBUG] [FML/]: Successfully applied runtime patches for oa (new size 2241)
[22:42:40] [main/DEBUG] [FML/]: Runtime patching class bqm (input size 5061), found 1 patch
[22:42:40] [main/DEBUG] [FML/]: Successfully applied runtime patches for bqm (new size 7452)
[22:42:40] [main/DEBUG] [FML/]: Runtime patching class bru (input size 1373), found 1 patch
[22:42:40] [main/DEBUG] [FML/]: Successfully applied runtime patches for bru (new size 2096)
[22:42:40] [main/DEBUG] [FML/]: Runtime patching class bwy (input size 0), found 1 patch
[22:42:40] [main/DEBUG] [FML/]: Successfully applied runtime patches for bwy (new size 3203)
[22:42:40] [main/DEBUG] [FML/]: Runtime patching class cqn (input size 0), found 1 patch
[22:42:40] [main/DEBUG] [FML/]: Successfully applied runtime patches for cqn (new size 802)
[22:42:40] [main/DEBUG] [FML/]: Runtime patching class cuj (input size 0), found 1 patch
[22:42:40] [main/DEBUG] [FML/]: Successfully applied runtime patches for cuj (new size 11185)
[22:42:40] [main/DEBUG] [FML/]: Runtime patching class ami (input size 1638), found 1 patch
[22:42:40] [main/DEBUG] [FML/]: Successfully applied runtime patches for ami (new size 3059)
[22:42:40] [main/DEBUG] [FML/]: Runtime patching class aju (input size 2493), found 1 patch
[22:42:40] [main/DEBUG] [FML/]: Successfully applied runtime patches for aju (new size 4902)
[22:42:40] [main/DEBUG] [FML/]: Runtime patching class cru (input size 0), found 1 patch
[22:42:40] [main/DEBUG] [FML/]: Successfully applied runtime patches for cru (new size 2270)
[22:42:40] [main/DEBUG] [FML/]: Runtime patching class bqf (input size 1156), found 1 patch
[22:42:40] [main/DEBUG] [FML/]: Successfully applied runtime patches for bqf (new size 1484)
[22:42:40] [main/DEBUG] [FML/]: Runtime patching class rq (input size 5585), found 1 patch
[22:42:40] [main/DEBUG] [FML/]: Successfully applied runtime patches for rq (new size 6521)
[22:42:40] [main/DEBUG] [FML/]: Runtime patching class bnn (input size 3898), found 1 patch
[22:42:40] [main/DEBUG] [FML/]: Successfully applied runtime patches for bnn (new size 6859)
[22:42:40] [main/DEBUG] [FML/]: Runtime patching class cej (input size 0), found 1 patch
[22:42:40] [main/DEBUG] [FML/]: Successfully applied runtime patches for cej (new size 1152)
[22:42:40] [main/DEBUG] [FML/]: Runtime patching class are (input size 1726), found 1 patch
[22:42:40] [main/DEBUG] [FML/]: Successfully applied runtime patches for are (new size 6146)
[22:42:40] [main/DEBUG] [FML/]: Runtime patching class wq (input size 3458), found 1 patch
[22:42:40] [main/DEBUG] [FML/]: Successfully applied runtime patches for wq (new size 6002)
[22:42:40] [main/DEBUG] [FML/]: Runtime patching class awf (input size 2573), found 1 patch
[22:42:40] [main/DEBUG] [FML/]: Successfully applied runtime patches for awf (new size 2910)
[22:42:40] [main/DEBUG] [FML/]: Runtime patching class cwf (input size 0), found 1 patch
[22:42:40] [main/DEBUG] [FML/]: Successfully applied runtime patches for cwf (new size 5264)
[22:42:40] [main/DEBUG] [FML/]: Runtime patching class axj (input size 1104), found 1 patch
[22:42:40] [main/DEBUG] [FML/]: Successfully applied runtime patches for axj (new size 1932)
[22:42:40] [main/DEBUG] [FML/]: Runtime patching class ady (input size 801), found 1 patch
[22:42:40] [main/DEBUG] [FML/]: Successfully applied runtime patches for ady (new size 1482)
[22:42:40] [main/DEBUG] [FML/]: Runtime patching class bbj (input size 3065), found 1 patch
[22:42:40] [main/DEBUG] [FML/]: Successfully applied runtime patches for bbj (new size 4524)
[22:42:40] [main/DEBUG] [FML/]: Runtime patching class alq (input size 24768), found 1 patch
[22:42:40] [main/DEBUG] [FML/]: Successfully applied runtime patches for alq (new size 36041)
[22:42:40] [main/DEBUG] [FML/]: Runtime patching class bxf (input size 0), found 1 patch
[22:42:40] [main/DEBUG] [FML/]: Successfully applied runtime patches for bxf (new size 18461)
[22:42:40] [main/DEBUG] [FML/]: Runtime patching class cuv (input size 0), found 1 patch
[22:42:40] [main/DEBUG] [FML/]: Successfully applied runtime patches for cuv (new size 1991)
[22:42:40] [main/DEBUG] [FML/]: Runtime patching class bfb (input size 4285), found 1 patch
[22:42:40] [main/DEBUG] [FML/]: Successfully applied runtime patches for bfb (new size 6046)
[22:42:40] [main/DEBUG] [FML/]: Runtime patching class akb (input size 2911), found 1 patch
[22:42:40] [main/DEBUG] [FML/]: Successfully applied runtime patches for akb (new size 3657)
[22:42:40] [main/DEBUG] [FML/]: Runtime patching class axa (input size 2144), found 1 patch
[22:42:40] [main/DEBUG] [FML/]: Successfully applied runtime patches for axa (new size 2625)
[22:42:40] [main/DEBUG] [FML/]: Runtime patching class bhr (input size 1195), found 1 patch
[22:42:40] [main/DEBUG] [FML/]: Successfully applied runtime patches for bhr (new size 1798)
[22:42:40] [main/DEBUG] [FML/]: Runtime patching class bln (input size 1669), found 1 patch
[22:42:40] [main/DEBUG] [FML/]: Successfully applied runtime patches for bln (new size 2383)
[22:42:40] [main/DEBUG] [FML/]: Runtime patching class avt (input size 1779), found 1 patch
[22:42:40] [main/DEBUG] [FML/]: Successfully applied runtime patches for avt (new size 2483)
[22:42:40] [main/DEBUG] [FML/]: Runtime patching class clr (input size 0), found 1 patch
[22:42:40] [main/DEBUG] [FML/]: Successfully applied runtime patches for clr (new size 2219)
[22:42:40] [main/DEBUG] [FML/]: Runtime patching class bqr (input size 455), found 1 patch
[22:42:40] [main/DEBUG] [FML/]: Successfully applied runtime patches for bqr (new size 772)
[22:42:40] [main/DEBUG] [FML/]: Runtime patching class cmz (input size 0), found 1 patch
[22:42:40] [main/DEBUG] [FML/]: Successfully applied runtime patches for cmz (new size 1292)
[22:42:40] [main/DEBUG] [FML/]: Runtime patching class cqv (input size 0), found 1 patch
[22:42:40] [main/DEBUG] [FML/]: Successfully applied runtime patches for cqv (new size 13599)
[22:42:40] [main/DEBUG] [FML/]: Runtime patching class brv (input size 719), found 1 patch
[22:42:40] [main/DEBUG] [FML/]: Successfully applied runtime patches for brv (new size 1019)
[22:42:40] [main/DEBUG] [FML/]: Runtime patching class cqo (input size 0), found 1 patch
[22:42:40] [main/DEBUG] [FML/]: Successfully applied runtime patches for cqo (new size 664)
[22:42:40] [main/DEBUG] [FML/]: Runtime patching class ahf (input size 934), found 1 patch
[22:42:40] [main/DEBUG] [FML/]: Successfully applied runtime patches for ahf (new size 1212)
[22:42:40] [main/DEBUG] [FML/]: Runtime patching class aer (input size 8179), found 1 patch
[22:42:40] [main/DEBUG] [FML/]: Successfully applied runtime patches for aer (new size 10536)
[22:42:40] [main/DEBUG] [FML/]: Runtime patching class amj (input size 11179), found 1 patch
[22:42:40] [main/DEBUG] [FML/]: Successfully applied runtime patches for amj (new size 19523)
[22:42:40] [main/DEBUG] [FML/]: Runtime patching class ry (input size 6786), found 1 patch
[22:42:40] [main/DEBUG] [FML/]: Successfully applied runtime patches for ry (new size 8425)
[22:42:40] [main/DEBUG] [FML/]: Runtime patching class ajv (input size 1444), found 1 patch
[22:42:40] [main/DEBUG] [FML/]: Successfully applied runtime patches for ajv (new size 1936)
[22:42:40] [main/DEBUG] [FML/]: Runtime patching class bxu (input size 0), found 1 patch
[22:42:40] [main/DEBUG] [FML/]: Successfully applied runtime patches for bxu (new size 12286)
[22:42:40] [main/DEBUG] [FML/]: Runtime patching class aef (input size 2906), found 1 patch
[22:42:40] [main/DEBUG] [FML/]: Successfully applied runtime patches for aef (new size 4363)
[22:42:40] [main/DEBUG] [FML/]: Runtime patching class bbv (input size 8073), found 1 patch
[22:42:40] [main/DEBUG] [FML/]: Successfully applied runtime patches for bbv (new size 10864)
[22:42:40] [main/DEBUG] [FML/]: Runtime patching class cek (input size 0), found 1 patch
[22:42:40] [main/DEBUG] [FML/]: Successfully applied runtime patches for cek (new size 1399)
[22:42:40] [main/DEBUG] [FML/]: Runtime patching class bxq (input size 0), found 1 patch
[22:42:40] [main/DEBUG] [FML/]: Successfully applied runtime patches for bxq (new size 14689)
[22:42:40] [main/DEBUG] [FML/]: Runtime patching class fn (input size 8260), found 1 patch
[22:42:40] [main/DEBUG] [FML/]: Successfully applied runtime patches for fn (new size 10591)
[22:42:40] [main/DEBUG] [FML/]: Runtime patching class aqv (input size 486), found 1 patch
[22:42:40] [main/DEBUG] [FML/]: Successfully applied runtime patches for aqv (new size 846)
[22:42:40] [main/DEBUG] [FML/]: Runtime patching class cuw (input size 0), found 1 patch
[22:42:40] [main/DEBUG] [FML/]: Successfully applied runtime patches for cuw (new size 2291)
[22:42:40] [main/DEBUG] [FML/]: Runtime patching class asd (input size 3277), found 1 patch
[22:42:40] [main/DEBUG] [FML/]: Successfully applied runtime patches for asd (new size 5126)
[22:42:40] [main/DEBUG] [FML/]: Runtime patching class bdw (input size 441), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for bdw (new size 867)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class arz (input size 4481), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for arz (new size 7092)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class bqs (input size 529), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for bqs (new size 846)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class bdq (input size 7380), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for bdq (new size 9638)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class mz (input size 985), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for mz (new size 2419)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class azn (input size 1558), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for azn (new size 2069)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class brw (input size 2517), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for brw (new size 3651)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class agp (input size 15227), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for agp (new size 19016)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class cll (input size 0), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for cll (new size 4753)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class cyk (input size 0), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for cyk (new size 9994)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class cqp (input size 0), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for cqp (new size 661)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class avk (input size 1807), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for avk (new size 2417)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class zk (input size 2541), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for zk (new size 3608)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class asb (input size 2485), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for asb (new size 3383)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class bdc (input size 6548), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for bdc (new size 8141)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class bnk (input size 1011), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for bnk (new size 1583)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class cel (input size 0), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for cel (new size 4695)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class mc (input size 1144), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for mc (new size 2173)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class bgw (input size 5261), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for bgw (new size 9240)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class bed (input size 3376), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for bed (new size 4499)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class aok (input size 3471), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for aok (new size 4262)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class bts (input size 0), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for bts (new size 4196)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class fo (input size 660), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for fo (new size 1018)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class aqw (input size 1071), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for aqw (new size 1460)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class b (input size 7323), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for b (new size 9179)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class bdx (input size 4211), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for bdx (new size 6387)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class bqt (input size 674), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for bqt (new size 991)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class cki (input size 0), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for cki (new size 11931)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class od (input size 2121), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for od (new size 2779)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class bll (input size 6491), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for bll (new size 7563)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class aql (input size 0), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for aql (new size 1323)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class cqq (input size 0), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for cqq (new size 669)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class arp (input size 782), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for arp (new size 1062)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class bpa (input size 4285), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for bpa (new size 6832)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class rt (input size 838), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for rt (new size 1139)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class cem (input size 0), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for cem (new size 10459)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class cza (input size 0), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for cza (new size 13014)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class fp (input size 474), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for fp (new size 866)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class bfi (input size 620), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for bfi (new size 963)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class aqx (input size 707), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for aqx (new size 1022)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class axg (input size 4063), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for axg (new size 7436)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class cuy (input size 0), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for cuy (new size 3909)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class bdy (input size 2975), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for bdy (new size 3715)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class bqu (input size 507), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for bqu (new size 824)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class ckj (input size 0), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for ckj (new size 1145)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class csb (input size 0), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for csb (new size 6614)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class qx (input size 5271), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for qx (new size 8644)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class bkb (input size 4077), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for bkb (new size 5693)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class cqr (input size 0), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for cqr (new size 665)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class bzp (input size 0), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for bzp (new size 9609)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class arq (input size 681), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for arq (new size 1025)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class cen (input size 0), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for cen (new size 10323)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class cua (input size 0), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for cua (new size 11935)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class qa (input size 723), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for qa (new size 1071)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class bef (input size 536), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for bef (new size 977)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class aqy (input size 463), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for aqy (new size 778)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class cec (input size 0), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for cec (new size 4642)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class gu (input size 1212), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for gu (new size 1725)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class blr (input size 4308), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for blr (new size 5987)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class bqv (input size 829), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for bqv (new size 1206)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class ckk (input size 0), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for ckk (new size 3172)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class sb (input size 710), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for sb (new size 1178)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class bkc (input size 641), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for bkc (new size 1098)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class auj (input size 7969), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for auj (new size 9905)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class cez (input size 0), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for cez (new size 4093)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class ajz (input size 2165), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for ajz (new size 3383)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class xb (input size 7156), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for xb (new size 9442)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class afy (input size 6276), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for afy (new size 7738)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class clc (input size 0), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for clc (new size 7582)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class aif (input size 1743), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for aif (new size 2441)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class bfv (input size 4702), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for bfv (new size 6026)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class ceo (input size 0), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for ceo (new size 1029)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class aib (input size 9239), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for aib (new size 12067)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class qb (input size 619), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for qb (new size 885)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class beg (input size 3532), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for beg (new size 4705)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class bty (input size 0), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for bty (new size 15982)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class bic (input size 2179), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for bic (new size 3395)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class bjg (input size 5968), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for bjg (new size 7458)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class bqw (input size 829), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for bqw (new size 1146)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class xc (input size 394), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for xc (new size 1582)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class cld (input size 0), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for cld (new size 1110)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class bfw (input size 457), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for bfw (new size 757)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class cep (input size 0), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for cep (new size 1033)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class ajk (input size 1451), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for ajk (new size 3558)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class aks (input size 1715), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for aks (new size 4050)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class bos (input size 1914), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for bos (new size 4377)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class rj (input size 23839), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for rj (new size 28438)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class bbp (input size 4335), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for bbp (new size 6360)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class bfl (input size 732), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for bfl (new size 1013)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class pw (input size 4471), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for pw (new size 5978)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class bqx (input size 857), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for bqx (new size 1202)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class cxi (input size 0), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for cxi (new size 965)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class aph (input size 6953), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for aph (new size 9361)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class bck (input size 6089), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for bck (new size 8029)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class agc (input size 1424), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for agc (new size 1787)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class cdt (input size 0), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for cdt (new size 3241)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class art (input size 0), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for art (new size 1950)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class bml (input size 782), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for bml (new size 1109)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class cle (input size 0), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for cle (new size 649)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class ceq (input size 0), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for ceq (new size 823)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class bxx (input size 0), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for bxx (new size 1535)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class aid (input size 6467), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for aid (new size 8049)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class bie (input size 4180), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for bie (new size 5324)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class bma (input size 518), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for bma (new size 863)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class btx (input size 0), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for btx (new size 1871)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class el (input size 1914), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for el (new size 2771)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class ft (input size 1667), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for ft (new size 2345)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class axe (input size 2731), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for axe (new size 4078)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class cxj (input size 0), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for cxj (new size 1172)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class clq (input size 0), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for clq (new size 5680)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class bxh (input size 0), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for bxh (new size 3456)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class clf (input size 0), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for clf (new size 1256)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class bfy (input size 9694), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for bfy (new size 14557)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class bqe (input size 5217), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for bqe (new size 6603)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class cer (input size 0), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for cer (new size 935)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class bif (input size 1807), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for bif (new size 2705)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class em (input size 989), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for em (new size 1401)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class aeb (input size 1729), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for aeb (new size 2884)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class bwb (input size 0), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for bwb (new size 3955)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class axf (input size 487), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for axf (new size 920)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class bcq (input size 5767), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for bcq (new size 6718)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class cxk (input size 0), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for cxk (new size 1627)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class ccq (input size 0), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for ccq (new size 2544)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class blj (input size 403), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for blj (new size 798)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class cmv (input size 0), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for cmv (new size 1646)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class awz (input size 1275), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for awz (new size 3051)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class aiq (input size 5289), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for aiq (new size 6738)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class mu (input size 834), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for mu (new size 1684)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class qq (input size 5250), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for qq (new size 7746)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class bir (input size 3523), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for bir (new size 4689)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class bmn (input size 583), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for bmn (new size 943)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class clg (input size 0), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for clg (new size 1256)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class bdj (input size 2588), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for bdj (new size 3624)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class ahb (input size 7963), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for ahb (new size 11092)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class arj (input size 1605), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for arj (new size 4271)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class avf (input size 6771), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for avf (new size 9007)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class cmk (input size 0), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for cmk (new size 1791)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class abv (input size 257), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for abv (new size 508)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class ajn (input size 2739), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for ajn (new size 3706)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class bxv (input size 0), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for bxv (new size 6824)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class fv (input size 4343), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for fv (new size 5382)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class aec (input size 871), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for aec (new size 1718)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class ctw (input size 0), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for ctw (new size 5943)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class cmw (input size 0), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for cmw (new size 3318)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class asn (input size 2076), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for asn (new size 3280)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class bmo (input size 564), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for bmo (new size 935)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class clh (input size 0), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for clh (new size 1355)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class gc (input size 1613), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for gc (new size 2178)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class byb (input size 0), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for byb (new size 3816)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class avg (input size 900), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for avg (new size 1215)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class akw (input size 2538), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for akw (new size 5038)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class aed (input size 3190), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for aed (new size 4781)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class axo (input size 1255), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for axo (new size 1654)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class j (input size 4617), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for j (new size 6042)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class ctx (input size 0), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for ctx (new size 2488)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class aup (input size 5450), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for aup (new size 7880)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class aiw (input size 1563), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for aiw (new size 2229)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class bcl (input size 355), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for bcl (new size 852)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class bms (input size 9623), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for bms (new size 13658)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class cli (input size 0), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for cli (new size 1545)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class pd (input size 964), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for pd (new size 1647)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class avh (input size 898), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for avh (new size 1218)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class aot (input size 1660), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for aot (new size 2169)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class fx (input size 847), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for fx (new size 1515)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class aee (input size 3349), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for aee (new size 4539)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class np (input size 770), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for np (new size 1971)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class bxw (input size 0), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for bxw (new size 2928)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class cty (input size 0), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for cty (new size 3024)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class axi (input size 4633), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for axi (new size 5907)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class agl (input size 389), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for agl (new size 771)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class ccu (input size 0), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for ccu (new size 1863)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class auq (input size 512), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for auq (new size 897)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class pp (input size 501), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for pp (new size 849)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class clj (input size 0), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for clj (new size 1559)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class pe (input size 333), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for pe (new size 984)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class avi (input size 4939), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for avi (new size 8473)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class aii (input size 2085), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for aii (new size 2789)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class cvc (input size 0), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for cvc (new size 3533)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class cnf (input size 0), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for cnf (new size 2500)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class agj (input size 12210), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for agj (new size 15934)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class ji (input size 1254), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for ji (new size 2206)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class aur (input size 945), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for aur (new size 1281)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class pq (input size 977), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for pq (new size 1359)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class bkf (input size 981), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for bkf (new size 1511)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class cfc (input size 0), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for cfc (new size 4394)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class clk (input size 0), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for clk (new size 1175)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class pf (input size 662), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for pf (new size 1261)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class arn (input size 483), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for arn (new size 923)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class avj (input size 900), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for avj (new size 1223)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class cug (input size 0), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for cug (new size 5317)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class bxy (input size 0), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for bxy (new size 2178)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class blz (input size 4244), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for blz (new size 5492)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class cjk (input size 0), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for cjk (new size 1124)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class ajb (input size 2564), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for ajb (new size 3156)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class cko (input size 0), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for cko (new size 923)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class pr (input size 790), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for pr (new size 1133)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class blk (input size 7220), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for blk (new size 8266)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class ayc (input size 1936), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for ayc (new size 3052)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class aes (input size 427), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for aes (new size 788)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class pg (input size 933), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for pg (new size 678)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class aro (input size 337), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for aro (new size 606)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class bmh (input size 574), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for bmh (new size 1019)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class bxz (input size 0), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for bxz (new size 2931)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class cjl (input size 0), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for cjl (new size 1211)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class cnh (input size 0), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for cnh (new size 1313)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class ps (input size 435), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for ps (new size 771)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class agd (input size 760), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for agd (new size 1059)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class aet (input size 1496), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for aet (new size 2008)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class bya (input size 0), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for bya (new size 1534)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class baj (input size 5953), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for baj (new size 8060)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class axm (input size 1642), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for axm (new size 2283)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class c (input size 402), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for c (new size 721)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class aye (input size 2094), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for aye (new size 3406)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class bde (input size 8785), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for bde (new size 11653)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class bjq (input size 1660), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for bjq (new size 2436)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class dav (input size 0), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for dav (new size 3612)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class axn (input size 441), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for axn (new size 859)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class bfj (input size 486), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for bfj (new size 819)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class bnb (input size 2851), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for bnb (new size 3673)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class d (input size 710), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for d (new size 1029)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class csc (input size 0), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for csc (new size 1183)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class ab (input size 5058), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for ab (new size 6700)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class bmv (input size 3198), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for bmv (new size 4819)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class clo (input size 0), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for clo (new size 1220)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class aev (input size 1319), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for aev (new size 1776)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class qn (input size 5239), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for qn (new size 7202)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class arg (input size 5775), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for arg (new size 8111)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class ajj (input size 2128), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for ajj (new size 3033)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class bfk (input size 486), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for bfk (new size 823)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class e (input size 674), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for e (new size 993)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class bwc (input size 0), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for bwc (new size 2763)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class cyl (input size 0), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for cyl (new size 778)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class cvt (input size 0), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for cvt (new size 4979)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class cmh (input size 0), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for cmh (new size 2808)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class btw (input size 0), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for btw (new size 3352)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class ek (input size 899), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for ek (new size 1552)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class bjh (input size 3970), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for bjh (new size 4759)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class cgx (input size 0), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for cgx (new size 12860)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class f (input size 717), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for f (new size 1036)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class xo (input size 730), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for xo (new size 1014)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class blp (input size 3118), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for blp (new size 4390)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class cym (input size 0), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for cym (new size 1506)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class bdl (input size 1126), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for bdl (new size 1740)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class cdi (input size 0), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for cdi (new size 1084)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class r (input size 868), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for r (new size 1189)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class cze (input size 0), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for cze (new size 978)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class bne (input size 518), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for bne (new size 860)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class g (input size 915), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for g (new size 1366)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class gx (input size 509), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for gx (new size 831)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class px (input size 666), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for px (new size 1024)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class blu (input size 717), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for blu (new size 1325)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class cyn (input size 0), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for cyn (new size 1129)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class cmj (input size 0), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for cmj (new size 612)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class czf (input size 0), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for czf (new size 1562)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class bzd (input size 0), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for bzd (new size 3099)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class bmb (input size 4752), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for bmb (new size 5798)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class agu (input size 889), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for agu (new size 1328)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class bib (input size 2523), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for bib (new size 3577)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class ri (input size 483), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for ri (new size 848)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class h (input size 1305), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for h (new size 1852)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class py (input size 895), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for py (new size 1240)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class blv (input size 3233), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for blv (new size 4427)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class apj (input size 399), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for apj (new size 791)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class bfz (input size 265), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for bfz (new size 524)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class bsv (input size 0), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for bsv (new size 1162)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class hf (input size 2307), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for hf (new size 2819)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class en (input size 1740), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for en (new size 2369)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class i (input size 417), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for i (new size 732)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class ajc (input size 645), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for ajc (new size 1202)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class pz (input size 309), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for pz (new size 655)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class blw (input size 1882), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for blw (new size 2671)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class alo (input size 1838), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for alo (new size 2741)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class apk (input size 399), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for apk (new size 789)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class bjw (input size 2140), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for bjw (new size 3191)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class bsw (input size 0), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for bsw (new size 1347)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class no (input size 1522), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for no (new size 2281)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class ced (input size 0), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for ced (new size 891)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class aby (input size 6170), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for aby (new size 7427)
[22:42:41] [main/DEBUG] [FML/]: Runtime patching class alp (input size 402), found 1 patch
[22:42:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for alp (new size 799)
[22:42:42] [main/DEBUG] [FML/]: Runtime patching class ads (input size 2376), found 1 patch
[22:42:42] [main/DEBUG] [FML/]: Successfully applied runtime patches for ads (new size 2977)
[22:42:42] [main/DEBUG] [FML/]: Runtime patching class bmp (input size 500), found 1 patch
[22:42:42] [main/DEBUG] [FML/]: Successfully applied runtime patches for bmp (new size 843)
[22:42:42] [main/DEBUG] [FML/]: Runtime patching class bsx (input size 0), found 1 patch
[22:42:42] [main/DEBUG] [FML/]: Successfully applied runtime patches for bsx (new size 760)
[22:42:42] [main/DEBUG] [FML/]: Runtime patching class cmm (input size 0), found 1 patch
[22:42:42] [main/DEBUG] [FML/]: Successfully applied runtime patches for cmm (new size 1343)
[22:42:42] [main/DEBUG] [FML/]: Runtime patching class cqi (input size 0), found 1 patch
[22:42:42] [main/DEBUG] [FML/]: Successfully applied runtime patches for cqi (new size 902)
[22:42:42] [main/DEBUG] [FML/]: Runtime patching class bme (input size 4094), found 1 patch
[22:42:42] [main/DEBUG] [FML/]: Successfully applied runtime patches for bme (new size 5265)
[22:42:42] [main/DEBUG] [FML/]: Runtime patching class bza (input size 0), found 1 patch
[22:42:42] [main/DEBUG] [FML/]: Successfully applied runtime patches for bza (new size 2591)
[22:42:42] [main/DEBUG] [FML/]: Runtime patching class k (input size 1034), found 1 patch
[22:42:42] [main/DEBUG] [FML/]: Successfully applied runtime patches for k (new size 1431)
[22:42:42] [main/DEBUG] [FML/]: Runtime patching class apm (input size 397), found 1 patch
[22:42:42] [main/DEBUG] [FML/]: Successfully applied runtime patches for apm (new size 788)
[22:42:42] [main/DEBUG] [FML/]: Runtime patching class aga (input size 740), found 1 patch
[22:42:42] [main/DEBUG] [FML/]: Successfully applied runtime patches for aga (new size 1034)
[22:42:42] [main/DEBUG] [FML/]: Runtime patching class azk (input size 3852), found 1 patch
[22:42:42] [main/DEBUG] [FML/]: Successfully applied runtime patches for azk (new size 4833)
[22:42:42] [main/DEBUG] [FML/]: Runtime patching class bjy (input size 2144), found 1 patch
[22:42:42] [main/DEBUG] [FML/]: Successfully applied runtime patches for bjy (new size 3196)
[22:42:42] [main/DEBUG] [FML/]: Runtime patching class bsy (input size 0), found 1 patch
[22:42:42] [main/DEBUG] [FML/]: Successfully applied runtime patches for bsy (new size 827)
[22:42:42] [main/DEBUG] [FML/]: Runtime patching class bzb (input size 0), found 1 patch
[22:42:42] [main/DEBUG] [FML/]: Successfully applied runtime patches for bzb (new size 1923)
[22:42:42] [main/DEBUG] [FML/]: Runtime patching class nq (input size 564), found 1 patch
[22:42:42] [main/DEBUG] [FML/]: Successfully applied runtime patches for nq (new size 960)
[22:42:42] [main/DEBUG] [FML/]: Runtime patching class bjn (input size 2796), found 1 patch
[22:42:42] [main/DEBUG] [FML/]: Successfully applied runtime patches for bjn (new size 3764)
[22:42:42] [main/DEBUG] [FML/]: Runtime patching class l (input size 1061), found 1 patch
[22:42:42] [main/DEBUG] [FML/]: Successfully applied runtime patches for l (new size 1424)
[22:42:42] [main/DEBUG] [FML/]: Runtime patching class cef (input size 0), found 1 patch
[22:42:42] [main/DEBUG] [FML/]: Successfully applied runtime patches for cef (new size 1073)
[22:42:42] [main/DEBUG] [FML/]: Runtime patching class anb (input size 789), found 1 patch
[22:42:42] [main/DEBUG] [FML/]: Successfully applied runtime patches for anb (new size 1716)
[22:42:42] [main/DEBUG] [FML/]: Runtime patching class apn (input size 397), found 1 patch
[22:42:42] [main/DEBUG] [FML/]: Successfully applied runtime patches for apn (new size 784)
[22:42:42] [main/DEBUG] [FML/]: Runtime patching class ayn (input size 2177), found 1 patch
[22:42:42] [main/DEBUG] [FML/]: Successfully applied runtime patches for ayn (new size 3757)
[22:42:42] [main/DEBUG] [FML/]: Runtime patching class agb (input size 400), found 1 patch
[22:42:42] [main/DEBUG] [FML/]: Successfully applied runtime patches for agb (new size 694)
[22:42:42] [main/DEBUG] [FML/]: Runtime patching class qu (input size 533), found 1 patch
[22:42:42] [main/DEBUG] [FML/]: Successfully applied runtime patches for qu (new size 875)
[22:42:42] [main/DEBUG] [FML/]: Runtime patching class ctc (input size 0), found 1 patch
[22:42:42] [main/DEBUG] [FML/]: Successfully applied runtime patches for ctc (new size 6828)
[22:42:42] [main/DEBUG] [FML/]: Runtime patching class aeu (input size 2012), found 1 patch
[22:42:42] [main/DEBUG] [FML/]: Successfully applied runtime patches for aeu (new size 2461)
[22:42:42] [main/DEBUG] [FML/]: Runtime patching class adj (input size 4408), found 1 patch
[22:42:42] [main/DEBUG] [FML/]: Successfully applied runtime patches for adj (new size 5688)
[22:42:42] [main/DEBUG] [FML/]: Runtime patching class bsz (input size 0), found 1 patch
[22:42:42] [main/DEBUG] [FML/]: Successfully applied runtime patches for bsz (new size 830)
[22:42:42] [main/DEBUG] [FML/]: Runtime patching class cqk (input size 0), found 1 patch
[22:42:42] [main/DEBUG] [FML/]: Successfully applied runtime patches for cqk (new size 885)
[22:42:42] [main/DEBUG] [FML/]: Runtime patching class bmg (input size 2610), found 1 patch
[22:42:42] [main/DEBUG] [FML/]: Successfully applied runtime patches for bmg (new size 3723)
[22:42:42] [main/DEBUG] [FML/]: Runtime patching class cqg (input size 0), found 1 patch
[22:42:42] [main/DEBUG] [FML/]: Successfully applied runtime patches for cqg (new size 6556)
[22:42:42] [main/DEBUG] [FML/]: Runtime patching class rn (input size 1095), found 1 patch
[22:42:42] [main/DEBUG] [FML/]: Successfully applied runtime patches for rn (new size 1955)
[22:42:42] [main/DEBUG] [FML/]: Runtime patching class m (input size 444), found 1 patch
[22:42:42] [main/DEBUG] [FML/]: Successfully applied runtime patches for m (new size 780)
[22:42:42] [main/DEBUG] [FML/]: Runtime patching class bbr (input size 933), found 1 patch
[22:42:42] [main/DEBUG] [FML/]: Successfully applied runtime patches for bbr (new size 1263)
[22:42:42] [main/DEBUG] [FML/]: Runtime patching class ceg (input size 0), found 1 patch
[22:42:42] [main/DEBUG] [FML/]: Successfully applied runtime patches for ceg (new size 1073)
[22:42:42] [main/DEBUG] [FML/]: Runtime patching class btg (input size 0), found 1 patch
[22:42:42] [main/DEBUG] [FML/]: Successfully applied runtime patches for btg (new size 846)
[22:42:42] [main/DEBUG] [FML/]: Runtime patching class asi (input size 1731), found 1 patch
[22:42:42] [main/DEBUG] [FML/]: Successfully applied runtime patches for asi (new size 2343)
[22:42:42] [main/DEBUG] [FML/]: Runtime patching class cmp (input size 0), found 1 patch
[22:42:42] [main/DEBUG] [FML/]: Successfully applied runtime patches for cmp (new size 10875)
[22:42:42] [main/DEBUG] [FML/]: Runtime patching class bao (input size 3255), found 1 patch
[22:42:42] [main/DEBUG] [FML/]: Successfully applied runtime patches for bao (new size 4506)
[22:42:42] [main/DEBUG] [FML/]: Runtime patching class ok (input size 1841), found 1 patch
[22:42:42] [main/DEBUG] [FML/]: Successfully applied runtime patches for ok (new size 2346)
[22:42:42] [main/DEBUG] [FML/]: Runtime patching class bth (input size 0), found 1 patch
[22:42:42] [main/DEBUG] [FML/]: Successfully applied runtime patches for bth (new size 774)
[22:42:42] [main/DEBUG] [FML/]: Runtime patching class bmt (input size 487), found 1 patch
[22:42:42] [main/DEBUG] [FML/]: Successfully applied runtime patches for bmt (new size 927)
[22:42:42] [main/DEBUG] [FML/]: Runtime patching class cmq (input size 0), found 1 patch
[22:42:42] [main/DEBUG] [FML/]: Successfully applied runtime patches for cmq (new size 1499)
[22:42:42] [main/DEBUG] [FML/]: Runtime patching class ql (input size 1056), found 1 patch
[22:42:42] [main/DEBUG] [FML/]: Successfully applied runtime patches for ql (new size 1781)
[22:42:42] [main/DEBUG] [FML/]: Runtime patching class bmi (input size 2224), found 1 patch
[22:42:42] [main/DEBUG] [FML/]: Successfully applied runtime patches for bmi (new size 3140)
[22:42:42] [main/DEBUG] [FML/]: Runtime patching class cha (input size 0), found 1 patch
[22:42:42] [main/DEBUG] [FML/]: Successfully applied runtime patches for cha (new size 818)
[22:42:42] [main/DEBUG] [FML/]: Runtime patching class czb (input size 0), found 1 patch
[22:42:42] [main/DEBUG] [FML/]: Successfully applied runtime patches for czb (new size 1385)
[22:42:42] [main/DEBUG] [FML/]: Runtime patching class ol (input size 909), found 1 patch
[22:42:42] [main/DEBUG] [FML/]: Successfully applied runtime patches for ol (new size 1280)
[22:42:42] [main/DEBUG] [FML/]: Runtime patching class bti (input size 0), found 1 patch
[22:42:42] [main/DEBUG] [FML/]: Successfully applied runtime patches for bti (new size 774)
[22:42:42] [main/DEBUG] [FML/]: Runtime patching class bmu (input size 352), found 1 patch
[22:42:42] [main/DEBUG] [FML/]: Successfully applied runtime patches for bmu (new size 590)
[22:42:42] [main/DEBUG] [FML/]: Runtime patching class qm (input size 809), found 1 patch
[22:42:42] [main/DEBUG] [FML/]: Successfully applied runtime patches for qm (new size 1493)
[22:42:42] [main/DEBUG] [FML/]: Runtime patching class chb (input size 0), found 1 patch
[22:42:42] [main/DEBUG] [FML/]: Successfully applied runtime patches for chb (new size 1126)
[22:42:42] [main/DEBUG] [FML/]: Runtime patching class p (input size 423), found 1 patch
[22:42:42] [main/DEBUG] [FML/]: Successfully applied runtime patches for p (new size 767)
[22:42:42] [main/DEBUG] [FML/]: Runtime patching class czc (input size 0), found 1 patch
[22:42:42] [main/DEBUG] [FML/]: Successfully applied runtime patches for czc (new size 1520)
[22:42:42] [main/DEBUG] [FML/]: Runtime patching class agq (input size 414), found 1 patch
[22:42:42] [main/DEBUG] [FML/]: Successfully applied runtime patches for agq (new size 775)
[22:42:42] [main/DEBUG] [FML/]: Runtime patching class baf (input size 4180), found 1 patch
[22:42:42] [main/DEBUG] [FML/]: Successfully applied runtime patches for baf (new size 5598)
[22:42:42] [main/DEBUG] [FML/]: Runtime patching class amy (input size 1506), found 1 patch
[22:42:42] [main/DEBUG] [FML/]: Successfully applied runtime patches for amy (new size 2793)
[22:42:42] [main/DEBUG] [FML/]: Runtime patching class btj (input size 0), found 1 patch
[22:42:42] [main/DEBUG] [FML/]: Successfully applied runtime patches for btj (new size 999)
[22:42:42] [main/DEBUG] [FML/]: Runtime patching class afz (input size 848), found 1 patch
[22:42:42] [main/DEBUG] [FML/]: Successfully applied runtime patches for afz (new size 1181)
[22:42:42] [main/DEBUG] [FML/]: Runtime patching class q (input size 444), found 1 patch
[22:42:42] [main/DEBUG] [FML/]: Successfully applied runtime patches for q (new size 779)
[22:42:42] [main/DEBUG] [FML/]: Runtime patching class czd (input size 0), found 1 patch
[22:42:42] [main/DEBUG] [FML/]: Successfully applied runtime patches for czd (new size 717)
[22:42:42] [main/DEBUG] [FML/]: Runtime patching class agr (input size 652), found 1 patch
[22:42:42] [main/DEBUG] [FML/]: Successfully applied runtime patches for agr (new size 1029)
[22:42:42] [main/DEBUG] [FML/]: Runtime patching class bag (input size 571), found 1 patch
[22:42:42] [main/DEBUG] [FML/]: Successfully applied runtime patches for bag (new size 1089)
[22:42:42] [main/DEBUG] [FML/]: Runtime patching class bnc (input size 2458), found 1 patch
[22:42:42] [main/DEBUG] [FML/]: Successfully applied runtime patches for bnc (new size 3280)
[22:42:42] [main/DEBUG] [FML/]: Runtime patching class baa (input size 348), found 1 patch
[22:42:42] [main/DEBUG] [FML/]: Successfully applied runtime patches for baa (new size 1498)
[22:42:42] [main/DEBUG] [FML/]: Runtime patching class btk (input size 0), found 1 patch
[22:42:42] [main/DEBUG] [FML/]: Successfully applied runtime patches for btk (new size 755)
[22:42:42] [main/DEBUG] [FML/]: Runtime patching class qo (input size 775), found 1 patch
[22:42:42] [main/DEBUG] [FML/]: Successfully applied runtime patches for qo (new size 1129)
[22:42:42] [main/DEBUG] [FML/]: Runtime patching class ww (input size 716), found 1 patch
[22:42:42] [main/DEBUG] [FML/]: Successfully applied runtime patches for ww (new size 1037)
[22:42:42] [main/DEBUG] [FML/]: Runtime patching class rg (input size 0), found 1 patch
[22:42:42] [main/DEBUG] [FML/]: Successfully applied runtime patches for rg (new size 1318)
[22:42:42] [main/DEBUG] [FML/]: Runtime patching class btl (input size 0), found 1 patch
[22:42:42] [main/DEBUG] [FML/]: Successfully applied runtime patches for btl (new size 862)
[22:42:42] [main/DEBUG] [FML/]: Runtime patching class bzt (input size 0), found 1 patch
[22:42:42] [main/DEBUG] [FML/]: Successfully applied runtime patches for bzt (new size 1384)
[22:42:42] [main/DEBUG] [FML/]: Runtime patching class bka (input size 2252), found 1 patch
[22:42:42] [main/DEBUG] [FML/]: Successfully applied runtime patches for bka (new size 3027)
[22:42:42] [main/DEBUG] [FML/]: Runtime patching class azl (input size 1821), found 1 patch
[22:42:42] [main/DEBUG] [FML/]: Successfully applied runtime patches for azl (new size 3808)
[22:42:42] [main/DEBUG] [FML/]: Runtime patching class bta (input size 0), found 1 patch
[22:42:42] [main/DEBUG] [FML/]: Successfully applied runtime patches for bta (new size 885)
[22:42:42] [main/DEBUG] [FML/]: Runtime patching class wx (input size 424), found 1 patch
[22:42:42] [main/DEBUG] [FML/]: Successfully applied runtime patches for wx (new size 737)
[22:42:42] [main/DEBUG] [FML/]: Runtime patching class agt (input size 851), found 1 patch
[22:42:42] [main/DEBUG] [FML/]: Successfully applied runtime patches for agt (new size 1315)
[22:42:42] [main/DEBUG] [FML/]: Runtime patching class rh (input size 460), found 1 patch
[22:42:42] [main/DEBUG] [FML/]: Successfully applied runtime patches for rh (new size 800)
[22:42:42] [main/DEBUG] [FML/]: Runtime patching class cgy (input size 0), found 1 patch
[22:42:42] [main/DEBUG] [FML/]: Successfully applied runtime patches for cgy (new size 825)
[22:42:42] [main/DEBUG] [FML/]: Runtime patching class btm (input size 0), found 1 patch
[22:42:42] [main/DEBUG] [FML/]: Successfully applied runtime patches for btm (new size 1229)
[22:42:42] [main/DEBUG] [FML/]: Runtime patching class azm (input size 441), found 1 patch
[22:42:42] [main/DEBUG] [FML/]: Successfully applied runtime patches for azm (new size 862)
[22:42:42] [main/DEBUG] [FML/]: Runtime patching class btb (input size 0), found 1 patch
[22:42:42] [main/DEBUG] [FML/]: Successfully applied runtime patches for btb (new size 619)
[22:42:42] [main/DEBUG] [FML/]: Runtime patching class cub (input size 0), found 1 patch
[22:42:42] [main/DEBUG] [FML/]: Successfully applied runtime patches for cub (new size 822)
[22:42:42] [main/DEBUG] [FML/]: Runtime patching class wy (input size 447), found 1 patch
[22:42:42] [main/DEBUG] [FML/]: Successfully applied runtime patches for wy (new size 760)
[22:42:42] [main/DEBUG] [FML/]: Runtime patching class cgz (input size 0), found 1 patch
[22:42:42] [main/DEBUG] [FML/]: Successfully applied runtime patches for cgz (new size 1130)
[22:42:42] [main/DEBUG] [FML/]: Runtime patching class oq (input size 479), found 1 patch
[22:42:42] [main/DEBUG] [FML/]: Successfully applied runtime patches for oq (new size 769)
[22:42:42] [main/DEBUG] [FML/]: Runtime patching class azy (input size 2679), found 1 patch
[22:42:42] [main/DEBUG] [FML/]: Successfully applied runtime patches for azy (new size 4600)
[22:42:42] [main/DEBUG] [FML/]: Runtime patching class bmz (input size 487), found 1 patch
[22:42:42] [main/DEBUG] [FML/]: Successfully applied runtime patches for bmz (new size 931)
[22:42:42] [main/DEBUG] [FML/]: Runtime patching class of (input size 650), found 1 patch
[22:42:42] [main/DEBUG] [FML/]: Successfully applied runtime patches for of (new size 1009)
[22:42:42] [main/DEBUG] [FML/]: Runtime patching class btc (input size 0), found 1 patch
[22:42:42] [main/DEBUG] [FML/]: Successfully applied runtime patches for btc (new size 711)
[22:42:42] [main/DEBUG] [FML/]: Runtime patching class cuc (input size 0), found 1 patch
[22:42:42] [main/DEBUG] [FML/]: Successfully applied runtime patches for cuc (new size 1042)
[22:42:42] [main/DEBUG] [FML/]: Runtime patching class wz (input size 447), found 1 patch
[22:42:42] [main/DEBUG] [FML/]: Successfully applied runtime patches for wz (new size 760)
[22:42:42] [main/DEBUG] [FML/]: Runtime patching class agv (input size 921), found 1 patch
[22:42:42] [main/DEBUG] [FML/]: Successfully applied runtime patches for agv (new size 1419)
[22:42:42] [main/DEBUG] [FML/]: Runtime patching class bng (input size 3095), found 1 patch
[22:42:42] [main/DEBUG] [FML/]: Successfully applied runtime patches for bng (new size 3909)
[22:42:42] [main/DEBUG] [FML/]: Runtime patching class or (input size 576), found 1 patch
[22:42:42] [main/DEBUG] [FML/]: Successfully applied runtime patches for or (new size 956)
[22:42:42] [main/DEBUG] [FML/]: Runtime patching class xr (input size 1362), found 1 patch
[22:42:42] [main/DEBUG] [FML/]: Successfully applied runtime patches for xr (new size 2072)
[22:42:42] [main/DEBUG] [FML/]: Runtime patching class og (input size 1348), found 1 patch
[22:42:42] [main/DEBUG] [FML/]: Successfully applied runtime patches for og (new size 1727)
[22:42:42] [main/DEBUG] [FML/]: Runtime patching class btd (input size 0), found 1 patch
[22:42:42] [main/DEBUG] [FML/]: Successfully applied runtime patches for btd (new size 1499)
[22:42:42] [main/DEBUG] [FML/]: Runtime patching class ahc (input size 467), found 1 patch
[22:42:42] [main/DEBUG] [FML/]: Successfully applied runtime patches for ahc (new size 814)
[22:42:42] [main/DEBUG] [FML/]: Runtime patching class bmk (input size 3519), found 1 patch
[22:42:42] [main/DEBUG] [FML/]: Successfully applied runtime patches for bmk (new size 4580)
[22:42:42] [main/DEBUG] [FML/]: Runtime patching class cud (input size 0), found 1 patch
[22:42:42] [main/DEBUG] [FML/]: Successfully applied runtime patches for cud (new size 1022)
[22:42:42] [main/DEBUG] [FML/]: Runtime patching class bal (input size 529), found 1 patch
[22:42:42] [main/DEBUG] [FML/]: Successfully applied runtime patches for bal (new size 990)
[22:42:42] [main/DEBUG] [FML/]: Runtime patching class rk (input size 473), found 1 patch
[22:42:42] [main/DEBUG] [FML/]: Successfully applied runtime patches for rk (new size 844)
[22:42:42] [main/DEBUG] [FML/]: Runtime patching class bnh (input size 2958), found 1 patch
[22:42:42] [main/DEBUG] [FML/]: Successfully applied runtime patches for bnh (new size 3762)
[22:42:42] [main/DEBUG] [FML/]: Runtime patching class oh (input size 1262), found 1 patch
[22:42:42] [main/DEBUG] [FML/]: Successfully applied runtime patches for oh (new size 1600)
[22:42:42] [main/DEBUG] [FML/]: Runtime patching class bte (input size 0), found 1 patch
[22:42:42] [main/DEBUG] [FML/]: Successfully applied runtime patches for bte (new size 807)
[22:42:42] [main/DEBUG] [FML/]: Runtime patching class rl (input size 344), found 1 patch
[22:42:42] [main/DEBUG] [FML/]: Successfully applied runtime patches for rl (new size 624)
[22:42:42] [main/DEBUG] [FML/]: Runtime patching class btq (input size 0), found 1 patch
[22:42:42] [main/DEBUG] [FML/]: Successfully applied runtime patches for btq (new size 2032)
[22:42:42] [main/DEBUG] [FML/]: Runtime patching class ati (input size 2508), found 1 patch
[22:42:42] [main/DEBUG] [FML/]: Successfully applied runtime patches for ati (new size 4967)
[22:42:42] [main/DEBUG] [FML/]: Runtime patching class oi (input size 859), found 1 patch
[22:42:42] [main/DEBUG] [FML/]: Successfully applied runtime patches for oi (new size 1192)
[22:42:42] [main/DEBUG] [FML/]: Runtime patching class btf (input size 0), found 1 patch
[22:42:42] [main/DEBUG] [FML/]: Successfully applied runtime patches for btf (new size 846)
[22:42:42] [main/DEBUG] [FML/]: Runtime patching class ahe (input size 487), found 1 patch
[22:42:42] [main/DEBUG] [FML/]: Successfully applied runtime patches for ahe (new size 921)
[22:42:42] [main/DEBUG] [FML/]: Runtime patching class bay (input size 3978), found 1 patch
[22:42:42] [main/DEBUG] [FML/]: Successfully applied runtime patches for bay (new size 6223)
[22:42:42] [main/DEBUG] [FML/]: Runtime patching class bmm (input size 5041), found 1 patch
[22:42:42] [main/DEBUG] [FML/]: Successfully applied runtime patches for bmm (new size 6526)
[22:42:42] [main/DEBUG] [FML/]: Runtime patching class cuf (input size 0), found 1 patch
[22:42:42] [main/DEBUG] [FML/]: Successfully applied runtime patches for cuf (new size 1421)
[22:42:42] [main/DEBUG] [FML/]: Runtime patching class anm (input size 2088), found 1 patch
[22:42:42] [main/DEBUG] [FML/]: Successfully applied runtime patches for anm (new size 3220)
[22:42:42] [main/DEBUG] [FML/]: Runtime patching class cqf (input size 0), found 1 patch
[22:42:42] [main/DEBUG] [FML/]: Successfully applied runtime patches for cqf (new size 3969)
[22:42:42] [main/DEBUG] [FML/]: Runtime patching class rm (input size 535), found 1 patch
[22:42:42] [main/DEBUG] [FML/]: Successfully applied runtime patches for rm (new size 882)
[22:42:42] [main/DEBUG] [FML/]: Runtime patching class bnj (input size 4085), found 1 patch
[22:42:42] [main/DEBUG] [FML/]: Successfully applied runtime patches for bnj (new size 5154)
[22:42:42] [main/DEBUG] [FML/]: Runtime patching class rb (input size 0), found 1 patch
[22:42:42] [main/DEBUG] [FML/]: Successfully applied runtime patches for rb (new size 1248)
[22:42:42] [main/DEBUG] [FML/]: Runtime patching class atj (input size 743), found 1 patch
[22:42:42] [main/DEBUG] [FML/]: Successfully applied runtime patches for atj (new size 1388)
[22:42:42] [main/DEBUG] [FML/]: Runtime patching class ov (input size 1242), found 1 patch
[22:42:42] [main/DEBUG] [FML/]: Successfully applied runtime patches for ov (new size 1739)
[22:42:42] [main/DEBUG] [FML/]: Runtime patching class anc (input size 848), found 1 patch
[22:42:42] [main/DEBUG] [FML/]: Successfully applied runtime patches for anc (new size 1798)
[22:42:42] [main/DEBUG] [FML/]: Runtime patching class ayp (input size 2339), found 1 patch
[22:42:42] [main/DEBUG] [FML/]: Successfully applied runtime patches for ayp (new size 4530)
[22:42:42] [main/DEBUG] [FML/]: Runtime patching class azs (input size 2508), found 1 patch
[22:42:42] [main/DEBUG] [FML/]: Successfully applied runtime patches for azs (new size 3877)
[22:42:42] [main/DEBUG] [FML/]: Runtime patching class buk (input size 0), found 1 patch
[22:42:42] [main/DEBUG] [FML/]: Successfully applied runtime patches for buk (new size 1078)
[22:42:42] [main/DEBUG] [FML/]: Runtime patching class rz (input size 566), found 1 patch
[22:42:42] [main/DEBUG] [FML/]: Successfully applied runtime patches for rz (new size 811)
[22:42:42] [main/DEBUG] [FML/]: Runtime patching class bnl (input size 2899), found 1 patch
[22:42:42] [main/DEBUG] [FML/]: Successfully applied runtime patches for bnl (new size 3942)
[22:42:42] [main/DEBUG] [FML/]: Runtime patching class bbh (input size 2529), found 1 patch
[22:42:42] [main/DEBUG] [FML/]: Successfully applied runtime patches for bbh (new size 5227)
[22:42:42] [main/DEBUG] [FML/]: Runtime patching class rp (input size 402), found 1 patch
[22:42:42] [main/DEBUG] [FML/]: Successfully applied runtime patches for rp (new size 795)
[22:42:42] [main/DEBUG] [FML/]: Runtime patching class ayg (input size 2390), found 1 patch
[22:42:42] [main/DEBUG] [FML/]: Successfully applied runtime patches for ayg (new size 3701)
[22:42:42] [main/DEBUG] [FML/]: Runtime patching class aue (input size 568), found 1 patch
[22:42:42] [main/DEBUG] [FML/]: Successfully applied runtime patches for aue (new size 1059)
[22:42:42] [main/DEBUG] [FML/]: Runtime patching class bhf (input size 1853), found 1 patch
[22:42:42] [main/DEBUG] [FML/]: Successfully applied runtime patches for bhf (new size 2740)
[22:42:42] [main/DEBUG] [FML/]: Runtime patching class bbu (input size 487), found 1 patch
[22:42:42] [main/DEBUG] [FML/]: Successfully applied runtime patches for bbu (new size 926)
[22:42:42] [main/DEBUG] [FML/]: Runtime patching class rf (input size 1861), found 1 patch
[22:42:42] [main/DEBUG] [FML/]: Successfully applied runtime patches for rf (new size 2424)
[22:42:42] [main/DEBUG] [FML/]: Runtime patching class bgj (input size 3401), found 1 patch
[22:42:42] [main/DEBUG] [FML/]: Successfully applied runtime patches for bgj (new size 5765)
[22:42:42] [main/DEBUG] [FML/]: Runtime patching class auf (input size 2716), found 1 patch
[22:42:42] [main/DEBUG] [FML/]: Successfully applied runtime patches for auf (new size 4415)
[22:42:42] [main/DEBUG] [FML/]: Runtime patching class buj (input size 0), found 1 patch
[22:42:42] [main/DEBUG] [FML/]: Successfully applied runtime patches for buj (new size 9214)
[22:42:42] [main/DEBUG] [FML/]: Runtime patching class rr (input size 681), found 1 patch
[22:42:42] [main/DEBUG] [FML/]: Successfully applied runtime patches for rr (new size 1125)
[22:42:42] [main/DEBUG] [FML/]: Runtime patching class bhh (input size 1550), found 1 patch
[22:42:42] [main/DEBUG] [FML/]: Successfully applied runtime patches for bhh (new size 2003)
[22:42:42] [main/DEBUG] [FML/]: Runtime patching class rs (input size 2765), found 1 patch
[22:42:42] [main/DEBUG] [FML/]: Successfully applied runtime patches for rs (new size 3292)
[22:42:42] [main/DEBUG] [FML/]: Runtime patching class bbw (input size 529), found 1 patch
[22:42:42] [main/DEBUG] [FML/]: Successfully applied runtime patches for bbw (new size 989)
[22:42:42] [main/DEBUG] [FML/]: Runtime patching class anh (input size 3287), found 1 patch
[22:42:42] [main/DEBUG] [FML/]: Successfully applied runtime patches for anh (new size 4604)
[22:42:42] [main/DEBUG] [FML/]: Runtime patching class bbl (input size 3904), found 1 patch
[22:42:42] [main/DEBUG] [FML/]: Successfully applied runtime patches for bbl (new size 6021)
[22:42:42] [main/DEBUG] [FML/]: Runtime patching class aie (input size 354), found 1 patch
[22:42:42] [main/DEBUG] [FML/]: Successfully applied runtime patches for aie (new size 680)
[22:42:42] [main/DEBUG] [FML/]: Runtime patching class bbn (input size 568), found 1 patch
[22:42:42] [main/DEBUG] [FML/]: Successfully applied runtime patches for bbn (new size 1058)
[22:42:42] [main/DEBUG] [FML/]: Runtime patching class auu (input size 3694), found 1 patch
[22:42:42] [main/DEBUG] [FML/]: Successfully applied runtime patches for auu (new size 5721)
[22:42:42] [main/DEBUG] [FML/]: Runtime patching class bhv (input size 2348), found 1 patch
[22:42:42] [main/DEBUG] [FML/]: Successfully applied runtime patches for bhv (new size 3049)
[22:42:42] [main/DEBUG] [FML/]: Runtime patching class sc (input size 2808), found 1 patch
[22:42:42] [main/DEBUG] [FML/]: Successfully applied runtime patches for sc (new size 4053)
[22:42:42] [main/DEBUG] [FML/]: Runtime patching class aig (input size 1661), found 1 patch
[22:42:42] [main/DEBUG] [FML/]: Successfully applied runtime patches for aig (new size 2394)
[22:42:42] [main/DEBUG] [FML/]: Runtime patching class cil (input size 0), found 1 patch
[22:42:42] [main/DEBUG] [FML/]: Successfully applied runtime patches for cil (new size 3898)
[22:42:42] [main/DEBUG] [FML/]: Runtime patching class so (input size 799), found 1 patch
[22:42:42] [main/DEBUG] [FML/]: Successfully applied runtime patches for so (new size 1463)
[22:42:42] [main/DEBUG] [FML/]: Runtime patching class aul (input size 3780), found 1 patch
[22:42:42] [main/DEBUG] [FML/]: Successfully applied runtime patches for aul (new size 6107)
[22:42:42] [main/DEBUG] [FML/]: Runtime patching class aih (input size 523), found 1 patch
[22:42:42] [main/DEBUG] [FML/]: Successfully applied runtime patches for aih (new size 823)
[22:42:42] [main/DEBUG] [FML/]: Runtime patching class bbq (input size 487), found 1 patch
[22:42:42] [main/DEBUG] [FML/]: Successfully applied runtime patches for bbq (new size 922)
[22:42:42] [main/DEBUG] [FML/]: Runtime patching class aum (input size 487), found 1 patch
[22:42:42] [main/DEBUG] [FML/]: Successfully applied runtime patches for aum (new size 919)
[22:42:42] [main/DEBUG] [FML/]: Runtime patching class biq (input size 995), found 1 patch
[22:42:42] [main/DEBUG] [FML/]: Successfully applied runtime patches for biq (new size 1417)
[22:42:42] [main/DEBUG] [FML/]: Runtime patching class ciz (input size 0), found 1 patch
[22:42:42] [main/DEBUG] [FML/]: Successfully applied runtime patches for ciz (new size 1115)
[22:42:42] [main/DEBUG] [FML/]: Runtime patching class aij (input size 432), found 1 patch
[22:42:42] [main/DEBUG] [FML/]: Successfully applied runtime patches for aij (new size 812)
[22:42:42] [main/DEBUG] [FML/]: Runtime patching class ase (input size 431), found 1 patch
[22:42:42] [main/DEBUG] [FML/]: Successfully applied runtime patches for ase (new size 785)
[22:42:42] [main/DEBUG] [FML/]: Runtime patching class aik (input size 722), found 1 patch
[22:42:42] [main/DEBUG] [FML/]: Successfully applied runtime patches for aik (new size 1203)
[22:42:42] [main/DEBUG] [FML/]: Runtime patching class aoi (input size 3683), found 1 patch
[22:42:42] [main/DEBUG] [FML/]: Successfully applied runtime patches for aoi (new size 4348)
[22:42:42] [main/DEBUG] [FML/]: Runtime patching class cjj (input size 0), found 1 patch
[22:42:42] [main/DEBUG] [FML/]: Successfully applied runtime patches for cjj (new size 895)
[22:42:42] [main/DEBUG] [FML/]: Runtime patching class bcn (input size 812), found 1 patch
[22:42:42] [main/DEBUG] [FML/]: Successfully applied runtime patches for bcn (new size 1130)
[22:42:42] [main/DEBUG] [FML/]: Runtime patching class abz (input size 414), found 1 patch
[22:42:42] [main/DEBUG] [FML/]: Successfully applied runtime patches for abz (new size 766)
[22:42:42] [main/DEBUG] [FML/]: Runtime patching class bco (input size 1196), found 1 patch
[22:42:42] [main/DEBUG] [FML/]: Successfully applied runtime patches for bco (new size 1580)
[22:42:42] [main/DEBUG] [FML/]: Runtime patching class adk (input size 4050), found 1 patch
[22:42:42] [main/DEBUG] [FML/]: Successfully applied runtime patches for adk (new size 5367)
[22:42:42] [main/DEBUG] [FML/]: Runtime patching class bcp (input size 1253), found 1 patch
[22:42:42] [main/DEBUG] [FML/]: Successfully applied runtime patches for bcp (new size 1632)
[22:42:42] [main/DEBUG] [FML/]: Runtime patching class bje (input size 2310), found 1 patch
[22:42:42] [main/DEBUG] [FML/]: Successfully applied runtime patches for bje (new size 3441)
[22:42:42] [main/DEBUG] [FML/]: Runtime patching class bpb (input size 487), found 1 patch
[22:42:42] [main/DEBUG] [FML/]: Successfully applied runtime patches for bpb (new size 821)
[22:42:42] [main/DEBUG] [FML/]: Runtime patching class bdi (input size 1097), found 1 patch
[22:42:42] [main/DEBUG] [FML/]: Successfully applied runtime patches for bdi (new size 1567)
[22:42:42] [main/DEBUG] [FML/]: Runtime patching class bjf (input size 487), found 1 patch
[22:42:42] [main/DEBUG] [FML/]: Successfully applied runtime patches for bjf (new size 933)
[22:42:42] [main/DEBUG] [FML/]: Runtime patching class air (input size 406), found 1 patch
[22:42:42] [main/DEBUG] [FML/]: Successfully applied runtime patches for air (new size 750)
[22:42:42] [main/DEBUG] [FML/]: Runtime patching class bpc (input size 487), found 1 patch
[22:42:42] [main/DEBUG] [FML/]: Successfully applied runtime patches for bpc (new size 822)
[22:42:42] [main/DEBUG] [FML/]: Runtime patching class gv (input size 0), found 1 patch
[22:42:42] [main/DEBUG] [FML/]: Successfully applied runtime patches for gv (new size 1937)
[22:42:42] [main/DEBUG] [FML/]: Runtime patching class blo (input size 2572), found 1 patch
[22:42:42] [main/DEBUG] [FML/]: Successfully applied runtime patches for blo (new size 3286)
[22:42:42] [main/DEBUG] [FML/]: Runtime patching class ais (input size 319), found 1 patch
[22:42:42] [main/DEBUG] [FML/]: Successfully applied runtime patches for ais (new size 716)
[22:42:42] [main/DEBUG] [FML/]: Runtime patching class bdk (input size 1053), found 1 patch
[22:42:42] [main/DEBUG] [FML/]: Successfully applied runtime patches for bdk (new size 1623)
[22:42:42] [main/DEBUG] [FML/]: Runtime patching class asf (input size 349), found 1 patch
[22:42:42] [main/DEBUG] [FML/]: Successfully applied runtime patches for asf (new size 753)
[22:42:42] [main/DEBUG] [FML/]: Runtime patching class gw (input size 0), found 1 patch
[22:42:42] [main/DEBUG] [FML/]: Successfully applied runtime patches for gw (new size 953)
[22:42:42] [main/DEBUG] [FML/]: Runtime patching class ait (input size 466), found 1 patch
[22:42:42] [main/DEBUG] [FML/]: Successfully applied runtime patches for ait (new size 1219)
[22:42:42] [main/DEBUG] [FML/]: Runtime patching class cvu (input size 0), found 1 patch
[22:42:42] [main/DEBUG] [FML/]: Successfully applied runtime patches for cvu (new size 854)
[22:42:42] [main/DEBUG] [FML/]: Runtime patching class bji (input size 3352), found 1 patch
[22:42:42] [main/DEBUG] [FML/]: Successfully applied runtime patches for bji (new size 4075)
[22:42:42] [main/DEBUG] [FML/]: Runtime patching class acm (input size 253), found 1 patch
[22:42:42] [main/DEBUG] [FML/]: Successfully applied runtime patches for acm (new size 530)
[22:42:42] [main/DEBUG] [FML/]: Runtime patching class ava (input size 4398), found 1 patch
[22:42:42] [main/DEBUG] [FML/]: Successfully applied runtime patches for ava (new size 7285)
[22:42:42] [main/DEBUG] [FML/]: Runtime patching class avu (input size 3053), found 1 patch
[22:42:42] [main/DEBUG] [FML/]: Successfully applied runtime patches for avu (new size 4322)
[22:42:42] [main/DEBUG] [FML/]: Runtime patching class cqj (input size 0), found 1 patch
[22:42:42] [main/DEBUG] [FML/]: Successfully applied runtime patches for cqj (new size 1179)
[22:42:42] [main/DEBUG] [FML/]: Runtime patching class bdr (input size 568), found 1 patch
[22:42:42] [main/DEBUG] [FML/]: Successfully applied runtime patches for bdr (new size 1063)
[22:42:42] [main/DEBUG] [FML/]: Runtime patching class awn (input size 2935), found 1 patch
[22:42:42] [main/DEBUG] [FML/]: Successfully applied runtime patches for awn (new size 4294)
[22:42:42] [main/DEBUG] [FML/]: Runtime patching class bjo (input size 487), found 1 patch
[22:42:42] [main/DEBUG] [FML/]: Successfully applied runtime patches for bjo (new size 936)
[22:42:42] [main/INFO] [FML/]: Found valid fingerprint for Minecraft Forge. Certificate fingerprint e3c3d50c7c986df74c645c0ac54639741c90a557
[22:42:42] [main/DEBUG] [FML/]: Runtime patching class net.minecraft.client.ClientBrandRetriever (input size 0), found 1 patch
[22:42:42] [main/DEBUG] [FML/]: Successfully applied runtime patches for net.minecraft.client.ClientBrandRetriever (new size 797)
[22:42:42] [main/DEBUG] [FML/]: Coremod plugin class FMLCorePlugin run successfully
[22:42:42] [main/INFO] [LaunchWrapper/]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[22:42:42] [main/DEBUG] [FML/]: Injecting coremod FMLForgePlugin {net.minecraftforge.classloading.FMLForgePlugin} class transformers
[22:42:42] [main/TRACE] [FML/]: Registering transformer net.minecraftforge.classloading.FluidIdTransformer
[22:42:42] [main/DEBUG] [FML/]: Injection complete
[22:42:42] [main/DEBUG] [FML/]: Running coremod plugin for FMLForgePlugin {net.minecraftforge.classloading.FMLForgePlugin}
[22:42:42] [main/DEBUG] [FML/]: Running coremod plugin FMLForgePlugin
[22:42:42] [main/DEBUG] [FML/]: Coremod plugin class FMLForgePlugin run successfully
[22:42:42] [main/INFO] [LaunchWrapper/]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[22:42:42] [main/DEBUG] [FML/]: Injecting coremod CCCDeobfPlugin {codechicken.core.asm.MCPDeobfuscationTransformer$LoadPlugin} class transformers
[22:42:42] [main/DEBUG] [FML/]: Injection complete
[22:42:42] [main/DEBUG] [FML/]: Running coremod plugin for CCCDeobfPlugin {codechicken.core.asm.MCPDeobfuscationTransformer$LoadPlugin}
[22:42:42] [main/DEBUG] [FML/]: Running coremod plugin CCCDeobfPlugin
[22:42:42] [main/DEBUG] [FML/]: Coremod plugin class LoadPlugin run successfully
[22:42:42] [main/INFO] [LaunchWrapper/]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[22:42:42] [main/DEBUG] [FML/]: Injecting coremod CCLCorePlugin {codechicken.lib.asm.CCLCorePlugin} class transformers
[22:42:42] [main/TRACE] [FML/]: Registering transformer codechicken.lib.asm.ClassHeirachyManager
[22:42:42] [main/TRACE] [FML/]: Registering transformer codechicken.lib.asm.RenderHookTransformer
[22:42:42] [main/DEBUG] [FML/]: Injection complete
[22:42:42] [main/DEBUG] [FML/]: Running coremod plugin for CCLCorePlugin {codechicken.lib.asm.CCLCorePlugin}
[22:42:42] [main/DEBUG] [FML/]: Running coremod plugin CCLCorePlugin
[22:42:42] [main/DEBUG] [FML/]: Coremod plugin class CCLCorePlugin run successfully
[22:42:42] [main/INFO] [LaunchWrapper/]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[22:42:42] [main/DEBUG] [FML/]: Injecting coremod CodeChickenCorePlugin {codechicken.core.launch.CodeChickenCorePlugin} class transformers
[22:42:43] [main/TRACE] [FML/]: Registering transformer codechicken.core.asm.InterfaceDependancyTransformer
[22:42:43] [main/TRACE] [FML/]: Registering transformer codechicken.core.asm.TweakTransformer
[22:42:43] [main/TRACE] [FML/]: Registering transformer codechicken.core.asm.DelegatedTransformer
[22:42:43] [main/TRACE] [FML/]: Registering transformer codechicken.core.asm.DefaultImplementationTransformer
[22:42:43] [main/DEBUG] [FML/]: Injection complete
[22:42:43] [main/DEBUG] [FML/]: Running coremod plugin for CodeChickenCorePlugin {codechicken.core.launch.CodeChickenCorePlugin}
[22:42:43] [main/DEBUG] [FML/]: Running coremod plugin CodeChickenCorePlugin
[22:42:43] [main/ERROR] [CodeChickenCore/]: CodeChickenCore: Failed to read jar file: archimedes-ships-plus-1.8-a3.2.jar
java.util.zip.ZipException: error in opening zip file
at java.util.zip.ZipFile.open(Native Method) ~[?:1.8.0_45]
at java.util.zip.ZipFile.<init>(ZipFile.java:220) ~[?:1.8.0_45]
at java.util.zip.ZipFile.<init>(ZipFile.java:150) ~[?:1.8.0_45]
at java.util.jar.JarFile.<init>(JarFile.java:166) ~[?:1.8.0_45]
at java.util.jar.JarFile.<init>(JarFile.java:130) ~[?:1.8.0_45]
at codechicken.core.launch.CodeChickenCorePlugin.scanMod(CodeChickenCorePlugin.java:147) [%5B0%5DCodeChickenCore-1.8-1.0.5.36-universal.jar:?]
at codechicken.core.launch.CodeChickenCorePlugin.scanCodeChickenMods(CodeChickenCorePlugin.java:135) [%5B0%5DCodeChickenCore-1.8-1.0.5.36-universal.jar:?]
at codechicken.core.launch.CodeChickenCorePlugin.call(CodeChickenCorePlugin.java:127) [%5B0%5DCodeChickenCore-1.8-1.0.5.36-universal.jar:?]
at codechicken.core.launch.CodeChickenCorePlugin.call(CodeChickenCorePlugin.java:30) [%5B0%5DCodeChickenCore-1.8-1.0.5.36-universal.jar:?]
at net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper.injectIntoClassLoader(CoreModManager.java:153) [experimental.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:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_45]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_45]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_45]
at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_45]
at net.minecraftforge.fml.relauncher.ServerLaunchWrapper.run(ServerLaunchWrapper.java:43) [experimental.jar:?]
at net.minecraftforge.fml.relauncher.ServerLaunchWrapper.main(ServerLaunchWrapper.java:12) [experimental.jar:?]
[22:42:43] [main/DEBUG] [FML/]: Coremod plugin class CodeChickenCorePlugin run successfully
[22:42:43] [main/INFO] [LaunchWrapper/]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[22:42:43] [main/DEBUG] [FML/]: Injecting coremod CoreMod {aroma1997.core.coremod.CoreMod} class transformers
[22:42:43] [main/DEBUG] [FML/]: Injection complete
[22:42:43] [main/DEBUG] [FML/]: Running coremod plugin for CoreMod {aroma1997.core.coremod.CoreMod}
[22:42:43] [main/DEBUG] [FML/]: Running coremod plugin CoreMod
[22:42:43] [main/INFO] [Aroma1997Core/]: Finished data injection.
[22:42:43] [main/INFO] [Aroma1997Core/]: Finished data injection.
[22:42:43] [main/TRACE] [Aroma1997Core/]: Initializing Configurations from: ./config
[22:42:43] [main/DEBUG] [FML/]: Coremod plugin class CoreMod run successfully
[22:42:43] [main/INFO] [LaunchWrapper/]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[22:42:43] [main/DEBUG] [FML/]: Injecting coremod CCLCorePlugin {codechicken.lib.asm.CCLCorePlugin} class transformers
[22:42:43] [main/TRACE] [FML/]: Registering transformer codechicken.lib.asm.ClassHeirachyManager
[22:42:43] [main/TRACE] [FML/]: Registering transformer codechicken.lib.asm.RenderHookTransformer
[22:42:43] [main/DEBUG] [FML/]: Injection complete
[22:42:43] [main/DEBUG] [FML/]: Running coremod plugin for CCLCorePlugin {codechicken.lib.asm.CCLCorePlugin}
[22:42:43] [main/DEBUG] [FML/]: Running coremod plugin CCLCorePlugin
[22:42:43] [main/DEBUG] [FML/]: Coremod plugin class CCLCorePlugin run successfully
[22:42:43] [main/INFO] [LaunchWrapper/]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[22:42:43] [main/DEBUG] [FML/]: Injecting coremod NowWithRendering {net.fybertech.nwr.NowWithRendering} class transformers
[22:42:43] [main/TRACE] [FML/]: Registering transformer net.fybertech.nwr.NowWithRendering
[22:42:43] [main/DEBUG] [FML/]: Injection complete
[22:42:43] [main/DEBUG] [FML/]: Running coremod plugin for NowWithRendering {net.fybertech.nwr.NowWithRendering}
[22:42:43] [main/DEBUG] [FML/]: Running coremod plugin NowWithRendering
[22:42:43] [main/DEBUG] [FML/]: Coremod plugin class NowWithRendering run successfully
[22:42:43] [main/INFO] [LaunchWrapper/]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[22:42:43] [main/DEBUG] [FML/]: Injecting coremod FMLPlugin {invtweaks.forge.asm.FMLPlugin} class transformers
[22:42:43] [main/TRACE] [FML/]: Registering transformer invtweaks.forge.asm.ContainerTransformer
[22:42:43] [main/DEBUG] [FML/]: Injection complete
[22:42:43] [main/DEBUG] [FML/]: Running coremod plugin for FMLPlugin {invtweaks.forge.asm.FMLPlugin}
[22:42:43] [main/DEBUG] [FML/]: Running coremod plugin FMLPlugin
[22:42:43] [main/DEBUG] [FML/]: Coremod plugin class FMLPlugin run successfully
[22:42:43] [main/INFO] [LaunchWrapper/]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[22:42:43] [main/DEBUG] [FML/]: Injecting coremod NEICorePlugin {codechicken.nei.asm.NEICorePlugin} class transformers
[22:42:43] [main/TRACE] [FML/]: Registering transformer codechicken.nei.asm.NEITransformer
[22:42:43] [main/DEBUG] [FML/]: Injection complete
[22:42:43] [main/DEBUG] [FML/]: Running coremod plugin for NEICorePlugin {codechicken.nei.asm.NEICorePlugin}
[22:42:43] [main/DEBUG] [FML/]: Running coremod plugin NEICorePlugin
[22:42:43] [main/DEBUG] [FML/]: Coremod plugin class NEICorePlugin run successfully
[22:42:43] [main/INFO] [LaunchWrapper/]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[22:42:43] [main/DEBUG] [FML/]: Injecting coremod TransformerLoader {li.cil.oc.common.launch.TransformerLoader} class transformers
[22:42:43] [main/TRACE] [FML/]: Registering transformer li.cil.oc.common.asm.ClassTransformer
[22:42:43] [main/DEBUG] [FML/]: Injection complete
[22:42:43] [main/DEBUG] [FML/]: Running coremod plugin for TransformerLoader {li.cil.oc.common.launch.TransformerLoader}
[22:42:43] [main/DEBUG] [FML/]: Running coremod plugin TransformerLoader
[22:42:43] [main/DEBUG] [FML/]: Coremod plugin class TransformerLoader run successfully
[22:42:43] [main/INFO] [LaunchWrapper/]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[22:42:43] [main/DEBUG] [FML/]: Injecting coremod NowWithRendering {net.fybertech.nwr.NowWithRendering} class transformers
[22:42:43] [main/TRACE] [FML/]: Registering transformer net.fybertech.nwr.NowWithRendering
[22:42:43] [main/DEBUG] [FML/]: Injection complete
[22:42:43] [main/DEBUG] [FML/]: Running coremod plugin for NowWithRendering {net.fybertech.nwr.NowWithRendering}
[22:42:43] [main/DEBUG] [FML/]: Running coremod plugin NowWithRendering
[22:42:43] [main/DEBUG] [FML/]: Coremod plugin class NowWithRendering run successfully
[22:42:43] [main/INFO] [LaunchWrapper/]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[22:42:43] [main/DEBUG] [FML/]: Injecting coremod VeinMinerCorePlugin {portablejim.veinminer.asm.VeinMinerCorePlugin} class transformers
[22:42:43] [main/TRACE] [FML/]: Registering transformer portablejim.veinminer.asm.ItemInWorldManagerTransformer
[22:42:45] [main/DEBUG] [FML/]: Injection complete
[22:42:45] [main/DEBUG] [FML/]: Running coremod plugin for VeinMinerCorePlugin {portablejim.veinminer.asm.VeinMinerCorePlugin}
[22:42:45] [main/DEBUG] [FML/]: Running coremod plugin VeinMinerCorePlugin
[22:42:45] [main/DEBUG] [FML/]: Coremod plugin class VeinMinerCorePlugin run successfully
[22:42:45] [main/INFO] [LaunchWrapper/]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[22:42:45] [main/DEBUG] [FML/]: Injecting coremod BCModPlugin {brad16840.common.asm.BCModPlugin} class transformers
[22:42:45] [main/TRACE] [FML/]: Registering transformer brad16840.common.asm.ClassTransformer
[22:42:45] [main/DEBUG] [FML/]: Injection complete
[22:42:45] [main/DEBUG] [FML/]: Running coremod plugin for BCModPlugin {brad16840.common.asm.BCModPlugin}
[22:42:45] [main/DEBUG] [FML/]: Running coremod plugin BCModPlugin
[22:42:45] [main/DEBUG] [FML/]: Coremod plugin class BCModPlugin run successfully
[22:42:45] [main/INFO] [LaunchWrapper/]: Calling tweak class com.forgeessentials.core.preloader.FELaunchHandler
[22:42:45] [main/INFO] [STDOUT/]: [com.forgeessentials.core.preloader.classloading.FEClassLoader:runClassLoad:82]: [ForgeEssentials] Loaded library file /root/experimental/extreme/ForgeEssentials/lib/jandex-1.1.0.Final.jar
[22:42:45] [main/INFO] [STDOUT/]: [com.forgeessentials.core.preloader.classloading.FEClassLoader:runClassLoad:82]: [ForgeEssentials] Loaded library file /root/experimental/extreme/ForgeEssentials/lib/hibernate-commons-annotations-4.0.5.Final.jar
[22:42:45] [main/INFO] [STDOUT/]: [com.forgeessentials.core.preloader.classloading.FEClassLoader:runClassLoad:82]: [ForgeEssentials] Loaded library file /root/experimental/extreme/ForgeEssentials/lib/hibernate-entitymanager-4.3.7.Final.jar
[22:42:45] [main/INFO] [STDOUT/]: [com.forgeessentials.core.preloader.classloading.FEClassLoader:runClassLoad:82]: [ForgeEssentials] Loaded library file /root/experimental/extreme/ForgeEssentials/lib/h2-1.3.175.jar
[22:42:45] [main/INFO] [STDOUT/]: [com.forgeessentials.core.preloader.classloading.FEClassLoader:runClassLoad:82]: [ForgeEssentials] Loaded library file /root/experimental/extreme/ForgeEssentials/lib/hibernate-core-4.3.7.Final.jar
[22:42:45] [main/INFO] [STDOUT/]: [com.forgeessentials.core.preloader.classloading.FEClassLoader:runClassLoad:82]: [ForgeEssentials] Loaded library file /root/experimental/extreme/ForgeEssentials/lib/antlr-2.7.7.jar
[22:42:45] [main/INFO] [STDOUT/]: [com.forgeessentials.core.preloader.classloading.FEClassLoader:runClassLoad:82]: [ForgeEssentials] Loaded library file /root/experimental/extreme/ForgeEssentials/lib/dom4j-1.6.1.jar
[22:42:45] [main/INFO] [STDOUT/]: [com.forgeessentials.core.preloader.classloading.FEClassLoader:runClassLoad:82]: [ForgeEssentials] Loaded library file /root/experimental/extreme/ForgeEssentials/lib/jboss-logging-annotations-1.2.0.Beta1.jar
[22:42:45] [main/INFO] [STDOUT/]: [com.forgeessentials.core.preloader.classloading.FEClassLoader:runClassLoad:82]: [ForgeEssentials] Loaded library file /root/experimental/extreme/ForgeEssentials/lib/mysql-connector-java-5.1.22.jar
[22:42:45] [main/INFO] [STDOUT/]: [com.forgeessentials.core.preloader.classloading.FEClassLoader:runClassLoad:82]: [ForgeEssentials] Loaded library file /root/experimental/extreme/ForgeEssentials/lib/javassist-3.18.1-GA.jar
[22:42:45] [main/INFO] [STDOUT/]: [com.forgeessentials.core.preloader.classloading.FEClassLoader:runClassLoad:82]: [ForgeEssentials] Loaded library file /root/experimental/extreme/ForgeEssentials/lib/jboss-logging-3.1.3.GA.jar
[22:42:45] [main/INFO] [STDOUT/]: [com.forgeessentials.core.preloader.classloading.FEClassLoader:runClassLoad:82]: [ForgeEssentials] Loaded library file /root/experimental/extreme/ForgeEssentials/lib/jboss-transaction-api_1.2_spec-1.0.0.Final.jar
[22:42:45] [main/INFO] [STDOUT/]: [com.forgeessentials.core.preloader.classloading.FEClassLoader:runClassLoad:82]: [ForgeEssentials] Loaded library file /root/experimental/extreme/ForgeEssentials/lib/xml-apis-1.0.b2.jar
[22:42:45] [main/INFO] [STDOUT/]: [com.forgeessentials.core.preloader.classloading.FEClassLoader:runClassLoad:82]: [ForgeEssentials] Loaded library file /root/experimental/extreme/ForgeEssentials/lib/pircbotx-1.9.jar
[22:42:45] [main/INFO] [STDOUT/]: [com.forgeessentials.core.preloader.classloading.FEClassLoader:runClassLoad:82]: [ForgeEssentials] Loaded library file /root/experimental/extreme/ForgeEssentials/lib/hibernate-jpa-2.1-api-1.0.0.Final.jar
[22:42:45] [main/INFO] [STDOUT/]: [com.forgeessentials.core.preloader.classloading.FEClassLoader:runClassLoad:112]: [ForgeEssentials] Loaded 0 modules
[22:42:45] [main/INFO] [LaunchWrapper/]: Calling tweak class org.spongepowered.asm.launch.MixinTweaker
[22:42:45] [main/INFO] [LaunchWrapper/]: Calling tweak class me.guichaguri.betterfps.tweaker.BetterFpsTweaker
[22:42:45] [main/INFO] [LaunchWrapper/]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
[22:42:45] [main/DEBUG] [FML/]: Loaded 60 rules from AccessTransformer config file fml_at.cfg
[22:42:46] [main/DEBUG] [FML/]: Loaded 121 rules from AccessTransformer config file forge_at.cfg
[22:42:46] [main/DEBUG] [FML/]: Loaded 60 rules from AccessTransformer config file fml_at.cfg
[22:42:46] [main/DEBUG] [FML/]: Loaded 0 rules from AccessTransformer config file aroma1997core_at.cfg
[22:42:46] [main/DEBUG] [FML/]: Loaded 9 rules from AccessTransformer config file invtweaks_at.cfg
[22:42:46] [main/DEBUG] [FML/]: Loaded 8 rules from AccessTransformer mod jar file /root/experimental/extreme/mods/open-computers-1.8-1.5.14.32.jar!META-INF/oc_at.cfg
[22:42:46] [main/DEBUG] [FML/]: Loaded 4 rules from AccessTransformer mod jar file /root/experimental/extreme/mods/sophisticated-wolves-3.5.0.jar!META-INF/SophisticatedWolves_at.cfg
[22:42:46] [main/DEBUG] [FML/]: Loaded 6 rules from AccessTransformer mod jar file /root/experimental/extreme/mods/1.8/CodeChickenLib-1.8-1.1.2.133-universal.jar!META-INF/ccl_at.cfg
[22:42:46] [main/DEBUG] [FML/]: Loaded 4 rules from AccessTransformer mod jar file /root/experimental/extreme/mods/forgeessentials-1.8-1.8.0.12-server.jar!META-INF/forgeessentials_at.cfg
[22:42:46] [main/DEBUG] [FML/]: Loaded 17 rules from AccessTransformer mod jar file /root/experimental/extreme/mods/LomLib v4.1.0.jar!META-INF/lomlib_at.cfg
[22:42:46] [main/DEBUG] [FML/]: Loaded 6 rules from AccessTransformer mod jar file /root/experimental/extreme/mods/tnt_utilities-mc1.8-1.0.2-beta.jar!META-INF/tntutils_at.cfg
[22:42:46] [main/DEBUG] [FML/]: Loaded 69 rules from AccessTransformer mod jar file /root/experimental/extreme/mods/iChunUtil-5.4.0.jar!META-INF/iChunUtil_at.cfg
[22:42:46] [main/DEBUG] [FML/]: Loaded 10 rules from AccessTransformer mod jar file /root/experimental/extreme/mods/Schematica-1.8-1.7.7.130-universal.jar!META-INF/schematica_at.cfg
[22:42:46] [main/DEBUG] [FML/]: Loaded 4 rules from AccessTransformer mod jar file /root/experimental/extreme/mods/FE-1.8-snapshot-8.jar!META-INF/forgeessentials_at.cfg
[22:42:46] [main/DEBUG] [FML/]: Loaded 2 rules from AccessTransformer mod jar file /root/experimental/extreme/mods/stackie-1.8-1.6.0.36.jar!META-INF/stackie_at.cfg
[22:42:46] [main/DEBUG] [FML/]: Loaded 12 rules from AccessTransformer mod jar file /root/experimental/extreme/mods/NotEnoughItems-1.8-1.0.5.104-universal.jar!META-INF/nei_at.cfg
[22:42:46] [main/DEBUG] [FML/]: Loaded 5 rules from AccessTransformer mod jar file /root/experimental/extreme/mods/[0]CodeChickenCore-1.8-1.0.5.36-universal.jar!META-INF/ccc_at.cfg
[22:42:46] [main/DEBUG] [FML/]: Validating minecraft
[22:42:47] [main/DEBUG] [FML/]: Minecraft validated, launching...
[22:42:47] [main/INFO] [LaunchWrapper/]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[22:42:47] [main/DEBUG] [FML/]: Injecting coremod LoadPlugin {alexiil.mods.lib.coremod.LoadPlugin} class transformers
[22:42:47] [main/TRACE] [FML/]: Registering transformer alexiil.mods.lib.coremod.ClassTransformer
[22:42:47] [main/DEBUG] [FML/]: Injection complete
[22:42:47] [main/DEBUG] [FML/]: Running coremod plugin for LoadPlugin {alexiil.mods.lib.coremod.LoadPlugin}
[22:42:47] [main/DEBUG] [FML/]: Running coremod plugin LoadPlugin
[22:42:47] [main/DEBUG] [FML/]: Coremod plugin class LoadPlugin run successfully
[22:42:47] [main/INFO] [LaunchWrapper/]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[22:42:47] [main/DEBUG] [FML/]: Injecting coremod ItemPatchingLoader {com.creativemd.itemphysic.ItemPatchingLoader} class transformers
[22:42:48] [main/TRACE] [FML/]: Registering transformer com.creativemd.itemphysic.ItemTransformer
[22:42:48] [main/DEBUG] [FML/]: Injection complete
[22:42:48] [main/DEBUG] [FML/]: Running coremod plugin for ItemPatchingLoader {com.creativemd.itemphysic.ItemPatchingLoader}
[22:42:48] [main/DEBUG] [FML/]: Running coremod plugin ItemPatchingLoader
[22:42:48] [main/DEBUG] [FML/]: Coremod plugin class ItemPatchingLoader run successfully
[22:42:48] [main/INFO] [LaunchWrapper/]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[22:42:48] [main/DEBUG] [FML/]: Injecting coremod CorePlugin {com.hitchh1k3rsguide.makersmark.asm.CorePlugin} class transformers
[22:42:48] [main/TRACE] [FML/]: Registering transformer com.hitchh1k3rsguide.makersmark.asm.ASMTransformer
[22:42:48] [main/DEBUG] [FML/]: Injection complete
[22:42:48] [main/DEBUG] [FML/]: Running coremod plugin for CorePlugin {com.hitchh1k3rsguide.makersmark.asm.CorePlugin}
[22:42:48] [main/DEBUG] [FML/]: Running coremod plugin CorePlugin
[22:42:48] [main/DEBUG] [FML/]: Coremod plugin class CorePlugin run successfully
[22:42:48] [main/INFO] [STDOUT/]: [com.creativemd.itemphysic.ItemTransformer:transform:71]: [ItemPhysic] Running in obfuscated mode!
[22:42:48] [main/INFO] [LaunchWrapper/]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[22:42:48] [main/DEBUG] [FML/]: Injecting coremod LoadingPlugin {lumien.randomthings.asm.LoadingPlugin} class transformers
[22:42:48] [main/TRACE] [FML/]: Registering transformer lumien.randomthings.asm.ClassTransformer
[22:42:48] [main/DEBUG] [RandomThingsCore/]: Starting Class Transformation
[22:42:48] [main/DEBUG] [FML/]: Injection complete
[22:42:48] [main/DEBUG] [FML/]: Running coremod plugin for LoadingPlugin {lumien.randomthings.asm.LoadingPlugin}
[22:42:48] [main/DEBUG] [FML/]: Running coremod plugin LoadingPlugin
[22:42:48] [main/DEBUG] [FML/]: Coremod plugin class LoadingPlugin run successfully
[22:42:48] [main/INFO] [LaunchWrapper/]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[22:42:48] [main/DEBUG] [FML/]: Injecting coremod TNTUtilities Core {ljfa.tntutils.asm.TntuPlugin} class transformers
[22:42:48] [main/TRACE] [FML/]: Registering transformer ljfa.tntutils.asm.ExplosionTransformer
[22:42:48] [main/DEBUG] [FML/]: Injection complete
[22:42:48] [main/DEBUG] [FML/]: Running coremod plugin for TNTUtilities Core {ljfa.tntutils.asm.TntuPlugin}
[22:42:48] [main/DEBUG] [FML/]: Running coremod plugin TNTUtilities Core
[22:42:48] [main/DEBUG] [FML/]: Coremod plugin class TntuPlugin run successfully
[22:42:48] [main/INFO] [LaunchWrapper/]: Loading tweak class name net.minecraftforge.fml.common.launcher.TerminalTweaker
[22:42:48] [main/INFO] [LaunchWrapper/]: Loading tweak class name org.spongepowered.asm.mixin.MixinEnvironment$EnvironmentStateTweaker
[22:42:48] [main/WARN] [LaunchWrapper/]: Tweak class name org.spongepowered.asm.mixin.MixinEnvironment$EnvironmentStateTweaker has already been visited -- skipping
[22:42:48] [main/INFO] [LaunchWrapper/]: Calling tweak class net.minecraftforge.fml.common.launcher.TerminalTweaker
[22:42:48] [main/INFO] [LaunchWrapper/]: Calling tweak class org.spongepowered.asm.mixin.MixinEnvironment$EnvironmentStateTweaker
[22:42:48] [main/DEBUG] [mixin/]: Adding new mixin transformer proxy #2
[22:42:48] [main/DEBUG] [FML/]: Runtime patching class net.minecraft.server.MinecraftServer (input size 26629), found 1 patch
[22:42:48] [main/DEBUG] [FML/]: Successfully applied runtime patches for net.minecraft.server.MinecraftServer (new size 36278)
[22:42:48] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/world/IBlockAccess (input size 176), found 1 patch
[22:42:48] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/world/IBlockAccess (new size 529)
[22:42:48] [main/DEBUG] [mixin/]: Preparing mixins for MixinEnvironment[DEFAULT]
[22:42:48] [main/DEBUG] [mixin/]: Adding mixin config mixins.forgeessentials.json
[22:42:48] [main/DEBUG] [mixin/]: Rebuilding transformer delegation list:
[22:42:48] [main/DEBUG] [mixin/]: Adding: net.minecraftforge.fml.common.asm.transformers.PatchingTransformer
[22:42:48] [main/DEBUG] [mixin/]: Excluding: org.spongepowered.asm.mixin.transformer.MixinTransformer$Proxy
[22:42:48] [main/DEBUG] [mixin/]: Adding: $wrapper.net.minecraftforge.fml.common.asm.transformers.BlamingTransformer
[22:42:48] [main/DEBUG] [mixin/]: Adding: $wrapper.net.minecraftforge.fml.common.asm.transformers.MarkerTransformer
[22:42:48] [main/DEBUG] [mixin/]: Adding: $wrapper.net.minecraftforge.fml.common.asm.transformers.SideTransformer
[22:42:48] [main/DEBUG] [mixin/]: Excluding: $wrapper.net.minecraftforge.fml.common.asm.transformers.EventSubscriptionTransformer
[22:42:48] [main/DEBUG] [mixin/]: Adding: $wrapper.net.minecraftforge.fml.common.asm.transformers.EventSubscriberTransformer
[22:42:48] [main/DEBUG] [mixin/]: Adding: $wrapper.net.minecraftforge.classloading.FluidIdTransformer
[22:42:48] [main/DEBUG] [mixin/]: Adding: $wrapper.codechicken.lib.asm.ClassHeirachyManager
[22:42:48] [main/DEBUG] [mixin/]: Adding: $wrapper.codechicken.lib.asm.RenderHookTransformer
[22:42:48] [main/DEBUG] [mixin/]: Adding: $wrapper.codechicken.core.asm.InterfaceDependancyTransformer
[22:42:48] [main/DEBUG] [mixin/]: Adding: $wrapper.codechicken.core.asm.TweakTransformer
[22:42:48] [main/DEBUG] [mixin/]: Adding: $wrapper.codechicken.core.asm.DelegatedTransformer
[22:42:48] [main/DEBUG] [mixin/]: Adding: $wrapper.codechicken.core.asm.DefaultImplementationTransformer
[22:42:48] [main/DEBUG] [mixin/]: Adding: $wrapper.codechicken.lib.asm.ClassHeirachyManager
[22:42:48] [main/DEBUG] [mixin/]: Adding: $wrapper.codechicken.lib.asm.RenderHookTransformer
[22:42:48] [main/DEBUG] [mixin/]: Adding: $wrapper.net.fybertech.nwr.NowWithRendering
[22:42:48] [main/DEBUG] [mixin/]: Adding: $wrapper.invtweaks.forge.asm.ContainerTransformer
[22:42:48] [main/DEBUG] [mixin/]: Adding: $wrapper.codechicken.nei.asm.NEITransformer
[22:42:48] [main/DEBUG] [mixin/]: Adding: $wrapper.li.cil.oc.common.asm.ClassTransformer
[22:42:48] [main/DEBUG] [mixin/]: Adding: $wrapper.net.fybertech.nwr.NowWithRendering
[22:42:48] [main/DEBUG] [mixin/]: Adding: $wrapper.portablejim.veinminer.asm.ItemInWorldManagerTransformer
[22:42:48] [main/DEBUG] [mixin/]: Adding: $wrapper.brad16840.common.asm.ClassTransformer
[22:42:48] [main/DEBUG] [mixin/]: Adding: me.guichaguri.betterfps.transformers.MathTransformer
[22:42:48] [main/DEBUG] [mixin/]: Adding: me.guichaguri.betterfps.transformers.EventTransformer
[22:42:48] [main/DEBUG] [mixin/]: Adding: net.minecraftforge.fml.common.asm.transformers.DeobfuscationTransformer
[22:42:48] [main/DEBUG] [mixin/]: Adding: net.minecraftforge.fml.common.asm.transformers.AccessTransformer
[22:42:48] [main/DEBUG] [mixin/]: Adding: net.minecraftforge.transformers.ForgeAccessTransformer
[22:42:48] [main/DEBUG] [mixin/]: Adding: codechicken.core.asm.CodeChickenAccessTransformer
[22:42:48] [main/DEBUG] [mixin/]: Adding: aroma1997.core.coremod.asm.AromaAccessTransformer
[22:42:48] [main/DEBUG] [mixin/]: Adding: invtweaks.forge.asm.ITAccessTransformer
[22:42:48] [main/DEBUG] [mixin/]: Adding: net.minecraftforge.fml.common.asm.transformers.ModAccessTransformer
[22:42:48] [main/DEBUG] [mixin/]: Adding: net.minecraftforge.fml.common.asm.transformers.ItemStackTransformer
[22:42:48] [main/DEBUG] [mixin/]: Adding: $wrapper.alexiil.mods.lib.coremod.ClassTransformer
[22:42:48] [main/DEBUG] [mixin/]: Adding: $wrapper.com.creativemd.itemphysic.ItemTransformer
[22:42:48] [main/DEBUG] [mixin/]: Adding: $wrapper.com.hitchh1k3rsguide.makersmark.asm.ASMTransformer
[22:42:48] [main/DEBUG] [mixin/]: Adding: $wrapper.lumien.randomthings.asm.ClassTransformer
[22:42:48] [main/DEBUG] [mixin/]: Adding: $wrapper.ljfa.tntutils.asm.ExplosionTransformer
[22:42:48] [main/DEBUG] [mixin/]: Excluding: net.minecraftforge.fml.common.asm.transformers.TerminalTransformer
[22:42:48] [main/DEBUG] [mixin/]: Excluding: org.spongepowered.asm.mixin.transformer.MixinTransformer$Proxy
[22:42:48] [main/DEBUG] [mixin/]: Transformer delegation list created with 36 entries
[22:42:48] [main/DEBUG] [mixin/]: Found name transformer: net.minecraftforge.fml.common.asm.transformers.DeobfuscationTransformer
[22:42:48] [main/INFO] [mixin/]: A re-entrant transformer '$wrapper.net.minecraftforge.fml.common.asm.transformers.BlamingTransformer' was detected and will no longer process meta class data
[22:42:48] [main/DEBUG] [mixin/]: Rebuilding transformer delegation list:
[22:42:48] [main/DEBUG] [mixin/]: Adding: net.minecraftforge.fml.common.asm.transformers.PatchingTransformer
[22:42:48] [main/DEBUG] [mixin/]: Excluding: org.spongepowered.asm.mixin.transformer.MixinTransformer$Proxy
[22:42:48] [main/DEBUG] [mixin/]: Excluding: $wrapper.net.minecraftforge.fml.common.asm.transformers.BlamingTransformer
[22:42:48] [main/DEBUG] [mixin/]: Adding: $wrapper.net.minecraftforge.fml.common.asm.transformers.MarkerTransformer
[22:42:48] [main/DEBUG] [mixin/]: Adding: $wrapper.net.minecraftforge.fml.common.asm.transformers.SideTransformer
[22:42:48] [main/DEBUG] [mixin/]: Excluding: $wrapper.net.minecraftforge.fml.common.asm.transformers.EventSubscriptionTransformer
[22:42:48] [main/DEBUG] [mixin/]: Adding: $wrapper.net.minecraftforge.fml.common.asm.transformers.EventSubscriberTransformer
[22:42:48] [main/DEBUG] [mixin/]: Adding: $wrapper.net.minecraftforge.classloading.FluidIdTransformer
[22:42:48] [main/DEBUG] [mixin/]: Adding: $wrapper.codechicken.lib.asm.ClassHeirachyManager
[22:42:48] [main/DEBUG] [mixin/]: Adding: $wrapper.codechicken.lib.asm.RenderHookTransformer
[22:42:48] [main/DEBUG] [mixin/]: Adding: $wrapper.codechicken.core.asm.InterfaceDependancyTransformer
[22:42:48] [main/DEBUG] [mixin/]: Adding: $wrapper.codechicken.core.asm.TweakTransformer
[22:42:48] [main/DEBUG] [mixin/]: Adding: $wrapper.codechicken.core.asm.DelegatedTransformer
[22:42:48] [main/DEBUG] [mixin/]: Adding: $wrapper.codechicken.core.asm.DefaultImplementationTransformer
[22:42:48] [main/DEBUG] [mixin/]: Adding: $wrapper.codechicken.lib.asm.ClassHeirachyManager
[22:42:48] [main/DEBUG] [mixin/]: Adding: $wrapper.codechicken.lib.asm.RenderHookTransformer
[22:42:48] [main/DEBUG] [mixin/]: Adding: $wrapper.net.fybertech.nwr.NowWithRendering
[22:42:48] [main/DEBUG] [mixin/]: Adding: $wrapper.invtweaks.forge.asm.ContainerTransformer
[22:42:48] [main/DEBUG] [mixin/]: Adding: $wrapper.codechicken.nei.asm.NEITransformer
[22:42:48] [main/DEBUG] [mixin/]: Adding: $wrapper.li.cil.oc.common.asm.ClassTransformer
[22:42:48] [main/DEBUG] [mixin/]: Adding: $wrapper.net.fybertech.nwr.NowWithRendering
[22:42:48] [main/DEBUG] [mixin/]: Adding: $wrapper.portablejim.veinminer.asm.ItemInWorldManagerTransformer
[22:42:48] [main/DEBUG] [mixin/]: Adding: $wrapper.brad16840.common.asm.ClassTransformer
[22:42:48] [main/DEBUG] [mixin/]: Adding: me.guichaguri.betterfps.transformers.MathTransformer
[22:42:48] [main/DEBUG] [mixin/]: Adding: me.guichaguri.betterfps.transformers.EventTransformer
[22:42:48] [main/DEBUG] [mixin/]: Adding: net.minecraftforge.fml.common.asm.transformers.DeobfuscationTransformer
[22:42:48] [main/DEBUG] [mixin/]: Adding: net.minecraftforge.fml.common.asm.transformers.AccessTransformer
[22:42:48] [main/DEBUG] [mixin/]: Adding: net.minecraftforge.transformers.ForgeAccessTransformer
[22:42:48] [main/DEBUG] [mixin/]: Adding: codechicken.core.asm.CodeChickenAccessTransformer
[22:42:48] [main/DEBUG] [mixin/]: Adding: aroma1997.core.coremod.asm.AromaAccessTransformer
[22:42:48] [main/DEBUG] [mixin/]: Adding: invtweaks.forge.asm.ITAccessTransformer
[22:42:48] [main/DEBUG] [mixin/]: Adding: net.minecraftforge.fml.common.asm.transformers.ModAccessTransformer
[22:42:48] [main/DEBUG] [mixin/]: Adding: net.minecraftforge.fml.common.asm.transformers.ItemStackTransformer
[22:42:48] [main/DEBUG] [mixin/]: Adding: $wrapper.alexiil.mods.lib.coremod.ClassTransformer
[22:42:48] [main/DEBUG] [mixin/]: Adding: $wrapper.com.creativemd.itemphysic.ItemTransformer
[22:42:48] [main/DEBUG] [mixin/]: Adding: $wrapper.com.hitchh1k3rsguide.makersmark.asm.ASMTransformer
[22:42:48] [main/DEBUG] [mixin/]: Adding: $wrapper.lumien.randomthings.asm.ClassTransformer
[22:42:48] [main/DEBUG] [mixin/]: Adding: $wrapper.ljfa.tntutils.asm.ExplosionTransformer
[22:42:48] [main/DEBUG] [mixin/]: Excluding: net.minecraftforge.fml.common.asm.transformers.TerminalTransformer
[22:42:48] [main/DEBUG] [mixin/]: Excluding: org.spongepowered.asm.mixin.transformer.MixinTransformer$Proxy
[22:42:48] [main/DEBUG] [mixin/]: Transformer delegation list created with 35 entries
[22:42:48] [main/DEBUG] [mixin/]: Found name transformer: net.minecraftforge.fml.common.asm.transformers.DeobfuscationTransformer
[22:42:49] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/player/EntityPlayerMP to metadata cache
[22:42:49] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/network/NetHandlerPlayServer to metadata cache
[22:42:49] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/command/CommandHandler to metadata cache
[22:42:50] [main/DEBUG] [RandomThingsCore/]: Found World Class: net/minecraft/world/World
[22:42:50] [main/DEBUG] [RandomThingsCore/]: Found getRedstonePower
[22:42:50] [main/DEBUG] [RandomThingsCore/]: Found getStrongPower
[22:42:50] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/world/WorldServer$ServerBlockEventList (input size 229), found 1 patch
[22:42:50] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/world/WorldServer$ServerBlockEventList (new size 523)
[22:42:50] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/network/NetworkSystem$1 (input size 784), found 1 patch
[22:42:50] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/network/NetworkSystem$1 (new size 1041)
[22:42:50] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/network/NetworkSystem$2 (input size 798), found 1 patch
[22:42:50] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/network/NetworkSystem$2 (new size 1055)
[22:42:51] [main/DEBUG] [RandomThingsCore/]: Found EntityLivingBase Class: net/minecraft/entity/EntityLivingBase
[22:42:51] [main/DEBUG] [RandomThingsCore/]: - Found updatePotionEffects
[22:42:51] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/server/management/PlayerProfileCache$2 (input size 509), found 1 patch
[22:42:51] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/server/management/PlayerProfileCache$2 (new size 1124)
[22:42:51] [main/INFO] [LaunchWrapper/]: Launching wrapped minecraft {net.minecraft.server.MinecraftServer}
[22:42:51] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/init/Bootstrap$1 (input size 356), found 1 patch
[22:42:51] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/init/Bootstrap$1 (new size 684)
[22:42:51] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/init/Bootstrap$2 (input size 327), found 1 patch
[22:42:51] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/init/Bootstrap$2 (new size 623)
[22:42:51] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/init/Bootstrap$3 (input size 327), found 1 patch
[22:42:51] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/init/Bootstrap$3 (new size 623)
[22:42:51] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/init/Bootstrap$4 (input size 455), found 1 patch
[22:42:51] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/init/Bootstrap$4 (new size 787)
[22:42:51] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/init/Bootstrap$6 (input size 769), found 1 patch
[22:42:51] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/init/Bootstrap$6 (new size 1187)
[22:42:51] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/init/Bootstrap$7 (input size 727), found 1 patch
[22:42:51] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/init/Bootstrap$7 (new size 1167)
[22:42:51] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/init/Bootstrap$8 (input size 947), found 1 patch
[22:42:51] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/init/Bootstrap$8 (new size 1465)
[22:42:51] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/init/Bootstrap$14 (input size 672), found 1 patch
[22:42:51] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/init/Bootstrap$14 (new size 1065)
[22:42:51] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/block/BlockBush (input size 1470), found 1 patch
[22:42:51] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/block/BlockBush (new size 3675)
[22:42:51] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/block/BlockAir (input size 482), found 1 patch
[22:42:51] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/block/BlockAir (new size 1011)
[22:42:51] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/block/BlockOre (input size 1966), found 1 patch
[22:42:51] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/block/BlockOre (new size 2608)
[22:42:51] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/block/BlockDeadBush (input size 1104), found 1 patch
[22:42:51] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/block/BlockDeadBush (new size 1800)
[22:42:51] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/block/BlockMushroom (input size 2516), found 1 patch
[22:42:51] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/block/BlockMushroom (new size 3407)
[22:42:51] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/block/BlockMobSpawner (input size 773), found 1 patch
[22:42:51] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/block/BlockMobSpawner (new size 1698)
[22:42:51] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/block/BlockIce (input size 1675), found 1 patch
[22:42:51] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/block/BlockIce (new size 3154)
[22:42:51] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/block/BlockPotato (input size 816), found 1 patch
[22:42:51] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/block/BlockPotato (new size 1534)
[22:42:51] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/block/Block$1 (input size 323), found 1 patch
[22:42:51] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/block/Block$1 (new size 643)
[22:42:51] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/block/Block$2 (input size 261), found 1 patch
[22:42:51] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/block/Block$2 (new size 563)
[22:42:51] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/block/Block$3 (input size 330), found 1 patch
[22:42:51] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/block/Block$3 (new size 650)
[22:42:51] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/block/Block$4 (input size 377), found 1 patch
[22:42:51] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/block/Block$4 (new size 715)
[22:42:51] [main/DEBUG] [RandomThingsCore/]: Found Block Class: net/minecraft/block/Block
[22:42:51] [main/DEBUG] [RandomThingsCore/]: - Found addCollisionBoxesToList
[22:42:51] [main/INFO] [STDOUT/]: [com.creativemd.itemphysic.transformers.EntityItemTransformer:transform:55]: Name:<init> DESC:(Lnet/minecraft/world/World;DDD)V int:77
[22:42:51] [main/INFO] [STDOUT/]: [com.creativemd.itemphysic.transformers.EntityItemTransformer:transform:55]: Name:<init> DESC:(Lnet/minecraft/world/World;DDDLnet/minecraft/item/ItemStack;)V int:35
[22:42:51] [main/INFO] [STDOUT/]: [com.creativemd.itemphysic.transformers.EntityItemTransformer:transform:55]: Name:func_70041_e_ DESC:()Z int:5
[22:42:51] [main/INFO] [STDOUT/]: [com.creativemd.itemphysic.transformers.EntityItemTransformer:transform:55]: Name:<init> DESC:(Lnet/minecraft/world/World;)V int:44
[22:42:51] [main/INFO] [STDOUT/]: [com.creativemd.itemphysic.transformers.EntityItemTransformer:transform:55]: Name:func_70088_a DESC:()V int:11
[22:42:51] [main/INFO] [STDOUT/]: [com.creativemd.itemphysic.transformers.EntityItemTransformer:transform:55]: Name:func_70071_h_ DESC:()V int:3
[22:42:51] [main/INFO] [STDOUT/]: [com.creativemd.itemphysic.transformers.EntityItemTransformer:transform:55]: Name:func_85054_d DESC:()V int:40
[22:42:51] [main/INFO] [STDOUT/]: [com.creativemd.itemphysic.transformers.EntityItemTransformer:transform:55]: Name:func_70289_a DESC:(Lnet/minecraft/entity/item/EntityItem;)Z int:200
[22:42:51] [main/INFO] [STDOUT/]: [com.creativemd.itemphysic.transformers.EntityItemTransformer:transform:55]: Name:func_70288_d DESC:()V int:9
[22:42:51] [main/INFO] [STDOUT/]: [com.creativemd.itemphysic.transformers.EntityItemTransformer:transform:55]: Name:func_70072_I DESC:()Z int:42
[22:42:51] [main/INFO] [STDOUT/]: [com.creativemd.itemphysic.transformers.EntityItemTransformer:transform:55]: Name:func_70081_e DESC:(I)V int:12
[22:42:51] [main/INFO] [STDOUT/]: [com.creativemd.itemphysic.transformers.EntityItemTransformer:transform:55]: Name:func_70097_a DESC:(Lnet/minecraft/util/DamageSource;F)Z int:5
[22:42:51] [main/INFO] [STDOUT/]: [com.creativemd.itemphysic.transformers.EntityItemTransformer:transform:55]: Name:func_70014_b DESC:(Lnet/minecraft/nbt/NBTTagCompound;)V int:79
[22:42:51] [main/INFO] [STDOUT/]: [com.creativemd.itemphysic.transformers.EntityItemTransformer:transform:55]: Name:func_70037_a DESC:(Lnet/minecraft/nbt/NBTTagCompound;)V int:105
[22:42:51] [main/INFO] [STDOUT/]: [com.creativemd.itemphysic.transformers.EntityItemTransformer:transform:55]: Name:func_70100_b_ DESC:(Lnet/minecraft/entity/player/EntityPlayer;)V int:4
[22:42:51] [main/INFO] [STDOUT/]: [com.creativemd.itemphysic.transformers.EntityItemTransformer:transform:55]: Name:func_70005_c_ DESC:()Ljava/lang/String; int:25
[22:42:51] [main/INFO] [STDOUT/]: [com.creativemd.itemphysic.transformers.EntityItemTransformer:transform:55]: Name:func_70075_an DESC:()Z int:5
[22:42:51] [main/INFO] [STDOUT/]: [com.creativemd.itemphysic.transformers.EntityItemTransformer:transform:55]: Name:func_71027_c DESC:(I)V int:20
[22:42:51] [main/INFO] [STDOUT/]: [com.creativemd.itemphysic.transformers.EntityItemTransformer:transform:55]: Name:func_92059_d DESC:()Lnet/minecraft/item/ItemStack; int:45
[22:42:51] [main/INFO] [STDOUT/]: [com.creativemd.itemphysic.transformers.EntityItemTransformer:transform:55]: Name:func_92058_a DESC:(Lnet/minecraft/item/ItemStack;)V int:17
[22:42:51] [main/INFO] [STDOUT/]: [com.creativemd.itemphysic.transformers.EntityItemTransformer:transform:55]: Name:func_145798_i DESC:()Ljava/lang/String; int:6
[22:42:51] [main/INFO] [STDOUT/]: [com.creativemd.itemphysic.transformers.EntityItemTransformer:transform:55]: Name:func_145797_a DESC:(Ljava/lang/String;)V int:9
[22:42:51] [main/INFO] [STDOUT/]: [com.creativemd.itemphysic.transformers.EntityItemTransformer:transform:55]: Name:func_145800_j DESC:()Ljava/lang/String; int:6
[22:42:51] [main/INFO] [STDOUT/]: [com.creativemd.itemphysic.transformers.EntityItemTransformer:transform:55]: Name:func_145799_b DESC:(Ljava/lang/String;)V int:9
[22:42:51] [main/INFO] [STDOUT/]: [com.creativemd.itemphysic.transformers.EntityItemTransformer:transform:55]: Name:func_174869_p DESC:()V int:9
[22:42:51] [main/INFO] [STDOUT/]: [com.creativemd.itemphysic.transformers.EntityItemTransformer:transform:55]: Name:func_174868_q DESC:()V int:9
[22:42:51] [main/INFO] [STDOUT/]: [com.creativemd.itemphysic.transformers.EntityItemTransformer:transform:55]: Name:func_174871_r DESC:()V int:9
[22:42:51] [main/INFO] [STDOUT/]: [com.creativemd.itemphysic.transformers.EntityItemTransformer:transform:55]: Name:func_174867_a DESC:(I)V int:9
[22:42:51] [main/INFO] [STDOUT/]: [com.creativemd.itemphysic.transformers.EntityItemTransformer:transform:55]: Name:func_174874_s DESC:()Z int:14
[22:42:51] [main/INFO] [STDOUT/]: [com.creativemd.itemphysic.transformers.EntityItemTransformer:transform:55]: Name:func_174873_u DESC:()V int:9
[22:42:51] [main/INFO] [STDOUT/]: [com.creativemd.itemphysic.transformers.EntityItemTransformer:transform:55]: Name:func_174870_v DESC:()V int:13
[22:42:51] [main/INFO] [STDOUT/]: [com.creativemd.itemphysic.transformers.EntityItemTransformer:transform:55]: Name:<clinit> DESC:()V int:5
[22:42:51] [main/INFO] [STDOUT/]: [com.creativemd.itemphysic.transformers.EntityItemTransformer:transform:55]: Name:func_70027_ad DESC:()Z int:5
[22:42:51] [main/INFO] [STDOUT/]: [com.creativemd.itemphysic.transformers.EntityItemTransformer:transform:55]: Name:func_130002_c DESC:(Lnet/minecraft/entity/player/EntityPlayer;)Z int:7
[22:42:51] [main/INFO] [STDOUT/]: [com.creativemd.itemphysic.ItemTransformer:transform:79]: [ItemPhysic] Patching net/minecraft/entity/item/EntityItem
[22:42:52] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/item/Item$1 (input size 491), found 1 patch
[22:42:52] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/item/Item$1 (new size 848)
[22:42:52] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/item/Item$2 (input size 491), found 1 patch
[22:42:52] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/item/Item$2 (new size 848)
[22:42:52] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/item/Item$3 (input size 491), found 1 patch
[22:42:52] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/item/Item$3 (new size 848)
[22:42:52] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/item/Item$4 (input size 491), found 1 patch
[22:42:52] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/item/Item$4 (new size 848)
[22:42:52] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/item/Item$5 (input size 491), found 1 patch
[22:42:52] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/item/Item$5 (new size 848)
[22:42:52] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/item/Item$6 (input size 491), found 1 patch
[22:42:52] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/item/Item$6 (new size 848)
[22:42:52] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/item/Item$7 (input size 493), found 1 patch
[22:42:52] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/item/Item$7 (new size 850)
[22:42:52] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/item/Item$8 (input size 502), found 1 patch
[22:42:52] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/item/Item$8 (new size 829)
[22:42:52] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/item/Item$9 (input size 491), found 1 patch
[22:42:52] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/item/Item$9 (new size 848)
[22:42:52] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/item/Item$10 (input size 526), found 1 patch
[22:42:52] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/item/Item$10 (new size 915)
[22:42:52] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/item/Item$11 (input size 530), found 1 patch
[22:42:52] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/item/Item$11 (new size 919)
[22:42:52] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/item/ItemSnow (input size 1432), found 1 patch
[22:42:52] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/item/ItemSnow (new size 2239)
[22:42:52] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/item/Item$12 (input size 491), found 1 patch
[22:42:52] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/item/Item$12 (new size 848)
[22:42:52] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/item/Item$13 (input size 491), found 1 patch
[22:42:52] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/item/Item$13 (new size 848)
[22:42:52] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/item/ItemLilyPad (input size 1297), found 1 patch
[22:42:52] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/item/ItemLilyPad (new size 2721)
[22:42:52] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/item/Item$14 (input size 491), found 1 patch
[22:42:52] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/item/Item$14 (new size 848)
[22:42:52] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/item/Item$15 (input size 491), found 1 patch
[22:42:52] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/item/Item$15 (new size 853)
[22:42:52] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/item/Item$16 (input size 491), found 1 patch
[22:42:52] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/item/Item$16 (new size 848)
[22:42:52] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/item/Item$17 (input size 491), found 1 patch
[22:42:52] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/item/Item$17 (new size 848)
[22:42:52] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/item/ItemFlintAndSteel (input size 1084), found 1 patch
[22:42:52] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/item/ItemFlintAndSteel (new size 1311)
[22:42:52] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/item/ItemSign (input size 1413), found 1 patch
[22:42:52] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/item/ItemSign (new size 1805)
[22:42:52] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/item/ItemBucketMilk (input size 948), found 1 patch
[22:42:52] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/item/ItemBucketMilk (new size 1322)
[22:42:52] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/item/ItemMap (input size 5232), found 1 patch
[22:42:52] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/item/ItemMap (new size 6696)
[22:42:52] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/item/ItemShears (input size 998), found 1 patch
[22:42:52] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/item/ItemShears (new size 3606)
[22:42:52] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/item/ItemMonsterPlacer (input size 3311), found 1 patch
[22:42:52] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/item/ItemMonsterPlacer (new size 6227)
[22:42:52] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/item/ItemEmptyMap (input size 1326), found 1 patch
[22:42:52] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/item/ItemEmptyMap (new size 1659)
[22:42:52] [main/DEBUG] [RandomThingsCore/]: Found Item Class: net/minecraft/item/Item
[22:42:52] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/block/state/BlockState$1 (input size 521), found 1 patch
[22:42:52] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/block/state/BlockState$1 (new size 834)
[22:42:52] [main/TRACE] [FML/]: Registry add: minecraft:air 0 net.minecraft.block.BlockAir@51d143a1 (req. id 0)
[22:42:52] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/creativetab/CreativeTabs$2 (input size 177), found 1 patch
[22:42:52] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/creativetab/CreativeTabs$2 (new size 724)
[22:42:52] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/creativetab/CreativeTabs$3 (input size 177), found 1 patch
[22:42:52] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/creativetab/CreativeTabs$3 (new size 887)
[22:42:52] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/creativetab/CreativeTabs$4 (input size 177), found 1 patch
[22:42:52] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/creativetab/CreativeTabs$4 (new size 684)
[22:42:52] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/creativetab/CreativeTabs$5 (input size 177), found 1 patch
[22:42:52] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/creativetab/CreativeTabs$5 (new size 724)
[22:42:52] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/creativetab/CreativeTabs$6 (input size 177), found 1 patch
[22:42:52] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/creativetab/CreativeTabs$6 (new size 684)
[22:42:52] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/creativetab/CreativeTabs$7 (input size 177), found 1 patch
[22:42:52] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/creativetab/CreativeTabs$7 (new size 684)
[22:42:52] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/creativetab/CreativeTabs$8 (input size 177), found 1 patch
[22:42:52] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/creativetab/CreativeTabs$8 (new size 679)
[22:42:52] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/creativetab/CreativeTabs$9 (input size 177), found 1 patch
[22:42:52] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/creativetab/CreativeTabs$9 (new size 683)
[22:42:52] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/creativetab/CreativeTabs$1 (input size 177), found 1 patch
[22:42:52] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/creativetab/CreativeTabs$1 (new size 683)
[22:42:52] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/creativetab/CreativeTabs$10 (input size 177), found 1 patch
[22:42:52] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/creativetab/CreativeTabs$10 (new size 684)
[22:42:52] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/creativetab/CreativeTabs$11 (input size 177), found 1 patch
[22:42:52] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/creativetab/CreativeTabs$11 (new size 683)
[22:42:52] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/creativetab/CreativeTabs$12 (input size 177), found 1 patch
[22:42:52] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/creativetab/CreativeTabs$12 (new size 725)
[22:42:52] [main/TRACE] [FML/]: Registry add: minecraft:stone 1 net.minecraft.block.BlockStone@76c52298 (req. id 1)
[22:42:52] [main/TRACE] [FML/]: Registry add: minecraft:grass 2 net.minecraft.block.BlockGrass@507d20bb (req. id 2)
[22:42:52] [main/TRACE] [FML/]: Registry add: minecraft:dirt 3 net.minecraft.block.BlockDirt@67b7c170 (req. id 3)
[22:42:52] [main/TRACE] [FML/]: Registry add: minecraft:cobblestone 4 net.minecraft.block.Block@6df3e44c (req. id 4)
[22:42:53] [main/TRACE] [FML/]: Registry add: minecraft:planks 5 net.minecraft.block.BlockPlanks@351e414e (req. id 5)
[22:42:53] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/world/gen/feature/WorldGenAbstractTree (input size 794), found 1 patch
[22:42:53] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/world/gen/feature/WorldGenAbstractTree (new size 1506)
[22:42:53] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/world/gen/feature/WorldGenTaiga2 (input size 1959), found 1 patch
[22:42:53] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/world/gen/feature/WorldGenTaiga2 (new size 2964)
[22:42:53] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/world/gen/feature/WorldGenMegaJungle (input size 2254), found 1 patch
[22:42:53] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/world/gen/feature/WorldGenMegaJungle (new size 3118)
[22:42:53] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/world/gen/feature/WorldGenSavannaTree (input size 2931), found 1 patch
[22:42:53] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/world/gen/feature/WorldGenSavannaTree (new size 3975)
[22:42:53] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/world/gen/feature/WorldGenCanopyTree (input size 3136), found 1 patch
[22:42:53] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/world/gen/feature/WorldGenCanopyTree (new size 4202)
[22:42:53] [main/TRACE] [FML/]: Registry add: minecraft:sapling 6 net.minecraft.block.BlockSapling@bc0f53b (req. id 6)
[22:42:53] [main/TRACE] [FML/]: Registry add: minecraft:bedrock 7 net.minecraft.block.Block@24361cfc (req. id 7)
[22:42:53] [main/DEBUG] [RandomThingsCore/]: Found BlockLiquid Class: net/minecraft/block/BlockLiquid
[22:42:53] [main/TRACE] [FML/]: Registry add: minecraft:flowing_water 8 net.minecraft.block.BlockDynamicLiquid@6eb82908 (req. id 8)
[22:42:53] [main/TRACE] [FML/]: Registry add: minecraft:water 9 net.minecraft.block.BlockStaticLiquid@56d93692 (req. id 9)
[22:42:53] [main/TRACE] [FML/]: Registry add: minecraft:flowing_lava 10 net.minecraft.block.BlockDynamicLiquid@72e789cb (req. id 10)
[22:42:53] [main/TRACE] [FML/]: Registry add: minecraft:lava 11 net.minecraft.block.BlockStaticLiquid@4b2d44bc (req. id 11)
[22:42:53] [main/TRACE] [FML/]: Registry add: minecraft:sand 12 net.minecraft.block.BlockSand@7a22a3c2 (req. id 12)
[22:42:53] [main/TRACE] [FML/]: Registry add: minecraft:gravel 13 net.minecraft.block.BlockGravel@5fc930f0 (req. id 13)
[22:42:53] [main/TRACE] [FML/]: Registry add: minecraft:gold_ore 14 net.minecraft.block.BlockOre@65f58c6e (req. id 14)
[22:42:53] [main/TRACE] [FML/]: Registry add: minecraft:iron_ore 15 net.minecraft.block.BlockOre@4ba380c7 (req. id 15)
[22:42:53] [main/TRACE] [FML/]: Registry add: minecraft:coal_ore 16 net.minecraft.block.BlockOre@31133b6e (req. id 16)
[22:42:53] [main/TRACE] [FML/]: Registry add: minecraft:log 17 net.minecraft.block.BlockOldLog@40298285 (req. id 17)
[22:42:53] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/block/BlockOldLeaf$1 (input size 419), found 1 patch
[22:42:53] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/block/BlockOldLeaf$1 (new size 772)
[22:42:53] [main/TRACE] [FML/]: Registry add: minecraft:leaves 18 net.minecraft.block.BlockOldLeaf@4f4c789f (req. id 18)
[22:42:53] [main/TRACE] [FML/]: Registry add: minecraft:sponge 19 net.minecraft.block.BlockSponge@4d7aaca2 (req. id 19)
[22:42:53] [main/TRACE] [FML/]: Registry add: minecraft:glass 20 net.minecraft.block.BlockGlass@f1a45f8 (req. id 20)
[22:42:53] [main/TRACE] [FML/]: Registry add: minecraft:lapis_ore 21 net.minecraft.block.BlockOre@4dbad37 (req. id 21)
[22:42:53] [main/TRACE] [FML/]: Registry add: minecraft:lapis_block 22 net.minecraft.block.BlockCompressed@11bd803 (req. id 22)
[22:42:53] [main/TRACE] [FML/]: Registry add: minecraft:dispenser 23 net.minecraft.block.BlockDispenser@3bec2275 (req. id 23)
[22:42:53] [main/TRACE] [FML/]: Registry add: minecraft:sandstone 24 net.minecraft.block.BlockSandStone@4b869331 (req. id 24)
[22:42:54] [main/TRACE] [FML/]: Registry add: minecraft:noteblock 25 net.minecraft.block.BlockNote@14dc3f89 (req. id 25)
[22:42:54] [main/TRACE] [FML/]: Registry add: minecraft:bed 26 net.minecraft.block.BlockBed@2875b016 (req. id 26)
[22:42:54] [main/TRACE] [FML/]: Registry add: minecraft:golden_rail 27 net.minecraft.block.BlockRailPowered@7318daf8 (req. id 27)
[22:42:54] [main/TRACE] [FML/]: Registry add: minecraft:detector_rail 28 net.minecraft.block.BlockRailDetector@63716833 (req. id 28)
[22:42:54] [main/TRACE] [FML/]: Registry add: minecraft:sticky_piston 29 net.minecraft.block.BlockPistonBase@226eba67 (req. id 29)
[22:42:54] [main/TRACE] [FML/]: Registry add: minecraft:web 30 net.minecraft.block.BlockWeb@30c0d731 (req. id 30)
[22:42:54] [main/TRACE] [FML/]: Registry add: minecraft:tallgrass 31 net.minecraft.block.BlockTallGrass@3bbf9027 (req. id 31)
[22:42:54] [main/TRACE] [FML/]: Registry add: minecraft:deadbush 32 net.minecraft.block.BlockDeadBush@28fd3dc1 (req. id 32)
[22:42:54] [main/TRACE] [FML/]: Registry add: minecraft:piston 33 net.minecraft.block.BlockPistonBase@108d55c4 (req. id 33)
[22:42:54] [main/TRACE] [FML/]: Registry add: minecraft:piston_head 34 net.minecraft.block.BlockPistonExtension@730e5763 (req. id 34)
[22:42:54] [main/TRACE] [FML/]: Registry add: minecraft:wool 35 net.minecraft.block.BlockColored@45d64d27 (req. id 35)
[22:42:54] [main/TRACE] [FML/]: Registry add: minecraft:piston_extension 36 net.minecraft.block.BlockPistonMoving@45f421c (req. id 36)
[22:42:54] [main/TRACE] [FML/]: Registry add: minecraft:yellow_flower 37 net.minecraft.block.BlockYellowFlower@3a5c2626 (req. id 37)
[22:42:54] [main/TRACE] [FML/]: Registry add: minecraft:red_flower 38 net.minecraft.block.BlockRedFlower@4b7c4456 (req. id 38)
[22:42:54] [main/TRACE] [FML/]: Registry add: minecraft:brown_mushroom 39 net.minecraft.block.BlockMushroom@11ebb1b6 (req. id 39)
[22:42:54] [main/TRACE] [FML/]: Registry add: minecraft:red_mushroom 40 net.minecraft.block.BlockMushroom@f3021cb (req. id 40)
[22:42:54] [main/TRACE] [FML/]: Registry add: minecraft:gold_block 41 net.minecraft.block.BlockCompressed@6009bea (req. id 41)
[22:42:54] [main/TRACE] [FML/]: Registry add: minecraft:iron_block 42 net.minecraft.block.BlockCompressed@75769ab0 (req. id 42)
[22:42:54] [main/TRACE] [FML/]: Registry add: minecraft:double_stone_slab 43 net.minecraft.block.BlockDoubleStoneSlab@62a4417 (req. id 43)
[22:42:54] [main/TRACE] [FML/]: Registry add: minecraft:stone_slab 44 net.minecraft.block.BlockHalfStoneSlab@732c9b5c (req. id 44)
[22:42:54] [main/TRACE] [FML/]: Registry add: minecraft:brick_block 45 net.minecraft.block.Block@6f4ade6e (req. id 45)
[22:42:54] [main/TRACE] [FML/]: Registry add: minecraft:tnt 46 net.minecraft.block.BlockTNT@86733 (req. id 46)
[22:42:54] [main/TRACE] [FML/]: Registry add: minecraft:bookshelf 47 net.minecraft.block.BlockBookshelf@7fc7c4a (req. id 47)
[22:42:54] [main/TRACE] [FML/]: Registry add: minecraft:mossy_cobblestone 48 net.minecraft.block.Block@53a5e217 (req. id 48)
[22:42:54] [main/TRACE] [FML/]: Registry add: minecraft:obsidian 49 net.minecraft.block.BlockObsidian@338cc75f (req. id 49)
[22:42:54] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/block/BlockTorch$1 (input size 417), found 1 patch
[22:42:54] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/block/BlockTorch$1 (new size 734)
[22:42:54] [main/TRACE] [FML/]: Registry add: minecraft:torch 50 net.minecraft.block.BlockTorch@6b0615ae (req. id 50)
[22:42:57] [main/TRACE] [FML/]: Registry add: minecraft:fire 51 net.minecraft.block.BlockFire@63cf9de0 (req. id 51)
[22:42:57] [main/TRACE] [FML/]: Registry add: minecraft:mob_spawner 52 net.minecraft.block.BlockMobSpawner@370c9018 (req. id 52)
[22:42:57] [main/TRACE] [FML/]: Registry add: minecraft:oak_stairs 53 net.minecraft.block.BlockStairs@7ddcb0dc (req. id 53)
[22:42:57] [main/TRACE] [FML/]: Registry add: minecraft:chest 54 net.minecraft.block.BlockChest@604d28c6 (req. id 54)
[22:42:58] [main/TRACE] [FML/]: Registry add: minecraft:redstone_wire 55 net.minecraft.block.BlockRedstoneWire@3e4d40ea (req. id 55)
[22:42:58] [main/TRACE] [FML/]: Registry add: minecraft:diamond_ore 56 net.minecraft.block.BlockOre@57a667c8 (req. id 56)
[22:42:58] [main/TRACE] [FML/]: Registry add: minecraft:diamond_block 57 net.minecraft.block.BlockCompressed@2094bf3d (req. id 57)
[22:42:58] [main/TRACE] [FML/]: Registry add: minecraft:crafting_table 58 net.minecraft.block.BlockWorkbench@687eb455 (req. id 58)
[22:42:58] [main/TRACE] [FML/]: Registry add: minecraft:wheat 59 net.minecraft.block.BlockCrops@6c8f4bc7 (req. id 59)
[22:42:58] [main/TRACE] [FML/]: Registry add: minecraft:farmland 60 net.minecraft.block.BlockFarmland@20ffb8d5 (req. id 60)
[22:42:58] [main/TRACE] [FML/]: Registry add: minecraft:furnace 61 net.minecraft.block.BlockFurnace@3751acd7 (req. id 61)
[22:42:58] [main/TRACE] [FML/]: Registry add: minecraft:lit_furnace 62 net.minecraft.block.BlockFurnace@2b44605c (req. id 62)
[22:42:58] [main/TRACE] [FML/]: Registry add: minecraft:standing_sign 63 net.minecraft.block.BlockStandingSign@177ede17 (req. id 63)
[22:42:58] [main/TRACE] [FML/]: Registry add: minecraft:wooden_door 64 net.minecraft.block.BlockDoor@1201769d (req. id 64)
[22:42:58] [main/TRACE] [FML/]: Registry add: minecraft:ladder 65 net.minecraft.block.BlockLadder@35ac9ebd (req. id 65)
[22:42:58] [main/TRACE] [FML/]: Registry add: minecraft:rail 66 net.minecraft.block.BlockRail@5e67a490 (req. id 66)
[22:42:58] [main/TRACE] [FML/]: Registry add: minecraft:stone_stairs 67 net.minecraft.block.BlockStairs@64a1116a (req. id 67)
[22:42:58] [main/TRACE] [FML/]: Registry add: minecraft:wall_sign 68 net.minecraft.block.BlockWallSign@7e94e331 (req. id 68)
[22:42:58] [main/TRACE] [FML/]: Registry add: minecraft:lever 69 net.minecraft.block.BlockLever@3cf55e0c (req. id 69)
[22:42:58] [main/TRACE] [FML/]: Registry add: minecraft:stone_pressure_plate 70 net.minecraft.block.BlockPressurePlate@6fb0261e (req. id 70)
[22:42:58] [main/TRACE] [FML/]: Registry add: minecraft:iron_door 71 net.minecraft.block.BlockDoor@112c2930 (req. id 71)
[22:42:58] [main/TRACE] [FML/]: Registry add: minecraft:wooden_pressure_plate 72 net.minecraft.block.BlockPressurePlate@1a497286 (req. id 72)
[22:42:58] [main/TRACE] [FML/]: Registry add: minecraft:redstone_ore 73 net.minecraft.block.BlockRedstoneOre@7d401cdc (req. id 73)
[22:42:58] [main/TRACE] [FML/]: Registry add: minecraft:lit_redstone_ore 74 net.minecraft.block.BlockRedstoneOre@4217bce6 (req. id 74)
[22:42:58] [main/TRACE] [FML/]: Registry add: minecraft:unlit_redstone_torch 75 net.minecraft.block.BlockRedstoneTorch@643ecfef (req. id 75)
[22:42:58] [main/TRACE] [FML/]: Registry add: minecraft:redstone_torch 76 net.minecraft.block.BlockRedstoneTorch@bb8ead8 (req. id 76)
[22:42:58] [main/TRACE] [FML/]: Registry add: minecraft:stone_button 77 net.minecraft.block.BlockButtonStone@1b1252c8 (req. id 77)
[22:42:59] [main/TRACE] [FML/]: Registry add: minecraft:snow_layer 78 net.minecraft.block.BlockSnow@1af677f8 (req. id 78)
[22:42:59] [main/TRACE] [FML/]: Registry add: minecraft:ice 79 net.minecraft.block.BlockIce@5940b14e (req. id 79)
[22:42:59] [main/TRACE] [FML/]: Registry add: minecraft:snow 80 net.minecraft.block.BlockSnowBlock@66d3b881 (req. id 80)
[22:42:59] [main/TRACE] [FML/]: Registry add: minecraft:cactus 81 net.minecraft.block.BlockCactus@74431b9c (req. id 81)
[22:42:59] [main/TRACE] [FML/]: Registry add: minecraft:clay 82 net.minecraft.block.BlockClay@1c7cd434 (req. id 82)
[22:42:59] [main/TRACE] [FML/]: Registry add: minecraft:reeds 83 net.minecraft.block.BlockReed@65d9e72a (req. id 83)
[22:42:59] [main/TRACE] [FML/]: Registry add: minecraft:jukebox 84 net.minecraft.block.BlockJukebox@288728e (req. id 84)
[22:42:59] [main/TRACE] [FML/]: Registry add: minecraft:fence 85 net.minecraft.block.BlockFence@4c5406b (req. id 85)
[22:43:01] [main/INFO] [OpenComputers/]: Successfully patched xn.recreateLeash.
[22:43:01] [main/TRACE] [FML/]: Registry add: minecraft:pumpkin 86 net.minecraft.block.BlockPumpkin@12e007be (req. id 86)
[22:43:01] [main/TRACE] [FML/]: Registry add: minecraft:netherrack 87 net.minecraft.block.BlockNetherrack@315b4202 (req. id 87)
[22:43:01] [main/TRACE] [FML/]: Registry add: minecraft:soul_sand 88 net.minecraft.block.BlockSoulSand@6a51ae7c (req. id 88)
[22:43:01] [main/TRACE] [FML/]: Registry add: minecraft:glowstone 89 net.minecraft.block.BlockGlowstone@4e2cdc51 (req. id 89)
[22:43:01] [main/TRACE] [FML/]: Registry add: minecraft:portal 90 net.minecraft.block.BlockPortal@6182ffef (req. id 90)
[22:43:01] [main/TRACE] [FML/]: Registry add: minecraft:lit_pumpkin 91 net.minecraft.block.BlockPumpkin@30dd00b6 (req. id 91)
[22:43:01] [main/TRACE] [FML/]: Registry add: minecraft:cake 92 net.minecraft.block.BlockCake@1124910c (req. id 92)
[22:43:01] [main/TRACE] [FML/]: Registry add: minecraft:unpowered_repeater 93 net.minecraft.block.BlockRedstoneRepeater@734a149a (req. id 93)
[22:43:01] [main/TRACE] [FML/]: Registry add: minecraft:powered_repeater 94 net.minecraft.block.BlockRedstoneRepeater@4597e6e3 (req. id 94)
[22:43:01] [main/TRACE] [FML/]: Registry add: minecraft:stained_glass 95 net.minecraft.block.BlockStainedGlass@1a10c47e (req. id 95)
[22:43:01] [main/TRACE] [FML/]: Registry add: minecraft:trapdoor 96 net.minecraft.block.BlockTrapDoor@29c1249a (req. id 96)
[22:43:01] [main/TRACE] [FML/]: Registry add: minecraft:monster_egg 97 net.minecraft.block.BlockSilverfish@84f51d9 (req. id 97)
[22:43:01] [main/TRACE] [FML/]: Registry add: minecraft:stonebrick 98 net.minecraft.block.BlockStoneBrick@7ed7ae (req. id 98)
[22:43:01] [main/TRACE] [FML/]: Registry add: minecraft:brown_mushroom_block 99 net.minecraft.block.BlockHugeMushroom@d84418a (req. id 99)
[22:43:01] [main/TRACE] [FML/]: Registry add: minecraft:red_mushroom_block 100 net.minecraft.block.BlockHugeMushroom@74d22ddd (req. id 100)
[22:43:01] [main/TRACE] [FML/]: Registry add: minecraft:iron_bars 101 net.minecraft.block.BlockPane@33e50ff2 (req. id 101)
[22:43:01] [main/TRACE] [FML/]: Registry add: minecraft:glass_pane 102 net.minecraft.block.BlockPane@1a345298 (req. id 102)
[22:43:01] [main/TRACE] [FML/]: Registry add: minecraft:melon_block 103 net.minecraft.block.BlockMelon@fcd0e8d (req. id 103)
[22:43:01] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/block/BlockStem$1 (input size 417), found 1 patch
[22:43:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/block/BlockStem$1 (new size 733)
[22:43:01] [main/TRACE] [FML/]: Registry add: minecraft:pumpkin_stem 104 net.minecraft.block.BlockStem@7cd1ec54 (req. id 104)
[22:43:01] [main/TRACE] [FML/]: Registry add: minecraft:melon_stem 105 net.minecraft.block.BlockStem@520a95ff (req. id 105)
[22:43:02] [main/TRACE] [FML/]: Registry add: minecraft:vine 106 net.minecraft.block.BlockVine@2ab8589a (req. id 106)
[22:43:02] [main/TRACE] [FML/]: Registry add: minecraft:fence_gate 107 net.minecraft.block.BlockFenceGate@7afb9c93 (req. id 107)
[22:43:02] [main/TRACE] [FML/]: Registry add: minecraft:brick_stairs 108 net.minecraft.block.BlockStairs@3e28dc96 (req. id 108)
[22:43:02] [main/TRACE] [FML/]: Registry add: minecraft:stone_brick_stairs 109 net.minecraft.block.BlockStairs@2dd3d39d (req. id 109)
[22:43:02] [main/TRACE] [FML/]: Registry add: minecraft:mycelium 110 net.minecraft.block.BlockMycelium@74ce7fdf (req. id 110)
[22:43:02] [main/TRACE] [FML/]: Registry add: minecraft:waterlily 111 net.minecraft.block.BlockLilyPad@642c72cf (req. id 111)
[22:43:02] [main/TRACE] [FML/]: Registry add: minecraft:nether_brick 112 net.minecraft.block.BlockNetherBrick@5a13f1f7 (req. id 112)
[22:43:02] [main/TRACE] [FML/]: Registry add: minecraft:nether_brick_fence 113 net.minecraft.block.BlockFence@7686f701 (req. id 113)
[22:43:02] [main/TRACE] [FML/]: Registry add: minecraft:nether_brick_stairs 114 net.minecraft.block.BlockStairs@4751cd3 (req. id 114)
[22:43:02] [main/TRACE] [FML/]: Registry add: minecraft:nether_wart 115 net.minecraft.block.BlockNetherWart@7757a37f (req. id 115)
[22:43:02] [main/TRACE] [FML/]: Registry add: minecraft:enchanting_table 116 net.minecraft.block.BlockEnchantmentTable@6451a288 (req. id 116)
[22:43:02] [main/TRACE] [FML/]: Registry add: minecraft:brewing_stand 117 net.minecraft.block.BlockBrewingStand@25109608 (req. id 117)
[22:43:02] [main/TRACE] [FML/]: Registry add: minecraft:cauldron 118 net.minecraft.block.BlockCauldron@24aedcc5 (req. id 118)
[22:43:02] [main/TRACE] [FML/]: Registry add: minecraft:end_portal 119 net.minecraft.block.BlockEndPortal@37d6dddc (req. id 119)
[22:43:02] [main/TRACE] [FML/]: Registry add: minecraft:end_portal_frame 120 net.minecraft.block.BlockEndPortalFrame@770cae59 (req. id 120)
[22:43:02] [main/TRACE] [FML/]: Registry add: minecraft:end_stone 121 net.minecraft.block.Block@7f012923 (req. id 121)
[22:43:02] [main/TRACE] [FML/]: Registry add: minecraft:dragon_egg 122 net.minecraft.block.BlockDragonEgg@261275ae (req. id 122)
[22:43:02] [main/TRACE] [FML/]: Registry add: minecraft:redstone_lamp 123 net.minecraft.block.BlockRedstoneLight@10bdfbcc (req. id 123)
[22:43:02] [main/TRACE] [FML/]: Registry add: minecraft:lit_redstone_lamp 124 net.minecraft.block.BlockRedstoneLight@15e8c040 (req. id 124)
[22:43:02] [main/TRACE] [FML/]: Registry add: minecraft:double_wooden_slab 125 net.minecraft.block.BlockDoubleWoodSlab@2c674d58 (req. id 125)
[22:43:02] [main/TRACE] [FML/]: Registry add: minecraft:wooden_slab 126 net.minecraft.block.BlockHalfWoodSlab@260d48f5 (req. id 126)
[22:43:02] [main/TRACE] [FML/]: Registry add: minecraft:cocoa 127 net.minecraft.block.BlockCocoa@5e158f33 (req. id 127)
[22:43:02] [main/TRACE] [FML/]: Registry add: minecraft:sandstone_stairs 128 net.minecraft.block.BlockStairs@134d7ffa (req. id 128)
[22:43:02] [main/TRACE] [FML/]: Registry add: minecraft:emerald_ore 129 net.minecraft.block.BlockOre@7645e64 (req. id 129)
[22:43:02] [main/TRACE] [FML/]: Registry add: minecraft:ender_chest 130 net.minecraft.block.BlockEnderChest@50de907a (req. id 130)
[22:43:02] [main/TRACE] [FML/]: Registry add: minecraft:tripwire_hook 131 net.minecraft.block.BlockTripWireHook@2e929182 (req. id 131)
[22:43:02] [main/TRACE] [FML/]: Registry add: minecraft:tripwire 132 net.minecraft.block.BlockTripWire@3d71e10b (req. id 132)
[22:43:02] [main/TRACE] [FML/]: Registry add: minecraft:emerald_block 133 net.minecraft.block.BlockCompressed@70485aa (req. id 133)
[22:43:02] [main/TRACE] [FML/]: Registry add: minecraft:spruce_stairs 134 net.minecraft.block.BlockStairs@e06ec83 (req. id 134)
[22:43:02] [main/TRACE] [FML/]: Registry add: minecraft:birch_stairs 135 net.minecraft.block.BlockStairs@586737ff (req. id 135)
[22:43:02] [main/TRACE] [FML/]: Registry add: minecraft:jungle_stairs 136 net.minecraft.block.BlockStairs@56b05bd7 (req. id 136)
[22:43:02] [main/TRACE] [FML/]: Registry add: minecraft:command_block 137 net.minecraft.block.BlockCommandBlock@36cfe107 (req. id 137)
[22:43:02] [main/TRACE] [FML/]: Registry add: minecraft:beacon 138 net.minecraft.block.BlockBeacon@139089a4 (req. id 138)
[22:43:02] [main/TRACE] [FML/]: Registry add: minecraft:cobblestone_wall 139 net.minecraft.block.BlockWall@9f1ca74 (req. id 139)
[22:43:03] [main/TRACE] [FML/]: Registry add: minecraft:flower_pot 140 net.minecraft.block.BlockFlowerPot@7ab1ad9 (req. id 140)
[22:43:03] [main/TRACE] [FML/]: Registry add: minecraft:carrots 141 net.minecraft.block.BlockCarrot@760a2b6e (req. id 141)
[22:43:03] [main/TRACE] [FML/]: Registry add: minecraft:potatoes 142 net.minecraft.block.BlockPotato@14201a90 (req. id 142)
[22:43:03] [main/TRACE] [FML/]: Registry add: minecraft:wooden_button 143 net.minecraft.block.BlockButtonWood@51e94b7d (req. id 143)
[22:43:03] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/entity/boss/IBossDisplayData (input size 0), found 1 patch
[22:43:03] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/entity/boss/IBossDisplayData (new size 154)
[22:43:03] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/block/BlockSkull$1 (input size 568), found 1 patch
[22:43:03] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/block/BlockSkull$1 (new size 892)
[22:43:03] [main/DEBUG] [CCL ASM/]: Injecting before method [fn.toString()Ljava/lang/String;] @ 51 - 55
[22:43:03] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/entity/boss/EntityWither$1 (input size 474), found 1 patch
[22:43:03] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/entity/boss/EntityWither$1 (new size 805)
[22:43:03] [main/TRACE] [FML/]: Registry add: minecraft:skull 144 net.minecraft.block.BlockSkull@3add5e17 (req. id 144)
[22:43:03] [main/TRACE] [FML/]: Registry add: minecraft:anvil 145 net.minecraft.block.BlockAnvil@2c56eba5 (req. id 145)
[22:43:03] [main/TRACE] [FML/]: Registry add: minecraft:trapped_chest 146 net.minecraft.block.BlockChest@7f030c72 (req. id 146)
[22:43:03] [main/TRACE] [FML/]: Registry add: minecraft:light_weighted_pressure_plate 147 net.minecraft.block.BlockPressurePlateWeighted@304744a1 (req. id 147)
[22:43:03] [main/TRACE] [FML/]: Registry add: minecraft:heavy_weighted_pressure_plate 148 net.minecraft.block.BlockPressurePlateWeighted@2f6f4ac4 (req. id 148)
[22:43:03] [main/TRACE] [FML/]: Registry add: minecraft:unpowered_comparator 149 net.minecraft.block.BlockRedstoneComparator@5503c7d (req. id 149)
[22:43:03] [main/TRACE] [FML/]: Registry add: minecraft:powered_comparator 150 net.minecraft.block.BlockRedstoneComparator@3460e4ed (req. id 150)
[22:43:03] [main/TRACE] [FML/]: Registry add: minecraft:daylight_detector 151 net.minecraft.block.BlockDaylightDetector@241d1052 (req. id 151)
[22:43:03] [main/TRACE] [FML/]: Registry add: minecraft:redstone_block 152 net.minecraft.block.BlockCompressedPowered@4cf230bf (req. id 152)
[22:43:03] [main/TRACE] [FML/]: Registry add: minecraft:quartz_ore 153 net.minecraft.block.BlockOre@64665781 (req. id 153)
[22:43:03] [main/TRACE] [FML/]: Registry add: minecraft:hopper 154 net.minecraft.block.BlockHopper@cf984d9 (req. id 154)
[22:43:03] [main/TRACE] [FML/]: Registry add: minecraft:quartz_block 155 net.minecraft.block.BlockQuartz@6e49b011 (req. id 155)
[22:43:03] [main/TRACE] [FML/]: Registry add: minecraft:quartz_stairs 156 net.minecraft.block.BlockStairs@25e6c22a (req. id 156)
[22:43:03] [main/TRACE] [FML/]: Registry add: minecraft:activator_rail 157 net.minecraft.block.BlockRailPowered@51141f64 (req. id 157)
[22:43:03] [main/TRACE] [FML/]: Registry add: minecraft:dropper 158 net.minecraft.block.BlockDropper@2e0652ab (req. id 158)
[22:43:03] [main/TRACE] [FML/]: Registry add: minecraft:stained_hardened_clay 159 net.minecraft.block.BlockColored@17df689e (req. id 159)
[22:43:03] [main/TRACE] [FML/]: Registry add: minecraft:stained_glass_pane 160 net.minecraft.block.BlockStainedGlassPane@2b6fcca1 (req. id 160)
[22:43:03] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/block/BlockNewLeaf$1 (input size 419), found 1 patch
[22:43:03] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/block/BlockNewLeaf$1 (new size 772)
[22:43:03] [main/TRACE] [FML/]: Registry add: minecraft:leaves2 161 net.minecraft.block.BlockNewLeaf@70592729 (req. id 161)
[22:43:03] [main/TRACE] [FML/]: Registry add: minecraft:log2 162 net.minecraft.block.BlockNewLog@34eaf9c1 (req. id 162)
[22:43:03] [main/TRACE] [FML/]: Registry add: minecraft:acacia_stairs 163 net.minecraft.block.BlockStairs@6282f1eb (req. id 163)
[22:43:03] [main/TRACE] [FML/]: Registry add: minecraft:dark_oak_stairs 164 net.minecraft.block.BlockStairs@563ada5 (req. id 164)
[22:43:03] [main/TRACE] [FML/]: Registry add: minecraft:slime 165 net.minecraft.block.BlockSlime@42dd7d82 (req. id 165)
[22:43:03] [main/TRACE] [FML/]: Registry add: minecraft:barrier 166 net.minecraft.block.BlockBarrier@45dc7be (req. id 166)
[22:43:03] [main/TRACE] [FML/]: Registry add: minecraft:iron_trapdoor 167 net.minecraft.block.BlockTrapDoor@6ceb11f9 (req. id 167)
[22:43:03] [main/TRACE] [FML/]: Registry add: minecraft:prismarine 168 net.minecraft.block.BlockPrismarine@38826984 (req. id 168)
[22:43:03] [main/TRACE] [FML/]: Registry add: minecraft:sea_lantern 169 net.minecraft.block.BlockSeaLantern@2e1291a4 (req. id 169)
[22:43:03] [main/TRACE] [FML/]: Registry add: minecraft:hay_block 170 net.minecraft.block.BlockHay@2430cf17 (req. id 170)
[22:43:03] [main/TRACE] [FML/]: Registry add: minecraft:carpet 171 net.minecraft.block.BlockCarpet@189633f2 (req. id 171)
[22:43:03] [main/TRACE] [FML/]: Registry add: minecraft:hardened_clay 172 net.minecraft.block.BlockHardenedClay@53fbb2b4 (req. id 172)
[22:43:03] [main/TRACE] [FML/]: Registry add: minecraft:coal_block 173 net.minecraft.block.Block@44a14de0 (req. id 173)
[22:43:03] [main/TRACE] [FML/]: Registry add: minecraft:packed_ice 174 net.minecraft.block.BlockPackedIce@d0a2c82 (req. id 174)
[22:43:03] [main/TRACE] [FML/]: Registry add: minecraft:double_plant 175 net.minecraft.block.BlockDoublePlant@12d44a2a (req. id 175)
[22:43:03] [main/TRACE] [FML/]: Registry add: minecraft:standing_banner 176 net.minecraft.block.BlockBanner$BlockBannerStanding@ce19c86 (req. id 176)
[22:43:03] [main/TRACE] [FML/]: Registry add: minecraft:wall_banner 177 net.minecraft.block.BlockBanner$BlockBannerHanging@3ea9a091 (req. id 177)
[22:43:03] [main/TRACE] [FML/]: Registry add: minecraft:daylight_detector_inverted 178 net.minecraft.block.BlockDaylightDetector@543da15 (req. id 178)
[22:43:03] [main/TRACE] [FML/]: Registry add: minecraft:red_sandstone 179 net.minecraft.block.BlockRedSandstone@773f3360 (req. id 179)
[22:43:04] [main/TRACE] [FML/]: Registry add: minecraft:red_sandstone_stairs 180 net.minecraft.block.BlockStairs@97beeaf (req. id 180)
[22:43:04] [main/TRACE] [FML/]: Registry add: minecraft:double_stone_slab2 181 net.minecraft.block.BlockDoubleStoneSlabNew@6bdedbbd (req. id 181)
[22:43:04] [main/TRACE] [FML/]: Registry add: minecraft:stone_slab2 182 net.minecraft.block.BlockHalfStoneSlabNew@30bd39d5 (req. id 182)
[22:43:04] [main/TRACE] [FML/]: Registry add: minecraft:spruce_fence_gate 183 net.minecraft.block.BlockFenceGate@6124dda2 (req. id 183)
[22:43:04] [main/TRACE] [FML/]: Registry add: minecraft:birch_fence_gate 184 net.minecraft.block.BlockFenceGate@6fe5da76 (req. id 184)
[22:43:04] [main/TRACE] [FML/]: Registry add: minecraft:jungle_fence_gate 185 net.minecraft.block.BlockFenceGate@3a8b9458 (req. id 185)
[22:43:04] [main/TRACE] [FML/]: Registry add: minecraft:dark_oak_fence_gate 186 net.minecraft.block.BlockFenceGate@46591e98 (req. id 186)
[22:43:04] [main/TRACE] [FML/]: Registry add: minecraft:acacia_fence_gate 187 net.minecraft.block.BlockFenceGate@1d2c253 (req. id 187)
[22:43:04] [main/TRACE] [FML/]: Registry add: minecraft:spruce_fence 188 net.minecraft.block.BlockFence@19e801b5 (req. id 188)
[22:43:04] [main/TRACE] [FML/]: Registry add: minecraft:birch_fence 189 net.minecraft.block.BlockFence@1c53bd49 (req. id 189)
[22:43:04] [main/TRACE] [FML/]: Registry add: minecraft:jungle_fence 190 net.minecraft.block.BlockFence@2a2798a2 (req. id 190)
[22:43:04] [main/TRACE] [FML/]: Registry add: minecraft:dark_oak_fence 191 net.minecraft.block.BlockFence@275902e1 (req. id 191)
[22:43:04] [main/TRACE] [FML/]: Registry add: minecraft:acacia_fence 192 net.minecraft.block.BlockFence@799fb45e (req. id 192)
[22:43:04] [main/TRACE] [FML/]: Registry add: minecraft:spruce_door 193 net.minecraft.block.BlockDoor@6be8ce1b (req. id 193)
[22:43:04] [main/TRACE] [FML/]: Registry add: minecraft:birch_door 194 net.minecraft.block.BlockDoor@1d9bd1d6 (req. id 194)
[22:43:04] [main/TRACE] [FML/]: Registry add: minecraft:jungle_door 195 net.minecraft.block.BlockDoor@69c1ea07 (req. id 195)
[22:43:04] [main/TRACE] [FML/]: Registry add: minecraft:acacia_door 196 net.minecraft.block.BlockDoor@31fe0ce5 (req. id 196)
[22:43:04] [main/TRACE] [FML/]: Registry add: minecraft:dark_oak_door 197 net.minecraft.block.BlockDoor@1c135f63 (req. id 197)
[22:43:04] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockStone@76c52298 for ItemBlock net.minecraft.item.ItemMultiTexture@65503a26 at id 1, original id requested: 1
[22:43:04] [main/TRACE] [FML/]: Registry add: minecraft:stone 1 net.minecraft.item.ItemMultiTexture@65503a26 (req. id 1)
[22:43:04] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockGrass@507d20bb for ItemBlock net.minecraft.item.ItemColored@13aa54f1 at id 2, original id requested: 2
[22:43:04] [main/TRACE] [FML/]: Registry add: minecraft:grass 2 net.minecraft.item.ItemColored@13aa54f1 (req. id 2)
[22:43:04] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockDirt@67b7c170 for ItemBlock net.minecraft.item.ItemMultiTexture@23e9dd78 at id 3, original id requested: 3
[22:43:04] [main/TRACE] [FML/]: Registry add: minecraft:dirt 3 net.minecraft.item.ItemMultiTexture@23e9dd78 (req. id 3)
[22:43:04] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.Block@6df3e44c for ItemBlock net.minecraft.item.ItemBlock@470c4229 at id 4, original id requested: 4
[22:43:04] [main/TRACE] [FML/]: Registry add: minecraft:cobblestone 4 net.minecraft.item.ItemBlock@470c4229 (req. id 4)
[22:43:04] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockPlanks@351e414e for ItemBlock net.minecraft.item.ItemMultiTexture@1e57b783 at id 5, original id requested: 5
[22:43:04] [main/TRACE] [FML/]: Registry add: minecraft:planks 5 net.minecraft.item.ItemMultiTexture@1e57b783 (req. id 5)
[22:43:04] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockSapling@bc0f53b for ItemBlock net.minecraft.item.ItemMultiTexture@5600a278 at id 6, original id requested: 6
[22:43:04] [main/TRACE] [FML/]: Registry add: minecraft:sapling 6 net.minecraft.item.ItemMultiTexture@5600a278 (req. id 6)
[22:43:04] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.Block@24361cfc for ItemBlock net.minecraft.item.ItemBlock@549d14fe at id 7, original id requested: 7
[22:43:04] [main/TRACE] [FML/]: Registry add: minecraft:bedrock 7 net.minecraft.item.ItemBlock@549d14fe (req. id 7)
[22:43:04] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockSand@7a22a3c2 for ItemBlock net.minecraft.item.ItemMultiTexture@41026e5c at id 12, original id requested: 12
[22:43:04] [main/TRACE] [FML/]: Registry add: minecraft:sand 12 net.minecraft.item.ItemMultiTexture@41026e5c (req. id 12)
[22:43:04] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockGravel@5fc930f0 for ItemBlock net.minecraft.item.ItemBlock@12421766 at id 13, original id requested: 13
[22:43:04] [main/TRACE] [FML/]: Registry add: minecraft:gravel 13 net.minecraft.item.ItemBlock@12421766 (req. id 13)
[22:43:04] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockOre@65f58c6e for ItemBlock net.minecraft.item.ItemBlock@2e44cb34 at id 14, original id requested: 14
[22:43:04] [main/TRACE] [FML/]: Registry add: minecraft:gold_ore 14 net.minecraft.item.ItemBlock@2e44cb34 (req. id 14)
[22:43:04] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockOre@4ba380c7 for ItemBlock net.minecraft.item.ItemBlock@731e0bff at id 15, original id requested: 15
[22:43:04] [main/TRACE] [FML/]: Registry add: minecraft:iron_ore 15 net.minecraft.item.ItemBlock@731e0bff (req. id 15)
[22:43:04] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockOre@31133b6e for ItemBlock net.minecraft.item.ItemBlock@213ceb4e at id 16, original id requested: 16
[22:43:04] [main/TRACE] [FML/]: Registry add: minecraft:coal_ore 16 net.minecraft.item.ItemBlock@213ceb4e (req. id 16)
[22:43:04] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockOldLog@40298285 for ItemBlock net.minecraft.item.ItemMultiTexture@2bd2430f at id 17, original id requested: 17
[22:43:04] [main/TRACE] [FML/]: Registry add: minecraft:log 17 net.minecraft.item.ItemMultiTexture@2bd2430f (req. id 17)
[22:43:04] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockNewLog@34eaf9c1 for ItemBlock net.minecraft.item.ItemMultiTexture@6eb00cbe at id 162, original id requested: 162
[22:43:04] [main/TRACE] [FML/]: Registry add: minecraft:log2 162 net.minecraft.item.ItemMultiTexture@6eb00cbe (req. id 162)
[22:43:04] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockOldLeaf@4f4c789f for ItemBlock net.minecraft.item.ItemLeaves@4d174189 at id 18, original id requested: 18
[22:43:04] [main/TRACE] [FML/]: Registry add: minecraft:leaves 18 net.minecraft.item.ItemLeaves@4d174189 (req. id 18)
[22:43:04] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockNewLeaf@70592729 for ItemBlock net.minecraft.item.ItemLeaves@628bd77e at id 161, original id requested: 161
[22:43:04] [main/TRACE] [FML/]: Registry add: minecraft:leaves2 161 net.minecraft.item.ItemLeaves@628bd77e (req. id 161)
[22:43:04] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockSponge@4d7aaca2 for ItemBlock net.minecraft.item.ItemMultiTexture@5d74507c at id 19, original id requested: 19
[22:43:04] [main/TRACE] [FML/]: Registry add: minecraft:sponge 19 net.minecraft.item.ItemMultiTexture@5d74507c (req. id 19)
[22:43:04] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockGlass@f1a45f8 for ItemBlock net.minecraft.item.ItemBlock@2a984952 at id 20, original id requested: 20
[22:43:04] [main/TRACE] [FML/]: Registry add: minecraft:glass 20 net.minecraft.item.ItemBlock@2a984952 (req. id 20)
[22:43:04] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockOre@4dbad37 for ItemBlock net.minecraft.item.ItemBlock@16944b58 at id 21, original id requested: 21
[22:43:04] [main/TRACE] [FML/]: Registry add: minecraft:lapis_ore 21 net.minecraft.item.ItemBlock@16944b58 (req. id 21)
[22:43:04] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockCompressed@11bd803 for ItemBlock net.minecraft.item.ItemBlock@1dbc607d at id 22, original id requested: 22
[22:43:04] [main/TRACE] [FML/]: Registry add: minecraft:lapis_block 22 net.minecraft.item.ItemBlock@1dbc607d (req. id 22)
[22:43:04] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockDispenser@3bec2275 for ItemBlock net.minecraft.item.ItemBlock@62b42406 at id 23, original id requested: 23
[22:43:04] [main/TRACE] [FML/]: Registry add: minecraft:dispenser 23 net.minecraft.item.ItemBlock@62b42406 (req. id 23)
[22:43:04] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockSandStone@4b869331 for ItemBlock net.minecraft.item.ItemMultiTexture@3ef46749 at id 24, original id requested: 24
[22:43:04] [main/TRACE] [FML/]: Registry add: minecraft:sandstone 24 net.minecraft.item.ItemMultiTexture@3ef46749 (req. id 24)
[22:43:04] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockNote@14dc3f89 for ItemBlock net.minecraft.item.ItemBlock@40b54762 at id 25, original id requested: 25
[22:43:04] [main/TRACE] [FML/]: Registry add: minecraft:noteblock 25 net.minecraft.item.ItemBlock@40b54762 (req. id 25)
[22:43:04] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockRailPowered@7318daf8 for ItemBlock net.minecraft.item.ItemBlock@362cf66 at id 27, original id requested: 27
[22:43:04] [main/TRACE] [FML/]: Registry add: minecraft:golden_rail 27 net.minecraft.item.ItemBlock@362cf66 (req. id 27)
[22:43:04] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockRailDetector@63716833 for ItemBlock net.minecraft.item.ItemBlock@7809b43a at id 28, original id requested: 28
[22:43:04] [main/TRACE] [FML/]: Registry add: minecraft:detector_rail 28 net.minecraft.item.ItemBlock@7809b43a (req. id 28)
[22:43:04] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockPistonBase@226eba67 for ItemBlock net.minecraft.item.ItemPiston@65da4a5d at id 29, original id requested: 29
[22:43:04] [main/TRACE] [FML/]: Registry add: minecraft:sticky_piston 29 net.minecraft.item.ItemPiston@65da4a5d (req. id 29)
[22:43:04] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockWeb@30c0d731 for ItemBlock net.minecraft.item.ItemBlock@fbe8fd3 at id 30, original id requested: 30
[22:43:04] [main/TRACE] [FML/]: Registry add: minecraft:web 30 net.minecraft.item.ItemBlock@fbe8fd3 (req. id 30)
[22:43:04] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockTallGrass@3bbf9027 for ItemBlock net.minecraft.item.ItemColored@1ab268bd at id 31, original id requested: 31
[22:43:04] [main/TRACE] [FML/]: Registry add: minecraft:tallgrass 31 net.minecraft.item.ItemColored@1ab268bd (req. id 31)
[22:43:04] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockDeadBush@28fd3dc1 for ItemBlock net.minecraft.item.ItemBlock@2fafa7b5 at id 32, original id requested: 32
[22:43:04] [main/TRACE] [FML/]: Registry add: minecraft:deadbush 32 net.minecraft.item.ItemBlock@2fafa7b5 (req. id 32)
[22:43:04] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockPistonBase@108d55c4 for ItemBlock net.minecraft.item.ItemPiston@181098bf at id 33, original id requested: 33
[22:43:04] [main/TRACE] [FML/]: Registry add: minecraft:piston 33 net.minecraft.item.ItemPiston@181098bf (req. id 33)
[22:43:04] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockColored@45d64d27 for ItemBlock net.minecraft.item.ItemCloth@6a552721 at id 35, original id requested: 35
[22:43:04] [main/TRACE] [FML/]: Registry add: minecraft:wool 35 net.minecraft.item.ItemCloth@6a552721 (req. id 35)
[22:43:04] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockYellowFlower@3a5c2626 for ItemBlock net.minecraft.item.ItemMultiTexture@24dc150c at id 37, original id requested: 37
[22:43:04] [main/TRACE] [FML/]: Registry add: minecraft:yellow_flower 37 net.minecraft.item.ItemMultiTexture@24dc150c (req. id 37)
[22:43:04] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockRedFlower@4b7c4456 for ItemBlock net.minecraft.item.ItemMultiTexture@5e020dd1 at id 38, original id requested: 38
[22:43:04] [main/TRACE] [FML/]: Registry add: minecraft:red_flower 38 net.minecraft.item.ItemMultiTexture@5e020dd1 (req. id 38)
[22:43:04] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockMushroom@11ebb1b6 for ItemBlock net.minecraft.item.ItemBlock@4bbc02ef at id 39, original id requested: 39
[22:43:04] [main/TRACE] [FML/]: Registry add: minecraft:brown_mushroom 39 net.minecraft.item.ItemBlock@4bbc02ef (req. id 39)
[22:43:04] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockMushroom@f3021cb for ItemBlock net.minecraft.item.ItemBlock@f0c1ae1 at id 40, original id requested: 40
[22:43:04] [main/TRACE] [FML/]: Registry add: minecraft:red_mushroom 40 net.minecraft.item.ItemBlock@f0c1ae1 (req. id 40)
[22:43:04] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockCompressed@6009bea for ItemBlock net.minecraft.item.ItemBlock@783dc0e7 at id 41, original id requested: 41
[22:43:04] [main/TRACE] [FML/]: Registry add: minecraft:gold_block 41 net.minecraft.item.ItemBlock@783dc0e7 (req. id 41)
[22:43:04] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockCompressed@75769ab0 for ItemBlock net.minecraft.item.ItemBlock@361f26b4 at id 42, original id requested: 42
[22:43:04] [main/TRACE] [FML/]: Registry add: minecraft:iron_block 42 net.minecraft.item.ItemBlock@361f26b4 (req. id 42)
[22:43:04] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockHalfStoneSlab@732c9b5c for ItemBlock net.minecraft.item.ItemSlab@722b3ba2 at id 44, original id requested: 44
[22:43:04] [main/TRACE] [FML/]: Registry add: minecraft:stone_slab 44 net.minecraft.item.ItemSlab@722b3ba2 (req. id 44)
[22:43:04] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.Block@6f4ade6e for ItemBlock net.minecraft.item.ItemBlock@6487f7f8 at id 45, original id requested: 45
[22:43:04] [main/TRACE] [FML/]: Registry add: minecraft:brick_block 45 net.minecraft.item.ItemBlock@6487f7f8 (req. id 45)
[22:43:04] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockTNT@86733 for ItemBlock net.minecraft.item.ItemBlock@2b62475a at id 46, original id requested: 46
[22:43:04] [main/TRACE] [FML/]: Registry add: minecraft:tnt 46 net.minecraft.item.ItemBlock@2b62475a (req. id 46)
[22:43:04] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockBookshelf@7fc7c4a for ItemBlock net.minecraft.item.ItemBlock@4990b335 at id 47, original id requested: 47
[22:43:04] [main/TRACE] [FML/]: Registry add: minecraft:bookshelf 47 net.minecraft.item.ItemBlock@4990b335 (req. id 47)
[22:43:04] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.Block@53a5e217 for ItemBlock net.minecraft.item.ItemBlock@624d778e at id 48, original id requested: 48
[22:43:04] [main/TRACE] [FML/]: Registry add: minecraft:mossy_cobblestone 48 net.minecraft.item.ItemBlock@624d778e (req. id 48)
[22:43:04] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockObsidian@338cc75f for ItemBlock net.minecraft.item.ItemBlock@39ae6408 at id 49, original id requested: 49
[22:43:04] [main/TRACE] [FML/]: Registry add: minecraft:obsidian 49 net.minecraft.item.ItemBlock@39ae6408 (req. id 49)
[22:43:04] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockTorch@6b0615ae for ItemBlock net.minecraft.item.ItemBlock@cfacf0 at id 50, original id requested: 50
[22:43:04] [main/TRACE] [FML/]: Registry add: minecraft:torch 50 net.minecraft.item.ItemBlock@cfacf0 (req. id 50)
[22:43:04] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockMobSpawner@370c9018 for ItemBlock net.minecraft.item.ItemBlock@4c8abec7 at id 52, original id requested: 52
[22:43:04] [main/TRACE] [FML/]: Registry add: minecraft:mob_spawner 52 net.minecraft.item.ItemBlock@4c8abec7 (req. id 52)
[22:43:04] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockStairs@7ddcb0dc for ItemBlock net.minecraft.item.ItemBlock@45f241df at id 53, original id requested: 53
[22:43:04] [main/TRACE] [FML/]: Registry add: minecraft:oak_stairs 53 net.minecraft.item.ItemBlock@45f241df (req. id 53)
[22:43:04] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockChest@604d28c6 for ItemBlock net.minecraft.item.ItemBlock@f36f34d at id 54, original id requested: 54
[22:43:04] [main/TRACE] [FML/]: Registry add: minecraft:chest 54 net.minecraft.item.ItemBlock@f36f34d (req. id 54)
[22:43:04] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockOre@57a667c8 for ItemBlock net.minecraft.item.ItemBlock@72e36677 at id 56, original id requested: 56
[22:43:04] [main/TRACE] [FML/]: Registry add: minecraft:diamond_ore 56 net.minecraft.item.ItemBlock@72e36677 (req. id 56)
[22:43:04] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockCompressed@2094bf3d for ItemBlock net.minecraft.item.ItemBlock@6b86826a at id 57, original id requested: 57
[22:43:04] [main/TRACE] [FML/]: Registry add: minecraft:diamond_block 57 net.minecraft.item.ItemBlock@6b86826a (req. id 57)
[22:43:04] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockWorkbench@687eb455 for ItemBlock net.minecraft.item.ItemBlock@3c2dda7c at id 58, original id requested: 58
[22:43:04] [main/TRACE] [FML/]: Registry add: minecraft:crafting_table 58 net.minecraft.item.ItemBlock@3c2dda7c (req. id 58)
[22:43:04] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockFarmland@20ffb8d5 for ItemBlock net.minecraft.item.ItemBlock@4b9fa2f at id 60, original id requested: 60
[22:43:04] [main/TRACE] [FML/]: Registry add: minecraft:farmland 60 net.minecraft.item.ItemBlock@4b9fa2f (req. id 60)
[22:43:04] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockFurnace@3751acd7 for ItemBlock net.minecraft.item.ItemBlock@6d80e411 at id 61, original id requested: 61
[22:43:04] [main/TRACE] [FML/]: Registry add: minecraft:furnace 61 net.minecraft.item.ItemBlock@6d80e411 (req. id 61)
[22:43:04] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockFurnace@2b44605c for ItemBlock net.minecraft.item.ItemBlock@32caae19 at id 62, original id requested: 62
[22:43:04] [main/TRACE] [FML/]: Registry add: minecraft:lit_furnace 62 net.minecraft.item.ItemBlock@32caae19 (req. id 62)
[22:43:04] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockLadder@35ac9ebd for ItemBlock net.minecraft.item.ItemBlock@60e67c06 at id 65, original id requested: 65
[22:43:04] [main/TRACE] [FML/]: Registry add: minecraft:ladder 65 net.minecraft.item.ItemBlock@60e67c06 (req. id 65)
[22:43:04] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockRail@5e67a490 for ItemBlock net.minecraft.item.ItemBlock@2bc59ab7 at id 66, original id requested: 66
[22:43:04] [main/TRACE] [FML/]: Registry add: minecraft:rail 66 net.minecraft.item.ItemBlock@2bc59ab7 (req. id 66)
[22:43:04] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockStairs@64a1116a for ItemBlock net.minecraft.item.ItemBlock@410f53b2 at id 67, original id requested: 67
[22:43:04] [main/TRACE] [FML/]: Registry add: minecraft:stone_stairs 67 net.minecraft.item.ItemBlock@410f53b2 (req. id 67)
[22:43:04] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockLever@3cf55e0c for ItemBlock net.minecraft.item.ItemBlock@265287ec at id 69, original id requested: 69
[22:43:04] [main/TRACE] [FML/]: Registry add: minecraft:lever 69 net.minecraft.item.ItemBlock@265287ec (req. id 69)
[22:43:04] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockPressurePlate@6fb0261e for ItemBlock net.minecraft.item.ItemBlock@7507d96c at id 70, original id requested: 70
[22:43:04] [main/TRACE] [FML/]: Registry add: minecraft:stone_pressure_plate 70 net.minecraft.item.ItemBlock@7507d96c (req. id 70)
[22:43:04] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockPressurePlate@1a497286 for ItemBlock net.minecraft.item.ItemBlock@7210f559 at id 72, original id requested: 72
[22:43:04] [main/TRACE] [FML/]: Registry add: minecraft:wooden_pressure_plate 72 net.minecraft.item.ItemBlock@7210f559 (req. id 72)
[22:43:04] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockRedstoneOre@7d401cdc for ItemBlock net.minecraft.item.ItemBlock@49b9ba6a at id 73, original id requested: 73
[22:43:04] [main/TRACE] [FML/]: Registry add: minecraft:redstone_ore 73 net.minecraft.item.ItemBlock@49b9ba6a (req. id 73)
[22:43:04] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockRedstoneTorch@bb8ead8 for ItemBlock net.minecraft.item.ItemBlock@7be62956 at id 76, original id requested: 76
[22:43:04] [main/TRACE] [FML/]: Registry add: minecraft:redstone_torch 76 net.minecraft.item.ItemBlock@7be62956 (req. id 76)
[22:43:04] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockButtonStone@1b1252c8 for ItemBlock net.minecraft.item.ItemBlock@30e143ff at id 77, original id requested: 77
[22:43:04] [main/TRACE] [FML/]: Registry add: minecraft:stone_button 77 net.minecraft.item.ItemBlock@30e143ff (req. id 77)
[22:43:04] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockSnow@1af677f8 for ItemBlock net.minecraft.item.ItemSnow@452ec287 at id 78, original id requested: 78
[22:43:04] [main/TRACE] [FML/]: Registry add: minecraft:snow_layer 78 net.minecraft.item.ItemSnow@452ec287 (req. id 78)
[22:43:04] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockIce@5940b14e for ItemBlock net.minecraft.item.ItemBlock@41404aa2 at id 79, original id requested: 79
[22:43:04] [main/TRACE] [FML/]: Registry add: minecraft:ice 79 net.minecraft.item.ItemBlock@41404aa2 (req. id 79)
[22:43:04] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockSnowBlock@66d3b881 for ItemBlock net.minecraft.item.ItemBlock@b267745 at id 80, original id requested: 80
[22:43:04] [main/TRACE] [FML/]: Registry add: minecraft:snow 80 net.minecraft.item.ItemBlock@b267745 (req. id 80)
[22:43:04] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockCactus@74431b9c for ItemBlock net.minecraft.item.ItemBlock@31e22365 at id 81, original id requested: 81
[22:43:04] [main/TRACE] [FML/]: Registry add: minecraft:cactus 81 net.minecraft.item.ItemBlock@31e22365 (req. id 81)
[22:43:04] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockClay@1c7cd434 for ItemBlock net.minecraft.item.ItemBlock@2ebf524 at id 82, original id requested: 82
[22:43:04] [main/TRACE] [FML/]: Registry add: minecraft:clay 82 net.minecraft.item.ItemBlock@2ebf524 (req. id 82)
[22:43:04] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockJukebox@288728e for ItemBlock net.minecraft.item.ItemBlock@41bdaa81 at id 84, original id requested: 84
[22:43:04] [main/TRACE] [FML/]: Registry add: minecraft:jukebox 84 net.minecraft.item.ItemBlock@41bdaa81 (req. id 84)
[22:43:04] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockFence@4c5406b for ItemBlock net.minecraft.item.ItemBlock@799971ac at id 85, original id requested: 85
[22:43:04] [main/TRACE] [FML/]: Registry add: minecraft:fence 85 net.minecraft.item.ItemBlock@799971ac (req. id 85)
[22:43:04] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockFence@19e801b5 for ItemBlock net.minecraft.item.ItemBlock@59c08cf1 at id 188, original id requested: 188
[22:43:04] [main/TRACE] [FML/]: Registry add: minecraft:spruce_fence 188 net.minecraft.item.ItemBlock@59c08cf1 (req. id 188)
[22:43:04] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockFence@1c53bd49 for ItemBlock net.minecraft.item.ItemBlock@45f0038 at id 189, original id requested: 189
[22:43:04] [main/TRACE] [FML/]: Registry add: minecraft:birch_fence 189 net.minecraft.item.ItemBlock@45f0038 (req. id 189)
[22:43:04] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockFence@2a2798a2 for ItemBlock net.minecraft.item.ItemBlock@289a4b90 at id 190, original id requested: 190
[22:43:04] [main/TRACE] [FML/]: Registry add: minecraft:jungle_fence 190 net.minecraft.item.ItemBlock@289a4b90 (req. id 190)
[22:43:04] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockFence@275902e1 for ItemBlock net.minecraft.item.ItemBlock@1a3c4b3e at id 191, original id requested: 191
[22:43:04] [main/TRACE] [FML/]: Registry add: minecraft:dark_oak_fence 191 net.minecraft.item.ItemBlock@1a3c4b3e (req. id 191)
[22:43:04] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockFence@799fb45e for ItemBlock net.minecraft.item.ItemBlock@4746fb8c at id 192, original id requested: 192
[22:43:04] [main/TRACE] [FML/]: Registry add: minecraft:acacia_fence 192 net.minecraft.item.ItemBlock@4746fb8c (req. id 192)
[22:43:04] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockPumpkin@12e007be for ItemBlock net.minecraft.item.ItemBlock@3be46d9c at id 86, original id requested: 86
[22:43:04] [main/TRACE] [FML/]: Registry add: minecraft:pumpkin 86 net.minecraft.item.ItemBlock@3be46d9c (req. id 86)
[22:43:04] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockNetherrack@315b4202 for ItemBlock net.minecraft.item.ItemBlock@41d877bb at id 87, original id requested: 87
[22:43:04] [main/TRACE] [FML/]: Registry add: minecraft:netherrack 87 net.minecraft.item.ItemBlock@41d877bb (req. id 87)
[22:43:04] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockSoulSand@6a51ae7c for ItemBlock net.minecraft.item.ItemBlock@39c5a105 at id 88, original id requested: 88
[22:43:04] [main/TRACE] [FML/]: Registry add: minecraft:soul_sand 88 net.minecraft.item.ItemBlock@39c5a105 (req. id 88)
[22:43:04] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockGlowstone@4e2cdc51 for ItemBlock net.minecraft.item.ItemBlock@492fa72a at id 89, original id requested: 89
[22:43:04] [main/TRACE] [FML/]: Registry add: minecraft:glowstone 89 net.minecraft.item.ItemBlock@492fa72a (req. id 89)
[22:43:04] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockPumpkin@30dd00b6 for ItemBlock net.minecraft.item.ItemBlock@513fab1e at id 91, original id requested: 91
[22:43:04] [main/TRACE] [FML/]: Registry add: minecraft:lit_pumpkin 91 net.minecraft.item.ItemBlock@513fab1e (req. id 91)
[22:43:04] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockTrapDoor@29c1249a for ItemBlock net.minecraft.item.ItemBlock@53d87b2d at id 96, original id requested: 96
[22:43:04] [main/TRACE] [FML/]: Registry add: minecraft:trapdoor 96 net.minecraft.item.ItemBlock@53d87b2d (req. id 96)
[22:43:04] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockSilverfish@84f51d9 for ItemBlock net.minecraft.item.ItemMultiTexture@7323dce7 at id 97, original id requested: 97
[22:43:04] [main/TRACE] [FML/]: Registry add: minecraft:monster_egg 97 net.minecraft.item.ItemMultiTexture@7323dce7 (req. id 97)
[22:43:04] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockStoneBrick@7ed7ae for ItemBlock net.minecraft.item.ItemMultiTexture@4ff9f715 at id 98, original id requested: 98
[22:43:04] [main/TRACE] [FML/]: Registry add: minecraft:stonebrick 98 net.minecraft.item.ItemMultiTexture@4ff9f715 (req. id 98)
[22:43:04] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockHugeMushroom@d84418a for ItemBlock net.minecraft.item.ItemBlock@118a4d5 at id 99, original id requested: 99
[22:43:04] [main/TRACE] [FML/]: Registry add: minecraft:brown_mushroom_block 99 net.minecraft.item.ItemBlock@118a4d5 (req. id 99)
[22:43:04] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockHugeMushroom@74d22ddd for ItemBlock net.minecraft.item.ItemBlock@6cb194f5 at id 100, original id requested: 100
[22:43:04] [main/TRACE] [FML/]: Registry add: minecraft:red_mushroom_block 100 net.minecraft.item.ItemBlock@6cb194f5 (req. id 100)
[22:43:04] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockPane@33e50ff2 for ItemBlock net.minecraft.item.ItemBlock@74b7497b at id 101, original id requested: 101
[22:43:04] [main/TRACE] [FML/]: Registry add: minecraft:iron_bars 101 net.minecraft.item.ItemBlock@74b7497b (req. id 101)
[22:43:04] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockPane@1a345298 for ItemBlock net.minecraft.item.ItemBlock@74f649a7 at id 102, original id requested: 102
[22:43:04] [main/TRACE] [FML/]: Registry add: minecraft:glass_pane 102 net.minecraft.item.ItemBlock@74f649a7 (req. id 102)
[22:43:04] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockMelon@fcd0e8d for ItemBlock net.minecraft.item.ItemBlock@308c65e0 at id 103, original id requested: 103
[22:43:04] [main/TRACE] [FML/]: Registry add: minecraft:melon_block 103 net.minecraft.item.ItemBlock@308c65e0 (req. id 103)
[22:43:04] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockVine@2ab8589a for ItemBlock net.minecraft.item.ItemColored@50fa5938 at id 106, original id requested: 106
[22:43:04] [main/TRACE] [FML/]: Registry add: minecraft:vine 106 net.minecraft.item.ItemColored@50fa5938 (req. id 106)
[22:43:04] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockFenceGate@7afb9c93 for ItemBlock net.minecraft.item.ItemBlock@1e482ecd at id 107, original id requested: 107
[22:43:04] [main/TRACE] [FML/]: Registry add: minecraft:fence_gate 107 net.minecraft.item.ItemBlock@1e482ecd (req. id 107)
[22:43:04] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockFenceGate@6124dda2 for ItemBlock net.minecraft.item.ItemBlock@58b5f7d2 at id 183, original id requested: 183
[22:43:04] [main/TRACE] [FML/]: Registry add: minecraft:spruce_fence_gate 183 net.minecraft.item.ItemBlock@58b5f7d2 (req. id 183)
[22:43:04] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockFenceGate@6fe5da76 for ItemBlock net.minecraft.item.ItemBlock@bc52a41 at id 184, original id requested: 184
[22:43:04] [main/TRACE] [FML/]: Registry add: minecraft:birch_fence_gate 184 net.minecraft.item.ItemBlock@bc52a41 (req. id 184)
[22:43:04] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockFenceGate@3a8b9458 for ItemBlock net.minecraft.item.ItemBlock@9f48198 at id 185, original id requested: 185
[22:43:04] [main/TRACE] [FML/]: Registry add: minecraft:jungle_fence_gate 185 net.minecraft.item.ItemBlock@9f48198 (req. id 185)
[22:43:04] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockFenceGate@46591e98 for ItemBlock net.minecraft.item.ItemBlock@5615f82d at id 186, original id requested: 186
[22:43:04] [main/TRACE] [FML/]: Registry add: minecraft:dark_oak_fence_gate 186 net.minecraft.item.ItemBlock@5615f82d (req. id 186)
[22:43:04] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockFenceGate@1d2c253 for ItemBlock net.minecraft.item.ItemBlock@21698e5a at id 187, original id requested: 187
[22:43:04] [main/TRACE] [FML/]: Registry add: minecraft:acacia_fence_gate 187 net.minecraft.item.ItemBlock@21698e5a (req. id 187)
[22:43:04] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockStairs@3e28dc96 for ItemBlock net.minecraft.item.ItemBlock@3dc2f14 at id 108, original id requested: 108
[22:43:04] [main/TRACE] [FML/]: Registry add: minecraft:brick_stairs 108 net.minecraft.item.ItemBlock@3dc2f14 (req. id 108)
[22:43:04] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockStairs@2dd3d39d for ItemBlock net.minecraft.item.ItemBlock@2e8986b6 at id 109, original id requested: 109
[22:43:04] [main/TRACE] [FML/]: Registry add: minecraft:stone_brick_stairs 109 net.minecraft.item.ItemBlock@2e8986b6 (req. id 109)
[22:43:04] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockMycelium@74ce7fdf for ItemBlock net.minecraft.item.ItemBlock@5724c7da at id 110, original id requested: 110
[22:43:04] [main/TRACE] [FML/]: Registry add: minecraft:mycelium 110 net.minecraft.item.ItemBlock@5724c7da (req. id 110)
[22:43:04] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockLilyPad@642c72cf for ItemBlock net.minecraft.item.ItemLilyPad@3ad2883a at id 111, original id requested: 111
[22:43:04] [main/TRACE] [FML/]: Registry add: minecraft:waterlily 111 net.minecraft.item.ItemLilyPad@3ad2883a (req. id 111)
[22:43:04] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockNetherBrick@5a13f1f7 for ItemBlock net.minecraft.item.ItemBlock@5814b4fb at id 112, original id requested: 112
[22:43:04] [main/TRACE] [FML/]: Registry add: minecraft:nether_brick 112 net.minecraft.item.ItemBlock@5814b4fb (req. id 112)
[22:43:04] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockFence@7686f701 for ItemBlock net.minecraft.item.ItemBlock@3aca2579 at id 113, original id requested: 113
[22:43:04] [main/TRACE] [FML/]: Registry add: minecraft:nether_brick_fence 113 net.minecraft.item.ItemBlock@3aca2579 (req. id 113)
[22:43:04] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockStairs@4751cd3 for ItemBlock net.minecraft.item.ItemBlock@4ba13fed at id 114, original id requested: 114
[22:43:04] [main/TRACE] [FML/]: Registry add: minecraft:nether_brick_stairs 114 net.minecraft.item.ItemBlock@4ba13fed (req. id 114)
[22:43:04] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockEnchantmentTable@6451a288 for ItemBlock net.minecraft.item.ItemBlock@651cedfb at id 116, original id requested: 116
[22:43:04] [main/TRACE] [FML/]: Registry add: minecraft:enchanting_table 116 net.minecraft.item.ItemBlock@651cedfb (req. id 116)
[22:43:04] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockEndPortalFrame@770cae59 for ItemBlock net.minecraft.item.ItemBlock@18d22ecf at id 120, original id requested: 120
[22:43:04] [main/TRACE] [FML/]: Registry add: minecraft:end_portal_frame 120 net.minecraft.item.ItemBlock@18d22ecf (req. id 120)
[22:43:04] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.Block@7f012923 for ItemBlock net.minecraft.item.ItemBlock@73d83141 at id 121, original id requested: 121
[22:43:04] [main/TRACE] [FML/]: Registry add: minecraft:end_stone 121 net.minecraft.item.ItemBlock@73d83141 (req. id 121)
[22:43:04] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockDragonEgg@261275ae for ItemBlock net.minecraft.item.ItemBlock@31443680 at id 122, original id requested: 122
[22:43:04] [main/TRACE] [FML/]: Registry add: minecraft:dragon_egg 122 net.minecraft.item.ItemBlock@31443680 (req. id 122)
[22:43:04] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockRedstoneLight@10bdfbcc for ItemBlock net.minecraft.item.ItemBlock@33356666 at id 123, original id requested: 123
[22:43:04] [main/TRACE] [FML/]: Registry add: minecraft:redstone_lamp 123 net.minecraft.item.ItemBlock@33356666 (req. id 123)
[22:43:04] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockHalfWoodSlab@260d48f5 for ItemBlock net.minecraft.item.ItemSlab@3a988299 at id 126, original id requested: 126
[22:43:04] [main/TRACE] [FML/]: Registry add: minecraft:wooden_slab 126 net.minecraft.item.ItemSlab@3a988299 (req. id 126)
[22:43:04] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockStairs@134d7ffa for ItemBlock net.minecraft.item.ItemBlock@878feb2 at id 128, original id requested: 128
[22:43:04] [main/TRACE] [FML/]: Registry add: minecraft:sandstone_stairs 128 net.minecraft.item.ItemBlock@878feb2 (req. id 128)
[22:43:04] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockOre@7645e64 for ItemBlock net.minecraft.item.ItemBlock@1818390b at id 129, original id requested: 129
[22:43:04] [main/TRACE] [FML/]: Registry add: minecraft:emerald_ore 129 net.minecraft.item.ItemBlock@1818390b (req. id 129)
[22:43:04] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockEnderChest@50de907a for ItemBlock net.minecraft.item.ItemBlock@67a38 at id 130, original id requested: 130
[22:43:04] [main/TRACE] [FML/]: Registry add: minecraft:ender_chest 130 net.minecraft.item.ItemBlock@67a38 (req. id 130)
[22:43:04] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockTripWireHook@2e929182 for ItemBlock net.minecraft.item.ItemBlock@7ef4aceb at id 131, original id requested: 131
[22:43:04] [main/TRACE] [FML/]: Registry add: minecraft:tripwire_hook 131 net.minecraft.item.ItemBlock@7ef4aceb (req. id 131)
[22:43:04] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockCompressed@70485aa for ItemBlock net.minecraft.item.ItemBlock@31b650e9 at id 133, original id requested: 133
[22:43:04] [main/TRACE] [FML/]: Registry add: minecraft:emerald_block 133 net.minecraft.item.ItemBlock@31b650e9 (req. id 133)
[22:43:04] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockStairs@e06ec83 for ItemBlock net.minecraft.item.ItemBlock@683fe7b5 at id 134, original id requested: 134
[22:43:04] [main/TRACE] [FML/]: Registry add: minecraft:spruce_stairs 134 net.minecraft.item.ItemBlock@683fe7b5 (req. id 134)
[22:43:04] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockStairs@586737ff for ItemBlock net.minecraft.item.ItemBlock@5b5b8730 at id 135, original id requested: 135
[22:43:04] [main/TRACE] [FML/]: Registry add: minecraft:birch_stairs 135 net.minecraft.item.ItemBlock@5b5b8730 (req. id 135)
[22:43:04] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockStairs@56b05bd7 for ItemBlock net.minecraft.item.ItemBlock@93fb44 at id 136, original id requested: 136
[22:43:04] [main/TRACE] [FML/]: Registry add: minecraft:jungle_stairs 136 net.minecraft.item.ItemBlock@93fb44 (req. id 136)
[22:43:04] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockCommandBlock@36cfe107 for ItemBlock net.minecraft.item.ItemBlock@321c2a7 at id 137, original id requested: 137
[22:43:04] [main/TRACE] [FML/]: Registry add: minecraft:command_block 137 net.minecraft.item.ItemBlock@321c2a7 (req. id 137)
[22:43:04] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockBeacon@139089a4 for ItemBlock net.minecraft.item.ItemBlock@14b48f39 at id 138, original id requested: 138
[22:43:04] [main/TRACE] [FML/]: Registry add: minecraft:beacon 138 net.minecraft.item.ItemBlock@14b48f39 (req. id 138)
[22:43:04] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockWall@9f1ca74 for ItemBlock net.minecraft.item.ItemMultiTexture@c87787d at id 139, original id requested: 139
[22:43:04] [main/TRACE] [FML/]: Registry add: minecraft:cobblestone_wall 139 net.minecraft.item.ItemMultiTexture@c87787d (req. id 139)
[22:43:04] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockButtonWood@51e94b7d for ItemBlock net.minecraft.item.ItemBlock@1bea7b0 at id 143, original id requested: 143
[22:43:04] [main/TRACE] [FML/]: Registry add: minecraft:wooden_button 143 net.minecraft.item.ItemBlock@1bea7b0 (req. id 143)
[22:43:04] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockAnvil@2c56eba5 for ItemBlock net.minecraft.item.ItemAnvilBlock@1ab9c735 at id 145, original id requested: 145
[22:43:04] [main/TRACE] [FML/]: Registry add: minecraft:anvil 145 net.minecraft.item.ItemAnvilBlock@1ab9c735 (req. id 145)
[22:43:04] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockChest@7f030c72 for ItemBlock net.minecraft.item.ItemBlock@6e4e60f5 at id 146, original id requested: 146
[22:43:04] [main/TRACE] [FML/]: Registry add: minecraft:trapped_chest 146 net.minecraft.item.ItemBlock@6e4e60f5 (req. id 146)
[22:43:04] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockPressurePlateWeighted@304744a1 for ItemBlock net.minecraft.item.ItemBlock@464a3430 at id 147, original id requested: 147
[22:43:04] [main/TRACE] [FML/]: Registry add: minecraft:light_weighted_pressure_plate 147 net.minecraft.item.ItemBlock@464a3430 (req. id 147)
[22:43:04] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockPressurePlateWeighted@2f6f4ac4 for ItemBlock net.minecraft.item.ItemBlock@3bcedb06 at id 148, original id requested: 148
[22:43:04] [main/TRACE] [FML/]: Registry add: minecraft:heavy_weighted_pressure_plate 148 net.minecraft.item.ItemBlock@3bcedb06 (req. id 148)
[22:43:04] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockDaylightDetector@241d1052 for ItemBlock net.minecraft.item.ItemBlock@6f9a3325 at id 151, original id requested: 151
[22:43:04] [main/TRACE] [FML/]: Registry add: minecraft:daylight_detector 151 net.minecraft.item.ItemBlock@6f9a3325 (req. id 151)
[22:43:04] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockCompressedPowered@4cf230bf for ItemBlock net.minecraft.item.ItemBlock@72ceafeb at id 152, original id requested: 152
[22:43:04] [main/TRACE] [FML/]: Registry add: minecraft:redstone_block 152 net.minecraft.item.ItemBlock@72ceafeb (req. id 152)
[22:43:04] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockOre@64665781 for ItemBlock net.minecraft.item.ItemBlock@65b2ee36 at id 153, original id requested: 153
[22:43:04] [main/TRACE] [FML/]: Registry add: minecraft:quartz_ore 153 net.minecraft.item.ItemBlock@65b2ee36 (req. id 153)
[22:43:04] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockHopper@cf984d9 for ItemBlock net.minecraft.item.ItemBlock@28e91f6d at id 154, original id requested: 154
[22:43:04] [main/TRACE] [FML/]: Registry add: minecraft:hopper 154 net.minecraft.item.ItemBlock@28e91f6d (req. id 154)
[22:43:04] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockQuartz@6e49b011 for ItemBlock net.minecraft.item.ItemMultiTexture@16d4024e at id 155, original id requested: 155
[22:43:04] [main/TRACE] [FML/]: Registry add: minecraft:quartz_block 155 net.minecraft.item.ItemMultiTexture@16d4024e (req. id 155)
[22:43:04] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockStairs@25e6c22a for ItemBlock net.minecraft.item.ItemBlock@11e24688 at id 156, original id requested: 156
[22:43:04] [main/TRACE] [FML/]: Registry add: minecraft:quartz_stairs 156 net.minecraft.item.ItemBlock@11e24688 (req. id 156)
[22:43:04] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockRailPowered@51141f64 for ItemBlock net.minecraft.item.ItemBlock@63d3c9dc at id 157, original id requested: 157
[22:43:04] [main/TRACE] [FML/]: Registry add: minecraft:activator_rail 157 net.minecraft.item.ItemBlock@63d3c9dc (req. id 157)
[22:43:04] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockDropper@2e0652ab for ItemBlock net.minecraft.item.ItemBlock@3a1a0bc at id 158, original id requested: 158
[22:43:04] [main/TRACE] [FML/]: Registry add: minecraft:dropper 158 net.minecraft.item.ItemBlock@3a1a0bc (req. id 158)
[22:43:04] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockColored@17df689e for ItemBlock net.minecraft.item.ItemCloth@35d114f4 at id 159, original id requested: 159
[22:43:04] [main/TRACE] [FML/]: Registry add: minecraft:stained_hardened_clay 159 net.minecraft.item.ItemCloth@35d114f4 (req. id 159)
[22:43:04] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockBarrier@45dc7be for ItemBlock net.minecraft.item.ItemBlock@3684d2c0 at id 166, original id requested: 166
[22:43:04] [main/TRACE] [FML/]: Registry add: minecraft:barrier 166 net.minecraft.item.ItemBlock@3684d2c0 (req. id 166)
[22:43:04] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockTrapDoor@6ceb11f9 for ItemBlock net.minecraft.item.ItemBlock@4be460e5 at id 167, original id requested: 167
[22:43:04] [main/TRACE] [FML/]: Registry add: minecraft:iron_trapdoor 167 net.minecraft.item.ItemBlock@4be460e5 (req. id 167)
[22:43:04] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockHay@2430cf17 for ItemBlock net.minecraft.item.ItemBlock@454e9d65 at id 170, original id requested: 170
[22:43:04] [main/TRACE] [FML/]: Registry add: minecraft:hay_block 170 net.minecraft.item.ItemBlock@454e9d65 (req. id 170)
[22:43:04] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockCarpet@189633f2 for ItemBlock net.minecraft.item.ItemCloth@7805478c at id 171, original id requested: 171
[22:43:04] [main/TRACE] [FML/]: Registry add: minecraft:carpet 171 net.minecraft.item.ItemCloth@7805478c (req. id 171)
[22:43:04] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockHardenedClay@53fbb2b4 for ItemBlock net.minecraft.item.ItemBlock@6807989e at id 172, original id requested: 172
[22:43:04] [main/TRACE] [FML/]: Registry add: minecraft:hardened_clay 172 net.minecraft.item.ItemBlock@6807989e (req. id 172)
[22:43:04] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.Block@44a14de0 for ItemBlock net.minecraft.item.ItemBlock@c2e33 at id 173, original id requested: 173
[22:43:04] [main/TRACE] [FML/]: Registry add: minecraft:coal_block 173 net.minecraft.item.ItemBlock@c2e33 (req. id 173)
[22:43:04] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockPackedIce@d0a2c82 for ItemBlock net.minecraft.item.ItemBlock@31183ee2 at id 174, original id requested: 174
[22:43:04] [main/TRACE] [FML/]: Registry add: minecraft:packed_ice 174 net.minecraft.item.ItemBlock@31183ee2 (req. id 174)
[22:43:04] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockStairs@6282f1eb for ItemBlock net.minecraft.item.ItemBlock@63f3366a at id 163, original id requested: 163
[22:43:04] [main/TRACE] [FML/]: Registry add: minecraft:acacia_stairs 163 net.minecraft.item.ItemBlock@63f3366a (req. id 163)
[22:43:04] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockStairs@563ada5 for ItemBlock net.minecraft.item.ItemBlock@37e491e2 at id 164, original id requested: 164
[22:43:04] [main/TRACE] [FML/]: Registry add: minecraft:dark_oak_stairs 164 net.minecraft.item.ItemBlock@37e491e2 (req. id 164)
[22:43:04] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockSlime@42dd7d82 for ItemBlock net.minecraft.item.ItemBlock@56f84c9b at id 165, original id requested: 165
[22:43:04] [main/TRACE] [FML/]: Registry add: minecraft:slime 165 net.minecraft.item.ItemBlock@56f84c9b (req. id 165)
[22:43:04] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockDoublePlant@12d44a2a for ItemBlock net.minecraft.item.ItemDoublePlant@4f2544b0 at id 175, original id requested: 175
[22:43:04] [main/TRACE] [FML/]: Registry add: minecraft:double_plant 175 net.minecraft.item.ItemDoublePlant@4f2544b0 (req. id 175)
[22:43:04] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockStainedGlass@1a10c47e for ItemBlock net.minecraft.item.ItemCloth@5bad555b at id 95, original id requested: 95
[22:43:04] [main/TRACE] [FML/]: Registry add: minecraft:stained_glass 95 net.minecraft.item.ItemCloth@5bad555b (req. id 95)
[22:43:04] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockStainedGlassPane@2b6fcca1 for ItemBlock net.minecraft.item.ItemCloth@41ec4271 at id 160, original id requested: 160
[22:43:04] [main/TRACE] [FML/]: Registry add: minecraft:stained_glass_pane 160 net.minecraft.item.ItemCloth@41ec4271 (req. id 160)
[22:43:04] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockPrismarine@38826984 for ItemBlock net.minecraft.item.ItemMultiTexture@154f8280 at id 168, original id requested: 168
[22:43:04] [main/TRACE] [FML/]: Registry add: minecraft:prismarine 168 net.minecraft.item.ItemMultiTexture@154f8280 (req. id 168)
[22:43:04] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockSeaLantern@2e1291a4 for ItemBlock net.minecraft.item.ItemBlock@24f90aff at id 169, original id requested: 169
[22:43:04] [main/TRACE] [FML/]: Registry add: minecraft:sea_lantern 169 net.minecraft.item.ItemBlock@24f90aff (req. id 169)
[22:43:04] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockRedSandstone@773f3360 for ItemBlock net.minecraft.item.ItemMultiTexture@25ea068e at id 179, original id requested: 179
[22:43:04] [main/TRACE] [FML/]: Registry add: minecraft:red_sandstone 179 net.minecraft.item.ItemMultiTexture@25ea068e (req. id 179)
[22:43:04] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockStairs@97beeaf for ItemBlock net.minecraft.item.ItemBlock@4cd8db31 at id 180, original id requested: 180
[22:43:04] [main/TRACE] [FML/]: Registry add: minecraft:red_sandstone_stairs 180 net.minecraft.item.ItemBlock@4cd8db31 (req. id 180)
[22:43:04] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockHalfStoneSlabNew@30bd39d5 for ItemBlock net.minecraft.item.ItemSlab@201a8ea7 at id 182, original id requested: 182
[22:43:04] [main/TRACE] [FML/]: Registry add: minecraft:stone_slab2 182 net.minecraft.item.ItemSlab@201a8ea7 (req. id 182)
[22:43:04] [main/TRACE] [FML/]: Registry add: minecraft:iron_shovel 256 net.minecraft.item.ItemSpade@27a0e6ce (req. id 256)
[22:43:04] [main/TRACE] [FML/]: Registry add: minecraft:iron_pickaxe 257 net.minecraft.item.ItemPickaxe@2b80497f (req. id 257)
[22:43:04] [main/TRACE] [FML/]: Registry add: minecraft:iron_axe 258 net.minecraft.item.ItemAxe@6ef4297d (req. id 258)
[22:43:04] [main/TRACE] [FML/]: Registry add: minecraft:flint_and_steel 259 net.minecraft.item.ItemFlintAndSteel@6c36051c (req. id 259)
[22:43:04] [main/TRACE] [FML/]: Registry add: minecraft:apple 260 net.minecraft.item.ItemFood@a240452 (req. id 260)
[22:43:04] [main/TRACE] [FML/]: Registry add: minecraft:bow 261 net.minecraft.item.ItemBow@35cbeb54 (req. id 261)
[22:43:04] [main/TRACE] [FML/]: Registry add: minecraft:arrow 262 net.minecraft.item.Item@a7ae340 (req. id 262)
[22:43:04] [main/TRACE] [FML/]: Registry add: minecraft:coal 263 net.minecraft.item.ItemCoal@335972a5 (req. id 263)
[22:43:04] [main/TRACE] [FML/]: Registry add: minecraft:diamond 264 net.minecraft.item.Item@59a2bed1 (req. id 264)
[22:43:04] [main/TRACE] [FML/]: Registry add: minecraft:iron_ingot 265 net.minecraft.item.Item@49f2646 (req. id 265)
[22:43:04] [main/TRACE] [FML/]: Registry add: minecraft:gold_ingot 266 net.minecraft.item.Item@4b00d59 (req. id 266)
[22:43:04] [main/TRACE] [FML/]: Registry add: minecraft:iron_sword 267 net.minecraft.item.ItemSword@309cf657 (req. id 267)
[22:43:04] [main/TRACE] [FML/]: Registry add: minecraft:wooden_sword 268 net.minecraft.item.ItemSword@4d4c4b14 (req. id 268)
[22:43:04] [main/TRACE] [FML/]: Registry add: minecraft:wooden_shovel 269 net.minecraft.item.ItemSpade@49925d21 (req. id 269)
[22:43:04] [main/TRACE] [FML/]: Registry add: minecraft:wooden_pickaxe 270 net.minecraft.item.ItemPickaxe@11170228 (req. id 270)
[22:43:04] [main/TRACE] [FML/]: Registry add: minecraft:wooden_axe 271 net.minecraft.item.ItemAxe@46ee7013 (req. id 271)
[22:43:04] [main/TRACE] [FML/]: Registry add: minecraft:stone_sword 272 net.minecraft.item.ItemSword@69d58731 (req. id 272)
[22:43:04] [main/TRACE] [FML/]: Registry add: minecraft:stone_shovel 273 net.minecraft.item.ItemSpade@3275a47f (req. id 273)
[22:43:04] [main/TRACE] [FML/]: Registry add: minecraft:stone_pickaxe 274 net.minecraft.item.ItemPickaxe@1b5af65b (req. id 274)
[22:43:04] [main/TRACE] [FML/]: Registry add: minecraft:stone_axe 275 net.minecraft.item.ItemAxe@2e0163cb (req. id 275)
[22:43:04] [main/TRACE] [FML/]: Registry add: minecraft:diamond_sword 276 net.minecraft.item.ItemSword@6b289535 (req. id 276)
[22:43:04] [main/TRACE] [FML/]: Registry add: minecraft:diamond_shovel 277 net.minecraft.item.ItemSpade@74619273 (req. id 277)
[22:43:04] [main/TRACE] [FML/]: Registry add: minecraft:diamond_pickaxe 278 net.minecraft.item.ItemPickaxe@38c55a8a (req. id 278)
[22:43:04] [main/TRACE] [FML/]: Registry add: minecraft:diamond_axe 279 net.minecraft.item.ItemAxe@1d7f7962 (req. id 279)
[22:43:04] [main/TRACE] [FML/]: Registry add: minecraft:stick 280 net.minecraft.item.Item@32d1d6c5 (req. id 280)
[22:43:04] [main/TRACE] [FML/]: Registry add: minecraft:bowl 281 net.minecraft.item.Item@4a5b38e6 (req. id 281)
[22:43:04] [main/TRACE] [FML/]: Registry add: minecraft:mushroom_stew 282 net.minecraft.item.ItemSoup@3e8afc2d (req. id 282)
[22:43:04] [main/TRACE] [FML/]: Registry add: minecraft:golden_sword 283 net.minecraft.item.ItemSword@2d172c7 (req. id 283)
[22:43:04] [main/TRACE] [FML/]: Registry add: minecraft:golden_shovel 284 net.minecraft.item.ItemSpade@115ef673 (req. id 284)
[22:43:04] [main/TRACE] [FML/]: Registry add: minecraft:golden_pickaxe 285 net.minecraft.item.ItemPickaxe@8ce3f27 (req. id 285)
[22:43:04] [main/TRACE] [FML/]: Registry add: minecraft:golden_axe 286 net.minecraft.item.ItemAxe@614cd187 (req. id 286)
[22:43:04] [main/TRACE] [FML/]: Registry add: minecraft:string 287 net.minecraft.item.ItemReed@e895e3e (req. id 287)
[22:43:04] [main/TRACE] [FML/]: Registry add: minecraft:feather 288 net.minecraft.item.Item@77476fcf (req. id 288)
[22:43:04] [main/DEBUG] [CCL ASM/]: Injecting before method [fv.toString()Ljava/lang/String;] @ 56 - 60
[22:43:05] [main/TRACE] [FML/]: Registry add: minecraft:gunpowder 289 net.minecraft.item.Item@1c610f (req. id 289)
[22:43:05] [main/TRACE] [FML/]: Registry add: minecraft:wooden_hoe 290 net.minecraft.item.ItemHoe@5abc5854 (req. id 290)
[22:43:05] [main/TRACE] [FML/]: Registry add: minecraft:stone_hoe 291 net.minecraft.item.ItemHoe@5c3007d (req. id 291)
[22:43:05] [main/TRACE] [FML/]: Registry add: minecraft:iron_hoe 292 net.minecraft.item.ItemHoe@66b40dd3 (req. id 292)
[22:43:05] [main/TRACE] [FML/]: Registry add: minecraft:diamond_hoe 293 net.minecraft.item.ItemHoe@7296fe0b (req. id 293)
[22:43:05] [main/TRACE] [FML/]: Registry add: minecraft:golden_hoe 294 net.minecraft.item.ItemHoe@4a5066f5 (req. id 294)
[22:43:05] [main/TRACE] [FML/]: Registry add: minecraft:wheat_seeds 295 net.minecraft.item.ItemSeeds@1191029d (req. id 295)
[22:43:05] [main/TRACE] [FML/]: Registry add: minecraft:wheat 296 net.minecraft.item.Item@54b2d002 (req. id 296)
[22:43:05] [main/TRACE] [FML/]: Registry add: minecraft:bread 297 net.minecraft.item.ItemFood@1d1c63af (req. id 297)
[22:43:05] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/item/ItemArmor$1 (input size 1342), found 1 patch
[22:43:05] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/item/ItemArmor$1 (new size 1864)
[22:43:05] [main/TRACE] [FML/]: Registry add: minecraft:leather_helmet 298 net.minecraft.item.ItemArmor@79ec57b8 (req. id 298)
[22:43:05] [main/TRACE] [FML/]: Registry add: minecraft:leather_chestplate 299 net.minecraft.item.ItemArmor@56ba8e8c (req. id 299)
[22:43:05] [main/TRACE] [FML/]: Registry add: minecraft:leather_leggings 300 net.minecraft.item.ItemArmor@774c5e5c (req. id 300)
[22:43:05] [main/TRACE] [FML/]: Registry add: minecraft:leather_boots 301 net.minecraft.item.ItemArmor@4cf01c41 (req. id 301)
[22:43:05] [main/TRACE] [FML/]: Registry add: minecraft:chainmail_helmet 302 net.minecraft.item.ItemArmor@57bac3f0 (req. id 302)
[22:43:05] [main/TRACE] [FML/]: Registry add: minecraft:chainmail_chestplate 303 net.minecraft.item.ItemArmor@55f6f965 (req. id 303)
[22:43:05] [main/TRACE] [FML/]: Registry add: minecraft:chainmail_leggings 304 net.minecraft.item.ItemArmor@40ddf339 (req. id 304)
[22:43:05] [main/TRACE] [FML/]: Registry add: minecraft:chainmail_boots 305 net.minecraft.item.ItemArmor@c83ed77 (req. id 305)
[22:43:05] [main/TRACE] [FML/]: Registry add: minecraft:iron_helmet 306 net.minecraft.item.ItemArmor@d271a54 (req. id 306)
[22:43:05] [main/TRACE] [FML/]: Registry add: minecraft:iron_chestplate 307 net.minecraft.item.ItemArmor@6ff8e744 (req. id 307)
[22:43:05] [main/TRACE] [FML/]: Registry add: minecraft:iron_leggings 308 net.minecraft.item.ItemArmor@409395b9 (req. id 308)
[22:43:05] [main/TRACE] [FML/]: Registry add: minecraft:iron_boots 309 net.minecraft.item.ItemArmor@53e82089 (req. id 309)
[22:43:05] [main/TRACE] [FML/]: Registry add: minecraft:diamond_helmet 310 net.minecraft.item.ItemArmor@66a8751a (req. id 310)
[22:43:05] [main/TRACE] [FML/]: Registry add: minecraft:diamond_chestplate 311 net.minecraft.item.ItemArmor@4ec27c4c (req. id 311)
[22:43:05] [main/TRACE] [FML/]: Registry add: minecraft:diamond_leggings 312 net.minecraft.item.ItemArmor@12200670 (req. id 312)
[22:43:05] [main/TRACE] [FML/]: Registry add: minecraft:diamond_boots 313 net.minecraft.item.ItemArmor@5e80d5 (req. id 313)
[22:43:05] [main/TRACE] [FML/]: Registry add: minecraft:golden_helmet 314 net.minecraft.item.ItemArmor@257b3561 (req. id 314)
[22:43:05] [main/TRACE] [FML/]: Registry add: minecraft:golden_chestplate 315 net.minecraft.item.ItemArmor@78861d9e (req. id 315)
[22:43:05] [main/TRACE] [FML/]: Registry add: minecraft:golden_leggings 316 net.minecraft.item.ItemArmor@6a878778 (req. id 316)
[22:43:05] [main/TRACE] [FML/]: Registry add: minecraft:golden_boots 317 net.minecraft.item.ItemArmor@1eabfad5 (req. id 317)
[22:43:05] [main/TRACE] [FML/]: Registry add: minecraft:flint 318 net.minecraft.item.Item@6207145c (req. id 318)
[22:43:05] [main/TRACE] [FML/]: Registry add: minecraft:porkchop 319 net.minecraft.item.ItemFood@2a259f6f (req. id 319)
[22:43:05] [main/TRACE] [FML/]: Registry add: minecraft:cooked_porkchop 320 net.minecraft.item.ItemFood@7ccf6114 (req. id 320)
[22:43:05] [main/TRACE] [FML/]: Registry add: minecraft:painting 321 net.minecraft.item.ItemHangingEntity@4148ce43 (req. id 321)
[22:43:05] [main/TRACE] [FML/]: Registry add: minecraft:golden_apple 322 net.minecraft.item.ItemAppleGold@6fcc0a1 (req. id 322)
[22:43:05] [main/TRACE] [FML/]: Registry add: minecraft:sign 323 net.minecraft.item.ItemSign@46d69ca4 (req. id 323)
[22:43:05] [main/TRACE] [FML/]: Registry add: minecraft:wooden_door 324 net.minecraft.item.ItemDoor@3c826498 (req. id 324)
[22:43:05] [main/TRACE] [FML/]: Registry add: minecraft:bucket 325 net.minecraft.item.ItemBucket@54f25b42 (req. id 325)
[22:43:05] [main/TRACE] [FML/]: Registry add: minecraft:water_bucket 326 net.minecraft.item.ItemBucket@521c67f0 (req. id 326)
[22:43:05] [main/TRACE] [FML/]: Registry add: minecraft:lava_bucket 327 net.minecraft.item.ItemBucket@7d156f8f (req. id 327)
[22:43:05] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/entity/item/EntityMinecartEmpty (input size 875), found 1 patch
[22:43:05] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/entity/item/EntityMinecartEmpty (new size 1745)
[22:43:05] [main/TRACE] [FML/]: Registry add: minecraft:minecart 328 net.minecraft.item.ItemMinecart@22002459 (req. id 328)
[22:43:05] [main/TRACE] [FML/]: Registry add: minecraft:saddle 329 net.minecraft.item.ItemSaddle@1dc9f5ad (req. id 329)
[22:43:05] [main/TRACE] [FML/]: Registry add: minecraft:iron_door 330 net.minecraft.item.ItemDoor@4a2d66e (req. id 330)
[22:43:05] [main/TRACE] [FML/]: Registry add: minecraft:redstone 331 net.minecraft.item.ItemRedstone@2904bc56 (req. id 331)
[22:43:05] [main/TRACE] [FML/]: Registry add: minecraft:snowball 332 net.minecraft.item.ItemSnowball@1e000a17 (req. id 332)
[22:43:05] [main/TRACE] [FML/]: Registry add: minecraft:boat 333 net.minecraft.item.ItemBoat@54f69311 (req. id 333)
[22:43:05] [main/TRACE] [FML/]: Registry add: minecraft:leather 334 net.minecraft.item.Item@4ab86b2a (req. id 334)
[22:43:05] [main/TRACE] [FML/]: Registry add: minecraft:milk_bucket 335 net.minecraft.item.ItemBucketMilk@2ac9e53c (req. id 335)
[22:43:05] [main/TRACE] [FML/]: Registry add: minecraft:brick 336 net.minecraft.item.Item@4ac7856f (req. id 336)
[22:43:05] [main/TRACE] [FML/]: Registry add: minecraft:clay_ball 337 net.minecraft.item.Item@432f4626 (req. id 337)
[22:43:05] [main/TRACE] [FML/]: Registry add: minecraft:reeds 338 net.minecraft.item.ItemReed@297c3a43 (req. id 338)
[22:43:05] [main/TRACE] [FML/]: Registry add: minecraft:paper 339 net.minecraft.item.Item@4c79ca55 (req. id 339)
[22:43:05] [main/TRACE] [FML/]: Registry add: minecraft:book 340 net.minecraft.item.ItemBook@3c4ad54 (req. id 340)
[22:43:05] [main/TRACE] [FML/]: Registry add: minecraft:slime_ball 341 net.minecraft.item.Item@4b22214d (req. id 341)
[22:43:05] [main/TRACE] [FML/]: Registry add: minecraft:chest_minecart 342 net.minecraft.item.ItemMinecart@498b611e (req. id 342)
[22:43:05] [main/TRACE] [FML/]: Registry add: minecraft:furnace_minecart 343 net.minecraft.item.ItemMinecart@6dde1bf5 (req. id 343)
[22:43:05] [main/TRACE] [FML/]: Registry add: minecraft:egg 344 net.minecraft.item.ItemEgg@60a99f3d (req. id 344)
[22:43:05] [main/TRACE] [FML/]: Registry add: minecraft:compass 345 net.minecraft.item.Item@57515944 (req. id 345)
[22:43:05] [main/TRACE] [FML/]: Registry add: minecraft:fishing_rod 346 net.minecraft.item.ItemFishingRod@537451d5 (req. id 346)
[22:43:05] [main/TRACE] [FML/]: Registry add: minecraft:clock 347 net.minecraft.item.Item@785d6a98 (req. id 347)
[22:43:05] [main/TRACE] [FML/]: Registry add: minecraft:glowstone_dust 348 net.minecraft.item.Item@614d7fbf (req. id 348)
[22:43:05] [main/TRACE] [FML/]: Registry add: minecraft:fish 349 net.minecraft.item.ItemFishFood@1d8dbf10 (req. id 349)
[22:43:05] [main/TRACE] [FML/]: Registry add: minecraft:cooked_fish 350 net.minecraft.item.ItemFishFood@e171f93 (req. id 350)
[22:43:05] [main/DEBUG] [mixin/]: Mixing player.MixinEntityPlayer_01 into net.minecraft.entity.player.EntityPlayerMP
[22:43:05] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/player/EntityPlayer to metadata cache
[22:43:05] [main/DEBUG] [RandomThingsCore/]: Found EntityLivingBase Class: net/minecraft/entity/EntityLivingBase
[22:43:05] [main/DEBUG] [RandomThingsCore/]: - Found updatePotionEffects
[22:43:05] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/EntityLivingBase to metadata cache
[22:43:05] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/Entity to metadata cache
[22:43:06] [main/TRACE] [FML/]: Registry add: minecraft:dye 351 net.minecraft.item.ItemDye@45539bd8 (req. id 351)
[22:43:06] [main/TRACE] [FML/]: Registry add: minecraft:bone 352 net.minecraft.item.Item@4bca8eaf (req. id 352)
[22:43:06] [main/TRACE] [FML/]: Registry add: minecraft:sugar 353 net.minecraft.item.Item@55e5415d (req. id 353)
[22:43:06] [main/TRACE] [FML/]: Registry add: minecraft:cake 354 net.minecraft.item.ItemReed@b8142f4 (req. id 354)
[22:43:06] [main/TRACE] [FML/]: Registry add: minecraft:bed 355 net.minecraft.item.ItemBed@4d75c604 (req. id 355)
[22:43:06] [main/TRACE] [FML/]: Registry add: minecraft:repeater 356 net.minecraft.item.ItemReed@3265995e (req. id 356)
[22:43:06] [main/TRACE] [FML/]: Registry add: minecraft:cookie 357 net.minecraft.item.ItemFood@33f2eb04 (req. id 357)
[22:43:06] [main/TRACE] [FML/]: Registry add: minecraft:filled_map 358 net.minecraft.item.ItemMap@673a9db4 (req. id 358)
[22:43:06] [main/TRACE] [FML/]: Registry add: minecraft:shears 359 net.minecraft.item.ItemShears@2792c28 (req. id 359)
[22:43:06] [main/TRACE] [FML/]: Registry add: minecraft:melon 360 net.minecraft.item.ItemFood@6fa7ce4 (req. id 360)
[22:43:06] [main/TRACE] [FML/]: Registry add: minecraft:pumpkin_seeds 361 net.minecraft.item.ItemSeeds@351e86b2 (req. id 361)
[22:43:06] [main/TRACE] [FML/]: Registry add: minecraft:melon_seeds 362 net.minecraft.item.ItemSeeds@5a8b42a3 (req. id 362)
[22:43:06] [main/TRACE] [FML/]: Registry add: minecraft:beef 363 net.minecraft.item.ItemFood@11582db6 (req. id 363)
[22:43:06] [main/TRACE] [FML/]: Registry add: minecraft:cooked_beef 364 net.minecraft.item.ItemFood@44106e25 (req. id 364)
[22:43:06] [main/TRACE] [FML/]: Registry add: minecraft:chicken 365 net.minecraft.item.ItemFood@57a5b03 (req. id 365)
[22:43:06] [main/TRACE] [FML/]: Registry add: minecraft:cooked_chicken 366 net.minecraft.item.ItemFood@5649f55 (req. id 366)
[22:43:06] [main/TRACE] [FML/]: Registry add: minecraft:rotten_flesh 367 net.minecraft.item.ItemFood@558127d2 (req. id 367)
[22:43:06] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/entity/item/EntityEnderPearl (input size 1644), found 1 patch
[22:43:06] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/entity/item/EntityEnderPearl (new size 2927)
[22:43:06] [main/TRACE] [FML/]: Registry add: minecraft:ender_pearl 368 net.minecraft.item.ItemEnderPearl@4e3ee457 (req. id 368)
[22:43:06] [main/TRACE] [FML/]: Registry add: minecraft:blaze_rod 369 net.minecraft.item.Item@41b66d1 (req. id 369)
[22:43:06] [main/TRACE] [FML/]: Registry add: minecraft:ghast_tear 370 net.minecraft.item.Item@fb2c2f3 (req. id 370)
[22:43:06] [main/TRACE] [FML/]: Registry add: minecraft:gold_nugget 371 net.minecraft.item.Item@148fca83 (req. id 371)
[22:43:06] [main/TRACE] [FML/]: Registry add: minecraft:nether_wart 372 net.minecraft.item.ItemSeeds@2d2a8819 (req. id 372)
[22:43:06] [main/TRACE] [FML/]: Registry add: minecraft:potion 373 net.minecraft.item.ItemPotion@6b64bf61 (req. id 373)
[22:43:06] [main/TRACE] [FML/]: Registry add: minecraft:glass_bottle 374 net.minecraft.item.ItemGlassBottle@7846913f (req. id 374)
[22:43:06] [main/TRACE] [FML/]: Registry add: minecraft:spider_eye 375 net.minecraft.item.ItemFood@48da64f2 (req. id 375)
[22:43:06] [main/TRACE] [FML/]: Registry add: minecraft:fermented_spider_eye 376 net.minecraft.item.Item@60b553f (req. id 376)
[22:43:06] [main/TRACE] [FML/]: Registry add: minecraft:blaze_powder 377 net.minecraft.item.Item@2aa811f9 (req. id 377)
[22:43:06] [main/TRACE] [FML/]: Registry add: minecraft:magma_cream 378 net.minecraft.item.Item@66abb2fa (req. id 378)
[22:43:06] [main/TRACE] [FML/]: Registry add: minecraft:brewing_stand 379 net.minecraft.item.ItemReed@7d4da729 (req. id 379)
[22:43:06] [main/TRACE] [FML/]: Registry add: minecraft:cauldron 380 net.minecraft.item.ItemReed@2133b712 (req. id 380)
[22:43:06] [main/TRACE] [FML/]: Registry add: minecraft:ender_eye 381 net.minecraft.item.ItemEnderEye@601d9f3a (req. id 381)
[22:43:06] [main/TRACE] [FML/]: Registry add: minecraft:speckled_melon 382 net.minecraft.item.Item@5c2a3f0c (req. id 382)
[22:43:06] [main/TRACE] [FML/]: Registry add: minecraft:spawn_egg 383 net.minecraft.item.ItemMonsterPlacer@5d93ff21 (req. id 383)
[22:43:06] [main/TRACE] [FML/]: Registry add: minecraft:experience_bottle 384 net.minecraft.item.ItemExpBottle@5e360c3b (req. id 384)
[22:43:06] [main/TRACE] [FML/]: Registry add: minecraft:fire_charge 385 net.minecraft.item.ItemFireball@3cb49121 (req. id 385)
[22:43:06] [main/TRACE] [FML/]: Registry add: minecraft:writable_book 386 net.minecraft.item.ItemWritableBook@4c4215d7 (req. id 386)
[22:43:06] [main/TRACE] [FML/]: Registry add: minecraft:written_book 387 net.minecraft.item.ItemEditableBook@6de5ad56 (req. id 387)
[22:43:06] [main/TRACE] [FML/]: Registry add: minecraft:emerald 388 net.minecraft.item.Item@3155f190 (req. id 388)
[22:43:06] [main/TRACE] [FML/]: Registry add: minecraft:item_frame 389 net.minecraft.item.ItemHangingEntity@cfb94fd (req. id 389)
[22:43:06] [main/TRACE] [FML/]: Registry add: minecraft:flower_pot 390 net.minecraft.item.ItemReed@4ebd8d2 (req. id 390)
[22:43:06] [main/TRACE] [FML/]: Registry add: minecraft:carrot 391 net.minecraft.item.ItemSeedFood@5a63fa71 (req. id 391)
[22:43:06] [main/TRACE] [FML/]: Registry add: minecraft:potato 392 net.minecraft.item.ItemSeedFood@a6fc1bc (req. id 392)
[22:43:06] [main/TRACE] [FML/]: Registry add: minecraft:baked_potato 393 net.minecraft.item.ItemFood@5018b56b (req. id 393)
[22:43:06] [main/TRACE] [FML/]: Registry add: minecraft:poisonous_potato 394 net.minecraft.item.ItemFood@360a3106 (req. id 394)
[22:43:06] [main/TRACE] [FML/]: Registry add: minecraft:map 395 net.minecraft.item.ItemEmptyMap@7e9a836 (req. id 395)
[22:43:06] [main/TRACE] [FML/]: Registry add: minecraft:golden_carrot 396 net.minecraft.item.ItemFood@124ff64d (req. id 396)
[22:43:06] [main/TRACE] [FML/]: Registry add: minecraft:skull 397 net.minecraft.item.ItemSkull@79777da7 (req. id 397)
[22:43:06] [main/TRACE] [FML/]: Registry add: minecraft:carrot_on_a_stick 398 net.minecraft.item.ItemCarrotOnAStick@5e05a706 (req. id 398)
[22:43:06] [main/TRACE] [FML/]: Registry add: minecraft:nether_star 399 net.minecraft.item.ItemSimpleFoiled@3a69014e (req. id 399)
[22:43:06] [main/TRACE] [FML/]: Registry add: minecraft:pumpkin_pie 400 net.minecraft.item.ItemFood@27746c5e (req. id 400)
[22:43:06] [main/TRACE] [FML/]: Registry add: minecraft:fireworks 401 net.minecraft.item.ItemFirework@50e1f3fc (req. id 401)
[22:43:06] [main/TRACE] [FML/]: Registry add: minecraft:firework_charge 402 net.minecraft.item.ItemFireworkCharge@56da8847 (req. id 402)
[22:43:06] [main/TRACE] [FML/]: Registry add: minecraft:enchanted_book 403 net.minecraft.item.ItemEnchantedBook@2c02a007 (req. id 403)
[22:43:06] [main/TRACE] [FML/]: Registry add: minecraft:comparator 404 net.minecraft.item.ItemReed@63a72cc6 (req. id 404)
[22:43:06] [main/TRACE] [FML/]: Registry add: minecraft:netherbrick 405 net.minecraft.item.Item@61bd0845 (req. id 405)
[22:43:06] [main/TRACE] [FML/]: Registry add: minecraft:quartz 406 net.minecraft.item.Item@cef885d (req. id 406)
[22:43:06] [main/TRACE] [FML/]: Registry add: minecraft:tnt_minecart 407 net.minecraft.item.ItemMinecart@35d4035f (req. id 407)
[22:43:06] [main/TRACE] [FML/]: Registry add: minecraft:hopper_minecart 408 net.minecraft.item.ItemMinecart@6f4fc83f (req. id 408)
[22:43:06] [main/TRACE] [FML/]: Registry add: minecraft:prismarine_shard 409 net.minecraft.item.Item@66b90ab3 (req. id 409)
[22:43:06] [main/TRACE] [FML/]: Registry add: minecraft:prismarine_crystals 410 net.minecraft.item.Item@16e4db59 (req. id 410)
[22:43:06] [main/TRACE] [FML/]: Registry add: minecraft:rabbit 411 net.minecraft.item.ItemFood@33fec21 (req. id 411)
[22:43:06] [main/TRACE] [FML/]: Registry add: minecraft:cooked_rabbit 412 net.minecraft.item.ItemFood@12a0d249 (req. id 412)
[22:43:06] [main/TRACE] [FML/]: Registry add: minecraft:rabbit_stew 413 net.minecraft.item.ItemSoup@3c62be3c (req. id 413)
[22:43:06] [main/TRACE] [FML/]: Registry add: minecraft:rabbit_foot 414 net.minecraft.item.Item@c6c84fa (req. id 414)
[22:43:06] [main/TRACE] [FML/]: Registry add: minecraft:rabbit_hide 415 net.minecraft.item.Item@70ce2fb2 (req. id 415)
[22:43:06] [main/TRACE] [FML/]: Registry add: minecraft:armor_stand 416 net.minecraft.item.ItemArmorStand@25f14e93 (req. id 416)
[22:43:06] [main/TRACE] [FML/]: Registry add: minecraft:iron_horse_armor 417 net.minecraft.item.Item@24435620 (req. id 417)
[22:43:06] [main/TRACE] [FML/]: Registry add: minecraft:golden_horse_armor 418 net.minecraft.item.Item@4c02899 (req. id 418)
[22:43:06] [main/TRACE] [FML/]: Registry add: minecraft:diamond_horse_armor 419 net.minecraft.item.Item@5b895e76 (req. id 419)
[22:43:06] [main/TRACE] [FML/]: Registry add: minecraft:lead 420 net.minecraft.item.ItemLead@4feec184 (req. id 420)
[22:43:06] [main/TRACE] [FML/]: Registry add: minecraft:name_tag 421 net.minecraft.item.ItemNameTag@3278d065 (req. id 421)
[22:43:06] [main/TRACE] [FML/]: Registry add: minecraft:command_block_minecart 422 net.minecraft.item.ItemMinecart@545f0b6 (req. id 422)
[22:43:06] [main/TRACE] [FML/]: Registry add: minecraft:mutton 423 net.minecraft.item.ItemFood@3c9ef37b (req. id 423)
[22:43:06] [main/TRACE] [FML/]: Registry add: minecraft:cooked_mutton 424 net.minecraft.item.ItemFood@4888425d (req. id 424)
[22:43:06] [main/TRACE] [FML/]: Registry add: minecraft:banner 425 net.minecraft.item.ItemBanner@3c8758d1 (req. id 425)
[22:43:06] [main/TRACE] [FML/]: Registry add: minecraft:spruce_door 427 net.minecraft.item.ItemDoor@166ddfb7 (req. id 427)
[22:43:06] [main/TRACE] [FML/]: Registry add: minecraft:birch_door 428 net.minecraft.item.ItemDoor@5da3f32a (req. id 428)
[22:43:06] [main/TRACE] [FML/]: Registry add: minecraft:jungle_door 429 net.minecraft.item.ItemDoor@57b3d869 (req. id 429)
[22:43:06] [main/TRACE] [FML/]: Registry add: minecraft:acacia_door 430 net.minecraft.item.ItemDoor@51f4439e (req. id 430)
[22:43:06] [main/TRACE] [FML/]: Registry add: minecraft:dark_oak_door 431 net.minecraft.item.ItemDoor@291cbe70 (req. id 431)
[22:43:06] [main/TRACE] [FML/]: Registry add: minecraft:record_13 2256 net.minecraft.item.ItemRecord@225ddf5f (req. id 2256)
[22:43:06] [main/TRACE] [FML/]: Registry add: minecraft:record_cat 2257 net.minecraft.item.ItemRecord@51468039 (req. id 2257)
[22:43:06] [main/TRACE] [FML/]: Registry add: minecraft:record_blocks 2258 net.minecraft.item.ItemRecord@1d654b5f (req. id 2258)
[22:43:06] [main/TRACE] [FML/]: Registry add: minecraft:record_chirp 2259 net.minecraft.item.ItemRecord@575d48db (req. id 2259)
[22:43:06] [main/TRACE] [FML/]: Registry add: minecraft:record_far 2260 net.minecraft.item.ItemRecord@1b36d248 (req. id 2260)
[22:43:06] [main/TRACE] [FML/]: Registry add: minecraft:record_mall 2261 net.minecraft.item.ItemRecord@7e94de5f (req. id 2261)
[22:43:06] [main/TRACE] [FML/]: Registry add: minecraft:record_mellohi 2262 net.minecraft.item.ItemRecord@499c4d61 (req. id 2262)
[22:43:06] [main/TRACE] [FML/]: Registry add: minecraft:record_stal 2263 net.minecraft.item.ItemRecord@74badf19 (req. id 2263)
[22:43:06] [main/TRACE] [FML/]: Registry add: minecraft:record_strad 2264 net.minecraft.item.ItemRecord@59b3f754 (req. id 2264)
[22:43:06] [main/TRACE] [FML/]: Registry add: minecraft:record_ward 2265 net.minecraft.item.ItemRecord@18dbc1b (req. id 2265)
[22:43:06] [main/TRACE] [FML/]: Registry add: minecraft:record_11 2266 net.minecraft.item.ItemRecord@2a510e0e (req. id 2266)
[22:43:06] [main/TRACE] [FML/]: Registry add: minecraft:record_wait 2267 net.minecraft.item.ItemRecord@8315e4a (req. id 2267)
[22:43:08] [main/DEBUG] [FML/]: Runtime patching class net.minecraft.entity.monster.EntityMagmaCube (input size 2214), found 1 patch
[22:43:08] [main/DEBUG] [FML/]: Successfully applied runtime patches for net.minecraft.entity.monster.EntityMagmaCube (new size 3235)
[22:43:08] [main/DEBUG] [FML/]: Runtime patching class net.minecraft.entity.passive.EntityMooshroom (input size 1944), found 1 patch
[22:43:08] [main/DEBUG] [FML/]: Successfully applied runtime patches for net.minecraft.entity.passive.EntityMooshroom (new size 2817)
[22:43:08] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/entity/passive/EntityHorse$1 (input size 440), found 1 patch
[22:43:08] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/entity/passive/EntityHorse$1 (new size 761)
[22:43:08] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/entity/passive/EntityVillager$ITradeList (input size 117), found 1 patch
[22:43:08] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/entity/passive/EntityVillager$ITradeList (new size 192)
[22:43:08] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/entity/passive/EntityVillager$PriceInfo (input size 574), found 1 patch
[22:43:08] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/entity/passive/EntityVillager$PriceInfo (new size 893)
[22:43:08] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/entity/passive/EntityVillager$ListEnchantedBookForEmeralds (input size 869), found 1 patch
[22:43:08] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/entity/passive/EntityVillager$ListEnchantedBookForEmeralds (new size 1302)
[22:43:08] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/item/crafting/RecipesArmorDyes (input size 2375), found 1 patch
[22:43:08] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/item/crafting/RecipesArmorDyes (new size 3045)
[22:43:08] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/item/crafting/RecipesMapCloning (input size 1539), found 1 patch
[22:43:08] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/item/crafting/RecipesMapCloning (new size 1856)
[22:43:08] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/item/crafting/RecipeRepairItem (input size 1723), found 1 patch
[22:43:08] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/item/crafting/RecipeRepairItem (new size 2307)
[22:43:08] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/item/crafting/RecipesBanners (input size 846), found 1 patch
[22:43:08] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/item/crafting/RecipesBanners (new size 1243)
[22:43:10] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/item/crafting/RecipesBanners$RecipeDuplicatePattern (input size 1592), found 1 patch
[22:43:10] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/item/crafting/RecipesBanners$RecipeDuplicatePattern (new size 2141)
[22:43:10] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/item/crafting/RecipesBanners$RecipeAddPattern (input size 3126), found 1 patch
[22:43:10] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/item/crafting/RecipesBanners$RecipeAddPattern (new size 3908)
[22:43:10] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/command/CommandEnchant (input size 2604), found 1 patch
[22:43:10] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/command/CommandEnchant (new size 3304)
[22:43:10] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/command/server/CommandSetBlock (input size 2976), found 1 patch
[22:43:10] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/command/server/CommandSetBlock (new size 3645)
[22:43:10] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/command/CommandFill (input size 4599), found 1 patch
[22:43:10] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/command/CommandFill (new size 5602)
[22:43:10] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/command/server/CommandTestForBlock (input size 3790), found 1 patch
[22:43:10] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/command/server/CommandTestForBlock (new size 4730)
[22:43:10] [main/DEBUG] [mixin/]: Mixing command.MixinCommandHandler_01 into net.minecraft.command.CommandHandler
[22:43:10] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/command/CommandException to metadata cache
[22:43:10] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/command/WrongUsageException to metadata cache
[22:43:10] [main/TRACE] [mixin/]: Added class metadata for java/lang/Exception to metadata cache
[22:43:10] [main/TRACE] [mixin/]: Added class metadata for java/lang/Throwable to metadata cache
[22:43:10] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/command/SyntaxErrorException to metadata cache
[22:43:11] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/world/chunk/storage/AnvilSaveHandler (input size 974), found 1 patch
[22:43:11] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/world/chunk/storage/AnvilSaveHandler (new size 1419)
[22:43:11] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/nbt/CompressedStreamTools (input size 2344), found 1 patch
[22:43:11] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/nbt/CompressedStreamTools (new size 4743)
[22:43:11] [Server thread/INFO] [MinecraftForge/]: Attempting early MinecraftForge initialization
[22:43:11] [Server thread/INFO] [FML/]: MinecraftForge v11.14.3.1495 Initialized
[22:43:12] [Server thread/INFO] [FML/]: Replaced 204 ore recipies
[22:43:12] [Server thread/INFO] [MinecraftForge/]: Completed early MinecraftForge initialization
[22:43:12] [Server thread/DEBUG] [FML/]: File /root/experimental/extreme/config/injectedDependencies.json not found. No dependencies injected
[22:43:13] [Server thread/DEBUG] [FML/]: Building injected Mod Containers [net.minecraftforge.fml.common.FMLContainer, net.minecraftforge.common.ForgeModContainer, codechicken.core.asm.CodeChickenCoreModContainer, aroma1997.core.Aroma1997Core, codechicken.nei.NEIModContainer, li.cil.oc.common.launch.TransformerLoader, portablejim.veinminer.asm.VeinMinerCoreContainer, brad16840.common.Common, com.creativemd.itemphysic.ItemDummyContainer, com.hitchh1k3rsguide.makersmark.hitchcore.HitchCore, ljfa.tntutils.asm.TntuCoremodContainer]
[22:43:19] [Server thread/DEBUG] [FML/]: Attempting to load mods contained in the minecraft jar file and associated classes
[22:43:19] [Server thread/DEBUG] [FML/]: Found a minecraft related file at /root/experimental/extreme/experimental.jar, examining for mod candidates
[22:43:19] [Server thread/TRACE] [FML/]: Skipping known library file /root/experimental/extreme/mods/[0]CodeChickenCore-1.8-1.0.5.36-universal.jar
[22:43:19] [Server thread/TRACE] [FML/]: Skipping known library file /root/experimental/extreme/./mods/1.8/CodeChickenLib-1.8-1.1.2.133-universal.jar
[22:43:19] [Server thread/TRACE] [FML/]: Skipping known library file /root/experimental/extreme/mods/AlexIILLib-1.8-1.3.42.jar
[22:43:19] [Server thread/TRACE] [FML/]: Skipping known library file /root/experimental/extreme/mods/Aroma1997Core-1.8-1.0.3.4.b47.jar
[22:43:19] [Server thread/TRACE] [FML/]: Skipping known library file /root/experimental/extreme/mods/betterfps-1.8-1.1.1.jar
[22:43:19] [Server thread/TRACE] [FML/]: Skipping known library file /root/experimental/extreme/mods/1.8/CodeChickenLib-1.8-1.1.2.133-universal.jar
[22:43:19] [Server thread/TRACE] [FML/]: Skipping known library file /root/experimental/extreme/mods/FE-1.8-snapshot-8.jar
[22:43:19] [Server thread/TRACE] [FML/]: Skipping known library file /root/experimental/extreme/mods/forgeessentials-1.8-1.8.0.12-server.jar
[22:43:19] [Server thread/TRACE] [FML/]: Skipping known library file /root/experimental/extreme/mods/hopperducts-mc1.8-1.4.5.jar
[22:43:19] [Server thread/TRACE] [FML/]: Skipping known library file /root/experimental/extreme/mods/inventory-tweaks-1.59-176.jar
[22:43:19] [Server thread/TRACE] [FML/]: Skipping known library file /root/experimental/extreme/mods/ItemPhysic Full 1.1.4 mc1.8.jar
[22:43:19] [Server thread/TRACE] [FML/]: Skipping known library file /root/experimental/extreme/mods/MakersMark-V2.0.1-MC1.8.jar
[22:43:19] [Server thread/TRACE] [FML/]: Skipping known library file /root/experimental/extreme/mods/MovingWorld-1.8-ALPHA-3.1-HFX.jar
[22:43:19] [Server thread/TRACE] [FML/]: Skipping known library file /root/experimental/extreme/mods/NotEnoughItems-1.8-1.0.5.104-universal.jar
[22:43:19] [Server thread/TRACE] [FML/]: Skipping known library file /root/experimental/extreme/mods/open-computers-1.8-1.5.14.32.jar
[22:43:19] [Server thread/TRACE] [FML/]: Skipping known library file /root/experimental/extreme/mods/random-things-1.8-3.5.3.jar
[22:43:19] [Server thread/TRACE] [FML/]: Skipping known library file /root/experimental/extreme/mods/redstone-paste-1.8-1.7.1.jar
[22:43:19] [Server thread/TRACE] [FML/]: Skipping known library file /root/experimental/extreme/mods/tnt_utilities-mc1.8-1.0.2-beta.jar
[22:43:19] [Server thread/TRACE] [FML/]: Skipping known library file /root/experimental/extreme/mods/veinminer-0.27.0.jar
[22:43:19] [Server thread/TRACE] [FML/]: Skipping known library file /root/experimental/extreme/mods/zz-backpacks 1.8 - 3.0.3 beta 4 (1).jar
[22:43:19] [Server thread/DEBUG] [FML/]: Found a minecraft related file at /root/experimental/extreme/ForgeEssentials/lib/jandex-1.1.0.Final.jar, examining for mod candidates
[22:43:19] [Server thread/DEBUG] [FML/]: Found a minecraft related file at /root/experimental/extreme/ForgeEssentials/lib/hibernate-commons-annotations-4.0.5.Final.jar, examining for mod candidates
[22:43:19] [Server thread/DEBUG] [FML/]: Found a minecraft related file at /root/experimental/extreme/ForgeEssentials/lib/hibernate-entitymanager-4.3.7.Final.jar, examining for mod candidates
[22:43:19] [Server thread/DEBUG] [FML/]: Found a minecraft related file at /root/experimental/extreme/ForgeEssentials/lib/h2-1.3.175.jar, examining for mod candidates
[22:43:19] [Server thread/DEBUG] [FML/]: Found a minecraft related file at /root/experimental/extreme/ForgeEssentials/lib/hibernate-core-4.3.7.Final.jar, examining for mod candidates
[22:43:19] [Server thread/DEBUG] [FML/]: Found a minecraft related file at /root/experimental/extreme/ForgeEssentials/lib/antlr-2.7.7.jar, examining for mod candidates
[22:43:19] [Server thread/DEBUG] [FML/]: Found a minecraft related file at /root/experimental/extreme/ForgeEssentials/lib/dom4j-1.6.1.jar, examining for mod candidates
[22:43:19] [Server thread/DEBUG] [FML/]: Found a minecraft related file at /root/experimental/extreme/ForgeEssentials/lib/jboss-logging-annotations-1.2.0.Beta1.jar, examining for mod candidates
[22:43:19] [Server thread/DEBUG] [FML/]: Found a minecraft related file at /root/experimental/extreme/ForgeEssentials/lib/mysql-connector-java-5.1.22.jar, examining for mod candidates
[22:43:19] [Server thread/DEBUG] [FML/]: Found a minecraft related file at /root/experimental/extreme/ForgeEssentials/lib/javassist-3.18.1-GA.jar, examining for mod candidates
[22:43:19] [Server thread/DEBUG] [FML/]: Found a minecraft related file at /root/experimental/extreme/ForgeEssentials/lib/jboss-logging-3.1.3.GA.jar, examining for mod candidates
[22:43:19] [Server thread/DEBUG] [FML/]: Found a minecraft related file at /root/experimental/extreme/ForgeEssentials/lib/jboss-transaction-api_1.2_spec-1.0.0.Final.jar, examining for mod candidates
[22:43:19] [Server thread/DEBUG] [FML/]: Found a minecraft related file at /root/experimental/extreme/ForgeEssentials/lib/xml-apis-1.0.b2.jar, examining for mod candidates
[22:43:19] [Server thread/DEBUG] [FML/]: Found a minecraft related file at /root/experimental/extreme/ForgeEssentials/lib/pircbotx-1.9.jar, examining for mod candidates
[22:43:19] [Server thread/DEBUG] [FML/]: Found a minecraft related file at /root/experimental/extreme/ForgeEssentials/lib/hibernate-jpa-2.1-api-1.0.0.Final.jar, examining for mod candidates
[22:43:19] [Server thread/DEBUG] [FML/]: Minecraft jar mods loaded successfully
[22:43:19] [Server thread/INFO] [FML/]: Found 0 mods from the command line. Injecting into mod discoverer
[22:43:19] [Server thread/INFO] [FML/]: Searching /root/experimental/extreme/mods for mods
[22:43:19] [Server thread/DEBUG] [FML/]: Ignoring unknown file 0_README.1ST in mods directory
[22:43:19] [Server thread/DEBUG] [FML/]: Found a candidate mod directory 1.8
[22:43:19] [Server thread/TRACE] [FML/]: Skipping already parsed coremod or tweaker [0]CodeChickenCore-1.8-1.0.5.36-universal.jar
[22:43:19] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file [1.8] moSwords v6.jar
[22:43:19] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file [1.8] SecurityCraft v1.7.4.1.jar
[22:43:19] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file [1.8]BrazierMod-1.0.jar
[22:43:19] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file [1.8]bspkrsCore-universal-7.01.jar
[22:43:19] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file [1.8]Fast Food-0.1.1.jar
[22:43:19] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file [1.8]FloatingRuins-universal-1.8.r01.jar
[22:43:19] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file adamantium-mod-1.4.1.jar
[22:43:19] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file affs-a1.2.1.jar
[22:43:19] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file airbreathercore-1.8-1.0.1.jar
[22:43:19] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file alchemyCraft-1.8-0.3.jar
[22:43:19] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file AlexIILLib-1.8-1.3.42.jar
[22:43:19] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file AmberoguiaMod_v1.5.3.jar
[22:43:19] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file animalsplus-1.3.jar
[22:43:19] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file archimedes-ships-plus-1.8-a3.2.jar
[22:43:19] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file Armour Expansion - 1.0.jar
[22:43:19] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file Aroma1997Core-1.8-1.0.3.4.b47.jar
[22:43:19] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file AromaBackup-1.8-0.0.1.0.b12.jar
[22:43:19] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file AttachableGrinder-5.0.0.jar
[22:43:19] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file AutoSap-MC1.8-1.2.jar
[22:43:19] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file BackTools-5.0.0.jar
[22:43:19] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file BaseMetals-1.3.4.jar
[22:43:19] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file Baubles-1.8-1.1.1.0.jar
[22:43:19] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file BBG 1.8-2.0.0.jar
[22:43:19] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file BeardedLib-1.8-1.1.jar
[22:43:19] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file bedrock-tools-1.8-1.5.jar
[22:43:19] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file behind-bars-1.8-1.0.jar
[22:43:19] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file BetterChests-1.8-1.2.0.0.b41.jar
[22:43:19] [Server thread/TRACE] [FML/]: Skipping already parsed coremod or tweaker betterfps-1.8-1.1.1.jar
[22:43:19] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file block-launcher-1.8-2.0.jar
[22:43:19] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file blocks-to-items-1.8-1.4.jar
[22:43:19] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file BoostMod-1.8-0.2.3.jar
[22:43:19] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file brewingPlus-1.8-0.0.6.jar
[22:43:19] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file Bunkermod-mc1.8-v2.0.jar
[22:43:19] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file C4Lib-1.8-1.0.0-universal.jar
[22:43:19] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file carbon-paper-1.8-1.0.0.jar
[22:43:19] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file Chameleon-1.8-0.1.0.jar
[22:43:19] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file ChickenShed-1.8-1.2.0.jar
[22:43:19] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file colorful-armor-1.8-2.8.jar
[22:43:19] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file Craftable Horse Armour and Saddle 1.2.1.jar
[22:43:19] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file CraftingEX_1.8-v1.0.6.jar
[22:43:19] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file custom-npcs-1.8.0-beta.jar
[22:43:19] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file custom-trades-mod-1.8-1.3.2.jar
[22:43:19] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file CyanosLootableBodies-1.3.5.jar
[22:43:19] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file CyanosWonderfulWands_1.8-1.7.1.jar
[22:43:19] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file decoration-mega-pack-1.8-1.18.jar
[22:43:19] [Server thread/DEBUG] [FML/]: Ignoring unknown file disable.sh in mods directory
[22:43:19] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file dons-lightning-rod-1.8-1.0.jar
[22:43:19] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file doomlike-dungeons-1.8-1.8.3.jar
[22:43:19] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file emeraldobsidianmod-1.8-1.3.1.jar
[22:43:19] [Server thread/DEBUG] [FML/]: Ignoring unknown file enable.sh in mods directory
[22:43:19] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file EnchantingPlus-1.8-3.1.0a1.jar
[22:43:19] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file enderutilities-1.8-0.4.0-beta-1a.jar
[22:43:19] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file EnderZoo-1.7.10-1.0.11.28.jar
[22:43:19] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file ex-nihilo-2-1.8-0.27.jar
[22:43:19] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file Extra Achievements 2.3.0.jar
[22:43:19] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file ExtraFood-1.1.jar
[22:43:19] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file farble-1.1.jar
[22:43:19] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file FastFlyBlockBreaking-MC1.8-1.0-1-g938a534-build-5.jar
[22:43:19] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file FE-1.8-snapshot-8.jar
[22:43:19] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file fireplace-core-2.3.2.0.jar
[22:43:19] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file FloraSoma-1.8-1.1.1.jar
[22:43:19] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file fluxducts-mc1.8-1.0.2.jar
[22:43:19] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file food-details-1.8-1.0.0.jar
[22:43:19] [Server thread/TRACE] [FML/]: Skipping already parsed coremod or tweaker forgeessentials-1.8-1.8.0.12-server.jar
[22:43:19] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file fragile-glass-1.8-1.2.jar
[22:43:19] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file fragile-torches-1.8-1.0.0.jar
[22:43:19] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file fulcrum-2.0.2.0.jar
[22:43:19] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file fun-ores-1.8-1.0.0-17.jar
[22:43:19] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file gakais-flight-table-fly-block-1.8-1.1.1.jar
[22:43:19] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file Galactic Colored Blocks-1.8-1.01.jar
[22:43:19] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file geoactivity-2.1.1.jar
[22:43:19] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file giacomos-foundry-1.8-1.3.3.jar
[22:43:19] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file GiacomosExperienceSeedling1.8-1.1.jar
[22:43:19] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file GiacomosFishingNet1.8-1.4.jar
[22:43:19] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file glass_shards_mc1.8-1.3.2.jar
[22:43:19] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file GravityGun-5.0.0.jar
[22:43:19] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file Grenade Mod-1.8-1.3.jar
[22:43:19] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file haggismod-1.4.2-mc1.8.jar
[22:43:19] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file HelpFixer - 1.1.9.jar
[22:43:19] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file hopperducts-mc1.8-1.4.5.jar
[22:43:19] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file ice_shards_mc1.8-1.1-beta.jar
[22:43:19] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file iChunUtil-5.4.0.jar
[22:43:19] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file IgneousAdditions-1.2-BETA-2.jar
[22:43:19] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file inventory-tweaks-1.59-176.jar
[22:43:19] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file iron-chests-2-1.8-6.0.103.753.jar
[22:43:19] [Server thread/TRACE] [FML/]: Skipping already parsed coremod or tweaker ItemPhysic Full 1.1.4 mc1.8.jar
[22:43:19] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file JACB-1.8-1.0.1.jar
[22:43:19] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file Jelly Cubes 1.8.0-1.13.2.jar
[22:43:19] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file just-backpacks-1.8-1.0.jar
[22:43:19] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file larrys-mod-1.8-1.06.1.jar
[22:43:19] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file lattice-mod-1.8-1.1.jar
[22:43:19] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file LavaBoat-2.1.0.jar
[22:43:19] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file letters-numbers-and-symbols-mod-1.8-1.0.jar
[22:43:19] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file Liquid Enchanting-1.0.jar
[22:43:19] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file LomLib v4.1.0.jar
[22:43:19] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file LunatriusCore-1.8-1.1.2.28-universal.jar
[22:43:19] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file MachineMod-1.8-1.1-Pre-ALPHA-Build-123.jar
[22:43:19] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file magicalmages-v1.4-MCv1.8.jar
[22:43:19] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file magicclover-1.8-0.6.2.jar
[22:43:19] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file MakersMark-V2.0.1-MC1.8.jar
[22:43:19] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file Master_Chef_v4.0-1.8.jar
[22:43:19] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file medieval_mobs-1.8.x v.a2.jar
[22:43:19] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file Metals-1.8-2.1.jar
[22:43:19] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file mineralogy-2.5.1.jar
[22:43:19] [Server thread/DEBUG] [FML/]: Ignoring unknown file mkreport.sh in mods directory
[22:43:19] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file mo-shiz-mod-1.8-1.6.5.jar
[22:43:19] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file modularsuits-1.2.1.jar
[22:43:19] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file monkey-mod-1.0.jar
[22:43:19] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file more-materials-1.0.20150615.0-MC1.8-20150614.jar
[22:43:19] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file morebows-1.8-2.0.0a2.jar
[22:43:19] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file MoreLight-1.8-1.4_release.jar
[22:43:19] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file Morpheus-1.8-2.0.41.jar
[22:43:19] [Server thread/TRACE] [FML/]: Skipping already parsed coremod or tweaker MovingWorld-1.8-ALPHA-3.1-HFX.jar
[22:43:19] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file MrCrayfishFurnitureModv3.4.8-build1(1.8).jar
[22:43:19] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file mwct-1.0.1.jar
[22:43:19] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file neotech-1.8-1.6.jar
[22:43:19] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file Nether Eye 1.8.0-1.4.2.jar
[22:43:19] [Server thread/DEBUG] [FML/]: Ignoring unknown file newMod.sh in mods directory
[22:43:19] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file night-vision-mining-hats-1.8-1.4.jar
[22:43:19] [Server thread/TRACE] [FML/]: Skipping already parsed coremod or tweaker NotEnoughItems-1.8-1.0.5.104-universal.jar
[22:43:19] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file nutellacraft-18-1.8-1.1.jar
[22:43:19] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file ocean-floor-1.8-1.0.0.jar
[22:43:19] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file open-computers-1.8-1.5.14.32.jar
[22:43:19] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file pandoras-box-1.8-2.1.2.jar
[22:43:19] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file parachute-mod-1.8.0-3.1.1-23.jar
[22:43:19] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file pig-manure-1.0.1.jar
[22:43:19] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file plant-mega-pack-1.8-5.07.jar
[22:43:19] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file pocketnether-1.8-1.4.jar
[22:43:19] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file portable-crafting-bench-1.8-1.4.jar
[22:43:19] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file PortalGates2-mc1.8-2.1.4-b.jar
[22:43:19] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file power-apples-1.8-1.0.1.jar
[22:43:19] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file PowerAdvantage-1.2.4.jar
[22:43:19] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file prismatics-1.8-0.0.3.3.jar
[22:43:19] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file proc-mod-1.8-1.2.2.jar
[22:43:19] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file ProgressiveAutomation-1.8-1.6.15.jar
[22:43:19] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file project-bench-1.8-0.5.0.jar
[22:43:19] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file projecte-1.8-PE1.0.1.B.jar
[22:43:19] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file push-and-shove-1.8-1.1.jar
[22:43:19] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file quartz-and-prismarine-armortools-1.8-1.1.jar
[22:43:19] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file random-things-1.8-3.5.3.jar
[22:43:19] [Server thread/DEBUG] [FML/]: Ignoring unknown file rawStart.sh in mods directory
[22:43:19] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file redstone-paste-1.8-1.7.1.jar
[22:43:19] [Server thread/DEBUG] [FML/]: Ignoring unknown file RemoveLag_V1_1.jar.disabled in mods directory
[22:43:19] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file reptile-mod-1.7.10-2.5.6-10.jar
[22:43:19] [Server thread/DEBUG] [FML/]: Found a candidate mod directory resources
[22:43:19] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file roguelike-dungeons-1.8-1.3.6.jar
[22:43:19] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file router-reborn-1.8-2.0.0.1A.jar
[22:43:19] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file Ruins-1.8.jar
[22:43:19] [Server thread/DEBUG] [FML/]: Ignoring unknown file ruins.txt in mods directory
[22:43:19] [Server thread/DEBUG] [FML/]: Ignoring unknown file ruins_log.txt in mods directory
[22:43:19] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file Schematica-1.8-1.7.7.130-universal.jar
[22:43:19] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file seasoned-flesh-1.8-1.0-m3d3y15.jar
[22:43:19] [Server thread/DEBUG] [FML/]: Found a candidate mod directory sgs_metals
[22:43:19] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file shipwrecks-1.8.0-1.7.0.jar
[22:43:19] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file silents-gems-1.8-1.3.1-82-beta.jar
[22:43:19] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file Simple Recipes 1.8.0-1.9.0.jar
[22:43:19] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file SimpleHolo-v1.0-1.8.jar
[22:43:19] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file Skyland_1.8-v1.1.3.jar
[22:43:19] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file sleep-1.8-0.0.1.jar
[22:43:19] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file smelt-cycle-1.2.jar
[22:43:19] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file Snow Golem 1.8.0-1.6.2.jar
[22:43:19] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file sophisticated-wolves-3.5.0.jar
[22:43:19] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file spawnercraft-1.8-2.2.2.jar
[22:43:19] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file stackie-1.8-1.6.0.36.jar
[22:43:19] [Server thread/DEBUG] [FML/]: Ignoring unknown file start.sh in mods directory
[22:43:19] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file SteamAdvantage-1.3.2.jar
[22:43:19] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file storage-drawers-1.8-2.1.6.jar
[22:43:19] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file talismans-2-1.8-2.1.2.jar
[22:43:19] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file tnt_utilities-mc1.8-1.0.2-beta.jar
[22:43:19] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file torched-5.0.0.jar
[22:43:19] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file totemmod-3.0.jar
[22:43:19] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file unlogic-ii-2.1.1.0.jar
[22:43:19] [Server thread/DEBUG] [FML/]: Ignoring unknown file upgrade.session in mods directory
[22:43:19] [Server thread/DEBUG] [FML/]: Ignoring unknown file upgrade.sh in mods directory
[22:43:19] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file useful-uselessness-1.8-0.0.4.jar
[22:43:19] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file utility-worlds-1.8-1.0.7.jar
[22:43:19] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file veinminer-0.27.0.jar
[22:43:19] [Server thread/DEBUG] [FML/]: Found a candidate mod directory VoxelMods
[22:43:19] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file wooden-and-stone-armor-1.8-1.3.1.jar
[22:43:19] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file world-edit-1.8-6.1.jar
[22:43:19] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file worms-1.8-1.1.0.jar
[22:43:19] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file xpteleporters-1.8-1.0.4.jar
[22:43:19] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file zombie-steaks-1.8-1.0.2.jar
[22:43:19] [Server thread/TRACE] [FML/]: Skipping already parsed coremod or tweaker zz-backpacks 1.8 - 3.0.3 beta 4 (1).jar
[22:43:19] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file ZZZZZ Custom Configs-2.3.0 (1).jar
[22:43:19] [Server thread/INFO] [FML/]: Also searching /root/experimental/extreme/mods/1.8 for mods
[22:43:19] [Server thread/TRACE] [FML/]: Skipping already parsed coremod or tweaker CodeChickenLib-1.8-1.1.2.133-universal.jar
[22:43:19] [Server thread/DEBUG] [FML/]: Examining file experimental.jar for potential mods
[22:43:19] [Server thread/DEBUG] [FML/]: The mod container experimental.jar appears to be missing an mcmod.info file
[22:43:22] [Server thread/DEBUG] [FML/]: Examining file jandex-1.1.0.Final.jar for potential mods
[22:43:22] [Server thread/DEBUG] [FML/]: The mod container jandex-1.1.0.Final.jar appears to be missing an mcmod.info file
[22:43:22] [Server thread/DEBUG] [FML/]: Examining file hibernate-commons-annotations-4.0.5.Final.jar for potential mods
[22:43:22] [Server thread/DEBUG] [FML/]: The mod container hibernate-commons-annotations-4.0.5.Final.jar appears to be missing an mcmod.info file
[22:43:22] [Server thread/DEBUG] [FML/]: Examining file hibernate-entitymanager-4.3.7.Final.jar for potential mods
[22:43:22] [Server thread/DEBUG] [FML/]: The mod container hibernate-entitymanager-4.3.7.Final.jar appears to be missing an mcmod.info file
[22:43:23] [Server thread/DEBUG] [FML/]: Examining file h2-1.3.175.jar for potential mods
[22:43:23] [Server thread/DEBUG] [FML/]: The mod container h2-1.3.175.jar appears to be missing an mcmod.info file
[22:43:24] [Server thread/DEBUG] [FML/]: Examining file hibernate-core-4.3.7.Final.jar for potential mods
[22:43:24] [Server thread/DEBUG] [FML/]: The mod container hibernate-core-4.3.7.Final.jar appears to be missing an mcmod.info file
[22:43:28] [Server thread/DEBUG] [FML/]: Examining file antlr-2.7.7.jar for potential mods
[22:43:28] [Server thread/DEBUG] [FML/]: The mod container antlr-2.7.7.jar appears to be missing an mcmod.info file
[22:43:29] [Server thread/DEBUG] [FML/]: Examining file dom4j-1.6.1.jar for potential mods
[22:43:29] [Server thread/DEBUG] [FML/]: The mod container dom4j-1.6.1.jar appears to be missing an mcmod.info file
[22:43:29] [Server thread/DEBUG] [FML/]: Examining file jboss-logging-annotations-1.2.0.Beta1.jar for potential mods
[22:43:29] [Server thread/DEBUG] [FML/]: The mod container jboss-logging-annotations-1.2.0.Beta1.jar appears to be missing an mcmod.info file
[22:43:29] [Server thread/DEBUG] [FML/]: Examining file mysql-connector-java-5.1.22.jar for potential mods
[22:43:29] [Server thread/DEBUG] [FML/]: The mod container mysql-connector-java-5.1.22.jar appears to be missing an mcmod.info file
[22:43:29] [Server thread/DEBUG] [FML/]: Examining file javassist-3.18.1-GA.jar for potential mods
[22:43:29] [Server thread/DEBUG] [FML/]: The mod container javassist-3.18.1-GA.jar appears to be missing an mcmod.info file
[22:43:29] [Server thread/DEBUG] [FML/]: Examining file jboss-logging-3.1.3.GA.jar for potential mods
[22:43:29] [Server thread/DEBUG] [FML/]: The mod container jboss-logging-3.1.3.GA.jar appears to be missing an mcmod.info file
[22:43:29] [Server thread/DEBUG] [FML/]: Examining file jboss-transaction-api_1.2_spec-1.0.0.Final.jar for potential mods
[22:43:29] [Server thread/DEBUG] [FML/]: The mod container jboss-transaction-api_1.2_spec-1.0.0.Final.jar appears to be missing an mcmod.info file
[22:43:29] [Server thread/DEBUG] [FML/]: Examining file xml-apis-1.0.b2.jar for potential mods
[22:43:29] [Server thread/DEBUG] [FML/]: The mod container xml-apis-1.0.b2.jar appears to be missing an mcmod.info file
[22:43:29] [Server thread/DEBUG] [FML/]: Examining file pircbotx-1.9.jar for potential mods
[22:43:29] [Server thread/DEBUG] [FML/]: The mod container pircbotx-1.9.jar appears to be missing an mcmod.info file
[22:43:29] [Server thread/DEBUG] [FML/]: Examining file hibernate-jpa-2.1-api-1.0.0.Final.jar for potential mods
[22:43:29] [Server thread/DEBUG] [FML/]: The mod container hibernate-jpa-2.1-api-1.0.0.Final.jar appears to be missing an mcmod.info file
[22:43:29] [Server thread/DEBUG] [FML/]: Examining directory 1.8 for potential mods
[22:43:29] [Server thread/DEBUG] [FML/]: No mcmod.info file found in directory 1.8
[22:43:29] [Server thread/DEBUG] [FML/]: Examining file [1.8] moSwords v6.jar for potential mods
[22:43:29] [Server thread/TRACE] [FML/]: Located mcmod.info file in file [1.8] moSwords v6.jar
[22:43:29] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (mo_swords.moSwordsMain) - loading
[22:43:30] [Server thread/TRACE] [moSwords/]: Parsed dependency info : [] [] []
[22:43:30] [Server thread/DEBUG] [FML/]: Examining file [1.8] SecurityCraft v1.7.4.1.jar for potential mods
[22:43:30] [Server thread/TRACE] [FML/]: Located mcmod.info file in file [1.8] SecurityCraft v1.7.4.1.jar
[22:43:30] [Server thread/DEBUG] [FML/]: Identified a class org.freeforums.geforce.securitycraft.main.mod_SecurityCraft following modloader naming convention but not directly a BaseMod or currently seen subclass
[22:43:30] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (org.freeforums.geforce.securitycraft.main.mod_SecurityCraft) - loading
[22:43:30] [Server thread/TRACE] [securitycraft/]: Parsed dependency info : [Forge@[11.14.0.1252,)] [Forge@[11.14.0.1252,)] []
[22:43:30] [Server thread/INFO] [FML/]: Attempting to reparse the mod container [1.8] SecurityCraft v1.7.4.1.jar
[22:43:30] [Server thread/DEBUG] [FML/]: Examining file [1.8] SecurityCraft v1.7.4.1.jar for potential mods
[22:43:30] [Server thread/TRACE] [FML/]: Located mcmod.info file in file [1.8] SecurityCraft v1.7.4.1.jar
[22:43:30] [Server thread/DEBUG] [FML/]: Identified a class org.freeforums.geforce.securitycraft.main.mod_SecurityCraft following modloader naming convention but not directly a BaseMod or currently seen subclass
[22:43:30] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (org.freeforums.geforce.securitycraft.main.mod_SecurityCraft) - loading
[22:43:30] [Server thread/TRACE] [securitycraft/]: Parsed dependency info : [Forge@[11.14.0.1252,)] [Forge@[11.14.0.1252,)] []
[22:43:30] [Server thread/DEBUG] [FML/]: Examining file [1.8]BrazierMod-1.0.jar for potential mods
[22:43:30] [Server thread/TRACE] [FML/]: Located mcmod.info file in file [1.8]BrazierMod-1.0.jar
[22:43:30] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (mezek.firstmod.BrazierMod) - loading
[22:43:30] [Server thread/TRACE] [braziermod/]: Parsed dependency info : [] [] []
[22:43:30] [Server thread/DEBUG] [FML/]: Examining file [1.8]bspkrsCore-universal-7.01.jar for potential mods
[22:43:30] [Server thread/TRACE] [FML/]: Located mcmod.info file in file [1.8]bspkrsCore-universal-7.01.jar
[22:43:30] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (bspkrs.bspkrscore.fml.bspkrsCoreMod) - loading
[22:43:30] [Server thread/TRACE] [bspkrsCore/]: Using mcmod dependency info : [Forge@[11.14.1.1334,)] [Forge@[11.14.1.1334,)] []
[22:43:30] [Server thread/DEBUG] [FML/]: Examining file [1.8]Fast Food-0.1.1.jar for potential mods
[22:43:30] [Server thread/TRACE] [FML/]: Located mcmod.info file in file [1.8]Fast Food-0.1.1.jar
[22:43:30] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (danielm59.fastfood.FastFood) - loading
[22:43:30] [Server thread/TRACE] [fastfood/]: Parsed dependency info : [] [] []
[22:43:30] [Server thread/DEBUG] [FML/]: Examining file [1.8]FloatingRuins-universal-1.8.r01.jar for potential mods
[22:43:30] [Server thread/TRACE] [FML/]: Located mcmod.info file in file [1.8]FloatingRuins-universal-1.8.r01.jar
[22:43:30] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (bspkrs.floatingruins.fml.FloatingRuinsMod) - loading
[22:43:30] [Server thread/TRACE] [FloatingRuins/]: Using mcmod dependency info : [bspkrsCore@[7.01,)] [bspkrsCore@[7.01,)] []
[22:43:30] [Server thread/DEBUG] [FML/]: Examining file adamantium-mod-1.4.1.jar for potential mods
[22:43:30] [Server thread/TRACE] [FML/]: Located mcmod.info file in file adamantium-mod-1.4.1.jar
[22:43:30] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.reygok.adamantiummod.AdamantiumMod) - loading
[22:43:30] [Server thread/TRACE] [adamantium/]: Parsed dependency info : [] [] []
[22:43:30] [Server thread/DEBUG] [FML/]: Examining file affs-a1.2.1.jar for potential mods
[22:43:30] [Server thread/TRACE] [FML/]: Located mcmod.info file in file affs-a1.2.1.jar
[22:43:30] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (net.fisty256.affs.AFFS) - loading
[22:43:30] [Server thread/TRACE] [affs/]: Parsed dependency info : [] [] []
[22:43:31] [Server thread/DEBUG] [FML/]: Examining file airbreathercore-1.8-1.0.1.jar for potential mods
[22:43:31] [Server thread/DEBUG] [FML/]: The mod container airbreathercore-1.8-1.0.1.jar appears to be missing an mcmod.info file
[22:43:31] [Server thread/DEBUG] [FML/]: Examining file alchemyCraft-1.8-0.3.jar for potential mods
[22:43:31] [Server thread/TRACE] [FML/]: Located mcmod.info file in file alchemyCraft-1.8-0.3.jar
[22:43:31] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (de.dr_schnauzer.ac.AlchemyCraft) - loading
[22:43:31] [Server thread/TRACE] [ac/]: Parsed dependency info : [BeardedLib@[1.1,)] [BeardedLib@[1.1,)] []
[22:43:31] [Server thread/DEBUG] [FML/]: Examining file AlexIILLib-1.8-1.3.42.jar for potential mods
[22:43:31] [Server thread/TRACE] [FML/]: Located mcmod.info file in file AlexIILLib-1.8-1.3.42.jar
[22:43:31] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (alexiil.mods.lib.AlexIILLib) - loading
[22:43:31] [Server thread/TRACE] [alexiillib/]: Parsed dependency info : [] [] []
[22:43:31] [Server thread/DEBUG] [FML/]: Examining file AmberoguiaMod_v1.5.3.jar for potential mods
[22:43:31] [Server thread/TRACE] [FML/]: Located mcmod.info file in file AmberoguiaMod_v1.5.3.jar
[22:43:31] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (b1u3m0nk3y13.amberoguia.Amberoguia) - loading
[22:43:31] [Server thread/TRACE] [Amberoguia/]: Parsed dependency info : [] [] []
[22:43:31] [Server thread/DEBUG] [FML/]: Examining file animalsplus-1.3.jar for potential mods
[22:43:31] [Server thread/TRACE] [FML/]: Located mcmod.info file in file animalsplus-1.3.jar
[22:43:31] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (clickme.animalsplus.common.AnimalsPlus) - loading
[22:43:31] [Server thread/TRACE] [animalsplus/]: Parsed dependency info : [] [] []
[22:43:31] [Server thread/DEBUG] [FML/]: Examining file archimedes-ships-plus-1.8-a3.2.jar for potential mods
[22:43:31] [Server thread/WARN] [FML/]: Zip file archimedes-ships-plus-1.8-a3.2.jar failed to read properly, it will be ignored
java.util.zip.ZipException: error in opening zip file
at java.util.zip.ZipFile.open(Native Method) ~[?:1.8.0_45]
at java.util.zip.ZipFile.<init>(ZipFile.java:220) ~[?:1.8.0_45]
at java.util.zip.ZipFile.<init>(ZipFile.java:150) ~[?:1.8.0_45]
at java.util.jar.JarFile.<init>(JarFile.java:166) ~[?:1.8.0_45]
at java.util.jar.JarFile.<init>(JarFile.java:130) ~[?:1.8.0_45]
at net.minecraftforge.fml.common.discovery.JarDiscoverer.discover(JarDiscoverer.java:43) [JarDiscoverer.class:?]
at net.minecraftforge.fml.common.discovery.ContainerType.findMods(ContainerType.java:42) [ContainerType.class:?]
at net.minecraftforge.fml.common.discovery.ModCandidate.explore(ModCandidate.java:71) [ModCandidate.class:?]
at net.minecraftforge.fml.common.discovery.ModDiscoverer.identifyMods(ModDiscoverer.java:135) [ModDiscoverer.class:?]
at net.minecraftforge.fml.common.Loader.identifyMods(Loader.java:358) [Loader.class:?]
at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:483) [Loader.class:?]
at net.minecraftforge.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:87) [FMLServerHandler.class:?]
at net.minecraftforge.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:355) [FMLCommonHandler.class:?]
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:117) [po.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:438) [MinecraftServer.class:?]
at java.lang.Thread.run(Thread.java:745) [?:1.8.0_45]
[22:43:31] [Server thread/DEBUG] [FML/]: Examining file Armour Expansion - 1.0.jar for potential mods
[22:43:31] [Server thread/TRACE] [FML/]: Located mcmod.info file in file Armour Expansion - 1.0.jar
[22:43:31] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.cookiehook.armourexpansion.ArmourExpansion) - loading
[22:43:31] [Server thread/TRACE] [armourexpansion/]: Parsed dependency info : [] [] []
[22:43:31] [Server thread/DEBUG] [FML/]: Examining file Aroma1997Core-1.8-1.0.3.4.b47.jar for potential mods
[22:43:31] [Server thread/TRACE] [FML/]: Located mcmod.info file in file Aroma1997Core-1.8-1.0.3.4.b47.jar
[22:43:31] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (aroma1997.core.helper.Aroma1997CoreHelper) - loading
[22:43:31] [Server thread/TRACE] [Aroma1997CoreHelper/]: Parsed dependency info : [] [] []
[22:43:31] [Server thread/DEBUG] [Aroma1997CoreHelper/]: Attempting to load the file version.properties from Aroma1997Core-1.8-1.0.3.4.b47.jar to locate a version number for Aroma1997CoreHelper
[22:43:31] [Server thread/WARN] [Aroma1997CoreHelper/]: Mod Aroma1997CoreHelper is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.0.3.4.b47
[22:43:31] [Server thread/DEBUG] [FML/]: Examining file AromaBackup-1.8-0.0.1.0.b12.jar for potential mods
[22:43:31] [Server thread/TRACE] [FML/]: Located mcmod.info file in file AromaBackup-1.8-0.0.1.0.b12.jar
[22:43:31] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (aroma1997.backup.AromaBackup) - loading
[22:43:31] [Server thread/TRACE] [AromaBackup/]: Parsed dependency info : [Aroma1997Core] [Aroma1997Core] []
[22:43:31] [Server thread/DEBUG] [AromaBackup/]: Attempting to load the file version.properties from AromaBackup-1.8-0.0.1.0.b12.jar to locate a version number for AromaBackup
[22:43:31] [Server thread/WARN] [AromaBackup/]: Mod AromaBackup is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 0.0.1.0.b12
[22:43:31] [Server thread/DEBUG] [FML/]: Examining file AttachableGrinder-5.0.0.jar for potential mods
[22:43:31] [Server thread/TRACE] [FML/]: Located mcmod.info file in file AttachableGrinder-5.0.0.jar
[22:43:31] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (us.ichun.mods.attachablegrinder.common.Grinder) - loading
[22:43:31] [Server thread/TRACE] [AttachableGrinder/]: Parsed dependency info : [iChunUtil@[5.4.0,6.0.0)] [iChunUtil@[5.4.0,6.0.0)] []
[22:43:31] [Server thread/DEBUG] [FML/]: Examining file AutoSap-MC1.8-1.2.jar for potential mods
[22:43:31] [Server thread/TRACE] [FML/]: Located mcmod.info file in file AutoSap-MC1.8-1.2.jar
[22:43:31] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.lemonscrap.AutoSap.AutoSapling) - loading
[22:43:31] [Server thread/TRACE] [AutoSapling/]: Parsed dependency info : [] [] []
[22:43:31] [Server thread/INFO] [AutoSapling/]: Mod AutoSapling is missing the required element 'name'. Substituting AutoSapling
[22:43:31] [Server thread/DEBUG] [FML/]: Examining file BackTools-5.0.0.jar for potential mods
[22:43:31] [Server thread/TRACE] [FML/]: Located mcmod.info file in file BackTools-5.0.0.jar
[22:43:31] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (us.ichun.mods.backtools.common.BackTools) - loading
[22:43:31] [Server thread/INFO] [FML/]: Disabling mod BackTools it is client side only.
[22:43:31] [Server thread/DEBUG] [FML/]: Skipping mod us.ichun.mods.backtools.common.BackTools, container opted to not load.
[22:43:31] [Server thread/DEBUG] [FML/]: Examining file BaseMetals-1.3.4.jar for potential mods
[22:43:31] [Server thread/TRACE] [FML/]: Located mcmod.info file in file BaseMetals-1.3.4.jar
[22:43:32] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (cyano.basemetals.BaseMetals) - loading
[22:43:32] [Server thread/TRACE] [basemetals/]: Parsed dependency info : [] [] []
[22:43:32] [Server thread/DEBUG] [FML/]: Examining file Baubles-1.8-1.1.1.0.jar for potential mods
[22:43:32] [Server thread/TRACE] [FML/]: Located mcmod.info file in file Baubles-1.8-1.1.1.0.jar
[22:43:32] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (baubles.common.Baubles) - loading
[22:43:32] [Server thread/TRACE] [Baubles/]: Parsed dependency info : [Forge@[11.14.1,)] [Forge@[11.14.1,)] []
[22:43:32] [Server thread/DEBUG] [FML/]: Examining file BBG 1.8-2.0.0.jar for potential mods
[22:43:32] [Server thread/TRACE] [FML/]: Located mcmod.info file in file BBG 1.8-2.0.0.jar
[22:43:32] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (BBG.BBG) - loading
[22:43:32] [Server thread/TRACE] [BBG/]: Parsed dependency info : [] [] []
[22:43:32] [Server thread/DEBUG] [FML/]: Examining file BeardedLib-1.8-1.1.jar for potential mods
[22:43:32] [Server thread/TRACE] [FML/]: Located mcmod.info file in file BeardedLib-1.8-1.1.jar
[22:43:32] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (de.dr_schnauzer.beardedlib.BeardedLib) - loading
[22:43:32] [Server thread/TRACE] [BeardedLib/]: Parsed dependency info : [] [] []
[22:43:32] [Server thread/DEBUG] [FML/]: Examining file bedrock-tools-1.8-1.5.jar for potential mods
[22:43:32] [Server thread/TRACE] [FML/]: Located mcmod.info file in file bedrock-tools-1.8-1.5.jar
[22:43:32] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.tantti.bedrocktools.BedrockTools) - loading
[22:43:32] [Server thread/TRACE] [bedrocktools/]: Parsed dependency info : [] [] []
[22:43:32] [Server thread/DEBUG] [FML/]: Examining file behind-bars-1.8-1.0.jar for potential mods
[22:43:32] [Server thread/TRACE] [FML/]: Located mcmod.info file in file behind-bars-1.8-1.0.jar
[22:43:32] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (uk.co.swdteam.jail.main.Main) - loading
[22:43:32] [Server thread/TRACE] [swdjail/]: Parsed dependency info : [] [] []
[22:43:32] [Server thread/INFO] [swdjail/]: Mod swdjail is missing the required element 'name'. Substituting swdjail
[22:43:32] [Server thread/DEBUG] [FML/]: Examining file BetterChests-1.8-1.2.0.0.b41.jar for potential mods
[22:43:32] [Server thread/TRACE] [FML/]: Located mcmod.info file in file BetterChests-1.8-1.2.0.0.b41.jar
[22:43:32] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (aroma1997.betterchests.BetterChests) - loading
[22:43:32] [Server thread/TRACE] [BetterChests/]: Parsed dependency info : [Aroma1997Core] [Aroma1997Core] []
[22:43:32] [Server thread/DEBUG] [BetterChests/]: Attempting to load the file version.properties from BetterChests-1.8-1.2.0.0.b41.jar to locate a version number for BetterChests
[22:43:32] [Server thread/WARN] [BetterChests/]: Mod BetterChests is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.2.0.0.b41
[22:43:32] [Server thread/DEBUG] [FML/]: Examining file block-launcher-1.8-2.0.jar for potential mods
[22:43:32] [Server thread/TRACE] [FML/]: Located mcmod.info file in file block-launcher-1.8-2.0.jar
[22:43:32] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (rafradek.blocklauncher.BlockLauncher) - loading
[22:43:32] [Server thread/TRACE] [rafradek_blocklauncher/]: Parsed dependency info : [] [] []
[22:43:32] [Server thread/DEBUG] [FML/]: Examining file blocks-to-items-1.8-1.4.jar for potential mods
[22:43:32] [Server thread/TRACE] [FML/]: Located mcmod.info file in file blocks-to-items-1.8-1.4.jar
[22:43:32] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.nukeythenuke.blocks2items.Blocks2Items) - loading
[22:43:32] [Server thread/TRACE] [Blocks2Items/]: Parsed dependency info : [] [] []
[22:43:32] [Server thread/DEBUG] [FML/]: Examining file BoostMod-1.8-0.2.3.jar for potential mods
[22:43:32] [Server thread/TRACE] [FML/]: Located mcmod.info file in file BoostMod-1.8-0.2.3.jar
[22:43:32] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.grizeldi.testMod.TestMod) - loading
[22:43:32] [Server thread/TRACE] [gtm/]: Parsed dependency info : [] [] []
[22:43:32] [Server thread/DEBUG] [FML/]: Examining file brewingPlus-1.8-0.0.6.jar for potential mods
[22:43:32] [Server thread/DEBUG] [FML/]: The mod container brewingPlus-1.8-0.0.6.jar appears to be missing an mcmod.info file
[22:43:32] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.nathan5462.brewingPlus.MainBrewingPlusClass) - loading
[22:43:32] [Server thread/TRACE] [brewingPlus/]: Parsed dependency info : [] [] []
[22:43:32] [Server thread/DEBUG] [FML/]: Examining file Bunkermod-mc1.8-v2.0.jar for potential mods
[22:43:32] [Server thread/TRACE] [FML/]: Located mcmod.info file in file Bunkermod-mc1.8-v2.0.jar
[22:43:32] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.sheryv.bunkermod.Bunkermod) - loading
[22:43:32] [Server thread/TRACE] [bunkermod/]: Parsed dependency info : [] [] []
[22:43:32] [Server thread/DEBUG] [FML/]: Examining file C4Lib-1.8-1.0.0-universal.jar for potential mods
[22:43:32] [Server thread/TRACE] [FML/]: Located mcmod.info file in file C4Lib-1.8-1.0.0-universal.jar
[22:43:32] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (C4Lib.C4lib) - loading
[22:43:32] [Server thread/TRACE] [C4Lib/]: Parsed dependency info : [] [] []
[22:43:32] [Server thread/DEBUG] [FML/]: Examining file carbon-paper-1.8-1.0.0.jar for potential mods
[22:43:32] [Server thread/TRACE] [FML/]: Located mcmod.info file in file carbon-paper-1.8-1.0.0.jar
[22:43:32] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.lothrazar.samscarbonpaper.ModCarbon) - loading
[22:43:32] [Server thread/TRACE] [samscarbonpaper/]: Parsed dependency info : [] [] []
[22:43:32] [Server thread/DEBUG] [samscarbonpaper/]: Attempting to load the file version.properties from carbon-paper-1.8-1.0.0.jar to locate a version number for samscarbonpaper
[22:43:32] [Server thread/WARN] [samscarbonpaper/]: Mod samscarbonpaper is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.8-1.0.0
[22:43:32] [Server thread/DEBUG] [FML/]: Examining file Chameleon-1.8-0.1.0.jar for potential mods
[22:43:32] [Server thread/TRACE] [FML/]: Located mcmod.info file in file Chameleon-1.8-0.1.0.jar
[22:43:32] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.jaquadro.minecraft.chameleon.Chameleon) - loading
[22:43:32] [Server thread/TRACE] [Chameleon/]: Using mcmod dependency info : [Forge] [] []
[22:43:32] [Server thread/DEBUG] [FML/]: Examining file ChickenShed-1.8-1.2.0.jar for potential mods
[22:43:32] [Server thread/TRACE] [FML/]: Located mcmod.info file in file ChickenShed-1.8-1.2.0.jar
[22:43:32] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (vazkii.chickenshed.ChickenShed) - loading
[22:43:32] [Server thread/TRACE] [ChickenShed/]: Parsed dependency info : [] [] []
[22:43:32] [Server thread/DEBUG] [FML/]: Examining file colorful-armor-1.8-2.8.jar for potential mods
[22:43:32] [Server thread/TRACE] [FML/]: Located mcmod.info file in file colorful-armor-1.8-2.8.jar
[22:43:32] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.torquebolt.colorfularmor.Dyable) - loading
[22:43:32] [Server thread/TRACE] [colorfularmor/]: Parsed dependency info : [] [] []
[22:43:32] [Server thread/DEBUG] [FML/]: Examining file Craftable Horse Armour and Saddle 1.2.1.jar for potential mods
[22:43:32] [Server thread/TRACE] [FML/]: Located mcmod.info file in file Craftable Horse Armour and Saddle 1.2.1.jar
[22:43:32] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.ewyboy.craftablehorsearmour.CraftableHorseArmour) - loading
[22:43:32] [Server thread/TRACE] [craftablehorsearmour/]: Parsed dependency info : [] [] []
[22:43:32] [Server thread/DEBUG] [FML/]: Examining file CraftingEX_1.8-v1.0.6.jar for potential mods
[22:43:32] [Server thread/TRACE] [FML/]: Located mcmod.info file in file CraftingEX_1.8-v1.0.6.jar
[22:43:32] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (craftingex.core.CraftingEX) - loading
[22:43:32] [Server thread/TRACE] [craftingex/]: Using mcmod dependency info : [Forge] [] []
[22:43:32] [Server thread/DEBUG] [craftingex/]: Attempting to load the file version.properties from CraftingEX_1.8-v1.0.6.jar to locate a version number for craftingex
[22:43:32] [Server thread/DEBUG] [craftingex/]: Found version 1.0.6 for mod craftingex in version.properties, using
[22:43:32] [Server thread/DEBUG] [FML/]: Examining file custom-npcs-1.8.0-beta.jar for potential mods
[22:43:32] [Server thread/TRACE] [FML/]: Located mcmod.info file in file custom-npcs-1.8.0-beta.jar
[22:43:32] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (noppes.npcs.CustomNpcs) - loading
[22:43:32] [Server thread/TRACE] [customnpcs/]: Parsed dependency info : [Forge@[11.14.1.1334,)] [Forge@[11.14.1.1334,)] []
[22:43:33] [Server thread/DEBUG] [FML/]: Examining file custom-trades-mod-1.8-1.3.2.jar for potential mods
[22:43:33] [Server thread/TRACE] [FML/]: Located mcmod.info file in file custom-trades-mod-1.8-1.3.2.jar
[22:43:33] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.supercat765.Trades.Trades) - loading
[22:43:34] [Server thread/TRACE] [ctrades/]: Parsed dependency info : [] [] []
[22:43:34] [Server thread/DEBUG] [FML/]: Examining file CyanosLootableBodies-1.3.5.jar for potential mods
[22:43:34] [Server thread/TRACE] [FML/]: Located mcmod.info file in file CyanosLootableBodies-1.3.5.jar
[22:43:34] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (cyano.lootable.LootableBodies) - loading
[22:43:34] [Server thread/TRACE] [lootablebodies/]: Parsed dependency info : [] [] []
[22:43:34] [Server thread/DEBUG] [FML/]: Examining file CyanosWonderfulWands_1.8-1.7.1.jar for potential mods
[22:43:34] [Server thread/TRACE] [FML/]: Located mcmod.info file in file CyanosWonderfulWands_1.8-1.7.1.jar
[22:43:34] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (cyano.wonderfulwands.WonderfulWands) - loading
[22:43:34] [Server thread/TRACE] [wonderfulwands/]: Parsed dependency info : [] [] []
[22:43:34] [Server thread/DEBUG] [FML/]: Examining file decoration-mega-pack-1.8-1.18.jar for potential mods
[22:43:34] [Server thread/TRACE] [FML/]: Located mcmod.info file in file decoration-mega-pack-1.8-1.18.jar
[22:43:34] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (decorationmegapack.DecorationMegaPack) - loading
[22:43:35] [Server thread/TRACE] [decorationmegapack/]: Parsed dependency info : [] [] []
[22:43:35] [Server thread/DEBUG] [FML/]: Examining file dons-lightning-rod-1.8-1.0.jar for potential mods
[22:43:36] [Server thread/DEBUG] [FML/]: The mod container dons-lightning-rod-1.8-1.0.jar appears to be missing an mcmod.info file
[22:43:36] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (donslightningrod.DLR) - loading
[22:43:36] [Server thread/TRACE] [dlr/]: Parsed dependency info : [] [] []
[22:43:36] [Server thread/DEBUG] [FML/]: Examining file doomlike-dungeons-1.8-1.8.3.jar for potential mods
[22:43:36] [Server thread/TRACE] [FML/]: Located mcmod.info file in file doomlike-dungeons-1.8-1.8.3.jar
[22:43:36] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (jaredbgreat.dldungeons.DoomlikeDungeons) - loading
[22:43:36] [Server thread/TRACE] [dldungeonsjdg/]: Parsed dependency info : [] [] []
[22:43:36] [Server thread/DEBUG] [FML/]: Examining file emeraldobsidianmod-1.8-1.3.1.jar for potential mods
[22:43:36] [Server thread/TRACE] [FML/]: Located mcmod.info file in file emeraldobsidianmod-1.8-1.3.1.jar
[22:43:36] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.royalsmods.emeraldobsidianmod.emeraldobsidianmod) - loading
[22:43:36] [Server thread/TRACE] [emeraldobsidianmod/]: Parsed dependency info : [] [] []
[22:43:36] [Server thread/DEBUG] [FML/]: Examining file EnchantingPlus-1.8-3.1.0a1.jar for potential mods
[22:43:36] [Server thread/TRACE] [FML/]: Located mcmod.info file in file EnchantingPlus-1.8-3.1.0a1.jar
[22:43:36] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.aesireanempire.eplus.EnchantingPlus) - loading
[22:43:36] [Server thread/TRACE] [eplus/]: Parsed dependency info : [] [] []
[22:43:36] [Server thread/DEBUG] [FML/]: Examining file enderutilities-1.8-0.4.0-beta-1a.jar for potential mods
[22:43:36] [Server thread/TRACE] [FML/]: Located mcmod.info file in file enderutilities-1.8-0.4.0-beta-1a.jar
[22:43:36] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (fi.dy.masa.enderutilities.EnderUtilities) - loading
[22:43:36] [Server thread/TRACE] [enderutilities/]: Parsed dependency info : [] [] []
[22:43:37] [Server thread/DEBUG] [FML/]: Examining file EnderZoo-1.7.10-1.0.11.28.jar for potential mods
[22:43:37] [Server thread/TRACE] [FML/]: Located mcmod.info file in file EnderZoo-1.7.10-1.0.11.28.jar
[22:43:37] [Server thread/DEBUG] [FML/]: Examining file ex-nihilo-2-1.8-0.27.jar for potential mods
[22:43:37] [Server thread/TRACE] [FML/]: Located mcmod.info file in file ex-nihilo-2-1.8-0.27.jar
[22:43:37] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (exnihilo2.EN2) - loading
[22:43:37] [Server thread/TRACE] [exnihilo2/]: Parsed dependency info : [] [] []
[22:43:37] [Server thread/DEBUG] [FML/]: Examining file Extra Achievements 2.3.0.jar for potential mods
[22:43:37] [Server thread/TRACE] [FML/]: Located mcmod.info file in file Extra Achievements 2.3.0.jar
[22:43:37] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (net.moddedbydude.extraachievements.extraachievements2.ExtraAchievements) - loading
[22:43:37] [Server thread/TRACE] [extraachievements/]: Parsed dependency info : [] [] []
[22:43:37] [Server thread/DEBUG] [FML/]: Examining file ExtraFood-1.1.jar for potential mods
[22:43:37] [Server thread/TRACE] [FML/]: Located mcmod.info file in file ExtraFood-1.1.jar
[22:43:37] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (net.realjgsb.extrafood.ExtraFood) - loading
[22:43:37] [Server thread/TRACE] [extrafood/]: Parsed dependency info : [] [] []
[22:43:37] [Server thread/DEBUG] [FML/]: Examining file farble-1.1.jar for potential mods
[22:43:37] [Server thread/TRACE] [FML/]: Located mcmod.info file in file farble-1.1.jar
[22:43:37] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (Zyldra.Farble.Farble) - loading
[22:43:37] [Server thread/TRACE] [FARBLE/]: Parsed dependency info : [] [] []
[22:43:37] [Server thread/DEBUG] [FML/]: Examining file FastFlyBlockBreaking-MC1.8-1.0-1-g938a534-build-5.jar for potential mods
[22:43:37] [Server thread/TRACE] [FML/]: Located mcmod.info file in file FastFlyBlockBreaking-MC1.8-1.0-1-g938a534-build-5.jar
[22:43:37] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.github.barteks2x.fastflybreak.FFBB) - loading
[22:43:37] [Server thread/TRACE] [fastflyblockbreaking/]: Parsed dependency info : [] [] []
[22:43:37] [Server thread/DEBUG] [FML/]: Examining file FE-1.8-snapshot-8.jar for potential mods
[22:43:37] [Server thread/TRACE] [FML/]: Located mcmod.info file in file FE-1.8-snapshot-8.jar
[22:43:37] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.forgeessentials.core.ForgeEssentials) - loading
[22:43:37] [Server thread/TRACE] [ForgeEssentials/]: Parsed dependency info : [Forge@[10.13.2.1258,)] [Forge@[10.13.2.1258,), WorldEdit] []
[22:43:37] [Server thread/DEBUG] [FML/]: Examining file fireplace-core-2.3.2.0.jar for potential mods
[22:43:37] [Server thread/TRACE] [FML/]: Located mcmod.info file in file fireplace-core-2.3.2.0.jar
[22:43:37] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (the_fireplace.fireplacecore.FireCoreBaseFile) - loading
[22:43:37] [Server thread/TRACE] [fireplacecore/]: Using mcmod dependency info : [Forge@[11.14.1.*,)] [VersionChecker] [mobrebirth, unlogicii, moreclienttweaks, netheressence, clayspawn, IngameAccountSwitcher, leafcutter, fluidity]
[22:43:37] [Server thread/DEBUG] [FML/]: Examining file FloraSoma-1.8-1.1.1.jar for potential mods
[22:43:37] [Server thread/TRACE] [FML/]: Located mcmod.info file in file FloraSoma-1.8-1.1.1.jar
[22:43:37] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (florasoma.FloraSoma) - loading
[22:43:37] [Server thread/TRACE] [FloraSoma/]: Parsed dependency info : [] [] []
[22:43:37] [Server thread/DEBUG] [FML/]: Examining file fluxducts-mc1.8-1.0.2.jar for potential mods
[22:43:37] [Server thread/TRACE] [FML/]: Located mcmod.info file in file fluxducts-mc1.8-1.0.2.jar
[22:43:37] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (net.fybertech.fluxducts.FluxDucts) - loading
[22:43:37] [Server thread/TRACE] [fluxducts/]: Parsed dependency info : [] [] []
[22:43:37] [Server thread/DEBUG] [FML/]: Examining file food-details-1.8-1.0.0.jar for potential mods
[22:43:37] [Server thread/TRACE] [FML/]: Located mcmod.info file in file food-details-1.8-1.0.0.jar
[22:43:37] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.lothrazar.samsfooddetails.ModFoodDetails) - loading
[22:43:37] [Server thread/TRACE] [samsfooddetails/]: Parsed dependency info : [] [] []
[22:43:37] [Server thread/DEBUG] [samsfooddetails/]: Attempting to load the file version.properties from food-details-1.8-1.0.0.jar to locate a version number for samsfooddetails
[22:43:37] [Server thread/WARN] [samsfooddetails/]: Mod samsfooddetails is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.8-1.0.0
[22:43:37] [Server thread/DEBUG] [FML/]: Examining file fragile-glass-1.8-1.2.jar for potential mods
[22:43:37] [Server thread/TRACE] [FML/]: Located mcmod.info file in file fragile-glass-1.8-1.2.jar
[22:43:37] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.fredtargaryen.fragileglass.FragileGlassBase) - loading
[22:43:37] [Server thread/TRACE] [ftfragileglass/]: Parsed dependency info : [] [] []
[22:43:37] [Server thread/DEBUG] [FML/]: Examining file fragile-torches-1.8-1.0.0.jar for potential mods
[22:43:37] [Server thread/TRACE] [FML/]: Located mcmod.info file in file fragile-torches-1.8-1.0.0.jar
[22:43:37] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.lothrazar.samsfragiletorches.ModFragileTorches) - loading
[22:43:37] [Server thread/TRACE] [samsfragiletorches/]: Parsed dependency info : [] [] []
[22:43:37] [Server thread/DEBUG] [samsfragiletorches/]: Attempting to load the file version.properties from fragile-torches-1.8-1.0.0.jar to locate a version number for samsfragiletorches
[22:43:37] [Server thread/WARN] [samsfragiletorches/]: Mod samsfragiletorches is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.8-1.0.0
[22:43:37] [Server thread/DEBUG] [FML/]: Examining file fulcrum-2.0.2.0.jar for potential mods
[22:43:37] [Server thread/TRACE] [FML/]: Located mcmod.info file in file fulcrum-2.0.2.0.jar
[22:43:37] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (the_fireplace.fulcrum.Fulcrum) - loading
[22:43:37] [Server thread/TRACE] [fulcrum/]: Using mcmod dependency info : [Forge@[11.14.1.*,)] [VersionChecker] [mobrebirth, unlogicii, moreclienttweaks, netheressence, clayspawn, IngameAccountSwitcher, leafcutter, fluidity, realstonetools, adobeblocks]
[22:43:37] [Server thread/DEBUG] [FML/]: Examining file fun-ores-1.8-1.0.0-17.jar for potential mods
[22:43:37] [Server thread/TRACE] [FML/]: Located mcmod.info file in file fun-ores-1.8-1.0.0-17.jar
[22:43:37] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (net.silentchaos512.funores.FunOres) - loading
[22:43:37] [Server thread/TRACE] [FunOres/]: Parsed dependency info : [] [] []
[22:43:37] [Server thread/DEBUG] [FML/]: Examining file gakais-flight-table-fly-block-1.8-1.1.1.jar for potential mods
[22:43:37] [Server thread/TRACE] [FML/]: Located mcmod.info file in file gakais-flight-table-fly-block-1.8-1.1.1.jar
[22:43:37] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (de.gakai.flighttable.FlightTableMod) - loading
[22:43:37] [Server thread/TRACE] [GakaisFlightTable/]: Parsed dependency info : [] [] []
[22:43:37] [Server thread/DEBUG] [FML/]: Examining file Galactic Colored Blocks-1.8-1.01.jar for potential mods
[22:43:37] [Server thread/TRACE] [FML/]: Located mcmod.info file in file Galactic Colored Blocks-1.8-1.01.jar
[22:43:37] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.mystify.bonus.Bonus) - loading
[22:43:37] [Server thread/TRACE] [bonus/]: Parsed dependency info : [] [] []
[22:43:37] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.mystify.galactic.Galactic) - loading
[22:43:37] [Server thread/TRACE] [galactic/]: Parsed dependency info : [] [] []
[22:43:37] [Server thread/DEBUG] [FML/]: Examining file geoactivity-2.1.1.jar for potential mods
[22:43:37] [Server thread/TRACE] [FML/]: Located mcmod.info file in file geoactivity-2.1.1.jar
[22:43:37] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.entirecraft.general.GeoActivity) - loading
[22:43:37] [Server thread/TRACE] [geoactivity/]: Parsed dependency info : [] [] []
[22:43:38] [Server thread/DEBUG] [FML/]: Examining file giacomos-foundry-1.8-1.3.3.jar for potential mods
[22:43:38] [Server thread/TRACE] [FML/]: Located mcmod.info file in file giacomos-foundry-1.8-1.3.3.jar
[22:43:38] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.polipo.foundry.ModFoundry) - loading
[22:43:38] [Server thread/TRACE] [foundry/]: Parsed dependency info : [] [] []
[22:43:38] [Server thread/DEBUG] [FML/]: Examining file GiacomosExperienceSeedling1.8-1.1.jar for potential mods
[22:43:38] [Server thread/TRACE] [FML/]: Located mcmod.info file in file GiacomosExperienceSeedling1.8-1.1.jar
[22:43:38] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.polipo.exp.Exp) - loading
[22:43:38] [Server thread/TRACE] [exp/]: Parsed dependency info : [] [] []
[22:43:38] [Server thread/DEBUG] [FML/]: Examining file GiacomosFishingNet1.8-1.4.jar for potential mods
[22:43:38] [Server thread/TRACE] [FML/]: Located mcmod.info file in file GiacomosFishingNet1.8-1.4.jar
[22:43:38] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.polipo.fishing.FishingNet) - loading
[22:43:38] [Server thread/TRACE] [fishing/]: Parsed dependency info : [] [] []
[22:43:38] [Server thread/DEBUG] [FML/]: Examining file glass_shards_mc1.8-1.3.2.jar for potential mods
[22:43:38] [Server thread/TRACE] [FML/]: Located mcmod.info file in file glass_shards_mc1.8-1.3.2.jar
[22:43:38] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (ljfa.glassshards.GlassShards) - loading
[22:43:38] [Server thread/TRACE] [glass_shards/]: Parsed dependency info : [] [] []
[22:43:38] [Server thread/DEBUG] [FML/]: Examining file GravityGun-5.0.0.jar for potential mods
[22:43:38] [Server thread/TRACE] [FML/]: Located mcmod.info file in file GravityGun-5.0.0.jar
[22:43:38] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (us.ichun.mods.gravitygun.common.GravityGun) - loading
[22:43:38] [Server thread/TRACE] [GravityGun/]: Parsed dependency info : [iChunUtil@[5.4.0,6.0.0)] [iChunUtil@[5.4.0,6.0.0)] []
[22:43:38] [Server thread/DEBUG] [FML/]: Examining file Grenade Mod-1.8-1.3.jar for potential mods
[22:43:38] [Server thread/TRACE] [FML/]: Located mcmod.info file in file Grenade Mod-1.8-1.3.jar
[22:43:38] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.geckoboy.grenademod.GrenadeMod) - loading
[22:43:38] [Server thread/TRACE] [geckoboy_grenademod/]: Parsed dependency info : [] [] []
[22:43:38] [Server thread/DEBUG] [FML/]: Examining file haggismod-1.4.2-mc1.8.jar for potential mods
[22:43:38] [Server thread/TRACE] [FML/]: Located mcmod.info file in file haggismod-1.4.2-mc1.8.jar
[22:43:38] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (ultimatedillon.haggis.HaggisMain) - loading
[22:43:38] [Server thread/TRACE] [haggismod/]: Parsed dependency info : [] [] []
[22:43:38] [Server thread/DEBUG] [FML/]: Examining file HelpFixer - 1.1.9.jar for potential mods
[22:43:38] [Server thread/TRACE] [FML/]: Located mcmod.info file in file HelpFixer - 1.1.9.jar
[22:43:38] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.matthewprenger.helpfixer.HelpFixer) - loading
[22:43:38] [Server thread/TRACE] [HelpFixer/]: Parsed dependency info : [] [] []
[22:43:38] [Server thread/DEBUG] [HelpFixer/]: Attempting to load the file version.properties from HelpFixer - 1.1.9.jar to locate a version number for HelpFixer
[22:43:38] [Server thread/DEBUG] [HelpFixer/]: Found version 1.1.9 for mod HelpFixer in version.properties, using
[22:43:38] [Server thread/DEBUG] [FML/]: Examining file hopperducts-mc1.8-1.4.5.jar for potential mods
[22:43:38] [Server thread/TRACE] [FML/]: Located mcmod.info file in file hopperducts-mc1.8-1.4.5.jar
[22:43:38] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (net.fybertech.hopperducts.HopperDuctsMod) - loading
[22:43:38] [Server thread/TRACE] [hopperducts/]: Parsed dependency info : [] [] []
[22:43:39] [Server thread/DEBUG] [FML/]: Examining file ice_shards_mc1.8-1.1-beta.jar for potential mods
[22:43:39] [Server thread/TRACE] [FML/]: Located mcmod.info file in file ice_shards_mc1.8-1.1-beta.jar
[22:43:39] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (de.ljfa.iceshards.IceShards) - loading
[22:43:39] [Server thread/TRACE] [ice_shards/]: Parsed dependency info : [glass_shards@[1.3.2,),[${version},${version}]] [glass_shards@[1.3.2,),[${version},${version}]] []
[22:43:39] [Server thread/DEBUG] [FML/]: Examining file iChunUtil-5.4.0.jar for potential mods
[22:43:39] [Server thread/TRACE] [FML/]: Located mcmod.info file in file iChunUtil-5.4.0.jar
[22:43:39] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (us.ichun.mods.ichunutil.common.iChunUtil) - loading
[22:43:39] [Server thread/TRACE] [iChunUtil/]: Parsed dependency info : [Forge@[11.14.1.1354,99999.15.0.0)] [Forge@[11.14.1.1354,99999.15.0.0)] []
[22:43:39] [Server thread/DEBUG] [FML/]: Examining file IgneousAdditions-1.2-BETA-2.jar for potential mods
[22:43:39] [Server thread/TRACE] [FML/]: Located mcmod.info file in file IgneousAdditions-1.2-BETA-2.jar
[22:43:39] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.techern.minecraft.ia.IgneousAdditionsMod) - loading
[22:43:39] [Server thread/TRACE] [igneousadditions/]: Parsed dependency info : [] [] []
[22:43:39] [Server thread/DEBUG] [FML/]: Examining file inventory-tweaks-1.59-176.jar for potential mods
[22:43:39] [Server thread/TRACE] [FML/]: Located mcmod.info file in file inventory-tweaks-1.59-176.jar
[22:43:39] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (invtweaks.forge.InvTweaksMod) - loading
[22:43:39] [Server thread/TRACE] [inventorytweaks/]: Parsed dependency info : [FML@[8.0.42,), Forge@[11.14.1,)] [FML@[8.0.42,), Forge@[11.14.1,)] []
[22:43:39] [Server thread/DEBUG] [inventorytweaks/]: Attempting to load the file version.properties from inventory-tweaks-1.59-176.jar to locate a version number for inventorytweaks
[22:43:39] [Server thread/DEBUG] [inventorytweaks/]: Found version 1.59-176-9318a76-dirty for mod inventorytweaks in version.properties, using
[22:43:39] [Server thread/DEBUG] [FML/]: Examining file iron-chests-2-1.8-6.0.103.753.jar for potential mods
[22:43:39] [Server thread/TRACE] [FML/]: Located mcmod.info file in file iron-chests-2-1.8-6.0.103.753.jar
[22:43:39] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (cpw.mods.ironchest.IronChest) - loading
[22:43:39] [Server thread/TRACE] [IronChest/]: Parsed dependency info : [FML@[7.2,)] [FML@[7.2,)] []
[22:43:39] [Server thread/DEBUG] [IronChest/]: Attempting to load the file version.properties from iron-chests-2-1.8-6.0.103.753.jar to locate a version number for IronChest
[22:43:39] [Server thread/DEBUG] [IronChest/]: Found version 6.0.103.753 for mod IronChest in version.properties, using
[22:43:39] [Server thread/DEBUG] [FML/]: Examining file JACB-1.8-1.0.1.jar for potential mods
[22:43:39] [Server thread/TRACE] [FML/]: Located mcmod.info file in file JACB-1.8-1.0.1.jar
[22:43:39] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (tv.vanhal.jacb.JACB) - loading
[22:43:39] [Server thread/TRACE] [jacb/]: Parsed dependency info : [] [] []
[22:43:39] [Server thread/DEBUG] [FML/]: Examining file Jelly Cubes 1.8.0-1.13.2.jar for potential mods
[22:43:39] [Server thread/TRACE] [FML/]: Located mcmod.info file in file Jelly Cubes 1.8.0-1.13.2.jar
[22:43:39] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.wuppy.jellycubes.JellyCube) - loading
[22:43:39] [Server thread/TRACE] [wuppy29_jellycubes/]: Parsed dependency info : [] [] []
[22:43:39] [Server thread/DEBUG] [FML/]: Examining file just-backpacks-1.8-1.0.jar for potential mods
[22:43:39] [Server thread/TRACE] [FML/]: Located mcmod.info file in file just-backpacks-1.8-1.0.jar
[22:43:39] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (net.fybertech.backpackmod.BackpackMod) - loading
[22:43:39] [Server thread/TRACE] [fyberbackpack/]: Parsed dependency info : [] [] []
[22:43:39] [Server thread/DEBUG] [FML/]: Examining file larrys-mod-1.8-1.06.1.jar for potential mods
[22:43:39] [Server thread/TRACE] [FML/]: Located mcmod.info file in file larrys-mod-1.8-1.06.1.jar
[22:43:39] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (larry.larrysmod.LarrysMod) - loading
[22:43:39] [Server thread/TRACE] [larrysmod/]: Parsed dependency info : [] [] []
[22:43:39] [Server thread/DEBUG] [FML/]: Examining file lattice-mod-1.8-1.1.jar for potential mods
[22:43:39] [Server thread/TRACE] [FML/]: Located mcmod.info file in file lattice-mod-1.8-1.1.jar
[22:43:39] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (net.fybertech.lattice.LatticeMod) - loading
[22:43:39] [Server thread/TRACE] [latticemod/]: Parsed dependency info : [] [] []
[22:43:39] [Server thread/DEBUG] [FML/]: Examining file LavaBoat-2.1.0.jar for potential mods
[22:43:39] [Server thread/DEBUG] [FML/]: The mod container LavaBoat-2.1.0.jar appears to be missing an mcmod.info file
[22:43:39] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (LavaBoat.ModLavaBoat) - loading
[22:43:39] [Server thread/TRACE] [LavaBoat/]: Parsed dependency info : [] [] []
[22:43:39] [Server thread/DEBUG] [FML/]: Examining file letters-numbers-and-symbols-mod-1.8-1.0.jar for potential mods
[22:43:39] [Server thread/TRACE] [FML/]: Located mcmod.info file in file letters-numbers-and-symbols-mod-1.8-1.0.jar
[22:43:39] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (cn.mryuan.letters.Letters) - loading
[22:43:39] [Server thread/TRACE] [letters/]: Parsed dependency info : [] [] []
[22:43:39] [Server thread/DEBUG] [FML/]: Examining file Liquid Enchanting-1.0.jar for potential mods
[22:43:39] [Server thread/TRACE] [FML/]: Located mcmod.info file in file Liquid Enchanting-1.0.jar
[22:43:39] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.cookiehook.liquidenchanting.LiquidEnchanting) - loading
[22:43:39] [Server thread/TRACE] [liquidenchanting/]: Parsed dependency info : [] [] []
[22:43:39] [Server thread/DEBUG] [FML/]: Examining file LomLib v4.1.0.jar for potential mods
[22:43:39] [Server thread/TRACE] [FML/]: Located mcmod.info file in file LomLib v4.1.0.jar
[22:43:39] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (net.lomeli.lomlib.LomLib) - loading
[22:43:39] [Server thread/TRACE] [LomLib/]: Parsed dependency info : [] [] []
[22:43:39] [Server thread/DEBUG] [FML/]: Examining file LunatriusCore-1.8-1.1.2.28-universal.jar for potential mods
[22:43:39] [Server thread/TRACE] [FML/]: Located mcmod.info file in file LunatriusCore-1.8-1.1.2.28-universal.jar
[22:43:39] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.github.lunatrius.core.LunatriusCore) - loading
[22:43:39] [Server thread/TRACE] [LunatriusCore/]: Using mcmod dependency info : [Forge@[11.14.0.1237,)] [Forge@[11.14.0.1237,)] []
[22:43:39] [Server thread/DEBUG] [FML/]: Examining file MachineMod-1.8-1.1-Pre-ALPHA-Build-123.jar for potential mods
[22:43:39] [Server thread/TRACE] [FML/]: Located mcmod.info file in file MachineMod-1.8-1.1-Pre-ALPHA-Build-123.jar
[22:43:39] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.projectreddog.machinemod.MachineMod) - loading
[22:43:39] [Server thread/TRACE] [machinemod/]: Using mcmod dependency info : [Forge] [] []
[22:43:39] [Server thread/DEBUG] [machinemod/]: Attempting to load the file version.properties from MachineMod-1.8-1.1-Pre-ALPHA-Build-123.jar to locate a version number for machinemod
[22:43:39] [Server thread/WARN] [machinemod/]: Mod machinemod is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.8-1.1-Pre-ALPHA-Build-123
[22:43:40] [Server thread/DEBUG] [FML/]: Examining file magicalmages-v1.4-MCv1.8.jar for potential mods
[22:43:40] [Server thread/TRACE] [FML/]: Located mcmod.info file in file magicalmages-v1.4-MCv1.8.jar
[22:43:40] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (wolfboyft.magicalmages.MagicalMages) - loading
[22:43:40] [Server thread/TRACE] [magicalmages/]: Parsed dependency info : [] [] []
[22:43:40] [Server thread/DEBUG] [FML/]: Examining file magicclover-1.8-0.6.2.jar for potential mods
[22:43:40] [Server thread/TRACE] [FML/]: Located mcmod.info file in file magicclover-1.8-0.6.2.jar
[22:43:40] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (clover.MagicClover) - loading
[22:43:40] [Server thread/TRACE] [magicclover/]: Parsed dependency info : [] [] []
[22:43:40] [Server thread/DEBUG] [FML/]: Examining file MakersMark-V2.0.1-MC1.8.jar for potential mods
[22:43:40] [Server thread/TRACE] [FML/]: Located mcmod.info file in file MakersMark-V2.0.1-MC1.8.jar
[22:43:40] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.hitchh1k3rsguide.makersmark.MakersMark) - loading
[22:43:40] [Server thread/TRACE] [makersmark/]: Parsed dependency info : [hitchcore] [hitchcore] []
[22:43:40] [Server thread/DEBUG] [FML/]: Examining file Master_Chef_v4.0-1.8.jar for potential mods
[22:43:40] [Server thread/TRACE] [FML/]: Located mcmod.info file in file Master_Chef_v4.0-1.8.jar
[22:43:40] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.chef.mod.Chef) - loading
[22:43:40] [Server thread/TRACE] [chef/]: Parsed dependency info : [] [] []
[22:43:40] [Server thread/DEBUG] [FML/]: Examining file medieval_mobs-1.8.x v.a2.jar for potential mods
[22:43:40] [Server thread/TRACE] [FML/]: Located mcmod.info file in file medieval_mobs-1.8.x v.a2.jar
[22:43:40] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.alek.medieval_mobs.MedievalMobs) - loading
[22:43:40] [Server thread/TRACE] [medieval_mobs/]: Parsed dependency info : [] [] []
[22:43:40] [Server thread/DEBUG] [FML/]: Examining file Metals-1.8-2.1.jar for potential mods
[22:43:40] [Server thread/TRACE] [FML/]: Located mcmod.info file in file Metals-1.8-2.1.jar
[22:43:40] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.someguyssoftware.metals.Metals) - loading
[22:43:40] [Server thread/TRACE] [sgs_metals/]: Parsed dependency info : [] [] []
[22:43:40] [Server thread/DEBUG] [FML/]: Examining file mineralogy-2.5.1.jar for potential mods
[22:43:40] [Server thread/TRACE] [FML/]: Located mcmod.info file in file mineralogy-2.5.1.jar
[22:43:40] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (cyano.mineralogy.Mineralogy) - loading
[22:43:40] [Server thread/TRACE] [mineralogy/]: Parsed dependency info : [] [] []
[22:43:40] [Server thread/DEBUG] [FML/]: Examining file mo-shiz-mod-1.8-1.6.5.jar for potential mods
[22:43:40] [Server thread/TRACE] [FML/]: Located mcmod.info file in file mo-shiz-mod-1.8-1.6.5.jar
[22:43:40] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.ProfitOrange.moshiz.MoShizMain) - loading
[22:43:40] [Server thread/TRACE] [ms/]: Parsed dependency info : [] [] []
[22:43:40] [Server thread/DEBUG] [FML/]: Examining file modularsuits-1.2.1.jar for potential mods
[22:43:40] [Server thread/DEBUG] [FML/]: The mod container modularsuits-1.2.1.jar appears to be missing an mcmod.info file
[22:43:40] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (hu.laci200270.mods.modularsuits.ModularSuits) - loading
[22:43:40] [Server thread/TRACE] [modularsuits/]: Parsed dependency info : [] [] []
[22:43:40] [Server thread/INFO] [modularsuits/]: Mod modularsuits is missing the required element 'name'. Substituting modularsuits
[22:43:40] [Server thread/DEBUG] [modularsuits/]: Attempting to load the file version.properties from modularsuits-1.2.1.jar to locate a version number for modularsuits
[22:43:40] [Server thread/WARN] [modularsuits/]: Mod modularsuits is missing the required element 'version' and no fallback can be found. Substituting '1.0'.
[22:43:40] [Server thread/DEBUG] [FML/]: Examining file monkey-mod-1.0.jar for potential mods
[22:43:40] [Server thread/TRACE] [FML/]: Located mcmod.info file in file monkey-mod-1.0.jar
[22:43:40] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (weird.weirdMobs.main.WeirdMobs) - loading
[22:43:40] [Server thread/TRACE] [weirdmobs/]: Parsed dependency info : [] [] []
[22:43:40] [Server thread/DEBUG] [FML/]: Examining file more-materials-1.0.20150615.0-MC1.8-20150614.jar for potential mods
[22:43:40] [Server thread/TRACE] [FML/]: Located mcmod.info file in file more-materials-1.0.20150615.0-MC1.8-20150614.jar
[22:43:40] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (de.shittyco.morematerials.MoreMaterialsMod) - loading
[22:43:40] [Server thread/TRACE] [morematerials/]: Parsed dependency info : [] [] []
[22:43:40] [Server thread/DEBUG] [FML/]: Examining file morebows-1.8-2.0.0a2.jar for potential mods
[22:43:40] [Server thread/TRACE] [FML/]: Located mcmod.info file in file morebows-1.8-2.0.0a2.jar
[22:43:40] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.lucidsage.morebows.MoreBows) - loading
[22:43:40] [Server thread/TRACE] [morebows/]: Parsed dependency info : [] [] []
[22:43:40] [Server thread/DEBUG] [FML/]: Examining file MoreLight-1.8-1.4_release.jar for potential mods
[22:43:40] [Server thread/TRACE] [FML/]: Located mcmod.info file in file MoreLight-1.8-1.4_release.jar
[22:43:40] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (azuxul.morelight.MoreLight) - loading
[22:43:40] [Server thread/TRACE] [morelight/]: Parsed dependency info : [] [] []
[22:43:40] [Server thread/DEBUG] [FML/]: Examining file Morpheus-1.8-2.0.41.jar for potential mods
[22:43:40] [Server thread/DEBUG] [FML/]: The mod container Morpheus-1.8-2.0.41.jar appears to be missing an mcmod.info file
[22:43:40] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (net.quetzi.morpheus.Morpheus) - loading
[22:43:40] [Server thread/TRACE] [Morpheus/]: Parsed dependency info : [Forge@[11.14.0.1239,)] [Forge@[11.14.0.1239,)] []
[22:43:40] [Server thread/DEBUG] [FML/]: Examining file MrCrayfishFurnitureModv3.4.8-build1(1.8).jar for potential mods
[22:43:40] [Server thread/TRACE] [FML/]: Located mcmod.info file in file MrCrayfishFurnitureModv3.4.8-build1(1.8).jar
[22:43:40] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.mrcrayfish.furniture.MrCrayfishFurnitureMod) - loading
[22:43:40] [Server thread/TRACE] [cfm/]: Parsed dependency info : [] [] []
[22:43:40] [Server thread/DEBUG] [FML/]: Examining file mwct-1.0.1.jar for potential mods
[22:43:40] [Server thread/TRACE] [FML/]: Located mcmod.info file in file mwct-1.0.1.jar
[22:43:40] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.techern.minecraft.mwct.MoreWoodenCraftingTablesMod) - loading
[22:43:40] [Server thread/TRACE] [mwct/]: Parsed dependency info : [] [] []
[22:43:41] [Server thread/DEBUG] [FML/]: Examining file neotech-1.8-1.6.jar for potential mods
[22:43:41] [Server thread/TRACE] [FML/]: Located mcmod.info file in file neotech-1.8-1.6.jar
[22:43:41] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.dyonovan.neotech.NeoTech) - loading
[22:43:41] [Server thread/TRACE] [neotech/]: Parsed dependency info : [Forge@[11.14.1.1334,)] [Forge@[11.14.1.1334,)] []
[22:43:41] [Server thread/DEBUG] [FML/]: Examining file Nether Eye 1.8.0-1.4.2.jar for potential mods
[22:43:41] [Server thread/TRACE] [FML/]: Located mcmod.info file in file Nether Eye 1.8.0-1.4.2.jar
[22:43:41] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.wuppy.nethereye.NetherEye) - loading
[22:43:41] [Server thread/TRACE] [wuppy29_nethereye/]: Parsed dependency info : [] [] []
[22:43:41] [Server thread/DEBUG] [FML/]: Examining file night-vision-mining-hats-1.8-1.4.jar for potential mods
[22:43:41] [Server thread/TRACE] [FML/]: Located mcmod.info file in file night-vision-mining-hats-1.8-1.4.jar
[22:43:41] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.mininghats.MiningHats) - loading
[22:43:41] [Server thread/TRACE] [mininghats/]: Parsed dependency info : [] [] []
[22:43:41] [Server thread/DEBUG] [FML/]: Examining file nutellacraft-18-1.8-1.1.jar for potential mods
[22:43:41] [Server thread/TRACE] [FML/]: Located mcmod.info file in file nutellacraft-18-1.8-1.1.jar
[22:43:41] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.IMP.NutellaCraft.NutellaCraft) - loading
[22:43:41] [Server thread/TRACE] [nc/]: Parsed dependency info : [] [] []
[22:43:41] [Server thread/DEBUG] [FML/]: Examining file ocean-floor-1.8-1.0.0.jar for potential mods
[22:43:41] [Server thread/TRACE] [FML/]: Located mcmod.info file in file ocean-floor-1.8-1.0.0.jar
[22:43:41] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.lothrazar.samsocean.ModOcean) - loading
[22:43:41] [Server thread/TRACE] [samsocean/]: Parsed dependency info : [] [] []
[22:43:41] [Server thread/DEBUG] [samsocean/]: Attempting to load the file version.properties from ocean-floor-1.8-1.0.0.jar to locate a version number for samsocean
[22:43:41] [Server thread/WARN] [samsocean/]: Mod samsocean is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.8-1.0.0
[22:43:41] [Server thread/DEBUG] [FML/]: Examining file open-computers-1.8-1.5.14.32.jar for potential mods
[22:43:41] [Server thread/TRACE] [FML/]: Located mcmod.info file in file open-computers-1.8-1.5.14.32.jar
[22:43:41] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (li.cil.oc.OpenComputers) - loading
[22:43:41] [Server thread/TRACE] [OpenComputers/]: Using mcmod dependency info : [Forge@[11.14.1.1313,)] [BuildCraft|Core, ComputerCraft, EnderStorage, ForgeMultipart, IC2, MineFactoryReloaded, ProjRed|Transmission, RedLogic, StargateTech2, Thaumcraft, ThermalExpansion] []
[22:43:42] [Server thread/DEBUG] [FML/]: Examining file pandoras-box-1.8-2.1.2.jar for potential mods
[22:43:42] [Server thread/TRACE] [FML/]: Located mcmod.info file in file pandoras-box-1.8-2.1.2.jar
[22:43:42] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (ivorius.pandorasbox.PandorasBox) - loading
[22:43:42] [Server thread/TRACE] [pandorasbox/]: Parsed dependency info : [] [] []
[22:43:42] [Server thread/DEBUG] [FML/]: Examining file parachute-mod-1.8.0-3.1.1-23.jar for potential mods
[22:43:42] [Server thread/TRACE] [FML/]: Located mcmod.info file in file parachute-mod-1.8.0-3.1.1-23.jar
[22:43:42] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.parachute.common.Parachute) - loading
[22:43:42] [Server thread/TRACE] [parachutemod/]: Parsed dependency info : [] [] []
[22:43:42] [Server thread/DEBUG] [FML/]: Examining file pig-manure-1.0.1.jar for potential mods
[22:43:42] [Server thread/TRACE] [FML/]: Located mcmod.info file in file pig-manure-1.0.1.jar
[22:43:42] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (airbreather.mods.pigmanure.PigManureMod) - loading
[22:43:42] [Server thread/TRACE] [PigManure/]: Parsed dependency info : [] [] []
[22:43:42] [Server thread/DEBUG] [PigManure/]: Attempting to load the file version.properties from pig-manure-1.0.1.jar to locate a version number for PigManure
[22:43:42] [Server thread/DEBUG] [PigManure/]: Found version 1.0.1 for mod PigManure in version.properties, using
[22:43:42] [Server thread/DEBUG] [FML/]: Examining file plant-mega-pack-1.8-5.07.jar for potential mods
[22:43:42] [Server thread/TRACE] [FML/]: Located mcmod.info file in file plant-mega-pack-1.8-5.07.jar
[22:43:42] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (plantmegapack.PlantMegaPack) - loading
[22:43:42] [Server thread/TRACE] [plantmegapack/]: Parsed dependency info : [] [] []
[22:43:43] [Server thread/DEBUG] [FML/]: Examining file pocketnether-1.8-1.4.jar for potential mods
[22:43:43] [Server thread/TRACE] [FML/]: Located mcmod.info file in file pocketnether-1.8-1.4.jar
[22:43:43] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.kandivia.pocketnether.main.MainRegistry) - loading
[22:43:43] [Server thread/TRACE] [pocketnether/]: Parsed dependency info : [] [] []
[22:43:43] [Server thread/DEBUG] [FML/]: Examining file portable-crafting-bench-1.8-1.4.jar for potential mods
[22:43:43] [Server thread/TRACE] [FML/]: Located mcmod.info file in file portable-crafting-bench-1.8-1.4.jar
[22:43:43] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.renevo.pcb.PortableCraftBenchMod) - loading
[22:43:43] [Server thread/TRACE] [pcb/]: Parsed dependency info : [] [] []
[22:43:43] [Server thread/DEBUG] [FML/]: Examining file PortalGates2-mc1.8-2.1.4-b.jar for potential mods
[22:43:43] [Server thread/TRACE] [FML/]: Located mcmod.info file in file PortalGates2-mc1.8-2.1.4-b.jar
[22:43:43] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.portalgates.main.PortalGatesMod) - loading
[22:43:43] [Server thread/TRACE] [portalgates/]: Parsed dependency info : [] [] []
[22:43:43] [Server thread/DEBUG] [FML/]: Examining file power-apples-1.8-1.0.1.jar for potential mods
[22:43:43] [Server thread/TRACE] [FML/]: Located mcmod.info file in file power-apples-1.8-1.0.1.jar
[22:43:43] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.lothrazar.samsapples.ModApples) - loading
[22:43:43] [Server thread/TRACE] [samsapples/]: Parsed dependency info : [] [] []
[22:43:43] [Server thread/DEBUG] [samsapples/]: Attempting to load the file version.properties from power-apples-1.8-1.0.1.jar to locate a version number for samsapples
[22:43:43] [Server thread/WARN] [samsapples/]: Mod samsapples is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.8-1.0.1
[22:43:43] [Server thread/DEBUG] [FML/]: Examining file PowerAdvantage-1.2.4.jar for potential mods
[22:43:43] [Server thread/TRACE] [FML/]: Located mcmod.info file in file PowerAdvantage-1.2.4.jar
[22:43:43] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (cyano.poweradvantage.PowerAdvantage) - loading
[22:43:43] [Server thread/TRACE] [poweradvantage/]: Parsed dependency info : [basemetals] [basemetals] []
[22:43:43] [Server thread/DEBUG] [FML/]: Examining file prismatics-1.8-0.0.3.3.jar for potential mods
[22:43:43] [Server thread/TRACE] [FML/]: Located mcmod.info file in file prismatics-1.8-0.0.3.3.jar
[22:43:43] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.kreezxil.prismatics.Prismatics) - loading
[22:43:43] [Server thread/TRACE] [prismatics/]: Parsed dependency info : [] [] []
[22:43:43] [Server thread/DEBUG] [FML/]: Examining file proc-mod-1.8-1.2.2.jar for potential mods
[22:43:43] [Server thread/TRACE] [FML/]: Located mcmod.info file in file proc-mod-1.8-1.2.2.jar
[22:43:43] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (org.blitzsy.proc.ProcMod) - loading
[22:43:43] [Server thread/TRACE] [Proc/]: Parsed dependency info : [] [] []
[22:43:43] [Server thread/DEBUG] [Proc/]: Attempting to load the file version.properties from proc-mod-1.8-1.2.2.jar to locate a version number for Proc
[22:43:43] [Server thread/WARN] [Proc/]: Mod Proc is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.2.2-1.8
[22:43:43] [Server thread/DEBUG] [FML/]: Examining file ProgressiveAutomation-1.8-1.6.15.jar for potential mods
[22:43:43] [Server thread/TRACE] [FML/]: Located mcmod.info file in file ProgressiveAutomation-1.8-1.6.15.jar
[22:43:43] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.vanhal.progressiveautomation.ProgressiveAutomation) - loading
[22:43:43] [Server thread/TRACE] [progressiveautomation/]: Parsed dependency info : [] [] []
[22:43:43] [Server thread/DEBUG] [FML/]: Examining file project-bench-1.8-0.5.0.jar for potential mods
[22:43:43] [Server thread/TRACE] [FML/]: Located mcmod.info file in file project-bench-1.8-0.5.0.jar
[22:43:43] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.bau5.projectbench.common.ProjectBench) - loading
[22:43:43] [Server thread/TRACE] [projectbench/]: Parsed dependency info : [] [] []
[22:43:43] [Server thread/DEBUG] [FML/]: Examining file projecte-1.8-PE1.0.1.B.jar for potential mods
[22:43:43] [Server thread/TRACE] [FML/]: Located mcmod.info file in file projecte-1.8-PE1.0.1.B.jar
[22:43:43] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (moze_intel.projecte.PECore) - loading
[22:43:43] [Server thread/TRACE] [ProjectE/]: Parsed dependency info : [] [] []
[22:43:43] [Server thread/DEBUG] [FML/]: Examining file push-and-shove-1.8-1.1.jar for potential mods
[22:43:43] [Server thread/TRACE] [FML/]: Located mcmod.info file in file push-and-shove-1.8-1.1.jar
[22:43:43] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (mnm.mods.pushshove.PushShove) - loading
[22:43:43] [Server thread/TRACE] [PushShove/]: Parsed dependency info : [] [] []
[22:43:43] [Server thread/DEBUG] [FML/]: Examining file quartz-and-prismarine-armortools-1.8-1.1.jar for potential mods
[22:43:43] [Server thread/TRACE] [FML/]: Located mcmod.info file in file quartz-and-prismarine-armortools-1.8-1.1.jar
[22:43:43] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.royalsmods.quartzprismarinemod.quartzprismarinemod) - loading
[22:43:43] [Server thread/TRACE] [quartzprismarinemod/]: Parsed dependency info : [] [] []
[22:43:43] [Server thread/DEBUG] [FML/]: Examining file random-things-1.8-3.5.3.jar for potential mods
[22:43:43] [Server thread/TRACE] [FML/]: Located mcmod.info file in file random-things-1.8-3.5.3.jar
[22:43:43] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (lumien.randomthings.RandomThings) - loading
[22:43:43] [Server thread/TRACE] [RandomThings/]: Parsed dependency info : [] [] []
[22:43:43] [Server thread/DEBUG] [FML/]: Examining file redstone-paste-1.8-1.7.1.jar for potential mods
[22:43:43] [Server thread/TRACE] [FML/]: Located mcmod.info file in file redstone-paste-1.8-1.7.1.jar
[22:43:43] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (net.fybertech.redstonepaste.RedstonePasteMod) - loading
[22:43:43] [Server thread/TRACE] [redstonepaste/]: Parsed dependency info : [] [] []
[22:43:43] [Server thread/DEBUG] [FML/]: Examining file reptile-mod-1.7.10-2.5.6-10.jar for potential mods
[22:43:43] [Server thread/TRACE] [FML/]: Located mcmod.info file in file reptile-mod-1.7.10-2.5.6-10.jar
[22:43:43] [Server thread/DEBUG] [FML/]: Examining directory resources for potential mods
[22:43:43] [Server thread/DEBUG] [FML/]: No mcmod.info file found in directory resources
[22:43:43] [Server thread/TRACE] [FML/]: Recursing into package ruins
[22:43:43] [Server thread/TRACE] [FML/]: Recursing into package ruins.amberoguia biome
[22:43:43] [Server thread/TRACE] [FML/]: Recursing into package ruins.beach
[22:43:43] [Server thread/TRACE] [FML/]: Recursing into package ruins.birch forest
[22:43:43] [Server thread/TRACE] [FML/]: Recursing into package ruins.birch forest hills
[22:43:43] [Server thread/TRACE] [FML/]: Recursing into package ruins.birch forest hills m
[22:43:44] [Server thread/TRACE] [FML/]: Recursing into package ruins.birch forest m
[22:43:44] [Server thread/TRACE] [FML/]: Recursing into package ruins.cold beach
[22:43:44] [Server thread/TRACE] [FML/]: Recursing into package ruins.cold taiga
[22:43:44] [Server thread/TRACE] [FML/]: Recursing into package ruins.cold taiga hills
[22:43:44] [Server thread/TRACE] [FML/]: Recursing into package ruins.cold taiga m
[22:43:44] [Server thread/TRACE] [FML/]: Recursing into package ruins.deep ocean
[22:43:44] [Server thread/TRACE] [FML/]: Recursing into package ruins.desert
[22:43:44] [Server thread/TRACE] [FML/]: Recursing into package ruins.desert m
[22:43:44] [Server thread/TRACE] [FML/]: Recursing into package ruins.deserthills
[22:43:44] [Server thread/TRACE] [FML/]: Recursing into package ruins.extreme hills
[22:43:44] [Server thread/TRACE] [FML/]: Recursing into package ruins.extreme hills edge
[22:43:44] [Server thread/TRACE] [FML/]: Recursing into package ruins.extreme hills m
[22:43:44] [Server thread/TRACE] [FML/]: Recursing into package ruins.extreme hills+
[22:43:44] [Server thread/TRACE] [FML/]: Recursing into package ruins.extreme hills+ m
[22:43:44] [Server thread/TRACE] [FML/]: Recursing into package ruins.flower forest
[22:43:44] [Server thread/TRACE] [FML/]: Recursing into package ruins.forest
[22:43:44] [Server thread/TRACE] [FML/]: Recursing into package ruins.foresthills
[22:43:44] [Server thread/TRACE] [FML/]: Recursing into package ruins.frozenocean
[22:43:44] [Server thread/TRACE] [FML/]: Recursing into package ruins.frozenriver
[22:43:44] [Server thread/TRACE] [FML/]: Recursing into package ruins.generic
[22:43:44] [Server thread/TRACE] [FML/]: Recursing into package ruins.hell
[22:43:44] [Server thread/TRACE] [FML/]: Recursing into package ruins.ice mountains
[22:43:44] [Server thread/TRACE] [FML/]: Recursing into package ruins.ice plains
[22:43:44] [Server thread/TRACE] [FML/]: Recursing into package ruins.ice plains spikes
[22:43:44] [Server thread/TRACE] [FML/]: Recursing into package ruins.jungle
[22:43:44] [Server thread/TRACE] [FML/]: Recursing into package ruins.jungle m
[22:43:44] [Server thread/TRACE] [FML/]: Recursing into package ruins.jungleedge
[22:43:44] [Server thread/TRACE] [FML/]: Recursing into package ruins.jungleedge m
[22:43:44] [Server thread/TRACE] [FML/]: Recursing into package ruins.junglehills
[22:43:44] [Server thread/TRACE] [FML/]: Recursing into package ruins.mega spruce taiga
[22:43:44] [Server thread/TRACE] [FML/]: Recursing into package ruins.mega taiga
[22:43:44] [Server thread/TRACE] [FML/]: Recursing into package ruins.mega taiga hills
[22:43:44] [Server thread/TRACE] [FML/]: Recursing into package ruins.mesa
[22:43:44] [Server thread/TRACE] [FML/]: Recursing into package ruins.mesa (bryce)
[22:43:44] [Server thread/TRACE] [FML/]: Recursing into package ruins.mesa plateau
[22:43:44] [Server thread/TRACE] [FML/]: Recursing into package ruins.mesa plateau f
[22:43:44] [Server thread/TRACE] [FML/]: Recursing into package ruins.mesa plateau f m
[22:43:44] [Server thread/TRACE] [FML/]: Recursing into package ruins.mesa plateau m
[22:43:44] [Server thread/TRACE] [FML/]: Recursing into package ruins.mushroomisland
[22:43:44] [Server thread/TRACE] [FML/]: Recursing into package ruins.mushroomislandshore
[22:43:44] [Server thread/TRACE] [FML/]: Recursing into package ruins.obsolete
[22:43:44] [Server thread/TRACE] [FML/]: Recursing into package ruins.obsolete.badlands
[22:43:44] [Server thread/TRACE] [FML/]: Recursing into package ruins.obsolete.beach
[22:43:44] [Server thread/TRACE] [FML/]: Recursing into package ruins.obsolete.desert
[22:43:44] [Server thread/TRACE] [FML/]: Recursing into package ruins.obsolete.forest
[22:43:44] [Server thread/TRACE] [FML/]: Recursing into package ruins.obsolete.frozenocean
[22:43:44] [Server thread/TRACE] [FML/]: Recursing into package ruins.obsolete.generic
[22:43:44] [Server thread/TRACE] [FML/]: Recursing into package ruins.obsolete.jungle
[22:43:44] [Server thread/TRACE] [FML/]: Recursing into package ruins.obsolete.ocean
[22:43:44] [Server thread/TRACE] [FML/]: Recursing into package ruins.obsolete.plains
[22:43:44] [Server thread/TRACE] [FML/]: Recursing into package ruins.obsolete.river
[22:43:44] [Server thread/TRACE] [FML/]: Recursing into package ruins.obsolete.sky
[22:43:44] [Server thread/TRACE] [FML/]: Recursing into package ruins.obsolete.snow forest
[22:43:44] [Server thread/TRACE] [FML/]: Recursing into package ruins.ocean
[22:43:44] [Server thread/TRACE] [FML/]: Recursing into package ruins.optional
[22:43:44] [Server thread/TRACE] [FML/]: Recursing into package ruins.optional.generic
[22:43:44] [Server thread/TRACE] [FML/]: Recursing into package ruins.optional.nether
[22:43:44] [Server thread/TRACE] [FML/]: Recursing into package ruins.plains
[22:43:44] [Server thread/TRACE] [FML/]: Recursing into package ruins.redwood taiga hills m
[22:43:44] [Server thread/TRACE] [FML/]: Recursing into package ruins.river
[22:43:44] [Server thread/TRACE] [FML/]: Recursing into package ruins.roofed forest
[22:43:44] [Server thread/TRACE] [FML/]: Recursing into package ruins.roofed forest m
[22:43:44] [Server thread/TRACE] [FML/]: Recursing into package ruins.savanna
[22:43:44] [Server thread/TRACE] [FML/]: Recursing into package ruins.savanna m
[22:43:44] [Server thread/TRACE] [FML/]: Recursing into package ruins.savanna plateau
[22:43:44] [Server thread/TRACE] [FML/]: Recursing into package ruins.savanna plateau m
[22:43:44] [Server thread/TRACE] [FML/]: Recursing into package ruins.stone beach
[22:43:44] [Server thread/TRACE] [FML/]: Recursing into package ruins.sunflower plains
[22:43:44] [Server thread/TRACE] [FML/]: Recursing into package ruins.swampland
[22:43:44] [Server thread/TRACE] [FML/]: Recursing into package ruins.swampland m
[22:43:44] [Server thread/TRACE] [FML/]: Recursing into package ruins.taiga
[22:43:44] [Server thread/TRACE] [FML/]: Recursing into package ruins.taiga m
[22:43:44] [Server thread/TRACE] [FML/]: Recursing into package ruins.taigahills
[22:43:44] [Server thread/TRACE] [FML/]: Recursing into package ruins.templateparser
[22:43:44] [Server thread/TRACE] [FML/]: Recursing into package ruins.the end
[22:43:44] [Server thread/TRACE] [FML/]: Recursing into package ruins.witherlands
[22:43:44] [Server thread/DEBUG] [FML/]: Examining file roguelike-dungeons-1.8-1.3.6.jar for potential mods
[22:43:44] [Server thread/TRACE] [FML/]: Located mcmod.info file in file roguelike-dungeons-1.8-1.3.6.jar
[22:43:44] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (greymerk.roguelike.Roguelike) - loading
[22:43:44] [Server thread/TRACE] [Roguelike/]: Parsed dependency info : [] [] []
[22:43:44] [Server thread/DEBUG] [FML/]: Examining file router-reborn-1.8-2.0.0.1A.jar for potential mods
[22:43:44] [Server thread/TRACE] [FML/]: Located mcmod.info file in file router-reborn-1.8-2.0.0.1A.jar
[22:43:44] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (router.reborn.RouterReborn) - loading
[22:43:44] [Server thread/TRACE] [routerreborn/]: Parsed dependency info : [] [ForgeMultipart] []
[22:43:44] [Server thread/DEBUG] [FML/]: Examining file Ruins-1.8.jar for potential mods
[22:43:44] [Server thread/TRACE] [FML/]: Located mcmod.info file in file Ruins-1.8.jar
[22:43:44] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (atomicstryker.ruins.common.RuinsMod) - loading
[22:43:44] [Server thread/TRACE] [AS_Ruins/]: Parsed dependency info : [] [ExtraBiomes] []
[22:43:44] [Server thread/DEBUG] [FML/]: Examining file Schematica-1.8-1.7.7.130-universal.jar for potential mods
[22:43:44] [Server thread/TRACE] [FML/]: Located mcmod.info file in file Schematica-1.8-1.7.7.130-universal.jar
[22:43:44] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.github.lunatrius.schematica.Schematica) - loading
[22:43:44] [Server thread/TRACE] [Schematica/]: Using mcmod dependency info : [Forge@[11.14.1.1390,), LunatriusCore@[1.1.2.28,)] [Forge@[11.14.1.1390,), LunatriusCore@[1.1.2.28,)] []
[22:43:44] [Server thread/DEBUG] [FML/]: Examining file seasoned-flesh-1.8-1.0-m3d3y15.jar for potential mods
[22:43:44] [Server thread/DEBUG] [FML/]: The mod container seasoned-flesh-1.8-1.0-m3d3y15.jar appears to be missing an mcmod.info file
[22:43:44] [Server thread/DEBUG] [FML/]: Examining directory sgs_metals for potential mods
[22:43:44] [Server thread/DEBUG] [FML/]: No mcmod.info file found in directory sgs_metals
[22:43:44] [Server thread/TRACE] [FML/]: Recursing into package 128
[22:43:44] [Server thread/TRACE] [FML/]: Recursing into package 256
[22:43:44] [Server thread/TRACE] [FML/]: Recursing into package 32
[22:43:44] [Server thread/TRACE] [FML/]: Recursing into package 64
[22:43:44] [Server thread/TRACE] [FML/]: Recursing into package logs
[22:43:44] [Server thread/DEBUG] [FML/]: Examining file shipwrecks-1.8.0-1.7.0.jar for potential mods
[22:43:44] [Server thread/TRACE] [FML/]: Located mcmod.info file in file shipwrecks-1.8.0-1.7.0.jar
[22:43:44] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.winslow.shipwreckworldgen.ShipwreckMain) - loading
[22:43:44] [Server thread/TRACE] [shipwrecks/]: Parsed dependency info : [] [] []
[22:43:44] [Server thread/INFO] [shipwrecks/]: Mod shipwrecks is missing the required element 'name'. Substituting shipwrecks
[22:43:45] [Server thread/DEBUG] [FML/]: Examining file silents-gems-1.8-1.3.1-82-beta.jar for potential mods
[22:43:45] [Server thread/TRACE] [FML/]: Located mcmod.info file in file silents-gems-1.8-1.3.1-82-beta.jar
[22:43:45] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (net.silentchaos512.gems.SilentGems) - loading
[22:43:45] [Server thread/TRACE] [SilentGems/]: Parsed dependency info : [] [] []
[22:43:45] [Server thread/DEBUG] [FML/]: Examining file Simple Recipes 1.8.0-1.9.0.jar for potential mods
[22:43:45] [Server thread/TRACE] [FML/]: Located mcmod.info file in file Simple Recipes 1.8.0-1.9.0.jar
[22:43:45] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.wuppy.simplerecipes.SimplePack) - loading
[22:43:45] [Server thread/TRACE] [wuppy29_simplerecipes/]: Parsed dependency info : [] [] []
[22:43:45] [Server thread/DEBUG] [FML/]: Examining file SimpleHolo-v1.0-1.8.jar for potential mods
[22:43:45] [Server thread/DEBUG] [FML/]: The mod container SimpleHolo-v1.0-1.8.jar appears to be missing an mcmod.info file
[22:43:45] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (uk.co.haxyshideout.SimpleHolo.HoloDisplays) - loading
[22:43:45] [Server thread/TRACE] [holodisplays/]: Parsed dependency info : [] [] []
[22:43:45] [Server thread/DEBUG] [FML/]: Examining file Skyland_1.8-v1.1.3.jar for potential mods
[22:43:45] [Server thread/TRACE] [FML/]: Located mcmod.info file in file Skyland_1.8-v1.1.3.jar
[22:43:45] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (skyland.core.Skyland) - loading
[22:43:45] [Server thread/TRACE] [skyland/]: Using mcmod dependency info : [Forge] [] []
[22:43:45] [Server thread/DEBUG] [skyland/]: Attempting to load the file version.properties from Skyland_1.8-v1.1.3.jar to locate a version number for skyland
[22:43:45] [Server thread/DEBUG] [skyland/]: Found version 1.1.3 for mod skyland in version.properties, using
[22:43:45] [Server thread/DEBUG] [FML/]: Examining file sleep-1.8-0.0.1.jar for potential mods
[22:43:45] [Server thread/TRACE] [FML/]: Located mcmod.info file in file sleep-1.8-0.0.1.jar
[22:43:45] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.arc.sleep.Sleep) - loading
[22:43:45] [Server thread/TRACE] [Sleep/]: Parsed dependency info : [] [] []
[22:43:45] [Server thread/DEBUG] [FML/]: Examining file smelt-cycle-1.2.jar for potential mods
[22:43:45] [Server thread/TRACE] [FML/]: Located mcmod.info file in file smelt-cycle-1.2.jar
[22:43:45] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.queennuffer.smeltcycle.SmeltCycle) - loading
[22:43:45] [Server thread/TRACE] [SmeltCycle/]: Parsed dependency info : [] [] []
[22:43:45] [Server thread/DEBUG] [FML/]: Examining file Snow Golem 1.8.0-1.6.2.jar for potential mods
[22:43:45] [Server thread/TRACE] [FML/]: Located mcmod.info file in file Snow Golem 1.8.0-1.6.2.jar
[22:43:45] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.wuppy.snowgolem.CleanSnowGolem) - loading
[22:43:45] [Server thread/TRACE] [wuppy29_snowgolem/]: Parsed dependency info : [] [] []
[22:43:45] [Server thread/DEBUG] [FML/]: Examining file sophisticated-wolves-3.5.0.jar for potential mods
[22:43:45] [Server thread/DEBUG] [FML/]: The mod container sophisticated-wolves-3.5.0.jar appears to be missing an mcmod.info file
[22:43:45] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (sophisticated_wolves.SophisticatedWolvesMod) - loading
[22:43:45] [Server thread/TRACE] [SophisticatedWolves/]: Parsed dependency info : [] [] []
[22:43:45] [Server thread/DEBUG] [FML/]: Examining file spawnercraft-1.8-2.2.2.jar for potential mods
[22:43:45] [Server thread/TRACE] [FML/]: Located mcmod.info file in file spawnercraft-1.8-2.2.2.jar
[22:43:45] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (cad97.spawnercraft.SpawnerCraft2) - loading
[22:43:45] [Server thread/TRACE] [spawnercraft/]: Parsed dependency info : [] [] []
[22:43:45] [Server thread/DEBUG] [FML/]: Examining file stackie-1.8-1.6.0.36.jar for potential mods
[22:43:45] [Server thread/TRACE] [FML/]: Located mcmod.info file in file stackie-1.8-1.6.0.36.jar
[22:43:45] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.github.lunatrius.stackie.Stackie) - loading
[22:43:45] [Server thread/TRACE] [Stackie/]: Using mcmod dependency info : [Forge@[11.14.0.1237,), LunatriusCore@[1.1.2.26,)] [Forge@[11.14.0.1237,), LunatriusCore@[1.1.2.26,)] []
[22:43:45] [Server thread/DEBUG] [FML/]: Examining file SteamAdvantage-1.3.2.jar for potential mods
[22:43:45] [Server thread/TRACE] [FML/]: Located mcmod.info file in file SteamAdvantage-1.3.2.jar
[22:43:45] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (cyano.steamadvantage.SteamAdvantage) - loading
[22:43:45] [Server thread/TRACE] [steamadvantage/]: Parsed dependency info : [basemetals, poweradvantage] [poweradvantage, basemetals] []
[22:43:45] [Server thread/DEBUG] [FML/]: Examining file storage-drawers-1.8-2.1.6.jar for potential mods
[22:43:45] [Server thread/TRACE] [FML/]: Located mcmod.info file in file storage-drawers-1.8-2.1.6.jar
[22:43:45] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.jaquadro.minecraft.storagedrawers.StorageDrawers) - loading
[22:43:45] [Server thread/TRACE] [StorageDrawers/]: Using mcmod dependency info : [Forge, Chameleon] [Chameleon] []
[22:43:45] [Server thread/DEBUG] [FML/]: Examining file talismans-2-1.8-2.1.2.jar for potential mods
[22:43:45] [Server thread/TRACE] [FML/]: Located mcmod.info file in file talismans-2-1.8-2.1.2.jar
[22:43:45] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (Talismans2.Talismans2) - loading
[22:43:45] [Server thread/TRACE] [Talismans 2/]: Parsed dependency info : [Baubles, C4Lib] [Baubles, C4Lib] []
[22:43:45] [Server thread/DEBUG] [FML/]: Examining file tnt_utilities-mc1.8-1.0.2-beta.jar for potential mods
[22:43:45] [Server thread/TRACE] [FML/]: Located mcmod.info file in file tnt_utilities-mc1.8-1.0.2-beta.jar
[22:43:45] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (ljfa.tntutils.TNTUtils) - loading
[22:43:45] [Server thread/TRACE] [tnt_utilities/]: Parsed dependency info : [tnt_utilities_core] [tnt_utilities_core] []
[22:43:45] [Server thread/DEBUG] [FML/]: Examining file torched-5.0.0.jar for potential mods
[22:43:45] [Server thread/TRACE] [FML/]: Located mcmod.info file in file torched-5.0.0.jar
[22:43:45] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (us.ichun.mods.torched.common.Torched) - loading
[22:43:45] [Server thread/TRACE] [Torched/]: Parsed dependency info : [iChunUtil@[5.4.0,6.0.0)] [iChunUtil@[5.4.0,6.0.0)] []
[22:43:45] [Server thread/DEBUG] [FML/]: Examining file totemmod-3.0.jar for potential mods
[22:43:45] [Server thread/TRACE] [FML/]: Located mcmod.info file in file totemmod-3.0.jar
[22:43:45] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.brickfix.totemmod.TotemMod) - loading
[22:43:45] [Server thread/TRACE] [totemMod/]: Parsed dependency info : [] [] []
[22:43:45] [Server thread/DEBUG] [FML/]: Examining file unlogic-ii-2.1.1.0.jar for potential mods
[22:43:45] [Server thread/TRACE] [FML/]: Located mcmod.info file in file unlogic-ii-2.1.1.0.jar
[22:43:45] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (the_fireplace.unlogicii.UnLogicII) - loading
[22:43:45] [Server thread/TRACE] [unlogicii/]: Using mcmod dependency info : [fulcrum@[2.1.1.0,), Forge@[11.14.1.1440,)] [fulcrum, VersionChecker, basemetals, poweradvantage, SteelIndustries, NotEnoughItems] []
[22:43:45] [Server thread/DEBUG] [FML/]: Examining file useful-uselessness-1.8-0.0.4.jar for potential mods
[22:43:45] [Server thread/DEBUG] [FML/]: The mod container useful-uselessness-1.8-0.0.4.jar appears to be missing an mcmod.info file
[22:43:45] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (cFiles.minecraft.UsefullUselessness.UsefullUselessness) - loading
[22:43:45] [Server thread/TRACE] [UsefullUselessness/]: Parsed dependency info : [] [] []
[22:43:45] [Server thread/DEBUG] [FML/]: Examining file utility-worlds-1.8-1.0.7.jar for potential mods
[22:43:45] [Server thread/TRACE] [FML/]: Located mcmod.info file in file utility-worlds-1.8-1.0.7.jar
[22:43:45] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (zarkov.utilityworlds.UtilityWorlds) - loading
[22:43:45] [Server thread/TRACE] [utilityworlds/]: Parsed dependency info : [] [] []
[22:43:45] [Server thread/DEBUG] [FML/]: Examining file veinminer-0.27.0.jar for potential mods
[22:43:45] [Server thread/TRACE] [FML/]: Located mcmod.info file in file veinminer-0.27.0.jar
[22:43:45] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (portablejim.veinminer.VeinMiner) - loading
[22:43:45] [Server thread/TRACE] [VeinMiner/]: Parsed dependency info : [] [] []
[22:43:45] [Server thread/DEBUG] [VeinMiner/]: Attempting to load the file version.properties from veinminer-0.27.0.jar to locate a version number for VeinMiner
[22:43:45] [Server thread/DEBUG] [VeinMiner/]: Found version 0.26.1_build.unknown for mod VeinMiner in version.properties, using
[22:43:45] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (portablejim.veinminermodsupport.VeinMinerModSupport) - loading
[22:43:45] [Server thread/TRACE] [VeinMinerModSupport/]: Parsed dependency info : [] [] []
[22:43:45] [Server thread/DEBUG] [VeinMinerModSupport/]: Attempting to load the file version.properties from veinminer-0.27.0.jar to locate a version number for VeinMinerModSupport
[22:43:45] [Server thread/DEBUG] [VeinMinerModSupport/]: Found version 0.26.1_build.unknown for mod VeinMinerModSupport in version.properties, using
[22:43:45] [Server thread/DEBUG] [FML/]: Examining directory VoxelMods for potential mods
[22:43:45] [Server thread/DEBUG] [FML/]: No mcmod.info file found in directory VoxelMods
[22:43:45] [Server thread/TRACE] [FML/]: Recursing into package voxelMap
[22:43:45] [Server thread/TRACE] [FML/]: Recursing into package voxelMap.cache
[22:43:45] [Server thread/TRACE] [FML/]: Recursing into package voxelMap.cache.192.168.1.124
[22:43:45] [Server thread/TRACE] [FML/]: Recursing into package voxelMap.cache.192.168.1.124.Overworld (dimension 0)
[22:43:45] [Server thread/TRACE] [FML/]: Recursing into package voxelMap.cache.New World
[22:43:45] [Server thread/TRACE] [FML/]: Recursing into package voxelMap.cache.New World.Overworld (dimension 0)
[22:43:45] [Server thread/TRACE] [FML/]: Recursing into package voxelMap.cache.kreezcraft.com
[22:43:45] [Server thread/TRACE] [FML/]: Recursing into package voxelMap.cache.kreezcraft.com.Nether (dimension -1)
[22:43:45] [Server thread/TRACE] [FML/]: Recursing into package voxelMap.cache.kreezcraft.com.Overworld
[22:43:45] [Server thread/TRACE] [FML/]: Recursing into package voxelMap.cache.kreezcraft.com.Overworld (dimension 0)
[22:43:45] [Server thread/TRACE] [FML/]: Recursing into package voxelMap.cache.kreezcraft.com~colon~25765
[22:43:45] [Server thread/TRACE] [FML/]: Recursing into package voxelMap.cache.kreezcraft.com~colon~25765.Nether (dimension -1)
[22:43:45] [Server thread/TRACE] [FML/]: Recursing into package voxelMap.cache.kreezcraft.com~colon~25765.Overworld
[22:43:45] [Server thread/TRACE] [FML/]: Recursing into package voxelMap.cache.kreezcraft.com~colon~25765.Overworld (dimension 0)
[22:43:45] [Server thread/DEBUG] [FML/]: Examining file wooden-and-stone-armor-1.8-1.3.1.jar for potential mods
[22:43:45] [Server thread/TRACE] [FML/]: Located mcmod.info file in file wooden-and-stone-armor-1.8-1.3.1.jar
[22:43:45] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.shadowswoodstonearmor.main.MainRegistry) - loading
[22:43:45] [Server thread/TRACE] [shadowswoodstonearmor/]: Parsed dependency info : [] [] []
[22:43:45] [Server thread/DEBUG] [FML/]: Examining file world-edit-1.8-6.1.jar for potential mods
[22:43:45] [Server thread/TRACE] [FML/]: Located mcmod.info file in file world-edit-1.8-6.1.jar
[22:43:46] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.sk89q.worldedit.forge.ForgeWorldEdit) - loading
[22:43:46] [Server thread/TRACE] [worldedit/]: Parsed dependency info : [] [] []
[22:43:46] [Server thread/DEBUG] [FML/]: Examining file worms-1.8-1.1.0.jar for potential mods
[22:43:46] [Server thread/TRACE] [FML/]: Located mcmod.info file in file worms-1.8-1.1.0.jar
[22:43:46] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.pike.wormsmod.wormsmod) - loading
[22:43:47] [Server thread/TRACE] [wormsmod/]: Parsed dependency info : [] [] []
[22:43:47] [Server thread/DEBUG] [FML/]: Examining file xpteleporters-1.8-1.0.4.jar for potential mods
[22:43:47] [Server thread/TRACE] [FML/]: Located mcmod.info file in file xpteleporters-1.8-1.0.4.jar
[22:43:47] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (latmod.xpt.XPT) - loading
[22:43:47] [Server thread/TRACE] [XPT/]: Parsed dependency info : [] [] []
[22:43:47] [Server thread/DEBUG] [FML/]: Examining file zombie-steaks-1.8-1.0.2.jar for potential mods
[22:43:47] [Server thread/TRACE] [FML/]: Located mcmod.info file in file zombie-steaks-1.8-1.0.2.jar
[22:43:47] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (net.jagm.zombie_steak.ZombieSteak) - loading
[22:43:47] [Server thread/TRACE] [zombie_steak/]: Parsed dependency info : [] [] []
[22:43:47] [Server thread/DEBUG] [FML/]: Examining file ZZZZZ Custom Configs-2.3.0 (1).jar for potential mods
[22:43:47] [Server thread/TRACE] [FML/]: Located mcmod.info file in file ZZZZZ Custom Configs-2.3.0 (1).jar
[22:43:47] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (ganymedes01.zzzzzcustomconfigs.ZZZZZCustomConfigs) - loading
[22:43:47] [Server thread/TRACE] [zzzzzcustomconfigs/]: Parsed dependency info : [Forge@[11.14.3.1450,)] [Forge@[11.14.3.1450,), *] []
[22:43:47] [Server thread/INFO] [FML/]: Forge Mod Loader has identified 173 mods to load
[22:43:47] [Server thread/DEBUG] [FML/]: Found API com.forgeessentials.api (owned by ForgeEssentials providing ForgeEssentialsAPI) embedded in ForgeEssentials
[22:43:47] [Server thread/DEBUG] [FML/]: Found API li.cil.oc.api.driver.item (owned by OpenComputers|Core providing OpenComputersAPI|Driver|Item) embedded in OpenComputers
[22:43:47] [Server thread/DEBUG] [FML/]: Found API cofh.api.tileentity (owned by CoFHAPI providing CoFHAPI|tileentity) embedded in progressiveautomation
[22:43:47] [Server thread/DEBUG] [FML/]: Found API li.cil.oc.api.component (owned by OpenComputers|Core providing OpenComputersAPI|Component) embedded in OpenComputers
[22:43:47] [Server thread/DEBUG] [FML/]: Found API ljfa.glassshards.api (owned by glass_shards providing glass_shards|API) embedded in glass_shards
[22:43:47] [Server thread/DEBUG] [FML/]: Found API li.cil.oc.api.driver (owned by OpenComputers|Core providing OpenComputersAPI|Driver) embedded in OpenComputers
[22:43:47] [Server thread/DEBUG] [FML/]: Found API li.cil.oc.api.network (owned by OpenComputers|Core providing OpenComputersAPI|Network) embedded in OpenComputers
[22:43:47] [Server thread/DEBUG] [FML/]: Found API cofh.api.energy (owned by CoFHAPI providing CoFHAPI|energy) embedded in poweradvantage
[22:43:47] [Server thread/DEBUG] [FML/]: Found API cofh.api (owned by CoFHLib providing CoFHAPI) embedded in fluxducts
[22:43:47] [Server thread/DEBUG] [FML/]: Found API li.cil.oc.api (owned by OpenComputers|Core providing OpenComputersAPI|Core) embedded in OpenComputers
[22:43:47] [Server thread/DEBUG] [FML/]: Found API skyland.api (owned by skyland providing skyland.api) embedded in skyland
[22:43:47] [Server thread/DEBUG] [FML/]: Found API li.cil.oc.api.machine (owned by OpenComputers|Core providing OpenComputersAPI|Machine) embedded in OpenComputers
[22:43:47] [Server thread/DEBUG] [FML/]: Found API com.github.lunatrius.schematica.api (owned by Schematica providing SchematicaAPI) embedded in Schematica
[22:43:47] [Server thread/DEBUG] [FML/]: Found API cofh.api (owned by CoFHLib providing CoFHAPI) embedded in geoactivity
[22:43:47] [Server thread/DEBUG] [FML/]: Found API cofh.api (owned by CoFHLib providing CoFHAPI) embedded in progressiveautomation
[22:43:47] [Server thread/DEBUG] [FML/]: Found API com.jaquadro.minecraft.storagedrawers.api (owned by StorageDrawers providing StorageDrawersAPI) embedded in StorageDrawers
[22:43:47] [Server thread/DEBUG] [FML/]: Found API jaredbgreat.dldungeons.api (owned by DLDungeonsJBG providing DLDungeonsAPI) embedded in dldungeonsjdg
[22:43:47] [Server thread/DEBUG] [FML/]: Found API com.forgeessentials.api.remote (owned by ForgeEssentials providing ForgeEssentialsAPI|Remote) embedded in ForgeEssentials
[22:43:47] [Server thread/DEBUG] [FML/]: Found API cofh.api.block (owned by CoFHAPI providing CoFHAPI|block) embedded in progressiveautomation
[22:43:47] [Server thread/DEBUG] [FML/]: Found API com.github.lunatrius.schematica.api.event (owned by SchematicaAPI providing SchematicaAPI|Events) embedded in Schematica
[22:43:47] [Server thread/DEBUG] [FML/]: Found API li.cil.oc.api.manual (owned by OpenComputers|Core providing OpenComputersAPI|Manual) embedded in OpenComputers
[22:43:47] [Server thread/DEBUG] [FML/]: Found API com.jaquadro.minecraft.storagedrawers.api.render (owned by StorageDrawersAPI providing StorageDrawersAPI|render) embedded in StorageDrawers
[22:43:47] [Server thread/DEBUG] [FML/]: Found API com.jaquadro.minecraft.storagedrawers.api.registry (owned by StorageDrawersAPI providing StorageDrawersAPI|registry) embedded in StorageDrawers
[22:43:47] [Server thread/DEBUG] [FML/]: Found API li.cil.oc.api.internal (owned by OpenComputers|Core providing OpenComputersAPI|Internal) embedded in OpenComputers
[22:43:47] [Server thread/DEBUG] [FML/]: Found API baubles.api (owned by Baubles providing Baubles|API) embedded in Baubles
[22:43:47] [Server thread/DEBUG] [FML/]: Found API com.jaquadro.minecraft.storagedrawers.api.event (owned by StorageDrawersAPI providing StorageDrawersAPI|event) embedded in StorageDrawers
[22:43:47] [Server thread/DEBUG] [FML/]: Found API com.forgeessentials.api.permissions (owned by ForgeEssentials providing ForgeEssentialsAPI|Perms) embedded in ForgeEssentials
[22:43:47] [Server thread/DEBUG] [FML/]: Found API noppes.npcs.api (owned by customnpcs providing Core) embedded in customnpcs
[22:43:47] [Server thread/DEBUG] [FML/]: Found API li.cil.oc.api.fs (owned by OpenComputers|Core providing OpenComputersAPI|FileSystem) embedded in OpenComputers
[22:43:47] [Server thread/DEBUG] [FML/]: Found API moze_intel.projecte.api (owned by ProjectE providing ProjectEAPI) embedded in ProjectE
[22:43:47] [Server thread/DEBUG] [FML/]: Found API com.jaquadro.minecraft.storagedrawers.api.pack (owned by StorageDrawersAPI providing StorageDrawersAPI|pack) embedded in StorageDrawers
[22:43:47] [Server thread/DEBUG] [FML/]: Found API portablejim.veinminer.api (owned by VeinMiner providing VeinMinerApi) embedded in VeinMiner
[22:43:47] [Server thread/DEBUG] [FML/]: Found API portablejim.veinminer.api (owned by VeinMiner providing VeinMinerApi) embedded in VeinMinerModSupport
[22:43:47] [Server thread/DEBUG] [FML/]: Found API cofh.api.energy (owned by CoFHAPI providing CoFHAPI|energy) embedded in geoactivity
[22:43:47] [Server thread/DEBUG] [FML/]: Found API cofh.api.energy (owned by CoFHAPI providing CoFHAPI|energy) embedded in progressiveautomation
[22:43:47] [Server thread/DEBUG] [FML/]: Found API li.cil.oc.api.prefab (owned by OpenComputers|Core providing OpenComputersAPI|Prefab) embedded in OpenComputers
[22:43:47] [Server thread/DEBUG] [FML/]: Found API cofh.api (owned by CoFHLib providing CoFHAPI) embedded in poweradvantage
[22:43:47] [Server thread/DEBUG] [FML/]: Found API com.forgeessentials.api.economy (owned by ForgeEssentials providing ForgeEssentialsAPI|Economy) embedded in ForgeEssentials
[22:43:47] [Server thread/DEBUG] [FML/]: Found API cofh.api.energy (owned by CoFHAPI providing CoFHAPI|energy) embedded in fluxducts
[22:43:47] [Server thread/DEBUG] [FML/]: Found API net.minecraftforge.fe (owned by ForgeEssentials providing Forge-FEHooks) embedded in ForgeEssentials
[22:43:47] [Server thread/DEBUG] [FML/]: Found API com.jaquadro.minecraft.storagedrawers.api.config (owned by StorageDrawersAPI providing StorageDrawersAPI|config) embedded in StorageDrawers
[22:43:47] [Server thread/DEBUG] [FML/]: Found API com.jaquadro.minecraft.storagedrawers.api.inventory (owned by StorageDrawersAPI providing StorageDrawersAPI|inventory) embedded in StorageDrawers
[22:43:47] [Server thread/DEBUG] [FML/]: Found API com.jaquadro.minecraft.storagedrawers.api.storage (owned by StorageDrawersAPI providing StorageDrawersAPI|storage) embedded in StorageDrawers
[22:43:47] [Server thread/DEBUG] [FML/]: Found API com.jaquadro.minecraft.storagedrawers.api.storage.attribute (owned by StorageDrawersAPI providing StorageDrawersAPI|storage-attribute) embedded in StorageDrawers
[22:43:47] [Server thread/DEBUG] [FML/]: Found API li.cil.oc.api.event (owned by OpenComputers|Core providing OpenComputersAPI|Event) embedded in OpenComputers
[22:43:47] [Server thread/TRACE] [FML/]: Removing upstream parent StorageDrawers from APIContainer{StorageDrawersAPI|registry:1.7.10-1.2.0}
[22:43:47] [Server thread/DEBUG] [FML/]: Creating API container dummy for API StorageDrawersAPI|registry: owner: StorageDrawersAPI, dependents: []
[22:43:47] [Server thread/TRACE] [FML/]: Removing upstream parent StorageDrawers from APIContainer{StorageDrawersAPI|storage:1.7.10-1.2.0}
[22:43:47] [Server thread/DEBUG] [FML/]: Creating API container dummy for API StorageDrawersAPI|storage: owner: StorageDrawersAPI, dependents: []
[22:43:47] [Server thread/DEBUG] [FML/]: Creating API container dummy for API OpenComputersAPI|Driver|Item: owner: OpenComputers|Core, dependents: [OpenComputers]
[22:43:47] [Server thread/INFO] [FML/]: Found mod(s) [GakaisFlightTable] containing declared API package cofh.api.energy (owned by CoFHAPI) without associated API reference
[22:43:47] [Server thread/INFO] [FML/]: Found mod(s) [neotech] containing declared API package cofh.api.energy (owned by CoFHAPI) without associated API reference
[22:43:47] [Server thread/TRACE] [FML/]: Removing upstream parent CoFHLib from APIContainer{CoFHAPI|energy:1.8.0R1.0.0a}
[22:43:47] [Server thread/DEBUG] [FML/]: Creating API container dummy for API CoFHAPI|energy: owner: CoFHAPI, dependents: [poweradvantage, geoactivity, progressiveautomation, fluxducts, GakaisFlightTable, neotech]
[22:43:47] [Server thread/DEBUG] [FML/]: Creating API container dummy for API SchematicaAPI: owner: Schematica, dependents: []
[22:43:47] [Server thread/TRACE] [FML/]: Removing upstream parent StorageDrawers from APIContainer{StorageDrawersAPI|inventory:1.7.10-1.2.0}
[22:43:47] [Server thread/DEBUG] [FML/]: Creating API container dummy for API StorageDrawersAPI|inventory: owner: StorageDrawersAPI, dependents: []
[22:43:47] [Server thread/DEBUG] [FML/]: Creating API container dummy for API StorageDrawersAPI: owner: StorageDrawers, dependents: []
[22:43:47] [Server thread/DEBUG] [FML/]: Creating API container dummy for API ForgeEssentialsAPI|Perms: owner: ForgeEssentials, dependents: []
[22:43:47] [Server thread/TRACE] [FML/]: Removing upstream parent CoFHLib from APIContainer{CoFHAPI|tileentity:1.8.0R1.0.0a}
[22:43:47] [Server thread/DEBUG] [FML/]: Creating API container dummy for API CoFHAPI|tileentity: owner: CoFHAPI, dependents: [progressiveautomation]
[22:43:47] [Server thread/DEBUG] [FML/]: Creating API container dummy for API ForgeEssentialsAPI: owner: ForgeEssentials, dependents: []
[22:43:47] [Server thread/INFO] [FML/]: Found mod(s) [GakaisFlightTable] containing declared API package cofh.api (owned by CoFHLib) without associated API reference
[22:43:47] [Server thread/DEBUG] [FML/]: Creating API container dummy for API CoFHAPI: owner: CoFHLib, dependents: [fluxducts, geoactivity, progressiveautomation, poweradvantage, GakaisFlightTable]
[22:43:47] [Server thread/DEBUG] [FML/]: Creating API container dummy for API glass_shards|API: owner: glass_shards, dependents: []
[22:43:47] [Server thread/DEBUG] [FML/]: Creating API container dummy for API OpenComputersAPI|Event: owner: OpenComputers|Core, dependents: [OpenComputers]
[22:43:47] [Server thread/DEBUG] [FML/]: Creating API container dummy for API ProjectEAPI: owner: ProjectE, dependents: []
[22:43:47] [Server thread/TRACE] [FML/]: Removing upstream parent StorageDrawers from APIContainer{StorageDrawersAPI|config:1.7.10-1.2.0}
[22:43:47] [Server thread/DEBUG] [FML/]: Creating API container dummy for API StorageDrawersAPI|config: owner: StorageDrawersAPI, dependents: []
[22:43:47] [Server thread/DEBUG] [FML/]: Creating API container dummy for API ForgeEssentialsAPI|Remote: owner: ForgeEssentials, dependents: []
[22:43:47] [Server thread/DEBUG] [FML/]: Creating API container dummy for API OpenComputersAPI|Network: owner: OpenComputers|Core, dependents: [OpenComputers]
[22:43:47] [Server thread/DEBUG] [FML/]: Creating API container dummy for API Forge-FEHooks: owner: ForgeEssentials, dependents: []
[22:43:47] [Server thread/TRACE] [FML/]: Removing upstream parent StorageDrawers from APIContainer{StorageDrawersAPI|event:1.7.10-1.2.0}
[22:43:47] [Server thread/DEBUG] [FML/]: Creating API container dummy for API StorageDrawersAPI|event: owner: StorageDrawersAPI, dependents: []
[22:43:47] [Server thread/DEBUG] [FML/]: Creating API container dummy for API Core: owner: customnpcs, dependents: []
[22:43:47] [Server thread/DEBUG] [FML/]: Creating API container dummy for API Baubles|API: owner: Baubles, dependents: []
[22:43:47] [Server thread/DEBUG] [FML/]: Creating API container dummy for API OpenComputersAPI|Machine: owner: OpenComputers|Core, dependents: [OpenComputers]
[22:43:47] [Server thread/TRACE] [FML/]: Removing upstream parent Schematica from APIContainer{SchematicaAPI|Events:1.1}
[22:43:47] [Server thread/DEBUG] [FML/]: Creating API container dummy for API SchematicaAPI|Events: owner: SchematicaAPI, dependents: []
[22:43:47] [Server thread/DEBUG] [FML/]: Creating API container dummy for API OpenComputersAPI|Manual: owner: OpenComputers|Core, dependents: [OpenComputers]
[22:43:47] [Server thread/DEBUG] [FML/]: Creating API container dummy for API DLDungeonsAPI: owner: DLDungeonsJBG, dependents: [dldungeonsjdg]
[22:43:47] [Server thread/DEBUG] [FML/]: Creating API container dummy for API OpenComputersAPI|Prefab: owner: OpenComputers|Core, dependents: [OpenComputers]
[22:43:47] [Server thread/TRACE] [FML/]: Removing upstream parent CoFHLib from APIContainer{CoFHAPI|block:1.8.0R1.0.0a}
[22:43:47] [Server thread/DEBUG] [FML/]: Creating API container dummy for API CoFHAPI|block: owner: CoFHAPI, dependents: [progressiveautomation]
[22:43:47] [Server thread/DEBUG] [FML/]: Creating API container dummy for API OpenComputersAPI|Core: owner: OpenComputers|Core, dependents: [OpenComputers]
[22:43:47] [Server thread/DEBUG] [FML/]: Creating API container dummy for API OpenComputersAPI|Component: owner: OpenComputers|Core, dependents: [OpenComputers]
[22:43:47] [Server thread/DEBUG] [FML/]: Creating API container dummy for API OpenComputersAPI|Internal: owner: OpenComputers|Core, dependents: [OpenComputers]
[22:43:47] [Server thread/TRACE] [FML/]: Removing upstream parent StorageDrawers from APIContainer{StorageDrawersAPI|pack:1.7.10-1.2.0}
[22:43:47] [Server thread/DEBUG] [FML/]: Creating API container dummy for API StorageDrawersAPI|pack: owner: StorageDrawersAPI, dependents: []
[22:43:47] [Server thread/DEBUG] [FML/]: Creating API container dummy for API OpenComputersAPI|FileSystem: owner: OpenComputers|Core, dependents: [OpenComputers]
[22:43:47] [Server thread/TRACE] [FML/]: Removing upstream parent StorageDrawers from APIContainer{StorageDrawersAPI|render:1.7.10-1.2.0}
[22:43:47] [Server thread/DEBUG] [FML/]: Creating API container dummy for API StorageDrawersAPI|render: owner: StorageDrawersAPI, dependents: []
[22:43:47] [Server thread/DEBUG] [FML/]: Creating API container dummy for API ForgeEssentialsAPI|Economy: owner: ForgeEssentials, dependents: []
[22:43:47] [Server thread/TRACE] [FML/]: Removing upstream parent StorageDrawers from APIContainer{StorageDrawersAPI|storage-attribute:1.7.10-1.2.0}
[22:43:47] [Server thread/DEBUG] [FML/]: Creating API container dummy for API StorageDrawersAPI|storage-attribute: owner: StorageDrawersAPI, dependents: []
[22:43:47] [Server thread/DEBUG] [FML/]: Creating API container dummy for API skyland.api: owner: skyland, dependents: []
[22:43:47] [Server thread/DEBUG] [FML/]: Creating API container dummy for API OpenComputersAPI|Driver: owner: OpenComputers|Core, dependents: [OpenComputers]
[22:43:47] [Server thread/DEBUG] [FML/]: Creating API container dummy for API VeinMinerApi: owner: VeinMiner, dependents: [VeinMinerModSupport]
[22:43:47] [Server thread/TRACE] [FML/]: Received a system property request ''
[22:43:47] [Server thread/TRACE] [FML/]: System property request managing the state of 0 mods
[22:43:47] [Server thread/DEBUG] [FML/]: After merging, found state information for 0 mods
[22:43:47] [Server thread/DEBUG] [FML/]: Found translations in experimental.jar [en_US, en_US, af_ZA, ar_SA, br_FR, ca_ES, cs_CZ, da_DK, de_DE, el_GR, es_ES, fa_IR, fi_FI, fr_FR, he_IL, hu_HU, it_IT, ja_JP, ko_KR, lt_LT, nb_NO, nl_NL, nn_NO, no_NO, pl_PL, pt_BR, pt_PT, ro_RO, ru_RU, sl_SI, sr_SP, sv_SE, tr_TR, uk_UA, vi_VN, zh_CN, zh_TW]
[22:43:47] [Server thread/DEBUG] [FML/]: Found translations in experimental.jar [en_US, en_US, af_ZA, ar_SA, br_FR, ca_ES, cs_CZ, da_DK, de_DE, el_GR, es_ES, fa_IR, fi_FI, fr_FR, he_IL, hu_HU, it_IT, ja_JP, ko_KR, lt_LT, nb_NO, nl_NL, nn_NO, no_NO, pl_PL, pt_BR, pt_PT, ro_RO, ru_RU, sl_SI, sr_SP, sv_SE, tr_TR, uk_UA, vi_VN, zh_CN, zh_TW]
[22:43:47] [Server thread/DEBUG] [FML/]: Found translations in Aroma1997Core-1.8-1.0.3.4.b47.jar [en_US]
[22:43:47] [Server thread/DEBUG] [FML/]: Found translations in NotEnoughItems-1.8-1.0.5.104-universal.jar [cs_CZ, fr_FR, et_EE, zh_CN, it_IT, zh_TW, de_DE, tr_TR, ru_RU, pt_BR, sk_SK, ko_KR, pl_PL, en_US]
[22:43:47] [Server thread/DEBUG] [FML/]: Found translations in zz-backpacks 1.8 - 3.0.3 beta 4 (1).jar [en_US]
[22:43:47] [Server thread/DEBUG] [moSwords/]: Enabling mod moSwords
[22:43:47] [Server thread/DEBUG] [FML/]: Found translations in [1.8] moSwords v6.jar [de_DE, en_US]
[22:43:47] [Server thread/DEBUG] [securitycraft/]: Enabling mod securitycraft
[22:43:47] [Server thread/DEBUG] [FML/]: Found translations in [1.8] SecurityCraft v1.7.4.1.jar [de_DE, en_US, fr_FR, ru_RU]
[22:43:47] [Server thread/DEBUG] [braziermod/]: Enabling mod braziermod
[22:43:47] [Server thread/DEBUG] [FML/]: Found translations in [1.8]BrazierMod-1.0.jar [en_US]
[22:43:47] [Server thread/DEBUG] [bspkrsCore/]: Enabling mod bspkrsCore
[22:43:47] [Server thread/DEBUG] [FML/]: Found translations in [1.8]bspkrsCore-universal-7.01.jar [en_US, cs_CZ, fr_CA, pl_PL, de_DE, ru_RU]
[22:43:47] [Server thread/DEBUG] [fastfood/]: Enabling mod fastfood
[22:43:48] [Server thread/DEBUG] [FML/]: Found translations in [1.8]Fast Food-0.1.1.jar [en_US]
[22:43:48] [Server thread/DEBUG] [FloatingRuins/]: Enabling mod FloatingRuins
[22:43:48] [Server thread/DEBUG] [FML/]: Found translations in [1.8]FloatingRuins-universal-1.8.r01.jar [en_US, pl_PL]
[22:43:48] [Server thread/DEBUG] [adamantium/]: Enabling mod adamantium
[22:43:48] [Server thread/DEBUG] [FML/]: Found translations in adamantium-mod-1.4.1.jar [en_US]
[22:43:48] [Server thread/DEBUG] [affs/]: Enabling mod affs
[22:43:48] [Server thread/DEBUG] [FML/]: Found translations in affs-a1.2.1.jar [en_US, sk_SK, zh_CN]
[22:43:48] [Server thread/DEBUG] [ac/]: Enabling mod ac
[22:43:48] [Server thread/DEBUG] [FML/]: Found translations in alchemyCraft-1.8-0.3.jar [en_US]
[22:43:48] [Server thread/DEBUG] [alexiillib/]: Enabling mod alexiillib
[22:43:48] [Server thread/DEBUG] [FML/]: Found translations in AlexIILLib-1.8-1.3.42.jar [fr_FR, en_US]
[22:43:48] [Server thread/DEBUG] [Amberoguia/]: Enabling mod Amberoguia
[22:43:48] [Server thread/DEBUG] [FML/]: Found translations in AmberoguiaMod_v1.5.3.jar [en_US]
[22:43:48] [Server thread/DEBUG] [animalsplus/]: Enabling mod animalsplus
[22:43:48] [Server thread/DEBUG] [FML/]: Found translations in animalsplus-1.3.jar [de_DE, en_US, es_ES, it_IT, nl_NL, pl_PL, ru_RU, tr_TR]
[22:43:48] [Server thread/DEBUG] [armourexpansion/]: Enabling mod armourexpansion
[22:43:48] [Server thread/DEBUG] [FML/]: Found translations in Armour Expansion - 1.0.jar [en_US]
[22:43:48] [Server thread/DEBUG] [Aroma1997CoreHelper/]: Enabling mod Aroma1997CoreHelper
[22:43:48] [Server thread/DEBUG] [FML/]: Found translations in Aroma1997Core-1.8-1.0.3.4.b47.jar [en_US]
[22:43:48] [Server thread/DEBUG] [AromaBackup/]: Enabling mod AromaBackup
[22:43:48] [Server thread/DEBUG] [FML/]: Found translations in AromaBackup-1.8-0.0.1.0.b12.jar [en_US]
[22:43:48] [Server thread/DEBUG] [AttachableGrinder/]: Enabling mod AttachableGrinder
[22:43:48] [Server thread/DEBUG] [FML/]: Found translations in AttachableGrinder-5.0.0.jar [da_DK, de_DE, en_US, es_ES, fr_FR, it_IT, ko_KR, sv_SE]
[22:43:48] [Server thread/DEBUG] [AutoSapling/]: Enabling mod AutoSapling
[22:43:48] [Server thread/DEBUG] [basemetals/]: Enabling mod basemetals
[22:43:48] [Server thread/DEBUG] [FML/]: Found translations in BaseMetals-1.3.4.jar [en_AU, en_CA, en_EN, en_GB, en_PT, en_US, es_ES, es_MX, it_IT, pt_BR, zh_CN]
[22:43:48] [Server thread/DEBUG] [Baubles/]: Enabling mod Baubles
[22:43:48] [Server thread/DEBUG] [FML/]: Found translations in Baubles-1.8-1.1.1.0.jar [ar_SA, cs_CZ, da_DK, de_DE, en_US, et_EE, fi_FI, fr_FR, it_IT, ko_KR, nl_NL, no_NO, pl_PL, pt_BR, ru_RU, zh_CN, zh_TW]
[22:43:48] [Server thread/DEBUG] [BBG/]: Enabling mod BBG
[22:43:48] [Server thread/DEBUG] [BeardedLib/]: Enabling mod BeardedLib
[22:43:48] [Server thread/DEBUG] [bedrocktools/]: Enabling mod bedrocktools
[22:43:48] [Server thread/DEBUG] [FML/]: Found translations in bedrock-tools-1.8-1.5.jar [en_US]
[22:43:48] [Server thread/DEBUG] [swdjail/]: Enabling mod swdjail
[22:43:48] [Server thread/DEBUG] [BetterChests/]: Enabling mod BetterChests
[22:43:48] [Server thread/DEBUG] [FML/]: Found translations in BetterChests-1.8-1.2.0.0.b41.jar [nl_NL, en_US, ru_RU, it_IT, de_DE, zh_CN]
[22:43:48] [Server thread/DEBUG] [rafradek_blocklauncher/]: Enabling mod rafradek_blocklauncher
[22:43:48] [Server thread/DEBUG] [FML/]: Found translations in block-launcher-1.8-2.0.jar [en_US]
[22:43:48] [Server thread/DEBUG] [Blocks2Items/]: Enabling mod Blocks2Items
[22:43:48] [Server thread/DEBUG] [gtm/]: Enabling mod gtm
[22:43:48] [Server thread/DEBUG] [FML/]: Found translations in BoostMod-1.8-0.2.3.jar [en_US]
[22:43:48] [Server thread/DEBUG] [brewingPlus/]: Enabling mod brewingPlus
[22:43:48] [Server thread/DEBUG] [FML/]: Found translations in brewingPlus-1.8-0.0.6.jar [en_US]
[22:43:48] [Server thread/DEBUG] [bunkermod/]: Enabling mod bunkermod
[22:43:48] [Server thread/DEBUG] [FML/]: Found translations in Bunkermod-mc1.8-v2.0.jar [en_US]
[22:43:48] [Server thread/DEBUG] [C4Lib/]: Enabling mod C4Lib
[22:43:48] [Server thread/DEBUG] [FML/]: Found translations in C4Lib-1.8-1.0.0-universal.jar [en_US]
[22:43:48] [Server thread/DEBUG] [samscarbonpaper/]: Enabling mod samscarbonpaper
[22:43:48] [Server thread/DEBUG] [FML/]: Found translations in carbon-paper-1.8-1.0.0.jar [en_AU, en_CA, en_GB, en_US]
[22:43:48] [Server thread/DEBUG] [Chameleon/]: Enabling mod Chameleon
[22:43:48] [Server thread/DEBUG] [ChickenShed/]: Enabling mod ChickenShed
[22:43:48] [Server thread/DEBUG] [colorfularmor/]: Enabling mod colorfularmor
[22:43:48] [Server thread/DEBUG] [FML/]: Found translations in colorful-armor-1.8-2.8.jar [en_US]
[22:43:48] [Server thread/DEBUG] [craftablehorsearmour/]: Enabling mod craftablehorsearmour
[22:43:48] [Server thread/DEBUG] [craftingex/]: Enabling mod craftingex
[22:43:48] [Server thread/DEBUG] [FML/]: Found translations in CraftingEX_1.8-v1.0.6.jar [en_US, ja_JP]
[22:43:48] [Server thread/DEBUG] [customnpcs/]: Enabling mod customnpcs
[22:43:48] [Server thread/DEBUG] [FML/]: Found translations in custom-npcs-1.8.0-beta.jar [cs_CZ, de_DE, en_US, es_AR, es_MX, fr_FR, hu_HU, id_ID, ko_KR, nl_NL, pl_PL, pt_BR, ru_RU, sv_SE, zh_CN, zh_TW, en_US]
[22:43:48] [Server thread/DEBUG] [ctrades/]: Enabling mod ctrades
[22:43:48] [Server thread/DEBUG] [FML/]: Found translations in custom-trades-mod-1.8-1.3.2.jar [en_US]
[22:43:48] [Server thread/DEBUG] [lootablebodies/]: Enabling mod lootablebodies
[22:43:48] [Server thread/DEBUG] [FML/]: Found translations in CyanosLootableBodies-1.3.5.jar [de_DE, en_AU, en_CA, en_EN, en_GB, en_PT, en_US, es_ES, es_MX, it_IT, zh_CN]
[22:43:48] [Server thread/DEBUG] [wonderfulwands/]: Enabling mod wonderfulwands
[22:43:48] [Server thread/DEBUG] [FML/]: Found translations in CyanosWonderfulWands_1.8-1.7.1.jar [de_DE, de_OE, en_AU, en_CA, en_GB, en_PT, en_US, es_ES, es_MX, pt_BR, zh_CN]
[22:43:48] [Server thread/DEBUG] [decorationmegapack/]: Enabling mod decorationmegapack
[22:43:48] [Server thread/DEBUG] [FML/]: Found translations in decoration-mega-pack-1.8-1.18.jar [en_US]
[22:43:48] [Server thread/DEBUG] [dlr/]: Enabling mod dlr
[22:43:48] [Server thread/DEBUG] [FML/]: Found translations in dons-lightning-rod-1.8-1.0.jar [en_US]
[22:43:48] [Server thread/DEBUG] [dldungeonsjdg/]: Enabling mod dldungeonsjdg
[22:43:48] [Server thread/DEBUG] [emeraldobsidianmod/]: Enabling mod emeraldobsidianmod
[22:43:48] [Server thread/DEBUG] [FML/]: Found translations in emeraldobsidianmod-1.8-1.3.1.jar [en_US]
[22:43:48] [Server thread/DEBUG] [eplus/]: Enabling mod eplus
[22:43:48] [Server thread/DEBUG] [FML/]: Found translations in EnchantingPlus-1.8-3.1.0a1.jar [en_US, it_IT, ru_RU, zh_CN]
[22:43:48] [Server thread/DEBUG] [enderutilities/]: Enabling mod enderutilities
[22:43:48] [Server thread/DEBUG] [FML/]: Found translations in enderutilities-1.8-0.4.0-beta-1a.jar [de_DE, en_US, ko_KR]
[22:43:48] [Server thread/DEBUG] [exnihilo2/]: Enabling mod exnihilo2
[22:43:48] [Server thread/DEBUG] [FML/]: Found translations in ex-nihilo-2-1.8-0.27.jar [en_US, ru_RU]
[22:43:48] [Server thread/DEBUG] [extraachievements/]: Enabling mod extraachievements
[22:43:48] [Server thread/DEBUG] [FML/]: Found translations in Extra Achievements 2.3.0.jar [de_DE, en_GB, en_US, es_AR, es_ES, es_MX, es_UY, es_VE, ja_JP]
[22:43:48] [Server thread/DEBUG] [extrafood/]: Enabling mod extrafood
[22:43:48] [Server thread/DEBUG] [FML/]: Found translations in ExtraFood-1.1.jar [en_US]
[22:43:48] [Server thread/DEBUG] [FARBLE/]: Enabling mod FARBLE
[22:43:48] [Server thread/DEBUG] [FML/]: Found translations in farble-1.1.jar [en_US]
[22:43:48] [Server thread/DEBUG] [fastflyblockbreaking/]: Enabling mod fastflyblockbreaking
[22:43:48] [Server thread/DEBUG] [ForgeEssentials/]: Enabling mod ForgeEssentials
[22:43:48] [Server thread/DEBUG] [fireplacecore/]: Enabling mod fireplacecore
[22:43:48] [Server thread/DEBUG] [FML/]: Found translations in fireplace-core-2.3.2.0.jar [de_DE, en_US, es_ES, fr_FR]
[22:43:48] [Server thread/DEBUG] [FloraSoma/]: Enabling mod FloraSoma
[22:43:48] [Server thread/DEBUG] [FML/]: Found translations in FloraSoma-1.8-1.1.1.jar [en_US]
[22:43:48] [Server thread/DEBUG] [fluxducts/]: Enabling mod fluxducts
[22:43:48] [Server thread/DEBUG] [FML/]: Found translations in fluxducts-mc1.8-1.0.2.jar [en_US]
[22:43:48] [Server thread/DEBUG] [samsfooddetails/]: Enabling mod samsfooddetails
[22:43:48] [Server thread/DEBUG] [ftfragileglass/]: Enabling mod ftfragileglass
[22:43:48] [Server thread/DEBUG] [FML/]: Found translations in fragile-glass-1.8-1.2.jar [en_GB, en_US]
[22:43:48] [Server thread/DEBUG] [samsfragiletorches/]: Enabling mod samsfragiletorches
[22:43:48] [Server thread/DEBUG] [fulcrum/]: Enabling mod fulcrum
[22:43:48] [Server thread/DEBUG] [FML/]: Found translations in fulcrum-2.0.2.0.jar [en_US]
[22:43:48] [Server thread/DEBUG] [FunOres/]: Enabling mod FunOres
[22:43:48] [Server thread/DEBUG] [FML/]: Found translations in fun-ores-1.8-1.0.0-17.jar [en_US]
[22:43:48] [Server thread/DEBUG] [GakaisFlightTable/]: Enabling mod GakaisFlightTable
[22:43:48] [Server thread/DEBUG] [FML/]: Found translations in gakais-flight-table-fly-block-1.8-1.1.1.jar [en_US, en_US]
[22:43:48] [Server thread/DEBUG] [bonus/]: Enabling mod bonus
[22:43:48] [Server thread/DEBUG] [FML/]: Found translations in Galactic Colored Blocks-1.8-1.01.jar [en_US]
[22:43:48] [Server thread/DEBUG] [galactic/]: Enabling mod galactic
[22:43:49] [Server thread/DEBUG] [FML/]: Found translations in Galactic Colored Blocks-1.8-1.01.jar [en_US]
[22:43:49] [Server thread/DEBUG] [geoactivity/]: Enabling mod geoactivity
[22:43:49] [Server thread/DEBUG] [FML/]: Found translations in geoactivity-2.1.1.jar [en_US]
[22:43:49] [Server thread/DEBUG] [foundry/]: Enabling mod foundry
[22:43:49] [Server thread/DEBUG] [FML/]: Found translations in giacomos-foundry-1.8-1.3.3.jar [en_US, it_IT]
[22:43:49] [Server thread/DEBUG] [exp/]: Enabling mod exp
[22:43:49] [Server thread/DEBUG] [FML/]: Found translations in GiacomosExperienceSeedling1.8-1.1.jar [en_US, it_IT]
[22:43:49] [Server thread/DEBUG] [fishing/]: Enabling mod fishing
[22:43:49] [Server thread/DEBUG] [FML/]: Found translations in GiacomosFishingNet1.8-1.4.jar [en_US, it_IT]
[22:43:49] [Server thread/DEBUG] [glass_shards/]: Enabling mod glass_shards
[22:43:49] [Server thread/DEBUG] [FML/]: Found translations in glass_shards_mc1.8-1.3.2.jar [de_DE, en_US, fr_FR, ru_RU]
[22:43:49] [Server thread/DEBUG] [GravityGun/]: Enabling mod GravityGun
[22:43:49] [Server thread/DEBUG] [FML/]: Found translations in GravityGun-5.0.0.jar [en_US]
[22:43:49] [Server thread/DEBUG] [geckoboy_grenademod/]: Enabling mod geckoboy_grenademod
[22:43:49] [Server thread/DEBUG] [FML/]: Found translations in Grenade Mod-1.8-1.3.jar [en_US]
[22:43:49] [Server thread/DEBUG] [haggismod/]: Enabling mod haggismod
[22:43:49] [Server thread/DEBUG] [FML/]: Found translations in haggismod-1.4.2-mc1.8.jar [en_CA, en_GB, en_PT, en_US]
[22:43:49] [Server thread/DEBUG] [HelpFixer/]: Enabling mod HelpFixer
[22:43:49] [Server thread/DEBUG] [hopperducts/]: Enabling mod hopperducts
[22:43:49] [Server thread/DEBUG] [FML/]: Found translations in hopperducts-mc1.8-1.4.5.jar [en_US]
[22:43:49] [Server thread/DEBUG] [ice_shards/]: Enabling mod ice_shards
[22:43:49] [Server thread/DEBUG] [FML/]: Found translations in ice_shards_mc1.8-1.1-beta.jar [de_DE, en_US]
[22:43:49] [Server thread/DEBUG] [iChunUtil/]: Enabling mod iChunUtil
[22:43:49] [Server thread/DEBUG] [FML/]: Found translations in iChunUtil-5.4.0.jar [bg_BG, de_DE, en_US, es_ES, es_MX, fr_CA, fr_FR, ru_RU]
[22:43:49] [Server thread/DEBUG] [igneousadditions/]: Enabling mod igneousadditions
[22:43:49] [Server thread/DEBUG] [FML/]: Found translations in IgneousAdditions-1.2-BETA-2.jar [en_US]
[22:43:49] [Server thread/DEBUG] [inventorytweaks/]: Enabling mod inventorytweaks
[22:43:49] [Server thread/DEBUG] [FML/]: Found translations in inventory-tweaks-1.59-176.jar [da_DK, de_DE, en_US, es_ES, et_EE, fr_CA, fr_FR, hu_HU, it_IT, ja_JP, ko_KR, lt_LT, nl_NL, no_NO, pl_PL, pt_BR, pt_PT, ru_RU, sl_SI, sv_SE, tr_TR, uk_UA, zh_CN, zh_TW]
[22:43:49] [Server thread/DEBUG] [IronChest/]: Enabling mod IronChest
[22:43:49] [Server thread/DEBUG] [FML/]: Found translations in iron-chests-2-1.8-6.0.103.753.jar [sv_SE, pl_PL, da_DK, en_US, et_EE, cs_CZ, pt_BR, en_PT, tr_TR, es_ES, fr_FR, ru_RU, nb_NO, el_GR, de_DE, zh_TW, it_IT, ko_KR, pt_PT, zh_CN, nl_NL]
[22:43:49] [Server thread/DEBUG] [jacb/]: Enabling mod jacb
[22:43:49] [Server thread/DEBUG] [FML/]: Found translations in JACB-1.8-1.0.1.jar [en_US]
[22:43:49] [Server thread/DEBUG] [wuppy29_jellycubes/]: Enabling mod wuppy29_jellycubes
[22:43:49] [Server thread/DEBUG] [FML/]: Found translations in Jelly Cubes 1.8.0-1.13.2.jar [en_US]
[22:43:49] [Server thread/DEBUG] [fyberbackpack/]: Enabling mod fyberbackpack
[22:43:49] [Server thread/DEBUG] [FML/]: Found translations in just-backpacks-1.8-1.0.jar [en_US]
[22:43:49] [Server thread/DEBUG] [larrysmod/]: Enabling mod larrysmod
[22:43:49] [Server thread/DEBUG] [FML/]: Found translations in larrys-mod-1.8-1.06.1.jar [en_US]
[22:43:49] [Server thread/DEBUG] [latticemod/]: Enabling mod latticemod
[22:43:49] [Server thread/DEBUG] [FML/]: Found translations in lattice-mod-1.8-1.1.jar [en_US]
[22:43:49] [Server thread/DEBUG] [LavaBoat/]: Enabling mod LavaBoat
[22:43:49] [Server thread/DEBUG] [FML/]: Found translations in LavaBoat-2.1.0.jar [en_US, ru_RU]
[22:43:49] [Server thread/DEBUG] [letters/]: Enabling mod letters
[22:43:49] [Server thread/DEBUG] [FML/]: Found translations in letters-numbers-and-symbols-mod-1.8-1.0.jar [en_US, zh_CN]
[22:43:49] [Server thread/DEBUG] [liquidenchanting/]: Enabling mod liquidenchanting
[22:43:49] [Server thread/DEBUG] [FML/]: Found translations in Liquid Enchanting-1.0.jar [en_US]
[22:43:49] [Server thread/DEBUG] [LomLib/]: Enabling mod LomLib
[22:43:49] [Server thread/DEBUG] [FML/]: Found translations in LomLib v4.1.0.jar [en_US, ru_RU]
[22:43:49] [Server thread/DEBUG] [LunatriusCore/]: Enabling mod LunatriusCore
[22:43:49] [Server thread/DEBUG] [FML/]: Found translations in LunatriusCore-1.8-1.1.2.28-universal.jar [de_DE, en_US, fr_FR, ru_RU, zh_CN]
[22:43:49] [Server thread/DEBUG] [machinemod/]: Enabling mod machinemod
[22:43:49] [Server thread/DEBUG] [FML/]: Found translations in MachineMod-1.8-1.1-Pre-ALPHA-Build-123.jar [en_US]
[22:43:49] [Server thread/DEBUG] [magicalmages/]: Enabling mod magicalmages
[22:43:49] [Server thread/DEBUG] [FML/]: Found translations in magicalmages-v1.4-MCv1.8.jar [en_GB, en_US]
[22:43:49] [Server thread/DEBUG] [magicclover/]: Enabling mod magicclover
[22:43:49] [Server thread/DEBUG] [FML/]: Found translations in magicclover-1.8-0.6.2.jar [en_US, ja_JP, pl_PL, ru_RU, zh_CN]
[22:43:49] [Server thread/DEBUG] [makersmark/]: Enabling mod makersmark
[22:43:49] [Server thread/DEBUG] [FML/]: Found translations in MakersMark-V2.0.1-MC1.8.jar [en_US, fr_FR]
[22:43:49] [Server thread/DEBUG] [chef/]: Enabling mod chef
[22:43:49] [Server thread/DEBUG] [FML/]: Found translations in Master_Chef_v4.0-1.8.jar [en_US]
[22:43:49] [Server thread/DEBUG] [medieval_mobs/]: Enabling mod medieval_mobs
[22:43:49] [Server thread/DEBUG] [FML/]: Found translations in medieval_mobs-1.8.x v.a2.jar [en_US, it_IT]
[22:43:49] [Server thread/DEBUG] [sgs_metals/]: Enabling mod sgs_metals
[22:43:49] [Server thread/DEBUG] [FML/]: Found translations in Metals-1.8-2.1.jar [en_US]
[22:43:49] [Server thread/DEBUG] [mineralogy/]: Enabling mod mineralogy
[22:43:49] [Server thread/DEBUG] [FML/]: Found translations in mineralogy-2.5.1.jar [de_AU, de_DE, en_CA, en_EN, en_GB, en_PT, en_US, es_ES, es_MX, ko_KR, pt_BR, zh_CN]
[22:43:49] [Server thread/DEBUG] [ms/]: Enabling mod ms
[22:43:49] [Server thread/DEBUG] [FML/]: Found translations in mo-shiz-mod-1.8-1.6.5.jar [en_US]
[22:43:49] [Server thread/DEBUG] [modularsuits/]: Enabling mod modularsuits
[22:43:49] [Server thread/DEBUG] [FML/]: Found translations in modularsuits-1.2.1.jar [en_US]
[22:43:49] [Server thread/DEBUG] [weirdmobs/]: Enabling mod weirdmobs
[22:43:49] [Server thread/DEBUG] [morematerials/]: Enabling mod morematerials
[22:43:49] [Server thread/DEBUG] [FML/]: Found translations in more-materials-1.0.20150615.0-MC1.8-20150614.jar [en_US]
[22:43:49] [Server thread/DEBUG] [morebows/]: Enabling mod morebows
[22:43:49] [Server thread/DEBUG] [FML/]: Found translations in morebows-1.8-2.0.0a2.jar [en_US]
[22:43:49] [Server thread/DEBUG] [morelight/]: Enabling mod morelight
[22:43:49] [Server thread/DEBUG] [FML/]: Found translations in MoreLight-1.8-1.4_release.jar [en_US, fr_FR]
[22:43:49] [Server thread/DEBUG] [Morpheus/]: Enabling mod Morpheus
[22:43:49] [Server thread/DEBUG] [cfm/]: Enabling mod cfm
[22:43:49] [Server thread/DEBUG] [FML/]: Found translations in MrCrayfishFurnitureModv3.4.8-build1(1.8).jar [en_US, es_AR, es_ES, nl_NL, pt_BR, ro_RO, ru_RU, zh_CN]
[22:43:49] [Server thread/DEBUG] [mwct/]: Enabling mod mwct
[22:43:49] [Server thread/DEBUG] [FML/]: Found translations in mwct-1.0.1.jar [en_US]
[22:43:49] [Server thread/DEBUG] [neotech/]: Enabling mod neotech
[22:43:49] [Server thread/DEBUG] [FML/]: Found translations in neotech-1.8-1.6.jar [fr_FR, en_US]
[22:43:49] [Server thread/DEBUG] [wuppy29_nethereye/]: Enabling mod wuppy29_nethereye
[22:43:49] [Server thread/DEBUG] [FML/]: Found translations in Nether Eye 1.8.0-1.4.2.jar [en_US]
[22:43:49] [Server thread/DEBUG] [mininghats/]: Enabling mod mininghats
[22:43:49] [Server thread/DEBUG] [FML/]: Found translations in night-vision-mining-hats-1.8-1.4.jar [en_US]
[22:43:49] [Server thread/DEBUG] [nc/]: Enabling mod nc
[22:43:49] [Server thread/DEBUG] [FML/]: Found translations in nutellacraft-18-1.8-1.1.jar [en_US]
[22:43:49] [Server thread/DEBUG] [samsocean/]: Enabling mod samsocean
[22:43:49] [Server thread/DEBUG] [OpenComputers/]: Enabling mod OpenComputers
[22:43:49] [Server thread/DEBUG] [FML/]: Found translations in open-computers-1.8-1.5.14.32.jar [zh_TW, it_IT, ru_RU, zh_CN, pt_PT, fr_FR, en_US, de_DE]
[22:43:49] [Server thread/DEBUG] [pandorasbox/]: Enabling mod pandorasbox
[22:43:49] [Server thread/DEBUG] [FML/]: Found translations in pandoras-box-1.8-2.1.2.jar [de_DE, en_US, fr_FR, pt_BR, zh_CN]
[22:43:49] [Server thread/DEBUG] [parachutemod/]: Enabling mod parachutemod
[22:43:49] [Server thread/DEBUG] [FML/]: Found translations in parachute-mod-1.8.0-3.1.1-23.jar [en_US, ru_RU, de_DE]
[22:43:49] [Server thread/DEBUG] [PigManure/]: Enabling mod PigManure
[22:43:49] [Server thread/DEBUG] [FML/]: Found translations in pig-manure-1.0.1.jar [en_US]
[22:43:49] [Server thread/DEBUG] [plantmegapack/]: Enabling mod plantmegapack
[22:43:50] [Server thread/DEBUG] [FML/]: Found translations in plant-mega-pack-1.8-5.07.jar [de_DE, en_US]
[22:43:50] [Server thread/DEBUG] [pocketnether/]: Enabling mod pocketnether
[22:43:50] [Server thread/DEBUG] [FML/]: Found translations in pocketnether-1.8-1.4.jar [en_US]
[22:43:50] [Server thread/DEBUG] [pcb/]: Enabling mod pcb
[22:43:50] [Server thread/DEBUG] [FML/]: Found translations in portable-crafting-bench-1.8-1.4.jar [en_US, ru_RU]
[22:43:50] [Server thread/DEBUG] [portalgates/]: Enabling mod portalgates
[22:43:50] [Server thread/DEBUG] [samsapples/]: Enabling mod samsapples
[22:43:50] [Server thread/DEBUG] [FML/]: Found translations in power-apples-1.8-1.0.1.jar [en_AU, en_CA, en_GB, en_US]
[22:43:50] [Server thread/DEBUG] [poweradvantage/]: Enabling mod poweradvantage
[22:43:50] [Server thread/DEBUG] [FML/]: Found translations in PowerAdvantage-1.2.4.jar [de_DE, en_AU, en_CA, en_EN, en_GB, en_PT, en_US, es_ES, es_MX, it_IT, ja_JA, ko_KR, pt_BR, zh_CN]
[22:43:50] [Server thread/DEBUG] [prismatics/]: Enabling mod prismatics
[22:43:50] [Server thread/DEBUG] [FML/]: Found translations in prismatics-1.8-0.0.3.3.jar [en_US]
[22:43:50] [Server thread/DEBUG] [Proc/]: Enabling mod Proc
[22:43:50] [Server thread/DEBUG] [FML/]: Found translations in proc-mod-1.8-1.2.2.jar [en_US]
[22:43:50] [Server thread/DEBUG] [progressiveautomation/]: Enabling mod progressiveautomation
[22:43:50] [Server thread/DEBUG] [FML/]: Found translations in ProgressiveAutomation-1.8-1.6.15.jar [de_DE, en_US, fr_FR, nl_NL, pl_PL, ru_RU, zh_CN]
[22:43:50] [Server thread/DEBUG] [projectbench/]: Enabling mod projectbench
[22:43:50] [Server thread/DEBUG] [ProjectE/]: Enabling mod ProjectE
[22:43:51] [Server thread/DEBUG] [FML/]: Found translations in projecte-1.8-PE1.0.1.B.jar [zh_CN, ja_JP, de_DE, ru_RU, fr_FR, en_US, pt_BR, it_IT]
[22:43:51] [Server thread/DEBUG] [PushShove/]: Enabling mod PushShove
[22:43:51] [Server thread/DEBUG] [quartzprismarinemod/]: Enabling mod quartzprismarinemod
[22:43:51] [Server thread/DEBUG] [FML/]: Found translations in quartz-and-prismarine-armortools-1.8-1.1.jar [en_US]
[22:43:51] [Server thread/DEBUG] [RandomThings/]: Enabling mod RandomThings
[22:43:51] [Server thread/DEBUG] [FML/]: Found translations in random-things-1.8-3.5.3.jar [en_US]
[22:43:51] [Server thread/DEBUG] [redstonepaste/]: Enabling mod redstonepaste
[22:43:51] [Server thread/DEBUG] [FML/]: Found translations in redstone-paste-1.8-1.7.1.jar [en_US]
[22:43:51] [Server thread/DEBUG] [Roguelike/]: Enabling mod Roguelike
[22:43:51] [Server thread/DEBUG] [routerreborn/]: Enabling mod routerreborn
[22:43:51] [Server thread/DEBUG] [FML/]: Found translations in router-reborn-1.8-2.0.0.1A.jar [en_US]
[22:43:51] [Server thread/DEBUG] [AS_Ruins/]: Enabling mod AS_Ruins
[22:43:51] [Server thread/DEBUG] [Schematica/]: Enabling mod Schematica
[22:43:51] [Server thread/DEBUG] [FML/]: Found translations in Schematica-1.8-1.7.7.130-universal.jar [ca_ES, cs_CZ, da_DK, de_DE, en_GB, en_PT, en_US, es_ES, es_MX, fi_FI, fr_FR, hu_HU, it_IT, ko_KR, la_LA, lt_LT, nl_NL, no_NO, pl_PL, pt_PT, ru_RU, sk_SK, sl_SI, th_TH, tr_TR, uk_UA, zh_CN]
[22:43:51] [Server thread/DEBUG] [shipwrecks/]: Enabling mod shipwrecks
[22:43:51] [Server thread/DEBUG] [FML/]: Found translations in shipwrecks-1.8.0-1.7.0.jar [en_US]
[22:43:51] [Server thread/DEBUG] [SilentGems/]: Enabling mod SilentGems
[22:43:51] [Server thread/DEBUG] [FML/]: Found translations in silents-gems-1.8-1.3.1-82-beta.jar [en_US]
[22:43:51] [Server thread/DEBUG] [wuppy29_simplerecipes/]: Enabling mod wuppy29_simplerecipes
[22:43:51] [Server thread/DEBUG] [holodisplays/]: Enabling mod holodisplays
[22:43:51] [Server thread/DEBUG] [skyland/]: Enabling mod skyland
[22:43:51] [Server thread/DEBUG] [FML/]: Found translations in Skyland_1.8-v1.1.3.jar [en_US, ja_JP]
[22:43:51] [Server thread/DEBUG] [Sleep/]: Enabling mod Sleep
[22:43:51] [Server thread/DEBUG] [SmeltCycle/]: Enabling mod SmeltCycle
[22:43:51] [Server thread/DEBUG] [wuppy29_snowgolem/]: Enabling mod wuppy29_snowgolem
[22:43:51] [Server thread/DEBUG] [SophisticatedWolves/]: Enabling mod SophisticatedWolves
[22:43:51] [Server thread/DEBUG] [FML/]: Found translations in sophisticated-wolves-3.5.0.jar [en_US, ru_RU]
[22:43:51] [Server thread/DEBUG] [spawnercraft/]: Enabling mod spawnercraft
[22:43:51] [Server thread/DEBUG] [FML/]: Found translations in spawnercraft-1.8-2.2.2.jar [en_US, fr_FR]
[22:43:51] [Server thread/DEBUG] [Stackie/]: Enabling mod Stackie
[22:43:51] [Server thread/DEBUG] [FML/]: Found translations in stackie-1.8-1.6.0.36.jar [en_US, no_NO, ru_RU]
[22:43:51] [Server thread/DEBUG] [steamadvantage/]: Enabling mod steamadvantage
[22:43:51] [Server thread/DEBUG] [FML/]: Found translations in SteamAdvantage-1.3.2.jar [de_DE, en_AU, en_CA, en_EN, en_GB, en_PT, en_US, es_ES, es_MX, it_IT, ja_JA, ko_KR, pt_BR, zh_CN]
[22:43:51] [Server thread/DEBUG] [StorageDrawers/]: Enabling mod StorageDrawers
[22:43:51] [Server thread/DEBUG] [FML/]: Found translations in storage-drawers-1.8-2.1.6.jar [en_US, es_AR, fr_FR, he_IL, ko_KR, pl_PL, ru_RU, zh_CN]
[22:43:51] [Server thread/DEBUG] [Talismans 2/]: Enabling mod Talismans 2
[22:43:51] [Server thread/DEBUG] [FML/]: Found translations in talismans-2-1.8-2.1.2.jar [en_US, fr_FR]
[22:43:51] [Server thread/DEBUG] [tnt_utilities/]: Enabling mod tnt_utilities
[22:43:51] [Server thread/DEBUG] [Torched/]: Enabling mod Torched
[22:43:51] [Server thread/DEBUG] [FML/]: Found translations in torched-5.0.0.jar [da_DK, de_DE, en_US, es_ES, fr_FR, it_IT, ko_KR, nl_NL, pt_BR, ru_RU, zh_CN]
[22:43:51] [Server thread/DEBUG] [totemMod/]: Enabling mod totemMod
[22:43:51] [Server thread/DEBUG] [FML/]: Found translations in totemmod-3.0.jar [en_US]
[22:43:51] [Server thread/DEBUG] [unlogicii/]: Enabling mod unlogicii
[22:43:51] [Server thread/DEBUG] [FML/]: Found translations in unlogic-ii-2.1.1.0.jar [en_US, es_ES]
[22:43:51] [Server thread/DEBUG] [UsefullUselessness/]: Enabling mod UsefullUselessness
[22:43:51] [Server thread/DEBUG] [FML/]: Found translations in useful-uselessness-1.8-0.0.4.jar [en_US]
[22:43:51] [Server thread/DEBUG] [utilityworlds/]: Enabling mod utilityworlds
[22:43:51] [Server thread/DEBUG] [FML/]: Found translations in utility-worlds-1.8-1.0.7.jar [en_US]
[22:43:51] [Server thread/DEBUG] [VeinMiner/]: Enabling mod VeinMiner
[22:43:51] [Server thread/DEBUG] [FML/]: Found translations in veinminer-0.27.0.jar [en_US, fr_FR]
[22:43:51] [Server thread/DEBUG] [VeinMinerModSupport/]: Enabling mod VeinMinerModSupport
[22:43:51] [Server thread/DEBUG] [FML/]: Found translations in veinminer-0.27.0.jar [en_US, fr_FR]
[22:43:51] [Server thread/DEBUG] [shadowswoodstonearmor/]: Enabling mod shadowswoodstonearmor
[22:43:51] [Server thread/DEBUG] [FML/]: Found translations in wooden-and-stone-armor-1.8-1.3.1.jar [en_US]
[22:43:51] [Server thread/DEBUG] [worldedit/]: Enabling mod worldedit
[22:43:51] [Server thread/DEBUG] [wormsmod/]: Enabling mod wormsmod
[22:43:51] [Server thread/DEBUG] [FML/]: Found translations in worms-1.8-1.1.0.jar [en_US]
[22:43:51] [Server thread/DEBUG] [XPT/]: Enabling mod XPT
[22:43:51] [Server thread/DEBUG] [FML/]: Found translations in xpteleporters-1.8-1.0.4.jar [en_US]
[22:43:51] [Server thread/DEBUG] [zombie_steak/]: Enabling mod zombie_steak
[22:43:51] [Server thread/DEBUG] [FML/]: Found translations in zombie-steaks-1.8-1.0.2.jar [en_US]
[22:43:51] [Server thread/DEBUG] [zzzzzcustomconfigs/]: Enabling mod zzzzzcustomconfigs
[22:43:51] [Server thread/TRACE] [FML/]: Verifying mod requirements are satisfied
[22:43:51] [Server thread/TRACE] [FML/]: All mod requirements are satisfied
[22:43:51] [Server thread/TRACE] [FML/]: Sorting mods into an ordered list
[22:43:51] [Server thread/TRACE] [FML/]: Mod sorting completed successfully
[22:43:51] [Server thread/DEBUG] [FML/]: Mod sorting data
[22:43:51] [Server thread/DEBUG] [FML/]: moSwords(Mo Swords Mod:v6): [1.8] moSwords v6.jar ()
[22:43:51] [Server thread/DEBUG] [FML/]: securitycraft(SecurityCraft:v1.7.4.1): [1.8] SecurityCraft v1.7.4.1.jar (required-after:Forge@[11.14.0.1252,))
[22:43:51] [Server thread/DEBUG] [FML/]: braziermod(Brazier Mod:1.0): [1.8]BrazierMod-1.0.jar ()
[22:43:51] [Server thread/DEBUG] [FML/]: bspkrsCore(bspkrsCore:7.01): [1.8]bspkrsCore-universal-7.01.jar ()
[22:43:51] [Server thread/DEBUG] [FML/]: fastfood(Fast Food:0.1.1): [1.8]Fast Food-0.1.1.jar ()
[22:43:51] [Server thread/DEBUG] [FML/]: FloatingRuins(FloatingRuins:1.8.r01): [1.8]FloatingRuins-universal-1.8.r01.jar ()
[22:43:51] [Server thread/DEBUG] [FML/]: adamantium(Adamantium Mod:1.4.1): adamantium-mod-1.4.1.jar ()
[22:43:51] [Server thread/DEBUG] [FML/]: affs(AFFS:a1.2.1): affs-a1.2.1.jar ()
[22:43:51] [Server thread/DEBUG] [FML/]: BeardedLib(BeardedLib:1.1): BeardedLib-1.8-1.1.jar ()
[22:43:51] [Server thread/DEBUG] [FML/]: ac(AlchemyCraft:0.3): alchemyCraft-1.8-0.3.jar (required-after:BeardedLib@[1.1,))
[22:43:51] [Server thread/DEBUG] [FML/]: alexiillib(AlexIILLib:0.1): AlexIILLib-1.8-1.3.42.jar ()
[22:43:51] [Server thread/DEBUG] [FML/]: Amberoguia(Amberoguia:1.5.3): AmberoguiaMod_v1.5.3.jar ()
[22:43:51] [Server thread/DEBUG] [FML/]: animalsplus(Animals Plus:1.3): animalsplus-1.3.jar ()
[22:43:51] [Server thread/DEBUG] [FML/]: armourexpansion(Armour Expansion:1.0): Armour Expansion - 1.0.jar ()
[22:43:51] [Server thread/DEBUG] [FML/]: Aroma1997CoreHelper(Aroma1997Core|Helper:1.0.3.4.b47): Aroma1997Core-1.8-1.0.3.4.b47.jar ()
[22:43:51] [Server thread/DEBUG] [FML/]: AromaBackup(AromaBackup:0.0.1.0.b12): AromaBackup-1.8-0.0.1.0.b12.jar (required-after:Aroma1997Core)
[22:43:51] [Server thread/DEBUG] [FML/]: iChunUtil(iChunUtil:5.4.0): iChunUtil-5.4.0.jar (required-after:Forge@[11.14.1.1354,99999.15.0.0))
[22:43:51] [Server thread/DEBUG] [FML/]: AttachableGrinder(AttachableGrinder:5.0.0): AttachableGrinder-5.0.0.jar (required-after:iChunUtil@[5.4.0,6.0.0))
[22:43:51] [Server thread/DEBUG] [FML/]: AutoSapling(AutoSapling:1.0): AutoSap-MC1.8-1.2.jar ()
[22:43:51] [Server thread/DEBUG] [FML/]: basemetals(Base Metals:1.3.4): BaseMetals-1.3.4.jar ()
[22:43:51] [Server thread/DEBUG] [FML/]: Baubles(Baubles:1.1.1.0): Baubles-1.8-1.1.1.0.jar (required-after:Forge@[11.14.1,);)
[22:43:51] [Server thread/DEBUG] [FML/]: BBG(BetterBedrockGen:2.0.0): BBG 1.8-2.0.0.jar ()
[22:43:51] [Server thread/DEBUG] [FML/]: bedrocktools(Bedrock Tools:1.5): bedrock-tools-1.8-1.5.jar ()
[22:43:51] [Server thread/DEBUG] [FML/]: swdjail(swdjail:1.0): behind-bars-1.8-1.0.jar ()
[22:43:51] [Server thread/DEBUG] [FML/]: BetterChests(BetterChests:1.2.0.0.b41): BetterChests-1.8-1.2.0.0.b41.jar (required-after:Aroma1997Core)
[22:43:51] [Server thread/DEBUG] [FML/]: rafradek_blocklauncher(Block Launcher:1.4.1): block-launcher-1.8-2.0.jar ()
[22:43:51] [Server thread/DEBUG] [FML/]: Blocks2Items(Blocks 2 Items:1.4): blocks-to-items-1.8-1.4.jar ()
[22:43:51] [Server thread/DEBUG] [FML/]: gtm(grizeldi's Boost Mod:0.1.3): BoostMod-1.8-0.2.3.jar ()
[22:43:51] [Server thread/DEBUG] [FML/]: brewingPlus(brewingPlus:0.0.6): brewingPlus-1.8-0.0.6.jar ()
[22:43:51] [Server thread/DEBUG] [FML/]: bunkermod(Bunkermod:2.0): Bunkermod-mc1.8-v2.0.jar ()
[22:43:51] [Server thread/DEBUG] [FML/]: C4Lib(C4Lib:1.0.0): C4Lib-1.8-1.0.0-universal.jar ()
[22:43:51] [Server thread/DEBUG] [FML/]: samscarbonpaper(Carbon Paper:1.8-1.0.0): carbon-paper-1.8-1.0.0.jar ()
[22:43:51] [Server thread/DEBUG] [FML/]: Chameleon(Chameleon:1.8-0.1.0): Chameleon-1.8-0.1.0.jar ()
[22:43:51] [Server thread/DEBUG] [FML/]: ChickenShed(Chicken Shed:1.1.4): ChickenShed-1.8-1.2.0.jar ()
[22:43:51] [Server thread/DEBUG] [FML/]: colorfularmor(Colorful Armor:1.8-2.8): colorful-armor-1.8-2.8.jar ()
[22:43:51] [Server thread/DEBUG] [FML/]: craftablehorsearmour(Craftable Horse Armour [CHA&S]:1.0): Craftable Horse Armour and Saddle 1.2.1.jar ()
[22:43:51] [Server thread/DEBUG] [FML/]: craftingex(Crafting EX:1.0.6): CraftingEX_1.8-v1.0.6.jar ()
[22:43:51] [Server thread/DEBUG] [FML/]: customnpcs(CustomNpcs:1.8.0_beta): custom-npcs-1.8.0-beta.jar (required-after:Forge@[11.14.1.1334,);)
[22:43:51] [Server thread/DEBUG] [FML/]: ctrades(Custom Trades Mod:1.3.2): custom-trades-mod-1.8-1.3.2.jar ()
[22:43:51] [Server thread/DEBUG] [FML/]: lootablebodies(DrCyano's Lootable Bodies:1.3.5): CyanosLootableBodies-1.3.5.jar ()
[22:43:51] [Server thread/DEBUG] [FML/]: wonderfulwands(Wonderful Wands:1.7.1): CyanosWonderfulWands_1.8-1.7.1.jar ()
[22:43:51] [Server thread/DEBUG] [FML/]: decorationmegapack(Decoration Mega Pack:1.18): decoration-mega-pack-1.8-1.18.jar ()
[22:43:51] [Server thread/DEBUG] [FML/]: dlr(Don's Lightning Rod:1.0): dons-lightning-rod-1.8-1.0.jar ()
[22:43:51] [Server thread/DEBUG] [FML/]: DLDungeonsAPI(API: DLDungeonsAPI:1.1): doomlike-dungeons-1.8-1.8.3.jar ()
[22:43:51] [Server thread/DEBUG] [FML/]: dldungeonsjdg(Doomlike Dungeons:1.8.2): doomlike-dungeons-1.8-1.8.3.jar ()
[22:43:51] [Server thread/DEBUG] [FML/]: emeraldobsidianmod(Emerald & Obsidian tools/armor mod:1.3.1): emeraldobsidianmod-1.8-1.3.1.jar ()
[22:43:51] [Server thread/DEBUG] [FML/]: eplus(Enchanting Plus:3.1.0a1): EnchantingPlus-1.8-3.1.0a1.jar ()
[22:43:51] [Server thread/DEBUG] [FML/]: enderutilities(Ender Utilities:0.4.0-beta-1a): enderutilities-1.8-0.4.0-beta-1a.jar ()
[22:43:51] [Server thread/DEBUG] [FML/]: exnihilo2(Ex Nihilo 2:0.27): ex-nihilo-2-1.8-0.27.jar ()
[22:43:51] [Server thread/DEBUG] [FML/]: extraachievements(Extra Achievements:2.3.0): Extra Achievements 2.3.0.jar ()
[22:43:51] [Server thread/DEBUG] [FML/]: extrafood(Extra Food Mod:v1.1): ExtraFood-1.1.jar ()
[22:43:51] [Server thread/DEBUG] [FML/]: FARBLE(Farble:1.1): farble-1.1.jar ()
[22:43:51] [Server thread/DEBUG] [FML/]: fastflyblockbreaking(FastFlyBlockBreaking:MC1.8-1.0-1-g938a534): FastFlyBlockBreaking-MC1.8-1.0-1-g938a534-build-5.jar ()
[22:43:51] [Server thread/DEBUG] [FML/]: ForgeEssentials(Forge Essentials:1.8.0): FE-1.8-snapshot-8.jar (required-after:Forge@[10.13.2.1258,);after:WorldEdit)
[22:43:51] [Server thread/DEBUG] [FML/]: fireplacecore(Fireplace Core:2.3.2.0): fireplace-core-2.3.2.0.jar ()
[22:43:51] [Server thread/DEBUG] [FML/]: FloraSoma(Flora & Soma:1.1.0): FloraSoma-1.8-1.1.1.jar ()
[22:43:51] [Server thread/DEBUG] [FML/]: CoFHAPI(API: CoFHAPI:1.8.0R1.0.0a): fluxducts-mc1.8-1.0.2.jar ()
[22:43:51] [Server thread/DEBUG] [FML/]: CoFHAPI|energy(API: CoFHAPI|energy:1.8.0R1.0.0a): PowerAdvantage-1.2.4.jar ()
[22:43:51] [Server thread/DEBUG] [FML/]: fluxducts(Flux Ducts:1.0.2): fluxducts-mc1.8-1.0.2.jar ()
[22:43:51] [Server thread/DEBUG] [FML/]: samsfooddetails(Food Details:1.8-1.0.0): food-details-1.8-1.0.0.jar ()
[22:43:51] [Server thread/DEBUG] [FML/]: ftfragileglass(Fragile Glass and Thin Ice:1.8-1.2): fragile-glass-1.8-1.2.jar ()
[22:43:51] [Server thread/DEBUG] [FML/]: samsfragiletorches(Fragile Torches:1.8-1.0.0): fragile-torches-1.8-1.0.0.jar ()
[22:43:51] [Server thread/DEBUG] [FML/]: fulcrum(FULCRUM:2.0.2.0): fulcrum-2.0.2.0.jar ()
[22:43:51] [Server thread/DEBUG] [FML/]: FunOres(Fun Ores:1.0.0): fun-ores-1.8-1.0.0-17.jar ()
[22:43:51] [Server thread/DEBUG] [FML/]: GakaisFlightTable(Gakais Flight Table:1.1.1): gakais-flight-table-fly-block-1.8-1.1.1.jar ()
[22:43:51] [Server thread/DEBUG] [FML/]: bonus(Mystify's Bonus stuff:.1): Galactic Colored Blocks-1.8-1.01.jar ()
[22:43:51] [Server thread/DEBUG] [FML/]: galactic(Galactic Colored Blocks:1.1): Galactic Colored Blocks-1.8-1.01.jar ()
[22:43:51] [Server thread/DEBUG] [FML/]: geoactivity(GeoActivity:2.1.1): geoactivity-2.1.1.jar ()
[22:43:51] [Server thread/DEBUG] [FML/]: foundry(Giacomo's Foundry:1.3.3): giacomos-foundry-1.8-1.3.3.jar ()
[22:43:51] [Server thread/DEBUG] [FML/]: exp(Exp Seedling Mod:1.1): GiacomosExperienceSeedling1.8-1.1.jar ()
[22:43:51] [Server thread/DEBUG] [FML/]: fishing(Fishing Net Mod:1.4): GiacomosFishingNet1.8-1.4.jar ()
[22:43:51] [Server thread/DEBUG] [FML/]: glass_shards(Glass Shards:1.3.2): glass_shards_mc1.8-1.3.2.jar ()
[22:43:51] [Server thread/DEBUG] [FML/]: GravityGun(GravityGun:5.0.0): GravityGun-5.0.0.jar (required-after:iChunUtil@[5.4.0,6.0.0))
[22:43:51] [Server thread/DEBUG] [FML/]: geckoboy_grenademod(Grenade Mod:1.3): Grenade Mod-1.8-1.3.jar ()
[22:43:51] [Server thread/DEBUG] [FML/]: haggismod(AWH Haggis Mod!:1.4.2): haggismod-1.4.2-mc1.8.jar ()
[22:43:51] [Server thread/DEBUG] [FML/]: HelpFixer(HelpFixer:1.1.9): HelpFixer - 1.1.9.jar ()
[22:43:51] [Server thread/DEBUG] [FML/]: hopperducts(Hopper Ducts:1.4.5): hopperducts-mc1.8-1.4.5.jar ()
[22:43:51] [Server thread/DEBUG] [FML/]: ice_shards(Ice Shards:1.1-beta): ice_shards_mc1.8-1.1-beta.jar (required-after:glass_shards@[1.3.2,),[${version}])
[22:43:51] [Server thread/DEBUG] [FML/]: igneousadditions(Igneous Additions:1.2-BETA-2): IgneousAdditions-1.2-BETA-2.jar ()
[22:43:51] [Server thread/DEBUG] [FML/]: inventorytweaks(Inventory Tweaks:1.59-176-9318a76-dirty): inventory-tweaks-1.59-176.jar (required-after:FML@[8.0.42,);required-after:Forge@[11.14.1,))
[22:43:51] [Server thread/DEBUG] [FML/]: IronChest(Iron Chest:6.0.103.753): iron-chests-2-1.8-6.0.103.753.jar (required-after:FML@[7.2,))
[22:43:51] [Server thread/DEBUG] [FML/]: jacb(JACB:1.0.1): JACB-1.8-1.0.1.jar ()
[22:43:51] [Server thread/DEBUG] [FML/]: wuppy29_jellycubes(Jelly Cubes:1.13.2): Jelly Cubes 1.8.0-1.13.2.jar ()
[22:43:51] [Server thread/DEBUG] [FML/]: fyberbackpack(Just Backpacks:1.0): just-backpacks-1.8-1.0.jar ()
[22:43:51] [Server thread/DEBUG] [FML/]: larrysmod(Larry's Mod:1.06.1): larrys-mod-1.8-1.06.1.jar ()
[22:43:51] [Server thread/DEBUG] [FML/]: latticemod(Lattice Mod:1.1): lattice-mod-1.8-1.1.jar ()
[22:43:51] [Server thread/DEBUG] [FML/]: LavaBoat(LavaBoat:2.1.0): LavaBoat-2.1.0.jar ()
[22:43:51] [Server thread/DEBUG] [FML/]: letters(§e§lLetters, numbers and sysbols MOD:1.0): letters-numbers-and-symbols-mod-1.8-1.0.jar ()
[22:43:51] [Server thread/DEBUG] [FML/]: liquidenchanting(Liquid Enchanting:1.0): Liquid Enchanting-1.0.jar ()
[22:43:51] [Server thread/DEBUG] [FML/]: LomLib(LomLib:4.1.0): LomLib v4.1.0.jar ()
[22:43:51] [Server thread/DEBUG] [FML/]: LunatriusCore(LunatriusCore:1.1.2.28): LunatriusCore-1.8-1.1.2.28-universal.jar ()
[22:43:51] [Server thread/DEBUG] [FML/]: machinemod(TechStack's Heavy Machinery Mod:1.8-1.1-Pre-ALPHA-Build-123): MachineMod-1.8-1.1-Pre-ALPHA-Build-123.jar ()
[22:43:51] [Server thread/DEBUG] [FML/]: magicalmages(Magical Mages:1.4): magicalmages-v1.4-MCv1.8.jar ()
[22:43:51] [Server thread/DEBUG] [FML/]: magicclover(Magic Clover:1.8-0.6.2): magicclover-1.8-0.6.2.jar ()
[22:43:51] [Server thread/DEBUG] [FML/]: makersmark(Maker's Mark: The Minter's Mod:2.0.1): MakersMark-V2.0.1-MC1.8.jar (required-after:hitchcore)
[22:43:51] [Server thread/DEBUG] [FML/]: chef(Master Chef:4.0): Master_Chef_v4.0-1.8.jar ()
[22:43:51] [Server thread/DEBUG] [FML/]: medieval_mobs(Medieval mobs mod, part of Liege mod:a2): medieval_mobs-1.8.x v.a2.jar ()
[22:43:51] [Server thread/DEBUG] [FML/]: sgs_metals(SGS Metals 1.8-2.1:2.1): Metals-1.8-2.1.jar ()
[22:43:51] [Server thread/DEBUG] [FML/]: mineralogy(Mineralogy:2.5.1): mineralogy-2.5.1.jar ()
[22:43:51] [Server thread/DEBUG] [FML/]: ms(MoShiz:v1.65): mo-shiz-mod-1.8-1.6.5.jar ()
[22:43:51] [Server thread/DEBUG] [FML/]: modularsuits(modularsuits:1.0): modularsuits-1.2.1.jar ()
[22:43:51] [Server thread/DEBUG] [FML/]: weirdmobs(Monkey:1.0): monkey-mod-1.0.jar ()
[22:43:51] [Server thread/DEBUG] [FML/]: morematerials(More Materials:1.0.20150301.0): more-materials-1.0.20150615.0-MC1.8-20150614.jar ()
[22:43:51] [Server thread/DEBUG] [FML/]: morebows(More Bows!:2.0.0): morebows-1.8-2.0.0a2.jar ()
[22:43:51] [Server thread/DEBUG] [FML/]: morelight(More Light:1.4_release): MoreLight-1.8-1.4_release.jar ()
[22:43:51] [Server thread/DEBUG] [FML/]: Morpheus(Morpheus:1.8-2.0.41): Morpheus-1.8-2.0.41.jar (required-after:Forge@[11.14.0.1239,);)
[22:43:51] [Server thread/DEBUG] [FML/]: cfm(�9MrCrayfish's Furniture Mod:3.4.8): MrCrayfishFurnitureModv3.4.8-build1(1.8).jar ()
[22:43:51] [Server thread/DEBUG] [FML/]: mwct(More Wooden Crafting Tables:1.0.1): mwct-1.0.1.jar ()
[22:43:51] [Server thread/DEBUG] [FML/]: neotech(NeoTech:1.6): neotech-1.8-1.6.jar (required-after:Forge@[11.14.1.1334,))
[22:43:51] [Server thread/DEBUG] [FML/]: wuppy29_nethereye(Nether Eye:1.4.2): Nether Eye 1.8.0-1.4.2.jar ()
[22:43:51] [Server thread/DEBUG] [FML/]: mininghats(Mining Hats:1.4): night-vision-mining-hats-1.8-1.4.jar ()
[22:43:51] [Server thread/DEBUG] [FML/]: nc(NutellaCraft:1.1): nutellacraft-18-1.8-1.1.jar ()
[22:43:51] [Server thread/DEBUG] [FML/]: samsocean(Classic Oceans:1.8-1.0.0): ocean-floor-1.8-1.0.0.jar ()
[22:43:51] [Server thread/DEBUG] [FML/]: OpenComputersAPI|Driver|Item(API: OpenComputersAPI|Driver|Item:5.5.3): open-computers-1.8-1.5.14.32.jar ()
[22:43:51] [Server thread/DEBUG] [FML/]: OpenComputersAPI|Event(API: OpenComputersAPI|Event:5.5.3): open-computers-1.8-1.5.14.32.jar ()
[22:43:51] [Server thread/DEBUG] [FML/]: OpenComputersAPI|Network(API: OpenComputersAPI|Network:5.5.3): open-computers-1.8-1.5.14.32.jar ()
[22:43:51] [Server thread/DEBUG] [FML/]: OpenComputersAPI|Machine(API: OpenComputersAPI|Machine:5.5.3): open-computers-1.8-1.5.14.32.jar ()
[22:43:51] [Server thread/DEBUG] [FML/]: OpenComputersAPI|Manual(API: OpenComputersAPI|Manual:5.5.3): open-computers-1.8-1.5.14.32.jar ()
[22:43:51] [Server thread/DEBUG] [FML/]: OpenComputersAPI|Prefab(API: OpenComputersAPI|Prefab:5.5.3): open-computers-1.8-1.5.14.32.jar ()
[22:43:51] [Server thread/DEBUG] [FML/]: OpenComputersAPI|Core(API: OpenComputersAPI|Core:5.5.3): open-computers-1.8-1.5.14.32.jar ()
[22:43:51] [Server thread/DEBUG] [FML/]: OpenComputersAPI|Component(API: OpenComputersAPI|Component:5.5.3): open-computers-1.8-1.5.14.32.jar ()
[22:43:51] [Server thread/DEBUG] [FML/]: OpenComputersAPI|Internal(API: OpenComputersAPI|Internal:5.5.3): open-computers-1.8-1.5.14.32.jar ()
[22:43:51] [Server thread/DEBUG] [FML/]: OpenComputersAPI|FileSystem(API: OpenComputersAPI|FileSystem:5.5.3): open-computers-1.8-1.5.14.32.jar ()
[22:43:51] [Server thread/DEBUG] [FML/]: OpenComputersAPI|Driver(API: OpenComputersAPI|Driver:5.5.3): open-computers-1.8-1.5.14.32.jar ()
[22:43:51] [Server thread/DEBUG] [FML/]: OpenComputers(OpenComputers:1.5.14.32): open-computers-1.8-1.5.14.32.jar ()
[22:43:51] [Server thread/DEBUG] [FML/]: pandorasbox(Pandora's Box:2.1.2): pandoras-box-1.8-2.1.2.jar ()
[22:43:51] [Server thread/DEBUG] [FML/]: parachutemod(Parachute Mod:3.1.1): parachute-mod-1.8.0-3.1.1-23.jar ()
[22:43:51] [Server thread/DEBUG] [FML/]: PigManure(Pig Manure:1.0.1): pig-manure-1.0.1.jar ()
[22:43:52] [Server thread/DEBUG] [FML/]: plantmegapack(Plant Mega Pack:5.07): plant-mega-pack-1.8-5.07.jar ()
[22:43:52] [Server thread/DEBUG] [FML/]: pocketnether(Pocket Nether Link Mod:1.4): pocketnether-1.8-1.4.jar ()
[22:43:52] [Server thread/DEBUG] [FML/]: pcb(Portable Craft Bench:1.4): portable-crafting-bench-1.8-1.4.jar ()
[22:43:52] [Server thread/DEBUG] [FML/]: portalgates(Portal Gates 2:2.1.4): PortalGates2-mc1.8-2.1.4-b.jar ()
[22:43:52] [Server thread/DEBUG] [FML/]: samsapples(Power Apples:1.8-1.0.1): power-apples-1.8-1.0.1.jar ()
[22:43:52] [Server thread/DEBUG] [FML/]: poweradvantage(Power Advantage:1.2.4): PowerAdvantage-1.2.4.jar (required-after:basemetals)
[22:43:52] [Server thread/DEBUG] [FML/]: prismatics(Prismatics:0.0.3.3): prismatics-1.8-0.0.3.3.jar ()
[22:43:52] [Server thread/DEBUG] [FML/]: Proc(Powerful Rampage of Course!:1.2.2-1.8): proc-mod-1.8-1.2.2.jar ()
[22:43:52] [Server thread/DEBUG] [FML/]: CoFHAPI|tileentity(API: CoFHAPI|tileentity:1.8.0R1.0.0a): ProgressiveAutomation-1.8-1.6.15.jar ()
[22:43:52] [Server thread/DEBUG] [FML/]: CoFHAPI|block(API: CoFHAPI|block:1.8.0R1.0.0a): ProgressiveAutomation-1.8-1.6.15.jar ()
[22:43:52] [Server thread/DEBUG] [FML/]: progressiveautomation(Progressive Automation:1.6.15): ProgressiveAutomation-1.8-1.6.15.jar ()
[22:43:52] [Server thread/DEBUG] [FML/]: projectbench(Project Bench Updated:0.5.0): project-bench-1.8-0.5.0.jar ()
[22:43:52] [Server thread/DEBUG] [FML/]: ProjectE(ProjectE:1.8-PE1.0.1B): projecte-1.8-PE1.0.1.B.jar ()
[22:43:52] [Server thread/DEBUG] [FML/]: PushShove(Push and Shove:1.1): push-and-shove-1.8-1.1.jar ()
[22:43:52] [Server thread/DEBUG] [FML/]: quartzprismarinemod(Quartz & Prismarine tools/armor mod:1.1): quartz-and-prismarine-armortools-1.8-1.1.jar ()
[22:43:52] [Server thread/DEBUG] [FML/]: RandomThings(Random Things:3.5.3): random-things-1.8-3.5.3.jar ()
[22:43:52] [Server thread/DEBUG] [FML/]: redstonepaste(Redstone Paste:1.7.1): redstone-paste-1.8-1.7.1.jar ()
[22:43:52] [Server thread/DEBUG] [FML/]: Roguelike(Roguelike Dungeons:1.3.6): roguelike-dungeons-1.8-1.3.6.jar ()
[22:43:52] [Server thread/DEBUG] [FML/]: routerreborn(Router Reborn:1.2.00Beta1): router-reborn-1.8-2.0.0.1A.jar (after:ForgeMultipart)
[22:43:52] [Server thread/DEBUG] [FML/]: AS_Ruins(Ruins Spawning System:14.8): Ruins-1.8.jar (after:ExtraBiomes)
[22:43:52] [Server thread/DEBUG] [FML/]: Schematica(Schematica:1.7.7.130): Schematica-1.8-1.7.7.130-universal.jar ()
[22:43:52] [Server thread/DEBUG] [FML/]: shipwrecks(shipwrecks:1.7.0): shipwrecks-1.8.0-1.7.0.jar ()
[22:43:52] [Server thread/DEBUG] [FML/]: SilentGems(Silent's Gems:1.8-1.3.1-beta): silents-gems-1.8-1.3.1-82-beta.jar ()
[22:43:52] [Server thread/DEBUG] [FML/]: wuppy29_simplerecipes(Simple Recipes:1.9.0): Simple Recipes 1.8.0-1.9.0.jar ()
[22:43:52] [Server thread/DEBUG] [FML/]: holodisplays(holodisplays:1.0): SimpleHolo-v1.0-1.8.jar ()
[22:43:52] [Server thread/DEBUG] [FML/]: skyland(Skyland:1.1.3): Skyland_1.8-v1.1.3.jar ()
[22:43:52] [Server thread/DEBUG] [FML/]: Sleep(Sleep:0.0-1): sleep-1.8-0.0.1.jar ()
[22:43:52] [Server thread/DEBUG] [FML/]: SmeltCycle(SmeltCycle:1.1): smelt-cycle-1.2.jar ()
[22:43:52] [Server thread/DEBUG] [FML/]: wuppy29_snowgolem(Clean Snow Golems:1.6.2): Snow Golem 1.8.0-1.6.2.jar ()
[22:43:52] [Server thread/DEBUG] [FML/]: SophisticatedWolves(SophisticatedWolves:3.5.0): sophisticated-wolves-3.5.0.jar ()
[22:43:52] [Server thread/DEBUG] [FML/]: spawnercraft(SpawnerCraft:1.8-2.2.2): spawnercraft-1.8-2.2.2.jar ()
[22:43:52] [Server thread/DEBUG] [FML/]: Stackie(Stackie:1.6.0.36): stackie-1.8-1.6.0.36.jar ()
[22:43:52] [Server thread/DEBUG] [FML/]: steamadvantage(Steam Advantage:1.3.2): SteamAdvantage-1.3.2.jar (required-after:poweradvantage;required-after:basemetals)
[22:43:52] [Server thread/DEBUG] [FML/]: StorageDrawers(Storage Drawers:1.8-2.1.6): storage-drawers-1.8-2.1.6.jar ()
[22:43:52] [Server thread/DEBUG] [FML/]: Talismans 2(Talismans 2:2.1.2): talismans-2-1.8-2.1.2.jar (required-after:Baubles;required-after:C4Lib:)
[22:43:52] [Server thread/DEBUG] [FML/]: tnt_utilities(TNTUtils:1.0.2-beta): tnt_utilities-mc1.8-1.0.2-beta.jar (required-after:tnt_utilities_core)
[22:43:52] [Server thread/DEBUG] [FML/]: Torched(Torched:5.0.0): torched-5.0.0.jar (required-after:iChunUtil@[5.4.0,6.0.0))
[22:43:52] [Server thread/DEBUG] [FML/]: totemMod(Totem Mod:1.0): totemmod-3.0.jar ()
[22:43:52] [Server thread/DEBUG] [FML/]: unlogicii(UnLogic II:2.1.1.0): unlogic-ii-2.1.1.0.jar ()
[22:43:52] [Server thread/DEBUG] [FML/]: UsefullUselessness(Useful Uselessness:0.0.3 - beta): useful-uselessness-1.8-0.0.4.jar ()
[22:43:52] [Server thread/DEBUG] [FML/]: utilityworlds(Utility Worlds:1.0.7): utility-worlds-1.8-1.0.7.jar ()
[22:43:52] [Server thread/DEBUG] [FML/]: VeinMiner(Vein Miner:0.26.1_build.unknown): veinminer-0.27.0.jar ()
[22:43:52] [Server thread/DEBUG] [FML/]: VeinMinerApi(API: VeinMinerApi:0.1): veinminer-0.27.0.jar ()
[22:43:52] [Server thread/DEBUG] [FML/]: VeinMinerModSupport(Mod Support:0.26.1_build.unknown): veinminer-0.27.0.jar ()
[22:43:52] [Server thread/DEBUG] [FML/]: shadowswoodstonearmor(Shadow's Wooden And Stone Armor:1.3.1): wooden-and-stone-armor-1.8-1.3.1.jar ()
[22:43:52] [Server thread/DEBUG] [FML/]: worldedit(WorldEdit:6.1): world-edit-1.8-6.1.jar ()
[22:43:52] [Server thread/DEBUG] [FML/]: wormsmod(Worms Mod:1.1): worms-1.8-1.1.0.jar ()
[22:43:52] [Server thread/DEBUG] [FML/]: XPT(XP Teleporters:1.0.4): xpteleporters-1.8-1.0.4.jar ()
[22:43:52] [Server thread/DEBUG] [FML/]: zombie_steak(Zombie Steak:1.8-1.0.2): zombie-steaks-1.8-1.0.2.jar ()
[22:43:52] [Server thread/DEBUG] [FML/]: StorageDrawersAPI(API: StorageDrawersAPI:1.7.10-1.2.0): storage-drawers-1.8-2.1.6.jar ()
[22:43:52] [Server thread/DEBUG] [FML/]: StorageDrawersAPI|registry(API: StorageDrawersAPI|registry:1.7.10-1.2.0): storage-drawers-1.8-2.1.6.jar ()
[22:43:52] [Server thread/DEBUG] [FML/]: StorageDrawersAPI|storage(API: StorageDrawersAPI|storage:1.7.10-1.2.0): storage-drawers-1.8-2.1.6.jar ()
[22:43:52] [Server thread/DEBUG] [FML/]: SchematicaAPI(API: SchematicaAPI:1.1): Schematica-1.8-1.7.7.130-universal.jar ()
[22:43:52] [Server thread/DEBUG] [FML/]: StorageDrawersAPI|inventory(API: StorageDrawersAPI|inventory:1.7.10-1.2.0): storage-drawers-1.8-2.1.6.jar ()
[22:43:52] [Server thread/DEBUG] [FML/]: ForgeEssentialsAPI|Perms(API: ForgeEssentialsAPI|Perms:2.0): FE-1.8-snapshot-8.jar ()
[22:43:52] [Server thread/DEBUG] [FML/]: ForgeEssentialsAPI(API: ForgeEssentialsAPI:2.0): FE-1.8-snapshot-8.jar ()
[22:43:52] [Server thread/DEBUG] [FML/]: glass_shards|API(API: glass_shards|API:1.1): glass_shards_mc1.8-1.3.2.jar ()
[22:43:52] [Server thread/DEBUG] [FML/]: ProjectEAPI(API: ProjectEAPI:5): projecte-1.8-PE1.0.1.B.jar ()
[22:43:52] [Server thread/DEBUG] [FML/]: StorageDrawersAPI|config(API: StorageDrawersAPI|config:1.7.10-1.2.0): storage-drawers-1.8-2.1.6.jar ()
[22:43:52] [Server thread/DEBUG] [FML/]: ForgeEssentialsAPI|Remote(API: ForgeEssentialsAPI|Remote:2.0): FE-1.8-snapshot-8.jar ()
[22:43:52] [Server thread/DEBUG] [FML/]: Forge-FEHooks(API: Forge-FEHooks:1291.1): FE-1.8-snapshot-8.jar ()
[22:43:52] [Server thread/DEBUG] [FML/]: StorageDrawersAPI|event(API: StorageDrawersAPI|event:1.7.10-1.2.0): storage-drawers-1.8-2.1.6.jar ()
[22:43:52] [Server thread/DEBUG] [FML/]: Core(API: Core:0.1): custom-npcs-1.8.0-beta.jar ()
[22:43:52] [Server thread/DEBUG] [FML/]: Baubles|API(API: Baubles|API:1.1.1.0): Baubles-1.8-1.1.1.0.jar ()
[22:43:52] [Server thread/DEBUG] [FML/]: SchematicaAPI|Events(API: SchematicaAPI|Events:1.1): Schematica-1.8-1.7.7.130-universal.jar ()
[22:43:52] [Server thread/DEBUG] [FML/]: StorageDrawersAPI|pack(API: StorageDrawersAPI|pack:1.7.10-1.2.0): storage-drawers-1.8-2.1.6.jar ()
[22:43:52] [Server thread/DEBUG] [FML/]: StorageDrawersAPI|render(API: StorageDrawersAPI|render:1.7.10-1.2.0): storage-drawers-1.8-2.1.6.jar ()
[22:43:52] [Server thread/DEBUG] [FML/]: ForgeEssentialsAPI|Economy(API: ForgeEssentialsAPI|Economy:2.0): FE-1.8-snapshot-8.jar ()
[22:43:52] [Server thread/DEBUG] [FML/]: StorageDrawersAPI|storage-attribute(API: StorageDrawersAPI|storage-attribute:1.7.10-1.2.0): storage-drawers-1.8-2.1.6.jar ()
[22:43:52] [Server thread/DEBUG] [FML/]: skyland.api(API: skyland.api:1.1.0): Skyland_1.8-v1.1.3.jar ()
[22:43:52] [Server thread/DEBUG] [FML/]: zzzzzcustomconfigs(ZZZZZ Custom Configs:2.3.0): ZZZZZ Custom Configs-2.3.0 (1).jar (required-after:Forge@[11.14.3.1450,);after:*)
[22:43:52] [Server thread/INFO] [FML/]: FML has found a non-mod file airbreathercore-1.8-1.0.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.
[22:43:52] [Server thread/INFO] [FML/]: FML has found a non-mod file archimedes-ships-plus-1.8-a3.2.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.
[22:43:52] [Server thread/INFO] [FML/]: FML has found a non-mod file BackTools-5.0.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.
[22:43:52] [Server thread/INFO] [FML/]: FML has found a non-mod file EnderZoo-1.7.10-1.0.11.28.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.
[22:43:52] [Server thread/INFO] [FML/]: FML has found a non-mod file reptile-mod-1.7.10-2.5.6-10.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.
[22:43:52] [Server thread/INFO] [FML/]: FML has found a non-mod file seasoned-flesh-1.8-1.0-m3d3y15.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.
[22:43:52] [Server thread/TRACE] [mcp/mcp]: Sending event FMLConstructionEvent to mod mcp
[22:43:52] [Server thread/TRACE] [mcp/mcp]: Sent event FMLConstructionEvent to mod mcp
[22:43:52] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Minecraft Coder Pack took 0.003s
[22:43:52] [Server thread/TRACE] [FML/FML]: Sending event FMLConstructionEvent to mod FML
[22:43:54] [Server thread/TRACE] [FML/FML]: Mod FML is using network checker : Invoking method checkModLists
[22:43:54] [Server thread/TRACE] [FML/FML]: Testing mod FML to verify it accepts its own version in a remote connection
[22:43:54] [Server thread/TRACE] [FML/FML]: The mod FML accepts its own version (8.0.99.99)
[22:43:54] [Server thread/INFO] [FML/FML]: Attempting connection with missing mods [mcp, FML, Forge, CodeChickenCore, Aroma1997Core, NotEnoughItems, OpenComputers|Core, VeinMiner_coremod, backpacks16840, itemphysic, hitchcore, tnt_utilities_core, moSwords, securitycraft, braziermod, bspkrsCore, fastfood, FloatingRuins, adamantium, affs, ac, alexiillib, Amberoguia, animalsplus, armourexpansion, Aroma1997CoreHelper, AromaBackup, AttachableGrinder, AutoSapling, basemetals, Baubles, BBG, BeardedLib, bedrocktools, swdjail, BetterChests, rafradek_blocklauncher, Blocks2Items, gtm, brewingPlus, bunkermod, C4Lib, samscarbonpaper, Chameleon, ChickenShed, colorfularmor, craftablehorsearmour, craftingex, customnpcs, ctrades, lootablebodies, wonderfulwands, decorationmegapack, dlr, dldungeonsjdg, emeraldobsidianmod, eplus, enderutilities, exnihilo2, extraachievements, extrafood, FARBLE, fastflyblockbreaking, ForgeEssentials, fireplacecore, FloraSoma, fluxducts, samsfooddetails, ftfragileglass, samsfragiletorches, fulcrum, FunOres, GakaisFlightTable, bonus, galactic, geoactivity, foundry, exp, fishing, glass_shards, GravityGun, geckoboy_grenademod, haggismod, HelpFixer, hopperducts, ice_shards, iChunUtil, igneousadditions, inventorytweaks, IronChest, jacb, wuppy29_jellycubes, fyberbackpack, larrysmod, latticemod, LavaBoat, letters, liquidenchanting, LomLib, LunatriusCore, machinemod, magicalmages, magicclover, makersmark, chef, medieval_mobs, sgs_metals, mineralogy, ms, modularsuits, weirdmobs, morematerials, morebows, morelight, Morpheus, cfm, mwct, neotech, wuppy29_nethereye, mininghats, nc, samsocean, OpenComputers, pandorasbox, parachutemod, PigManure, plantmegapack, pocketnether, pcb, portalgates, samsapples, poweradvantage, prismatics, Proc, progressiveautomation, projectbench, ProjectE, PushShove, quartzprismarinemod, RandomThings, redstonepaste, Roguelike, routerreborn, AS_Ruins, Schematica, shipwrecks, SilentGems, wuppy29_simplerecipes, holodisplays, skyland, Sleep, SmeltCycle, wuppy29_snowgolem, SophisticatedWolves, spawnercraft, Stackie, steamadvantage, StorageDrawers, Talismans 2, tnt_utilities, Torched, totemMod, unlogicii, UsefullUselessness, utilityworlds, VeinMiner, VeinMinerModSupport, shadowswoodstonearmor, worldedit, wormsmod, XPT, zombie_steak, zzzzzcustomconfigs] at CLIENT
[22:43:54] [Server thread/INFO] [FML/FML]: Attempting connection with missing mods [mcp, FML, Forge, CodeChickenCore, Aroma1997Core, NotEnoughItems, OpenComputers|Core, VeinMiner_coremod, backpacks16840, itemphysic, hitchcore, tnt_utilities_core, moSwords, securitycraft, braziermod, bspkrsCore, fastfood, FloatingRuins, adamantium, affs, ac, alexiillib, Amberoguia, animalsplus, armourexpansion, Aroma1997CoreHelper, AromaBackup, AttachableGrinder, AutoSapling, basemetals, Baubles, BBG, BeardedLib, bedrocktools, swdjail, BetterChests, rafradek_blocklauncher, Blocks2Items, gtm, brewingPlus, bunkermod, C4Lib, samscarbonpaper, Chameleon, ChickenShed, colorfularmor, craftablehorsearmour, craftingex, customnpcs, ctrades, lootablebodies, wonderfulwands, decorationmegapack, dlr, dldungeonsjdg, emeraldobsidianmod, eplus, enderutilities, exnihilo2, extraachievements, extrafood, FARBLE, fastflyblockbreaking, ForgeEssentials, fireplacecore, FloraSoma, fluxducts, samsfooddetails, ftfragileglass, samsfragiletorches, fulcrum, FunOres, GakaisFlightTable, bonus, galactic, geoactivity, foundry, exp, fishing, glass_shards, GravityGun, geckoboy_grenademod, haggismod, HelpFixer, hopperducts, ice_shards, iChunUtil, igneousadditions, inventorytweaks, IronChest, jacb, wuppy29_jellycubes, fyberbackpack, larrysmod, latticemod, LavaBoat, letters, liquidenchanting, LomLib, LunatriusCore, machinemod, magicalmages, magicclover, makersmark, chef, medieval_mobs, sgs_metals, mineralogy, ms, modularsuits, weirdmobs, morematerials, morebows, morelight, Morpheus, cfm, mwct, neotech, wuppy29_nethereye, mininghats, nc, samsocean, OpenComputers, pandorasbox, parachutemod, PigManure, plantmegapack, pocketnether, pcb, portalgates, samsapples, poweradvantage, prismatics, Proc, progressiveautomation, projectbench, ProjectE, PushShove, quartzprismarinemod, RandomThings, redstonepaste, Roguelike, routerreborn, AS_Ruins, Schematica, shipwrecks, SilentGems, wuppy29_simplerecipes, holodisplays, skyland, Sleep, SmeltCycle, wuppy29_snowgolem, SophisticatedWolves, spawnercraft, Stackie, steamadvantage, StorageDrawers, Talismans 2, tnt_utilities, Torched, totemMod, unlogicii, UsefullUselessness, utilityworlds, VeinMiner, VeinMinerModSupport, shadowswoodstonearmor, worldedit, wormsmod, XPT, zombie_steak, zzzzzcustomconfigs] at SERVER
[22:43:55] [Server thread/TRACE] [FML/FML]: Sent event FMLConstructionEvent to mod FML
[22:43:55] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Forge Mod Loader took 3.000s
[22:43:55] [Server thread/TRACE] [Forge/Forge]: Sending event FMLConstructionEvent to mod Forge
[22:43:55] [Server thread/TRACE] [FML/Forge]: Mod Forge is using network checker : No network checking performed
[22:43:55] [Server thread/TRACE] [FML/Forge]: Testing mod Forge to verify it accepts its own version in a remote connection
[22:43:55] [Server thread/TRACE] [FML/Forge]: The mod Forge accepts its own version (11.14.3.1495)
[22:43:55] [Server thread/TRACE] [Forge/Forge]: Sent event FMLConstructionEvent to mod Forge
[22:43:55] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Minecraft Forge took 0.063s
[22:43:55] [Server thread/TRACE] [CodeChickenCore/CodeChickenCore]: Sending event FMLConstructionEvent to mod CodeChickenCore
[22:43:55] [Server thread/TRACE] [CodeChickenCore/CodeChickenCore]: Sent event FMLConstructionEvent to mod CodeChickenCore
[22:43:55] [Server thread/DEBUG] [FML/]: Bar Step: Construction - CodeChicken Core took 0.001s
[22:43:55] [Server thread/TRACE] [Aroma1997Core/Aroma1997Core]: Sending event FMLConstructionEvent to mod Aroma1997Core
[22:43:55] [Server thread/TRACE] [Aroma1997Core/Aroma1997Core]: Sent event FMLConstructionEvent to mod Aroma1997Core
[22:43:55] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Aroma1997Core took 0.050s
[22:43:55] [Server thread/TRACE] [NotEnoughItems/NotEnoughItems]: Sending event FMLConstructionEvent to mod NotEnoughItems
[22:43:55] [Server thread/TRACE] [NotEnoughItems/NotEnoughItems]: Sent event FMLConstructionEvent to mod NotEnoughItems
[22:43:55] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Not Enough Items took 0.083s
[22:43:55] [Server thread/TRACE] [OpenComputers|Core/OpenComputers|Core]: Sending event FMLConstructionEvent to mod OpenComputers|Core
[22:43:55] [Server thread/TRACE] [OpenComputers|Core/OpenComputers|Core]: Sent event FMLConstructionEvent to mod OpenComputers|Core
[22:43:55] [Server thread/DEBUG] [FML/]: Bar Step: Construction - OpenComputers (Core) took 0.003s
[22:43:55] [Server thread/TRACE] [VeinMiner_coremod/VeinMiner_coremod]: Sending event FMLConstructionEvent to mod VeinMiner_coremod
[22:43:55] [Server thread/TRACE] [VeinMiner_coremod/VeinMiner_coremod]: Sent event FMLConstructionEvent to mod VeinMiner_coremod
[22:43:55] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Core mod took 0.002s
[22:43:55] [Server thread/TRACE] [backpacks16840/backpacks16840]: Sending event FMLConstructionEvent to mod backpacks16840
[22:43:55] [Server thread/TRACE] [backpacks16840/backpacks16840]: Sent event FMLConstructionEvent to mod backpacks16840
[22:43:55] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Backpacks! took 0.000s
[22:43:55] [Server thread/TRACE] [itemphysic/itemphysic]: Sending event FMLConstructionEvent to mod itemphysic
[22:43:55] [Server thread/TRACE] [itemphysic/itemphysic]: Sent event FMLConstructionEvent to mod itemphysic
[22:43:55] [Server thread/DEBUG] [FML/]: Bar Step: Construction - ItemPhysic took 0.002s
[22:43:55] [Server thread/TRACE] [hitchcore/hitchcore]: Sending event FMLConstructionEvent to mod hitchcore
[22:43:55] [Server thread/TRACE] [hitchcore/hitchcore]: Sent event FMLConstructionEvent to mod hitchcore
[22:43:55] [Server thread/DEBUG] [FML/]: Bar Step: Construction - HitchH1k3r's Mods took 0.003s
[22:43:55] [Server thread/TRACE] [tnt_utilities_core/tnt_utilities_core]: Sending event FMLConstructionEvent to mod tnt_utilities_core
[22:43:55] [Server thread/TRACE] [tnt_utilities_core/tnt_utilities_core]: Sent event FMLConstructionEvent to mod tnt_utilities_core
[22:43:55] [Server thread/DEBUG] [FML/]: Bar Step: Construction - TNTUtils Core took 0.006s
[22:43:55] [Server thread/TRACE] [moSwords/moSwords]: Sending event FMLConstructionEvent to mod moSwords
[22:43:56] [Server thread/TRACE] [FML/moSwords]: Mod moSwords is using network checker : Accepting version v6
[22:43:56] [Server thread/TRACE] [FML/moSwords]: Testing mod moSwords to verify it accepts its own version in a remote connection
[22:43:56] [Server thread/TRACE] [FML/moSwords]: The mod moSwords accepts its own version (v6)
[22:43:56] [Server thread/DEBUG] [FML/moSwords]: Attempting to inject @SidedProxy classes into moSwords
[22:43:56] [Server thread/TRACE] [moSwords/moSwords]: Sent event FMLConstructionEvent to mod moSwords
[22:43:56] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Mo Swords Mod took 0.646s
[22:43:56] [Server thread/TRACE] [securitycraft/securitycraft]: Sending event FMLConstructionEvent to mod securitycraft
[22:43:56] [Server thread/TRACE] [FML/securitycraft]: Mod securitycraft is using network checker : Accepting version v1.7.4.1
[22:43:56] [Server thread/TRACE] [FML/securitycraft]: Testing mod securitycraft to verify it accepts its own version in a remote connection
[22:43:56] [Server thread/TRACE] [FML/securitycraft]: The mod securitycraft accepts its own version (v1.7.4.1)
[22:43:56] [Server thread/DEBUG] [FML/securitycraft]: Attempting to inject @SidedProxy classes into securitycraft
[22:43:56] [Server thread/TRACE] [securitycraft/securitycraft]: Sent event FMLConstructionEvent to mod securitycraft
[22:43:56] [Server thread/DEBUG] [FML/]: Bar Step: Construction - SecurityCraft took 0.661s
[22:43:56] [Server thread/TRACE] [braziermod/braziermod]: Sending event FMLConstructionEvent to mod braziermod
[22:43:56] [Server thread/TRACE] [FML/braziermod]: Mod braziermod is using network checker : Accepting version 1.0
[22:43:56] [Server thread/TRACE] [FML/braziermod]: Testing mod braziermod to verify it accepts its own version in a remote connection
[22:43:56] [Server thread/TRACE] [FML/braziermod]: The mod braziermod accepts its own version (1.0)
[22:43:56] [Server thread/DEBUG] [FML/braziermod]: Attempting to inject @SidedProxy classes into braziermod
[22:43:56] [Server thread/TRACE] [braziermod/braziermod]: Sent event FMLConstructionEvent to mod braziermod
[22:43:56] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Brazier Mod took 0.077s
[22:43:56] [Server thread/TRACE] [bspkrsCore/bspkrsCore]: Sending event FMLConstructionEvent to mod bspkrsCore
[22:43:57] [Server thread/TRACE] [FML/bspkrsCore]: Mod bspkrsCore is using network checker : Accepting version 7.01
[22:43:57] [Server thread/TRACE] [FML/bspkrsCore]: Testing mod bspkrsCore to verify it accepts its own version in a remote connection
[22:43:57] [Server thread/TRACE] [FML/bspkrsCore]: The mod bspkrsCore accepts its own version (7.01)
[22:43:57] [Server thread/DEBUG] [FML/bspkrsCore]: Attempting to inject @SidedProxy classes into bspkrsCore
[22:43:57] [Server thread/TRACE] [bspkrsCore/bspkrsCore]: Sent event FMLConstructionEvent to mod bspkrsCore
[22:43:57] [Server thread/DEBUG] [FML/]: Bar Step: Construction - bspkrsCore took 0.199s
[22:43:57] [Server thread/TRACE] [fastfood/fastfood]: Sending event FMLConstructionEvent to mod fastfood
[22:43:57] [Server thread/TRACE] [FML/fastfood]: Mod fastfood is using network checker : Accepting version 0.1.1
[22:43:57] [Server thread/TRACE] [FML/fastfood]: Testing mod fastfood to verify it accepts its own version in a remote connection
[22:43:57] [Server thread/TRACE] [FML/fastfood]: The mod fastfood accepts its own version (0.1.1)
[22:43:57] [Server thread/DEBUG] [FML/fastfood]: Attempting to inject @SidedProxy classes into fastfood
[22:43:57] [Server thread/TRACE] [fastfood/fastfood]: Sent event FMLConstructionEvent to mod fastfood
[22:43:57] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Fast Food took 0.038s
[22:43:57] [Server thread/TRACE] [FloatingRuins/FloatingRuins]: Sending event FMLConstructionEvent to mod FloatingRuins
[22:43:57] [Server thread/TRACE] [FML/FloatingRuins]: Mod FloatingRuins is using network checker : Accepting version 1.8.r01
[22:43:57] [Server thread/TRACE] [FML/FloatingRuins]: Testing mod FloatingRuins to verify it accepts its own version in a remote connection
[22:43:57] [Server thread/TRACE] [FML/FloatingRuins]: The mod FloatingRuins accepts its own version (1.8.r01)
[22:43:57] [Server thread/DEBUG] [FML/FloatingRuins]: Attempting to inject @SidedProxy classes into FloatingRuins
[22:43:57] [Server thread/TRACE] [FloatingRuins/FloatingRuins]: Sent event FMLConstructionEvent to mod FloatingRuins
[22:43:57] [Server thread/DEBUG] [FML/]: Bar Step: Construction - FloatingRuins took 0.036s
[22:43:57] [Server thread/TRACE] [adamantium/adamantium]: Sending event FMLConstructionEvent to mod adamantium
[22:43:57] [Server thread/TRACE] [FML/adamantium]: Mod adamantium is using network checker : Accepting version 1.4.1
[22:43:57] [Server thread/TRACE] [FML/adamantium]: Testing mod adamantium to verify it accepts its own version in a remote connection
[22:43:57] [Server thread/TRACE] [FML/adamantium]: The mod adamantium accepts its own version (1.4.1)
[22:43:57] [Server thread/DEBUG] [FML/adamantium]: Attempting to inject @SidedProxy classes into adamantium
[22:43:57] [Server thread/TRACE] [adamantium/adamantium]: Sent event FMLConstructionEvent to mod adamantium
[22:43:57] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Adamantium Mod took 0.193s
[22:43:57] [Server thread/TRACE] [affs/affs]: Sending event FMLConstructionEvent to mod affs
[22:43:57] [Server thread/TRACE] [FML/affs]: Mod affs is using network checker : Accepting version a1.2.1
[22:43:57] [Server thread/TRACE] [FML/affs]: Testing mod affs to verify it accepts its own version in a remote connection
[22:43:57] [Server thread/TRACE] [FML/affs]: The mod affs accepts its own version (a1.2.1)
[22:43:57] [Server thread/DEBUG] [FML/affs]: Attempting to inject @SidedProxy classes into affs
[22:43:57] [Server thread/INFO] [FML/affs]: InvTweaks: net.minecraft.inventory.Container
[22:43:57] [Server thread/TRACE] [affs/affs]: Sent event FMLConstructionEvent to mod affs
[22:43:57] [Server thread/DEBUG] [FML/]: Bar Step: Construction - AFFS took 0.225s
[22:43:57] [Server thread/TRACE] [BeardedLib/BeardedLib]: Sending event FMLConstructionEvent to mod BeardedLib
[22:43:57] [Server thread/TRACE] [FML/BeardedLib]: Mod BeardedLib is using network checker : Accepting version 1.1
[22:43:57] [Server thread/TRACE] [FML/BeardedLib]: Testing mod BeardedLib to verify it accepts its own version in a remote connection
[22:43:57] [Server thread/TRACE] [FML/BeardedLib]: The mod BeardedLib accepts its own version (1.1)
[22:43:57] [Server thread/DEBUG] [FML/BeardedLib]: Attempting to inject @SidedProxy classes into BeardedLib
[22:43:57] [Server thread/TRACE] [BeardedLib/BeardedLib]: Sent event FMLConstructionEvent to mod BeardedLib
[22:43:57] [Server thread/DEBUG] [FML/]: Bar Step: Construction - BeardedLib took 0.083s
[22:43:57] [Server thread/TRACE] [ac/ac]: Sending event FMLConstructionEvent to mod ac
[22:43:57] [Server thread/TRACE] [FML/ac]: Mod ac is using network checker : Accepting version 0.3
[22:43:57] [Server thread/TRACE] [FML/ac]: Testing mod ac to verify it accepts its own version in a remote connection
[22:43:57] [Server thread/TRACE] [FML/ac]: The mod ac accepts its own version (0.3)
[22:43:57] [Server thread/DEBUG] [FML/ac]: Attempting to inject @SidedProxy classes into ac
[22:43:57] [Server thread/TRACE] [ac/ac]: Sent event FMLConstructionEvent to mod ac
[22:43:57] [Server thread/DEBUG] [FML/]: Bar Step: Construction - AlchemyCraft took 0.051s
[22:43:57] [Server thread/TRACE] [alexiillib/alexiillib]: Sending event FMLConstructionEvent to mod alexiillib
[22:43:57] [Server thread/TRACE] [FML/alexiillib]: Mod alexiillib is using network checker : Accepting version 0.1
[22:43:57] [Server thread/TRACE] [FML/alexiillib]: Testing mod alexiillib to verify it accepts its own version in a remote connection
[22:43:57] [Server thread/TRACE] [FML/alexiillib]: The mod alexiillib accepts its own version (0.1)
[22:43:57] [Server thread/DEBUG] [FML/alexiillib]: Attempting to inject @SidedProxy classes into alexiillib
[22:43:57] [Server thread/TRACE] [alexiillib/alexiillib]: Sent event FMLConstructionEvent to mod alexiillib
[22:43:57] [Server thread/DEBUG] [FML/]: Bar Step: Construction - AlexIILLib took 0.052s
[22:43:57] [Server thread/TRACE] [Amberoguia/Amberoguia]: Sending event FMLConstructionEvent to mod Amberoguia
[22:43:57] [Server thread/TRACE] [FML/Amberoguia]: Mod Amberoguia is using network checker : Accepting version 1.5.3
[22:43:57] [Server thread/TRACE] [FML/Amberoguia]: Testing mod Amberoguia to verify it accepts its own version in a remote connection
[22:43:57] [Server thread/TRACE] [FML/Amberoguia]: The mod Amberoguia accepts its own version (1.5.3)
[22:43:57] [Server thread/DEBUG] [FML/Amberoguia]: Attempting to inject @SidedProxy classes into Amberoguia
[22:43:57] [Server thread/DEBUG] [FML/Amberoguia]: Runtime patching class net/minecraft/world/gen/feature/WorldGenSwamp (input size 2808), found 1 patch
[22:43:57] [Server thread/DEBUG] [FML/Amberoguia]: Successfully applied runtime patches for net/minecraft/world/gen/feature/WorldGenSwamp (new size 3992)
[22:43:57] [Server thread/DEBUG] [FML/Amberoguia]: Runtime patching class net/minecraft/world/biome/BiomeGenSwamp (input size 1582), found 1 patch
[22:43:57] [Server thread/DEBUG] [FML/Amberoguia]: Successfully applied runtime patches for net/minecraft/world/biome/BiomeGenSwamp (new size 2922)
[22:43:57] [Server thread/TRACE] [Amberoguia/Amberoguia]: Sent event FMLConstructionEvent to mod Amberoguia
[22:43:57] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Amberoguia took 0.126s
[22:43:57] [Server thread/TRACE] [animalsplus/animalsplus]: Sending event FMLConstructionEvent to mod animalsplus
[22:43:57] [Server thread/TRACE] [FML/animalsplus]: Mod animalsplus is using network checker : Accepting version 1.3
[22:43:57] [Server thread/TRACE] [FML/animalsplus]: Testing mod animalsplus to verify it accepts its own version in a remote connection
[22:43:57] [Server thread/TRACE] [FML/animalsplus]: The mod animalsplus accepts its own version (1.3)
[22:43:57] [Server thread/DEBUG] [FML/animalsplus]: Attempting to inject @SidedProxy classes into animalsplus
[22:43:57] [Server thread/TRACE] [animalsplus/animalsplus]: Sent event FMLConstructionEvent to mod animalsplus
[22:43:57] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Animals Plus took 0.024s
[22:43:57] [Server thread/TRACE] [armourexpansion/armourexpansion]: Sending event FMLConstructionEvent to mod armourexpansion
[22:43:57] [Server thread/TRACE] [FML/armourexpansion]: Mod armourexpansion is using network checker : Accepting version 1.0
[22:43:57] [Server thread/TRACE] [FML/armourexpansion]: Testing mod armourexpansion to verify it accepts its own version in a remote connection
[22:43:57] [Server thread/TRACE] [FML/armourexpansion]: The mod armourexpansion accepts its own version (1.0)
[22:43:57] [Server thread/DEBUG] [FML/armourexpansion]: Attempting to inject @SidedProxy classes into armourexpansion
[22:43:57] [Server thread/TRACE] [armourexpansion/armourexpansion]: Sent event FMLConstructionEvent to mod armourexpansion
[22:43:57] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Armour Expansion took 0.035s
[22:43:57] [Server thread/TRACE] [Aroma1997CoreHelper/Aroma1997CoreHelper]: Sending event FMLConstructionEvent to mod Aroma1997CoreHelper
[22:43:57] [Server thread/TRACE] [FML/Aroma1997CoreHelper]: Mod Aroma1997CoreHelper is using network checker : Invoking method checkModLists
[22:43:57] [Server thread/TRACE] [FML/Aroma1997CoreHelper]: Testing mod Aroma1997CoreHelper to verify it accepts its own version in a remote connection
[22:43:57] [Server thread/TRACE] [FML/Aroma1997CoreHelper]: The mod Aroma1997CoreHelper accepts its own version (1.0.3.4.b47)
[22:43:57] [Server thread/DEBUG] [FML/Aroma1997CoreHelper]: Attempting to inject @SidedProxy classes into Aroma1997CoreHelper
[22:43:57] [Server thread/TRACE] [Aroma1997CoreHelper/Aroma1997CoreHelper]: Sent event FMLConstructionEvent to mod Aroma1997CoreHelper
[22:43:57] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Aroma1997Core|Helper took 0.031s
[22:43:57] [Server thread/TRACE] [AromaBackup/AromaBackup]: Sending event FMLConstructionEvent to mod AromaBackup
[22:43:58] [Server thread/TRACE] [FML/AromaBackup]: Mod AromaBackup is using network checker : Invoking method checkModLists
[22:43:58] [Server thread/TRACE] [FML/AromaBackup]: Testing mod AromaBackup to verify it accepts its own version in a remote connection
[22:43:58] [Server thread/TRACE] [FML/AromaBackup]: The mod AromaBackup accepts its own version (0.0.1.0.b12)
[22:43:58] [Server thread/DEBUG] [FML/AromaBackup]: Attempting to inject @SidedProxy classes into AromaBackup
[22:43:58] [Server thread/TRACE] [AromaBackup/AromaBackup]: Sent event FMLConstructionEvent to mod AromaBackup
[22:43:58] [Server thread/DEBUG] [FML/]: Bar Step: Construction - AromaBackup took 0.045s
[22:43:58] [Server thread/TRACE] [iChunUtil/iChunUtil]: Sending event FMLConstructionEvent to mod iChunUtil
[22:43:58] [Server thread/TRACE] [FML/iChunUtil]: Mod iChunUtil is using network checker : Accepting version 5.4.0
[22:43:58] [Server thread/TRACE] [FML/iChunUtil]: Testing mod iChunUtil to verify it accepts its own version in a remote connection
[22:43:58] [Server thread/TRACE] [FML/iChunUtil]: The mod iChunUtil accepts its own version (5.4.0)
[22:43:58] [Server thread/DEBUG] [FML/iChunUtil]: Attempting to inject @SidedProxy classes into iChunUtil
[22:43:58] [Server thread/TRACE] [iChunUtil/iChunUtil]: Sent event FMLConstructionEvent to mod iChunUtil
[22:43:58] [Server thread/DEBUG] [FML/]: Bar Step: Construction - iChunUtil took 0.116s
[22:43:58] [Server thread/TRACE] [AttachableGrinder/AttachableGrinder]: Sending event FMLConstructionEvent to mod AttachableGrinder
[22:43:58] [Server thread/TRACE] [FML/AttachableGrinder]: Mod AttachableGrinder is using network checker : Accepting range [5.0.0,5.1.0)
[22:43:58] [Server thread/TRACE] [FML/AttachableGrinder]: Testing mod AttachableGrinder to verify it accepts its own version in a remote connection
[22:43:58] [Server thread/TRACE] [FML/AttachableGrinder]: The mod AttachableGrinder accepts its own version (5.0.0)
[22:43:58] [Server thread/DEBUG] [FML/AttachableGrinder]: Attempting to inject @SidedProxy classes into AttachableGrinder
[22:43:58] [Server thread/TRACE] [AttachableGrinder/AttachableGrinder]: Sent event FMLConstructionEvent to mod AttachableGrinder
[22:43:58] [Server thread/DEBUG] [FML/]: Bar Step: Construction - AttachableGrinder took 0.032s
[22:43:58] [Server thread/TRACE] [AutoSapling/AutoSapling]: Sending event FMLConstructionEvent to mod AutoSapling
[22:43:58] [Server thread/TRACE] [FML/AutoSapling]: Mod AutoSapling is using network checker : Accepting version 1.0
[22:43:58] [Server thread/TRACE] [FML/AutoSapling]: Testing mod AutoSapling to verify it accepts its own version in a remote connection
[22:43:58] [Server thread/TRACE] [FML/AutoSapling]: The mod AutoSapling accepts its own version (1.0)
[22:43:58] [Server thread/DEBUG] [FML/AutoSapling]: Attempting to inject @SidedProxy classes into AutoSapling
[22:43:58] [Server thread/TRACE] [AutoSapling/AutoSapling]: Sent event FMLConstructionEvent to mod AutoSapling
[22:43:58] [Server thread/DEBUG] [FML/]: Bar Step: Construction - AutoSapling took 0.018s
[22:43:58] [Server thread/TRACE] [basemetals/basemetals]: Sending event FMLConstructionEvent to mod basemetals
[22:43:58] [Server thread/TRACE] [FML/basemetals]: Mod basemetals is using network checker : Accepting version 1.3.4
[22:43:58] [Server thread/TRACE] [FML/basemetals]: Testing mod basemetals to verify it accepts its own version in a remote connection
[22:43:58] [Server thread/TRACE] [FML/basemetals]: The mod basemetals accepts its own version (1.3.4)
[22:43:58] [Server thread/DEBUG] [FML/basemetals]: Attempting to inject @SidedProxy classes into basemetals
[22:43:58] [Server thread/TRACE] [basemetals/basemetals]: Sent event FMLConstructionEvent to mod basemetals
[22:43:58] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Base Metals took 0.042s
[22:43:58] [Server thread/TRACE] [Baubles/Baubles]: Sending event FMLConstructionEvent to mod Baubles
[22:43:58] [Server thread/TRACE] [FML/Baubles]: Mod Baubles is using network checker : Accepting version 1.1.1.0
[22:43:58] [Server thread/TRACE] [FML/Baubles]: Testing mod Baubles to verify it accepts its own version in a remote connection
[22:43:58] [Server thread/TRACE] [FML/Baubles]: The mod Baubles accepts its own version (1.1.1.0)
[22:43:58] [Server thread/DEBUG] [FML/Baubles]: Attempting to inject @SidedProxy classes into Baubles
[22:43:58] [Server thread/TRACE] [Baubles/Baubles]: Sent event FMLConstructionEvent to mod Baubles
[22:43:58] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Baubles took 0.083s
[22:43:58] [Server thread/TRACE] [BBG/BBG]: Sending event FMLConstructionEvent to mod BBG
[22:43:58] [Server thread/TRACE] [FML/BBG]: Mod BBG is using network checker : Accepting version 2.0.0
[22:43:58] [Server thread/TRACE] [FML/BBG]: Testing mod BBG to verify it accepts its own version in a remote connection
[22:43:58] [Server thread/TRACE] [FML/BBG]: The mod BBG accepts its own version (2.0.0)
[22:43:58] [Server thread/DEBUG] [FML/BBG]: Attempting to inject @SidedProxy classes into BBG
[22:43:58] [Server thread/TRACE] [BBG/BBG]: Sent event FMLConstructionEvent to mod BBG
[22:43:58] [Server thread/DEBUG] [FML/]: Bar Step: Construction - BetterBedrockGen took 0.032s
[22:43:58] [Server thread/TRACE] [bedrocktools/bedrocktools]: Sending event FMLConstructionEvent to mod bedrocktools
[22:43:58] [Server thread/TRACE] [FML/bedrocktools]: Mod bedrocktools is using network checker : Accepting version 1.5
[22:43:58] [Server thread/TRACE] [FML/bedrocktools]: Testing mod bedrocktools to verify it accepts its own version in a remote connection
[22:43:58] [Server thread/TRACE] [FML/bedrocktools]: The mod bedrocktools accepts its own version (1.5)
[22:43:58] [Server thread/DEBUG] [FML/bedrocktools]: Attempting to inject @SidedProxy classes into bedrocktools
[22:43:58] [Server thread/TRACE] [bedrocktools/bedrocktools]: Sent event FMLConstructionEvent to mod bedrocktools
[22:43:58] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Bedrock Tools took 0.061s
[22:43:58] [Server thread/TRACE] [swdjail/swdjail]: Sending event FMLConstructionEvent to mod swdjail
[22:43:58] [Server thread/TRACE] [FML/swdjail]: Mod swdjail is using network checker : No network checking performed
[22:43:58] [Server thread/TRACE] [FML/swdjail]: Testing mod swdjail to verify it accepts its own version in a remote connection
[22:43:58] [Server thread/TRACE] [FML/swdjail]: The mod swdjail accepts its own version (1.0)
[22:43:58] [Server thread/DEBUG] [FML/swdjail]: Attempting to inject @SidedProxy classes into swdjail
[22:43:58] [Server thread/TRACE] [swdjail/swdjail]: Sent event FMLConstructionEvent to mod swdjail
[22:43:58] [Server thread/DEBUG] [FML/]: Bar Step: Construction - swdjail took 0.049s
[22:43:58] [Server thread/TRACE] [BetterChests/BetterChests]: Sending event FMLConstructionEvent to mod BetterChests
[22:43:58] [Server thread/TRACE] [FML/BetterChests]: Mod BetterChests is using network checker : Accepting version 1.2.0.0.b41
[22:43:58] [Server thread/TRACE] [FML/BetterChests]: Testing mod BetterChests to verify it accepts its own version in a remote connection
[22:43:58] [Server thread/TRACE] [FML/BetterChests]: The mod BetterChests accepts its own version (1.2.0.0.b41)
[22:43:58] [Server thread/DEBUG] [FML/BetterChests]: Attempting to inject @SidedProxy classes into BetterChests
[22:43:58] [Server thread/TRACE] [BetterChests/BetterChests]: Sent event FMLConstructionEvent to mod BetterChests
[22:43:58] [Server thread/DEBUG] [FML/]: Bar Step: Construction - BetterChests took 0.048s
[22:43:58] [Server thread/TRACE] [rafradek_blocklauncher/rafradek_blocklauncher]: Sending event FMLConstructionEvent to mod rafradek_blocklauncher
[22:43:58] [Server thread/TRACE] [FML/rafradek_blocklauncher]: Mod rafradek_blocklauncher is using network checker : Accepting version 1.4.1
[22:43:58] [Server thread/TRACE] [FML/rafradek_blocklauncher]: Testing mod rafradek_blocklauncher to verify it accepts its own version in a remote connection
[22:43:58] [Server thread/TRACE] [FML/rafradek_blocklauncher]: The mod rafradek_blocklauncher accepts its own version (1.4.1)
[22:43:58] [Server thread/DEBUG] [FML/rafradek_blocklauncher]: Attempting to inject @SidedProxy classes into rafradek_blocklauncher
[22:43:58] [Server thread/TRACE] [rafradek_blocklauncher/rafradek_blocklauncher]: Sent event FMLConstructionEvent to mod rafradek_blocklauncher
[22:43:58] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Block Launcher took 0.133s
[22:43:58] [Server thread/TRACE] [Blocks2Items/Blocks2Items]: Sending event FMLConstructionEvent to mod Blocks2Items
[22:43:58] [Server thread/TRACE] [FML/Blocks2Items]: Mod Blocks2Items is using network checker : Accepting version 1.4
[22:43:58] [Server thread/TRACE] [FML/Blocks2Items]: Testing mod Blocks2Items to verify it accepts its own version in a remote connection
[22:43:58] [Server thread/TRACE] [FML/Blocks2Items]: The mod Blocks2Items accepts its own version (1.4)
[22:43:58] [Server thread/DEBUG] [FML/Blocks2Items]: Attempting to inject @SidedProxy classes into Blocks2Items
[22:43:58] [Server thread/TRACE] [Blocks2Items/Blocks2Items]: Sent event FMLConstructionEvent to mod Blocks2Items
[22:43:58] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Blocks 2 Items took 0.039s
[22:43:58] [Server thread/TRACE] [gtm/gtm]: Sending event FMLConstructionEvent to mod gtm
[22:43:58] [Server thread/TRACE] [FML/gtm]: Mod gtm is using network checker : Accepting version 0.1.3
[22:43:58] [Server thread/TRACE] [FML/gtm]: Testing mod gtm to verify it accepts its own version in a remote connection
[22:43:58] [Server thread/TRACE] [FML/gtm]: The mod gtm accepts its own version (0.1.3)
[22:43:58] [Server thread/DEBUG] [FML/gtm]: Attempting to inject @SidedProxy classes into gtm
[22:43:58] [Server thread/TRACE] [gtm/gtm]: Sent event FMLConstructionEvent to mod gtm
[22:43:58] [Server thread/DEBUG] [FML/]: Bar Step: Construction - grizeldi's Boost Mod took 0.038s
[22:43:58] [Server thread/TRACE] [brewingPlus/brewingPlus]: Sending event FMLConstructionEvent to mod brewingPlus
[22:43:58] [Server thread/TRACE] [FML/brewingPlus]: Mod brewingPlus is using network checker : Accepting version 0.0.6
[22:43:58] [Server thread/TRACE] [FML/brewingPlus]: Testing mod brewingPlus to verify it accepts its own version in a remote connection
[22:43:58] [Server thread/TRACE] [FML/brewingPlus]: The mod brewingPlus accepts its own version (0.0.6)
[22:43:58] [Server thread/DEBUG] [FML/brewingPlus]: Attempting to inject @SidedProxy classes into brewingPlus
[22:43:58] [Server thread/TRACE] [brewingPlus/brewingPlus]: Sent event FMLConstructionEvent to mod brewingPlus
[22:43:58] [Server thread/DEBUG] [FML/]: Bar Step: Construction - brewingPlus took 0.096s
[22:43:58] [Server thread/TRACE] [bunkermod/bunkermod]: Sending event FMLConstructionEvent to mod bunkermod
[22:43:58] [Server thread/TRACE] [FML/bunkermod]: Mod bunkermod is using network checker : Accepting version 2.0
[22:43:58] [Server thread/TRACE] [FML/bunkermod]: Testing mod bunkermod to verify it accepts its own version in a remote connection
[22:43:58] [Server thread/TRACE] [FML/bunkermod]: The mod bunkermod accepts its own version (2.0)
[22:43:58] [Server thread/DEBUG] [FML/bunkermod]: Attempting to inject @SidedProxy classes into bunkermod
[22:43:58] [Server thread/TRACE] [bunkermod/bunkermod]: Sent event FMLConstructionEvent to mod bunkermod
[22:43:58] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Bunkermod took 0.051s
[22:43:58] [Server thread/TRACE] [C4Lib/C4Lib]: Sending event FMLConstructionEvent to mod C4Lib
[22:43:58] [Server thread/TRACE] [FML/C4Lib]: Mod C4Lib is using network checker : Accepting version 1.0.0
[22:43:58] [Server thread/TRACE] [FML/C4Lib]: Testing mod C4Lib to verify it accepts its own version in a remote connection
[22:43:58] [Server thread/TRACE] [FML/C4Lib]: The mod C4Lib accepts its own version (1.0.0)
[22:43:58] [Server thread/DEBUG] [FML/C4Lib]: Attempting to inject @SidedProxy classes into C4Lib
[22:43:58] [Server thread/TRACE] [C4Lib/C4Lib]: Sent event FMLConstructionEvent to mod C4Lib
[22:43:58] [Server thread/DEBUG] [FML/]: Bar Step: Construction - C4Lib took 0.033s
[22:43:58] [Server thread/TRACE] [samscarbonpaper/samscarbonpaper]: Sending event FMLConstructionEvent to mod samscarbonpaper
[22:43:59] [Server thread/TRACE] [FML/samscarbonpaper]: Mod samscarbonpaper is using network checker : Accepting version 1.8-1.0.0
[22:43:59] [Server thread/TRACE] [FML/samscarbonpaper]: Testing mod samscarbonpaper to verify it accepts its own version in a remote connection
[22:43:59] [Server thread/TRACE] [FML/samscarbonpaper]: The mod samscarbonpaper accepts its own version (1.8-1.0.0)
[22:43:59] [Server thread/DEBUG] [FML/samscarbonpaper]: Attempting to inject @SidedProxy classes into samscarbonpaper
[22:43:59] [Server thread/TRACE] [samscarbonpaper/samscarbonpaper]: Sent event FMLConstructionEvent to mod samscarbonpaper
[22:43:59] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Carbon Paper took 0.127s
[22:43:59] [Server thread/TRACE] [Chameleon/Chameleon]: Sending event FMLConstructionEvent to mod Chameleon
[22:43:59] [Server thread/TRACE] [FML/Chameleon]: Mod Chameleon is using network checker : Accepting version 1.8-0.1.0
[22:43:59] [Server thread/TRACE] [FML/Chameleon]: Testing mod Chameleon to verify it accepts its own version in a remote connection
[22:43:59] [Server thread/TRACE] [FML/Chameleon]: The mod Chameleon accepts its own version (1.8-0.1.0)
[22:43:59] [Server thread/DEBUG] [FML/Chameleon]: Attempting to inject @SidedProxy classes into Chameleon
[22:43:59] [Server thread/TRACE] [Chameleon/Chameleon]: Sent event FMLConstructionEvent to mod Chameleon
[22:43:59] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Chameleon took 0.039s
[22:43:59] [Server thread/TRACE] [ChickenShed/ChickenShed]: Sending event FMLConstructionEvent to mod ChickenShed
[22:43:59] [Server thread/TRACE] [FML/ChickenShed]: Mod ChickenShed is using network checker : Accepting version 1.1.4
[22:43:59] [Server thread/TRACE] [FML/ChickenShed]: Testing mod ChickenShed to verify it accepts its own version in a remote connection
[22:43:59] [Server thread/TRACE] [FML/ChickenShed]: The mod ChickenShed accepts its own version (1.1.4)
[22:43:59] [Server thread/DEBUG] [FML/ChickenShed]: Attempting to inject @SidedProxy classes into ChickenShed
[22:43:59] [Server thread/TRACE] [ChickenShed/ChickenShed]: Sent event FMLConstructionEvent to mod ChickenShed
[22:43:59] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Chicken Shed took 0.057s
[22:43:59] [Server thread/TRACE] [colorfularmor/colorfularmor]: Sending event FMLConstructionEvent to mod colorfularmor
[22:43:59] [Server thread/TRACE] [FML/colorfularmor]: Mod colorfularmor is using network checker : Accepting version 1.8-2.8
[22:43:59] [Server thread/TRACE] [FML/colorfularmor]: Testing mod colorfularmor to verify it accepts its own version in a remote connection
[22:43:59] [Server thread/TRACE] [FML/colorfularmor]: The mod colorfularmor accepts its own version (1.8-2.8)
[22:43:59] [Server thread/DEBUG] [FML/colorfularmor]: Attempting to inject @SidedProxy classes into colorfularmor
[22:43:59] [Server thread/TRACE] [colorfularmor/colorfularmor]: Sent event FMLConstructionEvent to mod colorfularmor
[22:43:59] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Colorful Armor took 0.152s
[22:43:59] [Server thread/TRACE] [craftablehorsearmour/craftablehorsearmour]: Sending event FMLConstructionEvent to mod craftablehorsearmour
[22:43:59] [Server thread/TRACE] [FML/craftablehorsearmour]: Mod craftablehorsearmour is using network checker : Accepting version 1.0
[22:43:59] [Server thread/TRACE] [FML/craftablehorsearmour]: Testing mod craftablehorsearmour to verify it accepts its own version in a remote connection
[22:43:59] [Server thread/TRACE] [FML/craftablehorsearmour]: The mod craftablehorsearmour accepts its own version (1.0)
[22:43:59] [Server thread/DEBUG] [FML/craftablehorsearmour]: Attempting to inject @SidedProxy classes into craftablehorsearmour
[22:43:59] [Server thread/TRACE] [craftablehorsearmour/craftablehorsearmour]: Sent event FMLConstructionEvent to mod craftablehorsearmour
[22:43:59] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Craftable Horse Armour [CHA&S] took 0.018s
[22:43:59] [Server thread/TRACE] [craftingex/craftingex]: Sending event FMLConstructionEvent to mod craftingex
[22:43:59] [Server thread/TRACE] [FML/craftingex]: Mod craftingex is using network checker : Invoking method netCheckHandler
[22:43:59] [Server thread/TRACE] [FML/craftingex]: Testing mod craftingex to verify it accepts its own version in a remote connection
[22:43:59] [Server thread/TRACE] [FML/craftingex]: The mod craftingex accepts its own version (1.0.6)
[22:43:59] [Server thread/DEBUG] [FML/craftingex]: Attempting to inject @SidedProxy classes into craftingex
[22:43:59] [Server thread/TRACE] [craftingex/craftingex]: Sent event FMLConstructionEvent to mod craftingex
[22:43:59] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Crafting EX took 0.089s
[22:43:59] [Server thread/TRACE] [customnpcs/customnpcs]: Sending event FMLConstructionEvent to mod customnpcs
[22:43:59] [Server thread/TRACE] [FML/customnpcs]: Mod customnpcs is using network checker : Accepting version 1.8.0_beta
[22:43:59] [Server thread/TRACE] [FML/customnpcs]: Testing mod customnpcs to verify it accepts its own version in a remote connection
[22:43:59] [Server thread/TRACE] [FML/customnpcs]: The mod customnpcs accepts its own version (1.8.0_beta)
[22:43:59] [Server thread/DEBUG] [FML/customnpcs]: Attempting to inject @SidedProxy classes into customnpcs
[22:43:59] [Server thread/TRACE] [customnpcs/customnpcs]: Sent event FMLConstructionEvent to mod customnpcs
[22:43:59] [Server thread/DEBUG] [FML/]: Bar Step: Construction - CustomNpcs took 0.504s
[22:43:59] [Server thread/TRACE] [ctrades/ctrades]: Sending event FMLConstructionEvent to mod ctrades
[22:43:59] [Server thread/TRACE] [FML/ctrades]: Mod ctrades is using network checker : Accepting version 1.3.2
[22:43:59] [Server thread/TRACE] [FML/ctrades]: Testing mod ctrades to verify it accepts its own version in a remote connection
[22:43:59] [Server thread/TRACE] [FML/ctrades]: The mod ctrades accepts its own version (1.3.2)
[22:43:59] [Server thread/DEBUG] [FML/ctrades]: Attempting to inject @SidedProxy classes into ctrades
[22:43:59] [Server thread/TRACE] [ctrades/ctrades]: Sent event FMLConstructionEvent to mod ctrades
[22:43:59] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Custom Trades Mod took 0.043s
[22:43:59] [Server thread/TRACE] [lootablebodies/lootablebodies]: Sending event FMLConstructionEvent to mod lootablebodies
[22:43:59] [Server thread/TRACE] [FML/lootablebodies]: Mod lootablebodies is using network checker : Accepting version 1.3.5
[22:43:59] [Server thread/TRACE] [FML/lootablebodies]: Testing mod lootablebodies to verify it accepts its own version in a remote connection
[22:43:59] [Server thread/TRACE] [FML/lootablebodies]: The mod lootablebodies accepts its own version (1.3.5)
[22:43:59] [Server thread/DEBUG] [FML/lootablebodies]: Attempting to inject @SidedProxy classes into lootablebodies
[22:43:59] [Server thread/TRACE] [lootablebodies/lootablebodies]: Sent event FMLConstructionEvent to mod lootablebodies
[22:44:00] [Server thread/DEBUG] [FML/]: Bar Step: Construction - DrCyano's Lootable Bodies took 0.067s
[22:44:00] [Server thread/TRACE] [wonderfulwands/wonderfulwands]: Sending event FMLConstructionEvent to mod wonderfulwands
[22:44:00] [Server thread/TRACE] [FML/wonderfulwands]: Mod wonderfulwands is using network checker : Accepting version 1.7.1
[22:44:00] [Server thread/TRACE] [FML/wonderfulwands]: Testing mod wonderfulwands to verify it accepts its own version in a remote connection
[22:44:00] [Server thread/TRACE] [FML/wonderfulwands]: The mod wonderfulwands accepts its own version (1.7.1)
[22:44:00] [Server thread/DEBUG] [FML/wonderfulwands]: Attempting to inject @SidedProxy classes into wonderfulwands
[22:44:00] [Server thread/TRACE] [wonderfulwands/wonderfulwands]: Sent event FMLConstructionEvent to mod wonderfulwands
[22:44:00] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Wonderful Wands took 0.540s
[22:44:00] [Server thread/TRACE] [decorationmegapack/decorationmegapack]: Sending event FMLConstructionEvent to mod decorationmegapack
[22:44:00] [Server thread/TRACE] [FML/decorationmegapack]: Mod decorationmegapack is using network checker : Accepting version 1.18
[22:44:00] [Server thread/TRACE] [FML/decorationmegapack]: Testing mod decorationmegapack to verify it accepts its own version in a remote connection
[22:44:00] [Server thread/TRACE] [FML/decorationmegapack]: The mod decorationmegapack accepts its own version (1.18)
[22:44:00] [Server thread/DEBUG] [FML/decorationmegapack]: Attempting to inject @SidedProxy classes into decorationmegapack
[22:44:01] [Server thread/TRACE] [decorationmegapack/decorationmegapack]: Sent event FMLConstructionEvent to mod decorationmegapack
[22:44:01] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Decoration Mega Pack took 0.641s
[22:44:01] [Server thread/TRACE] [dlr/dlr]: Sending event FMLConstructionEvent to mod dlr
[22:44:01] [Server thread/TRACE] [FML/dlr]: Mod dlr is using network checker : Accepting version 1.0
[22:44:01] [Server thread/TRACE] [FML/dlr]: Testing mod dlr to verify it accepts its own version in a remote connection
[22:44:01] [Server thread/TRACE] [FML/dlr]: The mod dlr accepts its own version (1.0)
[22:44:01] [Server thread/DEBUG] [FML/dlr]: Attempting to inject @SidedProxy classes into dlr
[22:44:01] [Server thread/TRACE] [dlr/dlr]: Sent event FMLConstructionEvent to mod dlr
[22:44:01] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Don's Lightning Rod took 0.083s
[22:44:01] [Server thread/TRACE] [dldungeonsjdg/dldungeonsjdg]: Sending event FMLConstructionEvent to mod dldungeonsjdg
[22:44:01] [Server thread/TRACE] [FML/dldungeonsjdg]: Mod dldungeonsjdg is using network checker : No network checking performed
[22:44:01] [Server thread/TRACE] [FML/dldungeonsjdg]: Testing mod dldungeonsjdg to verify it accepts its own version in a remote connection
[22:44:01] [Server thread/TRACE] [FML/dldungeonsjdg]: The mod dldungeonsjdg accepts its own version (1.8.2)
[22:44:01] [Server thread/DEBUG] [FML/dldungeonsjdg]: Attempting to inject @SidedProxy classes into dldungeonsjdg
[22:44:01] [Server thread/TRACE] [dldungeonsjdg/dldungeonsjdg]: Sent event FMLConstructionEvent to mod dldungeonsjdg
[22:44:01] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Doomlike Dungeons took 0.082s
[22:44:01] [Server thread/TRACE] [emeraldobsidianmod/emeraldobsidianmod]: Sending event FMLConstructionEvent to mod emeraldobsidianmod
[22:44:01] [Server thread/TRACE] [FML/emeraldobsidianmod]: Mod emeraldobsidianmod is using network checker : Accepting version 1.3.1
[22:44:01] [Server thread/TRACE] [FML/emeraldobsidianmod]: Testing mod emeraldobsidianmod to verify it accepts its own version in a remote connection
[22:44:01] [Server thread/TRACE] [FML/emeraldobsidianmod]: The mod emeraldobsidianmod accepts its own version (1.3.1)
[22:44:01] [Server thread/DEBUG] [FML/emeraldobsidianmod]: Attempting to inject @SidedProxy classes into emeraldobsidianmod
[22:44:01] [Server thread/TRACE] [emeraldobsidianmod/emeraldobsidianmod]: Sent event FMLConstructionEvent to mod emeraldobsidianmod
[22:44:01] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Emerald & Obsidian tools/armor mod took 0.066s
[22:44:01] [Server thread/TRACE] [eplus/eplus]: Sending event FMLConstructionEvent to mod eplus
[22:44:01] [Server thread/TRACE] [FML/eplus]: Mod eplus is using network checker : Accepting version 3.1.0a1
[22:44:01] [Server thread/TRACE] [FML/eplus]: Testing mod eplus to verify it accepts its own version in a remote connection
[22:44:01] [Server thread/TRACE] [FML/eplus]: The mod eplus accepts its own version (3.1.0a1)
[22:44:01] [Server thread/DEBUG] [FML/eplus]: Attempting to inject @SidedProxy classes into eplus
[22:44:01] [Server thread/TRACE] [eplus/eplus]: Sent event FMLConstructionEvent to mod eplus
[22:44:01] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Enchanting Plus took 0.119s
[22:44:01] [Server thread/TRACE] [enderutilities/enderutilities]: Sending event FMLConstructionEvent to mod enderutilities
[22:44:01] [Server thread/TRACE] [FML/enderutilities]: Mod enderutilities is using network checker : Accepting version 0.4.0-beta-1a
[22:44:01] [Server thread/TRACE] [FML/enderutilities]: Testing mod enderutilities to verify it accepts its own version in a remote connection
[22:44:01] [Server thread/TRACE] [FML/enderutilities]: The mod enderutilities accepts its own version (0.4.0-beta-1a)
[22:44:01] [Server thread/DEBUG] [FML/enderutilities]: Attempting to inject @SidedProxy classes into enderutilities
[22:44:01] [Server thread/TRACE] [enderutilities/enderutilities]: Sent event FMLConstructionEvent to mod enderutilities
[22:44:01] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Ender Utilities took 0.054s
[22:44:01] [Server thread/TRACE] [exnihilo2/exnihilo2]: Sending event FMLConstructionEvent to mod exnihilo2
[22:44:01] [Server thread/TRACE] [FML/exnihilo2]: Mod exnihilo2 is using network checker : Accepting version 0.27
[22:44:01] [Server thread/TRACE] [FML/exnihilo2]: Testing mod exnihilo2 to verify it accepts its own version in a remote connection
[22:44:01] [Server thread/TRACE] [FML/exnihilo2]: The mod exnihilo2 accepts its own version (0.27)
[22:44:01] [Server thread/DEBUG] [FML/exnihilo2]: Attempting to inject @SidedProxy classes into exnihilo2
[22:44:01] [Server thread/TRACE] [exnihilo2/exnihilo2]: Sent event FMLConstructionEvent to mod exnihilo2
[22:44:01] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Ex Nihilo 2 took 0.102s
[22:44:01] [Server thread/TRACE] [extraachievements/extraachievements]: Sending event FMLConstructionEvent to mod extraachievements
[22:44:01] [Server thread/TRACE] [FML/extraachievements]: Mod extraachievements is using network checker : Accepting version 2.3.0
[22:44:01] [Server thread/TRACE] [FML/extraachievements]: Testing mod extraachievements to verify it accepts its own version in a remote connection
[22:44:01] [Server thread/TRACE] [FML/extraachievements]: The mod extraachievements accepts its own version (2.3.0)
[22:44:01] [Server thread/DEBUG] [FML/extraachievements]: Attempting to inject @SidedProxy classes into extraachievements
[22:44:01] [Server thread/TRACE] [extraachievements/extraachievements]: Sent event FMLConstructionEvent to mod extraachievements
[22:44:01] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Extra Achievements took 0.147s
[22:44:01] [Server thread/TRACE] [extrafood/extrafood]: Sending event FMLConstructionEvent to mod extrafood
[22:44:01] [Server thread/TRACE] [FML/extrafood]: Mod extrafood is using network checker : Accepting version v1.1
[22:44:01] [Server thread/TRACE] [FML/extrafood]: Testing mod extrafood to verify it accepts its own version in a remote connection
[22:44:01] [Server thread/TRACE] [FML/extrafood]: The mod extrafood accepts its own version (v1.1)
[22:44:01] [Server thread/DEBUG] [FML/extrafood]: Attempting to inject @SidedProxy classes into extrafood
[22:44:01] [Server thread/TRACE] [extrafood/extrafood]: Sent event FMLConstructionEvent to mod extrafood
[22:44:01] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Extra Food Mod took 0.056s
[22:44:01] [Server thread/TRACE] [FARBLE/FARBLE]: Sending event FMLConstructionEvent to mod FARBLE
[22:44:01] [Server thread/TRACE] [FML/FARBLE]: Mod FARBLE is using network checker : Accepting version 1.1
[22:44:01] [Server thread/TRACE] [FML/FARBLE]: Testing mod FARBLE to verify it accepts its own version in a remote connection
[22:44:01] [Server thread/TRACE] [FML/FARBLE]: The mod FARBLE accepts its own version (1.1)
[22:44:01] [Server thread/DEBUG] [FML/FARBLE]: Attempting to inject @SidedProxy classes into FARBLE
[22:44:01] [Server thread/TRACE] [FARBLE/FARBLE]: Sent event FMLConstructionEvent to mod FARBLE
[22:44:01] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Farble took 0.057s
[22:44:01] [Server thread/TRACE] [fastflyblockbreaking/fastflyblockbreaking]: Sending event FMLConstructionEvent to mod fastflyblockbreaking
[22:44:01] [Server thread/TRACE] [FML/fastflyblockbreaking]: Mod fastflyblockbreaking is using network checker : Accepting version MC1.8-1.0-1-g938a534
[22:44:01] [Server thread/TRACE] [FML/fastflyblockbreaking]: Testing mod fastflyblockbreaking to verify it accepts its own version in a remote connection
[22:44:01] [Server thread/TRACE] [FML/fastflyblockbreaking]: The mod fastflyblockbreaking accepts its own version (MC1.8-1.0-1-g938a534)
[22:44:01] [Server thread/DEBUG] [FML/fastflyblockbreaking]: Attempting to inject @SidedProxy classes into fastflyblockbreaking
[22:44:01] [Server thread/TRACE] [fastflyblockbreaking/fastflyblockbreaking]: Sent event FMLConstructionEvent to mod fastflyblockbreaking
[22:44:01] [Server thread/DEBUG] [FML/]: Bar Step: Construction - FastFlyBlockBreaking took 0.028s
[22:44:01] [Server thread/TRACE] [ForgeEssentials/ForgeEssentials]: Sending event FMLConstructionEvent to mod ForgeEssentials
[22:44:03] [Server thread/TRACE] [FML/ForgeEssentials]: Mod ForgeEssentials is using network checker : No network checking performed
[22:44:03] [Server thread/TRACE] [FML/ForgeEssentials]: Testing mod ForgeEssentials to verify it accepts its own version in a remote connection
[22:44:03] [Server thread/TRACE] [FML/ForgeEssentials]: The mod ForgeEssentials accepts its own version (1.8.0)
[22:44:03] [Server thread/DEBUG] [FML/ForgeEssentials]: Attempting to inject @SidedProxy classes into ForgeEssentials
[22:44:03] [Server thread/TRACE] [ForgeEssentials/ForgeEssentials]: Sent event FMLConstructionEvent to mod ForgeEssentials
[22:44:03] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Forge Essentials took 1.959s
[22:44:03] [Server thread/TRACE] [fireplacecore/fireplacecore]: Sending event FMLConstructionEvent to mod fireplacecore
[22:44:04] [Server thread/TRACE] [FML/fireplacecore]: Mod fireplacecore is using network checker : Accepting version 2.3.2.0
[22:44:04] [Server thread/TRACE] [FML/fireplacecore]: Testing mod fireplacecore to verify it accepts its own version in a remote connection
[22:44:04] [Server thread/TRACE] [FML/fireplacecore]: The mod fireplacecore accepts its own version (2.3.2.0)
[22:44:04] [Server thread/DEBUG] [FML/fireplacecore]: Attempting to inject @SidedProxy classes into fireplacecore
[22:44:04] [Server thread/TRACE] [fireplacecore/fireplacecore]: Sent event FMLConstructionEvent to mod fireplacecore
[22:44:04] [Thread-6/INFO] [STDERR/ForgeEssentials]: [com.forgeessentials.commons.BuildInfo:doCheckLatestVersion:102]: Unable to retrieve version info
[22:44:04] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Fireplace Core took 0.451s
[22:44:04] [Server thread/TRACE] [FloraSoma/FloraSoma]: Sending event FMLConstructionEvent to mod FloraSoma
[22:44:04] [Server thread/TRACE] [FML/FloraSoma]: Mod FloraSoma is using network checker : Accepting version 1.1.0
[22:44:04] [Server thread/TRACE] [FML/FloraSoma]: Testing mod FloraSoma to verify it accepts its own version in a remote connection
[22:44:04] [Server thread/TRACE] [FML/FloraSoma]: The mod FloraSoma accepts its own version (1.1.0)
[22:44:04] [Server thread/DEBUG] [FML/FloraSoma]: Attempting to inject @SidedProxy classes into FloraSoma
[22:44:04] [Server thread/TRACE] [FloraSoma/FloraSoma]: Sent event FMLConstructionEvent to mod FloraSoma
[22:44:04] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Flora & Soma took 0.070s
[22:44:04] [Server thread/TRACE] [fluxducts/fluxducts]: Sending event FMLConstructionEvent to mod fluxducts
[22:44:04] [Server thread/TRACE] [FML/fluxducts]: Mod fluxducts is using network checker : Accepting version 1.0.2
[22:44:04] [Server thread/TRACE] [FML/fluxducts]: Testing mod fluxducts to verify it accepts its own version in a remote connection
[22:44:04] [Server thread/TRACE] [FML/fluxducts]: The mod fluxducts accepts its own version (1.0.2)
[22:44:04] [Server thread/DEBUG] [FML/fluxducts]: Attempting to inject @SidedProxy classes into fluxducts
[22:44:04] [Server thread/TRACE] [fluxducts/fluxducts]: Sent event FMLConstructionEvent to mod fluxducts
[22:44:04] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Flux Ducts took 0.083s
[22:44:04] [Server thread/TRACE] [samsfooddetails/samsfooddetails]: Sending event FMLConstructionEvent to mod samsfooddetails
[22:44:04] [Server thread/TRACE] [FML/samsfooddetails]: Mod samsfooddetails is using network checker : Accepting version 1.8-1.0.0
[22:44:04] [Server thread/TRACE] [FML/samsfooddetails]: Testing mod samsfooddetails to verify it accepts its own version in a remote connection
[22:44:04] [Server thread/TRACE] [FML/samsfooddetails]: The mod samsfooddetails accepts its own version (1.8-1.0.0)
[22:44:04] [Server thread/DEBUG] [FML/samsfooddetails]: Attempting to inject @SidedProxy classes into samsfooddetails
[22:44:04] [Server thread/TRACE] [samsfooddetails/samsfooddetails]: Sent event FMLConstructionEvent to mod samsfooddetails
[22:44:04] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Food Details took 0.007s
[22:44:04] [Server thread/TRACE] [ftfragileglass/ftfragileglass]: Sending event FMLConstructionEvent to mod ftfragileglass
[22:44:04] [Server thread/TRACE] [FML/ftfragileglass]: Mod ftfragileglass is using network checker : Accepting version 1.8-1.2
[22:44:04] [Server thread/TRACE] [FML/ftfragileglass]: Testing mod ftfragileglass to verify it accepts its own version in a remote connection
[22:44:04] [Server thread/TRACE] [FML/ftfragileglass]: The mod ftfragileglass accepts its own version (1.8-1.2)
[22:44:04] [Server thread/DEBUG] [FML/ftfragileglass]: Attempting to inject @SidedProxy classes into ftfragileglass
[22:44:04] [Server thread/TRACE] [ftfragileglass/ftfragileglass]: Sent event FMLConstructionEvent to mod ftfragileglass
[22:44:04] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Fragile Glass and Thin Ice took 0.055s
[22:44:04] [Server thread/TRACE] [samsfragiletorches/samsfragiletorches]: Sending event FMLConstructionEvent to mod samsfragiletorches
[22:44:04] [Server thread/TRACE] [FML/samsfragiletorches]: Mod samsfragiletorches is using network checker : Accepting version 1.8-1.0.0
[22:44:04] [Server thread/TRACE] [FML/samsfragiletorches]: Testing mod samsfragiletorches to verify it accepts its own version in a remote connection
[22:44:04] [Server thread/TRACE] [FML/samsfragiletorches]: The mod samsfragiletorches accepts its own version (1.8-1.0.0)
[22:44:04] [Server thread/DEBUG] [FML/samsfragiletorches]: Attempting to inject @SidedProxy classes into samsfragiletorches
[22:44:04] [Server thread/TRACE] [samsfragiletorches/samsfragiletorches]: Sent event FMLConstructionEvent to mod samsfragiletorches
[22:44:04] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Fragile Torches took 0.160s
[22:44:04] [Server thread/TRACE] [fulcrum/fulcrum]: Sending event FMLConstructionEvent to mod fulcrum
[22:44:04] [Server thread/TRACE] [FML/fulcrum]: Mod fulcrum is using network checker : Accepting version 2.0.2.0
[22:44:04] [Server thread/TRACE] [FML/fulcrum]: Testing mod fulcrum to verify it accepts its own version in a remote connection
[22:44:04] [Server thread/TRACE] [FML/fulcrum]: The mod fulcrum accepts its own version (2.0.2.0)
[22:44:04] [Server thread/DEBUG] [FML/fulcrum]: Attempting to inject @SidedProxy classes into fulcrum
[22:44:04] [Server thread/TRACE] [fulcrum/fulcrum]: Sent event FMLConstructionEvent to mod fulcrum
[22:44:04] [Server thread/DEBUG] [FML/]: Bar Step: Construction - FULCRUM took 0.147s
[22:44:04] [Server thread/TRACE] [FunOres/FunOres]: Sending event FMLConstructionEvent to mod FunOres
[22:44:04] [Server thread/TRACE] [FML/FunOres]: Mod FunOres is using network checker : Accepting version 1.0.0
[22:44:04] [Server thread/TRACE] [FML/FunOres]: Testing mod FunOres to verify it accepts its own version in a remote connection
[22:44:04] [Server thread/TRACE] [FML/FunOres]: The mod FunOres accepts its own version (1.0.0)
[22:44:04] [Server thread/DEBUG] [FML/FunOres]: Attempting to inject @SidedProxy classes into FunOres
[22:44:04] [Server thread/TRACE] [FunOres/FunOres]: Sent event FMLConstructionEvent to mod FunOres
[22:44:04] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Fun Ores took 0.093s
[22:44:04] [Server thread/TRACE] [GakaisFlightTable/GakaisFlightTable]: Sending event FMLConstructionEvent to mod GakaisFlightTable
[22:44:05] [Server thread/TRACE] [FML/GakaisFlightTable]: Mod GakaisFlightTable is using network checker : Accepting version 1.1.1
[22:44:05] [Server thread/TRACE] [FML/GakaisFlightTable]: Testing mod GakaisFlightTable to verify it accepts its own version in a remote connection
[22:44:05] [Server thread/TRACE] [FML/GakaisFlightTable]: The mod GakaisFlightTable accepts its own version (1.1.1)
[22:44:05] [Server thread/DEBUG] [FML/GakaisFlightTable]: Attempting to inject @SidedProxy classes into GakaisFlightTable
[22:44:05] [Server thread/TRACE] [GakaisFlightTable/GakaisFlightTable]: Sent event FMLConstructionEvent to mod GakaisFlightTable
[22:44:05] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Gakais Flight Table took 0.189s
[22:44:05] [Server thread/TRACE] [bonus/bonus]: Sending event FMLConstructionEvent to mod bonus
[22:44:05] [Server thread/TRACE] [FML/bonus]: Mod bonus is using network checker : Accepting version .1
[22:44:05] [Server thread/TRACE] [FML/bonus]: Testing mod bonus to verify it accepts its own version in a remote connection
[22:44:05] [Server thread/TRACE] [FML/bonus]: The mod bonus accepts its own version (.1)
[22:44:05] [Server thread/DEBUG] [FML/bonus]: Attempting to inject @SidedProxy classes into bonus
[22:44:05] [Server thread/TRACE] [bonus/bonus]: Sent event FMLConstructionEvent to mod bonus
[22:44:05] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Mystify's Bonus stuff took 0.455s
[22:44:05] [Server thread/TRACE] [galactic/galactic]: Sending event FMLConstructionEvent to mod galactic
[22:44:06] [Server thread/TRACE] [FML/galactic]: Mod galactic is using network checker : Accepting version 1.1
[22:44:06] [Server thread/TRACE] [FML/galactic]: Testing mod galactic to verify it accepts its own version in a remote connection
[22:44:06] [Server thread/TRACE] [FML/galactic]: The mod galactic accepts its own version (1.1)
[22:44:06] [Server thread/DEBUG] [FML/galactic]: Attempting to inject @SidedProxy classes into galactic
[22:44:06] [Server thread/TRACE] [galactic/galactic]: Sent event FMLConstructionEvent to mod galactic
[22:44:06] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Galactic Colored Blocks took 0.980s
[22:44:06] [Server thread/TRACE] [geoactivity/geoactivity]: Sending event FMLConstructionEvent to mod geoactivity
[22:44:06] [Server thread/TRACE] [FML/geoactivity]: Mod geoactivity is using network checker : Accepting version 2.1.1
[22:44:06] [Server thread/TRACE] [FML/geoactivity]: Testing mod geoactivity to verify it accepts its own version in a remote connection
[22:44:06] [Server thread/TRACE] [FML/geoactivity]: The mod geoactivity accepts its own version (2.1.1)
[22:44:06] [Server thread/DEBUG] [FML/geoactivity]: Attempting to inject @SidedProxy classes into geoactivity
[22:44:06] [Server thread/TRACE] [geoactivity/geoactivity]: Sent event FMLConstructionEvent to mod geoactivity
[22:44:06] [Server thread/DEBUG] [FML/]: Bar Step: Construction - GeoActivity took 0.221s
[22:44:06] [Server thread/TRACE] [foundry/foundry]: Sending event FMLConstructionEvent to mod foundry
[22:44:07] [Server thread/TRACE] [FML/foundry]: Mod foundry is using network checker : Accepting version 1.3.3
[22:44:07] [Server thread/TRACE] [FML/foundry]: Testing mod foundry to verify it accepts its own version in a remote connection
[22:44:07] [Server thread/TRACE] [FML/foundry]: The mod foundry accepts its own version (1.3.3)
[22:44:07] [Server thread/DEBUG] [FML/foundry]: Attempting to inject @SidedProxy classes into foundry
[22:44:07] [Server thread/TRACE] [foundry/foundry]: Sent event FMLConstructionEvent to mod foundry
[22:44:07] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Giacomo's Foundry took 0.209s
[22:44:07] [Server thread/TRACE] [exp/exp]: Sending event FMLConstructionEvent to mod exp
[22:44:07] [Server thread/TRACE] [FML/exp]: Mod exp is using network checker : Accepting version 1.1
[22:44:07] [Server thread/TRACE] [FML/exp]: Testing mod exp to verify it accepts its own version in a remote connection
[22:44:07] [Server thread/TRACE] [FML/exp]: The mod exp accepts its own version (1.1)
[22:44:07] [Server thread/DEBUG] [FML/exp]: Attempting to inject @SidedProxy classes into exp
[22:44:07] [Server thread/TRACE] [exp/exp]: Sent event FMLConstructionEvent to mod exp
[22:44:07] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Exp Seedling Mod took 0.034s
[22:44:07] [Server thread/TRACE] [fishing/fishing]: Sending event FMLConstructionEvent to mod fishing
[22:44:07] [Server thread/TRACE] [FML/fishing]: Mod fishing is using network checker : Accepting version 1.4
[22:44:07] [Server thread/TRACE] [FML/fishing]: Testing mod fishing to verify it accepts its own version in a remote connection
[22:44:07] [Server thread/TRACE] [FML/fishing]: The mod fishing accepts its own version (1.4)
[22:44:07] [Server thread/DEBUG] [FML/fishing]: Attempting to inject @SidedProxy classes into fishing
[22:44:07] [Server thread/TRACE] [fishing/fishing]: Sent event FMLConstructionEvent to mod fishing
[22:44:07] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Fishing Net Mod took 0.190s
[22:44:07] [Server thread/TRACE] [glass_shards/glass_shards]: Sending event FMLConstructionEvent to mod glass_shards
[22:44:07] [Server thread/TRACE] [FML/glass_shards]: Mod glass_shards is using network checker : Accepting version 1.3.2
[22:44:07] [Server thread/TRACE] [FML/glass_shards]: Testing mod glass_shards to verify it accepts its own version in a remote connection
[22:44:07] [Server thread/TRACE] [FML/glass_shards]: The mod glass_shards accepts its own version (1.3.2)
[22:44:07] [Server thread/DEBUG] [FML/glass_shards]: Attempting to inject @SidedProxy classes into glass_shards
[22:44:07] [Server thread/TRACE] [glass_shards/glass_shards]: Sent event FMLConstructionEvent to mod glass_shards
[22:44:07] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Glass Shards took 0.275s
[22:44:07] [Server thread/TRACE] [GravityGun/GravityGun]: Sending event FMLConstructionEvent to mod GravityGun
[22:44:07] [Server thread/TRACE] [FML/GravityGun]: Mod GravityGun is using network checker : Accepting range [5.0.0,5.1.0)
[22:44:07] [Server thread/TRACE] [FML/GravityGun]: Testing mod GravityGun to verify it accepts its own version in a remote connection
[22:44:07] [Server thread/TRACE] [FML/GravityGun]: The mod GravityGun accepts its own version (5.0.0)
[22:44:07] [Server thread/DEBUG] [FML/GravityGun]: Attempting to inject @SidedProxy classes into GravityGun
[22:44:07] [Server thread/TRACE] [GravityGun/GravityGun]: Sent event FMLConstructionEvent to mod GravityGun
[22:44:07] [Server thread/DEBUG] [FML/]: Bar Step: Construction - GravityGun took 0.080s
[22:44:07] [Server thread/TRACE] [geckoboy_grenademod/geckoboy_grenademod]: Sending event FMLConstructionEvent to mod geckoboy_grenademod
[22:44:07] [Server thread/TRACE] [FML/geckoboy_grenademod]: Mod geckoboy_grenademod is using network checker : Accepting version 1.3
[22:44:07] [Server thread/TRACE] [FML/geckoboy_grenademod]: Testing mod geckoboy_grenademod to verify it accepts its own version in a remote connection
[22:44:07] [Server thread/TRACE] [FML/geckoboy_grenademod]: The mod geckoboy_grenademod accepts its own version (1.3)
[22:44:07] [Server thread/DEBUG] [FML/geckoboy_grenademod]: Attempting to inject @SidedProxy classes into geckoboy_grenademod
[22:44:07] [Server thread/TRACE] [geckoboy_grenademod/geckoboy_grenademod]: Sent event FMLConstructionEvent to mod geckoboy_grenademod
[22:44:07] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Grenade Mod took 0.337s
[22:44:07] [Server thread/TRACE] [haggismod/haggismod]: Sending event FMLConstructionEvent to mod haggismod
[22:44:07] [Server thread/TRACE] [FML/haggismod]: Mod haggismod is using network checker : Accepting version 1.4.2
[22:44:07] [Server thread/TRACE] [FML/haggismod]: Testing mod haggismod to verify it accepts its own version in a remote connection
[22:44:07] [Server thread/TRACE] [FML/haggismod]: The mod haggismod accepts its own version (1.4.2)
[22:44:07] [Server thread/DEBUG] [FML/haggismod]: Attempting to inject @SidedProxy classes into haggismod
[22:44:07] [Server thread/TRACE] [haggismod/haggismod]: Sent event FMLConstructionEvent to mod haggismod
[22:44:07] [Server thread/DEBUG] [FML/]: Bar Step: Construction - AWH Haggis Mod! took 0.006s
[22:44:07] [Server thread/TRACE] [HelpFixer/HelpFixer]: Sending event FMLConstructionEvent to mod HelpFixer
[22:44:07] [Server thread/TRACE] [FML/HelpFixer]: Mod HelpFixer is using network checker : No network checking performed
[22:44:07] [Server thread/TRACE] [FML/HelpFixer]: Testing mod HelpFixer to verify it accepts its own version in a remote connection
[22:44:07] [Server thread/TRACE] [FML/HelpFixer]: The mod HelpFixer accepts its own version (1.1.9)
[22:44:07] [Server thread/DEBUG] [FML/HelpFixer]: Attempting to inject @SidedProxy classes into HelpFixer
[22:44:07] [Server thread/TRACE] [HelpFixer/HelpFixer]: Sent event FMLConstructionEvent to mod HelpFixer
[22:44:07] [Server thread/DEBUG] [FML/]: Bar Step: Construction - HelpFixer took 0.018s
[22:44:07] [Server thread/TRACE] [hopperducts/hopperducts]: Sending event FMLConstructionEvent to mod hopperducts
[22:44:08] [Server thread/TRACE] [FML/hopperducts]: Mod hopperducts is using network checker : Accepting version 1.4.5
[22:44:08] [Server thread/TRACE] [FML/hopperducts]: Testing mod hopperducts to verify it accepts its own version in a remote connection
[22:44:08] [Server thread/TRACE] [FML/hopperducts]: The mod hopperducts accepts its own version (1.4.5)
[22:44:08] [Server thread/DEBUG] [FML/hopperducts]: Attempting to inject @SidedProxy classes into hopperducts
[22:44:08] [Server thread/TRACE] [hopperducts/hopperducts]: Sent event FMLConstructionEvent to mod hopperducts
[22:44:08] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Hopper Ducts took 0.058s
[22:44:08] [Server thread/TRACE] [ice_shards/ice_shards]: Sending event FMLConstructionEvent to mod ice_shards
[22:44:08] [Server thread/TRACE] [FML/ice_shards]: Mod ice_shards is using network checker : Accepting version 1.1-beta
[22:44:08] [Server thread/TRACE] [FML/ice_shards]: Testing mod ice_shards to verify it accepts its own version in a remote connection
[22:44:08] [Server thread/TRACE] [FML/ice_shards]: The mod ice_shards accepts its own version (1.1-beta)
[22:44:08] [Server thread/DEBUG] [FML/ice_shards]: Attempting to inject @SidedProxy classes into ice_shards
[22:44:08] [Server thread/TRACE] [ice_shards/ice_shards]: Sent event FMLConstructionEvent to mod ice_shards
[22:44:08] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Ice Shards took 0.034s
[22:44:08] [Server thread/TRACE] [igneousadditions/igneousadditions]: Sending event FMLConstructionEvent to mod igneousadditions
[22:44:09] [Server thread/TRACE] [FML/igneousadditions]: Mod igneousadditions is using network checker : Accepting version 1.2-BETA-2
[22:44:09] [Server thread/TRACE] [FML/igneousadditions]: Testing mod igneousadditions to verify it accepts its own version in a remote connection
[22:44:09] [Server thread/TRACE] [FML/igneousadditions]: The mod igneousadditions accepts its own version (1.2-BETA-2)
[22:44:09] [Server thread/DEBUG] [FML/igneousadditions]: Attempting to inject @SidedProxy classes into igneousadditions
[22:44:09] [Server thread/TRACE] [igneousadditions/igneousadditions]: Sent event FMLConstructionEvent to mod igneousadditions
[22:44:09] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Igneous Additions took 1.852s
[22:44:09] [Server thread/TRACE] [inventorytweaks/inventorytweaks]: Sending event FMLConstructionEvent to mod inventorytweaks
[22:44:09] [Server thread/TRACE] [FML/inventorytweaks]: Mod inventorytweaks is using network checker : No network checking performed
[22:44:09] [Server thread/TRACE] [FML/inventorytweaks]: Testing mod inventorytweaks to verify it accepts its own version in a remote connection
[22:44:09] [Server thread/TRACE] [FML/inventorytweaks]: The mod inventorytweaks accepts its own version (1.59-176-9318a76-dirty)
[22:44:09] [Server thread/DEBUG] [FML/inventorytweaks]: Attempting to inject @SidedProxy classes into inventorytweaks
[22:44:09] [Server thread/TRACE] [inventorytweaks/inventorytweaks]: Sent event FMLConstructionEvent to mod inventorytweaks
[22:44:09] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Inventory Tweaks took 0.041s
[22:44:09] [Server thread/TRACE] [IronChest/IronChest]: Sending event FMLConstructionEvent to mod IronChest
[22:44:10] [Server thread/TRACE] [FML/IronChest]: Mod IronChest is using network checker : Accepting version 6.0.103.753
[22:44:10] [Server thread/TRACE] [FML/IronChest]: Testing mod IronChest to verify it accepts its own version in a remote connection
[22:44:10] [Server thread/TRACE] [FML/IronChest]: The mod IronChest accepts its own version (6.0.103.753)
[22:44:10] [Server thread/DEBUG] [FML/IronChest]: Attempting to inject @SidedProxy classes into IronChest
[22:44:10] [Server thread/TRACE] [IronChest/IronChest]: Sent event FMLConstructionEvent to mod IronChest
[22:44:10] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Iron Chest took 0.059s
[22:44:10] [Server thread/TRACE] [jacb/jacb]: Sending event FMLConstructionEvent to mod jacb
[22:44:10] [Server thread/INFO] [jacb/jacb]: Now with extra crafting
[22:44:10] [Server thread/TRACE] [FML/jacb]: Mod jacb is using network checker : Accepting version 1.0.1
[22:44:10] [Server thread/TRACE] [FML/jacb]: Testing mod jacb to verify it accepts its own version in a remote connection
[22:44:10] [Server thread/TRACE] [FML/jacb]: The mod jacb accepts its own version (1.0.1)
[22:44:10] [Server thread/DEBUG] [FML/jacb]: Attempting to inject @SidedProxy classes into jacb
[22:44:10] [Server thread/TRACE] [jacb/jacb]: Sent event FMLConstructionEvent to mod jacb
[22:44:10] [Server thread/DEBUG] [FML/]: Bar Step: Construction - JACB took 0.055s
[22:44:10] [Server thread/TRACE] [wuppy29_jellycubes/wuppy29_jellycubes]: Sending event FMLConstructionEvent to mod wuppy29_jellycubes
[22:44:10] [Server thread/TRACE] [FML/wuppy29_jellycubes]: Mod wuppy29_jellycubes is using network checker : Accepting version 1.13.2
[22:44:10] [Server thread/TRACE] [FML/wuppy29_jellycubes]: Testing mod wuppy29_jellycubes to verify it accepts its own version in a remote connection
[22:44:10] [Server thread/TRACE] [FML/wuppy29_jellycubes]: The mod wuppy29_jellycubes accepts its own version (1.13.2)
[22:44:10] [Server thread/DEBUG] [FML/wuppy29_jellycubes]: Attempting to inject @SidedProxy classes into wuppy29_jellycubes
[22:44:10] [Server thread/TRACE] [wuppy29_jellycubes/wuppy29_jellycubes]: Sent event FMLConstructionEvent to mod wuppy29_jellycubes
[22:44:10] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Jelly Cubes took 0.017s
[22:44:10] [Server thread/TRACE] [fyberbackpack/fyberbackpack]: Sending event FMLConstructionEvent to mod fyberbackpack
[22:44:10] [Server thread/TRACE] [FML/fyberbackpack]: Mod fyberbackpack is using network checker : Accepting version 1.0
[22:44:10] [Server thread/TRACE] [FML/fyberbackpack]: Testing mod fyberbackpack to verify it accepts its own version in a remote connection
[22:44:10] [Server thread/TRACE] [FML/fyberbackpack]: The mod fyberbackpack accepts its own version (1.0)
[22:44:10] [Server thread/DEBUG] [FML/fyberbackpack]: Attempting to inject @SidedProxy classes into fyberbackpack
[22:44:10] [Server thread/TRACE] [fyberbackpack/fyberbackpack]: Sent event FMLConstructionEvent to mod fyberbackpack
[22:44:10] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Just Backpacks took 0.047s
[22:44:10] [Server thread/TRACE] [larrysmod/larrysmod]: Sending event FMLConstructionEvent to mod larrysmod
[22:44:10] [Server thread/TRACE] [FML/larrysmod]: Mod larrysmod is using network checker : Accepting version 1.06.1
[22:44:10] [Server thread/TRACE] [FML/larrysmod]: Testing mod larrysmod to verify it accepts its own version in a remote connection
[22:44:10] [Server thread/TRACE] [FML/larrysmod]: The mod larrysmod accepts its own version (1.06.1)
[22:44:10] [Server thread/DEBUG] [FML/larrysmod]: Attempting to inject @SidedProxy classes into larrysmod
[22:44:10] [Server thread/TRACE] [larrysmod/larrysmod]: Sent event FMLConstructionEvent to mod larrysmod
[22:44:10] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Larry's Mod took 0.032s
[22:44:10] [Server thread/TRACE] [latticemod/latticemod]: Sending event FMLConstructionEvent to mod latticemod
[22:44:10] [Server thread/TRACE] [FML/latticemod]: Mod latticemod is using network checker : Accepting version 1.1
[22:44:10] [Server thread/TRACE] [FML/latticemod]: Testing mod latticemod to verify it accepts its own version in a remote connection
[22:44:10] [Server thread/TRACE] [FML/latticemod]: The mod latticemod accepts its own version (1.1)
[22:44:10] [Server thread/DEBUG] [FML/latticemod]: Attempting to inject @SidedProxy classes into latticemod
[22:44:10] [Server thread/TRACE] [latticemod/latticemod]: Sent event FMLConstructionEvent to mod latticemod
[22:44:10] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Lattice Mod took 0.059s
[22:44:10] [Server thread/TRACE] [LavaBoat/LavaBoat]: Sending event FMLConstructionEvent to mod LavaBoat
[22:44:10] [Server thread/TRACE] [FML/LavaBoat]: Mod LavaBoat is using network checker : Accepting version 2.1.0
[22:44:10] [Server thread/TRACE] [FML/LavaBoat]: Testing mod LavaBoat to verify it accepts its own version in a remote connection
[22:44:10] [Server thread/TRACE] [FML/LavaBoat]: The mod LavaBoat accepts its own version (2.1.0)
[22:44:10] [Server thread/DEBUG] [FML/LavaBoat]: Attempting to inject @SidedProxy classes into LavaBoat
[22:44:10] [Server thread/TRACE] [LavaBoat/LavaBoat]: Sent event FMLConstructionEvent to mod LavaBoat
[22:44:10] [Server thread/DEBUG] [FML/]: Bar Step: Construction - LavaBoat took 0.059s
[22:44:10] [Server thread/TRACE] [letters/letters]: Sending event FMLConstructionEvent to mod letters
[22:44:10] [Server thread/TRACE] [FML/letters]: Mod letters is using network checker : Accepting version 1.0
[22:44:10] [Server thread/TRACE] [FML/letters]: Testing mod letters to verify it accepts its own version in a remote connection
[22:44:10] [Server thread/TRACE] [FML/letters]: The mod letters accepts its own version (1.0)
[22:44:10] [Server thread/DEBUG] [FML/letters]: Attempting to inject @SidedProxy classes into letters
[22:44:10] [Server thread/TRACE] [letters/letters]: Sent event FMLConstructionEvent to mod letters
[22:44:10] [Server thread/DEBUG] [FML/]: Bar Step: Construction - §e§lLetters, numbers and sysbols MOD took 0.047s
[22:44:10] [Server thread/TRACE] [liquidenchanting/liquidenchanting]: Sending event FMLConstructionEvent to mod liquidenchanting
[22:44:10] [Server thread/TRACE] [FML/liquidenchanting]: Mod liquidenchanting is using network checker : Accepting version 1.0
[22:44:10] [Server thread/TRACE] [FML/liquidenchanting]: Testing mod liquidenchanting to verify it accepts its own version in a remote connection
[22:44:10] [Server thread/TRACE] [FML/liquidenchanting]: The mod liquidenchanting accepts its own version (1.0)
[22:44:10] [Server thread/DEBUG] [FML/liquidenchanting]: Attempting to inject @SidedProxy classes into liquidenchanting
[22:44:10] [Server thread/TRACE] [liquidenchanting/liquidenchanting]: Sent event FMLConstructionEvent to mod liquidenchanting
[22:44:10] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Liquid Enchanting took 0.120s
[22:44:10] [Server thread/TRACE] [LomLib/LomLib]: Sending event FMLConstructionEvent to mod LomLib
[22:44:10] [Server thread/TRACE] [FML/LomLib]: Mod LomLib is using network checker : Accepting version 4.1.0
[22:44:10] [Server thread/TRACE] [FML/LomLib]: Testing mod LomLib to verify it accepts its own version in a remote connection
[22:44:10] [Server thread/TRACE] [FML/LomLib]: The mod LomLib accepts its own version (4.1.0)
[22:44:10] [Server thread/DEBUG] [FML/LomLib]: Attempting to inject @SidedProxy classes into LomLib
[22:44:10] [Server thread/TRACE] [LomLib/LomLib]: Sent event FMLConstructionEvent to mod LomLib
[22:44:10] [Server thread/DEBUG] [FML/]: Bar Step: Construction - LomLib took 0.069s
[22:44:10] [Server thread/TRACE] [LunatriusCore/LunatriusCore]: Sending event FMLConstructionEvent to mod LunatriusCore
[22:44:10] [Server thread/TRACE] [FML/LunatriusCore]: Mod LunatriusCore is using network checker : Invoking method checkModList
[22:44:10] [Server thread/TRACE] [FML/LunatriusCore]: Testing mod LunatriusCore to verify it accepts its own version in a remote connection
[22:44:10] [Server thread/TRACE] [FML/LunatriusCore]: The mod LunatriusCore accepts its own version (1.1.2.28)
[22:44:10] [Server thread/DEBUG] [FML/LunatriusCore]: Attempting to inject @SidedProxy classes into LunatriusCore
[22:44:10] [Server thread/TRACE] [LunatriusCore/LunatriusCore]: Sent event FMLConstructionEvent to mod LunatriusCore
[22:44:10] [Server thread/DEBUG] [FML/]: Bar Step: Construction - LunatriusCore took 0.143s
[22:44:10] [Server thread/TRACE] [machinemod/machinemod]: Sending event FMLConstructionEvent to mod machinemod
[22:44:10] [Server thread/TRACE] [FML/machinemod]: Mod machinemod is using network checker : Accepting version 1.8-1.1-Pre-ALPHA-Build-123
[22:44:10] [Server thread/TRACE] [FML/machinemod]: Testing mod machinemod to verify it accepts its own version in a remote connection
[22:44:10] [Server thread/TRACE] [FML/machinemod]: The mod machinemod accepts its own version (1.8-1.1-Pre-ALPHA-Build-123)
[22:44:10] [Server thread/DEBUG] [FML/machinemod]: Attempting to inject @SidedProxy classes into machinemod
[22:44:10] [Server thread/TRACE] [machinemod/machinemod]: Sent event FMLConstructionEvent to mod machinemod
[22:44:10] [Server thread/DEBUG] [FML/]: Bar Step: Construction - TechStack's Heavy Machinery Mod took 0.117s
[22:44:10] [Server thread/TRACE] [magicalmages/magicalmages]: Sending event FMLConstructionEvent to mod magicalmages
[22:44:10] [Server thread/TRACE] [FML/magicalmages]: Mod magicalmages is using network checker : Accepting version 1.4
[22:44:10] [Server thread/TRACE] [FML/magicalmages]: Testing mod magicalmages to verify it accepts its own version in a remote connection
[22:44:10] [Server thread/TRACE] [FML/magicalmages]: The mod magicalmages accepts its own version (1.4)
[22:44:10] [Server thread/DEBUG] [FML/magicalmages]: Attempting to inject @SidedProxy classes into magicalmages
[22:44:10] [Server thread/TRACE] [magicalmages/magicalmages]: Sent event FMLConstructionEvent to mod magicalmages
[22:44:10] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Magical Mages took 0.068s
[22:44:10] [Server thread/TRACE] [magicclover/magicclover]: Sending event FMLConstructionEvent to mod magicclover
[22:44:11] [Server thread/TRACE] [FML/magicclover]: Mod magicclover is using network checker : Accepting version 1.8-0.6.2
[22:44:11] [Server thread/TRACE] [FML/magicclover]: Testing mod magicclover to verify it accepts its own version in a remote connection
[22:44:11] [Server thread/TRACE] [FML/magicclover]: The mod magicclover accepts its own version (1.8-0.6.2)
[22:44:11] [Server thread/DEBUG] [FML/magicclover]: Attempting to inject @SidedProxy classes into magicclover
[22:44:11] [Server thread/TRACE] [magicclover/magicclover]: Sent event FMLConstructionEvent to mod magicclover
[22:44:11] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Magic Clover took 0.141s
[22:44:11] [Server thread/TRACE] [makersmark/makersmark]: Sending event FMLConstructionEvent to mod makersmark
[22:44:11] [Server thread/TRACE] [FML/makersmark]: Mod makersmark is using network checker : Accepting version 2.0.1
[22:44:11] [Server thread/TRACE] [FML/makersmark]: Testing mod makersmark to verify it accepts its own version in a remote connection
[22:44:11] [Server thread/TRACE] [FML/makersmark]: The mod makersmark accepts its own version (2.0.1)
[22:44:11] [Server thread/DEBUG] [FML/makersmark]: Attempting to inject @SidedProxy classes into makersmark
[22:44:11] [Server thread/TRACE] [makersmark/makersmark]: Sent event FMLConstructionEvent to mod makersmark
[22:44:11] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Maker's Mark: The Minter's Mod took 0.630s
[22:44:11] [Server thread/TRACE] [chef/chef]: Sending event FMLConstructionEvent to mod chef
[22:44:11] [Server thread/TRACE] [FML/chef]: Mod chef is using network checker : Accepting version 4.0
[22:44:11] [Server thread/TRACE] [FML/chef]: Testing mod chef to verify it accepts its own version in a remote connection
[22:44:11] [Server thread/TRACE] [FML/chef]: The mod chef accepts its own version (4.0)
[22:44:11] [Server thread/DEBUG] [FML/chef]: Attempting to inject @SidedProxy classes into chef
[22:44:11] [Server thread/TRACE] [chef/chef]: Sent event FMLConstructionEvent to mod chef
[22:44:11] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Master Chef took 0.088s
[22:44:11] [Server thread/TRACE] [medieval_mobs/medieval_mobs]: Sending event FMLConstructionEvent to mod medieval_mobs
[22:44:11] [Server thread/TRACE] [FML/medieval_mobs]: Mod medieval_mobs is using network checker : Accepting version a2
[22:44:11] [Server thread/TRACE] [FML/medieval_mobs]: Testing mod medieval_mobs to verify it accepts its own version in a remote connection
[22:44:11] [Server thread/TRACE] [FML/medieval_mobs]: The mod medieval_mobs accepts its own version (a2)
[22:44:11] [Server thread/DEBUG] [FML/medieval_mobs]: Attempting to inject @SidedProxy classes into medieval_mobs
[22:44:11] [Server thread/TRACE] [medieval_mobs/medieval_mobs]: Sent event FMLConstructionEvent to mod medieval_mobs
[22:44:11] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Medieval mobs mod, part of Liege mod took 0.063s
[22:44:11] [Server thread/TRACE] [sgs_metals/sgs_metals]: Sending event FMLConstructionEvent to mod sgs_metals
[22:44:12] [Server thread/TRACE] [FML/sgs_metals]: Mod sgs_metals is using network checker : Accepting version 2.1
[22:44:12] [Server thread/TRACE] [FML/sgs_metals]: Testing mod sgs_metals to verify it accepts its own version in a remote connection
[22:44:12] [Server thread/TRACE] [FML/sgs_metals]: The mod sgs_metals accepts its own version (2.1)
[22:44:12] [Server thread/DEBUG] [FML/sgs_metals]: Attempting to inject @SidedProxy classes into sgs_metals
[22:44:12] [Server thread/TRACE] [sgs_metals/sgs_metals]: Sent event FMLConstructionEvent to mod sgs_metals
[22:44:12] [Server thread/DEBUG] [FML/]: Bar Step: Construction - SGS Metals 1.8-2.1 took 0.433s
[22:44:12] [Server thread/TRACE] [mineralogy/mineralogy]: Sending event FMLConstructionEvent to mod mineralogy
[22:44:12] [Server thread/TRACE] [FML/mineralogy]: Mod mineralogy is using network checker : Accepting version 2.5.1
[22:44:12] [Server thread/TRACE] [FML/mineralogy]: Testing mod mineralogy to verify it accepts its own version in a remote connection
[22:44:12] [Server thread/TRACE] [FML/mineralogy]: The mod mineralogy accepts its own version (2.5.1)
[22:44:12] [Server thread/DEBUG] [FML/mineralogy]: Attempting to inject @SidedProxy classes into mineralogy
[22:44:12] [Server thread/TRACE] [mineralogy/mineralogy]: Sent event FMLConstructionEvent to mod mineralogy
[22:44:12] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Mineralogy took 0.254s
[22:44:12] [Server thread/TRACE] [ms/ms]: Sending event FMLConstructionEvent to mod ms
[22:44:12] [Server thread/TRACE] [FML/ms]: Mod ms is using network checker : Accepting version v1.65
[22:44:12] [Server thread/TRACE] [FML/ms]: Testing mod ms to verify it accepts its own version in a remote connection
[22:44:12] [Server thread/TRACE] [FML/ms]: The mod ms accepts its own version (v1.65)
[22:44:12] [Server thread/DEBUG] [FML/ms]: Attempting to inject @SidedProxy classes into ms
[22:44:12] [Server thread/TRACE] [ms/ms]: Sent event FMLConstructionEvent to mod ms
[22:44:12] [Server thread/DEBUG] [FML/]: Bar Step: Construction - MoShiz took 0.111s
[22:44:12] [Server thread/TRACE] [modularsuits/modularsuits]: Sending event FMLConstructionEvent to mod modularsuits
[22:44:12] [Server thread/TRACE] [FML/modularsuits]: Mod modularsuits is using network checker : Accepting version 1.0
[22:44:12] [Server thread/TRACE] [FML/modularsuits]: Testing mod modularsuits to verify it accepts its own version in a remote connection
[22:44:12] [Server thread/TRACE] [FML/modularsuits]: The mod modularsuits accepts its own version (1.0)
[22:44:12] [Server thread/DEBUG] [FML/modularsuits]: Attempting to inject @SidedProxy classes into modularsuits
[22:44:12] [Server thread/TRACE] [modularsuits/modularsuits]: Sent event FMLConstructionEvent to mod modularsuits
[22:44:12] [Server thread/DEBUG] [FML/]: Bar Step: Construction - modularsuits took 0.082s
[22:44:12] [Server thread/TRACE] [weirdmobs/weirdmobs]: Sending event FMLConstructionEvent to mod weirdmobs
[22:44:12] [Server thread/TRACE] [FML/weirdmobs]: Mod weirdmobs is using network checker : Accepting version 1.0
[22:44:12] [Server thread/TRACE] [FML/weirdmobs]: Testing mod weirdmobs to verify it accepts its own version in a remote connection
[22:44:12] [Server thread/TRACE] [FML/weirdmobs]: The mod weirdmobs accepts its own version (1.0)
[22:44:12] [Server thread/DEBUG] [FML/weirdmobs]: Attempting to inject @SidedProxy classes into weirdmobs
[22:44:12] [Server thread/TRACE] [weirdmobs/weirdmobs]: Sent event FMLConstructionEvent to mod weirdmobs
[22:44:12] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Monkey took 0.047s
[22:44:12] [Server thread/TRACE] [morematerials/morematerials]: Sending event FMLConstructionEvent to mod morematerials
[22:44:12] [Server thread/TRACE] [FML/morematerials]: Mod morematerials is using network checker : Accepting version 1.0.20150301.0
[22:44:12] [Server thread/TRACE] [FML/morematerials]: Testing mod morematerials to verify it accepts its own version in a remote connection
[22:44:12] [Server thread/TRACE] [FML/morematerials]: The mod morematerials accepts its own version (1.0.20150301.0)
[22:44:12] [Server thread/DEBUG] [FML/morematerials]: Attempting to inject @SidedProxy classes into morematerials
[22:44:13] [Server thread/DEBUG] [FML/morematerials]: Created ServerProxy
[22:44:13] [Server thread/TRACE] [morematerials/morematerials]: Sent event FMLConstructionEvent to mod morematerials
[22:44:13] [Server thread/DEBUG] [FML/]: Bar Step: Construction - More Materials took 0.293s
[22:44:13] [Server thread/TRACE] [morebows/morebows]: Sending event FMLConstructionEvent to mod morebows
[22:44:13] [Server thread/TRACE] [FML/morebows]: Mod morebows is using network checker : Accepting version 2.0.0
[22:44:13] [Server thread/TRACE] [FML/morebows]: Testing mod morebows to verify it accepts its own version in a remote connection
[22:44:13] [Server thread/TRACE] [FML/morebows]: The mod morebows accepts its own version (2.0.0)
[22:44:13] [Server thread/DEBUG] [FML/morebows]: Attempting to inject @SidedProxy classes into morebows
[22:44:13] [Server thread/TRACE] [morebows/morebows]: Sent event FMLConstructionEvent to mod morebows
[22:44:13] [Server thread/DEBUG] [FML/]: Bar Step: Construction - More Bows! took 0.040s
[22:44:13] [Server thread/TRACE] [morelight/morelight]: Sending event FMLConstructionEvent to mod morelight
[22:44:13] [Server thread/TRACE] [FML/morelight]: Mod morelight is using network checker : Accepting version 1.4_release
[22:44:13] [Server thread/TRACE] [FML/morelight]: Testing mod morelight to verify it accepts its own version in a remote connection
[22:44:13] [Server thread/TRACE] [FML/morelight]: The mod morelight accepts its own version (1.4_release)
[22:44:13] [Server thread/DEBUG] [FML/morelight]: Attempting to inject @SidedProxy classes into morelight
[22:44:13] [Server thread/TRACE] [morelight/morelight]: Sent event FMLConstructionEvent to mod morelight
[22:44:13] [Server thread/DEBUG] [FML/]: Bar Step: Construction - More Light took 0.182s
[22:44:13] [Server thread/TRACE] [Morpheus/Morpheus]: Sending event FMLConstructionEvent to mod Morpheus
[22:44:13] [Server thread/TRACE] [FML/Morpheus]: Mod Morpheus is using network checker : No network checking performed
[22:44:13] [Server thread/TRACE] [FML/Morpheus]: Testing mod Morpheus to verify it accepts its own version in a remote connection
[22:44:13] [Server thread/TRACE] [FML/Morpheus]: The mod Morpheus accepts its own version (1.8-2.0.41)
[22:44:13] [Server thread/DEBUG] [FML/Morpheus]: Attempting to inject @SidedProxy classes into Morpheus
[22:44:13] [Server thread/TRACE] [Morpheus/Morpheus]: Sent event FMLConstructionEvent to mod Morpheus
[22:44:13] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Morpheus took 0.100s
[22:44:13] [Server thread/TRACE] [cfm/cfm]: Sending event FMLConstructionEvent to mod cfm
[22:44:13] [Server thread/TRACE] [FML/cfm]: Mod cfm is using network checker : Accepting version 3.4.8
[22:44:13] [Server thread/TRACE] [FML/cfm]: Testing mod cfm to verify it accepts its own version in a remote connection
[22:44:13] [Server thread/TRACE] [FML/cfm]: The mod cfm accepts its own version (3.4.8)
[22:44:13] [Server thread/DEBUG] [FML/cfm]: Attempting to inject @SidedProxy classes into cfm
[22:44:13] [Server thread/TRACE] [cfm/cfm]: Sent event FMLConstructionEvent to mod cfm
[22:44:13] [Server thread/DEBUG] [FML/]: Bar Step: Construction - �9MrCrayfish's Furniture Mod took 0.221s
[22:44:13] [Server thread/TRACE] [mwct/mwct]: Sending event FMLConstructionEvent to mod mwct
[22:44:13] [Server thread/TRACE] [FML/mwct]: Mod mwct is using network checker : Accepting version 1.0.1
[22:44:13] [Server thread/TRACE] [FML/mwct]: Testing mod mwct to verify it accepts its own version in a remote connection
[22:44:13] [Server thread/TRACE] [FML/mwct]: The mod mwct accepts its own version (1.0.1)
[22:44:13] [Server thread/DEBUG] [FML/mwct]: Attempting to inject @SidedProxy classes into mwct
[22:44:13] [Server thread/TRACE] [mwct/mwct]: Sent event FMLConstructionEvent to mod mwct
[22:44:13] [Server thread/DEBUG] [FML/]: Bar Step: Construction - More Wooden Crafting Tables took 0.175s
[22:44:13] [Server thread/TRACE] [neotech/neotech]: Sending event FMLConstructionEvent to mod neotech
[22:44:13] [Server thread/TRACE] [FML/neotech]: Mod neotech is using network checker : Accepting version 1.6
[22:44:13] [Server thread/TRACE] [FML/neotech]: Testing mod neotech to verify it accepts its own version in a remote connection
[22:44:13] [Server thread/TRACE] [FML/neotech]: The mod neotech accepts its own version (1.6)
[22:44:13] [Server thread/DEBUG] [FML/neotech]: Attempting to inject @SidedProxy classes into neotech
[22:44:13] [Server thread/TRACE] [neotech/neotech]: Sent event FMLConstructionEvent to mod neotech
[22:44:13] [Server thread/DEBUG] [FML/]: Bar Step: Construction - NeoTech took 0.088s
[22:44:13] [Server thread/TRACE] [wuppy29_nethereye/wuppy29_nethereye]: Sending event FMLConstructionEvent to mod wuppy29_nethereye
[22:44:13] [Server thread/TRACE] [FML/wuppy29_nethereye]: Mod wuppy29_nethereye is using network checker : Accepting version 1.4.2
[22:44:13] [Server thread/TRACE] [FML/wuppy29_nethereye]: Testing mod wuppy29_nethereye to verify it accepts its own version in a remote connection
[22:44:13] [Server thread/TRACE] [FML/wuppy29_nethereye]: The mod wuppy29_nethereye accepts its own version (1.4.2)
[22:44:13] [Server thread/DEBUG] [FML/wuppy29_nethereye]: Attempting to inject @SidedProxy classes into wuppy29_nethereye
[22:44:13] [Server thread/TRACE] [wuppy29_nethereye/wuppy29_nethereye]: Sent event FMLConstructionEvent to mod wuppy29_nethereye
[22:44:13] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Nether Eye took 0.053s
[22:44:13] [Server thread/TRACE] [mininghats/mininghats]: Sending event FMLConstructionEvent to mod mininghats
[22:44:13] [Server thread/TRACE] [FML/mininghats]: Mod mininghats is using network checker : Accepting version 1.4
[22:44:13] [Server thread/TRACE] [FML/mininghats]: Testing mod mininghats to verify it accepts its own version in a remote connection
[22:44:13] [Server thread/TRACE] [FML/mininghats]: The mod mininghats accepts its own version (1.4)
[22:44:13] [Server thread/DEBUG] [FML/mininghats]: Attempting to inject @SidedProxy classes into mininghats
[22:44:13] [Server thread/TRACE] [mininghats/mininghats]: Sent event FMLConstructionEvent to mod mininghats
[22:44:13] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Mining Hats took 0.062s
[22:44:13] [Server thread/TRACE] [nc/nc]: Sending event FMLConstructionEvent to mod nc
[22:44:14] [Server thread/TRACE] [FML/nc]: Mod nc is using network checker : Accepting version 1.1
[22:44:14] [Server thread/TRACE] [FML/nc]: Testing mod nc to verify it accepts its own version in a remote connection
[22:44:14] [Server thread/TRACE] [FML/nc]: The mod nc accepts its own version (1.1)
[22:44:14] [Server thread/DEBUG] [FML/nc]: Attempting to inject @SidedProxy classes into nc
[22:44:14] [Server thread/TRACE] [nc/nc]: Sent event FMLConstructionEvent to mod nc
[22:44:14] [Server thread/DEBUG] [FML/]: Bar Step: Construction - NutellaCraft took 0.072s
[22:44:14] [Server thread/TRACE] [samsocean/samsocean]: Sending event FMLConstructionEvent to mod samsocean
[22:44:14] [Server thread/TRACE] [FML/samsocean]: Mod samsocean is using network checker : Accepting version 1.8-1.0.0
[22:44:14] [Server thread/TRACE] [FML/samsocean]: Testing mod samsocean to verify it accepts its own version in a remote connection
[22:44:14] [Server thread/TRACE] [FML/samsocean]: The mod samsocean accepts its own version (1.8-1.0.0)
[22:44:14] [Server thread/DEBUG] [FML/samsocean]: Attempting to inject @SidedProxy classes into samsocean
[22:44:14] [Server thread/TRACE] [samsocean/samsocean]: Sent event FMLConstructionEvent to mod samsocean
[22:44:14] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Classic Oceans took 0.058s
[22:44:14] [Server thread/TRACE] [OpenComputers/OpenComputers]: Sending event FMLConstructionEvent to mod OpenComputers
[22:44:14] [Server thread/TRACE] [FML/OpenComputers]: Mod OpenComputers is using network checker : Accepting version 1.5.14.32
[22:44:14] [Server thread/TRACE] [FML/OpenComputers]: Testing mod OpenComputers to verify it accepts its own version in a remote connection
[22:44:14] [Server thread/TRACE] [FML/OpenComputers]: The mod OpenComputers accepts its own version (1.5.14.32)
[22:44:14] [Server thread/DEBUG] [FML/OpenComputers]: Attempting to inject @SidedProxy classes into OpenComputers
[22:44:14] [Server thread/TRACE] [OpenComputers/OpenComputers]: Stripping method getModel from class li.cil.oc.common.item.traits.Delegate because the following types in its signature are missing: net/minecraft/client/resources/model/ModelResourceLocation
[22:44:15] [Server thread/TRACE] [OpenComputers/OpenComputers]: Sent event FMLConstructionEvent to mod OpenComputers
[22:44:15] [Server thread/DEBUG] [FML/]: Bar Step: Construction - OpenComputers took 1.031s
[22:44:15] [Server thread/TRACE] [pandorasbox/pandorasbox]: Sending event FMLConstructionEvent to mod pandorasbox
[22:44:15] [Server thread/TRACE] [FML/pandorasbox]: Mod pandorasbox is using network checker : Accepting version 2.1.2
[22:44:15] [Server thread/TRACE] [FML/pandorasbox]: Testing mod pandorasbox to verify it accepts its own version in a remote connection
[22:44:15] [Server thread/TRACE] [FML/pandorasbox]: The mod pandorasbox accepts its own version (2.1.2)
[22:44:15] [Server thread/DEBUG] [FML/pandorasbox]: Attempting to inject @SidedProxy classes into pandorasbox
[22:44:15] [Server thread/TRACE] [pandorasbox/pandorasbox]: Sent event FMLConstructionEvent to mod pandorasbox
[22:44:15] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Pandora's Box took 0.131s
[22:44:15] [Server thread/TRACE] [parachutemod/parachutemod]: Sending event FMLConstructionEvent to mod parachutemod
[22:44:15] [Server thread/TRACE] [FML/parachutemod]: Mod parachutemod is using network checker : Accepting version 3.1.1
[22:44:15] [Server thread/TRACE] [FML/parachutemod]: Testing mod parachutemod to verify it accepts its own version in a remote connection
[22:44:15] [Server thread/TRACE] [FML/parachutemod]: The mod parachutemod accepts its own version (3.1.1)
[22:44:15] [Server thread/DEBUG] [FML/parachutemod]: Attempting to inject @SidedProxy classes into parachutemod
[22:44:15] [Server thread/TRACE] [parachutemod/parachutemod]: Sent event FMLConstructionEvent to mod parachutemod
[22:44:15] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Parachute Mod took 0.144s
[22:44:15] [Server thread/TRACE] [PigManure/PigManure]: Sending event FMLConstructionEvent to mod PigManure
[22:44:15] [Server thread/TRACE] [FML/PigManure]: Mod PigManure is using network checker : Accepting version 1.0.1
[22:44:15] [Server thread/TRACE] [FML/PigManure]: Testing mod PigManure to verify it accepts its own version in a remote connection
[22:44:15] [Server thread/TRACE] [FML/PigManure]: The mod PigManure accepts its own version (1.0.1)
[22:44:15] [Server thread/DEBUG] [FML/PigManure]: Attempting to inject @SidedProxy classes into PigManure
[22:44:15] [Server thread/TRACE] [PigManure/PigManure]: Sent event FMLConstructionEvent to mod PigManure
[22:44:15] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Pig Manure took 0.583s
[22:44:15] [Server thread/TRACE] [plantmegapack/plantmegapack]: Sending event FMLConstructionEvent to mod plantmegapack
[22:44:16] [Server thread/TRACE] [FML/plantmegapack]: Mod plantmegapack is using network checker : Accepting version 5.07
[22:44:16] [Server thread/TRACE] [FML/plantmegapack]: Testing mod plantmegapack to verify it accepts its own version in a remote connection
[22:44:16] [Server thread/TRACE] [FML/plantmegapack]: The mod plantmegapack accepts its own version (5.07)
[22:44:16] [Server thread/DEBUG] [FML/plantmegapack]: Attempting to inject @SidedProxy classes into plantmegapack
[22:44:17] [Server thread/TRACE] [plantmegapack/plantmegapack]: Sent event FMLConstructionEvent to mod plantmegapack
[22:44:17] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Plant Mega Pack took 1.093s
[22:44:17] [Server thread/TRACE] [pocketnether/pocketnether]: Sending event FMLConstructionEvent to mod pocketnether
[22:44:17] [Server thread/TRACE] [FML/pocketnether]: Mod pocketnether is using network checker : Accepting version 1.4
[22:44:17] [Server thread/TRACE] [FML/pocketnether]: Testing mod pocketnether to verify it accepts its own version in a remote connection
[22:44:17] [Server thread/TRACE] [FML/pocketnether]: The mod pocketnether accepts its own version (1.4)
[22:44:17] [Server thread/DEBUG] [FML/pocketnether]: Attempting to inject @SidedProxy classes into pocketnether
[22:44:17] [Server thread/TRACE] [pocketnether/pocketnether]: Sent event FMLConstructionEvent to mod pocketnether
[22:44:17] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Pocket Nether Link Mod took 0.073s
[22:44:17] [Server thread/TRACE] [pcb/pcb]: Sending event FMLConstructionEvent to mod pcb
[22:44:17] [Server thread/TRACE] [FML/pcb]: Mod pcb is using network checker : Accepting version 1.4
[22:44:17] [Server thread/TRACE] [FML/pcb]: Testing mod pcb to verify it accepts its own version in a remote connection
[22:44:17] [Server thread/TRACE] [FML/pcb]: The mod pcb accepts its own version (1.4)
[22:44:17] [Server thread/DEBUG] [FML/pcb]: Attempting to inject @SidedProxy classes into pcb
[22:44:17] [Server thread/TRACE] [pcb/pcb]: Sent event FMLConstructionEvent to mod pcb
[22:44:17] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Portable Craft Bench took 0.038s
[22:44:17] [Server thread/TRACE] [portalgates/portalgates]: Sending event FMLConstructionEvent to mod portalgates
[22:44:17] [Server thread/TRACE] [FML/portalgates]: Mod portalgates is using network checker : Accepting version 2.1.4
[22:44:17] [Server thread/TRACE] [FML/portalgates]: Testing mod portalgates to verify it accepts its own version in a remote connection
[22:44:17] [Server thread/TRACE] [FML/portalgates]: The mod portalgates accepts its own version (2.1.4)
[22:44:17] [Server thread/DEBUG] [FML/portalgates]: Attempting to inject @SidedProxy classes into portalgates
[22:44:17] [Server thread/TRACE] [portalgates/portalgates]: Sent event FMLConstructionEvent to mod portalgates
[22:44:17] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Portal Gates 2 took 0.213s
[22:44:17] [Server thread/TRACE] [samsapples/samsapples]: Sending event FMLConstructionEvent to mod samsapples
[22:44:17] [Server thread/TRACE] [FML/samsapples]: Mod samsapples is using network checker : Accepting version 1.8-1.0.1
[22:44:17] [Server thread/TRACE] [FML/samsapples]: Testing mod samsapples to verify it accepts its own version in a remote connection
[22:44:17] [Server thread/TRACE] [FML/samsapples]: The mod samsapples accepts its own version (1.8-1.0.1)
[22:44:17] [Server thread/DEBUG] [FML/samsapples]: Attempting to inject @SidedProxy classes into samsapples
[22:44:17] [Server thread/TRACE] [samsapples/samsapples]: Sent event FMLConstructionEvent to mod samsapples
[22:44:17] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Power Apples took 0.243s
[22:44:17] [Server thread/TRACE] [poweradvantage/poweradvantage]: Sending event FMLConstructionEvent to mod poweradvantage
[22:44:17] [Server thread/TRACE] [FML/poweradvantage]: Mod poweradvantage is using network checker : Accepting version 1.2.4
[22:44:17] [Server thread/TRACE] [FML/poweradvantage]: Testing mod poweradvantage to verify it accepts its own version in a remote connection
[22:44:17] [Server thread/TRACE] [FML/poweradvantage]: The mod poweradvantage accepts its own version (1.2.4)
[22:44:17] [Server thread/DEBUG] [FML/poweradvantage]: Attempting to inject @SidedProxy classes into poweradvantage
[22:44:17] [Server thread/TRACE] [poweradvantage/poweradvantage]: Sent event FMLConstructionEvent to mod poweradvantage
[22:44:17] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Power Advantage took 0.206s
[22:44:17] [Server thread/TRACE] [prismatics/prismatics]: Sending event FMLConstructionEvent to mod prismatics
[22:44:17] [Server thread/TRACE] [FML/prismatics]: Mod prismatics is using network checker : Accepting version 0.0.3.3
[22:44:17] [Server thread/TRACE] [FML/prismatics]: Testing mod prismatics to verify it accepts its own version in a remote connection
[22:44:17] [Server thread/TRACE] [FML/prismatics]: The mod prismatics accepts its own version (0.0.3.3)
[22:44:17] [Server thread/DEBUG] [FML/prismatics]: Attempting to inject @SidedProxy classes into prismatics
[22:44:17] [Server thread/TRACE] [prismatics/prismatics]: Sent event FMLConstructionEvent to mod prismatics
[22:44:17] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Prismatics took 0.114s
[22:44:17] [Server thread/TRACE] [Proc/Proc]: Sending event FMLConstructionEvent to mod Proc
[22:44:18] [Server thread/TRACE] [FML/Proc]: Mod Proc is using network checker : Accepting version 1.2.2-1.8
[22:44:18] [Server thread/TRACE] [FML/Proc]: Testing mod Proc to verify it accepts its own version in a remote connection
[22:44:18] [Server thread/TRACE] [FML/Proc]: The mod Proc accepts its own version (1.2.2-1.8)
[22:44:18] [Server thread/DEBUG] [FML/Proc]: Attempting to inject @SidedProxy classes into Proc
[22:44:18] [Server thread/TRACE] [Proc/Proc]: Sent event FMLConstructionEvent to mod Proc
[22:44:18] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Powerful Rampage of Course! took 0.280s
[22:44:18] [Server thread/TRACE] [progressiveautomation/progressiveautomation]: Sending event FMLConstructionEvent to mod progressiveautomation
[22:44:18] [Server thread/INFO] [progressiveautomation/progressiveautomation]: Starting automation
[22:44:18] [Server thread/TRACE] [FML/progressiveautomation]: Mod progressiveautomation is using network checker : Accepting version 1.6.15
[22:44:18] [Server thread/TRACE] [FML/progressiveautomation]: Testing mod progressiveautomation to verify it accepts its own version in a remote connection
[22:44:18] [Server thread/TRACE] [FML/progressiveautomation]: The mod progressiveautomation accepts its own version (1.6.15)
[22:44:18] [Server thread/DEBUG] [FML/progressiveautomation]: Attempting to inject @SidedProxy classes into progressiveautomation
[22:44:18] [Server thread/TRACE] [progressiveautomation/progressiveautomation]: Sent event FMLConstructionEvent to mod progressiveautomation
[22:44:18] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Progressive Automation took 0.263s
[22:44:18] [Server thread/TRACE] [projectbench/projectbench]: Sending event FMLConstructionEvent to mod projectbench
[22:44:18] [Server thread/TRACE] [FML/projectbench]: Mod projectbench is using network checker : Accepting version 0.5.0
[22:44:18] [Server thread/TRACE] [FML/projectbench]: Testing mod projectbench to verify it accepts its own version in a remote connection
[22:44:18] [Server thread/TRACE] [FML/projectbench]: The mod projectbench accepts its own version (0.5.0)
[22:44:18] [Server thread/DEBUG] [FML/projectbench]: Attempting to inject @SidedProxy classes into projectbench
[22:44:18] [Server thread/TRACE] [projectbench/projectbench]: Sent event FMLConstructionEvent to mod projectbench
[22:44:18] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Project Bench Updated took 0.090s
[22:44:18] [Server thread/TRACE] [ProjectE/ProjectE]: Sending event FMLConstructionEvent to mod ProjectE
[22:44:18] [Server thread/TRACE] [FML/ProjectE]: Mod ProjectE is using network checker : Accepting version 1.8-PE1.0.1B
[22:44:18] [Server thread/TRACE] [FML/ProjectE]: Testing mod ProjectE to verify it accepts its own version in a remote connection
[22:44:18] [Server thread/TRACE] [FML/ProjectE]: The mod ProjectE accepts its own version (1.8-PE1.0.1B)
[22:44:18] [Server thread/DEBUG] [FML/ProjectE]: Attempting to inject @SidedProxy classes into ProjectE
[22:44:18] [Server thread/TRACE] [ProjectE/ProjectE]: Sent event FMLConstructionEvent to mod ProjectE
[22:44:18] [Server thread/DEBUG] [FML/]: Bar Step: Construction - ProjectE took 0.086s
[22:44:18] [Server thread/TRACE] [PushShove/PushShove]: Sending event FMLConstructionEvent to mod PushShove
[22:44:18] [Server thread/TRACE] [FML/PushShove]: Mod PushShove is using network checker : Accepting version 1.1
[22:44:18] [Server thread/TRACE] [FML/PushShove]: Testing mod PushShove to verify it accepts its own version in a remote connection
[22:44:18] [Server thread/TRACE] [FML/PushShove]: The mod PushShove accepts its own version (1.1)
[22:44:18] [Server thread/DEBUG] [FML/PushShove]: Attempting to inject @SidedProxy classes into PushShove
[22:44:18] [Server thread/TRACE] [PushShove/PushShove]: Sent event FMLConstructionEvent to mod PushShove
[22:44:18] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Push and Shove took 0.037s
[22:44:18] [Server thread/TRACE] [quartzprismarinemod/quartzprismarinemod]: Sending event FMLConstructionEvent to mod quartzprismarinemod
[22:44:18] [Server thread/TRACE] [FML/quartzprismarinemod]: Mod quartzprismarinemod is using network checker : Accepting version 1.1
[22:44:18] [Server thread/TRACE] [FML/quartzprismarinemod]: Testing mod quartzprismarinemod to verify it accepts its own version in a remote connection
[22:44:18] [Server thread/TRACE] [FML/quartzprismarinemod]: The mod quartzprismarinemod accepts its own version (1.1)
[22:44:18] [Server thread/DEBUG] [FML/quartzprismarinemod]: Attempting to inject @SidedProxy classes into quartzprismarinemod
[22:44:18] [Server thread/TRACE] [quartzprismarinemod/quartzprismarinemod]: Sent event FMLConstructionEvent to mod quartzprismarinemod
[22:44:18] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Quartz & Prismarine tools/armor mod took 0.043s
[22:44:18] [Server thread/TRACE] [RandomThings/RandomThings]: Sending event FMLConstructionEvent to mod RandomThings
[22:44:18] [Server thread/TRACE] [FML/RandomThings]: Mod RandomThings is using network checker : Accepting version 3.5.3
[22:44:18] [Server thread/TRACE] [FML/RandomThings]: Testing mod RandomThings to verify it accepts its own version in a remote connection
[22:44:18] [Server thread/TRACE] [FML/RandomThings]: The mod RandomThings accepts its own version (3.5.3)
[22:44:18] [Server thread/DEBUG] [FML/RandomThings]: Attempting to inject @SidedProxy classes into RandomThings
[22:44:18] [Server thread/TRACE] [RandomThings/RandomThings]: Sent event FMLConstructionEvent to mod RandomThings
[22:44:18] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Random Things took 0.042s
[22:44:18] [Server thread/TRACE] [redstonepaste/redstonepaste]: Sending event FMLConstructionEvent to mod redstonepaste
[22:44:18] [Server thread/TRACE] [FML/redstonepaste]: Mod redstonepaste is using network checker : Accepting version 1.7.1
[22:44:19] [Server thread/TRACE] [FML/redstonepaste]: Testing mod redstonepaste to verify it accepts its own version in a remote connection
[22:44:19] [Server thread/TRACE] [FML/redstonepaste]: The mod redstonepaste accepts its own version (1.7.1)
[22:44:19] [Server thread/DEBUG] [FML/redstonepaste]: Attempting to inject @SidedProxy classes into redstonepaste
[22:44:19] [Server thread/TRACE] [redstonepaste/redstonepaste]: Sent event FMLConstructionEvent to mod redstonepaste
[22:44:19] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Redstone Paste took 0.237s
[22:44:19] [Server thread/TRACE] [Roguelike/Roguelike]: Sending event FMLConstructionEvent to mod Roguelike
[22:44:19] [Server thread/TRACE] [FML/Roguelike]: Mod Roguelike is using network checker : No network checking performed
[22:44:19] [Server thread/TRACE] [FML/Roguelike]: Testing mod Roguelike to verify it accepts its own version in a remote connection
[22:44:19] [Server thread/TRACE] [FML/Roguelike]: The mod Roguelike accepts its own version (1.3.6)
[22:44:19] [Server thread/DEBUG] [FML/Roguelike]: Attempting to inject @SidedProxy classes into Roguelike
[22:44:19] [Server thread/TRACE] [Roguelike/Roguelike]: Sent event FMLConstructionEvent to mod Roguelike
[22:44:19] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Roguelike Dungeons took 0.087s
[22:44:19] [Server thread/TRACE] [routerreborn/routerreborn]: Sending event FMLConstructionEvent to mod routerreborn
[22:44:19] [Server thread/TRACE] [FML/routerreborn]: Mod routerreborn is using network checker : Accepting version 1.2.00Beta1
[22:44:19] [Server thread/TRACE] [FML/routerreborn]: Testing mod routerreborn to verify it accepts its own version in a remote connection
[22:44:19] [Server thread/TRACE] [FML/routerreborn]: The mod routerreborn accepts its own version (1.2.00Beta1)
[22:44:19] [Server thread/DEBUG] [FML/routerreborn]: Attempting to inject @SidedProxy classes into routerreborn
[22:44:19] [Server thread/TRACE] [routerreborn/routerreborn]: Sent event FMLConstructionEvent to mod routerreborn
[22:44:19] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Router Reborn took 0.463s
[22:44:19] [Server thread/TRACE] [AS_Ruins/AS_Ruins]: Sending event FMLConstructionEvent to mod AS_Ruins
[22:44:19] [Server thread/TRACE] [FML/AS_Ruins]: Mod AS_Ruins is using network checker : Invoking method checkModLists
[22:44:19] [Server thread/TRACE] [FML/AS_Ruins]: Testing mod AS_Ruins to verify it accepts its own version in a remote connection
[22:44:19] [Server thread/TRACE] [FML/AS_Ruins]: The mod AS_Ruins accepts its own version (14.8)
[22:44:19] [Server thread/DEBUG] [FML/AS_Ruins]: Attempting to inject @SidedProxy classes into AS_Ruins
[22:44:19] [Server thread/TRACE] [AS_Ruins/AS_Ruins]: Sent event FMLConstructionEvent to mod AS_Ruins
[22:44:19] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Ruins Spawning System took 0.201s
[22:44:19] [Server thread/TRACE] [Schematica/Schematica]: Sending event FMLConstructionEvent to mod Schematica
[22:44:19] [Server thread/TRACE] [FML/Schematica]: Mod Schematica is using network checker : Invoking method checkModList
[22:44:19] [Server thread/TRACE] [FML/Schematica]: Testing mod Schematica to verify it accepts its own version in a remote connection
[22:44:19] [Server thread/TRACE] [FML/Schematica]: The mod Schematica accepts its own version (1.7.7.130)
[22:44:19] [Server thread/DEBUG] [FML/Schematica]: Attempting to inject @SidedProxy classes into Schematica
[22:44:19] [Server thread/TRACE] [Schematica/Schematica]: Sent event FMLConstructionEvent to mod Schematica
[22:44:19] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Schematica took 0.158s
[22:44:19] [Server thread/TRACE] [shipwrecks/shipwrecks]: Sending event FMLConstructionEvent to mod shipwrecks
[22:44:20] [Server thread/DEBUG] [FML/shipwrecks]: Runtime patching class net/minecraft/world/gen/feature/WorldGenDeadBush (input size 888), found 1 patch
[22:44:20] [Server thread/DEBUG] [FML/shipwrecks]: Successfully applied runtime patches for net/minecraft/world/gen/feature/WorldGenDeadBush (new size 1184)
[22:44:20] [Server thread/INFO] [BetterFps/shipwrecks]: Patching Minecraft using Riven's "Half" Algorithm
[22:44:21] [Server thread/DEBUG] [FML/shipwrecks]: Runtime patching class net/minecraft/world/gen/feature/WorldGenTaiga1 (input size 1857), found 1 patch
[22:44:21] [Server thread/DEBUG] [FML/shipwrecks]: Successfully applied runtime patches for net/minecraft/world/gen/feature/WorldGenTaiga1 (new size 2835)
[22:44:21] [Server thread/TRACE] [FML/shipwrecks]: Mod shipwrecks is using network checker : Accepting version 1.7.0
[22:44:21] [Server thread/TRACE] [FML/shipwrecks]: Testing mod shipwrecks to verify it accepts its own version in a remote connection
[22:44:21] [Server thread/TRACE] [FML/shipwrecks]: The mod shipwrecks accepts its own version (1.7.0)
[22:44:21] [Server thread/DEBUG] [FML/shipwrecks]: Attempting to inject @SidedProxy classes into shipwrecks
[22:44:21] [Server thread/TRACE] [shipwrecks/shipwrecks]: Sent event FMLConstructionEvent to mod shipwrecks
[22:44:21] [Server thread/DEBUG] [FML/]: Bar Step: Construction - shipwrecks took 1.693s
[22:44:21] [Server thread/TRACE] [SilentGems/SilentGems]: Sending event FMLConstructionEvent to mod SilentGems
[22:44:21] [Server thread/TRACE] [FML/SilentGems]: Mod SilentGems is using network checker : Accepting version 1.8-1.3.1-beta
[22:44:21] [Server thread/TRACE] [FML/SilentGems]: Testing mod SilentGems to verify it accepts its own version in a remote connection
[22:44:21] [Server thread/TRACE] [FML/SilentGems]: The mod SilentGems accepts its own version (1.8-1.3.1-beta)
[22:44:21] [Server thread/DEBUG] [FML/SilentGems]: Attempting to inject @SidedProxy classes into SilentGems
[22:44:21] [Server thread/TRACE] [SilentGems/SilentGems]: Sent event FMLConstructionEvent to mod SilentGems
[22:44:21] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Silent's Gems took 0.085s
[22:44:21] [Server thread/TRACE] [wuppy29_simplerecipes/wuppy29_simplerecipes]: Sending event FMLConstructionEvent to mod wuppy29_simplerecipes
[22:44:21] [Server thread/TRACE] [FML/wuppy29_simplerecipes]: Mod wuppy29_simplerecipes is using network checker : Accepting version 1.9.0
[22:44:21] [Server thread/TRACE] [FML/wuppy29_simplerecipes]: Testing mod wuppy29_simplerecipes to verify it accepts its own version in a remote connection
[22:44:21] [Server thread/TRACE] [FML/wuppy29_simplerecipes]: The mod wuppy29_simplerecipes accepts its own version (1.9.0)
[22:44:21] [Server thread/DEBUG] [FML/wuppy29_simplerecipes]: Attempting to inject @SidedProxy classes into wuppy29_simplerecipes
[22:44:21] [Server thread/TRACE] [wuppy29_simplerecipes/wuppy29_simplerecipes]: Sent event FMLConstructionEvent to mod wuppy29_simplerecipes
[22:44:21] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Simple Recipes took 0.049s
[22:44:21] [Server thread/TRACE] [holodisplays/holodisplays]: Sending event FMLConstructionEvent to mod holodisplays
[22:44:21] [Server thread/TRACE] [FML/holodisplays]: Mod holodisplays is using network checker : No network checking performed
[22:44:21] [Server thread/TRACE] [FML/holodisplays]: Testing mod holodisplays to verify it accepts its own version in a remote connection
[22:44:21] [Server thread/TRACE] [FML/holodisplays]: The mod holodisplays accepts its own version (1.0)
[22:44:21] [Server thread/DEBUG] [FML/holodisplays]: Attempting to inject @SidedProxy classes into holodisplays
[22:44:21] [Server thread/TRACE] [holodisplays/holodisplays]: Sent event FMLConstructionEvent to mod holodisplays
[22:44:21] [Server thread/DEBUG] [FML/]: Bar Step: Construction - holodisplays took 0.064s
[22:44:21] [Server thread/TRACE] [skyland/skyland]: Sending event FMLConstructionEvent to mod skyland
[22:44:21] [Server thread/TRACE] [FML/skyland]: Mod skyland is using network checker : Accepting version 1.1.3
[22:44:21] [Server thread/TRACE] [FML/skyland]: Testing mod skyland to verify it accepts its own version in a remote connection
[22:44:21] [Server thread/TRACE] [FML/skyland]: The mod skyland accepts its own version (1.1.3)
[22:44:21] [Server thread/DEBUG] [FML/skyland]: Attempting to inject @SidedProxy classes into skyland
[22:44:22] [Server thread/TRACE] [skyland/skyland]: Sent event FMLConstructionEvent to mod skyland
[22:44:22] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Skyland took 0.681s
[22:44:22] [Server thread/TRACE] [Sleep/Sleep]: Sending event FMLConstructionEvent to mod Sleep
[22:44:22] [Server thread/TRACE] [FML/Sleep]: Mod Sleep is using network checker : Accepting version 0.0-1
[22:44:22] [Server thread/TRACE] [FML/Sleep]: Testing mod Sleep to verify it accepts its own version in a remote connection
[22:44:22] [Server thread/TRACE] [FML/Sleep]: The mod Sleep accepts its own version (0.0-1)
[22:44:22] [Server thread/DEBUG] [FML/Sleep]: Attempting to inject @SidedProxy classes into Sleep
[22:44:22] [Server thread/TRACE] [Sleep/Sleep]: Sent event FMLConstructionEvent to mod Sleep
[22:44:22] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Sleep took 0.031s
[22:44:22] [Server thread/TRACE] [SmeltCycle/SmeltCycle]: Sending event FMLConstructionEvent to mod SmeltCycle
[22:44:22] [Server thread/TRACE] [FML/SmeltCycle]: Mod SmeltCycle is using network checker : No network checking performed
[22:44:22] [Server thread/TRACE] [FML/SmeltCycle]: Testing mod SmeltCycle to verify it accepts its own version in a remote connection
[22:44:22] [Server thread/TRACE] [FML/SmeltCycle]: The mod SmeltCycle accepts its own version (1.1)
[22:44:22] [Server thread/DEBUG] [FML/SmeltCycle]: Attempting to inject @SidedProxy classes into SmeltCycle
[22:44:22] [Server thread/TRACE] [SmeltCycle/SmeltCycle]: Sent event FMLConstructionEvent to mod SmeltCycle
[22:44:22] [Server thread/DEBUG] [FML/]: Bar Step: Construction - SmeltCycle took 0.052s
[22:44:22] [Server thread/TRACE] [wuppy29_snowgolem/wuppy29_snowgolem]: Sending event FMLConstructionEvent to mod wuppy29_snowgolem
[22:44:22] [Server thread/TRACE] [FML/wuppy29_snowgolem]: Mod wuppy29_snowgolem is using network checker : Accepting version 1.6.2
[22:44:22] [Server thread/TRACE] [FML/wuppy29_snowgolem]: Testing mod wuppy29_snowgolem to verify it accepts its own version in a remote connection
[22:44:22] [Server thread/TRACE] [FML/wuppy29_snowgolem]: The mod wuppy29_snowgolem accepts its own version (1.6.2)
[22:44:22] [Server thread/DEBUG] [FML/wuppy29_snowgolem]: Attempting to inject @SidedProxy classes into wuppy29_snowgolem
[22:44:22] [Server thread/TRACE] [wuppy29_snowgolem/wuppy29_snowgolem]: Sent event FMLConstructionEvent to mod wuppy29_snowgolem
[22:44:22] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Clean Snow Golems took 0.160s
[22:44:22] [Server thread/TRACE] [SophisticatedWolves/SophisticatedWolves]: Sending event FMLConstructionEvent to mod SophisticatedWolves
[22:44:22] [Server thread/TRACE] [FML/SophisticatedWolves]: Mod SophisticatedWolves is using network checker : Accepting version 3.5.0
[22:44:22] [Server thread/TRACE] [FML/SophisticatedWolves]: Testing mod SophisticatedWolves to verify it accepts its own version in a remote connection
[22:44:22] [Server thread/TRACE] [FML/SophisticatedWolves]: The mod SophisticatedWolves accepts its own version (3.5.0)
[22:44:22] [Server thread/DEBUG] [FML/SophisticatedWolves]: Attempting to inject @SidedProxy classes into SophisticatedWolves
[22:44:22] [Server thread/TRACE] [SophisticatedWolves/SophisticatedWolves]: Sent event FMLConstructionEvent to mod SophisticatedWolves
[22:44:22] [Server thread/DEBUG] [FML/]: Bar Step: Construction - SophisticatedWolves took 0.049s
[22:44:22] [Server thread/TRACE] [spawnercraft/spawnercraft]: Sending event FMLConstructionEvent to mod spawnercraft
[22:44:22] [Server thread/TRACE] [FML/spawnercraft]: Mod spawnercraft is using network checker : Accepting version 1.8-2.2.2
[22:44:22] [Server thread/TRACE] [FML/spawnercraft]: Testing mod spawnercraft to verify it accepts its own version in a remote connection
[22:44:22] [Server thread/TRACE] [FML/spawnercraft]: The mod spawnercraft accepts its own version (1.8-2.2.2)
[22:44:22] [Server thread/DEBUG] [FML/spawnercraft]: Attempting to inject @SidedProxy classes into spawnercraft
[22:44:22] [Server thread/TRACE] [spawnercraft/spawnercraft]: Sent event FMLConstructionEvent to mod spawnercraft
[22:44:22] [Server thread/DEBUG] [FML/]: Bar Step: Construction - SpawnerCraft took 0.028s
[22:44:22] [Server thread/TRACE] [Stackie/Stackie]: Sending event FMLConstructionEvent to mod Stackie
[22:44:22] [Server thread/TRACE] [FML/Stackie]: Mod Stackie is using network checker : Invoking method checkModList
[22:44:22] [Server thread/TRACE] [FML/Stackie]: Testing mod Stackie to verify it accepts its own version in a remote connection
[22:44:22] [Server thread/TRACE] [FML/Stackie]: The mod Stackie accepts its own version (1.6.0.36)
[22:44:22] [Server thread/DEBUG] [FML/Stackie]: Attempting to inject @SidedProxy classes into Stackie
[22:44:22] [Server thread/TRACE] [Stackie/Stackie]: Sent event FMLConstructionEvent to mod Stackie
[22:44:22] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Stackie took 0.117s
[22:44:22] [Server thread/TRACE] [steamadvantage/steamadvantage]: Sending event FMLConstructionEvent to mod steamadvantage
[22:44:22] [Server thread/TRACE] [FML/steamadvantage]: Mod steamadvantage is using network checker : Accepting version 1.3.2
[22:44:22] [Server thread/TRACE] [FML/steamadvantage]: Testing mod steamadvantage to verify it accepts its own version in a remote connection
[22:44:22] [Server thread/TRACE] [FML/steamadvantage]: The mod steamadvantage accepts its own version (1.3.2)
[22:44:22] [Server thread/DEBUG] [FML/steamadvantage]: Attempting to inject @SidedProxy classes into steamadvantage
[22:44:22] [Server thread/TRACE] [steamadvantage/steamadvantage]: Sent event FMLConstructionEvent to mod steamadvantage
[22:44:22] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Steam Advantage took 0.066s
[22:44:22] [Server thread/TRACE] [StorageDrawers/StorageDrawers]: Sending event FMLConstructionEvent to mod StorageDrawers
[22:44:23] [Server thread/TRACE] [FML/StorageDrawers]: Mod StorageDrawers is using network checker : Accepting version 1.8-2.1.6
[22:44:23] [Server thread/TRACE] [FML/StorageDrawers]: Testing mod StorageDrawers to verify it accepts its own version in a remote connection
[22:44:23] [Server thread/TRACE] [FML/StorageDrawers]: The mod StorageDrawers accepts its own version (1.8-2.1.6)
[22:44:23] [Server thread/DEBUG] [FML/StorageDrawers]: Attempting to inject @SidedProxy classes into StorageDrawers
[22:44:24] [Server thread/TRACE] [StorageDrawers/StorageDrawers]: Sent event FMLConstructionEvent to mod StorageDrawers
[22:44:24] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Storage Drawers took 1.031s
[22:44:24] [Server thread/TRACE] [Talismans 2/Talismans 2]: Sending event FMLConstructionEvent to mod Talismans 2
[22:44:24] [Server thread/TRACE] [FML/Talismans 2]: Mod Talismans 2 is using network checker : Accepting version 2.1.2
[22:44:24] [Server thread/TRACE] [FML/Talismans 2]: Testing mod Talismans 2 to verify it accepts its own version in a remote connection
[22:44:24] [Server thread/TRACE] [FML/Talismans 2]: The mod Talismans 2 accepts its own version (2.1.2)
[22:44:24] [Server thread/DEBUG] [FML/Talismans 2]: Attempting to inject @SidedProxy classes into Talismans 2
[22:44:24] [Server thread/TRACE] [Talismans 2/Talismans 2]: Sent event FMLConstructionEvent to mod Talismans 2
[22:44:24] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Talismans 2 took 0.188s
[22:44:24] [Server thread/TRACE] [tnt_utilities/tnt_utilities]: Sending event FMLConstructionEvent to mod tnt_utilities
[22:44:24] [Server thread/TRACE] [FML/tnt_utilities]: Mod tnt_utilities is using network checker : No network checking performed
[22:44:24] [Server thread/TRACE] [FML/tnt_utilities]: Testing mod tnt_utilities to verify it accepts its own version in a remote connection
[22:44:24] [Server thread/TRACE] [FML/tnt_utilities]: The mod tnt_utilities accepts its own version (1.0.2-beta)
[22:44:24] [Server thread/DEBUG] [FML/tnt_utilities]: Attempting to inject @SidedProxy classes into tnt_utilities
[22:44:24] [Server thread/TRACE] [tnt_utilities/tnt_utilities]: Sent event FMLConstructionEvent to mod tnt_utilities
[22:44:24] [Server thread/DEBUG] [FML/]: Bar Step: Construction - TNTUtils took 0.018s
[22:44:24] [Server thread/TRACE] [Torched/Torched]: Sending event FMLConstructionEvent to mod Torched
[22:44:24] [Server thread/TRACE] [FML/Torched]: Mod Torched is using network checker : Accepting range [5.0.0,5.1.0)
[22:44:24] [Server thread/TRACE] [FML/Torched]: Testing mod Torched to verify it accepts its own version in a remote connection
[22:44:24] [Server thread/TRACE] [FML/Torched]: The mod Torched accepts its own version (5.0.0)
[22:44:24] [Server thread/DEBUG] [FML/Torched]: Attempting to inject @SidedProxy classes into Torched
[22:44:24] [Server thread/TRACE] [Torched/Torched]: Sent event FMLConstructionEvent to mod Torched
[22:44:24] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Torched took 0.083s
[22:44:24] [Server thread/TRACE] [totemMod/totemMod]: Sending event FMLConstructionEvent to mod totemMod
[22:44:24] [Server thread/TRACE] [FML/totemMod]: Mod totemMod is using network checker : Accepting version 1.0
[22:44:24] [Server thread/TRACE] [FML/totemMod]: Testing mod totemMod to verify it accepts its own version in a remote connection
[22:44:24] [Server thread/TRACE] [FML/totemMod]: The mod totemMod accepts its own version (1.0)
[22:44:24] [Server thread/DEBUG] [FML/totemMod]: Attempting to inject @SidedProxy classes into totemMod
[22:44:24] [Server thread/TRACE] [totemMod/totemMod]: Sent event FMLConstructionEvent to mod totemMod
[22:44:24] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Totem Mod took 0.283s
[22:44:24] [Server thread/TRACE] [unlogicii/unlogicii]: Sending event FMLConstructionEvent to mod unlogicii
[22:44:25] [Server thread/TRACE] [FML/unlogicii]: Mod unlogicii is using network checker : Accepting version 2.1.1.0
[22:44:25] [Server thread/TRACE] [FML/unlogicii]: Testing mod unlogicii to verify it accepts its own version in a remote connection
[22:44:25] [Server thread/TRACE] [FML/unlogicii]: The mod unlogicii accepts its own version (2.1.1.0)
[22:44:25] [Server thread/DEBUG] [FML/unlogicii]: Attempting to inject @SidedProxy classes into unlogicii
[22:44:25] [Server thread/TRACE] [unlogicii/unlogicii]: Sent event FMLConstructionEvent to mod unlogicii
[22:44:25] [Server thread/DEBUG] [FML/]: Bar Step: Construction - UnLogic II took 1.035s
[22:44:25] [Server thread/TRACE] [UsefullUselessness/UsefullUselessness]: Sending event FMLConstructionEvent to mod UsefullUselessness
[22:44:25] [Server thread/TRACE] [FML/UsefullUselessness]: Mod UsefullUselessness is using network checker : Accepting version 0.0.3 - beta
[22:44:25] [Server thread/TRACE] [FML/UsefullUselessness]: Testing mod UsefullUselessness to verify it accepts its own version in a remote connection
[22:44:25] [Server thread/TRACE] [FML/UsefullUselessness]: The mod UsefullUselessness accepts its own version (0.0.3 - beta)
[22:44:25] [Server thread/DEBUG] [FML/UsefullUselessness]: Attempting to inject @SidedProxy classes into UsefullUselessness
[22:44:25] [Server thread/TRACE] [UsefullUselessness/UsefullUselessness]: Sent event FMLConstructionEvent to mod UsefullUselessness
[22:44:25] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Useful Uselessness took 0.054s
[22:44:25] [Server thread/TRACE] [utilityworlds/utilityworlds]: Sending event FMLConstructionEvent to mod utilityworlds
[22:44:25] [Server thread/TRACE] [FML/utilityworlds]: Mod utilityworlds is using network checker : Accepting version 1.0.7
[22:44:25] [Server thread/TRACE] [FML/utilityworlds]: Testing mod utilityworlds to verify it accepts its own version in a remote connection
[22:44:25] [Server thread/TRACE] [FML/utilityworlds]: The mod utilityworlds accepts its own version (1.0.7)
[22:44:25] [Server thread/DEBUG] [FML/utilityworlds]: Attempting to inject @SidedProxy classes into utilityworlds
[22:44:25] [Server thread/TRACE] [utilityworlds/utilityworlds]: Sent event FMLConstructionEvent to mod utilityworlds
[22:44:25] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Utility Worlds took 0.193s
[22:44:25] [Server thread/TRACE] [VeinMiner/VeinMiner]: Sending event FMLConstructionEvent to mod VeinMiner
[22:44:25] [Server thread/TRACE] [FML/VeinMiner]: Mod VeinMiner is using network checker : Invoking method checkClientModVersion
[22:44:25] [Server thread/TRACE] [FML/VeinMiner]: Testing mod VeinMiner to verify it accepts its own version in a remote connection
[22:44:25] [Server thread/TRACE] [FML/VeinMiner]: The mod VeinMiner accepts its own version (0.26.1_build.unknown)
[22:44:25] [Server thread/DEBUG] [FML/VeinMiner]: Check Version
[22:44:25] [Server thread/DEBUG] [FML/VeinMiner]: Check Version
[22:44:25] [Server thread/DEBUG] [FML/VeinMiner]: Attempting to inject @SidedProxy classes into VeinMiner
[22:44:26] [Server thread/TRACE] [VeinMiner/VeinMiner]: Sent event FMLConstructionEvent to mod VeinMiner
[22:44:26] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Vein Miner took 0.130s
[22:44:26] [Server thread/TRACE] [VeinMinerModSupport/VeinMinerModSupport]: Sending event FMLConstructionEvent to mod VeinMinerModSupport
[22:44:26] [Server thread/TRACE] [FML/VeinMinerModSupport]: Mod VeinMinerModSupport is using network checker : Invoking method checkClientModVersion
[22:44:26] [Server thread/TRACE] [FML/VeinMinerModSupport]: Testing mod VeinMinerModSupport to verify it accepts its own version in a remote connection
[22:44:26] [Server thread/TRACE] [FML/VeinMinerModSupport]: The mod VeinMinerModSupport accepts its own version (0.26.1_build.unknown)
[22:44:26] [Server thread/DEBUG] [FML/VeinMinerModSupport]: Attempting to inject @SidedProxy classes into VeinMinerModSupport
[22:44:26] [Server thread/TRACE] [VeinMinerModSupport/VeinMinerModSupport]: Sent event FMLConstructionEvent to mod VeinMinerModSupport
[22:44:26] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Mod Support took 0.015s
[22:44:26] [Server thread/TRACE] [shadowswoodstonearmor/shadowswoodstonearmor]: Sending event FMLConstructionEvent to mod shadowswoodstonearmor
[22:44:26] [Server thread/TRACE] [FML/shadowswoodstonearmor]: Mod shadowswoodstonearmor is using network checker : Accepting version 1.3.1
[22:44:26] [Server thread/TRACE] [FML/shadowswoodstonearmor]: Testing mod shadowswoodstonearmor to verify it accepts its own version in a remote connection
[22:44:26] [Server thread/TRACE] [FML/shadowswoodstonearmor]: The mod shadowswoodstonearmor accepts its own version (1.3.1)
[22:44:26] [Server thread/DEBUG] [FML/shadowswoodstonearmor]: Attempting to inject @SidedProxy classes into shadowswoodstonearmor
[22:44:26] [Server thread/TRACE] [shadowswoodstonearmor/shadowswoodstonearmor]: Sent event FMLConstructionEvent to mod shadowswoodstonearmor
[22:44:26] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Shadow's Wooden And Stone Armor took 0.030s
[22:44:26] [Server thread/TRACE] [worldedit/worldedit]: Sending event FMLConstructionEvent to mod worldedit
[22:44:26] [Server thread/TRACE] [FML/worldedit]: Mod worldedit is using network checker : No network checking performed
[22:44:26] [Server thread/TRACE] [FML/worldedit]: Testing mod worldedit to verify it accepts its own version in a remote connection
[22:44:26] [Server thread/TRACE] [FML/worldedit]: The mod worldedit accepts its own version (6.1)
[22:44:26] [Server thread/DEBUG] [FML/worldedit]: Attempting to inject @SidedProxy classes into worldedit
[22:44:26] [Server thread/TRACE] [worldedit/worldedit]: Sent event FMLConstructionEvent to mod worldedit
[22:44:26] [Server thread/DEBUG] [FML/]: Bar Step: Construction - WorldEdit took 0.859s
[22:44:26] [Server thread/TRACE] [wormsmod/wormsmod]: Sending event FMLConstructionEvent to mod wormsmod
[22:44:26] [Server thread/TRACE] [FML/wormsmod]: Mod wormsmod is using network checker : Accepting version 1.1
[22:44:26] [Server thread/TRACE] [FML/wormsmod]: Testing mod wormsmod to verify it accepts its own version in a remote connection
[22:44:26] [Server thread/TRACE] [FML/wormsmod]: The mod wormsmod accepts its own version (1.1)
[22:44:26] [Server thread/DEBUG] [FML/wormsmod]: Attempting to inject @SidedProxy classes into wormsmod
[22:44:26] [Server thread/TRACE] [wormsmod/wormsmod]: Sent event FMLConstructionEvent to mod wormsmod
[22:44:26] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Worms Mod took 0.055s
[22:44:26] [Server thread/TRACE] [XPT/XPT]: Sending event FMLConstructionEvent to mod XPT
[22:44:27] [Server thread/TRACE] [FML/XPT]: Mod XPT is using network checker : Accepting version 1.0.4
[22:44:27] [Server thread/TRACE] [FML/XPT]: Testing mod XPT to verify it accepts its own version in a remote connection
[22:44:27] [Server thread/TRACE] [FML/XPT]: The mod XPT accepts its own version (1.0.4)
[22:44:27] [Server thread/DEBUG] [FML/XPT]: Attempting to inject @SidedProxy classes into XPT
[22:44:27] [Server thread/TRACE] [XPT/XPT]: Sent event FMLConstructionEvent to mod XPT
[22:44:27] [Server thread/DEBUG] [FML/]: Bar Step: Construction - XP Teleporters took 0.068s
[22:44:27] [Server thread/TRACE] [zombie_steak/zombie_steak]: Sending event FMLConstructionEvent to mod zombie_steak
[22:44:27] [Server thread/TRACE] [FML/zombie_steak]: Mod zombie_steak is using network checker : Accepting version 1.8-1.0.2
[22:44:27] [Server thread/TRACE] [FML/zombie_steak]: Testing mod zombie_steak to verify it accepts its own version in a remote connection
[22:44:27] [Server thread/TRACE] [FML/zombie_steak]: The mod zombie_steak accepts its own version (1.8-1.0.2)
[22:44:27] [Server thread/DEBUG] [FML/zombie_steak]: Attempting to inject @SidedProxy classes into zombie_steak
[22:44:27] [Server thread/TRACE] [zombie_steak/zombie_steak]: Sent event FMLConstructionEvent to mod zombie_steak
[22:44:27] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Zombie Steak took 0.016s
[22:44:27] [Server thread/TRACE] [zzzzzcustomconfigs/zzzzzcustomconfigs]: Sending event FMLConstructionEvent to mod zzzzzcustomconfigs
[22:44:27] [Server thread/TRACE] [FML/zzzzzcustomconfigs]: Mod zzzzzcustomconfigs is using network checker : Accepting version 2.3.0
[22:44:27] [Server thread/TRACE] [FML/zzzzzcustomconfigs]: Testing mod zzzzzcustomconfigs to verify it accepts its own version in a remote connection
[22:44:27] [Server thread/TRACE] [FML/zzzzzcustomconfigs]: The mod zzzzzcustomconfigs accepts its own version (2.3.0)
[22:44:27] [Server thread/DEBUG] [FML/zzzzzcustomconfigs]: Attempting to inject @SidedProxy classes into zzzzzcustomconfigs
[22:44:27] [Server thread/TRACE] [zzzzzcustomconfigs/zzzzzcustomconfigs]: Sent event FMLConstructionEvent to mod zzzzzcustomconfigs
[22:44:27] [Server thread/DEBUG] [FML/]: Bar Step: Construction - ZZZZZ Custom Configs took 0.030s
[22:44:27] [Server thread/DEBUG] [FML/]: Bar Finished: Construction took 34.784s
[22:44:27] [Server thread/DEBUG] [FML/]: Mod signature data
[22:44:27] [Server thread/DEBUG] [FML/]: Valid Signatures:
[22:44:27] [Server thread/DEBUG] [FML/]: (e3c3d50c7c986df74c645c0ac54639741c90a557) FML (Forge Mod Loader 8.0.99.99) experimental.jar
[22:44:27] [Server thread/DEBUG] [FML/]: (e3c3d50c7c986df74c645c0ac54639741c90a557) Forge (Minecraft Forge 11.14.3.1495) experimental.jar
[22:44:27] [Server thread/DEBUG] [FML/]: Missing Signatures:
[22:44:27] [Server thread/DEBUG] [FML/]: mcp (Minecraft Coder Pack 9.05) minecraft.jar
[22:44:27] [Server thread/DEBUG] [FML/]: CodeChickenCore (CodeChicken Core 1.0.5.36) minecraft.jar
[22:44:27] [Server thread/DEBUG] [FML/]: Aroma1997Core (Aroma1997Core 1.0.3.4.b47) Aroma1997Core-1.8-1.0.3.4.b47.jar
[22:44:27] [Server thread/DEBUG] [FML/]: NotEnoughItems (Not Enough Items 1.0.5.104) NotEnoughItems-1.8-1.0.5.104-universal.jar
[22:44:27] [Server thread/DEBUG] [FML/]: OpenComputers|Core (OpenComputers (Core) 1.5.14.32) minecraft.jar
[22:44:27] [Server thread/DEBUG] [FML/]: VeinMiner_coremod (Core mod 0.26.1_build.unknown) minecraft.jar
[22:44:27] [Server thread/DEBUG] [FML/]: backpacks16840 (Backpacks! 3.0.3) zz-backpacks 1.8 - 3.0.3 beta 4 (1).jar
[22:44:27] [Server thread/DEBUG] [FML/]: itemphysic (ItemPhysic 1.1.2) minecraft.jar
[22:44:27] [Server thread/DEBUG] [FML/]: hitchcore (HitchH1k3r's Mods 1.0.0) minecraft.jar
[22:44:27] [Server thread/DEBUG] [FML/]: tnt_utilities_core (TNTUtils Core 1.0.2-beta) minecraft.jar
[22:44:27] [Server thread/DEBUG] [FML/]: moSwords (Mo Swords Mod v6) [1.8] moSwords v6.jar
[22:44:27] [Server thread/DEBUG] [FML/]: securitycraft (SecurityCraft v1.7.4.1) [1.8] SecurityCraft v1.7.4.1.jar
[22:44:27] [Server thread/DEBUG] [FML/]: braziermod (Brazier Mod 1.0) [1.8]BrazierMod-1.0.jar
[22:44:27] [Server thread/DEBUG] [FML/]: bspkrsCore (bspkrsCore 7.01) [1.8]bspkrsCore-universal-7.01.jar
[22:44:27] [Server thread/DEBUG] [FML/]: fastfood (Fast Food 0.1.1) [1.8]Fast Food-0.1.1.jar
[22:44:27] [Server thread/DEBUG] [FML/]: FloatingRuins (FloatingRuins 1.8.r01) [1.8]FloatingRuins-universal-1.8.r01.jar
[22:44:27] [Server thread/DEBUG] [FML/]: adamantium (Adamantium Mod 1.4.1) adamantium-mod-1.4.1.jar
[22:44:27] [Server thread/DEBUG] [FML/]: affs (AFFS a1.2.1) affs-a1.2.1.jar
[22:44:27] [Server thread/DEBUG] [FML/]: BeardedLib (BeardedLib 1.1) BeardedLib-1.8-1.1.jar
[22:44:27] [Server thread/DEBUG] [FML/]: ac (AlchemyCraft 0.3) alchemyCraft-1.8-0.3.jar
[22:44:27] [Server thread/DEBUG] [FML/]: alexiillib (AlexIILLib 0.1) AlexIILLib-1.8-1.3.42.jar
[22:44:27] [Server thread/DEBUG] [FML/]: Amberoguia (Amberoguia 1.5.3) AmberoguiaMod_v1.5.3.jar
[22:44:27] [Server thread/DEBUG] [FML/]: animalsplus (Animals Plus 1.3) animalsplus-1.3.jar
[22:44:27] [Server thread/DEBUG] [FML/]: armourexpansion (Armour Expansion 1.0) Armour Expansion - 1.0.jar
[22:44:27] [Server thread/DEBUG] [FML/]: Aroma1997CoreHelper (Aroma1997Core|Helper 1.0.3.4.b47) Aroma1997Core-1.8-1.0.3.4.b47.jar
[22:44:27] [Server thread/DEBUG] [FML/]: AromaBackup (AromaBackup 0.0.1.0.b12) AromaBackup-1.8-0.0.1.0.b12.jar
[22:44:27] [Server thread/DEBUG] [FML/]: iChunUtil (iChunUtil 5.4.0) iChunUtil-5.4.0.jar
[22:44:27] [Server thread/DEBUG] [FML/]: AttachableGrinder (AttachableGrinder 5.0.0) AttachableGrinder-5.0.0.jar
[22:44:27] [Server thread/DEBUG] [FML/]: AutoSapling (AutoSapling 1.0) AutoSap-MC1.8-1.2.jar
[22:44:27] [Server thread/DEBUG] [FML/]: basemetals (Base Metals 1.3.4) BaseMetals-1.3.4.jar
[22:44:27] [Server thread/DEBUG] [FML/]: Baubles (Baubles 1.1.1.0) Baubles-1.8-1.1.1.0.jar
[22:44:27] [Server thread/DEBUG] [FML/]: BBG (BetterBedrockGen 2.0.0) BBG 1.8-2.0.0.jar
[22:44:27] [Server thread/DEBUG] [FML/]: bedrocktools (Bedrock Tools 1.5) bedrock-tools-1.8-1.5.jar
[22:44:27] [Server thread/DEBUG] [FML/]: swdjail (swdjail 1.0) behind-bars-1.8-1.0.jar
[22:44:27] [Server thread/DEBUG] [FML/]: BetterChests (BetterChests 1.2.0.0.b41) BetterChests-1.8-1.2.0.0.b41.jar
[22:44:27] [Server thread/DEBUG] [FML/]: rafradek_blocklauncher (Block Launcher 1.4.1) block-launcher-1.8-2.0.jar
[22:44:27] [Server thread/DEBUG] [FML/]: Blocks2Items (Blocks 2 Items 1.4) blocks-to-items-1.8-1.4.jar
[22:44:27] [Server thread/DEBUG] [FML/]: gtm (grizeldi's Boost Mod 0.1.3) BoostMod-1.8-0.2.3.jar
[22:44:27] [Server thread/DEBUG] [FML/]: brewingPlus (brewingPlus 0.0.6) brewingPlus-1.8-0.0.6.jar
[22:44:27] [Server thread/DEBUG] [FML/]: bunkermod (Bunkermod 2.0) Bunkermod-mc1.8-v2.0.jar
[22:44:27] [Server thread/DEBUG] [FML/]: C4Lib (C4Lib 1.0.0) C4Lib-1.8-1.0.0-universal.jar
[22:44:27] [Server thread/DEBUG] [FML/]: samscarbonpaper (Carbon Paper 1.8-1.0.0) carbon-paper-1.8-1.0.0.jar
[22:44:27] [Server thread/DEBUG] [FML/]: Chameleon (Chameleon 1.8-0.1.0) Chameleon-1.8-0.1.0.jar
[22:44:27] [Server thread/DEBUG] [FML/]: ChickenShed (Chicken Shed 1.1.4) ChickenShed-1.8-1.2.0.jar
[22:44:27] [Server thread/DEBUG] [FML/]: colorfularmor (Colorful Armor 1.8-2.8) colorful-armor-1.8-2.8.jar
[22:44:27] [Server thread/DEBUG] [FML/]: craftablehorsearmour (Craftable Horse Armour [CHA&S] 1.0) Craftable Horse Armour and Saddle 1.2.1.jar
[22:44:27] [Server thread/DEBUG] [FML/]: craftingex (Crafting EX 1.0.6) CraftingEX_1.8-v1.0.6.jar
[22:44:27] [Server thread/DEBUG] [FML/]: customnpcs (CustomNpcs 1.8.0_beta) custom-npcs-1.8.0-beta.jar
[22:44:27] [Server thread/DEBUG] [FML/]: ctrades (Custom Trades Mod 1.3.2) custom-trades-mod-1.8-1.3.2.jar
[22:44:27] [Server thread/DEBUG] [FML/]: lootablebodies (DrCyano's Lootable Bodies 1.3.5) CyanosLootableBodies-1.3.5.jar
[22:44:27] [Server thread/DEBUG] [FML/]: wonderfulwands (Wonderful Wands 1.7.1) CyanosWonderfulWands_1.8-1.7.1.jar
[22:44:27] [Server thread/DEBUG] [FML/]: decorationmegapack (Decoration Mega Pack 1.18) decoration-mega-pack-1.8-1.18.jar
[22:44:27] [Server thread/DEBUG] [FML/]: dlr (Don's Lightning Rod 1.0) dons-lightning-rod-1.8-1.0.jar
[22:44:27] [Server thread/DEBUG] [FML/]: dldungeonsjdg (Doomlike Dungeons 1.8.2) doomlike-dungeons-1.8-1.8.3.jar
[22:44:27] [Server thread/DEBUG] [FML/]: emeraldobsidianmod (Emerald & Obsidian tools/armor mod 1.3.1) emeraldobsidianmod-1.8-1.3.1.jar
[22:44:27] [Server thread/DEBUG] [FML/]: eplus (Enchanting Plus 3.1.0a1) EnchantingPlus-1.8-3.1.0a1.jar
[22:44:27] [Server thread/DEBUG] [FML/]: enderutilities (Ender Utilities 0.4.0-beta-1a) enderutilities-1.8-0.4.0-beta-1a.jar
[22:44:27] [Server thread/DEBUG] [FML/]: exnihilo2 (Ex Nihilo 2 0.27) ex-nihilo-2-1.8-0.27.jar
[22:44:27] [Server thread/DEBUG] [FML/]: extraachievements (Extra Achievements 2.3.0) Extra Achievements 2.3.0.jar
[22:44:27] [Server thread/DEBUG] [FML/]: extrafood (Extra Food Mod v1.1) ExtraFood-1.1.jar
[22:44:27] [Server thread/DEBUG] [FML/]: FARBLE (Farble 1.1) farble-1.1.jar
[22:44:27] [Server thread/DEBUG] [FML/]: fastflyblockbreaking (FastFlyBlockBreaking MC1.8-1.0-1-g938a534) FastFlyBlockBreaking-MC1.8-1.0-1-g938a534-build-5.jar
[22:44:27] [Server thread/DEBUG] [FML/]: ForgeEssentials (Forge Essentials 1.8.0) FE-1.8-snapshot-8.jar
[22:44:27] [Server thread/DEBUG] [FML/]: fireplacecore (Fireplace Core 2.3.2.0) fireplace-core-2.3.2.0.jar
[22:44:27] [Server thread/DEBUG] [FML/]: FloraSoma (Flora & Soma 1.1.0) FloraSoma-1.8-1.1.1.jar
[22:44:27] [Server thread/DEBUG] [FML/]: fluxducts (Flux Ducts 1.0.2) fluxducts-mc1.8-1.0.2.jar
[22:44:27] [Server thread/DEBUG] [FML/]: samsfooddetails (Food Details 1.8-1.0.0) food-details-1.8-1.0.0.jar
[22:44:27] [Server thread/DEBUG] [FML/]: ftfragileglass (Fragile Glass and Thin Ice 1.8-1.2) fragile-glass-1.8-1.2.jar
[22:44:27] [Server thread/DEBUG] [FML/]: samsfragiletorches (Fragile Torches 1.8-1.0.0) fragile-torches-1.8-1.0.0.jar
[22:44:27] [Server thread/DEBUG] [FML/]: fulcrum (FULCRUM 2.0.2.0) fulcrum-2.0.2.0.jar
[22:44:27] [Server thread/DEBUG] [FML/]: FunOres (Fun Ores 1.0.0) fun-ores-1.8-1.0.0-17.jar
[22:44:27] [Server thread/DEBUG] [FML/]: GakaisFlightTable (Gakais Flight Table 1.1.1) gakais-flight-table-fly-block-1.8-1.1.1.jar
[22:44:27] [Server thread/DEBUG] [FML/]: bonus (Mystify's Bonus stuff .1) Galactic Colored Blocks-1.8-1.01.jar
[22:44:27] [Server thread/DEBUG] [FML/]: galactic (Galactic Colored Blocks 1.1) Galactic Colored Blocks-1.8-1.01.jar
[22:44:27] [Server thread/DEBUG] [FML/]: geoactivity (GeoActivity 2.1.1) geoactivity-2.1.1.jar
[22:44:27] [Server thread/DEBUG] [FML/]: foundry (Giacomo's Foundry 1.3.3) giacomos-foundry-1.8-1.3.3.jar
[22:44:27] [Server thread/DEBUG] [FML/]: exp (Exp Seedling Mod 1.1) GiacomosExperienceSeedling1.8-1.1.jar
[22:44:27] [Server thread/DEBUG] [FML/]: fishing (Fishing Net Mod 1.4) GiacomosFishingNet1.8-1.4.jar
[22:44:27] [Server thread/DEBUG] [FML/]: glass_shards (Glass Shards 1.3.2) glass_shards_mc1.8-1.3.2.jar
[22:44:27] [Server thread/DEBUG] [FML/]: GravityGun (GravityGun 5.0.0) GravityGun-5.0.0.jar
[22:44:27] [Server thread/DEBUG] [FML/]: geckoboy_grenademod (Grenade Mod 1.3) Grenade Mod-1.8-1.3.jar
[22:44:27] [Server thread/DEBUG] [FML/]: haggismod (AWH Haggis Mod! 1.4.2) haggismod-1.4.2-mc1.8.jar
[22:44:27] [Server thread/DEBUG] [FML/]: HelpFixer (HelpFixer 1.1.9) HelpFixer - 1.1.9.jar
[22:44:27] [Server thread/DEBUG] [FML/]: hopperducts (Hopper Ducts 1.4.5) hopperducts-mc1.8-1.4.5.jar
[22:44:27] [Server thread/DEBUG] [FML/]: ice_shards (Ice Shards 1.1-beta) ice_shards_mc1.8-1.1-beta.jar
[22:44:27] [Server thread/DEBUG] [FML/]: igneousadditions (Igneous Additions 1.2-BETA-2) IgneousAdditions-1.2-BETA-2.jar
[22:44:27] [Server thread/DEBUG] [FML/]: inventorytweaks (Inventory Tweaks 1.59-176-9318a76-dirty) inventory-tweaks-1.59-176.jar
[22:44:27] [Server thread/DEBUG] [FML/]: IronChest (Iron Chest 6.0.103.753) iron-chests-2-1.8-6.0.103.753.jar
[22:44:27] [Server thread/DEBUG] [FML/]: jacb (JACB 1.0.1) JACB-1.8-1.0.1.jar
[22:44:27] [Server thread/DEBUG] [FML/]: wuppy29_jellycubes (Jelly Cubes 1.13.2) Jelly Cubes 1.8.0-1.13.2.jar
[22:44:27] [Server thread/DEBUG] [FML/]: fyberbackpack (Just Backpacks 1.0) just-backpacks-1.8-1.0.jar
[22:44:27] [Server thread/DEBUG] [FML/]: larrysmod (Larry's Mod 1.06.1) larrys-mod-1.8-1.06.1.jar
[22:44:27] [Server thread/DEBUG] [FML/]: latticemod (Lattice Mod 1.1) lattice-mod-1.8-1.1.jar
[22:44:27] [Server thread/DEBUG] [FML/]: LavaBoat (LavaBoat 2.1.0) LavaBoat-2.1.0.jar
[22:44:27] [Server thread/DEBUG] [FML/]: letters (§e§lLetters, numbers and sysbols MOD 1.0) letters-numbers-and-symbols-mod-1.8-1.0.jar
[22:44:27] [Server thread/DEBUG] [FML/]: liquidenchanting (Liquid Enchanting 1.0) Liquid Enchanting-1.0.jar
[22:44:27] [Server thread/DEBUG] [FML/]: LomLib (LomLib 4.1.0) LomLib v4.1.0.jar
[22:44:27] [Server thread/DEBUG] [FML/]: LunatriusCore (LunatriusCore 1.1.2.28) LunatriusCore-1.8-1.1.2.28-universal.jar
[22:44:27] [Server thread/DEBUG] [FML/]: machinemod (TechStack's Heavy Machinery Mod 1.8-1.1-Pre-ALPHA-Build-123) MachineMod-1.8-1.1-Pre-ALPHA-Build-123.jar
[22:44:27] [Server thread/DEBUG] [FML/]: magicalmages (Magical Mages 1.4) magicalmages-v1.4-MCv1.8.jar
[22:44:27] [Server thread/DEBUG] [FML/]: magicclover (Magic Clover 1.8-0.6.2) magicclover-1.8-0.6.2.jar
[22:44:27] [Server thread/DEBUG] [FML/]: makersmark (Maker's Mark: The Minter's Mod 2.0.1) MakersMark-V2.0.1-MC1.8.jar
[22:44:27] [Server thread/DEBUG] [FML/]: chef (Master Chef 4.0) Master_Chef_v4.0-1.8.jar
[22:44:27] [Server thread/DEBUG] [FML/]: medieval_mobs (Medieval mobs mod, part of Liege mod a2) medieval_mobs-1.8.x v.a2.jar
[22:44:27] [Server thread/DEBUG] [FML/]: sgs_metals (SGS Metals 1.8-2.1 2.1) Metals-1.8-2.1.jar
[22:44:27] [Server thread/DEBUG] [FML/]: mineralogy (Mineralogy 2.5.1) mineralogy-2.5.1.jar
[22:44:27] [Server thread/DEBUG] [FML/]: ms (MoShiz v1.65) mo-shiz-mod-1.8-1.6.5.jar
[22:44:27] [Server thread/DEBUG] [FML/]: modularsuits (modularsuits 1.0) modularsuits-1.2.1.jar
[22:44:27] [Server thread/DEBUG] [FML/]: weirdmobs (Monkey 1.0) monkey-mod-1.0.jar
[22:44:27] [Server thread/DEBUG] [FML/]: morematerials (More Materials 1.0.20150301.0) more-materials-1.0.20150615.0-MC1.8-20150614.jar
[22:44:27] [Server thread/DEBUG] [FML/]: morebows (More Bows! 2.0.0) morebows-1.8-2.0.0a2.jar
[22:44:27] [Server thread/DEBUG] [FML/]: morelight (More Light 1.4_release) MoreLight-1.8-1.4_release.jar
[22:44:27] [Server thread/DEBUG] [FML/]: Morpheus (Morpheus 1.8-2.0.41) Morpheus-1.8-2.0.41.jar
[22:44:27] [Server thread/DEBUG] [FML/]: cfm (�9MrCrayfish's Furniture Mod 3.4.8) MrCrayfishFurnitureModv3.4.8-build1(1.8).jar
[22:44:27] [Server thread/DEBUG] [FML/]: mwct (More Wooden Crafting Tables 1.0.1) mwct-1.0.1.jar
[22:44:27] [Server thread/DEBUG] [FML/]: neotech (NeoTech 1.6) neotech-1.8-1.6.jar
[22:44:27] [Server thread/DEBUG] [FML/]: wuppy29_nethereye (Nether Eye 1.4.2) Nether Eye 1.8.0-1.4.2.jar
[22:44:27] [Server thread/DEBUG] [FML/]: mininghats (Mining Hats 1.4) night-vision-mining-hats-1.8-1.4.jar
[22:44:27] [Server thread/DEBUG] [FML/]: nc (NutellaCraft 1.1) nutellacraft-18-1.8-1.1.jar
[22:44:27] [Server thread/DEBUG] [FML/]: samsocean (Classic Oceans 1.8-1.0.0) ocean-floor-1.8-1.0.0.jar
[22:44:27] [Server thread/DEBUG] [FML/]: OpenComputers (OpenComputers 1.5.14.32) open-computers-1.8-1.5.14.32.jar
[22:44:27] [Server thread/DEBUG] [FML/]: pandorasbox (Pandora's Box 2.1.2) pandoras-box-1.8-2.1.2.jar
[22:44:27] [Server thread/DEBUG] [FML/]: parachutemod (Parachute Mod 3.1.1) parachute-mod-1.8.0-3.1.1-23.jar
[22:44:27] [Server thread/DEBUG] [FML/]: PigManure (Pig Manure 1.0.1) pig-manure-1.0.1.jar
[22:44:27] [Server thread/DEBUG] [FML/]: plantmegapack (Plant Mega Pack 5.07) plant-mega-pack-1.8-5.07.jar
[22:44:27] [Server thread/DEBUG] [FML/]: pocketnether (Pocket Nether Link Mod 1.4) pocketnether-1.8-1.4.jar
[22:44:27] [Server thread/DEBUG] [FML/]: pcb (Portable Craft Bench 1.4) portable-crafting-bench-1.8-1.4.jar
[22:44:27] [Server thread/DEBUG] [FML/]: portalgates (Portal Gates 2 2.1.4) PortalGates2-mc1.8-2.1.4-b.jar
[22:44:27] [Server thread/DEBUG] [FML/]: samsapples (Power Apples 1.8-1.0.1) power-apples-1.8-1.0.1.jar
[22:44:27] [Server thread/DEBUG] [FML/]: poweradvantage (Power Advantage 1.2.4) PowerAdvantage-1.2.4.jar
[22:44:27] [Server thread/DEBUG] [FML/]: prismatics (Prismatics 0.0.3.3) prismatics-1.8-0.0.3.3.jar
[22:44:27] [Server thread/DEBUG] [FML/]: Proc (Powerful Rampage of Course! 1.2.2-1.8) proc-mod-1.8-1.2.2.jar
[22:44:27] [Server thread/DEBUG] [FML/]: progressiveautomation (Progressive Automation 1.6.15) ProgressiveAutomation-1.8-1.6.15.jar
[22:44:27] [Server thread/DEBUG] [FML/]: projectbench (Project Bench Updated 0.5.0) project-bench-1.8-0.5.0.jar
[22:44:27] [Server thread/DEBUG] [FML/]: ProjectE (ProjectE 1.8-PE1.0.1B) projecte-1.8-PE1.0.1.B.jar
[22:44:27] [Server thread/DEBUG] [FML/]: PushShove (Push and Shove 1.1) push-and-shove-1.8-1.1.jar
[22:44:27] [Server thread/DEBUG] [FML/]: quartzprismarinemod (Quartz & Prismarine tools/armor mod 1.1) quartz-and-prismarine-armortools-1.8-1.1.jar
[22:44:27] [Server thread/DEBUG] [FML/]: RandomThings (Random Things 3.5.3) random-things-1.8-3.5.3.jar
[22:44:27] [Server thread/DEBUG] [FML/]: redstonepaste (Redstone Paste 1.7.1) redstone-paste-1.8-1.7.1.jar
[22:44:27] [Server thread/DEBUG] [FML/]: Roguelike (Roguelike Dungeons 1.3.6) roguelike-dungeons-1.8-1.3.6.jar
[22:44:27] [Server thread/DEBUG] [FML/]: routerreborn (Router Reborn 1.2.00Beta1) router-reborn-1.8-2.0.0.1A.jar
[22:44:27] [Server thread/DEBUG] [FML/]: AS_Ruins (Ruins Spawning System 14.8) Ruins-1.8.jar
[22:44:27] [Server thread/DEBUG] [FML/]: Schematica (Schematica 1.7.7.130) Schematica-1.8-1.7.7.130-universal.jar
[22:44:27] [Server thread/DEBUG] [FML/]: shipwrecks (shipwrecks 1.7.0) shipwrecks-1.8.0-1.7.0.jar
[22:44:27] [Server thread/DEBUG] [FML/]: SilentGems (Silent's Gems 1.8-1.3.1-beta) silents-gems-1.8-1.3.1-82-beta.jar
[22:44:27] [Server thread/DEBUG] [FML/]: wuppy29_simplerecipes (Simple Recipes 1.9.0) Simple Recipes 1.8.0-1.9.0.jar
[22:44:27] [Server thread/DEBUG] [FML/]: holodisplays (holodisplays 1.0) SimpleHolo-v1.0-1.8.jar
[22:44:27] [Server thread/DEBUG] [FML/]: skyland (Skyland 1.1.3) Skyland_1.8-v1.1.3.jar
[22:44:27] [Server thread/DEBUG] [FML/]: Sleep (Sleep 0.0-1) sleep-1.8-0.0.1.jar
[22:44:27] [Server thread/DEBUG] [FML/]: SmeltCycle (SmeltCycle 1.1) smelt-cycle-1.2.jar
[22:44:27] [Server thread/DEBUG] [FML/]: wuppy29_snowgolem (Clean Snow Golems 1.6.2) Snow Golem 1.8.0-1.6.2.jar
[22:44:27] [Server thread/DEBUG] [FML/]: SophisticatedWolves (SophisticatedWolves 3.5.0) sophisticated-wolves-3.5.0.jar
[22:44:27] [Server thread/DEBUG] [FML/]: spawnercraft (SpawnerCraft 1.8-2.2.2) spawnercraft-1.8-2.2.2.jar
[22:44:27] [Server thread/DEBUG] [FML/]: Stackie (Stackie 1.6.0.36) stackie-1.8-1.6.0.36.jar
[22:44:27] [Server thread/DEBUG] [FML/]: steamadvantage (Steam Advantage 1.3.2) SteamAdvantage-1.3.2.jar
[22:44:27] [Server thread/DEBUG] [FML/]: StorageDrawers (Storage Drawers 1.8-2.1.6) storage-drawers-1.8-2.1.6.jar
[22:44:27] [Server thread/DEBUG] [FML/]: Talismans 2 (Talismans 2 2.1.2) talismans-2-1.8-2.1.2.jar
[22:44:27] [Server thread/DEBUG] [FML/]: tnt_utilities (TNTUtils 1.0.2-beta) tnt_utilities-mc1.8-1.0.2-beta.jar
[22:44:27] [Server thread/DEBUG] [FML/]: Torched (Torched 5.0.0) torched-5.0.0.jar
[22:44:27] [Server thread/DEBUG] [FML/]: totemMod (Totem Mod 1.0) totemmod-3.0.jar
[22:44:27] [Server thread/DEBUG] [FML/]: unlogicii (UnLogic II 2.1.1.0) unlogic-ii-2.1.1.0.jar
[22:44:27] [Server thread/DEBUG] [FML/]: UsefullUselessness (Useful Uselessness 0.0.3 - beta) useful-uselessness-1.8-0.0.4.jar
[22:44:27] [Server thread/DEBUG] [FML/]: utilityworlds (Utility Worlds 1.0.7) utility-worlds-1.8-1.0.7.jar
[22:44:27] [Server thread/DEBUG] [FML/]: VeinMiner (Vein Miner 0.26.1_build.unknown) veinminer-0.27.0.jar
[22:44:27] [Server thread/DEBUG] [FML/]: VeinMinerModSupport (Mod Support 0.26.1_build.unknown) veinminer-0.27.0.jar
[22:44:27] [Server thread/DEBUG] [FML/]: shadowswoodstonearmor (Shadow's Wooden And Stone Armor 1.3.1) wooden-and-stone-armor-1.8-1.3.1.jar
[22:44:27] [Server thread/DEBUG] [FML/]: worldedit (WorldEdit 6.1) world-edit-1.8-6.1.jar
[22:44:27] [Server thread/DEBUG] [FML/]: wormsmod (Worms Mod 1.1) worms-1.8-1.1.0.jar
[22:44:27] [Server thread/DEBUG] [FML/]: XPT (XP Teleporters 1.0.4) xpteleporters-1.8-1.0.4.jar
[22:44:27] [Server thread/DEBUG] [FML/]: zombie_steak (Zombie Steak 1.8-1.0.2) zombie-steaks-1.8-1.0.2.jar
[22:44:27] [Server thread/DEBUG] [FML/]: zzzzzcustomconfigs (ZZZZZ Custom Configs 2.3.0) ZZZZZ Custom Configs-2.3.0 (1).jar
[22:44:27] [Server thread/INFO] [FML/]: Processing ObjectHolder annotations
[22:44:28] [Server thread/INFO] [FML/]: Found 474 ObjectHolder annotations
[22:44:28] [Server thread/INFO] [FML/]: Identifying ItemStackHolder annotations
[22:44:28] [Server thread/INFO] [FML/]: Found 0 ItemStackHolder annotations
[22:44:28] [Server thread/TRACE] [mcp/mcp]: Sending event FMLPreInitializationEvent to mod mcp
[22:44:28] [Server thread/TRACE] [mcp/mcp]: Sent event FMLPreInitializationEvent to mod mcp
[22:44:28] [Server thread/DEBUG] [FML/]: Bar Step: PreInitialization - Minecraft Coder Pack took 0.004s
[22:44:28] [Server thread/TRACE] [FML/FML]: Sending event FMLPreInitializationEvent to mod FML
[22:44:28] [Server thread/TRACE] [FML/FML]: Registry add: minecraft:farmer 0 net.minecraftforge.fml.common.registry.VillagerRegistry$VillagerProfession@2617c40e (req. id 0)
[22:44:29] [Server thread/TRACE] [FML/FML]: Registry add: minecraft:librarian 1 net.minecraftforge.fml.common.registry.VillagerRegistry$VillagerProfession@7b3a7ef2 (req. id 1)
[22:44:29] [Server thread/TRACE] [FML/FML]: Registry add: minecraft:priest 2 net.minecraftforge.fml.common.registry.VillagerRegistry$VillagerProfession@5b255efe (req. id 2)
[22:44:29] [Server thread/TRACE] [FML/FML]: Registry add: minecraft:smith 3 net.minecraftforge.fml.common.registry.VillagerRegistry$VillagerProfession@5b48cd9 (req. id 3)
[22:44:29] [Server thread/TRACE] [FML/FML]: Registry add: minecraft:butcher 4 net.minecraftforge.fml.common.registry.VillagerRegistry$VillagerProfession@68ed5def (req. id 4)
[22:44:29] [Server thread/TRACE] [FML/FML]: Sent event FMLPreInitializationEvent to mod FML
[22:44:29] [Server thread/DEBUG] [FML/]: Bar Step: PreInitialization - Forge Mod Loader took 0.099s
[22:44:29] [Server thread/TRACE] [Forge/Forge]: Sending event FMLPreInitializationEvent to mod Forge
[22:44:29] [Server thread/INFO] [FML/Forge]: Configured a dormant chunk cache size of 0
[22:44:29] [Server thread/TRACE] [Forge/Forge]: Sent event FMLPreInitializationEvent to mod Forge
[22:44:29] [Server thread/DEBUG] [FML/]: Bar Step: PreInitialization - Minecraft Forge took 0.266s
[22:44:29] [Server thread/TRACE] [CodeChickenCore/CodeChickenCore]: Sending event FMLPreInitializationEvent to mod CodeChickenCore
[22:44:29] [Server thread/TRACE] [CodeChickenCore/CodeChickenCore]: Sent event FMLPreInitializationEvent to mod CodeChickenCore
[22:44:29] [Server thread/DEBUG] [FML/]: Bar Step: PreInitialization - CodeChicken Core took 0.000s
[22:44:29] [Server thread/TRACE] [Aroma1997Core/Aroma1997Core]: Sending event FMLPreInitializationEvent to mod Aroma1997Core
[22:44:29] [Server thread/INFO] [Aroma1997Core/Aroma1997Core]: Logger initialized.
[22:44:29] [Server thread/OFF] [Aroma1997Core/Aroma1997Core]: Loading Aroma1997Core version 1.0.3.4.b47 for MC 1.8
[22:44:29] [Server thread/TRACE] [Aroma1997Core/Aroma1997Core]: Loaded configuration Aroma1997Core from: ./config/aroma1997/Aroma1997Core.cfg
[22:44:29] [Server thread/OFF] [Aroma1997Core/Aroma1997Core]: Using 1xitem.ingotIron@0 as a recipe ingredient. You could also have used a OreDict name (in recipe: 1xitem.aroma1997core:wrench@0)
[22:44:29] [Server thread/TRACE] [FML/Aroma1997Core]: Registry add: Aroma1997Core:wrench 4096 aroma1997.core.items.wrench.ItemWrench@9156a95 (req. id -1)
[22:44:29] [Server thread/TRACE] [FML/Aroma1997Core]: Registry add: Aroma1997Core:wrenched 4097 aroma1997.core.items.wrench.ItemWrenched@26a68f62 (req. id -1)
[22:44:29] [Server thread/INFO] [Aroma1997Core/Aroma1997Core]: Finished Pre-initialization.
[22:44:29] [Server thread/TRACE] [Aroma1997Core/Aroma1997Core]: Sent event FMLPreInitializationEvent to mod Aroma1997Core
[22:44:29] [Server thread/DEBUG] [FML/]: Bar Step: PreInitialization - Aroma1997Core took 0.577s
[22:44:29] [Server thread/TRACE] [NotEnoughItems/NotEnoughItems]: Sending event FMLPreInitializationEvent to mod NotEnoughItems
[22:44:29] [Server thread/TRACE] [NotEnoughItems/NotEnoughItems]: Sent event FMLPreInitializationEvent to mod NotEnoughItems
[22:44:29] [Server thread/DEBUG] [FML/]: Bar Step: PreInitialization - Not Enough Items took 0.024s
[22:44:29] [Server thread/TRACE] [OpenComputers|Core/OpenComputers|Core]: Sending event FMLPreInitializationEvent to mod OpenComputers|Core
[22:44:29] [Server thread/TRACE] [OpenComputers|Core/OpenComputers|Core]: Sent event FMLPreInitializationEvent to mod OpenComputers|Core
[22:44:29] [Server thread/DEBUG] [FML/]: Bar Step: PreInitialization - OpenComputers (Core) took 0.000s
[22:44:29] [Server thread/TRACE] [VeinMiner_coremod/VeinMiner_coremod]: Sending event FMLPreInitializationEvent to mod VeinMiner_coremod
[22:44:29] [Server thread/TRACE] [VeinMiner_coremod/VeinMiner_coremod]: Sent event FMLPreInitializationEvent to mod VeinMiner_coremod
[22:44:29] [Server thread/DEBUG] [FML/]: Bar Step: PreInitialization - Core mod took 0.000s
[22:44:29] [Server thread/TRACE] [backpacks16840/backpacks16840]: Sending event FMLPreInitializationEvent to mod backpacks16840
[22:44:30] [Server thread/TRACE] [FML/backpacks16840]: Registry add: backpacks16840:unknown_item 4098 brad16840.common.UnknownItem@7d0d73ce (req. id -1)
[22:44:30] [Server thread/TRACE] [FML/backpacks16840]: Registry add: backpacks16840:backpack 4099 brad16840.backpacks.items.Backpack@43f7b9da (req. id -1)
[22:44:30] [Server thread/TRACE] [FML/backpacks16840]: Registry add: backpacks16840:quantum_backpack 4100 brad16840.backpacks.items.QuantumBackpack@69411f26 (req. id -1)
[22:44:30] [Server thread/TRACE] [FML/backpacks16840]: Registry add: backpacks16840:backpack_resizer 4101 brad16840.backpacks.items.Backpack$BackpackResizer@24a66da3 (req. id -1)
[22:44:30] [Server thread/TRACE] [FML/backpacks16840]: Registry add: backpacks16840:backpack_restorer 4102 brad16840.backpacks.items.BackpackRestorer@4d64a08f (req. id -1)
[22:44:30] [Server thread/TRACE] [FML/backpacks16840]: Registry add: backpacks16840:backpack_pouch 4103 brad16840.backpacks.items.BackpackPouchUpgrade@54c73cf4 (req. id -1)
[22:44:30] [Server thread/TRACE] [FML/backpacks16840]: Registry add: backpacks16840:backpack_block 198 brad16840.backpacks.blocks.BackpackBlock@359eb165 (req. id -1)
[22:44:30] [Server thread/DEBUG] [FML/backpacks16840]: Found matching Block brad16840.backpacks.blocks.BackpackBlock@359eb165 for ItemBlock net.minecraft.item.ItemBlock@558ecd22 at id 198, original id requested: -1
[22:44:30] [Server thread/TRACE] [FML/backpacks16840]: Registry add: backpacks16840:backpack_block 198 net.minecraft.item.ItemBlock@558ecd22 (req. id 198)
[22:44:30] [Server thread/TRACE] [FML/backpacks16840]: Registry add: backpacks16840:quantum_chest 199 brad16840.backpacks.blocks.QuantumChest@738a6747 (req. id -1)
[22:44:30] [Server thread/DEBUG] [FML/backpacks16840]: Found matching Block brad16840.backpacks.blocks.QuantumChest@738a6747 for ItemBlock net.minecraft.item.ItemBlock@72243458 at id 199, original id requested: -1
[22:44:30] [Server thread/TRACE] [FML/backpacks16840]: Registry add: backpacks16840:quantum_chest 199 net.minecraft.item.ItemBlock@72243458 (req. id 199)
[22:44:30] [Server thread/TRACE] [backpacks16840/backpacks16840]: Sent event FMLPreInitializationEvent to mod backpacks16840
[22:44:30] [Server thread/DEBUG] [FML/]: Bar Step: PreInitialization - Backpacks! took 0.731s
[22:44:30] [Server thread/TRACE] [itemphysic/itemphysic]: Sending event FMLPreInitializationEvent to mod itemphysic
[22:44:30] [Server thread/TRACE] [itemphysic/itemphysic]: Sent event FMLPreInitializationEvent to mod itemphysic
[22:44:30] [Server thread/DEBUG] [FML/]: Bar Step: PreInitialization - ItemPhysic took 0.056s
[22:44:30] [Server thread/TRACE] [hitchcore/hitchcore]: Sending event FMLPreInitializationEvent to mod hitchcore
[22:44:30] [Server thread/TRACE] [hitchcore/hitchcore]: Sent event FMLPreInitializationEvent to mod hitchcore
[22:44:30] [Server thread/DEBUG] [FML/]: Bar Step: PreInitialization - HitchH1k3r's Mods took 0.115s
[22:44:30] [Server thread/TRACE] [tnt_utilities_core/tnt_utilities_core]: Sending event FMLPreInitializationEvent to mod tnt_utilities_core
[22:44:30] [Server thread/TRACE] [tnt_utilities_core/tnt_utilities_core]: Sent event FMLPreInitializationEvent to mod tnt_utilities_core
[22:44:30] [Server thread/DEBUG] [FML/]: Bar Step: PreInitialization - TNTUtils Core took 0.000s
[22:44:30] [Server thread/TRACE] [moSwords/moSwords]: Sending event FMLPreInitializationEvent to mod moSwords
[22:44:30] [Server thread/TRACE] [FML/moSwords]: Registry add: moSwords:dryIce 200 mo_swords.BlockDryIce@507bd6ca (req. id -1)
[22:44:30] [Server thread/DEBUG] [FML/moSwords]: Found matching Block mo_swords.BlockDryIce@507bd6ca for ItemBlock net.minecraft.item.ItemBlock@657b7996 at id 200, original id requested: -1
[22:44:30] [Server thread/TRACE] [FML/moSwords]: Registry add: moSwords:dryIce 200 net.minecraft.item.ItemBlock@657b7996 (req. id 200)
[22:44:30] [Server thread/TRACE] [FML/moSwords]: Registry add: moSwords:HotFurnace 201 mo_swords.BlockHotFurnace@3322927f (req. id -1)
[22:44:30] [Server thread/DEBUG] [FML/moSwords]: Found matching Block mo_swords.BlockHotFurnace@3322927f for ItemBlock net.minecraft.item.ItemBlock@24167d1a at id 201, original id requested: -1
[22:44:30] [Server thread/TRACE] [FML/moSwords]: Registry add: moSwords:HotFurnace 201 net.minecraft.item.ItemBlock@24167d1a (req. id 201)
[22:44:30] [Server thread/TRACE] [FML/moSwords]: Registry add: moSwords:Meteor 202 mo_swords.BlockMeteor@233a534f (req. id -1)
[22:44:30] [Server thread/DEBUG] [FML/moSwords]: Found matching Block mo_swords.BlockMeteor@233a534f for ItemBlock net.minecraft.item.ItemBlock@6f80610 at id 202, original id requested: -1
[22:44:30] [Server thread/TRACE] [FML/moSwords]: Registry add: moSwords:Meteor 202 net.minecraft.item.ItemBlock@6f80610 (req. id 202)
[22:44:30] [Server thread/INFO] [STDOUT/moSwords]: [mo_swords.moSwordsHelper:registerItems:92]: public static net.minecraft.item.Item mo_swords.moSwordsMain.drachentoeter
[22:44:30] [Server thread/TRACE] [FML/moSwords]: Registry add: moSwords:dragon 4104 mo_swords.ItemMoSwords@120a8bee (req. id -1)
[22:44:30] [Server thread/INFO] [STDOUT/moSwords]: [mo_swords.moSwordsHelper:registerItems:92]: public static net.minecraft.item.Item mo_swords.moSwordsMain.dtGriff
[22:44:30] [Server thread/TRACE] [FML/moSwords]: Registry add: moSwords:dtGriff 4105 net.minecraft.item.Item@665fbf19 (req. id -1)
[22:44:30] [Server thread/INFO] [STDOUT/moSwords]: [mo_swords.moSwordsHelper:registerItems:92]: public static net.minecraft.item.Item mo_swords.moSwordsMain.dtKlinge
[22:44:30] [Server thread/TRACE] [FML/moSwords]: Registry add: moSwords:dtKlinge 4106 net.minecraft.item.Item@26545b4d (req. id -1)
[22:44:30] [Server thread/INFO] [STDOUT/moSwords]: [mo_swords.moSwordsHelper:registerItems:92]: public static net.minecraft.item.Item mo_swords.moSwordsMain.iceSword
[22:44:30] [Server thread/TRACE] [FML/moSwords]: Registry add: moSwords:iceSword 4107 mo_swords.ItemIceSword@5568f59b (req. id -1)
[22:44:30] [Server thread/INFO] [STDOUT/moSwords]: [mo_swords.moSwordsHelper:registerItems:92]: public static net.minecraft.item.Item mo_swords.moSwordsMain.fireSword
[22:44:30] [Server thread/TRACE] [FML/moSwords]: Registry add: moSwords:fireSword 4108 mo_swords.ItemFireSword@13fb4123 (req. id -1)
[22:44:30] [Server thread/INFO] [STDOUT/moSwords]: [mo_swords.moSwordsHelper:registerItems:92]: public static net.minecraft.item.Item mo_swords.moSwordsMain.lightningSword
[22:44:30] [Server thread/TRACE] [FML/moSwords]: Registry add: moSwords:lightningSword 4109 mo_swords.ItemLightningSword@8479332 (req. id -1)
[22:44:30] [Server thread/INFO] [STDOUT/moSwords]: [mo_swords.moSwordsHelper:registerItems:92]: public static net.minecraft.item.Item mo_swords.moSwordsMain.earthSword
[22:44:30] [Server thread/TRACE] [FML/moSwords]: Registry add: moSwords:earthSword 4110 mo_swords.ItemEarthSword@ccd2f44 (req. id -1)
[22:44:30] [Server thread/INFO] [STDOUT/moSwords]: [mo_swords.moSwordsHelper:registerItems:92]: public static net.minecraft.item.Item mo_swords.moSwordsMain.aura
[22:44:30] [Server thread/TRACE] [FML/moSwords]: Registry add: moSwords:aura 4111 mo_swords.ItemAura@1e9bc76b (req. id -1)
[22:44:30] [Server thread/INFO] [STDOUT/moSwords]: [mo_swords.moSwordsHelper:registerItems:92]: public static net.minecraft.item.Item mo_swords.moSwordsMain.doomSword
[22:44:30] [Server thread/TRACE] [FML/moSwords]: Registry add: moSwords:doomSword 4112 mo_swords.ItemDoomSowrd@57a07fc2 (req. id -1)
[22:44:30] [Server thread/INFO] [STDOUT/moSwords]: [mo_swords.moSwordsHelper:registerItems:92]: public static net.minecraft.item.Item mo_swords.moSwordsMain.baseball
[22:44:30] [Server thread/TRACE] [FML/moSwords]: Registry add: moSwords:baseball-bat 4113 mo_swords.ItemBaseball@634aa807 (req. id -1)
[22:44:30] [Server thread/INFO] [STDOUT/moSwords]: [mo_swords.moSwordsHelper:registerItems:92]: public static net.minecraft.item.Item mo_swords.moSwordsMain.tousandDown
[22:44:30] [Server thread/TRACE] [FML/moSwords]: Registry add: moSwords:tousandDowns 4114 mo_swords.ItemMoSwords@6981c25 (req. id -1)
[22:44:30] [Server thread/INFO] [STDOUT/moSwords]: [mo_swords.moSwordsHelper:registerItems:92]: public static net.minecraft.item.Item mo_swords.moSwordsMain.paperSword
[22:44:30] [Server thread/TRACE] [FML/moSwords]: Registry add: moSwords:paperSword 4115 net.minecraft.item.ItemSword@46782302 (req. id -1)
[22:44:30] [Server thread/INFO] [STDOUT/moSwords]: [mo_swords.moSwordsHelper:registerItems:92]: public static net.minecraft.item.Item mo_swords.moSwordsMain.damastGladius
[22:44:30] [Server thread/TRACE] [FML/moSwords]: Registry add: moSwords:damastGladius 4116 mo_swords.ItemMoSwords@12721a60 (req. id -1)
[22:44:30] [Server thread/INFO] [STDOUT/moSwords]: [mo_swords.moSwordsHelper:registerItems:92]: public static net.minecraft.item.Item mo_swords.moSwordsMain.obsidianSword
[22:44:30] [Server thread/TRACE] [FML/moSwords]: Registry add: moSwords:obsidianSword 4117 mo_swords.ItemMoSwords@244e82b9 (req. id -1)
[22:44:30] [Server thread/INFO] [STDOUT/moSwords]: [mo_swords.moSwordsHelper:registerItems:92]: public static net.minecraft.item.Item mo_swords.moSwordsMain.damastNormal
[22:44:30] [Server thread/TRACE] [FML/moSwords]: Registry add: moSwords:damastNormal 4118 mo_swords.ItemMoSwords@62f1cb21 (req. id -1)
[22:44:30] [Server thread/INFO] [STDOUT/moSwords]: [mo_swords.moSwordsHelper:registerItems:92]: public static net.minecraft.item.Item mo_swords.moSwordsMain.ninjaSword
[22:44:30] [Server thread/TRACE] [FML/moSwords]: Registry add: moSwords:ninjaSword 4119 mo_swords.ItemMoSwords@6516844e (req. id -1)
[22:44:30] [Server thread/INFO] [STDOUT/moSwords]: [mo_swords.moSwordsHelper:registerItems:92]: public static net.minecraft.item.Item mo_swords.moSwordsMain.saebel
[22:44:30] [Server thread/TRACE] [FML/moSwords]: Registry add: moSwords:saebel 4120 net.minecraft.item.ItemSword@67353396 (req. id -1)
[22:44:30] [Server thread/INFO] [STDOUT/moSwords]: [mo_swords.moSwordsHelper:registerItems:92]: public static net.minecraft.item.Item mo_swords.moSwordsMain.creditsBook
[22:44:30] [Server thread/TRACE] [FML/moSwords]: Registry add: moSwords:creditBook 4121 mo_swords.ItemCreeditsBook@373e3e83 (req. id -1)
[22:44:30] [Server thread/INFO] [STDOUT/moSwords]: [mo_swords.moSwordsHelper:registerItems:92]: public static net.minecraft.item.Item mo_swords.moSwordsMain.obsidianBarren
[22:44:30] [Server thread/TRACE] [FML/moSwords]: Registry add: moSwords:obsidianBarren 4122 net.minecraft.item.Item@5bfa4386 (req. id -1)
[22:44:30] [Server thread/INFO] [STDOUT/moSwords]: [mo_swords.moSwordsHelper:registerItems:92]: public static net.minecraft.item.Item mo_swords.moSwordsMain.fischOel
[22:44:30] [Server thread/TRACE] [FML/moSwords]: Registry add: moSwords:fischOel 4123 net.minecraft.item.Item@a1f9843 (req. id -1)
[22:44:30] [Server thread/INFO] [STDOUT/moSwords]: [mo_swords.moSwordsHelper:registerItems:92]: public static net.minecraft.item.Item mo_swords.moSwordsMain.spezialStick
[22:44:30] [Server thread/TRACE] [FML/moSwords]: Registry add: moSwords:spezialStick 4124 net.minecraft.item.Item@44f8b315 (req. id -1)
[22:44:30] [Server thread/INFO] [STDOUT/moSwords]: [mo_swords.moSwordsHelper:registerItems:92]: public static net.minecraft.item.Item mo_swords.moSwordsMain.damastzenerBarren
[22:44:30] [Server thread/TRACE] [FML/moSwords]: Registry add: moSwords:damastBarren 4125 net.minecraft.item.Item@274572f (req. id -1)
[22:44:30] [Server thread/INFO] [STDOUT/moSwords]: [mo_swords.moSwordsHelper:registerItems:92]: public static net.minecraft.item.Item mo_swords.moSwordsMain.damastzenerBarrenGlowing
[22:44:30] [Server thread/TRACE] [FML/moSwords]: Registry add: moSwords:damastBarrenGlowing 4126 net.minecraft.item.Item@b9bc294 (req. id -1)
[22:44:30] [Server thread/INFO] [STDOUT/moSwords]: [mo_swords.moSwordsHelper:registerItems:92]: public static net.minecraft.item.Item mo_swords.moSwordsMain.spezialGlass
[22:44:30] [Server thread/TRACE] [FML/moSwords]: Registry add: moSwords:spezialGlass 4127 net.minecraft.item.Item@7db09e24 (req. id -1)
[22:44:30] [Server thread/INFO] [STDOUT/moSwords]: [mo_swords.moSwordsHelper:registerItems:92]: public static net.minecraft.item.Item mo_swords.moSwordsMain.licoriceSword
[22:44:30] [Server thread/TRACE] [FML/moSwords]: Registry add: moSwords:licoriceSword 4128 mo_swords.ItemEatableSword@7c51fa9c (req. id -1)
[22:44:30] [Server thread/INFO] [STDOUT/moSwords]: [mo_swords.moSwordsHelper:registerItems:92]: public static net.minecraft.item.Item mo_swords.moSwordsMain.appleSword
[22:44:30] [Server thread/TRACE] [FML/moSwords]: Registry add: moSwords:appleSword 4129 mo_swords.ItemEatableSword@5c3c1716 (req. id -1)
[22:44:30] [Server thread/INFO] [STDOUT/moSwords]: [mo_swords.moSwordsHelper:registerItems:92]: public static net.minecraft.item.Item mo_swords.moSwordsMain.breadSword
[22:44:30] [Server thread/TRACE] [FML/moSwords]: Registry add: moSwords:breadSword 4130 mo_swords.ItemEatableSword@966e167 (req. id -1)
[22:44:30] [Server thread/INFO] [STDOUT/moSwords]: [mo_swords.moSwordsHelper:registerItems:92]: public static net.minecraft.item.Item mo_swords.moSwordsMain.fishSword
[22:44:30] [Server thread/TRACE] [FML/moSwords]: Registry add: moSwords:fishSword 4131 mo_swords.ItemEatableSword@705e1fd1 (req. id -1)
[22:44:30] [Server thread/INFO] [STDOUT/moSwords]: [mo_swords.moSwordsHelper:registerItems:92]: public static net.minecraft.item.Item mo_swords.moSwordsMain.porkSword
[22:44:30] [Server thread/TRACE] [FML/moSwords]: Registry add: moSwords:steakSword 4132 mo_swords.ItemEatableSword@3288e5c (req. id -1)
[22:44:30] [Server thread/INFO] [STDOUT/moSwords]: [mo_swords.moSwordsHelper:registerItems:92]: public static net.minecraft.item.Item mo_swords.moSwordsMain.sugarSword
[22:44:30] [Server thread/TRACE] [FML/moSwords]: Registry add: moSwords:sugarSword 4133 mo_swords.ItemEatableSword@3f90bd88 (req. id -1)
[22:44:30] [Server thread/INFO] [STDOUT/moSwords]: [mo_swords.moSwordsHelper:registerItems:92]: public static net.minecraft.item.Item mo_swords.moSwordsMain.melonSword
[22:44:30] [Server thread/TRACE] [FML/moSwords]: Registry add: moSwords:melonSword 4134 mo_swords.ItemEatableSword@1c31ec4 (req. id -1)
[22:44:30] [Server thread/INFO] [STDOUT/moSwords]: [mo_swords.moSwordsHelper:registerItems:92]: public static net.minecraft.item.Item mo_swords.moSwordsMain.steakSword
[22:44:30] [Server thread/TRACE] [FML/moSwords]: Registry add: moSwords:porkSword 4135 mo_swords.ItemEatableSword@1e339ba (req. id -1)
[22:44:30] [Server thread/INFO] [STDOUT/moSwords]: [mo_swords.moSwordsHelper:registerItems:92]: public static net.minecraft.item.Item mo_swords.moSwordsMain.chikenSword
[22:44:30] [Server thread/TRACE] [FML/moSwords]: Registry add: moSwords:chickenSword 4136 mo_swords.ItemEatableSword@467e0db4 (req. id -1)
[22:44:30] [Server thread/INFO] [STDOUT/moSwords]: [mo_swords.moSwordsHelper:registerItems:92]: public static net.minecraft.item.Item mo_swords.moSwordsMain.cookieSword
[22:44:30] [Server thread/TRACE] [FML/moSwords]: Registry add: moSwords:cookieSword 4137 mo_swords.ItemEatableSword@7c38940e (req. id -1)
[22:44:30] [Server thread/INFO] [STDOUT/moSwords]: [mo_swords.moSwordsHelper:registerItems:92]: public static net.minecraft.item.Item mo_swords.moSwordsMain.karotSword
[22:44:30] [Server thread/TRACE] [FML/moSwords]: Registry add: moSwords:karotSword 4138 mo_swords.ItemEatableSword@65948073 (req. id -1)
[22:44:30] [Server thread/INFO] [STDOUT/moSwords]: [mo_swords.moSwordsHelper:registerItems:92]: public static net.minecraft.item.Item mo_swords.moSwordsMain.potatoSword
[22:44:30] [Server thread/TRACE] [FML/moSwords]: Registry add: moSwords:potatoSword 4139 mo_swords.ItemEatableSword@7da24b92 (req. id -1)
[22:44:30] [Server thread/INFO] [STDOUT/moSwords]: [mo_swords.moSwordsHelper:registerItems:92]: public static net.minecraft.item.Item mo_swords.moSwordsMain.licorice
[22:44:30] [Server thread/TRACE] [FML/moSwords]: Registry add: moSwords:licorice 4140 net.minecraft.item.ItemFood@4b87fa3f (req. id -1)
[22:44:30] [Server thread/INFO] [STDOUT/moSwords]: [mo_swords.moSwordsHelper:registerItems:92]: public static net.minecraft.item.Item mo_swords.moSwordsMain.goldenAplleSword
[22:44:30] [Server thread/TRACE] [FML/moSwords]: Registry add: moSwords:goldenAplleSword 4141 mo_swords.ItemGoldenAplleSword@73278fa5 (req. id -1)
[22:44:30] [Server thread/INFO] [STDOUT/moSwords]: [mo_swords.moSwordsHelper:registerItems:92]: public static net.minecraft.item.Item mo_swords.moSwordsMain.stich
[22:44:30] [Server thread/TRACE] [FML/moSwords]: Registry add: moSwords:stich 4142 mo_swords.ItemStich@32710eaa (req. id -1)
[22:44:30] [Server thread/INFO] [STDOUT/moSwords]: [mo_swords.moSwordsHelper:registerItems:92]: public static net.minecraft.item.Item mo_swords.moSwordsMain.coalSword
[22:44:30] [Server thread/TRACE] [FML/moSwords]: Registry add: moSwords:coalSword 4143 mo_swords.ItemMoSwords@5de03dad (req. id -1)
[22:44:30] [Server thread/INFO] [STDOUT/moSwords]: [mo_swords.moSwordsHelper:registerItems:92]: public static net.minecraft.item.Item mo_swords.moSwordsMain.smaragt
[22:44:30] [Server thread/TRACE] [FML/moSwords]: Registry add: moSwords:smaragtSword 4144 mo_swords.ItemMoSwords@29c2722c (req. id -1)
[22:44:30] [Server thread/INFO] [STDOUT/moSwords]: [mo_swords.moSwordsHelper:registerItems:92]: public static net.minecraft.item.Item mo_swords.moSwordsMain.knife
[22:44:30] [Server thread/TRACE] [FML/moSwords]: Registry add: moSwords:knife 4145 mo_swords.ItemKnife@66d79a16 (req. id -1)
[22:44:30] [Server thread/INFO] [STDOUT/moSwords]: [mo_swords.moSwordsHelper:registerItems:92]: public static net.minecraft.item.Item mo_swords.moSwordsMain.meteorIngot
[22:44:30] [Server thread/TRACE] [FML/moSwords]: Registry add: moSwords:meteorIngot 4146 net.minecraft.item.Item@5ce9dc38 (req. id -1)
[22:44:30] [Server thread/INFO] [STDOUT/moSwords]: [mo_swords.moSwordsHelper:registerItems:92]: public static net.minecraft.item.Item mo_swords.moSwordsMain.meteorSword
[22:44:30] [Server thread/TRACE] [FML/moSwords]: Registry add: moSwords:meteorSword 4147 mo_swords.ItemMoSwords@389f5d (req. id -1)
[22:44:30] [Server thread/INFO] [STDOUT/moSwords]: [mo_swords.moSwordsHelper:registerItems:92]: public static net.minecraft.item.Item mo_swords.moSwordsMain.boneSword
[22:44:30] [Server thread/TRACE] [FML/moSwords]: Registry add: moSwords:boneSword 4148 mo_swords.ItemMoSwords@3ad1de64 (req. id -1)
[22:44:30] [Server thread/INFO] [STDOUT/moSwords]: [mo_swords.moSwordsHelper:registerItems:92]: public static net.minecraft.item.Item mo_swords.moSwordsMain.doubleBlade
[22:44:30] [Server thread/TRACE] [FML/moSwords]: Registry add: moSwords:doubleBlade 4149 mo_swords.ItemMoSwords@608ce402 (req. id -1)
[22:44:30] [Server thread/INFO] [STDOUT/moSwords]: [mo_swords.moSwordsHelper:registerItems:92]: public static net.minecraft.item.Item mo_swords.moSwordsMain.slimeSword
[22:44:30] [Server thread/TRACE] [FML/moSwords]: Registry add: moSwords:slimeSword 4150 mo_swords.ItemSlimeSword@7216ec37 (req. id -1)
[22:44:30] [Server thread/INFO] [STDOUT/moSwords]: [mo_swords.moSwordsHelper:registerItems:92]: public static net.minecraft.item.Item mo_swords.moSwordsMain.didntMeSword
[22:44:30] [Server thread/TRACE] [FML/moSwords]: Registry add: moSwords:wasntMe 4151 mo_swords.ItemDidntMeSword@3610575f (req. id -1)
[22:44:30] [Server thread/INFO] [STDOUT/moSwords]: [mo_swords.moSwordsHelper:registerItems:92]: public static net.minecraft.item.Item mo_swords.moSwordsMain.enderSword
[22:44:30] [Server thread/TRACE] [FML/moSwords]: Registry add: moSwords:enderSword 4152 mo_swords.ItemEnderSword@2069d07 (req. id -1)
[22:44:30] [Server thread/INFO] [STDOUT/moSwords]: [mo_swords.moSwordsHelper:registerItems:92]: public static net.minecraft.item.Item mo_swords.moSwordsMain.rocketSword
[22:44:30] [Server thread/TRACE] [FML/moSwords]: Registry add: moSwords:rocketSword 4153 mo_swords.ItemRocketSword@52dd5b1 (req. id -1)
[22:44:30] [Server thread/TRACE] [moSwords/moSwords]: Sent event FMLPreInitializationEvent to mod moSwords
[22:44:30] [Server thread/DEBUG] [FML/]: Bar Step: PreInitialization - Mo Swords Mod took 0.083s
[22:44:30] [Server thread/TRACE] [securitycraft/securitycraft]: Sending event FMLPreInitializationEvent to mod securitycraft
[22:44:32] [Server thread/TRACE] [FML/securitycraft]: Registry add: securitycraft:laserBlock 203 org.freeforums.geforce.securitycraft.blocks.BlockLaserBlock@4e7b8412 (req. id -1)
[22:44:32] [Server thread/DEBUG] [FML/securitycraft]: Found matching Block org.freeforums.geforce.securitycraft.blocks.BlockLaserBlock@4e7b8412 for ItemBlock net.minecraft.item.ItemBlock@668210ee at id 203, original id requested: -1
[22:44:32] [Server thread/TRACE] [FML/securitycraft]: Registry add: securitycraft:laserBlock 203 net.minecraft.item.ItemBlock@668210ee (req. id 203)
[22:44:32] [Server thread/TRACE] [FML/securitycraft]: Registry add: securitycraft:laser 204 org.freeforums.geforce.securitycraft.blocks.BlockLaser@74cb5338 (req. id -1)
[22:44:32] [Server thread/DEBUG] [FML/securitycraft]: Found matching Block org.freeforums.geforce.securitycraft.blocks.BlockLaser@74cb5338 for ItemBlock net.minecraft.item.ItemBlock@33f14f38 at id 204, original id requested: -1
[22:44:32] [Server thread/TRACE] [FML/securitycraft]: Registry add: securitycraft:laser 204 net.minecraft.item.ItemBlock@33f14f38 (req. id 204)
[22:44:32] [Server thread/TRACE] [FML/securitycraft]: Registry add: securitycraft:keypad 205 org.freeforums.geforce.securitycraft.blocks.BlockKeypad@13b58eec (req. id -1)
[22:44:32] [Server thread/DEBUG] [FML/securitycraft]: Found matching Block org.freeforums.geforce.securitycraft.blocks.BlockKeypad@13b58eec for ItemBlock net.minecraft.item.ItemBlock@7e67084a at id 205, original id requested: -1
[22:44:32] [Server thread/TRACE] [FML/securitycraft]: Registry add: securitycraft:keypad 205 net.minecraft.item.ItemBlock@7e67084a (req. id 205)
[22:44:32] [Server thread/TRACE] [FML/securitycraft]: Registry add: securitycraft:mine 206 org.freeforums.geforce.securitycraft.blocks.mines.BlockMine@16b23085 (req. id -1)
[22:44:32] [Server thread/DEBUG] [FML/securitycraft]: Found matching Block org.freeforums.geforce.securitycraft.blocks.mines.BlockMine@16b23085 for ItemBlock net.minecraft.item.ItemBlock@2dc6fd3c at id 206, original id requested: -1
[22:44:32] [Server thread/TRACE] [FML/securitycraft]: Registry add: securitycraft:mine 206 net.minecraft.item.ItemBlock@2dc6fd3c (req. id 206)
[22:44:32] [Server thread/TRACE] [FML/securitycraft]: Registry add: securitycraft:dirtMine 207 org.freeforums.geforce.securitycraft.blocks.mines.BlockFullMineBase@2a77c619 (req. id -1)
[22:44:32] [Server thread/DEBUG] [FML/securitycraft]: Found matching Block org.freeforums.geforce.securitycraft.blocks.mines.BlockFullMineBase@2a77c619 for ItemBlock net.minecraft.item.ItemBlock@4bfbecda at id 207, original id requested: -1
[22:44:32] [Server thread/TRACE] [FML/securitycraft]: Registry add: securitycraft:dirtMine 207 net.minecraft.item.ItemBlock@4bfbecda (req. id 207)
[22:44:32] [Server thread/TRACE] [FML/securitycraft]: Registry add: securitycraft:stoneMine 208 org.freeforums.geforce.securitycraft.blocks.mines.BlockFullMineBase@514ec784 (req. id -1)
[22:44:32] [Server thread/DEBUG] [FML/securitycraft]: Found matching Block org.freeforums.geforce.securitycraft.blocks.mines.BlockFullMineBase@514ec784 for ItemBlock net.minecraft.item.ItemBlock@560762bd at id 208, original id requested: -1
[22:44:32] [Server thread/TRACE] [FML/securitycraft]: Registry add: securitycraft:stoneMine 208 net.minecraft.item.ItemBlock@560762bd (req. id 208)
[22:44:32] [Server thread/TRACE] [FML/securitycraft]: Registry add: securitycraft:cobblestoneMine 209 org.freeforums.geforce.securitycraft.blocks.mines.BlockFullMineBase@428ec99b (req. id -1)
[22:44:32] [Server thread/DEBUG] [FML/securitycraft]: Found matching Block org.freeforums.geforce.securitycraft.blocks.mines.BlockFullMineBase@428ec99b for ItemBlock net.minecraft.item.ItemBlock@4c4ab4fc at id 209, original id requested: -1
[22:44:32] [Server thread/TRACE] [FML/securitycraft]: Registry add: securitycraft:cobblestoneMine 209 net.minecraft.item.ItemBlock@4c4ab4fc (req. id 209)
[22:44:32] [Server thread/TRACE] [FML/securitycraft]: Registry add: securitycraft:diamondMine 210 org.freeforums.geforce.securitycraft.blocks.mines.BlockFullMineBase@21352542 (req. id -1)
[22:44:32] [Server thread/DEBUG] [FML/securitycraft]: Found matching Block org.freeforums.geforce.securitycraft.blocks.mines.BlockFullMineBase@21352542 for ItemBlock net.minecraft.item.ItemBlock@2a0292e3 at id 210, original id requested: -1
[22:44:32] [Server thread/TRACE] [FML/securitycraft]: Registry add: securitycraft:diamondMine 210 net.minecraft.item.ItemBlock@2a0292e3 (req. id 210)
[22:44:32] [Server thread/TRACE] [FML/securitycraft]: Registry add: securitycraft:sandMine 211 org.freeforums.geforce.securitycraft.blocks.mines.BlockFullMineBase@33f63e0b (req. id -1)
[22:44:32] [Server thread/DEBUG] [FML/securitycraft]: Found matching Block org.freeforums.geforce.securitycraft.blocks.mines.BlockFullMineBase@33f63e0b for ItemBlock net.minecraft.item.ItemBlock@313fd302 at id 211, original id requested: -1
[22:44:32] [Server thread/TRACE] [FML/securitycraft]: Registry add: securitycraft:sandMine 211 net.minecraft.item.ItemBlock@313fd302 (req. id 211)
[22:44:32] [Server thread/TRACE] [FML/securitycraft]: Registry add: securitycraft:furnaceMine 212 org.freeforums.geforce.securitycraft.blocks.mines.BlockFurnaceMine@f14ca4c (req. id -1)
[22:44:32] [Server thread/DEBUG] [FML/securitycraft]: Found matching Block org.freeforums.geforce.securitycraft.blocks.mines.BlockFurnaceMine@f14ca4c for ItemBlock net.minecraft.item.ItemBlock@50933ed1 at id 212, original id requested: -1
[22:44:32] [Server thread/TRACE] [FML/securitycraft]: Registry add: securitycraft:furnaceMine 212 net.minecraft.item.ItemBlock@50933ed1 (req. id 212)
[22:44:32] [Server thread/TRACE] [FML/securitycraft]: Registry add: securitycraft:retinalScanner 213 org.freeforums.geforce.securitycraft.blocks.BlockRetinalScanner@5cefe0f7 (req. id -1)
[22:44:32] [Server thread/DEBUG] [FML/securitycraft]: Found matching Block org.freeforums.geforce.securitycraft.blocks.BlockRetinalScanner@5cefe0f7 for ItemBlock net.minecraft.item.ItemBlock@651181 at id 213, original id requested: -1
[22:44:32] [Server thread/TRACE] [FML/securitycraft]: Registry add: securitycraft:retinalScanner 213 net.minecraft.item.ItemBlock@651181 (req. id 213)
[22:44:32] [Server thread/TRACE] [FML/securitycraft]: Registry add: securitycraft:reinforcedIronDoor 214 org.freeforums.geforce.securitycraft.blocks.BlockReinforcedDoor@16374353 (req. id -1)
[22:44:32] [Server thread/DEBUG] [FML/securitycraft]: Found matching Block org.freeforums.geforce.securitycraft.blocks.BlockReinforcedDoor@16374353 for ItemBlock net.minecraft.item.ItemBlock@7f30f388 at id 214, original id requested: -1
[22:44:32] [Server thread/TRACE] [FML/securitycraft]: Registry add: securitycraft:reinforcedIronDoor 214 net.minecraft.item.ItemBlock@7f30f388 (req. id 214)
[22:44:32] [Server thread/TRACE] [FML/securitycraft]: Registry add: securitycraft:bogusLava 215 org.freeforums.geforce.securitycraft.blocks.BlockBogusLavaBase@424a7455 (req. id -1)
[22:44:32] [Server thread/DEBUG] [FML/securitycraft]: Found matching Block org.freeforums.geforce.securitycraft.blocks.BlockBogusLavaBase@424a7455 for ItemBlock net.minecraft.item.ItemBlock@63a2ce7d at id 215, original id requested: -1
[22:44:32] [Server thread/TRACE] [FML/securitycraft]: Registry add: securitycraft:bogusLava 215 net.minecraft.item.ItemBlock@63a2ce7d (req. id 215)
[22:44:32] [Server thread/TRACE] [FML/securitycraft]: Registry add: securitycraft:bogusLavaFlowing 216 org.freeforums.geforce.securitycraft.blocks.BlockBogusLava@33d59247 (req. id -1)
[22:44:32] [Server thread/DEBUG] [FML/securitycraft]: Found matching Block org.freeforums.geforce.securitycraft.blocks.BlockBogusLava@33d59247 for ItemBlock net.minecraft.item.ItemBlock@55d14d4b at id 216, original id requested: -1
[22:44:32] [Server thread/TRACE] [FML/securitycraft]: Registry add: securitycraft:bogusLavaFlowing 216 net.minecraft.item.ItemBlock@55d14d4b (req. id 216)
[22:44:32] [Server thread/TRACE] [FML/securitycraft]: Registry add: securitycraft:bogusWater 217 org.freeforums.geforce.securitycraft.blocks.BlockBogusWaterBase@351c8b8f (req. id -1)
[22:44:32] [Server thread/DEBUG] [FML/securitycraft]: Found matching Block org.freeforums.geforce.securitycraft.blocks.BlockBogusWaterBase@351c8b8f for ItemBlock net.minecraft.item.ItemBlock@22ae7219 at id 217, original id requested: -1
[22:44:32] [Server thread/TRACE] [FML/securitycraft]: Registry add: securitycraft:bogusWater 217 net.minecraft.item.ItemBlock@22ae7219 (req. id 217)
[22:44:32] [Server thread/TRACE] [FML/securitycraft]: Registry add: securitycraft:bogusWaterFlowing 218 org.freeforums.geforce.securitycraft.blocks.BlockBogusWater@788f7a90 (req. id -1)
[22:44:32] [Server thread/DEBUG] [FML/securitycraft]: Found matching Block org.freeforums.geforce.securitycraft.blocks.BlockBogusWater@788f7a90 for ItemBlock net.minecraft.item.ItemBlock@e582127 at id 218, original id requested: -1
[22:44:32] [Server thread/TRACE] [FML/securitycraft]: Registry add: securitycraft:bogusWaterFlowing 218 net.minecraft.item.ItemBlock@e582127 (req. id 218)
[22:44:32] [Server thread/TRACE] [FML/securitycraft]: Registry add: securitycraft:keycardReader 219 org.freeforums.geforce.securitycraft.blocks.BlockKeycardReader@19ae7454 (req. id -1)
[22:44:32] [Server thread/DEBUG] [FML/securitycraft]: Found matching Block org.freeforums.geforce.securitycraft.blocks.BlockKeycardReader@19ae7454 for ItemBlock net.minecraft.item.ItemBlock@62aff17e at id 219, original id requested: -1
[22:44:32] [Server thread/TRACE] [FML/securitycraft]: Registry add: securitycraft:keycardReader 219 net.minecraft.item.ItemBlock@62aff17e (req. id 219)
[22:44:32] [Server thread/TRACE] [FML/securitycraft]: Registry add: securitycraft:reinforcedIronTrapdoor 220 org.freeforums.geforce.securitycraft.blocks.BlockIronTrapDoor@57d6a5e9 (req. id -1)
[22:44:32] [Server thread/DEBUG] [FML/securitycraft]: Found matching Block org.freeforums.geforce.securitycraft.blocks.BlockIronTrapDoor@57d6a5e9 for ItemBlock net.minecraft.item.ItemBlock@2af01a04 at id 220, original id requested: -1
[22:44:32] [Server thread/TRACE] [FML/securitycraft]: Registry add: securitycraft:reinforcedIronTrapdoor 220 net.minecraft.item.ItemBlock@2af01a04 (req. id 220)
[22:44:32] [Server thread/TRACE] [FML/securitycraft]: Registry add: securitycraft:bouncingBetty 221 org.freeforums.geforce.securitycraft.blocks.mines.BlockBouncingBetty@58c05fc0 (req. id -1)
[22:44:32] [Server thread/DEBUG] [FML/securitycraft]: Found matching Block org.freeforums.geforce.securitycraft.blocks.mines.BlockBouncingBetty@58c05fc0 for ItemBlock net.minecraft.item.ItemBlock@4ef3b7d1 at id 221, original id requested: -1
[22:44:32] [Server thread/TRACE] [FML/securitycraft]: Registry add: securitycraft:bouncingBetty 221 net.minecraft.item.ItemBlock@4ef3b7d1 (req. id 221)
[22:44:32] [Server thread/TRACE] [FML/securitycraft]: Registry add: securitycraft:inventoryScanner 222 org.freeforums.geforce.securitycraft.blocks.BlockInventoryScanner@64f9a431 (req. id -1)
[22:44:32] [Server thread/DEBUG] [FML/securitycraft]: Found matching Block org.freeforums.geforce.securitycraft.blocks.BlockInventoryScanner@64f9a431 for ItemBlock net.minecraft.item.ItemBlock@5a8f610a at id 222, original id requested: -1
[22:44:32] [Server thread/TRACE] [FML/securitycraft]: Registry add: securitycraft:inventoryScanner 222 net.minecraft.item.ItemBlock@5a8f610a (req. id 222)
[22:44:32] [Server thread/TRACE] [FML/securitycraft]: Registry add: securitycraft:inventoryScannerField 223 org.freeforums.geforce.securitycraft.blocks.BlockInventoryScannerBlock@9f5e2d1 (req. id -1)
[22:44:32] [Server thread/DEBUG] [FML/securitycraft]: Found matching Block org.freeforums.geforce.securitycraft.blocks.BlockInventoryScannerBlock@9f5e2d1 for ItemBlock net.minecraft.item.ItemBlock@652e4746 at id 223, original id requested: -1
[22:44:32] [Server thread/TRACE] [FML/securitycraft]: Registry add: securitycraft:inventoryScannerField 223 net.minecraft.item.ItemBlock@652e4746 (req. id 223)
[22:44:32] [Server thread/TRACE] [FML/securitycraft]: Registry add: securitycraft:trackMine 224 org.freeforums.geforce.securitycraft.blocks.mines.BlockTrackMine@45decd12 (req. id -1)
[22:44:32] [Server thread/DEBUG] [FML/securitycraft]: Found matching Block org.freeforums.geforce.securitycraft.blocks.mines.BlockTrackMine@45decd12 for ItemBlock net.minecraft.item.ItemBlock@5c7aabba at id 224, original id requested: -1
[22:44:32] [Server thread/TRACE] [FML/securitycraft]: Registry add: securitycraft:trackMine 224 net.minecraft.item.ItemBlock@5c7aabba (req. id 224)
[22:44:32] [Server thread/TRACE] [FML/securitycraft]: Registry add: securitycraft:cageTrap 225 org.freeforums.geforce.securitycraft.blocks.BlockCageTrap@49c7ec38 (req. id -1)
[22:44:32] [Server thread/DEBUG] [FML/securitycraft]: Found matching Block org.freeforums.geforce.securitycraft.blocks.BlockCageTrap@49c7ec38 for ItemBlock net.minecraft.item.ItemBlock@412e40fa at id 225, original id requested: -1
[22:44:32] [Server thread/TRACE] [FML/securitycraft]: Registry add: securitycraft:cageTrap 225 net.minecraft.item.ItemBlock@412e40fa (req. id 225)
[22:44:32] [Server thread/TRACE] [FML/securitycraft]: Registry add: securitycraft:portableRadar 226 org.freeforums.geforce.securitycraft.blocks.BlockPortableRadar@4880041e (req. id -1)
[22:44:32] [Server thread/DEBUG] [FML/securitycraft]: Found matching Block org.freeforums.geforce.securitycraft.blocks.BlockPortableRadar@4880041e for ItemBlock net.minecraft.item.ItemBlock@65457925 at id 226, original id requested: -1
[22:44:32] [Server thread/TRACE] [FML/securitycraft]: Registry add: securitycraft:portableRadar 226 net.minecraft.item.ItemBlock@65457925 (req. id 226)
[22:44:32] [Server thread/TRACE] [FML/securitycraft]: Registry add: securitycraft:deactivatedCageTrap 227 org.freeforums.geforce.securitycraft.blocks.BlockCageTrap@2dad2167 (req. id -1)
[22:44:32] [Server thread/DEBUG] [FML/securitycraft]: Found matching Block org.freeforums.geforce.securitycraft.blocks.BlockCageTrap@2dad2167 for ItemBlock net.minecraft.item.ItemBlock@3f5ce89e at id 227, original id requested: -1
[22:44:32] [Server thread/TRACE] [FML/securitycraft]: Registry add: securitycraft:deactivatedCageTrap 227 net.minecraft.item.ItemBlock@3f5ce89e (req. id 227)
[22:44:32] [Server thread/TRACE] [FML/securitycraft]: Registry add: securitycraft:reinforcedIronBars 228 org.freeforums.geforce.securitycraft.blocks.BlockUnbreakableBars@719e3201 (req. id -1)
[22:44:32] [Server thread/DEBUG] [FML/securitycraft]: Found matching Block org.freeforums.geforce.securitycraft.blocks.BlockUnbreakableBars@719e3201 for ItemBlock net.minecraft.item.ItemBlock@36ca914 at id 228, original id requested: -1
[22:44:32] [Server thread/TRACE] [FML/securitycraft]: Registry add: securitycraft:reinforcedIronBars 228 net.minecraft.item.ItemBlock@36ca914 (req. id 228)
[22:44:32] [Server thread/TRACE] [FML/securitycraft]: Registry add: securitycraft:keypadChest 229 org.freeforums.geforce.securitycraft.blocks.BlockKeypadChest@4b97b110 (req. id -1)
[22:44:32] [Server thread/DEBUG] [FML/securitycraft]: Found matching Block org.freeforums.geforce.securitycraft.blocks.BlockKeypadChest@4b97b110 for ItemBlock net.minecraft.item.ItemBlock@631ab86a at id 229, original id requested: -1
[22:44:32] [Server thread/TRACE] [FML/securitycraft]: Registry add: securitycraft:keypadChest 229 net.minecraft.item.ItemBlock@631ab86a (req. id 229)
[22:44:32] [Server thread/TRACE] [FML/securitycraft]: Registry add: securitycraft:usernameLogger 230 org.freeforums.geforce.securitycraft.blocks.BlockLogger@6b8170be (req. id -1)
[22:44:32] [Server thread/DEBUG] [FML/securitycraft]: Found matching Block org.freeforums.geforce.securitycraft.blocks.BlockLogger@6b8170be for ItemBlock net.minecraft.item.ItemBlock@7a3ae54d at id 230, original id requested: -1
[22:44:32] [Server thread/TRACE] [FML/securitycraft]: Registry add: securitycraft:usernameLogger 230 net.minecraft.item.ItemBlock@7a3ae54d (req. id 230)
[22:44:32] [Server thread/TRACE] [FML/securitycraft]: Registry add: securitycraft:reinforcedGlass 231 org.freeforums.geforce.securitycraft.blocks.BlockReinforcedGlass@7f348546 (req. id -1)
[22:44:32] [Server thread/DEBUG] [FML/securitycraft]: Found matching Block org.freeforums.geforce.securitycraft.blocks.BlockReinforcedGlass@7f348546 for ItemBlock net.minecraft.item.ItemBlock@7e861d21 at id 231, original id requested: -1
[22:44:32] [Server thread/TRACE] [FML/securitycraft]: Registry add: securitycraft:reinforcedGlass 231 net.minecraft.item.ItemBlock@7e861d21 (req. id 231)
[22:44:32] [Server thread/TRACE] [FML/securitycraft]: Registry add: securitycraft:alarm 232 org.freeforums.geforce.securitycraft.blocks.BlockAlarm@5afbb54c (req. id -1)
[22:44:32] [Server thread/DEBUG] [FML/securitycraft]: Found matching Block org.freeforums.geforce.securitycraft.blocks.BlockAlarm@5afbb54c for ItemBlock net.minecraft.item.ItemBlock@34935e3d at id 232, original id requested: -1
[22:44:32] [Server thread/TRACE] [FML/securitycraft]: Registry add: securitycraft:alarm 232 net.minecraft.item.ItemBlock@34935e3d (req. id 232)
[22:44:32] [Server thread/TRACE] [FML/securitycraft]: Registry add: securitycraft:alarmLit 233 org.freeforums.geforce.securitycraft.blocks.BlockAlarm@7f29a1a9 (req. id -1)
[22:44:32] [Server thread/DEBUG] [FML/securitycraft]: Found matching Block org.freeforums.geforce.securitycraft.blocks.BlockAlarm@7f29a1a9 for ItemBlock net.minecraft.item.ItemBlock@1492a838 at id 233, original id requested: -1
[22:44:32] [Server thread/TRACE] [FML/securitycraft]: Registry add: securitycraft:alarmLit 233 net.minecraft.item.ItemBlock@1492a838 (req. id 233)
[22:44:32] [Server thread/TRACE] [FML/securitycraft]: Registry add: securitycraft:reinforcedStone 234 org.freeforums.geforce.securitycraft.blocks.BlockOwnableWithInfo@69064649 (req. id -1)
[22:44:32] [Server thread/DEBUG] [FML/securitycraft]: Found matching Block org.freeforums.geforce.securitycraft.blocks.BlockOwnableWithInfo@69064649 for ItemBlock net.minecraft.item.ItemBlock@6d9c972e at id 234, original id requested: -1
[22:44:32] [Server thread/TRACE] [FML/securitycraft]: Registry add: securitycraft:reinforcedStone 234 net.minecraft.item.ItemBlock@6d9c972e (req. id 234)
[22:44:32] [Server thread/TRACE] [FML/securitycraft]: Registry add: securitycraft:reinforcedFenceGate 235 org.freeforums.geforce.securitycraft.blocks.BlockReinforcedFenceGate@6cce31cd (req. id -1)
[22:44:32] [Server thread/DEBUG] [FML/securitycraft]: Found matching Block org.freeforums.geforce.securitycraft.blocks.BlockReinforcedFenceGate@6cce31cd for ItemBlock net.minecraft.item.ItemBlock@10970c0c at id 235, original id requested: -1
[22:44:32] [Server thread/TRACE] [FML/securitycraft]: Registry add: securitycraft:reinforcedFenceGate 235 net.minecraft.item.ItemBlock@10970c0c (req. id 235)
[22:44:32] [Server thread/TRACE] [FML/securitycraft]: Registry add: securitycraft:reinforcedPlanks_Oak 236 org.freeforums.geforce.securitycraft.blocks.BlockReinforcedWood@58c36d1b (req. id -1)
[22:44:32] [Server thread/DEBUG] [FML/securitycraft]: Found matching Block org.freeforums.geforce.securitycraft.blocks.BlockReinforcedWood@58c36d1b for ItemBlock net.minecraft.item.ItemBlock@49778c88 at id 236, original id requested: -1
[22:44:32] [Server thread/TRACE] [FML/securitycraft]: Registry add: securitycraft:reinforcedPlanks_Oak 236 net.minecraft.item.ItemBlock@49778c88 (req. id 236)
[22:44:32] [Server thread/TRACE] [FML/securitycraft]: Registry add: securitycraft:reinforcedPlanks_Spruce 237 org.freeforums.geforce.securitycraft.blocks.BlockReinforcedWood@61a81ec6 (req. id -1)
[22:44:32] [Server thread/DEBUG] [FML/securitycraft]: Found matching Block org.freeforums.geforce.securitycraft.blocks.BlockReinforcedWood@61a81ec6 for ItemBlock net.minecraft.item.ItemBlock@b2a52f6 at id 237, original id requested: -1
[22:44:32] [Server thread/TRACE] [FML/securitycraft]: Registry add: securitycraft:reinforcedPlanks_Spruce 237 net.minecraft.item.ItemBlock@b2a52f6 (req. id 237)
[22:44:32] [Server thread/TRACE] [FML/securitycraft]: Registry add: securitycraft:reinforcedPlanks_Birch 238 org.freeforums.geforce.securitycraft.blocks.BlockReinforcedWood@7ecc9cd7 (req. id -1)
[22:44:32] [Server thread/DEBUG] [FML/securitycraft]: Found matching Block org.freeforums.geforce.securitycraft.blocks.BlockReinforcedWood@7ecc9cd7 for ItemBlock net.minecraft.item.ItemBlock@7db32ea9 at id 238, original id requested: -1
[22:44:32] [Server thread/TRACE] [FML/securitycraft]: Registry add: securitycraft:reinforcedPlanks_Birch 238 net.minecraft.item.ItemBlock@7db32ea9 (req. id 238)
[22:44:32] [Server thread/TRACE] [FML/securitycraft]: Registry add: securitycraft:reinforcedPlanks_Jungle 239 org.freeforums.geforce.securitycraft.blocks.BlockReinforcedWood@24d77e0b (req. id -1)
[22:44:32] [Server thread/DEBUG] [FML/securitycraft]: Found matching Block org.freeforums.geforce.securitycraft.blocks.BlockReinforcedWood@24d77e0b for ItemBlock net.minecraft.item.ItemBlock@7e8b0c8b at id 239, original id requested: -1
[22:44:32] [Server thread/TRACE] [FML/securitycraft]: Registry add: securitycraft:reinforcedPlanks_Jungle 239 net.minecraft.item.ItemBlock@7e8b0c8b (req. id 239)
[22:44:32] [Server thread/TRACE] [FML/securitycraft]: Registry add: securitycraft:reinforcedPlanks_Acadia 240 org.freeforums.geforce.securitycraft.blocks.BlockReinforcedWood@1aa9a395 (req. id -1)
[22:44:32] [Server thread/DEBUG] [FML/securitycraft]: Found matching Block org.freeforums.geforce.securitycraft.blocks.BlockReinforcedWood@1aa9a395 for ItemBlock net.minecraft.item.ItemBlock@d01149 at id 240, original id requested: -1
[22:44:32] [Server thread/TRACE] [FML/securitycraft]: Registry add: securitycraft:reinforcedPlanks_Acadia 240 net.minecraft.item.ItemBlock@d01149 (req. id 240)
[22:44:32] [Server thread/TRACE] [FML/securitycraft]: Registry add: securitycraft:reinforcedPlanks_DarkOak 241 org.freeforums.geforce.securitycraft.blocks.BlockReinforcedWood@2619aa8c (req. id -1)
[22:44:32] [Server thread/DEBUG] [FML/securitycraft]: Found matching Block org.freeforums.geforce.securitycraft.blocks.BlockReinforcedWood@2619aa8c for ItemBlock net.minecraft.item.ItemBlock@796dc9ca at id 241, original id requested: -1
[22:44:32] [Server thread/TRACE] [FML/securitycraft]: Registry add: securitycraft:reinforcedPlanks_DarkOak 241 net.minecraft.item.ItemBlock@796dc9ca (req. id 241)
[22:44:32] [Server thread/TRACE] [FML/securitycraft]: Registry add: securitycraft:keypadFurnace 242 org.freeforums.geforce.securitycraft.blocks.BlockKeypadFurnace@79b7d5f7 (req. id -1)
[22:44:32] [Server thread/DEBUG] [FML/securitycraft]: Found matching Block org.freeforums.geforce.securitycraft.blocks.BlockKeypadFurnace@79b7d5f7 for ItemBlock net.minecraft.item.ItemBlock@7559af81 at id 242, original id requested: -1
[22:44:32] [Server thread/TRACE] [FML/securitycraft]: Registry add: securitycraft:keypadFurnace 242 net.minecraft.item.ItemBlock@7559af81 (req. id 242)
[22:44:32] [Server thread/TRACE] [FML/securitycraft]: Registry add: securitycraft:panicButton 243 org.freeforums.geforce.securitycraft.blocks.BlockPanicButton@5189aa4e (req. id -1)
[22:44:32] [Server thread/DEBUG] [FML/securitycraft]: Found matching Block org.freeforums.geforce.securitycraft.blocks.BlockPanicButton@5189aa4e for ItemBlock net.minecraft.item.ItemBlock@7a95661d at id 243, original id requested: -1
[22:44:32] [Server thread/TRACE] [FML/securitycraft]: Registry add: securitycraft:panicButton 243 net.minecraft.item.ItemBlock@7a95661d (req. id 243)
[22:44:32] [Server thread/TRACE] [FML/securitycraft]: Registry add: securitycraft:claymore 244 org.freeforums.geforce.securitycraft.blocks.mines.BlockClaymore@201633a8 (req. id -1)
[22:44:32] [Server thread/DEBUG] [FML/securitycraft]: Found matching Block org.freeforums.geforce.securitycraft.blocks.mines.BlockClaymore@201633a8 for ItemBlock net.minecraft.item.ItemBlock@1aaa932 at id 244, original id requested: -1
[22:44:32] [Server thread/TRACE] [FML/securitycraft]: Registry add: securitycraft:claymore 244 net.minecraft.item.ItemBlock@1aaa932 (req. id 244)
[22:44:32] [Server thread/TRACE] [FML/securitycraft]: Registry add: securitycraft:keypadFrame 245 org.freeforums.geforce.securitycraft.blocks.BlockKeypadFrame@44291cdc (req. id -1)
[22:44:32] [Server thread/DEBUG] [FML/securitycraft]: Found matching Block org.freeforums.geforce.securitycraft.blocks.BlockKeypadFrame@44291cdc for ItemBlock net.minecraft.item.ItemBlock@71bc7dac at id 245, original id requested: -1
[22:44:32] [Server thread/TRACE] [FML/securitycraft]: Registry add: securitycraft:keypadFrame 245 net.minecraft.item.ItemBlock@71bc7dac (req. id 245)
[22:44:32] [Server thread/TRACE] [FML/securitycraft]: Registry add: securitycraft:codebreaker 4154 org.freeforums.geforce.securitycraft.items.ItemCodebreaker@2b38e02f (req. id -1)
[22:44:32] [Server thread/TRACE] [FML/securitycraft]: Registry add: securitycraft:doorIndestructibleIronItem 4155 org.freeforums.geforce.securitycraft.items.ItemReinforcedDoor@1b470b55 (req. id -1)
[22:44:32] [Server thread/TRACE] [FML/securitycraft]: Registry add: securitycraft:universalBlockRemover 4156 org.freeforums.geforce.securitycraft.items.ItemWithInfo@3e55e93f (req. id -1)
[22:44:32] [Server thread/TRACE] [FML/securitycraft]: Registry add: securitycraft:keycardLV1 4157 org.freeforums.geforce.securitycraft.items.ItemKeycardBase@2c16a244 (req. id -1)
[22:44:32] [Server thread/TRACE] [FML/securitycraft]: Registry add: securitycraft:keycardLV2 4158 org.freeforums.geforce.securitycraft.items.ItemKeycardBase@40c30671 (req. id -1)
[22:44:32] [Server thread/TRACE] [FML/securitycraft]: Registry add: securitycraft:keycardLV3 4159 org.freeforums.geforce.securitycraft.items.ItemKeycardBase@63fda09f (req. id -1)
[22:44:32] [Server thread/TRACE] [FML/securitycraft]: Registry add: securitycraft:keycardLV4 4160 org.freeforums.geforce.securitycraft.items.ItemKeycardBase@7270b1ce (req. id -1)
[22:44:32] [Server thread/TRACE] [FML/securitycraft]: Registry add: securitycraft:keycardLV5 4161 org.freeforums.geforce.securitycraft.items.ItemKeycardBase@6bed3946 (req. id -1)
[22:44:32] [Server thread/TRACE] [FML/securitycraft]: Registry add: securitycraft:limitedUseKeycard 4162 org.freeforums.geforce.securitycraft.items.ItemKeycardBase@33c55ac4 (req. id -1)
[22:44:32] [Server thread/TRACE] [FML/securitycraft]: Registry add: securitycraft:remoteAccessMine 4163 org.freeforums.geforce.securitycraft.items.ItemRemoteAccess@3d32fd7b (req. id -1)
[22:44:32] [Server thread/TRACE] [FML/securitycraft]: Registry add: securitycraft:bucketFWater 4164 org.freeforums.geforce.securitycraft.items.ItemModifiedBucket@4a3bc5d2 (req. id -1)
[22:44:32] [Server thread/TRACE] [FML/securitycraft]: Registry add: securitycraft:bucketFLava 4165 org.freeforums.geforce.securitycraft.items.ItemModifiedBucket@489ef2da (req. id -1)
[22:44:32] [Server thread/TRACE] [FML/securitycraft]: Registry add: securitycraft:universalBlockModifier 4166 org.freeforums.geforce.securitycraft.items.ItemUniversalBlockModifier@51949277 (req. id -1)
[22:44:32] [Server thread/TRACE] [FML/securitycraft]: Registry add: securitycraft:redstoneModule 4167 org.freeforums.geforce.securitycraft.items.ItemModule@7be7641b (req. id -1)
[22:44:32] [Server thread/TRACE] [FML/securitycraft]: Registry add: securitycraft:whitelistModule 4168 org.freeforums.geforce.securitycraft.items.ItemModule@6fe63be0 (req. id -1)
[22:44:32] [Server thread/TRACE] [FML/securitycraft]: Registry add: securitycraft:blacklistModule 4169 org.freeforums.geforce.securitycraft.items.ItemModule@50510ce4 (req. id -1)
[22:44:32] [Server thread/TRACE] [FML/securitycraft]: Registry add: securitycraft:harmingModule 4170 org.freeforums.geforce.securitycraft.items.ItemModule@25a32bb3 (req. id -1)
[22:44:32] [Server thread/TRACE] [FML/securitycraft]: Registry add: securitycraft:smartModule 4171 org.freeforums.geforce.securitycraft.items.ItemModule@65a444a0 (req. id -1)
[22:44:32] [Server thread/TRACE] [FML/securitycraft]: Registry add: securitycraft:wireCutters 4172 org.freeforums.geforce.securitycraft.items.ItemWithInfo@3b434acf (req. id -1)
[22:44:32] [Server thread/TRACE] [FML/securitycraft]: Registry add: securitycraft:keypadItem 4173 org.freeforums.geforce.securitycraft.items.ItemWithInfo@63ad476f (req. id -1)
[22:44:32] [Server thread/TRACE] [FML/securitycraft]: Registry add: securitycraft:adminTool 4174 org.freeforums.geforce.securitycraft.items.ItemAdminTool@5fef061a (req. id -1)
[22:44:32] [Server thread/TRACE] [securitycraft/securitycraft]: Sent event FMLPreInitializationEvent to mod securitycraft
[22:44:32] [Server thread/DEBUG] [FML/]: Bar Step: PreInitialization - SecurityCraft took 1.997s
[22:44:32] [Server thread/TRACE] [braziermod/braziermod]: Sending event FMLPreInitializationEvent to mod braziermod
[22:44:32] [Server thread/TRACE] [braziermod/braziermod]: Sent event FMLPreInitializationEvent to mod braziermod
[22:44:32] [Server thread/DEBUG] [FML/]: Bar Step: PreInitialization - Brazier Mod took 0.004s
[22:44:32] [Server thread/TRACE] [bspkrsCore/bspkrsCore]: Sending event FMLPreInitializationEvent to mod bspkrsCore
[22:44:32] [Server thread/TRACE] [bspkrsCore/bspkrsCore]: Sent event FMLPreInitializationEvent to mod bspkrsCore
[22:44:32] [Server thread/DEBUG] [FML/]: Bar Step: PreInitialization - bspkrsCore took 0.105s
[22:44:32] [Server thread/TRACE] [fastfood/fastfood]: Sending event FMLPreInitializationEvent to mod fastfood
[22:44:33] [Server thread/TRACE] [FML/fastfood]: Registry add: fastfood:counter 246 danielm59.fastfood.block.BlockCounter@6970a5a7 (req. id -1)
[22:44:33] [Server thread/DEBUG] [FML/fastfood]: Found matching Block danielm59.fastfood.block.BlockCounter@6970a5a7 for ItemBlock net.minecraft.item.ItemBlock@13307a8 at id 246, original id requested: -1
[22:44:33] [Server thread/TRACE] [FML/fastfood]: Registry add: fastfood:counter 246 net.minecraft.item.ItemBlock@13307a8 (req. id 246)
[22:44:33] [Server thread/TRACE] [FML/fastfood]: Registry add: fastfood:grinder 247 danielm59.fastfood.block.BlockGrinder@5ef8a834 (req. id -1)
[22:44:33] [Server thread/DEBUG] [FML/fastfood]: Found matching Block danielm59.fastfood.block.BlockGrinder@5ef8a834 for ItemBlock net.minecraft.item.ItemBlock@7e245d99 at id 247, original id requested: -1
[22:44:33] [Server thread/TRACE] [FML/fastfood]: Registry add: fastfood:grinder 247 net.minecraft.item.ItemBlock@7e245d99 (req. id 247)
[22:44:33] [Server thread/TRACE] [FML/fastfood]: Registry add: fastfood:churn 248 danielm59.fastfood.block.BlockChurn@5ccf909d (req. id -1)
[22:44:33] [Server thread/DEBUG] [FML/fastfood]: Found matching Block danielm59.fastfood.block.BlockChurn@5ccf909d for ItemBlock net.minecraft.item.ItemBlock@6dca3120 at id 248, original id requested: -1
[22:44:33] [Server thread/TRACE] [FML/fastfood]: Registry add: fastfood:churn 248 net.minecraft.item.ItemBlock@6dca3120 (req. id 248)
[22:44:33] [Server thread/TRACE] [FML/fastfood]: Registry add: fastfood:press 249 danielm59.fastfood.block.BlockPress@43766df3 (req. id -1)
[22:44:33] [Server thread/DEBUG] [FML/fastfood]: Found matching Block danielm59.fastfood.block.BlockPress@43766df3 for ItemBlock net.minecraft.item.ItemBlock@3217e596 at id 249, original id requested: -1
[22:44:33] [Server thread/TRACE] [FML/fastfood]: Registry add: fastfood:press 249 net.minecraft.item.ItemBlock@3217e596 (req. id 249)
[22:44:33] [Server thread/TRACE] [FML/fastfood]: Registry add: fastfood:mill 250 danielm59.fastfood.block.BlockMill@228eb599 (req. id -1)
[22:44:33] [Server thread/DEBUG] [FML/fastfood]: Found matching Block danielm59.fastfood.block.BlockMill@228eb599 for ItemBlock net.minecraft.item.ItemBlock@1fde2045 at id 250, original id requested: -1
[22:44:33] [Server thread/TRACE] [FML/fastfood]: Registry add: fastfood:mill 250 net.minecraft.item.ItemBlock@1fde2045 (req. id 250)
[22:44:33] [Server thread/TRACE] [FML/fastfood]: Registry add: fastfood:knife 4175 danielm59.fastfood.item.ItemKnife@75ad96e9 (req. id -1)
[22:44:33] [Server thread/TRACE] [FML/fastfood]: Registry add: fastfood:grater 4176 danielm59.fastfood.item.ItemGrater@21bd2d32 (req. id -1)
[22:44:33] [Server thread/TRACE] [FML/fastfood]: Registry add: fastfood:flourbag 4177 danielm59.fastfood.item.ItemFF@8caf36b (req. id -1)
[22:44:33] [Server thread/TRACE] [FML/fastfood]: Registry add: fastfood:wheatflour 4178 danielm59.fastfood.item.ItemFF@6678263f (req. id -1)
[22:44:33] [Server thread/TRACE] [FML/fastfood]: Registry add: fastfood:millstone 4179 danielm59.fastfood.item.ItemFF@7ffbeec7 (req. id -1)
[22:44:33] [Server thread/TRACE] [FML/fastfood]: Registry add: fastfood:breaddough 4180 danielm59.fastfood.item.FoodFF@376798b7 (req. id -1)
[22:44:33] [Server thread/TRACE] [FML/fastfood]: Registry add: fastfood:pizzabase 4181 danielm59.fastfood.item.FoodFF@6869749b (req. id -1)
[22:44:33] [Server thread/TRACE] [FML/fastfood]: Registry add: fastfood:rawpizza 4182 danielm59.fastfood.item.FoodFF@4f87fe77 (req. id -1)
[22:44:33] [Server thread/TRACE] [FML/fastfood]: Registry add: fastfood:pizza 4183 danielm59.fastfood.item.FoodFF@6f2aac96 (req. id -1)
[22:44:33] [Server thread/TRACE] [FML/fastfood]: Registry add: fastfood:rawbread 4184 danielm59.fastfood.item.FoodFF@640323e4 (req. id -1)
[22:44:33] [Server thread/TRACE] [FML/fastfood]: Registry add: fastfood:roll 4185 danielm59.fastfood.item.FoodFF@476d5e53 (req. id -1)
[22:44:33] [Server thread/TRACE] [FML/fastfood]: Registry add: fastfood:rawbacon 4186 danielm59.fastfood.item.FoodFF@3769648f (req. id -1)
[22:44:33] [Server thread/TRACE] [FML/fastfood]: Registry add: fastfood:bacon 4187 danielm59.fastfood.item.FoodFF@d1d30e8 (req. id -1)
[22:44:33] [Server thread/TRACE] [FML/fastfood]: Registry add: fastfood:baconroll 4188 danielm59.fastfood.item.FoodFF@70fc2eac (req. id -1)
[22:44:33] [Server thread/TRACE] [FML/fastfood]: Registry add: fastfood:rawmince 4189 danielm59.fastfood.item.FoodFF@5d4e6926 (req. id -1)
[22:44:33] [Server thread/TRACE] [FML/fastfood]: Registry add: fastfood:rawbeefpatty 4190 danielm59.fastfood.item.FoodFF@217f231c (req. id -1)
[22:44:33] [Server thread/TRACE] [FML/fastfood]: Registry add: fastfood:beefpatty 4191 danielm59.fastfood.item.FoodFF@4501ddab (req. id -1)
[22:44:33] [Server thread/TRACE] [FML/fastfood]: Registry add: fastfood:beefburger 4192 danielm59.fastfood.item.FoodFF@549912e9 (req. id -1)
[22:44:33] [Server thread/TRACE] [FML/fastfood]: Registry add: fastfood:tomato 4193 danielm59.fastfood.item.FoodFF@7a304605 (req. id -1)
[22:44:33] [Server thread/TRACE] [FML/fastfood]: Registry add: fastfood:butter 4194 danielm59.fastfood.item.FoodFF@220ffd9c (req. id -1)
[22:44:33] [Server thread/TRACE] [FML/fastfood]: Registry add: fastfood:cheese 4195 danielm59.fastfood.item.FoodFF@69a880f3 (req. id -1)
[22:44:33] [Server thread/TRACE] [FML/fastfood]: Registry add: fastfood:gratedcheese 4196 danielm59.fastfood.item.FoodFF@753ac975 (req. id -1)
[22:44:33] [Server thread/TRACE] [FML/fastfood]: Registry add: fastfood:tomatosauce 4197 danielm59.fastfood.item.FoodDrinkableFF@d42a9b9 (req. id -1)
[22:44:33] [Server thread/TRACE] [FML/fastfood]: Registry add: fastfood:tomatocrop 251 danielm59.fastfood.block.crops.BlockCropTomato@507c5690 (req. id -1)
[22:44:33] [Server thread/DEBUG] [FML/fastfood]: Found matching Block danielm59.fastfood.block.crops.BlockCropTomato@507c5690 for ItemBlock net.minecraft.item.ItemBlock@28ad2fbd at id 251, original id requested: -1
[22:44:33] [Server thread/TRACE] [FML/fastfood]: Registry add: fastfood:tomatocrop 251 net.minecraft.item.ItemBlock@28ad2fbd (req. id 251)
[22:44:33] [Server thread/TRACE] [FML/fastfood]: Registry add: fastfood:tomatoseeds 4198 danielm59.fastfood.item.seed.ItemSeedTomato@4af3afc (req. id -1)
[22:44:33] [Server thread/INFO] [Fast Food/fastfood]: Pre Initialization Complete!
[22:44:33] [Server thread/TRACE] [fastfood/fastfood]: Sent event FMLPreInitializationEvent to mod fastfood
[22:44:33] [Server thread/DEBUG] [FML/]: Bar Step: PreInitialization - Fast Food took 0.212s
[22:44:33] [Server thread/TRACE] [FloatingRuins/FloatingRuins]: Sending event FMLPreInitializationEvent to mod FloatingRuins
[22:44:33] [Server thread/TRACE] [FloatingRuins/FloatingRuins]: Sent event FMLPreInitializationEvent to mod FloatingRuins
[22:44:33] [Server thread/DEBUG] [FML/]: Bar Step: PreInitialization - FloatingRuins took 0.086s
[22:44:33] [Server thread/TRACE] [adamantium/adamantium]: Sending event FMLPreInitializationEvent to mod adamantium
[22:44:33] [Server thread/TRACE] [FML/adamantium]: Registry add: adamantium:vibraniumOre 252 com.reygok.adamantiummod.blocks.VibraniumOre@58723e30 (req. id -1)
[22:44:33] [Server thread/DEBUG] [FML/adamantium]: Found matching Block com.reygok.adamantiummod.blocks.VibraniumOre@58723e30 for ItemBlock net.minecraft.item.ItemBlock@43c9ea45 at id 252, original id requested: -1
[22:44:33] [Server thread/TRACE] [FML/adamantium]: Registry add: adamantium:vibraniumOre 252 net.minecraft.item.ItemBlock@43c9ea45 (req. id 252)
[22:44:33] [Server thread/TRACE] [FML/adamantium]: Registry add: adamantium:adamantiumBlock 253 com.reygok.adamantiummod.blocks.AdamantiumBlock@4527eb8e (req. id -1)
[22:44:33] [Server thread/DEBUG] [FML/adamantium]: Found matching Block com.reygok.adamantiummod.blocks.AdamantiumBlock@4527eb8e for ItemBlock net.minecraft.item.ItemBlock@742cd972 at id 253, original id requested: -1
[22:44:33] [Server thread/TRACE] [FML/adamantium]: Registry add: adamantium:adamantiumBlock 253 net.minecraft.item.ItemBlock@742cd972 (req. id 253)
[22:44:33] [Server thread/TRACE] [FML/adamantium]: Registry add: adamantium:adamantiumIngot 4199 com.reygok.adamantiummod.items.AdamantiumIngot@78bb9e70 (req. id -1)
[22:44:33] [Server thread/TRACE] [FML/adamantium]: Registry add: adamantium:vibraniumLump 4200 com.reygok.adamantiummod.items.VibraniumLump@2ba6172 (req. id -1)
[22:44:33] [Server thread/TRACE] [FML/adamantium]: Registry add: adamantium:tinyVibraniumLump 4201 com.reygok.adamantiummod.items.TinyVibraniumLump@60c0177f (req. id -1)
[22:44:33] [Server thread/TRACE] [FML/adamantium]: Registry add: adamantium:adamantiumPickaxe 4202 com.reygok.adamantiummod.items.AdamantiumPickaxe@72b5b55c (req. id -1)
[22:44:33] [Server thread/TRACE] [FML/adamantium]: Registry add: adamantium:adamantiumShovel 4203 com.reygok.adamantiummod.items.AdamantiumShovel@56d9fd64 (req. id -1)
[22:44:33] [Server thread/TRACE] [FML/adamantium]: Registry add: adamantium:adamantiumAxe 4204 com.reygok.adamantiummod.items.AdamantiumAxe@739a73c (req. id -1)
[22:44:33] [Server thread/TRACE] [FML/adamantium]: Registry add: adamantium:adamantiumHoe 4205 com.reygok.adamantiummod.items.AdamantiumHoe@6722234b (req. id -1)
[22:44:33] [Server thread/TRACE] [FML/adamantium]: Registry add: adamantium:adamantiumSword 4206 com.reygok.adamantiummod.items.AdamantiumSword@386275a6 (req. id -1)
[22:44:33] [Server thread/TRACE] [adamantium/adamantium]: Sent event FMLPreInitializationEvent to mod adamantium
[22:44:33] [Server thread/DEBUG] [FML/]: Bar Step: PreInitialization - Adamantium Mod took 0.023s
[22:44:33] [Server thread/TRACE] [affs/affs]: Sending event FMLPreInitializationEvent to mod affs
[22:44:33] [Server thread/TRACE] [FML/affs]: Registry add: affs:force_generator 254 net.fisty256.affs.block.BlockForceGenerator@33c86eed (req. id -1)
[22:44:33] [Server thread/DEBUG] [FML/affs]: Found matching Block net.fisty256.affs.block.BlockForceGenerator@33c86eed for ItemBlock net.minecraft.item.ItemBlock@6320af8 at id 254, original id requested: -1
[22:44:33] [Server thread/TRACE] [FML/affs]: Registry add: affs:force_generator 254 net.minecraft.item.ItemBlock@6320af8 (req. id 254)
[22:44:33] [Server thread/TRACE] [FML/affs]: Registry add: affs:force_field 255 net.fisty256.affs.block.BlockForceField@7fa47406 (req. id -1)
[22:44:33] [Server thread/DEBUG] [FML/affs]: Found matching Block net.fisty256.affs.block.BlockForceField@7fa47406 for ItemBlock net.minecraft.item.ItemBlock@b6a462b at id 255, original id requested: -1
[22:44:33] [Server thread/TRACE] [FML/affs]: Registry add: affs:force_field 255 net.minecraft.item.ItemBlock@b6a462b (req. id 255)
[22:44:33] [Server thread/TRACE] [FML/affs]: Registry add: affs:force_field_projector 426 net.fisty256.affs.block.BlockForceFieldProjector@1d19f874 (req. id -1)
[22:44:33] [Server thread/DEBUG] [FML/affs]: Found matching Block net.fisty256.affs.block.BlockForceFieldProjector@1d19f874 for ItemBlock net.minecraft.item.ItemBlock@106b42ae at id 426, original id requested: -1
[22:44:33] [Server thread/TRACE] [FML/affs]: Registry add: affs:force_field_projector 426 net.minecraft.item.ItemBlock@106b42ae (req. id 426)
[22:44:33] [Server thread/TRACE] [FML/affs]: Registry add: affs:force_charger 432 net.fisty256.affs.block.BlockForceCharger@49e90596 (req. id -1)
[22:44:33] [Server thread/DEBUG] [FML/affs]: Found matching Block net.fisty256.affs.block.BlockForceCharger@49e90596 for ItemBlock net.minecraft.item.ItemBlock@57b0937d at id 432, original id requested: -1
[22:44:33] [Server thread/TRACE] [FML/affs]: Registry add: affs:force_charger 432 net.minecraft.item.ItemBlock@57b0937d (req. id 432)
[22:44:33] [Server thread/TRACE] [FML/affs]: Registry add: affs:configurator 433 net.fisty256.affs.block.BlockConfigurator@1d84d517 (req. id -1)
[22:44:33] [Server thread/DEBUG] [FML/affs]: Found matching Block net.fisty256.affs.block.BlockConfigurator@1d84d517 for ItemBlock net.minecraft.item.ItemBlock@bc2863d at id 433, original id requested: -1
[22:44:33] [Server thread/TRACE] [FML/affs]: Registry add: affs:configurator 433 net.minecraft.item.ItemBlock@bc2863d (req. id 433)
[22:44:33] [Server thread/TRACE] [FML/affs]: Registry add: affs:iron_casing 434 net.fisty256.affs.block.BlockIron@583ad743 (req. id -1)
[22:44:33] [Server thread/DEBUG] [FML/affs]: Found matching Block net.fisty256.affs.block.BlockIron@583ad743 for ItemBlock net.minecraft.item.ItemBlock@7a40e359 at id 434, original id requested: -1
[22:44:33] [Server thread/TRACE] [FML/affs]: Registry add: affs:iron_casing 434 net.minecraft.item.ItemBlock@7a40e359 (req. id 434)
[22:44:33] [Server thread/TRACE] [FML/affs]: Registry add: affs:steel_casing 435 net.fisty256.affs.block.BlockSteel@65ac7142 (req. id -1)
[22:44:33] [Server thread/DEBUG] [FML/affs]: Found matching Block net.fisty256.affs.block.BlockSteel@65ac7142 for ItemBlock net.minecraft.item.ItemBlock@64e9065c at id 435, original id requested: -1
[22:44:33] [Server thread/TRACE] [FML/affs]: Registry add: affs:steel_casing 435 net.minecraft.item.ItemBlock@64e9065c (req. id 435)
[22:44:33] [Server thread/TRACE] [FML/affs]: Registry add: affs:force_combiner 436 net.fisty256.affs.block.BlockForceCombiner@19ce6bb3 (req. id -1)
[22:44:33] [Server thread/DEBUG] [FML/affs]: Found matching Block net.fisty256.affs.block.BlockForceCombiner@19ce6bb3 for ItemBlock net.minecraft.item.ItemBlock@652577c5 at id 436, original id requested: -1
[22:44:33] [Server thread/TRACE] [FML/affs]: Registry add: affs:force_combiner 436 net.minecraft.item.ItemBlock@652577c5 (req. id 436)
[22:44:33] [Server thread/TRACE] [FML/affs]: Registry add: affs:area_protector 437 net.fisty256.affs.block.BlockAreaProtector@495256db (req. id -1)
[22:44:33] [Server thread/DEBUG] [FML/affs]: Found matching Block net.fisty256.affs.block.BlockAreaProtector@495256db for ItemBlock net.minecraft.item.ItemBlock@4dd64f0a at id 437, original id requested: -1
[22:44:33] [Server thread/TRACE] [FML/affs]: Registry add: affs:area_protector 437 net.minecraft.item.ItemBlock@4dd64f0a (req. id 437)
[22:44:33] [Server thread/TRACE] [FML/affs]: Registry add: affs:link_card 4207 net.fisty256.affs.item.ItemLinkCard@4c3b1775 (req. id -1)
[22:44:33] [Server thread/TRACE] [FML/affs]: Registry add: affs:inventory_cleaner 4208 net.fisty256.affs.item.ItemInventoryCleaner@28f368ef (req. id -1)
[22:44:33] [Server thread/TRACE] [FML/affs]: Registry add: affs:chip 4209 net.minecraft.item.Item@6ab8334e (req. id -1)
[22:44:33] [Server thread/TRACE] [FML/affs]: Registry add: affs:force_floodlight 4210 net.minecraft.item.Item@c1bd1de (req. id -1)
[22:44:33] [Server thread/TRACE] [FML/affs]: Registry add: affs:force_inductor_component 4211 net.minecraft.item.Item@188fef97 (req. id -1)
[22:44:33] [Server thread/TRACE] [FML/affs]: Registry add: affs:ingot_colorium 4212 net.minecraft.item.Item@2b884879 (req. id -1)
[22:44:33] [Server thread/TRACE] [FML/affs]: Registry add: affs:ingot_steel 4213 net.minecraft.item.Item@813c05 (req. id -1)
[22:44:33] [Server thread/TRACE] [FML/affs]: Registry add: affs:ingot_iron_triple 4214 net.minecraft.item.Item@52c698ea (req. id -1)
[22:44:33] [Server thread/TRACE] [FML/affs]: Registry add: affs:ingot_steel_triple 4215 net.minecraft.item.Item@35523672 (req. id -1)
[22:44:33] [Server thread/TRACE] [FML/affs]: Registry add: affs:wireless_force_component 4216 net.minecraft.item.Item@5c707b21 (req. id -1)
[22:44:33] [Server thread/TRACE] [FML/affs]: Registry add: affs:advanced_wireless_force_component 4217 net.minecraft.item.Item@559815be (req. id -1)
[22:44:33] [Server thread/TRACE] [FML/affs]: Registry add: affs:radius_upgrade 4218 net.minecraft.item.Item@33ffd62f (req. id -1)
[22:44:33] [Server thread/TRACE] [FML/affs]: Registry add: affs:whitelist_card 4219 net.fisty256.affs.item.ItemWhitelistCard@17ba9784 (req. id -1)
[22:44:33] [Server thread/TRACE] [FML/affs]: Registry add: affs:forcefield_wrench 4220 net.fisty256.affs.item.ItemForcefieldWrench@484c5f21 (req. id -1)
[22:44:33] [Server thread/TRACE] [affs/affs]: Sent event FMLPreInitializationEvent to mod affs
[22:44:33] [Server thread/DEBUG] [FML/]: Bar Step: PreInitialization - AFFS took 0.163s
[22:44:33] [Server thread/TRACE] [BeardedLib/BeardedLib]: Sending event FMLPreInitializationEvent to mod BeardedLib
[22:44:33] [Server thread/DEBUG] [beardedLib/BeardedLib]: loaded successfully
[22:44:33] [Server thread/TRACE] [BeardedLib/BeardedLib]: Sent event FMLPreInitializationEvent to mod BeardedLib
[22:44:33] [Server thread/DEBUG] [FML/]: Bar Step: PreInitialization - BeardedLib took 0.007s
[22:44:33] [Server thread/TRACE] [ac/ac]: Sending event FMLPreInitializationEvent to mod ac
[22:44:33] [Server thread/DEBUG] [AlchemyCraft/ac]: starting Pre-Init
[22:44:34] [Server thread/INFO] [AlchemyCraft/ac]: Every Mod Integration is currently not available, cause Items won't be saved
[22:44:34] [Server thread/TRACE] [FML/ac]: Registry add: ac:blacksmithHammer 4221 de.dr_schnauzer.ac.core.items.ItemBlacksmithHammer@4772e041 (req. id -1)
[22:44:34] [Server thread/TRACE] [FML/ac]: Registry add: ac:fireproofGlove 4222 de.dr_schnauzer.ac.core.items.ItemFireproofGlove@35825446 (req. id -1)
[22:44:34] [Server thread/TRACE] [FML/ac]: Registry add: ac:tongs 4223 de.dr_schnauzer.ac.core.items.ItemTongs@1987bf51 (req. id -1)
[22:44:34] [Server thread/TRACE] [FML/ac]: Registry add: ac:steelMixture 4224 de.dr_schnauzer.ac.core.items.ACItem@26122918 (req. id -1)
[22:44:34] [Server thread/TRACE] [FML/ac]: Registry add: ac:hardenedIronIngot 4225 de.dr_schnauzer.ac.core.items.ACIngot@76b2b573 (req. id -1)
[22:44:34] [Server thread/TRACE] [FML/ac]: Registry add: ac:steelIngot 4226 de.dr_schnauzer.ac.core.items.ACIngot@29e4b250 (req. id -1)
[22:44:34] [Server thread/TRACE] [FML/ac]: Registry add: ac:bronzeIngot 4227 de.dr_schnauzer.ac.core.items.ACIngot@3eaffe7b (req. id -1)
[22:44:34] [Server thread/TRACE] [FML/ac]: Registry add: ac:ironHotIngot 4228 de.dr_schnauzer.ac.core.items.HotIngot@5135ef87 (req. id -1)
[22:44:34] [Server thread/TRACE] [FML/ac]: Registry add: ac:goldHotIngot 4229 de.dr_schnauzer.ac.core.items.HotIngot@75ecafc7 (req. id -1)
[22:44:34] [Server thread/TRACE] [FML/ac]: Registry add: ac:hardenedIronHotIngot 4230 de.dr_schnauzer.ac.core.items.HotIngot@4201028b (req. id -1)
[22:44:34] [Server thread/TRACE] [FML/ac]: Registry add: ac:steelHotIngot 4231 de.dr_schnauzer.ac.core.items.HotIngot@217b3e95 (req. id -1)
[22:44:34] [Server thread/TRACE] [FML/ac]: Registry add: ac:bronzeHotIngot 4232 de.dr_schnauzer.ac.core.items.HotIngot@5fcca4ea (req. id -1)
[22:44:34] [Server thread/TRACE] [FML/ac]: Registry add: ac:ironPlate 4233 de.dr_schnauzer.ac.core.items.ItemArmorPlate@4fceba43 (req. id -1)
[22:44:34] [Server thread/TRACE] [FML/ac]: Registry add: ac:goldPlate 4234 de.dr_schnauzer.ac.core.items.ItemArmorPlate@591fc6b (req. id -1)
[22:44:34] [Server thread/TRACE] [FML/ac]: Registry add: ac:hardenedIronPlate 4235 de.dr_schnauzer.ac.core.items.ItemArmorPlate@7de6e5da (req. id -1)
[22:44:34] [Server thread/TRACE] [FML/ac]: Registry add: ac:steelPlate 4236 de.dr_schnauzer.ac.core.items.ItemArmorPlate@47b7e578 (req. id -1)
[22:44:34] [Server thread/TRACE] [FML/ac]: Registry add: ac:bronzePlate 4237 de.dr_schnauzer.ac.core.items.ItemArmorPlate@7d91536f (req. id -1)
[22:44:34] [Server thread/TRACE] [FML/ac]: Registry add: ac:ironConnector 4238 de.dr_schnauzer.ac.core.items.ItemArmorConnector@77698a12 (req. id -1)
[22:44:34] [Server thread/TRACE] [FML/ac]: Registry add: ac:goldConnector 4239 de.dr_schnauzer.ac.core.items.ItemArmorConnector@3d6b6910 (req. id -1)
[22:44:34] [Server thread/TRACE] [FML/ac]: Registry add: ac:hardenedIronConnector 4240 de.dr_schnauzer.ac.core.items.ItemArmorConnector@450fd7e0 (req. id -1)
[22:44:34] [Server thread/TRACE] [FML/ac]: Registry add: ac:steelConnector 4241 de.dr_schnauzer.ac.core.items.ItemArmorConnector@32f2ee05 (req. id -1)
[22:44:34] [Server thread/TRACE] [FML/ac]: Registry add: ac:bronzeConnector 4242 de.dr_schnauzer.ac.core.items.ItemArmorConnector@970cb53 (req. id -1)
[22:44:34] [Server thread/TRACE] [FML/ac]: Registry add: ac:testArmor 4243 de.dr_schnauzer.ac.core.items.ItemAdjustableArmor@5812e002 (req. id -1)
[22:44:34] [Server thread/TRACE] [FML/ac]: Registry add: ac:adjustableHelmet 4244 de.dr_schnauzer.ac.core.items.ItemAdjustableArmor@4a70edd5 (req. id -1)
[22:44:34] [Server thread/TRACE] [FML/ac]: Registry add: ac:adjustableChestplate 4245 de.dr_schnauzer.ac.core.items.ItemAdjustableArmor@8e4385d (req. id -1)
[22:44:34] [Server thread/TRACE] [FML/ac]: Registry add: ac:adjustableLeggings 4246 de.dr_schnauzer.ac.core.items.ItemAdjustableArmor@31dac40d (req. id -1)
[22:44:34] [Server thread/TRACE] [FML/ac]: Registry add: ac:adjustableBoots 4247 de.dr_schnauzer.ac.core.items.ItemAdjustableArmor@7e0720c4 (req. id -1)
[22:44:34] [Server thread/TRACE] [FML/ac]: Registry add: ac:hardenedIronHelmet 4248 de.dr_schnauzer.ac.core.items.ItemAdjustableArmor@33d46494 (req. id -1)
[22:44:34] [Server thread/TRACE] [FML/ac]: Registry add: ac:hardenedIronChestplate 4249 de.dr_schnauzer.ac.core.items.ItemAdjustableArmor@1a5b9463 (req. id -1)
[22:44:34] [Server thread/TRACE] [FML/ac]: Registry add: ac:hardenedIronLeggings 4250 de.dr_schnauzer.ac.core.items.ItemAdjustableArmor@7d46d189 (req. id -1)
[22:44:34] [Server thread/TRACE] [FML/ac]: Registry add: ac:hardenedIronBoots 4251 de.dr_schnauzer.ac.core.items.ItemAdjustableArmor@3a80dfe5 (req. id -1)
[22:44:34] [Server thread/TRACE] [FML/ac]: Registry add: ac:lavender 4252 de.dr_schnauzer.ac.core.items.ItemHerb@6f351084 (req. id -1)
[22:44:34] [Server thread/TRACE] [FML/ac]: Registry add: ac:shadeRoseBloom 4253 de.dr_schnauzer.ac.core.items.ItemHerb@543e6a55 (req. id -1)
[22:44:34] [Server thread/TRACE] [FML/ac]: Registry add: ac:lavenderPowder 4254 de.dr_schnauzer.ac.core.items.ItemPowder@6f21dbcf (req. id -1)
[22:44:34] [Server thread/TRACE] [FML/ac]: Registry add: ac:shadeRosePowder 4255 de.dr_schnauzer.ac.core.items.ItemPowder@332d7a6f (req. id -1)
[22:44:34] [Server thread/TRACE] [FML/ac]: Registry add: ac:lavenderSeed 4256 de.dr_schnauzer.ac.core.items.ACSeed@71192411 (req. id -1)
[22:44:34] [Server thread/TRACE] [FML/ac]: Registry add: ac:shadeRoseSeed 4257 de.dr_schnauzer.ac.core.items.ACSeed@7e3c4332 (req. id -1)
[22:44:34] [Server thread/TRACE] [FML/ac]: Registry add: ac:simpleCatalyst_Lv1 4258 de.dr_schnauzer.ac.core.items.ItemSimpleCatalyst@39cadd41 (req. id -1)
[22:44:34] [Server thread/TRACE] [FML/ac]: Registry add: ac:basicIndicator 4259 de.dr_schnauzer.ac.core.items.ItemIndicator@1e0164ef (req. id -1)
[22:44:34] [Server thread/TRACE] [FML/ac]: Registry add: ac:emptyPotionBottle 4260 de.dr_schnauzer.ac.core.items.ItemPotionBottle@2600f292 (req. id -1)
[22:44:34] [Server thread/TRACE] [FML/ac]: Registry add: ac:filledPotionBottle 4261 de.dr_schnauzer.ac.core.items.ItemPotionBottle@3a3900b3 (req. id -1)
[22:44:34] [Server thread/TRACE] [FML/ac]: Registry add: ac:potion 4262 de.dr_schnauzer.ac.core.items.ItemCustomPotion@55f6f260 (req. id -1)
[22:44:34] [Server thread/TRACE] [FML/ac]: Registry add: ac:mortarAndPestle 4263 de.dr_schnauzer.ac.core.items.ItemMortarAndPestle@40c5d22d (req. id -1)
[22:44:34] [Server thread/TRACE] [FML/ac]: Registry add: ac:ingredientsBag 4264 de.dr_schnauzer.ac.core.items.ItemIngredientsBag@61703cc5 (req. id -1)
[22:44:34] [Server thread/TRACE] [FML/ac]: Registry add: ac:bookBrewing 4265 de.dr_schnauzer.ac.core.items.ItemPillarBook@13be84c0 (req. id -1)
[22:44:34] [Server thread/TRACE] [FML/ac]: Registry add: ac:testPlate 4266 de.dr_schnauzer.ac.core.items.ItemPlate@71b91125 (req. id -1)
[22:44:34] [Server thread/TRACE] [FML/ac]: Registry add: ac:testBelt 4267 de.dr_schnauzer.ac.core.items.ItemBelt@1f03f185 (req. id -1)
[22:44:34] [Server thread/TRACE] [FML/ac]: Registry add: ac:testGem 4268 de.dr_schnauzer.ac.core.items.ItemGem@7ff560b4 (req. id -1)
[22:44:34] [Server thread/TRACE] [FML/ac]: Registry add: ac:resistanceGem 4269 de.dr_schnauzer.ac.core.items.ItemGem@188a630e (req. id -1)
[22:44:34] [Server thread/TRACE] [FML/ac]: Registry add: ac:swiftnessGem 4270 de.dr_schnauzer.ac.core.items.ItemGem@21036903 (req. id -1)
[22:44:34] [Server thread/TRACE] [FML/ac]: Registry add: ac:invisibilityGem 4271 de.dr_schnauzer.ac.core.items.ItemGem@210c2b7f (req. id -1)
[22:44:34] [Server thread/TRACE] [FML/ac]: Registry add: ac:hasteGem 4272 de.dr_schnauzer.ac.core.items.ItemGem@75a81f2a (req. id -1)
[22:44:34] [Server thread/TRACE] [FML/ac]: Registry add: ac:nightVisionGem 4273 de.dr_schnauzer.ac.core.items.ItemGem@3e719082 (req. id -1)
[22:44:34] [Server thread/TRACE] [FML/ac]: Registry add: ac:strengthGem 4274 de.dr_schnauzer.ac.core.items.ItemGem@480ad3e (req. id -1)
[22:44:34] [Server thread/TRACE] [FML/ac]: Registry add: ac:jumpGem 4275 de.dr_schnauzer.ac.core.items.ItemGem@44973902 (req. id -1)
[22:44:34] [Server thread/TRACE] [FML/ac]: Registry add: ac:waterBreathingGem 4276 de.dr_schnauzer.ac.core.items.ItemGem@71f33ff5 (req. id -1)
[22:44:34] [Server thread/TRACE] [FML/ac]: Registry add: ac:fireResistanceGem 4277 de.dr_schnauzer.ac.core.items.ItemGem@43b454c9 (req. id -1)
[22:44:34] [Server thread/TRACE] [FML/ac]: Registry add: ac:absorbtionGem 4278 de.dr_schnauzer.ac.core.items.ItemGem@42dce8dc (req. id -1)
[22:44:34] [Server thread/TRACE] [FML/ac]: Registry add: ac:adjustingTable 438 de.dr_schnauzer.ac.core.blocks.BlockAdjustingTable@14f38c63 (req. id -1)
[22:44:34] [Server thread/DEBUG] [FML/ac]: Found matching Block de.dr_schnauzer.ac.core.blocks.BlockAdjustingTable@14f38c63 for ItemBlock net.minecraft.item.ItemBlock@579a0a31 at id 438, original id requested: -1
[22:44:34] [Server thread/TRACE] [FML/ac]: Registry add: ac:adjustingTable 438 net.minecraft.item.ItemBlock@579a0a31 (req. id 438)
[22:44:34] [Server thread/TRACE] [FML/ac]: Registry add: ac:armorWorktable 439 de.dr_schnauzer.ac.core.blocks.BlockArmorWorktable@3f257752 (req. id -1)
[22:44:34] [Server thread/DEBUG] [FML/ac]: Found matching Block de.dr_schnauzer.ac.core.blocks.BlockArmorWorktable@3f257752 for ItemBlock net.minecraft.item.ItemBlock@5856a53e at id 439, original id requested: -1
[22:44:34] [Server thread/TRACE] [FML/ac]: Registry add: ac:armorWorktable 439 net.minecraft.item.ItemBlock@5856a53e (req. id 439)
[22:44:34] [Server thread/TRACE] [FML/ac]: Registry add: ac:templeStone 440 de.dr_schnauzer.ac.core.blocks.ACBlock@217dd3c5 (req. id -1)
[22:44:34] [Server thread/DEBUG] [FML/ac]: Found matching Block de.dr_schnauzer.ac.core.blocks.ACBlock@217dd3c5 for ItemBlock net.minecraft.item.ItemBlock@6bce91be at id 440, original id requested: -1
[22:44:34] [Server thread/TRACE] [FML/ac]: Registry add: ac:templeStone 440 net.minecraft.item.ItemBlock@6bce91be (req. id 440)
[22:44:34] [Server thread/TRACE] [FML/ac]: Registry add: ac:templePillar 441 de.dr_schnauzer.ac.core.blocks.ACBlock@63e0e59f (req. id -1)
[22:44:34] [Server thread/DEBUG] [FML/ac]: Found matching Block de.dr_schnauzer.ac.core.blocks.ACBlock@63e0e59f for ItemBlock net.minecraft.item.ItemBlock@4fabbb01 at id 441, original id requested: -1
[22:44:34] [Server thread/TRACE] [FML/ac]: Registry add: ac:templePillar 441 net.minecraft.item.ItemBlock@4fabbb01 (req. id 441)
[22:44:34] [Server thread/TRACE] [FML/ac]: Registry add: ac:anvil 442 de.dr_schnauzer.ac.core.blocks.BlockAnvil@5b562e1f (req. id -1)
[22:44:34] [Server thread/DEBUG] [FML/ac]: Found matching Block de.dr_schnauzer.ac.core.blocks.BlockAnvil@5b562e1f for ItemBlock net.minecraft.item.ItemBlock@1adeae5 at id 442, original id requested: -1
[22:44:34] [Server thread/TRACE] [FML/ac]: Registry add: ac:anvil 442 net.minecraft.item.ItemBlock@1adeae5 (req. id 442)
[22:44:34] [Server thread/TRACE] [FML/ac]: Registry add: ac:forgeInterface 443 de.dr_schnauzer.ac.core.blocks.BlockForgeInterface@66ddc084 (req. id -1)
[22:44:34] [Server thread/DEBUG] [FML/ac]: Found matching Block de.dr_schnauzer.ac.core.blocks.BlockForgeInterface@66ddc084 for ItemBlock net.minecraft.item.ItemBlock@2334da6e at id 443, original id requested: -1
[22:44:34] [Server thread/TRACE] [FML/ac]: Registry add: ac:forgeInterface 443 net.minecraft.item.ItemBlock@2334da6e (req. id 443)
[22:44:34] [Server thread/TRACE] [FML/ac]: Registry add: ac:forgeCharcoal 444 de.dr_schnauzer.ac.core.blocks.BlockForgeCharcoal@244313f9 (req. id -1)
[22:44:34] [Server thread/DEBUG] [FML/ac]: Found matching Block de.dr_schnauzer.ac.core.blocks.BlockForgeCharcoal@244313f9 for ItemBlock net.minecraft.item.ItemBlock@7745c19f at id 444, original id requested: -1
[22:44:34] [Server thread/TRACE] [FML/ac]: Registry add: ac:forgeCharcoal 444 net.minecraft.item.ItemBlock@7745c19f (req. id 444)
[22:44:34] [Server thread/TRACE] [FML/ac]: Registry add: ac:forgeBellows 445 de.dr_schnauzer.ac.core.blocks.BlockForgeBellows@729f8c7c (req. id -1)
[22:44:34] [Server thread/DEBUG] [FML/ac]: Found matching Block de.dr_schnauzer.ac.core.blocks.BlockForgeBellows@729f8c7c for ItemBlock net.minecraft.item.ItemBlock@43fbdda1 at id 445, original id requested: -1
[22:44:34] [Server thread/TRACE] [FML/ac]: Registry add: ac:forgeBellows 445 net.minecraft.item.ItemBlock@43fbdda1 (req. id 445)
[22:44:34] [Server thread/TRACE] [FML/ac]: Registry add: ac:forgeVent 446 de.dr_schnauzer.ac.core.blocks.BlockForgeVent@781f2ccf (req. id -1)
[22:44:34] [Server thread/DEBUG] [FML/ac]: Found matching Block de.dr_schnauzer.ac.core.blocks.BlockForgeVent@781f2ccf for ItemBlock net.minecraft.item.ItemBlock@4581691e at id 446, original id requested: -1
[22:44:34] [Server thread/TRACE] [FML/ac]: Registry add: ac:forgeVent 446 net.minecraft.item.ItemBlock@4581691e (req. id 446)
[22:44:34] [Server thread/TRACE] [FML/ac]: Registry add: ac:forgeBrick 447 de.dr_schnauzer.ac.core.blocks.BlockForgeBrick@7499e2ca (req. id -1)
[22:44:34] [Server thread/DEBUG] [FML/ac]: Found matching Block de.dr_schnauzer.ac.core.blocks.BlockForgeBrick@7499e2ca for ItemBlock net.minecraft.item.ItemBlock@1678f853 at id 447, original id requested: -1
[22:44:34] [Server thread/TRACE] [FML/ac]: Registry add: ac:forgeBrick 447 net.minecraft.item.ItemBlock@1678f853 (req. id 447)
[22:44:34] [Server thread/TRACE] [FML/ac]: Registry add: ac:forgeRedstonePort 448 de.dr_schnauzer.ac.core.blocks.BlockForgeRedstonePort@4b4e947f (req. id -1)
[22:44:34] [Server thread/DEBUG] [FML/ac]: Found matching Block de.dr_schnauzer.ac.core.blocks.BlockForgeRedstonePort@4b4e947f for ItemBlock net.minecraft.item.ItemBlock@519341a at id 448, original id requested: -1
[22:44:34] [Server thread/TRACE] [FML/ac]: Registry add: ac:forgeRedstonePort 448 net.minecraft.item.ItemBlock@519341a (req. id 448)
[22:44:34] [Server thread/TRACE] [FML/ac]: Registry add: ac:forgeItemImport 449 de.dr_schnauzer.ac.core.blocks.BlockForgeItemImport@36d0804 (req. id -1)
[22:44:34] [Server thread/DEBUG] [FML/ac]: Found matching Block de.dr_schnauzer.ac.core.blocks.BlockForgeItemImport@36d0804 for ItemBlock net.minecraft.item.ItemBlock@259f251 at id 449, original id requested: -1
[22:44:34] [Server thread/TRACE] [FML/ac]: Registry add: ac:forgeItemImport 449 net.minecraft.item.ItemBlock@259f251 (req. id 449)
[22:44:34] [Server thread/TRACE] [FML/ac]: Registry add: ac:forgeCreativeHeater 450 de.dr_schnauzer.ac.core.blocks.BlockForgeCreativeHeater@411cca2e (req. id -1)
[22:44:34] [Server thread/DEBUG] [FML/ac]: Found matching Block de.dr_schnauzer.ac.core.blocks.BlockForgeCreativeHeater@411cca2e for ItemBlock net.minecraft.item.ItemBlock@16ebbe6 at id 450, original id requested: -1
[22:44:34] [Server thread/TRACE] [FML/ac]: Registry add: ac:forgeCreativeHeater 450 net.minecraft.item.ItemBlock@16ebbe6 (req. id 450)
[22:44:34] [Server thread/TRACE] [FML/ac]: Registry add: ac:alchemyLabTableWood 451 de.dr_schnauzer.ac.core.blocks.BlockAlchemyLabTable@3e261e0e (req. id -1)
[22:44:34] [Server thread/DEBUG] [FML/ac]: Found matching Block de.dr_schnauzer.ac.core.blocks.BlockAlchemyLabTable@3e261e0e for ItemBlock net.minecraft.item.ItemBlock@6febc478 at id 451, original id requested: -1
[22:44:34] [Server thread/TRACE] [FML/ac]: Registry add: ac:alchemyLabTableWood 451 net.minecraft.item.ItemBlock@6febc478 (req. id 451)
[22:44:34] [Server thread/TRACE] [FML/ac]: Registry add: ac:alchemyLabTableStone 452 de.dr_schnauzer.ac.core.blocks.BlockAlchemyLabTable@2aaab922 (req. id -1)
[22:44:34] [Server thread/DEBUG] [FML/ac]: Found matching Block de.dr_schnauzer.ac.core.blocks.BlockAlchemyLabTable@2aaab922 for ItemBlock net.minecraft.item.ItemBlock@7c14fa6d at id 452, original id requested: -1
[22:44:34] [Server thread/TRACE] [FML/ac]: Registry add: ac:alchemyLabTableStone 452 net.minecraft.item.ItemBlock@7c14fa6d (req. id 452)
[22:44:34] [Server thread/TRACE] [FML/ac]: Registry add: ac:lavenderPlant 453 de.dr_schnauzer.ac.core.blocks.BlockLavender@3bf644d (req. id -1)
[22:44:34] [Server thread/DEBUG] [FML/ac]: Found matching Block de.dr_schnauzer.ac.core.blocks.BlockLavender@3bf644d for ItemBlock net.minecraft.item.ItemBlock@5fe6070a at id 453, original id requested: -1
[22:44:34] [Server thread/TRACE] [FML/ac]: Registry add: ac:lavenderPlant 453 net.minecraft.item.ItemBlock@5fe6070a (req. id 453)
[22:44:34] [Server thread/TRACE] [FML/ac]: Registry add: ac:shadeRose 454 de.dr_schnauzer.ac.core.blocks.BlockShadeRose@702bc841 (req. id -1)
[22:44:34] [Server thread/DEBUG] [FML/ac]: Found matching Block de.dr_schnauzer.ac.core.blocks.BlockShadeRose@702bc841 for ItemBlock net.minecraft.item.ItemBlock@245fbad9 at id 454, original id requested: -1
[22:44:34] [Server thread/TRACE] [FML/ac]: Registry add: ac:shadeRose 454 net.minecraft.item.ItemBlock@245fbad9 (req. id 454)
[22:44:35] [Server thread/DEBUG] [AlchemyCraft/ac]: finished Pre-Init
[22:44:35] [Server thread/TRACE] [ac/ac]: Sent event FMLPreInitializationEvent to mod ac
[22:44:35] [Server thread/DEBUG] [FML/]: Bar Step: PreInitialization - AlchemyCraft took 1.600s
[22:44:35] [Server thread/TRACE] [alexiillib/alexiillib]: Sending event FMLPreInitializationEvent to mod alexiillib
[22:44:35] [Server thread/INFO] [AlexIILLib/alexiillib]: Created a new config for /root/experimental/extreme/config/alexiillib.cfg
[22:44:35] [Server thread/INFO] [alexiillib/alexiillib]: This is AlexIIL Lib, version 1.8-1.3.42
[22:44:35] [Server thread/TRACE] [alexiillib/alexiillib]: Sent event FMLPreInitializationEvent to mod alexiillib
[22:44:35] [Server thread/DEBUG] [FML/]: Bar Step: PreInitialization - AlexIILLib took 0.044s
[22:44:35] [Server thread/TRACE] [Amberoguia/Amberoguia]: Sending event FMLPreInitializationEvent to mod Amberoguia
[22:44:35] [Server thread/TRACE] [FML/Amberoguia]: Registry add: Amberoguia:amberBlock 455 b1u3m0nk3y13.amberoguia.blocks.BlockAmberoguia@58337db (req. id -1)
[22:44:35] [Server thread/DEBUG] [FML/Amberoguia]: Found matching Block b1u3m0nk3y13.amberoguia.blocks.BlockAmberoguia@58337db for ItemBlock net.minecraft.item.ItemBlock@70afb389 at id 455, original id requested: -1
[22:44:35] [Server thread/TRACE] [FML/Amberoguia]: Registry add: Amberoguia:amberBlock 455 net.minecraft.item.ItemBlock@70afb389 (req. id 455)
[22:44:35] [Server thread/TRACE] [FML/Amberoguia]: Registry add: Amberoguia:amberDisruptor 456 b1u3m0nk3y13.amberoguia.blocks.BlockAmberDisruptor@483c827 (req. id -1)
[22:44:35] [Server thread/DEBUG] [FML/Amberoguia]: Found matching Block b1u3m0nk3y13.amberoguia.blocks.BlockAmberDisruptor@483c827 for ItemBlock net.minecraft.item.ItemBlock@2065c0f7 at id 456, original id requested: -1
[22:44:35] [Server thread/TRACE] [FML/Amberoguia]: Registry add: Amberoguia:amberDisruptor 456 net.minecraft.item.ItemBlock@2065c0f7 (req. id 456)
[22:44:35] [Server thread/TRACE] [FML/Amberoguia]: Registry add: Amberoguia:amberDirt 457 b1u3m0nk3y13.amberoguia.blocks.BlockAmberDirt@2d5b1c89 (req. id -1)
[22:44:35] [Server thread/DEBUG] [FML/Amberoguia]: Found matching Block b1u3m0nk3y13.amberoguia.blocks.BlockAmberDirt@2d5b1c89 for ItemBlock net.minecraft.item.ItemBlock@3f7d5984 at id 457, original id requested: -1
[22:44:35] [Server thread/TRACE] [FML/Amberoguia]: Registry add: Amberoguia:amberDirt 457 net.minecraft.item.ItemBlock@3f7d5984 (req. id 457)
[22:44:35] [Server thread/TRACE] [FML
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment