Skip to content

Instantly share code, notes, and snippets.

Created July 25, 2015 15:30
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/69e4d9ad73f61f45b2c7 to your computer and use it in GitHub Desktop.
Save anonymous/69e4d9ad73f61f45b2c7 to your computer and use it in GitHub Desktop.
[11:27:58] [main/DEBUG] [FML/]: Injecting tracing printstreams for STDOUT/STDERR.
[11:27:58] [main/INFO] [FML/]: Forge Mod Loader version 8.99.194.1498 for Minecraft 1.8 loading
[11:27:58] [main/INFO] [FML/]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_31, running on Linux:amd64:2.6.32-042stab093.5, installed at /usr/lib/jvm/java-8-oracle/jre
[11:27:58] [main/DEBUG] [FML/]: Java classpath at launch is experimental_skyblock.jar
[11:27:58] [main/DEBUG] [FML/]: Java library path at launch is /usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib
[11:27:58] [main/DEBUG] [FML/]: Enabling runtime deobfuscation
[11:27:58] [main/DEBUG] [FML/]: Instantiating coremod class FMLCorePlugin
[11:27:58] [main/DEBUG] [FML/]: Added access transformer class net.minecraftforge.fml.common.asm.transformers.AccessTransformer to enqueued access transformers
[11:27:58] [main/DEBUG] [FML/]: Enqueued coremod FMLCorePlugin
[11:27:58] [main/DEBUG] [FML/]: Instantiating coremod class FMLForgePlugin
[11:27:58] [main/DEBUG] [FML/]: Added access transformer class net.minecraftforge.transformers.ForgeAccessTransformer to enqueued access transformers
[11:27:58] [main/DEBUG] [FML/]: Enqueued coremod FMLForgePlugin
[11:27:58] [main/DEBUG] [FML/]: All fundamental core mods are successfully located
[11:27:58] [main/DEBUG] [FML/]: Attempting to load commandline specified mods, relative to /root/development/skyblock_extreme/.
[11:27:58] [main/DEBUG] [FML/]: Discovering coremods
[11:27:58] [main/DEBUG] [FML/]: Examining for coremod candidacy [0]CodeChickenCore-1.8-1.0.5.36-universal.jar
[11:27:58] [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
[11:27:58] [main/DEBUG] [FML/]: Instantiating coremod class CodeChickenCorePlugin
[11:27:59] [main/WARN] [FML/]: The coremod codechicken.core.launch.CodeChickenCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[11:27:59] [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_31]
at java.util.zip.ZipFile.<init>(ZipFile.java:220) ~[?:1.8.0_31]
at java.util.zip.ZipFile.<init>(ZipFile.java:150) ~[?:1.8.0_31]
at java.util.zip.ZipFile.<init>(ZipFile.java:164) ~[?:1.8.0_31]
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_31]
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) [?:1.8.0_31]
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) [?:1.8.0_31]
at java.lang.reflect.Constructor.newInstance(Constructor.java:408) [?:1.8.0_31]
at java.lang.Class.newInstance(Class.java:438) [?:1.8.0_31]
at net.minecraftforge.fml.relauncher.CoreModManager.loadCoreMod(CoreModManager.java:526) [experimental_skyblock.jar:?]
at net.minecraftforge.fml.relauncher.CoreModManager.discoverCoreMods(CoreModManager.java:409) [experimental_skyblock.jar:?]
at net.minecraftforge.fml.relauncher.CoreModManager.handleLaunch(CoreModManager.java:241) [experimental_skyblock.jar:?]
at net.minecraftforge.fml.relauncher.FMLLaunchHandler.setupHome(FMLLaunchHandler.java:90) [experimental_skyblock.jar:?]
at net.minecraftforge.fml.relauncher.FMLLaunchHandler.setupServer(FMLLaunchHandler.java:74) [experimental_skyblock.jar:?]
at net.minecraftforge.fml.relauncher.FMLLaunchHandler.configureForServerLaunch(FMLLaunchHandler.java:39) [experimental_skyblock.jar:?]
at net.minecraftforge.fml.common.launcher.FMLServerTweaker.injectIntoClassLoader(FMLServerTweaker.java:24) [experimental_skyblock.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_31]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_31]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_31]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_31]
at net.minecraftforge.fml.relauncher.ServerLaunchWrapper.run(ServerLaunchWrapper.java:43) [experimental_skyblock.jar:?]
at net.minecraftforge.fml.relauncher.ServerLaunchWrapper.main(ServerLaunchWrapper.java:12) [experimental_skyblock.jar:?]
[11:27:59] [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
[11:27:59] [main/DEBUG] [FML/]: Instantiating coremod class CCLCorePlugin
[11:27:59] [main/WARN] [FML/]: The coremod codechicken.lib.asm.CCLCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[11:27:59] [main/DEBUG] [FML/]: Enqueued coremod CCLCorePlugin
[11:27:59] [main/DEBUG] [FML/]: Added access transformer class codechicken.core.asm.CodeChickenAccessTransformer to enqueued access transformers
[11:27:59] [main/DEBUG] [FML/]: Enqueued coremod CodeChickenCorePlugin
[11:27:59] [main/DEBUG] [FML/]: Examining for coremod candidacy [1.8] SecurityCraft v1.7.4.1.jar
[11:27:59] [main/DEBUG] [FML/]: Not found coremod data in [1.8] SecurityCraft v1.7.4.1.jar
[11:27:59] [main/DEBUG] [FML/]: Examining for coremod candidacy [1.8]BrazierMod-1.0.jar
[11:27:59] [main/DEBUG] [FML/]: Not found coremod data in [1.8]BrazierMod-1.0.jar
[11:27:59] [main/DEBUG] [FML/]: Examining for coremod candidacy [1.8]bspkrsCore-universal-7.01.jar
[11:27:59] [main/DEBUG] [FML/]: Not found coremod data in [1.8]bspkrsCore-universal-7.01.jar
[11:27:59] [main/DEBUG] [FML/]: Examining for coremod candidacy [1.8]Chimneys(2).jar
[11:27:59] [main/DEBUG] [FML/]: Not found coremod data in [1.8]Chimneys(2).jar
[11:27:59] [main/DEBUG] [FML/]: Examining for coremod candidacy adamantium-mod-1.4.1.jar
[11:27:59] [main/DEBUG] [FML/]: Not found coremod data in adamantium-mod-1.4.1.jar
[11:27:59] [main/DEBUG] [FML/]: Examining for coremod candidacy AlexIILLib-1.8-1.3.42.jar
[11:27:59] [main/TRACE] [FML/]: Found FMLCorePluginContainsFMLMod marker in AlexIILLib-1.8-1.3.42.jar, it will be examined later for regular @Mod instances
[11:27:59] [main/DEBUG] [FML/]: Instantiating coremod class LoadPlugin
[11:27:59] [main/DEBUG] [FML/]: The coremod alexiil.mods.lib.coremod.LoadPlugin requested minecraft version 1.8 and minecraft is 1.8. It will be loaded.
[11:27:59] [main/DEBUG] [FML/]: Enqueued coremod LoadPlugin
[11:27:59] [main/DEBUG] [FML/]: Examining for coremod candidacy animalsplus-1.3.jar
[11:27:59] [main/DEBUG] [FML/]: Not found coremod data in animalsplus-1.3.jar
[11:27:59] [main/DEBUG] [FML/]: Examining for coremod candidacy archimedes-ships-plus-1.8-a3.2.jar
[11:27:59] [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_31]
at java.util.zip.ZipFile.<init>(ZipFile.java:220) ~[?:1.8.0_31]
at java.util.zip.ZipFile.<init>(ZipFile.java:150) ~[?:1.8.0_31]
at java.util.jar.JarFile.<init>(JarFile.java:166) ~[?:1.8.0_31]
at java.util.jar.JarFile.<init>(JarFile.java:130) ~[?:1.8.0_31]
at net.minecraftforge.fml.relauncher.CoreModManager.discoverCoreMods(CoreModManager.java:328) [experimental_skyblock.jar:?]
at net.minecraftforge.fml.relauncher.CoreModManager.handleLaunch(CoreModManager.java:241) [experimental_skyblock.jar:?]
at net.minecraftforge.fml.relauncher.FMLLaunchHandler.setupHome(FMLLaunchHandler.java:90) [experimental_skyblock.jar:?]
at net.minecraftforge.fml.relauncher.FMLLaunchHandler.setupServer(FMLLaunchHandler.java:74) [experimental_skyblock.jar:?]
at net.minecraftforge.fml.relauncher.FMLLaunchHandler.configureForServerLaunch(FMLLaunchHandler.java:39) [experimental_skyblock.jar:?]
at net.minecraftforge.fml.common.launcher.FMLServerTweaker.injectIntoClassLoader(FMLServerTweaker.java:24) [experimental_skyblock.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_31]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_31]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_31]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_31]
at net.minecraftforge.fml.relauncher.ServerLaunchWrapper.run(ServerLaunchWrapper.java:43) [experimental_skyblock.jar:?]
at net.minecraftforge.fml.relauncher.ServerLaunchWrapper.main(ServerLaunchWrapper.java:12) [experimental_skyblock.jar:?]
[11:27:59] [main/DEBUG] [FML/]: Examining for coremod candidacy Armour Expansion - 1.0.jar
[11:27:59] [main/DEBUG] [FML/]: Not found coremod data in Armour Expansion - 1.0.jar
[11:27:59] [main/DEBUG] [FML/]: Examining for coremod candidacy Aroma1997Core-1.8-1.0.3.4.b43.jar
[11:27:59] [main/TRACE] [FML/]: Found FMLCorePluginContainsFMLMod marker in Aroma1997Core-1.8-1.0.3.4.b43.jar, it will be examined later for regular @Mod instances
[11:27:59] [main/DEBUG] [FML/]: Instantiating coremod class CoreMod
[11:27:59] [main/WARN] [FML/]: The coremod aroma1997.core.coremod.CoreMod does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[11:27:59] [main/DEBUG] [FML/]: Added access transformer class aroma1997.core.coremod.asm.AromaAccessTransformer to enqueued access transformers
[11:27:59] [main/DEBUG] [FML/]: Enqueued coremod CoreMod
[11:27:59] [main/DEBUG] [FML/]: Examining for coremod candidacy AttachableGrinder-5.0.0.jar
[11:27:59] [main/DEBUG] [FML/]: Not found coremod data in AttachableGrinder-5.0.0.jar
[11:27:59] [main/DEBUG] [FML/]: Examining for coremod candidacy AutoSap-MC1.8-1.2.jar
[11:27:59] [main/DEBUG] [FML/]: Not found coremod data in AutoSap-MC1.8-1.2.jar
[11:27:59] [main/DEBUG] [FML/]: Examining for coremod candidacy BaseMetals-1.3.4.jar
[11:27:59] [main/DEBUG] [FML/]: Not found coremod data in BaseMetals-1.3.4.jar
[11:27:59] [main/DEBUG] [FML/]: Examining for coremod candidacy Baubles-1.8-1.1.1.0.jar
[11:27:59] [main/DEBUG] [FML/]: Not found coremod data in Baubles-1.8-1.1.1.0.jar
[11:27:59] [main/DEBUG] [FML/]: Examining for coremod candidacy BeardedLib-1.8-1.1.jar
[11:27:59] [main/DEBUG] [FML/]: Not found coremod data in BeardedLib-1.8-1.1.jar
[11:27:59] [main/DEBUG] [FML/]: Examining for coremod candidacy behind-bars-1.8-1.0.jar
[11:27:59] [main/DEBUG] [FML/]: Not found coremod data in behind-bars-1.8-1.0.jar
[11:27:59] [main/DEBUG] [FML/]: Examining for coremod candidacy BetterChests-1.8-1.2.0.0.b41.jar
[11:27:59] [main/DEBUG] [FML/]: Not found coremod data in BetterChests-1.8-1.2.0.0.b41.jar
[11:27:59] [main/DEBUG] [FML/]: Examining for coremod candidacy block-launcher-1.8-2.0.jar
[11:27:59] [main/DEBUG] [FML/]: Not found coremod data in block-launcher-1.8-2.0.jar
[11:27:59] [main/DEBUG] [FML/]: Examining for coremod candidacy boost-0.2.3.jar
[11:27:59] [main/DEBUG] [FML/]: Not found coremod data in boost-0.2.3.jar
[11:27:59] [main/DEBUG] [FML/]: Examining for coremod candidacy brewingPlus-1.8-0.0.6.jar
[11:27:59] [main/DEBUG] [FML/]: Not found coremod data in brewingPlus-1.8-0.0.6.jar
[11:27:59] [main/DEBUG] [FML/]: Examining for coremod candidacy Bunkermod-mc1.8-v2.0.jar
[11:27:59] [main/DEBUG] [FML/]: Not found coremod data in Bunkermod-mc1.8-v2.0.jar
[11:27:59] [main/DEBUG] [FML/]: Examining for coremod candidacy C4Lib-1.8-1.0.0-universal.jar
[11:27:59] [main/DEBUG] [FML/]: Not found coremod data in C4Lib-1.8-1.0.0-universal.jar
[11:27:59] [main/DEBUG] [FML/]: Examining for coremod candidacy carbon-paper-1.8-1.0.0.jar
[11:27:59] [main/DEBUG] [FML/]: Not found coremod data in carbon-paper-1.8-1.0.0.jar
[11:27:59] [main/DEBUG] [FML/]: Examining for coremod candidacy Chameleon-1.8-0.1.0.jar
[11:27:59] [main/DEBUG] [FML/]: Not found coremod data in Chameleon-1.8-0.1.0.jar
[11:27:59] [main/DEBUG] [FML/]: Examining for coremod candidacy ChickenShed-1.8-1.2.0.jar
[11:27:59] [main/DEBUG] [FML/]: Not found coremod data in ChickenShed-1.8-1.2.0.jar
[11:27:59] [main/DEBUG] [FML/]: Examining for coremod candidacy CodeChickenLib-1.8-1.1.2.133-universal.jar
[11:27:59] [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
[11:27:59] [main/DEBUG] [FML/]: Instantiating coremod class CCLCorePlugin
[11:27:59] [main/WARN] [FML/]: The coremod codechicken.lib.asm.CCLCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[11:27:59] [main/DEBUG] [FML/]: Enqueued coremod CCLCorePlugin
[11:27:59] [main/DEBUG] [FML/]: Examining for coremod candidacy colorful-armor-1.8-2.8.jar
[11:27:59] [main/DEBUG] [FML/]: Not found coremod data in colorful-armor-1.8-2.8.jar
[11:27:59] [main/DEBUG] [FML/]: Examining for coremod candidacy Craftable Horse Armour and Saddle 1.2.1.jar
[11:27:59] [main/DEBUG] [FML/]: Not found coremod data in Craftable Horse Armour and Saddle 1.2.1.jar
[11:27:59] [main/DEBUG] [FML/]: Examining for coremod candidacy CraftingEX_1.8-v1.0.6.jar
[11:27:59] [main/DEBUG] [FML/]: Not found coremod data in CraftingEX_1.8-v1.0.6.jar
[11:27:59] [main/DEBUG] [FML/]: Examining for coremod candidacy custom-npcs-1.8.0-beta.jar
[11:27:59] [main/DEBUG] [FML/]: Not found coremod data in custom-npcs-1.8.0-beta.jar
[11:27:59] [main/DEBUG] [FML/]: Examining for coremod candidacy custom-trades-mod-1.8-1.3.2.jar
[11:27:59] [main/DEBUG] [FML/]: Not found coremod data in custom-trades-mod-1.8-1.3.2.jar
[11:27:59] [main/DEBUG] [FML/]: Examining for coremod candidacy CyanosWonderfulWands_1.8-1.7.1.jar
[11:27:59] [main/DEBUG] [FML/]: Not found coremod data in CyanosWonderfulWands_1.8-1.7.1.jar
[11:27:59] [main/DEBUG] [FML/]: Examining for coremod candidacy decoration-mega-pack-1.8-1.18.jar
[11:27:59] [main/DEBUG] [FML/]: Not found coremod data in decoration-mega-pack-1.8-1.18.jar
[11:27:59] [main/DEBUG] [FML/]: Examining for coremod candidacy dons-lightning-rod-1.8-1.0.jar
[11:27:59] [main/DEBUG] [FML/]: Not found coremod data in dons-lightning-rod-1.8-1.0.jar
[11:27:59] [main/DEBUG] [FML/]: Examining for coremod candidacy dynmap-1.8-2.2.jar
[11:27:59] [main/DEBUG] [FML/]: Not found coremod data in dynmap-1.8-2.2.jar
[11:27:59] [main/DEBUG] [FML/]: Examining for coremod candidacy emeraldobsidianmod-1.8-1.3.1.jar
[11:27:59] [main/DEBUG] [FML/]: Not found coremod data in emeraldobsidianmod-1.8-1.3.1.jar
[11:27:59] [main/DEBUG] [FML/]: Examining for coremod candidacy EnchantingPlus-1.8-3.1.0a1.jar
[11:27:59] [main/DEBUG] [FML/]: Not found coremod data in EnchantingPlus-1.8-3.1.0a1.jar
[11:27:59] [main/DEBUG] [FML/]: Examining for coremod candidacy enderutilities-1.8-0.4.0-beta-1a.jar
[11:27:59] [main/DEBUG] [FML/]: Not found coremod data in enderutilities-1.8-0.4.0-beta-1a.jar
[11:27:59] [main/DEBUG] [FML/]: Examining for coremod candidacy EnderZoo-1.7.10-1.0.11.28.jar
[11:27:59] [main/DEBUG] [FML/]: Not found coremod data in EnderZoo-1.7.10-1.0.11.28.jar
[11:27:59] [main/DEBUG] [FML/]: Examining for coremod candidacy ex-nihilo-2-1.8-0.27.jar
[11:27:59] [main/DEBUG] [FML/]: Not found coremod data in ex-nihilo-2-1.8-0.27.jar
[11:27:59] [main/DEBUG] [FML/]: Examining for coremod candidacy exp-chest-4.0a.jar
[11:27:59] [main/DEBUG] [FML/]: Not found coremod data in exp-chest-4.0a.jar
[11:27:59] [main/DEBUG] [FML/]: Examining for coremod candidacy FE-1.8-snapshot-8.jar
[11:27:59] [main/INFO] [FML/]: Loading tweaker com.forgeessentials.core.preloader.FELaunchHandler from FE-1.8-snapshot-8.jar
[11:27:59] [main/DEBUG] [FML/]: Examining for coremod candidacy fireplace-core-2.3.2.0.jar
[11:27:59] [main/DEBUG] [FML/]: Not found coremod data in fireplace-core-2.3.2.0.jar
[11:27:59] [main/DEBUG] [FML/]: Examining for coremod candidacy fluxducts-mc1.8-1.0.2.jar
[11:27:59] [main/DEBUG] [FML/]: Not found coremod data in fluxducts-mc1.8-1.0.2.jar
[11:27:59] [main/DEBUG] [FML/]: Examining for coremod candidacy food-details-1.8-1.0.0.jar
[11:27:59] [main/DEBUG] [FML/]: Not found coremod data in food-details-1.8-1.0.0.jar
[11:27:59] [main/DEBUG] [FML/]: Examining for coremod candidacy forgeessentials-1.8-1.8.0.12-server.jar
[11:27:59] [main/INFO] [FML/]: Loading tweaker com.forgeessentials.core.preloader.FELaunchHandler from forgeessentials-1.8-1.8.0.12-server.jar
[11:27:59] [main/DEBUG] [FML/]: Examining for coremod candidacy fragile-glass-1.8-1.2.jar
[11:27:59] [main/DEBUG] [FML/]: Not found coremod data in fragile-glass-1.8-1.2.jar
[11:27:59] [main/DEBUG] [FML/]: Examining for coremod candidacy fragile-torches-1.8-1.0.0.jar
[11:27:59] [main/DEBUG] [FML/]: Not found coremod data in fragile-torches-1.8-1.0.0.jar
[11:27:59] [main/DEBUG] [FML/]: Examining for coremod candidacy fulcrum-2.0.2.0.jar
[11:27:59] [main/DEBUG] [FML/]: Not found coremod data in fulcrum-2.0.2.0.jar
[11:27:59] [main/DEBUG] [FML/]: Examining for coremod candidacy fun-ores-1.8-1.0.0-17.jar
[11:27:59] [main/DEBUG] [FML/]: Not found coremod data in fun-ores-1.8-1.0.0-17.jar
[11:27:59] [main/DEBUG] [FML/]: Examining for coremod candidacy gakais-flight-table-fly-block-1.8-1.1.1.jar
[11:27:59] [main/DEBUG] [FML/]: Not found coremod data in gakais-flight-table-fly-block-1.8-1.1.1.jar
[11:27:59] [main/DEBUG] [FML/]: Examining for coremod candidacy Galactic Colored Blocks-1.8-1.01.jar
[11:27:59] [main/DEBUG] [FML/]: Not found coremod data in Galactic Colored Blocks-1.8-1.01.jar
[11:27:59] [main/DEBUG] [FML/]: Examining for coremod candidacy geoactivity-2.1.1.jar
[11:27:59] [main/DEBUG] [FML/]: Not found coremod data in geoactivity-2.1.1.jar
[11:27:59] [main/DEBUG] [FML/]: Examining for coremod candidacy giacomos-foundry-1.8-1.3.3.jar
[11:27:59] [main/DEBUG] [FML/]: Not found coremod data in giacomos-foundry-1.8-1.3.3.jar
[11:27:59] [main/DEBUG] [FML/]: Examining for coremod candidacy GiacomosExperienceSeedling1.8-1.1.jar
[11:27:59] [main/DEBUG] [FML/]: Not found coremod data in GiacomosExperienceSeedling1.8-1.1.jar
[11:27:59] [main/DEBUG] [FML/]: Examining for coremod candidacy GiacomosFishingNet1.8-1.4.jar
[11:27:59] [main/DEBUG] [FML/]: Not found coremod data in GiacomosFishingNet1.8-1.4.jar
[11:27:59] [main/DEBUG] [FML/]: Examining for coremod candidacy glass_shards_mc1.8-1.3.2.jar
[11:27:59] [main/DEBUG] [FML/]: Not found coremod data in glass_shards_mc1.8-1.3.2.jar
[11:27:59] [main/DEBUG] [FML/]: Examining for coremod candidacy GravityGun-5.0.0.jar
[11:27:59] [main/DEBUG] [FML/]: Not found coremod data in GravityGun-5.0.0.jar
[11:27:59] [main/DEBUG] [FML/]: Examining for coremod candidacy HelpFixer - 1.1.9.jar
[11:27:59] [main/DEBUG] [FML/]: Not found coremod data in HelpFixer - 1.1.9.jar
[11:27:59] [main/DEBUG] [FML/]: Examining for coremod candidacy hopperducts-mc1.8-1.4.5.jar
[11:27:59] [main/TRACE] [FML/]: Found FMLCorePluginContainsFMLMod marker in hopperducts-mc1.8-1.4.5.jar, it will be examined later for regular @Mod instances
[11:27:59] [main/DEBUG] [FML/]: Instantiating coremod class NowWithRendering
[11:27:59] [main/DEBUG] [FML/]: The coremod net.fybertech.nwr.NowWithRendering requested minecraft version 1.8 and minecraft is 1.8. It will be loaded.
[11:27:59] [main/DEBUG] [FML/]: Enqueued coremod NowWithRendering
[11:27:59] [main/DEBUG] [FML/]: Examining for coremod candidacy ice_shards_mc1.8-1.1-beta.jar
[11:27:59] [main/DEBUG] [FML/]: Not found coremod data in ice_shards_mc1.8-1.1-beta.jar
[11:27:59] [main/DEBUG] [FML/]: Examining for coremod candidacy iChunUtil-5.4.0.jar
[11:27:59] [main/DEBUG] [FML/]: Not found coremod data in iChunUtil-5.4.0.jar
[11:27:59] [main/DEBUG] [FML/]: Examining for coremod candidacy IgneousAdditions-1.2-BETA-2.jar
[11:27:59] [main/DEBUG] [FML/]: Not found coremod data in IgneousAdditions-1.2-BETA-2.jar
[11:27:59] [main/DEBUG] [FML/]: Examining for coremod candidacy inventory-tweaks-1.59-176.jar
[11:27:59] [main/TRACE] [FML/]: Found FMLCorePluginContainsFMLMod marker in inventory-tweaks-1.59-176.jar, it will be examined later for regular @Mod instances
[11:27:59] [main/DEBUG] [FML/]: Instantiating coremod class FMLPlugin
[11:27:59] [main/WARN] [FML/]: The coremod invtweaks.forge.asm.FMLPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[11:27:59] [main/DEBUG] [FML/]: Added access transformer class invtweaks.forge.asm.ITAccessTransformer to enqueued access transformers
[11:27:59] [main/DEBUG] [FML/]: Enqueued coremod FMLPlugin
[11:27:59] [main/DEBUG] [FML/]: Examining for coremod candidacy iron-chests-2-1.8-6.0.103.753.jar
[11:27:59] [main/DEBUG] [FML/]: Not found coremod data in iron-chests-2-1.8-6.0.103.753.jar
[11:27:59] [main/DEBUG] [FML/]: Examining for coremod candidacy larrys-mod-1.8-1.06.1.jar
[11:27:59] [main/DEBUG] [FML/]: Examining for coremod candidacy lattice-mod-1.8-1.1.jar
[11:27:59] [main/DEBUG] [FML/]: Not found coremod data in lattice-mod-1.8-1.1.jar
[11:27:59] [main/DEBUG] [FML/]: Examining for coremod candidacy letters-numbers-and-symbols-mod-1.8-1.0.jar
[11:27:59] [main/DEBUG] [FML/]: Examining for coremod candidacy Liquid Enchanting-1.0.jar
[11:27:59] [main/DEBUG] [FML/]: Not found coremod data in Liquid Enchanting-1.0.jar
[11:27:59] [main/DEBUG] [FML/]: Examining for coremod candidacy LomLib v4.1.0.jar
[11:27:59] [main/DEBUG] [FML/]: Not found coremod data in LomLib v4.1.0.jar
[11:27:59] [main/DEBUG] [FML/]: Examining for coremod candidacy LunatriusCore-1.8-1.1.2.28-universal.jar
[11:27:59] [main/DEBUG] [FML/]: Not found coremod data in LunatriusCore-1.8-1.1.2.28-universal.jar
[11:27:59] [main/DEBUG] [FML/]: Examining for coremod candidacy MachineMod-1.8-1.1-Pre-ALPHA-Build-123.jar
[11:27:59] [main/DEBUG] [FML/]: Not found coremod data in MachineMod-1.8-1.1-Pre-ALPHA-Build-123.jar
[11:27:59] [main/DEBUG] [FML/]: Examining for coremod candidacy magicalmages-v1.4-MCv1.8.jar
[11:27:59] [main/DEBUG] [FML/]: Not found coremod data in magicalmages-v1.4-MCv1.8.jar
[11:27:59] [main/DEBUG] [FML/]: Examining for coremod candidacy magicclover-1.8-0.6.2.jar
[11:27:59] [main/DEBUG] [FML/]: Not found coremod data in magicclover-1.8-0.6.2.jar
[11:27:59] [main/DEBUG] [FML/]: Examining for coremod candidacy MakersMark-V2.0.1-MC1.8.jar
[11:27:59] [main/TRACE] [FML/]: Found FMLCorePluginContainsFMLMod marker in MakersMark-V2.0.1-MC1.8.jar, it will be examined later for regular @Mod instances
[11:27:59] [main/DEBUG] [FML/]: Instantiating coremod class CorePlugin
[11:27:59] [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
[11:27:59] [main/DEBUG] [FML/]: Enqueued coremod CorePlugin
[11:27:59] [main/DEBUG] [FML/]: Examining for coremod candidacy medieval_mobs-1.8.x v.a2.jar
[11:27:59] [main/DEBUG] [FML/]: Not found coremod data in medieval_mobs-1.8.x v.a2.jar
[11:27:59] [main/DEBUG] [FML/]: Examining for coremod candidacy Metals-1.8-2.1.jar
[11:27:59] [main/DEBUG] [FML/]: Not found coremod data in Metals-1.8-2.1.jar
[11:27:59] [main/DEBUG] [FML/]: Examining for coremod candidacy modularsuits-1.2.1.jar
[11:27:59] [main/DEBUG] [FML/]: Not found coremod data in modularsuits-1.2.1.jar
[11:27:59] [main/DEBUG] [FML/]: Examining for coremod candidacy monkey-mod-1.0.jar
[11:27:59] [main/DEBUG] [FML/]: Not found coremod data in monkey-mod-1.0.jar
[11:27:59] [main/DEBUG] [FML/]: Examining for coremod candidacy morebows-1.8-2.0.0a2.jar
[11:27:59] [main/DEBUG] [FML/]: Not found coremod data in morebows-1.8-2.0.0a2.jar
[11:27:59] [main/DEBUG] [FML/]: Examining for coremod candidacy Morpheus-1.8-2.0.41.jar
[11:27:59] [main/DEBUG] [FML/]: Not found coremod data in Morpheus-1.8-2.0.41.jar
[11:27:59] [main/DEBUG] [FML/]: Examining for coremod candidacy MovingWorld-1.8-ALPHA-3.1-HFX.jar
[11:27:59] [main/INFO] [FML/]: Loading tweaker org.spongepowered.asm.launch.MixinTweaker from MovingWorld-1.8-ALPHA-3.1-HFX.jar
[11:27:59] [main/DEBUG] [FML/]: Examining for coremod candidacy MrCrayfishFurnitureModv3.4.8-build1(1.8).jar
[11:27:59] [main/DEBUG] [FML/]: Not found coremod data in MrCrayfishFurnitureModv3.4.8-build1(1.8).jar
[11:27:59] [main/DEBUG] [FML/]: Examining for coremod candidacy neotech-1.8-1.6.jar
[11:27:59] [main/DEBUG] [FML/]: Not found coremod data in neotech-1.8-1.6.jar
[11:27:59] [main/DEBUG] [FML/]: Examining for coremod candidacy night-vision-mining-hats-1.8-1.4.jar
[11:27:59] [main/DEBUG] [FML/]: Not found coremod data in night-vision-mining-hats-1.8-1.4.jar
[11:27:59] [main/DEBUG] [FML/]: Examining for coremod candidacy NotEnoughItems-1.8-1.0.5.104-universal.jar
[11:27:59] [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
[11:27:59] [main/DEBUG] [FML/]: Instantiating coremod class NEICorePlugin
[11:27:59] [main/WARN] [FML/]: The coremod codechicken.nei.asm.NEICorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[11:27:59] [main/DEBUG] [FML/]: Enqueued coremod NEICorePlugin
[11:27:59] [main/DEBUG] [FML/]: Examining for coremod candidacy open-computers-1.8-1.5.14.32.jar
[11:27:59] [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
[11:27:59] [main/DEBUG] [FML/]: Instantiating coremod class TransformerLoader
[11:27:59] [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.
[11:27:59] [main/DEBUG] [FML/]: Enqueued coremod TransformerLoader
[11:27:59] [main/DEBUG] [FML/]: Examining for coremod candidacy pandoras-box-1.8-2.1.2.jar
[11:27:59] [main/DEBUG] [FML/]: Not found coremod data in pandoras-box-1.8-2.1.2.jar
[11:27:59] [main/DEBUG] [FML/]: Examining for coremod candidacy portable-crafting-bench-1.8-1.4.jar
[11:27:59] [main/DEBUG] [FML/]: Not found coremod data in portable-crafting-bench-1.8-1.4.jar
[11:27:59] [main/DEBUG] [FML/]: Examining for coremod candidacy PortalGates2-mc1.8-2.1.4-b.jar
[11:27:59] [main/DEBUG] [FML/]: Not found coremod data in PortalGates2-mc1.8-2.1.4-b.jar
[11:27:59] [main/DEBUG] [FML/]: Examining for coremod candidacy power-apples-1.8-1.0.1.jar
[11:27:59] [main/DEBUG] [FML/]: Not found coremod data in power-apples-1.8-1.0.1.jar
[11:27:59] [main/DEBUG] [FML/]: Examining for coremod candidacy PowerAdvantage-1.2.4.jar
[11:27:59] [main/DEBUG] [FML/]: Not found coremod data in PowerAdvantage-1.2.4.jar
[11:27:59] [main/DEBUG] [FML/]: Examining for coremod candidacy prismatics-1.8-0.0.3.3.jar
[11:27:59] [main/DEBUG] [FML/]: Not found coremod data in prismatics-1.8-0.0.3.3.jar
[11:27:59] [main/DEBUG] [FML/]: Examining for coremod candidacy progressive-automation-1.8-1.6.15.jar
[11:27:59] [main/DEBUG] [FML/]: Not found coremod data in progressive-automation-1.8-1.6.15.jar
[11:27:59] [main/DEBUG] [FML/]: Examining for coremod candidacy project-bench-1.8-0.5.0.jar
[11:27:59] [main/DEBUG] [FML/]: Not found coremod data in project-bench-1.8-0.5.0.jar
[11:27:59] [main/DEBUG] [FML/]: Examining for coremod candidacy projecte-1.8-PE1.0.1.B.jar
[11:27:59] [main/DEBUG] [FML/]: Not found coremod data in projecte-1.8-PE1.0.1.B.jar
[11:27:59] [main/DEBUG] [FML/]: Examining for coremod candidacy random-things-1.8-3.5.3.jar
[11:27:59] [main/TRACE] [FML/]: Found FMLCorePluginContainsFMLMod marker in random-things-1.8-3.5.3.jar, it will be examined later for regular @Mod instances
[11:27:59] [main/DEBUG] [FML/]: Instantiating coremod class LoadingPlugin
[11:27:59] [main/WARN] [FML/]: The coremod lumien.randomthings.asm.LoadingPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[11:27:59] [main/DEBUG] [FML/]: Enqueued coremod LoadingPlugin
[11:27:59] [main/DEBUG] [FML/]: Examining for coremod candidacy redstone-paste-1.8-1.7.1.jar
[11:27:59] [main/TRACE] [FML/]: Found FMLCorePluginContainsFMLMod marker in redstone-paste-1.8-1.7.1.jar, it will be examined later for regular @Mod instances
[11:27:59] [main/DEBUG] [FML/]: Instantiating coremod class NowWithRendering
[11:27:59] [main/DEBUG] [FML/]: The coremod net.fybertech.nwr.NowWithRendering requested minecraft version 1.8 and minecraft is 1.8. It will be loaded.
[11:27:59] [main/DEBUG] [FML/]: Enqueued coremod NowWithRendering
[11:27:59] [main/DEBUG] [FML/]: Examining for coremod candidacy reptile-mod-1.7.10-2.5.6-10.jar
[11:27:59] [main/DEBUG] [FML/]: Not found coremod data in reptile-mod-1.7.10-2.5.6-10.jar
[11:27:59] [main/DEBUG] [FML/]: Examining for coremod candidacy router-reborn-1.8-2.0.0.1A.jar
[11:27:59] [main/DEBUG] [FML/]: Not found coremod data in router-reborn-1.8-2.0.0.1A.jar
[11:27:59] [main/DEBUG] [FML/]: Examining for coremod candidacy Schematica-1.8-1.7.7.130-universal.jar
[11:27:59] [main/DEBUG] [FML/]: Not found coremod data in Schematica-1.8-1.7.7.130-universal.jar
[11:27:59] [main/DEBUG] [FML/]: Examining for coremod candidacy seasoned-flesh-1.8-1.0-m3d3y15.jar
[11:27:59] [main/DEBUG] [FML/]: Examining for coremod candidacy silents-gems-1.8-1.3.1-82-beta.jar
[11:27:59] [main/DEBUG] [FML/]: Not found coremod data in silents-gems-1.8-1.3.1-82-beta.jar
[11:27:59] [main/DEBUG] [FML/]: Examining for coremod candidacy Simple Recipes 1.8.0-1.9.0.jar
[11:27:59] [main/DEBUG] [FML/]: Not found coremod data in Simple Recipes 1.8.0-1.9.0.jar
[11:27:59] [main/DEBUG] [FML/]: Examining for coremod candidacy SimpleHolo-v1.0-1.8.jar
[11:27:59] [main/DEBUG] [FML/]: Not found coremod data in SimpleHolo-v1.0-1.8.jar
[11:27:59] [main/DEBUG] [FML/]: Examining for coremod candidacy smelt-cycle-1.2.jar
[11:27:59] [main/DEBUG] [FML/]: Not found coremod data in smelt-cycle-1.2.jar
[11:27:59] [main/DEBUG] [FML/]: Examining for coremod candidacy sophisticated-wolves-3.5.0.jar
[11:27:59] [main/DEBUG] [FML/]: Not found coremod data in sophisticated-wolves-3.5.0.jar
[11:27:59] [main/DEBUG] [FML/]: Examining for coremod candidacy spawnercraft-1.8-2.2.2.jar
[11:27:59] [main/DEBUG] [FML/]: Not found coremod data in spawnercraft-1.8-2.2.2.jar
[11:27:59] [main/DEBUG] [FML/]: Examining for coremod candidacy stackie-1.8-1.6.0.36.jar
[11:27:59] [main/DEBUG] [FML/]: Not found coremod data in stackie-1.8-1.6.0.36.jar
[11:27:59] [main/DEBUG] [FML/]: Examining for coremod candidacy SteamAdvantage-1.3.2.jar
[11:27:59] [main/DEBUG] [FML/]: Not found coremod data in SteamAdvantage-1.3.2.jar
[11:27:59] [main/DEBUG] [FML/]: Examining for coremod candidacy storage-drawers-1.8-2.1.6.jar
[11:27:59] [main/DEBUG] [FML/]: Not found coremod data in storage-drawers-1.8-2.1.6.jar
[11:27:59] [main/DEBUG] [FML/]: Examining for coremod candidacy talismans-2-1.8-2.1.2.jar
[11:27:59] [main/DEBUG] [FML/]: Not found coremod data in talismans-2-1.8-2.1.2.jar
[11:27:59] [main/DEBUG] [FML/]: Examining for coremod candidacy tnt_utilities-mc1.8-1.0.2-beta.jar
[11:27:59] [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
[11:27:59] [main/DEBUG] [FML/]: Instantiating coremod class TntuPlugin
[11:27:59] [main/TRACE] [FML/]: coremod named TNTUtilities Core is loading
[11:27:59] [main/DEBUG] [FML/]: The coremod ljfa.tntutils.asm.TntuPlugin requested minecraft version 1.8 and minecraft is 1.8. It will be loaded.
[11:27:59] [main/DEBUG] [FML/]: Enqueued coremod TNTUtilities Core
[11:27:59] [main/DEBUG] [FML/]: Examining for coremod candidacy torched-5.0.0.jar
[11:27:59] [main/DEBUG] [FML/]: Not found coremod data in torched-5.0.0.jar
[11:27:59] [main/DEBUG] [FML/]: Examining for coremod candidacy totemmod-3.0.jar
[11:27:59] [main/DEBUG] [FML/]: Not found coremod data in totemmod-3.0.jar
[11:27:59] [main/DEBUG] [FML/]: Examining for coremod candidacy unlogic-ii-2.1.1.0.jar
[11:27:59] [main/DEBUG] [FML/]: Not found coremod data in unlogic-ii-2.1.1.0.jar
[11:27:59] [main/DEBUG] [FML/]: Examining for coremod candidacy useful-uselessness-1.8-0.0.4.jar
[11:27:59] [main/DEBUG] [FML/]: Not found coremod data in useful-uselessness-1.8-0.0.4.jar
[11:27:59] [main/DEBUG] [FML/]: Examining for coremod candidacy veinminer-0.27.0.jar
[11:27:59] [main/TRACE] [FML/]: Found FMLCorePluginContainsFMLMod marker in veinminer-0.27.0.jar, it will be examined later for regular @Mod instances
[11:27:59] [main/DEBUG] [FML/]: Instantiating coremod class VeinMinerCorePlugin
[11:27:59] [main/WARN] [FML/]: The coremod portablejim.veinminer.asm.VeinMinerCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[11:27:59] [main/DEBUG] [FML/]: Enqueued coremod VeinMinerCorePlugin
[11:27:59] [main/DEBUG] [FML/]: Examining for coremod candidacy wooden-and-stone-armor-1.8-1.3.1.jar
[11:27:59] [main/DEBUG] [FML/]: Not found coremod data in wooden-and-stone-armor-1.8-1.3.1.jar
[11:27:59] [main/DEBUG] [FML/]: Examining for coremod candidacy world-edit-1.8-6.1.jar
[11:27:59] [main/DEBUG] [FML/]: Not found coremod data in world-edit-1.8-6.1.jar
[11:27:59] [main/DEBUG] [FML/]: Examining for coremod candidacy worms-1.8-1.1.0.jar
[11:27:59] [main/DEBUG] [FML/]: Not found coremod data in worms-1.8-1.1.0.jar
[11:27:59] [main/DEBUG] [FML/]: Examining for coremod candidacy zz-backpacks 1.8 - 3.0.3 beta 4 (1).jar
[11:27:59] [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
[11:27:59] [main/DEBUG] [FML/]: Instantiating coremod class BCModPlugin
[11:27:59] [main/DEBUG] [FML/]: The coremod brad16840.common.asm.BCModPlugin requested minecraft version 1.8 and minecraft is 1.8. It will be loaded.
[11:27:59] [main/DEBUG] [FML/]: Enqueued coremod BCModPlugin
[11:27:59] [main/DEBUG] [FML/]: Examining for coremod candidacy ZZZZZ Custom Configs-2.3.0 (1).jar
[11:27:59] [main/DEBUG] [FML/]: Not found coremod data in ZZZZZ Custom Configs-2.3.0 (1).jar
[11:27:59] [main/INFO] [LaunchWrapper/]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[11:27:59] [main/INFO] [LaunchWrapper/]: Loading tweak class name com.forgeessentials.core.preloader.FELaunchHandler
[11:27:59] [main/WARN] [LaunchWrapper/]: Tweak class name com.forgeessentials.core.preloader.FELaunchHandler has already been visited -- skipping
[11:27:59] [main/INFO] [LaunchWrapper/]: Loading tweak class name org.spongepowered.asm.launch.MixinTweaker
[11:27:59] [main/INFO] [mixin/]: SpongePowered MIXIN Subsystem Version=0.4.3 Source=file:/root/development/skyblock_extreme/mods/FE-1.8-snapshot-8.jar Env=SERVER
[11:27:59] [main/DEBUG] [mixin/]: Adding new mixin transformer proxy #1
[11:27:59] [main/INFO] [LaunchWrapper/]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
[11:27:59] [main/INFO] [LaunchWrapper/]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[11:27:59] [main/INFO] [LaunchWrapper/]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[11:27:59] [main/INFO] [LaunchWrapper/]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[11:27:59] [main/DEBUG] [FML/]: Injecting coremod FMLCorePlugin {net.minecraftforge.fml.relauncher.FMLCorePlugin} class transformers
[11:27:59] [main/TRACE] [FML/]: Registering transformer net.minecraftforge.fml.common.asm.transformers.BlamingTransformer
[11:28:00] [main/DEBUG] [mixin/]: Preparing mixins for MixinEnvironment[PREINIT]
[11:28:00] [main/TRACE] [FML/]: Registering transformer net.minecraftforge.fml.common.asm.transformers.MarkerTransformer
[11:28:00] [main/TRACE] [FML/]: Registering transformer net.minecraftforge.fml.common.asm.transformers.SideTransformer
[11:28:00] [main/TRACE] [FML/]: Registering transformer net.minecraftforge.fml.common.asm.transformers.EventSubscriptionTransformer
[11:28:00] [main/TRACE] [FML/]: Registering transformer net.minecraftforge.fml.common.asm.transformers.EventSubscriberTransformer
[11:28:00] [main/DEBUG] [FML/]: Injection complete
[11:28:00] [main/DEBUG] [FML/]: Running coremod plugin for FMLCorePlugin {net.minecraftforge.fml.relauncher.FMLCorePlugin}
[11:28:00] [main/DEBUG] [FML/]: Running coremod plugin FMLCorePlugin
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.network.play.client.C12PacketUpdateSign.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockReed.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.block.statemap.StateMap.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.network.play.server.S3FPacketCustomPayload.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.server.integrated.IntegratedServer$3.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.nbt.NBTSizeTracker.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.StructureNetherBridgePieces$NetherStalkRoom.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.network.NetHandlerHandshakeMemory.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockTripWireHook.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.command.CommandFill.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.biome.BiomeColorHelper$ColorResolver.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.server.management.PlayerManager$PlayerInstance.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.biome.BiomeColorHelper$1.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.block.model.ItemCameraTransforms$Deserializer.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.settings.GameSettings$Options.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.feature.WorldGenSavannaTree.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.entity.RenderItem$5.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.inventory.ContainerBeacon$BeaconSlot.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.StructureVillagePieces$Field1.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.storage.WorldInfo$8.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.entity.monster.EntityMagmaCube.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.tileentity.TileEntitySign.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.entity.item.EntityItemFrame.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.nbt.NBTTagList.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.vertex.VertexFormatElement.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.server.network.NetHandlerLoginServer$2.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.biome.BiomeGenBase$Height.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.EntityRenderer$2.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.entity.Entity$4.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.entity.RenderEntityItem.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.gui.GuiScreen.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.multiplayer.GuiConnecting$1.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockIce.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.settings.GameSettings$1.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.item.Item$17.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.SpawnerAnimals.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.network.NetHandlerPlayServer$SwitchAction.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.WorldServerMulti$1.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockLog$SwitchAxis.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.audio.SoundManager.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.creativetab.CreativeTabs$6.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.block.model.ModelBlockDefinition$Deserializer.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.init.Bootstrap$11.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.entity.RenderItem$7.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.item.Item$8.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockAir.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.StructureStrongholdPieces$1.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.biome.BiomeGenSwamp.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.Minecraft$12.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.entity.player.EntityPlayer.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.network.OldServerPinger$2$1.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.init.Bootstrap$12.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.block.model.ModelBlockDefinition$MissingVariantException.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.server.dedicated.DedicatedServer$1.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.network.ServerStatusResponse$Serializer.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.init.Bootstrap.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.WorldProvider.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.Minecraft$13.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.entity.monster.EntityEnderman$1.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.layer.GenLayer$2.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.creativetab.CreativeTabs$4.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.feature.WorldGenBigMushroom.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.init.Bootstrap$10.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.server.gui.MinecraftServerGui.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.item.Item$16.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.block.model.ModelBlockDefinition$Variant$Deserializer.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockTallGrass.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.crash.CrashReportCategory$5.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.chunk.storage.AnvilSaveHandler.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockStem.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.crash.CrashReport.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.feature.WorldGenBigTree$FoliageCoordinates.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.Block$2.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.inventory.ContainerRepair$2.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.item.ItemStack.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockSapling.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.state.BlockPistonStructureHelper.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.LoadingScreenRenderer.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.entity.Entity$3.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.StructureNetherBridgePieces$Stairs.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.tileentity.TileEntity$3.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockQuartz$SwitchAxis.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.StructureStrongholdPieces$Crossing.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.server.management.PlayerManager.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.StructureStrongholdPieces$Stronghold$Door.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.inventory.Container.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.StructureStrongholdPieces$PieceWeight.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.Minecraft$8.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.block.model.ModelBlockDefinition$Variant.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.StructureVillagePieces$House4Garden.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockDoor.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockLadder$SwitchEnumFacing.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.crash.CrashReportCategory$2.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.entity.passive.EntityVillager$EmeraldForItems.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.server.management.ServerConfigurationManager$1.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.StructureVillagePieces$House3.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.network.NetHandlerPlayServer$1.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.StructureNetherBridgePieces$Throne.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.entity.RenderItem$4.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.chunk.Chunk$3.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.nbt.NBTSizeTracker$1.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.crash.CrashReportCategory$Entry.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.block.model.FaceBakery$SwitchEnumFacing.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.storage.WorldInfo$3.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.resources.SimpleReloadableResourceManager.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.state.BlockState$1.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockStem$1.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.entity.monster.EntitySlime$AISlimeFaceRandom.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockDoublePlant$EnumPlantType.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.entity.player.EntityPlayer$EnumChatVisibility.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.biome.BiomeGenJungle.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockTallGrass$EnumType.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.feature.WorldGenBigTree.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.EntityRenderer$1.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.enchantment.EnchantmentHelper$IModifier.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.StructureStrongholdPieces$PortalRoom.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.resources.model.ModelRotation.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.gui.GuiCreateWorld.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.storage.WorldInfo$7.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.item.ItemDye.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.entity.Entity$2.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.ClientBrandRetriever.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.storage.SaveHandler.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.creativetab.CreativeTabs$5.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.item.crafting.ShapelessRecipes.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.ItemRenderer$SwitchEnumAction.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.entity.item.EntityItem.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.stats.StatList.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockTorch.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockFlowerPot$SwitchEnumType.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.Minecraft$15.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockTripWireHook$SwitchEnumFacing.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.feature.WorldGenTaiga2.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.model.TexturedQuad.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.MapGenStructure$1.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.entity.passive.EntitySheep.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.StructureStrongholdPieces$Straight.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.state.BlockState$2.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.server.MinecraftServer$4.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.entity.Entity.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.OpenGlHelper.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.layer.GenLayer.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.biome.BiomeColorHelper$3.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.chunk.storage.RegionFile$ChunkBuffer.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.tileentity.TileEntityHopper.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.item.Item$6.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.BlockModelRenderer$VertexTranslations.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.model.ModelBase.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.item.ItemBlock.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.item.ItemTool.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.ComponentScatteredFeaturePieces$JunglePyramid$Stones.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.audio.SoundManager$1.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.World$4.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.nbt.CompressedStreamTools.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.crash.CrashReport$4.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.entity.passive.EntityHorse$GroupData.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.resources.model.IBakedModel.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.model.ModelBox.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.Minecraft$2.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.item.Item$9.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.util.EnumWorldBlockLayer.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.Minecraft.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.inventory.ContainerRepair.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.feature.WorldGenMegaJungle.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.server.management.PlayerProfileCache$2.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.StructureMineshaftPieces$SwitchEnumFacing.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.Minecraft$14.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.Minecraft$6.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.nbt.NBTTagCompound$2.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.entity.EntityMinecartCommandBlock$1.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.tileentity.TileEntity$2.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.BlockModelShapes$1.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.StructureVillagePieces.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockOldLeaf.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.entity.player.InventoryPlayer$1.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.block.model.ItemCameraTransforms.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.storage.WorldInfo$1.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.BlockModelShapes$5.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.multiplayer.WorldClient$4.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockNewLeaf.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.network.NetworkManager$4.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.texture.TextureManager.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.potion.Potion.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.BlockModelShapes$4.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockButton.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.StructureStrongholdPieces$Stairs.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockDoor$EnumDoorHalf.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.ChunkProviderGenerate.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.block.model.ItemTransformVec3f$Deserializer.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.server.dedicated.DedicatedServer$2.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.entity.RenderVillager.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.layer.GenLayerBiome.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.biome.BiomeColorHelper$2.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.feature.WorldGenMinable.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.gui.FontRenderer.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.entity.player.InventoryPlayer.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.texture.TextureMap$2.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.entity.RenderItem$2.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.item.ItemArmor.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.network.NetworkManager$1.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.entity.player.EntityPlayer$EnumStatus.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.StructureNetherBridgePieces$Crossing3.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.StructureVillagePieces$Path.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.storage.WorldInfo$4.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.multiplayer.PlayerControllerMP.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.tileentity.TileEntityPiston$SwitchAxis.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.RenderGlobal$ContainerLocalRenderInformation.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.item.crafting.FurnaceRecipes.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.biome.BiomeGenBase$SpawnListEntry.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.enchantment.Enchantment.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.BlockModelRenderer$AmbientOcclusionFace.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.ComponentScatteredFeaturePieces$DesertPyramid.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockDoublePlant$EnumBlockHalf.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockPane.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.entity.item.EntityXPOrb.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.entity.EntityPlayerSP.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockCactus.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.realms.RealmsConnect$1.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.storage.WorldInfo$2.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.gui.GuiIngameMenu.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.entity.item.EntityMinecartFurnace.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockQuartz$EnumType.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.entity.monster.EntitySlime$AISlimeFloat.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.MapGenStronghold$Start.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.block.model.ModelBlockDefinition$Variants.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.entity.passive.EntityVillager.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.gui.inventory.GuiContainerCreative$ContainerCreative.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.entity.item.EntityMinecart$SwitchEnumMinecartType.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.settings.GameSettings.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.util.EnumFacing$Plane.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.storage.WorldInfo.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.gui.achievement.GuiStats$StatsGeneral.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.server.MinecraftServer$1.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.gui.GuiSleepMP.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.init.Bootstrap$3.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.biome.BiomeColorHelper.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockSkull$SwitchEnumFacing.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockMushroom.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.tileentity.RenderItemFrame.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.StructureStrongholdPieces$SwitchEnumFacing.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.network.NetHandlerLoginClient.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.StructureStrongholdPieces$RightTurn.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.item.Item$4.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.entity.RendererLivingEntity$SwitchEnumVisible.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.util.MouseHelper.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.server.dedicated.DedicatedServer.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.RenderGlobal$1.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.entity.RenderItem$9.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.entity.boss.EntityWither$1.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.gui.GuiSelectWorld.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.util.Session.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.item.ItemArmor$1.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.World$1.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.item.ItemArmor$ArmorMaterial.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.BlockRendererDispatcher.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.network.NetworkSystem$3.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.entity.item.EntityMinecartContainer.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.gui.ServerListEntryNormal.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.crash.CrashReportCategory$1.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.item.ItemBucket.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.init.Bootstrap$5$1.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.feature.WorldGenForest.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.ComponentScatteredFeaturePieces$SwitchEnumFacing.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.gui.achievement.GuiAchievements.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.inventory.ContainerBrewingStand.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.server.integrated.IntegratedServer.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.gui.achievement.GuiStats.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.network.NetworkSystem$2.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.EntityRenderer.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.StructureNetherBridgePieces$Corridor2.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.entity.EntityLivingBase.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.entity.layers.LayerArmorBase.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockPotato.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.network.NetHandlerPlayClient$2.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.layer.GenLayer$1.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.multiplayer.WorldClient$2.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.init.Bootstrap$1.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.init.Bootstrap$8.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.creativetab.CreativeTabs$9.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.multiplayer.WorldClient.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.entity.monster.EntityEnderman$AIFindPlayer.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockLog$EnumAxis.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.crash.CrashReport$1.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.biome.BiomeGenBase.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.chunk.Chunk.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.entity.passive.EntityHorse$1.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.tileentity.TileEntity$1.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.particle.EffectRenderer$2.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.util.EnumFacing$SwitchPlane.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.World$2.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.server.management.ItemInWorldManager.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.entity.passive.EntityVillager$ListEnchantedItemForEmeralds.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockNetherWart.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.Minecraft$16.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.StructureNetherBridgePieces$SwitchEnumFacing.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.StructureMineshaftPieces$Stairs.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.item.crafting.RecipesBanners$RecipeDuplicatePattern.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.entity.monster.EntityZombie.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.entity.player.EntityPlayer$SwitchEnumFacing.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.resources.LanguageManager.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.InventoryEffectRenderer.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.item.Item$13.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.item.Item.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockSkull$1.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.enchantment.EnchantmentHelper$DamageIterator.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.WorldServer.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockFlowerPot$EnumFlowerType.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.entity.monster.EntitySlime.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.WorldServer$ServerBlockEventList.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.gui.achievement.GuiStats$Stats.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.StructureVillagePieces$WoodHut.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.crash.CrashReportCategory.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockLog.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.entity.passive.EntitySheep$1.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.network.NetworkManager$3.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.init.Bootstrap$15.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.StructureStrongholdPieces$Corridor.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.item.ItemSword.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.server.MinecraftServer$3.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.texture.TextureMap$1.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.network.NetHandlerPlayServer.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.feature.WorldGenAbstractTree.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.particle.EffectRenderer$4.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.item.Item$12.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.item.crafting.RecipesBanners.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.entity.RenderItem$6.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.creativetab.CreativeTabs$10.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockRotatedPillar.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.WorldVertexBufferUploader.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.entity.monster.EntityEnderman$AIPlaceBlock.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.server.integrated.IntegratedServer$2.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockRedstoneOre.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.entity.EntityMinecartCommandBlock.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.item.ItemSnow.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.entity.EntityTrackerEntry.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.feature.WorldGenDeadBush.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.server.gui.MinecraftServerGui$5.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.gui.GuiMainMenu.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.creativetab.CreativeTabs$3.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.util.EnumChatFormatting.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.BlockModelShapes$7.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.StructureStrongholdPieces$ChestCorridor.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.audio.SoundManager$2.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.network.NetHandlerLoginClient$1.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.inventory.ContainerBrewingStand$Ingredient.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.server.network.NetHandlerLoginServer$1.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.StructureNetherBridgePieces$PieceWeight.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.resources.model.ModelBakery.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.model.ModelRenderer.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.BlockModelShapes$3.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.StructureNetherBridgePieces$Piece.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockMycelium.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.biome.BiomeGenForest$2.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.ComponentScatteredFeaturePieces$SwampHut.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.inventory.ContainerEnchantment$2.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockLeaves.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.server.gui.MinecraftServerGui$2.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockTorch$SwitchEnumFacing.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.network.OldServerPinger$1.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.StructureVillagePieces$House1.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockRedstoneComparator$Mode.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.entity.RenderItem$8.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.entity.AbstractClientPlayer.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.StructureStrongholdPieces$2.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.creativetab.CreativeTabs$1.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.network.NetHandlerPlayClient$3$1$1.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.gui.GuiMultiplayer.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.BlockModelRenderer$SwitchEnumFacing.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.inventory.ContainerBrewingStand$Potion.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.World$3.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.entity.item.EntityMinecart$EnumMinecartType.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.entity.RenderItem$3.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockCocoa$SwitchEnumFacing.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.chunk.Chunk$2.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.World.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.texture.TextureAtlasSprite$1.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.particle.EffectRenderer.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.network.NetHandlerPlayClient$1.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.entity.RenderManager.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.Block$EnumOffsetType.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.audio.SoundManager$2$1.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.gui.inventory.GuiContainerCreative$CreativeSlot.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.texture.TextureUtil.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.network.ServerStatusResponse.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.entity.EntityLiving.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.texture.TextureMap.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.init.Bootstrap$7.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.StructureStrongholdPieces$Prison.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockBush.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockVine.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.item.crafting.RecipesMapCloning.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.server.gui.MinecraftServerGui$3.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.tileentity.TileEntityNote.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.inventory.ContainerRepair$1.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.inventory.SlotFurnaceOutput.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.util.Session$Type.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.ChunkProviderServer.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.audio.SoundManager$SoundSystemStarterThread.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockNewLeaf$1.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.entity.monster.EntitySlime$SlimeMoveHelper.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.nbt.NBTTagIntArray.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.entity.item.EntityMinecartEmpty.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.multiplayer.GuiConnecting.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.network.OldServerPinger$2.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.item.ItemBucketMilk.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.init.Bootstrap$2.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.entity.passive.EntityVillager$ListEnchantedBookForEmeralds.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.item.Item$7.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.network.NetworkManager.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.gui.achievement.GuiStats$StatsMobsList.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.entity.EntityList.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.tileentity.TileEntitySign$1.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.server.management.PlayerProfileCache$Serializer.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.tileentity.TileEntityFurnace.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.entity.monster.EntityEnderman$AITakeBlock.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.StructureStrongholdPieces$StairsStraight.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockPistonBase.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.nbt.NBTTagCompound$1.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.item.ItemReed.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.StructureMineshaftPieces.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.init.Bootstrap$13.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.entity.monster.EntitySlime$AISlimeHop.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.tileentity.TileEntityPiston.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockHugeMushroom$EnumType.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.StructureNetherBridgePieces$Corridor.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockSapling$SwitchEnumType.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockRailBase.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.block.model.ItemCameraTransforms$TransformType.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockOre.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.model.PositionTextureVertex.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.Minecraft$11.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.StructureVillagePieces$Village.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.entity.passive.EntityVillager$ITradeList.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.multiplayer.ChunkProviderClient.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.crash.CrashReportCategory$4.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.BlockModelShapes$SwitchEnumType.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.entity.RenderItem$SwitchTransformType.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.network.NetworkSystem.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockSnow.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.Block$4.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.tileentity.TileEntity.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.creativetab.CreativeTabs$11.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.ComponentScatteredFeaturePieces$Feature.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.server.management.PlayerProfileCache.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.gui.GuiOverlayDebug.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.item.Item$14.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.entity.item.EntityMinecart.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.StructureVillagePieces$House2.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.entity.RenderItem$1.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.block.model.FaceBakery.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockLever$EnumOrientation.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.storage.WorldInfo$5.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.item.crafting.RecipesArmorDyes.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockDoor$EnumHingePosition.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.server.MinecraftServer$2.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.item.ItemHoe$SwitchDirtType.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.item.Item$ToolMaterial.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.init.Bootstrap$6.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.storage.WorldInfo$6.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockLever.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.StructureNetherBridgePieces$Entrance.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.StructureMineshaftPieces$Cross.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.util.MovingObjectPosition$MovingObjectType.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockTrapDoor$SwitchEnumFacing.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.settings.GameSettings$SwitchOptions.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.util.MovingObjectPosition.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.crash.CrashReport$7.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.chunk.storage.AnvilChunkLoader$PendingChunk.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.MapGenStructure$2.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.ComponentScatteredFeaturePieces.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.entity.effect.EntityLightningBolt.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.ItemModelMesher.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.particle.EffectRenderer$1.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.WorldServer$1.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.biome.BiomeGenBase$SwitchEnumCreatureType.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.StructureComponent$SwitchEnumFacing.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.creativetab.CreativeTabs$12.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.item.ItemSkull.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockPistonMoving.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.inventory.SlotCrafting.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.resources.AbstractResourcePack.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.util.MessageSerializer.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.item.Item$1.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.biome.BiomeGenHills.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.StructureVillagePieces$SwitchEnumFacing.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.StructureStrongholdPieces.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.StructureNetherBridgePieces$Crossing2.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.util.WeightedRandomChestContent.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.chunk.Chunk$1.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.init.Bootstrap$14.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.EntityRenderer$3.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.item.ItemSeeds.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.entity.passive.EntityMooshroom.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.StructureStart.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.entity.passive.EntityVillager$1.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockRedstoneDiode.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.biome.BiomeGenForest.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.BlockModelRenderer.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.StructureStrongholdPieces$Stones.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockFalling.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.StructureNetherBridgePieces$Corridor4.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.StructureNetherBridgePieces.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockRedstoneWire.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.entity.layers.LayerArmorBase$SwitchArmorMaterial.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.StructureStrongholdPieces$LeftTurn.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.texture.Stitcher.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.Minecraft$7.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.item.crafting.ShapedRecipes.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.feature.WorldGeneratorBonusChest.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.entity.passive.EntityVillager$PriceInfo.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.StructureVillagePieces$Torch.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.particle.EffectRenderer$3.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.item.Item$3.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockMobSpawner.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockChest.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.StructureVillagePieces$Start.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockRedstoneWire$EnumAttachPosition.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.StructureNetherBridgePieces$Crossing.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.MapGenCaves.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.multiplayer.WorldClient$1.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockRedstoneComparator.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.init.Bootstrap$5.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.network.NetHandlerPlayClient$SwitchAction.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.resources.SimpleReloadableResourceManager$1.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.inventory.ContainerBeacon.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.entity.EntityHanging.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.util.EnumFacing.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.network.NetworkSystem$4.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.chunk.storage.RegionFile.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.resources.Locale.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.creativetab.CreativeTabs$2.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.network.NetHandlerPlayServer$3.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.network.play.client.C17PacketCustomPayload.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.network.ServerStatusResponse$MinecraftProtocolVersionIdentifier$Serializer.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.inventory.ContainerEnchantment.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockTrapDoor.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockQuartz.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.StructureNetherBridgePieces$End.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockGrass.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.StructureVillagePieces$Hall.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.Block.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.item.ItemMonsterPlacer.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.inventory.ContainerEnchantment$3.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.Minecraft$1.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.StructureVillagePieces$Field2.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.enchantment.EnchantmentHelper$ModifierLiving.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.shader.Framebuffer.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.entity.passive.EntityOcelot$1.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.server.network.NetHandlerHandshakeTCP$SwitchEnumConnectionState.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockButton$SwitchEnumFacing.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockDeadBush.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.feature.WorldGenDungeons.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockFarmland.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.network.ServerStatusResponse$PlayerCountData.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.StructureComponent.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.gui.GuiSelectWorld$List.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockSkull.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.MapGenStronghold.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.storage.MapData$MapInfo.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockPistonBase$SwitchEnumFacing.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.init.Bootstrap$16.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.realms.RealmsConnect.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.texture.TextureManager$1.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.inventory.ContainerPlayer.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.vertex.VertexFormatElement$EnumType.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.border.WorldBorder.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.biome.BiomeGenPlains.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.StructureMineshaftPieces$Corridor.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.server.network.NetHandlerLoginServer$LoginState.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.WorldType.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockDoublePlant.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.MapGenStructure.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.inventory.ContainerEnchantment$1.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.BlockModelRenderer$Orientation.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.entity.EntityLiving$SpawnPlacementType.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.StructureNetherBridgePieces$Corridor5.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.IBlockAccess.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.gui.achievement.GuiStats$StatsBlock$1.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.block.model.ModelBlockDefinition.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.RenderGlobal.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.StructureVillagePieces$Road.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.biome.BiomeGenBase$TempCategory.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockTorch$1.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.potion.PotionEffect.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.command.CommandHandler.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockVine$SwitchEnumFacing.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.gui.GuiButton.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.network.status.server.S00PacketServerInfo.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.nbt.NBTTagByteArray.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.crash.CrashReportCategory$3.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.texture.TextureAtlasSprite.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.util.Vec3.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.gui.achievement.GuiStats$StatsItem$1.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.gui.ServerListEntryNormal$1.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.network.handshake.client.C00Handshake.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.BlockModelShapes$6.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.network.NetworkManager$2.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.item.ItemSeedFood.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockCocoa.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.enchantment.EnchantmentHelper$ModifierDamage.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.inventory.ContainerPlayer$1.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.WorldServerMulti.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.nbt.NBTTagString.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.item.ItemBow.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.entity.boss.EntityDragon.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.entity.EntityTracker.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.entity.EntitySpawnPlacementRegistry.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.network.NetHandlerPlayClient$3.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.StructureStrongholdPieces$Stronghold.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockHugeMushroom.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.item.ItemSign.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.item.ItemEmptyMap.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.chunk.Chunk$EnumCreateEntityType.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.feature.WorldGenShrub.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.Minecraft$9.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.gui.GuiSlot.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.BlockModelRenderer$EnumNeighborInfo.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.StructureStrongholdPieces$RoomCrossing.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.gui.GuiOverlayDebug$SwitchEnumFacing.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.command.server.CommandTestForBlock.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.tileentity.TileEntityBeacon$BeamSegment.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockTrapDoor$DoorHalf.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.server.integrated.IntegratedServer$1.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.biome.BiomeDecorator.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.Block$SoundType.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.server.gui.MinecraftServerGui$1.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.item.Item$15.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.StructureNetherBridgePieces$Corridor3.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.chunk.storage.AnvilChunkLoader.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.gui.GuiChat.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.item.ItemLilyPad.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.StructureVillagePieces$Well.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.feature.WorldGenCanopyTree.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.entity.passive.EntityHorse.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.biome.WorldChunkManager.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.server.management.PlayerProfileCache$ProfileEntry.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.item.Item$11.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.state.BlockState.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.item.Item$5.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockFlowerPot.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.server.MinecraftServer.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.util.EnumFacing$Axis.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.StructureVillagePieces$Church.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.init.Bootstrap$4.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.resources.model.ModelBakery$2.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.entity.ai.EntityAIAttackOnCollide.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.item.ItemHoe.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.network.NetHandlerPlayClient$3$1.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.tileentity.TileEntitySign$2.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.feature.WorldGenSwamp.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.feature.WorldGenTrees.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.BlockModelShapes.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.network.NetworkManager$InboundHandlerTuplePacketListener.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.init.Bootstrap$9.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.StructureNetherBridgePieces$Straight.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.Minecraft$3.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockRedstoneComparator$1.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.entity.RenderItem.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockFire.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.tileentity.TileEntityBeacon.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.network.ServerStatusResponse$MinecraftProtocolVersionIdentifier.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.feature.WorldGenTallGrass.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.gui.achievement.GuiStats$StatsBlock.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.crash.CrashReport$3.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.resources.FallbackResourceManager.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.server.gui.MinecraftServerGui$4.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.StructureComponent$BlockSelector.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.enchantment.EnchantmentHelper$HurtIterator.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.resources.model.ModelBakery$1.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.crash.CrashReport$5.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.Minecraft$4.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.tileentity.TileEntityBrewingStand.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.ChunkCache.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.StructureMineshaftPieces$Room.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.entity.passive.EntityOcelot.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.ChunkProviderHell.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.vertex.VertexFormatElement$EnumUsage.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.resources.model.ModelManager.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.block.model.ItemTransformVec3f.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.server.dedicated.DedicatedServer$4.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.BlockModelShapes$2.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.Block$3.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.state.BlockState$StateImplementation.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.item.crafting.RecipesBanners$RecipeAddPattern.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.creativetab.CreativeTabs.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.feature.WorldGenHugeTrees.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.entity.player.EntityPlayerMP.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.RenderGlobal$SwitchEnumUsage.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.entity.item.EntityMinecartHopper.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.item.Item$2.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.nbt.NBTTagCompound.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.enchantment.EnchantmentHelper.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.entity.monster.EntityZombie$GroupData.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockLever$SwitchEnumFacing.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.Explosion.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.ChunkProviderEnd.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.feature.WorldGenTaiga1.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.block.statemap.StateMap$Builder.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockLadder.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.StructureStrongholdPieces$Stairs2.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.WorldVertexBufferUploader$SwitchEnumUsage.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.item.crafting.RecipeRepairItem.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.entity.boss.EntityWither.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.Minecraft$10.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockPumpkin.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.Minecraft$5.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.item.Item$10.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.biome.BiomeGenForest$1.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.command.CommandEnchant.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.entity.EntityTracker$1.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.entity.EntityList$EntityEggInfo.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.item.ItemShears.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.creativetab.CreativeTabs$8.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.server.management.ServerConfigurationManager.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.network.NetworkManager$5.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.crash.CrashReport$6.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.network.NetHandlerPlayClient.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.entity.monster.EntitySlime$AISlimeAttack.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockRailBase$Rail.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.texture.TextureMap$3.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.item.ItemRecord.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.item.ItemMap.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.ComponentScatteredFeaturePieces$JunglePyramid.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.util.ResourceLocation.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockRailBase$SwitchEnumRailDirection.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.server.management.PlayerProfileCache$1.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.MapGenStructure$3.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.network.NetworkSystem$6.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.MapGenRavine.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockCrops.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.entity.RenderPlayer.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.entity.item.EntityEnderPearl.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.network.ServerStatusResponse$PlayerCountData$Serializer.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.gui.inventory.GuiContainer.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.storage.WorldInfo$9.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.server.network.NetHandlerLoginServer.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.feature.WorldGenMegaPineTree.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.entity.projectile.EntityFishHook.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockRailBase$EnumRailDirection.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.command.server.CommandSetBlock.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockNote.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.storage.MapData.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.texture.Stitcher$Holder.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.inventory.Slot.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.item.ItemFlintAndSteel.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.Minecraft$SwitchEnumMinecartType.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.gui.achievement.GuiStats$StatsItem.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.creativetab.CreativeTabs$7.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.gui.inventory.GuiContainerCreative.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.chunk.RenderChunk.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.StructureVillagePieces$PieceWeight.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.util.StringTranslate.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.server.network.NetHandlerHandshakeTCP.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.util.EnumFacing$AxisDirection.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.texture.Stitcher$Slot.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.entity.passive.EntityVillager$ListItemForEmeralds.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.crash.CrashReport$2.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.multiplayer.WorldClient$3.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.entity.boss.IBossDisplayData.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.Block$1.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.ItemRenderer.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.StructureStrongholdPieces$Library.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.network.NetHandlerPlayServer$2.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.entity.passive.EntityVillager$ItemAndEmeraldToItem.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.entity.RendererLivingEntity.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.entity.monster.EntityEnderman.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.StructureNetherBridgePieces$Start.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.item.crafting.RecipeFireworks.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockOldLeaf$1.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.network.OldServerPinger.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.entity.Entity$1.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.network.NetworkSystem$5.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.network.NetworkSystem$1.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.audio.SoundManager$1$1.binpatch
[11:28:00] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.server.dedicated.DedicatedServer$3.binpatch
[11:28:00] [main/DEBUG] [FML/]: Read 775 binary patches
[11:28:00] [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]
[11:28:00] [main/DEBUG] [FML/]: Runtime patching class ty (input size 7377), found 1 patch
[11:28:00] [main/DEBUG] [FML/]: Successfully applied runtime patches for ty (new size 8262)
[11:28:00] [main/DEBUG] [FML/]: Runtime patching class sn (input size 18526), found 1 patch
[11:28:00] [main/DEBUG] [FML/]: Successfully applied runtime patches for sn (new size 24028)
[11:28:00] [main/DEBUG] [FML/]: Runtime patching class rc (input size 4186), found 1 patch
[11:28:00] [main/DEBUG] [FML/]: Successfully applied runtime patches for rc (new size 5746)
[11:28:00] [main/DEBUG] [FML/]: Runtime patching class atk (input size 5558), found 1 patch
[11:28:00] [main/DEBUG] [FML/]: Successfully applied runtime patches for atk (new size 6518)
[11:28:00] [main/DEBUG] [FML/]: Runtime patching class fj (input size 3104), found 1 patch
[11:28:00] [main/DEBUG] [FML/]: Successfully applied runtime patches for fj (new size 4896)
[11:28:00] [main/DEBUG] [FML/]: Runtime patching class akf (input size 1929), found 1 patch
[11:28:00] [main/DEBUG] [FML/]: Successfully applied runtime patches for akf (new size 6166)
[11:28:00] [main/DEBUG] [FML/]: Runtime patching class xm (input size 26602), found 1 patch
[11:28:00] [main/DEBUG] [FML/]: Successfully applied runtime patches for xm (new size 35247)
[11:28:00] [main/DEBUG] [FML/]: Runtime patching class ckn (input size 0), found 1 patch
[11:28:00] [main/DEBUG] [FML/]: Successfully applied runtime patches for ckn (new size 49881)
[11:28:00] [main/DEBUG] [FML/]: Runtime patching class avx (input size 7506), found 1 patch
[11:28:00] [main/DEBUG] [FML/]: Successfully applied runtime patches for avx (new size 11312)
[11:28:00] [main/DEBUG] [FML/]: Runtime patching class ary (input size 7538), found 1 patch
[11:28:00] [main/DEBUG] [FML/]: Successfully applied runtime patches for ary (new size 11975)
[11:28:00] [main/DEBUG] [FML/]: Runtime patching class apf (input size 5011), found 1 patch
[11:28:00] [main/DEBUG] [FML/]: Successfully applied runtime patches for apf (new size 7134)
[11:28:00] [main/DEBUG] [FML/]: Runtime patching class cls (input size 0), found 1 patch
[11:28:00] [main/DEBUG] [FML/]: Successfully applied runtime patches for cls (new size 2105)
[11:28:00] [main/DEBUG] [FML/]: Runtime patching class cqw (input size 0), found 1 patch
[11:28:00] [main/DEBUG] [FML/]: Successfully applied runtime patches for cqw (new size 1114)
[11:28:00] [main/DEBUG] [FML/]: Runtime patching class bsu (input size 0), found 1 patch
[11:28:00] [main/DEBUG] [FML/]: Successfully applied runtime patches for bsu (new size 63044)
[11:28:00] [main/DEBUG] [FML/]: Runtime patching class xk (input size 3787), found 1 patch
[11:28:00] [main/DEBUG] [FML/]: Successfully applied runtime patches for xk (new size 5462)
[11:28:00] [main/DEBUG] [FML/]: Runtime patching class bdv (input size 3286), found 1 patch
[11:28:00] [main/DEBUG] [FML/]: Successfully applied runtime patches for bdv (new size 5201)
[11:28:00] [main/DEBUG] [FML/]: Runtime patching class qy (input size 9979), found 1 patch
[11:28:00] [main/DEBUG] [FML/]: Successfully applied runtime patches for qy (new size 12555)
[11:28:00] [main/DEBUG] [FML/]: Runtime patching class arm (input size 12791), found 1 patch
[11:28:00] [main/DEBUG] [FML/]: Successfully applied runtime patches for arm (new size 18263)
[11:28:00] [main/DEBUG] [FML/]: Runtime patching class cxf (input size 0), found 1 patch
[11:28:00] [main/DEBUG] [FML/]: Successfully applied runtime patches for cxf (new size 5275)
[11:28:00] [main/DEBUG] [FML/]: Runtime patching class bqo (input size 10207), found 1 patch
[11:28:00] [main/DEBUG] [FML/]: Successfully applied runtime patches for bqo (new size 13995)
[11:28:00] [main/DEBUG] [FML/]: Runtime patching class ahg (input size 1223), found 1 patch
[11:28:00] [main/DEBUG] [FML/]: Successfully applied runtime patches for ahg (new size 1914)
[11:28:00] [main/DEBUG] [FML/]: Runtime patching class qr (input size 3758), found 1 patch
[11:28:00] [main/DEBUG] [FML/]: Successfully applied runtime patches for qr (new size 6442)
[11:28:00] [main/DEBUG] [FML/]: Runtime patching class bug (input size 0), found 1 patch
[11:28:00] [main/DEBUG] [FML/]: Successfully applied runtime patches for bug (new size 3153)
[11:28:00] [main/DEBUG] [FML/]: Runtime patching class cql (input size 0), found 1 patch
[11:28:00] [main/DEBUG] [FML/]: Successfully applied runtime patches for cql (new size 905)
[11:28:00] [main/DEBUG] [FML/]: Runtime patching class cio (input size 0), found 1 patch
[11:28:00] [main/DEBUG] [FML/]: Successfully applied runtime patches for cio (new size 14640)
[11:28:00] [main/DEBUG] [FML/]: Runtime patching class cuh (input size 0), found 1 patch
[11:28:00] [main/DEBUG] [FML/]: Successfully applied runtime patches for cuh (new size 882)
[11:28:00] [main/DEBUG] [FML/]: Runtime patching class bhd (input size 5342), found 1 patch
[11:28:00] [main/DEBUG] [FML/]: Successfully applied runtime patches for bhd (new size 7184)
[11:28:00] [main/DEBUG] [FML/]: Runtime patching class bvk (input size 0), found 1 patch
[11:28:00] [main/DEBUG] [FML/]: Successfully applied runtime patches for bvk (new size 8768)
[11:28:00] [main/DEBUG] [FML/]: Runtime patching class cqh (input size 0), found 1 patch
[11:28:00] [main/DEBUG] [FML/]: Successfully applied runtime patches for cqh (new size 35518)
[11:28:00] [main/DEBUG] [FML/]: Runtime patching class wv (input size 30404), found 1 patch
[11:28:00] [main/DEBUG] [FML/]: Successfully applied runtime patches for wv (new size 46999)
[11:28:00] [main/DEBUG] [FML/]: Runtime patching class aos (input size 1873), found 1 patch
[11:28:00] [main/DEBUG] [FML/]: Successfully applied runtime patches for aos (new size 2505)
[11:28:00] [main/DEBUG] [FML/]: Runtime patching class byz (input size 0), found 1 patch
[11:28:00] [main/DEBUG] [FML/]: Successfully applied runtime patches for byz (new size 16400)
[11:28:00] [main/DEBUG] [FML/]: Runtime patching class ro (input size 1427), found 1 patch
[11:28:00] [main/DEBUG] [FML/]: Successfully applied runtime patches for ro (new size 2007)
[11:28:00] [main/DEBUG] [FML/]: Runtime patching class atw (input size 0), found 1 patch
[11:28:00] [main/DEBUG] [FML/]: Successfully applied runtime patches for atw (new size 1150)
[11:28:00] [main/DEBUG] [FML/]: Runtime patching class ceh (input size 0), found 1 patch
[11:28:00] [main/DEBUG] [FML/]: Successfully applied runtime patches for ceh (new size 1022)
[11:28:00] [main/DEBUG] [FML/]: Runtime patching class ckw (input size 0), found 1 patch
[11:28:00] [main/DEBUG] [FML/]: Successfully applied runtime patches for ckw (new size 5372)
[11:28:00] [main/DEBUG] [FML/]: Runtime patching class bwf (input size 0), found 1 patch
[11:28:00] [main/DEBUG] [FML/]: Successfully applied runtime patches for bwf (new size 10624)
[11:28:00] [main/DEBUG] [FML/]: Runtime patching class btr (input size 0), found 1 patch
[11:28:00] [main/DEBUG] [FML/]: Successfully applied runtime patches for btr (new size 7324)
[11:28:00] [main/DEBUG] [FML/]: Runtime patching class adf (input size 9669), found 1 patch
[11:28:00] [main/DEBUG] [FML/]: Successfully applied runtime patches for adf (new size 12500)
[11:28:00] [main/DEBUG] [FML/]: Runtime patching class cji (input size 0), found 1 patch
[11:28:00] [main/DEBUG] [FML/]: Successfully applied runtime patches for cji (new size 36440)
[11:28:00] [main/DEBUG] [FML/]: Runtime patching class ej (input size 3757), found 1 patch
[11:28:00] [main/DEBUG] [FML/]: Successfully applied runtime patches for ej (new size 6173)
[11:28:00] [main/DEBUG] [FML/]: Runtime patching class awd (input size 5396), found 1 patch
[11:28:00] [main/DEBUG] [FML/]: Successfully applied runtime patches for awd (new size 8242)
[11:28:00] [main/DEBUG] [FML/]: Runtime patching class bgv (input size 9790), found 1 patch
[11:28:00] [main/DEBUG] [FML/]: Successfully applied runtime patches for bgv (new size 15090)
[11:28:00] [main/DEBUG] [FML/]: Runtime patching class abt (input size 23283), found 1 patch
[11:28:00] [main/DEBUG] [FML/]: Successfully applied runtime patches for abt (new size 29754)
[11:28:00] [main/DEBUG] [FML/]: Runtime patching class adb (input size 11789), found 1 patch
[11:28:00] [main/DEBUG] [FML/]: Successfully applied runtime patches for adb (new size 14154)
[11:28:00] [main/DEBUG] [FML/]: Runtime patching class ckp (input size 0), found 1 patch
[11:28:00] [main/DEBUG] [FML/]: Successfully applied runtime patches for ckp (new size 1031)
[11:28:00] [main/DEBUG] [FML/]: Runtime patching class atr (input size 29964), found 1 patch
[11:28:00] [main/DEBUG] [FML/]: Successfully applied runtime patches for atr (new size 53947)
[11:28:00] [main/DEBUG] [FML/]: Runtime patching class axk (input size 2669), found 1 patch
[11:28:00] [main/DEBUG] [FML/]: Successfully applied runtime patches for axk (new size 3253)
[11:28:00] [main/DEBUG] [FML/]: Runtime patching class adz (input size 1956), found 1 patch
[11:28:00] [main/DEBUG] [FML/]: Successfully applied runtime patches for adz (new size 2443)
[11:28:00] [main/DEBUG] [FML/]: Runtime patching class bgr (input size 8282), found 1 patch
[11:28:00] [main/DEBUG] [FML/]: Successfully applied runtime patches for bgr (new size 14232)
[11:28:00] [main/DEBUG] [FML/]: Runtime patching class atl (input size 2052), found 1 patch
[11:28:00] [main/DEBUG] [FML/]: Successfully applied runtime patches for atl (new size 2544)
[11:28:00] [main/DEBUG] [FML/]: Runtime patching class adw (input size 7569), found 1 patch
[11:28:00] [main/DEBUG] [FML/]: Successfully applied runtime patches for adw (new size 9913)
[11:28:00] [main/DEBUG] [FML/]: Runtime patching class a (input size 4468), found 1 patch
[11:28:00] [main/DEBUG] [FML/]: Successfully applied runtime patches for a (new size 5651)
[11:28:00] [main/DEBUG] [FML/]: Runtime patching class bto (input size 0), found 1 patch
[11:28:00] [main/DEBUG] [FML/]: Successfully applied runtime patches for bto (new size 27380)
[11:28:00] [main/DEBUG] [FML/]: Runtime patching class acl (input size 6363), found 1 patch
[11:28:00] [main/DEBUG] [FML/]: Successfully applied runtime patches for acl (new size 8731)
[11:28:00] [main/DEBUG] [FML/]: Runtime patching class cxh (input size 0), found 1 patch
[11:28:00] [main/DEBUG] [FML/]: Successfully applied runtime patches for cxh (new size 28471)
[11:28:00] [main/DEBUG] [FML/]: Runtime patching class gr (input size 8254), found 1 patch
[11:28:00] [main/DEBUG] [FML/]: Successfully applied runtime patches for gr (new size 11314)
[11:28:00] [main/DEBUG] [FML/]: Runtime patching class aqu (input size 42510), found 1 patch
[11:28:00] [main/DEBUG] [FML/]: Successfully applied runtime patches for aqu (new size 67376)
[11:28:00] [main/DEBUG] [FML/]: Runtime patching class azt (input size 6944), found 1 patch
[11:28:00] [main/DEBUG] [FML/]: Successfully applied runtime patches for azt (new size 10331)
[11:28:00] [main/DEBUG] [FML/]: Runtime patching class aqo (input size 5308), found 1 patch
[11:28:00] [main/DEBUG] [FML/]: Successfully applied runtime patches for aqo (new size 7531)
[11:28:00] [main/DEBUG] [FML/]: Runtime patching class cfa (input size 0), found 1 patch
[11:28:00] [main/DEBUG] [FML/]: Successfully applied runtime patches for cfa (new size 3702)
[11:28:00] [main/DEBUG] [FML/]: Runtime patching class clp (input size 0), found 1 patch
[11:28:00] [main/DEBUG] [FML/]: Successfully applied runtime patches for clp (new size 3855)
[11:28:00] [main/DEBUG] [FML/]: Runtime patching class bqp (input size 502), found 1 patch
[11:28:00] [main/DEBUG] [FML/]: Successfully applied runtime patches for bqp (new size 819)
[11:28:00] [main/DEBUG] [FML/]: Runtime patching class bzs (input size 0), found 1 patch
[11:28:00] [main/DEBUG] [FML/]: Successfully applied runtime patches for bzs (new size 9000)
[11:28:00] [main/DEBUG] [FML/]: Runtime patching class cmx (input size 0), found 1 patch
[11:28:00] [main/DEBUG] [FML/]: Successfully applied runtime patches for cmx (new size 1003)
[11:28:00] [main/DEBUG] [FML/]: Runtime patching class qt (input size 19529), found 1 patch
[11:28:00] [main/DEBUG] [FML/]: Successfully applied runtime patches for qt (new size 27309)
[11:28:00] [main/DEBUG] [FML/]: Runtime patching class xn (input size 15592), found 1 patch
[11:28:00] [main/DEBUG] [FML/]: Successfully applied runtime patches for xn (new size 19895)
[11:28:00] [main/DEBUG] [FML/]: Runtime patching class bgd (input size 2928), found 1 patch
[11:28:00] [main/DEBUG] [FML/]: Successfully applied runtime patches for bgd (new size 10731)
[11:28:00] [main/DEBUG] [FML/]: Runtime patching class qs (input size 5894), found 1 patch
[11:28:00] [main/DEBUG] [FML/]: Successfully applied runtime patches for qs (new size 9958)
[11:28:00] [main/DEBUG] [FML/]: Runtime patching class aud (input size 5657), found 1 patch
[11:28:00] [main/DEBUG] [FML/]: Successfully applied runtime patches for aud (new size 7269)
[11:28:00] [main/DEBUG] [FML/]: Runtime patching class cqm (input size 0), found 1 patch
[11:28:00] [main/DEBUG] [FML/]: Successfully applied runtime patches for cqm (new size 885)
[11:28:00] [main/DEBUG] [FML/]: Runtime patching class ahd (input size 28343), found 1 patch
[11:28:00] [main/DEBUG] [FML/]: Successfully applied runtime patches for ahd (new size 42892)
[11:28:00] [main/DEBUG] [FML/]: Runtime patching class byc (input size 0), found 1 patch
[11:28:00] [main/DEBUG] [FML/]: Successfully applied runtime patches for byc (new size 5320)
[11:28:00] [main/DEBUG] [FML/]: Runtime patching class bhe (input size 315), found 1 patch
[11:28:00] [main/DEBUG] [FML/]: Successfully applied runtime patches for bhe (new size 606)
[11:28:00] [main/DEBUG] [FML/]: Runtime patching class cue (input size 0), found 1 patch
[11:28:00] [main/DEBUG] [FML/]: Successfully applied runtime patches for cue (new size 9533)
[11:28:00] [main/DEBUG] [FML/]: Runtime patching class dax (input size 0), found 1 patch
[11:28:00] [main/DEBUG] [FML/]: Successfully applied runtime patches for dax (new size 16494)
[11:28:00] [main/DEBUG] [FML/]: Runtime patching class ajp (input size 1660), found 1 patch
[11:28:00] [main/DEBUG] [FML/]: Successfully applied runtime patches for ajp (new size 2520)
[11:28:00] [main/DEBUG] [FML/]: Runtime patching class nt (input size 399), found 1 patch
[11:28:00] [main/DEBUG] [FML/]: Successfully applied runtime patches for nt (new size 722)
[11:28:00] [main/DEBUG] [FML/]: Runtime patching class vl (input size 1626), found 1 patch
[11:28:00] [main/DEBUG] [FML/]: Successfully applied runtime patches for vl (new size 2717)
[11:28:00] [main/DEBUG] [FML/]: Runtime patching class atx (input size 758), found 1 patch
[11:28:00] [main/DEBUG] [FML/]: Successfully applied runtime patches for atx (new size 1084)
[11:28:00] [main/DEBUG] [FML/]: Runtime patching class bbt (input size 6649), found 1 patch
[11:28:00] [main/DEBUG] [FML/]: Successfully applied runtime patches for bbt (new size 8791)
[11:28:00] [main/DEBUG] [FML/]: Runtime patching class qw (input size 19622), found 1 patch
[11:28:00] [main/DEBUG] [FML/]: Successfully applied runtime patches for qw (new size 25325)
[11:28:00] [main/DEBUG] [FML/]: Runtime patching class cei (input size 0), found 1 patch
[11:28:00] [main/DEBUG] [FML/]: Successfully applied runtime patches for cei (new size 1742)
[11:28:00] [main/DEBUG] [FML/]: Runtime patching class ado (input size 10631), found 1 patch
[11:28:00] [main/DEBUG] [FML/]: Successfully applied runtime patches for ado (new size 13511)
[11:28:00] [main/DEBUG] [FML/]: Runtime patching class wp (input size 7662), found 1 patch
[11:28:00] [main/DEBUG] [FML/]: Successfully applied runtime patches for wp (new size 10104)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class awe (input size 1007), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for awe (new size 1828)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class cee (input size 0), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for cee (new size 40152)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class blx (input size 2925), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for blx (new size 3885)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class cop (input size 0), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for cop (new size 8113)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class ckq (input size 0), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for ckq (new size 1181)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class cwe (input size 0), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for cwe (new size 4117)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class bfh (input size 19789), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for bfh (new size 27781)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class fl (input size 1489), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for fl (new size 2082)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class adx (input size 14981), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for adx (new size 23634)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class bbi (input size 1336), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for bbi (new size 1804)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class cpt (input size 0), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for cpt (new size 12245)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class byl (input size 0), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for byl (new size 12408)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class cuu (input size 0), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for cuu (new size 2956)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class azu (input size 1004), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for azu (new size 1348)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class bxg (input size 0), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for bxg (new size 7575)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class bcm (input size 4804), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for bcm (new size 8665)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class cdy (input size 0), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for cdy (new size 5756)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class cfb (input size 0), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for cfb (new size 1744)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class bvx (input size 0), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for bvx (new size 7027)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class bqq (input size 846), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for bqq (new size 1163)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class po (input size 12434), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for po (new size 14834)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class oa (input size 1571), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for oa (new size 2241)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class bqm (input size 5061), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for bqm (new size 7452)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class bru (input size 1373), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for bru (new size 2096)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class bwy (input size 0), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for bwy (new size 3203)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class cqn (input size 0), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for cqn (new size 802)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class cuj (input size 0), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for cuj (new size 11185)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class ami (input size 1638), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for ami (new size 3059)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class aju (input size 2493), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for aju (new size 4902)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class cru (input size 0), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for cru (new size 2270)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class bqf (input size 1156), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for bqf (new size 1484)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class rq (input size 5585), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for rq (new size 6521)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class bnn (input size 3898), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for bnn (new size 6859)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class cej (input size 0), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for cej (new size 1152)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class are (input size 1726), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for are (new size 6146)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class wq (input size 3458), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for wq (new size 6002)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class awf (input size 2573), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for awf (new size 2910)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class cwf (input size 0), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for cwf (new size 5264)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class axj (input size 1104), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for axj (new size 1932)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class ady (input size 801), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for ady (new size 1482)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class bbj (input size 3065), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for bbj (new size 4524)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class alq (input size 24768), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for alq (new size 36041)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class bxf (input size 0), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for bxf (new size 18461)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class cuv (input size 0), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for cuv (new size 1991)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class bfb (input size 4285), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for bfb (new size 6046)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class akb (input size 2911), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for akb (new size 3657)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class axa (input size 2144), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for axa (new size 2625)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class bhr (input size 1195), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for bhr (new size 1798)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class bln (input size 1669), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for bln (new size 2383)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class avt (input size 1779), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for avt (new size 2483)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class clr (input size 0), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for clr (new size 2219)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class bqr (input size 455), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for bqr (new size 772)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class cmz (input size 0), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for cmz (new size 1292)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class cqv (input size 0), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for cqv (new size 13599)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class brv (input size 719), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for brv (new size 1019)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class cqo (input size 0), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for cqo (new size 664)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class ahf (input size 934), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for ahf (new size 1212)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class aer (input size 8179), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for aer (new size 10536)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class amj (input size 11179), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for amj (new size 19523)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class ry (input size 6786), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for ry (new size 8425)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class ajv (input size 1444), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for ajv (new size 1936)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class bxu (input size 0), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for bxu (new size 12286)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class aef (input size 2906), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for aef (new size 4363)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class bbv (input size 8073), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for bbv (new size 10864)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class cek (input size 0), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for cek (new size 1399)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class bxq (input size 0), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for bxq (new size 14689)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class fn (input size 8260), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for fn (new size 10591)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class aqv (input size 486), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for aqv (new size 846)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class cuw (input size 0), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for cuw (new size 2291)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class asd (input size 3277), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for asd (new size 5126)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class bdw (input size 441), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for bdw (new size 867)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class arz (input size 4481), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for arz (new size 7092)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class bqs (input size 529), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for bqs (new size 846)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class bdq (input size 7380), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for bdq (new size 9638)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class mz (input size 985), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for mz (new size 2419)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class azn (input size 1558), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for azn (new size 2069)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class brw (input size 2517), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for brw (new size 3651)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class agp (input size 15227), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for agp (new size 19016)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class cll (input size 0), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for cll (new size 4753)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class cyk (input size 0), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for cyk (new size 9994)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class cqp (input size 0), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for cqp (new size 661)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class avk (input size 1807), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for avk (new size 2417)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class zk (input size 2541), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for zk (new size 3608)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class asb (input size 2485), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for asb (new size 3383)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class bdc (input size 6548), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for bdc (new size 8141)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class bnk (input size 1011), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for bnk (new size 1583)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class cel (input size 0), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for cel (new size 4695)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class mc (input size 1144), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for mc (new size 2173)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class bgw (input size 5261), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for bgw (new size 9240)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class bed (input size 3376), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for bed (new size 4499)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class aok (input size 3471), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for aok (new size 4262)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class bts (input size 0), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for bts (new size 4196)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class fo (input size 660), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for fo (new size 1018)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class aqw (input size 1071), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for aqw (new size 1460)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class b (input size 7323), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for b (new size 9179)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class bdx (input size 4211), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for bdx (new size 6387)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class bqt (input size 674), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for bqt (new size 991)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class cki (input size 0), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for cki (new size 11931)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class od (input size 2121), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for od (new size 2779)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class bll (input size 6491), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for bll (new size 7563)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class aql (input size 0), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for aql (new size 1323)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class cqq (input size 0), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for cqq (new size 669)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class arp (input size 782), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for arp (new size 1062)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class bpa (input size 4285), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for bpa (new size 6832)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class rt (input size 838), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for rt (new size 1139)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class cem (input size 0), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for cem (new size 10459)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class cza (input size 0), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for cza (new size 13014)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class fp (input size 474), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for fp (new size 866)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class bfi (input size 620), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for bfi (new size 963)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class aqx (input size 707), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for aqx (new size 1022)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class axg (input size 4063), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for axg (new size 7436)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class cuy (input size 0), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for cuy (new size 3909)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class bdy (input size 2975), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for bdy (new size 3715)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class bqu (input size 507), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for bqu (new size 824)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class ckj (input size 0), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for ckj (new size 1145)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class csb (input size 0), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for csb (new size 6614)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class qx (input size 5271), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for qx (new size 8644)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class bkb (input size 4077), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for bkb (new size 5693)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class cqr (input size 0), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for cqr (new size 665)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class bzp (input size 0), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for bzp (new size 9609)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class arq (input size 681), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for arq (new size 1025)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class cen (input size 0), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for cen (new size 10323)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class cua (input size 0), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for cua (new size 11935)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class qa (input size 723), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for qa (new size 1071)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class bef (input size 536), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for bef (new size 977)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class aqy (input size 463), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for aqy (new size 778)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class cec (input size 0), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for cec (new size 4642)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class gu (input size 1212), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for gu (new size 1725)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class blr (input size 4308), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for blr (new size 5987)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class bqv (input size 829), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for bqv (new size 1206)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class ckk (input size 0), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for ckk (new size 3172)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class sb (input size 710), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for sb (new size 1178)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class bkc (input size 641), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for bkc (new size 1098)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class auj (input size 7969), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for auj (new size 9905)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class cez (input size 0), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for cez (new size 4093)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class ajz (input size 2165), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for ajz (new size 3383)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class xb (input size 7156), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for xb (new size 9442)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class afy (input size 6276), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for afy (new size 7738)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class clc (input size 0), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for clc (new size 7582)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class aif (input size 1743), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for aif (new size 2441)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class bfv (input size 4702), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for bfv (new size 6026)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class ceo (input size 0), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for ceo (new size 1029)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class aib (input size 9239), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for aib (new size 12067)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class qb (input size 619), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for qb (new size 885)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class beg (input size 3532), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for beg (new size 4705)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class bty (input size 0), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for bty (new size 15982)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class bic (input size 2179), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for bic (new size 3395)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class bjg (input size 5968), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for bjg (new size 7458)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class bqw (input size 829), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for bqw (new size 1146)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class xc (input size 394), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for xc (new size 1582)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class cld (input size 0), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for cld (new size 1110)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class bfw (input size 457), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for bfw (new size 757)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class cep (input size 0), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for cep (new size 1033)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class ajk (input size 1451), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for ajk (new size 3558)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class aks (input size 1715), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for aks (new size 4050)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class bos (input size 1914), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for bos (new size 4377)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class rj (input size 23839), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for rj (new size 28438)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class bbp (input size 4335), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for bbp (new size 6360)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class bfl (input size 732), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for bfl (new size 1013)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class pw (input size 4471), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for pw (new size 5978)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class bqx (input size 857), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for bqx (new size 1202)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class cxi (input size 0), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for cxi (new size 965)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class aph (input size 6953), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for aph (new size 9361)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class bck (input size 6089), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for bck (new size 8029)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class agc (input size 1424), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for agc (new size 1787)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class cdt (input size 0), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for cdt (new size 3241)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class art (input size 0), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for art (new size 1950)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class bml (input size 782), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for bml (new size 1109)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class cle (input size 0), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for cle (new size 649)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class ceq (input size 0), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for ceq (new size 823)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class bxx (input size 0), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for bxx (new size 1535)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class aid (input size 6467), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for aid (new size 8049)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class bie (input size 4180), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for bie (new size 5324)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class bma (input size 518), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for bma (new size 863)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class btx (input size 0), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for btx (new size 1871)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class el (input size 1914), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for el (new size 2771)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class ft (input size 1667), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for ft (new size 2345)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class axe (input size 2731), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for axe (new size 4078)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class cxj (input size 0), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for cxj (new size 1172)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class clq (input size 0), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for clq (new size 5680)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class bxh (input size 0), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for bxh (new size 3456)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class clf (input size 0), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for clf (new size 1256)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class bfy (input size 9694), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for bfy (new size 14557)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class bqe (input size 5217), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for bqe (new size 6603)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class cer (input size 0), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for cer (new size 935)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class bif (input size 1807), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for bif (new size 2705)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class em (input size 989), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for em (new size 1401)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class aeb (input size 1729), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for aeb (new size 2884)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class bwb (input size 0), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for bwb (new size 3955)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class axf (input size 487), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for axf (new size 920)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class bcq (input size 5767), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for bcq (new size 6718)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class cxk (input size 0), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for cxk (new size 1627)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class ccq (input size 0), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for ccq (new size 2544)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class blj (input size 403), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for blj (new size 798)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class cmv (input size 0), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for cmv (new size 1646)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class awz (input size 1275), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for awz (new size 3051)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class aiq (input size 5289), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for aiq (new size 6738)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class mu (input size 834), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for mu (new size 1684)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class qq (input size 5250), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for qq (new size 7746)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class bir (input size 3523), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for bir (new size 4689)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class bmn (input size 583), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for bmn (new size 943)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class clg (input size 0), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for clg (new size 1256)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class bdj (input size 2588), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for bdj (new size 3624)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class ahb (input size 7963), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for ahb (new size 11092)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class arj (input size 1605), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for arj (new size 4271)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class avf (input size 6771), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for avf (new size 9007)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class cmk (input size 0), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for cmk (new size 1791)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class abv (input size 257), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for abv (new size 508)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class ajn (input size 2739), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for ajn (new size 3706)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class bxv (input size 0), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for bxv (new size 6824)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class fv (input size 4343), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for fv (new size 5382)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class aec (input size 871), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for aec (new size 1718)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class ctw (input size 0), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for ctw (new size 5943)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class cmw (input size 0), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for cmw (new size 3318)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class asn (input size 2076), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for asn (new size 3280)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class bmo (input size 564), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for bmo (new size 935)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class clh (input size 0), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for clh (new size 1355)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class gc (input size 1613), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for gc (new size 2178)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class byb (input size 0), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for byb (new size 3816)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class avg (input size 900), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for avg (new size 1215)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class akw (input size 2538), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for akw (new size 5038)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class aed (input size 3190), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for aed (new size 4781)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class axo (input size 1255), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for axo (new size 1654)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class j (input size 4617), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for j (new size 6042)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class ctx (input size 0), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for ctx (new size 2488)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class aup (input size 5450), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for aup (new size 7880)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class aiw (input size 1563), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for aiw (new size 2229)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class bcl (input size 355), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for bcl (new size 852)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class bms (input size 9623), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for bms (new size 13658)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class cli (input size 0), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for cli (new size 1545)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class pd (input size 964), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for pd (new size 1647)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class avh (input size 898), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for avh (new size 1218)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class aot (input size 1660), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for aot (new size 2169)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class fx (input size 847), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for fx (new size 1515)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class aee (input size 3349), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for aee (new size 4539)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class np (input size 770), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for np (new size 1971)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class bxw (input size 0), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for bxw (new size 2928)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class cty (input size 0), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for cty (new size 3024)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class axi (input size 4633), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for axi (new size 5907)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class agl (input size 389), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for agl (new size 771)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class ccu (input size 0), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for ccu (new size 1863)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class auq (input size 512), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for auq (new size 897)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class pp (input size 501), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for pp (new size 849)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class clj (input size 0), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for clj (new size 1559)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class pe (input size 333), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for pe (new size 984)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class avi (input size 4939), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for avi (new size 8473)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class aii (input size 2085), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for aii (new size 2789)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class cvc (input size 0), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for cvc (new size 3533)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class cnf (input size 0), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for cnf (new size 2500)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class agj (input size 12210), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for agj (new size 15934)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class ji (input size 1254), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for ji (new size 2206)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class aur (input size 945), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for aur (new size 1281)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class pq (input size 977), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for pq (new size 1359)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class bkf (input size 981), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for bkf (new size 1511)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class cfc (input size 0), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for cfc (new size 4394)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class clk (input size 0), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for clk (new size 1175)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class pf (input size 662), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for pf (new size 1261)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class arn (input size 483), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for arn (new size 923)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class avj (input size 900), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for avj (new size 1223)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class cug (input size 0), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for cug (new size 5317)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class bxy (input size 0), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for bxy (new size 2178)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class blz (input size 4244), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for blz (new size 5492)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class cjk (input size 0), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for cjk (new size 1124)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class ajb (input size 2564), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for ajb (new size 3156)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class cko (input size 0), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for cko (new size 923)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class pr (input size 790), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for pr (new size 1133)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class blk (input size 7220), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for blk (new size 8266)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class ayc (input size 1936), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for ayc (new size 3052)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class aes (input size 427), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for aes (new size 788)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class pg (input size 933), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for pg (new size 678)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class aro (input size 337), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for aro (new size 606)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class bmh (input size 574), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for bmh (new size 1019)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class bxz (input size 0), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for bxz (new size 2931)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class cjl (input size 0), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for cjl (new size 1211)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class cnh (input size 0), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for cnh (new size 1313)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class ps (input size 435), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for ps (new size 771)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class agd (input size 760), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for agd (new size 1059)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class aet (input size 1496), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for aet (new size 2008)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class bya (input size 0), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for bya (new size 1534)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class baj (input size 5953), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for baj (new size 8060)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class axm (input size 1642), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for axm (new size 2283)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class c (input size 402), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for c (new size 721)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class aye (input size 2094), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for aye (new size 3406)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class bde (input size 8785), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for bde (new size 11653)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class bjq (input size 1660), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for bjq (new size 2436)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class dav (input size 0), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for dav (new size 3612)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class axn (input size 441), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for axn (new size 859)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class bfj (input size 486), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for bfj (new size 819)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class bnb (input size 2851), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for bnb (new size 3673)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class d (input size 710), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for d (new size 1029)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class csc (input size 0), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for csc (new size 1183)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class ab (input size 5058), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for ab (new size 6700)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class bmv (input size 3198), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for bmv (new size 4819)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class clo (input size 0), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for clo (new size 1220)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class aev (input size 1319), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for aev (new size 1776)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class qn (input size 5239), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for qn (new size 7202)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class arg (input size 5775), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for arg (new size 8111)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class ajj (input size 2128), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for ajj (new size 3033)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class bfk (input size 486), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for bfk (new size 823)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class e (input size 674), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for e (new size 993)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class bwc (input size 0), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for bwc (new size 2763)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class cyl (input size 0), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for cyl (new size 778)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class cvt (input size 0), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for cvt (new size 4979)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class cmh (input size 0), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for cmh (new size 2808)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class btw (input size 0), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for btw (new size 3352)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class ek (input size 899), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for ek (new size 1552)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class bjh (input size 3970), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for bjh (new size 4759)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class cgx (input size 0), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for cgx (new size 12860)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class f (input size 717), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for f (new size 1036)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class xo (input size 730), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for xo (new size 1014)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class blp (input size 3118), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for blp (new size 4390)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class cym (input size 0), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for cym (new size 1506)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class bdl (input size 1126), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for bdl (new size 1740)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class cdi (input size 0), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for cdi (new size 1084)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class r (input size 868), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for r (new size 1189)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class cze (input size 0), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for cze (new size 978)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class bne (input size 518), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for bne (new size 860)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class g (input size 915), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for g (new size 1366)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class gx (input size 509), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for gx (new size 831)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class px (input size 666), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for px (new size 1024)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class blu (input size 717), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for blu (new size 1325)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class cyn (input size 0), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for cyn (new size 1129)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class cmj (input size 0), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for cmj (new size 612)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class czf (input size 0), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for czf (new size 1562)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class bzd (input size 0), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for bzd (new size 3099)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class bmb (input size 4752), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for bmb (new size 5798)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class agu (input size 889), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for agu (new size 1328)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class bib (input size 2523), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for bib (new size 3577)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class ri (input size 483), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for ri (new size 848)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class h (input size 1305), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for h (new size 1852)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class py (input size 895), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for py (new size 1240)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class blv (input size 3233), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for blv (new size 4427)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class apj (input size 399), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for apj (new size 791)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class bfz (input size 265), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for bfz (new size 524)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class bsv (input size 0), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for bsv (new size 1162)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class hf (input size 2307), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for hf (new size 2819)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class en (input size 1740), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for en (new size 2369)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class i (input size 417), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for i (new size 732)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class ajc (input size 645), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for ajc (new size 1202)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class pz (input size 309), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for pz (new size 655)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class blw (input size 1882), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for blw (new size 2671)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class alo (input size 1838), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for alo (new size 2741)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class apk (input size 399), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for apk (new size 789)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class bjw (input size 2140), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for bjw (new size 3191)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class bsw (input size 0), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for bsw (new size 1347)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class no (input size 1522), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for no (new size 2281)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class ced (input size 0), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for ced (new size 891)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class aby (input size 6170), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for aby (new size 7427)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class alp (input size 402), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for alp (new size 799)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class ads (input size 2376), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for ads (new size 2977)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class bmp (input size 500), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for bmp (new size 843)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class bsx (input size 0), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for bsx (new size 760)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class cmm (input size 0), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for cmm (new size 1343)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class cqi (input size 0), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for cqi (new size 902)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class bme (input size 4094), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for bme (new size 5265)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class bza (input size 0), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for bza (new size 2591)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class k (input size 1034), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for k (new size 1431)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class apm (input size 397), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for apm (new size 788)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class aga (input size 740), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for aga (new size 1034)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class azk (input size 3852), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for azk (new size 4833)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class bjy (input size 2144), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for bjy (new size 3196)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class bsy (input size 0), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for bsy (new size 827)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class bzb (input size 0), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for bzb (new size 1923)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class nq (input size 564), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for nq (new size 960)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class bjn (input size 2796), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for bjn (new size 3764)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class l (input size 1061), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for l (new size 1424)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class cef (input size 0), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for cef (new size 1073)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class anb (input size 789), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for anb (new size 1716)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class apn (input size 397), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for apn (new size 784)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class ayn (input size 2177), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for ayn (new size 3757)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class agb (input size 400), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for agb (new size 694)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class qu (input size 533), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for qu (new size 875)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class ctc (input size 0), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for ctc (new size 6828)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class aeu (input size 2012), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for aeu (new size 2461)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class adj (input size 4408), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for adj (new size 5688)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class bsz (input size 0), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for bsz (new size 830)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class cqk (input size 0), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for cqk (new size 885)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class bmg (input size 2610), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for bmg (new size 3723)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class cqg (input size 0), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for cqg (new size 6556)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class rn (input size 1095), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for rn (new size 1955)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class m (input size 444), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for m (new size 780)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class bbr (input size 933), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for bbr (new size 1263)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class ceg (input size 0), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for ceg (new size 1073)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class btg (input size 0), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for btg (new size 846)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class asi (input size 1731), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for asi (new size 2343)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class cmp (input size 0), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for cmp (new size 10875)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class bao (input size 3255), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for bao (new size 4506)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class ok (input size 1841), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for ok (new size 2346)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class bth (input size 0), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for bth (new size 774)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class bmt (input size 487), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for bmt (new size 927)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class cmq (input size 0), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for cmq (new size 1499)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class ql (input size 1056), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for ql (new size 1781)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class bmi (input size 2224), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for bmi (new size 3140)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class cha (input size 0), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for cha (new size 818)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class czb (input size 0), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for czb (new size 1385)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class ol (input size 909), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for ol (new size 1280)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class bti (input size 0), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for bti (new size 774)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class bmu (input size 352), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for bmu (new size 590)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class qm (input size 809), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for qm (new size 1493)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class chb (input size 0), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for chb (new size 1126)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class p (input size 423), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for p (new size 767)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class czc (input size 0), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for czc (new size 1520)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class agq (input size 414), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for agq (new size 775)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class baf (input size 4180), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for baf (new size 5598)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class amy (input size 1506), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for amy (new size 2793)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class btj (input size 0), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for btj (new size 999)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class afz (input size 848), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for afz (new size 1181)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class q (input size 444), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for q (new size 779)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class czd (input size 0), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for czd (new size 717)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class agr (input size 652), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for agr (new size 1029)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class bag (input size 571), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for bag (new size 1089)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class bnc (input size 2458), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for bnc (new size 3280)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class baa (input size 348), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for baa (new size 1498)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class btk (input size 0), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for btk (new size 755)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class qo (input size 775), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for qo (new size 1129)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class ww (input size 716), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for ww (new size 1037)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class rg (input size 0), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for rg (new size 1318)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class btl (input size 0), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for btl (new size 862)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class bzt (input size 0), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for bzt (new size 1384)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class bka (input size 2252), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for bka (new size 3027)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class azl (input size 1821), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for azl (new size 3808)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class bta (input size 0), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for bta (new size 885)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class wx (input size 424), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for wx (new size 737)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class agt (input size 851), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for agt (new size 1315)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class rh (input size 460), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for rh (new size 800)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class cgy (input size 0), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for cgy (new size 825)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class btm (input size 0), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for btm (new size 1229)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class azm (input size 441), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for azm (new size 862)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class btb (input size 0), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for btb (new size 619)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class cub (input size 0), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for cub (new size 822)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class wy (input size 447), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for wy (new size 760)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class cgz (input size 0), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for cgz (new size 1130)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class oq (input size 479), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for oq (new size 769)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class azy (input size 2679), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for azy (new size 4600)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class bmz (input size 487), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for bmz (new size 931)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class of (input size 650), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for of (new size 1009)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class btc (input size 0), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for btc (new size 711)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class cuc (input size 0), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for cuc (new size 1042)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class wz (input size 447), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for wz (new size 760)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class agv (input size 921), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for agv (new size 1419)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class bng (input size 3095), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for bng (new size 3909)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class or (input size 576), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for or (new size 956)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class xr (input size 1362), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for xr (new size 2072)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class og (input size 1348), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for og (new size 1727)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class btd (input size 0), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for btd (new size 1499)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class ahc (input size 467), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for ahc (new size 814)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class bmk (input size 3519), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for bmk (new size 4580)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class cud (input size 0), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for cud (new size 1022)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class bal (input size 529), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for bal (new size 990)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class rk (input size 473), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for rk (new size 844)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class bnh (input size 2958), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for bnh (new size 3762)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class oh (input size 1262), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for oh (new size 1600)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class bte (input size 0), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for bte (new size 807)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class rl (input size 344), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for rl (new size 624)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class btq (input size 0), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for btq (new size 2032)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class ati (input size 2508), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for ati (new size 4967)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class oi (input size 859), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for oi (new size 1192)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class btf (input size 0), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for btf (new size 846)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class ahe (input size 487), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for ahe (new size 921)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class bay (input size 3978), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for bay (new size 6223)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class bmm (input size 5041), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for bmm (new size 6526)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class cuf (input size 0), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for cuf (new size 1421)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class anm (input size 2088), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for anm (new size 3220)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class cqf (input size 0), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for cqf (new size 3969)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class rm (input size 535), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for rm (new size 882)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class bnj (input size 4085), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for bnj (new size 5154)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class rb (input size 0), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for rb (new size 1248)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class atj (input size 743), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for atj (new size 1388)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class ov (input size 1242), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for ov (new size 1739)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class anc (input size 848), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for anc (new size 1798)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class ayp (input size 2339), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for ayp (new size 4530)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class azs (input size 2508), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for azs (new size 3877)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class buk (input size 0), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for buk (new size 1078)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class rz (input size 566), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for rz (new size 811)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class bnl (input size 2899), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for bnl (new size 3942)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class bbh (input size 2529), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for bbh (new size 5227)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class rp (input size 402), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for rp (new size 795)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class ayg (input size 2390), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for ayg (new size 3701)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class aue (input size 568), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for aue (new size 1059)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class bhf (input size 1853), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for bhf (new size 2740)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class bbu (input size 487), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for bbu (new size 926)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class rf (input size 1861), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for rf (new size 2424)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class bgj (input size 3401), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for bgj (new size 5765)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class auf (input size 2716), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for auf (new size 4415)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class buj (input size 0), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for buj (new size 9214)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class rr (input size 681), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for rr (new size 1125)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class bhh (input size 1550), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for bhh (new size 2003)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class rs (input size 2765), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for rs (new size 3292)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class bbw (input size 529), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for bbw (new size 989)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class anh (input size 3287), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for anh (new size 4604)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class bbl (input size 3904), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for bbl (new size 6021)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class aie (input size 354), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for aie (new size 680)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class bbn (input size 568), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for bbn (new size 1058)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class auu (input size 3694), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for auu (new size 5721)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class bhv (input size 2348), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for bhv (new size 3049)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class sc (input size 2808), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for sc (new size 4053)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class aig (input size 1661), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for aig (new size 2394)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class cil (input size 0), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for cil (new size 3898)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class so (input size 799), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for so (new size 1463)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class aul (input size 3780), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for aul (new size 6107)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class aih (input size 523), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for aih (new size 823)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class bbq (input size 487), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for bbq (new size 922)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class aum (input size 487), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for aum (new size 919)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class biq (input size 995), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for biq (new size 1417)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class ciz (input size 0), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for ciz (new size 1115)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class aij (input size 432), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for aij (new size 812)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class ase (input size 431), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for ase (new size 785)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class aik (input size 722), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for aik (new size 1203)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class aoi (input size 3683), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for aoi (new size 4348)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class cjj (input size 0), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for cjj (new size 895)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class bcn (input size 812), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for bcn (new size 1130)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class abz (input size 414), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for abz (new size 766)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class bco (input size 1196), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for bco (new size 1580)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class adk (input size 4050), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for adk (new size 5367)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class bcp (input size 1253), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for bcp (new size 1632)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class bje (input size 2310), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for bje (new size 3441)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class bpb (input size 487), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for bpb (new size 821)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class bdi (input size 1097), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for bdi (new size 1567)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class bjf (input size 487), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for bjf (new size 933)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class air (input size 406), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for air (new size 750)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class bpc (input size 487), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for bpc (new size 822)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class gv (input size 0), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for gv (new size 1937)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class blo (input size 2572), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for blo (new size 3286)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class ais (input size 319), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for ais (new size 716)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class bdk (input size 1053), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for bdk (new size 1623)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class asf (input size 349), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for asf (new size 753)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class gw (input size 0), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for gw (new size 953)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class ait (input size 466), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for ait (new size 1219)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class cvu (input size 0), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for cvu (new size 854)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class bji (input size 3352), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for bji (new size 4075)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class acm (input size 253), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for acm (new size 530)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class ava (input size 4398), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for ava (new size 7285)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class avu (input size 3053), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for avu (new size 4322)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class cqj (input size 0), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for cqj (new size 1179)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class bdr (input size 568), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for bdr (new size 1063)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class awn (input size 2935), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for awn (new size 4294)
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class bjo (input size 487), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for bjo (new size 936)
[11:28:01] [main/INFO] [FML/]: Found valid fingerprint for Minecraft Forge. Certificate fingerprint e3c3d50c7c986df74c645c0ac54639741c90a557
[11:28:01] [main/DEBUG] [FML/]: Runtime patching class net.minecraft.client.ClientBrandRetriever (input size 0), found 1 patch
[11:28:01] [main/DEBUG] [FML/]: Successfully applied runtime patches for net.minecraft.client.ClientBrandRetriever (new size 797)
[11:28:01] [main/DEBUG] [FML/]: Coremod plugin class FMLCorePlugin run successfully
[11:28:01] [main/INFO] [LaunchWrapper/]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[11:28:01] [main/DEBUG] [FML/]: Injecting coremod FMLForgePlugin {net.minecraftforge.classloading.FMLForgePlugin} class transformers
[11:28:01] [main/TRACE] [FML/]: Registering transformer net.minecraftforge.classloading.FluidIdTransformer
[11:28:01] [main/DEBUG] [FML/]: Injection complete
[11:28:01] [main/DEBUG] [FML/]: Running coremod plugin for FMLForgePlugin {net.minecraftforge.classloading.FMLForgePlugin}
[11:28:01] [main/DEBUG] [FML/]: Running coremod plugin FMLForgePlugin
[11:28:01] [main/DEBUG] [FML/]: Coremod plugin class FMLForgePlugin run successfully
[11:28:01] [main/INFO] [LaunchWrapper/]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[11:28:01] [main/DEBUG] [FML/]: Injecting coremod CCCDeobfPlugin {codechicken.core.asm.MCPDeobfuscationTransformer$LoadPlugin} class transformers
[11:28:01] [main/DEBUG] [FML/]: Injection complete
[11:28:01] [main/DEBUG] [FML/]: Running coremod plugin for CCCDeobfPlugin {codechicken.core.asm.MCPDeobfuscationTransformer$LoadPlugin}
[11:28:01] [main/DEBUG] [FML/]: Running coremod plugin CCCDeobfPlugin
[11:28:01] [main/DEBUG] [FML/]: Coremod plugin class LoadPlugin run successfully
[11:28:01] [main/INFO] [LaunchWrapper/]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[11:28:01] [main/DEBUG] [FML/]: Injecting coremod CCLCorePlugin {codechicken.lib.asm.CCLCorePlugin} class transformers
[11:28:01] [main/TRACE] [FML/]: Registering transformer codechicken.lib.asm.ClassHeirachyManager
[11:28:01] [main/TRACE] [FML/]: Registering transformer codechicken.lib.asm.RenderHookTransformer
[11:28:01] [main/DEBUG] [FML/]: Injection complete
[11:28:01] [main/DEBUG] [FML/]: Running coremod plugin for CCLCorePlugin {codechicken.lib.asm.CCLCorePlugin}
[11:28:01] [main/DEBUG] [FML/]: Running coremod plugin CCLCorePlugin
[11:28:01] [main/DEBUG] [FML/]: Coremod plugin class CCLCorePlugin run successfully
[11:28:01] [main/INFO] [LaunchWrapper/]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[11:28:01] [main/DEBUG] [FML/]: Injecting coremod CodeChickenCorePlugin {codechicken.core.launch.CodeChickenCorePlugin} class transformers
[11:28:01] [main/TRACE] [FML/]: Registering transformer codechicken.core.asm.InterfaceDependancyTransformer
[11:28:01] [main/TRACE] [FML/]: Registering transformer codechicken.core.asm.TweakTransformer
[11:28:01] [main/TRACE] [FML/]: Registering transformer codechicken.core.asm.DelegatedTransformer
[11:28:01] [main/TRACE] [FML/]: Registering transformer codechicken.core.asm.DefaultImplementationTransformer
[11:28:01] [main/DEBUG] [FML/]: Injection complete
[11:28:01] [main/DEBUG] [FML/]: Running coremod plugin for CodeChickenCorePlugin {codechicken.core.launch.CodeChickenCorePlugin}
[11:28:01] [main/DEBUG] [FML/]: Running coremod plugin CodeChickenCorePlugin
[11:28:01] [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_31]
at java.util.zip.ZipFile.<init>(ZipFile.java:220) ~[?:1.8.0_31]
at java.util.zip.ZipFile.<init>(ZipFile.java:150) ~[?:1.8.0_31]
at java.util.jar.JarFile.<init>(JarFile.java:166) ~[?:1.8.0_31]
at java.util.jar.JarFile.<init>(JarFile.java:130) ~[?:1.8.0_31]
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_skyblock.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_31]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_31]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_31]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_31]
at net.minecraftforge.fml.relauncher.ServerLaunchWrapper.run(ServerLaunchWrapper.java:43) [experimental_skyblock.jar:?]
at net.minecraftforge.fml.relauncher.ServerLaunchWrapper.main(ServerLaunchWrapper.java:12) [experimental_skyblock.jar:?]
[11:28:01] [main/DEBUG] [FML/]: Coremod plugin class CodeChickenCorePlugin run successfully
[11:28:01] [main/INFO] [LaunchWrapper/]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[11:28:01] [main/DEBUG] [FML/]: Injecting coremod CoreMod {aroma1997.core.coremod.CoreMod} class transformers
[11:28:01] [main/DEBUG] [FML/]: Injection complete
[11:28:01] [main/DEBUG] [FML/]: Running coremod plugin for CoreMod {aroma1997.core.coremod.CoreMod}
[11:28:01] [main/DEBUG] [FML/]: Running coremod plugin CoreMod
[11:28:01] [main/INFO] [Aroma1997Core/]: Finished data injection.
[11:28:01] [main/INFO] [Aroma1997Core/]: Finished data injection.
[11:28:01] [main/TRACE] [Aroma1997Core/]: Initializing Configurations from: ./config
[11:28:01] [main/DEBUG] [FML/]: Coremod plugin class CoreMod run successfully
[11:28:01] [main/INFO] [LaunchWrapper/]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[11:28:01] [main/DEBUG] [FML/]: Injecting coremod CCLCorePlugin {codechicken.lib.asm.CCLCorePlugin} class transformers
[11:28:01] [main/TRACE] [FML/]: Registering transformer codechicken.lib.asm.ClassHeirachyManager
[11:28:01] [main/TRACE] [FML/]: Registering transformer codechicken.lib.asm.RenderHookTransformer
[11:28:01] [main/DEBUG] [FML/]: Injection complete
[11:28:01] [main/DEBUG] [FML/]: Running coremod plugin for CCLCorePlugin {codechicken.lib.asm.CCLCorePlugin}
[11:28:01] [main/DEBUG] [FML/]: Running coremod plugin CCLCorePlugin
[11:28:01] [main/DEBUG] [FML/]: Coremod plugin class CCLCorePlugin run successfully
[11:28:01] [main/INFO] [LaunchWrapper/]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[11:28:01] [main/DEBUG] [FML/]: Injecting coremod NowWithRendering {net.fybertech.nwr.NowWithRendering} class transformers
[11:28:01] [main/TRACE] [FML/]: Registering transformer net.fybertech.nwr.NowWithRendering
[11:28:01] [main/DEBUG] [FML/]: Injection complete
[11:28:01] [main/DEBUG] [FML/]: Running coremod plugin for NowWithRendering {net.fybertech.nwr.NowWithRendering}
[11:28:01] [main/DEBUG] [FML/]: Running coremod plugin NowWithRendering
[11:28:01] [main/DEBUG] [FML/]: Coremod plugin class NowWithRendering run successfully
[11:28:01] [main/INFO] [LaunchWrapper/]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[11:28:01] [main/DEBUG] [FML/]: Injecting coremod FMLPlugin {invtweaks.forge.asm.FMLPlugin} class transformers
[11:28:01] [main/TRACE] [FML/]: Registering transformer invtweaks.forge.asm.ContainerTransformer
[11:28:01] [main/DEBUG] [FML/]: Injection complete
[11:28:01] [main/DEBUG] [FML/]: Running coremod plugin for FMLPlugin {invtweaks.forge.asm.FMLPlugin}
[11:28:01] [main/DEBUG] [FML/]: Running coremod plugin FMLPlugin
[11:28:01] [main/DEBUG] [FML/]: Coremod plugin class FMLPlugin run successfully
[11:28:01] [main/INFO] [LaunchWrapper/]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[11:28:01] [main/DEBUG] [FML/]: Injecting coremod NEICorePlugin {codechicken.nei.asm.NEICorePlugin} class transformers
[11:28:01] [main/TRACE] [FML/]: Registering transformer codechicken.nei.asm.NEITransformer
[11:28:01] [main/DEBUG] [FML/]: Injection complete
[11:28:01] [main/DEBUG] [FML/]: Running coremod plugin for NEICorePlugin {codechicken.nei.asm.NEICorePlugin}
[11:28:01] [main/DEBUG] [FML/]: Running coremod plugin NEICorePlugin
[11:28:01] [main/DEBUG] [FML/]: Coremod plugin class NEICorePlugin run successfully
[11:28:01] [main/INFO] [LaunchWrapper/]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[11:28:01] [main/DEBUG] [FML/]: Injecting coremod TransformerLoader {li.cil.oc.common.launch.TransformerLoader} class transformers
[11:28:01] [main/TRACE] [FML/]: Registering transformer li.cil.oc.common.asm.ClassTransformer
[11:28:01] [main/DEBUG] [FML/]: Injection complete
[11:28:01] [main/DEBUG] [FML/]: Running coremod plugin for TransformerLoader {li.cil.oc.common.launch.TransformerLoader}
[11:28:01] [main/DEBUG] [FML/]: Running coremod plugin TransformerLoader
[11:28:01] [main/DEBUG] [FML/]: Coremod plugin class TransformerLoader run successfully
[11:28:01] [main/INFO] [LaunchWrapper/]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[11:28:01] [main/DEBUG] [FML/]: Injecting coremod NowWithRendering {net.fybertech.nwr.NowWithRendering} class transformers
[11:28:01] [main/TRACE] [FML/]: Registering transformer net.fybertech.nwr.NowWithRendering
[11:28:01] [main/DEBUG] [FML/]: Injection complete
[11:28:01] [main/DEBUG] [FML/]: Running coremod plugin for NowWithRendering {net.fybertech.nwr.NowWithRendering}
[11:28:01] [main/DEBUG] [FML/]: Running coremod plugin NowWithRendering
[11:28:01] [main/DEBUG] [FML/]: Coremod plugin class NowWithRendering run successfully
[11:28:01] [main/INFO] [LaunchWrapper/]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[11:28:01] [main/DEBUG] [FML/]: Injecting coremod VeinMinerCorePlugin {portablejim.veinminer.asm.VeinMinerCorePlugin} class transformers
[11:28:01] [main/TRACE] [FML/]: Registering transformer portablejim.veinminer.asm.ItemInWorldManagerTransformer
[11:28:01] [main/DEBUG] [FML/]: Injection complete
[11:28:01] [main/DEBUG] [FML/]: Running coremod plugin for VeinMinerCorePlugin {portablejim.veinminer.asm.VeinMinerCorePlugin}
[11:28:01] [main/DEBUG] [FML/]: Running coremod plugin VeinMinerCorePlugin
[11:28:01] [main/DEBUG] [FML/]: Coremod plugin class VeinMinerCorePlugin run successfully
[11:28:01] [main/INFO] [LaunchWrapper/]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[11:28:01] [main/DEBUG] [FML/]: Injecting coremod BCModPlugin {brad16840.common.asm.BCModPlugin} class transformers
[11:28:01] [main/TRACE] [FML/]: Registering transformer brad16840.common.asm.ClassTransformer
[11:28:01] [main/DEBUG] [FML/]: Injection complete
[11:28:01] [main/DEBUG] [FML/]: Running coremod plugin for BCModPlugin {brad16840.common.asm.BCModPlugin}
[11:28:01] [main/DEBUG] [FML/]: Running coremod plugin BCModPlugin
[11:28:01] [main/DEBUG] [FML/]: Coremod plugin class BCModPlugin run successfully
[11:28:01] [main/INFO] [LaunchWrapper/]: Calling tweak class com.forgeessentials.core.preloader.FELaunchHandler
[11:28:01] [main/INFO] [STDOUT/]: [com.forgeessentials.core.preloader.classloading.FEClassLoader:runClassLoad:82]: [ForgeEssentials] Loaded library file /root/development/skyblock_extreme/ForgeEssentials/lib/hibernate-commons-annotations-4.0.5.Final.jar
[11:28:01] [main/INFO] [STDOUT/]: [com.forgeessentials.core.preloader.classloading.FEClassLoader:runClassLoad:82]: [ForgeEssentials] Loaded library file /root/development/skyblock_extreme/ForgeEssentials/lib/mysql-connector-java-5.1.22.jar
[11:28:01] [main/INFO] [STDOUT/]: [com.forgeessentials.core.preloader.classloading.FEClassLoader:runClassLoad:82]: [ForgeEssentials] Loaded library file /root/development/skyblock_extreme/ForgeEssentials/lib/dom4j-1.6.1.jar
[11:28:01] [main/INFO] [STDOUT/]: [com.forgeessentials.core.preloader.classloading.FEClassLoader:runClassLoad:82]: [ForgeEssentials] Loaded library file /root/development/skyblock_extreme/ForgeEssentials/lib/antlr-2.7.7.jar
[11:28:01] [main/INFO] [STDOUT/]: [com.forgeessentials.core.preloader.classloading.FEClassLoader:runClassLoad:82]: [ForgeEssentials] Loaded library file /root/development/skyblock_extreme/ForgeEssentials/lib/jboss-logging-annotations-1.2.0.Beta1.jar
[11:28:01] [main/INFO] [STDOUT/]: [com.forgeessentials.core.preloader.classloading.FEClassLoader:runClassLoad:82]: [ForgeEssentials] Loaded library file /root/development/skyblock_extreme/ForgeEssentials/lib/hibernate-core-4.3.7.Final.jar
[11:28:01] [main/INFO] [STDOUT/]: [com.forgeessentials.core.preloader.classloading.FEClassLoader:runClassLoad:82]: [ForgeEssentials] Loaded library file /root/development/skyblock_extreme/ForgeEssentials/lib/hibernate-entitymanager-4.3.7.Final.jar
[11:28:01] [main/INFO] [STDOUT/]: [com.forgeessentials.core.preloader.classloading.FEClassLoader:runClassLoad:82]: [ForgeEssentials] Loaded library file /root/development/skyblock_extreme/ForgeEssentials/lib/jandex-1.1.0.Final.jar
[11:28:01] [main/INFO] [STDOUT/]: [com.forgeessentials.core.preloader.classloading.FEClassLoader:runClassLoad:82]: [ForgeEssentials] Loaded library file /root/development/skyblock_extreme/ForgeEssentials/lib/pircbotx-1.9.jar
[11:28:01] [main/INFO] [STDOUT/]: [com.forgeessentials.core.preloader.classloading.FEClassLoader:runClassLoad:82]: [ForgeEssentials] Loaded library file /root/development/skyblock_extreme/ForgeEssentials/lib/jboss-transaction-api_1.2_spec-1.0.0.Final.jar
[11:28:01] [main/INFO] [STDOUT/]: [com.forgeessentials.core.preloader.classloading.FEClassLoader:runClassLoad:82]: [ForgeEssentials] Loaded library file /root/development/skyblock_extreme/ForgeEssentials/lib/hibernate-jpa-2.1-api-1.0.0.Final.jar
[11:28:01] [main/INFO] [STDOUT/]: [com.forgeessentials.core.preloader.classloading.FEClassLoader:runClassLoad:82]: [ForgeEssentials] Loaded library file /root/development/skyblock_extreme/ForgeEssentials/lib/jboss-logging-3.1.3.GA.jar
[11:28:01] [main/INFO] [STDOUT/]: [com.forgeessentials.core.preloader.classloading.FEClassLoader:runClassLoad:82]: [ForgeEssentials] Loaded library file /root/development/skyblock_extreme/ForgeEssentials/lib/javassist-3.18.1-GA.jar
[11:28:01] [main/INFO] [STDOUT/]: [com.forgeessentials.core.preloader.classloading.FEClassLoader:runClassLoad:82]: [ForgeEssentials] Loaded library file /root/development/skyblock_extreme/ForgeEssentials/lib/xml-apis-1.0.b2.jar
[11:28:01] [main/INFO] [STDOUT/]: [com.forgeessentials.core.preloader.classloading.FEClassLoader:runClassLoad:82]: [ForgeEssentials] Loaded library file /root/development/skyblock_extreme/ForgeEssentials/lib/h2-1.3.175.jar
[11:28:01] [main/INFO] [STDOUT/]: [com.forgeessentials.core.preloader.classloading.FEClassLoader:runClassLoad:112]: [ForgeEssentials] Loaded 0 modules
[11:28:01] [main/INFO] [LaunchWrapper/]: Calling tweak class org.spongepowered.asm.launch.MixinTweaker
[11:28:01] [main/INFO] [LaunchWrapper/]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
[11:28:01] [main/DEBUG] [FML/]: Loaded 60 rules from AccessTransformer config file fml_at.cfg
[11:28:01] [main/DEBUG] [FML/]: Loaded 121 rules from AccessTransformer config file forge_at.cfg
[11:28:01] [main/DEBUG] [FML/]: Loaded 60 rules from AccessTransformer config file fml_at.cfg
[11:28:01] [main/DEBUG] [FML/]: Loaded 0 rules from AccessTransformer config file aroma1997core_at.cfg
[11:28:01] [main/DEBUG] [FML/]: Loaded 9 rules from AccessTransformer config file invtweaks_at.cfg
[11:28:01] [main/DEBUG] [FML/]: Loaded 4 rules from AccessTransformer mod jar file /root/development/skyblock_extreme/mods/FE-1.8-snapshot-8.jar!META-INF/forgeessentials_at.cfg
[11:28:01] [main/DEBUG] [FML/]: Loaded 10 rules from AccessTransformer mod jar file /root/development/skyblock_extreme/mods/Schematica-1.8-1.7.7.130-universal.jar!META-INF/schematica_at.cfg
[11:28:01] [main/DEBUG] [FML/]: Loaded 6 rules from AccessTransformer mod jar file /root/development/skyblock_extreme/mods/tnt_utilities-mc1.8-1.0.2-beta.jar!META-INF/tntutils_at.cfg
[11:28:01] [main/DEBUG] [FML/]: Loaded 12 rules from AccessTransformer mod jar file /root/development/skyblock_extreme/mods/NotEnoughItems-1.8-1.0.5.104-universal.jar!META-INF/nei_at.cfg
[11:28:01] [main/DEBUG] [FML/]: Loaded 69 rules from AccessTransformer mod jar file /root/development/skyblock_extreme/mods/iChunUtil-5.4.0.jar!META-INF/iChunUtil_at.cfg
[11:28:01] [main/DEBUG] [FML/]: Loaded 2 rules from AccessTransformer mod jar file /root/development/skyblock_extreme/mods/stackie-1.8-1.6.0.36.jar!META-INF/stackie_at.cfg
[11:28:01] [main/DEBUG] [FML/]: Loaded 2 rules from AccessTransformer mod jar file /root/development/skyblock_extreme/mods/dynmap-1.8-2.2.jar!META-INF/dynmap_at.cfg
[11:28:01] [main/DEBUG] [FML/]: Loaded 17 rules from AccessTransformer mod jar file /root/development/skyblock_extreme/mods/LomLib v4.1.0.jar!META-INF/lomlib_at.cfg
[11:28:01] [main/DEBUG] [FML/]: Loaded 6 rules from AccessTransformer mod jar file /root/development/skyblock_extreme/mods/1.8/CodeChickenLib-1.8-1.1.2.133-universal.jar!META-INF/ccl_at.cfg
[11:28:01] [main/DEBUG] [FML/]: Loaded 5 rules from AccessTransformer mod jar file /root/development/skyblock_extreme/mods/[0]CodeChickenCore-1.8-1.0.5.36-universal.jar!META-INF/ccc_at.cfg
[11:28:01] [main/DEBUG] [FML/]: Loaded 4 rules from AccessTransformer mod jar file /root/development/skyblock_extreme/mods/forgeessentials-1.8-1.8.0.12-server.jar!META-INF/forgeessentials_at.cfg
[11:28:01] [main/DEBUG] [FML/]: Loaded 4 rules from AccessTransformer mod jar file /root/development/skyblock_extreme/mods/sophisticated-wolves-3.5.0.jar!META-INF/SophisticatedWolves_at.cfg
[11:28:01] [main/DEBUG] [FML/]: Loaded 8 rules from AccessTransformer mod jar file /root/development/skyblock_extreme/mods/open-computers-1.8-1.5.14.32.jar!META-INF/oc_at.cfg
[11:28:01] [main/DEBUG] [FML/]: Validating minecraft
[11:28:02] [main/DEBUG] [FML/]: Minecraft validated, launching...
[11:28:02] [main/INFO] [LaunchWrapper/]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[11:28:02] [main/DEBUG] [FML/]: Injecting coremod LoadPlugin {alexiil.mods.lib.coremod.LoadPlugin} class transformers
[11:28:02] [main/TRACE] [FML/]: Registering transformer alexiil.mods.lib.coremod.ClassTransformer
[11:28:02] [main/DEBUG] [FML/]: Injection complete
[11:28:02] [main/DEBUG] [FML/]: Running coremod plugin for LoadPlugin {alexiil.mods.lib.coremod.LoadPlugin}
[11:28:02] [main/DEBUG] [FML/]: Running coremod plugin LoadPlugin
[11:28:02] [main/DEBUG] [FML/]: Coremod plugin class LoadPlugin run successfully
[11:28:02] [main/INFO] [LaunchWrapper/]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[11:28:02] [main/DEBUG] [FML/]: Injecting coremod CorePlugin {com.hitchh1k3rsguide.makersmark.asm.CorePlugin} class transformers
[11:28:02] [main/TRACE] [FML/]: Registering transformer com.hitchh1k3rsguide.makersmark.asm.ASMTransformer
[11:28:02] [main/DEBUG] [FML/]: Injection complete
[11:28:02] [main/DEBUG] [FML/]: Running coremod plugin for CorePlugin {com.hitchh1k3rsguide.makersmark.asm.CorePlugin}
[11:28:02] [main/DEBUG] [FML/]: Running coremod plugin CorePlugin
[11:28:02] [main/DEBUG] [FML/]: Coremod plugin class CorePlugin run successfully
[11:28:02] [main/INFO] [LaunchWrapper/]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[11:28:02] [main/DEBUG] [FML/]: Injecting coremod LoadingPlugin {lumien.randomthings.asm.LoadingPlugin} class transformers
[11:28:02] [main/TRACE] [FML/]: Registering transformer lumien.randomthings.asm.ClassTransformer
[11:28:02] [main/DEBUG] [RandomThingsCore/]: Starting Class Transformation
[11:28:02] [main/DEBUG] [FML/]: Injection complete
[11:28:02] [main/DEBUG] [FML/]: Running coremod plugin for LoadingPlugin {lumien.randomthings.asm.LoadingPlugin}
[11:28:02] [main/DEBUG] [FML/]: Running coremod plugin LoadingPlugin
[11:28:02] [main/DEBUG] [FML/]: Coremod plugin class LoadingPlugin run successfully
[11:28:02] [main/INFO] [LaunchWrapper/]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[11:28:02] [main/DEBUG] [FML/]: Injecting coremod TNTUtilities Core {ljfa.tntutils.asm.TntuPlugin} class transformers
[11:28:02] [main/TRACE] [FML/]: Registering transformer ljfa.tntutils.asm.ExplosionTransformer
[11:28:02] [main/DEBUG] [FML/]: Injection complete
[11:28:02] [main/DEBUG] [FML/]: Running coremod plugin for TNTUtilities Core {ljfa.tntutils.asm.TntuPlugin}
[11:28:02] [main/DEBUG] [FML/]: Running coremod plugin TNTUtilities Core
[11:28:02] [main/DEBUG] [FML/]: Coremod plugin class TntuPlugin run successfully
[11:28:02] [main/INFO] [LaunchWrapper/]: Loading tweak class name net.minecraftforge.fml.common.launcher.TerminalTweaker
[11:28:02] [main/INFO] [LaunchWrapper/]: Loading tweak class name org.spongepowered.asm.mixin.MixinEnvironment$EnvironmentStateTweaker
[11:28:02] [main/WARN] [LaunchWrapper/]: Tweak class name org.spongepowered.asm.mixin.MixinEnvironment$EnvironmentStateTweaker has already been visited -- skipping
[11:28:02] [main/INFO] [LaunchWrapper/]: Calling tweak class net.minecraftforge.fml.common.launcher.TerminalTweaker
[11:28:02] [main/INFO] [LaunchWrapper/]: Calling tweak class org.spongepowered.asm.mixin.MixinEnvironment$EnvironmentStateTweaker
[11:28:02] [main/DEBUG] [mixin/]: Adding new mixin transformer proxy #2
[11:28:02] [main/DEBUG] [FML/]: Runtime patching class net.minecraft.server.MinecraftServer (input size 26629), found 1 patch
[11:28:02] [main/DEBUG] [FML/]: Successfully applied runtime patches for net.minecraft.server.MinecraftServer (new size 36278)
[11:28:02] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/world/IBlockAccess (input size 176), found 1 patch
[11:28:02] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/world/IBlockAccess (new size 529)
[11:28:02] [main/DEBUG] [mixin/]: Preparing mixins for MixinEnvironment[DEFAULT]
[11:28:02] [main/DEBUG] [mixin/]: Adding mixin config mixins.forgeessentials.json
[11:28:02] [main/DEBUG] [mixin/]: Rebuilding transformer delegation list:
[11:28:02] [main/DEBUG] [mixin/]: Adding: net.minecraftforge.fml.common.asm.transformers.PatchingTransformer
[11:28:02] [main/DEBUG] [mixin/]: Excluding: org.spongepowered.asm.mixin.transformer.MixinTransformer$Proxy
[11:28:02] [main/DEBUG] [mixin/]: Adding: $wrapper.net.minecraftforge.fml.common.asm.transformers.BlamingTransformer
[11:28:02] [main/DEBUG] [mixin/]: Adding: $wrapper.net.minecraftforge.fml.common.asm.transformers.MarkerTransformer
[11:28:02] [main/DEBUG] [mixin/]: Adding: $wrapper.net.minecraftforge.fml.common.asm.transformers.SideTransformer
[11:28:02] [main/DEBUG] [mixin/]: Excluding: $wrapper.net.minecraftforge.fml.common.asm.transformers.EventSubscriptionTransformer
[11:28:02] [main/DEBUG] [mixin/]: Adding: $wrapper.net.minecraftforge.fml.common.asm.transformers.EventSubscriberTransformer
[11:28:02] [main/DEBUG] [mixin/]: Adding: $wrapper.net.minecraftforge.classloading.FluidIdTransformer
[11:28:02] [main/DEBUG] [mixin/]: Adding: $wrapper.codechicken.lib.asm.ClassHeirachyManager
[11:28:02] [main/DEBUG] [mixin/]: Adding: $wrapper.codechicken.lib.asm.RenderHookTransformer
[11:28:02] [main/DEBUG] [mixin/]: Adding: $wrapper.codechicken.core.asm.InterfaceDependancyTransformer
[11:28:02] [main/DEBUG] [mixin/]: Adding: $wrapper.codechicken.core.asm.TweakTransformer
[11:28:02] [main/DEBUG] [mixin/]: Adding: $wrapper.codechicken.core.asm.DelegatedTransformer
[11:28:02] [main/DEBUG] [mixin/]: Adding: $wrapper.codechicken.core.asm.DefaultImplementationTransformer
[11:28:02] [main/DEBUG] [mixin/]: Adding: $wrapper.codechicken.lib.asm.ClassHeirachyManager
[11:28:02] [main/DEBUG] [mixin/]: Adding: $wrapper.codechicken.lib.asm.RenderHookTransformer
[11:28:02] [main/DEBUG] [mixin/]: Adding: $wrapper.net.fybertech.nwr.NowWithRendering
[11:28:02] [main/DEBUG] [mixin/]: Adding: $wrapper.invtweaks.forge.asm.ContainerTransformer
[11:28:02] [main/DEBUG] [mixin/]: Adding: $wrapper.codechicken.nei.asm.NEITransformer
[11:28:02] [main/DEBUG] [mixin/]: Adding: $wrapper.li.cil.oc.common.asm.ClassTransformer
[11:28:02] [main/DEBUG] [mixin/]: Adding: $wrapper.net.fybertech.nwr.NowWithRendering
[11:28:02] [main/DEBUG] [mixin/]: Adding: $wrapper.portablejim.veinminer.asm.ItemInWorldManagerTransformer
[11:28:02] [main/DEBUG] [mixin/]: Adding: $wrapper.brad16840.common.asm.ClassTransformer
[11:28:02] [main/DEBUG] [mixin/]: Adding: net.minecraftforge.fml.common.asm.transformers.DeobfuscationTransformer
[11:28:02] [main/DEBUG] [mixin/]: Adding: net.minecraftforge.fml.common.asm.transformers.AccessTransformer
[11:28:02] [main/DEBUG] [mixin/]: Adding: net.minecraftforge.transformers.ForgeAccessTransformer
[11:28:02] [main/DEBUG] [mixin/]: Adding: codechicken.core.asm.CodeChickenAccessTransformer
[11:28:02] [main/DEBUG] [mixin/]: Adding: aroma1997.core.coremod.asm.AromaAccessTransformer
[11:28:02] [main/DEBUG] [mixin/]: Adding: invtweaks.forge.asm.ITAccessTransformer
[11:28:02] [main/DEBUG] [mixin/]: Adding: net.minecraftforge.fml.common.asm.transformers.ModAccessTransformer
[11:28:02] [main/DEBUG] [mixin/]: Adding: net.minecraftforge.fml.common.asm.transformers.ItemStackTransformer
[11:28:02] [main/DEBUG] [mixin/]: Adding: $wrapper.alexiil.mods.lib.coremod.ClassTransformer
[11:28:02] [main/DEBUG] [mixin/]: Adding: $wrapper.com.hitchh1k3rsguide.makersmark.asm.ASMTransformer
[11:28:02] [main/DEBUG] [mixin/]: Adding: $wrapper.lumien.randomthings.asm.ClassTransformer
[11:28:02] [main/DEBUG] [mixin/]: Adding: $wrapper.ljfa.tntutils.asm.ExplosionTransformer
[11:28:02] [main/DEBUG] [mixin/]: Excluding: net.minecraftforge.fml.common.asm.transformers.TerminalTransformer
[11:28:02] [main/DEBUG] [mixin/]: Excluding: org.spongepowered.asm.mixin.transformer.MixinTransformer$Proxy
[11:28:02] [main/DEBUG] [mixin/]: Transformer delegation list created with 33 entries
[11:28:02] [main/DEBUG] [mixin/]: Found name transformer: net.minecraftforge.fml.common.asm.transformers.DeobfuscationTransformer
[11:28:02] [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
[11:28:02] [main/DEBUG] [mixin/]: Rebuilding transformer delegation list:
[11:28:02] [main/DEBUG] [mixin/]: Adding: net.minecraftforge.fml.common.asm.transformers.PatchingTransformer
[11:28:02] [main/DEBUG] [mixin/]: Excluding: org.spongepowered.asm.mixin.transformer.MixinTransformer$Proxy
[11:28:02] [main/DEBUG] [mixin/]: Excluding: $wrapper.net.minecraftforge.fml.common.asm.transformers.BlamingTransformer
[11:28:02] [main/DEBUG] [mixin/]: Adding: $wrapper.net.minecraftforge.fml.common.asm.transformers.MarkerTransformer
[11:28:02] [main/DEBUG] [mixin/]: Adding: $wrapper.net.minecraftforge.fml.common.asm.transformers.SideTransformer
[11:28:02] [main/DEBUG] [mixin/]: Excluding: $wrapper.net.minecraftforge.fml.common.asm.transformers.EventSubscriptionTransformer
[11:28:02] [main/DEBUG] [mixin/]: Adding: $wrapper.net.minecraftforge.fml.common.asm.transformers.EventSubscriberTransformer
[11:28:02] [main/DEBUG] [mixin/]: Adding: $wrapper.net.minecraftforge.classloading.FluidIdTransformer
[11:28:02] [main/DEBUG] [mixin/]: Adding: $wrapper.codechicken.lib.asm.ClassHeirachyManager
[11:28:02] [main/DEBUG] [mixin/]: Adding: $wrapper.codechicken.lib.asm.RenderHookTransformer
[11:28:02] [main/DEBUG] [mixin/]: Adding: $wrapper.codechicken.core.asm.InterfaceDependancyTransformer
[11:28:02] [main/DEBUG] [mixin/]: Adding: $wrapper.codechicken.core.asm.TweakTransformer
[11:28:02] [main/DEBUG] [mixin/]: Adding: $wrapper.codechicken.core.asm.DelegatedTransformer
[11:28:02] [main/DEBUG] [mixin/]: Adding: $wrapper.codechicken.core.asm.DefaultImplementationTransformer
[11:28:02] [main/DEBUG] [mixin/]: Adding: $wrapper.codechicken.lib.asm.ClassHeirachyManager
[11:28:02] [main/DEBUG] [mixin/]: Adding: $wrapper.codechicken.lib.asm.RenderHookTransformer
[11:28:02] [main/DEBUG] [mixin/]: Adding: $wrapper.net.fybertech.nwr.NowWithRendering
[11:28:02] [main/DEBUG] [mixin/]: Adding: $wrapper.invtweaks.forge.asm.ContainerTransformer
[11:28:02] [main/DEBUG] [mixin/]: Adding: $wrapper.codechicken.nei.asm.NEITransformer
[11:28:02] [main/DEBUG] [mixin/]: Adding: $wrapper.li.cil.oc.common.asm.ClassTransformer
[11:28:02] [main/DEBUG] [mixin/]: Adding: $wrapper.net.fybertech.nwr.NowWithRendering
[11:28:02] [main/DEBUG] [mixin/]: Adding: $wrapper.portablejim.veinminer.asm.ItemInWorldManagerTransformer
[11:28:02] [main/DEBUG] [mixin/]: Adding: $wrapper.brad16840.common.asm.ClassTransformer
[11:28:02] [main/DEBUG] [mixin/]: Adding: net.minecraftforge.fml.common.asm.transformers.DeobfuscationTransformer
[11:28:02] [main/DEBUG] [mixin/]: Adding: net.minecraftforge.fml.common.asm.transformers.AccessTransformer
[11:28:02] [main/DEBUG] [mixin/]: Adding: net.minecraftforge.transformers.ForgeAccessTransformer
[11:28:02] [main/DEBUG] [mixin/]: Adding: codechicken.core.asm.CodeChickenAccessTransformer
[11:28:02] [main/DEBUG] [mixin/]: Adding: aroma1997.core.coremod.asm.AromaAccessTransformer
[11:28:02] [main/DEBUG] [mixin/]: Adding: invtweaks.forge.asm.ITAccessTransformer
[11:28:02] [main/DEBUG] [mixin/]: Adding: net.minecraftforge.fml.common.asm.transformers.ModAccessTransformer
[11:28:02] [main/DEBUG] [mixin/]: Adding: net.minecraftforge.fml.common.asm.transformers.ItemStackTransformer
[11:28:02] [main/DEBUG] [mixin/]: Adding: $wrapper.alexiil.mods.lib.coremod.ClassTransformer
[11:28:02] [main/DEBUG] [mixin/]: Adding: $wrapper.com.hitchh1k3rsguide.makersmark.asm.ASMTransformer
[11:28:02] [main/DEBUG] [mixin/]: Adding: $wrapper.lumien.randomthings.asm.ClassTransformer
[11:28:02] [main/DEBUG] [mixin/]: Adding: $wrapper.ljfa.tntutils.asm.ExplosionTransformer
[11:28:02] [main/DEBUG] [mixin/]: Excluding: net.minecraftforge.fml.common.asm.transformers.TerminalTransformer
[11:28:02] [main/DEBUG] [mixin/]: Excluding: org.spongepowered.asm.mixin.transformer.MixinTransformer$Proxy
[11:28:02] [main/DEBUG] [mixin/]: Transformer delegation list created with 32 entries
[11:28:02] [main/DEBUG] [mixin/]: Found name transformer: net.minecraftforge.fml.common.asm.transformers.DeobfuscationTransformer
[11:28:02] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/player/EntityPlayerMP to metadata cache
[11:28:02] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/network/NetHandlerPlayServer to metadata cache
[11:28:02] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/command/CommandHandler to metadata cache
[11:28:02] [main/DEBUG] [RandomThingsCore/]: Found World Class: net/minecraft/world/World
[11:28:02] [main/DEBUG] [RandomThingsCore/]: Found getRedstonePower
[11:28:02] [main/DEBUG] [RandomThingsCore/]: Found getStrongPower
[11:28:02] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/world/WorldServer$ServerBlockEventList (input size 229), found 1 patch
[11:28:02] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/world/WorldServer$ServerBlockEventList (new size 523)
[11:28:02] [main/DEBUG] [RandomThingsCore/]: Found EntityLivingBase Class: net/minecraft/entity/EntityLivingBase
[11:28:02] [main/DEBUG] [RandomThingsCore/]: - Found updatePotionEffects
[11:28:02] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/server/management/PlayerProfileCache$2 (input size 509), found 1 patch
[11:28:02] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/server/management/PlayerProfileCache$2 (new size 1124)
[11:28:02] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/network/NetworkSystem$1 (input size 784), found 1 patch
[11:28:02] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/network/NetworkSystem$1 (new size 1041)
[11:28:02] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/network/NetworkSystem$2 (input size 798), found 1 patch
[11:28:02] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/network/NetworkSystem$2 (new size 1055)
[11:28:02] [main/INFO] [LaunchWrapper/]: Launching wrapped minecraft {net.minecraft.server.MinecraftServer}
[11:28:02] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/init/Bootstrap$1 (input size 356), found 1 patch
[11:28:02] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/init/Bootstrap$1 (new size 684)
[11:28:02] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/init/Bootstrap$2 (input size 327), found 1 patch
[11:28:02] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/init/Bootstrap$2 (new size 623)
[11:28:02] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/init/Bootstrap$3 (input size 327), found 1 patch
[11:28:02] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/init/Bootstrap$3 (new size 623)
[11:28:02] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/init/Bootstrap$4 (input size 455), found 1 patch
[11:28:02] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/init/Bootstrap$4 (new size 787)
[11:28:02] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/init/Bootstrap$6 (input size 769), found 1 patch
[11:28:02] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/init/Bootstrap$6 (new size 1187)
[11:28:02] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/init/Bootstrap$7 (input size 727), found 1 patch
[11:28:02] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/init/Bootstrap$7 (new size 1167)
[11:28:02] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/init/Bootstrap$8 (input size 947), found 1 patch
[11:28:02] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/init/Bootstrap$8 (new size 1465)
[11:28:02] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/init/Bootstrap$14 (input size 672), found 1 patch
[11:28:02] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/init/Bootstrap$14 (new size 1065)
[11:28:02] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/block/BlockBush (input size 1470), found 1 patch
[11:28:02] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/block/BlockBush (new size 3675)
[11:28:02] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/block/BlockAir (input size 482), found 1 patch
[11:28:02] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/block/BlockAir (new size 1011)
[11:28:02] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/block/BlockOre (input size 1966), found 1 patch
[11:28:02] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/block/BlockOre (new size 2608)
[11:28:02] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/block/BlockDeadBush (input size 1104), found 1 patch
[11:28:02] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/block/BlockDeadBush (new size 1800)
[11:28:02] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/block/BlockMushroom (input size 2516), found 1 patch
[11:28:02] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/block/BlockMushroom (new size 3407)
[11:28:02] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/block/BlockMobSpawner (input size 773), found 1 patch
[11:28:02] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/block/BlockMobSpawner (new size 1698)
[11:28:02] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/block/BlockIce (input size 1675), found 1 patch
[11:28:02] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/block/BlockIce (new size 3154)
[11:28:02] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/block/BlockPotato (input size 816), found 1 patch
[11:28:02] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/block/BlockPotato (new size 1534)
[11:28:02] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/block/Block$1 (input size 323), found 1 patch
[11:28:02] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/block/Block$1 (new size 643)
[11:28:02] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/block/Block$2 (input size 261), found 1 patch
[11:28:02] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/block/Block$2 (new size 563)
[11:28:02] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/block/Block$3 (input size 330), found 1 patch
[11:28:02] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/block/Block$3 (new size 650)
[11:28:02] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/block/Block$4 (input size 377), found 1 patch
[11:28:02] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/block/Block$4 (new size 715)
[11:28:02] [main/DEBUG] [RandomThingsCore/]: Found Block Class: net/minecraft/block/Block
[11:28:02] [main/DEBUG] [RandomThingsCore/]: - Found addCollisionBoxesToList
[11:28:02] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/item/Item$1 (input size 491), found 1 patch
[11:28:02] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/item/Item$1 (new size 848)
[11:28:02] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/item/Item$2 (input size 491), found 1 patch
[11:28:02] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/item/Item$2 (new size 848)
[11:28:02] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/item/Item$3 (input size 491), found 1 patch
[11:28:02] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/item/Item$3 (new size 848)
[11:28:02] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/item/Item$4 (input size 491), found 1 patch
[11:28:02] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/item/Item$4 (new size 848)
[11:28:02] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/item/Item$5 (input size 491), found 1 patch
[11:28:02] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/item/Item$5 (new size 848)
[11:28:02] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/item/Item$6 (input size 491), found 1 patch
[11:28:02] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/item/Item$6 (new size 848)
[11:28:02] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/item/Item$7 (input size 493), found 1 patch
[11:28:02] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/item/Item$7 (new size 850)
[11:28:02] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/item/Item$8 (input size 502), found 1 patch
[11:28:02] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/item/Item$8 (new size 829)
[11:28:02] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/item/Item$9 (input size 491), found 1 patch
[11:28:02] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/item/Item$9 (new size 848)
[11:28:02] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/item/Item$10 (input size 526), found 1 patch
[11:28:02] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/item/Item$10 (new size 915)
[11:28:02] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/item/Item$11 (input size 530), found 1 patch
[11:28:02] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/item/Item$11 (new size 919)
[11:28:02] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/item/ItemSnow (input size 1432), found 1 patch
[11:28:02] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/item/ItemSnow (new size 2239)
[11:28:02] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/item/Item$12 (input size 491), found 1 patch
[11:28:02] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/item/Item$12 (new size 848)
[11:28:02] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/item/Item$13 (input size 491), found 1 patch
[11:28:02] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/item/Item$13 (new size 848)
[11:28:02] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/item/ItemLilyPad (input size 1297), found 1 patch
[11:28:02] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/item/ItemLilyPad (new size 2721)
[11:28:02] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/item/Item$14 (input size 491), found 1 patch
[11:28:02] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/item/Item$14 (new size 848)
[11:28:02] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/item/Item$15 (input size 491), found 1 patch
[11:28:02] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/item/Item$15 (new size 853)
[11:28:02] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/item/Item$16 (input size 491), found 1 patch
[11:28:02] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/item/Item$16 (new size 848)
[11:28:02] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/item/Item$17 (input size 491), found 1 patch
[11:28:02] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/item/Item$17 (new size 848)
[11:28:02] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/item/ItemFlintAndSteel (input size 1084), found 1 patch
[11:28:02] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/item/ItemFlintAndSteel (new size 1311)
[11:28:02] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/item/ItemSign (input size 1413), found 1 patch
[11:28:02] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/item/ItemSign (new size 1805)
[11:28:02] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/item/ItemBucketMilk (input size 948), found 1 patch
[11:28:02] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/item/ItemBucketMilk (new size 1322)
[11:28:02] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/item/ItemMap (input size 5232), found 1 patch
[11:28:02] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/item/ItemMap (new size 6696)
[11:28:02] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/item/ItemShears (input size 998), found 1 patch
[11:28:02] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/item/ItemShears (new size 3606)
[11:28:02] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/item/ItemMonsterPlacer (input size 3311), found 1 patch
[11:28:02] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/item/ItemMonsterPlacer (new size 6227)
[11:28:02] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/item/ItemEmptyMap (input size 1326), found 1 patch
[11:28:02] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/item/ItemEmptyMap (new size 1659)
[11:28:02] [main/DEBUG] [RandomThingsCore/]: Found Item Class: net/minecraft/item/Item
[11:28:02] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/block/state/BlockState$1 (input size 521), found 1 patch
[11:28:02] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/block/state/BlockState$1 (new size 834)
[11:28:02] [main/TRACE] [FML/]: Registry add: minecraft:air 0 net.minecraft.block.BlockAir@562457e1 (req. id 0)
[11:28:02] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/creativetab/CreativeTabs$2 (input size 177), found 1 patch
[11:28:02] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/creativetab/CreativeTabs$2 (new size 724)
[11:28:02] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/creativetab/CreativeTabs$3 (input size 177), found 1 patch
[11:28:02] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/creativetab/CreativeTabs$3 (new size 887)
[11:28:02] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/creativetab/CreativeTabs$4 (input size 177), found 1 patch
[11:28:02] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/creativetab/CreativeTabs$4 (new size 684)
[11:28:02] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/creativetab/CreativeTabs$5 (input size 177), found 1 patch
[11:28:02] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/creativetab/CreativeTabs$5 (new size 724)
[11:28:02] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/creativetab/CreativeTabs$6 (input size 177), found 1 patch
[11:28:02] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/creativetab/CreativeTabs$6 (new size 684)
[11:28:02] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/creativetab/CreativeTabs$7 (input size 177), found 1 patch
[11:28:02] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/creativetab/CreativeTabs$7 (new size 684)
[11:28:02] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/creativetab/CreativeTabs$8 (input size 177), found 1 patch
[11:28:02] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/creativetab/CreativeTabs$8 (new size 679)
[11:28:02] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/creativetab/CreativeTabs$9 (input size 177), found 1 patch
[11:28:02] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/creativetab/CreativeTabs$9 (new size 683)
[11:28:02] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/creativetab/CreativeTabs$1 (input size 177), found 1 patch
[11:28:02] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/creativetab/CreativeTabs$1 (new size 683)
[11:28:02] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/creativetab/CreativeTabs$10 (input size 177), found 1 patch
[11:28:02] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/creativetab/CreativeTabs$10 (new size 684)
[11:28:02] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/creativetab/CreativeTabs$11 (input size 177), found 1 patch
[11:28:02] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/creativetab/CreativeTabs$11 (new size 683)
[11:28:02] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/creativetab/CreativeTabs$12 (input size 177), found 1 patch
[11:28:02] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/creativetab/CreativeTabs$12 (new size 725)
[11:28:02] [main/TRACE] [FML/]: Registry add: minecraft:stone 1 net.minecraft.block.BlockStone@6e1d4137 (req. id 1)
[11:28:02] [main/TRACE] [FML/]: Registry add: minecraft:grass 2 net.minecraft.block.BlockGrass@17271176 (req. id 2)
[11:28:02] [main/TRACE] [FML/]: Registry add: minecraft:dirt 3 net.minecraft.block.BlockDirt@3fa76c61 (req. id 3)
[11:28:02] [main/TRACE] [FML/]: Registry add: minecraft:cobblestone 4 net.minecraft.block.Block@7b3315a5 (req. id 4)
[11:28:02] [main/TRACE] [FML/]: Registry add: minecraft:planks 5 net.minecraft.block.BlockPlanks@545e57d7 (req. id 5)
[11:28:02] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/world/gen/feature/WorldGenAbstractTree (input size 794), found 1 patch
[11:28:02] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/world/gen/feature/WorldGenAbstractTree (new size 1506)
[11:28:02] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/world/gen/feature/WorldGenTaiga2 (input size 1959), found 1 patch
[11:28:02] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/world/gen/feature/WorldGenTaiga2 (new size 2964)
[11:28:02] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/world/gen/feature/WorldGenMegaJungle (input size 2254), found 1 patch
[11:28:02] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/world/gen/feature/WorldGenMegaJungle (new size 3118)
[11:28:02] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/world/gen/feature/WorldGenSavannaTree (input size 2931), found 1 patch
[11:28:02] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/world/gen/feature/WorldGenSavannaTree (new size 3975)
[11:28:02] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/world/gen/feature/WorldGenCanopyTree (input size 3136), found 1 patch
[11:28:02] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/world/gen/feature/WorldGenCanopyTree (new size 4202)
[11:28:02] [main/TRACE] [FML/]: Registry add: minecraft:sapling 6 net.minecraft.block.BlockSapling@42fcc7e6 (req. id 6)
[11:28:02] [main/TRACE] [FML/]: Registry add: minecraft:bedrock 7 net.minecraft.block.Block@4a5905d9 (req. id 7)
[11:28:02] [main/DEBUG] [RandomThingsCore/]: Found BlockLiquid Class: net/minecraft/block/BlockLiquid
[11:28:02] [main/TRACE] [FML/]: Registry add: minecraft:flowing_water 8 net.minecraft.block.BlockDynamicLiquid@34a0ef00 (req. id 8)
[11:28:02] [main/TRACE] [FML/]: Registry add: minecraft:water 9 net.minecraft.block.BlockStaticLiquid@7bbbb6a8 (req. id 9)
[11:28:02] [main/TRACE] [FML/]: Registry add: minecraft:flowing_lava 10 net.minecraft.block.BlockDynamicLiquid@528f8f8b (req. id 10)
[11:28:02] [main/TRACE] [FML/]: Registry add: minecraft:lava 11 net.minecraft.block.BlockStaticLiquid@46866946 (req. id 11)
[11:28:02] [main/TRACE] [FML/]: Registry add: minecraft:sand 12 net.minecraft.block.BlockSand@3a2b2322 (req. id 12)
[11:28:02] [main/TRACE] [FML/]: Registry add: minecraft:gravel 13 net.minecraft.block.BlockGravel@6f3f0fae (req. id 13)
[11:28:02] [main/TRACE] [FML/]: Registry add: minecraft:gold_ore 14 net.minecraft.block.BlockOre@63fdffcd (req. id 14)
[11:28:02] [main/TRACE] [FML/]: Registry add: minecraft:iron_ore 15 net.minecraft.block.BlockOre@66f659e6 (req. id 15)
[11:28:02] [main/TRACE] [FML/]: Registry add: minecraft:coal_ore 16 net.minecraft.block.BlockOre@46678e49 (req. id 16)
[11:28:02] [main/TRACE] [FML/]: Registry add: minecraft:log 17 net.minecraft.block.BlockOldLog@e04ccf8 (req. id 17)
[11:28:02] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/block/BlockOldLeaf$1 (input size 419), found 1 patch
[11:28:02] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/block/BlockOldLeaf$1 (new size 772)
[11:28:02] [main/TRACE] [FML/]: Registry add: minecraft:leaves 18 net.minecraft.block.BlockOldLeaf@b8e246c (req. id 18)
[11:28:02] [main/TRACE] [FML/]: Registry add: minecraft:sponge 19 net.minecraft.block.BlockSponge@a20b94b (req. id 19)
[11:28:02] [main/TRACE] [FML/]: Registry add: minecraft:glass 20 net.minecraft.block.BlockGlass@16073fa8 (req. id 20)
[11:28:02] [main/TRACE] [FML/]: Registry add: minecraft:lapis_ore 21 net.minecraft.block.BlockOre@cfbc8e8 (req. id 21)
[11:28:02] [main/TRACE] [FML/]: Registry add: minecraft:lapis_block 22 net.minecraft.block.BlockCompressed@46d9aec8 (req. id 22)
[11:28:02] [main/TRACE] [FML/]: Registry add: minecraft:dispenser 23 net.minecraft.block.BlockDispenser@2764c546 (req. id 23)
[11:28:02] [main/TRACE] [FML/]: Registry add: minecraft:sandstone 24 net.minecraft.block.BlockSandStone@3b05a99b (req. id 24)
[11:28:02] [main/TRACE] [FML/]: Registry add: minecraft:noteblock 25 net.minecraft.block.BlockNote@3f672204 (req. id 25)
[11:28:02] [main/TRACE] [FML/]: Registry add: minecraft:bed 26 net.minecraft.block.BlockBed@20e6c4dc (req. id 26)
[11:28:02] [main/TRACE] [FML/]: Registry add: minecraft:golden_rail 27 net.minecraft.block.BlockRailPowered@7a7d1b47 (req. id 27)
[11:28:02] [main/TRACE] [FML/]: Registry add: minecraft:detector_rail 28 net.minecraft.block.BlockRailDetector@692fd26 (req. id 28)
[11:28:02] [main/TRACE] [FML/]: Registry add: minecraft:sticky_piston 29 net.minecraft.block.BlockPistonBase@64b70919 (req. id 29)
[11:28:02] [main/TRACE] [FML/]: Registry add: minecraft:web 30 net.minecraft.block.BlockWeb@2ca5f1ed (req. id 30)
[11:28:02] [main/TRACE] [FML/]: Registry add: minecraft:tallgrass 31 net.minecraft.block.BlockTallGrass@4b2d44bc (req. id 31)
[11:28:02] [main/TRACE] [FML/]: Registry add: minecraft:deadbush 32 net.minecraft.block.BlockDeadBush@376e7531 (req. id 32)
[11:28:02] [main/TRACE] [FML/]: Registry add: minecraft:piston 33 net.minecraft.block.BlockPistonBase@5782d777 (req. id 33)
[11:28:02] [main/TRACE] [FML/]: Registry add: minecraft:piston_head 34 net.minecraft.block.BlockPistonExtension@7a22a3c2 (req. id 34)
[11:28:02] [main/TRACE] [FML/]: Registry add: minecraft:wool 35 net.minecraft.block.BlockColored@62ce72ff (req. id 35)
[11:28:02] [main/TRACE] [FML/]: Registry add: minecraft:piston_extension 36 net.minecraft.block.BlockPistonMoving@680d4a6a (req. id 36)
[11:28:02] [main/TRACE] [FML/]: Registry add: minecraft:yellow_flower 37 net.minecraft.block.BlockYellowFlower@11bd803 (req. id 37)
[11:28:02] [main/TRACE] [FML/]: Registry add: minecraft:red_flower 38 net.minecraft.block.BlockRedFlower@3f93e4a8 (req. id 38)
[11:28:02] [main/TRACE] [FML/]: Registry add: minecraft:brown_mushroom 39 net.minecraft.block.BlockMushroom@de77232 (req. id 39)
[11:28:02] [main/TRACE] [FML/]: Registry add: minecraft:red_mushroom 40 net.minecraft.block.BlockMushroom@44841b43 (req. id 40)
[11:28:02] [main/TRACE] [FML/]: Registry add: minecraft:gold_block 41 net.minecraft.block.BlockCompressed@4ab550d5 (req. id 41)
[11:28:02] [main/TRACE] [FML/]: Registry add: minecraft:iron_block 42 net.minecraft.block.BlockCompressed@58e85c6f (req. id 42)
[11:28:02] [main/TRACE] [FML/]: Registry add: minecraft:double_stone_slab 43 net.minecraft.block.BlockDoubleStoneSlab@5e8c34a0 (req. id 43)
[11:28:02] [main/TRACE] [FML/]: Registry add: minecraft:stone_slab 44 net.minecraft.block.BlockHalfStoneSlab@270b6b5e (req. id 44)
[11:28:02] [main/TRACE] [FML/]: Registry add: minecraft:brick_block 45 net.minecraft.block.Block@1706a5c9 (req. id 45)
[11:28:02] [main/TRACE] [FML/]: Registry add: minecraft:tnt 46 net.minecraft.block.BlockTNT@1a480135 (req. id 46)
[11:28:02] [main/TRACE] [FML/]: Registry add: minecraft:bookshelf 47 net.minecraft.block.BlockBookshelf@72ee5d84 (req. id 47)
[11:28:02] [main/TRACE] [FML/]: Registry add: minecraft:mossy_cobblestone 48 net.minecraft.block.Block@6145b81e (req. id 48)
[11:28:02] [main/TRACE] [FML/]: Registry add: minecraft:obsidian 49 net.minecraft.block.BlockObsidian@33db72bd (req. id 49)
[11:28:02] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/block/BlockTorch$1 (input size 417), found 1 patch
[11:28:02] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/block/BlockTorch$1 (new size 734)
[11:28:02] [main/TRACE] [FML/]: Registry add: minecraft:torch 50 net.minecraft.block.BlockTorch@5d01ea21 (req. id 50)
[11:28:03] [main/TRACE] [FML/]: Registry add: minecraft:fire 51 net.minecraft.block.BlockFire@7f9fc8bd (req. id 51)
[11:28:03] [main/TRACE] [FML/]: Registry add: minecraft:mob_spawner 52 net.minecraft.block.BlockMobSpawner@380ce5a3 (req. id 52)
[11:28:03] [main/TRACE] [FML/]: Registry add: minecraft:oak_stairs 53 net.minecraft.block.BlockStairs@5bc63e20 (req. id 53)
[11:28:03] [main/TRACE] [FML/]: Registry add: minecraft:chest 54 net.minecraft.block.BlockChest@559af296 (req. id 54)
[11:28:03] [main/TRACE] [FML/]: Registry add: minecraft:redstone_wire 55 net.minecraft.block.BlockRedstoneWire@5df6163a (req. id 55)
[11:28:03] [main/TRACE] [FML/]: Registry add: minecraft:diamond_ore 56 net.minecraft.block.BlockOre@74697863 (req. id 56)
[11:28:03] [main/TRACE] [FML/]: Registry add: minecraft:diamond_block 57 net.minecraft.block.BlockCompressed@2bba35ef (req. id 57)
[11:28:03] [main/TRACE] [FML/]: Registry add: minecraft:crafting_table 58 net.minecraft.block.BlockWorkbench@3d1c933 (req. id 58)
[11:28:03] [main/TRACE] [FML/]: Registry add: minecraft:wheat 59 net.minecraft.block.BlockCrops@684ce74c (req. id 59)
[11:28:03] [main/TRACE] [FML/]: Registry add: minecraft:farmland 60 net.minecraft.block.BlockFarmland@24a4e2c5 (req. id 60)
[11:28:03] [main/TRACE] [FML/]: Registry add: minecraft:furnace 61 net.minecraft.block.BlockFurnace@1068176 (req. id 61)
[11:28:03] [main/TRACE] [FML/]: Registry add: minecraft:lit_furnace 62 net.minecraft.block.BlockFurnace@6e685e6c (req. id 62)
[11:28:03] [main/TRACE] [FML/]: Registry add: minecraft:standing_sign 63 net.minecraft.block.BlockStandingSign@77896335 (req. id 63)
[11:28:03] [main/TRACE] [FML/]: Registry add: minecraft:wooden_door 64 net.minecraft.block.BlockDoor@45d4421d (req. id 64)
[11:28:03] [main/TRACE] [FML/]: Registry add: minecraft:ladder 65 net.minecraft.block.BlockLadder@66451058 (req. id 65)
[11:28:03] [main/TRACE] [FML/]: Registry add: minecraft:rail 66 net.minecraft.block.BlockRail@120df990 (req. id 66)
[11:28:03] [main/TRACE] [FML/]: Registry add: minecraft:stone_stairs 67 net.minecraft.block.BlockStairs@6f96dd64 (req. id 67)
[11:28:03] [main/TRACE] [FML/]: Registry add: minecraft:wall_sign 68 net.minecraft.block.BlockWallSign@dada335 (req. id 68)
[11:28:03] [main/TRACE] [FML/]: Registry add: minecraft:lever 69 net.minecraft.block.BlockLever@24e5389c (req. id 69)
[11:28:03] [main/TRACE] [FML/]: Registry add: minecraft:stone_pressure_plate 70 net.minecraft.block.BlockPressurePlate@1cde374 (req. id 70)
[11:28:03] [main/TRACE] [FML/]: Registry add: minecraft:iron_door 71 net.minecraft.block.BlockDoor@28daf506 (req. id 71)
[11:28:03] [main/TRACE] [FML/]: Registry add: minecraft:wooden_pressure_plate 72 net.minecraft.block.BlockPressurePlate@15a8cebd (req. id 72)
[11:28:03] [main/TRACE] [FML/]: Registry add: minecraft:redstone_ore 73 net.minecraft.block.BlockRedstoneOre@74c121d4 (req. id 73)
[11:28:03] [main/TRACE] [FML/]: Registry add: minecraft:lit_redstone_ore 74 net.minecraft.block.BlockRedstoneOre@661e1399 (req. id 74)
[11:28:03] [main/TRACE] [FML/]: Registry add: minecraft:unlit_redstone_torch 75 net.minecraft.block.BlockRedstoneTorch@2ad7bd26 (req. id 75)
[11:28:03] [main/TRACE] [FML/]: Registry add: minecraft:redstone_torch 76 net.minecraft.block.BlockRedstoneTorch@1216eb3f (req. id 76)
[11:28:03] [main/TRACE] [FML/]: Registry add: minecraft:stone_button 77 net.minecraft.block.BlockButtonStone@1471b98d (req. id 77)
[11:28:03] [main/TRACE] [FML/]: Registry add: minecraft:snow_layer 78 net.minecraft.block.BlockSnow@7de147e9 (req. id 78)
[11:28:04] [main/TRACE] [FML/]: Registry add: minecraft:ice 79 net.minecraft.block.BlockIce@54489296 (req. id 79)
[11:28:04] [main/TRACE] [FML/]: Registry add: minecraft:snow 80 net.minecraft.block.BlockSnowBlock@7c4b5ceb (req. id 80)
[11:28:04] [main/TRACE] [FML/]: Registry add: minecraft:cactus 81 net.minecraft.block.BlockCactus@57a667c8 (req. id 81)
[11:28:04] [main/TRACE] [FML/]: Registry add: minecraft:clay 82 net.minecraft.block.BlockClay@7661e474 (req. id 82)
[11:28:04] [main/TRACE] [FML/]: Registry add: minecraft:reeds 83 net.minecraft.block.BlockReed@57e03347 (req. id 83)
[11:28:04] [main/TRACE] [FML/]: Registry add: minecraft:jukebox 84 net.minecraft.block.BlockJukebox@63124022 (req. id 84)
[11:28:04] [main/TRACE] [FML/]: Registry add: minecraft:fence 85 net.minecraft.block.BlockFence@24a04257 (req. id 85)
[11:28:04] [main/INFO] [OpenComputers/]: Successfully patched xn.recreateLeash.
[11:28:04] [main/TRACE] [FML/]: Registry add: minecraft:pumpkin 86 net.minecraft.block.BlockPumpkin@23c7cb18 (req. id 86)
[11:28:04] [main/TRACE] [FML/]: Registry add: minecraft:netherrack 87 net.minecraft.block.BlockNetherrack@561d88ee (req. id 87)
[11:28:04] [main/TRACE] [FML/]: Registry add: minecraft:soul_sand 88 net.minecraft.block.BlockSoulSand@7e58f697 (req. id 88)
[11:28:04] [main/TRACE] [FML/]: Registry add: minecraft:glowstone 89 net.minecraft.block.BlockGlowstone@4239262e (req. id 89)
[11:28:04] [main/TRACE] [FML/]: Registry add: minecraft:portal 90 net.minecraft.block.BlockPortal@3eac2e8a (req. id 90)
[11:28:04] [main/TRACE] [FML/]: Registry add: minecraft:lit_pumpkin 91 net.minecraft.block.BlockPumpkin@10dfa7ef (req. id 91)
[11:28:04] [main/TRACE] [FML/]: Registry add: minecraft:cake 92 net.minecraft.block.BlockCake@5a06904 (req. id 92)
[11:28:04] [main/TRACE] [FML/]: Registry add: minecraft:unpowered_repeater 93 net.minecraft.block.BlockRedstoneRepeater@3375b118 (req. id 93)
[11:28:04] [main/TRACE] [FML/]: Registry add: minecraft:powered_repeater 94 net.minecraft.block.BlockRedstoneRepeater@2ae3235e (req. id 94)
[11:28:04] [main/TRACE] [FML/]: Registry add: minecraft:stained_glass 95 net.minecraft.block.BlockStainedGlass@37a67cf (req. id 95)
[11:28:04] [main/TRACE] [FML/]: Registry add: minecraft:trapdoor 96 net.minecraft.block.BlockTrapDoor@45e7bb79 (req. id 96)
[11:28:04] [main/TRACE] [FML/]: Registry add: minecraft:monster_egg 97 net.minecraft.block.BlockSilverfish@17884d (req. id 97)
[11:28:04] [main/TRACE] [FML/]: Registry add: minecraft:stonebrick 98 net.minecraft.block.BlockStoneBrick@3be80ece (req. id 98)
[11:28:04] [main/TRACE] [FML/]: Registry add: minecraft:brown_mushroom_block 99 net.minecraft.block.BlockHugeMushroom@69e2fe3b (req. id 99)
[11:28:04] [main/TRACE] [FML/]: Registry add: minecraft:red_mushroom_block 100 net.minecraft.block.BlockHugeMushroom@49190ed6 (req. id 100)
[11:28:04] [main/TRACE] [FML/]: Registry add: minecraft:iron_bars 101 net.minecraft.block.BlockPane@1999149e (req. id 101)
[11:28:04] [main/TRACE] [FML/]: Registry add: minecraft:glass_pane 102 net.minecraft.block.BlockPane@3dde5f38 (req. id 102)
[11:28:04] [main/TRACE] [FML/]: Registry add: minecraft:melon_block 103 net.minecraft.block.BlockMelon@7e0986c9 (req. id 103)
[11:28:04] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/block/BlockStem$1 (input size 417), found 1 patch
[11:28:04] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/block/BlockStem$1 (new size 733)
[11:28:04] [main/TRACE] [FML/]: Registry add: minecraft:pumpkin_stem 104 net.minecraft.block.BlockStem@f59da34 (req. id 104)
[11:28:04] [main/TRACE] [FML/]: Registry add: minecraft:melon_stem 105 net.minecraft.block.BlockStem@33a47707 (req. id 105)
[11:28:04] [main/TRACE] [FML/]: Registry add: minecraft:vine 106 net.minecraft.block.BlockVine@1b475663 (req. id 106)
[11:28:04] [main/TRACE] [FML/]: Registry add: minecraft:fence_gate 107 net.minecraft.block.BlockFenceGate@1231a1be (req. id 107)
[11:28:04] [main/TRACE] [FML/]: Registry add: minecraft:brick_stairs 108 net.minecraft.block.BlockStairs@3ea75b05 (req. id 108)
[11:28:04] [main/TRACE] [FML/]: Registry add: minecraft:stone_brick_stairs 109 net.minecraft.block.BlockStairs@44b9c7c4 (req. id 109)
[11:28:04] [main/TRACE] [FML/]: Registry add: minecraft:mycelium 110 net.minecraft.block.BlockMycelium@42cc5460 (req. id 110)
[11:28:04] [main/TRACE] [FML/]: Registry add: minecraft:waterlily 111 net.minecraft.block.BlockLilyPad@205159dc (req. id 111)
[11:28:04] [main/TRACE] [FML/]: Registry add: minecraft:nether_brick 112 net.minecraft.block.BlockNetherBrick@67941d (req. id 112)
[11:28:04] [main/TRACE] [FML/]: Registry add: minecraft:nether_brick_fence 113 net.minecraft.block.BlockFence@6fde6f05 (req. id 113)
[11:28:04] [main/TRACE] [FML/]: Registry add: minecraft:nether_brick_stairs 114 net.minecraft.block.BlockStairs@320ff86f (req. id 114)
[11:28:04] [main/TRACE] [FML/]: Registry add: minecraft:nether_wart 115 net.minecraft.block.BlockNetherWart@3973b6d4 (req. id 115)
[11:28:04] [main/TRACE] [FML/]: Registry add: minecraft:enchanting_table 116 net.minecraft.block.BlockEnchantmentTable@2e7bb00e (req. id 116)
[11:28:04] [main/TRACE] [FML/]: Registry add: minecraft:brewing_stand 117 net.minecraft.block.BlockBrewingStand@3a88f6fb (req. id 117)
[11:28:04] [main/TRACE] [FML/]: Registry add: minecraft:cauldron 118 net.minecraft.block.BlockCauldron@33e50ff2 (req. id 118)
[11:28:04] [main/TRACE] [FML/]: Registry add: minecraft:end_portal 119 net.minecraft.block.BlockEndPortal@59baf2c7 (req. id 119)
[11:28:04] [main/TRACE] [FML/]: Registry add: minecraft:end_portal_frame 120 net.minecraft.block.BlockEndPortalFrame@5731caaf (req. id 120)
[11:28:04] [main/TRACE] [FML/]: Registry add: minecraft:end_stone 121 net.minecraft.block.Block@45796b2a (req. id 121)
[11:28:04] [main/TRACE] [FML/]: Registry add: minecraft:dragon_egg 122 net.minecraft.block.BlockDragonEgg@3c488b34 (req. id 122)
[11:28:04] [main/TRACE] [FML/]: Registry add: minecraft:redstone_lamp 123 net.minecraft.block.BlockRedstoneLight@241fc278 (req. id 123)
[11:28:04] [main/TRACE] [FML/]: Registry add: minecraft:lit_redstone_lamp 124 net.minecraft.block.BlockRedstoneLight@5aab5b31 (req. id 124)
[11:28:04] [main/TRACE] [FML/]: Registry add: minecraft:double_wooden_slab 125 net.minecraft.block.BlockDoubleWoodSlab@655621fd (req. id 125)
[11:28:04] [main/TRACE] [FML/]: Registry add: minecraft:wooden_slab 126 net.minecraft.block.BlockHalfWoodSlab@7cd1ec54 (req. id 126)
[11:28:04] [main/TRACE] [FML/]: Registry add: minecraft:cocoa 127 net.minecraft.block.BlockCocoa@65753724 (req. id 127)
[11:28:04] [main/TRACE] [FML/]: Registry add: minecraft:sandstone_stairs 128 net.minecraft.block.BlockStairs@6c27e700 (req. id 128)
[11:28:04] [main/TRACE] [FML/]: Registry add: minecraft:emerald_ore 129 net.minecraft.block.BlockOre@2e1add6f (req. id 129)
[11:28:04] [main/TRACE] [FML/]: Registry add: minecraft:ender_chest 130 net.minecraft.block.BlockEnderChest@65e620b0 (req. id 130)
[11:28:04] [main/TRACE] [FML/]: Registry add: minecraft:tripwire_hook 131 net.minecraft.block.BlockTripWireHook@e3ed455 (req. id 131)
[11:28:04] [main/TRACE] [FML/]: Registry add: minecraft:tripwire 132 net.minecraft.block.BlockTripWire@4ccdacf5 (req. id 132)
[11:28:04] [main/TRACE] [FML/]: Registry add: minecraft:emerald_block 133 net.minecraft.block.BlockCompressed@1e477944 (req. id 133)
[11:28:04] [main/TRACE] [FML/]: Registry add: minecraft:spruce_stairs 134 net.minecraft.block.BlockStairs@1c92a549 (req. id 134)
[11:28:04] [main/TRACE] [FML/]: Registry add: minecraft:birch_stairs 135 net.minecraft.block.BlockStairs@44a93f8a (req. id 135)
[11:28:04] [main/TRACE] [FML/]: Registry add: minecraft:jungle_stairs 136 net.minecraft.block.BlockStairs@573a078 (req. id 136)
[11:28:04] [main/TRACE] [FML/]: Registry add: minecraft:command_block 137 net.minecraft.block.BlockCommandBlock@4fa91d5b (req. id 137)
[11:28:04] [main/TRACE] [FML/]: Registry add: minecraft:beacon 138 net.minecraft.block.BlockBeacon@70884875 (req. id 138)
[11:28:04] [main/TRACE] [FML/]: Registry add: minecraft:cobblestone_wall 139 net.minecraft.block.BlockWall@4a833595 (req. id 139)
[11:28:04] [main/TRACE] [FML/]: Registry add: minecraft:flower_pot 140 net.minecraft.block.BlockFlowerPot@3f1158ee (req. id 140)
[11:28:04] [main/TRACE] [FML/]: Registry add: minecraft:carrots 141 net.minecraft.block.BlockCarrot@35e75f7a (req. id 141)
[11:28:04] [main/TRACE] [FML/]: Registry add: minecraft:potatoes 142 net.minecraft.block.BlockPotato@69b37f5c (req. id 142)
[11:28:04] [main/TRACE] [FML/]: Registry add: minecraft:wooden_button 143 net.minecraft.block.BlockButtonWood@63bca84d (req. id 143)
[11:28:04] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/entity/boss/IBossDisplayData (input size 0), found 1 patch
[11:28:04] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/entity/boss/IBossDisplayData (new size 154)
[11:28:04] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/block/BlockSkull$1 (input size 568), found 1 patch
[11:28:04] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/block/BlockSkull$1 (new size 892)
[11:28:04] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/entity/boss/EntityWither$1 (input size 474), found 1 patch
[11:28:04] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/entity/boss/EntityWither$1 (new size 805)
[11:28:04] [main/DEBUG] [CCL ASM/]: Injecting before method [fn.toString()Ljava/lang/String;] @ 51 - 55
[11:28:04] [main/TRACE] [FML/]: Registry add: minecraft:skull 144 net.minecraft.block.BlockSkull@7c956dda (req. id 144)
[11:28:04] [main/TRACE] [FML/]: Registry add: minecraft:anvil 145 net.minecraft.block.BlockAnvil@2fa212df (req. id 145)
[11:28:04] [main/TRACE] [FML/]: Registry add: minecraft:trapped_chest 146 net.minecraft.block.BlockChest@5b3755f4 (req. id 146)
[11:28:04] [main/TRACE] [FML/]: Registry add: minecraft:light_weighted_pressure_plate 147 net.minecraft.block.BlockPressurePlateWeighted@37806be6 (req. id 147)
[11:28:04] [main/TRACE] [FML/]: Registry add: minecraft:heavy_weighted_pressure_plate 148 net.minecraft.block.BlockPressurePlateWeighted@315cf170 (req. id 148)
[11:28:04] [main/TRACE] [FML/]: Registry add: minecraft:unpowered_comparator 149 net.minecraft.block.BlockRedstoneComparator@6f68756d (req. id 149)
[11:28:04] [main/TRACE] [FML/]: Registry add: minecraft:powered_comparator 150 net.minecraft.block.BlockRedstoneComparator@32b95de (req. id 150)
[11:28:04] [main/TRACE] [FML/]: Registry add: minecraft:daylight_detector 151 net.minecraft.block.BlockDaylightDetector@2a9e754e (req. id 151)
[11:28:04] [main/TRACE] [FML/]: Registry add: minecraft:redstone_block 152 net.minecraft.block.BlockCompressedPowered@10a0d93a (req. id 152)
[11:28:04] [main/TRACE] [FML/]: Registry add: minecraft:quartz_ore 153 net.minecraft.block.BlockOre@66b31d46 (req. id 153)
[11:28:04] [main/TRACE] [FML/]: Registry add: minecraft:hopper 154 net.minecraft.block.BlockHopper@4768b95c (req. id 154)
[11:28:04] [main/TRACE] [FML/]: Registry add: minecraft:quartz_block 155 net.minecraft.block.BlockQuartz@1d585fb (req. id 155)
[11:28:04] [main/TRACE] [FML/]: Registry add: minecraft:quartz_stairs 156 net.minecraft.block.BlockStairs@1dbff71c (req. id 156)
[11:28:04] [main/TRACE] [FML/]: Registry add: minecraft:activator_rail 157 net.minecraft.block.BlockRailPowered@5909ae90 (req. id 157)
[11:28:04] [main/TRACE] [FML/]: Registry add: minecraft:dropper 158 net.minecraft.block.BlockDropper@459bf87c (req. id 158)
[11:28:04] [main/TRACE] [FML/]: Registry add: minecraft:stained_hardened_clay 159 net.minecraft.block.BlockColored@39acd1f1 (req. id 159)
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:stained_glass_pane 160 net.minecraft.block.BlockStainedGlassPane@e36bc01 (req. id 160)
[11:28:05] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/block/BlockNewLeaf$1 (input size 419), found 1 patch
[11:28:05] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/block/BlockNewLeaf$1 (new size 772)
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:leaves2 161 net.minecraft.block.BlockNewLeaf@36a58466 (req. id 161)
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:log2 162 net.minecraft.block.BlockNewLog@59e0d521 (req. id 162)
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:acacia_stairs 163 net.minecraft.block.BlockStairs@5bb99d1d (req. id 163)
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:dark_oak_stairs 164 net.minecraft.block.BlockStairs@4345fd45 (req. id 164)
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:slime 165 net.minecraft.block.BlockSlime@62158991 (req. id 165)
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:barrier 166 net.minecraft.block.BlockBarrier@1686ed85 (req. id 166)
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:iron_trapdoor 167 net.minecraft.block.BlockTrapDoor@4fc3529 (req. id 167)
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:prismarine 168 net.minecraft.block.BlockPrismarine@2e0652ab (req. id 168)
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:sea_lantern 169 net.minecraft.block.BlockSeaLantern@389008d1 (req. id 169)
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:hay_block 170 net.minecraft.block.BlockHay@11bfd751 (req. id 170)
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:carpet 171 net.minecraft.block.BlockCarpet@17df689e (req. id 171)
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:hardened_clay 172 net.minecraft.block.BlockHardenedClay@2b6fcca1 (req. id 172)
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:coal_block 173 net.minecraft.block.Block@24b3f778 (req. id 173)
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:packed_ice 174 net.minecraft.block.BlockPackedIce@338a4c61 (req. id 174)
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:double_plant 175 net.minecraft.block.BlockDoublePlant@7bda01da (req. id 175)
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:standing_banner 176 net.minecraft.block.BlockBanner$BlockBannerStanding@4a890fdd (req. id 176)
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:wall_banner 177 net.minecraft.block.BlockBanner$BlockBannerHanging@7a730479 (req. id 177)
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:daylight_detector_inverted 178 net.minecraft.block.BlockDaylightDetector@5477d90e (req. id 178)
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:red_sandstone 179 net.minecraft.block.BlockRedSandstone@3b2db389 (req. id 179)
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:red_sandstone_stairs 180 net.minecraft.block.BlockStairs@4e85dcb2 (req. id 180)
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:double_stone_slab2 181 net.minecraft.block.BlockDoubleStoneSlabNew@2a54c92e (req. id 181)
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:stone_slab2 182 net.minecraft.block.BlockHalfStoneSlabNew@4dac40b (req. id 182)
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:spruce_fence_gate 183 net.minecraft.block.BlockFenceGate@58ec8271 (req. id 183)
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:birch_fence_gate 184 net.minecraft.block.BlockFenceGate@39f4a7c4 (req. id 184)
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:jungle_fence_gate 185 net.minecraft.block.BlockFenceGate@2fcc5f49 (req. id 185)
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:dark_oak_fence_gate 186 net.minecraft.block.BlockFenceGate@457692cb (req. id 186)
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:acacia_fence_gate 187 net.minecraft.block.BlockFenceGate@99c3cee (req. id 187)
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:spruce_fence 188 net.minecraft.block.BlockFence@7c206b14 (req. id 188)
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:birch_fence 189 net.minecraft.block.BlockFence@a1cb94 (req. id 189)
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:jungle_fence 190 net.minecraft.block.BlockFence@7b2e931 (req. id 190)
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:dark_oak_fence 191 net.minecraft.block.BlockFence@1dcca426 (req. id 191)
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:acacia_fence 192 net.minecraft.block.BlockFence@2d459bda (req. id 192)
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:spruce_door 193 net.minecraft.block.BlockDoor@5aac6f9f (req. id 193)
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:birch_door 194 net.minecraft.block.BlockDoor@749ad37c (req. id 194)
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:jungle_door 195 net.minecraft.block.BlockDoor@6ad112de (req. id 195)
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:acacia_door 196 net.minecraft.block.BlockDoor@5876bed9 (req. id 196)
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:dark_oak_door 197 net.minecraft.block.BlockDoor@77f4038c (req. id 197)
[11:28:05] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockStone@6e1d4137 for ItemBlock net.minecraft.item.ItemMultiTexture@2f75a9b1 at id 1, original id requested: 1
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:stone 1 net.minecraft.item.ItemMultiTexture@2f75a9b1 (req. id 1)
[11:28:05] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockGrass@17271176 for ItemBlock net.minecraft.item.ItemColored@556aed22 at id 2, original id requested: 2
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:grass 2 net.minecraft.item.ItemColored@556aed22 (req. id 2)
[11:28:05] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockDirt@3fa76c61 for ItemBlock net.minecraft.item.ItemMultiTexture@19d3f6ad at id 3, original id requested: 3
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:dirt 3 net.minecraft.item.ItemMultiTexture@19d3f6ad (req. id 3)
[11:28:05] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.Block@7b3315a5 for ItemBlock net.minecraft.item.ItemBlock@1b69fc07 at id 4, original id requested: 4
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:cobblestone 4 net.minecraft.item.ItemBlock@1b69fc07 (req. id 4)
[11:28:05] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockPlanks@545e57d7 for ItemBlock net.minecraft.item.ItemMultiTexture@24de63b at id 5, original id requested: 5
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:planks 5 net.minecraft.item.ItemMultiTexture@24de63b (req. id 5)
[11:28:05] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockSapling@42fcc7e6 for ItemBlock net.minecraft.item.ItemMultiTexture@50f05307 at id 6, original id requested: 6
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:sapling 6 net.minecraft.item.ItemMultiTexture@50f05307 (req. id 6)
[11:28:05] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.Block@4a5905d9 for ItemBlock net.minecraft.item.ItemBlock@9cc0505 at id 7, original id requested: 7
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:bedrock 7 net.minecraft.item.ItemBlock@9cc0505 (req. id 7)
[11:28:05] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockSand@3a2b2322 for ItemBlock net.minecraft.item.ItemMultiTexture@8ee03f5 at id 12, original id requested: 12
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:sand 12 net.minecraft.item.ItemMultiTexture@8ee03f5 (req. id 12)
[11:28:05] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockGravel@6f3f0fae for ItemBlock net.minecraft.item.ItemBlock@5ad40184 at id 13, original id requested: 13
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:gravel 13 net.minecraft.item.ItemBlock@5ad40184 (req. id 13)
[11:28:05] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockOre@63fdffcd for ItemBlock net.minecraft.item.ItemBlock@3359c3f6 at id 14, original id requested: 14
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:gold_ore 14 net.minecraft.item.ItemBlock@3359c3f6 (req. id 14)
[11:28:05] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockOre@66f659e6 for ItemBlock net.minecraft.item.ItemBlock@3d3b272a at id 15, original id requested: 15
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:iron_ore 15 net.minecraft.item.ItemBlock@3d3b272a (req. id 15)
[11:28:05] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockOre@46678e49 for ItemBlock net.minecraft.item.ItemBlock@45b27ad3 at id 16, original id requested: 16
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:coal_ore 16 net.minecraft.item.ItemBlock@45b27ad3 (req. id 16)
[11:28:05] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockOldLog@e04ccf8 for ItemBlock net.minecraft.item.ItemMultiTexture@422ba9b7 at id 17, original id requested: 17
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:log 17 net.minecraft.item.ItemMultiTexture@422ba9b7 (req. id 17)
[11:28:05] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockNewLog@59e0d521 for ItemBlock net.minecraft.item.ItemMultiTexture@707f4647 at id 162, original id requested: 162
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:log2 162 net.minecraft.item.ItemMultiTexture@707f4647 (req. id 162)
[11:28:05] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockOldLeaf@b8e246c for ItemBlock net.minecraft.item.ItemLeaves@54f373d4 at id 18, original id requested: 18
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:leaves 18 net.minecraft.item.ItemLeaves@54f373d4 (req. id 18)
[11:28:05] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockNewLeaf@36a58466 for ItemBlock net.minecraft.item.ItemLeaves@1c53bd49 at id 161, original id requested: 161
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:leaves2 161 net.minecraft.item.ItemLeaves@1c53bd49 (req. id 161)
[11:28:05] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockSponge@a20b94b for ItemBlock net.minecraft.item.ItemMultiTexture@d6d683e at id 19, original id requested: 19
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:sponge 19 net.minecraft.item.ItemMultiTexture@d6d683e (req. id 19)
[11:28:05] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockGlass@16073fa8 for ItemBlock net.minecraft.item.ItemBlock@42cfd794 at id 20, original id requested: 20
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:glass 20 net.minecraft.item.ItemBlock@42cfd794 (req. id 20)
[11:28:05] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockOre@cfbc8e8 for ItemBlock net.minecraft.item.ItemBlock@43778371 at id 21, original id requested: 21
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:lapis_ore 21 net.minecraft.item.ItemBlock@43778371 (req. id 21)
[11:28:05] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockCompressed@46d9aec8 for ItemBlock net.minecraft.item.ItemBlock@71beada8 at id 22, original id requested: 22
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:lapis_block 22 net.minecraft.item.ItemBlock@71beada8 (req. id 22)
[11:28:05] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockDispenser@2764c546 for ItemBlock net.minecraft.item.ItemBlock@17f41739 at id 23, original id requested: 23
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:dispenser 23 net.minecraft.item.ItemBlock@17f41739 (req. id 23)
[11:28:05] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockSandStone@3b05a99b for ItemBlock net.minecraft.item.ItemMultiTexture@54286339 at id 24, original id requested: 24
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:sandstone 24 net.minecraft.item.ItemMultiTexture@54286339 (req. id 24)
[11:28:05] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockNote@3f672204 for ItemBlock net.minecraft.item.ItemBlock@507f47f9 at id 25, original id requested: 25
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:noteblock 25 net.minecraft.item.ItemBlock@507f47f9 (req. id 25)
[11:28:05] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockRailPowered@7a7d1b47 for ItemBlock net.minecraft.item.ItemBlock@6785df10 at id 27, original id requested: 27
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:golden_rail 27 net.minecraft.item.ItemBlock@6785df10 (req. id 27)
[11:28:05] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockRailDetector@692fd26 for ItemBlock net.minecraft.item.ItemBlock@144440f5 at id 28, original id requested: 28
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:detector_rail 28 net.minecraft.item.ItemBlock@144440f5 (req. id 28)
[11:28:05] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockPistonBase@64b70919 for ItemBlock net.minecraft.item.ItemPiston@3e2c8ef at id 29, original id requested: 29
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:sticky_piston 29 net.minecraft.item.ItemPiston@3e2c8ef (req. id 29)
[11:28:05] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockWeb@2ca5f1ed for ItemBlock net.minecraft.item.ItemBlock@290807e5 at id 30, original id requested: 30
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:web 30 net.minecraft.item.ItemBlock@290807e5 (req. id 30)
[11:28:05] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockTallGrass@4b2d44bc for ItemBlock net.minecraft.item.ItemColored@60bc308b at id 31, original id requested: 31
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:tallgrass 31 net.minecraft.item.ItemColored@60bc308b (req. id 31)
[11:28:05] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockDeadBush@376e7531 for ItemBlock net.minecraft.item.ItemBlock@56499781 at id 32, original id requested: 32
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:deadbush 32 net.minecraft.item.ItemBlock@56499781 (req. id 32)
[11:28:05] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockPistonBase@5782d777 for ItemBlock net.minecraft.item.ItemPiston@43f99817 at id 33, original id requested: 33
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:piston 33 net.minecraft.item.ItemPiston@43f99817 (req. id 33)
[11:28:05] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockColored@62ce72ff for ItemBlock net.minecraft.item.ItemCloth@2b9ecd05 at id 35, original id requested: 35
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:wool 35 net.minecraft.item.ItemCloth@2b9ecd05 (req. id 35)
[11:28:05] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockYellowFlower@11bd803 for ItemBlock net.minecraft.item.ItemMultiTexture@3ec7ad61 at id 37, original id requested: 37
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:yellow_flower 37 net.minecraft.item.ItemMultiTexture@3ec7ad61 (req. id 37)
[11:28:05] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockRedFlower@3f93e4a8 for ItemBlock net.minecraft.item.ItemMultiTexture@7598d675 at id 38, original id requested: 38
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:red_flower 38 net.minecraft.item.ItemMultiTexture@7598d675 (req. id 38)
[11:28:05] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockMushroom@de77232 for ItemBlock net.minecraft.item.ItemBlock@4946485c at id 39, original id requested: 39
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:brown_mushroom 39 net.minecraft.item.ItemBlock@4946485c (req. id 39)
[11:28:05] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockMushroom@44841b43 for ItemBlock net.minecraft.item.ItemBlock@4ae958b0 at id 40, original id requested: 40
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:red_mushroom 40 net.minecraft.item.ItemBlock@4ae958b0 (req. id 40)
[11:28:05] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockCompressed@4ab550d5 for ItemBlock net.minecraft.item.ItemBlock@7c682e26 at id 41, original id requested: 41
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:gold_block 41 net.minecraft.item.ItemBlock@7c682e26 (req. id 41)
[11:28:05] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockCompressed@58e85c6f for ItemBlock net.minecraft.item.ItemBlock@4ff074a0 at id 42, original id requested: 42
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:iron_block 42 net.minecraft.item.ItemBlock@4ff074a0 (req. id 42)
[11:28:05] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockHalfStoneSlab@270b6b5e for ItemBlock net.minecraft.item.ItemSlab@34a33343 at id 44, original id requested: 44
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:stone_slab 44 net.minecraft.item.ItemSlab@34a33343 (req. id 44)
[11:28:05] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.Block@1706a5c9 for ItemBlock net.minecraft.item.ItemBlock@98722ef at id 45, original id requested: 45
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:brick_block 45 net.minecraft.item.ItemBlock@98722ef (req. id 45)
[11:28:05] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockTNT@1a480135 for ItemBlock net.minecraft.item.ItemBlock@459e120b at id 46, original id requested: 46
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:tnt 46 net.minecraft.item.ItemBlock@459e120b (req. id 46)
[11:28:05] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockBookshelf@72ee5d84 for ItemBlock net.minecraft.item.ItemBlock@fd69983 at id 47, original id requested: 47
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:bookshelf 47 net.minecraft.item.ItemBlock@fd69983 (req. id 47)
[11:28:05] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.Block@6145b81e for ItemBlock net.minecraft.item.ItemBlock@22429a11 at id 48, original id requested: 48
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:mossy_cobblestone 48 net.minecraft.item.ItemBlock@22429a11 (req. id 48)
[11:28:05] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockObsidian@33db72bd for ItemBlock net.minecraft.item.ItemBlock@126254ec at id 49, original id requested: 49
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:obsidian 49 net.minecraft.item.ItemBlock@126254ec (req. id 49)
[11:28:05] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockTorch@5d01ea21 for ItemBlock net.minecraft.item.ItemBlock@275902e1 at id 50, original id requested: 50
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:torch 50 net.minecraft.item.ItemBlock@275902e1 (req. id 50)
[11:28:05] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockMobSpawner@380ce5a3 for ItemBlock net.minecraft.item.ItemBlock@1c788d08 at id 52, original id requested: 52
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:mob_spawner 52 net.minecraft.item.ItemBlock@1c788d08 (req. id 52)
[11:28:05] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockStairs@5bc63e20 for ItemBlock net.minecraft.item.ItemBlock@2adc1e84 at id 53, original id requested: 53
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:oak_stairs 53 net.minecraft.item.ItemBlock@2adc1e84 (req. id 53)
[11:28:05] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockChest@559af296 for ItemBlock net.minecraft.item.ItemBlock@2a99fa07 at id 54, original id requested: 54
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:chest 54 net.minecraft.item.ItemBlock@2a99fa07 (req. id 54)
[11:28:05] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockOre@74697863 for ItemBlock net.minecraft.item.ItemBlock@45b8bbbf at id 56, original id requested: 56
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:diamond_ore 56 net.minecraft.item.ItemBlock@45b8bbbf (req. id 56)
[11:28:05] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockCompressed@2bba35ef for ItemBlock net.minecraft.item.ItemBlock@1df06ecd at id 57, original id requested: 57
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:diamond_block 57 net.minecraft.item.ItemBlock@1df06ecd (req. id 57)
[11:28:05] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockWorkbench@3d1c933 for ItemBlock net.minecraft.item.ItemBlock@57927bc9 at id 58, original id requested: 58
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:crafting_table 58 net.minecraft.item.ItemBlock@57927bc9 (req. id 58)
[11:28:05] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockFarmland@24a4e2c5 for ItemBlock net.minecraft.item.ItemBlock@323efafe at id 60, original id requested: 60
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:farmland 60 net.minecraft.item.ItemBlock@323efafe (req. id 60)
[11:28:05] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockFurnace@1068176 for ItemBlock net.minecraft.item.ItemBlock@32dbca45 at id 61, original id requested: 61
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:furnace 61 net.minecraft.item.ItemBlock@32dbca45 (req. id 61)
[11:28:05] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockFurnace@6e685e6c for ItemBlock net.minecraft.item.ItemBlock@2cc34cd5 at id 62, original id requested: 62
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:lit_furnace 62 net.minecraft.item.ItemBlock@2cc34cd5 (req. id 62)
[11:28:05] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockLadder@66451058 for ItemBlock net.minecraft.item.ItemBlock@684b26b7 at id 65, original id requested: 65
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:ladder 65 net.minecraft.item.ItemBlock@684b26b7 (req. id 65)
[11:28:05] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockRail@120df990 for ItemBlock net.minecraft.item.ItemBlock@2de7c84a at id 66, original id requested: 66
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:rail 66 net.minecraft.item.ItemBlock@2de7c84a (req. id 66)
[11:28:05] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockStairs@6f96dd64 for ItemBlock net.minecraft.item.ItemBlock@4182a651 at id 67, original id requested: 67
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:stone_stairs 67 net.minecraft.item.ItemBlock@4182a651 (req. id 67)
[11:28:05] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockLever@24e5389c for ItemBlock net.minecraft.item.ItemBlock@7791ff50 at id 69, original id requested: 69
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:lever 69 net.minecraft.item.ItemBlock@7791ff50 (req. id 69)
[11:28:05] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockPressurePlate@1cde374 for ItemBlock net.minecraft.item.ItemBlock@46de118b at id 70, original id requested: 70
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:stone_pressure_plate 70 net.minecraft.item.ItemBlock@46de118b (req. id 70)
[11:28:05] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockPressurePlate@15a8cebd for ItemBlock net.minecraft.item.ItemBlock@55682482 at id 72, original id requested: 72
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:wooden_pressure_plate 72 net.minecraft.item.ItemBlock@55682482 (req. id 72)
[11:28:05] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockRedstoneOre@74c121d4 for ItemBlock net.minecraft.item.ItemBlock@10cb050 at id 73, original id requested: 73
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:redstone_ore 73 net.minecraft.item.ItemBlock@10cb050 (req. id 73)
[11:28:05] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockRedstoneTorch@1216eb3f for ItemBlock net.minecraft.item.ItemBlock@799fb45e at id 76, original id requested: 76
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:redstone_torch 76 net.minecraft.item.ItemBlock@799fb45e (req. id 76)
[11:28:05] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockButtonStone@1471b98d for ItemBlock net.minecraft.item.ItemBlock@4f7ba0af at id 77, original id requested: 77
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:stone_button 77 net.minecraft.item.ItemBlock@4f7ba0af (req. id 77)
[11:28:05] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockSnow@7de147e9 for ItemBlock net.minecraft.item.ItemSnow@5b23c1f6 at id 78, original id requested: 78
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:snow_layer 78 net.minecraft.item.ItemSnow@5b23c1f6 (req. id 78)
[11:28:05] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockIce@54489296 for ItemBlock net.minecraft.item.ItemBlock@3f4964f2 at id 79, original id requested: 79
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:ice 79 net.minecraft.item.ItemBlock@3f4964f2 (req. id 79)
[11:28:05] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockSnowBlock@7c4b5ceb for ItemBlock net.minecraft.item.ItemBlock@3bf01a01 at id 80, original id requested: 80
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:snow 80 net.minecraft.item.ItemBlock@3bf01a01 (req. id 80)
[11:28:05] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockCactus@57a667c8 for ItemBlock net.minecraft.item.ItemBlock@299cab08 at id 81, original id requested: 81
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:cactus 81 net.minecraft.item.ItemBlock@299cab08 (req. id 81)
[11:28:05] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockClay@7661e474 for ItemBlock net.minecraft.item.ItemBlock@6c75e3bc at id 82, original id requested: 82
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:clay 82 net.minecraft.item.ItemBlock@6c75e3bc (req. id 82)
[11:28:05] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockJukebox@63124022 for ItemBlock net.minecraft.item.ItemBlock@186f7434 at id 84, original id requested: 84
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:jukebox 84 net.minecraft.item.ItemBlock@186f7434 (req. id 84)
[11:28:05] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockFence@24a04257 for ItemBlock net.minecraft.item.ItemBlock@2374452a at id 85, original id requested: 85
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:fence 85 net.minecraft.item.ItemBlock@2374452a (req. id 85)
[11:28:05] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockFence@7c206b14 for ItemBlock net.minecraft.item.ItemBlock@6ffc6ea7 at id 188, original id requested: 188
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:spruce_fence 188 net.minecraft.item.ItemBlock@6ffc6ea7 (req. id 188)
[11:28:05] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockFence@a1cb94 for ItemBlock net.minecraft.item.ItemBlock@2c5708e7 at id 189, original id requested: 189
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:birch_fence 189 net.minecraft.item.ItemBlock@2c5708e7 (req. id 189)
[11:28:05] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockFence@7b2e931 for ItemBlock net.minecraft.item.ItemBlock@4ffa078d at id 190, original id requested: 190
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:jungle_fence 190 net.minecraft.item.ItemBlock@4ffa078d (req. id 190)
[11:28:05] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockFence@1dcca426 for ItemBlock net.minecraft.item.ItemBlock@4e26564d at id 191, original id requested: 191
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:dark_oak_fence 191 net.minecraft.item.ItemBlock@4e26564d (req. id 191)
[11:28:05] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockFence@2d459bda for ItemBlock net.minecraft.item.ItemBlock@42238078 at id 192, original id requested: 192
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:acacia_fence 192 net.minecraft.item.ItemBlock@42238078 (req. id 192)
[11:28:05] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockPumpkin@23c7cb18 for ItemBlock net.minecraft.item.ItemBlock@5627b8eb at id 86, original id requested: 86
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:pumpkin 86 net.minecraft.item.ItemBlock@5627b8eb (req. id 86)
[11:28:05] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockNetherrack@561d88ee for ItemBlock net.minecraft.item.ItemBlock@49fe0bcd at id 87, original id requested: 87
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:netherrack 87 net.minecraft.item.ItemBlock@49fe0bcd (req. id 87)
[11:28:05] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockSoulSand@7e58f697 for ItemBlock net.minecraft.item.ItemBlock@3516b881 at id 88, original id requested: 88
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:soul_sand 88 net.minecraft.item.ItemBlock@3516b881 (req. id 88)
[11:28:05] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockGlowstone@4239262e for ItemBlock net.minecraft.item.ItemBlock@6be8ce1b at id 89, original id requested: 89
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:glowstone 89 net.minecraft.item.ItemBlock@6be8ce1b (req. id 89)
[11:28:05] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockPumpkin@10dfa7ef for ItemBlock net.minecraft.item.ItemBlock@e3c36d at id 91, original id requested: 91
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:lit_pumpkin 91 net.minecraft.item.ItemBlock@e3c36d (req. id 91)
[11:28:05] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockTrapDoor@45e7bb79 for ItemBlock net.minecraft.item.ItemBlock@397a10df at id 96, original id requested: 96
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:trapdoor 96 net.minecraft.item.ItemBlock@397a10df (req. id 96)
[11:28:05] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockSilverfish@17884d for ItemBlock net.minecraft.item.ItemMultiTexture@141dfcf9 at id 97, original id requested: 97
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:monster_egg 97 net.minecraft.item.ItemMultiTexture@141dfcf9 (req. id 97)
[11:28:05] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockStoneBrick@3be80ece for ItemBlock net.minecraft.item.ItemMultiTexture@63eea8c4 at id 98, original id requested: 98
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:stonebrick 98 net.minecraft.item.ItemMultiTexture@63eea8c4 (req. id 98)
[11:28:05] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockHugeMushroom@69e2fe3b for ItemBlock net.minecraft.item.ItemBlock@19924f15 at id 99, original id requested: 99
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:brown_mushroom_block 99 net.minecraft.item.ItemBlock@19924f15 (req. id 99)
[11:28:05] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockHugeMushroom@49190ed6 for ItemBlock net.minecraft.item.ItemBlock@621392ea at id 100, original id requested: 100
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:red_mushroom_block 100 net.minecraft.item.ItemBlock@621392ea (req. id 100)
[11:28:05] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockPane@1999149e for ItemBlock net.minecraft.item.ItemBlock@35524549 at id 101, original id requested: 101
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:iron_bars 101 net.minecraft.item.ItemBlock@35524549 (req. id 101)
[11:28:05] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockPane@3dde5f38 for ItemBlock net.minecraft.item.ItemBlock@23ec63af at id 102, original id requested: 102
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:glass_pane 102 net.minecraft.item.ItemBlock@23ec63af (req. id 102)
[11:28:05] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockMelon@7e0986c9 for ItemBlock net.minecraft.item.ItemBlock@280d6a20 at id 103, original id requested: 103
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:melon_block 103 net.minecraft.item.ItemBlock@280d6a20 (req. id 103)
[11:28:05] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockVine@1b475663 for ItemBlock net.minecraft.item.ItemColored@56f72909 at id 106, original id requested: 106
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:vine 106 net.minecraft.item.ItemColored@56f72909 (req. id 106)
[11:28:05] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockFenceGate@1231a1be for ItemBlock net.minecraft.item.ItemBlock@71285693 at id 107, original id requested: 107
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:fence_gate 107 net.minecraft.item.ItemBlock@71285693 (req. id 107)
[11:28:05] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockFenceGate@58ec8271 for ItemBlock net.minecraft.item.ItemBlock@3199a202 at id 183, original id requested: 183
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:spruce_fence_gate 183 net.minecraft.item.ItemBlock@3199a202 (req. id 183)
[11:28:05] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockFenceGate@39f4a7c4 for ItemBlock net.minecraft.item.ItemBlock@7286827b at id 184, original id requested: 184
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:birch_fence_gate 184 net.minecraft.item.ItemBlock@7286827b (req. id 184)
[11:28:05] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockFenceGate@2fcc5f49 for ItemBlock net.minecraft.item.ItemBlock@1dd64243 at id 185, original id requested: 185
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:jungle_fence_gate 185 net.minecraft.item.ItemBlock@1dd64243 (req. id 185)
[11:28:05] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockFenceGate@457692cb for ItemBlock net.minecraft.item.ItemBlock@2ef913a4 at id 186, original id requested: 186
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:dark_oak_fence_gate 186 net.minecraft.item.ItemBlock@2ef913a4 (req. id 186)
[11:28:05] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockFenceGate@99c3cee for ItemBlock net.minecraft.item.ItemBlock@520c3dcb at id 187, original id requested: 187
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:acacia_fence_gate 187 net.minecraft.item.ItemBlock@520c3dcb (req. id 187)
[11:28:05] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockStairs@3ea75b05 for ItemBlock net.minecraft.item.ItemBlock@145fe8ab at id 108, original id requested: 108
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:brick_stairs 108 net.minecraft.item.ItemBlock@145fe8ab (req. id 108)
[11:28:05] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockStairs@44b9c7c4 for ItemBlock net.minecraft.item.ItemBlock@3b347439 at id 109, original id requested: 109
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:stone_brick_stairs 109 net.minecraft.item.ItemBlock@3b347439 (req. id 109)
[11:28:05] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockMycelium@42cc5460 for ItemBlock net.minecraft.item.ItemBlock@5d3634c8 at id 110, original id requested: 110
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:mycelium 110 net.minecraft.item.ItemBlock@5d3634c8 (req. id 110)
[11:28:05] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockLilyPad@205159dc for ItemBlock net.minecraft.item.ItemLilyPad@6e67a8c0 at id 111, original id requested: 111
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:waterlily 111 net.minecraft.item.ItemLilyPad@6e67a8c0 (req. id 111)
[11:28:05] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockNetherBrick@67941d for ItemBlock net.minecraft.item.ItemBlock@5960f17 at id 112, original id requested: 112
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:nether_brick 112 net.minecraft.item.ItemBlock@5960f17 (req. id 112)
[11:28:05] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockFence@6fde6f05 for ItemBlock net.minecraft.item.ItemBlock@1d1b3620 at id 113, original id requested: 113
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:nether_brick_fence 113 net.minecraft.item.ItemBlock@1d1b3620 (req. id 113)
[11:28:05] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockStairs@320ff86f for ItemBlock net.minecraft.item.ItemBlock@71e7c13f at id 114, original id requested: 114
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:nether_brick_stairs 114 net.minecraft.item.ItemBlock@71e7c13f (req. id 114)
[11:28:05] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockEnchantmentTable@2e7bb00e for ItemBlock net.minecraft.item.ItemBlock@2295566b at id 116, original id requested: 116
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:enchanting_table 116 net.minecraft.item.ItemBlock@2295566b (req. id 116)
[11:28:05] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockEndPortalFrame@5731caaf for ItemBlock net.minecraft.item.ItemBlock@174e1b99 at id 120, original id requested: 120
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:end_portal_frame 120 net.minecraft.item.ItemBlock@174e1b99 (req. id 120)
[11:28:05] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.Block@45796b2a for ItemBlock net.minecraft.item.ItemBlock@53a09566 at id 121, original id requested: 121
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:end_stone 121 net.minecraft.item.ItemBlock@53a09566 (req. id 121)
[11:28:05] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockDragonEgg@3c488b34 for ItemBlock net.minecraft.item.ItemBlock@1c815814 at id 122, original id requested: 122
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:dragon_egg 122 net.minecraft.item.ItemBlock@1c815814 (req. id 122)
[11:28:05] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockRedstoneLight@241fc278 for ItemBlock net.minecraft.item.ItemBlock@14af73e1 at id 123, original id requested: 123
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:redstone_lamp 123 net.minecraft.item.ItemBlock@14af73e1 (req. id 123)
[11:28:05] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockHalfWoodSlab@7cd1ec54 for ItemBlock net.minecraft.item.ItemSlab@73da303e at id 126, original id requested: 126
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:wooden_slab 126 net.minecraft.item.ItemSlab@73da303e (req. id 126)
[11:28:05] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockStairs@6c27e700 for ItemBlock net.minecraft.item.ItemBlock@24068086 at id 128, original id requested: 128
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:sandstone_stairs 128 net.minecraft.item.ItemBlock@24068086 (req. id 128)
[11:28:05] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockOre@2e1add6f for ItemBlock net.minecraft.item.ItemBlock@32513dea at id 129, original id requested: 129
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:emerald_ore 129 net.minecraft.item.ItemBlock@32513dea (req. id 129)
[11:28:05] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockEnderChest@65e620b0 for ItemBlock net.minecraft.item.ItemBlock@5d0e703a at id 130, original id requested: 130
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:ender_chest 130 net.minecraft.item.ItemBlock@5d0e703a (req. id 130)
[11:28:05] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockTripWireHook@e3ed455 for ItemBlock net.minecraft.item.ItemBlock@7f77e065 at id 131, original id requested: 131
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:tripwire_hook 131 net.minecraft.item.ItemBlock@7f77e065 (req. id 131)
[11:28:05] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockCompressed@1e477944 for ItemBlock net.minecraft.item.ItemBlock@6f655dbd at id 133, original id requested: 133
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:emerald_block 133 net.minecraft.item.ItemBlock@6f655dbd (req. id 133)
[11:28:05] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockStairs@1c92a549 for ItemBlock net.minecraft.item.ItemBlock@546083d6 at id 134, original id requested: 134
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:spruce_stairs 134 net.minecraft.item.ItemBlock@546083d6 (req. id 134)
[11:28:05] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockStairs@44a93f8a for ItemBlock net.minecraft.item.ItemBlock@7ac1b6c0 at id 135, original id requested: 135
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:birch_stairs 135 net.minecraft.item.ItemBlock@7ac1b6c0 (req. id 135)
[11:28:05] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockStairs@573a078 for ItemBlock net.minecraft.item.ItemBlock@3a751535 at id 136, original id requested: 136
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:jungle_stairs 136 net.minecraft.item.ItemBlock@3a751535 (req. id 136)
[11:28:05] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockCommandBlock@4fa91d5b for ItemBlock net.minecraft.item.ItemBlock@7fb82f73 at id 137, original id requested: 137
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:command_block 137 net.minecraft.item.ItemBlock@7fb82f73 (req. id 137)
[11:28:05] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockBeacon@70884875 for ItemBlock net.minecraft.item.ItemBlock@2f166d61 at id 138, original id requested: 138
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:beacon 138 net.minecraft.item.ItemBlock@2f166d61 (req. id 138)
[11:28:05] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockWall@4a833595 for ItemBlock net.minecraft.item.ItemMultiTexture@4ad8d36f at id 139, original id requested: 139
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:cobblestone_wall 139 net.minecraft.item.ItemMultiTexture@4ad8d36f (req. id 139)
[11:28:05] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockButtonWood@63bca84d for ItemBlock net.minecraft.item.ItemBlock@74a5bef0 at id 143, original id requested: 143
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:wooden_button 143 net.minecraft.item.ItemBlock@74a5bef0 (req. id 143)
[11:28:05] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockAnvil@2fa212df for ItemBlock net.minecraft.item.ItemAnvilBlock@93f15f6 at id 145, original id requested: 145
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:anvil 145 net.minecraft.item.ItemAnvilBlock@93f15f6 (req. id 145)
[11:28:05] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockChest@5b3755f4 for ItemBlock net.minecraft.item.ItemBlock@5034681f at id 146, original id requested: 146
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:trapped_chest 146 net.minecraft.item.ItemBlock@5034681f (req. id 146)
[11:28:05] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockPressurePlateWeighted@37806be6 for ItemBlock net.minecraft.item.ItemBlock@1dfe5dd1 at id 147, original id requested: 147
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:light_weighted_pressure_plate 147 net.minecraft.item.ItemBlock@1dfe5dd1 (req. id 147)
[11:28:05] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockPressurePlateWeighted@315cf170 for ItemBlock net.minecraft.item.ItemBlock@1fe05fff at id 148, original id requested: 148
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:heavy_weighted_pressure_plate 148 net.minecraft.item.ItemBlock@1fe05fff (req. id 148)
[11:28:05] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockDaylightDetector@2a9e754e for ItemBlock net.minecraft.item.ItemBlock@6e017950 at id 151, original id requested: 151
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:daylight_detector 151 net.minecraft.item.ItemBlock@6e017950 (req. id 151)
[11:28:05] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockCompressedPowered@10a0d93a for ItemBlock net.minecraft.item.ItemBlock@1d06801f at id 152, original id requested: 152
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:redstone_block 152 net.minecraft.item.ItemBlock@1d06801f (req. id 152)
[11:28:05] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockOre@66b31d46 for ItemBlock net.minecraft.item.ItemBlock@727956bb at id 153, original id requested: 153
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:quartz_ore 153 net.minecraft.item.ItemBlock@727956bb (req. id 153)
[11:28:05] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockHopper@4768b95c for ItemBlock net.minecraft.item.ItemBlock@6ffbf0ac at id 154, original id requested: 154
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:hopper 154 net.minecraft.item.ItemBlock@6ffbf0ac (req. id 154)
[11:28:05] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockQuartz@1d585fb for ItemBlock net.minecraft.item.ItemMultiTexture@ad5cffa at id 155, original id requested: 155
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:quartz_block 155 net.minecraft.item.ItemMultiTexture@ad5cffa (req. id 155)
[11:28:05] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockStairs@1dbff71c for ItemBlock net.minecraft.item.ItemBlock@237aa0c7 at id 156, original id requested: 156
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:quartz_stairs 156 net.minecraft.item.ItemBlock@237aa0c7 (req. id 156)
[11:28:05] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockRailPowered@5909ae90 for ItemBlock net.minecraft.item.ItemBlock@1b8ee69d at id 157, original id requested: 157
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:activator_rail 157 net.minecraft.item.ItemBlock@1b8ee69d (req. id 157)
[11:28:05] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockDropper@459bf87c for ItemBlock net.minecraft.item.ItemBlock@2b400bd0 at id 158, original id requested: 158
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:dropper 158 net.minecraft.item.ItemBlock@2b400bd0 (req. id 158)
[11:28:05] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockColored@39acd1f1 for ItemBlock net.minecraft.item.ItemCloth@fceab5d at id 159, original id requested: 159
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:stained_hardened_clay 159 net.minecraft.item.ItemCloth@fceab5d (req. id 159)
[11:28:05] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockBarrier@1686ed85 for ItemBlock net.minecraft.item.ItemBlock@79445efb at id 166, original id requested: 166
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:barrier 166 net.minecraft.item.ItemBlock@79445efb (req. id 166)
[11:28:05] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockTrapDoor@4fc3529 for ItemBlock net.minecraft.item.ItemBlock@1592e540 at id 167, original id requested: 167
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:iron_trapdoor 167 net.minecraft.item.ItemBlock@1592e540 (req. id 167)
[11:28:05] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockHay@11bfd751 for ItemBlock net.minecraft.item.ItemBlock@3e2772a9 at id 170, original id requested: 170
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:hay_block 170 net.minecraft.item.ItemBlock@3e2772a9 (req. id 170)
[11:28:05] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockCarpet@17df689e for ItemBlock net.minecraft.item.ItemCloth@4449b273 at id 171, original id requested: 171
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:carpet 171 net.minecraft.item.ItemCloth@4449b273 (req. id 171)
[11:28:05] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockHardenedClay@2b6fcca1 for ItemBlock net.minecraft.item.ItemBlock@1fa18f87 at id 172, original id requested: 172
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:hardened_clay 172 net.minecraft.item.ItemBlock@1fa18f87 (req. id 172)
[11:28:05] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.Block@24b3f778 for ItemBlock net.minecraft.item.ItemBlock@1d9bd1d6 at id 173, original id requested: 173
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:coal_block 173 net.minecraft.item.ItemBlock@1d9bd1d6 (req. id 173)
[11:28:05] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockPackedIce@338a4c61 for ItemBlock net.minecraft.item.ItemBlock@18ac4af6 at id 174, original id requested: 174
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:packed_ice 174 net.minecraft.item.ItemBlock@18ac4af6 (req. id 174)
[11:28:05] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockStairs@5bb99d1d for ItemBlock net.minecraft.item.ItemBlock@117fb9ba at id 163, original id requested: 163
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:acacia_stairs 163 net.minecraft.item.ItemBlock@117fb9ba (req. id 163)
[11:28:05] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockStairs@4345fd45 for ItemBlock net.minecraft.item.ItemBlock@2b1d1a5 at id 164, original id requested: 164
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:dark_oak_stairs 164 net.minecraft.item.ItemBlock@2b1d1a5 (req. id 164)
[11:28:05] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockSlime@62158991 for ItemBlock net.minecraft.item.ItemBlock@41e7a544 at id 165, original id requested: 165
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:slime 165 net.minecraft.item.ItemBlock@41e7a544 (req. id 165)
[11:28:05] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockDoublePlant@7bda01da for ItemBlock net.minecraft.item.ItemDoublePlant@5b88af70 at id 175, original id requested: 175
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:double_plant 175 net.minecraft.item.ItemDoublePlant@5b88af70 (req. id 175)
[11:28:05] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockStainedGlass@37a67cf for ItemBlock net.minecraft.item.ItemCloth@2739ecc0 at id 95, original id requested: 95
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:stained_glass 95 net.minecraft.item.ItemCloth@2739ecc0 (req. id 95)
[11:28:05] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockStainedGlassPane@e36bc01 for ItemBlock net.minecraft.item.ItemCloth@2932e15f at id 160, original id requested: 160
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:stained_glass_pane 160 net.minecraft.item.ItemCloth@2932e15f (req. id 160)
[11:28:05] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockPrismarine@2e0652ab for ItemBlock net.minecraft.item.ItemMultiTexture@2375a976 at id 168, original id requested: 168
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:prismarine 168 net.minecraft.item.ItemMultiTexture@2375a976 (req. id 168)
[11:28:05] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockSeaLantern@389008d1 for ItemBlock net.minecraft.item.ItemBlock@4bc21e34 at id 169, original id requested: 169
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:sea_lantern 169 net.minecraft.item.ItemBlock@4bc21e34 (req. id 169)
[11:28:05] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockRedSandstone@3b2db389 for ItemBlock net.minecraft.item.ItemMultiTexture@bb6869a at id 179, original id requested: 179
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:red_sandstone 179 net.minecraft.item.ItemMultiTexture@bb6869a (req. id 179)
[11:28:05] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockStairs@4e85dcb2 for ItemBlock net.minecraft.item.ItemBlock@506b083 at id 180, original id requested: 180
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:red_sandstone_stairs 180 net.minecraft.item.ItemBlock@506b083 (req. id 180)
[11:28:05] [main/DEBUG] [FML/]: Found matching Block net.minecraft.block.BlockHalfStoneSlabNew@4dac40b for ItemBlock net.minecraft.item.ItemSlab@5eee3da9 at id 182, original id requested: 182
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:stone_slab2 182 net.minecraft.item.ItemSlab@5eee3da9 (req. id 182)
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:iron_shovel 256 net.minecraft.item.ItemSpade@7eefaca0 (req. id 256)
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:iron_pickaxe 257 net.minecraft.item.ItemPickaxe@7d5ef1c3 (req. id 257)
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:iron_axe 258 net.minecraft.item.ItemAxe@33eab2e8 (req. id 258)
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:flint_and_steel 259 net.minecraft.item.ItemFlintAndSteel@37364634 (req. id 259)
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:apple 260 net.minecraft.item.ItemFood@5bf7f15f (req. id 260)
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:bow 261 net.minecraft.item.ItemBow@25df2014 (req. id 261)
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:arrow 262 net.minecraft.item.Item@270b8c2a (req. id 262)
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:coal 263 net.minecraft.item.ItemCoal@12e2f5ab (req. id 263)
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:diamond 264 net.minecraft.item.Item@4e61a863 (req. id 264)
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:iron_ingot 265 net.minecraft.item.Item@35f01759 (req. id 265)
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:gold_ingot 266 net.minecraft.item.Item@2fea9a7b (req. id 266)
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:iron_sword 267 net.minecraft.item.ItemSword@69c1ea07 (req. id 267)
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:wooden_sword 268 net.minecraft.item.ItemSword@5cbe72b9 (req. id 268)
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:wooden_shovel 269 net.minecraft.item.ItemSpade@27fc0217 (req. id 269)
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:wooden_pickaxe 270 net.minecraft.item.ItemPickaxe@e993715 (req. id 270)
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:wooden_axe 271 net.minecraft.item.ItemAxe@686e7513 (req. id 271)
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:stone_sword 272 net.minecraft.item.ItemSword@47eae91d (req. id 272)
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:stone_shovel 273 net.minecraft.item.ItemSpade@c1a74d (req. id 273)
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:stone_pickaxe 274 net.minecraft.item.ItemPickaxe@472719df (req. id 274)
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:stone_axe 275 net.minecraft.item.ItemAxe@5cfa2ac5 (req. id 275)
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:diamond_sword 276 net.minecraft.item.ItemSword@4cc89246 (req. id 276)
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:diamond_shovel 277 net.minecraft.item.ItemSpade@413eaf5d (req. id 277)
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:diamond_pickaxe 278 net.minecraft.item.ItemPickaxe@3e28af44 (req. id 278)
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:diamond_axe 279 net.minecraft.item.ItemAxe@33891646 (req. id 279)
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:stick 280 net.minecraft.item.Item@3bdbf8d3 (req. id 280)
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:bowl 281 net.minecraft.item.Item@f2becb2 (req. id 281)
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:mushroom_stew 282 net.minecraft.item.ItemSoup@f42336c (req. id 282)
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:golden_sword 283 net.minecraft.item.ItemSword@6b3b4f37 (req. id 283)
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:golden_shovel 284 net.minecraft.item.ItemSpade@3b25709e (req. id 284)
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:golden_pickaxe 285 net.minecraft.item.ItemPickaxe@5ec6a1b6 (req. id 285)
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:golden_axe 286 net.minecraft.item.ItemAxe@40013051 (req. id 286)
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:string 287 net.minecraft.item.ItemReed@6143b2b1 (req. id 287)
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:feather 288 net.minecraft.item.Item@a63643e (req. id 288)
[11:28:05] [main/DEBUG] [CCL ASM/]: Injecting before method [fv.toString()Ljava/lang/String;] @ 56 - 60
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:gunpowder 289 net.minecraft.item.Item@1dd443c1 (req. id 289)
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:wooden_hoe 290 net.minecraft.item.ItemHoe@448892f1 (req. id 290)
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:stone_hoe 291 net.minecraft.item.ItemHoe@1626bddf (req. id 291)
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:iron_hoe 292 net.minecraft.item.ItemHoe@29532e91 (req. id 292)
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:diamond_hoe 293 net.minecraft.item.ItemHoe@7e691624 (req. id 293)
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:golden_hoe 294 net.minecraft.item.ItemHoe@7ef60c02 (req. id 294)
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:wheat_seeds 295 net.minecraft.item.ItemSeeds@6d0a14c2 (req. id 295)
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:wheat 296 net.minecraft.item.Item@5b64f771 (req. id 296)
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:bread 297 net.minecraft.item.ItemFood@153c6603 (req. id 297)
[11:28:05] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/item/ItemArmor$1 (input size 1342), found 1 patch
[11:28:05] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/item/ItemArmor$1 (new size 1864)
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:leather_helmet 298 net.minecraft.item.ItemArmor@6408be5 (req. id 298)
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:leather_chestplate 299 net.minecraft.item.ItemArmor@1e57b783 (req. id 299)
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:leather_leggings 300 net.minecraft.item.ItemArmor@73b8ab2c (req. id 300)
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:leather_boots 301 net.minecraft.item.ItemArmor@5600a278 (req. id 301)
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:chainmail_helmet 302 net.minecraft.item.ItemArmor@549d14fe (req. id 302)
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:chainmail_chestplate 303 net.minecraft.item.ItemArmor@77d54a41 (req. id 303)
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:chainmail_leggings 304 net.minecraft.item.ItemArmor@41026e5c (req. id 304)
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:chainmail_boots 305 net.minecraft.item.ItemArmor@12421766 (req. id 305)
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:iron_helmet 306 net.minecraft.item.ItemArmor@2e44cb34 (req. id 306)
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:iron_chestplate 307 net.minecraft.item.ItemArmor@731e0bff (req. id 307)
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:iron_leggings 308 net.minecraft.item.ItemArmor@213ceb4e (req. id 308)
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:iron_boots 309 net.minecraft.item.ItemArmor@23c72128 (req. id 309)
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:diamond_helmet 310 net.minecraft.item.ItemArmor@2bd2430f (req. id 310)
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:diamond_chestplate 311 net.minecraft.item.ItemArmor@2890e479 (req. id 311)
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:diamond_leggings 312 net.minecraft.item.ItemArmor@6eb00cbe (req. id 312)
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:diamond_boots 313 net.minecraft.item.ItemArmor@74e4be21 (req. id 313)
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:golden_helmet 314 net.minecraft.item.ItemArmor@4d174189 (req. id 314)
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:golden_chestplate 315 net.minecraft.item.ItemArmor@628bd77e (req. id 315)
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:golden_leggings 316 net.minecraft.item.ItemArmor@c30f26d (req. id 316)
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:golden_boots 317 net.minecraft.item.ItemArmor@5d74507c (req. id 317)
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:flint 318 net.minecraft.item.Item@2a984952 (req. id 318)
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:porkchop 319 net.minecraft.item.ItemFood@16944b58 (req. id 319)
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:cooked_porkchop 320 net.minecraft.item.ItemFood@1dbc607d (req. id 320)
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:painting 321 net.minecraft.item.ItemHangingEntity@362cf66 (req. id 321)
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:golden_apple 322 net.minecraft.item.ItemAppleGold@65da4a5d (req. id 322)
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:sign 323 net.minecraft.item.ItemSign@1ab268bd (req. id 323)
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:wooden_door 324 net.minecraft.item.ItemDoor@181098bf (req. id 324)
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:bucket 325 net.minecraft.item.ItemBucket@6a552721 (req. id 325)
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:water_bucket 326 net.minecraft.item.ItemBucket@3815a7d1 (req. id 326)
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:lava_bucket 327 net.minecraft.item.ItemBucket@24dc150c (req. id 327)
[11:28:05] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/entity/item/EntityMinecartEmpty (input size 875), found 1 patch
[11:28:05] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/entity/item/EntityMinecartEmpty (new size 1745)
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:minecart 328 net.minecraft.item.ItemMinecart@f36f34d (req. id 328)
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:saddle 329 net.minecraft.item.ItemSaddle@6d80e411 (req. id 329)
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:iron_door 330 net.minecraft.item.ItemDoor@32caae19 (req. id 330)
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:redstone 331 net.minecraft.item.ItemRedstone@2bc59ab7 (req. id 331)
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:snowball 332 net.minecraft.item.ItemSnowball@7210f559 (req. id 332)
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:boat 333 net.minecraft.item.ItemBoat@30e143ff (req. id 333)
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:leather 334 net.minecraft.item.Item@452ec287 (req. id 334)
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:milk_bucket 335 net.minecraft.item.ItemBucketMilk@b267745 (req. id 335)
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:brick 336 net.minecraft.item.Item@31e22365 (req. id 336)
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:clay_ball 337 net.minecraft.item.Item@2ebf524 (req. id 337)
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:reeds 338 net.minecraft.item.ItemReed@41bdaa81 (req. id 338)
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:paper 339 net.minecraft.item.Item@799971ac (req. id 339)
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:book 340 net.minecraft.item.ItemBook@45f0038 (req. id 340)
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:slime_ball 341 net.minecraft.item.Item@289a4b90 (req. id 341)
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:chest_minecart 342 net.minecraft.item.ItemMinecart@1a3c4b3e (req. id 342)
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:furnace_minecart 343 net.minecraft.item.ItemMinecart@4746fb8c (req. id 343)
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:egg 344 net.minecraft.item.ItemEgg@513fab1e (req. id 344)
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:compass 345 net.minecraft.item.Item@53d87b2d (req. id 345)
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:fishing_rod 346 net.minecraft.item.ItemFishingRod@74b7497b (req. id 346)
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:clock 347 net.minecraft.item.Item@74f649a7 (req. id 347)
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:glowstone_dust 348 net.minecraft.item.Item@308c65e0 (req. id 348)
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:fish 349 net.minecraft.item.ItemFishFood@1e482ecd (req. id 349)
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:cooked_fish 350 net.minecraft.item.ItemFishFood@58b5f7d2 (req. id 350)
[11:28:05] [main/DEBUG] [mixin/]: Mixing player.MixinEntityPlayer_01 into net.minecraft.entity.player.EntityPlayerMP
[11:28:05] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/player/EntityPlayer to metadata cache
[11:28:05] [main/DEBUG] [RandomThingsCore/]: Found EntityLivingBase Class: net/minecraft/entity/EntityLivingBase
[11:28:05] [main/DEBUG] [RandomThingsCore/]: - Found updatePotionEffects
[11:28:05] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/EntityLivingBase to metadata cache
[11:28:05] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/Entity to metadata cache
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:dye 351 net.minecraft.item.ItemDye@63f3366a (req. id 351)
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:bone 352 net.minecraft.item.Item@37e491e2 (req. id 352)
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:sugar 353 net.minecraft.item.Item@56f84c9b (req. id 353)
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:cake 354 net.minecraft.item.ItemReed@26679788 (req. id 354)
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:bed 355 net.minecraft.item.ItemBed@4f2544b0 (req. id 355)
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:repeater 356 net.minecraft.item.ItemReed@5bad555b (req. id 356)
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:cookie 357 net.minecraft.item.ItemFood@41ec4271 (req. id 357)
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:filled_map 358 net.minecraft.item.ItemMap@574218f (req. id 358)
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:shears 359 net.minecraft.item.ItemShears@2d3eecda (req. id 359)
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:melon 360 net.minecraft.item.ItemFood@236a4d30 (req. id 360)
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:pumpkin_seeds 361 net.minecraft.item.ItemSeeds@736788b (req. id 361)
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:melon_seeds 362 net.minecraft.item.ItemSeeds@38968752 (req. id 362)
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:beef 363 net.minecraft.item.ItemFood@6294e4a6 (req. id 363)
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:cooked_beef 364 net.minecraft.item.ItemFood@13662609 (req. id 364)
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:chicken 365 net.minecraft.item.ItemFood@27a0e6ce (req. id 365)
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:cooked_chicken 366 net.minecraft.item.ItemFood@2b80497f (req. id 366)
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:rotten_flesh 367 net.minecraft.item.ItemFood@6ef4297d (req. id 367)
[11:28:05] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/entity/item/EntityEnderPearl (input size 1644), found 1 patch
[11:28:05] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/entity/item/EntityEnderPearl (new size 2927)
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:ender_pearl 368 net.minecraft.item.ItemEnderPearl@7cecab19 (req. id 368)
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:blaze_rod 369 net.minecraft.item.Item@56402642 (req. id 369)
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:ghast_tear 370 net.minecraft.item.Item@620572db (req. id 370)
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:gold_nugget 371 net.minecraft.item.Item@1d5048d1 (req. id 371)
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:nether_wart 372 net.minecraft.item.ItemSeeds@47d9c01 (req. id 372)
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:potion 373 net.minecraft.item.ItemPotion@1a02ebe0 (req. id 373)
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:glass_bottle 374 net.minecraft.item.ItemGlassBottle@6d7e2795 (req. id 374)
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:spider_eye 375 net.minecraft.item.ItemFood@78743dd8 (req. id 375)
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:fermented_spider_eye 376 net.minecraft.item.Item@752494dd (req. id 376)
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:blaze_powder 377 net.minecraft.item.Item@2986427e (req. id 377)
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:magma_cream 378 net.minecraft.item.Item@35d88a54 (req. id 378)
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:brewing_stand 379 net.minecraft.item.ItemReed@6c1bebca (req. id 379)
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:cauldron 380 net.minecraft.item.ItemReed@3d4818e8 (req. id 380)
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:ender_eye 381 net.minecraft.item.ItemEnderEye@644b68ad (req. id 381)
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:speckled_melon 382 net.minecraft.item.Item@1939a394 (req. id 382)
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:spawn_egg 383 net.minecraft.item.ItemMonsterPlacer@35cbeb54 (req. id 383)
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:experience_bottle 384 net.minecraft.item.ItemExpBottle@49f2646 (req. id 384)
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:fire_charge 385 net.minecraft.item.ItemFireball@7c048b30 (req. id 385)
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:writable_book 386 net.minecraft.item.ItemWritableBook@4d4c4b14 (req. id 386)
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:written_book 387 net.minecraft.item.ItemEditableBook@46ee7013 (req. id 387)
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:emerald 388 net.minecraft.item.Item@69d58731 (req. id 388)
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:item_frame 389 net.minecraft.item.ItemHangingEntity@3275a47f (req. id 389)
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:flower_pot 390 net.minecraft.item.ItemReed@1b5af65b (req. id 390)
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:carrot 391 net.minecraft.item.ItemSeedFood@6b289535 (req. id 391)
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:potato 392 net.minecraft.item.ItemSeedFood@74619273 (req. id 392)
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:baked_potato 393 net.minecraft.item.ItemFood@38c55a8a (req. id 393)
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:poisonous_potato 394 net.minecraft.item.ItemFood@1d7f7962 (req. id 394)
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:map 395 net.minecraft.item.ItemEmptyMap@4a5b38e6 (req. id 395)
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:golden_carrot 396 net.minecraft.item.ItemFood@58583a2d (req. id 396)
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:skull 397 net.minecraft.item.ItemSkull@2d172c7 (req. id 397)
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:carrot_on_a_stick 398 net.minecraft.item.ItemCarrotOnAStick@8ce3f27 (req. id 398)
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:nether_star 399 net.minecraft.item.ItemSimpleFoiled@6802d023 (req. id 399)
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:pumpkin_pie 400 net.minecraft.item.ItemFood@e895e3e (req. id 400)
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:fireworks 401 net.minecraft.item.ItemFirework@e7d0db2 (req. id 401)
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:firework_charge 402 net.minecraft.item.ItemFireworkCharge@6b4fd7d (req. id 402)
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:enchanted_book 403 net.minecraft.item.ItemEnchantedBook@12723c5d (req. id 403)
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:comparator 404 net.minecraft.item.ItemReed@56a09a5c (req. id 404)
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:netherbrick 405 net.minecraft.item.Item@775edae0 (req. id 405)
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:quartz 406 net.minecraft.item.Item@26f480c6 (req. id 406)
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:tnt_minecart 407 net.minecraft.item.ItemMinecart@2567c091 (req. id 407)
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:hopper_minecart 408 net.minecraft.item.ItemMinecart@7747cc1b (req. id 408)
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:prismarine_shard 409 net.minecraft.item.Item@76cf91c9 (req. id 409)
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:prismarine_crystals 410 net.minecraft.item.Item@74bfdd66 (req. id 410)
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:rabbit 411 net.minecraft.item.ItemFood@6fc7e828 (req. id 411)
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:cooked_rabbit 412 net.minecraft.item.ItemFood@26a9c6df (req. id 412)
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:rabbit_stew 413 net.minecraft.item.ItemSoup@2ce24a1a (req. id 413)
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:rabbit_foot 414 net.minecraft.item.Item@26bce60d (req. id 414)
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:rabbit_hide 415 net.minecraft.item.Item@76eadc5a (req. id 415)
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:armor_stand 416 net.minecraft.item.ItemArmorStand@615c4ea4 (req. id 416)
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:iron_horse_armor 417 net.minecraft.item.Item@417446d9 (req. id 417)
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:golden_horse_armor 418 net.minecraft.item.Item@34070bd2 (req. id 418)
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:diamond_horse_armor 419 net.minecraft.item.Item@1e7d3d87 (req. id 419)
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:lead 420 net.minecraft.item.ItemLead@72237be8 (req. id 420)
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:name_tag 421 net.minecraft.item.ItemNameTag@23f8036d (req. id 421)
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:command_block_minecart 422 net.minecraft.item.ItemMinecart@68f69ca3 (req. id 422)
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:mutton 423 net.minecraft.item.ItemFood@1e3566e (req. id 423)
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:cooked_mutton 424 net.minecraft.item.ItemFood@2b058bfd (req. id 424)
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:banner 425 net.minecraft.item.ItemBanner@4805069b (req. id 425)
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:spruce_door 427 net.minecraft.item.ItemDoor@14ca88bc (req. id 427)
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:birch_door 428 net.minecraft.item.ItemDoor@f01fc6d (req. id 428)
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:jungle_door 429 net.minecraft.item.ItemDoor@85cd413 (req. id 429)
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:acacia_door 430 net.minecraft.item.ItemDoor@688d2a5d (req. id 430)
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:dark_oak_door 431 net.minecraft.item.ItemDoor@2842c098 (req. id 431)
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:record_13 2256 net.minecraft.item.ItemRecord@46b21632 (req. id 2256)
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:record_cat 2257 net.minecraft.item.ItemRecord@476c137b (req. id 2257)
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:record_blocks 2258 net.minecraft.item.ItemRecord@79144d0e (req. id 2258)
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:record_chirp 2259 net.minecraft.item.ItemRecord@540212be (req. id 2259)
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:record_far 2260 net.minecraft.item.ItemRecord@2579d8a (req. id 2260)
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:record_mall 2261 net.minecraft.item.ItemRecord@2507a170 (req. id 2261)
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:record_mellohi 2262 net.minecraft.item.ItemRecord@7e20f4e3 (req. id 2262)
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:record_stal 2263 net.minecraft.item.ItemRecord@3af39e7b (req. id 2263)
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:record_strad 2264 net.minecraft.item.ItemRecord@4f6ff62 (req. id 2264)
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:record_ward 2265 net.minecraft.item.ItemRecord@1c62d2ad (req. id 2265)
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:record_11 2266 net.minecraft.item.ItemRecord@651caa2e (req. id 2266)
[11:28:05] [main/TRACE] [FML/]: Registry add: minecraft:record_wait 2267 net.minecraft.item.ItemRecord@433ae0b0 (req. id 2267)
[11:28:05] [main/DEBUG] [FML/]: Runtime patching class net.minecraft.entity.monster.EntityMagmaCube (input size 2214), found 1 patch
[11:28:05] [main/DEBUG] [FML/]: Successfully applied runtime patches for net.minecraft.entity.monster.EntityMagmaCube (new size 3235)
[11:28:05] [main/DEBUG] [FML/]: Runtime patching class net.minecraft.entity.passive.EntityMooshroom (input size 1944), found 1 patch
[11:28:05] [main/DEBUG] [FML/]: Successfully applied runtime patches for net.minecraft.entity.passive.EntityMooshroom (new size 2817)
[11:28:05] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/entity/passive/EntityHorse$1 (input size 440), found 1 patch
[11:28:05] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/entity/passive/EntityHorse$1 (new size 761)
[11:28:05] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/entity/passive/EntityVillager$ITradeList (input size 117), found 1 patch
[11:28:05] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/entity/passive/EntityVillager$ITradeList (new size 192)
[11:28:05] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/entity/passive/EntityVillager$PriceInfo (input size 574), found 1 patch
[11:28:05] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/entity/passive/EntityVillager$PriceInfo (new size 893)
[11:28:05] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/entity/passive/EntityVillager$ListEnchantedBookForEmeralds (input size 869), found 1 patch
[11:28:05] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/entity/passive/EntityVillager$ListEnchantedBookForEmeralds (new size 1302)
[11:28:06] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/item/crafting/RecipesArmorDyes (input size 2375), found 1 patch
[11:28:06] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/item/crafting/RecipesArmorDyes (new size 3045)
[11:28:06] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/item/crafting/RecipesMapCloning (input size 1539), found 1 patch
[11:28:06] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/item/crafting/RecipesMapCloning (new size 1856)
[11:28:06] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/item/crafting/RecipeRepairItem (input size 1723), found 1 patch
[11:28:06] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/item/crafting/RecipeRepairItem (new size 2307)
[11:28:06] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/item/crafting/RecipesBanners (input size 846), found 1 patch
[11:28:06] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/item/crafting/RecipesBanners (new size 1243)
[11:28:06] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/item/crafting/RecipesBanners$RecipeDuplicatePattern (input size 1592), found 1 patch
[11:28:06] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/item/crafting/RecipesBanners$RecipeDuplicatePattern (new size 2141)
[11:28:06] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/item/crafting/RecipesBanners$RecipeAddPattern (input size 3126), found 1 patch
[11:28:06] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/item/crafting/RecipesBanners$RecipeAddPattern (new size 3908)
[11:28:06] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/command/CommandEnchant (input size 2604), found 1 patch
[11:28:06] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/command/CommandEnchant (new size 3304)
[11:28:06] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/command/server/CommandSetBlock (input size 2976), found 1 patch
[11:28:06] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/command/server/CommandSetBlock (new size 3645)
[11:28:06] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/command/CommandFill (input size 4599), found 1 patch
[11:28:06] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/command/CommandFill (new size 5602)
[11:28:06] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/command/server/CommandTestForBlock (input size 3790), found 1 patch
[11:28:06] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/command/server/CommandTestForBlock (new size 4730)
[11:28:06] [main/DEBUG] [mixin/]: Mixing command.MixinCommandHandler_01 into net.minecraft.command.CommandHandler
[11:28:06] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/command/CommandException to metadata cache
[11:28:06] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/command/WrongUsageException to metadata cache
[11:28:06] [main/TRACE] [mixin/]: Added class metadata for java/lang/Exception to metadata cache
[11:28:06] [main/TRACE] [mixin/]: Added class metadata for java/lang/Throwable to metadata cache
[11:28:06] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/command/SyntaxErrorException to metadata cache
[11:28:06] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/world/chunk/storage/AnvilSaveHandler (input size 974), found 1 patch
[11:28:06] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/world/chunk/storage/AnvilSaveHandler (new size 1419)
[11:28:06] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/nbt/CompressedStreamTools (input size 2344), found 1 patch
[11:28:06] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/nbt/CompressedStreamTools (new size 4743)
[11:28:06] [Server thread/INFO] [MinecraftForge/]: Attempting early MinecraftForge initialization
[11:28:06] [Server thread/INFO] [FML/]: MinecraftForge v11.14.3.1498 Initialized
[11:28:06] [Server thread/INFO] [FML/]: Replaced 204 ore recipies
[11:28:06] [Server thread/INFO] [MinecraftForge/]: Completed early MinecraftForge initialization
[11:28:06] [Server thread/DEBUG] [FML/]: File /root/development/skyblock_extreme/config/injectedDependencies.json not found. No dependencies injected
[11:28:06] [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.hitchh1k3rsguide.makersmark.hitchcore.HitchCore, ljfa.tntutils.asm.TntuCoremodContainer]
[11:28:07] [Server thread/DEBUG] [FML/]: Attempting to load mods contained in the minecraft jar file and associated classes
[11:28:07] [Server thread/DEBUG] [FML/]: Found a minecraft related file at /root/development/skyblock_extreme/experimental_skyblock.jar, examining for mod candidates
[11:28:07] [Server thread/TRACE] [FML/]: Skipping known library file /root/development/skyblock_extreme/mods/[0]CodeChickenCore-1.8-1.0.5.36-universal.jar
[11:28:07] [Server thread/TRACE] [FML/]: Skipping known library file /root/development/skyblock_extreme/./mods/1.8/CodeChickenLib-1.8-1.1.2.133-universal.jar
[11:28:07] [Server thread/TRACE] [FML/]: Skipping known library file /root/development/skyblock_extreme/mods/AlexIILLib-1.8-1.3.42.jar
[11:28:07] [Server thread/TRACE] [FML/]: Skipping known library file /root/development/skyblock_extreme/mods/Aroma1997Core-1.8-1.0.3.4.b43.jar
[11:28:07] [Server thread/TRACE] [FML/]: Skipping known library file /root/development/skyblock_extreme/mods/1.8/CodeChickenLib-1.8-1.1.2.133-universal.jar
[11:28:07] [Server thread/TRACE] [FML/]: Skipping known library file /root/development/skyblock_extreme/mods/FE-1.8-snapshot-8.jar
[11:28:07] [Server thread/TRACE] [FML/]: Skipping known library file /root/development/skyblock_extreme/mods/forgeessentials-1.8-1.8.0.12-server.jar
[11:28:07] [Server thread/TRACE] [FML/]: Skipping known library file /root/development/skyblock_extreme/mods/hopperducts-mc1.8-1.4.5.jar
[11:28:07] [Server thread/TRACE] [FML/]: Skipping known library file /root/development/skyblock_extreme/mods/inventory-tweaks-1.59-176.jar
[11:28:07] [Server thread/TRACE] [FML/]: Skipping known library file /root/development/skyblock_extreme/mods/MakersMark-V2.0.1-MC1.8.jar
[11:28:07] [Server thread/TRACE] [FML/]: Skipping known library file /root/development/skyblock_extreme/mods/MovingWorld-1.8-ALPHA-3.1-HFX.jar
[11:28:07] [Server thread/TRACE] [FML/]: Skipping known library file /root/development/skyblock_extreme/mods/NotEnoughItems-1.8-1.0.5.104-universal.jar
[11:28:07] [Server thread/TRACE] [FML/]: Skipping known library file /root/development/skyblock_extreme/mods/open-computers-1.8-1.5.14.32.jar
[11:28:08] [Server thread/TRACE] [FML/]: Skipping known library file /root/development/skyblock_extreme/mods/random-things-1.8-3.5.3.jar
[11:28:08] [Server thread/TRACE] [FML/]: Skipping known library file /root/development/skyblock_extreme/mods/redstone-paste-1.8-1.7.1.jar
[11:28:08] [Server thread/TRACE] [FML/]: Skipping known library file /root/development/skyblock_extreme/mods/tnt_utilities-mc1.8-1.0.2-beta.jar
[11:28:08] [Server thread/TRACE] [FML/]: Skipping known library file /root/development/skyblock_extreme/mods/veinminer-0.27.0.jar
[11:28:08] [Server thread/TRACE] [FML/]: Skipping known library file /root/development/skyblock_extreme/mods/zz-backpacks 1.8 - 3.0.3 beta 4 (1).jar
[11:28:08] [Server thread/DEBUG] [FML/]: Found a minecraft related file at /root/development/skyblock_extreme/ForgeEssentials/lib/hibernate-commons-annotations-4.0.5.Final.jar, examining for mod candidates
[11:28:08] [Server thread/DEBUG] [FML/]: Found a minecraft related file at /root/development/skyblock_extreme/ForgeEssentials/lib/mysql-connector-java-5.1.22.jar, examining for mod candidates
[11:28:08] [Server thread/DEBUG] [FML/]: Found a minecraft related file at /root/development/skyblock_extreme/ForgeEssentials/lib/dom4j-1.6.1.jar, examining for mod candidates
[11:28:08] [Server thread/DEBUG] [FML/]: Found a minecraft related file at /root/development/skyblock_extreme/ForgeEssentials/lib/antlr-2.7.7.jar, examining for mod candidates
[11:28:08] [Server thread/DEBUG] [FML/]: Found a minecraft related file at /root/development/skyblock_extreme/ForgeEssentials/lib/jboss-logging-annotations-1.2.0.Beta1.jar, examining for mod candidates
[11:28:08] [Server thread/DEBUG] [FML/]: Found a minecraft related file at /root/development/skyblock_extreme/ForgeEssentials/lib/hibernate-core-4.3.7.Final.jar, examining for mod candidates
[11:28:08] [Server thread/DEBUG] [FML/]: Found a minecraft related file at /root/development/skyblock_extreme/ForgeEssentials/lib/hibernate-entitymanager-4.3.7.Final.jar, examining for mod candidates
[11:28:08] [Server thread/DEBUG] [FML/]: Found a minecraft related file at /root/development/skyblock_extreme/ForgeEssentials/lib/jandex-1.1.0.Final.jar, examining for mod candidates
[11:28:08] [Server thread/DEBUG] [FML/]: Found a minecraft related file at /root/development/skyblock_extreme/ForgeEssentials/lib/pircbotx-1.9.jar, examining for mod candidates
[11:28:08] [Server thread/DEBUG] [FML/]: Found a minecraft related file at /root/development/skyblock_extreme/ForgeEssentials/lib/jboss-transaction-api_1.2_spec-1.0.0.Final.jar, examining for mod candidates
[11:28:08] [Server thread/DEBUG] [FML/]: Found a minecraft related file at /root/development/skyblock_extreme/ForgeEssentials/lib/hibernate-jpa-2.1-api-1.0.0.Final.jar, examining for mod candidates
[11:28:08] [Server thread/DEBUG] [FML/]: Found a minecraft related file at /root/development/skyblock_extreme/ForgeEssentials/lib/jboss-logging-3.1.3.GA.jar, examining for mod candidates
[11:28:08] [Server thread/DEBUG] [FML/]: Found a minecraft related file at /root/development/skyblock_extreme/ForgeEssentials/lib/javassist-3.18.1-GA.jar, examining for mod candidates
[11:28:08] [Server thread/DEBUG] [FML/]: Found a minecraft related file at /root/development/skyblock_extreme/ForgeEssentials/lib/xml-apis-1.0.b2.jar, examining for mod candidates
[11:28:08] [Server thread/DEBUG] [FML/]: Found a minecraft related file at /root/development/skyblock_extreme/ForgeEssentials/lib/h2-1.3.175.jar, examining for mod candidates
[11:28:08] [Server thread/DEBUG] [FML/]: Minecraft jar mods loaded successfully
[11:28:08] [Server thread/INFO] [FML/]: Found 0 mods from the command line. Injecting into mod discoverer
[11:28:08] [Server thread/INFO] [FML/]: Searching /root/development/skyblock_extreme/mods for mods
[11:28:08] [Server thread/DEBUG] [FML/]: Ignoring unknown file 0_README.1ST in mods directory
[11:28:08] [Server thread/DEBUG] [FML/]: Found a candidate mod directory 1.8
[11:28:08] [Server thread/TRACE] [FML/]: Skipping already parsed coremod or tweaker [0]CodeChickenCore-1.8-1.0.5.36-universal.jar
[11:28:08] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file [1.8] SecurityCraft v1.7.4.1.jar
[11:28:08] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file [1.8]BrazierMod-1.0.jar
[11:28:08] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file [1.8]bspkrsCore-universal-7.01.jar
[11:28:08] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file [1.8]Chimneys(2).jar
[11:28:08] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file adamantium-mod-1.4.1.jar
[11:28:08] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file AlexIILLib-1.8-1.3.42.jar
[11:28:08] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file animalsplus-1.3.jar
[11:28:08] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file archimedes-ships-plus-1.8-a3.2.jar
[11:28:08] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file Armour Expansion - 1.0.jar
[11:28:08] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file Aroma1997Core-1.8-1.0.3.4.b43.jar
[11:28:08] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file AttachableGrinder-5.0.0.jar
[11:28:08] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file AutoSap-MC1.8-1.2.jar
[11:28:08] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file BaseMetals-1.3.4.jar
[11:28:08] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file Baubles-1.8-1.1.1.0.jar
[11:28:08] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file BeardedLib-1.8-1.1.jar
[11:28:08] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file behind-bars-1.8-1.0.jar
[11:28:08] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file BetterChests-1.8-1.2.0.0.b41.jar
[11:28:08] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file block-launcher-1.8-2.0.jar
[11:28:08] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file boost-0.2.3.jar
[11:28:08] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file brewingPlus-1.8-0.0.6.jar
[11:28:08] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file Bunkermod-mc1.8-v2.0.jar
[11:28:08] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file C4Lib-1.8-1.0.0-universal.jar
[11:28:08] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file carbon-paper-1.8-1.0.0.jar
[11:28:08] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file Chameleon-1.8-0.1.0.jar
[11:28:08] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file ChickenShed-1.8-1.2.0.jar
[11:28:08] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file colorful-armor-1.8-2.8.jar
[11:28:08] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file Craftable Horse Armour and Saddle 1.2.1.jar
[11:28:08] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file CraftingEX_1.8-v1.0.6.jar
[11:28:08] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file custom-npcs-1.8.0-beta.jar
[11:28:08] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file custom-trades-mod-1.8-1.3.2.jar
[11:28:08] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file CyanosWonderfulWands_1.8-1.7.1.jar
[11:28:08] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file decoration-mega-pack-1.8-1.18.jar
[11:28:08] [Server thread/DEBUG] [FML/]: Ignoring unknown file disable.sh in mods directory
[11:28:08] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file dons-lightning-rod-1.8-1.0.jar
[11:28:08] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file dynmap-1.8-2.2.jar
[11:28:08] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file emeraldobsidianmod-1.8-1.3.1.jar
[11:28:08] [Server thread/DEBUG] [FML/]: Ignoring unknown file enable.sh in mods directory
[11:28:08] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file EnchantingPlus-1.8-3.1.0a1.jar
[11:28:08] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file enderutilities-1.8-0.4.0-beta-1a.jar
[11:28:08] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file EnderZoo-1.7.10-1.0.11.28.jar
[11:28:08] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file ex-nihilo-2-1.8-0.27.jar
[11:28:08] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file exp-chest-4.0a.jar
[11:28:08] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file FE-1.8-snapshot-8.jar
[11:28:08] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file fireplace-core-2.3.2.0.jar
[11:28:08] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file fluxducts-mc1.8-1.0.2.jar
[11:28:08] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file food-details-1.8-1.0.0.jar
[11:28:08] [Server thread/TRACE] [FML/]: Skipping already parsed coremod or tweaker forgeessentials-1.8-1.8.0.12-server.jar
[11:28:08] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file fragile-glass-1.8-1.2.jar
[11:28:08] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file fragile-torches-1.8-1.0.0.jar
[11:28:08] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file fulcrum-2.0.2.0.jar
[11:28:08] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file fun-ores-1.8-1.0.0-17.jar
[11:28:08] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file gakais-flight-table-fly-block-1.8-1.1.1.jar
[11:28:08] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file Galactic Colored Blocks-1.8-1.01.jar
[11:28:08] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file geoactivity-2.1.1.jar
[11:28:08] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file giacomos-foundry-1.8-1.3.3.jar
[11:28:08] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file GiacomosExperienceSeedling1.8-1.1.jar
[11:28:08] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file GiacomosFishingNet1.8-1.4.jar
[11:28:08] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file glass_shards_mc1.8-1.3.2.jar
[11:28:08] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file GravityGun-5.0.0.jar
[11:28:08] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file HelpFixer - 1.1.9.jar
[11:28:08] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file hopperducts-mc1.8-1.4.5.jar
[11:28:08] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file ice_shards_mc1.8-1.1-beta.jar
[11:28:08] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file iChunUtil-5.4.0.jar
[11:28:08] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file IgneousAdditions-1.2-BETA-2.jar
[11:28:08] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file inventory-tweaks-1.59-176.jar
[11:28:08] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file iron-chests-2-1.8-6.0.103.753.jar
[11:28:08] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file larrys-mod-1.8-1.06.1.jar
[11:28:08] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file lattice-mod-1.8-1.1.jar
[11:28:08] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file letters-numbers-and-symbols-mod-1.8-1.0.jar
[11:28:08] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file Liquid Enchanting-1.0.jar
[11:28:08] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file LomLib v4.1.0.jar
[11:28:08] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file LunatriusCore-1.8-1.1.2.28-universal.jar
[11:28:08] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file MachineMod-1.8-1.1-Pre-ALPHA-Build-123.jar
[11:28:08] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file magicalmages-v1.4-MCv1.8.jar
[11:28:08] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file magicclover-1.8-0.6.2.jar
[11:28:08] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file MakersMark-V2.0.1-MC1.8.jar
[11:28:08] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file medieval_mobs-1.8.x v.a2.jar
[11:28:08] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file Metals-1.8-2.1.jar
[11:28:08] [Server thread/DEBUG] [FML/]: Ignoring unknown file mkreport.sh in mods directory
[11:28:08] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file modularsuits-1.2.1.jar
[11:28:08] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file monkey-mod-1.0.jar
[11:28:08] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file morebows-1.8-2.0.0a2.jar
[11:28:08] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file Morpheus-1.8-2.0.41.jar
[11:28:08] [Server thread/TRACE] [FML/]: Skipping already parsed coremod or tweaker MovingWorld-1.8-ALPHA-3.1-HFX.jar
[11:28:08] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file MrCrayfishFurnitureModv3.4.8-build1(1.8).jar
[11:28:08] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file neotech-1.8-1.6.jar
[11:28:08] [Server thread/DEBUG] [FML/]: Ignoring unknown file newMod.sh in mods directory
[11:28:08] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file night-vision-mining-hats-1.8-1.4.jar
[11:28:08] [Server thread/TRACE] [FML/]: Skipping already parsed coremod or tweaker NotEnoughItems-1.8-1.0.5.104-universal.jar
[11:28:08] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file open-computers-1.8-1.5.14.32.jar
[11:28:08] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file pandoras-box-1.8-2.1.2.jar
[11:28:08] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file portable-crafting-bench-1.8-1.4.jar
[11:28:08] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file PortalGates2-mc1.8-2.1.4-b.jar
[11:28:08] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file power-apples-1.8-1.0.1.jar
[11:28:08] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file PowerAdvantage-1.2.4.jar
[11:28:08] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file prismatics-1.8-0.0.3.3.jar
[11:28:08] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file progressive-automation-1.8-1.6.15.jar
[11:28:08] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file project-bench-1.8-0.5.0.jar
[11:28:08] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file projecte-1.8-PE1.0.1.B.jar
[11:28:08] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file random-things-1.8-3.5.3.jar
[11:28:08] [Server thread/DEBUG] [FML/]: Ignoring unknown file rawStart.sh in mods directory
[11:28:08] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file redstone-paste-1.8-1.7.1.jar
[11:28:08] [Server thread/DEBUG] [FML/]: Ignoring unknown file Removelag.jar.disabled in mods directory
[11:28:08] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file reptile-mod-1.7.10-2.5.6-10.jar
[11:28:08] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file router-reborn-1.8-2.0.0.1A.jar
[11:28:08] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file Schematica-1.8-1.7.7.130-universal.jar
[11:28:08] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file seasoned-flesh-1.8-1.0-m3d3y15.jar
[11:28:08] [Server thread/DEBUG] [FML/]: Found a candidate mod directory sgs_metals
[11:28:08] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file silents-gems-1.8-1.3.1-82-beta.jar
[11:28:08] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file Simple Recipes 1.8.0-1.9.0.jar
[11:28:08] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file SimpleHolo-v1.0-1.8.jar
[11:28:08] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file smelt-cycle-1.2.jar
[11:28:08] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file sophisticated-wolves-3.5.0.jar
[11:28:08] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file spawnercraft-1.8-2.2.2.jar
[11:28:08] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file stackie-1.8-1.6.0.36.jar
[11:28:08] [Server thread/DEBUG] [FML/]: Ignoring unknown file start.sh in mods directory
[11:28:08] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file SteamAdvantage-1.3.2.jar
[11:28:08] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file storage-drawers-1.8-2.1.6.jar
[11:28:08] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file talismans-2-1.8-2.1.2.jar
[11:28:08] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file tnt_utilities-mc1.8-1.0.2-beta.jar
[11:28:08] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file torched-5.0.0.jar
[11:28:08] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file totemmod-3.0.jar
[11:28:08] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file unlogic-ii-2.1.1.0.jar
[11:28:08] [Server thread/DEBUG] [FML/]: Ignoring unknown file upgrade.session in mods directory
[11:28:08] [Server thread/DEBUG] [FML/]: Ignoring unknown file upgrade.sh in mods directory
[11:28:08] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file useful-uselessness-1.8-0.0.4.jar
[11:28:08] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file veinminer-0.27.0.jar
[11:28:08] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file wooden-and-stone-armor-1.8-1.3.1.jar
[11:28:08] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file world-edit-1.8-6.1.jar
[11:28:08] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file worms-1.8-1.1.0.jar
[11:28:08] [Server thread/TRACE] [FML/]: Skipping already parsed coremod or tweaker zz-backpacks 1.8 - 3.0.3 beta 4 (1).jar
[11:28:08] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file ZZZZZ Custom Configs-2.3.0 (1).jar
[11:28:08] [Server thread/INFO] [FML/]: Also searching /root/development/skyblock_extreme/mods/1.8 for mods
[11:28:08] [Server thread/TRACE] [FML/]: Skipping already parsed coremod or tweaker CodeChickenLib-1.8-1.1.2.133-universal.jar
[11:28:08] [Server thread/DEBUG] [FML/]: Examining file experimental_skyblock.jar for potential mods
[11:28:08] [Server thread/DEBUG] [FML/]: The mod container experimental_skyblock.jar appears to be missing an mcmod.info file
[11:28:08] [Server thread/DEBUG] [FML/]: Examining file hibernate-commons-annotations-4.0.5.Final.jar for potential mods
[11:28:08] [Server thread/DEBUG] [FML/]: The mod container hibernate-commons-annotations-4.0.5.Final.jar appears to be missing an mcmod.info file
[11:28:08] [Server thread/DEBUG] [FML/]: Examining file mysql-connector-java-5.1.22.jar for potential mods
[11:28:08] [Server thread/DEBUG] [FML/]: The mod container mysql-connector-java-5.1.22.jar appears to be missing an mcmod.info file
[11:28:08] [Server thread/DEBUG] [FML/]: Examining file dom4j-1.6.1.jar for potential mods
[11:28:08] [Server thread/DEBUG] [FML/]: The mod container dom4j-1.6.1.jar appears to be missing an mcmod.info file
[11:28:08] [Server thread/DEBUG] [FML/]: Examining file antlr-2.7.7.jar for potential mods
[11:28:08] [Server thread/DEBUG] [FML/]: The mod container antlr-2.7.7.jar appears to be missing an mcmod.info file
[11:28:08] [Server thread/DEBUG] [FML/]: Examining file jboss-logging-annotations-1.2.0.Beta1.jar for potential mods
[11:28:08] [Server thread/DEBUG] [FML/]: The mod container jboss-logging-annotations-1.2.0.Beta1.jar appears to be missing an mcmod.info file
[11:28:08] [Server thread/DEBUG] [FML/]: Examining file hibernate-core-4.3.7.Final.jar for potential mods
[11:28:08] [Server thread/DEBUG] [FML/]: The mod container hibernate-core-4.3.7.Final.jar appears to be missing an mcmod.info file
[11:28:09] [Server thread/DEBUG] [FML/]: Examining file hibernate-entitymanager-4.3.7.Final.jar for potential mods
[11:28:09] [Server thread/DEBUG] [FML/]: The mod container hibernate-entitymanager-4.3.7.Final.jar appears to be missing an mcmod.info file
[11:28:09] [Server thread/DEBUG] [FML/]: Examining file jandex-1.1.0.Final.jar for potential mods
[11:28:09] [Server thread/DEBUG] [FML/]: The mod container jandex-1.1.0.Final.jar appears to be missing an mcmod.info file
[11:28:09] [Server thread/DEBUG] [FML/]: Examining file pircbotx-1.9.jar for potential mods
[11:28:09] [Server thread/DEBUG] [FML/]: The mod container pircbotx-1.9.jar appears to be missing an mcmod.info file
[11:28:09] [Server thread/DEBUG] [FML/]: Examining file jboss-transaction-api_1.2_spec-1.0.0.Final.jar for potential mods
[11:28:09] [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
[11:28:09] [Server thread/DEBUG] [FML/]: Examining file hibernate-jpa-2.1-api-1.0.0.Final.jar for potential mods
[11:28:09] [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
[11:28:09] [Server thread/DEBUG] [FML/]: Examining file jboss-logging-3.1.3.GA.jar for potential mods
[11:28:09] [Server thread/DEBUG] [FML/]: The mod container jboss-logging-3.1.3.GA.jar appears to be missing an mcmod.info file
[11:28:09] [Server thread/DEBUG] [FML/]: Examining file javassist-3.18.1-GA.jar for potential mods
[11:28:09] [Server thread/DEBUG] [FML/]: The mod container javassist-3.18.1-GA.jar appears to be missing an mcmod.info file
[11:28:09] [Server thread/DEBUG] [FML/]: Examining file xml-apis-1.0.b2.jar for potential mods
[11:28:09] [Server thread/DEBUG] [FML/]: The mod container xml-apis-1.0.b2.jar appears to be missing an mcmod.info file
[11:28:09] [Server thread/DEBUG] [FML/]: Examining file h2-1.3.175.jar for potential mods
[11:28:09] [Server thread/DEBUG] [FML/]: The mod container h2-1.3.175.jar appears to be missing an mcmod.info file
[11:28:09] [Server thread/DEBUG] [FML/]: Examining directory 1.8 for potential mods
[11:28:09] [Server thread/DEBUG] [FML/]: No mcmod.info file found in directory 1.8
[11:28:09] [Server thread/DEBUG] [FML/]: Examining file [1.8] SecurityCraft v1.7.4.1.jar for potential mods
[11:28:09] [Server thread/TRACE] [FML/]: Located mcmod.info file in file [1.8] SecurityCraft v1.7.4.1.jar
[11:28:09] [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
[11:28:09] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (org.freeforums.geforce.securitycraft.main.mod_SecurityCraft) - loading
[11:28:09] [Server thread/TRACE] [securitycraft/]: Parsed dependency info : [Forge@[11.14.0.1252,)] [Forge@[11.14.0.1252,)] []
[11:28:09] [Server thread/INFO] [FML/]: Attempting to reparse the mod container [1.8] SecurityCraft v1.7.4.1.jar
[11:28:09] [Server thread/DEBUG] [FML/]: Examining file [1.8] SecurityCraft v1.7.4.1.jar for potential mods
[11:28:09] [Server thread/TRACE] [FML/]: Located mcmod.info file in file [1.8] SecurityCraft v1.7.4.1.jar
[11:28:09] [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
[11:28:09] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (org.freeforums.geforce.securitycraft.main.mod_SecurityCraft) - loading
[11:28:09] [Server thread/TRACE] [securitycraft/]: Parsed dependency info : [Forge@[11.14.0.1252,)] [Forge@[11.14.0.1252,)] []
[11:28:09] [Server thread/DEBUG] [FML/]: Examining file [1.8]BrazierMod-1.0.jar for potential mods
[11:28:09] [Server thread/TRACE] [FML/]: Located mcmod.info file in file [1.8]BrazierMod-1.0.jar
[11:28:09] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (mezek.firstmod.BrazierMod) - loading
[11:28:09] [Server thread/TRACE] [braziermod/]: Parsed dependency info : [] [] []
[11:28:09] [Server thread/DEBUG] [FML/]: Examining file [1.8]bspkrsCore-universal-7.01.jar for potential mods
[11:28:09] [Server thread/TRACE] [FML/]: Located mcmod.info file in file [1.8]bspkrsCore-universal-7.01.jar
[11:28:09] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (bspkrs.bspkrscore.fml.bspkrsCoreMod) - loading
[11:28:09] [Server thread/TRACE] [bspkrsCore/]: Using mcmod dependency info : [Forge@[11.14.1.1334,)] [Forge@[11.14.1.1334,)] []
[11:28:09] [Server thread/DEBUG] [FML/]: Examining file [1.8]Chimneys(2).jar for potential mods
[11:28:09] [Server thread/TRACE] [FML/]: Located mcmod.info file in file [1.8]Chimneys(2).jar
[11:28:09] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.Chimneys) - loading
[11:28:09] [Server thread/TRACE] [Chimneys/]: Parsed dependency info : [] [] []
[11:28:09] [Server thread/DEBUG] [FML/]: Examining file adamantium-mod-1.4.1.jar for potential mods
[11:28:09] [Server thread/TRACE] [FML/]: Located mcmod.info file in file adamantium-mod-1.4.1.jar
[11:28:09] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.reygok.adamantiummod.AdamantiumMod) - loading
[11:28:09] [Server thread/TRACE] [adamantium/]: Parsed dependency info : [] [] []
[11:28:09] [Server thread/DEBUG] [FML/]: Examining file AlexIILLib-1.8-1.3.42.jar for potential mods
[11:28:09] [Server thread/TRACE] [FML/]: Located mcmod.info file in file AlexIILLib-1.8-1.3.42.jar
[11:28:09] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (alexiil.mods.lib.AlexIILLib) - loading
[11:28:09] [Server thread/TRACE] [alexiillib/]: Parsed dependency info : [] [] []
[11:28:09] [Server thread/DEBUG] [FML/]: Examining file animalsplus-1.3.jar for potential mods
[11:28:09] [Server thread/TRACE] [FML/]: Located mcmod.info file in file animalsplus-1.3.jar
[11:28:09] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (clickme.animalsplus.common.AnimalsPlus) - loading
[11:28:09] [Server thread/TRACE] [animalsplus/]: Parsed dependency info : [] [] []
[11:28:09] [Server thread/DEBUG] [FML/]: Examining file archimedes-ships-plus-1.8-a3.2.jar for potential mods
[11:28:09] [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_31]
at java.util.zip.ZipFile.<init>(ZipFile.java:220) ~[?:1.8.0_31]
at java.util.zip.ZipFile.<init>(ZipFile.java:150) ~[?:1.8.0_31]
at java.util.jar.JarFile.<init>(JarFile.java:166) ~[?:1.8.0_31]
at java.util.jar.JarFile.<init>(JarFile.java:130) ~[?:1.8.0_31]
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_31]
[11:28:09] [Server thread/DEBUG] [FML/]: Examining file Armour Expansion - 1.0.jar for potential mods
[11:28:09] [Server thread/TRACE] [FML/]: Located mcmod.info file in file Armour Expansion - 1.0.jar
[11:28:09] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.cookiehook.armourexpansion.ArmourExpansion) - loading
[11:28:09] [Server thread/TRACE] [armourexpansion/]: Parsed dependency info : [] [] []
[11:28:09] [Server thread/DEBUG] [FML/]: Examining file Aroma1997Core-1.8-1.0.3.4.b43.jar for potential mods
[11:28:09] [Server thread/TRACE] [FML/]: Located mcmod.info file in file Aroma1997Core-1.8-1.0.3.4.b43.jar
[11:28:09] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (aroma1997.core.helper.Aroma1997CoreHelper) - loading
[11:28:09] [Server thread/TRACE] [Aroma1997CoreHelper/]: Parsed dependency info : [] [] []
[11:28:09] [Server thread/DEBUG] [Aroma1997CoreHelper/]: Attempting to load the file version.properties from Aroma1997Core-1.8-1.0.3.4.b43.jar to locate a version number for Aroma1997CoreHelper
[11:28:09] [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.b43
[11:28:09] [Server thread/DEBUG] [FML/]: Examining file AttachableGrinder-5.0.0.jar for potential mods
[11:28:09] [Server thread/TRACE] [FML/]: Located mcmod.info file in file AttachableGrinder-5.0.0.jar
[11:28:09] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (us.ichun.mods.attachablegrinder.common.Grinder) - loading
[11:28:09] [Server thread/TRACE] [AttachableGrinder/]: Parsed dependency info : [iChunUtil@[5.4.0,6.0.0)] [iChunUtil@[5.4.0,6.0.0)] []
[11:28:09] [Server thread/DEBUG] [FML/]: Examining file AutoSap-MC1.8-1.2.jar for potential mods
[11:28:09] [Server thread/TRACE] [FML/]: Located mcmod.info file in file AutoSap-MC1.8-1.2.jar
[11:28:09] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.lemonscrap.AutoSap.AutoSapling) - loading
[11:28:09] [Server thread/TRACE] [AutoSapling/]: Parsed dependency info : [] [] []
[11:28:09] [Server thread/INFO] [AutoSapling/]: Mod AutoSapling is missing the required element 'name'. Substituting AutoSapling
[11:28:09] [Server thread/DEBUG] [FML/]: Examining file BaseMetals-1.3.4.jar for potential mods
[11:28:09] [Server thread/TRACE] [FML/]: Located mcmod.info file in file BaseMetals-1.3.4.jar
[11:28:09] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (cyano.basemetals.BaseMetals) - loading
[11:28:09] [Server thread/TRACE] [basemetals/]: Parsed dependency info : [] [] []
[11:28:09] [Server thread/DEBUG] [FML/]: Examining file Baubles-1.8-1.1.1.0.jar for potential mods
[11:28:09] [Server thread/TRACE] [FML/]: Located mcmod.info file in file Baubles-1.8-1.1.1.0.jar
[11:28:09] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (baubles.common.Baubles) - loading
[11:28:09] [Server thread/TRACE] [Baubles/]: Parsed dependency info : [Forge@[11.14.1,)] [Forge@[11.14.1,)] []
[11:28:09] [Server thread/DEBUG] [FML/]: Examining file BeardedLib-1.8-1.1.jar for potential mods
[11:28:09] [Server thread/TRACE] [FML/]: Located mcmod.info file in file BeardedLib-1.8-1.1.jar
[11:28:09] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (de.dr_schnauzer.beardedlib.BeardedLib) - loading
[11:28:09] [Server thread/TRACE] [BeardedLib/]: Parsed dependency info : [] [] []
[11:28:09] [Server thread/DEBUG] [FML/]: Examining file behind-bars-1.8-1.0.jar for potential mods
[11:28:09] [Server thread/TRACE] [FML/]: Located mcmod.info file in file behind-bars-1.8-1.0.jar
[11:28:09] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (uk.co.swdteam.jail.main.Main) - loading
[11:28:09] [Server thread/TRACE] [swdjail/]: Parsed dependency info : [] [] []
[11:28:09] [Server thread/INFO] [swdjail/]: Mod swdjail is missing the required element 'name'. Substituting swdjail
[11:28:09] [Server thread/DEBUG] [FML/]: Examining file BetterChests-1.8-1.2.0.0.b41.jar for potential mods
[11:28:09] [Server thread/TRACE] [FML/]: Located mcmod.info file in file BetterChests-1.8-1.2.0.0.b41.jar
[11:28:09] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (aroma1997.betterchests.BetterChests) - loading
[11:28:09] [Server thread/TRACE] [BetterChests/]: Parsed dependency info : [Aroma1997Core] [Aroma1997Core] []
[11:28:09] [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
[11:28:09] [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
[11:28:09] [Server thread/DEBUG] [FML/]: Examining file block-launcher-1.8-2.0.jar for potential mods
[11:28:09] [Server thread/TRACE] [FML/]: Located mcmod.info file in file block-launcher-1.8-2.0.jar
[11:28:09] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (rafradek.blocklauncher.BlockLauncher) - loading
[11:28:09] [Server thread/TRACE] [rafradek_blocklauncher/]: Parsed dependency info : [] [] []
[11:28:09] [Server thread/DEBUG] [FML/]: Examining file boost-0.2.3.jar for potential mods
[11:28:09] [Server thread/TRACE] [FML/]: Located mcmod.info file in file boost-0.2.3.jar
[11:28:09] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.grizeldi.testMod.TestMod) - loading
[11:28:09] [Server thread/TRACE] [gtm/]: Parsed dependency info : [] [] []
[11:28:09] [Server thread/DEBUG] [FML/]: Examining file brewingPlus-1.8-0.0.6.jar for potential mods
[11:28:09] [Server thread/DEBUG] [FML/]: The mod container brewingPlus-1.8-0.0.6.jar appears to be missing an mcmod.info file
[11:28:09] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.nathan5462.brewingPlus.MainBrewingPlusClass) - loading
[11:28:09] [Server thread/TRACE] [brewingPlus/]: Parsed dependency info : [] [] []
[11:28:10] [Server thread/DEBUG] [FML/]: Examining file Bunkermod-mc1.8-v2.0.jar for potential mods
[11:28:10] [Server thread/TRACE] [FML/]: Located mcmod.info file in file Bunkermod-mc1.8-v2.0.jar
[11:28:10] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.sheryv.bunkermod.Bunkermod) - loading
[11:28:10] [Server thread/TRACE] [bunkermod/]: Parsed dependency info : [] [] []
[11:28:10] [Server thread/DEBUG] [FML/]: Examining file C4Lib-1.8-1.0.0-universal.jar for potential mods
[11:28:10] [Server thread/TRACE] [FML/]: Located mcmod.info file in file C4Lib-1.8-1.0.0-universal.jar
[11:28:10] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (C4Lib.C4lib) - loading
[11:28:10] [Server thread/TRACE] [C4Lib/]: Parsed dependency info : [] [] []
[11:28:10] [Server thread/DEBUG] [FML/]: Examining file carbon-paper-1.8-1.0.0.jar for potential mods
[11:28:10] [Server thread/TRACE] [FML/]: Located mcmod.info file in file carbon-paper-1.8-1.0.0.jar
[11:28:10] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.lothrazar.samscarbonpaper.ModCarbon) - loading
[11:28:10] [Server thread/TRACE] [samscarbonpaper/]: Parsed dependency info : [] [] []
[11:28:10] [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
[11:28:10] [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
[11:28:10] [Server thread/DEBUG] [FML/]: Examining file Chameleon-1.8-0.1.0.jar for potential mods
[11:28:10] [Server thread/TRACE] [FML/]: Located mcmod.info file in file Chameleon-1.8-0.1.0.jar
[11:28:10] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.jaquadro.minecraft.chameleon.Chameleon) - loading
[11:28:10] [Server thread/TRACE] [Chameleon/]: Using mcmod dependency info : [Forge] [] []
[11:28:10] [Server thread/DEBUG] [FML/]: Examining file ChickenShed-1.8-1.2.0.jar for potential mods
[11:28:10] [Server thread/TRACE] [FML/]: Located mcmod.info file in file ChickenShed-1.8-1.2.0.jar
[11:28:10] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (vazkii.chickenshed.ChickenShed) - loading
[11:28:10] [Server thread/TRACE] [ChickenShed/]: Parsed dependency info : [] [] []
[11:28:10] [Server thread/DEBUG] [FML/]: Examining file colorful-armor-1.8-2.8.jar for potential mods
[11:28:10] [Server thread/TRACE] [FML/]: Located mcmod.info file in file colorful-armor-1.8-2.8.jar
[11:28:10] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.torquebolt.colorfularmor.Dyable) - loading
[11:28:10] [Server thread/TRACE] [colorfularmor/]: Parsed dependency info : [] [] []
[11:28:10] [Server thread/DEBUG] [FML/]: Examining file Craftable Horse Armour and Saddle 1.2.1.jar for potential mods
[11:28:10] [Server thread/TRACE] [FML/]: Located mcmod.info file in file Craftable Horse Armour and Saddle 1.2.1.jar
[11:28:10] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.ewyboy.craftablehorsearmour.CraftableHorseArmour) - loading
[11:28:10] [Server thread/TRACE] [craftablehorsearmour/]: Parsed dependency info : [] [] []
[11:28:10] [Server thread/DEBUG] [FML/]: Examining file CraftingEX_1.8-v1.0.6.jar for potential mods
[11:28:10] [Server thread/TRACE] [FML/]: Located mcmod.info file in file CraftingEX_1.8-v1.0.6.jar
[11:28:10] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (craftingex.core.CraftingEX) - loading
[11:28:10] [Server thread/TRACE] [craftingex/]: Using mcmod dependency info : [Forge] [] []
[11:28:10] [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
[11:28:10] [Server thread/DEBUG] [craftingex/]: Found version 1.0.6 for mod craftingex in version.properties, using
[11:28:10] [Server thread/DEBUG] [FML/]: Examining file custom-npcs-1.8.0-beta.jar for potential mods
[11:28:10] [Server thread/TRACE] [FML/]: Located mcmod.info file in file custom-npcs-1.8.0-beta.jar
[11:28:10] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (noppes.npcs.CustomNpcs) - loading
[11:28:10] [Server thread/TRACE] [customnpcs/]: Parsed dependency info : [Forge@[11.14.1.1334,)] [Forge@[11.14.1.1334,)] []
[11:28:10] [Server thread/DEBUG] [FML/]: Examining file custom-trades-mod-1.8-1.3.2.jar for potential mods
[11:28:10] [Server thread/TRACE] [FML/]: Located mcmod.info file in file custom-trades-mod-1.8-1.3.2.jar
[11:28:10] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.supercat765.Trades.Trades) - loading
[11:28:10] [Server thread/TRACE] [ctrades/]: Parsed dependency info : [] [] []
[11:28:10] [Server thread/DEBUG] [FML/]: Examining file CyanosWonderfulWands_1.8-1.7.1.jar for potential mods
[11:28:10] [Server thread/TRACE] [FML/]: Located mcmod.info file in file CyanosWonderfulWands_1.8-1.7.1.jar
[11:28:10] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (cyano.wonderfulwands.WonderfulWands) - loading
[11:28:10] [Server thread/TRACE] [wonderfulwands/]: Parsed dependency info : [] [] []
[11:28:10] [Server thread/DEBUG] [FML/]: Examining file decoration-mega-pack-1.8-1.18.jar for potential mods
[11:28:10] [Server thread/TRACE] [FML/]: Located mcmod.info file in file decoration-mega-pack-1.8-1.18.jar
[11:28:10] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (decorationmegapack.DecorationMegaPack) - loading
[11:28:10] [Server thread/TRACE] [decorationmegapack/]: Parsed dependency info : [] [] []
[11:28:10] [Server thread/DEBUG] [FML/]: Examining file dons-lightning-rod-1.8-1.0.jar for potential mods
[11:28:10] [Server thread/DEBUG] [FML/]: The mod container dons-lightning-rod-1.8-1.0.jar appears to be missing an mcmod.info file
[11:28:10] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (donslightningrod.DLR) - loading
[11:28:10] [Server thread/TRACE] [dlr/]: Parsed dependency info : [] [] []
[11:28:10] [Server thread/DEBUG] [FML/]: Examining file dynmap-1.8-2.2.jar for potential mods
[11:28:10] [Server thread/TRACE] [FML/]: Located mcmod.info file in file dynmap-1.8-2.2.jar
[11:28:10] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (org.dynmap.forge.DynmapMod) - loading
[11:28:10] [Server thread/TRACE] [Dynmap/]: Parsed dependency info : [] [] []
[11:28:10] [Server thread/DEBUG] [FML/]: Examining file emeraldobsidianmod-1.8-1.3.1.jar for potential mods
[11:28:10] [Server thread/TRACE] [FML/]: Located mcmod.info file in file emeraldobsidianmod-1.8-1.3.1.jar
[11:28:10] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.royalsmods.emeraldobsidianmod.emeraldobsidianmod) - loading
[11:28:10] [Server thread/TRACE] [emeraldobsidianmod/]: Parsed dependency info : [] [] []
[11:28:10] [Server thread/DEBUG] [FML/]: Examining file EnchantingPlus-1.8-3.1.0a1.jar for potential mods
[11:28:10] [Server thread/TRACE] [FML/]: Located mcmod.info file in file EnchantingPlus-1.8-3.1.0a1.jar
[11:28:10] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.aesireanempire.eplus.EnchantingPlus) - loading
[11:28:10] [Server thread/TRACE] [eplus/]: Parsed dependency info : [] [] []
[11:28:10] [Server thread/DEBUG] [FML/]: Examining file enderutilities-1.8-0.4.0-beta-1a.jar for potential mods
[11:28:10] [Server thread/TRACE] [FML/]: Located mcmod.info file in file enderutilities-1.8-0.4.0-beta-1a.jar
[11:28:10] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (fi.dy.masa.enderutilities.EnderUtilities) - loading
[11:28:10] [Server thread/TRACE] [enderutilities/]: Parsed dependency info : [] [] []
[11:28:10] [Server thread/DEBUG] [FML/]: Examining file EnderZoo-1.7.10-1.0.11.28.jar for potential mods
[11:28:10] [Server thread/TRACE] [FML/]: Located mcmod.info file in file EnderZoo-1.7.10-1.0.11.28.jar
[11:28:10] [Server thread/DEBUG] [FML/]: Examining file ex-nihilo-2-1.8-0.27.jar for potential mods
[11:28:10] [Server thread/TRACE] [FML/]: Located mcmod.info file in file ex-nihilo-2-1.8-0.27.jar
[11:28:10] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (exnihilo2.EN2) - loading
[11:28:10] [Server thread/TRACE] [exnihilo2/]: Parsed dependency info : [] [] []
[11:28:10] [Server thread/DEBUG] [FML/]: Examining file exp-chest-4.0a.jar for potential mods
[11:28:10] [Server thread/TRACE] [FML/]: Located mcmod.info file in file exp-chest-4.0a.jar
[11:28:10] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.jlaning.expchest.ExpChest) - loading
[11:28:10] [Server thread/TRACE] [expchest/]: Parsed dependency info : [FML] [FML] []
[11:28:10] [Server thread/DEBUG] [FML/]: Examining file FE-1.8-snapshot-8.jar for potential mods
[11:28:10] [Server thread/TRACE] [FML/]: Located mcmod.info file in file FE-1.8-snapshot-8.jar
[11:28:10] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.forgeessentials.core.ForgeEssentials) - loading
[11:28:10] [Server thread/TRACE] [ForgeEssentials/]: Parsed dependency info : [Forge@[10.13.2.1258,)] [Forge@[10.13.2.1258,), WorldEdit] []
[11:28:10] [Server thread/DEBUG] [FML/]: Examining file fireplace-core-2.3.2.0.jar for potential mods
[11:28:10] [Server thread/TRACE] [FML/]: Located mcmod.info file in file fireplace-core-2.3.2.0.jar
[11:28:10] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (the_fireplace.fireplacecore.FireCoreBaseFile) - loading
[11:28:10] [Server thread/TRACE] [fireplacecore/]: Using mcmod dependency info : [Forge@[11.14.1.*,)] [VersionChecker] [mobrebirth, unlogicii, moreclienttweaks, netheressence, clayspawn, IngameAccountSwitcher, leafcutter, fluidity]
[11:28:10] [Server thread/DEBUG] [FML/]: Examining file fluxducts-mc1.8-1.0.2.jar for potential mods
[11:28:10] [Server thread/TRACE] [FML/]: Located mcmod.info file in file fluxducts-mc1.8-1.0.2.jar
[11:28:10] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (net.fybertech.fluxducts.FluxDucts) - loading
[11:28:10] [Server thread/TRACE] [fluxducts/]: Parsed dependency info : [] [] []
[11:28:10] [Server thread/DEBUG] [FML/]: Examining file food-details-1.8-1.0.0.jar for potential mods
[11:28:10] [Server thread/TRACE] [FML/]: Located mcmod.info file in file food-details-1.8-1.0.0.jar
[11:28:10] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.lothrazar.samsfooddetails.ModFoodDetails) - loading
[11:28:10] [Server thread/TRACE] [samsfooddetails/]: Parsed dependency info : [] [] []
[11:28:10] [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
[11:28:10] [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
[11:28:10] [Server thread/DEBUG] [FML/]: Examining file fragile-glass-1.8-1.2.jar for potential mods
[11:28:10] [Server thread/TRACE] [FML/]: Located mcmod.info file in file fragile-glass-1.8-1.2.jar
[11:28:10] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.fredtargaryen.fragileglass.FragileGlassBase) - loading
[11:28:10] [Server thread/TRACE] [ftfragileglass/]: Parsed dependency info : [] [] []
[11:28:10] [Server thread/DEBUG] [FML/]: Examining file fragile-torches-1.8-1.0.0.jar for potential mods
[11:28:10] [Server thread/TRACE] [FML/]: Located mcmod.info file in file fragile-torches-1.8-1.0.0.jar
[11:28:10] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.lothrazar.samsfragiletorches.ModFragileTorches) - loading
[11:28:10] [Server thread/TRACE] [samsfragiletorches/]: Parsed dependency info : [] [] []
[11:28:10] [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
[11:28:10] [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
[11:28:10] [Server thread/DEBUG] [FML/]: Examining file fulcrum-2.0.2.0.jar for potential mods
[11:28:10] [Server thread/TRACE] [FML/]: Located mcmod.info file in file fulcrum-2.0.2.0.jar
[11:28:10] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (the_fireplace.fulcrum.Fulcrum) - loading
[11:28:10] [Server thread/TRACE] [fulcrum/]: Using mcmod dependency info : [Forge@[11.14.1.*,)] [VersionChecker] [mobrebirth, unlogicii, moreclienttweaks, netheressence, clayspawn, IngameAccountSwitcher, leafcutter, fluidity, realstonetools, adobeblocks]
[11:28:10] [Server thread/DEBUG] [FML/]: Examining file fun-ores-1.8-1.0.0-17.jar for potential mods
[11:28:10] [Server thread/TRACE] [FML/]: Located mcmod.info file in file fun-ores-1.8-1.0.0-17.jar
[11:28:10] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (net.silentchaos512.funores.FunOres) - loading
[11:28:10] [Server thread/TRACE] [FunOres/]: Parsed dependency info : [] [] []
[11:28:10] [Server thread/DEBUG] [FML/]: Examining file gakais-flight-table-fly-block-1.8-1.1.1.jar for potential mods
[11:28:10] [Server thread/TRACE] [FML/]: Located mcmod.info file in file gakais-flight-table-fly-block-1.8-1.1.1.jar
[11:28:10] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (de.gakai.flighttable.FlightTableMod) - loading
[11:28:10] [Server thread/TRACE] [GakaisFlightTable/]: Parsed dependency info : [] [] []
[11:28:10] [Server thread/DEBUG] [FML/]: Examining file Galactic Colored Blocks-1.8-1.01.jar for potential mods
[11:28:10] [Server thread/TRACE] [FML/]: Located mcmod.info file in file Galactic Colored Blocks-1.8-1.01.jar
[11:28:10] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.mystify.bonus.Bonus) - loading
[11:28:10] [Server thread/TRACE] [bonus/]: Parsed dependency info : [] [] []
[11:28:10] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.mystify.galactic.Galactic) - loading
[11:28:10] [Server thread/TRACE] [galactic/]: Parsed dependency info : [] [] []
[11:28:10] [Server thread/DEBUG] [FML/]: Examining file geoactivity-2.1.1.jar for potential mods
[11:28:10] [Server thread/TRACE] [FML/]: Located mcmod.info file in file geoactivity-2.1.1.jar
[11:28:10] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.entirecraft.general.GeoActivity) - loading
[11:28:10] [Server thread/TRACE] [geoactivity/]: Parsed dependency info : [] [] []
[11:28:10] [Server thread/DEBUG] [FML/]: Examining file giacomos-foundry-1.8-1.3.3.jar for potential mods
[11:28:10] [Server thread/TRACE] [FML/]: Located mcmod.info file in file giacomos-foundry-1.8-1.3.3.jar
[11:28:10] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.polipo.foundry.ModFoundry) - loading
[11:28:10] [Server thread/TRACE] [foundry/]: Parsed dependency info : [] [] []
[11:28:10] [Server thread/DEBUG] [FML/]: Examining file GiacomosExperienceSeedling1.8-1.1.jar for potential mods
[11:28:10] [Server thread/TRACE] [FML/]: Located mcmod.info file in file GiacomosExperienceSeedling1.8-1.1.jar
[11:28:10] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.polipo.exp.Exp) - loading
[11:28:10] [Server thread/TRACE] [exp/]: Parsed dependency info : [] [] []
[11:28:10] [Server thread/DEBUG] [FML/]: Examining file GiacomosFishingNet1.8-1.4.jar for potential mods
[11:28:10] [Server thread/TRACE] [FML/]: Located mcmod.info file in file GiacomosFishingNet1.8-1.4.jar
[11:28:10] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.polipo.fishing.FishingNet) - loading
[11:28:10] [Server thread/TRACE] [fishing/]: Parsed dependency info : [] [] []
[11:28:10] [Server thread/DEBUG] [FML/]: Examining file glass_shards_mc1.8-1.3.2.jar for potential mods
[11:28:10] [Server thread/TRACE] [FML/]: Located mcmod.info file in file glass_shards_mc1.8-1.3.2.jar
[11:28:10] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (ljfa.glassshards.GlassShards) - loading
[11:28:10] [Server thread/TRACE] [glass_shards/]: Parsed dependency info : [] [] []
[11:28:10] [Server thread/DEBUG] [FML/]: Examining file GravityGun-5.0.0.jar for potential mods
[11:28:10] [Server thread/TRACE] [FML/]: Located mcmod.info file in file GravityGun-5.0.0.jar
[11:28:10] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (us.ichun.mods.gravitygun.common.GravityGun) - loading
[11:28:10] [Server thread/TRACE] [GravityGun/]: Parsed dependency info : [iChunUtil@[5.4.0,6.0.0)] [iChunUtil@[5.4.0,6.0.0)] []
[11:28:10] [Server thread/DEBUG] [FML/]: Examining file HelpFixer - 1.1.9.jar for potential mods
[11:28:10] [Server thread/TRACE] [FML/]: Located mcmod.info file in file HelpFixer - 1.1.9.jar
[11:28:10] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.matthewprenger.helpfixer.HelpFixer) - loading
[11:28:10] [Server thread/TRACE] [HelpFixer/]: Parsed dependency info : [] [] []
[11:28:10] [Server thread/DEBUG] [HelpFixer/]: Attempting to load the file version.properties from HelpFixer - 1.1.9.jar to locate a version number for HelpFixer
[11:28:10] [Server thread/DEBUG] [HelpFixer/]: Found version 1.1.9 for mod HelpFixer in version.properties, using
[11:28:10] [Server thread/DEBUG] [FML/]: Examining file hopperducts-mc1.8-1.4.5.jar for potential mods
[11:28:10] [Server thread/TRACE] [FML/]: Located mcmod.info file in file hopperducts-mc1.8-1.4.5.jar
[11:28:10] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (net.fybertech.hopperducts.HopperDuctsMod) - loading
[11:28:10] [Server thread/TRACE] [hopperducts/]: Parsed dependency info : [] [] []
[11:28:10] [Server thread/DEBUG] [FML/]: Examining file ice_shards_mc1.8-1.1-beta.jar for potential mods
[11:28:10] [Server thread/TRACE] [FML/]: Located mcmod.info file in file ice_shards_mc1.8-1.1-beta.jar
[11:28:11] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (de.ljfa.iceshards.IceShards) - loading
[11:28:11] [Server thread/TRACE] [ice_shards/]: Parsed dependency info : [glass_shards@[1.3.2,),[${version},${version}]] [glass_shards@[1.3.2,),[${version},${version}]] []
[11:28:11] [Server thread/DEBUG] [FML/]: Examining file iChunUtil-5.4.0.jar for potential mods
[11:28:11] [Server thread/TRACE] [FML/]: Located mcmod.info file in file iChunUtil-5.4.0.jar
[11:28:11] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (us.ichun.mods.ichunutil.common.iChunUtil) - loading
[11:28:11] [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)] []
[11:28:11] [Server thread/DEBUG] [FML/]: Examining file IgneousAdditions-1.2-BETA-2.jar for potential mods
[11:28:11] [Server thread/TRACE] [FML/]: Located mcmod.info file in file IgneousAdditions-1.2-BETA-2.jar
[11:28:11] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.techern.minecraft.ia.IgneousAdditionsMod) - loading
[11:28:11] [Server thread/TRACE] [igneousadditions/]: Parsed dependency info : [] [] []
[11:28:11] [Server thread/DEBUG] [FML/]: Examining file inventory-tweaks-1.59-176.jar for potential mods
[11:28:11] [Server thread/TRACE] [FML/]: Located mcmod.info file in file inventory-tweaks-1.59-176.jar
[11:28:11] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (invtweaks.forge.InvTweaksMod) - loading
[11:28:11] [Server thread/TRACE] [inventorytweaks/]: Parsed dependency info : [Forge@[11.14.1,), FML@[8.0.42,)] [FML@[8.0.42,), Forge@[11.14.1,)] []
[11:28:11] [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
[11:28:11] [Server thread/DEBUG] [inventorytweaks/]: Found version 1.59-176-9318a76-dirty for mod inventorytweaks in version.properties, using
[11:28:11] [Server thread/DEBUG] [FML/]: Examining file iron-chests-2-1.8-6.0.103.753.jar for potential mods
[11:28:11] [Server thread/TRACE] [FML/]: Located mcmod.info file in file iron-chests-2-1.8-6.0.103.753.jar
[11:28:11] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (cpw.mods.ironchest.IronChest) - loading
[11:28:11] [Server thread/TRACE] [IronChest/]: Parsed dependency info : [FML@[7.2,)] [FML@[7.2,)] []
[11:28:11] [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
[11:28:11] [Server thread/DEBUG] [IronChest/]: Found version 6.0.103.753 for mod IronChest in version.properties, using
[11:28:11] [Server thread/DEBUG] [FML/]: Examining file larrys-mod-1.8-1.06.1.jar for potential mods
[11:28:11] [Server thread/TRACE] [FML/]: Located mcmod.info file in file larrys-mod-1.8-1.06.1.jar
[11:28:11] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (larry.larrysmod.LarrysMod) - loading
[11:28:11] [Server thread/TRACE] [larrysmod/]: Parsed dependency info : [] [] []
[11:28:11] [Server thread/DEBUG] [FML/]: Examining file lattice-mod-1.8-1.1.jar for potential mods
[11:28:11] [Server thread/TRACE] [FML/]: Located mcmod.info file in file lattice-mod-1.8-1.1.jar
[11:28:11] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (net.fybertech.lattice.LatticeMod) - loading
[11:28:11] [Server thread/TRACE] [latticemod/]: Parsed dependency info : [] [] []
[11:28:11] [Server thread/DEBUG] [FML/]: Examining file letters-numbers-and-symbols-mod-1.8-1.0.jar for potential mods
[11:28:11] [Server thread/TRACE] [FML/]: Located mcmod.info file in file letters-numbers-and-symbols-mod-1.8-1.0.jar
[11:28:11] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (cn.mryuan.letters.Letters) - loading
[11:28:11] [Server thread/TRACE] [letters/]: Parsed dependency info : [] [] []
[11:28:11] [Server thread/DEBUG] [FML/]: Examining file Liquid Enchanting-1.0.jar for potential mods
[11:28:11] [Server thread/TRACE] [FML/]: Located mcmod.info file in file Liquid Enchanting-1.0.jar
[11:28:11] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.cookiehook.liquidenchanting.LiquidEnchanting) - loading
[11:28:11] [Server thread/TRACE] [liquidenchanting/]: Parsed dependency info : [] [] []
[11:28:11] [Server thread/DEBUG] [FML/]: Examining file LomLib v4.1.0.jar for potential mods
[11:28:11] [Server thread/TRACE] [FML/]: Located mcmod.info file in file LomLib v4.1.0.jar
[11:28:11] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (net.lomeli.lomlib.LomLib) - loading
[11:28:11] [Server thread/TRACE] [LomLib/]: Parsed dependency info : [] [] []
[11:28:11] [Server thread/DEBUG] [FML/]: Examining file LunatriusCore-1.8-1.1.2.28-universal.jar for potential mods
[11:28:11] [Server thread/TRACE] [FML/]: Located mcmod.info file in file LunatriusCore-1.8-1.1.2.28-universal.jar
[11:28:11] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.github.lunatrius.core.LunatriusCore) - loading
[11:28:11] [Server thread/TRACE] [LunatriusCore/]: Using mcmod dependency info : [Forge@[11.14.0.1237,)] [Forge@[11.14.0.1237,)] []
[11:28:11] [Server thread/DEBUG] [FML/]: Examining file MachineMod-1.8-1.1-Pre-ALPHA-Build-123.jar for potential mods
[11:28:11] [Server thread/TRACE] [FML/]: Located mcmod.info file in file MachineMod-1.8-1.1-Pre-ALPHA-Build-123.jar
[11:28:11] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.projectreddog.machinemod.MachineMod) - loading
[11:28:11] [Server thread/TRACE] [machinemod/]: Using mcmod dependency info : [Forge] [] []
[11:28:11] [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
[11:28:11] [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
[11:28:11] [Server thread/DEBUG] [FML/]: Examining file magicalmages-v1.4-MCv1.8.jar for potential mods
[11:28:11] [Server thread/TRACE] [FML/]: Located mcmod.info file in file magicalmages-v1.4-MCv1.8.jar
[11:28:11] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (wolfboyft.magicalmages.MagicalMages) - loading
[11:28:11] [Server thread/TRACE] [magicalmages/]: Parsed dependency info : [] [] []
[11:28:11] [Server thread/DEBUG] [FML/]: Examining file magicclover-1.8-0.6.2.jar for potential mods
[11:28:11] [Server thread/TRACE] [FML/]: Located mcmod.info file in file magicclover-1.8-0.6.2.jar
[11:28:11] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (clover.MagicClover) - loading
[11:28:11] [Server thread/TRACE] [magicclover/]: Parsed dependency info : [] [] []
[11:28:11] [Server thread/DEBUG] [FML/]: Examining file MakersMark-V2.0.1-MC1.8.jar for potential mods
[11:28:11] [Server thread/TRACE] [FML/]: Located mcmod.info file in file MakersMark-V2.0.1-MC1.8.jar
[11:28:11] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.hitchh1k3rsguide.makersmark.MakersMark) - loading
[11:28:11] [Server thread/TRACE] [makersmark/]: Parsed dependency info : [hitchcore] [hitchcore] []
[11:28:11] [Server thread/DEBUG] [FML/]: Examining file medieval_mobs-1.8.x v.a2.jar for potential mods
[11:28:11] [Server thread/TRACE] [FML/]: Located mcmod.info file in file medieval_mobs-1.8.x v.a2.jar
[11:28:11] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.alek.medieval_mobs.MedievalMobs) - loading
[11:28:11] [Server thread/TRACE] [medieval_mobs/]: Parsed dependency info : [] [] []
[11:28:11] [Server thread/DEBUG] [FML/]: Examining file Metals-1.8-2.1.jar for potential mods
[11:28:11] [Server thread/TRACE] [FML/]: Located mcmod.info file in file Metals-1.8-2.1.jar
[11:28:11] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.someguyssoftware.metals.Metals) - loading
[11:28:11] [Server thread/TRACE] [sgs_metals/]: Parsed dependency info : [] [] []
[11:28:11] [Server thread/DEBUG] [FML/]: Examining file modularsuits-1.2.1.jar for potential mods
[11:28:11] [Server thread/DEBUG] [FML/]: The mod container modularsuits-1.2.1.jar appears to be missing an mcmod.info file
[11:28:11] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (hu.laci200270.mods.modularsuits.ModularSuits) - loading
[11:28:11] [Server thread/TRACE] [modularsuits/]: Parsed dependency info : [] [] []
[11:28:11] [Server thread/INFO] [modularsuits/]: Mod modularsuits is missing the required element 'name'. Substituting modularsuits
[11:28:11] [Server thread/DEBUG] [modularsuits/]: Attempting to load the file version.properties from modularsuits-1.2.1.jar to locate a version number for modularsuits
[11:28:11] [Server thread/WARN] [modularsuits/]: Mod modularsuits is missing the required element 'version' and no fallback can be found. Substituting '1.0'.
[11:28:11] [Server thread/DEBUG] [FML/]: Examining file monkey-mod-1.0.jar for potential mods
[11:28:11] [Server thread/TRACE] [FML/]: Located mcmod.info file in file monkey-mod-1.0.jar
[11:28:11] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (weird.weirdMobs.main.WeirdMobs) - loading
[11:28:11] [Server thread/TRACE] [weirdmobs/]: Parsed dependency info : [] [] []
[11:28:11] [Server thread/DEBUG] [FML/]: Examining file morebows-1.8-2.0.0a2.jar for potential mods
[11:28:11] [Server thread/TRACE] [FML/]: Located mcmod.info file in file morebows-1.8-2.0.0a2.jar
[11:28:11] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.lucidsage.morebows.MoreBows) - loading
[11:28:11] [Server thread/TRACE] [morebows/]: Parsed dependency info : [] [] []
[11:28:11] [Server thread/DEBUG] [FML/]: Examining file Morpheus-1.8-2.0.41.jar for potential mods
[11:28:11] [Server thread/DEBUG] [FML/]: The mod container Morpheus-1.8-2.0.41.jar appears to be missing an mcmod.info file
[11:28:11] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (net.quetzi.morpheus.Morpheus) - loading
[11:28:11] [Server thread/TRACE] [Morpheus/]: Parsed dependency info : [Forge@[11.14.0.1239,)] [Forge@[11.14.0.1239,)] []
[11:28:11] [Server thread/DEBUG] [FML/]: Examining file MrCrayfishFurnitureModv3.4.8-build1(1.8).jar for potential mods
[11:28:11] [Server thread/TRACE] [FML/]: Located mcmod.info file in file MrCrayfishFurnitureModv3.4.8-build1(1.8).jar
[11:28:11] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.mrcrayfish.furniture.MrCrayfishFurnitureMod) - loading
[11:28:11] [Server thread/TRACE] [cfm/]: Parsed dependency info : [] [] []
[11:28:11] [Server thread/DEBUG] [FML/]: Examining file neotech-1.8-1.6.jar for potential mods
[11:28:11] [Server thread/TRACE] [FML/]: Located mcmod.info file in file neotech-1.8-1.6.jar
[11:28:11] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.dyonovan.neotech.NeoTech) - loading
[11:28:11] [Server thread/TRACE] [neotech/]: Parsed dependency info : [Forge@[11.14.1.1334,)] [Forge@[11.14.1.1334,)] []
[11:28:11] [Server thread/DEBUG] [FML/]: Examining file night-vision-mining-hats-1.8-1.4.jar for potential mods
[11:28:11] [Server thread/TRACE] [FML/]: Located mcmod.info file in file night-vision-mining-hats-1.8-1.4.jar
[11:28:11] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.mininghats.MiningHats) - loading
[11:28:11] [Server thread/TRACE] [mininghats/]: Parsed dependency info : [] [] []
[11:28:11] [Server thread/DEBUG] [FML/]: Examining file open-computers-1.8-1.5.14.32.jar for potential mods
[11:28:11] [Server thread/TRACE] [FML/]: Located mcmod.info file in file open-computers-1.8-1.5.14.32.jar
[11:28:11] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (li.cil.oc.OpenComputers) - loading
[11:28:11] [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] []
[11:28:11] [Server thread/DEBUG] [FML/]: Examining file pandoras-box-1.8-2.1.2.jar for potential mods
[11:28:11] [Server thread/TRACE] [FML/]: Located mcmod.info file in file pandoras-box-1.8-2.1.2.jar
[11:28:11] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (ivorius.pandorasbox.PandorasBox) - loading
[11:28:11] [Server thread/TRACE] [pandorasbox/]: Parsed dependency info : [] [] []
[11:28:11] [Server thread/DEBUG] [FML/]: Examining file portable-crafting-bench-1.8-1.4.jar for potential mods
[11:28:11] [Server thread/TRACE] [FML/]: Located mcmod.info file in file portable-crafting-bench-1.8-1.4.jar
[11:28:11] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.renevo.pcb.PortableCraftBenchMod) - loading
[11:28:11] [Server thread/TRACE] [pcb/]: Parsed dependency info : [] [] []
[11:28:11] [Server thread/DEBUG] [FML/]: Examining file PortalGates2-mc1.8-2.1.4-b.jar for potential mods
[11:28:11] [Server thread/TRACE] [FML/]: Located mcmod.info file in file PortalGates2-mc1.8-2.1.4-b.jar
[11:28:11] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.portalgates.main.PortalGatesMod) - loading
[11:28:11] [Server thread/TRACE] [portalgates/]: Parsed dependency info : [] [] []
[11:28:11] [Server thread/DEBUG] [FML/]: Examining file power-apples-1.8-1.0.1.jar for potential mods
[11:28:11] [Server thread/TRACE] [FML/]: Located mcmod.info file in file power-apples-1.8-1.0.1.jar
[11:28:11] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.lothrazar.samsapples.ModApples) - loading
[11:28:11] [Server thread/TRACE] [samsapples/]: Parsed dependency info : [] [] []
[11:28:11] [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
[11:28:11] [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
[11:28:11] [Server thread/DEBUG] [FML/]: Examining file PowerAdvantage-1.2.4.jar for potential mods
[11:28:11] [Server thread/TRACE] [FML/]: Located mcmod.info file in file PowerAdvantage-1.2.4.jar
[11:28:11] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (cyano.poweradvantage.PowerAdvantage) - loading
[11:28:11] [Server thread/TRACE] [poweradvantage/]: Parsed dependency info : [basemetals] [basemetals] []
[11:28:11] [Server thread/DEBUG] [FML/]: Examining file prismatics-1.8-0.0.3.3.jar for potential mods
[11:28:11] [Server thread/TRACE] [FML/]: Located mcmod.info file in file prismatics-1.8-0.0.3.3.jar
[11:28:11] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.kreezxil.prismatics.Prismatics) - loading
[11:28:11] [Server thread/TRACE] [prismatics/]: Parsed dependency info : [] [] []
[11:28:11] [Server thread/DEBUG] [FML/]: Examining file progressive-automation-1.8-1.6.15.jar for potential mods
[11:28:11] [Server thread/TRACE] [FML/]: Located mcmod.info file in file progressive-automation-1.8-1.6.15.jar
[11:28:11] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.vanhal.progressiveautomation.ProgressiveAutomation) - loading
[11:28:11] [Server thread/TRACE] [progressiveautomation/]: Parsed dependency info : [] [] []
[11:28:11] [Server thread/DEBUG] [FML/]: Examining file project-bench-1.8-0.5.0.jar for potential mods
[11:28:11] [Server thread/TRACE] [FML/]: Located mcmod.info file in file project-bench-1.8-0.5.0.jar
[11:28:11] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.bau5.projectbench.common.ProjectBench) - loading
[11:28:11] [Server thread/TRACE] [projectbench/]: Parsed dependency info : [] [] []
[11:28:11] [Server thread/DEBUG] [FML/]: Examining file projecte-1.8-PE1.0.1.B.jar for potential mods
[11:28:11] [Server thread/TRACE] [FML/]: Located mcmod.info file in file projecte-1.8-PE1.0.1.B.jar
[11:28:11] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (moze_intel.projecte.PECore) - loading
[11:28:11] [Server thread/TRACE] [ProjectE/]: Parsed dependency info : [] [] []
[11:28:11] [Server thread/DEBUG] [FML/]: Examining file random-things-1.8-3.5.3.jar for potential mods
[11:28:11] [Server thread/TRACE] [FML/]: Located mcmod.info file in file random-things-1.8-3.5.3.jar
[11:28:11] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (lumien.randomthings.RandomThings) - loading
[11:28:11] [Server thread/TRACE] [RandomThings/]: Parsed dependency info : [] [] []
[11:28:11] [Server thread/DEBUG] [FML/]: Examining file redstone-paste-1.8-1.7.1.jar for potential mods
[11:28:11] [Server thread/TRACE] [FML/]: Located mcmod.info file in file redstone-paste-1.8-1.7.1.jar
[11:28:11] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (net.fybertech.redstonepaste.RedstonePasteMod) - loading
[11:28:11] [Server thread/TRACE] [redstonepaste/]: Parsed dependency info : [] [] []
[11:28:11] [Server thread/DEBUG] [FML/]: Examining file reptile-mod-1.7.10-2.5.6-10.jar for potential mods
[11:28:11] [Server thread/TRACE] [FML/]: Located mcmod.info file in file reptile-mod-1.7.10-2.5.6-10.jar
[11:28:11] [Server thread/DEBUG] [FML/]: Examining file router-reborn-1.8-2.0.0.1A.jar for potential mods
[11:28:11] [Server thread/TRACE] [FML/]: Located mcmod.info file in file router-reborn-1.8-2.0.0.1A.jar
[11:28:11] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (router.reborn.RouterReborn) - loading
[11:28:11] [Server thread/TRACE] [routerreborn/]: Parsed dependency info : [] [ForgeMultipart] []
[11:28:11] [Server thread/DEBUG] [FML/]: Examining file Schematica-1.8-1.7.7.130-universal.jar for potential mods
[11:28:11] [Server thread/TRACE] [FML/]: Located mcmod.info file in file Schematica-1.8-1.7.7.130-universal.jar
[11:28:11] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.github.lunatrius.schematica.Schematica) - loading
[11:28:11] [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,)] []
[11:28:11] [Server thread/DEBUG] [FML/]: Examining file seasoned-flesh-1.8-1.0-m3d3y15.jar for potential mods
[11:28:11] [Server thread/DEBUG] [FML/]: The mod container seasoned-flesh-1.8-1.0-m3d3y15.jar appears to be missing an mcmod.info file
[11:28:11] [Server thread/DEBUG] [FML/]: Examining directory sgs_metals for potential mods
[11:28:11] [Server thread/DEBUG] [FML/]: No mcmod.info file found in directory sgs_metals
[11:28:11] [Server thread/TRACE] [FML/]: Recursing into package 128
[11:28:11] [Server thread/TRACE] [FML/]: Recursing into package 256
[11:28:11] [Server thread/TRACE] [FML/]: Recursing into package 32
[11:28:11] [Server thread/TRACE] [FML/]: Recursing into package 64
[11:28:11] [Server thread/TRACE] [FML/]: Recursing into package logs
[11:28:11] [Server thread/DEBUG] [FML/]: Examining file silents-gems-1.8-1.3.1-82-beta.jar for potential mods
[11:28:11] [Server thread/TRACE] [FML/]: Located mcmod.info file in file silents-gems-1.8-1.3.1-82-beta.jar
[11:28:11] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (net.silentchaos512.gems.SilentGems) - loading
[11:28:11] [Server thread/TRACE] [SilentGems/]: Parsed dependency info : [] [] []
[11:28:11] [Server thread/DEBUG] [FML/]: Examining file Simple Recipes 1.8.0-1.9.0.jar for potential mods
[11:28:11] [Server thread/TRACE] [FML/]: Located mcmod.info file in file Simple Recipes 1.8.0-1.9.0.jar
[11:28:11] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.wuppy.simplerecipes.SimplePack) - loading
[11:28:11] [Server thread/TRACE] [wuppy29_simplerecipes/]: Parsed dependency info : [] [] []
[11:28:11] [Server thread/DEBUG] [FML/]: Examining file SimpleHolo-v1.0-1.8.jar for potential mods
[11:28:11] [Server thread/DEBUG] [FML/]: The mod container SimpleHolo-v1.0-1.8.jar appears to be missing an mcmod.info file
[11:28:11] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (uk.co.haxyshideout.SimpleHolo.HoloDisplays) - loading
[11:28:11] [Server thread/TRACE] [holodisplays/]: Parsed dependency info : [] [] []
[11:28:11] [Server thread/DEBUG] [FML/]: Examining file smelt-cycle-1.2.jar for potential mods
[11:28:11] [Server thread/TRACE] [FML/]: Located mcmod.info file in file smelt-cycle-1.2.jar
[11:28:11] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.queennuffer.smeltcycle.SmeltCycle) - loading
[11:28:11] [Server thread/TRACE] [SmeltCycle/]: Parsed dependency info : [] [] []
[11:28:11] [Server thread/DEBUG] [FML/]: Examining file sophisticated-wolves-3.5.0.jar for potential mods
[11:28:11] [Server thread/DEBUG] [FML/]: The mod container sophisticated-wolves-3.5.0.jar appears to be missing an mcmod.info file
[11:28:11] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (sophisticated_wolves.SophisticatedWolvesMod) - loading
[11:28:11] [Server thread/TRACE] [SophisticatedWolves/]: Parsed dependency info : [] [] []
[11:28:11] [Server thread/DEBUG] [FML/]: Examining file spawnercraft-1.8-2.2.2.jar for potential mods
[11:28:11] [Server thread/TRACE] [FML/]: Located mcmod.info file in file spawnercraft-1.8-2.2.2.jar
[11:28:11] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (cad97.spawnercraft.SpawnerCraft2) - loading
[11:28:11] [Server thread/TRACE] [spawnercraft/]: Parsed dependency info : [] [] []
[11:28:11] [Server thread/DEBUG] [FML/]: Examining file stackie-1.8-1.6.0.36.jar for potential mods
[11:28:11] [Server thread/TRACE] [FML/]: Located mcmod.info file in file stackie-1.8-1.6.0.36.jar
[11:28:11] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.github.lunatrius.stackie.Stackie) - loading
[11:28:11] [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,)] []
[11:28:11] [Server thread/DEBUG] [FML/]: Examining file SteamAdvantage-1.3.2.jar for potential mods
[11:28:11] [Server thread/TRACE] [FML/]: Located mcmod.info file in file SteamAdvantage-1.3.2.jar
[11:28:11] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (cyano.steamadvantage.SteamAdvantage) - loading
[11:28:11] [Server thread/TRACE] [steamadvantage/]: Parsed dependency info : [basemetals, poweradvantage] [poweradvantage, basemetals] []
[11:28:11] [Server thread/DEBUG] [FML/]: Examining file storage-drawers-1.8-2.1.6.jar for potential mods
[11:28:11] [Server thread/TRACE] [FML/]: Located mcmod.info file in file storage-drawers-1.8-2.1.6.jar
[11:28:11] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.jaquadro.minecraft.storagedrawers.StorageDrawers) - loading
[11:28:11] [Server thread/TRACE] [StorageDrawers/]: Using mcmod dependency info : [Forge, Chameleon] [Chameleon] []
[11:28:12] [Server thread/DEBUG] [FML/]: Examining file talismans-2-1.8-2.1.2.jar for potential mods
[11:28:12] [Server thread/TRACE] [FML/]: Located mcmod.info file in file talismans-2-1.8-2.1.2.jar
[11:28:12] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (Talismans2.Talismans2) - loading
[11:28:12] [Server thread/TRACE] [Talismans 2/]: Parsed dependency info : [Baubles, C4Lib] [Baubles, C4Lib] []
[11:28:12] [Server thread/DEBUG] [FML/]: Examining file tnt_utilities-mc1.8-1.0.2-beta.jar for potential mods
[11:28:12] [Server thread/TRACE] [FML/]: Located mcmod.info file in file tnt_utilities-mc1.8-1.0.2-beta.jar
[11:28:12] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (ljfa.tntutils.TNTUtils) - loading
[11:28:12] [Server thread/TRACE] [tnt_utilities/]: Parsed dependency info : [tnt_utilities_core] [tnt_utilities_core] []
[11:28:12] [Server thread/DEBUG] [FML/]: Examining file torched-5.0.0.jar for potential mods
[11:28:12] [Server thread/TRACE] [FML/]: Located mcmod.info file in file torched-5.0.0.jar
[11:28:12] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (us.ichun.mods.torched.common.Torched) - loading
[11:28:12] [Server thread/TRACE] [Torched/]: Parsed dependency info : [iChunUtil@[5.4.0,6.0.0)] [iChunUtil@[5.4.0,6.0.0)] []
[11:28:12] [Server thread/DEBUG] [FML/]: Examining file totemmod-3.0.jar for potential mods
[11:28:12] [Server thread/TRACE] [FML/]: Located mcmod.info file in file totemmod-3.0.jar
[11:28:12] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.brickfix.totemmod.TotemMod) - loading
[11:28:12] [Server thread/TRACE] [totemMod/]: Parsed dependency info : [] [] []
[11:28:12] [Server thread/DEBUG] [FML/]: Examining file unlogic-ii-2.1.1.0.jar for potential mods
[11:28:12] [Server thread/TRACE] [FML/]: Located mcmod.info file in file unlogic-ii-2.1.1.0.jar
[11:28:12] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (the_fireplace.unlogicii.UnLogicII) - loading
[11:28:12] [Server thread/TRACE] [unlogicii/]: Using mcmod dependency info : [fulcrum@[2.1.1.0,), Forge@[11.14.1.1440,)] [fulcrum, VersionChecker, basemetals, poweradvantage, SteelIndustries, NotEnoughItems] []
[11:28:12] [Server thread/DEBUG] [FML/]: Examining file useful-uselessness-1.8-0.0.4.jar for potential mods
[11:28:12] [Server thread/DEBUG] [FML/]: The mod container useful-uselessness-1.8-0.0.4.jar appears to be missing an mcmod.info file
[11:28:12] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (cFiles.minecraft.UsefullUselessness.UsefullUselessness) - loading
[11:28:12] [Server thread/TRACE] [UsefullUselessness/]: Parsed dependency info : [] [] []
[11:28:12] [Server thread/DEBUG] [FML/]: Examining file veinminer-0.27.0.jar for potential mods
[11:28:12] [Server thread/TRACE] [FML/]: Located mcmod.info file in file veinminer-0.27.0.jar
[11:28:12] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (portablejim.veinminer.VeinMiner) - loading
[11:28:12] [Server thread/TRACE] [VeinMiner/]: Parsed dependency info : [] [] []
[11:28:12] [Server thread/DEBUG] [VeinMiner/]: Attempting to load the file version.properties from veinminer-0.27.0.jar to locate a version number for VeinMiner
[11:28:12] [Server thread/DEBUG] [VeinMiner/]: Found version 0.26.1_build.unknown for mod VeinMiner in version.properties, using
[11:28:12] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (portablejim.veinminermodsupport.VeinMinerModSupport) - loading
[11:28:12] [Server thread/TRACE] [VeinMinerModSupport/]: Parsed dependency info : [] [] []
[11:28:12] [Server thread/DEBUG] [VeinMinerModSupport/]: Attempting to load the file version.properties from veinminer-0.27.0.jar to locate a version number for VeinMinerModSupport
[11:28:12] [Server thread/DEBUG] [VeinMinerModSupport/]: Found version 0.26.1_build.unknown for mod VeinMinerModSupport in version.properties, using
[11:28:12] [Server thread/DEBUG] [FML/]: Examining file wooden-and-stone-armor-1.8-1.3.1.jar for potential mods
[11:28:12] [Server thread/TRACE] [FML/]: Located mcmod.info file in file wooden-and-stone-armor-1.8-1.3.1.jar
[11:28:12] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.shadowswoodstonearmor.main.MainRegistry) - loading
[11:28:12] [Server thread/TRACE] [shadowswoodstonearmor/]: Parsed dependency info : [] [] []
[11:28:12] [Server thread/DEBUG] [FML/]: Examining file world-edit-1.8-6.1.jar for potential mods
[11:28:12] [Server thread/TRACE] [FML/]: Located mcmod.info file in file world-edit-1.8-6.1.jar
[11:28:12] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.sk89q.worldedit.forge.ForgeWorldEdit) - loading
[11:28:12] [Server thread/TRACE] [worldedit/]: Parsed dependency info : [] [] []
[11:28:12] [Server thread/DEBUG] [FML/]: Examining file worms-1.8-1.1.0.jar for potential mods
[11:28:12] [Server thread/TRACE] [FML/]: Located mcmod.info file in file worms-1.8-1.1.0.jar
[11:28:12] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.pike.wormsmod.wormsmod) - loading
[11:28:12] [Server thread/TRACE] [wormsmod/]: Parsed dependency info : [] [] []
[11:28:12] [Server thread/DEBUG] [FML/]: Examining file ZZZZZ Custom Configs-2.3.0 (1).jar for potential mods
[11:28:12] [Server thread/TRACE] [FML/]: Located mcmod.info file in file ZZZZZ Custom Configs-2.3.0 (1).jar
[11:28:12] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (ganymedes01.zzzzzcustomconfigs.ZZZZZCustomConfigs) - loading
[11:28:12] [Server thread/TRACE] [zzzzzcustomconfigs/]: Parsed dependency info : [Forge@[11.14.3.1450,)] [Forge@[11.14.3.1450,), *] []
[11:28:12] [Server thread/INFO] [FML/]: Forge Mod Loader has identified 127 mods to load
[11:28:12] [Server thread/DEBUG] [FML/]: Found API cofh.api.energy (owned by CoFHAPI providing CoFHAPI|energy) embedded in poweradvantage
[11:28:12] [Server thread/DEBUG] [FML/]: Found API com.jaquadro.minecraft.storagedrawers.api (owned by StorageDrawers providing StorageDrawersAPI) embedded in StorageDrawers
[11:28:12] [Server thread/DEBUG] [FML/]: Found API com.jaquadro.minecraft.storagedrawers.api.render (owned by StorageDrawersAPI providing StorageDrawersAPI|render) embedded in StorageDrawers
[11:28:12] [Server thread/DEBUG] [FML/]: Found API cofh.api.energy (owned by CoFHAPI providing CoFHAPI|energy) embedded in fluxducts
[11:28:12] [Server thread/DEBUG] [FML/]: Found API ljfa.glassshards.api (owned by glass_shards providing glass_shards|API) embedded in glass_shards
[11:28:12] [Server thread/DEBUG] [FML/]: Found API moze_intel.projecte.api (owned by ProjectE providing ProjectEAPI) embedded in ProjectE
[11:28:12] [Server thread/DEBUG] [FML/]: Found API li.cil.oc.api (owned by OpenComputers|Core providing OpenComputersAPI|Core) embedded in OpenComputers
[11:28:12] [Server thread/DEBUG] [FML/]: Found API com.jaquadro.minecraft.storagedrawers.api.storage.attribute (owned by StorageDrawersAPI providing StorageDrawersAPI|storage-attribute) embedded in StorageDrawers
[11:28:12] [Server thread/DEBUG] [FML/]: Found API li.cil.oc.api.driver.item (owned by OpenComputers|Core providing OpenComputersAPI|Driver|Item) embedded in OpenComputers
[11:28:12] [Server thread/DEBUG] [FML/]: Found API cofh.api (owned by CoFHLib providing CoFHAPI) embedded in poweradvantage
[11:28:12] [Server thread/DEBUG] [FML/]: Found API li.cil.oc.api.prefab (owned by OpenComputers|Core providing OpenComputersAPI|Prefab) embedded in OpenComputers
[11:28:12] [Server thread/DEBUG] [FML/]: Found API com.github.lunatrius.schematica.api (owned by Schematica providing SchematicaAPI) embedded in Schematica
[11:28:12] [Server thread/DEBUG] [FML/]: Found API com.jaquadro.minecraft.storagedrawers.api.event (owned by StorageDrawersAPI providing StorageDrawersAPI|event) embedded in StorageDrawers
[11:28:12] [Server thread/DEBUG] [FML/]: Found API com.forgeessentials.api.economy (owned by ForgeEssentials providing ForgeEssentialsAPI|Economy) embedded in ForgeEssentials
[11:28:12] [Server thread/DEBUG] [FML/]: Found API li.cil.oc.api.machine (owned by OpenComputers|Core providing OpenComputersAPI|Machine) embedded in OpenComputers
[11:28:12] [Server thread/DEBUG] [FML/]: Found API com.forgeessentials.api.permissions (owned by ForgeEssentials providing ForgeEssentialsAPI|Perms) embedded in ForgeEssentials
[11:28:12] [Server thread/DEBUG] [FML/]: Found API li.cil.oc.api.manual (owned by OpenComputers|Core providing OpenComputersAPI|Manual) embedded in OpenComputers
[11:28:12] [Server thread/DEBUG] [FML/]: Found API com.forgeessentials.api.remote (owned by ForgeEssentials providing ForgeEssentialsAPI|Remote) embedded in ForgeEssentials
[11:28:12] [Server thread/DEBUG] [FML/]: Found API noppes.npcs.api (owned by customnpcs providing Core) embedded in customnpcs
[11:28:12] [Server thread/DEBUG] [FML/]: Found API li.cil.oc.api.internal (owned by OpenComputers|Core providing OpenComputersAPI|Internal) embedded in OpenComputers
[11:28:12] [Server thread/DEBUG] [FML/]: Found API cofh.api.energy (owned by CoFHAPI providing CoFHAPI|energy) embedded in progressiveautomation
[11:28:12] [Server thread/DEBUG] [FML/]: Found API li.cil.oc.api.fs (owned by OpenComputers|Core providing OpenComputersAPI|FileSystem) embedded in OpenComputers
[11:28:12] [Server thread/DEBUG] [FML/]: Found API portablejim.veinminer.api (owned by VeinMiner providing VeinMinerApi) embedded in VeinMiner
[11:28:12] [Server thread/DEBUG] [FML/]: Found API portablejim.veinminer.api (owned by VeinMiner providing VeinMinerApi) embedded in VeinMinerModSupport
[11:28:12] [Server thread/DEBUG] [FML/]: Found API net.minecraftforge.fe (owned by ForgeEssentials providing Forge-FEHooks) embedded in ForgeEssentials
[11:28:12] [Server thread/DEBUG] [FML/]: Found API cofh.api.block (owned by CoFHAPI providing CoFHAPI|block) embedded in progressiveautomation
[11:28:12] [Server thread/DEBUG] [FML/]: Found API cofh.api (owned by CoFHLib providing CoFHAPI) embedded in progressiveautomation
[11:28:12] [Server thread/DEBUG] [FML/]: Found API li.cil.oc.api.component (owned by OpenComputers|Core providing OpenComputersAPI|Component) embedded in OpenComputers
[11:28:12] [Server thread/DEBUG] [FML/]: Found API com.jaquadro.minecraft.storagedrawers.api.inventory (owned by StorageDrawersAPI providing StorageDrawersAPI|inventory) embedded in StorageDrawers
[11:28:12] [Server thread/DEBUG] [FML/]: Found API com.jaquadro.minecraft.storagedrawers.api.registry (owned by StorageDrawersAPI providing StorageDrawersAPI|registry) embedded in StorageDrawers
[11:28:12] [Server thread/DEBUG] [FML/]: Found API cofh.api (owned by CoFHLib providing CoFHAPI) embedded in geoactivity
[11:28:12] [Server thread/DEBUG] [FML/]: Found API li.cil.oc.api.event (owned by OpenComputers|Core providing OpenComputersAPI|Event) embedded in OpenComputers
[11:28:12] [Server thread/DEBUG] [FML/]: Found API com.jaquadro.minecraft.storagedrawers.api.pack (owned by StorageDrawersAPI providing StorageDrawersAPI|pack) embedded in StorageDrawers
[11:28:12] [Server thread/DEBUG] [FML/]: Found API cofh.api (owned by CoFHLib providing CoFHAPI) embedded in fluxducts
[11:28:12] [Server thread/DEBUG] [FML/]: Found API com.github.lunatrius.schematica.api.event (owned by SchematicaAPI providing SchematicaAPI|Events) embedded in Schematica
[11:28:12] [Server thread/DEBUG] [FML/]: Found API com.jaquadro.minecraft.storagedrawers.api.storage (owned by StorageDrawersAPI providing StorageDrawersAPI|storage) embedded in StorageDrawers
[11:28:12] [Server thread/DEBUG] [FML/]: Found API li.cil.oc.api.network (owned by OpenComputers|Core providing OpenComputersAPI|Network) embedded in OpenComputers
[11:28:12] [Server thread/DEBUG] [FML/]: Found API com.jaquadro.minecraft.storagedrawers.api.config (owned by StorageDrawersAPI providing StorageDrawersAPI|config) embedded in StorageDrawers
[11:28:12] [Server thread/DEBUG] [FML/]: Found API li.cil.oc.api.driver (owned by OpenComputers|Core providing OpenComputersAPI|Driver) embedded in OpenComputers
[11:28:12] [Server thread/DEBUG] [FML/]: Found API baubles.api (owned by Baubles providing Baubles|API) embedded in Baubles
[11:28:12] [Server thread/DEBUG] [FML/]: Found API cofh.api.energy (owned by CoFHAPI providing CoFHAPI|energy) embedded in geoactivity
[11:28:12] [Server thread/DEBUG] [FML/]: Found API com.forgeessentials.api (owned by ForgeEssentials providing ForgeEssentialsAPI) embedded in ForgeEssentials
[11:28:12] [Server thread/DEBUG] [FML/]: Found API cofh.api.tileentity (owned by CoFHAPI providing CoFHAPI|tileentity) embedded in progressiveautomation
[11:28:12] [Server thread/TRACE] [FML/]: Removing upstream parent StorageDrawers from APIContainer{StorageDrawersAPI|registry:1.7.10-1.2.0}
[11:28:12] [Server thread/DEBUG] [FML/]: Creating API container dummy for API StorageDrawersAPI|registry: owner: StorageDrawersAPI, dependents: []
[11:28:12] [Server thread/TRACE] [FML/]: Removing upstream parent StorageDrawers from APIContainer{StorageDrawersAPI|storage:1.7.10-1.2.0}
[11:28:12] [Server thread/DEBUG] [FML/]: Creating API container dummy for API StorageDrawersAPI|storage: owner: StorageDrawersAPI, dependents: []
[11:28:12] [Server thread/INFO] [FML/]: Found mod(s) [GakaisFlightTable] containing declared API package cofh.api.energy (owned by CoFHAPI) without associated API reference
[11:28:12] [Server thread/INFO] [FML/]: Found mod(s) [neotech] containing declared API package cofh.api.energy (owned by CoFHAPI) without associated API reference
[11:28:12] [Server thread/TRACE] [FML/]: Removing upstream parent CoFHLib from APIContainer{CoFHAPI|energy:1.8.0R1.0.0a}
[11:28:12] [Server thread/DEBUG] [FML/]: Creating API container dummy for API CoFHAPI|energy: owner: CoFHAPI, dependents: [poweradvantage, fluxducts, progressiveautomation, geoactivity, GakaisFlightTable, neotech]
[11:28:12] [Server thread/DEBUG] [FML/]: Creating API container dummy for API OpenComputersAPI|Driver|Item: owner: OpenComputers|Core, dependents: [OpenComputers]
[11:28:12] [Server thread/DEBUG] [FML/]: Creating API container dummy for API SchematicaAPI: owner: Schematica, dependents: []
[11:28:12] [Server thread/TRACE] [FML/]: Removing upstream parent StorageDrawers from APIContainer{StorageDrawersAPI|inventory:1.7.10-1.2.0}
[11:28:12] [Server thread/DEBUG] [FML/]: Creating API container dummy for API StorageDrawersAPI|inventory: owner: StorageDrawersAPI, dependents: []
[11:28:12] [Server thread/DEBUG] [FML/]: Creating API container dummy for API StorageDrawersAPI: owner: StorageDrawers, dependents: []
[11:28:12] [Server thread/DEBUG] [FML/]: Creating API container dummy for API ForgeEssentialsAPI|Perms: owner: ForgeEssentials, dependents: []
[11:28:12] [Server thread/TRACE] [FML/]: Removing upstream parent CoFHLib from APIContainer{CoFHAPI|tileentity:1.8.0R1.0.0a}
[11:28:12] [Server thread/DEBUG] [FML/]: Creating API container dummy for API CoFHAPI|tileentity: owner: CoFHAPI, dependents: [progressiveautomation]
[11:28:12] [Server thread/DEBUG] [FML/]: Creating API container dummy for API ForgeEssentialsAPI: owner: ForgeEssentials, dependents: []
[11:28:12] [Server thread/INFO] [FML/]: Found mod(s) [GakaisFlightTable] containing declared API package cofh.api (owned by CoFHLib) without associated API reference
[11:28:12] [Server thread/DEBUG] [FML/]: Creating API container dummy for API CoFHAPI: owner: CoFHLib, dependents: [poweradvantage, progressiveautomation, geoactivity, fluxducts, GakaisFlightTable]
[11:28:12] [Server thread/DEBUG] [FML/]: Creating API container dummy for API glass_shards|API: owner: glass_shards, dependents: []
[11:28:12] [Server thread/DEBUG] [FML/]: Creating API container dummy for API OpenComputersAPI|Event: owner: OpenComputers|Core, dependents: [OpenComputers]
[11:28:12] [Server thread/DEBUG] [FML/]: Creating API container dummy for API ProjectEAPI: owner: ProjectE, dependents: []
[11:28:12] [Server thread/TRACE] [FML/]: Removing upstream parent StorageDrawers from APIContainer{StorageDrawersAPI|config:1.7.10-1.2.0}
[11:28:12] [Server thread/DEBUG] [FML/]: Creating API container dummy for API StorageDrawersAPI|config: owner: StorageDrawersAPI, dependents: []
[11:28:12] [Server thread/DEBUG] [FML/]: Creating API container dummy for API ForgeEssentialsAPI|Remote: owner: ForgeEssentials, dependents: []
[11:28:12] [Server thread/DEBUG] [FML/]: Creating API container dummy for API Forge-FEHooks: owner: ForgeEssentials, dependents: []
[11:28:12] [Server thread/DEBUG] [FML/]: Creating API container dummy for API OpenComputersAPI|Network: owner: OpenComputers|Core, dependents: [OpenComputers]
[11:28:12] [Server thread/TRACE] [FML/]: Removing upstream parent StorageDrawers from APIContainer{StorageDrawersAPI|event:1.7.10-1.2.0}
[11:28:12] [Server thread/DEBUG] [FML/]: Creating API container dummy for API StorageDrawersAPI|event: owner: StorageDrawersAPI, dependents: []
[11:28:12] [Server thread/DEBUG] [FML/]: Creating API container dummy for API Core: owner: customnpcs, dependents: []
[11:28:12] [Server thread/DEBUG] [FML/]: Creating API container dummy for API Baubles|API: owner: Baubles, dependents: []
[11:28:12] [Server thread/DEBUG] [FML/]: Creating API container dummy for API OpenComputersAPI|Machine: owner: OpenComputers|Core, dependents: [OpenComputers]
[11:28:12] [Server thread/DEBUG] [FML/]: Creating API container dummy for API OpenComputersAPI|Manual: owner: OpenComputers|Core, dependents: [OpenComputers]
[11:28:12] [Server thread/TRACE] [FML/]: Removing upstream parent Schematica from APIContainer{SchematicaAPI|Events:1.1}
[11:28:12] [Server thread/DEBUG] [FML/]: Creating API container dummy for API SchematicaAPI|Events: owner: SchematicaAPI, dependents: []
[11:28:12] [Server thread/DEBUG] [FML/]: Creating API container dummy for API OpenComputersAPI|Prefab: owner: OpenComputers|Core, dependents: [OpenComputers]
[11:28:12] [Server thread/TRACE] [FML/]: Removing upstream parent CoFHLib from APIContainer{CoFHAPI|block:1.8.0R1.0.0a}
[11:28:12] [Server thread/DEBUG] [FML/]: Creating API container dummy for API CoFHAPI|block: owner: CoFHAPI, dependents: [progressiveautomation]
[11:28:12] [Server thread/DEBUG] [FML/]: Creating API container dummy for API OpenComputersAPI|Core: owner: OpenComputers|Core, dependents: [OpenComputers]
[11:28:12] [Server thread/DEBUG] [FML/]: Creating API container dummy for API OpenComputersAPI|Internal: owner: OpenComputers|Core, dependents: [OpenComputers]
[11:28:12] [Server thread/DEBUG] [FML/]: Creating API container dummy for API OpenComputersAPI|Component: owner: OpenComputers|Core, dependents: [OpenComputers]
[11:28:12] [Server thread/TRACE] [FML/]: Removing upstream parent StorageDrawers from APIContainer{StorageDrawersAPI|pack:1.7.10-1.2.0}
[11:28:12] [Server thread/DEBUG] [FML/]: Creating API container dummy for API StorageDrawersAPI|pack: owner: StorageDrawersAPI, dependents: []
[11:28:12] [Server thread/DEBUG] [FML/]: Creating API container dummy for API OpenComputersAPI|FileSystem: owner: OpenComputers|Core, dependents: [OpenComputers]
[11:28:12] [Server thread/TRACE] [FML/]: Removing upstream parent StorageDrawers from APIContainer{StorageDrawersAPI|render:1.7.10-1.2.0}
[11:28:12] [Server thread/DEBUG] [FML/]: Creating API container dummy for API StorageDrawersAPI|render: owner: StorageDrawersAPI, dependents: []
[11:28:12] [Server thread/TRACE] [FML/]: Removing upstream parent StorageDrawers from APIContainer{StorageDrawersAPI|storage-attribute:1.7.10-1.2.0}
[11:28:12] [Server thread/DEBUG] [FML/]: Creating API container dummy for API StorageDrawersAPI|storage-attribute: owner: StorageDrawersAPI, dependents: []
[11:28:12] [Server thread/DEBUG] [FML/]: Creating API container dummy for API ForgeEssentialsAPI|Economy: owner: ForgeEssentials, dependents: []
[11:28:12] [Server thread/DEBUG] [FML/]: Creating API container dummy for API OpenComputersAPI|Driver: owner: OpenComputers|Core, dependents: [OpenComputers]
[11:28:12] [Server thread/DEBUG] [FML/]: Creating API container dummy for API VeinMinerApi: owner: VeinMiner, dependents: [VeinMinerModSupport]
[11:28:12] [Server thread/TRACE] [FML/]: Received a system property request ''
[11:28:12] [Server thread/TRACE] [FML/]: System property request managing the state of 0 mods
[11:28:12] [Server thread/DEBUG] [FML/]: After merging, found state information for 0 mods
[11:28:12] [Server thread/DEBUG] [FML/]: Found translations in experimental_skyblock.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]
[11:28:12] [Server thread/DEBUG] [FML/]: Found translations in experimental_skyblock.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]
[11:28:12] [Server thread/DEBUG] [FML/]: Found translations in Aroma1997Core-1.8-1.0.3.4.b43.jar [en_US]
[11:28:12] [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]
[11:28:12] [Server thread/DEBUG] [FML/]: Found translations in zz-backpacks 1.8 - 3.0.3 beta 4 (1).jar [en_US]
[11:28:12] [Server thread/DEBUG] [securitycraft/]: Enabling mod securitycraft
[11:28:12] [Server thread/DEBUG] [FML/]: Found translations in [1.8] SecurityCraft v1.7.4.1.jar [de_DE, en_US, fr_FR, ru_RU]
[11:28:12] [Server thread/DEBUG] [braziermod/]: Enabling mod braziermod
[11:28:12] [Server thread/DEBUG] [FML/]: Found translations in [1.8]BrazierMod-1.0.jar [en_US]
[11:28:12] [Server thread/DEBUG] [bspkrsCore/]: Enabling mod bspkrsCore
[11:28:12] [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]
[11:28:12] [Server thread/DEBUG] [Chimneys/]: Enabling mod Chimneys
[11:28:12] [Server thread/DEBUG] [FML/]: Found translations in [1.8]Chimneys(2).jar [en_US]
[11:28:12] [Server thread/DEBUG] [adamantium/]: Enabling mod adamantium
[11:28:12] [Server thread/DEBUG] [FML/]: Found translations in adamantium-mod-1.4.1.jar [en_US]
[11:28:12] [Server thread/DEBUG] [alexiillib/]: Enabling mod alexiillib
[11:28:12] [Server thread/DEBUG] [FML/]: Found translations in AlexIILLib-1.8-1.3.42.jar [fr_FR, en_US]
[11:28:12] [Server thread/DEBUG] [animalsplus/]: Enabling mod animalsplus
[11:28:12] [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]
[11:28:12] [Server thread/DEBUG] [armourexpansion/]: Enabling mod armourexpansion
[11:28:12] [Server thread/DEBUG] [FML/]: Found translations in Armour Expansion - 1.0.jar [en_US]
[11:28:12] [Server thread/DEBUG] [Aroma1997CoreHelper/]: Enabling mod Aroma1997CoreHelper
[11:28:12] [Server thread/DEBUG] [FML/]: Found translations in Aroma1997Core-1.8-1.0.3.4.b43.jar [en_US]
[11:28:12] [Server thread/DEBUG] [AttachableGrinder/]: Enabling mod AttachableGrinder
[11:28:12] [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]
[11:28:12] [Server thread/DEBUG] [AutoSapling/]: Enabling mod AutoSapling
[11:28:12] [Server thread/DEBUG] [basemetals/]: Enabling mod basemetals
[11:28:12] [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]
[11:28:12] [Server thread/DEBUG] [Baubles/]: Enabling mod Baubles
[11:28:12] [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]
[11:28:12] [Server thread/DEBUG] [BeardedLib/]: Enabling mod BeardedLib
[11:28:12] [Server thread/DEBUG] [swdjail/]: Enabling mod swdjail
[11:28:12] [Server thread/DEBUG] [BetterChests/]: Enabling mod BetterChests
[11:28:12] [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]
[11:28:12] [Server thread/DEBUG] [rafradek_blocklauncher/]: Enabling mod rafradek_blocklauncher
[11:28:12] [Server thread/DEBUG] [FML/]: Found translations in block-launcher-1.8-2.0.jar [en_US]
[11:28:12] [Server thread/DEBUG] [gtm/]: Enabling mod gtm
[11:28:12] [Server thread/DEBUG] [FML/]: Found translations in boost-0.2.3.jar [en_US]
[11:28:12] [Server thread/DEBUG] [brewingPlus/]: Enabling mod brewingPlus
[11:28:12] [Server thread/DEBUG] [FML/]: Found translations in brewingPlus-1.8-0.0.6.jar [en_US]
[11:28:12] [Server thread/DEBUG] [bunkermod/]: Enabling mod bunkermod
[11:28:12] [Server thread/DEBUG] [FML/]: Found translations in Bunkermod-mc1.8-v2.0.jar [en_US]
[11:28:12] [Server thread/DEBUG] [C4Lib/]: Enabling mod C4Lib
[11:28:12] [Server thread/DEBUG] [FML/]: Found translations in C4Lib-1.8-1.0.0-universal.jar [en_US]
[11:28:12] [Server thread/DEBUG] [samscarbonpaper/]: Enabling mod samscarbonpaper
[11:28:12] [Server thread/DEBUG] [FML/]: Found translations in carbon-paper-1.8-1.0.0.jar [en_AU, en_CA, en_GB, en_US]
[11:28:12] [Server thread/DEBUG] [Chameleon/]: Enabling mod Chameleon
[11:28:12] [Server thread/DEBUG] [ChickenShed/]: Enabling mod ChickenShed
[11:28:12] [Server thread/DEBUG] [colorfularmor/]: Enabling mod colorfularmor
[11:28:12] [Server thread/DEBUG] [FML/]: Found translations in colorful-armor-1.8-2.8.jar [en_US]
[11:28:12] [Server thread/DEBUG] [craftablehorsearmour/]: Enabling mod craftablehorsearmour
[11:28:12] [Server thread/DEBUG] [craftingex/]: Enabling mod craftingex
[11:28:12] [Server thread/DEBUG] [FML/]: Found translations in CraftingEX_1.8-v1.0.6.jar [en_US, ja_JP]
[11:28:12] [Server thread/DEBUG] [customnpcs/]: Enabling mod customnpcs
[11:28:12] [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]
[11:28:12] [Server thread/DEBUG] [ctrades/]: Enabling mod ctrades
[11:28:12] [Server thread/DEBUG] [FML/]: Found translations in custom-trades-mod-1.8-1.3.2.jar [en_US]
[11:28:12] [Server thread/DEBUG] [wonderfulwands/]: Enabling mod wonderfulwands
[11:28:12] [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]
[11:28:12] [Server thread/DEBUG] [decorationmegapack/]: Enabling mod decorationmegapack
[11:28:12] [Server thread/DEBUG] [FML/]: Found translations in decoration-mega-pack-1.8-1.18.jar [en_US]
[11:28:12] [Server thread/DEBUG] [dlr/]: Enabling mod dlr
[11:28:12] [Server thread/DEBUG] [FML/]: Found translations in dons-lightning-rod-1.8-1.0.jar [en_US]
[11:28:12] [Server thread/DEBUG] [Dynmap/]: Enabling mod Dynmap
[11:28:12] [Server thread/DEBUG] [emeraldobsidianmod/]: Enabling mod emeraldobsidianmod
[11:28:12] [Server thread/DEBUG] [FML/]: Found translations in emeraldobsidianmod-1.8-1.3.1.jar [en_US]
[11:28:12] [Server thread/DEBUG] [eplus/]: Enabling mod eplus
[11:28:12] [Server thread/DEBUG] [FML/]: Found translations in EnchantingPlus-1.8-3.1.0a1.jar [en_US, it_IT, ru_RU, zh_CN]
[11:28:12] [Server thread/DEBUG] [enderutilities/]: Enabling mod enderutilities
[11:28:12] [Server thread/DEBUG] [FML/]: Found translations in enderutilities-1.8-0.4.0-beta-1a.jar [de_DE, en_US, ko_KR]
[11:28:12] [Server thread/DEBUG] [exnihilo2/]: Enabling mod exnihilo2
[11:28:12] [Server thread/DEBUG] [FML/]: Found translations in ex-nihilo-2-1.8-0.27.jar [en_US, ru_RU]
[11:28:12] [Server thread/DEBUG] [expchest/]: Enabling mod expchest
[11:28:12] [Server thread/DEBUG] [FML/]: Found translations in exp-chest-4.0a.jar [de_DE, en_AU, en_CA, en_GB, en_PT, en_US, es_ES, es_MX, fr_FR, it_IT, nl_NL, pt_BR, ru_RU, tr_TR]
[11:28:12] [Server thread/DEBUG] [ForgeEssentials/]: Enabling mod ForgeEssentials
[11:28:12] [Server thread/DEBUG] [fireplacecore/]: Enabling mod fireplacecore
[11:28:12] [Server thread/DEBUG] [FML/]: Found translations in fireplace-core-2.3.2.0.jar [de_DE, en_US, es_ES, fr_FR]
[11:28:12] [Server thread/DEBUG] [fluxducts/]: Enabling mod fluxducts
[11:28:12] [Server thread/DEBUG] [FML/]: Found translations in fluxducts-mc1.8-1.0.2.jar [en_US]
[11:28:12] [Server thread/DEBUG] [samsfooddetails/]: Enabling mod samsfooddetails
[11:28:12] [Server thread/DEBUG] [ftfragileglass/]: Enabling mod ftfragileglass
[11:28:12] [Server thread/DEBUG] [FML/]: Found translations in fragile-glass-1.8-1.2.jar [en_GB, en_US]
[11:28:12] [Server thread/DEBUG] [samsfragiletorches/]: Enabling mod samsfragiletorches
[11:28:12] [Server thread/DEBUG] [fulcrum/]: Enabling mod fulcrum
[11:28:12] [Server thread/DEBUG] [FML/]: Found translations in fulcrum-2.0.2.0.jar [en_US]
[11:28:12] [Server thread/DEBUG] [FunOres/]: Enabling mod FunOres
[11:28:12] [Server thread/DEBUG] [FML/]: Found translations in fun-ores-1.8-1.0.0-17.jar [en_US]
[11:28:12] [Server thread/DEBUG] [GakaisFlightTable/]: Enabling mod GakaisFlightTable
[11:28:12] [Server thread/DEBUG] [FML/]: Found translations in gakais-flight-table-fly-block-1.8-1.1.1.jar [en_US, en_US]
[11:28:12] [Server thread/DEBUG] [bonus/]: Enabling mod bonus
[11:28:12] [Server thread/DEBUG] [FML/]: Found translations in Galactic Colored Blocks-1.8-1.01.jar [en_US]
[11:28:12] [Server thread/DEBUG] [galactic/]: Enabling mod galactic
[11:28:12] [Server thread/DEBUG] [FML/]: Found translations in Galactic Colored Blocks-1.8-1.01.jar [en_US]
[11:28:12] [Server thread/DEBUG] [geoactivity/]: Enabling mod geoactivity
[11:28:12] [Server thread/DEBUG] [FML/]: Found translations in geoactivity-2.1.1.jar [en_US]
[11:28:12] [Server thread/DEBUG] [foundry/]: Enabling mod foundry
[11:28:12] [Server thread/DEBUG] [FML/]: Found translations in giacomos-foundry-1.8-1.3.3.jar [en_US, it_IT]
[11:28:12] [Server thread/DEBUG] [exp/]: Enabling mod exp
[11:28:12] [Server thread/DEBUG] [FML/]: Found translations in GiacomosExperienceSeedling1.8-1.1.jar [en_US, it_IT]
[11:28:12] [Server thread/DEBUG] [fishing/]: Enabling mod fishing
[11:28:12] [Server thread/DEBUG] [FML/]: Found translations in GiacomosFishingNet1.8-1.4.jar [en_US, it_IT]
[11:28:12] [Server thread/DEBUG] [glass_shards/]: Enabling mod glass_shards
[11:28:12] [Server thread/DEBUG] [FML/]: Found translations in glass_shards_mc1.8-1.3.2.jar [de_DE, en_US, fr_FR, ru_RU]
[11:28:12] [Server thread/DEBUG] [GravityGun/]: Enabling mod GravityGun
[11:28:12] [Server thread/DEBUG] [FML/]: Found translations in GravityGun-5.0.0.jar [en_US]
[11:28:12] [Server thread/DEBUG] [HelpFixer/]: Enabling mod HelpFixer
[11:28:12] [Server thread/DEBUG] [hopperducts/]: Enabling mod hopperducts
[11:28:12] [Server thread/DEBUG] [FML/]: Found translations in hopperducts-mc1.8-1.4.5.jar [en_US]
[11:28:12] [Server thread/DEBUG] [ice_shards/]: Enabling mod ice_shards
[11:28:12] [Server thread/DEBUG] [FML/]: Found translations in ice_shards_mc1.8-1.1-beta.jar [de_DE, en_US]
[11:28:12] [Server thread/DEBUG] [iChunUtil/]: Enabling mod iChunUtil
[11:28:12] [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]
[11:28:12] [Server thread/DEBUG] [igneousadditions/]: Enabling mod igneousadditions
[11:28:12] [Server thread/DEBUG] [FML/]: Found translations in IgneousAdditions-1.2-BETA-2.jar [en_US]
[11:28:12] [Server thread/DEBUG] [inventorytweaks/]: Enabling mod inventorytweaks
[11:28:12] [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]
[11:28:12] [Server thread/DEBUG] [IronChest/]: Enabling mod IronChest
[11:28:12] [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]
[11:28:12] [Server thread/DEBUG] [larrysmod/]: Enabling mod larrysmod
[11:28:12] [Server thread/DEBUG] [FML/]: Found translations in larrys-mod-1.8-1.06.1.jar [en_US]
[11:28:12] [Server thread/DEBUG] [latticemod/]: Enabling mod latticemod
[11:28:12] [Server thread/DEBUG] [FML/]: Found translations in lattice-mod-1.8-1.1.jar [en_US]
[11:28:12] [Server thread/DEBUG] [letters/]: Enabling mod letters
[11:28:12] [Server thread/DEBUG] [FML/]: Found translations in letters-numbers-and-symbols-mod-1.8-1.0.jar [en_US, zh_CN]
[11:28:12] [Server thread/DEBUG] [liquidenchanting/]: Enabling mod liquidenchanting
[11:28:12] [Server thread/DEBUG] [FML/]: Found translations in Liquid Enchanting-1.0.jar [en_US]
[11:28:12] [Server thread/DEBUG] [LomLib/]: Enabling mod LomLib
[11:28:12] [Server thread/DEBUG] [FML/]: Found translations in LomLib v4.1.0.jar [en_US, ru_RU]
[11:28:12] [Server thread/DEBUG] [LunatriusCore/]: Enabling mod LunatriusCore
[11:28:12] [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]
[11:28:12] [Server thread/DEBUG] [machinemod/]: Enabling mod machinemod
[11:28:12] [Server thread/DEBUG] [FML/]: Found translations in MachineMod-1.8-1.1-Pre-ALPHA-Build-123.jar [en_US]
[11:28:12] [Server thread/DEBUG] [magicalmages/]: Enabling mod magicalmages
[11:28:12] [Server thread/DEBUG] [FML/]: Found translations in magicalmages-v1.4-MCv1.8.jar [en_GB, en_US]
[11:28:12] [Server thread/DEBUG] [magicclover/]: Enabling mod magicclover
[11:28:12] [Server thread/DEBUG] [FML/]: Found translations in magicclover-1.8-0.6.2.jar [en_US, ja_JP, pl_PL, ru_RU, zh_CN]
[11:28:12] [Server thread/DEBUG] [makersmark/]: Enabling mod makersmark
[11:28:12] [Server thread/DEBUG] [FML/]: Found translations in MakersMark-V2.0.1-MC1.8.jar [en_US, fr_FR]
[11:28:12] [Server thread/DEBUG] [medieval_mobs/]: Enabling mod medieval_mobs
[11:28:12] [Server thread/DEBUG] [FML/]: Found translations in medieval_mobs-1.8.x v.a2.jar [en_US, it_IT]
[11:28:12] [Server thread/DEBUG] [sgs_metals/]: Enabling mod sgs_metals
[11:28:12] [Server thread/DEBUG] [FML/]: Found translations in Metals-1.8-2.1.jar [en_US]
[11:28:12] [Server thread/DEBUG] [modularsuits/]: Enabling mod modularsuits
[11:28:12] [Server thread/DEBUG] [FML/]: Found translations in modularsuits-1.2.1.jar [en_US]
[11:28:12] [Server thread/DEBUG] [weirdmobs/]: Enabling mod weirdmobs
[11:28:12] [Server thread/DEBUG] [morebows/]: Enabling mod morebows
[11:28:12] [Server thread/DEBUG] [FML/]: Found translations in morebows-1.8-2.0.0a2.jar [en_US]
[11:28:12] [Server thread/DEBUG] [Morpheus/]: Enabling mod Morpheus
[11:28:12] [Server thread/DEBUG] [cfm/]: Enabling mod cfm
[11:28:12] [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]
[11:28:12] [Server thread/DEBUG] [neotech/]: Enabling mod neotech
[11:28:12] [Server thread/DEBUG] [FML/]: Found translations in neotech-1.8-1.6.jar [fr_FR, en_US]
[11:28:12] [Server thread/DEBUG] [mininghats/]: Enabling mod mininghats
[11:28:12] [Server thread/DEBUG] [FML/]: Found translations in night-vision-mining-hats-1.8-1.4.jar [en_US]
[11:28:12] [Server thread/DEBUG] [OpenComputers/]: Enabling mod OpenComputers
[11:28:12] [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]
[11:28:12] [Server thread/DEBUG] [pandorasbox/]: Enabling mod pandorasbox
[11:28:12] [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]
[11:28:12] [Server thread/DEBUG] [pcb/]: Enabling mod pcb
[11:28:12] [Server thread/DEBUG] [FML/]: Found translations in portable-crafting-bench-1.8-1.4.jar [en_US, ru_RU]
[11:28:12] [Server thread/DEBUG] [portalgates/]: Enabling mod portalgates
[11:28:12] [Server thread/DEBUG] [samsapples/]: Enabling mod samsapples
[11:28:12] [Server thread/DEBUG] [FML/]: Found translations in power-apples-1.8-1.0.1.jar [en_AU, en_CA, en_GB, en_US]
[11:28:12] [Server thread/DEBUG] [poweradvantage/]: Enabling mod poweradvantage
[11:28:12] [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]
[11:28:12] [Server thread/DEBUG] [prismatics/]: Enabling mod prismatics
[11:28:12] [Server thread/DEBUG] [FML/]: Found translations in prismatics-1.8-0.0.3.3.jar [en_US]
[11:28:12] [Server thread/DEBUG] [progressiveautomation/]: Enabling mod progressiveautomation
[11:28:12] [Server thread/DEBUG] [FML/]: Found translations in progressive-automation-1.8-1.6.15.jar [de_DE, en_US, fr_FR, nl_NL, pl_PL, ru_RU, zh_CN]
[11:28:12] [Server thread/DEBUG] [projectbench/]: Enabling mod projectbench
[11:28:12] [Server thread/DEBUG] [ProjectE/]: Enabling mod ProjectE
[11:28:12] [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]
[11:28:12] [Server thread/DEBUG] [RandomThings/]: Enabling mod RandomThings
[11:28:12] [Server thread/DEBUG] [FML/]: Found translations in random-things-1.8-3.5.3.jar [en_US]
[11:28:12] [Server thread/DEBUG] [redstonepaste/]: Enabling mod redstonepaste
[11:28:12] [Server thread/DEBUG] [FML/]: Found translations in redstone-paste-1.8-1.7.1.jar [en_US]
[11:28:12] [Server thread/DEBUG] [routerreborn/]: Enabling mod routerreborn
[11:28:12] [Server thread/DEBUG] [FML/]: Found translations in router-reborn-1.8-2.0.0.1A.jar [en_US]
[11:28:12] [Server thread/DEBUG] [Schematica/]: Enabling mod Schematica
[11:28:12] [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]
[11:28:12] [Server thread/DEBUG] [SilentGems/]: Enabling mod SilentGems
[11:28:12] [Server thread/DEBUG] [FML/]: Found translations in silents-gems-1.8-1.3.1-82-beta.jar [en_US]
[11:28:12] [Server thread/DEBUG] [wuppy29_simplerecipes/]: Enabling mod wuppy29_simplerecipes
[11:28:12] [Server thread/DEBUG] [holodisplays/]: Enabling mod holodisplays
[11:28:12] [Server thread/DEBUG] [SmeltCycle/]: Enabling mod SmeltCycle
[11:28:12] [Server thread/DEBUG] [SophisticatedWolves/]: Enabling mod SophisticatedWolves
[11:28:12] [Server thread/DEBUG] [FML/]: Found translations in sophisticated-wolves-3.5.0.jar [en_US, ru_RU]
[11:28:12] [Server thread/DEBUG] [spawnercraft/]: Enabling mod spawnercraft
[11:28:12] [Server thread/DEBUG] [FML/]: Found translations in spawnercraft-1.8-2.2.2.jar [en_US, fr_FR]
[11:28:12] [Server thread/DEBUG] [Stackie/]: Enabling mod Stackie
[11:28:12] [Server thread/DEBUG] [FML/]: Found translations in stackie-1.8-1.6.0.36.jar [en_US, no_NO, ru_RU]
[11:28:12] [Server thread/DEBUG] [steamadvantage/]: Enabling mod steamadvantage
[11:28:12] [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]
[11:28:12] [Server thread/DEBUG] [StorageDrawers/]: Enabling mod StorageDrawers
[11:28:12] [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]
[11:28:12] [Server thread/DEBUG] [Talismans 2/]: Enabling mod Talismans 2
[11:28:12] [Server thread/DEBUG] [FML/]: Found translations in talismans-2-1.8-2.1.2.jar [en_US, fr_FR]
[11:28:12] [Server thread/DEBUG] [tnt_utilities/]: Enabling mod tnt_utilities
[11:28:12] [Server thread/DEBUG] [Torched/]: Enabling mod Torched
[11:28:12] [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]
[11:28:12] [Server thread/DEBUG] [totemMod/]: Enabling mod totemMod
[11:28:12] [Server thread/DEBUG] [FML/]: Found translations in totemmod-3.0.jar [en_US]
[11:28:12] [Server thread/DEBUG] [unlogicii/]: Enabling mod unlogicii
[11:28:12] [Server thread/DEBUG] [FML/]: Found translations in unlogic-ii-2.1.1.0.jar [en_US, es_ES]
[11:28:12] [Server thread/DEBUG] [UsefullUselessness/]: Enabling mod UsefullUselessness
[11:28:12] [Server thread/DEBUG] [FML/]: Found translations in useful-uselessness-1.8-0.0.4.jar [en_US]
[11:28:12] [Server thread/DEBUG] [VeinMiner/]: Enabling mod VeinMiner
[11:28:12] [Server thread/DEBUG] [FML/]: Found translations in veinminer-0.27.0.jar [en_US, fr_FR]
[11:28:12] [Server thread/DEBUG] [VeinMinerModSupport/]: Enabling mod VeinMinerModSupport
[11:28:12] [Server thread/DEBUG] [FML/]: Found translations in veinminer-0.27.0.jar [en_US, fr_FR]
[11:28:12] [Server thread/DEBUG] [shadowswoodstonearmor/]: Enabling mod shadowswoodstonearmor
[11:28:12] [Server thread/DEBUG] [FML/]: Found translations in wooden-and-stone-armor-1.8-1.3.1.jar [en_US]
[11:28:12] [Server thread/DEBUG] [worldedit/]: Enabling mod worldedit
[11:28:12] [Server thread/DEBUG] [wormsmod/]: Enabling mod wormsmod
[11:28:12] [Server thread/DEBUG] [FML/]: Found translations in worms-1.8-1.1.0.jar [en_US]
[11:28:12] [Server thread/DEBUG] [zzzzzcustomconfigs/]: Enabling mod zzzzzcustomconfigs
[11:28:12] [Server thread/TRACE] [FML/]: Verifying mod requirements are satisfied
[11:28:12] [Server thread/TRACE] [FML/]: All mod requirements are satisfied
[11:28:12] [Server thread/TRACE] [FML/]: Sorting mods into an ordered list
[11:28:12] [Server thread/TRACE] [FML/]: Mod sorting completed successfully
[11:28:12] [Server thread/DEBUG] [FML/]: Mod sorting data
[11:28:12] [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,))
[11:28:12] [Server thread/DEBUG] [FML/]: braziermod(Brazier Mod:1.0): [1.8]BrazierMod-1.0.jar ()
[11:28:12] [Server thread/DEBUG] [FML/]: bspkrsCore(bspkrsCore:7.01): [1.8]bspkrsCore-universal-7.01.jar ()
[11:28:12] [Server thread/DEBUG] [FML/]: Chimneys(Chimneys:1.8): [1.8]Chimneys(2).jar ()
[11:28:12] [Server thread/DEBUG] [FML/]: adamantium(Adamantium Mod:1.4.1): adamantium-mod-1.4.1.jar ()
[11:28:12] [Server thread/DEBUG] [FML/]: alexiillib(AlexIILLib:0.1): AlexIILLib-1.8-1.3.42.jar ()
[11:28:12] [Server thread/DEBUG] [FML/]: animalsplus(Animals Plus:1.3): animalsplus-1.3.jar ()
[11:28:12] [Server thread/DEBUG] [FML/]: armourexpansion(Armour Expansion:1.0): Armour Expansion - 1.0.jar ()
[11:28:12] [Server thread/DEBUG] [FML/]: Aroma1997CoreHelper(Aroma1997Core|Helper:1.0.3.4.b43): Aroma1997Core-1.8-1.0.3.4.b43.jar ()
[11:28:12] [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))
[11:28:12] [Server thread/DEBUG] [FML/]: AttachableGrinder(AttachableGrinder:5.0.0): AttachableGrinder-5.0.0.jar (required-after:iChunUtil@[5.4.0,6.0.0))
[11:28:12] [Server thread/DEBUG] [FML/]: AutoSapling(AutoSapling:1.0): AutoSap-MC1.8-1.2.jar ()
[11:28:12] [Server thread/DEBUG] [FML/]: basemetals(Base Metals:1.3.4): BaseMetals-1.3.4.jar ()
[11:28:12] [Server thread/DEBUG] [FML/]: Baubles(Baubles:1.1.1.0): Baubles-1.8-1.1.1.0.jar (required-after:Forge@[11.14.1,);)
[11:28:12] [Server thread/DEBUG] [FML/]: BeardedLib(BeardedLib:1.1): BeardedLib-1.8-1.1.jar ()
[11:28:12] [Server thread/DEBUG] [FML/]: swdjail(swdjail:1.0): behind-bars-1.8-1.0.jar ()
[11:28:12] [Server thread/DEBUG] [FML/]: BetterChests(BetterChests:1.2.0.0.b41): BetterChests-1.8-1.2.0.0.b41.jar (required-after:Aroma1997Core)
[11:28:12] [Server thread/DEBUG] [FML/]: rafradek_blocklauncher(Block Launcher:1.4.1): block-launcher-1.8-2.0.jar ()
[11:28:12] [Server thread/DEBUG] [FML/]: gtm(grizeldi's Boost Mod:0.1.3): boost-0.2.3.jar ()
[11:28:12] [Server thread/DEBUG] [FML/]: brewingPlus(brewingPlus:0.0.6): brewingPlus-1.8-0.0.6.jar ()
[11:28:12] [Server thread/DEBUG] [FML/]: bunkermod(Bunkermod:2.0): Bunkermod-mc1.8-v2.0.jar ()
[11:28:12] [Server thread/DEBUG] [FML/]: C4Lib(C4Lib:1.0.0): C4Lib-1.8-1.0.0-universal.jar ()
[11:28:12] [Server thread/DEBUG] [FML/]: samscarbonpaper(Carbon Paper:1.8-1.0.0): carbon-paper-1.8-1.0.0.jar ()
[11:28:12] [Server thread/DEBUG] [FML/]: Chameleon(Chameleon:1.8-0.1.0): Chameleon-1.8-0.1.0.jar ()
[11:28:12] [Server thread/DEBUG] [FML/]: ChickenShed(Chicken Shed:1.1.4): ChickenShed-1.8-1.2.0.jar ()
[11:28:12] [Server thread/DEBUG] [FML/]: colorfularmor(Colorful Armor:1.8-2.8): colorful-armor-1.8-2.8.jar ()
[11:28:12] [Server thread/DEBUG] [FML/]: craftablehorsearmour(Craftable Horse Armour [CHA&S]:1.0): Craftable Horse Armour and Saddle 1.2.1.jar ()
[11:28:12] [Server thread/DEBUG] [FML/]: craftingex(Crafting EX:1.0.6): CraftingEX_1.8-v1.0.6.jar ()
[11:28:12] [Server thread/DEBUG] [FML/]: customnpcs(CustomNpcs:1.8.0_beta): custom-npcs-1.8.0-beta.jar (required-after:Forge@[11.14.1.1334,);)
[11:28:12] [Server thread/DEBUG] [FML/]: ctrades(Custom Trades Mod:1.3.2): custom-trades-mod-1.8-1.3.2.jar ()
[11:28:12] [Server thread/DEBUG] [FML/]: wonderfulwands(Wonderful Wands:1.7.1): CyanosWonderfulWands_1.8-1.7.1.jar ()
[11:28:12] [Server thread/DEBUG] [FML/]: decorationmegapack(Decoration Mega Pack:1.18): decoration-mega-pack-1.8-1.18.jar ()
[11:28:12] [Server thread/DEBUG] [FML/]: dlr(Don's Lightning Rod:1.0): dons-lightning-rod-1.8-1.0.jar ()
[11:28:12] [Server thread/DEBUG] [FML/]: Dynmap(Dynmap:2.2-63): dynmap-1.8-2.2.jar ()
[11:28:12] [Server thread/DEBUG] [FML/]: emeraldobsidianmod(Emerald & Obsidian tools/armor mod:1.3.1): emeraldobsidianmod-1.8-1.3.1.jar ()
[11:28:12] [Server thread/DEBUG] [FML/]: eplus(Enchanting Plus:3.1.0a1): EnchantingPlus-1.8-3.1.0a1.jar ()
[11:28:12] [Server thread/DEBUG] [FML/]: enderutilities(Ender Utilities:0.4.0-beta-1a): enderutilities-1.8-0.4.0-beta-1a.jar ()
[11:28:12] [Server thread/DEBUG] [FML/]: exnihilo2(Ex Nihilo 2:0.27): ex-nihilo-2-1.8-0.27.jar ()
[11:28:12] [Server thread/DEBUG] [FML/]: expchest(Exp Chest:4.0): exp-chest-4.0a.jar (required-after:FML)
[11:28:12] [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)
[11:28:12] [Server thread/DEBUG] [FML/]: fireplacecore(Fireplace Core:2.3.2.0): fireplace-core-2.3.2.0.jar ()
[11:28:12] [Server thread/DEBUG] [FML/]: CoFHAPI(API: CoFHAPI:1.8.0R1.0.0a): PowerAdvantage-1.2.4.jar ()
[11:28:12] [Server thread/DEBUG] [FML/]: CoFHAPI|energy(API: CoFHAPI|energy:1.8.0R1.0.0a): PowerAdvantage-1.2.4.jar ()
[11:28:12] [Server thread/DEBUG] [FML/]: fluxducts(Flux Ducts:1.0.2): fluxducts-mc1.8-1.0.2.jar ()
[11:28:12] [Server thread/DEBUG] [FML/]: samsfooddetails(Food Details:1.8-1.0.0): food-details-1.8-1.0.0.jar ()
[11:28:12] [Server thread/DEBUG] [FML/]: ftfragileglass(Fragile Glass and Thin Ice:1.8-1.2): fragile-glass-1.8-1.2.jar ()
[11:28:12] [Server thread/DEBUG] [FML/]: samsfragiletorches(Fragile Torches:1.8-1.0.0): fragile-torches-1.8-1.0.0.jar ()
[11:28:12] [Server thread/DEBUG] [FML/]: fulcrum(FULCRUM:2.0.2.0): fulcrum-2.0.2.0.jar ()
[11:28:12] [Server thread/DEBUG] [FML/]: FunOres(Fun Ores:1.0.0): fun-ores-1.8-1.0.0-17.jar ()
[11:28:12] [Server thread/DEBUG] [FML/]: GakaisFlightTable(Gakais Flight Table:1.1.1): gakais-flight-table-fly-block-1.8-1.1.1.jar ()
[11:28:12] [Server thread/DEBUG] [FML/]: bonus(Mystify's Bonus stuff:.1): Galactic Colored Blocks-1.8-1.01.jar ()
[11:28:12] [Server thread/DEBUG] [FML/]: galactic(Galactic Colored Blocks:1.1): Galactic Colored Blocks-1.8-1.01.jar ()
[11:28:12] [Server thread/DEBUG] [FML/]: geoactivity(GeoActivity:2.1.1): geoactivity-2.1.1.jar ()
[11:28:12] [Server thread/DEBUG] [FML/]: foundry(Giacomo's Foundry:1.3.3): giacomos-foundry-1.8-1.3.3.jar ()
[11:28:12] [Server thread/DEBUG] [FML/]: exp(Exp Seedling Mod:1.1): GiacomosExperienceSeedling1.8-1.1.jar ()
[11:28:12] [Server thread/DEBUG] [FML/]: fishing(Fishing Net Mod:1.4): GiacomosFishingNet1.8-1.4.jar ()
[11:28:12] [Server thread/DEBUG] [FML/]: glass_shards(Glass Shards:1.3.2): glass_shards_mc1.8-1.3.2.jar ()
[11:28:12] [Server thread/DEBUG] [FML/]: GravityGun(GravityGun:5.0.0): GravityGun-5.0.0.jar (required-after:iChunUtil@[5.4.0,6.0.0))
[11:28:12] [Server thread/DEBUG] [FML/]: HelpFixer(HelpFixer:1.1.9): HelpFixer - 1.1.9.jar ()
[11:28:12] [Server thread/DEBUG] [FML/]: hopperducts(Hopper Ducts:1.4.5): hopperducts-mc1.8-1.4.5.jar ()
[11:28:12] [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}])
[11:28:12] [Server thread/DEBUG] [FML/]: igneousadditions(Igneous Additions:1.2-BETA-2): IgneousAdditions-1.2-BETA-2.jar ()
[11:28:12] [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,))
[11:28:12] [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,))
[11:28:12] [Server thread/DEBUG] [FML/]: larrysmod(Larry's Mod:1.06.1): larrys-mod-1.8-1.06.1.jar ()
[11:28:12] [Server thread/DEBUG] [FML/]: latticemod(Lattice Mod:1.1): lattice-mod-1.8-1.1.jar ()
[11:28:12] [Server thread/DEBUG] [FML/]: letters(§e§lLetters, numbers and sysbols MOD:1.0): letters-numbers-and-symbols-mod-1.8-1.0.jar ()
[11:28:12] [Server thread/DEBUG] [FML/]: liquidenchanting(Liquid Enchanting:1.0): Liquid Enchanting-1.0.jar ()
[11:28:12] [Server thread/DEBUG] [FML/]: LomLib(LomLib:4.1.0): LomLib v4.1.0.jar ()
[11:28:12] [Server thread/DEBUG] [FML/]: LunatriusCore(LunatriusCore:1.1.2.28): LunatriusCore-1.8-1.1.2.28-universal.jar ()
[11:28:12] [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 ()
[11:28:12] [Server thread/DEBUG] [FML/]: magicalmages(Magical Mages:1.4): magicalmages-v1.4-MCv1.8.jar ()
[11:28:12] [Server thread/DEBUG] [FML/]: magicclover(Magic Clover:1.8-0.6.2): magicclover-1.8-0.6.2.jar ()
[11:28:12] [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)
[11:28:12] [Server thread/DEBUG] [FML/]: medieval_mobs(Medieval mobs mod, part of Liege mod:a2): medieval_mobs-1.8.x v.a2.jar ()
[11:28:12] [Server thread/DEBUG] [FML/]: sgs_metals(SGS Metals 1.8-2.1:2.1): Metals-1.8-2.1.jar ()
[11:28:12] [Server thread/DEBUG] [FML/]: modularsuits(modularsuits:1.0): modularsuits-1.2.1.jar ()
[11:28:12] [Server thread/DEBUG] [FML/]: weirdmobs(Monkey:1.0): monkey-mod-1.0.jar ()
[11:28:12] [Server thread/DEBUG] [FML/]: morebows(More Bows!:2.0.0): morebows-1.8-2.0.0a2.jar ()
[11:28:12] [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,);)
[11:28:12] [Server thread/DEBUG] [FML/]: cfm(�9MrCrayfish's Furniture Mod:3.4.8): MrCrayfishFurnitureModv3.4.8-build1(1.8).jar ()
[11:28:12] [Server thread/DEBUG] [FML/]: neotech(NeoTech:1.6): neotech-1.8-1.6.jar (required-after:Forge@[11.14.1.1334,))
[11:28:12] [Server thread/DEBUG] [FML/]: mininghats(Mining Hats:1.4): night-vision-mining-hats-1.8-1.4.jar ()
[11:28:12] [Server thread/DEBUG] [FML/]: OpenComputersAPI|Driver|Item(API: OpenComputersAPI|Driver|Item:5.5.3): open-computers-1.8-1.5.14.32.jar ()
[11:28:12] [Server thread/DEBUG] [FML/]: OpenComputersAPI|Event(API: OpenComputersAPI|Event:5.5.3): open-computers-1.8-1.5.14.32.jar ()
[11:28:12] [Server thread/DEBUG] [FML/]: OpenComputersAPI|Network(API: OpenComputersAPI|Network:5.5.3): open-computers-1.8-1.5.14.32.jar ()
[11:28:12] [Server thread/DEBUG] [FML/]: OpenComputersAPI|Machine(API: OpenComputersAPI|Machine:5.5.3): open-computers-1.8-1.5.14.32.jar ()
[11:28:12] [Server thread/DEBUG] [FML/]: OpenComputersAPI|Manual(API: OpenComputersAPI|Manual:5.5.3): open-computers-1.8-1.5.14.32.jar ()
[11:28:12] [Server thread/DEBUG] [FML/]: OpenComputersAPI|Prefab(API: OpenComputersAPI|Prefab:5.5.3): open-computers-1.8-1.5.14.32.jar ()
[11:28:12] [Server thread/DEBUG] [FML/]: OpenComputersAPI|Core(API: OpenComputersAPI|Core:5.5.3): open-computers-1.8-1.5.14.32.jar ()
[11:28:12] [Server thread/DEBUG] [FML/]: OpenComputersAPI|Internal(API: OpenComputersAPI|Internal:5.5.3): open-computers-1.8-1.5.14.32.jar ()
[11:28:12] [Server thread/DEBUG] [FML/]: OpenComputersAPI|Component(API: OpenComputersAPI|Component:5.5.3): open-computers-1.8-1.5.14.32.jar ()
[11:28:12] [Server thread/DEBUG] [FML/]: OpenComputersAPI|FileSystem(API: OpenComputersAPI|FileSystem:5.5.3): open-computers-1.8-1.5.14.32.jar ()
[11:28:12] [Server thread/DEBUG] [FML/]: OpenComputersAPI|Driver(API: OpenComputersAPI|Driver:5.5.3): open-computers-1.8-1.5.14.32.jar ()
[11:28:12] [Server thread/DEBUG] [FML/]: OpenComputers(OpenComputers:1.5.14.32): open-computers-1.8-1.5.14.32.jar ()
[11:28:12] [Server thread/DEBUG] [FML/]: pandorasbox(Pandora's Box:2.1.2): pandoras-box-1.8-2.1.2.jar ()
[11:28:12] [Server thread/DEBUG] [FML/]: pcb(Portable Craft Bench:1.4): portable-crafting-bench-1.8-1.4.jar ()
[11:28:12] [Server thread/DEBUG] [FML/]: portalgates(Portal Gates 2:2.1.4): PortalGates2-mc1.8-2.1.4-b.jar ()
[11:28:12] [Server thread/DEBUG] [FML/]: samsapples(Power Apples:1.8-1.0.1): power-apples-1.8-1.0.1.jar ()
[11:28:12] [Server thread/DEBUG] [FML/]: poweradvantage(Power Advantage:1.2.4): PowerAdvantage-1.2.4.jar (required-after:basemetals)
[11:28:12] [Server thread/DEBUG] [FML/]: prismatics(Prismatics:0.0.3.3): prismatics-1.8-0.0.3.3.jar ()
[11:28:12] [Server thread/DEBUG] [FML/]: CoFHAPI|tileentity(API: CoFHAPI|tileentity:1.8.0R1.0.0a): progressive-automation-1.8-1.6.15.jar ()
[11:28:12] [Server thread/DEBUG] [FML/]: CoFHAPI|block(API: CoFHAPI|block:1.8.0R1.0.0a): progressive-automation-1.8-1.6.15.jar ()
[11:28:12] [Server thread/DEBUG] [FML/]: progressiveautomation(Progressive Automation:1.6.15): progressive-automation-1.8-1.6.15.jar ()
[11:28:12] [Server thread/DEBUG] [FML/]: projectbench(Project Bench Updated:0.5.0): project-bench-1.8-0.5.0.jar ()
[11:28:12] [Server thread/DEBUG] [FML/]: ProjectE(ProjectE:1.8-PE1.0.1B): projecte-1.8-PE1.0.1.B.jar ()
[11:28:12] [Server thread/DEBUG] [FML/]: RandomThings(Random Things:3.5.3): random-things-1.8-3.5.3.jar ()
[11:28:12] [Server thread/DEBUG] [FML/]: redstonepaste(Redstone Paste:1.7.1): redstone-paste-1.8-1.7.1.jar ()
[11:28:12] [Server thread/DEBUG] [FML/]: routerreborn(Router Reborn:1.2.00Beta1): router-reborn-1.8-2.0.0.1A.jar (after:ForgeMultipart)
[11:28:12] [Server thread/DEBUG] [FML/]: Schematica(Schematica:1.7.7.130): Schematica-1.8-1.7.7.130-universal.jar ()
[11:28:12] [Server thread/DEBUG] [FML/]: SilentGems(Silent's Gems:1.8-1.3.1-beta): silents-gems-1.8-1.3.1-82-beta.jar ()
[11:28:12] [Server thread/DEBUG] [FML/]: wuppy29_simplerecipes(Simple Recipes:1.9.0): Simple Recipes 1.8.0-1.9.0.jar ()
[11:28:12] [Server thread/DEBUG] [FML/]: holodisplays(holodisplays:1.0): SimpleHolo-v1.0-1.8.jar ()
[11:28:12] [Server thread/DEBUG] [FML/]: SmeltCycle(SmeltCycle:1.1): smelt-cycle-1.2.jar ()
[11:28:12] [Server thread/DEBUG] [FML/]: SophisticatedWolves(SophisticatedWolves:3.5.0): sophisticated-wolves-3.5.0.jar ()
[11:28:12] [Server thread/DEBUG] [FML/]: spawnercraft(SpawnerCraft:1.8-2.2.2): spawnercraft-1.8-2.2.2.jar ()
[11:28:12] [Server thread/DEBUG] [FML/]: Stackie(Stackie:1.6.0.36): stackie-1.8-1.6.0.36.jar ()
[11:28:12] [Server thread/DEBUG] [FML/]: steamadvantage(Steam Advantage:1.3.2): SteamAdvantage-1.3.2.jar (required-after:poweradvantage;required-after:basemetals)
[11:28:12] [Server thread/DEBUG] [FML/]: StorageDrawers(Storage Drawers:1.8-2.1.6): storage-drawers-1.8-2.1.6.jar ()
[11:28:12] [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:)
[11:28:12] [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)
[11:28:12] [Server thread/DEBUG] [FML/]: Torched(Torched:5.0.0): torched-5.0.0.jar (required-after:iChunUtil@[5.4.0,6.0.0))
[11:28:12] [Server thread/DEBUG] [FML/]: totemMod(Totem Mod:1.0): totemmod-3.0.jar ()
[11:28:12] [Server thread/DEBUG] [FML/]: unlogicii(UnLogic II:2.1.1.0): unlogic-ii-2.1.1.0.jar ()
[11:28:12] [Server thread/DEBUG] [FML/]: UsefullUselessness(Useful Uselessness:0.0.3 - beta): useful-uselessness-1.8-0.0.4.jar ()
[11:28:12] [Server thread/DEBUG] [FML/]: VeinMiner(Vein Miner:0.26.1_build.unknown): veinminer-0.27.0.jar ()
[11:28:12] [Server thread/DEBUG] [FML/]: VeinMinerApi(API: VeinMinerApi:0.1): veinminer-0.27.0.jar ()
[11:28:12] [Server thread/DEBUG] [FML/]: VeinMinerModSupport(Mod Support:0.26.1_build.unknown): veinminer-0.27.0.jar ()
[11:28:12] [Server thread/DEBUG] [FML/]: shadowswoodstonearmor(Shadow's Wooden And Stone Armor:1.3.1): wooden-and-stone-armor-1.8-1.3.1.jar ()
[11:28:12] [Server thread/DEBUG] [FML/]: worldedit(WorldEdit:6.1): world-edit-1.8-6.1.jar ()
[11:28:12] [Server thread/DEBUG] [FML/]: wormsmod(Worms Mod:1.1): worms-1.8-1.1.0.jar ()
[11:28:12] [Server thread/DEBUG] [FML/]: StorageDrawersAPI(API: StorageDrawersAPI:1.7.10-1.2.0): storage-drawers-1.8-2.1.6.jar ()
[11:28:12] [Server thread/DEBUG] [FML/]: StorageDrawersAPI|registry(API: StorageDrawersAPI|registry:1.7.10-1.2.0): storage-drawers-1.8-2.1.6.jar ()
[11:28:12] [Server thread/DEBUG] [FML/]: StorageDrawersAPI|storage(API: StorageDrawersAPI|storage:1.7.10-1.2.0): storage-drawers-1.8-2.1.6.jar ()
[11:28:12] [Server thread/DEBUG] [FML/]: SchematicaAPI(API: SchematicaAPI:1.1): Schematica-1.8-1.7.7.130-universal.jar ()
[11:28:12] [Server thread/DEBUG] [FML/]: StorageDrawersAPI|inventory(API: StorageDrawersAPI|inventory:1.7.10-1.2.0): storage-drawers-1.8-2.1.6.jar ()
[11:28:12] [Server thread/DEBUG] [FML/]: ForgeEssentialsAPI|Perms(API: ForgeEssentialsAPI|Perms:2.0): FE-1.8-snapshot-8.jar ()
[11:28:12] [Server thread/DEBUG] [FML/]: ForgeEssentialsAPI(API: ForgeEssentialsAPI:2.0): FE-1.8-snapshot-8.jar ()
[11:28:12] [Server thread/DEBUG] [FML/]: glass_shards|API(API: glass_shards|API:1.1): glass_shards_mc1.8-1.3.2.jar ()
[11:28:12] [Server thread/DEBUG] [FML/]: ProjectEAPI(API: ProjectEAPI:5): projecte-1.8-PE1.0.1.B.jar ()
[11:28:12] [Server thread/DEBUG] [FML/]: StorageDrawersAPI|config(API: StorageDrawersAPI|config:1.7.10-1.2.0): storage-drawers-1.8-2.1.6.jar ()
[11:28:12] [Server thread/DEBUG] [FML/]: ForgeEssentialsAPI|Remote(API: ForgeEssentialsAPI|Remote:2.0): FE-1.8-snapshot-8.jar ()
[11:28:12] [Server thread/DEBUG] [FML/]: Forge-FEHooks(API: Forge-FEHooks:1291.1): FE-1.8-snapshot-8.jar ()
[11:28:12] [Server thread/DEBUG] [FML/]: StorageDrawersAPI|event(API: StorageDrawersAPI|event:1.7.10-1.2.0): storage-drawers-1.8-2.1.6.jar ()
[11:28:12] [Server thread/DEBUG] [FML/]: Core(API: Core:0.1): custom-npcs-1.8.0-beta.jar ()
[11:28:12] [Server thread/DEBUG] [FML/]: Baubles|API(API: Baubles|API:1.1.1.0): Baubles-1.8-1.1.1.0.jar ()
[11:28:12] [Server thread/DEBUG] [FML/]: SchematicaAPI|Events(API: SchematicaAPI|Events:1.1): Schematica-1.8-1.7.7.130-universal.jar ()
[11:28:12] [Server thread/DEBUG] [FML/]: StorageDrawersAPI|pack(API: StorageDrawersAPI|pack:1.7.10-1.2.0): storage-drawers-1.8-2.1.6.jar ()
[11:28:12] [Server thread/DEBUG] [FML/]: StorageDrawersAPI|render(API: StorageDrawersAPI|render:1.7.10-1.2.0): storage-drawers-1.8-2.1.6.jar ()
[11:28:12] [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 ()
[11:28:12] [Server thread/DEBUG] [FML/]: ForgeEssentialsAPI|Economy(API: ForgeEssentialsAPI|Economy:2.0): FE-1.8-snapshot-8.jar ()
[11:28:12] [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:*)
[11:28:12] [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.
[11:28:12] [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.
[11:28:12] [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.
[11:28:12] [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.
[11:28:12] [Server thread/TRACE] [mcp/mcp]: Sending event FMLConstructionEvent to mod mcp
[11:28:12] [Server thread/TRACE] [mcp/mcp]: Sent event FMLConstructionEvent to mod mcp
[11:28:12] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Minecraft Coder Pack took 0.001s
[11:28:12] [Server thread/TRACE] [FML/FML]: Sending event FMLConstructionEvent to mod FML
[11:28:12] [Server thread/TRACE] [FML/FML]: Mod FML is using network checker : Invoking method checkModLists
[11:28:12] [Server thread/TRACE] [FML/FML]: Testing mod FML to verify it accepts its own version in a remote connection
[11:28:12] [Server thread/TRACE] [FML/FML]: The mod FML accepts its own version (8.0.99.99)
[11:28:12] [Server thread/INFO] [FML/FML]: Attempting connection with missing mods [mcp, FML, Forge, CodeChickenCore, Aroma1997Core, NotEnoughItems, OpenComputers|Core, VeinMiner_coremod, backpacks16840, hitchcore, tnt_utilities_core, securitycraft, braziermod, bspkrsCore, Chimneys, adamantium, alexiillib, animalsplus, armourexpansion, Aroma1997CoreHelper, AttachableGrinder, AutoSapling, basemetals, Baubles, BeardedLib, swdjail, BetterChests, rafradek_blocklauncher, gtm, brewingPlus, bunkermod, C4Lib, samscarbonpaper, Chameleon, ChickenShed, colorfularmor, craftablehorsearmour, craftingex, customnpcs, ctrades, wonderfulwands, decorationmegapack, dlr, Dynmap, emeraldobsidianmod, eplus, enderutilities, exnihilo2, expchest, ForgeEssentials, fireplacecore, fluxducts, samsfooddetails, ftfragileglass, samsfragiletorches, fulcrum, FunOres, GakaisFlightTable, bonus, galactic, geoactivity, foundry, exp, fishing, glass_shards, GravityGun, HelpFixer, hopperducts, ice_shards, iChunUtil, igneousadditions, inventorytweaks, IronChest, larrysmod, latticemod, letters, liquidenchanting, LomLib, LunatriusCore, machinemod, magicalmages, magicclover, makersmark, medieval_mobs, sgs_metals, modularsuits, weirdmobs, morebows, Morpheus, cfm, neotech, mininghats, OpenComputers, pandorasbox, pcb, portalgates, samsapples, poweradvantage, prismatics, progressiveautomation, projectbench, ProjectE, RandomThings, redstonepaste, routerreborn, Schematica, SilentGems, wuppy29_simplerecipes, holodisplays, SmeltCycle, SophisticatedWolves, spawnercraft, Stackie, steamadvantage, StorageDrawers, Talismans 2, tnt_utilities, Torched, totemMod, unlogicii, UsefullUselessness, VeinMiner, VeinMinerModSupport, shadowswoodstonearmor, worldedit, wormsmod, zzzzzcustomconfigs] at CLIENT
[11:28:13] [Server thread/INFO] [FML/FML]: Attempting connection with missing mods [mcp, FML, Forge, CodeChickenCore, Aroma1997Core, NotEnoughItems, OpenComputers|Core, VeinMiner_coremod, backpacks16840, hitchcore, tnt_utilities_core, securitycraft, braziermod, bspkrsCore, Chimneys, adamantium, alexiillib, animalsplus, armourexpansion, Aroma1997CoreHelper, AttachableGrinder, AutoSapling, basemetals, Baubles, BeardedLib, swdjail, BetterChests, rafradek_blocklauncher, gtm, brewingPlus, bunkermod, C4Lib, samscarbonpaper, Chameleon, ChickenShed, colorfularmor, craftablehorsearmour, craftingex, customnpcs, ctrades, wonderfulwands, decorationmegapack, dlr, Dynmap, emeraldobsidianmod, eplus, enderutilities, exnihilo2, expchest, ForgeEssentials, fireplacecore, fluxducts, samsfooddetails, ftfragileglass, samsfragiletorches, fulcrum, FunOres, GakaisFlightTable, bonus, galactic, geoactivity, foundry, exp, fishing, glass_shards, GravityGun, HelpFixer, hopperducts, ice_shards, iChunUtil, igneousadditions, inventorytweaks, IronChest, larrysmod, latticemod, letters, liquidenchanting, LomLib, LunatriusCore, machinemod, magicalmages, magicclover, makersmark, medieval_mobs, sgs_metals, modularsuits, weirdmobs, morebows, Morpheus, cfm, neotech, mininghats, OpenComputers, pandorasbox, pcb, portalgates, samsapples, poweradvantage, prismatics, progressiveautomation, projectbench, ProjectE, RandomThings, redstonepaste, routerreborn, Schematica, SilentGems, wuppy29_simplerecipes, holodisplays, SmeltCycle, SophisticatedWolves, spawnercraft, Stackie, steamadvantage, StorageDrawers, Talismans 2, tnt_utilities, Torched, totemMod, unlogicii, UsefullUselessness, VeinMiner, VeinMinerModSupport, shadowswoodstonearmor, worldedit, wormsmod, zzzzzcustomconfigs] at SERVER
[11:28:13] [Server thread/TRACE] [FML/FML]: Sent event FMLConstructionEvent to mod FML
[11:28:13] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Forge Mod Loader took 0.256s
[11:28:13] [Server thread/TRACE] [Forge/Forge]: Sending event FMLConstructionEvent to mod Forge
[11:28:13] [Server thread/TRACE] [FML/Forge]: Mod Forge is using network checker : No network checking performed
[11:28:13] [Server thread/TRACE] [FML/Forge]: Testing mod Forge to verify it accepts its own version in a remote connection
[11:28:13] [Server thread/TRACE] [FML/Forge]: The mod Forge accepts its own version (11.14.3.1498)
[11:28:13] [Server thread/TRACE] [Forge/Forge]: Sent event FMLConstructionEvent to mod Forge
[11:28:13] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Minecraft Forge took 0.033s
[11:28:13] [Server thread/TRACE] [CodeChickenCore/CodeChickenCore]: Sending event FMLConstructionEvent to mod CodeChickenCore
[11:28:13] [Server thread/TRACE] [CodeChickenCore/CodeChickenCore]: Sent event FMLConstructionEvent to mod CodeChickenCore
[11:28:13] [Server thread/DEBUG] [FML/]: Bar Step: Construction - CodeChicken Core took 0.000s
[11:28:13] [Server thread/TRACE] [Aroma1997Core/Aroma1997Core]: Sending event FMLConstructionEvent to mod Aroma1997Core
[11:28:13] [Server thread/TRACE] [Aroma1997Core/Aroma1997Core]: Sent event FMLConstructionEvent to mod Aroma1997Core
[11:28:13] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Aroma1997Core took 0.000s
[11:28:13] [Server thread/TRACE] [NotEnoughItems/NotEnoughItems]: Sending event FMLConstructionEvent to mod NotEnoughItems
[11:28:13] [Server thread/TRACE] [NotEnoughItems/NotEnoughItems]: Sent event FMLConstructionEvent to mod NotEnoughItems
[11:28:13] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Not Enough Items took 0.000s
[11:28:13] [Server thread/TRACE] [OpenComputers|Core/OpenComputers|Core]: Sending event FMLConstructionEvent to mod OpenComputers|Core
[11:28:13] [Server thread/TRACE] [OpenComputers|Core/OpenComputers|Core]: Sent event FMLConstructionEvent to mod OpenComputers|Core
[11:28:13] [Server thread/DEBUG] [FML/]: Bar Step: Construction - OpenComputers (Core) took 0.000s
[11:28:13] [Server thread/TRACE] [VeinMiner_coremod/VeinMiner_coremod]: Sending event FMLConstructionEvent to mod VeinMiner_coremod
[11:28:13] [Server thread/TRACE] [VeinMiner_coremod/VeinMiner_coremod]: Sent event FMLConstructionEvent to mod VeinMiner_coremod
[11:28:13] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Core mod took 0.000s
[11:28:13] [Server thread/TRACE] [backpacks16840/backpacks16840]: Sending event FMLConstructionEvent to mod backpacks16840
[11:28:13] [Server thread/TRACE] [backpacks16840/backpacks16840]: Sent event FMLConstructionEvent to mod backpacks16840
[11:28:13] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Backpacks! took 0.000s
[11:28:13] [Server thread/TRACE] [hitchcore/hitchcore]: Sending event FMLConstructionEvent to mod hitchcore
[11:28:13] [Server thread/TRACE] [hitchcore/hitchcore]: Sent event FMLConstructionEvent to mod hitchcore
[11:28:13] [Server thread/DEBUG] [FML/]: Bar Step: Construction - HitchH1k3r's Mods took 0.001s
[11:28:13] [Server thread/TRACE] [tnt_utilities_core/tnt_utilities_core]: Sending event FMLConstructionEvent to mod tnt_utilities_core
[11:28:13] [Server thread/TRACE] [tnt_utilities_core/tnt_utilities_core]: Sent event FMLConstructionEvent to mod tnt_utilities_core
[11:28:13] [Server thread/DEBUG] [FML/]: Bar Step: Construction - TNTUtils Core took 0.000s
[11:28:13] [Server thread/TRACE] [securitycraft/securitycraft]: Sending event FMLConstructionEvent to mod securitycraft
[11:28:13] [Server thread/TRACE] [FML/securitycraft]: Mod securitycraft is using network checker : Accepting version v1.7.4.1
[11:28:13] [Server thread/TRACE] [FML/securitycraft]: Testing mod securitycraft to verify it accepts its own version in a remote connection
[11:28:13] [Server thread/TRACE] [FML/securitycraft]: The mod securitycraft accepts its own version (v1.7.4.1)
[11:28:13] [Server thread/DEBUG] [FML/securitycraft]: Attempting to inject @SidedProxy classes into securitycraft
[11:28:13] [Server thread/TRACE] [securitycraft/securitycraft]: Sent event FMLConstructionEvent to mod securitycraft
[11:28:13] [Server thread/DEBUG] [FML/]: Bar Step: Construction - SecurityCraft took 0.061s
[11:28:13] [Server thread/TRACE] [braziermod/braziermod]: Sending event FMLConstructionEvent to mod braziermod
[11:28:13] [Server thread/TRACE] [FML/braziermod]: Mod braziermod is using network checker : Accepting version 1.0
[11:28:13] [Server thread/TRACE] [FML/braziermod]: Testing mod braziermod to verify it accepts its own version in a remote connection
[11:28:13] [Server thread/TRACE] [FML/braziermod]: The mod braziermod accepts its own version (1.0)
[11:28:13] [Server thread/DEBUG] [FML/braziermod]: Attempting to inject @SidedProxy classes into braziermod
[11:28:13] [Server thread/TRACE] [braziermod/braziermod]: Sent event FMLConstructionEvent to mod braziermod
[11:28:13] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Brazier Mod took 0.008s
[11:28:13] [Server thread/TRACE] [bspkrsCore/bspkrsCore]: Sending event FMLConstructionEvent to mod bspkrsCore
[11:28:13] [Server thread/TRACE] [FML/bspkrsCore]: Mod bspkrsCore is using network checker : Accepting version 7.01
[11:28:13] [Server thread/TRACE] [FML/bspkrsCore]: Testing mod bspkrsCore to verify it accepts its own version in a remote connection
[11:28:13] [Server thread/TRACE] [FML/bspkrsCore]: The mod bspkrsCore accepts its own version (7.01)
[11:28:13] [Server thread/DEBUG] [FML/bspkrsCore]: Attempting to inject @SidedProxy classes into bspkrsCore
[11:28:13] [Server thread/TRACE] [bspkrsCore/bspkrsCore]: Sent event FMLConstructionEvent to mod bspkrsCore
[11:28:13] [Server thread/DEBUG] [FML/]: Bar Step: Construction - bspkrsCore took 0.014s
[11:28:13] [Server thread/TRACE] [Chimneys/Chimneys]: Sending event FMLConstructionEvent to mod Chimneys
[11:28:13] [Server thread/TRACE] [Chimneys/Chimneys]: Sent event FMLConstructionEvent to mod Chimneys
[11:28:13] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Chimneys took 0.006s
[11:28:13] [Server thread/TRACE] [adamantium/adamantium]: Sending event FMLConstructionEvent to mod adamantium
[11:28:13] [Server thread/TRACE] [FML/adamantium]: Mod adamantium is using network checker : Accepting version 1.4.1
[11:28:13] [Server thread/TRACE] [FML/adamantium]: Testing mod adamantium to verify it accepts its own version in a remote connection
[11:28:13] [Server thread/TRACE] [FML/adamantium]: The mod adamantium accepts its own version (1.4.1)
[11:28:13] [Server thread/DEBUG] [FML/adamantium]: Attempting to inject @SidedProxy classes into adamantium
[11:28:13] [Server thread/TRACE] [adamantium/adamantium]: Sent event FMLConstructionEvent to mod adamantium
[11:28:13] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Adamantium Mod took 0.028s
[11:28:13] [Server thread/TRACE] [alexiillib/alexiillib]: Sending event FMLConstructionEvent to mod alexiillib
[11:28:13] [Server thread/TRACE] [FML/alexiillib]: Mod alexiillib is using network checker : Accepting version 0.1
[11:28:13] [Server thread/TRACE] [FML/alexiillib]: Testing mod alexiillib to verify it accepts its own version in a remote connection
[11:28:13] [Server thread/TRACE] [FML/alexiillib]: The mod alexiillib accepts its own version (0.1)
[11:28:13] [Server thread/DEBUG] [FML/alexiillib]: Attempting to inject @SidedProxy classes into alexiillib
[11:28:13] [Server thread/TRACE] [alexiillib/alexiillib]: Sent event FMLConstructionEvent to mod alexiillib
[11:28:13] [Server thread/DEBUG] [FML/]: Bar Step: Construction - AlexIILLib took 0.007s
[11:28:13] [Server thread/TRACE] [animalsplus/animalsplus]: Sending event FMLConstructionEvent to mod animalsplus
[11:28:13] [Server thread/TRACE] [FML/animalsplus]: Mod animalsplus is using network checker : Accepting version 1.3
[11:28:13] [Server thread/TRACE] [FML/animalsplus]: Testing mod animalsplus to verify it accepts its own version in a remote connection
[11:28:13] [Server thread/TRACE] [FML/animalsplus]: The mod animalsplus accepts its own version (1.3)
[11:28:13] [Server thread/DEBUG] [FML/animalsplus]: Attempting to inject @SidedProxy classes into animalsplus
[11:28:13] [Server thread/TRACE] [animalsplus/animalsplus]: Sent event FMLConstructionEvent to mod animalsplus
[11:28:13] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Animals Plus took 0.011s
[11:28:13] [Server thread/TRACE] [armourexpansion/armourexpansion]: Sending event FMLConstructionEvent to mod armourexpansion
[11:28:13] [Server thread/TRACE] [FML/armourexpansion]: Mod armourexpansion is using network checker : Accepting version 1.0
[11:28:13] [Server thread/TRACE] [FML/armourexpansion]: Testing mod armourexpansion to verify it accepts its own version in a remote connection
[11:28:13] [Server thread/TRACE] [FML/armourexpansion]: The mod armourexpansion accepts its own version (1.0)
[11:28:13] [Server thread/DEBUG] [FML/armourexpansion]: Attempting to inject @SidedProxy classes into armourexpansion
[11:28:13] [Server thread/TRACE] [armourexpansion/armourexpansion]: Sent event FMLConstructionEvent to mod armourexpansion
[11:28:13] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Armour Expansion took 0.004s
[11:28:13] [Server thread/TRACE] [Aroma1997CoreHelper/Aroma1997CoreHelper]: Sending event FMLConstructionEvent to mod Aroma1997CoreHelper
[11:28:13] [Server thread/TRACE] [FML/Aroma1997CoreHelper]: Mod Aroma1997CoreHelper is using network checker : Invoking method checkModLists
[11:28:13] [Server thread/TRACE] [FML/Aroma1997CoreHelper]: Testing mod Aroma1997CoreHelper to verify it accepts its own version in a remote connection
[11:28:13] [Server thread/TRACE] [FML/Aroma1997CoreHelper]: The mod Aroma1997CoreHelper accepts its own version (1.0.3.4.b43)
[11:28:13] [Server thread/DEBUG] [FML/Aroma1997CoreHelper]: Attempting to inject @SidedProxy classes into Aroma1997CoreHelper
[11:28:13] [Server thread/TRACE] [Aroma1997CoreHelper/Aroma1997CoreHelper]: Sent event FMLConstructionEvent to mod Aroma1997CoreHelper
[11:28:13] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Aroma1997Core|Helper took 0.018s
[11:28:13] [Server thread/TRACE] [iChunUtil/iChunUtil]: Sending event FMLConstructionEvent to mod iChunUtil
[11:28:13] [Server thread/TRACE] [FML/iChunUtil]: Mod iChunUtil is using network checker : Accepting version 5.4.0
[11:28:13] [Server thread/TRACE] [FML/iChunUtil]: Testing mod iChunUtil to verify it accepts its own version in a remote connection
[11:28:13] [Server thread/TRACE] [FML/iChunUtil]: The mod iChunUtil accepts its own version (5.4.0)
[11:28:13] [Server thread/DEBUG] [FML/iChunUtil]: Attempting to inject @SidedProxy classes into iChunUtil
[11:28:13] [Server thread/TRACE] [iChunUtil/iChunUtil]: Sent event FMLConstructionEvent to mod iChunUtil
[11:28:13] [Server thread/DEBUG] [FML/]: Bar Step: Construction - iChunUtil took 0.026s
[11:28:13] [Server thread/TRACE] [AttachableGrinder/AttachableGrinder]: Sending event FMLConstructionEvent to mod AttachableGrinder
[11:28:13] [Server thread/TRACE] [FML/AttachableGrinder]: Mod AttachableGrinder is using network checker : Accepting range [5.0.0,5.1.0)
[11:28:13] [Server thread/TRACE] [FML/AttachableGrinder]: Testing mod AttachableGrinder to verify it accepts its own version in a remote connection
[11:28:13] [Server thread/TRACE] [FML/AttachableGrinder]: The mod AttachableGrinder accepts its own version (5.0.0)
[11:28:13] [Server thread/DEBUG] [FML/AttachableGrinder]: Attempting to inject @SidedProxy classes into AttachableGrinder
[11:28:13] [Server thread/TRACE] [AttachableGrinder/AttachableGrinder]: Sent event FMLConstructionEvent to mod AttachableGrinder
[11:28:13] [Server thread/DEBUG] [FML/]: Bar Step: Construction - AttachableGrinder took 0.014s
[11:28:13] [Server thread/TRACE] [AutoSapling/AutoSapling]: Sending event FMLConstructionEvent to mod AutoSapling
[11:28:13] [Server thread/TRACE] [FML/AutoSapling]: Mod AutoSapling is using network checker : Accepting version 1.0
[11:28:13] [Server thread/TRACE] [FML/AutoSapling]: Testing mod AutoSapling to verify it accepts its own version in a remote connection
[11:28:13] [Server thread/TRACE] [FML/AutoSapling]: The mod AutoSapling accepts its own version (1.0)
[11:28:13] [Server thread/DEBUG] [FML/AutoSapling]: Attempting to inject @SidedProxy classes into AutoSapling
[11:28:13] [Server thread/TRACE] [AutoSapling/AutoSapling]: Sent event FMLConstructionEvent to mod AutoSapling
[11:28:13] [Server thread/DEBUG] [FML/]: Bar Step: Construction - AutoSapling took 0.002s
[11:28:13] [Server thread/TRACE] [basemetals/basemetals]: Sending event FMLConstructionEvent to mod basemetals
[11:28:13] [Server thread/TRACE] [FML/basemetals]: Mod basemetals is using network checker : Accepting version 1.3.4
[11:28:13] [Server thread/TRACE] [FML/basemetals]: Testing mod basemetals to verify it accepts its own version in a remote connection
[11:28:13] [Server thread/TRACE] [FML/basemetals]: The mod basemetals accepts its own version (1.3.4)
[11:28:13] [Server thread/DEBUG] [FML/basemetals]: Attempting to inject @SidedProxy classes into basemetals
[11:28:13] [Server thread/TRACE] [basemetals/basemetals]: Sent event FMLConstructionEvent to mod basemetals
[11:28:13] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Base Metals took 0.016s
[11:28:13] [Server thread/TRACE] [Baubles/Baubles]: Sending event FMLConstructionEvent to mod Baubles
[11:28:13] [Server thread/TRACE] [FML/Baubles]: Mod Baubles is using network checker : Accepting version 1.1.1.0
[11:28:13] [Server thread/TRACE] [FML/Baubles]: Testing mod Baubles to verify it accepts its own version in a remote connection
[11:28:13] [Server thread/TRACE] [FML/Baubles]: The mod Baubles accepts its own version (1.1.1.0)
[11:28:13] [Server thread/DEBUG] [FML/Baubles]: Attempting to inject @SidedProxy classes into Baubles
[11:28:13] [Server thread/TRACE] [Baubles/Baubles]: Sent event FMLConstructionEvent to mod Baubles
[11:28:13] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Baubles took 0.006s
[11:28:13] [Server thread/TRACE] [BeardedLib/BeardedLib]: Sending event FMLConstructionEvent to mod BeardedLib
[11:28:13] [Server thread/TRACE] [FML/BeardedLib]: Mod BeardedLib is using network checker : Accepting version 1.1
[11:28:13] [Server thread/TRACE] [FML/BeardedLib]: Testing mod BeardedLib to verify it accepts its own version in a remote connection
[11:28:13] [Server thread/TRACE] [FML/BeardedLib]: The mod BeardedLib accepts its own version (1.1)
[11:28:13] [Server thread/DEBUG] [FML/BeardedLib]: Attempting to inject @SidedProxy classes into BeardedLib
[11:28:13] [Server thread/TRACE] [BeardedLib/BeardedLib]: Sent event FMLConstructionEvent to mod BeardedLib
[11:28:13] [Server thread/DEBUG] [FML/]: Bar Step: Construction - BeardedLib took 0.001s
[11:28:13] [Server thread/TRACE] [swdjail/swdjail]: Sending event FMLConstructionEvent to mod swdjail
[11:28:13] [Server thread/TRACE] [FML/swdjail]: Mod swdjail is using network checker : No network checking performed
[11:28:13] [Server thread/TRACE] [FML/swdjail]: Testing mod swdjail to verify it accepts its own version in a remote connection
[11:28:13] [Server thread/TRACE] [FML/swdjail]: The mod swdjail accepts its own version (1.0)
[11:28:13] [Server thread/DEBUG] [FML/swdjail]: Attempting to inject @SidedProxy classes into swdjail
[11:28:13] [Server thread/TRACE] [swdjail/swdjail]: Sent event FMLConstructionEvent to mod swdjail
[11:28:13] [Server thread/DEBUG] [FML/]: Bar Step: Construction - swdjail took 0.016s
[11:28:13] [Server thread/TRACE] [BetterChests/BetterChests]: Sending event FMLConstructionEvent to mod BetterChests
[11:28:13] [Server thread/TRACE] [FML/BetterChests]: Mod BetterChests is using network checker : Accepting version 1.2.0.0.b41
[11:28:13] [Server thread/TRACE] [FML/BetterChests]: Testing mod BetterChests to verify it accepts its own version in a remote connection
[11:28:13] [Server thread/TRACE] [FML/BetterChests]: The mod BetterChests accepts its own version (1.2.0.0.b41)
[11:28:13] [Server thread/DEBUG] [FML/BetterChests]: Attempting to inject @SidedProxy classes into BetterChests
[11:28:13] [Server thread/TRACE] [BetterChests/BetterChests]: Sent event FMLConstructionEvent to mod BetterChests
[11:28:13] [Server thread/DEBUG] [FML/]: Bar Step: Construction - BetterChests took 0.005s
[11:28:13] [Server thread/TRACE] [rafradek_blocklauncher/rafradek_blocklauncher]: Sending event FMLConstructionEvent to mod rafradek_blocklauncher
[11:28:13] [Server thread/TRACE] [FML/rafradek_blocklauncher]: Mod rafradek_blocklauncher is using network checker : Accepting version 1.4.1
[11:28:13] [Server thread/TRACE] [FML/rafradek_blocklauncher]: Testing mod rafradek_blocklauncher to verify it accepts its own version in a remote connection
[11:28:13] [Server thread/TRACE] [FML/rafradek_blocklauncher]: The mod rafradek_blocklauncher accepts its own version (1.4.1)
[11:28:13] [Server thread/DEBUG] [FML/rafradek_blocklauncher]: Attempting to inject @SidedProxy classes into rafradek_blocklauncher
[11:28:13] [Server thread/TRACE] [rafradek_blocklauncher/rafradek_blocklauncher]: Sent event FMLConstructionEvent to mod rafradek_blocklauncher
[11:28:13] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Block Launcher took 0.040s
[11:28:13] [Server thread/TRACE] [gtm/gtm]: Sending event FMLConstructionEvent to mod gtm
[11:28:13] [Server thread/TRACE] [FML/gtm]: Mod gtm is using network checker : Accepting version 0.1.3
[11:28:13] [Server thread/TRACE] [FML/gtm]: Testing mod gtm to verify it accepts its own version in a remote connection
[11:28:13] [Server thread/TRACE] [FML/gtm]: The mod gtm accepts its own version (0.1.3)
[11:28:13] [Server thread/DEBUG] [FML/gtm]: Attempting to inject @SidedProxy classes into gtm
[11:28:13] [Server thread/TRACE] [gtm/gtm]: Sent event FMLConstructionEvent to mod gtm
[11:28:13] [Server thread/DEBUG] [FML/]: Bar Step: Construction - grizeldi's Boost Mod took 0.003s
[11:28:13] [Server thread/TRACE] [brewingPlus/brewingPlus]: Sending event FMLConstructionEvent to mod brewingPlus
[11:28:13] [Server thread/TRACE] [FML/brewingPlus]: Mod brewingPlus is using network checker : Accepting version 0.0.6
[11:28:13] [Server thread/TRACE] [FML/brewingPlus]: Testing mod brewingPlus to verify it accepts its own version in a remote connection
[11:28:13] [Server thread/TRACE] [FML/brewingPlus]: The mod brewingPlus accepts its own version (0.0.6)
[11:28:13] [Server thread/DEBUG] [FML/brewingPlus]: Attempting to inject @SidedProxy classes into brewingPlus
[11:28:13] [Server thread/TRACE] [brewingPlus/brewingPlus]: Sent event FMLConstructionEvent to mod brewingPlus
[11:28:13] [Server thread/DEBUG] [FML/]: Bar Step: Construction - brewingPlus took 0.020s
[11:28:13] [Server thread/TRACE] [bunkermod/bunkermod]: Sending event FMLConstructionEvent to mod bunkermod
[11:28:13] [Server thread/TRACE] [FML/bunkermod]: Mod bunkermod is using network checker : Accepting version 2.0
[11:28:13] [Server thread/TRACE] [FML/bunkermod]: Testing mod bunkermod to verify it accepts its own version in a remote connection
[11:28:13] [Server thread/TRACE] [FML/bunkermod]: The mod bunkermod accepts its own version (2.0)
[11:28:13] [Server thread/DEBUG] [FML/bunkermod]: Attempting to inject @SidedProxy classes into bunkermod
[11:28:13] [Server thread/TRACE] [bunkermod/bunkermod]: Sent event FMLConstructionEvent to mod bunkermod
[11:28:13] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Bunkermod took 0.004s
[11:28:13] [Server thread/TRACE] [C4Lib/C4Lib]: Sending event FMLConstructionEvent to mod C4Lib
[11:28:13] [Server thread/TRACE] [FML/C4Lib]: Mod C4Lib is using network checker : Accepting version 1.0.0
[11:28:13] [Server thread/TRACE] [FML/C4Lib]: Testing mod C4Lib to verify it accepts its own version in a remote connection
[11:28:13] [Server thread/TRACE] [FML/C4Lib]: The mod C4Lib accepts its own version (1.0.0)
[11:28:13] [Server thread/DEBUG] [FML/C4Lib]: Attempting to inject @SidedProxy classes into C4Lib
[11:28:13] [Server thread/TRACE] [C4Lib/C4Lib]: Sent event FMLConstructionEvent to mod C4Lib
[11:28:13] [Server thread/DEBUG] [FML/]: Bar Step: Construction - C4Lib took 0.015s
[11:28:13] [Server thread/TRACE] [samscarbonpaper/samscarbonpaper]: Sending event FMLConstructionEvent to mod samscarbonpaper
[11:28:13] [Server thread/TRACE] [FML/samscarbonpaper]: Mod samscarbonpaper is using network checker : Accepting version 1.8-1.0.0
[11:28:13] [Server thread/TRACE] [FML/samscarbonpaper]: Testing mod samscarbonpaper to verify it accepts its own version in a remote connection
[11:28:13] [Server thread/TRACE] [FML/samscarbonpaper]: The mod samscarbonpaper accepts its own version (1.8-1.0.0)
[11:28:13] [Server thread/DEBUG] [FML/samscarbonpaper]: Attempting to inject @SidedProxy classes into samscarbonpaper
[11:28:13] [Server thread/TRACE] [samscarbonpaper/samscarbonpaper]: Sent event FMLConstructionEvent to mod samscarbonpaper
[11:28:13] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Carbon Paper took 0.008s
[11:28:13] [Server thread/TRACE] [Chameleon/Chameleon]: Sending event FMLConstructionEvent to mod Chameleon
[11:28:13] [Server thread/TRACE] [FML/Chameleon]: Mod Chameleon is using network checker : Accepting version 1.8-0.1.0
[11:28:13] [Server thread/TRACE] [FML/Chameleon]: Testing mod Chameleon to verify it accepts its own version in a remote connection
[11:28:13] [Server thread/TRACE] [FML/Chameleon]: The mod Chameleon accepts its own version (1.8-0.1.0)
[11:28:13] [Server thread/DEBUG] [FML/Chameleon]: Attempting to inject @SidedProxy classes into Chameleon
[11:28:13] [Server thread/TRACE] [Chameleon/Chameleon]: Sent event FMLConstructionEvent to mod Chameleon
[11:28:13] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Chameleon took 0.014s
[11:28:13] [Server thread/TRACE] [ChickenShed/ChickenShed]: Sending event FMLConstructionEvent to mod ChickenShed
[11:28:13] [Server thread/TRACE] [FML/ChickenShed]: Mod ChickenShed is using network checker : Accepting version 1.1.4
[11:28:13] [Server thread/TRACE] [FML/ChickenShed]: Testing mod ChickenShed to verify it accepts its own version in a remote connection
[11:28:13] [Server thread/TRACE] [FML/ChickenShed]: The mod ChickenShed accepts its own version (1.1.4)
[11:28:13] [Server thread/DEBUG] [FML/ChickenShed]: Attempting to inject @SidedProxy classes into ChickenShed
[11:28:13] [Server thread/TRACE] [ChickenShed/ChickenShed]: Sent event FMLConstructionEvent to mod ChickenShed
[11:28:13] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Chicken Shed took 0.004s
[11:28:13] [Server thread/TRACE] [colorfularmor/colorfularmor]: Sending event FMLConstructionEvent to mod colorfularmor
[11:28:13] [Server thread/TRACE] [FML/colorfularmor]: Mod colorfularmor is using network checker : Accepting version 1.8-2.8
[11:28:13] [Server thread/TRACE] [FML/colorfularmor]: Testing mod colorfularmor to verify it accepts its own version in a remote connection
[11:28:13] [Server thread/TRACE] [FML/colorfularmor]: The mod colorfularmor accepts its own version (1.8-2.8)
[11:28:13] [Server thread/DEBUG] [FML/colorfularmor]: Attempting to inject @SidedProxy classes into colorfularmor
[11:28:13] [Server thread/TRACE] [colorfularmor/colorfularmor]: Sent event FMLConstructionEvent to mod colorfularmor
[11:28:13] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Colorful Armor took 0.034s
[11:28:13] [Server thread/TRACE] [craftablehorsearmour/craftablehorsearmour]: Sending event FMLConstructionEvent to mod craftablehorsearmour
[11:28:13] [Server thread/TRACE] [FML/craftablehorsearmour]: Mod craftablehorsearmour is using network checker : Accepting version 1.0
[11:28:13] [Server thread/TRACE] [FML/craftablehorsearmour]: Testing mod craftablehorsearmour to verify it accepts its own version in a remote connection
[11:28:13] [Server thread/TRACE] [FML/craftablehorsearmour]: The mod craftablehorsearmour accepts its own version (1.0)
[11:28:13] [Server thread/DEBUG] [FML/craftablehorsearmour]: Attempting to inject @SidedProxy classes into craftablehorsearmour
[11:28:13] [Server thread/TRACE] [craftablehorsearmour/craftablehorsearmour]: Sent event FMLConstructionEvent to mod craftablehorsearmour
[11:28:13] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Craftable Horse Armour [CHA&S] took 0.003s
[11:28:13] [Server thread/TRACE] [craftingex/craftingex]: Sending event FMLConstructionEvent to mod craftingex
[11:28:13] [Server thread/TRACE] [FML/craftingex]: Mod craftingex is using network checker : Invoking method netCheckHandler
[11:28:13] [Server thread/TRACE] [FML/craftingex]: Testing mod craftingex to verify it accepts its own version in a remote connection
[11:28:13] [Server thread/TRACE] [FML/craftingex]: The mod craftingex accepts its own version (1.0.6)
[11:28:13] [Server thread/DEBUG] [FML/craftingex]: Attempting to inject @SidedProxy classes into craftingex
[11:28:13] [Server thread/TRACE] [craftingex/craftingex]: Sent event FMLConstructionEvent to mod craftingex
[11:28:13] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Crafting EX took 0.007s
[11:28:13] [Server thread/TRACE] [customnpcs/customnpcs]: Sending event FMLConstructionEvent to mod customnpcs
[11:28:13] [Server thread/TRACE] [FML/customnpcs]: Mod customnpcs is using network checker : Accepting version 1.8.0_beta
[11:28:13] [Server thread/TRACE] [FML/customnpcs]: Testing mod customnpcs to verify it accepts its own version in a remote connection
[11:28:13] [Server thread/TRACE] [FML/customnpcs]: The mod customnpcs accepts its own version (1.8.0_beta)
[11:28:13] [Server thread/DEBUG] [FML/customnpcs]: Attempting to inject @SidedProxy classes into customnpcs
[11:28:13] [Server thread/INFO] [FML/customnpcs]: InvTweaks: net.minecraft.inventory.Container
[11:28:13] [Server thread/TRACE] [customnpcs/customnpcs]: Sent event FMLConstructionEvent to mod customnpcs
[11:28:13] [Server thread/DEBUG] [FML/]: Bar Step: Construction - CustomNpcs took 0.094s
[11:28:13] [Server thread/TRACE] [ctrades/ctrades]: Sending event FMLConstructionEvent to mod ctrades
[11:28:13] [Server thread/TRACE] [FML/ctrades]: Mod ctrades is using network checker : Accepting version 1.3.2
[11:28:13] [Server thread/TRACE] [FML/ctrades]: Testing mod ctrades to verify it accepts its own version in a remote connection
[11:28:13] [Server thread/TRACE] [FML/ctrades]: The mod ctrades accepts its own version (1.3.2)
[11:28:13] [Server thread/DEBUG] [FML/ctrades]: Attempting to inject @SidedProxy classes into ctrades
[11:28:13] [Server thread/TRACE] [ctrades/ctrades]: Sent event FMLConstructionEvent to mod ctrades
[11:28:13] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Custom Trades Mod took 0.003s
[11:28:13] [Server thread/TRACE] [wonderfulwands/wonderfulwands]: Sending event FMLConstructionEvent to mod wonderfulwands
[11:28:13] [Server thread/TRACE] [FML/wonderfulwands]: Mod wonderfulwands is using network checker : Accepting version 1.7.1
[11:28:13] [Server thread/TRACE] [FML/wonderfulwands]: Testing mod wonderfulwands to verify it accepts its own version in a remote connection
[11:28:13] [Server thread/TRACE] [FML/wonderfulwands]: The mod wonderfulwands accepts its own version (1.7.1)
[11:28:13] [Server thread/DEBUG] [FML/wonderfulwands]: Attempting to inject @SidedProxy classes into wonderfulwands
[11:28:13] [Server thread/TRACE] [wonderfulwands/wonderfulwands]: Sent event FMLConstructionEvent to mod wonderfulwands
[11:28:13] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Wonderful Wands took 0.059s
[11:28:13] [Server thread/TRACE] [decorationmegapack/decorationmegapack]: Sending event FMLConstructionEvent to mod decorationmegapack
[11:28:13] [Server thread/TRACE] [FML/decorationmegapack]: Mod decorationmegapack is using network checker : Accepting version 1.18
[11:28:13] [Server thread/TRACE] [FML/decorationmegapack]: Testing mod decorationmegapack to verify it accepts its own version in a remote connection
[11:28:13] [Server thread/TRACE] [FML/decorationmegapack]: The mod decorationmegapack accepts its own version (1.18)
[11:28:13] [Server thread/DEBUG] [FML/decorationmegapack]: Attempting to inject @SidedProxy classes into decorationmegapack
[11:28:13] [Server thread/TRACE] [decorationmegapack/decorationmegapack]: Sent event FMLConstructionEvent to mod decorationmegapack
[11:28:13] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Decoration Mega Pack took 0.061s
[11:28:13] [Server thread/TRACE] [dlr/dlr]: Sending event FMLConstructionEvent to mod dlr
[11:28:13] [Server thread/TRACE] [FML/dlr]: Mod dlr is using network checker : Accepting version 1.0
[11:28:13] [Server thread/TRACE] [FML/dlr]: Testing mod dlr to verify it accepts its own version in a remote connection
[11:28:13] [Server thread/TRACE] [FML/dlr]: The mod dlr accepts its own version (1.0)
[11:28:13] [Server thread/DEBUG] [FML/dlr]: Attempting to inject @SidedProxy classes into dlr
[11:28:13] [Server thread/TRACE] [dlr/dlr]: Sent event FMLConstructionEvent to mod dlr
[11:28:13] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Don's Lightning Rod took 0.017s
[11:28:13] [Server thread/TRACE] [Dynmap/Dynmap]: Sending event FMLConstructionEvent to mod Dynmap
[11:28:13] [Server thread/INFO] [Dynmap/Dynmap]: [Dynmap] Mod Support API available
[11:28:13] [Server thread/TRACE] [FML/Dynmap]: Mod Dynmap is using network checker : Invoking method netCheckHandler
[11:28:13] [Server thread/TRACE] [FML/Dynmap]: Testing mod Dynmap to verify it accepts its own version in a remote connection
[11:28:13] [Server thread/TRACE] [FML/Dynmap]: The mod Dynmap accepts its own version (2.2-63)
[11:28:13] [Server thread/DEBUG] [FML/Dynmap]: Attempting to inject @SidedProxy classes into Dynmap
[11:28:13] [Server thread/TRACE] [Dynmap/Dynmap]: Sent event FMLConstructionEvent to mod Dynmap
[11:28:13] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Dynmap took 0.048s
[11:28:13] [Server thread/TRACE] [emeraldobsidianmod/emeraldobsidianmod]: Sending event FMLConstructionEvent to mod emeraldobsidianmod
[11:28:13] [Server thread/TRACE] [FML/emeraldobsidianmod]: Mod emeraldobsidianmod is using network checker : Accepting version 1.3.1
[11:28:13] [Server thread/TRACE] [FML/emeraldobsidianmod]: Testing mod emeraldobsidianmod to verify it accepts its own version in a remote connection
[11:28:13] [Server thread/TRACE] [FML/emeraldobsidianmod]: The mod emeraldobsidianmod accepts its own version (1.3.1)
[11:28:13] [Server thread/DEBUG] [FML/emeraldobsidianmod]: Attempting to inject @SidedProxy classes into emeraldobsidianmod
[11:28:13] [Server thread/TRACE] [emeraldobsidianmod/emeraldobsidianmod]: Sent event FMLConstructionEvent to mod emeraldobsidianmod
[11:28:13] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Emerald & Obsidian tools/armor mod took 0.004s
[11:28:13] [Server thread/TRACE] [eplus/eplus]: Sending event FMLConstructionEvent to mod eplus
[11:28:13] [Server thread/TRACE] [FML/eplus]: Mod eplus is using network checker : Accepting version 3.1.0a1
[11:28:13] [Server thread/TRACE] [FML/eplus]: Testing mod eplus to verify it accepts its own version in a remote connection
[11:28:13] [Server thread/TRACE] [FML/eplus]: The mod eplus accepts its own version (3.1.0a1)
[11:28:13] [Server thread/DEBUG] [FML/eplus]: Attempting to inject @SidedProxy classes into eplus
[11:28:13] [Server thread/TRACE] [eplus/eplus]: Sent event FMLConstructionEvent to mod eplus
[11:28:13] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Enchanting Plus took 0.017s
[11:28:13] [Server thread/TRACE] [enderutilities/enderutilities]: Sending event FMLConstructionEvent to mod enderutilities
[11:28:13] [Server thread/TRACE] [FML/enderutilities]: Mod enderutilities is using network checker : Accepting version 0.4.0-beta-1a
[11:28:13] [Server thread/TRACE] [FML/enderutilities]: Testing mod enderutilities to verify it accepts its own version in a remote connection
[11:28:13] [Server thread/TRACE] [FML/enderutilities]: The mod enderutilities accepts its own version (0.4.0-beta-1a)
[11:28:13] [Server thread/DEBUG] [FML/enderutilities]: Attempting to inject @SidedProxy classes into enderutilities
[11:28:13] [Server thread/TRACE] [enderutilities/enderutilities]: Sent event FMLConstructionEvent to mod enderutilities
[11:28:13] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Ender Utilities took 0.007s
[11:28:13] [Server thread/TRACE] [exnihilo2/exnihilo2]: Sending event FMLConstructionEvent to mod exnihilo2
[11:28:13] [Server thread/TRACE] [FML/exnihilo2]: Mod exnihilo2 is using network checker : Accepting version 0.27
[11:28:13] [Server thread/TRACE] [FML/exnihilo2]: Testing mod exnihilo2 to verify it accepts its own version in a remote connection
[11:28:13] [Server thread/TRACE] [FML/exnihilo2]: The mod exnihilo2 accepts its own version (0.27)
[11:28:13] [Server thread/DEBUG] [FML/exnihilo2]: Attempting to inject @SidedProxy classes into exnihilo2
[11:28:13] [Server thread/TRACE] [exnihilo2/exnihilo2]: Sent event FMLConstructionEvent to mod exnihilo2
[11:28:13] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Ex Nihilo 2 took 0.006s
[11:28:13] [Server thread/TRACE] [expchest/expchest]: Sending event FMLConstructionEvent to mod expchest
[11:28:13] [Server thread/TRACE] [FML/expchest]: Mod expchest is using network checker : Accepting version 4.0
[11:28:13] [Server thread/TRACE] [FML/expchest]: Testing mod expchest to verify it accepts its own version in a remote connection
[11:28:13] [Server thread/TRACE] [FML/expchest]: The mod expchest accepts its own version (4.0)
[11:28:13] [Server thread/DEBUG] [FML/expchest]: Attempting to inject @SidedProxy classes into expchest
[11:28:13] [Server thread/TRACE] [expchest/expchest]: Sent event FMLConstructionEvent to mod expchest
[11:28:13] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Exp Chest took 0.015s
[11:28:13] [Server thread/TRACE] [ForgeEssentials/ForgeEssentials]: Sending event FMLConstructionEvent to mod ForgeEssentials
[11:28:13] [Server thread/TRACE] [FML/ForgeEssentials]: Mod ForgeEssentials is using network checker : No network checking performed
[11:28:13] [Server thread/TRACE] [FML/ForgeEssentials]: Testing mod ForgeEssentials to verify it accepts its own version in a remote connection
[11:28:13] [Server thread/TRACE] [FML/ForgeEssentials]: The mod ForgeEssentials accepts its own version (1.8.0)
[11:28:13] [Server thread/DEBUG] [FML/ForgeEssentials]: Attempting to inject @SidedProxy classes into ForgeEssentials
[11:28:13] [Server thread/TRACE] [ForgeEssentials/ForgeEssentials]: Sent event FMLConstructionEvent to mod ForgeEssentials
[11:28:13] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Forge Essentials took 0.132s
[11:28:13] [Server thread/TRACE] [fireplacecore/fireplacecore]: Sending event FMLConstructionEvent to mod fireplacecore
[11:28:13] [Server thread/TRACE] [FML/fireplacecore]: Mod fireplacecore is using network checker : Accepting version 2.3.2.0
[11:28:13] [Server thread/TRACE] [FML/fireplacecore]: Testing mod fireplacecore to verify it accepts its own version in a remote connection
[11:28:13] [Server thread/TRACE] [FML/fireplacecore]: The mod fireplacecore accepts its own version (2.3.2.0)
[11:28:13] [Server thread/DEBUG] [FML/fireplacecore]: Attempting to inject @SidedProxy classes into fireplacecore
[11:28:13] [Server thread/TRACE] [fireplacecore/fireplacecore]: Sent event FMLConstructionEvent to mod fireplacecore
[11:28:13] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Fireplace Core took 0.022s
[11:28:13] [Server thread/TRACE] [fluxducts/fluxducts]: Sending event FMLConstructionEvent to mod fluxducts
[11:28:13] [Server thread/TRACE] [FML/fluxducts]: Mod fluxducts is using network checker : Accepting version 1.0.2
[11:28:13] [Server thread/TRACE] [FML/fluxducts]: Testing mod fluxducts to verify it accepts its own version in a remote connection
[11:28:13] [Server thread/TRACE] [FML/fluxducts]: The mod fluxducts accepts its own version (1.0.2)
[11:28:13] [Server thread/DEBUG] [FML/fluxducts]: Attempting to inject @SidedProxy classes into fluxducts
[11:28:13] [Server thread/TRACE] [fluxducts/fluxducts]: Sent event FMLConstructionEvent to mod fluxducts
[11:28:13] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Flux Ducts took 0.016s
[11:28:13] [Server thread/TRACE] [samsfooddetails/samsfooddetails]: Sending event FMLConstructionEvent to mod samsfooddetails
[11:28:13] [Server thread/TRACE] [FML/samsfooddetails]: Mod samsfooddetails is using network checker : Accepting version 1.8-1.0.0
[11:28:13] [Server thread/TRACE] [FML/samsfooddetails]: Testing mod samsfooddetails to verify it accepts its own version in a remote connection
[11:28:13] [Server thread/TRACE] [FML/samsfooddetails]: The mod samsfooddetails accepts its own version (1.8-1.0.0)
[11:28:13] [Server thread/DEBUG] [FML/samsfooddetails]: Attempting to inject @SidedProxy classes into samsfooddetails
[11:28:13] [Server thread/TRACE] [samsfooddetails/samsfooddetails]: Sent event FMLConstructionEvent to mod samsfooddetails
[11:28:13] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Food Details took 0.004s
[11:28:13] [Server thread/TRACE] [ftfragileglass/ftfragileglass]: Sending event FMLConstructionEvent to mod ftfragileglass
[11:28:13] [Server thread/TRACE] [FML/ftfragileglass]: Mod ftfragileglass is using network checker : Accepting version 1.8-1.2
[11:28:13] [Server thread/TRACE] [FML/ftfragileglass]: Testing mod ftfragileglass to verify it accepts its own version in a remote connection
[11:28:13] [Server thread/TRACE] [FML/ftfragileglass]: The mod ftfragileglass accepts its own version (1.8-1.2)
[11:28:13] [Server thread/DEBUG] [FML/ftfragileglass]: Attempting to inject @SidedProxy classes into ftfragileglass
[11:28:13] [Server thread/TRACE] [ftfragileglass/ftfragileglass]: Sent event FMLConstructionEvent to mod ftfragileglass
[11:28:13] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Fragile Glass and Thin Ice took 0.017s
[11:28:13] [Server thread/TRACE] [samsfragiletorches/samsfragiletorches]: Sending event FMLConstructionEvent to mod samsfragiletorches
[11:28:13] [Server thread/TRACE] [FML/samsfragiletorches]: Mod samsfragiletorches is using network checker : Accepting version 1.8-1.0.0
[11:28:13] [Server thread/TRACE] [FML/samsfragiletorches]: Testing mod samsfragiletorches to verify it accepts its own version in a remote connection
[11:28:13] [Server thread/TRACE] [FML/samsfragiletorches]: The mod samsfragiletorches accepts its own version (1.8-1.0.0)
[11:28:13] [Server thread/DEBUG] [FML/samsfragiletorches]: Attempting to inject @SidedProxy classes into samsfragiletorches
[11:28:13] [Server thread/TRACE] [samsfragiletorches/samsfragiletorches]: Sent event FMLConstructionEvent to mod samsfragiletorches
[11:28:13] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Fragile Torches took 0.002s
[11:28:13] [Server thread/TRACE] [fulcrum/fulcrum]: Sending event FMLConstructionEvent to mod fulcrum
[11:28:13] [Server thread/TRACE] [FML/fulcrum]: Mod fulcrum is using network checker : Accepting version 2.0.2.0
[11:28:13] [Server thread/TRACE] [FML/fulcrum]: Testing mod fulcrum to verify it accepts its own version in a remote connection
[11:28:13] [Server thread/TRACE] [FML/fulcrum]: The mod fulcrum accepts its own version (2.0.2.0)
[11:28:14] [Server thread/DEBUG] [FML/fulcrum]: Attempting to inject @SidedProxy classes into fulcrum
[11:28:14] [Server thread/TRACE] [fulcrum/fulcrum]: Sent event FMLConstructionEvent to mod fulcrum
[11:28:14] [Server thread/DEBUG] [FML/]: Bar Step: Construction - FULCRUM took 0.019s
[11:28:14] [Server thread/TRACE] [FunOres/FunOres]: Sending event FMLConstructionEvent to mod FunOres
[11:28:14] [Server thread/TRACE] [FML/FunOres]: Mod FunOres is using network checker : Accepting version 1.0.0
[11:28:14] [Server thread/TRACE] [FML/FunOres]: Testing mod FunOres to verify it accepts its own version in a remote connection
[11:28:14] [Server thread/TRACE] [FML/FunOres]: The mod FunOres accepts its own version (1.0.0)
[11:28:14] [Server thread/DEBUG] [FML/FunOres]: Attempting to inject @SidedProxy classes into FunOres
[11:28:14] [Server thread/TRACE] [FunOres/FunOres]: Sent event FMLConstructionEvent to mod FunOres
[11:28:14] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Fun Ores took 0.011s
[11:28:14] [Server thread/TRACE] [GakaisFlightTable/GakaisFlightTable]: Sending event FMLConstructionEvent to mod GakaisFlightTable
[11:28:14] [Server thread/TRACE] [FML/GakaisFlightTable]: Mod GakaisFlightTable is using network checker : Accepting version 1.1.1
[11:28:14] [Server thread/TRACE] [FML/GakaisFlightTable]: Testing mod GakaisFlightTable to verify it accepts its own version in a remote connection
[11:28:14] [Server thread/TRACE] [FML/GakaisFlightTable]: The mod GakaisFlightTable accepts its own version (1.1.1)
[11:28:14] [Server thread/DEBUG] [FML/GakaisFlightTable]: Attempting to inject @SidedProxy classes into GakaisFlightTable
[11:28:14] [Server thread/TRACE] [GakaisFlightTable/GakaisFlightTable]: Sent event FMLConstructionEvent to mod GakaisFlightTable
[11:28:14] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Gakais Flight Table took 0.021s
[11:28:14] [Server thread/TRACE] [bonus/bonus]: Sending event FMLConstructionEvent to mod bonus
[11:28:14] [Server thread/TRACE] [FML/bonus]: Mod bonus is using network checker : Accepting version .1
[11:28:14] [Server thread/TRACE] [FML/bonus]: Testing mod bonus to verify it accepts its own version in a remote connection
[11:28:14] [Server thread/TRACE] [FML/bonus]: The mod bonus accepts its own version (.1)
[11:28:14] [Server thread/DEBUG] [FML/bonus]: Attempting to inject @SidedProxy classes into bonus
[11:28:14] [Server thread/TRACE] [bonus/bonus]: Sent event FMLConstructionEvent to mod bonus
[11:28:14] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Mystify's Bonus stuff took 0.002s
[11:28:14] [Server thread/TRACE] [galactic/galactic]: Sending event FMLConstructionEvent to mod galactic
[11:28:14] [Thread-6/INFO] [STDERR/ForgeEssentials]: [com.forgeessentials.commons.BuildInfo:doCheckLatestVersion:102]: Unable to retrieve version info
[11:28:14] [Server thread/TRACE] [FML/galactic]: Mod galactic is using network checker : Accepting version 1.1
[11:28:14] [Server thread/TRACE] [FML/galactic]: Testing mod galactic to verify it accepts its own version in a remote connection
[11:28:14] [Server thread/TRACE] [FML/galactic]: The mod galactic accepts its own version (1.1)
[11:28:14] [Server thread/DEBUG] [FML/galactic]: Attempting to inject @SidedProxy classes into galactic
[11:28:14] [Server thread/TRACE] [galactic/galactic]: Sent event FMLConstructionEvent to mod galactic
[11:28:14] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Galactic Colored Blocks took 0.106s
[11:28:14] [Server thread/TRACE] [geoactivity/geoactivity]: Sending event FMLConstructionEvent to mod geoactivity
[11:28:14] [Server thread/TRACE] [FML/geoactivity]: Mod geoactivity is using network checker : Accepting version 2.1.1
[11:28:14] [Server thread/TRACE] [FML/geoactivity]: Testing mod geoactivity to verify it accepts its own version in a remote connection
[11:28:14] [Server thread/TRACE] [FML/geoactivity]: The mod geoactivity accepts its own version (2.1.1)
[11:28:14] [Server thread/DEBUG] [FML/geoactivity]: Attempting to inject @SidedProxy classes into geoactivity
[11:28:14] [Server thread/TRACE] [geoactivity/geoactivity]: Sent event FMLConstructionEvent to mod geoactivity
[11:28:14] [Server thread/DEBUG] [FML/]: Bar Step: Construction - GeoActivity took 0.025s
[11:28:14] [Server thread/TRACE] [foundry/foundry]: Sending event FMLConstructionEvent to mod foundry
[11:28:14] [Server thread/TRACE] [FML/foundry]: Mod foundry is using network checker : Accepting version 1.3.3
[11:28:14] [Server thread/TRACE] [FML/foundry]: Testing mod foundry to verify it accepts its own version in a remote connection
[11:28:14] [Server thread/TRACE] [FML/foundry]: The mod foundry accepts its own version (1.3.3)
[11:28:14] [Server thread/DEBUG] [FML/foundry]: Attempting to inject @SidedProxy classes into foundry
[11:28:14] [Server thread/TRACE] [foundry/foundry]: Sent event FMLConstructionEvent to mod foundry
[11:28:14] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Giacomo's Foundry took 0.035s
[11:28:14] [Server thread/TRACE] [exp/exp]: Sending event FMLConstructionEvent to mod exp
[11:28:14] [Server thread/TRACE] [FML/exp]: Mod exp is using network checker : Accepting version 1.1
[11:28:14] [Server thread/TRACE] [FML/exp]: Testing mod exp to verify it accepts its own version in a remote connection
[11:28:14] [Server thread/TRACE] [FML/exp]: The mod exp accepts its own version (1.1)
[11:28:14] [Server thread/DEBUG] [FML/exp]: Attempting to inject @SidedProxy classes into exp
[11:28:14] [Server thread/TRACE] [exp/exp]: Sent event FMLConstructionEvent to mod exp
[11:28:14] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Exp Seedling Mod took 0.011s
[11:28:14] [Server thread/TRACE] [fishing/fishing]: Sending event FMLConstructionEvent to mod fishing
[11:28:14] [Server thread/TRACE] [FML/fishing]: Mod fishing is using network checker : Accepting version 1.4
[11:28:14] [Server thread/TRACE] [FML/fishing]: Testing mod fishing to verify it accepts its own version in a remote connection
[11:28:14] [Server thread/TRACE] [FML/fishing]: The mod fishing accepts its own version (1.4)
[11:28:14] [Server thread/DEBUG] [FML/fishing]: Attempting to inject @SidedProxy classes into fishing
[11:28:14] [Server thread/TRACE] [fishing/fishing]: Sent event FMLConstructionEvent to mod fishing
[11:28:14] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Fishing Net Mod took 0.026s
[11:28:14] [Server thread/TRACE] [glass_shards/glass_shards]: Sending event FMLConstructionEvent to mod glass_shards
[11:28:14] [Server thread/TRACE] [FML/glass_shards]: Mod glass_shards is using network checker : Accepting version 1.3.2
[11:28:14] [Server thread/TRACE] [FML/glass_shards]: Testing mod glass_shards to verify it accepts its own version in a remote connection
[11:28:14] [Server thread/TRACE] [FML/glass_shards]: The mod glass_shards accepts its own version (1.3.2)
[11:28:14] [Server thread/DEBUG] [FML/glass_shards]: Attempting to inject @SidedProxy classes into glass_shards
[11:28:14] [Server thread/TRACE] [glass_shards/glass_shards]: Sent event FMLConstructionEvent to mod glass_shards
[11:28:14] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Glass Shards took 0.017s
[11:28:14] [Server thread/TRACE] [GravityGun/GravityGun]: Sending event FMLConstructionEvent to mod GravityGun
[11:28:14] [Server thread/TRACE] [FML/GravityGun]: Mod GravityGun is using network checker : Accepting range [5.0.0,5.1.0)
[11:28:14] [Server thread/TRACE] [FML/GravityGun]: Testing mod GravityGun to verify it accepts its own version in a remote connection
[11:28:14] [Server thread/TRACE] [FML/GravityGun]: The mod GravityGun accepts its own version (5.0.0)
[11:28:14] [Server thread/DEBUG] [FML/GravityGun]: Attempting to inject @SidedProxy classes into GravityGun
[11:28:14] [Server thread/TRACE] [GravityGun/GravityGun]: Sent event FMLConstructionEvent to mod GravityGun
[11:28:14] [Server thread/DEBUG] [FML/]: Bar Step: Construction - GravityGun took 0.024s
[11:28:14] [Server thread/TRACE] [HelpFixer/HelpFixer]: Sending event FMLConstructionEvent to mod HelpFixer
[11:28:14] [Server thread/TRACE] [FML/HelpFixer]: Mod HelpFixer is using network checker : No network checking performed
[11:28:14] [Server thread/TRACE] [FML/HelpFixer]: Testing mod HelpFixer to verify it accepts its own version in a remote connection
[11:28:14] [Server thread/TRACE] [FML/HelpFixer]: The mod HelpFixer accepts its own version (1.1.9)
[11:28:14] [Server thread/DEBUG] [FML/HelpFixer]: Attempting to inject @SidedProxy classes into HelpFixer
[11:28:14] [Server thread/TRACE] [HelpFixer/HelpFixer]: Sent event FMLConstructionEvent to mod HelpFixer
[11:28:14] [Server thread/DEBUG] [FML/]: Bar Step: Construction - HelpFixer took 0.004s
[11:28:14] [Server thread/TRACE] [hopperducts/hopperducts]: Sending event FMLConstructionEvent to mod hopperducts
[11:28:14] [Server thread/TRACE] [FML/hopperducts]: Mod hopperducts is using network checker : Accepting version 1.4.5
[11:28:14] [Server thread/TRACE] [FML/hopperducts]: Testing mod hopperducts to verify it accepts its own version in a remote connection
[11:28:14] [Server thread/TRACE] [FML/hopperducts]: The mod hopperducts accepts its own version (1.4.5)
[11:28:14] [Server thread/DEBUG] [FML/hopperducts]: Attempting to inject @SidedProxy classes into hopperducts
[11:28:14] [Server thread/TRACE] [hopperducts/hopperducts]: Sent event FMLConstructionEvent to mod hopperducts
[11:28:14] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Hopper Ducts took 0.008s
[11:28:14] [Server thread/TRACE] [ice_shards/ice_shards]: Sending event FMLConstructionEvent to mod ice_shards
[11:28:14] [Server thread/TRACE] [FML/ice_shards]: Mod ice_shards is using network checker : Accepting version 1.1-beta
[11:28:14] [Server thread/TRACE] [FML/ice_shards]: Testing mod ice_shards to verify it accepts its own version in a remote connection
[11:28:14] [Server thread/TRACE] [FML/ice_shards]: The mod ice_shards accepts its own version (1.1-beta)
[11:28:14] [Server thread/DEBUG] [FML/ice_shards]: Attempting to inject @SidedProxy classes into ice_shards
[11:28:14] [Server thread/TRACE] [ice_shards/ice_shards]: Sent event FMLConstructionEvent to mod ice_shards
[11:28:14] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Ice Shards took 0.004s
[11:28:14] [Server thread/TRACE] [igneousadditions/igneousadditions]: Sending event FMLConstructionEvent to mod igneousadditions
[11:28:14] [Server thread/TRACE] [FML/igneousadditions]: Mod igneousadditions is using network checker : Accepting version 1.2-BETA-2
[11:28:14] [Server thread/TRACE] [FML/igneousadditions]: Testing mod igneousadditions to verify it accepts its own version in a remote connection
[11:28:14] [Server thread/TRACE] [FML/igneousadditions]: The mod igneousadditions accepts its own version (1.2-BETA-2)
[11:28:14] [Server thread/DEBUG] [FML/igneousadditions]: Attempting to inject @SidedProxy classes into igneousadditions
[11:28:14] [Server thread/TRACE] [igneousadditions/igneousadditions]: Sent event FMLConstructionEvent to mod igneousadditions
[11:28:14] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Igneous Additions took 0.285s
[11:28:14] [Server thread/TRACE] [inventorytweaks/inventorytweaks]: Sending event FMLConstructionEvent to mod inventorytweaks
[11:28:14] [Server thread/TRACE] [FML/inventorytweaks]: Mod inventorytweaks is using network checker : No network checking performed
[11:28:14] [Server thread/TRACE] [FML/inventorytweaks]: Testing mod inventorytweaks to verify it accepts its own version in a remote connection
[11:28:14] [Server thread/TRACE] [FML/inventorytweaks]: The mod inventorytweaks accepts its own version (1.59-176-9318a76-dirty)
[11:28:14] [Server thread/DEBUG] [FML/inventorytweaks]: Attempting to inject @SidedProxy classes into inventorytweaks
[11:28:14] [Server thread/TRACE] [inventorytweaks/inventorytweaks]: Sent event FMLConstructionEvent to mod inventorytweaks
[11:28:14] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Inventory Tweaks took 0.005s
[11:28:14] [Server thread/TRACE] [IronChest/IronChest]: Sending event FMLConstructionEvent to mod IronChest
[11:28:14] [Server thread/TRACE] [FML/IronChest]: Mod IronChest is using network checker : Accepting version 6.0.103.753
[11:28:14] [Server thread/TRACE] [FML/IronChest]: Testing mod IronChest to verify it accepts its own version in a remote connection
[11:28:14] [Server thread/TRACE] [FML/IronChest]: The mod IronChest accepts its own version (6.0.103.753)
[11:28:14] [Server thread/DEBUG] [FML/IronChest]: Attempting to inject @SidedProxy classes into IronChest
[11:28:14] [Server thread/TRACE] [IronChest/IronChest]: Sent event FMLConstructionEvent to mod IronChest
[11:28:14] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Iron Chest took 0.017s
[11:28:14] [Server thread/TRACE] [larrysmod/larrysmod]: Sending event FMLConstructionEvent to mod larrysmod
[11:28:14] [Server thread/TRACE] [FML/larrysmod]: Mod larrysmod is using network checker : Accepting version 1.06.1
[11:28:14] [Server thread/TRACE] [FML/larrysmod]: Testing mod larrysmod to verify it accepts its own version in a remote connection
[11:28:14] [Server thread/TRACE] [FML/larrysmod]: The mod larrysmod accepts its own version (1.06.1)
[11:28:14] [Server thread/DEBUG] [FML/larrysmod]: Attempting to inject @SidedProxy classes into larrysmod
[11:28:14] [Server thread/TRACE] [larrysmod/larrysmod]: Sent event FMLConstructionEvent to mod larrysmod
[11:28:14] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Larry's Mod took 0.004s
[11:28:14] [Server thread/TRACE] [latticemod/latticemod]: Sending event FMLConstructionEvent to mod latticemod
[11:28:14] [Server thread/TRACE] [FML/latticemod]: Mod latticemod is using network checker : Accepting version 1.1
[11:28:14] [Server thread/TRACE] [FML/latticemod]: Testing mod latticemod to verify it accepts its own version in a remote connection
[11:28:14] [Server thread/TRACE] [FML/latticemod]: The mod latticemod accepts its own version (1.1)
[11:28:14] [Server thread/DEBUG] [FML/latticemod]: Attempting to inject @SidedProxy classes into latticemod
[11:28:14] [Server thread/TRACE] [latticemod/latticemod]: Sent event FMLConstructionEvent to mod latticemod
[11:28:14] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Lattice Mod took 0.016s
[11:28:14] [Server thread/TRACE] [letters/letters]: Sending event FMLConstructionEvent to mod letters
[11:28:14] [Server thread/TRACE] [FML/letters]: Mod letters is using network checker : Accepting version 1.0
[11:28:14] [Server thread/TRACE] [FML/letters]: Testing mod letters to verify it accepts its own version in a remote connection
[11:28:14] [Server thread/TRACE] [FML/letters]: The mod letters accepts its own version (1.0)
[11:28:14] [Server thread/DEBUG] [FML/letters]: Attempting to inject @SidedProxy classes into letters
[11:28:14] [Server thread/TRACE] [letters/letters]: Sent event FMLConstructionEvent to mod letters
[11:28:14] [Server thread/DEBUG] [FML/]: Bar Step: Construction - §e§lLetters, numbers and sysbols MOD took 0.003s
[11:28:14] [Server thread/TRACE] [liquidenchanting/liquidenchanting]: Sending event FMLConstructionEvent to mod liquidenchanting
[11:28:14] [Server thread/TRACE] [FML/liquidenchanting]: Mod liquidenchanting is using network checker : Accepting version 1.0
[11:28:14] [Server thread/TRACE] [FML/liquidenchanting]: Testing mod liquidenchanting to verify it accepts its own version in a remote connection
[11:28:14] [Server thread/TRACE] [FML/liquidenchanting]: The mod liquidenchanting accepts its own version (1.0)
[11:28:14] [Server thread/DEBUG] [FML/liquidenchanting]: Attempting to inject @SidedProxy classes into liquidenchanting
[11:28:14] [Server thread/TRACE] [liquidenchanting/liquidenchanting]: Sent event FMLConstructionEvent to mod liquidenchanting
[11:28:14] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Liquid Enchanting took 0.014s
[11:28:14] [Server thread/TRACE] [LomLib/LomLib]: Sending event FMLConstructionEvent to mod LomLib
[11:28:14] [Server thread/TRACE] [FML/LomLib]: Mod LomLib is using network checker : Accepting version 4.1.0
[11:28:14] [Server thread/TRACE] [FML/LomLib]: Testing mod LomLib to verify it accepts its own version in a remote connection
[11:28:14] [Server thread/TRACE] [FML/LomLib]: The mod LomLib accepts its own version (4.1.0)
[11:28:14] [Server thread/DEBUG] [FML/LomLib]: Attempting to inject @SidedProxy classes into LomLib
[11:28:14] [Server thread/TRACE] [LomLib/LomLib]: Sent event FMLConstructionEvent to mod LomLib
[11:28:14] [Server thread/DEBUG] [FML/]: Bar Step: Construction - LomLib took 0.006s
[11:28:14] [Server thread/TRACE] [LunatriusCore/LunatriusCore]: Sending event FMLConstructionEvent to mod LunatriusCore
[11:28:14] [Server thread/TRACE] [FML/LunatriusCore]: Mod LunatriusCore is using network checker : Invoking method checkModList
[11:28:14] [Server thread/TRACE] [FML/LunatriusCore]: Testing mod LunatriusCore to verify it accepts its own version in a remote connection
[11:28:14] [Server thread/TRACE] [FML/LunatriusCore]: The mod LunatriusCore accepts its own version (1.1.2.28)
[11:28:14] [Server thread/DEBUG] [FML/LunatriusCore]: Attempting to inject @SidedProxy classes into LunatriusCore
[11:28:14] [Server thread/TRACE] [LunatriusCore/LunatriusCore]: Sent event FMLConstructionEvent to mod LunatriusCore
[11:28:14] [Server thread/DEBUG] [FML/]: Bar Step: Construction - LunatriusCore took 0.056s
[11:28:14] [Server thread/TRACE] [machinemod/machinemod]: Sending event FMLConstructionEvent to mod machinemod
[11:28:14] [Server thread/TRACE] [FML/machinemod]: Mod machinemod is using network checker : Accepting version 1.8-1.1-Pre-ALPHA-Build-123
[11:28:14] [Server thread/TRACE] [FML/machinemod]: Testing mod machinemod to verify it accepts its own version in a remote connection
[11:28:14] [Server thread/TRACE] [FML/machinemod]: The mod machinemod accepts its own version (1.8-1.1-Pre-ALPHA-Build-123)
[11:28:14] [Server thread/DEBUG] [FML/machinemod]: Attempting to inject @SidedProxy classes into machinemod
[11:28:14] [Server thread/TRACE] [machinemod/machinemod]: Sent event FMLConstructionEvent to mod machinemod
[11:28:14] [Server thread/DEBUG] [FML/]: Bar Step: Construction - TechStack's Heavy Machinery Mod took 0.005s
[11:28:14] [Server thread/TRACE] [magicalmages/magicalmages]: Sending event FMLConstructionEvent to mod magicalmages
[11:28:14] [Server thread/TRACE] [FML/magicalmages]: Mod magicalmages is using network checker : Accepting version 1.4
[11:28:14] [Server thread/TRACE] [FML/magicalmages]: Testing mod magicalmages to verify it accepts its own version in a remote connection
[11:28:14] [Server thread/TRACE] [FML/magicalmages]: The mod magicalmages accepts its own version (1.4)
[11:28:14] [Server thread/DEBUG] [FML/magicalmages]: Attempting to inject @SidedProxy classes into magicalmages
[11:28:14] [Server thread/TRACE] [magicalmages/magicalmages]: Sent event FMLConstructionEvent to mod magicalmages
[11:28:14] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Magical Mages took 0.016s
[11:28:14] [Server thread/TRACE] [magicclover/magicclover]: Sending event FMLConstructionEvent to mod magicclover
[11:28:14] [Server thread/TRACE] [FML/magicclover]: Mod magicclover is using network checker : Accepting version 1.8-0.6.2
[11:28:14] [Server thread/TRACE] [FML/magicclover]: Testing mod magicclover to verify it accepts its own version in a remote connection
[11:28:14] [Server thread/TRACE] [FML/magicclover]: The mod magicclover accepts its own version (1.8-0.6.2)
[11:28:14] [Server thread/DEBUG] [FML/magicclover]: Attempting to inject @SidedProxy classes into magicclover
[11:28:14] [Server thread/TRACE] [magicclover/magicclover]: Sent event FMLConstructionEvent to mod magicclover
[11:28:14] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Magic Clover took 0.004s
[11:28:14] [Server thread/TRACE] [makersmark/makersmark]: Sending event FMLConstructionEvent to mod makersmark
[11:28:14] [Server thread/TRACE] [FML/makersmark]: Mod makersmark is using network checker : Accepting version 2.0.1
[11:28:14] [Server thread/TRACE] [FML/makersmark]: Testing mod makersmark to verify it accepts its own version in a remote connection
[11:28:14] [Server thread/TRACE] [FML/makersmark]: The mod makersmark accepts its own version (2.0.1)
[11:28:14] [Server thread/DEBUG] [FML/makersmark]: Attempting to inject @SidedProxy classes into makersmark
[11:28:14] [Server thread/TRACE] [makersmark/makersmark]: Sent event FMLConstructionEvent to mod makersmark
[11:28:14] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Maker's Mark: The Minter's Mod took 0.058s
[11:28:14] [Server thread/TRACE] [medieval_mobs/medieval_mobs]: Sending event FMLConstructionEvent to mod medieval_mobs
[11:28:14] [Server thread/TRACE] [FML/medieval_mobs]: Mod medieval_mobs is using network checker : Accepting version a2
[11:28:14] [Server thread/TRACE] [FML/medieval_mobs]: Testing mod medieval_mobs to verify it accepts its own version in a remote connection
[11:28:14] [Server thread/TRACE] [FML/medieval_mobs]: The mod medieval_mobs accepts its own version (a2)
[11:28:14] [Server thread/DEBUG] [FML/medieval_mobs]: Attempting to inject @SidedProxy classes into medieval_mobs
[11:28:14] [Server thread/TRACE] [medieval_mobs/medieval_mobs]: Sent event FMLConstructionEvent to mod medieval_mobs
[11:28:14] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Medieval mobs mod, part of Liege mod took 0.015s
[11:28:14] [Server thread/TRACE] [sgs_metals/sgs_metals]: Sending event FMLConstructionEvent to mod sgs_metals
[11:28:14] [Server thread/TRACE] [FML/sgs_metals]: Mod sgs_metals is using network checker : Accepting version 2.1
[11:28:14] [Server thread/TRACE] [FML/sgs_metals]: Testing mod sgs_metals to verify it accepts its own version in a remote connection
[11:28:14] [Server thread/TRACE] [FML/sgs_metals]: The mod sgs_metals accepts its own version (2.1)
[11:28:14] [Server thread/DEBUG] [FML/sgs_metals]: Attempting to inject @SidedProxy classes into sgs_metals
[11:28:14] [Server thread/TRACE] [sgs_metals/sgs_metals]: Sent event FMLConstructionEvent to mod sgs_metals
[11:28:14] [Server thread/DEBUG] [FML/]: Bar Step: Construction - SGS Metals 1.8-2.1 took 0.062s
[11:28:14] [Server thread/TRACE] [modularsuits/modularsuits]: Sending event FMLConstructionEvent to mod modularsuits
[11:28:14] [Server thread/TRACE] [FML/modularsuits]: Mod modularsuits is using network checker : Accepting version 1.0
[11:28:14] [Server thread/TRACE] [FML/modularsuits]: Testing mod modularsuits to verify it accepts its own version in a remote connection
[11:28:14] [Server thread/TRACE] [FML/modularsuits]: The mod modularsuits accepts its own version (1.0)
[11:28:14] [Server thread/DEBUG] [FML/modularsuits]: Attempting to inject @SidedProxy classes into modularsuits
[11:28:14] [Server thread/TRACE] [modularsuits/modularsuits]: Sent event FMLConstructionEvent to mod modularsuits
[11:28:14] [Server thread/DEBUG] [FML/]: Bar Step: Construction - modularsuits took 0.018s
[11:28:14] [Server thread/TRACE] [weirdmobs/weirdmobs]: Sending event FMLConstructionEvent to mod weirdmobs
[11:28:14] [Server thread/TRACE] [FML/weirdmobs]: Mod weirdmobs is using network checker : Accepting version 1.0
[11:28:14] [Server thread/TRACE] [FML/weirdmobs]: Testing mod weirdmobs to verify it accepts its own version in a remote connection
[11:28:14] [Server thread/TRACE] [FML/weirdmobs]: The mod weirdmobs accepts its own version (1.0)
[11:28:14] [Server thread/DEBUG] [FML/weirdmobs]: Attempting to inject @SidedProxy classes into weirdmobs
[11:28:14] [Server thread/TRACE] [weirdmobs/weirdmobs]: Sent event FMLConstructionEvent to mod weirdmobs
[11:28:14] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Monkey took 0.003s
[11:28:14] [Server thread/TRACE] [morebows/morebows]: Sending event FMLConstructionEvent to mod morebows
[11:28:14] [Server thread/TRACE] [FML/morebows]: Mod morebows is using network checker : Accepting version 2.0.0
[11:28:14] [Server thread/TRACE] [FML/morebows]: Testing mod morebows to verify it accepts its own version in a remote connection
[11:28:14] [Server thread/TRACE] [FML/morebows]: The mod morebows accepts its own version (2.0.0)
[11:28:14] [Server thread/DEBUG] [FML/morebows]: Attempting to inject @SidedProxy classes into morebows
[11:28:14] [Server thread/TRACE] [morebows/morebows]: Sent event FMLConstructionEvent to mod morebows
[11:28:14] [Server thread/DEBUG] [FML/]: Bar Step: Construction - More Bows! took 0.005s
[11:28:14] [Server thread/TRACE] [Morpheus/Morpheus]: Sending event FMLConstructionEvent to mod Morpheus
[11:28:14] [Server thread/TRACE] [FML/Morpheus]: Mod Morpheus is using network checker : No network checking performed
[11:28:14] [Server thread/TRACE] [FML/Morpheus]: Testing mod Morpheus to verify it accepts its own version in a remote connection
[11:28:14] [Server thread/TRACE] [FML/Morpheus]: The mod Morpheus accepts its own version (1.8-2.0.41)
[11:28:14] [Server thread/DEBUG] [FML/Morpheus]: Attempting to inject @SidedProxy classes into Morpheus
[11:28:14] [Server thread/TRACE] [Morpheus/Morpheus]: Sent event FMLConstructionEvent to mod Morpheus
[11:28:14] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Morpheus took 0.020s
[11:28:14] [Server thread/TRACE] [cfm/cfm]: Sending event FMLConstructionEvent to mod cfm
[11:28:14] [Server thread/TRACE] [FML/cfm]: Mod cfm is using network checker : Accepting version 3.4.8
[11:28:14] [Server thread/TRACE] [FML/cfm]: Testing mod cfm to verify it accepts its own version in a remote connection
[11:28:14] [Server thread/TRACE] [FML/cfm]: The mod cfm accepts its own version (3.4.8)
[11:28:14] [Server thread/DEBUG] [FML/cfm]: Attempting to inject @SidedProxy classes into cfm
[11:28:14] [Server thread/TRACE] [cfm/cfm]: Sent event FMLConstructionEvent to mod cfm
[11:28:14] [Server thread/DEBUG] [FML/]: Bar Step: Construction - �9MrCrayfish's Furniture Mod took 0.026s
[11:28:14] [Server thread/TRACE] [neotech/neotech]: Sending event FMLConstructionEvent to mod neotech
[11:28:14] [Server thread/TRACE] [FML/neotech]: Mod neotech is using network checker : Accepting version 1.6
[11:28:14] [Server thread/TRACE] [FML/neotech]: Testing mod neotech to verify it accepts its own version in a remote connection
[11:28:14] [Server thread/TRACE] [FML/neotech]: The mod neotech accepts its own version (1.6)
[11:28:14] [Server thread/DEBUG] [FML/neotech]: Attempting to inject @SidedProxy classes into neotech
[11:28:14] [Server thread/TRACE] [neotech/neotech]: Sent event FMLConstructionEvent to mod neotech
[11:28:14] [Server thread/DEBUG] [FML/]: Bar Step: Construction - NeoTech took 0.010s
[11:28:14] [Server thread/TRACE] [mininghats/mininghats]: Sending event FMLConstructionEvent to mod mininghats
[11:28:14] [Server thread/TRACE] [FML/mininghats]: Mod mininghats is using network checker : Accepting version 1.4
[11:28:14] [Server thread/TRACE] [FML/mininghats]: Testing mod mininghats to verify it accepts its own version in a remote connection
[11:28:14] [Server thread/TRACE] [FML/mininghats]: The mod mininghats accepts its own version (1.4)
[11:28:14] [Server thread/DEBUG] [FML/mininghats]: Attempting to inject @SidedProxy classes into mininghats
[11:28:14] [Server thread/TRACE] [mininghats/mininghats]: Sent event FMLConstructionEvent to mod mininghats
[11:28:14] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Mining Hats took 0.019s
[11:28:14] [Server thread/TRACE] [OpenComputers/OpenComputers]: Sending event FMLConstructionEvent to mod OpenComputers
[11:28:15] [Server thread/TRACE] [FML/OpenComputers]: Mod OpenComputers is using network checker : Accepting version 1.5.14.32
[11:28:15] [Server thread/TRACE] [FML/OpenComputers]: Testing mod OpenComputers to verify it accepts its own version in a remote connection
[11:28:15] [Server thread/TRACE] [FML/OpenComputers]: The mod OpenComputers accepts its own version (1.5.14.32)
[11:28:15] [Server thread/DEBUG] [FML/OpenComputers]: Attempting to inject @SidedProxy classes into OpenComputers
[11:28:15] [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
[11:28:15] [Server thread/TRACE] [OpenComputers/OpenComputers]: Sent event FMLConstructionEvent to mod OpenComputers
[11:28:15] [Server thread/DEBUG] [FML/]: Bar Step: Construction - OpenComputers took 0.223s
[11:28:15] [Server thread/TRACE] [pandorasbox/pandorasbox]: Sending event FMLConstructionEvent to mod pandorasbox
[11:28:15] [Server thread/TRACE] [FML/pandorasbox]: Mod pandorasbox is using network checker : Accepting version 2.1.2
[11:28:15] [Server thread/TRACE] [FML/pandorasbox]: Testing mod pandorasbox to verify it accepts its own version in a remote connection
[11:28:15] [Server thread/TRACE] [FML/pandorasbox]: The mod pandorasbox accepts its own version (2.1.2)
[11:28:15] [Server thread/DEBUG] [FML/pandorasbox]: Attempting to inject @SidedProxy classes into pandorasbox
[11:28:15] [Server thread/TRACE] [pandorasbox/pandorasbox]: Sent event FMLConstructionEvent to mod pandorasbox
[11:28:15] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Pandora's Box took 0.018s
[11:28:15] [Server thread/TRACE] [pcb/pcb]: Sending event FMLConstructionEvent to mod pcb
[11:28:15] [Server thread/TRACE] [FML/pcb]: Mod pcb is using network checker : Accepting version 1.4
[11:28:15] [Server thread/TRACE] [FML/pcb]: Testing mod pcb to verify it accepts its own version in a remote connection
[11:28:15] [Server thread/TRACE] [FML/pcb]: The mod pcb accepts its own version (1.4)
[11:28:15] [Server thread/DEBUG] [FML/pcb]: Attempting to inject @SidedProxy classes into pcb
[11:28:15] [Server thread/TRACE] [pcb/pcb]: Sent event FMLConstructionEvent to mod pcb
[11:28:15] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Portable Craft Bench took 0.017s
[11:28:15] [Server thread/TRACE] [portalgates/portalgates]: Sending event FMLConstructionEvent to mod portalgates
[11:28:15] [Server thread/TRACE] [FML/portalgates]: Mod portalgates is using network checker : Accepting version 2.1.4
[11:28:15] [Server thread/TRACE] [FML/portalgates]: Testing mod portalgates to verify it accepts its own version in a remote connection
[11:28:15] [Server thread/TRACE] [FML/portalgates]: The mod portalgates accepts its own version (2.1.4)
[11:28:15] [Server thread/DEBUG] [FML/portalgates]: Attempting to inject @SidedProxy classes into portalgates
[11:28:15] [Server thread/TRACE] [portalgates/portalgates]: Sent event FMLConstructionEvent to mod portalgates
[11:28:15] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Portal Gates 2 took 0.021s
[11:28:15] [Server thread/TRACE] [samsapples/samsapples]: Sending event FMLConstructionEvent to mod samsapples
[11:28:15] [Server thread/TRACE] [FML/samsapples]: Mod samsapples is using network checker : Accepting version 1.8-1.0.1
[11:28:15] [Server thread/TRACE] [FML/samsapples]: Testing mod samsapples to verify it accepts its own version in a remote connection
[11:28:15] [Server thread/TRACE] [FML/samsapples]: The mod samsapples accepts its own version (1.8-1.0.1)
[11:28:15] [Server thread/DEBUG] [FML/samsapples]: Attempting to inject @SidedProxy classes into samsapples
[11:28:15] [Server thread/TRACE] [samsapples/samsapples]: Sent event FMLConstructionEvent to mod samsapples
[11:28:15] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Power Apples took 0.020s
[11:28:15] [Server thread/TRACE] [poweradvantage/poweradvantage]: Sending event FMLConstructionEvent to mod poweradvantage
[11:28:15] [Server thread/TRACE] [FML/poweradvantage]: Mod poweradvantage is using network checker : Accepting version 1.2.4
[11:28:15] [Server thread/TRACE] [FML/poweradvantage]: Testing mod poweradvantage to verify it accepts its own version in a remote connection
[11:28:15] [Server thread/TRACE] [FML/poweradvantage]: The mod poweradvantage accepts its own version (1.2.4)
[11:28:15] [Server thread/DEBUG] [FML/poweradvantage]: Attempting to inject @SidedProxy classes into poweradvantage
[11:28:15] [Server thread/TRACE] [poweradvantage/poweradvantage]: Sent event FMLConstructionEvent to mod poweradvantage
[11:28:15] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Power Advantage took 0.007s
[11:28:15] [Server thread/TRACE] [prismatics/prismatics]: Sending event FMLConstructionEvent to mod prismatics
[11:28:15] [Server thread/TRACE] [FML/prismatics]: Mod prismatics is using network checker : Accepting version 0.0.3.3
[11:28:15] [Server thread/TRACE] [FML/prismatics]: Testing mod prismatics to verify it accepts its own version in a remote connection
[11:28:15] [Server thread/TRACE] [FML/prismatics]: The mod prismatics accepts its own version (0.0.3.3)
[11:28:15] [Server thread/DEBUG] [FML/prismatics]: Attempting to inject @SidedProxy classes into prismatics
[11:28:15] [Server thread/TRACE] [prismatics/prismatics]: Sent event FMLConstructionEvent to mod prismatics
[11:28:15] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Prismatics took 0.015s
[11:28:15] [Server thread/TRACE] [progressiveautomation/progressiveautomation]: Sending event FMLConstructionEvent to mod progressiveautomation
[11:28:15] [Server thread/INFO] [progressiveautomation/progressiveautomation]: Starting automation
[11:28:15] [Server thread/TRACE] [FML/progressiveautomation]: Mod progressiveautomation is using network checker : Accepting version 1.6.15
[11:28:15] [Server thread/TRACE] [FML/progressiveautomation]: Testing mod progressiveautomation to verify it accepts its own version in a remote connection
[11:28:15] [Server thread/TRACE] [FML/progressiveautomation]: The mod progressiveautomation accepts its own version (1.6.15)
[11:28:15] [Server thread/DEBUG] [FML/progressiveautomation]: Attempting to inject @SidedProxy classes into progressiveautomation
[11:28:15] [Server thread/TRACE] [progressiveautomation/progressiveautomation]: Sent event FMLConstructionEvent to mod progressiveautomation
[11:28:15] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Progressive Automation took 0.027s
[11:28:15] [Server thread/TRACE] [projectbench/projectbench]: Sending event FMLConstructionEvent to mod projectbench
[11:28:15] [Server thread/TRACE] [FML/projectbench]: Mod projectbench is using network checker : Accepting version 0.5.0
[11:28:15] [Server thread/TRACE] [FML/projectbench]: Testing mod projectbench to verify it accepts its own version in a remote connection
[11:28:15] [Server thread/TRACE] [FML/projectbench]: The mod projectbench accepts its own version (0.5.0)
[11:28:15] [Server thread/DEBUG] [FML/projectbench]: Attempting to inject @SidedProxy classes into projectbench
[11:28:15] [Server thread/TRACE] [projectbench/projectbench]: Sent event FMLConstructionEvent to mod projectbench
[11:28:15] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Project Bench Updated took 0.009s
[11:28:15] [Server thread/TRACE] [ProjectE/ProjectE]: Sending event FMLConstructionEvent to mod ProjectE
[11:28:15] [Server thread/TRACE] [FML/ProjectE]: Mod ProjectE is using network checker : Accepting version 1.8-PE1.0.1B
[11:28:15] [Server thread/TRACE] [FML/ProjectE]: Testing mod ProjectE to verify it accepts its own version in a remote connection
[11:28:15] [Server thread/TRACE] [FML/ProjectE]: The mod ProjectE accepts its own version (1.8-PE1.0.1B)
[11:28:15] [Server thread/DEBUG] [FML/ProjectE]: Attempting to inject @SidedProxy classes into ProjectE
[11:28:15] [Server thread/TRACE] [ProjectE/ProjectE]: Sent event FMLConstructionEvent to mod ProjectE
[11:28:15] [Server thread/DEBUG] [FML/]: Bar Step: Construction - ProjectE took 0.008s
[11:28:15] [Server thread/TRACE] [RandomThings/RandomThings]: Sending event FMLConstructionEvent to mod RandomThings
[11:28:15] [Server thread/TRACE] [FML/RandomThings]: Mod RandomThings is using network checker : Accepting version 3.5.3
[11:28:15] [Server thread/TRACE] [FML/RandomThings]: Testing mod RandomThings to verify it accepts its own version in a remote connection
[11:28:15] [Server thread/TRACE] [FML/RandomThings]: The mod RandomThings accepts its own version (3.5.3)
[11:28:15] [Server thread/DEBUG] [FML/RandomThings]: Attempting to inject @SidedProxy classes into RandomThings
[11:28:15] [Server thread/TRACE] [RandomThings/RandomThings]: Sent event FMLConstructionEvent to mod RandomThings
[11:28:15] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Random Things took 0.016s
[11:28:15] [Server thread/TRACE] [redstonepaste/redstonepaste]: Sending event FMLConstructionEvent to mod redstonepaste
[11:28:15] [Server thread/TRACE] [FML/redstonepaste]: Mod redstonepaste is using network checker : Accepting version 1.7.1
[11:28:15] [Server thread/TRACE] [FML/redstonepaste]: Testing mod redstonepaste to verify it accepts its own version in a remote connection
[11:28:15] [Server thread/TRACE] [FML/redstonepaste]: The mod redstonepaste accepts its own version (1.7.1)
[11:28:15] [Server thread/DEBUG] [FML/redstonepaste]: Attempting to inject @SidedProxy classes into redstonepaste
[11:28:15] [Server thread/TRACE] [redstonepaste/redstonepaste]: Sent event FMLConstructionEvent to mod redstonepaste
[11:28:15] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Redstone Paste took 0.037s
[11:28:15] [Server thread/TRACE] [routerreborn/routerreborn]: Sending event FMLConstructionEvent to mod routerreborn
[11:28:15] [Server thread/TRACE] [FML/routerreborn]: Mod routerreborn is using network checker : Accepting version 1.2.00Beta1
[11:28:15] [Server thread/TRACE] [FML/routerreborn]: Testing mod routerreborn to verify it accepts its own version in a remote connection
[11:28:15] [Server thread/TRACE] [FML/routerreborn]: The mod routerreborn accepts its own version (1.2.00Beta1)
[11:28:15] [Server thread/DEBUG] [FML/routerreborn]: Attempting to inject @SidedProxy classes into routerreborn
[11:28:15] [Server thread/TRACE] [routerreborn/routerreborn]: Sent event FMLConstructionEvent to mod routerreborn
[11:28:15] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Router Reborn took 0.046s
[11:28:15] [Server thread/TRACE] [Schematica/Schematica]: Sending event FMLConstructionEvent to mod Schematica
[11:28:15] [Server thread/TRACE] [FML/Schematica]: Mod Schematica is using network checker : Invoking method checkModList
[11:28:15] [Server thread/TRACE] [FML/Schematica]: Testing mod Schematica to verify it accepts its own version in a remote connection
[11:28:15] [Server thread/TRACE] [FML/Schematica]: The mod Schematica accepts its own version (1.7.7.130)
[11:28:15] [Server thread/DEBUG] [FML/Schematica]: Attempting to inject @SidedProxy classes into Schematica
[11:28:15] [Server thread/TRACE] [Schematica/Schematica]: Sent event FMLConstructionEvent to mod Schematica
[11:28:15] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Schematica took 0.037s
[11:28:15] [Server thread/TRACE] [SilentGems/SilentGems]: Sending event FMLConstructionEvent to mod SilentGems
[11:28:15] [Server thread/TRACE] [FML/SilentGems]: Mod SilentGems is using network checker : Accepting version 1.8-1.3.1-beta
[11:28:15] [Server thread/TRACE] [FML/SilentGems]: Testing mod SilentGems to verify it accepts its own version in a remote connection
[11:28:15] [Server thread/TRACE] [FML/SilentGems]: The mod SilentGems accepts its own version (1.8-1.3.1-beta)
[11:28:15] [Server thread/DEBUG] [FML/SilentGems]: Attempting to inject @SidedProxy classes into SilentGems
[11:28:15] [Server thread/TRACE] [SilentGems/SilentGems]: Sent event FMLConstructionEvent to mod SilentGems
[11:28:15] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Silent's Gems took 0.018s
[11:28:15] [Server thread/TRACE] [wuppy29_simplerecipes/wuppy29_simplerecipes]: Sending event FMLConstructionEvent to mod wuppy29_simplerecipes
[11:28:15] [Server thread/TRACE] [FML/wuppy29_simplerecipes]: Mod wuppy29_simplerecipes is using network checker : Accepting version 1.9.0
[11:28:15] [Server thread/TRACE] [FML/wuppy29_simplerecipes]: Testing mod wuppy29_simplerecipes to verify it accepts its own version in a remote connection
[11:28:15] [Server thread/TRACE] [FML/wuppy29_simplerecipes]: The mod wuppy29_simplerecipes accepts its own version (1.9.0)
[11:28:15] [Server thread/DEBUG] [FML/wuppy29_simplerecipes]: Attempting to inject @SidedProxy classes into wuppy29_simplerecipes
[11:28:15] [Server thread/TRACE] [wuppy29_simplerecipes/wuppy29_simplerecipes]: Sent event FMLConstructionEvent to mod wuppy29_simplerecipes
[11:28:15] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Simple Recipes took 0.004s
[11:28:15] [Server thread/TRACE] [holodisplays/holodisplays]: Sending event FMLConstructionEvent to mod holodisplays
[11:28:15] [Server thread/TRACE] [FML/holodisplays]: Mod holodisplays is using network checker : No network checking performed
[11:28:15] [Server thread/TRACE] [FML/holodisplays]: Testing mod holodisplays to verify it accepts its own version in a remote connection
[11:28:15] [Server thread/TRACE] [FML/holodisplays]: The mod holodisplays accepts its own version (1.0)
[11:28:15] [Server thread/DEBUG] [FML/holodisplays]: Attempting to inject @SidedProxy classes into holodisplays
[11:28:15] [Server thread/TRACE] [holodisplays/holodisplays]: Sent event FMLConstructionEvent to mod holodisplays
[11:28:15] [Server thread/DEBUG] [FML/]: Bar Step: Construction - holodisplays took 0.003s
[11:28:15] [Server thread/TRACE] [SmeltCycle/SmeltCycle]: Sending event FMLConstructionEvent to mod SmeltCycle
[11:28:15] [Server thread/TRACE] [FML/SmeltCycle]: Mod SmeltCycle is using network checker : No network checking performed
[11:28:15] [Server thread/TRACE] [FML/SmeltCycle]: Testing mod SmeltCycle to verify it accepts its own version in a remote connection
[11:28:15] [Server thread/TRACE] [FML/SmeltCycle]: The mod SmeltCycle accepts its own version (1.1)
[11:28:15] [Server thread/DEBUG] [FML/SmeltCycle]: Attempting to inject @SidedProxy classes into SmeltCycle
[11:28:15] [Server thread/TRACE] [SmeltCycle/SmeltCycle]: Sent event FMLConstructionEvent to mod SmeltCycle
[11:28:15] [Server thread/DEBUG] [FML/]: Bar Step: Construction - SmeltCycle took 0.003s
[11:28:15] [Server thread/TRACE] [SophisticatedWolves/SophisticatedWolves]: Sending event FMLConstructionEvent to mod SophisticatedWolves
[11:28:15] [Server thread/TRACE] [FML/SophisticatedWolves]: Mod SophisticatedWolves is using network checker : Accepting version 3.5.0
[11:28:15] [Server thread/TRACE] [FML/SophisticatedWolves]: Testing mod SophisticatedWolves to verify it accepts its own version in a remote connection
[11:28:15] [Server thread/TRACE] [FML/SophisticatedWolves]: The mod SophisticatedWolves accepts its own version (3.5.0)
[11:28:15] [Server thread/DEBUG] [FML/SophisticatedWolves]: Attempting to inject @SidedProxy classes into SophisticatedWolves
[11:28:15] [Server thread/TRACE] [SophisticatedWolves/SophisticatedWolves]: Sent event FMLConstructionEvent to mod SophisticatedWolves
[11:28:15] [Server thread/DEBUG] [FML/]: Bar Step: Construction - SophisticatedWolves took 0.003s
[11:28:15] [Server thread/TRACE] [spawnercraft/spawnercraft]: Sending event FMLConstructionEvent to mod spawnercraft
[11:28:15] [Server thread/TRACE] [FML/spawnercraft]: Mod spawnercraft is using network checker : Accepting version 1.8-2.2.2
[11:28:15] [Server thread/TRACE] [FML/spawnercraft]: Testing mod spawnercraft to verify it accepts its own version in a remote connection
[11:28:15] [Server thread/TRACE] [FML/spawnercraft]: The mod spawnercraft accepts its own version (1.8-2.2.2)
[11:28:15] [Server thread/DEBUG] [FML/spawnercraft]: Attempting to inject @SidedProxy classes into spawnercraft
[11:28:15] [Server thread/TRACE] [spawnercraft/spawnercraft]: Sent event FMLConstructionEvent to mod spawnercraft
[11:28:15] [Server thread/DEBUG] [FML/]: Bar Step: Construction - SpawnerCraft took 0.002s
[11:28:15] [Server thread/TRACE] [Stackie/Stackie]: Sending event FMLConstructionEvent to mod Stackie
[11:28:15] [Server thread/TRACE] [FML/Stackie]: Mod Stackie is using network checker : Invoking method checkModList
[11:28:15] [Server thread/TRACE] [FML/Stackie]: Testing mod Stackie to verify it accepts its own version in a remote connection
[11:28:15] [Server thread/TRACE] [FML/Stackie]: The mod Stackie accepts its own version (1.6.0.36)
[11:28:15] [Server thread/DEBUG] [FML/Stackie]: Attempting to inject @SidedProxy classes into Stackie
[11:28:15] [Server thread/TRACE] [Stackie/Stackie]: Sent event FMLConstructionEvent to mod Stackie
[11:28:15] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Stackie took 0.020s
[11:28:15] [Server thread/TRACE] [steamadvantage/steamadvantage]: Sending event FMLConstructionEvent to mod steamadvantage
[11:28:15] [Server thread/TRACE] [FML/steamadvantage]: Mod steamadvantage is using network checker : Accepting version 1.3.2
[11:28:15] [Server thread/TRACE] [FML/steamadvantage]: Testing mod steamadvantage to verify it accepts its own version in a remote connection
[11:28:15] [Server thread/TRACE] [FML/steamadvantage]: The mod steamadvantage accepts its own version (1.3.2)
[11:28:15] [Server thread/DEBUG] [FML/steamadvantage]: Attempting to inject @SidedProxy classes into steamadvantage
[11:28:15] [Server thread/TRACE] [steamadvantage/steamadvantage]: Sent event FMLConstructionEvent to mod steamadvantage
[11:28:15] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Steam Advantage took 0.014s
[11:28:15] [Server thread/TRACE] [StorageDrawers/StorageDrawers]: Sending event FMLConstructionEvent to mod StorageDrawers
[11:28:15] [Server thread/TRACE] [FML/StorageDrawers]: Mod StorageDrawers is using network checker : Accepting version 1.8-2.1.6
[11:28:15] [Server thread/TRACE] [FML/StorageDrawers]: Testing mod StorageDrawers to verify it accepts its own version in a remote connection
[11:28:15] [Server thread/TRACE] [FML/StorageDrawers]: The mod StorageDrawers accepts its own version (1.8-2.1.6)
[11:28:15] [Server thread/DEBUG] [FML/StorageDrawers]: Attempting to inject @SidedProxy classes into StorageDrawers
[11:28:15] [Server thread/TRACE] [StorageDrawers/StorageDrawers]: Sent event FMLConstructionEvent to mod StorageDrawers
[11:28:15] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Storage Drawers took 0.080s
[11:28:15] [Server thread/TRACE] [Talismans 2/Talismans 2]: Sending event FMLConstructionEvent to mod Talismans 2
[11:28:15] [Server thread/TRACE] [FML/Talismans 2]: Mod Talismans 2 is using network checker : Accepting version 2.1.2
[11:28:15] [Server thread/TRACE] [FML/Talismans 2]: Testing mod Talismans 2 to verify it accepts its own version in a remote connection
[11:28:15] [Server thread/TRACE] [FML/Talismans 2]: The mod Talismans 2 accepts its own version (2.1.2)
[11:28:15] [Server thread/DEBUG] [FML/Talismans 2]: Attempting to inject @SidedProxy classes into Talismans 2
[11:28:15] [Server thread/TRACE] [Talismans 2/Talismans 2]: Sent event FMLConstructionEvent to mod Talismans 2
[11:28:15] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Talismans 2 took 0.019s
[11:28:15] [Server thread/TRACE] [tnt_utilities/tnt_utilities]: Sending event FMLConstructionEvent to mod tnt_utilities
[11:28:15] [Server thread/TRACE] [FML/tnt_utilities]: Mod tnt_utilities is using network checker : No network checking performed
[11:28:15] [Server thread/TRACE] [FML/tnt_utilities]: Testing mod tnt_utilities to verify it accepts its own version in a remote connection
[11:28:15] [Server thread/TRACE] [FML/tnt_utilities]: The mod tnt_utilities accepts its own version (1.0.2-beta)
[11:28:15] [Server thread/DEBUG] [FML/tnt_utilities]: Attempting to inject @SidedProxy classes into tnt_utilities
[11:28:15] [Server thread/TRACE] [tnt_utilities/tnt_utilities]: Sent event FMLConstructionEvent to mod tnt_utilities
[11:28:15] [Server thread/DEBUG] [FML/]: Bar Step: Construction - TNTUtils took 0.003s
[11:28:15] [Server thread/TRACE] [Torched/Torched]: Sending event FMLConstructionEvent to mod Torched
[11:28:15] [Server thread/TRACE] [FML/Torched]: Mod Torched is using network checker : Accepting range [5.0.0,5.1.0)
[11:28:15] [Server thread/TRACE] [FML/Torched]: Testing mod Torched to verify it accepts its own version in a remote connection
[11:28:15] [Server thread/TRACE] [FML/Torched]: The mod Torched accepts its own version (5.0.0)
[11:28:15] [Server thread/DEBUG] [FML/Torched]: Attempting to inject @SidedProxy classes into Torched
[11:28:15] [Server thread/TRACE] [Torched/Torched]: Sent event FMLConstructionEvent to mod Torched
[11:28:15] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Torched took 0.011s
[11:28:15] [Server thread/TRACE] [totemMod/totemMod]: Sending event FMLConstructionEvent to mod totemMod
[11:28:15] [Server thread/TRACE] [FML/totemMod]: Mod totemMod is using network checker : Accepting version 1.0
[11:28:15] [Server thread/TRACE] [FML/totemMod]: Testing mod totemMod to verify it accepts its own version in a remote connection
[11:28:15] [Server thread/TRACE] [FML/totemMod]: The mod totemMod accepts its own version (1.0)
[11:28:15] [Server thread/DEBUG] [FML/totemMod]: Attempting to inject @SidedProxy classes into totemMod
[11:28:15] [Server thread/TRACE] [totemMod/totemMod]: Sent event FMLConstructionEvent to mod totemMod
[11:28:15] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Totem Mod took 0.063s
[11:28:15] [Server thread/TRACE] [unlogicii/unlogicii]: Sending event FMLConstructionEvent to mod unlogicii
[11:28:15] [Server thread/TRACE] [FML/unlogicii]: Mod unlogicii is using network checker : Accepting version 2.1.1.0
[11:28:15] [Server thread/TRACE] [FML/unlogicii]: Testing mod unlogicii to verify it accepts its own version in a remote connection
[11:28:15] [Server thread/TRACE] [FML/unlogicii]: The mod unlogicii accepts its own version (2.1.1.0)
[11:28:15] [Server thread/DEBUG] [FML/unlogicii]: Attempting to inject @SidedProxy classes into unlogicii
[11:28:15] [Server thread/TRACE] [unlogicii/unlogicii]: Sent event FMLConstructionEvent to mod unlogicii
[11:28:15] [Server thread/DEBUG] [FML/]: Bar Step: Construction - UnLogic II took 0.056s
[11:28:15] [Server thread/TRACE] [UsefullUselessness/UsefullUselessness]: Sending event FMLConstructionEvent to mod UsefullUselessness
[11:28:15] [Server thread/TRACE] [FML/UsefullUselessness]: Mod UsefullUselessness is using network checker : Accepting version 0.0.3 - beta
[11:28:15] [Server thread/TRACE] [FML/UsefullUselessness]: Testing mod UsefullUselessness to verify it accepts its own version in a remote connection
[11:28:15] [Server thread/TRACE] [FML/UsefullUselessness]: The mod UsefullUselessness accepts its own version (0.0.3 - beta)
[11:28:15] [Server thread/DEBUG] [FML/UsefullUselessness]: Attempting to inject @SidedProxy classes into UsefullUselessness
[11:28:15] [Server thread/TRACE] [UsefullUselessness/UsefullUselessness]: Sent event FMLConstructionEvent to mod UsefullUselessness
[11:28:15] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Useful Uselessness took 0.004s
[11:28:15] [Server thread/TRACE] [VeinMiner/VeinMiner]: Sending event FMLConstructionEvent to mod VeinMiner
[11:28:15] [Server thread/TRACE] [FML/VeinMiner]: Mod VeinMiner is using network checker : Invoking method checkClientModVersion
[11:28:15] [Server thread/TRACE] [FML/VeinMiner]: Testing mod VeinMiner to verify it accepts its own version in a remote connection
[11:28:15] [Server thread/TRACE] [FML/VeinMiner]: The mod VeinMiner accepts its own version (0.26.1_build.unknown)
[11:28:15] [Server thread/DEBUG] [FML/VeinMiner]: Check Version
[11:28:15] [Server thread/DEBUG] [FML/VeinMiner]: Check Version
[11:28:15] [Server thread/DEBUG] [FML/VeinMiner]: Attempting to inject @SidedProxy classes into VeinMiner
[11:28:15] [Server thread/TRACE] [VeinMiner/VeinMiner]: Sent event FMLConstructionEvent to mod VeinMiner
[11:28:15] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Vein Miner took 0.014s
[11:28:15] [Server thread/TRACE] [VeinMinerModSupport/VeinMinerModSupport]: Sending event FMLConstructionEvent to mod VeinMinerModSupport
[11:28:15] [Server thread/TRACE] [FML/VeinMinerModSupport]: Mod VeinMinerModSupport is using network checker : Invoking method checkClientModVersion
[11:28:15] [Server thread/TRACE] [FML/VeinMinerModSupport]: Testing mod VeinMinerModSupport to verify it accepts its own version in a remote connection
[11:28:15] [Server thread/TRACE] [FML/VeinMinerModSupport]: The mod VeinMinerModSupport accepts its own version (0.26.1_build.unknown)
[11:28:15] [Server thread/DEBUG] [FML/VeinMinerModSupport]: Attempting to inject @SidedProxy classes into VeinMinerModSupport
[11:28:15] [Server thread/TRACE] [VeinMinerModSupport/VeinMinerModSupport]: Sent event FMLConstructionEvent to mod VeinMinerModSupport
[11:28:15] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Mod Support took 0.003s
[11:28:15] [Server thread/TRACE] [shadowswoodstonearmor/shadowswoodstonearmor]: Sending event FMLConstructionEvent to mod shadowswoodstonearmor
[11:28:15] [Server thread/TRACE] [FML/shadowswoodstonearmor]: Mod shadowswoodstonearmor is using network checker : Accepting version 1.3.1
[11:28:15] [Server thread/TRACE] [FML/shadowswoodstonearmor]: Testing mod shadowswoodstonearmor to verify it accepts its own version in a remote connection
[11:28:15] [Server thread/TRACE] [FML/shadowswoodstonearmor]: The mod shadowswoodstonearmor accepts its own version (1.3.1)
[11:28:15] [Server thread/DEBUG] [FML/shadowswoodstonearmor]: Attempting to inject @SidedProxy classes into shadowswoodstonearmor
[11:28:15] [Server thread/TRACE] [shadowswoodstonearmor/shadowswoodstonearmor]: Sent event FMLConstructionEvent to mod shadowswoodstonearmor
[11:28:15] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Shadow's Wooden And Stone Armor took 0.003s
[11:28:15] [Server thread/TRACE] [worldedit/worldedit]: Sending event FMLConstructionEvent to mod worldedit
[11:28:15] [Server thread/TRACE] [FML/worldedit]: Mod worldedit is using network checker : No network checking performed
[11:28:15] [Server thread/TRACE] [FML/worldedit]: Testing mod worldedit to verify it accepts its own version in a remote connection
[11:28:15] [Server thread/TRACE] [FML/worldedit]: The mod worldedit accepts its own version (6.1)
[11:28:15] [Server thread/DEBUG] [FML/worldedit]: Attempting to inject @SidedProxy classes into worldedit
[11:28:15] [Server thread/TRACE] [worldedit/worldedit]: Sent event FMLConstructionEvent to mod worldedit
[11:28:15] [Server thread/DEBUG] [FML/]: Bar Step: Construction - WorldEdit took 0.049s
[11:28:15] [Server thread/TRACE] [wormsmod/wormsmod]: Sending event FMLConstructionEvent to mod wormsmod
[11:28:15] [Server thread/TRACE] [FML/wormsmod]: Mod wormsmod is using network checker : Accepting version 1.1
[11:28:15] [Server thread/TRACE] [FML/wormsmod]: Testing mod wormsmod to verify it accepts its own version in a remote connection
[11:28:15] [Server thread/TRACE] [FML/wormsmod]: The mod wormsmod accepts its own version (1.1)
[11:28:15] [Server thread/DEBUG] [FML/wormsmod]: Attempting to inject @SidedProxy classes into wormsmod
[11:28:15] [Server thread/TRACE] [wormsmod/wormsmod]: Sent event FMLConstructionEvent to mod wormsmod
[11:28:15] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Worms Mod took 0.003s
[11:28:15] [Server thread/TRACE] [zzzzzcustomconfigs/zzzzzcustomconfigs]: Sending event FMLConstructionEvent to mod zzzzzcustomconfigs
[11:28:15] [Server thread/TRACE] [FML/zzzzzcustomconfigs]: Mod zzzzzcustomconfigs is using network checker : Accepting version 2.3.0
[11:28:15] [Server thread/TRACE] [FML/zzzzzcustomconfigs]: Testing mod zzzzzcustomconfigs to verify it accepts its own version in a remote connection
[11:28:15] [Server thread/TRACE] [FML/zzzzzcustomconfigs]: The mod zzzzzcustomconfigs accepts its own version (2.3.0)
[11:28:15] [Server thread/DEBUG] [FML/zzzzzcustomconfigs]: Attempting to inject @SidedProxy classes into zzzzzcustomconfigs
[11:28:15] [Server thread/TRACE] [zzzzzcustomconfigs/zzzzzcustomconfigs]: Sent event FMLConstructionEvent to mod zzzzzcustomconfigs
[11:28:15] [Server thread/DEBUG] [FML/]: Bar Step: Construction - ZZZZZ Custom Configs took 0.003s
[11:28:15] [Server thread/DEBUG] [FML/]: Bar Finished: Construction took 3.069s
[11:28:15] [Server thread/DEBUG] [FML/]: Mod signature data
[11:28:15] [Server thread/DEBUG] [FML/]: Valid Signatures:
[11:28:15] [Server thread/DEBUG] [FML/]: (e3c3d50c7c986df74c645c0ac54639741c90a557) FML (Forge Mod Loader 8.0.99.99) experimental_skyblock.jar
[11:28:15] [Server thread/DEBUG] [FML/]: (e3c3d50c7c986df74c645c0ac54639741c90a557) Forge (Minecraft Forge 11.14.3.1498) experimental_skyblock.jar
[11:28:15] [Server thread/DEBUG] [FML/]: Missing Signatures:
[11:28:15] [Server thread/DEBUG] [FML/]: mcp (Minecraft Coder Pack 9.05) minecraft.jar
[11:28:15] [Server thread/DEBUG] [FML/]: CodeChickenCore (CodeChicken Core 1.0.5.36) minecraft.jar
[11:28:15] [Server thread/DEBUG] [FML/]: Aroma1997Core (Aroma1997Core 1.0.3.4.b43) Aroma1997Core-1.8-1.0.3.4.b43.jar
[11:28:15] [Server thread/DEBUG] [FML/]: NotEnoughItems (Not Enough Items 1.0.5.104) NotEnoughItems-1.8-1.0.5.104-universal.jar
[11:28:15] [Server thread/DEBUG] [FML/]: OpenComputers|Core (OpenComputers (Core) 1.5.14.32) minecraft.jar
[11:28:15] [Server thread/DEBUG] [FML/]: VeinMiner_coremod (Core mod 0.26.1_build.unknown) minecraft.jar
[11:28:15] [Server thread/DEBUG] [FML/]: backpacks16840 (Backpacks! 3.0.3) zz-backpacks 1.8 - 3.0.3 beta 4 (1).jar
[11:28:15] [Server thread/DEBUG] [FML/]: hitchcore (HitchH1k3r's Mods 1.0.0) minecraft.jar
[11:28:15] [Server thread/DEBUG] [FML/]: tnt_utilities_core (TNTUtils Core 1.0.2-beta) minecraft.jar
[11:28:15] [Server thread/DEBUG] [FML/]: securitycraft (SecurityCraft v1.7.4.1) [1.8] SecurityCraft v1.7.4.1.jar
[11:28:15] [Server thread/DEBUG] [FML/]: braziermod (Brazier Mod 1.0) [1.8]BrazierMod-1.0.jar
[11:28:15] [Server thread/DEBUG] [FML/]: bspkrsCore (bspkrsCore 7.01) [1.8]bspkrsCore-universal-7.01.jar
[11:28:15] [Server thread/DEBUG] [FML/]: Chimneys (Chimneys 1.8) [1.8]Chimneys(2).jar
[11:28:15] [Server thread/DEBUG] [FML/]: adamantium (Adamantium Mod 1.4.1) adamantium-mod-1.4.1.jar
[11:28:15] [Server thread/DEBUG] [FML/]: alexiillib (AlexIILLib 0.1) AlexIILLib-1.8-1.3.42.jar
[11:28:15] [Server thread/DEBUG] [FML/]: animalsplus (Animals Plus 1.3) animalsplus-1.3.jar
[11:28:15] [Server thread/DEBUG] [FML/]: armourexpansion (Armour Expansion 1.0) Armour Expansion - 1.0.jar
[11:28:15] [Server thread/DEBUG] [FML/]: Aroma1997CoreHelper (Aroma1997Core|Helper 1.0.3.4.b43) Aroma1997Core-1.8-1.0.3.4.b43.jar
[11:28:15] [Server thread/DEBUG] [FML/]: iChunUtil (iChunUtil 5.4.0) iChunUtil-5.4.0.jar
[11:28:15] [Server thread/DEBUG] [FML/]: AttachableGrinder (AttachableGrinder 5.0.0) AttachableGrinder-5.0.0.jar
[11:28:15] [Server thread/DEBUG] [FML/]: AutoSapling (AutoSapling 1.0) AutoSap-MC1.8-1.2.jar
[11:28:15] [Server thread/DEBUG] [FML/]: basemetals (Base Metals 1.3.4) BaseMetals-1.3.4.jar
[11:28:15] [Server thread/DEBUG] [FML/]: Baubles (Baubles 1.1.1.0) Baubles-1.8-1.1.1.0.jar
[11:28:15] [Server thread/DEBUG] [FML/]: BeardedLib (BeardedLib 1.1) BeardedLib-1.8-1.1.jar
[11:28:15] [Server thread/DEBUG] [FML/]: swdjail (swdjail 1.0) behind-bars-1.8-1.0.jar
[11:28:15] [Server thread/DEBUG] [FML/]: BetterChests (BetterChests 1.2.0.0.b41) BetterChests-1.8-1.2.0.0.b41.jar
[11:28:15] [Server thread/DEBUG] [FML/]: rafradek_blocklauncher (Block Launcher 1.4.1) block-launcher-1.8-2.0.jar
[11:28:15] [Server thread/DEBUG] [FML/]: gtm (grizeldi's Boost Mod 0.1.3) boost-0.2.3.jar
[11:28:15] [Server thread/DEBUG] [FML/]: brewingPlus (brewingPlus 0.0.6) brewingPlus-1.8-0.0.6.jar
[11:28:15] [Server thread/DEBUG] [FML/]: bunkermod (Bunkermod 2.0) Bunkermod-mc1.8-v2.0.jar
[11:28:15] [Server thread/DEBUG] [FML/]: C4Lib (C4Lib 1.0.0) C4Lib-1.8-1.0.0-universal.jar
[11:28:15] [Server thread/DEBUG] [FML/]: samscarbonpaper (Carbon Paper 1.8-1.0.0) carbon-paper-1.8-1.0.0.jar
[11:28:15] [Server thread/DEBUG] [FML/]: Chameleon (Chameleon 1.8-0.1.0) Chameleon-1.8-0.1.0.jar
[11:28:15] [Server thread/DEBUG] [FML/]: ChickenShed (Chicken Shed 1.1.4) ChickenShed-1.8-1.2.0.jar
[11:28:15] [Server thread/DEBUG] [FML/]: colorfularmor (Colorful Armor 1.8-2.8) colorful-armor-1.8-2.8.jar
[11:28:15] [Server thread/DEBUG] [FML/]: craftablehorsearmour (Craftable Horse Armour [CHA&S] 1.0) Craftable Horse Armour and Saddle 1.2.1.jar
[11:28:15] [Server thread/DEBUG] [FML/]: craftingex (Crafting EX 1.0.6) CraftingEX_1.8-v1.0.6.jar
[11:28:15] [Server thread/DEBUG] [FML/]: customnpcs (CustomNpcs 1.8.0_beta) custom-npcs-1.8.0-beta.jar
[11:28:15] [Server thread/DEBUG] [FML/]: ctrades (Custom Trades Mod 1.3.2) custom-trades-mod-1.8-1.3.2.jar
[11:28:15] [Server thread/DEBUG] [FML/]: wonderfulwands (Wonderful Wands 1.7.1) CyanosWonderfulWands_1.8-1.7.1.jar
[11:28:15] [Server thread/DEBUG] [FML/]: decorationmegapack (Decoration Mega Pack 1.18) decoration-mega-pack-1.8-1.18.jar
[11:28:15] [Server thread/DEBUG] [FML/]: dlr (Don's Lightning Rod 1.0) dons-lightning-rod-1.8-1.0.jar
[11:28:15] [Server thread/DEBUG] [FML/]: Dynmap (Dynmap 2.2-63) dynmap-1.8-2.2.jar
[11:28:15] [Server thread/DEBUG] [FML/]: emeraldobsidianmod (Emerald & Obsidian tools/armor mod 1.3.1) emeraldobsidianmod-1.8-1.3.1.jar
[11:28:15] [Server thread/DEBUG] [FML/]: eplus (Enchanting Plus 3.1.0a1) EnchantingPlus-1.8-3.1.0a1.jar
[11:28:15] [Server thread/DEBUG] [FML/]: enderutilities (Ender Utilities 0.4.0-beta-1a) enderutilities-1.8-0.4.0-beta-1a.jar
[11:28:15] [Server thread/DEBUG] [FML/]: exnihilo2 (Ex Nihilo 2 0.27) ex-nihilo-2-1.8-0.27.jar
[11:28:15] [Server thread/DEBUG] [FML/]: expchest (Exp Chest 4.0) exp-chest-4.0a.jar
[11:28:15] [Server thread/DEBUG] [FML/]: ForgeEssentials (Forge Essentials 1.8.0) FE-1.8-snapshot-8.jar
[11:28:15] [Server thread/DEBUG] [FML/]: fireplacecore (Fireplace Core 2.3.2.0) fireplace-core-2.3.2.0.jar
[11:28:15] [Server thread/DEBUG] [FML/]: fluxducts (Flux Ducts 1.0.2) fluxducts-mc1.8-1.0.2.jar
[11:28:15] [Server thread/DEBUG] [FML/]: samsfooddetails (Food Details 1.8-1.0.0) food-details-1.8-1.0.0.jar
[11:28:15] [Server thread/DEBUG] [FML/]: ftfragileglass (Fragile Glass and Thin Ice 1.8-1.2) fragile-glass-1.8-1.2.jar
[11:28:15] [Server thread/DEBUG] [FML/]: samsfragiletorches (Fragile Torches 1.8-1.0.0) fragile-torches-1.8-1.0.0.jar
[11:28:15] [Server thread/DEBUG] [FML/]: fulcrum (FULCRUM 2.0.2.0) fulcrum-2.0.2.0.jar
[11:28:15] [Server thread/DEBUG] [FML/]: FunOres (Fun Ores 1.0.0) fun-ores-1.8-1.0.0-17.jar
[11:28:15] [Server thread/DEBUG] [FML/]: GakaisFlightTable (Gakais Flight Table 1.1.1) gakais-flight-table-fly-block-1.8-1.1.1.jar
[11:28:15] [Server thread/DEBUG] [FML/]: bonus (Mystify's Bonus stuff .1) Galactic Colored Blocks-1.8-1.01.jar
[11:28:15] [Server thread/DEBUG] [FML/]: galactic (Galactic Colored Blocks 1.1) Galactic Colored Blocks-1.8-1.01.jar
[11:28:15] [Server thread/DEBUG] [FML/]: geoactivity (GeoActivity 2.1.1) geoactivity-2.1.1.jar
[11:28:15] [Server thread/DEBUG] [FML/]: foundry (Giacomo's Foundry 1.3.3) giacomos-foundry-1.8-1.3.3.jar
[11:28:15] [Server thread/DEBUG] [FML/]: exp (Exp Seedling Mod 1.1) GiacomosExperienceSeedling1.8-1.1.jar
[11:28:15] [Server thread/DEBUG] [FML/]: fishing (Fishing Net Mod 1.4) GiacomosFishingNet1.8-1.4.jar
[11:28:15] [Server thread/DEBUG] [FML/]: glass_shards (Glass Shards 1.3.2) glass_shards_mc1.8-1.3.2.jar
[11:28:15] [Server thread/DEBUG] [FML/]: GravityGun (GravityGun 5.0.0) GravityGun-5.0.0.jar
[11:28:15] [Server thread/DEBUG] [FML/]: HelpFixer (HelpFixer 1.1.9) HelpFixer - 1.1.9.jar
[11:28:15] [Server thread/DEBUG] [FML/]: hopperducts (Hopper Ducts 1.4.5) hopperducts-mc1.8-1.4.5.jar
[11:28:15] [Server thread/DEBUG] [FML/]: ice_shards (Ice Shards 1.1-beta) ice_shards_mc1.8-1.1-beta.jar
[11:28:15] [Server thread/DEBUG] [FML/]: igneousadditions (Igneous Additions 1.2-BETA-2) IgneousAdditions-1.2-BETA-2.jar
[11:28:15] [Server thread/DEBUG] [FML/]: inventorytweaks (Inventory Tweaks 1.59-176-9318a76-dirty) inventory-tweaks-1.59-176.jar
[11:28:15] [Server thread/DEBUG] [FML/]: IronChest (Iron Chest 6.0.103.753) iron-chests-2-1.8-6.0.103.753.jar
[11:28:15] [Server thread/DEBUG] [FML/]: larrysmod (Larry's Mod 1.06.1) larrys-mod-1.8-1.06.1.jar
[11:28:15] [Server thread/DEBUG] [FML/]: latticemod (Lattice Mod 1.1) lattice-mod-1.8-1.1.jar
[11:28:15] [Server thread/DEBUG] [FML/]: letters (§e§lLetters, numbers and sysbols MOD 1.0) letters-numbers-and-symbols-mod-1.8-1.0.jar
[11:28:15] [Server thread/DEBUG] [FML/]: liquidenchanting (Liquid Enchanting 1.0) Liquid Enchanting-1.0.jar
[11:28:15] [Server thread/DEBUG] [FML/]: LomLib (LomLib 4.1.0) LomLib v4.1.0.jar
[11:28:15] [Server thread/DEBUG] [FML/]: LunatriusCore (LunatriusCore 1.1.2.28) LunatriusCore-1.8-1.1.2.28-universal.jar
[11:28:15] [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
[11:28:15] [Server thread/DEBUG] [FML/]: magicalmages (Magical Mages 1.4) magicalmages-v1.4-MCv1.8.jar
[11:28:15] [Server thread/DEBUG] [FML/]: magicclover (Magic Clover 1.8-0.6.2) magicclover-1.8-0.6.2.jar
[11:28:15] [Server thread/DEBUG] [FML/]: makersmark (Maker's Mark: The Minter's Mod 2.0.1) MakersMark-V2.0.1-MC1.8.jar
[11:28:15] [Server thread/DEBUG] [FML/]: medieval_mobs (Medieval mobs mod, part of Liege mod a2) medieval_mobs-1.8.x v.a2.jar
[11:28:15] [Server thread/DEBUG] [FML/]: sgs_metals (SGS Metals 1.8-2.1 2.1) Metals-1.8-2.1.jar
[11:28:15] [Server thread/DEBUG] [FML/]: modularsuits (modularsuits 1.0) modularsuits-1.2.1.jar
[11:28:15] [Server thread/DEBUG] [FML/]: weirdmobs (Monkey 1.0) monkey-mod-1.0.jar
[11:28:15] [Server thread/DEBUG] [FML/]: morebows (More Bows! 2.0.0) morebows-1.8-2.0.0a2.jar
[11:28:15] [Server thread/DEBUG] [FML/]: Morpheus (Morpheus 1.8-2.0.41) Morpheus-1.8-2.0.41.jar
[11:28:15] [Server thread/DEBUG] [FML/]: cfm (�9MrCrayfish's Furniture Mod 3.4.8) MrCrayfishFurnitureModv3.4.8-build1(1.8).jar
[11:28:15] [Server thread/DEBUG] [FML/]: neotech (NeoTech 1.6) neotech-1.8-1.6.jar
[11:28:15] [Server thread/DEBUG] [FML/]: mininghats (Mining Hats 1.4) night-vision-mining-hats-1.8-1.4.jar
[11:28:15] [Server thread/DEBUG] [FML/]: OpenComputers (OpenComputers 1.5.14.32) open-computers-1.8-1.5.14.32.jar
[11:28:15] [Server thread/DEBUG] [FML/]: pandorasbox (Pandora's Box 2.1.2) pandoras-box-1.8-2.1.2.jar
[11:28:15] [Server thread/DEBUG] [FML/]: pcb (Portable Craft Bench 1.4) portable-crafting-bench-1.8-1.4.jar
[11:28:15] [Server thread/DEBUG] [FML/]: portalgates (Portal Gates 2 2.1.4) PortalGates2-mc1.8-2.1.4-b.jar
[11:28:15] [Server thread/DEBUG] [FML/]: samsapples (Power Apples 1.8-1.0.1) power-apples-1.8-1.0.1.jar
[11:28:15] [Server thread/DEBUG] [FML/]: poweradvantage (Power Advantage 1.2.4) PowerAdvantage-1.2.4.jar
[11:28:15] [Server thread/DEBUG] [FML/]: prismatics (Prismatics 0.0.3.3) prismatics-1.8-0.0.3.3.jar
[11:28:15] [Server thread/DEBUG] [FML/]: progressiveautomation (Progressive Automation 1.6.15) progressive-automation-1.8-1.6.15.jar
[11:28:15] [Server thread/DEBUG] [FML/]: projectbench (Project Bench Updated 0.5.0) project-bench-1.8-0.5.0.jar
[11:28:15] [Server thread/DEBUG] [FML/]: ProjectE (ProjectE 1.8-PE1.0.1B) projecte-1.8-PE1.0.1.B.jar
[11:28:15] [Server thread/DEBUG] [FML/]: RandomThings (Random Things 3.5.3) random-things-1.8-3.5.3.jar
[11:28:15] [Server thread/DEBUG] [FML/]: redstonepaste (Redstone Paste 1.7.1) redstone-paste-1.8-1.7.1.jar
[11:28:15] [Server thread/DEBUG] [FML/]: routerreborn (Router Reborn 1.2.00Beta1) router-reborn-1.8-2.0.0.1A.jar
[11:28:15] [Server thread/DEBUG] [FML/]: Schematica (Schematica 1.7.7.130) Schematica-1.8-1.7.7.130-universal.jar
[11:28:15] [Server thread/DEBUG] [FML/]: SilentGems (Silent's Gems 1.8-1.3.1-beta) silents-gems-1.8-1.3.1-82-beta.jar
[11:28:15] [Server thread/DEBUG] [FML/]: wuppy29_simplerecipes (Simple Recipes 1.9.0) Simple Recipes 1.8.0-1.9.0.jar
[11:28:15] [Server thread/DEBUG] [FML/]: holodisplays (holodisplays 1.0) SimpleHolo-v1.0-1.8.jar
[11:28:15] [Server thread/DEBUG] [FML/]: SmeltCycle (SmeltCycle 1.1) smelt-cycle-1.2.jar
[11:28:15] [Server thread/DEBUG] [FML/]: SophisticatedWolves (SophisticatedWolves 3.5.0) sophisticated-wolves-3.5.0.jar
[11:28:15] [Server thread/DEBUG] [FML/]: spawnercraft (SpawnerCraft 1.8-2.2.2) spawnercraft-1.8-2.2.2.jar
[11:28:15] [Server thread/DEBUG] [FML/]: Stackie (Stackie 1.6.0.36) stackie-1.8-1.6.0.36.jar
[11:28:15] [Server thread/DEBUG] [FML/]: steamadvantage (Steam Advantage 1.3.2) SteamAdvantage-1.3.2.jar
[11:28:15] [Server thread/DEBUG] [FML/]: StorageDrawers (Storage Drawers 1.8-2.1.6) storage-drawers-1.8-2.1.6.jar
[11:28:15] [Server thread/DEBUG] [FML/]: Talismans 2 (Talismans 2 2.1.2) talismans-2-1.8-2.1.2.jar
[11:28:15] [Server thread/DEBUG] [FML/]: tnt_utilities (TNTUtils 1.0.2-beta) tnt_utilities-mc1.8-1.0.2-beta.jar
[11:28:15] [Server thread/DEBUG] [FML/]: Torched (Torched 5.0.0) torched-5.0.0.jar
[11:28:15] [Server thread/DEBUG] [FML/]: totemMod (Totem Mod 1.0) totemmod-3.0.jar
[11:28:15] [Server thread/DEBUG] [FML/]: unlogicii (UnLogic II 2.1.1.0) unlogic-ii-2.1.1.0.jar
[11:28:15] [Server thread/DEBUG] [FML/]: UsefullUselessness (Useful Uselessness 0.0.3 - beta) useful-uselessness-1.8-0.0.4.jar
[11:28:15] [Server thread/DEBUG] [FML/]: VeinMiner (Vein Miner 0.26.1_build.unknown) veinminer-0.27.0.jar
[11:28:15] [Server thread/DEBUG] [FML/]: VeinMinerModSupport (Mod Support 0.26.1_build.unknown) veinminer-0.27.0.jar
[11:28:15] [Server thread/DEBUG] [FML/]: shadowswoodstonearmor (Shadow's Wooden And Stone Armor 1.3.1) wooden-and-stone-armor-1.8-1.3.1.jar
[11:28:15] [Server thread/DEBUG] [FML/]: worldedit (WorldEdit 6.1) world-edit-1.8-6.1.jar
[11:28:15] [Server thread/DEBUG] [FML/]: wormsmod (Worms Mod 1.1) worms-1.8-1.1.0.jar
[11:28:15] [Server thread/DEBUG] [FML/]: zzzzzcustomconfigs (ZZZZZ Custom Configs 2.3.0) ZZZZZ Custom Configs-2.3.0 (1).jar
[11:28:15] [Server thread/ERROR] [FML/]: Fatal errors were detected during the transition from CONSTRUCTING to PREINITIALIZATION. Loading cannot continue
[11:28:15] [Server thread/ERROR] [FML/]:
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UC mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
UC FML{8.0.99.99} [Forge Mod Loader] (experimental_skyblock.jar)
UC Forge{11.14.3.1498} [Minecraft Forge] (experimental_skyblock.jar)
UC CodeChickenCore{1.0.5.36} [CodeChicken Core] (minecraft.jar)
UC Aroma1997Core{1.0.3.4.b43} [Aroma1997Core] (Aroma1997Core-1.8-1.0.3.4.b43.jar)
UC NotEnoughItems{1.0.5.104} [Not Enough Items] (NotEnoughItems-1.8-1.0.5.104-universal.jar)
UC OpenComputers|Core{1.5.14.32} [OpenComputers (Core)] (minecraft.jar)
UC VeinMiner_coremod{0.26.1_build.unknown} [Core mod] (minecraft.jar)
UC backpacks16840{3.0.3} [Backpacks!] (zz-backpacks 1.8 - 3.0.3 beta 4 (1).jar)
UC hitchcore{1.0.0} [HitchH1k3r's Mods] (minecraft.jar)
UC tnt_utilities_core{1.0.2-beta} [TNTUtils Core] (minecraft.jar)
UC securitycraft{v1.7.4.1} [SecurityCraft] ([1.8] SecurityCraft v1.7.4.1.jar)
UC braziermod{1.0} [Brazier Mod] ([1.8]BrazierMod-1.0.jar)
UC bspkrsCore{7.01} [bspkrsCore] ([1.8]bspkrsCore-universal-7.01.jar)
UE Chimneys{1.8} [Chimneys] ([1.8]Chimneys(2).jar)
UC adamantium{1.4.1} [Adamantium Mod] (adamantium-mod-1.4.1.jar)
UC alexiillib{0.1} [AlexIILLib] (AlexIILLib-1.8-1.3.42.jar)
UC animalsplus{1.3} [Animals Plus] (animalsplus-1.3.jar)
UC armourexpansion{1.0} [Armour Expansion] (Armour Expansion - 1.0.jar)
UC Aroma1997CoreHelper{1.0.3.4.b43} [Aroma1997Core|Helper] (Aroma1997Core-1.8-1.0.3.4.b43.jar)
UC iChunUtil{5.4.0} [iChunUtil] (iChunUtil-5.4.0.jar)
UC AttachableGrinder{5.0.0} [AttachableGrinder] (AttachableGrinder-5.0.0.jar)
UC AutoSapling{1.0} [AutoSapling] (AutoSap-MC1.8-1.2.jar)
UC basemetals{1.3.4} [Base Metals] (BaseMetals-1.3.4.jar)
UC Baubles{1.1.1.0} [Baubles] (Baubles-1.8-1.1.1.0.jar)
UC BeardedLib{1.1} [BeardedLib] (BeardedLib-1.8-1.1.jar)
UC swdjail{1.0} [swdjail] (behind-bars-1.8-1.0.jar)
UC BetterChests{1.2.0.0.b41} [BetterChests] (BetterChests-1.8-1.2.0.0.b41.jar)
UC rafradek_blocklauncher{1.4.1} [Block Launcher] (block-launcher-1.8-2.0.jar)
UC gtm{0.1.3} [grizeldi's Boost Mod] (boost-0.2.3.jar)
UC brewingPlus{0.0.6} [brewingPlus] (brewingPlus-1.8-0.0.6.jar)
UC bunkermod{2.0} [Bunkermod] (Bunkermod-mc1.8-v2.0.jar)
UC C4Lib{1.0.0} [C4Lib] (C4Lib-1.8-1.0.0-universal.jar)
UC samscarbonpaper{1.8-1.0.0} [Carbon Paper] (carbon-paper-1.8-1.0.0.jar)
UC Chameleon{1.8-0.1.0} [Chameleon] (Chameleon-1.8-0.1.0.jar)
UC ChickenShed{1.1.4} [Chicken Shed] (ChickenShed-1.8-1.2.0.jar)
UC colorfularmor{1.8-2.8} [Colorful Armor] (colorful-armor-1.8-2.8.jar)
UC craftablehorsearmour{1.0} [Craftable Horse Armour [CHA&S]] (Craftable Horse Armour and Saddle 1.2.1.jar)
UC craftingex{1.0.6} [Crafting EX] (CraftingEX_1.8-v1.0.6.jar)
UC customnpcs{1.8.0_beta} [CustomNpcs] (custom-npcs-1.8.0-beta.jar)
UC ctrades{1.3.2} [Custom Trades Mod] (custom-trades-mod-1.8-1.3.2.jar)
UC wonderfulwands{1.7.1} [Wonderful Wands] (CyanosWonderfulWands_1.8-1.7.1.jar)
UC decorationmegapack{1.18} [Decoration Mega Pack] (decoration-mega-pack-1.8-1.18.jar)
UC dlr{1.0} [Don's Lightning Rod] (dons-lightning-rod-1.8-1.0.jar)
UC Dynmap{2.2-63} [Dynmap] (dynmap-1.8-2.2.jar)
UC emeraldobsidianmod{1.3.1} [Emerald & Obsidian tools/armor mod] (emeraldobsidianmod-1.8-1.3.1.jar)
UC eplus{3.1.0a1} [Enchanting Plus] (EnchantingPlus-1.8-3.1.0a1.jar)
UC enderutilities{0.4.0-beta-1a} [Ender Utilities] (enderutilities-1.8-0.4.0-beta-1a.jar)
UC exnihilo2{0.27} [Ex Nihilo 2] (ex-nihilo-2-1.8-0.27.jar)
UC expchest{4.0} [Exp Chest] (exp-chest-4.0a.jar)
UC ForgeEssentials{1.8.0} [Forge Essentials] (FE-1.8-snapshot-8.jar)
UC fireplacecore{2.3.2.0} [Fireplace Core] (fireplace-core-2.3.2.0.jar)
UC fluxducts{1.0.2} [Flux Ducts] (fluxducts-mc1.8-1.0.2.jar)
UC samsfooddetails{1.8-1.0.0} [Food Details] (food-details-1.8-1.0.0.jar)
UC ftfragileglass{1.8-1.2} [Fragile Glass and Thin Ice] (fragile-glass-1.8-1.2.jar)
UC samsfragiletorches{1.8-1.0.0} [Fragile Torches] (fragile-torches-1.8-1.0.0.jar)
UC fulcrum{2.0.2.0} [FULCRUM] (fulcrum-2.0.2.0.jar)
UC FunOres{1.0.0} [Fun Ores] (fun-ores-1.8-1.0.0-17.jar)
UC GakaisFlightTable{1.1.1} [Gakais Flight Table] (gakais-flight-table-fly-block-1.8-1.1.1.jar)
UC bonus{.1} [Mystify's Bonus stuff] (Galactic Colored Blocks-1.8-1.01.jar)
UC galactic{1.1} [Galactic Colored Blocks] (Galactic Colored Blocks-1.8-1.01.jar)
UC geoactivity{2.1.1} [GeoActivity] (geoactivity-2.1.1.jar)
UC foundry{1.3.3} [Giacomo's Foundry] (giacomos-foundry-1.8-1.3.3.jar)
UC exp{1.1} [Exp Seedling Mod] (GiacomosExperienceSeedling1.8-1.1.jar)
UC fishing{1.4} [Fishing Net Mod] (GiacomosFishingNet1.8-1.4.jar)
UC glass_shards{1.3.2} [Glass Shards] (glass_shards_mc1.8-1.3.2.jar)
UC GravityGun{5.0.0} [GravityGun] (GravityGun-5.0.0.jar)
UC HelpFixer{1.1.9} [HelpFixer] (HelpFixer - 1.1.9.jar)
UC hopperducts{1.4.5} [Hopper Ducts] (hopperducts-mc1.8-1.4.5.jar)
UC ice_shards{1.1-beta} [Ice Shards] (ice_shards_mc1.8-1.1-beta.jar)
UC igneousadditions{1.2-BETA-2} [Igneous Additions] (IgneousAdditions-1.2-BETA-2.jar)
UC inventorytweaks{1.59-176-9318a76-dirty} [Inventory Tweaks] (inventory-tweaks-1.59-176.jar)
UC IronChest{6.0.103.753} [Iron Chest] (iron-chests-2-1.8-6.0.103.753.jar)
UC larrysmod{1.06.1} [Larry's Mod] (larrys-mod-1.8-1.06.1.jar)
UC latticemod{1.1} [Lattice Mod] (lattice-mod-1.8-1.1.jar)
UC letters{1.0} [§e§lLetters, numbers and sysbols MOD] (letters-numbers-and-symbols-mod-1.8-1.0.jar)
UC liquidenchanting{1.0} [Liquid Enchanting] (Liquid Enchanting-1.0.jar)
UC LomLib{4.1.0} [LomLib] (LomLib v4.1.0.jar)
UC LunatriusCore{1.1.2.28} [LunatriusCore] (LunatriusCore-1.8-1.1.2.28-universal.jar)
UC machinemod{1.8-1.1-Pre-ALPHA-Build-123} [TechStack's Heavy Machinery Mod] (MachineMod-1.8-1.1-Pre-ALPHA-Build-123.jar)
UC magicalmages{1.4} [Magical Mages] (magicalmages-v1.4-MCv1.8.jar)
UC magicclover{1.8-0.6.2} [Magic Clover] (magicclover-1.8-0.6.2.jar)
UC makersmark{2.0.1} [Maker's Mark: The Minter's Mod] (MakersMark-V2.0.1-MC1.8.jar)
UC medieval_mobs{a2} [Medieval mobs mod, part of Liege mod] (medieval_mobs-1.8.x v.a2.jar)
UC sgs_metals{2.1} [SGS Metals 1.8-2.1] (Metals-1.8-2.1.jar)
UC modularsuits{1.0} [modularsuits] (modularsuits-1.2.1.jar)
UC weirdmobs{1.0} [Monkey] (monkey-mod-1.0.jar)
UC morebows{2.0.0} [More Bows!] (morebows-1.8-2.0.0a2.jar)
UC Morpheus{1.8-2.0.41} [Morpheus] (Morpheus-1.8-2.0.41.jar)
UC cfm{3.4.8} [�9MrCrayfish's Furniture Mod] (MrCrayfishFurnitureModv3.4.8-build1(1.8).jar)
UC neotech{1.6} [NeoTech] (neotech-1.8-1.6.jar)
UC mininghats{1.4} [Mining Hats] (night-vision-mining-hats-1.8-1.4.jar)
UC OpenComputers{1.5.14.32} [OpenComputers] (open-computers-1.8-1.5.14.32.jar)
UC pandorasbox{2.1.2} [Pandora's Box] (pandoras-box-1.8-2.1.2.jar)
UC pcb{1.4} [Portable Craft Bench] (portable-crafting-bench-1.8-1.4.jar)
UC portalgates{2.1.4} [Portal Gates 2] (PortalGates2-mc1.8-2.1.4-b.jar)
UC samsapples{1.8-1.0.1} [Power Apples] (power-apples-1.8-1.0.1.jar)
UC poweradvantage{1.2.4} [Power Advantage] (PowerAdvantage-1.2.4.jar)
UC prismatics{0.0.3.3} [Prismatics] (prismatics-1.8-0.0.3.3.jar)
UC progressiveautomation{1.6.15} [Progressive Automation] (progressive-automation-1.8-1.6.15.jar)
UC projectbench{0.5.0} [Project Bench Updated] (project-bench-1.8-0.5.0.jar)
UC ProjectE{1.8-PE1.0.1B} [ProjectE] (projecte-1.8-PE1.0.1.B.jar)
UC RandomThings{3.5.3} [Random Things] (random-things-1.8-3.5.3.jar)
UC redstonepaste{1.7.1} [Redstone Paste] (redstone-paste-1.8-1.7.1.jar)
UC routerreborn{1.2.00Beta1} [Router Reborn] (router-reborn-1.8-2.0.0.1A.jar)
UC Schematica{1.7.7.130} [Schematica] (Schematica-1.8-1.7.7.130-universal.jar)
UC SilentGems{1.8-1.3.1-beta} [Silent's Gems] (silents-gems-1.8-1.3.1-82-beta.jar)
UC wuppy29_simplerecipes{1.9.0} [Simple Recipes] (Simple Recipes 1.8.0-1.9.0.jar)
UC holodisplays{1.0} [holodisplays] (SimpleHolo-v1.0-1.8.jar)
UC SmeltCycle{1.1} [SmeltCycle] (smelt-cycle-1.2.jar)
UC SophisticatedWolves{3.5.0} [SophisticatedWolves] (sophisticated-wolves-3.5.0.jar)
UC spawnercraft{1.8-2.2.2} [SpawnerCraft] (spawnercraft-1.8-2.2.2.jar)
UC Stackie{1.6.0.36} [Stackie] (stackie-1.8-1.6.0.36.jar)
UC steamadvantage{1.3.2} [Steam Advantage] (SteamAdvantage-1.3.2.jar)
UC StorageDrawers{1.8-2.1.6} [Storage Drawers] (storage-drawers-1.8-2.1.6.jar)
UC Talismans 2{2.1.2} [Talismans 2] (talismans-2-1.8-2.1.2.jar)
UC tnt_utilities{1.0.2-beta} [TNTUtils] (tnt_utilities-mc1.8-1.0.2-beta.jar)
UC Torched{5.0.0} [Torched] (torched-5.0.0.jar)
UC totemMod{1.0} [Totem Mod] (totemmod-3.0.jar)
UC unlogicii{2.1.1.0} [UnLogic II] (unlogic-ii-2.1.1.0.jar)
UC UsefullUselessness{0.0.3 - beta} [Useful Uselessness] (useful-uselessness-1.8-0.0.4.jar)
UC VeinMiner{0.26.1_build.unknown} [Vein Miner] (veinminer-0.27.0.jar)
UC VeinMinerModSupport{0.26.1_build.unknown} [Mod Support] (veinminer-0.27.0.jar)
UC shadowswoodstonearmor{1.3.1} [Shadow's Wooden And Stone Armor] (wooden-and-stone-armor-1.8-1.3.1.jar)
UC worldedit{6.1} [WorldEdit] (world-edit-1.8-6.1.jar)
UC wormsmod{1.1} [Worms Mod] (worms-1.8-1.1.0.jar)
UC zzzzzcustomconfigs{2.3.0} [ZZZZZ Custom Configs] (ZZZZZ Custom Configs-2.3.0 (1).jar)
[11:28:15] [Server thread/ERROR] [FML/]: The following problems were captured during this phase
[11:28:15] [Server thread/ERROR] [FML/]: Caught exception from Chimneys
java.lang.NoClassDefFoundError: net/minecraft/client/renderer/ItemModelMesher
at java.lang.Class.getDeclaredMethods0(Native Method) ~[?:1.8.0_31]
at java.lang.Class.privateGetDeclaredMethods(Class.java:2693) ~[?:1.8.0_31]
at java.lang.Class.getDeclaredMethods(Class.java:1967) ~[?:1.8.0_31]
at net.minecraftforge.fml.common.FMLModContainer.gatherAnnotations(FMLModContainer.java:321) ~[FMLModContainer.class:?]
at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:510) ~[FMLModContainer.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_31]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_31]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_31]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_31]
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) ~[minecraft_server.1.8.jar:?]
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) ~[minecraft_server.1.8.jar:?]
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) ~[minecraft_server.1.8.jar:?]
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) ~[minecraft_server.1.8.jar:?]
at com.google.common.eventbus.EventBus.post(EventBus.java:275) ~[minecraft_server.1.8.jar:?]
at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:212) ~[LoadController.class:?]
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:190) ~[LoadController.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_31]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_31]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_31]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_31]
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) ~[minecraft_server.1.8.jar:?]
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) ~[minecraft_server.1.8.jar:?]
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) ~[minecraft_server.1.8.jar:?]
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) ~[minecraft_server.1.8.jar:?]
at com.google.common.eventbus.EventBus.post(EventBus.java:275) ~[minecraft_server.1.8.jar:?]
at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:119) [LoadController.class:?]
at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:507) [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_31]
Caused by: java.lang.ClassNotFoundException: net.minecraft.client.renderer.ItemModelMesher
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191) ~[launchwrapper-1.12.jar:?]
at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_31]
at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_31]
... 32 more
Caused by: net.minecraftforge.fml.common.asm.ASMTransformerWrapper$TransformerException: Exception in class transformer net.minecraftforge.fml.common.asm.transformers.SideTransformer@158a3b2e from coremod FMLCorePlugin
at net.minecraftforge.fml.common.asm.ASMTransformerWrapper$TransformerWrapper.transform(ASMTransformerWrapper.java:234) ~[experimental_skyblock.jar:?]
at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:279) ~[launchwrapper-1.12.jar:?]
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:176) ~[launchwrapper-1.12.jar:?]
at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_31]
at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_31]
... 32 more
Caused by: java.lang.RuntimeException: Attempted to load class ckk for invalid side SERVER
at net.minecraftforge.fml.common.asm.transformers.SideTransformer.transform(SideTransformer.java:49) ~[experimental_skyblock.jar:?]
at net.minecraftforge.fml.common.asm.ASMTransformerWrapper$TransformerWrapper.transform(ASMTransformerWrapper.java:230) ~[experimental_skyblock.jar:?]
at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:279) ~[launchwrapper-1.12.jar:?]
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:176) ~[launchwrapper-1.12.jar:?]
at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_31]
at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_31]
... 32 more
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment