Skip to content

Instantly share code, notes, and snippets.

Created March 4, 2016 01:32
Show Gist options
  • Save anonymous/1ceb9d0e1a89e72704e1 to your computer and use it in GitHub Desktop.
Save anonymous/1ceb9d0e1a89e72704e1 to your computer and use it in GitHub Desktop.
This file has been truncated, but you can view the full file.
[20:21:28] [main/DEBUG] [FML/]: Injecting tracing printstreams for STDOUT/STDERR.
[20:21:28] [main/INFO] [FML/]: Forge Mod Loader version 11.15.1.1764 for Minecraft 1.8.9 loading
[20:21:28] [main/INFO] [FML/]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_72, running on Linux:amd64:2.6.32-042stab093.5, installed at /usr/lib/jvm/java-8-oracle/jre
[20:21:28] [main/DEBUG] [FML/]: Java classpath at launch is forge.jar
[20:21:28] [main/DEBUG] [FML/]: Java library path at launch is /usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib
[20:21:28] [main/DEBUG] [FML/]: Enabling runtime deobfuscation
[20:21:28] [main/DEBUG] [FML/]: Instantiating coremod class FMLCorePlugin
[20:21:28] [main/DEBUG] [FML/]: Added access transformer class net.minecraftforge.fml.common.asm.transformers.AccessTransformer to enqueued access transformers
[20:21:28] [main/DEBUG] [FML/]: Enqueued coremod FMLCorePlugin
[20:21:28] [main/DEBUG] [FML/]: Instantiating coremod class FMLForgePlugin
[20:21:28] [main/DEBUG] [FML/]: Enqueued coremod FMLForgePlugin
[20:21:28] [main/DEBUG] [FML/]: All fundamental core mods are successfully located
[20:21:28] [main/DEBUG] [FML/]: Attempting to load commandline specified mods, relative to /root/extreme_189/.
[20:21:28] [main/DEBUG] [FML/]: Discovering coremods
[20:21:28] [main/DEBUG] [FML/]: Examining for coremod candidacy ActuallyAdditions-1.8.9-r26.jar
[20:21:28] [main/DEBUG] [FML/]: Not found coremod data in ActuallyAdditions-1.8.9-r26.jar
[20:21:28] [main/DEBUG] [FML/]: Examining for coremod candidacy AdditionalBanners-1.1.1-1.8.9.jar
[20:21:28] [main/DEBUG] [FML/]: Not found coremod data in AdditionalBanners-1.1.1-1.8.9.jar
[20:21:28] [main/DEBUG] [FML/]: Examining for coremod candidacy alchemy-craft-1.8.9-1.3.1.jar
[20:21:28] [main/DEBUG] [FML/]: Not found coremod data in alchemy-craft-1.8.9-1.3.1.jar
[20:21:28] [main/DEBUG] [FML/]: Examining for coremod candidacy Alt-F4-1.8.9-0.0.2.8.jar
[20:21:28] [main/DEBUG] [FML/]: Not found coremod data in Alt-F4-1.8.9-0.0.2.8.jar
[20:21:28] [main/DEBUG] [FML/]: Examining for coremod candidacy anotherdusts-1.8.9-1.4.1.jar
[20:21:28] [main/DEBUG] [FML/]: Not found coremod data in anotherdusts-1.8.9-1.4.1.jar
[20:21:28] [main/DEBUG] [FML/]: Examining for coremod candidacy archimedesshipsplus-MC1.8.9-INDEV-D.jar
[20:21:28] [main/DEBUG] [FML/]: Not found coremod data in archimedesshipsplus-MC1.8.9-INDEV-D.jar
[20:21:28] [main/DEBUG] [FML/]: Examining for coremod candidacy architecture-craft-1.8.9-1.3.1.jar
[20:21:28] [main/DEBUG] [FML/]: Not found coremod data in architecture-craft-1.8.9-1.3.1.jar
[20:21:28] [main/DEBUG] [FML/]: Examining for coremod candidacy aura-cascade-1.8.9-592.jar
[20:21:28] [main/ERROR] [FML/]: Unable to read the jar file aura-cascade-1.8.9-592.jar - ignoring
java.util.zip.ZipException: error in opening zip file
at java.util.zip.ZipFile.open(Native Method) ~[?:1.8.0_72]
at java.util.zip.ZipFile.<init>(ZipFile.java:219) ~[?:1.8.0_72]
at java.util.zip.ZipFile.<init>(ZipFile.java:149) ~[?:1.8.0_72]
at java.util.jar.JarFile.<init>(JarFile.java:166) ~[?:1.8.0_72]
at java.util.jar.JarFile.<init>(JarFile.java:130) ~[?:1.8.0_72]
at net.minecraftforge.fml.relauncher.CoreModManager.discoverCoreMods(CoreModManager.java:334) [forge.jar:?]
at net.minecraftforge.fml.relauncher.CoreModManager.handleLaunch(CoreModManager.java:246) [forge.jar:?]
at net.minecraftforge.fml.relauncher.FMLLaunchHandler.setupHome(FMLLaunchHandler.java:95) [forge.jar:?]
at net.minecraftforge.fml.relauncher.FMLLaunchHandler.setupServer(FMLLaunchHandler.java:79) [forge.jar:?]
at net.minecraftforge.fml.relauncher.FMLLaunchHandler.configureForServerLaunch(FMLLaunchHandler.java:39) [forge.jar:?]
at net.minecraftforge.fml.common.launcher.FMLServerTweaker.injectIntoClassLoader(FMLServerTweaker.java:43) [forge.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_72]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_72]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_72]
at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_72]
at net.minecraftforge.fml.relauncher.ServerLaunchWrapper.run(ServerLaunchWrapper.java:43) [forge.jar:?]
at net.minecraftforge.fml.relauncher.ServerLaunchWrapper.main(ServerLaunchWrapper.java:12) [forge.jar:?]
[20:21:28] [main/DEBUG] [FML/]: Examining for coremod candidacy AutomatedRedstone-1.8.9-3.0.0.jar
[20:21:28] [main/DEBUG] [FML/]: Not found coremod data in AutomatedRedstone-1.8.9-3.0.0.jar
[20:21:28] [main/DEBUG] [FML/]: Examining for coremod candidacy AutoSapling 1.2 MC1.8.9.jar
[20:21:28] [main/DEBUG] [FML/]: Not found coremod data in AutoSapling 1.2 MC1.8.9.jar
[20:21:28] [main/DEBUG] [FML/]: Examining for coremod candidacy BaseMetals-1.7.3.jar
[20:21:28] [main/DEBUG] [FML/]: Not found coremod data in BaseMetals-1.7.3.jar
[20:21:28] [main/DEBUG] [FML/]: Examining for coremod candidacy Baubles-1.8.9-1.1.3.0.jar
[20:21:28] [main/DEBUG] [FML/]: Not found coremod data in Baubles-1.8.9-1.1.3.0.jar
[20:21:28] [main/DEBUG] [FML/]: Examining for coremod candidacy bdlib-1.10.0.23-mc1.8.9.jar
[20:21:28] [main/DEBUG] [FML/]: Not found coremod data in bdlib-1.10.0.23-mc1.8.9.jar
[20:21:28] [main/DEBUG] [FML/]: Examining for coremod candidacy better-builders-wands-1.8.9-0.5.1-83.jar
[20:21:28] [main/DEBUG] [FML/]: Not found coremod data in better-builders-wands-1.8.9-0.5.1-83.jar
[20:21:28] [main/DEBUG] [FML/]: Examining for coremod candidacy bigtrees-0.2-1.8.9.jar
[20:21:28] [main/DEBUG] [FML/]: Not found coremod data in bigtrees-0.2-1.8.9.jar
[20:21:28] [main/DEBUG] [FML/]: Examining for coremod candidacy biomes-oplenty-1.8.9-3.0.0.1926.jar
[20:21:28] [main/DEBUG] [FML/]: Not found coremod data in biomes-oplenty-1.8.9-3.0.0.1926.jar
[20:21:28] [main/DEBUG] [FML/]: Examining for coremod candidacy blood-magic-1.8.9-2.0.0-19.jar
[20:21:28] [main/DEBUG] [FML/]: Not found coremod data in blood-magic-1.8.9-2.0.0-19.jar
[20:21:28] [main/DEBUG] [FML/]: Examining for coremod candidacy Bloodmoon-MC1.8.8-1.4.jar
[20:21:28] [main/TRACE] [FML/]: Found FMLCorePluginContainsFMLMod marker in Bloodmoon-MC1.8.8-1.4.jar, it will be examined later for regular @Mod instances
[20:21:28] [main/DEBUG] [FML/]: Instantiating coremod class LoadingPlugin
[20:21:28] [main/WARN] [FML/]: The coremod lumien.bloodmoon.asm.LoadingPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[20:21:28] [main/DEBUG] [FML/]: Enqueued coremod LoadingPlugin
[20:21:28] [main/DEBUG] [FML/]: Examining for coremod candidacy BlueHex_Housing_Mod-1.8.9-0.0.1.1.jar
[20:21:28] [main/DEBUG] [FML/]: Not found coremod data in BlueHex_Housing_Mod-1.8.9-0.0.1.1.jar
[20:21:28] [main/DEBUG] [FML/]: Examining for coremod candidacy bookshelf-api-1.8.9-2.3.5.jar
[20:21:28] [main/DEBUG] [FML/]: Not found coremod data in bookshelf-api-1.8.9-2.3.5.jar
[20:21:28] [main/DEBUG] [FML/]: Examining for coremod candidacy bookshelf-library-1.8.9-1.1.1.203.jar
[20:21:28] [main/TRACE] [FML/]: Found FMLCorePluginContainsFMLMod marker in bookshelf-library-1.8.9-1.1.1.203.jar, it will be examined later for regular @Mod instances
[20:21:28] [main/DEBUG] [FML/]: Instantiating coremod class BookshelfLoadingPlugin
[20:21:28] [main/DEBUG] [FML/]: The coremod net.darkhax.bookshelf.asm.BookshelfLoadingPlugin requested minecraft version 1.8.9 and minecraft is 1.8.9. It will be loaded.
[20:21:28] [main/DEBUG] [FML/]: Enqueued coremod BookshelfLoadingPlugin
[20:21:28] [main/DEBUG] [FML/]: Examining for coremod candidacy botania-r1.8-0.6.3.jar
[20:21:28] [main/DEBUG] [FML/]: Not found coremod data in botania-r1.8-0.6.3.jar
[20:21:28] [main/DEBUG] [FML/]: Examining for coremod candidacy bucket-storage-blocks-1.8.9-1.0.1.jar
[20:21:28] [main/DEBUG] [FML/]: Not found coremod data in bucket-storage-blocks-1.8.9-1.0.1.jar
[20:21:28] [main/DEBUG] [FML/]: Examining for coremod candidacy buildersguides-1.8.9-0.2.0-alpha.jar
[20:21:28] [main/DEBUG] [FML/]: Not found coremod data in buildersguides-1.8.9-0.2.0-alpha.jar
[20:21:28] [main/DEBUG] [FML/]: Examining for coremod candidacy BuildingBricks-1.8.9-1.3.2.jar
[20:21:28] [main/DEBUG] [FML/]: Not found coremod data in BuildingBricks-1.8.9-1.3.2.jar
[20:21:28] [main/DEBUG] [FML/]: Examining for coremod candidacy Caterpillar-1.1.189b74.jar
[20:21:28] [main/DEBUG] [FML/]: Not found coremod data in Caterpillar-1.1.189b74.jar
[20:21:28] [main/DEBUG] [FML/]: Examining for coremod candidacy CCTweaks-1.8.9-0.3.0.2.jar
[20:21:28] [main/TRACE] [FML/]: Found FMLCorePluginContainsFMLMod marker in CCTweaks-1.8.9-0.3.0.2.jar, it will be examined later for regular @Mod instances
[20:21:28] [main/DEBUG] [FML/]: Instantiating coremod class TweaksLoadingPlugin
[20:21:28] [main/DEBUG] [FML/]: The coremod org.squiddev.cctweaks.core.asm.TweaksLoadingPlugin requested minecraft version 1.8.9 and minecraft is 1.8.9. It will be loaded.
[20:21:28] [main/DEBUG] [FML/]: Enqueued coremod TweaksLoadingPlugin
[20:21:28] [main/DEBUG] [FML/]: Examining for coremod candidacy CD4017BE_lib-1.8.9-3.0.0.jar
[20:21:28] [main/DEBUG] [FML/]: Not found coremod data in CD4017BE_lib-1.8.9-3.0.0.jar
[20:21:28] [main/DEBUG] [FML/]: Examining for coremod candidacy Chameleon-1.8.9-0.2.1.jar
[20:21:28] [main/DEBUG] [FML/]: Not found coremod data in Chameleon-1.8.9-0.2.1.jar
[20:21:28] [main/DEBUG] [FML/]: Examining for coremod candidacy chest-transporter-1.8.9-2.2.0.jar
[20:21:28] [main/DEBUG] [FML/]: Not found coremod data in chest-transporter-1.8.9-2.2.0.jar
[20:21:28] [main/DEBUG] [FML/]: Examining for coremod candidacy chickens-1.8.9-1.0.jar
[20:21:28] [main/DEBUG] [FML/]: Not found coremod data in chickens-1.8.9-1.0.jar
[20:21:28] [main/DEBUG] [FML/]: Examining for coremod candidacy Chisel-MC1.8.9-0.0.2.6.jar
[20:21:28] [main/DEBUG] [FML/]: Not found coremod data in Chisel-MC1.8.9-0.0.2.6.jar
[20:21:28] [main/DEBUG] [FML/]: Examining for coremod candidacy ClayWorldGen-1.0.1.jar
[20:21:28] [main/DEBUG] [FML/]: Not found coremod data in ClayWorldGen-1.0.1.jar
[20:21:28] [main/DEBUG] [FML/]: Examining for coremod candidacy colossal-chests-1.8.9-1.3.1.jar
[20:21:28] [main/DEBUG] [FML/]: Not found coremod data in colossal-chests-1.8.9-1.3.1.jar
[20:21:28] [main/DEBUG] [FML/]: Examining for coremod candidacy CompressedBlocks-2.0.2.jar
[20:21:28] [main/DEBUG] [FML/]: Not found coremod data in CompressedBlocks-2.0.2.jar
[20:21:28] [main/DEBUG] [FML/]: Examining for coremod candidacy ComputerCraft1.78.jar
[20:21:28] [main/DEBUG] [FML/]: Not found coremod data in ComputerCraft1.78.jar
[20:21:28] [main/DEBUG] [FML/]: Examining for coremod candidacy coroutil-1.8.9-1.1.4.jar
[20:21:28] [main/DEBUG] [FML/]: Not found coremod data in coroutil-1.8.9-1.1.4.jar
[20:21:28] [main/DEBUG] [FML/]: Examining for coremod candidacy craftgun-1.0.4-mc1.8.9.jar
[20:21:28] [main/DEBUG] [FML/]: Not found coremod data in craftgun-1.0.4-mc1.8.9.jar
[20:21:28] [main/DEBUG] [FML/]: Examining for coremod candidacy cyclops-core-1.8.9-0.5.1.jar
[20:21:28] [main/DEBUG] [FML/]: Not found coremod data in cyclops-core-1.8.9-0.5.1.jar
[20:21:28] [main/DEBUG] [FML/]: Examining for coremod candidacy dark-utilities-1.8.9-1.0.0.18.jar
[20:21:28] [main/DEBUG] [FML/]: Not found coremod data in dark-utilities-1.8.9-1.0.0.18.jar
[20:21:28] [main/DEBUG] [FML/]: Examining for coremod candidacy death-counter-1.8.9.jar
[20:21:28] [main/DEBUG] [FML/]: Not found coremod data in death-counter-1.8.9.jar
[20:21:28] [main/DEBUG] [FML/]: Examining for coremod candidacy deep-resonance-1.8.9-1.1.4beta7.jar
[20:21:28] [main/DEBUG] [FML/]: Not found coremod data in deep-resonance-1.8.9-1.1.4beta7.jar
[20:21:28] [main/DEBUG] [FML/]: Examining for coremod candidacy defuzz-1.2.0.jar
[20:21:28] [main/DEBUG] [FML/]: Not found coremod data in defuzz-1.2.0.jar
[20:21:28] [main/DEBUG] [FML/]: Examining for coremod candidacy dons-lightning-rod-1.8.9-2.4.0.jar
[20:21:28] [main/DEBUG] [FML/]: Not found coremod data in dons-lightning-rod-1.8.9-2.4.0.jar
[20:21:28] [main/DEBUG] [FML/]: Examining for coremod candidacy doomlike-dungeons-1.8.8-beta-1.8.9.jar
[20:21:28] [main/DEBUG] [FML/]: Not found coremod data in doomlike-dungeons-1.8.8-beta-1.8.9.jar
[20:21:28] [main/DEBUG] [FML/]: Examining for coremod candidacy Durability Show-1.8.9-2.1.2.jar
[20:21:28] [main/DEBUG] [FML/]: Not found coremod data in Durability Show-1.8.9-2.1.2.jar
[20:21:28] [main/DEBUG] [FML/]: Examining for coremod candidacy eleccore-1.8.9-1.4.234.jar
[20:21:28] [main/DEBUG] [FML/]: Not found coremod data in eleccore-1.8.9-1.4.234.jar
[20:21:28] [main/DEBUG] [FML/]: Examining for coremod candidacy ElectricAdvantage-1.1.1.jar
[20:21:28] [main/DEBUG] [FML/]: Not found coremod data in ElectricAdvantage-1.1.1.jar
[20:21:28] [main/DEBUG] [FML/]: Examining for coremod candidacy endercrop-1.0.jar
[20:21:28] [main/DEBUG] [FML/]: Not found coremod data in endercrop-1.0.jar
[20:21:28] [main/DEBUG] [FML/]: Examining for coremod candidacy EnderRift-0.10.0.jar
[20:21:28] [main/DEBUG] [FML/]: Not found coremod data in EnderRift-0.10.0.jar
[20:21:28] [main/DEBUG] [FML/]: Examining for coremod candidacy EnderTanks-1.8.9-1.2.1.jar
[20:21:28] [main/DEBUG] [FML/]: Not found coremod data in EnderTanks-1.8.9-1.2.1.jar
[20:21:28] [main/DEBUG] [FML/]: Examining for coremod candidacy enderutilities-1.8.9-0.5.0.jar
[20:21:28] [main/DEBUG] [FML/]: Not found coremod data in enderutilities-1.8.9-0.5.0.jar
[20:21:28] [main/DEBUG] [FML/]: Examining for coremod candidacy evil-craft-1.8.9-0.9.3.jar
[20:21:28] [main/DEBUG] [FML/]: Not found coremod data in evil-craft-1.8.9-0.9.3.jar
[20:21:28] [main/DEBUG] [FML/]: Examining for coremod candidacy extra-golems-1.8.9-3.0.2.jar
[20:21:28] [main/DEBUG] [FML/]: Not found coremod data in extra-golems-1.8.9-3.0.2.jar
[20:21:28] [main/DEBUG] [FML/]: Examining for coremod candidacy ezstorage-1.8.9-1.2.6.jar
[20:21:28] [main/DEBUG] [FML/]: Not found coremod data in ezstorage-1.8.9-1.2.6.jar
[20:21:28] [main/DEBUG] [FML/]: Examining for coremod candidacy Fancy Fluid Storage-1.8.9-1.4.5.7.91.jar
[20:21:28] [main/DEBUG] [FML/]: Not found coremod data in Fancy Fluid Storage-1.8.9-1.4.5.7.91.jar
[20:21:28] [main/DEBUG] [FML/]: Examining for coremod candidacy Fluxed Redstone-1.3.0.31.jar
[20:21:28] [main/TRACE] [FML/]: Found FMLCorePluginContainsFMLMod marker in Fluxed Redstone-1.3.0.31.jar, it will be examined later for regular @Mod instances
[20:21:28] [main/DEBUG] [FML/]: Instantiating coremod class CorePlugin
[20:21:28] [main/WARN] [FML/]: The coremod io.drakon.forgelinFR.CorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[20:21:28] [main/DEBUG] [FML/]: Enqueued coremod CorePlugin
[20:21:28] [main/DEBUG] [FML/]: Examining for coremod candidacy fluxed-core-1.8.9-2.0.3.jar
[20:21:28] [main/DEBUG] [FML/]: Not found coremod data in fluxed-core-1.8.9-2.0.3.jar
[20:21:28] [main/DEBUG] [FML/]: Examining for coremod candidacy fluxedsolars-1.9.jar
[20:21:28] [main/DEBUG] [FML/]: Not found coremod data in fluxedsolars-1.9.jar
[20:21:28] [main/DEBUG] [FML/]: Examining for coremod candidacy food-details-1.8.9-1.0.0.jar
[20:21:28] [main/DEBUG] [FML/]: Not found coremod data in food-details-1.8.9-1.0.0.jar
[20:21:28] [main/DEBUG] [FML/]: Examining for coremod candidacy Foundry-1.8.9-1.4.0.0.jar
[20:21:28] [main/DEBUG] [FML/]: Not found coremod data in Foundry-1.8.9-1.4.0.0.jar
[20:21:28] [main/DEBUG] [FML/]: Examining for coremod candidacy generators-0.9.19.3-mc1.8.9.jar
[20:21:28] [main/DEBUG] [FML/]: Not found coremod data in generators-0.9.19.3-mc1.8.9.jar
[20:21:28] [main/DEBUG] [FML/]: Examining for coremod candidacy geoactivity-2.2.3.jar
[20:21:28] [main/DEBUG] [FML/]: Not found coremod data in geoactivity-2.2.3.jar
[20:21:28] [main/DEBUG] [FML/]: Examining for coremod candidacy glass-shards-1.8.9-1.6.jar
[20:21:28] [main/DEBUG] [FML/]: Not found coremod data in glass-shards-1.8.9-1.6.jar
[20:21:28] [main/DEBUG] [FML/]: Examining for coremod candidacy Hammerz-1.8.9-0.1.5.18.jar
[20:21:28] [main/DEBUG] [FML/]: Not found coremod data in Hammerz-1.8.9-0.1.5.18.jar
[20:21:28] [main/DEBUG] [FML/]: Examining for coremod candidacy hopperducts-mc1.8.8-1.4.6.jar
[20:21:28] [main/TRACE] [FML/]: Found FMLCorePluginContainsFMLMod marker in hopperducts-mc1.8.8-1.4.6.jar, it will be examined later for regular @Mod instances
[20:21:28] [main/DEBUG] [FML/]: Instantiating coremod class NowWithRendering
[20:21:28] [main/WARN] [FML/]: The coremod net.fybertech.nwr.NowWithRendering does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[20:21:28] [main/DEBUG] [FML/]: Enqueued coremod NowWithRendering
[20:21:28] [main/DEBUG] [FML/]: Examining for coremod candidacy ice-shards-1.8.9-1.3.1.jar
[20:21:28] [main/DEBUG] [FML/]: Not found coremod data in ice-shards-1.8.9-1.3.1.jar
[20:21:28] [main/DEBUG] [FML/]: Examining for coremod candidacy immcraft-1.1.0.jar
[20:21:28] [main/DEBUG] [FML/]: Not found coremod data in immcraft-1.1.0.jar
[20:21:28] [main/DEBUG] [FML/]: Examining for coremod candidacy IronBackpacks-1.8.9-2.0.5.jar
[20:21:28] [main/DEBUG] [FML/]: Not found coremod data in IronBackpacks-1.8.9-2.0.5.jar
[20:21:28] [main/DEBUG] [FML/]: Examining for coremod candidacy ironchest-1.8.9-6.0.125.770.jar
[20:21:28] [main/DEBUG] [FML/]: Not found coremod data in ironchest-1.8.9-6.0.125.770.jar
[20:21:28] [main/DEBUG] [FML/]: Examining for coremod candidacy ItemFinder-1.8.9-1.0.jar
[20:21:28] [main/DEBUG] [FML/]: Not found coremod data in ItemFinder-1.8.9-1.0.jar
[20:21:28] [main/DEBUG] [FML/]: Examining for coremod candidacy JACB-1.8.9-1.0.6.jar
[20:21:28] [main/DEBUG] [FML/]: Not found coremod data in JACB-1.8.9-1.0.6.jar
[20:21:28] [main/DEBUG] [FML/]: Examining for coremod candidacy jei_1.8.9-2.28.6.173.jar
[20:21:28] [main/DEBUG] [FML/]: Not found coremod data in jei_1.8.9-2.28.6.173.jar
[20:21:28] [main/DEBUG] [FML/]: Examining for coremod candidacy jorrscraft-1.8.9-0.2.1.jar
[20:21:28] [main/DEBUG] [FML/]: Not found coremod data in jorrscraft-1.8.9-0.2.1.jar
[20:21:28] [main/DEBUG] [FML/]: Examining for coremod candidacy just-enough-calculation-1.8.9-0.3.1.jar
[20:21:28] [main/DEBUG] [FML/]: Not found coremod data in just-enough-calculation-1.8.9-0.3.1.jar
[20:21:28] [main/DEBUG] [FML/]: Examining for coremod candidacy just-enough-tooltips-1.8.9-1.1.24.jar
[20:21:28] [main/DEBUG] [FML/]: Mod just-enough-tooltips-1.8.9-1.1.24.jar has ModSide meta-inf value CLIENT, and we're SERVER. It will be ignored
[20:21:28] [main/DEBUG] [FML/]: Examining for coremod candidacy KnightPeripherals-1.8.9-2.2.jar
[20:21:28] [main/DEBUG] [FML/]: Not found coremod data in KnightPeripherals-1.8.9-2.2.jar
[20:21:28] [main/DEBUG] [FML/]: Examining for coremod candidacy lootable-bodies-1.8.9-1.4.1.jar
[20:21:28] [main/DEBUG] [FML/]: Not found coremod data in lootable-bodies-1.8.9-1.4.1.jar
[20:21:28] [main/DEBUG] [FML/]: Examining for coremod candidacy lunatrius-core-1.8.9-1.1.2.32.jar
[20:21:28] [main/DEBUG] [FML/]: Not found coremod data in lunatrius-core-1.8.9-1.1.2.32.jar
[20:21:28] [main/DEBUG] [FML/]: Examining for coremod candidacy malisisadvert-1.8.9-2.0.0.jar
[20:21:28] [main/DEBUG] [FML/]: Not found coremod data in malisisadvert-1.8.9-2.0.0.jar
[20:21:28] [main/DEBUG] [FML/]: Examining for coremod candidacy malisisblocks-1.8-2.0.0.jar
[20:21:28] [main/DEBUG] [FML/]: Not found coremod data in malisisblocks-1.8-2.0.0.jar
[20:21:28] [main/DEBUG] [FML/]: Examining for coremod candidacy malisiscore-1.8.9-2.0.3.jar
[20:21:28] [main/TRACE] [FML/]: Found FMLCorePluginContainsFMLMod marker in malisiscore-1.8.9-2.0.3.jar, it will be examined later for regular @Mod instances
[20:21:28] [main/DEBUG] [FML/]: Instantiating coremod class MalisisCorePlugin
[20:21:28] [main/WARN] [FML/]: The coremod net.malisis.core.asm.MalisisCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[20:21:28] [main/DEBUG] [FML/]: Added access transformer class net.malisis.core.asm.MalisisCoreAccessTransformer to enqueued access transformers
[20:21:28] [main/DEBUG] [FML/]: Enqueued coremod MalisisCorePlugin
[20:21:28] [main/DEBUG] [FML/]: Examining for coremod candidacy malisisdoors-1.8.9-3.0.1.jar
[20:21:28] [main/DEBUG] [FML/]: Not found coremod data in malisisdoors-1.8.9-3.0.1.jar
[20:21:28] [main/DEBUG] [FML/]: Examining for coremod candidacy malisisswitches-1.8.9-1.0.0.jar
[20:21:28] [main/DEBUG] [FML/]: Not found coremod data in malisisswitches-1.8.9-1.0.0.jar
[20:21:28] [main/DEBUG] [FML/]: Examining for coremod candidacy Mantle-1.8.9-0.8.2.jar
[20:21:28] [main/DEBUG] [FML/]: Not found coremod data in Mantle-1.8.9-0.8.2.jar
[20:21:28] [main/DEBUG] [FML/]: Examining for coremod candidacy mattdahepic-core-1.8.9-1.1.1.jar
[20:21:28] [main/TRACE] [FML/]: Found FMLCorePluginContainsFMLMod marker in mattdahepic-core-1.8.9-1.1.1.jar, it will be examined later for regular @Mod instances
[20:21:28] [main/DEBUG] [FML/]: Instantiating coremod class MDECoreMod
[20:21:28] [main/TRACE] [FML/]: coremod named MDECore-Core is loading
[20:21:28] [main/WARN] [FML/]: The coremod com.mattdahepic.mdecore.asm.MDECoreMod does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[20:21:28] [main/DEBUG] [FML/]: Enqueued coremod MDECore-Core
[20:21:28] [main/DEBUG] [FML/]: Examining for coremod candidacy mcjtylib-1.8.9-1.8.1beta.jar
[20:21:28] [main/DEBUG] [FML/]: Not found coremod data in mcjtylib-1.8.9-1.8.1beta.jar
[20:21:28] [main/DEBUG] [FML/]: Examining for coremod candidacy MCMultiPart-1.0.7-universal.jar
[20:21:28] [main/DEBUG] [FML/]: Not found coremod data in MCMultiPart-1.0.7-universal.jar
[20:21:28] [main/DEBUG] [FML/]: Examining for coremod candidacy minecalc-1.8.8-2.4.2.jar
[20:21:28] [main/DEBUG] [FML/]: Not found coremod data in minecalc-1.8.8-2.4.2.jar
[20:21:28] [main/DEBUG] [FML/]: Examining for coremod candidacy mineralogy-1.8.9-1.6.0.jar
[20:21:28] [main/DEBUG] [FML/]: Not found coremod data in mineralogy-1.8.9-1.6.0.jar
[20:21:28] [main/DEBUG] [FML/]: Examining for coremod candidacy missingPieces-1.8.9-1.4.0.jar
[20:21:28] [main/DEBUG] [FML/]: Not found coremod data in missingPieces-1.8.9-1.4.0.jar
[20:21:28] [main/DEBUG] [FML/]: Examining for coremod candidacy moar-signs-1.8.9-2.0.4.jar
[20:21:28] [main/DEBUG] [FML/]: Not found coremod data in moar-signs-1.8.9-2.0.4.jar
[20:21:28] [main/DEBUG] [FML/]: Examining for coremod candidacy modular-tools-1.0.1.jar
[20:21:28] [main/DEBUG] [FML/]: Not found coremod data in modular-tools-1.0.1.jar
[20:21:28] [main/DEBUG] [FML/]: Examining for coremod candidacy ModularPowersuits-1.8.9-0.0.1-1.jar
[20:21:28] [main/DEBUG] [FML/]: Not found coremod data in ModularPowersuits-1.8.9-0.0.1-1.jar
[20:21:28] [main/DEBUG] [FML/]: Examining for coremod candidacy more-shearables-1.8.9-1.0.jar
[20:21:28] [main/DEBUG] [FML/]: Not found coremod data in more-shearables-1.8.9-1.0.jar
[20:21:28] [main/DEBUG] [FML/]: Examining for coremod candidacy morpheus-1.8.9-2.0.58.jar
[20:21:28] [main/DEBUG] [FML/]: Not found coremod data in morpheus-1.8.9-2.0.58.jar
[20:21:28] [main/DEBUG] [FML/]: Examining for coremod candidacy mounted-pearl-1.8.9-1.0.0.jar
[20:21:28] [main/DEBUG] [FML/]: Not found coremod data in mounted-pearl-1.8.9-1.0.0.jar
[20:21:28] [main/DEBUG] [FML/]: Examining for coremod candidacy movingworld-MC1.8.9-INDEV-E-full.jar
[20:21:28] [main/INFO] [FML/]: Loading tweaker org.spongepowered.asm.launch.MixinTweaker from movingworld-MC1.8.9-INDEV-E-full.jar
[20:21:28] [main/DEBUG] [FML/]: Examining for coremod candidacy mr-fusion-1.8.9-0.1.005.jar
[20:21:28] [main/DEBUG] [FML/]: Not found coremod data in mr-fusion-1.8.9-0.1.005.jar
[20:21:28] [main/DEBUG] [FML/]: Examining for coremod candidacy MrCrayfishFurntiureModv3.6.1(1.8.9).jar
[20:21:28] [main/DEBUG] [FML/]: Not found coremod data in MrCrayfishFurntiureModv3.6.1(1.8.9).jar
[20:21:28] [main/DEBUG] [FML/]: Examining for coremod candidacy mystical-crops-1.8.9-1.3prerelease.jar
[20:21:28] [main/DEBUG] [FML/]: Not found coremod data in mystical-crops-1.8.9-1.3prerelease.jar
[20:21:28] [main/DEBUG] [FML/]: Examining for coremod candidacy neotech-1.8.9-2.4.0a.jar
[20:21:28] [main/DEBUG] [FML/]: Not found coremod data in neotech-1.8.9-2.4.0a.jar
[20:21:28] [main/DEBUG] [FML/]: Examining for coremod candidacy nether-essence-4.0.1.1.jar
[20:21:28] [main/DEBUG] [FML/]: Not found coremod data in nether-essence-4.0.1.1.jar
[20:21:28] [main/DEBUG] [FML/]: Examining for coremod candidacy netherportalfix-mc1.8.9-2.1.6.jar
[20:21:28] [main/DEBUG] [FML/]: Not found coremod data in netherportalfix-mc1.8.9-2.1.6.jar
[20:21:28] [main/DEBUG] [FML/]: Examining for coremod candidacy no-mobs-spawning-on-trees-1.8.9-1.1.1.jar
[20:21:28] [main/DEBUG] [FML/]: Not found coremod data in no-mobs-spawning-on-trees-1.8.9-1.1.1.jar
[20:21:28] [main/DEBUG] [FML/]: Examining for coremod candidacy ocean-floor-1.8.9-1.0.0.jar
[20:21:28] [main/DEBUG] [FML/]: Not found coremod data in ocean-floor-1.8.9-1.0.0.jar
[20:21:28] [main/DEBUG] [FML/]: Examining for coremod candidacy OpenComputers-MC1.8.9-1.5.22.6.jar
[20:21:28] [main/TRACE] [FML/]: Found FMLCorePluginContainsFMLMod marker in OpenComputers-MC1.8.9-1.5.22.6.jar, it will be examined later for regular @Mod instances
[20:21:28] [main/DEBUG] [FML/]: Instantiating coremod class TransformerLoader
[20:21:28] [main/DEBUG] [FML/]: The coremod li.cil.oc.common.launch.TransformerLoader requested minecraft version 1.8.9 and minecraft is 1.8.9. It will be loaded.
[20:21:28] [main/DEBUG] [FML/]: Enqueued coremod TransformerLoader
[20:21:28] [main/DEBUG] [FML/]: Examining for coremod candidacy OreDictionaryConverter-1.7.2.jar
[20:21:28] [main/DEBUG] [FML/]: Not found coremod data in OreDictionaryConverter-1.7.2.jar
[20:21:28] [main/DEBUG] [FML/]: Examining for coremod candidacy parachutemod-ng-1.8.9-1.2.2-341.jar
[20:21:28] [main/DEBUG] [FML/]: Not found coremod data in parachutemod-ng-1.8.9-1.2.2-341.jar
[20:21:28] [main/DEBUG] [FML/]: Examining for coremod candidacy PneumaticCompressing-1.0.7.jar
[20:21:28] [main/DEBUG] [FML/]: Not found coremod data in PneumaticCompressing-1.0.7.jar
[20:21:28] [main/DEBUG] [FML/]: Examining for coremod candidacy PneumaticCraft-1.8.9-1.13.7-11-universal.jar
[20:21:28] [main/DEBUG] [FML/]: Not found coremod data in PneumaticCraft-1.8.9-1.13.7-11-universal.jar
[20:21:28] [main/DEBUG] [FML/]: Examining for coremod candidacy portable-crafting-1.8.9-1.0.jar
[20:21:28] [main/DEBUG] [FML/]: Not found coremod data in portable-crafting-1.8.9-1.0.jar
[20:21:28] [main/DEBUG] [FML/]: Examining for coremod candidacy PowerAdvantage-1.5.2.jar
[20:21:28] [main/DEBUG] [FML/]: Not found coremod data in PowerAdvantage-1.5.2.jar
[20:21:28] [main/DEBUG] [FML/]: Examining for coremod candidacy pressure-1.3.0.13-mc1.8.9.jar
[20:21:28] [main/DEBUG] [FML/]: Not found coremod data in pressure-1.3.0.13-mc1.8.9.jar
[20:21:28] [main/DEBUG] [FML/]: Examining for coremod candidacy ProgressiveAutomation-1.8.9-1.6.35.jar
[20:21:28] [main/DEBUG] [FML/]: Not found coremod data in ProgressiveAutomation-1.8.9-1.6.35.jar
[20:21:28] [main/DEBUG] [FML/]: Examining for coremod candidacy projecte-1.8.9-PE1.1.4.jar
[20:21:28] [main/DEBUG] [FML/]: Not found coremod data in projecte-1.8.9-PE1.1.4.jar
[20:21:28] [main/DEBUG] [FML/]: Examining for coremod candidacy psi-beta-19.jar
[20:21:28] [main/DEBUG] [FML/]: Not found coremod data in psi-beta-19.jar
[20:21:28] [main/DEBUG] [FML/]: Examining for coremod candidacy QuantumStorage-1.8.9-2.0.3.jar
[20:21:28] [main/DEBUG] [FML/]: Not found coremod data in QuantumStorage-1.8.9-2.0.3.jar
[20:21:28] [main/DEBUG] [FML/]: Examining for coremod candidacy rabbits-breed-like-rabbits-2.0.1.5.jar
[20:21:28] [main/DEBUG] [FML/]: Not found coremod data in rabbits-breed-like-rabbits-2.0.1.5.jar
[20:21:28] [main/DEBUG] [FML/]: Examining for coremod candidacy rarmor-0.3.2.jar
[20:21:28] [main/DEBUG] [FML/]: Not found coremod data in rarmor-0.3.2.jar
[20:21:28] [main/DEBUG] [FML/]: Examining for coremod candidacy ray-tracing-library-1.8.9-0.0.1.jar
[20:21:28] [main/DEBUG] [FML/]: Not found coremod data in ray-tracing-library-1.8.9-0.0.1.jar
[20:21:28] [main/DEBUG] [FML/]: Examining for coremod candidacy realistic-terrain-generation-1.8.9-0.0.2.jar
[20:21:28] [main/DEBUG] [FML/]: Not found coremod data in realistic-terrain-generation-1.8.9-0.0.2.jar
[20:21:28] [main/DEBUG] [FML/]: Examining for coremod candidacy RebornCore-1.8.9-1.4.3.20-universal.jar
[20:21:28] [main/DEBUG] [FML/]: Not found coremod data in RebornCore-1.8.9-1.4.3.20-universal.jar
[20:21:28] [main/DEBUG] [FML/]: Examining for coremod candidacy redstone-paste-1.8.9-1.7.2.jar
[20:21:28] [main/TRACE] [FML/]: Found FMLCorePluginContainsFMLMod marker in redstone-paste-1.8.9-1.7.2.jar, it will be examined later for regular @Mod instances
[20:21:28] [main/DEBUG] [FML/]: Instantiating coremod class NowWithRendering
[20:21:28] [main/WARN] [FML/]: The coremod net.fybertech.nwr.NowWithRendering does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[20:21:28] [main/DEBUG] [FML/]: Enqueued coremod NowWithRendering
[20:21:28] [main/DEBUG] [FML/]: Examining for coremod candidacy reliquary-1.3.0.190.jar
[20:21:28] [main/DEBUG] [FML/]: Not found coremod data in reliquary-1.3.0.190.jar
[20:21:28] [main/DEBUG] [FML/]: Examining for coremod candidacy reptilemod-1.8.9-3.2.1-40.jar
[20:21:28] [main/DEBUG] [FML/]: Not found coremod data in reptilemod-1.8.9-3.2.1-40.jar
[20:21:28] [main/DEBUG] [FML/]: Examining for coremod candidacy rftools-1.8.9-4.22beta28.jar
[20:21:28] [main/DEBUG] [FML/]: Not found coremod data in rftools-1.8.9-4.22beta28.jar
[20:21:28] [main/DEBUG] [FML/]: Examining for coremod candidacy rightclicktorch-1.8.9-1.0.2.jar
[20:21:28] [main/DEBUG] [FML/]: Not found coremod data in rightclicktorch-1.8.9-1.0.2.jar
[20:21:28] [main/DEBUG] [FML/]: Examining for coremod candidacy RopeBridge-v1.3-mc1.8.8.jar
[20:21:28] [main/DEBUG] [FML/]: Not found coremod data in RopeBridge-v1.3-mc1.8.8.jar
[20:21:28] [main/DEBUG] [FML/]: Examining for coremod candidacy router-reborn-1.8.9-0.0.12b.jar
[20:21:28] [main/DEBUG] [FML/]: Not found coremod data in router-reborn-1.8.9-0.0.12b.jar
[20:21:28] [main/DEBUG] [FML/]: Examining for coremod candidacy schematica-1.8.9-1.7.7.143.jar
[20:21:28] [main/DEBUG] [FML/]: Not found coremod data in schematica-1.8.9-1.7.7.143.jar
[20:21:28] [main/DEBUG] [FML/]: Examining for coremod candidacy sciapi-1.8.9-1.2.0.1.jar
[20:21:28] [main/DEBUG] [FML/]: Not found coremod data in sciapi-1.8.9-1.2.0.1.jar
[20:21:28] [main/DEBUG] [FML/]: Examining for coremod candidacy SGCraft-1.10.1-mc1.8.9.jar
[20:21:28] [main/DEBUG] [FML/]: Not found coremod data in SGCraft-1.10.1-mc1.8.9.jar
[20:21:28] [main/DEBUG] [FML/]: Examining for coremod candidacy ShetiPhianCore-1.8.9-3.1.0.jar
[20:21:28] [main/DEBUG] [FML/]: Not found coremod data in ShetiPhianCore-1.8.9-3.1.0.jar
[20:21:28] [main/DEBUG] [FML/]: Examining for coremod candidacy SimilsaxTranstructors-1.8.8.16.jar
[20:21:28] [main/DEBUG] [FML/]: Not found coremod data in SimilsaxTranstructors-1.8.8.16.jar
[20:21:28] [main/DEBUG] [FML/]: Examining for coremod candidacy simplefluidtanks-1.8.9-1.3.0.4.jar
[20:21:28] [main/DEBUG] [FML/]: Not found coremod data in simplefluidtanks-1.8.9-1.3.0.4.jar
[20:21:28] [main/DEBUG] [FML/]: Examining for coremod candidacy simplelables-1.8.9-0.0.4.jar
[20:21:28] [main/DEBUG] [FML/]: Not found coremod data in simplelables-1.8.9-0.0.4.jar
[20:21:28] [main/DEBUG] [FML/]: Examining for coremod candidacy slashblade-1.8.9-r5a.jar
[20:21:28] [main/DEBUG] [FML/]: Not found coremod data in slashblade-1.8.9-r5a.jar
[20:21:28] [main/DEBUG] [FML/]: Examining for coremod candidacy SteamAdvantage-1.5.2.jar
[20:21:28] [main/DEBUG] [FML/]: Not found coremod data in SteamAdvantage-1.5.2.jar
[20:21:28] [main/DEBUG] [FML/]: Examining for coremod candidacy stellar-sky-1.8.9-0.2.1.0.jar
[20:21:28] [main/DEBUG] [FML/]: Not found coremod data in stellar-sky-1.8.9-0.2.1.0.jar
[20:21:28] [main/DEBUG] [FML/]: Examining for coremod candidacy storage-drawers-1.8.9-2.4.3.jar
[20:21:28] [main/DEBUG] [FML/]: Not found coremod data in storage-drawers-1.8.9-2.4.3.jar
[20:21:28] [main/DEBUG] [FML/]: Examining for coremod candidacy StorageNetwork-1.8.9-1.7.3.jar
[20:21:28] [main/DEBUG] [FML/]: Not found coremod data in StorageNetwork-1.8.9-1.7.3.jar
[20:21:28] [main/DEBUG] [FML/]: Examining for coremod candidacy StructuredCrafting-1.8.9-0.1.2.jar
[20:21:28] [main/DEBUG] [FML/]: Not found coremod data in StructuredCrafting-1.8.9-0.1.2.jar
[20:21:28] [main/DEBUG] [FML/]: Examining for coremod candidacy Substratum-1.8.9-1.1.0.1.jar
[20:21:28] [main/DEBUG] [FML/]: Not found coremod data in Substratum-1.8.9-1.1.0.1.jar
[20:21:28] [main/DEBUG] [FML/]: Examining for coremod candidacy super-multi-drills-1.8.9-1.3.0.jar
[20:21:28] [main/DEBUG] [FML/]: Not found coremod data in super-multi-drills-1.8.9-1.3.0.jar
[20:21:28] [main/DEBUG] [FML/]: Examining for coremod candidacy TConstruct-1.8.9-2.1.0.jar
[20:21:28] [main/DEBUG] [FML/]: Not found coremod data in TConstruct-1.8.9-2.1.0.jar
[20:21:28] [main/DEBUG] [FML/]: Examining for coremod candidacy TechReborn-1.8.9-0.7.11.61-universal.jar
[20:21:28] [main/DEBUG] [FML/]: Not found coremod data in TechReborn-1.8.9-0.7.11.61-universal.jar
[20:21:28] [main/DEBUG] [FML/]: Examining for coremod candidacy techstacks-heavy-machinery-1.8.9-1.1.jar
[20:21:28] [main/DEBUG] [FML/]: Not found coremod data in techstacks-heavy-machinery-1.8.9-1.1.jar
[20:21:28] [main/DEBUG] [FML/]: Examining for coremod candidacy thaumcraft-1.8.9-5.1.6.jar
[20:21:28] [main/TRACE] [FML/]: Found FMLCorePluginContainsFMLMod marker in thaumcraft-1.8.9-5.1.6.jar, it will be examined later for regular @Mod instances
[20:21:28] [main/DEBUG] [FML/]: Instantiating coremod class ThaumcraftLoader
[20:21:30] [main/WARN] [FML/]: The coremod thaumcraft.loader.ThaumcraftLoader does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[20:21:30] [main/DEBUG] [FML/]: Enqueued coremod ThaumcraftLoader
[20:21:30] [main/DEBUG] [FML/]: Examining for coremod candidacy thaumic-infusion-1.8.9-4.82.jar
[20:21:30] [main/TRACE] [FML/]: Found FMLCorePluginContainsFMLMod marker in thaumic-infusion-1.8.9-4.82.jar, it will be examined later for regular @Mod instances
[20:21:30] [main/DEBUG] [FML/]: Instantiating coremod class ThaumicInfusionPlugin
[20:21:30] [main/TRACE] [FML/]: coremod named thaumicinfusion is loading
[20:21:30] [main/DEBUG] [FML/]: The coremod drunkmafia.thaumicinfusion.common.asm.ThaumicInfusionPlugin requested minecraft version 1.8.9 and minecraft is 1.8.9. It will be loaded.
[20:21:30] [main/INFO] [TI Transformer/]: Thaumic Infusion has detected an Obfuscated environment!
[20:21:30] [main/DEBUG] [FML/]: Enqueued coremod thaumicinfusion
[20:21:30] [main/DEBUG] [FML/]: Examining for coremod candidacy TIS-3D-MC1.8.9-0.8.3.13.jar
[20:21:30] [main/DEBUG] [FML/]: Not found coremod data in TIS-3D-MC1.8.9-0.8.3.13.jar
[20:21:30] [main/DEBUG] [FML/]: Examining for coremod candidacy tomtom-1.8.9-b14.jar
[20:21:30] [main/DEBUG] [FML/]: Not found coremod data in tomtom-1.8.9-b14.jar
[20:21:30] [main/DEBUG] [FML/]: Examining for coremod candidacy tools-on-the-go-1.8.9-1.2.1.jar
[20:21:30] [main/DEBUG] [FML/]: Not found coremod data in tools-on-the-go-1.8.9-1.2.1.jar
[20:21:30] [main/DEBUG] [FML/]: Examining for coremod candidacy totemic-1.8.9-0.6.5a.jar
[20:21:30] [main/INFO] [FML/]: Loading tweaker totemic_commons.shade.javacheck.Java8Checker from totemic-1.8.9-0.6.5a.jar
[20:21:30] [main/DEBUG] [FML/]: Examining for coremod candidacy Trashcans-1.8.9-1.0.1.jar
[20:21:30] [main/DEBUG] [FML/]: Not found coremod data in Trashcans-1.8.9-1.0.1.jar
[20:21:30] [main/DEBUG] [FML/]: Examining for coremod candidacy ultimate_unicorn_mod-1.8.9-1.4.3.jar
[20:21:30] [main/DEBUG] [FML/]: Not found coremod data in ultimate_unicorn_mod-1.8.9-1.4.3.jar
[20:21:30] [main/DEBUG] [FML/]: Examining for coremod candidacy underphangables-1.8.9-1.0.1.jar
[20:21:30] [main/DEBUG] [FML/]: Not found coremod data in underphangables-1.8.9-1.0.1.jar
[20:21:30] [main/DEBUG] [FML/]: Examining for coremod candidacy UnLogicII-4.2.1.50.jar
[20:21:30] [main/DEBUG] [FML/]: Not found coremod data in UnLogicII-4.2.1.50.jar
[20:21:30] [main/DEBUG] [FML/]: Examining for coremod candidacy veinminer-0.31.4.jar
[20:21:30] [main/DEBUG] [FML/]: Not found coremod data in veinminer-0.31.4.jar
[20:21:30] [main/DEBUG] [FML/]: Examining for coremod candidacy WCIES-1.8.9-1.jar
[20:21:30] [main/DEBUG] [FML/]: Not found coremod data in WCIES-1.8.9-1.jar
[20:21:30] [main/DEBUG] [FML/]: Examining for coremod candidacy weather-storms-and-tornadoes-1.8.9-2.3.11.jar
[20:21:30] [main/DEBUG] [FML/]: Not found coremod data in weather-storms-and-tornadoes-1.8.9-2.3.11.jar
[20:21:30] [main/DEBUG] [FML/]: Examining for coremod candidacy WIT-1.8.9-1.0.7-19.jar
[20:21:30] [main/DEBUG] [FML/]: Mod WIT-1.8.9-1.0.7-19.jar has ModSide meta-inf value CLIENT, and we're SERVER. It will be ignored
[20:21:30] [main/DEBUG] [FML/]: Examining for coremod candidacy wonderful-wands-1.8.9-1.8.0.jar
[20:21:30] [main/DEBUG] [FML/]: Not found coremod data in wonderful-wands-1.8.9-1.8.0.jar
[20:21:30] [main/DEBUG] [FML/]: Examining for coremod candidacy world-edit-1.8.9-6.1.1.jar
[20:21:30] [main/DEBUG] [FML/]: Not found coremod data in world-edit-1.8.9-6.1.1.jar
[20:21:30] [main/INFO] [LaunchWrapper/]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[20:21:30] [main/INFO] [LaunchWrapper/]: Loading tweak class name org.spongepowered.asm.launch.MixinTweaker
[20:21:30] [main/INFO] [mixin/]: SpongePowered MIXIN Subsystem Version=0.5.3 Source=file:/root/extreme_189/mods/movingworld-MC1.8.9-INDEV-E-full.jar Env=SERVER
[20:21:30] [main/DEBUG] [mixin/]: Adding new mixin transformer proxy #1
[20:21:30] [main/DEBUG] [mixin/]: Adding mixin launch agents for container file:/root/extreme_189/mods/movingworld-MC1.8.9-INDEV-E-full.jar
[20:21:30] [main/DEBUG] [FML/]: Instantiating coremod class MovingWorldCoreMod
[20:21:30] [main/DEBUG] [FML/]: The coremod darkevilmac.movingworld.common.asm.coremod.MovingWorldCoreMod requested minecraft version 1.8.9 and minecraft is 1.8.9. It will be loaded.
[20:21:30] [main/INFO] [mixin/]: Compatibility level set to JAVA_7
[20:21:30] [main/DEBUG] [FML/]: Added access transformer class darkevilmac.movingworld.common.asm.coremod.MovingWorldAccessTransformer to enqueued access transformers
[20:21:30] [main/DEBUG] [FML/]: Enqueued coremod MovingWorldCoreMod
[20:21:30] [main/INFO] [LaunchWrapper/]: Loading tweak class name totemic_commons.shade.javacheck.Java8Checker
[20:21:30] [main/INFO] [LaunchWrapper/]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
[20:21:30] [main/INFO] [LaunchWrapper/]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[20:21:30] [main/INFO] [LaunchWrapper/]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[20:21:30] [main/INFO] [LaunchWrapper/]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[20:21:30] [main/DEBUG] [FML/]: Injecting coremod FMLCorePlugin {net.minecraftforge.fml.relauncher.FMLCorePlugin} class transformers
[20:21:30] [main/TRACE] [FML/]: Registering transformer net.minecraftforge.fml.common.asm.transformers.BlamingTransformer
[20:21:30] [main/DEBUG] [mixin/]: Preparing mixins for MixinEnvironment[PREINIT]
[20:21:30] [main/TRACE] [FML/]: Registering transformer net.minecraftforge.fml.common.asm.transformers.SideTransformer
[20:21:30] [main/TRACE] [FML/]: Registering transformer net.minecraftforge.fml.common.asm.transformers.EventSubscriptionTransformer
[20:21:30] [main/TRACE] [FML/]: Registering transformer net.minecraftforge.fml.common.asm.transformers.EventSubscriberTransformer
[20:21:30] [main/DEBUG] [FML/]: Injection complete
[20:21:30] [main/DEBUG] [FML/]: Running coremod plugin for FMLCorePlugin {net.minecraftforge.fml.relauncher.FMLCorePlugin}
[20:21:30] [main/DEBUG] [FML/]: Running coremod plugin FMLCorePlugin
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockReed.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.block.statemap.StateMap.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.network.play.server.S3FPacketCustomPayload.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.server.integrated.IntegratedServer$3.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.block.model.FaceBakery$1.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.nbt.NBTSizeTracker.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.StructureNetherBridgePieces$NetherStalkRoom.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.network.NetHandlerHandshakeMemory.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockTripWireHook.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.command.CommandFill.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.biome.BiomeColorHelper$ColorResolver.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.server.management.PlayerManager$PlayerInstance.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.biome.BiomeColorHelper$1.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.settings.GameSettings$Options.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.block.model.ItemCameraTransforms$Deserializer.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.feature.WorldGenSavannaTree.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.entity.RenderItem$5.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.tileentity.TileEntityChest.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.inventory.ContainerBeacon$BeaconSlot.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.StructureVillagePieces$Field1.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.storage.WorldInfo$8.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.entity.monster.EntityMagmaCube.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.tileentity.TileEntitySign.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.entity.item.EntityItemFrame.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.vertex.VertexFormatElement.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.util.ChatComponentStyle.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.server.network.NetHandlerLoginServer$2.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.biome.BiomeGenBase$Height.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.EntityRenderer$2.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.command.PlayerSelector$8.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.entity.Entity$4.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.entity.RenderEntityItem.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.gui.GuiScreen.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.multiplayer.GuiConnecting$1.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockIce.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockSlab$EnumBlockHalf.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.item.Item$17.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.settings.GameSettings$1.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.SpawnerAnimals.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockSapling$1.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.WorldServerMulti$1.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.audio.SoundManager.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.creativetab.CreativeTabs$6.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.block.model.ModelBlockDefinition$Deserializer.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.init.Bootstrap$11.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.entity.RenderItem$7.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.item.Item$8.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.StructureStrongholdPieces$1.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.biome.BiomeGenSwamp.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.Minecraft$12.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.command.PlayerSelector$7.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.entity.player.EntityPlayer.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.network.OldServerPinger$2$1.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.init.Bootstrap$12.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.block.model.ModelBlockDefinition$MissingVariantException.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.server.dedicated.DedicatedServer$1.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.network.ServerStatusResponse$Serializer.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.init.Bootstrap.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.WorldProvider.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.Minecraft$13.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.entity.monster.EntityEnderman$1.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.layer.GenLayer$2.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.creativetab.CreativeTabs$4.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.feature.WorldGenBigMushroom.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.init.Bootstrap$10.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.server.gui.MinecraftServerGui.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.item.Item$16.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.block.model.ModelBlockDefinition$Variant$Deserializer.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.block.model.BakedQuad.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.command.PlayerSelector$5.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.command.PlayerSelector$1.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockTallGrass.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.chunk.storage.AnvilSaveHandler.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockStem.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.crash.CrashReport.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.feature.WorldGenBigTree$FoliageCoordinates.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.Block$2.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.inventory.ContainerRepair$2.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.item.ItemStack.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockSapling.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.state.BlockPistonStructureHelper.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.LoadingScreenRenderer.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.entity.Entity$3.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.StructureNetherBridgePieces$Stairs.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.tileentity.TileEntity$3.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.StructureStrongholdPieces$Crossing.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.server.management.PlayerManager.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.StructureStrongholdPieces$Stronghold$Door.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.inventory.Container.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockFarmland$1.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.Minecraft$8.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.StructureStrongholdPieces$PieceWeight.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.block.model.ModelBlockDefinition$Variant.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.StructureVillagePieces$House4Garden.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockDoor.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.entity.passive.EntityVillager$EmeraldForItems.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.crash.CrashReportCategory$2.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.server.management.ServerConfigurationManager$1.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.StructureVillagePieces$House3.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.network.NetHandlerPlayServer$1.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.StructureNetherBridgePieces$Throne.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.entity.RenderItem$4.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.chunk.Chunk$3.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.nbt.NBTSizeTracker$1.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.crash.CrashReportCategory$Entry.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.WorldRenderer.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockStairs$EnumHalf.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.server.dedicated.ServerHangWatchdog.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.storage.WorldInfo$3.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.resources.SimpleReloadableResourceManager.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.state.BlockState$1.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockStem$1.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.entity.monster.EntitySlime$AISlimeFaceRandom.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockDoublePlant$EnumPlantType.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.entity.player.EntityPlayer$EnumChatVisibility.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.network.NetHandlerPlayClient$4.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.biome.BiomeGenJungle.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockTallGrass$EnumType.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.enchantment.EnchantmentHelper$IModifier.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.EntityRenderer$1.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.feature.WorldGenBigTree.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.StructureStrongholdPieces$PortalRoom.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.resources.model.ModelRotation.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.gui.GuiCreateWorld.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.storage.WorldInfo$7.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.item.ItemDye.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.entity.Entity$2.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.ClientBrandRetriever.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.storage.SaveHandler.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.creativetab.CreativeTabs$5.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.item.crafting.ShapelessRecipes.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.entity.item.EntityItem.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.stats.StatList.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockTorch.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.util.BlockPos$MutableBlockPos.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.Minecraft$15.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.feature.WorldGenTaiga2.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.model.TexturedQuad.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.MapGenStructure$1.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.entity.passive.EntitySheep.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.StructureStrongholdPieces$Straight.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockPistonBase$1.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.state.BlockState$2.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.server.MinecraftServer$4.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.enchantment.EnchantmentHelper$1.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.entity.Entity.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.OpenGlHelper.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.layer.GenLayer.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.biome.BiomeColorHelper$3.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.chunk.storage.RegionFile$ChunkBuffer.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.tileentity.TileEntityHopper.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.item.Item$6.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.BlockModelRenderer$VertexTranslations.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.model.ModelBase.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.item.ItemBlock.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.item.ItemTool.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockButton$1.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.ComponentScatteredFeaturePieces$JunglePyramid$Stones.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockLog$1.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.RenderGlobal$2.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.audio.SoundManager$1.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.World$4.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.nbt.CompressedStreamTools.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.crash.CrashReport$4.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.entity.passive.EntityHorse$GroupData.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.resources.model.IBakedModel.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.model.ModelBox.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.Minecraft$2.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.item.Item$9.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.util.EnumWorldBlockLayer.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.Minecraft.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.inventory.ContainerRepair.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.feature.WorldGenMegaJungle.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.Minecraft$14.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.entity.EntityLivingBase$1.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.Minecraft$6.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.nbt.NBTTagCompound$2.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.entity.EntityMinecartCommandBlock$1.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.tileentity.TileEntity$2.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.BlockModelShapes$1.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.StructureVillagePieces.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockOldLeaf.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.entity.player.InventoryPlayer$1.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.block.model.ItemCameraTransforms.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.storage.WorldInfo$1.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.BlockModelShapes$5.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.multiplayer.WorldClient$4.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockNewLeaf.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.network.NetworkManager$4.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.texture.TextureManager.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockFlowerPot$1.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.potion.Potion.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.BlockModelShapes$4.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockButton.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.StructureStrongholdPieces$Stairs.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockDoor$EnumDoorHalf.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.ChunkProviderGenerate.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.state.BlockStateBase$1.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.WorldRenderer$1.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.block.model.ItemTransformVec3f$Deserializer.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.command.PlayerSelector$12.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.server.dedicated.DedicatedServer$2.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.entity.RenderVillager.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.layer.GenLayerBiome.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.biome.BiomeColorHelper$2.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.feature.WorldGenMinable.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.gui.FontRenderer.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.entity.player.InventoryPlayer.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.texture.TextureMap$2.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockTorch$2.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.entity.RenderItem$2.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.item.ItemArmor.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.command.PlayerSelector.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.network.NetworkManager$1.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.tileentity.TileEntityPiston$1.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.command.PlayerSelector$11.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.entity.player.EntityPlayer$EnumStatus.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.StructureNetherBridgePieces$Crossing3.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.storage.WorldInfo$4.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.StructureVillagePieces$Path.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.multiplayer.PlayerControllerMP.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.RenderGlobal$ContainerLocalRenderInformation.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.item.crafting.FurnaceRecipes.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.biome.BiomeGenBase$SpawnListEntry.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.enchantment.Enchantment.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.BlockModelRenderer$AmbientOcclusionFace.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.ComponentScatteredFeaturePieces$DesertPyramid.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockDoublePlant$EnumBlockHalf.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockPane.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.entity.item.EntityXPOrb.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.entity.EntityPlayerSP.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockDropper.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockCactus.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.command.PlayerSelector$2.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.realms.RealmsConnect$1.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.storage.WorldInfo$2.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.gui.GuiIngameMenu.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.Minecraft$18.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.entity.item.EntityMinecartFurnace.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockQuartz$EnumType.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.entity.monster.EntitySlime$AISlimeFloat.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.MapGenStronghold$Start.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.block.model.ModelBlockDefinition$Variants.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.entity.passive.EntityVillager.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.BlockModelShapes$8.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.entity.player.EntityPlayer$1.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.gui.inventory.GuiContainerCreative$ContainerCreative.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockBanner$BlockBannerHanging.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.settings.GameSettings.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.util.EnumFacing$Plane.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.storage.WorldInfo.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.gui.achievement.GuiStats$StatsGeneral.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.server.MinecraftServer$1.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.gui.GuiSleepMP.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.chunk.storage.ExtendedBlockStorage.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.init.Bootstrap$3.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.biome.BiomeColorHelper.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockMushroom.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.tileentity.RenderItemFrame.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.network.NetHandlerLoginClient.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.StructureStrongholdPieces$RightTurn.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.item.Item$4.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.util.MouseHelper.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.server.dedicated.DedicatedServer.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.RenderGlobal$1.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.entity.RenderItem$9.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.entity.boss.EntityWither$1.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.gui.GuiSelectWorld.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.util.Session.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.item.ItemArmor$1.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.World$1.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.item.ItemArmor$ArmorMaterial.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.command.PlayerSelector$10.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.network.NetworkSystem$3.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.BlockRendererDispatcher.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.entity.item.EntityMinecartContainer.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.gui.ServerListEntryNormal.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.item.ItemBucket.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.crash.CrashReportCategory$1.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.feature.WorldGenForest.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.inventory.ContainerBrewingStand.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.gui.achievement.GuiAchievements.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.server.integrated.IntegratedServer.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.entity.layers.LayerBipedArmor.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.gui.achievement.GuiStats.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.network.NetworkSystem$2.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.EntityRenderer.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.StructureNetherBridgePieces$Corridor2.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.entity.EntityLivingBase.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.entity.layers.LayerArmorBase.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockPotato.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.network.NetHandlerPlayClient$2.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.layer.GenLayer$1.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.multiplayer.WorldClient$2.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.init.Bootstrap$1.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.init.Bootstrap$8.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.creativetab.CreativeTabs$9.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.multiplayer.WorldClient.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.entity.monster.EntityEnderman$AIFindPlayer.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockLog$EnumAxis.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.EntityRenderer$4.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.crash.CrashReport$1.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.biome.BiomeGenBase.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.chunk.Chunk.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.entity.passive.EntityHorse$1.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.tileentity.TileEntity$1.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.particle.EffectRenderer$2.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.World$2.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.server.management.ItemInWorldManager.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.entity.passive.EntityVillager$ListEnchantedItemForEmeralds.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockNetherWart.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.Minecraft$16.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.StructureMineshaftPieces$Stairs.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.item.crafting.RecipesBanners$RecipeDuplicatePattern.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.entity.monster.EntityZombie.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.resources.LanguageManager.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.StructureNetherBridgePieces$1.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.InventoryEffectRenderer.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.item.Item$13.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.item.Item.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockBanner$1.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockSkull$1.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.enchantment.EnchantmentHelper$DamageIterator.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockBanner.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.WorldServer.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockFlowerPot$EnumFlowerType.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.entity.monster.EntitySlime.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.WorldServer$ServerBlockEventList.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.gui.achievement.GuiStats$Stats.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.StructureVillagePieces$WoodHut.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.crash.CrashReportCategory.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockLog.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.entity.passive.EntitySheep$1.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.network.NetworkManager$3.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.init.Bootstrap$15.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.block.statemap.StateMap$1.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.StructureStrongholdPieces$Corridor.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockLadder$1.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.item.ItemSword.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.server.MinecraftServer$3.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.texture.TextureMap$1.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.network.NetHandlerPlayServer.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.feature.WorldGenAbstractTree.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.particle.EffectRenderer$4.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.item.Item$12.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.item.crafting.RecipesBanners.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockHugeMushroom$1.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.entity.RenderItem$6.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.creativetab.CreativeTabs$10.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockRotatedPillar.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.WorldVertexBufferUploader.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.entity.monster.EntityEnderman$AIPlaceBlock.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.server.integrated.IntegratedServer$2.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockRedstoneOre.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.entity.EntityMinecartCommandBlock.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.item.ItemSnow.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.entity.EntityTrackerEntry.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.feature.WorldGenDeadBush.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.server.gui.MinecraftServerGui$5.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.gui.GuiMainMenu.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.creativetab.CreativeTabs$3.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.tileentity.TileEntityLockable.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.BlockModelShapes$7.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.StructureStrongholdPieces$ChestCorridor.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.audio.SoundManager$2.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.network.NetHandlerLoginClient$1.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.inventory.ContainerBrewingStand$Ingredient.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.server.network.NetHandlerLoginServer$1.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.StructureNetherBridgePieces$PieceWeight.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.resources.model.ModelBakery.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.model.ModelRenderer.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.BlockModelShapes$3.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.StructureNetherBridgePieces$Piece.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockMycelium.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.biome.BiomeGenForest$2.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.ComponentScatteredFeaturePieces$SwampHut.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.inventory.ContainerEnchantment$2.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.server.gui.MinecraftServerGui$2.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockLeaves.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockTrapDoor$1.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.network.OldServerPinger$1.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.StructureVillagePieces$House1.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockRedstoneComparator$Mode.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.entity.RenderItem$8.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.entity.AbstractClientPlayer.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.util.BlockPos.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.ItemRenderer$1.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.StructureStrongholdPieces$2.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.creativetab.CreativeTabs$1.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.util.BlockPos$2.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.network.NetHandlerPlayClient$3$1$1.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.gui.GuiMultiplayer.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.World$3.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.inventory.ContainerBrewingStand$Potion.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.entity.item.EntityMinecart$EnumMinecartType.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.tileentity.TileEntitySpecialRenderer.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.entity.RenderItem$3.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.chunk.Chunk$2.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.World.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.texture.TextureAtlasSprite$1.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.command.PlayerSelector$4.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.particle.EffectRenderer.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.network.NetHandlerPlayClient$1.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.entity.RenderManager.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.util.ChatComponentStyle$2.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.Block$EnumOffsetType.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.audio.SoundManager$2$1.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.util.ChatStyle$Serializer.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.gui.inventory.GuiContainerCreative$CreativeSlot.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.texture.TextureUtil.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.network.ServerStatusResponse.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.entity.EntityLiving.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.texture.TextureMap.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.init.Bootstrap$7.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.StructureStrongholdPieces$Prison.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockBush.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockVine.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.item.crafting.RecipesMapCloning.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.server.gui.MinecraftServerGui$3.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.tileentity.TileEntityNote.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.inventory.ContainerRepair$1.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.inventory.SlotFurnaceOutput.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.util.Session$Type.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.ChunkProviderServer.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.audio.SoundManager$SoundSystemStarterThread.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockNewLeaf$1.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.entity.monster.EntitySlime$SlimeMoveHelper.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.entity.item.EntityMinecartEmpty.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.multiplayer.GuiConnecting.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.network.OldServerPinger$2.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.item.ItemBucketMilk.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.init.Bootstrap$2.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.network.NetworkSystem$7.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.entity.passive.EntityVillager$ListEnchantedBookForEmeralds.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.item.Item$7.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.network.NetworkManager.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.gui.achievement.GuiStats$StatsMobsList.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.entity.EntityList.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.tileentity.TileEntitySign$1.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.tileentity.TileEntityFurnace.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.entity.monster.EntityEnderman$AITakeBlock.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.StructureStrongholdPieces$StairsStraight.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockPistonBase.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.nbt.NBTTagCompound$1.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.StructureMineshaftPieces.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.init.Bootstrap$13.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.entity.monster.EntitySlime$AISlimeHop.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.tileentity.TileEntityPiston.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockHugeMushroom$EnumType.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.util.ChatComponentStyle$1.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.StructureNetherBridgePieces$Corridor.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockRailBase.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.block.model.ItemCameraTransforms$TransformType.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockOre.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.model.PositionTextureVertex.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.Minecraft$11.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.entity.passive.EntityVillager$ITradeList.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.StructureVillagePieces$Village.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.multiplayer.ChunkProviderClient.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.network.NetworkSystem.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockStairs.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockSnow.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockLever$1.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.Block$4.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.tileentity.TileEntity.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.creativetab.CreativeTabs$11.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.ComponentScatteredFeaturePieces$Feature.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.gui.GuiOverlayDebug.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.item.Item$14.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.entity.item.EntityMinecart.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockQuartz$1.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.StructureVillagePieces$House2.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.entity.RenderItem$1.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.block.model.FaceBakery.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.resources.FallbackResourceManager$InputStreamLeakedResourceLogger.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockLever$EnumOrientation.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockRailBase$1.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.storage.WorldInfo$5.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.item.crafting.RecipesArmorDyes.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.ComponentScatteredFeaturePieces$1.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockDoor$EnumHingePosition.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.server.MinecraftServer$2.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.tileentity.TileEntityItemStackRenderer.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.item.Item$ToolMaterial.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.init.Bootstrap$6.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.storage.WorldInfo$6.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockLever.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.StructureNetherBridgePieces$Entrance.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.StructureMineshaftPieces$Cross.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.util.MovingObjectPosition$MovingObjectType.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockPumpkin$1.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.util.MovingObjectPosition.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.crash.CrashReport$7.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.MapGenStructure$2.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.settings.GameSettings$2.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.ComponentScatteredFeaturePieces.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.entity.effect.EntityLightningBolt.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.ItemModelMesher.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.particle.EffectRenderer$1.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.WorldServer$1.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.command.PlayerSelector$9.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.creativetab.CreativeTabs$12.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.item.ItemSkull.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockPistonMoving.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.inventory.SlotCrafting.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.resources.AbstractResourcePack.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.util.ChatStyle.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.item.Item$1.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.biome.BiomeGenHills.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.StructureStrongholdPieces.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.util.BlockPos$1.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockSlab.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.StructureNetherBridgePieces$Crossing2.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.tileentity.TileEntityRendererDispatcher.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.util.WeightedRandomChestContent.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.chunk.Chunk$1.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.init.Bootstrap$14.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.EntityRenderer$3.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.item.ItemSeeds.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.entity.passive.EntityMooshroom.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.StructureStart.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockRedstoneDiode.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.biome.BiomeGenForest.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.BlockModelRenderer.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.StructureStrongholdPieces$Stones.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockFalling.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.StructureNetherBridgePieces$Corridor4.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.StructureNetherBridgePieces.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockRedstoneWire.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.StructureStrongholdPieces$LeftTurn.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.texture.Stitcher.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.Minecraft$7.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.item.crafting.ShapedRecipes.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.feature.WorldGeneratorBonusChest.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.entity.passive.EntityVillager$PriceInfo.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.StructureVillagePieces$Torch.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.network.NetworkManager$6.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.particle.EffectRenderer$3.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.gui.GuiOverlayDebug$1.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.util.EnumFacing$1.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.item.Item$3.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockMobSpawner.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockChest.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.StructureVillagePieces$Start.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockRedstoneWire$EnumAttachPosition.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.StructureNetherBridgePieces$Crossing.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.MapGenCaves.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.multiplayer.WorldClient$1.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockRedstoneComparator.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.init.Bootstrap$5.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.StructureMineshaftPieces$1.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.resources.SimpleReloadableResourceManager$1.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.inventory.ContainerBeacon.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.entity.EntityHanging.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.util.EnumFacing.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.network.NetworkSystem$4.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.chunk.storage.RegionFile.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.creativetab.CreativeTabs$2.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.resources.Locale.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.network.NetHandlerPlayServer$3.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.network.play.client.C17PacketCustomPayload.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.network.ServerStatusResponse$MinecraftProtocolVersionIdentifier$Serializer.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.inventory.ContainerEnchantment.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockTrapDoor.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockQuartz.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.StructureNetherBridgePieces$End.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockGrass.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.StructureVillagePieces$Hall.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.Block.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.item.ItemMonsterPlacer.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.inventory.ContainerEnchantment$3.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.Minecraft$1.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.StructureVillagePieces$Field2.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.enchantment.EnchantmentHelper$ModifierLiving.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.shader.Framebuffer.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockStairs$EnumShape.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockDeadBush.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.feature.WorldGenDungeons.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockFarmland.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.network.ServerStatusResponse$PlayerCountData.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.StructureComponent.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.gui.GuiSelectWorld$List.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockSkull.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.MapGenStronghold.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.storage.MapData$MapInfo.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.command.PlayerSelector$3.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.init.Bootstrap$16.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.realms.RealmsConnect.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.texture.TextureManager$1.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.inventory.ContainerPlayer.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.command.CommandBase.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.server.dedicated.ServerHangWatchdog$1.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.vertex.VertexFormatElement$EnumType.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.border.WorldBorder.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.biome.BiomeGenPlains.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.StructureMineshaftPieces$Corridor.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.server.network.NetHandlerLoginServer$LoginState.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.WorldType.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.state.BlockStateBase.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockDoublePlant.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.MapGenStructure.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.inventory.ContainerEnchantment$1.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.BlockModelRenderer$Orientation.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.entity.EntityLiving$SpawnPlacementType.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.StructureNetherBridgePieces$Corridor5.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.IBlockAccess.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.util.BlockPos$1$1.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.gui.achievement.GuiStats$StatsBlock$1.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.block.model.ModelBlockDefinition.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.RenderGlobal.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.StructureVillagePieces$Road.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.util.IChatComponent$Serializer.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.biome.BiomeGenBase$TempCategory.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockTorch$1.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.StructureComponent$1.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.potion.PotionEffect.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.command.CommandHandler.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.gui.GuiButton.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.network.status.server.S00PacketServerInfo.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.crash.CrashReportCategory$3.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.util.Vec3.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.texture.TextureAtlasSprite.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.gui.achievement.GuiStats$StatsItem$1.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.network.handshake.client.C00Handshake.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.gui.ServerListEntryNormal$1.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.BlockModelShapes$6.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.network.NetworkManager$2.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.item.ItemSeedFood.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockCocoa.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.enchantment.EnchantmentHelper$ModifierDamage.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.inventory.ContainerPlayer$1.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.WorldServerMulti.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.nbt.NBTTagString.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.item.ItemBow.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.entity.boss.EntityDragon.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.entity.EntityTracker.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.entity.EntitySpawnPlacementRegistry.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.network.NetHandlerPlayClient$3.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.StructureStrongholdPieces$Stronghold.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockHugeMushroom.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.item.ItemEmptyMap.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.chunk.Chunk$EnumCreateEntityType.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.feature.WorldGenShrub.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.Minecraft$9.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.gui.GuiSlot.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.BlockModelRenderer$EnumNeighborInfo.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.StructureStrongholdPieces$RoomCrossing.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.command.server.CommandTestForBlock.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.tileentity.TileEntityBeacon$BeamSegment.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.BlockModelRenderer$1.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockTrapDoor$DoorHalf.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.server.integrated.IntegratedServer$1.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockTripWireHook$1.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockVine$1.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.biome.BiomeDecorator.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.Block$SoundType.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockBanner$BlockBannerStanding.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.server.gui.MinecraftServerGui$1.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.item.Item$15.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.StructureNetherBridgePieces$Corridor3.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.WorldRenderer$State.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.chunk.storage.AnvilChunkLoader.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.util.BlockPos$2$1.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.item.ItemLilyPad.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.gui.GuiChat.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.StructureVillagePieces$Well.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.feature.WorldGenCanopyTree.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.entity.item.EntityMinecart$1.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.entity.passive.EntityHorse.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.biome.WorldChunkManager.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.entity.monster.EntityZombie$1.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.StructureVillagePieces$1.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.item.Item$11.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.state.BlockState.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.item.Item$5.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockFlowerPot.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.server.MinecraftServer.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.util.EnumFacing$Axis.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.StructureVillagePieces$Church.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.init.Bootstrap$4.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.resources.model.ModelBakery$2.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.entity.ai.EntityAIAttackOnCollide.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.item.ItemHoe.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.network.NetHandlerPlayClient$3$1.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.tileentity.TileEntitySign$2.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.feature.WorldGenSwamp.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.feature.WorldGenTrees.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.BlockModelShapes.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.network.NetworkManager$InboundHandlerTuplePacketListener.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.entity.EntityAgeable.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.init.Bootstrap$9.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.StructureNetherBridgePieces$Straight.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.Minecraft$3.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockRedstoneComparator$1.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockSkull$2.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.entity.RenderItem.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockFire.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.tileentity.TileEntityBeacon.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.network.ServerStatusResponse$MinecraftProtocolVersionIdentifier.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.feature.WorldGenTallGrass.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.gui.achievement.GuiStats$StatsBlock.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.crash.CrashReport$3.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.server.gui.MinecraftServerGui$4.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.resources.FallbackResourceManager.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.StructureComponent$BlockSelector.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.enchantment.EnchantmentHelper$HurtIterator.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.item.ItemHoe$1.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.resources.model.ModelBakery$1.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.crash.CrashReport$5.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.entity.RendererLivingEntity$1.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.Minecraft$4.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.tileentity.TileEntityBrewingStand.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.ChunkCache.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockCocoa$1.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.StructureMineshaftPieces$Room.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.entity.passive.EntityOcelot.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.ChunkProviderHell.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.command.CommandBase$CoordinateArg.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.vertex.VertexFormatElement$EnumUsage.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.resources.model.ModelManager.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.block.model.ItemCameraTransforms$1.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.block.model.ItemTransformVec3f.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.server.dedicated.DedicatedServer$4.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.BlockModelShapes$2.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.Block$3.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.state.BlockState$StateImplementation.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.item.crafting.RecipesBanners$RecipeAddPattern.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.creativetab.CreativeTabs.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.feature.WorldGenHugeTrees.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.entity.player.EntityPlayerMP.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.entity.item.EntityMinecartHopper.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.item.Item$2.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.nbt.NBTTagCompound.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.enchantment.EnchantmentHelper.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.entity.monster.EntityZombie$GroupData.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.Explosion.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.ChunkProviderEnd.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.util.ChatStyle$1.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.feature.WorldGenTaiga1.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.item.crafting.RecipesBanners$1.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.block.statemap.StateMap$Builder.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockLadder.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.StructureStrongholdPieces$Stairs2.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.item.crafting.RecipeRepairItem.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.entity.boss.EntityWither.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.Minecraft$10.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockPumpkin.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.item.Item$10.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.Minecraft$5.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.biome.BiomeGenForest$1.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.command.CommandEnchant.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.entity.EntityTracker$1.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.entity.EntityList$EntityEggInfo.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.tileentity.TileEntityChest$1.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.item.ItemShears.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.creativetab.CreativeTabs$8.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.gui.GuiUtilRenderComponents.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.server.management.ServerConfigurationManager.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.WorldRenderer$2.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.network.NetworkManager$5.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.crash.CrashReport$6.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.entity.monster.EntitySlime$AISlimeAttack.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.network.NetHandlerPlayClient.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockRailBase$Rail.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.texture.TextureMap$3.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.item.ItemRecord.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.item.ItemMap.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.ComponentScatteredFeaturePieces$JunglePyramid.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.util.ResourceLocation.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.MapGenStructure$3.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.network.NetworkSystem$6.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.MapGenRavine.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockCrops.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.tileentity.TileEntityPistonRenderer.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.entity.RenderPlayer.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.entity.item.EntityEnderPearl.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.network.ServerStatusResponse$PlayerCountData$Serializer.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.StructureStrongholdPieces$3.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.gui.inventory.GuiContainer.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.storage.WorldInfo$9.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.server.network.NetHandlerLoginServer.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.feature.WorldGenMegaPineTree.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockRailBase$EnumRailDirection.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.entity.projectile.EntityFishHook.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.command.server.CommandSetBlock.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockNote.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.storage.MapData.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.network.NetHandlerPlayServer$4.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.inventory.Slot.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.texture.Stitcher$Holder.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.biome.BiomeGenBase$1.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.item.ItemFlintAndSteel.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.gui.achievement.GuiStats$StatsItem.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.creativetab.CreativeTabs$7.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.gui.inventory.GuiContainerCreative.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.chunk.RenderChunk.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.command.PlayerSelector$6.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.StructureVillagePieces$PieceWeight.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.util.StringTranslate.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.server.network.NetHandlerHandshakeTCP.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.util.EnumFacing$AxisDirection.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.texture.Stitcher$Slot.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.entity.passive.EntityVillager$ListItemForEmeralds.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.crash.CrashReport$2.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.multiplayer.WorldClient$3.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.entity.boss.IBossDisplayData.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.Block$1.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.ItemRenderer.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.StructureStrongholdPieces$Library.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.network.NetHandlerPlayServer$2.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.util.IChatComponent.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.entity.passive.EntityVillager$ItemAndEmeraldToItem.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.renderer.entity.RendererLivingEntity.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.entity.monster.EntityEnderman.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.world.gen.structure.StructureNetherBridgePieces$Start.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.item.crafting.RecipeFireworks.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.Minecraft$17.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.block.BlockOldLeaf$1.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.network.OldServerPinger.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.entity.Entity$1.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.network.NetworkSystem$5.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.server.network.NetHandlerHandshakeTCP$1.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.network.NetworkSystem$1.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.client.audio.SoundManager$1$1.binpatch
[20:21:32] [main/TRACE] [FML/]: Reading patch data from binpatch/server/net.minecraft.server.dedicated.DedicatedServer$3.binpatch
[20:21:32] [main/DEBUG] [FML/]: Read 825 binary patches
[20:21:32] [main/DEBUG] [FML/]: Patch list :
kb$3=[kb$3 : kb$3 => net.minecraft.init.Bootstrap$3 (true) size 471]
kb$4=[kb$4 : kb$4 => net.minecraft.init.Bootstrap$4 (true) size 631]
kb$1=[kb$1 : kb$1 => net.minecraft.init.Bootstrap$1 (true) size 287]
kb$2=[kb$2 : kb$2 => net.minecraft.init.Bootstrap$2 (true) size 477]
kb$7=[kb$7 : kb$7 => net.minecraft.init.Bootstrap$7 (true) size 995]
afe$b=[afe$b : afe$b => net.minecraft.block.BlockRailBase$EnumRailDirection (true) size 1673]
kb$8=[kb$8 : kb$8 => net.minecraft.init.Bootstrap$8 (true) size 1297]
kb$5=[kb$5 : kb$5 => net.minecraft.init.Bootstrap$5 (true) size 652]
kb$6=[kb$6 : kb$6 => net.minecraft.init.Bootstrap$6 (true) size 980]
afe$a=[afe$a : afe$a => net.minecraft.block.BlockRailBase$Rail (true) size 5686]
ez$a=[ez$a : ez$a => net.minecraft.util.ChatStyle$Serializer (true) size 2817]
kb$9=[kb$9 : kb$9 => net.minecraft.init.Bootstrap$9 (true) size 1597]
bfr$2=[bfr$2 : bfr$2 => net.minecraft.client.renderer.RenderGlobal$2 (false) size 650]
ez$1=[ez$1 : ez$1 => net.minecraft.util.ChatStyle$1 (true) size 1398]
bfr$1=[bfr$1 : bfr$1 => net.minecraft.client.renderer.RenderGlobal$1 (false) size 943]
c$2=[c$2 : c$2 => net.minecraft.crash.CrashReportCategory$2 (true) size 853]
c$1=[c$1 : c$1 => net.minecraft.crash.CrashReportCategory$1 (true) size 865]
c$3=[c$3 : c$3 => net.minecraft.crash.CrashReportCategory$3 (true) size 473]
we$a=[we$a : we$a => net.minecraft.entity.monster.EntityZombie$GroupData (true) size 378]
aac=[aac : aac => net.minecraft.item.ItemBucketMilk (true) size 843]
aab=[aab : aab => net.minecraft.item.ItemMap (true) size 5733]
lc$a=[lc$a : lc$a => net.minecraft.server.management.PlayerManager$PlayerInstance (true) size 5765]
aak=[aak : aak => net.minecraft.item.ItemRecord (true) size 1861]
aao=[aao : aao => net.minecraft.item.ItemSeeds (true) size 1589]
dw$1=[dw$1 : dw$1 => net.minecraft.nbt.NBTSizeTracker$1 (true) size 259]
aan=[aan : aan => net.minecraft.item.ItemSeedFood (true) size 1507]
aap=[aap : aap => net.minecraft.item.ItemShears (true) size 3135]
cj$2$1=[cj$2$1 : cj$2$1 => net.minecraft.util.BlockPos$2$1 (true) size 994]
aat=[aat : aat => net.minecraft.item.ItemSkull (true) size 3867]
aav=[aav : aav => net.minecraft.item.ItemSnow (true) size 1023]
aay=[aay : aay => net.minecraft.item.ItemSword (true) size 2275]
aax=[aax : aax => net.minecraft.item.ItemMonsterPlacer (true) size 5384]
aqt$1=[aqt$1 : aqt$1 => net.minecraft.world.gen.structure.StructureComponent$1 (true) size 182]
abb=[abb : abb => net.minecraft.item.ItemLilyPad (true) size 2425]
c$a=[c$a : c$a => net.minecraft.crash.CrashReportCategory$Entry (true) size 718]
b=[b : b => net.minecraft.crash.CrashReport (true) size 6183]
yz$11=[yz$11 : yz$11 => net.minecraft.creativetab.CreativeTabs$11 (true) size 491]
c=[c : c => net.minecraft.crash.CrashReportCategory (true) size 4433]
yz$10=[yz$10 : yz$10 => net.minecraft.creativetab.CreativeTabs$10 (true) size 493]
yz$12=[yz$12 : yz$12 => net.minecraft.creativetab.CreativeTabs$12 (true) size 533]
abh=[abh : abh => net.minecraft.item.crafting.RecipesArmorDyes (true) size 2379]
abj=[abj : abj => net.minecraft.item.crafting.RecipesBanners (true) size 832]
i=[i : i => net.minecraft.command.CommandBase (true) size 10791]
j=[j : j => net.minecraft.command.CommandHandler (true) size 4299]
abm=[abm : abm => net.minecraft.item.crafting.RecipeFireworks (true) size 3577]
abp=[abp : abp => net.minecraft.item.crafting.RecipesMapCloning (true) size 1468]
o=[o : o => net.minecraft.command.PlayerSelector (true) size 11859]
abo=[abo : abo => net.minecraft.item.crafting.FurnaceRecipes (true) size 2397]
abv=[abv : abv => net.minecraft.item.crafting.ShapedRecipes (true) size 1774]
abu=[abu : abu => net.minecraft.item.crafting.RecipeRepairItem (true) size 1788]
abw=[abw : abw => net.minecraft.item.crafting.ShapelessRecipes (true) size 1578]
bfr$a=[bfr$a : bfr$a => net.minecraft.client.renderer.RenderGlobal$ContainerLocalRenderInformation (false) size 1093]
zw$a=[zw$a : zw$a => net.minecraft.item.Item$ToolMaterial (true) size 2609]
aci=[aci : aci => net.minecraft.enchantment.Enchantment (true) size 5467]
ack=[ack : ack => net.minecraft.enchantment.EnchantmentHelper (true) size 8116]
ama$2=[ama$2 : ama$2 => net.minecraft.block.state.BlockState$2 (true) size 546]
ama$1=[ama$1 : ama$1 => net.minecraft.block.state.BlockState$1 (true) size 201]
aqg$1=[aqg$1 : aqg$1 => net.minecraft.world.gen.structure.StructureMineshaftPieces$1 (true) size 188]
bgf$1=[bgf$1 : bgf$1 => net.minecraft.client.renderer.BlockModelRenderer$1 (false) size 716]
adf=[adf : adf => net.minecraft.util.EnumWorldBlockLayer (false) size 1273]
adi=[adi : adi => net.minecraft.world.Explosion (true) size 6773]
zw$8=[zw$8 : zw$8 => net.minecraft.item.Item$8 (true) size 502]
zw$7=[zw$7 : zw$7 => net.minecraft.item.Item$7 (true) size 427]
bgf$b=[bgf$b : bgf$b => net.minecraft.client.renderer.BlockModelRenderer$AmbientOcclusionFace (false) size 5553]
zw$9=[zw$9 : zw$9 => net.minecraft.item.Item$9 (true) size 210]
adm=[adm : adm => net.minecraft.world.World (true) size 63235]
bgf$a=[bgf$a : bgf$a => net.minecraft.client.renderer.BlockModelRenderer$EnumNeighborInfo (false) size 3808]
adr=[adr : adr => net.minecraft.world.WorldType (true) size 5608]
adq=[adq : adq => net.minecraft.world.IBlockAccess (true) size 495]
adt=[adt : adt => net.minecraft.world.SpawnerAnimals (true) size 7260]
adv=[adv : adv => net.minecraft.world.ChunkCache (true) size 3350]
zw$2=[zw$2 : zw$2 => net.minecraft.item.Item$2 (true) size 494]
zw$1=[zw$1 : zw$1 => net.minecraft.item.Item$1 (true) size 168]
zw$4=[zw$4 : zw$4 => net.minecraft.item.Item$4 (true) size 226]
zw$3=[zw$3 : zw$3 => net.minecraft.item.Item$3 (true) size 495]
zw$6=[zw$6 : zw$6 => net.minecraft.item.Item$6 (true) size 226]
ady=[ady : ady => net.minecraft.world.biome.BiomeGenBase (true) size 16190]
zw$5=[zw$5 : zw$5 => net.minecraft.item.Item$5 (true) size 224]
agh$a=[agh$a : agh$a => net.minecraft.block.BlockDoor$EnumDoorHalf (true) size 218]
net.minecraft.client.ClientBrandRetriever=[net/minecraft/client/ClientBrandRetriever : net.minecraft.client.ClientBrandRetriever => net.minecraft.client.ClientBrandRetriever (false) size 726]
ama$a=[ama$a : ama$a => net.minecraft.block.state.BlockState$StateImplementation (true) size 3156]
aea=[aea : aea => net.minecraft.world.biome.BiomeColorHelper (false) size 1874]
aqg$d=[aqg$d : aqg$d => net.minecraft.world.gen.structure.StructureMineshaftPieces$Stairs (true) size 2012]
aqg$c=[aqg$c : aqg$c => net.minecraft.world.gen.structure.StructureMineshaftPieces$Room (true) size 3750]
aqg$b=[aqg$b : aqg$b => net.minecraft.world.gen.structure.StructureMineshaftPieces$Cross (true) size 3621]
aec=[aec : aec => net.minecraft.world.biome.WorldChunkManager (true) size 6070]
aqg$a=[aqg$a : aqg$a => net.minecraft.world.gen.structure.StructureMineshaftPieces$Corridor (true) size 5782]
aeb=[aeb : aeb => net.minecraft.world.biome.BiomeDecorator (true) size 12029]
ko$2=[ko$2 : ko$2 => net.minecraft.server.dedicated.DedicatedServer$2 (true) size 859]
aee=[aee : aee => net.minecraft.world.biome.BiomeGenHills (true) size 3644]
ko$3=[ko$3 : ko$3 => net.minecraft.server.dedicated.DedicatedServer$3 (true) size 637]
aeg=[aeg : aeg => net.minecraft.world.biome.BiomeGenForest (true) size 4385]
ko$1=[ko$1 : ko$1 => net.minecraft.server.dedicated.DedicatedServer$1 (true) size 220]
ko$4=[ko$4 : ko$4 => net.minecraft.server.dedicated.DedicatedServer$4 (true) size 402]
aej=[aej : aej => net.minecraft.world.biome.BiomeGenJungle (true) size 1869]
agh$b=[agh$b : agh$b => net.minecraft.block.BlockDoor$EnumHingePosition (true) size 230]
aeo=[aeo : aeo => net.minecraft.world.biome.BiomeGenPlains (true) size 1938]
aet=[aet : aet => net.minecraft.world.biome.BiomeGenSwamp (true) size 1930]
bgf$d=[bgf$d : bgf$d => net.minecraft.client.renderer.BlockModelRenderer$Orientation (false) size 2053]
bgf$c=[bgf$c : bgf$c => net.minecraft.client.renderer.BlockModelRenderer$VertexTranslations (false) size 2164]
afa=[afa : afa => net.minecraft.block.BlockBanner (true) size 3073]
afe=[afe : afe => net.minecraft.block.BlockRailBase (true) size 4539]
afh=[afh : afh => net.minecraft.block.Block (true) size 54117]
afn=[afn : afn => net.minecraft.block.BlockButton (true) size 5935]
afm=[afm : afm => net.minecraft.block.BlockBush (true) size 3563]
afo=[afo : afo => net.minecraft.block.BlockCactus (true) size 3923]
afe$1=[afe$1 : afe$1 => net.minecraft.block.BlockRailBase$1 (true) size 592]
afs=[afs : afs => net.minecraft.block.BlockChest (true) size 7963]
xs$1=[xs$1 : xs$1 => net.minecraft.inventory.ContainerEnchantment$1 (true) size 573]
la$1=[la$1 : la$1 => net.minecraft.entity.EntityTracker$1 (true) size 720]
xs$2=[xs$2 : xs$2 => net.minecraft.inventory.ContainerEnchantment$2 (true) size 419]
afu=[afu : afu => net.minecraft.block.BlockCocoa (true) size 4581]
afx=[afx : afx => net.minecraft.block.BlockRedstoneComparator (true) size 6526]
xs$3=[xs$3 : xs$3 => net.minecraft.inventory.ContainerEnchantment$3 (true) size 1003]
afz=[afz : afz => net.minecraft.block.BlockCrops (true) size 4855]
agb=[agb : agb => net.minecraft.block.BlockDeadBush (true) size 1645]
agd=[agd : agd => net.minecraft.block.BlockRedstoneDiode (true) size 6562]
vo$b=[vo$b : vo$b => net.minecraft.entity.monster.EntityEnderman$AIFindPlayer (true) size 1386]
vo$a=[vo$a : vo$a => net.minecraft.entity.monster.EntityEnderman$AIPlaceBlock (true) size 882]
agi=[agi : agi => net.minecraft.block.BlockDoublePlant (true) size 7864]
agh=[agh : agh => net.minecraft.block.BlockDoor (true) size 7485]
agk=[agk : agk => net.minecraft.block.BlockDropper (true) size 1590]
ags=[ags : ags => net.minecraft.block.BlockFarmland (true) size 4103]
bot$2=[bot$2 : bot$2 => net.minecraft.client.resources.model.ModelBakery$2 (false) size 1104]
agr=[agr : agr => net.minecraft.block.BlockFalling (true) size 1838]
bot$1=[bot$1 : bot$1 => net.minecraft.client.resources.model.ModelBakery$1 (false) size 899]
vo$c=[vo$c : vo$c => net.minecraft.entity.monster.EntityEnderman$AITakeBlock (true) size 655]
agv=[agv : agv => net.minecraft.block.BlockFire (true) size 10212]
agx=[agx : agx => net.minecraft.block.BlockFlowerPot (true) size 7101]
ahe=[ahe : ahe => net.minecraft.block.BlockGrass (true) size 3298]
ahh=[ahh : ahh => net.minecraft.block.BlockSlab (true) size 2827]
ahp=[ahp : ahp => net.minecraft.block.BlockIce (true) size 2689]
aho=[aho : aho => net.minecraft.block.BlockHugeMushroom (true) size 2690]
ahr=[ahr : ahr => net.minecraft.block.BlockLadder (true) size 3128]
ahs=[ahs : ahs => net.minecraft.block.BlockLeaves (true) size 6926]
ahu=[ahu : ahu => net.minecraft.block.BlockLever (true) size 4570]
vo$1=[vo$1 : vo$1 => net.minecraft.entity.monster.EntityEnderman$1 (true) size 403]
ahw=[ahw : ahw => net.minecraft.block.BlockLog (true) size 1249]
ahy=[ahy : ahy => net.minecraft.block.BlockMobSpawner (true) size 1325]
ayu$b=[ayu$b : ayu$b => net.minecraft.client.gui.inventory.GuiContainerCreative$CreativeSlot (false) size 1830]
ayu$a=[ayu$a : ayu$a => net.minecraft.client.gui.inventory.GuiContainerCreative$ContainerCreative (false) size 2522]
aia=[aia : aia => net.minecraft.block.BlockMushroom (true) size 2331]
aib=[aib : aib => net.minecraft.block.BlockMycelium (true) size 2021]
aid=[aid : aid => net.minecraft.block.BlockNetherWart (true) size 2696]
aif=[aif : aif => net.minecraft.block.BlockNewLeaf (true) size 2618]
aii=[aii : aii => net.minecraft.block.BlockNote (true) size 3376]
aik=[aik : aik => net.minecraft.block.BlockOldLeaf (true) size 3802]
aim=[aim : aim => net.minecraft.block.BlockOre (true) size 1901]
afx$1=[afx$1 : afx$1 => net.minecraft.block.BlockRedstoneComparator$1 (true) size 546]
aiq=[aiq : aiq => net.minecraft.block.BlockPotato (true) size 1221]
bnb$a=[bnb$a : bnb$a => net.minecraft.client.resources.FallbackResourceManager$InputStreamLeakedResourceLogger (false) size 1895]
aiw=[aiw : aiw => net.minecraft.block.BlockQuartz (true) size 3212]
aiv=[aiv : aiv => net.minecraft.block.BlockPumpkin (true) size 3648]
ajb=[ajb : ajb => net.minecraft.block.BlockRedstoneWire (true) size 8428]
aja=[aja : aja => net.minecraft.block.BlockRedstoneOre (true) size 3268]
aje=[aje : aje => net.minecraft.block.BlockReed (true) size 4062]
ajg=[ajg : ajg => net.minecraft.block.BlockRotatedPillar (true) size 1432]
ajj=[ajj : ajj => net.minecraft.block.BlockSapling (true) size 5157]
ajm=[ajm : ajm => net.minecraft.block.BlockSkull (true) size 6479]
ajp=[ajp : ajp => net.minecraft.block.BlockSnow (true) size 3197]
aju=[aju : aju => net.minecraft.block.BlockStairs (true) size 11260]
ajx=[ajx : ajx => net.minecraft.block.BlockStem (true) size 4916]
afx$a=[afx$a : afx$a => net.minecraft.block.BlockRedstoneComparator$Mode (true) size 225]
akc=[akc : akc => net.minecraft.block.BlockTallGrass (true) size 4858]
ajm$1=[ajm$1 : ajm$1 => net.minecraft.block.BlockSkull$1 (true) size 190]
ajm$2=[ajm$2 : ajm$2 => net.minecraft.block.BlockSkull$2 (true) size 190]
akd=[akd : akd => net.minecraft.block.BlockPane (true) size 3619]
akf=[akf : akf => net.minecraft.block.BlockTorch (true) size 4735]
akh=[akh : akh => net.minecraft.block.BlockTrapDoor (true) size 5591]
akk=[akk : akk => net.minecraft.block.BlockVine (true) size 9412]
akj=[akj : akj => net.minecraft.block.BlockTripWireHook (true) size 6866]
akw=[akw : akw => net.minecraft.tileentity.TileEntity (true) size 9475]
akv=[akv : akv => net.minecraft.tileentity.TileEntityBeacon (true) size 7689]
aky=[aky : aky => net.minecraft.tileentity.TileEntityChest (true) size 8310]
akx=[akx : akx => net.minecraft.tileentity.TileEntityBrewingStand (true) size 6712]
wn$1=[wn$1 : wn$1 => net.minecraft.entity.player.EntityPlayer$1 (true) size 182]
axv$a=[axv$a : axv$a => net.minecraft.client.gui.GuiSelectWorld$List (false) size 3389]
alh=[alh : alh => net.minecraft.tileentity.TileEntityFurnace (true) size 8306]
alj=[alj : alj => net.minecraft.tileentity.TileEntityHopper (true) size 10137]
alk=[alk : alk => net.minecraft.tileentity.TileEntityLockable (true) size 2335]
aln=[aln : aln => net.minecraft.tileentity.TileEntitySign (true) size 2267]
alm=[alm : alm => net.minecraft.tileentity.TileEntityNote (true) size 1097]
als=[als : als => net.minecraft.block.BlockPistonBase (true) size 8035]
alv=[alv : alv => net.minecraft.block.BlockPistonMoving (true) size 5209]
alu=[alu : alu => net.minecraft.tileentity.TileEntityPiston (true) size 4634]
alw=[alw : alw => net.minecraft.block.state.BlockPistonStructureHelper (true) size 2965]
aly=[aly : aly => net.minecraft.block.state.BlockStateBase (true) size 1240]
ama=[ama : ama => net.minecraft.block.state.BlockState (true) size 3240]
als$1=[als$1 : als$1 => net.minecraft.block.BlockPistonBase$1 (true) size 446]
ln$1=[ln$1 : ln$1 => net.minecraft.server.network.NetHandlerHandshakeTCP$1 (true) size 210]
ams=[ams : ams => net.minecraft.world.border.WorldBorder (true) size 4607]
net.minecraft.realms.RealmsConnect$1=[net/minecraft/realms/RealmsConnect$1 : net.minecraft.realms.RealmsConnect$1 => net.minecraft.realms.RealmsConnect$1 (false) size 3789]
amy=[amy : amy => net.minecraft.world.chunk.Chunk (true) size 25754]
amz=[amz : amz => net.minecraft.world.chunk.storage.ExtendedBlockStorage (true) size 2603]
anh=[anh : anh => net.minecraft.world.chunk.storage.RegionFile (true) size 3571]
anj=[anj : anj => net.minecraft.world.chunk.storage.AnvilChunkLoader (true) size 12288]
ayf$e=[ayf$e : ayf$e => net.minecraft.client.gui.achievement.GuiStats$Stats (false) size 5318]
anm=[anm : anm => net.minecraft.world.WorldProvider (true) size 10268]
ayf$d=[ayf$d : ayf$d => net.minecraft.client.gui.achievement.GuiStats$StatsMobsList (false) size 3778]
wn$b=[wn$b : wn$b => net.minecraft.entity.player.EntityPlayer$EnumChatVisibility (true) size 1105]
ayf$c=[ayf$c : ayf$c => net.minecraft.client.gui.achievement.GuiStats$StatsItem (false) size 2845]
wn$a=[wn$a : wn$a => net.minecraft.entity.player.EntityPlayer$EnumStatus (true) size 209]
ayf$b=[ayf$b : ayf$b => net.minecraft.client.gui.achievement.GuiStats$StatsGeneral (false) size 2111]
ayf$a=[ayf$a : ayf$a => net.minecraft.client.gui.achievement.GuiStats$StatsBlock (false) size 2960]
anr=[anr : anr => net.minecraft.world.gen.MapGenRavine (true) size 4776]
anx=[anx : anx => net.minecraft.world.gen.MapGenCaves (true) size 6225]
anw=[anw : anw => net.minecraft.world.gen.ChunkProviderHell (true) size 13628]
aoa=[aoa : aoa => net.minecraft.world.gen.ChunkProviderGenerate (true) size 13598]
aob=[aob : aob => net.minecraft.world.gen.ChunkProviderEnd (true) size 8178]
aoi=[aoi : aoi => net.minecraft.world.gen.feature.WorldGenBigTree (true) size 5325]
aoh=[aoh : aoh => net.minecraft.world.gen.feature.WorldGenAbstractTree (true) size 1058]
aoj=[aoj : aoj => net.minecraft.world.gen.feature.WorldGenForest (true) size 2588]
aol=[aol : aol => net.minecraft.world.gen.feature.WorldGeneratorBonusChest (true) size 1683]
aoq=[aoq : aoq => net.minecraft.world.gen.feature.WorldGenDeadBush (true) size 866]
aov=[aov : aov => net.minecraft.world.gen.feature.WorldGenShrub (true) size 1445]
aoz=[aoz : aoz => net.minecraft.world.gen.feature.WorldGenBigMushroom (true) size 2225]
kz$1=[kz$1 : kz$1 => net.minecraft.world.WorldServerMulti$1 (true) size 991]
bgm$a=[bgm$a : bgm$a => net.minecraft.client.renderer.block.model.ModelBlockDefinition$Deserializer (false) size 3831]
bgm$c=[bgm$c : bgm$c => net.minecraft.client.renderer.block.model.ModelBlockDefinition$Variant (false) size 1726]
bgm$b=[bgm$b : bgm$b => net.minecraft.client.renderer.block.model.ModelBlockDefinition$MissingVariantException (false) size 523]
apf=[apf : apf => net.minecraft.world.gen.feature.WorldGenMegaPineTree (true) size 3321]
ape=[ape : ape => net.minecraft.world.gen.feature.WorldGenMegaJungle (true) size 2838]
apg=[apg : apg => net.minecraft.world.gen.feature.WorldGenHugeTrees (true) size 2850]
apj=[apj : apj => net.minecraft.world.gen.feature.WorldGenMinable (true) size 2127]
api=[api : api => net.minecraft.world.gen.feature.WorldGenDungeons (true) size 3499]
bgm$d=[bgm$d : bgm$d => net.minecraft.client.renderer.block.model.ModelBlockDefinition$Variants (false) size 1520]
apk=[apk : apk => net.minecraft.world.gen.feature.WorldGenTaiga1 (true) size 2409]
apn=[apn : apn => net.minecraft.world.gen.feature.WorldGenCanopyTree (true) size 4294]
app=[app : app => net.minecraft.world.gen.feature.WorldGenSavannaTree (true) size 3831]
ll$6=[ll$6 : ll$6 => net.minecraft.network.NetworkSystem$6 (true) size 469]
ll$7=[ll$7 : ll$7 => net.minecraft.network.NetworkSystem$7 (true) size 543]
ll$4=[ll$4 : ll$4 => net.minecraft.network.NetworkSystem$4 (true) size 1341]
ll$5=[ll$5 : ll$5 => net.minecraft.network.NetworkSystem$5 (false) size 1387]
apt=[apt : apt => net.minecraft.world.gen.feature.WorldGenSwamp (true) size 3603]
aps=[aps : aps => net.minecraft.world.gen.feature.WorldGenTaiga2 (true) size 2440]
apv=[apv : apv => net.minecraft.world.gen.feature.WorldGenTrees (true) size 5062]
apu=[apu : apu => net.minecraft.world.gen.feature.WorldGenTallGrass (true) size 881]
aqg=[aqg : aqg => net.minecraft.world.gen.structure.StructureMineshaftPieces (true) size 2750]
pr$1=[pr$1 : pr$1 => net.minecraft.entity.EntityLivingBase$1 (true) size 422]
aqj=[aqj : aqj => net.minecraft.world.gen.structure.StructureNetherBridgePieces (true) size 2813]
ll$2=[ll$2 : ll$2 => net.minecraft.network.NetworkSystem$2 (true) size 136]
ll$3=[ll$3 : ll$3 => net.minecraft.network.NetworkSystem$3 (true) size 136]
aqo=[aqo : aqo => net.minecraft.world.gen.structure.MapGenStronghold (true) size 3192]
aqn=[aqn : aqn => net.minecraft.world.gen.structure.ComponentScatteredFeaturePieces (true) size 455]
ll$1=[ll$1 : ll$1 => net.minecraft.network.NetworkSystem$1 (true) size 146]
aqq=[aqq : aqq => net.minecraft.world.gen.structure.MapGenStructure (true) size 4341]
aqp=[aqp : aqp => net.minecraft.world.gen.structure.StructureStrongholdPieces (true) size 4805]
aqu=[aqu : aqu => net.minecraft.world.gen.structure.StructureStart (true) size 3660]
o$12=[o$12 : o$12 => net.minecraft.command.PlayerSelector$12 (true) size 992]
aqt=[aqt : aqt => net.minecraft.world.gen.structure.StructureComponent (true) size 11331]
ady$1=[ady$1 : ady$1 => net.minecraft.world.biome.BiomeGenBase$1 (true) size 378]
aqw=[aqw : aqw => net.minecraft.world.gen.structure.StructureVillagePieces (true) size 5946]
o$11=[o$11 : o$11 => net.minecraft.command.PlayerSelector$11 (true) size 813]
o$10=[o$10 : o$10 => net.minecraft.command.PlayerSelector$10 (true) size 689]
xm$a=[xm$a : xm$a => net.minecraft.inventory.ContainerBrewingStand$Ingredient (true) size 627]
xm$b=[xm$b : xm$b => net.minecraft.inventory.ContainerBrewingStand$Potion (true) size 833]
bpx$2=[bpx$2 : bpx$2 => net.minecraft.client.audio.SoundManager$2 (false) size 656]
arw=[arw : arw => net.minecraft.world.gen.layer.GenLayerBiome (true) size 4160]
bpx$1=[bpx$1 : bpx$1 => net.minecraft.client.audio.SoundManager$1 (false) size 1259]
ase=[ase : ase => net.minecraft.world.gen.layer.GenLayer (true) size 6270]
ady$b=[ady$b : ady$b => net.minecraft.world.biome.BiomeGenBase$TempCategory (true) size 172]
ady$c=[ady$c : ady$c => net.minecraft.world.biome.BiomeGenBase$SpawnListEntry (true) size 566]
ady$a=[ady$a : ady$a => net.minecraft.world.biome.BiomeGenBase$Height (true) size 288]
aqp$o=[aqp$o : aqp$o => net.minecraft.world.gen.structure.StructureStrongholdPieces$StairsStraight (true) size 1704]
kb$14=[kb$14 : kb$14 => net.minecraft.init.Bootstrap$14 (true) size 844]
akf$1=[akf$1 : akf$1 => net.minecraft.block.BlockTorch$1 (true) size 190]
aqp$n=[aqp$n : aqp$n => net.minecraft.world.gen.structure.StructureStrongholdPieces$Straight (true) size 2197]
kb$15=[kb$15 : kb$15 => net.minecraft.init.Bootstrap$15 (true) size 2286]
kb$16=[kb$16 : kb$16 => net.minecraft.init.Bootstrap$16 (true) size 1070]
ack$b=[ack$b : ack$b => net.minecraft.enchantment.EnchantmentHelper$HurtIterator (true) size 369]
aqp$m=[aqp$m : aqp$m => net.minecraft.world.gen.structure.StructureStrongholdPieces$Stairs2 (true) size 481]
aqp$l=[aqp$l : aqp$l => net.minecraft.world.gen.structure.StructureStrongholdPieces$Stairs (true) size 2600]
akf$2=[akf$2 : akf$2 => net.minecraft.block.BlockTorch$2 (true) size 286]
ack$a=[ack$a : ack$a => net.minecraft.enchantment.EnchantmentHelper$DamageIterator (true) size 369]
aqp$p$a=[aqp$p$a : aqp$p$a => net.minecraft.world.gen.structure.StructureStrongholdPieces$Stronghold$Door (true) size 251]
aqp$p=[aqp$p : aqp$p => net.minecraft.world.gen.structure.StructureStrongholdPieces$Stronghold (true) size 3785]
aqp$g=[aqp$g : aqp$g => net.minecraft.world.gen.structure.StructureStrongholdPieces$PortalRoom (true) size 4934]
aqp$f=[aqp$f : aqp$f => net.minecraft.world.gen.structure.StructureStrongholdPieces$PieceWeight (true) size 504]
aqp$e=[aqp$e : aqp$e => net.minecraft.world.gen.structure.StructureStrongholdPieces$Library (true) size 4363]
aqp$d=[aqp$d : aqp$d => net.minecraft.world.gen.structure.StructureStrongholdPieces$LeftTurn (true) size 1625]
aqp$k=[aqp$k : aqp$k => net.minecraft.world.gen.structure.StructureStrongholdPieces$Stones (true) size 533]
ack$d=[ack$d : ack$d => net.minecraft.enchantment.EnchantmentHelper$ModifierLiving (true) size 361]
ack$c=[ack$c : ack$c => net.minecraft.enchantment.EnchantmentHelper$IModifier (true) size 114]
aqp$j=[aqp$j : aqp$j => net.minecraft.world.gen.structure.StructureStrongholdPieces$RoomCrossing (true) size 4167]
aqp$i=[aqp$i : aqp$i => net.minecraft.world.gen.structure.StructureStrongholdPieces$RightTurn (true) size 937]
aqp$h=[aqp$h : aqp$h => net.minecraft.world.gen.structure.StructureStrongholdPieces$Prison (true) size 1785]
ack$e=[ack$e : ack$e => net.minecraft.enchantment.EnchantmentHelper$ModifierDamage (true) size 344]
amy$1=[amy$1 : amy$1 => net.minecraft.world.chunk.Chunk$1 (true) size 653]
amy$2=[amy$2 : amy$2 => net.minecraft.world.chunk.Chunk$2 (true) size 486]
atg=[atg : atg => net.minecraft.world.storage.MapData (true) size 5030]
atj=[atj : atj => net.minecraft.world.chunk.storage.AnvilSaveHandler (true) size 1019]
amy$3=[amy$3 : amy$3 => net.minecraft.world.chunk.Chunk$3 (true) size 433]
atm=[atm : atm => net.minecraft.world.storage.SaveHandler (true) size 6146]
kb$10=[kb$10 : kb$10 => net.minecraft.init.Bootstrap$10 (true) size 861]
kb$11=[kb$11 : kb$11 => net.minecraft.init.Bootstrap$11 (true) size 1588]
ato=[ato : ato => net.minecraft.world.storage.WorldInfo (true) size 12524]
kb$12=[kb$12 : kb$12 => net.minecraft.init.Bootstrap$12 (true) size 1468]
kb$13=[kb$13 : kb$13 => net.minecraft.init.Bootstrap$13 (true) size 1021]
afn$1=[afn$1 : afn$1 => net.minecraft.block.BlockButton$1 (true) size 258]
aui=[aui : aui => net.minecraft.util.Vec3 (true) size 2759]
auh=[auh : auh => net.minecraft.util.MovingObjectPosition (true) size 1551]
bcx$1=[bcx$1 : bcx$1 => net.minecraft.client.network.NetHandlerLoginClient$1 (false) size 1179]
tv$1=[tv$1 : tv$1 => net.minecraft.entity.passive.EntitySheep$1 (true) size 269]
aqn$1=[aqn$1 : aqn$1 => net.minecraft.world.gen.structure.ComponentScatteredFeaturePieces$1 (true) size 205]
amy$a=[amy$a : amy$a => net.minecraft.world.chunk.Chunk$EnumCreateEntityType (true) size 200]
avf=[avf : avf => net.minecraft.util.MouseHelper (false) size 1158]
ave=[ave : ave => net.minecraft.client.Minecraft (false) size 66051]
avh=[avh : avh => net.minecraft.client.settings.GameSettings (false) size 28657]
avi=[avi : avi => net.minecraft.client.LoadingScreenRenderer (false) size 4275]
avn=[avn : avn => net.minecraft.client.gui.FontRenderer (false) size 15758]
avm=[avm : avm => net.minecraft.util.Session (false) size 3490]
avs=[avs : avs => net.minecraft.client.gui.GuiButton (false) size 3094]
avv=[avv : avv => net.minecraft.client.gui.GuiOverlayDebug (false) size 11187]
bmf$a=[bmf$a : bmf$a => net.minecraft.client.renderer.texture.Stitcher$Holder (false) size 2455]
avu=[avu : avu => net.minecraft.client.gui.GuiUtilRenderComponents (false) size 3465]
bmf$b=[bmf$b : bmf$b => net.minecraft.client.renderer.texture.Stitcher$Slot (false) size 3085]
aqn$a=[aqn$a : aqn$a => net.minecraft.world.gen.structure.ComponentScatteredFeaturePieces$DesertPyramid (true) size 7343]
awi=[awi : awi => net.minecraft.client.gui.GuiSlot (false) size 9483]
aqn$d=[aqn$d : aqn$d => net.minecraft.world.gen.structure.ComponentScatteredFeaturePieces$SwampHut (true) size 2636]
aqn$c=[aqn$c : aqn$c => net.minecraft.world.gen.structure.ComponentScatteredFeaturePieces$Feature (true) size 1690]
aqn$b=[aqn$b : aqn$b => net.minecraft.world.gen.structure.ComponentScatteredFeaturePieces$JunglePyramid (true) size 6387]
xk$1=[xk$1 : xk$1 => net.minecraft.inventory.ContainerRepair$1 (true) size 501]
xk$2=[xk$2 : xk$2 => net.minecraft.inventory.ContainerRepair$2 (true) size 1923]
awv=[awv : awv => net.minecraft.client.gui.GuiChat (false) size 6983]
akh$1=[akh$1 : akh$1 => net.minecraft.block.BlockTrapDoor$1 (true) size 177]
awz=[awz : awz => net.minecraft.client.multiplayer.GuiConnecting (false) size 3907]
axb=[axb : axb => net.minecraft.client.gui.GuiCreateWorld (false) size 10542]
axk=[axk : axk => net.minecraft.client.gui.GuiSleepMP (false) size 1948]
axp=[axp : axp => net.minecraft.client.gui.GuiIngameMenu (false) size 3452]
cj$1=[cj$1 : cj$1 => net.minecraft.util.BlockPos$1 (true) size 407]
cj$2=[cj$2 : cj$2 => net.minecraft.util.BlockPos$2 (true) size 392]
bgq$a=[bgq$a : bgq$a => net.minecraft.client.renderer.block.model.ItemTransformVec3f$Deserializer (false) size 3401]
afa$b=[afa$b : afa$b => net.minecraft.block.BlockBanner$BlockBannerHanging (true) size 1359]
axv=[axv : axv => net.minecraft.client.gui.GuiSelectWorld (false) size 7558]
axu=[axu : axu => net.minecraft.client.gui.GuiScreen (false) size 19158]
awz$1=[awz$1 : awz$1 => net.minecraft.client.multiplayer.GuiConnecting$1 (false) size 2782]
afa$a=[afa$a : afa$a => net.minecraft.block.BlockBanner$BlockBannerStanding (true) size 658]
bfn$1=[bfn$1 : bfn$1 => net.minecraft.client.renderer.ItemRenderer$1 (false) size 670]
aya=[aya : aya => net.minecraft.client.gui.GuiMainMenu (false) size 15255]
aye=[aye : aye => net.minecraft.client.gui.achievement.GuiAchievements (false) size 12213]
avh$1=[avh$1 : avh$1 => net.minecraft.client.settings.GameSettings$1 (false) size 732]
ayf=[ayf : ayf => net.minecraft.client.gui.achievement.GuiStats (false) size 6813]
avh$2=[avh$2 : avh$2 => net.minecraft.client.settings.GameSettings$2 (false) size 1264]
akh$a=[akh$a : akh$a => net.minecraft.block.BlockTrapDoor$DoorHalf (true) size 213]
abj$1=[abj$1 : abj$1 => net.minecraft.item.crafting.RecipesBanners$1 (true) size 123]
ayl=[ayl : ayl => net.minecraft.client.gui.inventory.GuiContainer (false) size 12329]
ayu=[ayu : ayu => net.minecraft.client.gui.inventory.GuiContainerCreative (false) size 16661]
ayw=[ayw : ayw => net.minecraft.client.renderer.InventoryEffectRenderer (false) size 3341]
bgo$1=[bgo$1 : bgo$1 => net.minecraft.client.renderer.block.model.FaceBakery$1 (false) size 955]
aqp$3=[aqp$3 : aqp$3 => net.minecraft.world.gen.structure.StructureStrongholdPieces$3 (true) size 789]
aqp$2=[aqp$2 : aqp$2 => net.minecraft.world.gen.structure.StructureStrongholdPieces$2 (true) size 372]
aqp$1=[aqp$1 : aqp$1 => net.minecraft.world.gen.structure.StructureStrongholdPieces$1 (true) size 372]
cj$a=[cj$a : cj$a => net.minecraft.util.BlockPos$MutableBlockPos (true) size 1142]
azh=[azh : azh => net.minecraft.client.gui.GuiMultiplayer (false) size 9625]
akw$2=[akw$2 : akw$2 => net.minecraft.tileentity.TileEntity$2 (true) size 1017]
bmh$1=[bmh$1 : bmh$1 => net.minecraft.client.renderer.texture.TextureMap$1 (false) size 857]
ack$1=[ack$1 : ack$1 => net.minecraft.enchantment.EnchantmentHelper$1 (true) size 126]
bmh$2=[bmh$2 : bmh$2 => net.minecraft.client.renderer.texture.TextureMap$2 (false) size 1077]
azk=[azk : azk => net.minecraft.client.gui.ServerListEntryNormal (false) size 8966]
akw$1=[akw$1 : akw$1 => net.minecraft.tileentity.TileEntity$1 (true) size 698]
bmh$3=[bmh$3 : bmh$3 => net.minecraft.client.renderer.texture.TextureMap$3 (false) size 1057]
akw$3=[akw$3 : akw$3 => net.minecraft.tileentity.TileEntity$3 (true) size 1015]
avh$a=[avh$a : avh$a => net.minecraft.client.settings.GameSettings$Options (false) size 7497]
abj$b=[abj$b : abj$b => net.minecraft.item.crafting.RecipesBanners$RecipeDuplicatePattern (true) size 1571]
abj$a=[abj$a : abj$a => net.minecraft.item.crafting.RecipesBanners$RecipeAddPattern (true) size 3072]
yj$1=[yj$1 : yj$1 => net.minecraft.item.ItemArmor$1 (true) size 861]
bpx$2$1=[bpx$2$1 : bpx$2$1 => net.minecraft.client.audio.SoundManager$2$1 (false) size 931]
bgm$c$a=[bgm$c$a : bgm$c$a => net.minecraft.client.renderer.block.model.ModelBlockDefinition$Variant$Deserializer (false) size 3181]
aqp$c=[aqp$c : aqp$c => net.minecraft.world.gen.structure.StructureStrongholdPieces$Crossing (true) size 2848]
aqp$b=[aqp$b : aqp$b => net.minecraft.world.gen.structure.StructureStrongholdPieces$Corridor (true) size 2067]
aqp$a=[aqp$a : aqp$a => net.minecraft.world.gen.structure.StructureStrongholdPieces$ChestCorridor (true) size 3278]
ahr$1=[ahr$1 : ahr$1 => net.minecraft.block.BlockLadder$1 (true) size 175]
akj$1=[akj$1 : akj$1 => net.minecraft.block.BlockTripWireHook$1 (true) size 182]
aqt$a=[aqt$a : aqt$a => net.minecraft.world.gen.structure.StructureComponent$BlockSelector (true) size 150]
aiw$1=[aiw$1 : aiw$1 => net.minecraft.block.BlockQuartz$1 (true) size 422]
bpo$3=[bpo$3 : bpo$3 => net.minecraft.server.integrated.IntegratedServer$3 (false) size 1012]
ajx$1=[ajx$1 : ajx$1 => net.minecraft.block.BlockStem$1 (true) size 189]
yj$a=[yj$a : yj$a => net.minecraft.item.ItemArmor$ArmorMaterial (true) size 1956]
bpo$2=[bpo$2 : bpo$2 => net.minecraft.server.integrated.IntegratedServer$2 (false) size 1562]
bpo$1=[bpo$1 : bpo$1 => net.minecraft.server.integrated.IntegratedServer$1 (false) size 813]
aif$1=[aif$1 : aif$1 => net.minecraft.block.BlockNewLeaf$1 (true) size 210]
aiw$a=[aiw$a : aiw$a => net.minecraft.block.BlockQuartz$EnumType (true) size 1173]
ase$1=[ase$1 : ase$1 => net.minecraft.world.gen.layer.GenLayer$1 (true) size 495]
ase$2=[ase$2 : ase$2 => net.minecraft.world.gen.layer.GenLayer$2 (true) size 496]
vc$1=[vc$1 : vc$1 => net.minecraft.entity.EntityMinecartCommandBlock$1 (true) size 1417]
bmj$1=[bmj$1 : bmj$1 => net.minecraft.client.renderer.texture.TextureManager$1 (false) size 918]
aky$1=[aky$1 : aky$1 => net.minecraft.tileentity.TileEntityChest$1 (true) size 179]
ags$1=[ags$1 : ags$1 => net.minecraft.block.BlockFarmland$1 (false) size 668]
afa$1=[afa$1 : afa$1 => net.minecraft.block.BlockBanner$1 (true) size 175]
js$b=[js$b : js$b => net.minecraft.network.ServerStatusResponse$Serializer (true) size 1527]
js$a=[js$a : js$a => net.minecraft.network.ServerStatusResponse$PlayerCountData (true) size 467]
js$c=[js$c : js$c => net.minecraft.network.ServerStatusResponse$MinecraftProtocolVersionIdentifier (true) size 292]
kr$3=[kr$3 : kr$3 => net.minecraft.server.gui.MinecraftServerGui$3 (true) size 186]
kr$4=[kr$4 : kr$4 => net.minecraft.server.gui.MinecraftServerGui$4 (true) size 547]
kr$1=[kr$1 : kr$1 => net.minecraft.server.gui.MinecraftServerGui$1 (true) size 629]
kr$2=[kr$2 : kr$2 => net.minecraft.server.gui.MinecraftServerGui$2 (true) size 500]
kr$5=[kr$5 : kr$5 => net.minecraft.server.gui.MinecraftServerGui$5 (true) size 474]
tp$a=[tp$a : tp$a => net.minecraft.entity.passive.EntityHorse$GroupData (true) size 185]
cj$1$1=[cj$1$1 : cj$1$1 => net.minecraft.util.BlockPos$1$1 (true) size 810]
ahh$a=[ahh$a : ahh$a => net.minecraft.block.BlockSlab$EnumBlockHalf (true) size 203]
avm$a=[avm$a : avm$a => net.minecraft.util.Session$Type (false) size 1873]
ab=[ab : ab => net.minecraft.command.CommandEnchant (true) size 2150]
bjh$8=[bjh$8 : bjh$8 => net.minecraft.client.renderer.entity.RenderItem$8 (false) size 600]
bjh$9=[bjh$9 : bjh$9 => net.minecraft.client.renderer.entity.RenderItem$9 (false) size 596]
bjh$6=[bjh$6 : bjh$6 => net.minecraft.client.renderer.entity.RenderItem$6 (false) size 595]
af=[af : af => net.minecraft.command.CommandFill (true) size 4172]
bjh$7=[bjh$7 : bjh$7 => net.minecraft.client.renderer.entity.RenderItem$7 (false) size 592]
ajj$1=[ajj$1 : ajj$1 => net.minecraft.block.BlockSapling$1 (true) size 576]
bjh$4=[bjh$4 : bjh$4 => net.minecraft.client.renderer.entity.RenderItem$4 (false) size 916]
bjh$5=[bjh$5 : bjh$5 => net.minecraft.client.renderer.entity.RenderItem$5 (false) size 732]
bbo=[bbo : bbo => net.minecraft.client.model.ModelBase (false) size 2539]
bbs=[bbs : bbs => net.minecraft.client.model.TexturedQuad (false) size 1934]
bnn$1=[bnn$1 : bnn$1 => net.minecraft.client.resources.SimpleReloadableResourceManager$1 (false) size 855]
bjh$2=[bjh$2 : bjh$2 => net.minecraft.client.renderer.entity.RenderItem$2 (false) size 916]
bjh$3=[bjh$3 : bjh$3 => net.minecraft.client.renderer.entity.RenderItem$3 (false) size 936]
ahw$1=[ahw$1 : ahw$1 => net.minecraft.block.BlockLog$1 (true) size 419]
bjh$1=[bjh$1 : bjh$1 => net.minecraft.client.renderer.entity.RenderItem$1 (false) size 932]
tp$1=[tp$1 : tp$1 => net.minecraft.entity.passive.EntityHorse$1 (true) size 213]
ave$10=[ave$10 : ave$10 => net.minecraft.client.Minecraft$10 (false) size 1401]
be=[be : be => net.minecraft.command.server.CommandSetBlock (true) size 2578]
ave$14=[ave$14 : ave$14 => net.minecraft.client.Minecraft$14 (false) size 922]
bgc$7=[bgc$7 : bgc$7 => net.minecraft.client.renderer.BlockModelShapes$7 (false) size 1558]
ave$13=[ave$13 : ave$13 => net.minecraft.client.Minecraft$13 (false) size 867]
bgc$6=[bgc$6 : bgc$6 => net.minecraft.client.renderer.BlockModelShapes$6 (false) size 1544]
ave$12=[ave$12 : ave$12 => net.minecraft.client.Minecraft$12 (false) size 1520]
bgc$8=[bgc$8 : bgc$8 => net.minecraft.client.renderer.BlockModelShapes$8 (false) size 708]
bcg=[bcg : bcg => net.minecraft.client.model.PositionTextureVertex (false) size 1003]
ave$11=[ave$11 : ave$11 => net.minecraft.client.Minecraft$11 (false) size 793]
akk$1=[akk$1 : akk$1 => net.minecraft.block.BlockVine$1 (true) size 189]
ave$18=[ave$18 : ave$18 => net.minecraft.client.Minecraft$18 (false) size 634]
ave$17=[ave$17 : ave$17 => net.minecraft.client.Minecraft$17 (false) size 642]
ave$16=[ave$16 : ave$16 => net.minecraft.client.Minecraft$16 (false) size 554]
ave$15=[ave$15 : ave$15 => net.minecraft.client.Minecraft$15 (false) size 782]
js$a$a=[js$a$a : js$a$a => net.minecraft.network.ServerStatusResponse$PlayerCountData$Serializer (true) size 2024]
bp=[bp : bp => net.minecraft.command.server.CommandTestForBlock (true) size 2266]
va$1=[va$1 : va$1 => net.minecraft.entity.item.EntityMinecart$1 (true) size 873]
bcr=[bcr : bcr => net.minecraft.client.model.ModelBox (false) size 3132]
bct=[bct : bct => net.minecraft.client.model.ModelRenderer (false) size 5588]
bcx=[bcx : bcx => net.minecraft.client.network.NetHandlerLoginClient (false) size 4858]
bgc$3=[bgc$3 : bgc$3 => net.minecraft.client.renderer.BlockModelShapes$3 (false) size 1245]
bcz=[bcz : bcz => net.minecraft.client.multiplayer.ChunkProviderClient (false) size 4782]
bgc$2=[bgc$2 : bgc$2 => net.minecraft.client.renderer.BlockModelShapes$2 (false) size 576]
bcy=[bcy : bcy => net.minecraft.client.network.NetHandlerPlayClient (false) size 40274]
bgc$5=[bgc$5 : bgc$5 => net.minecraft.client.renderer.BlockModelShapes$5 (false) size 1328]
bgc$4=[bgc$4 : bgc$4 => net.minecraft.client.renderer.BlockModelShapes$4 (false) size 1245]
bgc$1=[bgc$1 : bgc$1 => net.minecraft.client.renderer.BlockModelShapes$1 (false) size 1081]
bda=[bda : bda => net.minecraft.client.multiplayer.PlayerControllerMP (false) size 10304]
bdb=[bdb : bdb => net.minecraft.client.multiplayer.WorldClient (false) size 10438]
bdg=[bdg : bdg => net.minecraft.client.network.OldServerPinger (false) size 4126]
cj=[cj : cj => net.minecraft.util.BlockPos (true) size 4062]
ahw$a=[ahw$a : ahw$a => net.minecraft.block.BlockLog$EnumAxis (true) size 836]
b$1=[b$1 : b$1 => net.minecraft.crash.CrashReport$1 (true) size 387]
cq=[cq : cq => net.minecraft.util.EnumFacing (true) size 4989]
b$3=[b$3 : b$3 => net.minecraft.crash.CrashReport$3 (true) size 543]
b$2=[b$2 : b$2 => net.minecraft.crash.CrashReport$2 (true) size 580]
b$5=[b$5 : b$5 => net.minecraft.crash.CrashReport$5 (true) size 865]
b$4=[b$4 : b$4 => net.minecraft.crash.CrashReport$4 (true) size 556]
b$7=[b$7 : b$7 => net.minecraft.crash.CrashReport$7 (true) size 419]
b$6=[b$6 : b$6 => net.minecraft.crash.CrashReport$6 (true) size 1080]
kp$1=[kp$1 : kp$1 => net.minecraft.server.dedicated.ServerHangWatchdog$1 (true) size 363]
bec=[bec : bec => net.minecraft.client.particle.EffectRenderer (false) size 12784]
bec$4=[bec$4 : bec$4 => net.minecraft.client.particle.EffectRenderer$4 (false) size 1163]
agi$b=[agi$b : agi$b => net.minecraft.block.BlockDoublePlant$EnumPlantType (true) size 1564]
dj=[dj : dj => net.minecraft.util.StringTranslate (true) size 3365]
agi$a=[agi$a : agi$a => net.minecraft.block.BlockDoublePlant$EnumBlockHalf (true) size 225]
dn=[dn : dn => net.minecraft.nbt.NBTTagCompound (true) size 7857]
bet=[bet : bet => net.minecraft.client.entity.AbstractClientPlayer (false) size 3825]
dw=[dw : dw => net.minecraft.nbt.NBTSizeTracker (true) size 800]
dx=[dx : dx => net.minecraft.nbt.CompressedStreamTools (true) size 3969]
bew=[bew : bew => net.minecraft.client.entity.EntityPlayerSP (false) size 14458]
agx$1=[agx$1 : agx$1 => net.minecraft.block.BlockFlowerPot$1 (true) size 1094]
aqw$1=[aqw$1 : aqw$1 => net.minecraft.world.gen.structure.StructureVillagePieces$1 (true) size 187]
aik$1=[aik$1 : aik$1 => net.minecraft.block.BlockOldLeaf$1 (true) size 210]
bec$1=[bec$1 : bec$1 => net.minecraft.client.particle.EffectRenderer$1 (false) size 860]
bec$2=[bec$2 : bec$2 => net.minecraft.client.particle.EffectRenderer$2 (false) size 1165]
bec$3=[bec$3 : bec$3 => net.minecraft.client.particle.EffectRenderer$3 (false) size 853]
ea=[ea : ea => net.minecraft.nbt.NBTTagString (true) size 1433]
va$a=[va$a : va$a => net.minecraft.entity.item.EntityMinecart$EnumMinecartType (true) size 1382]
bfe=[bfe : bfe => net.minecraft.client.renderer.WorldVertexBufferUploader (false) size 1601]
bfd=[bfd : bfd => net.minecraft.client.renderer.WorldRenderer (false) size 12993]
bfi=[bfi : bfi => net.minecraft.client.renderer.tileentity.TileEntityItemStackRenderer (false) size 2659]
bfk=[bfk : bfk => net.minecraft.client.renderer.EntityRenderer (false) size 37310]
ek=[ek : ek => net.minecraft.network.NetworkManager (true) size 9051]
bfo=[bfo : bfo => net.minecraft.client.renderer.ItemModelMesher (false) size 3330]
bfn=[bfn : bfn => net.minecraft.client.renderer.ItemRenderer (false) size 12719]
es=[es : es => net.minecraft.util.ChatComponentStyle (true) size 2268]
bfr=[bfr : bfr => net.minecraft.client.renderer.RenderGlobal (false) size 53319]
eu=[eu : eu => net.minecraft.util.IChatComponent (true) size 181]
bfw=[bfw : bfw => net.minecraft.client.shader.Framebuffer (false) size 5427]
ez=[ez : ez => net.minecraft.util.ChatStyle (true) size 4768]
bfd$1=[bfd$1 : bfd$1 => net.minecraft.client.renderer.WorldRenderer$1 (false) size 983]
bfd$2=[bfd$2 : bfd$2 => net.minecraft.client.renderer.WorldRenderer$2 (false) size 816]
bgd=[bgd : bgd => net.minecraft.client.renderer.BlockRendererDispatcher (false) size 4573]
bgc=[bgc : bgc => net.minecraft.client.renderer.BlockModelShapes (false) size 7662]
bgf=[bgf : bgf => net.minecraft.client.renderer.BlockModelRenderer (false) size 11530]
aqw$i=[aqw$i : aqw$i => net.minecraft.world.gen.structure.StructureVillagePieces$Church (true) size 3260]
aqw$j=[aqw$j : aqw$j => net.minecraft.world.gen.structure.StructureVillagePieces$House2 (true) size 4283]
aqw$k=[aqw$k : aqw$k => net.minecraft.world.gen.structure.StructureVillagePieces$Start (true) size 1171]
bgg=[bgg : bgg => net.minecraft.client.renderer.block.model.BakedQuad (false) size 1338]
aqw$l=[aqw$l : aqw$l => net.minecraft.world.gen.structure.StructureVillagePieces$Path (true) size 2955]
aqw$e=[aqw$e : aqw$e => net.minecraft.world.gen.structure.StructureVillagePieces$PieceWeight (true) size 501]
aqw$f=[aqw$f : aqw$f => net.minecraft.world.gen.structure.StructureVillagePieces$Hall (true) size 3484]
aqw$g=[aqw$g : aqw$g => net.minecraft.world.gen.structure.StructureVillagePieces$House4Garden (true) size 3075]
aqw$h=[aqw$h : aqw$h => net.minecraft.world.gen.structure.StructureVillagePieces$WoodHut (true) size 2818]
agx$a=[agx$a : agx$a => net.minecraft.block.BlockFlowerPot$EnumFlowerType (true) size 286]
aqw$a=[aqw$a : aqw$a => net.minecraft.world.gen.structure.StructureVillagePieces$House1 (true) size 3314]
aqw$b=[aqw$b : aqw$b => net.minecraft.world.gen.structure.StructureVillagePieces$Field1 (true) size 2830]
bgm=[bgm : bgm => net.minecraft.client.renderer.block.model.ModelBlockDefinition (false) size 3004]
bfd$a=[bfd$a : bfd$a => net.minecraft.client.renderer.WorldRenderer$State (false) size 868]
aqw$c=[aqw$c : aqw$c => net.minecraft.world.gen.structure.StructureVillagePieces$Field2 (true) size 2442]
bgo=[bgo : bgo => net.minecraft.client.renderer.block.model.FaceBakery (false) size 11020]
aqw$d=[aqw$d : aqw$d => net.minecraft.world.gen.structure.StructureVillagePieces$Torch (true) size 1865]
bgr=[bgr : bgr => net.minecraft.client.renderer.block.model.ItemCameraTransforms (false) size 2628]
bgq=[bgq : bgq => net.minecraft.client.renderer.block.model.ItemTransformVec3f (false) size 2261]
bgx=[bgx : bgx => net.minecraft.client.renderer.block.statemap.StateMap (false) size 2612]
aqw$m=[aqw$m : aqw$m => net.minecraft.world.gen.structure.StructureVillagePieces$House3 (true) size 3802]
bhc=[bhc : bhc => net.minecraft.client.renderer.tileentity.TileEntityRendererDispatcher (false) size 5621]
aqw$n=[aqw$n : aqw$n => net.minecraft.world.gen.structure.StructureVillagePieces$Village (true) size 6167]
aqw$o=[aqw$o : aqw$o => net.minecraft.world.gen.structure.StructureVillagePieces$Road (true) size 243]
bhd=[bhd : bhd => net.minecraft.client.renderer.tileentity.TileEntitySpecialRenderer (false) size 2267]
aqw$p=[aqw$p : aqw$p => net.minecraft.world.gen.structure.StructureVillagePieces$Well (true) size 2041]
gg=[gg : gg => net.minecraft.network.play.server.S3FPacketCustomPayload (true) size 1530]
bhi=[bhi : bhi => net.minecraft.client.renderer.tileentity.TileEntityPistonRenderer (false) size 3037]
bht=[bht : bht => net.minecraft.client.renderer.chunk.RenderChunk (false) size 9483]
zv$1=[zv$1 : zv$1 => net.minecraft.item.ItemHoe$1 (true) size 407]
aln$2=[aln$2 : aln$2 => net.minecraft.tileentity.TileEntitySign$2 (true) size 1367]
aln$1=[aln$1 : aln$1 => net.minecraft.tileentity.TileEntitySign$1 (true) size 1282]
afu$1=[afu$1 : afu$1 => net.minecraft.block.BlockCocoa$1 (true) size 165]
wb$e=[wb$e : wb$e => net.minecraft.entity.monster.EntitySlime$AISlimeFaceRandom (true) size 222]
wb$d=[wb$d : wb$d => net.minecraft.entity.monster.EntitySlime$SlimeMoveHelper (true) size 1294]
wb$c=[wb$c : wb$c => net.minecraft.entity.monster.EntitySlime$AISlimeHop (true) size 192]
wb$b=[wb$b : wb$b => net.minecraft.entity.monster.EntitySlime$AISlimeFloat (true) size 234]
wb$a=[wb$a : wb$a => net.minecraft.entity.monster.EntitySlime$AISlimeAttack (true) size 782]
aqj$m=[aqj$m : aqj$m => net.minecraft.world.gen.structure.StructureNetherBridgePieces$Piece (true) size 4760]
aqj$l=[aqj$l : aqj$l => net.minecraft.world.gen.structure.StructureNetherBridgePieces$Throne (true) size 2402]
aqj$k=[aqj$k : aqj$k => net.minecraft.world.gen.structure.StructureNetherBridgePieces$NetherStalkRoom (true) size 3673]
aqj$j=[aqj$j : aqj$j => net.minecraft.world.gen.structure.StructureNetherBridgePieces$Corridor2 (true) size 2425]
aqj$q=[aqj$q : aqj$q => net.minecraft.world.gen.structure.StructureNetherBridgePieces$Start (true) size 978]
aqj$p=[aqj$p : aqj$p => net.minecraft.world.gen.structure.StructureNetherBridgePieces$Stairs (true) size 1955]
aqj$o=[aqj$o : aqj$o => net.minecraft.world.gen.structure.StructureNetherBridgePieces$Crossing (true) size 2015]
aqj$n=[aqj$n : aqj$n => net.minecraft.world.gen.structure.StructureNetherBridgePieces$PieceWeight (true) size 670]
biu=[biu : biu => net.minecraft.client.renderer.entity.RenderManager (false) size 12539]
aeg$1=[aeg$1 : aeg$1 => net.minecraft.world.biome.BiomeGenForest$2 (true) size 394]
aeg$2=[aeg$2 : aeg$2 => net.minecraft.world.biome.BiomeGenForest$1 (true) size 364]
bjg=[bjg : bjg => net.minecraft.client.renderer.tileentity.RenderItemFrame (false) size 6555]
bjf=[bjf : bjf => net.minecraft.client.renderer.entity.RenderEntityItem (false) size 3987]
bjh=[bjh : bjh => net.minecraft.client.renderer.entity.RenderItem (false) size 35213]
im=[im : im => net.minecraft.network.play.client.C17PacketCustomPayload (true) size 1631]
bjl=[bjl : bjl => net.minecraft.client.renderer.entity.RendererLivingEntity (false) size 14442]
bjl$1=[bjl$1 : bjl$1 => net.minecraft.client.renderer.entity.RendererLivingEntity$1 (false) size 671]
afh$3=[afh$3 : afh$3 => net.minecraft.block.Block$3 (true) size 319]
bgx$1=[bgx$1 : bgx$1 => net.minecraft.client.renderer.block.statemap.StateMap$1 (false) size 169]
afh$4=[afh$4 : afh$4 => net.minecraft.block.Block$4 (true) size 402]
afh$1=[afh$1 : afh$1 => net.minecraft.block.Block$1 (true) size 343]
afh$2=[afh$2 : afh$2 => net.minecraft.block.Block$2 (true) size 257]
jc=[jc : jc => net.minecraft.network.handshake.client.C00Handshake (true) size 2148]
o$2=[o$2 : o$2 => net.minecraft.command.PlayerSelector$2 (true) size 646]
o$1=[o$1 : o$1 => net.minecraft.command.PlayerSelector$1 (true) size 445]
bkh=[bkh : bkh => net.minecraft.client.renderer.entity.RenderVillager (false) size 2197]
o$4=[o$4 : o$4 => net.minecraft.command.PlayerSelector$4 (true) size 848]
o$3=[o$3 : o$3 => net.minecraft.command.PlayerSelector$3 (true) size 674]
o$6=[o$6 : o$6 => net.minecraft.command.PlayerSelector$6 (true) size 2185]
o$5=[o$5 : o$5 => net.minecraft.command.PlayerSelector$5 (true) size 923]
o$8=[o$8 : o$8 => net.minecraft.command.PlayerSelector$8 (true) size 765]
eu$a=[eu$a : eu$a => net.minecraft.util.IChatComponent$Serializer (true) size 5217]
o$7=[o$7 : o$7 => net.minecraft.command.PlayerSelector$7 (true) size 674]
bkn=[bkn : bkn => net.minecraft.client.renderer.entity.layers.LayerArmorBase (false) size 7087]
o$9=[o$9 : o$9 => net.minecraft.command.PlayerSelector$9 (true) size 717]
bgx$a=[bgx$a : bgx$a => net.minecraft.client.renderer.block.statemap.StateMap$Builder (false) size 1479]
jr=[jr : jr => net.minecraft.network.status.server.S00PacketServerInfo (true) size 1204]
js=[js : js => net.minecraft.network.ServerStatusResponse (true) size 1664]
bkx=[bkx : bkx => net.minecraft.client.renderer.entity.layers.LayerBipedArmor (false) size 1779]
jy=[jy : jy => net.minecraft.util.ResourceLocation (true) size 1356]
cq$1=[cq$1 : cq$1 => net.minecraft.util.EnumFacing$1 (true) size 993]
kb=[kb : kb => net.minecraft.init.Bootstrap (true) size 2292]
ayf$a$1=[ayf$a$1 : ayf$a$1 => net.minecraft.client.gui.achievement.GuiStats$StatsBlock$1 (false) size 1611]
lo$1=[lo$1 : lo$1 => net.minecraft.server.network.NetHandlerLoginServer$1 (true) size 542]
lo$2=[lo$2 : lo$2 => net.minecraft.server.network.NetHandlerLoginServer$2 (true) size 1694]
bdb$4=[bdb$4 : bdb$4 => net.minecraft.client.multiplayer.WorldClient$4 (false) size 970]
ko=[ko : ko => net.minecraft.server.dedicated.DedicatedServer (true) size 12092]
kp=[kp : kp => net.minecraft.server.dedicated.ServerHangWatchdog (true) size 3081]
bln=[bln : bln => net.minecraft.client.renderer.entity.RenderPlayer (false) size 6103]
afh$a=[afh$a : afh$a => net.minecraft.block.Block$EnumOffsetType (false) size 1095]
kr=[kr : kr => net.minecraft.server.gui.MinecraftServerGui (true) size 4086]
afh$b=[afh$b : afh$b => net.minecraft.block.Block$SoundType (true) size 570]
kz=[kz : kz => net.minecraft.world.WorldServerMulti (true) size 1425]
la=[la : la => net.minecraft.entity.EntityTracker (true) size 5621]
lc=[lc : lc => net.minecraft.server.management.PlayerManager (true) size 5775]
ld=[ld : ld => net.minecraft.world.gen.ChunkProviderServer (true) size 8421]
le=[le : le => net.minecraft.world.WorldServer (true) size 24460]
bmf=[bmf : bmf => net.minecraft.client.renderer.texture.Stitcher (false) size 6041]
lf=[lf : lf => net.minecraft.entity.player.EntityPlayerMP (true) size 22934]
lg=[lg : lg => net.minecraft.server.management.ItemInWorldManager (true) size 8120]
lh=[lh : lh => net.minecraft.entity.EntityTrackerEntry (true) size 10496]
bmh=[bmh : bmh => net.minecraft.client.renderer.texture.TextureMap (false) size 11793]
bdb$3=[bdb$3 : bdb$3 => net.minecraft.client.multiplayer.WorldClient$3 (false) size 858]
bdb$2=[bdb$2 : bdb$2 => net.minecraft.client.multiplayer.WorldClient$2 (false) size 1058]
bmj=[bmj : bmj => net.minecraft.client.renderer.texture.TextureManager (false) size 5403]
bdb$1=[bdb$1 : bdb$1 => net.minecraft.client.multiplayer.WorldClient$1 (false) size 1054]
lk=[lk : lk => net.minecraft.client.network.NetHandlerHandshakeMemory (false) size 1177]
bmi=[bmi : bmi => net.minecraft.client.renderer.texture.TextureAtlasSprite (false) size 9523]
bml=[bml : bml => net.minecraft.client.renderer.texture.TextureUtil (false) size 9586]
ll=[ll : ll => net.minecraft.network.NetworkSystem (true) size 3906]
lm=[lm : lm => net.minecraft.network.NetHandlerPlayServer (true) size 25543]
ln=[ln : ln => net.minecraft.server.network.NetHandlerHandshakeTCP (true) size 1441]
cq$b=[cq$b : cq$b => net.minecraft.util.EnumFacing$AxisDirection (true) size 672]
cq$c=[cq$c : cq$c => net.minecraft.util.EnumFacing$Plane (true) size 1341]
lo=[lo : lo => net.minecraft.server.network.NetHandlerLoginServer (true) size 4167]
cq$a=[cq$a : cq$a => net.minecraft.util.EnumFacing$Axis (true) size 1567]
bmv=[bmv : bmv => net.minecraft.client.renderer.vertex.VertexFormatElement (false) size 2642]
bmx=[bmx : bmx => net.minecraft.client.resources.AbstractResourcePack (false) size 3967]
lx=[lx : lx => net.minecraft.server.management.ServerConfigurationManager (true) size 20587]
es$2=[es$2 : es$2 => net.minecraft.util.ChatComponentStyle$2 (true) size 346]
es$1=[es$1 : es$1 => net.minecraft.util.ChatComponentStyle$1 (true) size 202]
uk$1=[uk$1 : uk$1 => net.minecraft.entity.boss.EntityWither$1 (true) size 195]
bnb=[bnb : bnb => net.minecraft.client.resources.FallbackResourceManager (false) size 3499]
ato$5=[ato$5 : ato$5 => net.minecraft.world.storage.WorldInfo$5 (true) size 585]
ato$4=[ato$4 : ato$4 => net.minecraft.world.storage.WorldInfo$4 (true) size 555]
ato$7=[ato$7 : ato$7 => net.minecraft.world.storage.WorldInfo$7 (true) size 761]
bnn=[bnn : bnn => net.minecraft.client.resources.SimpleReloadableResourceManager (false) size 5250]
ato$6=[ato$6 : ato$6 => net.minecraft.world.storage.WorldInfo$6 (true) size 470]
ato$1=[ato$1 : ato$1 => net.minecraft.world.storage.WorldInfo$1 (true) size 485]
ato$3=[ato$3 : ato$3 => net.minecraft.world.storage.WorldInfo$3 (true) size 449]
bns=[bns : bns => net.minecraft.client.resources.LanguageManager (false) size 4267]
ato$2=[ato$2 : ato$2 => net.minecraft.world.storage.WorldInfo$2 (true) size 711]
bnt=[bnt : bnt => net.minecraft.client.resources.Locale (false) size 5399]
lo$a=[lo$a : lo$a => net.minecraft.server.network.NetHandlerLoginServer$LoginState (true) size 248]
na=[na : na => net.minecraft.stats.StatList (true) size 8272]
ato$9=[ato$9 : ato$9 => net.minecraft.world.storage.WorldInfo$9 (true) size 702]
ato$8=[ato$8 : ato$8 => net.minecraft.world.storage.WorldInfo$8 (true) size 677]
bpx$a=[bpx$a : bpx$a => net.minecraft.client.audio.SoundManager$SoundSystemStarterThread (false) size 1479]
bor=[bor : bor => net.minecraft.client.resources.model.ModelRotation (false) size 5654]
boq=[boq : boq => net.minecraft.client.resources.model.IBakedModel (false) size 554]
bot=[bot : bot => net.minecraft.client.resources.model.ModelBakery (false) size 29732]
bou=[bou : bou => net.minecraft.client.resources.model.ModelManager (false) size 1595]
aqj$1=[aqj$1 : aqj$1 => net.minecraft.world.gen.structure.StructureNetherBridgePieces$1 (true) size 192]
js$c$a=[js$c$a : js$c$a => net.minecraft.network.ServerStatusResponse$MinecraftProtocolVersionIdentifier$Serializer (true) size 964]
ob=[ob : ob => net.minecraft.util.WeightedRandomChestContent (true) size 2018]
wm$1=[wm$1 : wm$1 => net.minecraft.entity.player.InventoryPlayer$1 (true) size 509]
bpo=[bpo : bpo => net.minecraft.server.integrated.IntegratedServer (false) size 9961]
lm$3=[lm$3 : lm$3 => net.minecraft.network.NetHandlerPlayServer$3 (true) size 572]
lm$4=[lm$4 : lm$4 => net.minecraft.network.NetHandlerPlayServer$4 (true) size 1295]
bpx=[bpx : bpx => net.minecraft.client.audio.SoundManager (false) size 13386]
aqj$e=[aqj$e : aqj$e => net.minecraft.world.gen.structure.StructureNetherBridgePieces$Corridor4 (true) size 2261]
aqj$d=[aqj$d : aqj$d => net.minecraft.world.gen.structure.StructureNetherBridgePieces$Corridor3 (true) size 2041]
aqj$c=[aqj$c : aqj$c => net.minecraft.world.gen.structure.StructureNetherBridgePieces$Straight (true) size 1861]
aqj$b=[aqj$b : aqj$b => net.minecraft.world.gen.structure.StructureNetherBridgePieces$End (true) size 1815]
aqj$i=[aqj$i : aqj$i => net.minecraft.world.gen.structure.StructureNetherBridgePieces$Corridor5 (true) size 1632]
pe=[pe : pe => net.minecraft.potion.Potion (true) size 8717]
aqj$h=[aqj$h : aqj$h => net.minecraft.world.gen.structure.StructureNetherBridgePieces$Corridor (true) size 2416]
aqj$g=[aqj$g : aqj$g => net.minecraft.world.gen.structure.StructureNetherBridgePieces$Crossing2 (true) size 1648]
pf=[pf : pf => net.minecraft.potion.PotionEffect (true) size 5089]
aqj$f=[aqj$f : aqj$f => net.minecraft.world.gen.structure.StructureNetherBridgePieces$Entrance (true) size 2921]
ph=[ph : ph => net.minecraft.entity.EntityAgeable (true) size 3481]
pk=[pk : pk => net.minecraft.entity.Entity (true) size 45832]
lm$1=[lm$1 : lm$1 => net.minecraft.network.NetHandlerPlayServer$1 (true) size 418]
aqj$a=[aqj$a : aqj$a => net.minecraft.world.gen.structure.StructureNetherBridgePieces$Crossing3 (true) size 2629]
pm=[pm : pm => net.minecraft.entity.EntityList (true) size 7752]
lm$2=[lm$2 : lm$2 => net.minecraft.network.NetHandlerPlayServer$2 (true) size 281]
zw$17=[zw$17 : zw$17 => net.minecraft.item.Item$17 (true) size 201]
pp=[pp : pp => net.minecraft.entity.item.EntityXPOrb (true) size 4530]
zw$16=[zw$16 : zw$16 => net.minecraft.item.Item$16 (true) size 520]
pr=[pr : pr => net.minecraft.entity.EntityLivingBase (true) size 30724]
ps=[ps : ps => net.minecraft.entity.EntityLiving (true) size 18157]
zw$13=[zw$13 : zw$13 => net.minecraft.item.Item$13 (true) size 215]
bqs=[bqs : bqs => net.minecraft.client.renderer.OpenGlHelper (false) size 16644]
zw$12=[zw$12 : zw$12 => net.minecraft.item.Item$12 (true) size 219]
pv=[pv : pv => net.minecraft.entity.EntitySpawnPlacementRegistry (true) size 1607]
zw$15=[zw$15 : zw$15 => net.minecraft.item.Item$15 (true) size 443]
zw$14=[zw$14 : zw$14 => net.minecraft.item.Item$14 (true) size 217]
zw$11=[zw$11 : zw$11 => net.minecraft.item.Item$11 (true) size 544]
zw$10=[zw$10 : zw$10 => net.minecraft.item.Item$10 (true) size 543]
bmv$a=[bmv$a : bmv$a => net.minecraft.client.renderer.vertex.VertexFormatElement$EnumType (false) size 1940]
bmv$b=[bmv$b : bmv$b => net.minecraft.client.renderer.vertex.VertexFormatElement$EnumUsage (false) size 2270]
bdg$2=[bdg$2 : bdg$2 => net.minecraft.client.network.OldServerPinger$2 (false) size 1596]
bdg$1=[bdg$1 : bdg$1 => net.minecraft.client.network.OldServerPinger$1 (false) size 3729]
bcy$3$1$1=[bcy$3$1$1 : bcy$3$1$1 => net.minecraft.client.network.NetHandlerPlayClient$3$1$1 (false) size 1238]
aho$1=[aho$1 : aho$1 => net.minecraft.block.BlockHugeMushroom$1 (true) size 444]
ps$a=[ps$a : ps$a => net.minecraft.entity.EntityLiving$SpawnPlacementType (true) size 185]
rl=[rl : rl => net.minecraft.entity.ai.EntityAIAttackOnCollide (true) size 3058]
alu$1=[alu$1 : alu$1 => net.minecraft.tileentity.TileEntityPiston$1 (true) size 427]
anh$a=[anh$a : anh$a => net.minecraft.world.chunk.storage.RegionFile$ChunkBuffer (true) size 529]
ajb$a=[ajb$a : ajb$a => net.minecraft.block.BlockRedstoneWire$EnumAttachPosition (true) size 234]
aho$a=[aho$a : aho$a => net.minecraft.block.BlockHugeMushroom$EnumType (true) size 1652]
aoi$a=[aoi$a : aoi$a => net.minecraft.world.gen.feature.WorldGenBigTree$FoliageCoordinates (true) size 264]
net.minecraft.server.MinecraftServer$2=[net/minecraft/server/MinecraftServer$2 : net.minecraft.server.MinecraftServer$2 => net.minecraft.server.MinecraftServer$2 (true) size 833]
bcy$3$1=[bcy$3$1 : bcy$3$1 => net.minecraft.client.network.NetHandlerPlayClient$3$1 (false) size 1698]
net.minecraft.server.MinecraftServer$1=[net/minecraft/server/MinecraftServer$1 : net.minecraft.server.MinecraftServer$1 => net.minecraft.server.MinecraftServer$1 (true) size 1120]
net.minecraft.server.MinecraftServer$4=[net/minecraft/server/MinecraftServer$4 : net.minecraft.server.MinecraftServer$4 => net.minecraft.server.MinecraftServer$4 (true) size 491]
net.minecraft.server.MinecraftServer$3=[net/minecraft/server/MinecraftServer$3 : net.minecraft.server.MinecraftServer$3 => net.minecraft.server.MinecraftServer$3 (true) size 820]
tp=[tp : tp => net.minecraft.entity.passive.EntityHorse (true) size 25408]
tr=[tr : tr => net.minecraft.entity.passive.EntityMooshroom (true) size 2542]
akc$a=[akc$a : akc$a => net.minecraft.block.BlockTallGrass$EnumType (true) size 932]
ts=[ts : ts => net.minecraft.entity.passive.EntityOcelot (true) size 5981]
tv=[tv : tv => net.minecraft.entity.passive.EntitySheep (true) size 7868]
xl$a=[xl$a : xl$a => net.minecraft.inventory.ContainerBeacon$BeaconSlot (true) size 637]
uc=[uc : uc => net.minecraft.entity.boss.IBossDisplayData (false) size 160]
ug=[ug : ug => net.minecraft.entity.boss.EntityDragon (true) size 13302]
uk=[uk : uk => net.minecraft.entity.boss.EntityWither (true) size 11641]
un=[un : un => net.minecraft.entity.EntityHanging (true) size 4897]
uo=[uo : uo => net.minecraft.entity.item.EntityItemFrame (true) size 4540]
ur=[ur : ur => net.minecraft.entity.projectile.EntityFishHook (true) size 12823]
avv$1=[avv$1 : avv$1 => net.minecraft.client.gui.GuiOverlayDebug$1 (false) size 628]
aju$a=[aju$a : aju$a => net.minecraft.block.BlockStairs$EnumHalf (true) size 207]
uv=[uv : uv => net.minecraft.entity.effect.EntityLightningBolt (true) size 1648]
aju$b=[aju$b : aju$b => net.minecraft.block.BlockStairs$EnumShape (true) size 233]
uz=[uz : uz => net.minecraft.entity.item.EntityItem (true) size 8745]
va=[va : va => net.minecraft.entity.item.EntityMinecart (true) size 22099]
vc=[vc : vc => net.minecraft.entity.EntityMinecartCommandBlock (true) size 2132]
vd=[vd : vd => net.minecraft.entity.item.EntityMinecartContainer (true) size 5578]
ve=[ve : ve => net.minecraft.entity.item.EntityMinecartFurnace (true) size 3987]
vf=[vf : vf => net.minecraft.entity.item.EntityMinecartHopper (true) size 3577]
vg=[vg : vg => net.minecraft.entity.item.EntityMinecartEmpty (true) size 1422]
dn$2=[dn$2 : dn$2 => net.minecraft.nbt.NBTTagCompound$2 (true) size 525]
aqo$a=[aqo$a : aqo$a => net.minecraft.world.gen.structure.MapGenStronghold$Start (true) size 587]
dn$1=[dn$1 : dn$1 => net.minecraft.nbt.NBTTagCompound$1 (true) size 606]
vo=[vo : vo => net.minecraft.entity.monster.EntityEnderman (true) size 8161]
vu=[vu : vu => net.minecraft.entity.monster.EntityMagmaCube (true) size 2342]
akv$a=[akv$a : akv$a => net.minecraft.tileentity.TileEntityBeacon$BeamSegment (true) size 545]
wb=[wb : wb => net.minecraft.entity.monster.EntitySlime (true) size 6477]
we=[we : we => net.minecraft.entity.monster.EntityZombie (true) size 14856]
ave$2=[ave$2 : ave$2 => net.minecraft.client.Minecraft$2 (false) size 693]
azk$1=[azk$1 : azk$1 => net.minecraft.client.gui.ServerListEntryNormal$1 (false) size 1317]
ave$3=[ave$3 : ave$3 => net.minecraft.client.Minecraft$3 (false) size 881]
wi=[wi : wi => net.minecraft.entity.passive.EntityVillager (true) size 17572]
ave$1=[ave$1 : ave$1 => net.minecraft.client.Minecraft$1 (false) size 1116]
wm=[wm : wm => net.minecraft.entity.player.InventoryPlayer (true) size 9134]
wn=[wn : wn => net.minecraft.entity.player.EntityPlayer (true) size 40422]
ayf$c$1=[ayf$c$1 : ayf$c$1 => net.minecraft.client.gui.achievement.GuiStats$StatsItem$1 (false) size 1501]
bfk$1=[bfk$1 : bfk$1 => net.minecraft.client.renderer.EntityRenderer$1 (false) size 751]
bfk$2=[bfk$2 : bfk$2 => net.minecraft.client.renderer.EntityRenderer$2 (false) size 927]
bfk$3=[bfk$3 : bfk$3 => net.minecraft.client.renderer.EntityRenderer$3 (false) size 1157]
bfk$4=[bfk$4 : bfk$4 => net.minecraft.client.renderer.EntityRenderer$4 (false) size 1247]
i$a=[i$a : i$a => net.minecraft.command.CommandBase$CoordinateArg (true) size 377]
xa=[xa : xa => net.minecraft.entity.item.EntityEnderPearl (true) size 2806]
ave$8=[ave$8 : ave$8 => net.minecraft.client.Minecraft$8 (false) size 776]
ave$9=[ave$9 : ave$9 => net.minecraft.client.Minecraft$9 (false) size 887]
ave$6=[ave$6 : ave$6 => net.minecraft.client.Minecraft$6 (false) size 799]
ave$7=[ave$7 : ave$7 => net.minecraft.client.Minecraft$7 (false) size 1024]
ave$4=[ave$4 : ave$4 => net.minecraft.client.Minecraft$4 (false) size 881]
ave$5=[ave$5 : ave$5 => net.minecraft.client.Minecraft$5 (false) size 809]
xi=[xi : xi => net.minecraft.inventory.Container (true) size 10965]
xk=[xk : xk => net.minecraft.inventory.ContainerRepair (true) size 6854]
xl=[xl : xl => net.minecraft.inventory.ContainerBeacon (true) size 2030]
xm=[xm : xm => net.minecraft.inventory.ContainerBrewingStand (true) size 2385]
xs=[xs : xs => net.minecraft.inventory.ContainerEnchantment (true) size 6322]
xv=[xv : xv => net.minecraft.inventory.SlotFurnaceOutput (true) size 1882]
xy=[xy : xy => net.minecraft.inventory.ContainerPlayer (true) size 2387]
bdg$2$1=[bdg$2$1 : bdg$2$1 => net.minecraft.client.network.OldServerPinger$2$1 (false) size 4473]
aqq$2=[aqq$2 : aqq$2 => net.minecraft.world.gen.structure.MapGenStructure$2 (true) size 588]
aqq$1=[aqq$1 : aqq$1 => net.minecraft.world.gen.structure.MapGenStructure$1 (true) size 611]
yf=[yf : yf => net.minecraft.inventory.SlotCrafting (true) size 2572]
yg=[yg : yg => net.minecraft.inventory.Slot (true) size 3318]
yj=[yj : yj => net.minecraft.item.ItemArmor (true) size 3048]
net.minecraft.server.MinecraftServer=[net/minecraft/server/MinecraftServer : net.minecraft.server.MinecraftServer => net.minecraft.server.MinecraftServer (true) size 30062]
bmi$1=[bmi$1 : bmi$1 => net.minecraft.client.renderer.texture.TextureAtlasSprite$1 (false) size 1457]
yo=[yo : yo => net.minecraft.item.ItemBlock (true) size 3804]
aqn$b$a=[aqn$b$a : aqn$b$a => net.minecraft.world.gen.structure.ComponentScatteredFeaturePieces$JunglePyramid$Stones (true) size 445]
yt=[yt : yt => net.minecraft.item.ItemBow (true) size 2528]
aqq$3=[aqq$3 : aqq$3 => net.minecraft.world.gen.structure.MapGenStructure$3 (true) size 481]
yv=[yv : yv => net.minecraft.item.ItemBucket (true) size 2998]
yz=[yz : yz => net.minecraft.creativetab.CreativeTabs (true) size 5671]
wi$g=[wi$g : wi$g => net.minecraft.entity.passive.EntityVillager$PriceInfo (true) size 491]
wi$f=[wi$f : wi$f => net.minecraft.entity.passive.EntityVillager$ITradeList (true) size 134]
wi$e=[wi$e : wi$e => net.minecraft.entity.passive.EntityVillager$ListItemForEmeralds (true) size 671]
wi$d=[wi$d : wi$d => net.minecraft.entity.passive.EntityVillager$ItemAndEmeraldToItem (true) size 726]
wi$c=[wi$c : wi$c => net.minecraft.entity.passive.EntityVillager$ListEnchantedItemForEmeralds (true) size 749]
za=[za : za => net.minecraft.item.ItemTool (true) size 3543]
wi$b=[wi$b : wi$b => net.minecraft.entity.passive.EntityVillager$ListEnchantedBookForEmeralds (true) size 452]
bpx$1$1=[bpx$1$1 : bpx$1$1 => net.minecraft.client.audio.SoundManager$1$1 (false) size 1484]
lx$1=[lx$1 : lx$1 => net.minecraft.server.management.ServerConfigurationManager$1 (true) size 1157]
ze=[ze : ze => net.minecraft.item.ItemDye (true) size 4119]
zh=[zh : zh => net.minecraft.item.ItemEmptyMap (true) size 747]
aly$1=[aly$1 : aly$1 => net.minecraft.block.state.BlockStateBase$1 (true) size 431]
adm$1=[adm$1 : adm$1 => net.minecraft.world.World$1 (true) size 525]
wi$a=[wi$a : wi$a => net.minecraft.entity.passive.EntityVillager$EmeraldForItems (true) size 573]
zr=[zr : zr => net.minecraft.item.ItemFlintAndSteel (true) size 847]
adm$3=[adm$3 : adm$3 => net.minecraft.world.World$3 (true) size 593]
zv=[zv : zv => net.minecraft.item.ItemHoe (true) size 1945]
adm$2=[adm$2 : adm$2 => net.minecraft.world.World$2 (true) size 820]
zw=[zw : zw => net.minecraft.item.Item (true) size 36413]
zx=[zx : zx => net.minecraft.item.ItemStack (true) size 20227]
adm$4=[adm$4 : adm$4 => net.minecraft.world.World$4 (true) size 456]
yz$3=[yz$3 : yz$3 => net.minecraft.creativetab.CreativeTabs$3 (true) size 714]
yz$4=[yz$4 : yz$4 => net.minecraft.creativetab.CreativeTabs$4 (true) size 467]
yz$5=[yz$5 : yz$5 => net.minecraft.creativetab.CreativeTabs$5 (true) size 570]
yz$6=[yz$6 : yz$6 => net.minecraft.creativetab.CreativeTabs$6 (true) size 467]
yz$7=[yz$7 : yz$7 => net.minecraft.creativetab.CreativeTabs$7 (true) size 467]
yz$8=[yz$8 : yz$8 => net.minecraft.creativetab.CreativeTabs$8 (true) size 462]
yz$9=[yz$9 : yz$9 => net.minecraft.creativetab.CreativeTabs$9 (true) size 466]
pm$a=[pm$a : pm$a => net.minecraft.entity.EntityList$EntityEggInfo (true) size 1406]
yz$1=[yz$1 : yz$1 => net.minecraft.creativetab.CreativeTabs$1 (true) size 466]
yz$2=[yz$2 : yz$2 => net.minecraft.creativetab.CreativeTabs$2 (true) size 507]
bcy$3=[bcy$3 : bcy$3 => net.minecraft.client.network.NetHandlerPlayClient$3 (false) size 982]
bcy$2=[bcy$2 : bcy$2 => net.minecraft.client.network.NetHandlerPlayClient$2 (false) size 1135]
bcy$1=[bcy$1 : bcy$1 => net.minecraft.client.network.NetHandlerPlayClient$1 (false) size 1135]
xy$1=[xy$1 : xy$1 => net.minecraft.inventory.ContainerPlayer$1 (true) size 861]
bcy$4=[bcy$4 : bcy$4 => net.minecraft.client.network.NetHandlerPlayClient$4 (false) size 968]
aea$3=[aea$3 : aea$3 => net.minecraft.world.biome.BiomeColorHelper$3 (false) size 545]
aea$1=[aea$1 : aea$1 => net.minecraft.world.biome.BiomeColorHelper$1 (false) size 528]
aea$2=[aea$2 : aea$2 => net.minecraft.world.biome.BiomeColorHelper$2 (false) size 528]
bgr$1=[bgr$1 : bgr$1 => net.minecraft.client.renderer.block.model.ItemCameraTransforms$1 (false) size 782]
ek$6=[ek$6 : ek$6 => net.minecraft.network.NetworkManager$6 (false) size 1022]
ek$5=[ek$5 : ek$5 => net.minecraft.network.NetworkManager$5 (false) size 1784]
ek$4=[ek$4 : ek$4 => net.minecraft.network.NetworkManager$4 (true) size 850]
ek$3=[ek$3 : ek$3 => net.minecraft.network.NetworkManager$3 (true) size 137]
ek$2=[ek$2 : ek$2 => net.minecraft.network.NetworkManager$2 (true) size 137]
ek$1=[ek$1 : ek$1 => net.minecraft.network.NetworkManager$1 (true) size 147]
aea$a=[aea$a : aea$a => net.minecraft.world.biome.BiomeColorHelper$ColorResolver (false) size 332]
ahu$1=[ahu$1 : ahu$1 => net.minecraft.block.BlockLever$1 (true) size 1193]
le$a=[le$a : le$a => net.minecraft.world.WorldServer$ServerBlockEventList (true) size 173]
ek$a=[ek$a : ek$a => net.minecraft.network.NetworkManager$InboundHandlerTuplePacketListener (true) size 392]
aiv$1=[aiv$1 : aiv$1 => net.minecraft.block.BlockPumpkin$1 (true) size 190]
atg$a=[atg$a : atg$a => net.minecraft.world.storage.MapData$MapInfo (true) size 609]
bgr$b=[bgr$b : bgr$b => net.minecraft.client.renderer.block.model.ItemCameraTransforms$TransformType (false) size 1448]
bgr$a=[bgr$a : bgr$a => net.minecraft.client.renderer.block.model.ItemCameraTransforms$Deserializer (false) size 2422]
ahu$a=[ahu$a : ahu$a => net.minecraft.block.BlockLever$EnumOrientation (true) size 2144]
we$1=[we$1 : we$1 => net.minecraft.entity.monster.EntityZombie$1 (true) size 106]
le$1=[le$1 : le$1 => net.minecraft.world.WorldServer$1 (true) size 543]
auh$a=[auh$a : auh$a => net.minecraft.util.MovingObjectPosition$MovingObjectType (true) size 207]
pk$1=[pk$1 : pk$1 => net.minecraft.entity.Entity$1 (true) size 626]
pk$2=[pk$2 : pk$2 => net.minecraft.entity.Entity$2 (true) size 437]
pk$3=[pk$3 : pk$3 => net.minecraft.entity.Entity$3 (true) size 485]
pk$4=[pk$4 : pk$4 => net.minecraft.entity.Entity$4 (true) size 485]
net.minecraft.realms.RealmsConnect=[net/minecraft/realms/RealmsConnect : net.minecraft.realms.RealmsConnect => net.minecraft.realms.RealmsConnect (false) size 2243]
[20:21:32] [main/DEBUG] [FML/]: Loading deobfuscation resource /deobfuscation_data-1.8.9.lzma with 27891 records
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class aak (input size 1864), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for aak (new size 2981)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class aan (input size 1014), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for aan (new size 1628)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class aao (input size 1049), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for aao (new size 1706)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class aat (input size 3753), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for aat (new size 4690)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class aay (input size 2828), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for aay (new size 3294)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class abm (input size 4292), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for abm (new size 4296)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class abo (input size 4241), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for abo (new size 4879)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class abv (input size 2230), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for abv (new size 2285)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class abw (input size 2137), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for abw (new size 2135)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class aci (input size 5506), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for aci (new size 6764)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class ack$a (input size 626), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for ack$a (new size 689)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class ack$b (input size 626), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for ack$b (new size 689)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class ack$d (input size 628), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for ack$d (new size 691)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class ack$e (input size 624), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for ack$e (new size 687)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class ack (input size 9074), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for ack (new size 9500)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class adf (input size 0), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for adf (new size 1264)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class adi (input size 6421), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for adi (new size 7826)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class adm$1 (input size 817), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for adm$1 (new size 872)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class adm$2 (input size 1447), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for adm$2 (new size 1480)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class adm$3 (input size 1016), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for adm$3 (new size 1038)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class adm$4 (input size 772), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for adm$4 (new size 794)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class adm (input size 56021), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for adm (new size 68769)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class adr (input size 2038), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for adr (new size 6086)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class adt (input size 7002), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for adt (new size 8132)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class adv (input size 2024), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for adv (new size 4160)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class ady$1 (input size 553), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for ady$1 (new size 624)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class ady$a (input size 481), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for ady$a (new size 524)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class ady$b (input size 979), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for ady$b (new size 1000)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class ady$c (input size 992), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for ady$c (new size 1063)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class ady (input size 14563), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for ady (new size 18196)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class aea (input size 0), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for aea (new size 1865)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class aeb (input size 9169), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for aeb (new size 12725)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class aec (input size 5906), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for aec (new size 7142)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class aee (input size 2973), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for aee (new size 4069)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class aeg$1 (input size 655), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for aeg$1 (new size 702)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class aeg$2 (input size 609), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for aeg$2 (new size 662)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class aeg (input size 3879), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for aeg (new size 4950)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class aej (input size 2617), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for aej (new size 2706)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class aeo (input size 2531), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for aeo (new size 3137)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class afa$1 (input size 557), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for afa$1 (new size 615)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class afa (input size 2870), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for afa (new size 3788)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class afe$1 (input size 827), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for afe$1 (new size 913)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class afe$a (input size 6428), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for afe$a (new size 6522)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class afe$b (input size 2417), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for afe$b (new size 2492)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class afe (input size 3321), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for afe (new size 4891)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class afh$a (input size 0), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for afh$a (new size 1086)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class afh$b (input size 982), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for afh$b (new size 1017)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class afh (input size 35893), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for afh (new size 57240)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class afn$1 (input size 638), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for afn$1 (new size 700)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class afn (input size 7414), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for afn (new size 7538)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class afo (input size 3363), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for afo (new size 4323)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class afs (input size 10046), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for afs (new size 9762)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class afu$1 (input size 557), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for afu$1 (new size 614)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class afu (input size 4920), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for afu (new size 5992)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class afx$1 (input size 805), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for afx$1 (new size 859)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class afx$a (input size 1195), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for afx$a (new size 1227)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class afx (input size 7230), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for afx (new size 8067)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class afz (input size 4647), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for afz (new size 5626)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class agd (input size 6073), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for agd (new size 7149)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class agh$a (input size 1137), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for agh$a (new size 1153)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class agh$b (input size 1135), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for agh$b (new size 1151)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class agh (input size 8683), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for agh (new size 9356)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class agi$a (input size 1137), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for agi$a (new size 1160)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class agi$b (input size 2271), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for agi$b (new size 2368)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class agi (input size 6502), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for agi (new size 8472)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class agk (input size 1629), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for agk (new size 1898)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class agr (input size 2281), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for agr (new size 2395)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class ags$1 (input size 0), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for ags$1 (new size 659)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class ags (input size 3714), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for ags (new size 4654)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class agv (input size 8893), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for agv (new size 11366)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class agx$1 (input size 1123), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for agx$1 (new size 1259)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class agx$a (input size 2823), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for agx$a (new size 2846)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class agx (input size 6751), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for agx (new size 8429)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class ahe (input size 3632), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for ahe (new size 4466)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class ahh$a (input size 1183), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for ahh$a (new size 1201)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class ahh (input size 2555), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for ahh (new size 3457)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class aho$1 (input size 532), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for aho$1 (new size 617)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class aho$a (input size 2501), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for aho$a (new size 2566)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class aho (input size 2075), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for aho (new size 3376)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class ahr$1 (input size 557), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for ahr$1 (new size 615)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class ahr (input size 3414), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for ahr (new size 4013)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class ahs (input size 5018), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for ahs (new size 7486)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class ahu$1 (input size 1202), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for ahu$1 (new size 1371)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class ahu$a (input size 3100), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for ahu$a (new size 3271)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class ahu (input size 5638), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for ahu (new size 6006)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class ahw$1 (input size 533), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for ahw$1 (new size 597)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class ahw$a (input size 1564), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for ahw$a (new size 1634)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class ahw (input size 2099), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for ahw (new size 2202)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class aib (input size 2368), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for aib (new size 2998)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class aid (input size 2641), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for aid (new size 3405)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class aif (input size 2899), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for aif (new size 3718)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class aii (input size 2860), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for aii (new size 3824)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class aik (input size 2828), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for aik (new size 4518)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class aiv (input size 4819), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for aiv (new size 5009)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class aiw$1 (input size 533), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for aiw$1 (new size 600)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class aiw$a (input size 1933), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for aiw$a (new size 2015)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class aiw (input size 2265), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for aiw (new size 3907)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class aja (input size 3261), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for aja (new size 3787)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class ajb$a (input size 1254), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for ajb$a (new size 1280)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class ajb (input size 8842), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for ajb (new size 10337)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class aje (input size 3329), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for aje (new size 4505)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class ajg (input size 651), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for ajg (new size 1702)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class ajj$1 (input size 664), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for ajj$1 (new size 738)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class ajj (input size 5564), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for ajj (new size 6349)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class ajm$2 (input size 599), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for ajm$2 (new size 656)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class ajm (input size 7389), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for ajm (new size 8238)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class ajp (input size 4064), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for ajp (new size 4386)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class aju$a (input size 1183), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for aju$a (new size 1203)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class aju$b (input size 1442), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for aju$b (new size 1462)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class aju (input size 13262), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for aju (new size 13917)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class ajx (input size 4899), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for ajx (new size 6103)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class akc$a (input size 1683), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for akc$a (new size 1753)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class akc (input size 3279), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for akc (new size 5223)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class akd (input size 3832), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for akd (new size 4572)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class akf$2 (input size 638), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for akf$2 (new size 699)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class akf (input size 4883), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for akf (new size 5962)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class akh$1 (input size 557), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for akh$1 (new size 617)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class akh$a (input size 1183), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for akh$a (new size 1205)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class akh (input size 5394), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for akh (new size 6301)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class akj$1 (input size 557), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for akj$1 (new size 621)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class akj (input size 8232), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for akj (new size 8638)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class akk$1 (input size 599), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for akk$1 (new size 655)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class akk (input size 9320), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for akk (new size 10433)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class akv$a (input size 505), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for akv$a (new size 762)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class akv (input size 7724), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for akv (new size 8462)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class akw$1 (input size 1129), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for akw$1 (new size 1156)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class akw$2 (input size 1567), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for akw$2 (new size 1601)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class akw$3 (input size 1639), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for akw$3 (new size 1679)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class akw (input size 5905), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for akw (new size 10883)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class akx (input size 7054), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for akx (new size 7440)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class aky$1 (input size 557), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for aky$1 (new size 619)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class aky (input size 7600), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for aky (new size 9165)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class alh (input size 7641), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for alh (new size 8953)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class alj (input size 11254), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for alj (new size 11854)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class alk (input size 1145), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for alk (new size 2480)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class alm (input size 1315), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for alm (new size 1490)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class aln$1 (input size 1481), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for aln$1 (new size 1596)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class aln$2 (input size 1580), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for aln$2 (new size 1672)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class aln (input size 3188), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for aln (new size 3576)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class als$1 (input size 638), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for als$1 (new size 704)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class als (input size 9161), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for als (new size 9761)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class alu$1 (input size 533), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for alu$1 (new size 605)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class alu (input size 3852), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for alu (new size 5194)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class alv (input size 5537), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for alv (new size 6274)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class alw (input size 3629), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for alw (new size 3729)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class aly (input size 2819), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for aly (new size 3086)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class ama$2 (input size 824), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for ama$2 (new size 915)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class ama$a (input size 5204), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for ama$a (new size 5762)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class ama (input size 4645), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for ama (new size 5647)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class ams (input size 5448), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for ams (new size 6006)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class amy$1 (input size 937), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for amy$1 (new size 989)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class amy$2 (input size 817), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for amy$2 (new size 845)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class amy$3 (input size 821), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for amy$3 (new size 849)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class amy$a (input size 929), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for amy$a (new size 943)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class amy (input size 25051), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for amy (new size 28683)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class amz (input size 2933), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for amz (new size 3200)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class anh$a (input size 590), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for anh$a (new size 667)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class anh (input size 5656), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for anh (new size 6068)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class anj (input size 11243), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for anj (new size 14225)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class anm (input size 3479), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for anm (new size 10647)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class anr (input size 4242), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for anr (new size 5725)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class anw (input size 10028), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for anw (new size 14764)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class aoa (input size 11687), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for aoa (new size 14981)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class aob (input size 6763), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for aob (new size 9246)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class aoi$a (input size 468), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for aoi$a (new size 513)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class aoi (input size 6719), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for aoi (new size 7213)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class aoj (input size 2686), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for aoj (new size 2974)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class aol (input size 1927), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for aol (new size 2037)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class aov (input size 1432), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for aov (new size 1682)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class aoz (input size 3179), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for aoz (new size 3318)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class apf (input size 3547), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for apf (new size 3913)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class apg (input size 2784), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for apg (new size 3279)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class api (input size 4843), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for api (new size 5185)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class apj (input size 2475), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for apj (new size 2747)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class apk (input size 2674), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for apk (new size 2963)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class apn (input size 4300), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for apn (new size 4899)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class app (input size 4074), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for app (new size 4320)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class aps (input size 2842), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for aps (new size 3133)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class apt (input size 3896), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for apt (new size 4285)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class apu (input size 1245), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for apu (new size 1321)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class apv (input size 5287), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for apv (new size 5759)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class aqg$1 (input size 557), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for aqg$1 (new size 628)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class aqg$a (input size 7186), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for aqg$a (new size 7595)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class aqg$b (input size 4681), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for aqg$b (new size 4819)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class aqg$c (input size 4313), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for aqg$c (new size 4664)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class aqg (input size 3035), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for aqg (new size 3482)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class aqj$1 (input size 557), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for aqj$1 (new size 631)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class aqj$b (input size 2321), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for aqj$b (new size 2527)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class aqj$h (input size 2850), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for aqj$h (new size 3323)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class aqj$j (input size 2854), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for aqj$j (new size 3323)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class aqj$l (input size 2862), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for aqj$l (new size 3088)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class aqj$m (input size 5561), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for aqj$m (new size 6215)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class aqj$n (input size 1104), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for aqj$n (new size 1233)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class aqj$q (input size 1390), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for aqj$q (new size 1579)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class aqj (input size 3583), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for aqj (new size 3815)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class aqn$1 (input size 473), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for aqn$1 (new size 551)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class aqn$a (input size 7822), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for aqn$a (new size 8260)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class aqn$b (input size 7016), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for aqn$b (new size 7554)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class aqn$c (input size 2124), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for aqn$c (new size 2382)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class aqn$d (input size 3008), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for aqn$d (new size 3196)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class aqo (input size 4111), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for aqo (new size 4542)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class aqp$3 (input size 830), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for aqp$3 (new size 995)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class aqp$a (input size 4029), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for aqp$a (new size 4557)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class aqp$b (input size 2458), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for aqp$b (new size 2713)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class aqp$c (input size 3731), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for aqp$c (new size 4002)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class aqp$e (input size 4965), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for aqp$e (new size 5568)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class aqp$f (input size 861), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for aqp$f (new size 936)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class aqp$g (input size 5639), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for aqp$g (new size 5984)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class aqp$j (input size 4924), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for aqp$j (new size 5460)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class aqp$l (input size 3478), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for aqp$l (new size 3865)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class aqp$m (input size 884), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for aqp$m (new size 969)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class aqp$n (input size 2990), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for aqp$n (new size 3257)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class aqp$p$a (input size 1014), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for aqp$p$a (new size 1060)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class aqp$p (input size 4348), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for aqp$p (new size 4808)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class aqp (input size 5702), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for aqp (new size 6308)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class aqq$1 (input size 911), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for aqq$1 (new size 959)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class aqq$2 (input size 901), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for aqq$2 (new size 951)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class aqq$3 (input size 837), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for aqq$3 (new size 869)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class aqq (input size 6256), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for aqq (new size 6586)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class aqt$1 (input size 557), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for aqt$1 (new size 622)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class aqt$a (input size 468), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for aqt$a (new size 494)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class aqt (input size 12690), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for aqt (new size 13212)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class aqu (input size 4210), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for aqu (new size 4754)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class aqw$1 (input size 557), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for aqw$1 (new size 626)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class aqw$b (input size 3521), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for aqw$b (new size 3690)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class aqw$c (input size 3128), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for aqw$c (new size 3297)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class aqw$e (input size 861), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for aqw$e (new size 933)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class aqw$g (input size 3741), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for aqw$g (new size 3925)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class aqw$h (input size 3590), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for aqw$h (new size 3777)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class aqw$j (input size 4773), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for aqw$j (new size 5214)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class aqw$k (input size 1450), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for aqw$k (new size 1691)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class aqw$l (input size 3774), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for aqw$l (new size 4074)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class aqw$n (input size 5220), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for aqw$n (new size 6810)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class arw (input size 2192), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for arw (new size 4305)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class ase$1 (input size 812), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for ase$1 (new size 847)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class ase$2 (input size 812), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for ase$2 (new size 848)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class ase (input size 4902), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for ase (new size 6769)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class atg$a (input size 1330), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for atg$a (new size 1363)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class atg (input size 6217), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for atg (new size 6572)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class atm (input size 5976), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for atm (new size 7418)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class ato$1 (input size 819), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for ato$1 (new size 845)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class ato$2 (input size 1163), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for ato$2 (new size 1189)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class ato$3 (input size 772), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for ato$3 (new size 798)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class ato$4 (input size 846), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for ato$4 (new size 872)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class ato$5 (input size 991), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for ato$5 (new size 1017)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class ato$6 (input size 824), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for ato$6 (new size 850)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class ato$7 (input size 1183), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for ato$7 (new size 1207)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class ato$8 (input size 1146), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for ato$8 (new size 1172)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class ato$9 (input size 1195), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for ato$9 (new size 1221)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class ato (input size 12390), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for ato (new size 13948)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class auh$a (input size 916), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for auh$a (new size 953)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class auh (input size 1698), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for auh (new size 1936)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class aui (input size 3360), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for aui (new size 3738)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class ave$1 (input size 0), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for ave$1 (new size 1107)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class ave$10 (input size 0), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for ave$10 (new size 1392)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class ave$11 (input size 0), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for ave$11 (new size 784)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class ave$12 (input size 0), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for ave$12 (new size 1511)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class ave$13 (input size 0), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for ave$13 (new size 858)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class ave$14 (input size 0), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for ave$14 (new size 913)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class ave$15 (input size 0), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for ave$15 (new size 773)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class ave$16 (input size 0), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for ave$16 (new size 545)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class ave$17 (input size 0), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for ave$17 (new size 633)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class ave$18 (input size 0), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for ave$18 (new size 625)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class ave$2 (input size 0), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for ave$2 (new size 684)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class ave$3 (input size 0), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for ave$3 (new size 872)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class ave$4 (input size 0), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for ave$4 (new size 872)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class ave$5 (input size 0), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for ave$5 (new size 800)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class ave$6 (input size 0), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for ave$6 (new size 790)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class ave$7 (input size 0), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for ave$7 (new size 1015)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class ave$8 (input size 0), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for ave$8 (new size 767)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class ave$9 (input size 0), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for ave$9 (new size 878)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class ave (input size 0), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for ave (new size 66036)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class avf (input size 0), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for avf (new size 1149)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class avh$2 (input size 0), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for avh$2 (new size 1255)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class avh$a (input size 0), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for avh$a (new size 7488)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class avh (input size 0), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for avh (new size 28648)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class avi (input size 0), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for avi (new size 4266)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class avm$a (input size 0), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for avm$a (new size 1864)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class avm (input size 0), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for avm (new size 3481)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class avn (input size 0), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for avn (new size 15749)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class avs (input size 0), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for avs (new size 3085)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class avv$1 (input size 0), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for avv$1 (new size 619)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class avv (input size 0), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for avv (new size 11178)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class awi (input size 0), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for awi (new size 9474)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class awv (input size 0), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for awv (new size 6974)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class awz$1 (input size 0), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for awz$1 (new size 2773)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class awz (input size 0), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for awz (new size 3898)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class axb (input size 0), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for axb (new size 10533)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class axp (input size 0), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for axp (new size 3443)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class axu (input size 0), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for axu (new size 19149)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class axv$a (input size 0), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for axv$a (new size 3380)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class axv (input size 0), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for axv (new size 7549)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class aya (input size 0), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for aya (new size 15246)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class aye (input size 0), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for aye (new size 12204)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class ayf$a$1 (input size 0), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for ayf$a$1 (new size 1602)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class ayf$a (input size 0), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for ayf$a (new size 2951)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class ayf$b (input size 0), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for ayf$b (new size 2102)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class ayf$c$1 (input size 0), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for ayf$c$1 (new size 1492)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class ayf$c (input size 0), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for ayf$c (new size 2836)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class ayf$d (input size 0), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for ayf$d (new size 3769)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class ayf$e (input size 0), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for ayf$e (new size 5309)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class ayf (input size 0), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for ayf (new size 6804)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class ayl (input size 0), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for ayl (new size 12320)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class ayu$a (input size 0), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for ayu$a (new size 2513)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class ayu$b (input size 0), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for ayu$b (new size 1821)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class ayu (input size 0), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for ayu (new size 16652)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class ayw (input size 0), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for ayw (new size 3332)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class azh (input size 0), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for azh (new size 9616)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class azk$1 (input size 0), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for azk$1 (new size 1308)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class azk (input size 0), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for azk (new size 8957)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class b$1 (input size 711), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for b$1 (new size 739)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class b$2 (input size 1017), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for b$2 (new size 1045)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class b$3 (input size 981), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for b$3 (new size 1009)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class b$4 (input size 1024), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for b$4 (new size 1052)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class b$5 (input size 1324), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for b$5 (new size 1382)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class b$6 (input size 1894), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for b$6 (new size 1974)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class b$7 (input size 730), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for b$7 (new size 758)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class b (input size 8294), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for b (new size 9163)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class bbo (input size 0), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for bbo (new size 2530)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class bbs (input size 0), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for bbs (new size 1925)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class bcg (input size 0), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for bcg (new size 994)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class bcr (input size 0), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for bcr (new size 3123)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class bct (input size 0), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for bct (new size 5579)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class bcx$1 (input size 0), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for bcx$1 (new size 1170)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class bcx (input size 0), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for bcx (new size 4849)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class bcy$1 (input size 0), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for bcy$1 (new size 1126)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class bcy$2 (input size 0), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for bcy$2 (new size 1126)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class bcy$3$1$1 (input size 0), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for bcy$3$1$1 (new size 1229)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class bcy$3$1 (input size 0), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for bcy$3$1 (new size 1689)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class bcy$3 (input size 0), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for bcy$3 (new size 973)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class bcy$4 (input size 0), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for bcy$4 (new size 959)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class bcy (input size 0), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for bcy (new size 40262)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class bcz (input size 0), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for bcz (new size 4773)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class bda (input size 0), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for bda (new size 10295)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class bdb$1 (input size 0), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for bdb$1 (new size 1045)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class bdb$2 (input size 0), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for bdb$2 (new size 1049)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class bdb$3 (input size 0), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for bdb$3 (new size 849)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class bdb$4 (input size 0), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for bdb$4 (new size 961)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class bdb (input size 0), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for bdb (new size 10429)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class bdg$1 (input size 0), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for bdg$1 (new size 3720)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class bdg$2$1 (input size 0), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for bdg$2$1 (new size 4464)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class bdg$2 (input size 0), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for bdg$2 (new size 1587)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class bdg (input size 0), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for bdg (new size 4117)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class bec$1 (input size 0), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for bec$1 (new size 851)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class bec$2 (input size 0), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for bec$2 (new size 1156)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class bec$3 (input size 0), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for bec$3 (new size 844)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class bec$4 (input size 0), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for bec$4 (new size 1154)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class bec (input size 0), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for bec (new size 12775)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class bet (input size 0), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for bet (new size 3816)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class bew (input size 0), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for bew (new size 14449)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class bfd$1 (input size 0), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for bfd$1 (new size 974)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class bfd$2 (input size 0), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for bfd$2 (new size 807)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class bfd$a (input size 0), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for bfd$a (new size 859)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class bfd (input size 0), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for bfd (new size 12984)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class bfi (input size 0), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for bfi (new size 2650)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class bfk$1 (input size 0), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for bfk$1 (new size 742)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class bfk$2 (input size 0), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for bfk$2 (new size 918)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class bfk$3 (input size 0), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for bfk$3 (new size 1148)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class bfk$4 (input size 0), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for bfk$4 (new size 1238)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class bfk (input size 0), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for bfk (new size 37298)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class bfn$1 (input size 0), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for bfn$1 (new size 661)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class bfn (input size 0), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for bfn (new size 12710)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class bfo (input size 0), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for bfo (new size 3321)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class bfr$1 (input size 0), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for bfr$1 (new size 934)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class bfr$2 (input size 0), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for bfr$2 (new size 641)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class bfr$a (input size 0), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for bfr$a (new size 1084)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class bfr (input size 0), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for bfr (new size 53307)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class bfw (input size 0), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for bfw (new size 5418)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class bgc$1 (input size 0), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for bgc$1 (new size 1072)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class bgc$2 (input size 0), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for bgc$2 (new size 567)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class bgc$3 (input size 0), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for bgc$3 (new size 1236)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class bgc$4 (input size 0), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for bgc$4 (new size 1236)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class bgc$5 (input size 0), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for bgc$5 (new size 1319)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class bgc$6 (input size 0), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for bgc$6 (new size 1535)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class bgc$7 (input size 0), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for bgc$7 (new size 1549)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class bgc$8 (input size 0), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for bgc$8 (new size 699)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class bgc (input size 0), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for bgc (new size 7653)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class bgd (input size 0), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for bgd (new size 4564)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class bgf$1 (input size 0), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for bgf$1 (new size 707)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class bgf$a (input size 0), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for bgf$a (new size 3799)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class bgf$b (input size 0), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for bgf$b (new size 5544)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class bgf$c (input size 0), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for bgf$c (new size 2155)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class bgf$d (input size 0), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for bgf$d (new size 2044)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class bgg (input size 0), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for bgg (new size 1329)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class bgm$b (input size 0), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for bgm$b (new size 514)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class bgm$c (input size 0), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for bgm$c (new size 1717)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class bgm$d (input size 0), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for bgm$d (new size 1511)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class bgm (input size 0), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for bgm (new size 2995)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class bgo$1 (input size 0), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for bgo$1 (new size 946)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class bgo (input size 0), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for bgo (new size 11011)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class bgq$a (input size 0), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for bgq$a (new size 3392)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class bgq (input size 0), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for bgq (new size 2252)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class bgr$1 (input size 0), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for bgr$1 (new size 773)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class bgr$b (input size 0), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for bgr$b (new size 1439)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class bgr (input size 0), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for bgr (new size 2619)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class bgx$a (input size 0), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for bgx$a (new size 1470)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class bgx (input size 0), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for bgx (new size 2603)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class bhc (input size 0), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for bhc (new size 5612)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class bhd (input size 0), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for bhd (new size 2258)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class bhi (input size 0), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for bhi (new size 3028)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class bht (input size 0), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for bht (new size 9474)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class biu (input size 0), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for biu (new size 12530)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class bjf (input size 0), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for bjf (new size 3978)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class bjg (input size 0), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for bjg (new size 6546)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class bjh$1 (input size 0), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for bjh$1 (new size 923)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class bjh$2 (input size 0), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for bjh$2 (new size 907)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class bjh$3 (input size 0), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for bjh$3 (new size 927)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class bjh$4 (input size 0), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for bjh$4 (new size 907)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class bjh$5 (input size 0), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for bjh$5 (new size 723)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class bjh$6 (input size 0), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for bjh$6 (new size 586)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class bjh$7 (input size 0), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for bjh$7 (new size 583)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class bjh$8 (input size 0), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for bjh$8 (new size 591)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class bjh$9 (input size 0), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for bjh$9 (new size 587)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class bjh (input size 0), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for bjh (new size 35201)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class bjl$1 (input size 0), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for bjl$1 (new size 662)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class bjl (input size 0), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for bjl (new size 14433)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class bkh (input size 0), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for bkh (new size 2188)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class bkn (input size 0), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for bkn (new size 7078)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class bln (input size 0), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for bln (new size 6094)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class bmf$a (input size 0), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for bmf$a (new size 2446)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class bmf$b (input size 0), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for bmf$b (new size 3076)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class bmf (input size 0), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for bmf (new size 6032)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class bmh$1 (input size 0), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for bmh$1 (new size 848)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class bmh$2 (input size 0), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for bmh$2 (new size 1068)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class bmh$3 (input size 0), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for bmh$3 (new size 1048)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class bmh (input size 0), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for bmh (new size 11784)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class bmi$1 (input size 0), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for bmi$1 (new size 1448)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class bmi (input size 0), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for bmi (new size 9514)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class bmj$1 (input size 0), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for bmj$1 (new size 909)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class bmj (input size 0), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for bmj (new size 5394)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class bml (input size 0), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for bml (new size 9577)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class bmv$a (input size 0), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for bmv$a (new size 1931)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class bmv$b (input size 0), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for bmv$b (new size 2261)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class bmv (input size 0), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for bmv (new size 2633)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class bmx (input size 0), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for bmx (new size 3958)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class bnb$a (input size 0), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for bnb$a (new size 1886)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class bnb (input size 0), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for bnb (new size 3490)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class bnn$1 (input size 0), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for bnn$1 (new size 846)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class bnn (input size 0), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for bnn (new size 5241)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class bns (input size 0), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for bns (new size 4258)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class bnt (input size 0), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for bnt (new size 5390)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class bor (input size 0), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for bor (new size 5645)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class bot$1 (input size 0), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for bot$1 (new size 890)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class bot$2 (input size 0), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for bot$2 (new size 1095)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class bot (input size 0), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for bot (new size 29723)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class bou (input size 0), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for bou (new size 1586)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class bpo$1 (input size 0), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for bpo$1 (new size 804)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class bpo$2 (input size 0), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for bpo$2 (new size 1553)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class bpo$3 (input size 0), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for bpo$3 (new size 1003)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class bpo (input size 0), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for bpo (new size 9952)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class bpx$1$1 (input size 0), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for bpx$1$1 (new size 1475)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class bpx$1 (input size 0), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for bpx$1 (new size 1250)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class bpx$2$1 (input size 0), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for bpx$2$1 (new size 922)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class bpx$2 (input size 0), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for bpx$2 (new size 647)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class bpx$a (input size 0), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for bpx$a (new size 1470)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class bpx (input size 0), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for bpx (new size 13377)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class bqs (input size 0), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for bqs (new size 16635)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class c$1 (input size 1406), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for c$1 (new size 1452)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class c$2 (input size 1430), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for c$2 (new size 1471)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class c$3 (input size 769), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for c$3 (new size 806)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class c$a (input size 1057), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for c$a (new size 1126)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class c (input size 5971), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for c (new size 6359)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class cj$1$1 (input size 1187), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for cj$1$1 (new size 1254)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class cj$1 (input size 680), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for cj$1 (new size 723)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class cj$2$1 (input size 1336), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for cj$2$1 (new size 1398)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class cj$2 (input size 702), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for cj$2 (new size 749)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class cj$a (input size 1158), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for cj$a (new size 1294)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class cj (input size 4365), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for cj (new size 4508)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class cq$1 (input size 988), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for cq$1 (new size 1146)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class cq$a (input size 2457), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for cq$a (new size 2678)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class cq$b (input size 1244), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for cq$b (new size 1286)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class cq$c (input size 2205), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for cq$c (new size 2303)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class cq (input size 4844), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for cq (new size 6552)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class dj (input size 3564), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for dj (new size 4917)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class dn$1 (input size 1024), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for dn$1 (new size 1065)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class dn$2 (input size 846), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for dn$2 (new size 892)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class dn (input size 10588), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for dn (new size 10695)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class dw (input size 970), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for dw (new size 1458)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class ea (input size 2055), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for ea (new size 2156)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class ek$4 (input size 1461), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for ek$4 (new size 1649)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class ek$5 (input size 0), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for ek$5 (new size 1775)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class ek$6 (input size 0), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for ek$6 (new size 1013)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class ek$a (input size 963), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for ek$a (new size 1015)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class ek (input size 11203), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for ek (new size 13558)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class es (input size 3422), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for es (new size 3789)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class eu$a (input size 7968), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for eu$a (new size 8162)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class ez (input size 6213), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for ez (new size 6815)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class gg (input size 1536), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for gg (new size 2167)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class i$a (input size 607), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for i$a (new size 662)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class i (input size 14327), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for i (new size 14827)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class im (input size 1446), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for im (new size 2141)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class j (input size 6352), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for j (new size 7046)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class jc (input size 1305), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for jc (new size 2390)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class jr (input size 1931), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for jr (new size 2185)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class js$a (input size 788), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for js$a (new size 857)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class js$c (input size 581), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for js$c (new size 625)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class js (input size 1102), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for js (new size 1862)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class jy (input size 1833), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for jy (new size 2173)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class kb$12 (input size 672), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for kb$12 (new size 1539)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class kb$16 (input size 1597), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for kb$16 (new size 1223)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class kb$2 (input size 863), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for kb$2 (new size 545)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class kb$3 (input size 1638), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for kb$3 (new size 545)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class kb$4 (input size 1509), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for kb$4 (new size 709)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class kb$5 (input size 1101), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for kb$5 (new size 711)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class kb$7 (input size 2280), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for kb$7 (new size 1083)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class kb$8 (input size 1178), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for kb$8 (new size 1383)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class kb (input size 2313), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for kb (new size 2749)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class ko$1 (input size 705), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for ko$1 (new size 730)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class ko$2 (input size 1237), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for ko$2 (new size 1411)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class ko$3 (input size 1149), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for ko$3 (new size 1180)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class ko$4 (input size 765), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for ko$4 (new size 797)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class ko (input size 14604), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for ko (new size 15426)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class kp$1 (input size 512), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for kp$1 (new size 547)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class kp (input size 4129), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for kp (new size 4521)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class kr$1 (input size 873), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for kr$1 (new size 948)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class kr$2 (input size 1112), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for kr$2 (new size 1184)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class kr$3 (input size 535), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for kr$3 (new size 579)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class kr$4 (input size 928), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for kr$4 (new size 1016)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class kr$5 (input size 753), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for kr$5 (new size 830)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class kr (input size 5204), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for kr (new size 5839)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class kz$1 (input size 1310), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for kz$1 (new size 1417)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class kz (input size 1333), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for kz (new size 1722)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class la$1 (input size 1140), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for la$1 (new size 1181)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class la (input size 6163), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for la (new size 7066)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class lc$a (input size 4503), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for lc$a (new size 6313)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class lc (input size 6720), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for lc (new size 7619)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class ld (input size 7437), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for ld (new size 10156)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class le$1 (input size 807), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for le$1 (new size 840)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class le (input size 23513), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for le (new size 27272)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class lf (input size 23379), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for lf (new size 25407)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class lg (input size 6198), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for lg (new size 8612)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class lh (input size 11579), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for lh (new size 12652)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class lk (input size 0), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for lk (new size 1168)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class ll$4 (input size 2101), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for ll$4 (new size 2261)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class ll$5 (input size 0), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for ll$5 (new size 1378)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class ll$6 (input size 779), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for ll$6 (new size 826)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class ll$7 (input size 1037), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for ll$7 (new size 1127)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class ll (input size 5730), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for ll (new size 6595)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class lm$1 (input size 1047), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for lm$1 (new size 1123)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class lm$2 (input size 511), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for lm$2 (new size 548)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class lm$3 (input size 860), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for lm$3 (new size 908)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class lm$4 (input size 1230), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for lm$4 (new size 1490)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class lm (input size 27339), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for lm (new size 29121)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class ln$1 (input size 471), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for ln$1 (new size 552)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class ln (input size 1640), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for ln (new size 1989)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class lo$1 (input size 951), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for lo$1 (new size 1008)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class lo$2 (input size 3101), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for lo$2 (new size 3202)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class lo$a (input size 1093), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for lo$a (new size 1143)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class lo (input size 6490), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for lo (new size 6783)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class lx$1 (input size 1267), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for lx$1 (new size 1384)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class lx (input size 22737), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for lx (new size 24598)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class na (input size 9913), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for na (new size 10209)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class o$1 (input size 873), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for o$1 (new size 719)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class o$10 (input size 897), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for o$10 (new size 970)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class o$11 (input size 945), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for o$11 (new size 1077)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class o$12 (input size 940), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for o$12 (new size 1085)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class o$2 (input size 938), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for o$2 (new size 917)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class o$3 (input size 1048), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for o$3 (new size 928)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class o$4 (input size 1019), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for o$4 (new size 953)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class o$6 (input size 876), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for o$6 (new size 2445)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class o$7 (input size 896), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for o$7 (new size 939)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class o$8 (input size 1064), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for o$8 (new size 1005)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class o$9 (input size 2383), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for o$9 (new size 968)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class o (input size 16013), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for o (new size 16179)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class ob (input size 2432), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for ob (new size 2853)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class pe (input size 8665), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for pe (new size 10433)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class pf (input size 4147), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for pf (new size 5807)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class ph (input size 3776), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for ph (new size 4099)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class pk$1 (input size 1040), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for pk$1 (new size 1063)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class pk$2 (input size 740), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for pk$2 (new size 763)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class pk$3 (input size 763), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for pk$3 (new size 786)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class pk$4 (input size 763), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for pk$4 (new size 786)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class pk (input size 37784), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for pk (new size 48950)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class pm$a (input size 528), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for pm$a (new size 1503)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class pm (input size 8890), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for pm (new size 9992)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class pp (input size 4277), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for pp (new size 5374)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class pr$1 (input size 697), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for pr$1 (new size 737)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class pr (input size 31653), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for pr (new size 35411)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class ps$a (input size 925), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for ps$a (new size 946)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class ps (input size 18469), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for ps (new size 19647)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class pv (input size 1507), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for pv (new size 1990)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class rl (input size 2992), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for rl (new size 3522)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class tp$a (input size 378), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for tp$a (new size 408)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class tp (input size 26843), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for tp (new size 29292)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class ts (input size 7010), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for ts (new size 7245)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class tv$1 (input size 413), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for tv$1 (new size 446)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class tv (input size 7350), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for tv (new size 8570)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class ug (input size 13948), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for ug (new size 14280)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class uk (input size 11603), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for uk (new size 12744)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class un (input size 5413), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for un (new size 5575)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class uo (input size 4708), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for uo (new size 5258)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class ur (input size 12101), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for ur (new size 13667)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class uv (input size 2726), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for uv (new size 2944)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class uz (input size 8543), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for uz (new size 9641)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class va$1 (input size 903), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for va$1 (new size 1061)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class va$a (input size 2336), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for va$a (new size 2418)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class va (input size 17320), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for va (new size 23563)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class vc$1 (input size 1091), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for vc$1 (new size 1626)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class vc (input size 2177), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for vc (new size 2654)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class vd (input size 4239), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for vd (new size 5917)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class ve (input size 3980), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for ve (new size 4519)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class vf (input size 3827), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for vf (new size 4404)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class vo$1 (input size 702), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for vo$1 (new size 740)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class vo$a (input size 1804), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for vo$a (new size 1897)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class vo$b (input size 2352), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for vo$b (new size 2404)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class vo$c (input size 1567), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for vo$c (new size 1666)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class vo (input size 9367), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for vo (new size 10366)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class wb$a (input size 1174), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for wb$a (new size 1172)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class wb$b (input size 887), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for wb$b (new size 912)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class wb$c (input size 553), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for wb$c (new size 580)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class wb$d (input size 1611), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for wb$d (new size 1672)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class wb$e (input size 909), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for wb$e (new size 934)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class wb (input size 7243), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for wb (new size 7666)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class we$a (input size 593), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for we$a (new size 660)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class we (input size 14212), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for we (new size 16111)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class wi$a (input size 853), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for wi$a (new size 903)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class wi$c (input size 1093), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for wi$c (new size 1184)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class wi$d (input size 1116), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for wi$d (new size 1202)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class wi$e (input size 1201), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for wi$e (new size 1274)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class wi (input size 17232), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for wi (new size 18939)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class wm$1 (input size 786), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for wm$1 (new size 832)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class wm (input size 9665), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for wm (new size 10913)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class wn$1 (input size 555), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for wn$1 (new size 614)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class wn$a (input size 1124), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for wn$a (new size 1145)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class wn$b (input size 1522), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for wn$b (new size 1853)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class wn (input size 33201), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for wn (new size 42866)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class xa (input size 2036), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for xa (new size 3034)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class xi (input size 11072), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for xi (new size 11803)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class xk$1 (input size 549), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for xk$1 (new size 618)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class xk$2 (input size 2069), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for xk$2 (new size 2343)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class xk (input size 7408), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for xk (new size 7897)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class xl$a (input size 720), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for xl$a (new size 723)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class xl (input size 2270), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for xl (new size 2574)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class xm$a (input size 630), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for xm$a (new size 709)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class xm$b (input size 982), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for xm$b (new size 1073)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class xm (input size 2390), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for xm (new size 2682)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class xs$1 (input size 619), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for xs$1 (new size 689)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class xs$2 (input size 572), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for xs$2 (new size 631)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class xs$3 (input size 694), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for xs$3 (new size 1130)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class xs (input size 6156), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for xs (new size 6876)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class xv (input size 1872), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for xv (new size 2133)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class xy$1 (input size 883), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for xy$1 (new size 1111)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class xy (input size 2956), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for xy (new size 3093)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class yf (input size 2463), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for yf (new size 2903)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class yg (input size 1950), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for yg (new size 3480)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class yj$a (input size 1977), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for yj$a (new size 2444)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class yj (input size 3194), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for yj (new size 3587)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class yo (input size 3124), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for yo (new size 4526)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class yt (input size 2519), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for yt (new size 3265)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class yv (input size 3281), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for yv (new size 3523)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class yz (input size 2221), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for yz (new size 6208)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class za (input size 2434), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for za (new size 4229)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class ze (input size 2964), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for ze (new size 5034)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class zv$1 (input size 493), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for zv$1 (new size 560)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class zv (input size 2205), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for zv (new size 2651)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class zw$a (input size 1984), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for zw$a (new size 2981)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class zw (input size 27181), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for zw (new size 38516)
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class zx (input size 13881), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for zx (new size 22006)
[20:21:32] [main/INFO] [FML/]: Found valid fingerprint for Minecraft Forge. Certificate fingerprint e3c3d50c7c986df74c645c0ac54639741c90a557
[20:21:32] [main/DEBUG] [FML/]: Runtime patching class net.minecraft.client.ClientBrandRetriever (input size 0), found 1 patch
[20:21:32] [main/DEBUG] [FML/]: Successfully applied runtime patches for net.minecraft.client.ClientBrandRetriever (new size 717)
[20:21:32] [main/DEBUG] [FML/]: Coremod plugin class FMLCorePlugin run successfully
[20:21:32] [main/INFO] [LaunchWrapper/]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[20:21:32] [main/DEBUG] [FML/]: Injecting coremod FMLForgePlugin {net.minecraftforge.classloading.FMLForgePlugin} class transformers
[20:21:32] [main/DEBUG] [FML/]: Injection complete
[20:21:32] [main/DEBUG] [FML/]: Running coremod plugin for FMLForgePlugin {net.minecraftforge.classloading.FMLForgePlugin}
[20:21:32] [main/DEBUG] [FML/]: Running coremod plugin FMLForgePlugin
[20:21:32] [main/DEBUG] [FML/]: Coremod plugin class FMLForgePlugin run successfully
[20:21:32] [main/INFO] [LaunchWrapper/]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[20:21:32] [main/DEBUG] [FML/]: Injecting coremod CorePlugin {io.drakon.forgelinFR.CorePlugin} class transformers
[20:21:32] [main/DEBUG] [FML/]: Injection complete
[20:21:32] [main/DEBUG] [FML/]: Running coremod plugin for CorePlugin {io.drakon.forgelinFR.CorePlugin}
[20:21:32] [main/DEBUG] [FML/]: Running coremod plugin CorePlugin
[20:21:32] [main/DEBUG] [FML/]: Coremod plugin class CorePlugin run successfully
[20:21:32] [main/INFO] [LaunchWrapper/]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[20:21:32] [main/DEBUG] [FML/]: Injecting coremod NowWithRendering {net.fybertech.nwr.NowWithRendering} class transformers
[20:21:32] [main/TRACE] [FML/]: Registering transformer net.fybertech.nwr.NowWithRendering
[20:21:32] [main/DEBUG] [FML/]: Injection complete
[20:21:32] [main/DEBUG] [FML/]: Running coremod plugin for NowWithRendering {net.fybertech.nwr.NowWithRendering}
[20:21:32] [main/DEBUG] [FML/]: Running coremod plugin NowWithRendering
[20:21:32] [main/DEBUG] [FML/]: Coremod plugin class NowWithRendering run successfully
[20:21:32] [main/INFO] [LaunchWrapper/]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[20:21:32] [main/DEBUG] [FML/]: Injecting coremod MDECore-Core {com.mattdahepic.mdecore.asm.MDECoreMod} class transformers
[20:21:32] [main/TRACE] [FML/]: Registering transformer com.mattdahepic.mdecore.asm.TickrateTransformer
[20:21:32] [main/DEBUG] [FML/]: Injection complete
[20:21:32] [main/DEBUG] [FML/]: Running coremod plugin for MDECore-Core {com.mattdahepic.mdecore.asm.MDECoreMod}
[20:21:32] [main/DEBUG] [FML/]: Running coremod plugin MDECore-Core
[20:21:32] [main/DEBUG] [FML/]: Coremod plugin class MDECoreMod run successfully
[20:21:32] [main/INFO] [LaunchWrapper/]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[20:21:32] [main/DEBUG] [FML/]: Injecting coremod TransformerLoader {li.cil.oc.common.launch.TransformerLoader} class transformers
[20:21:32] [main/TRACE] [FML/]: Registering transformer li.cil.oc.common.asm.ClassTransformer
[20:21:32] [main/DEBUG] [FML/]: Injection complete
[20:21:32] [main/DEBUG] [FML/]: Running coremod plugin for TransformerLoader {li.cil.oc.common.launch.TransformerLoader}
[20:21:32] [main/DEBUG] [FML/]: Running coremod plugin TransformerLoader
[20:21:32] [main/DEBUG] [FML/]: Coremod plugin class TransformerLoader run successfully
[20:21:32] [main/INFO] [LaunchWrapper/]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[20:21:32] [main/DEBUG] [FML/]: Injecting coremod NowWithRendering {net.fybertech.nwr.NowWithRendering} class transformers
[20:21:32] [main/TRACE] [FML/]: Registering transformer net.fybertech.nwr.NowWithRendering
[20:21:32] [main/DEBUG] [FML/]: Injection complete
[20:21:32] [main/DEBUG] [FML/]: Running coremod plugin for NowWithRendering {net.fybertech.nwr.NowWithRendering}
[20:21:32] [main/DEBUG] [FML/]: Running coremod plugin NowWithRendering
[20:21:32] [main/DEBUG] [FML/]: Coremod plugin class NowWithRendering run successfully
[20:21:32] [main/INFO] [LaunchWrapper/]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[20:21:32] [main/DEBUG] [FML/]: Injecting coremod ThaumcraftLoader {thaumcraft.loader.ThaumcraftLoader} class transformers
[20:21:32] [main/DEBUG] [FML/]: Injection complete
[20:21:32] [main/DEBUG] [FML/]: Running coremod plugin for ThaumcraftLoader {thaumcraft.loader.ThaumcraftLoader}
[20:21:32] [main/DEBUG] [FML/]: Running coremod plugin ThaumcraftLoader
[20:21:33] [main/ERROR] [ThaumcraftLoader/]: Failed to load dependencies.info from aura-cascade-1.8.9-592.jar as JSON
java.util.zip.ZipException: error in opening zip file
at java.util.zip.ZipFile.open(Native Method) ~[?:1.8.0_72]
at java.util.zip.ZipFile.<init>(ZipFile.java:219) ~[?:1.8.0_72]
at java.util.zip.ZipFile.<init>(ZipFile.java:149) ~[?:1.8.0_72]
at java.util.zip.ZipFile.<init>(ZipFile.java:163) ~[?:1.8.0_72]
at thaumcraft.loader.ThaumcraftLoader$DepLoadInst.scanDepInfo(ThaumcraftLoader.java:628) [thaumcraft-1.8.9-5.1.6.jar:?]
at thaumcraft.loader.ThaumcraftLoader$DepLoadInst.scanDepInfos(ThaumcraftLoader.java:621) [thaumcraft-1.8.9-5.1.6.jar:?]
at thaumcraft.loader.ThaumcraftLoader$DepLoadInst.load(ThaumcraftLoader.java:519) [thaumcraft-1.8.9-5.1.6.jar:?]
at thaumcraft.loader.ThaumcraftLoader.load(ThaumcraftLoader.java:712) [thaumcraft-1.8.9-5.1.6.jar:?]
at thaumcraft.loader.ThaumcraftLoader.call(ThaumcraftLoader.java:737) [thaumcraft-1.8.9-5.1.6.jar:?]
at thaumcraft.loader.ThaumcraftLoader.call(ThaumcraftLoader.java:75) [thaumcraft-1.8.9-5.1.6.jar:?]
at net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper.injectIntoClassLoader(CoreModManager.java:157) [forge.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_72]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_72]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_72]
at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_72]
at net.minecraftforge.fml.relauncher.ServerLaunchWrapper.run(ServerLaunchWrapper.java:43) [forge.jar:?]
at net.minecraftforge.fml.relauncher.ServerLaunchWrapper.main(ServerLaunchWrapper.java:12) [forge.jar:?]
[20:21:33] [main/DEBUG] [FML/]: Coremod plugin class ThaumcraftLoader run successfully
[20:21:33] [main/INFO] [LaunchWrapper/]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[20:21:33] [main/DEBUG] [FML/]: Injecting coremod thaumicinfusion {drunkmafia.thaumicinfusion.common.asm.ThaumicInfusionPlugin} class transformers
[20:21:33] [main/TRACE] [FML/]: Registering transformer drunkmafia.thaumicinfusion.common.asm.BlockTransformer
[20:21:33] [main/TRACE] [FML/]: Registering transformer drunkmafia.thaumicinfusion.common.asm.WorldTransformer
[20:21:33] [main/DEBUG] [FML/]: Injection complete
[20:21:33] [main/DEBUG] [FML/]: Running coremod plugin for thaumicinfusion {drunkmafia.thaumicinfusion.common.asm.ThaumicInfusionPlugin}
[20:21:33] [main/DEBUG] [FML/]: Running coremod plugin thaumicinfusion
[20:21:33] [main/DEBUG] [FML/]: Coremod plugin class ThaumicInfusionPlugin run successfully
[20:21:33] [main/INFO] [LaunchWrapper/]: Calling tweak class org.spongepowered.asm.launch.MixinTweaker
[20:21:33] [main/DEBUG] [mixin/]: Registering mixin config: mixins.movingworld.json
[20:21:33] [main/DEBUG] [mixin/]: Processing launch tasks for LaunchAgent[MixinLaunchAgentFML:file:/root/extreme_189/mods/movingworld-MC1.8.9-INDEV-E-full.jar]
[20:21:33] [main/INFO] [mixin/]: Initialised Mixin FML Remapper Adapter with net.minecraftforge.fml.common.asm.transformers.deobf.FMLDeobfuscatingRemapper@6db66836
[20:21:33] [main/DEBUG] [mixin/]: Processing launch tasks for LaunchAgent[MixinLaunchAgentDefault:file:/root/extreme_189/mods/movingworld-MC1.8.9-INDEV-E-full.jar]
[20:21:33] [main/DEBUG] [mixin/]: Scanning file:/root/extreme_189/forge.jar for mixin tweaker
[20:21:33] [main/DEBUG] [mixin/]: Scanning file:/root/extreme_189/mods/Bloodmoon-MC1.8.8-1.4.jar for mixin tweaker
[20:21:33] [main/DEBUG] [mixin/]: Scanning file:/root/extreme_189/mods/bookshelf-library-1.8.9-1.1.1.203.jar for mixin tweaker
[20:21:33] [main/DEBUG] [mixin/]: Scanning file:/root/extreme_189/mods/CCTweaks-1.8.9-0.3.0.2.jar for mixin tweaker
[20:21:33] [main/DEBUG] [mixin/]: Scanning file:/root/extreme_189/mods/Fluxed%20Redstone-1.3.0.31.jar for mixin tweaker
[20:21:33] [main/DEBUG] [mixin/]: Scanning file:/root/extreme_189/mods/hopperducts-mc1.8.8-1.4.6.jar for mixin tweaker
[20:21:33] [main/DEBUG] [mixin/]: Scanning file:/root/extreme_189/mods/malisiscore-1.8.9-2.0.3.jar for mixin tweaker
[20:21:33] [main/DEBUG] [mixin/]: Scanning file:/root/extreme_189/mods/mattdahepic-core-1.8.9-1.1.1.jar for mixin tweaker
[20:21:33] [main/DEBUG] [mixin/]: Scanning file:/root/extreme_189/mods/OpenComputers-MC1.8.9-1.5.22.6.jar for mixin tweaker
[20:21:33] [main/DEBUG] [mixin/]: Scanning file:/root/extreme_189/mods/redstone-paste-1.8.9-1.7.2.jar for mixin tweaker
[20:21:33] [main/DEBUG] [mixin/]: Scanning file:/root/extreme_189/mods/thaumcraft-1.8.9-5.1.6.jar for mixin tweaker
[20:21:33] [main/DEBUG] [mixin/]: Scanning file:/root/extreme_189/mods/thaumic-infusion-1.8.9-4.82.jar for mixin tweaker
[20:21:33] [main/DEBUG] [mixin/]: Scanning file:/root/extreme_189/mods/totemic-1.8.9-0.6.5a.jar for mixin tweaker
[20:21:33] [main/DEBUG] [mixin/]: Scanning asmgen:/ for mixin tweaker
[20:21:33] [main/DEBUG] [mixin/]: injectIntoClassLoader running with 1 agents
[20:21:33] [main/DEBUG] [FML/]: Injecting coremod MovingWorldCoreMod {darkevilmac.movingworld.common.asm.coremod.MovingWorldCoreMod} class transformers
[20:21:33] [main/DEBUG] [FML/]: Injection complete
[20:21:33] [main/DEBUG] [FML/]: Running coremod plugin for MovingWorldCoreMod {darkevilmac.movingworld.common.asm.coremod.MovingWorldCoreMod}
[20:21:33] [main/DEBUG] [FML/]: Running coremod plugin MovingWorldCoreMod
[20:21:33] [main/DEBUG] [FML/]: Coremod plugin class MovingWorldCoreMod run successfully
[20:21:33] [main/INFO] [LaunchWrapper/]: Calling tweak class totemic_commons.shade.javacheck.Java8Checker
[20:21:33] [main/INFO] [LaunchWrapper/]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
[20:21:33] [main/DEBUG] [FML/]: Loaded 165 rules from AccessTransformer config file forge_at.cfg
[20:21:33] [main/DEBUG] [FML/]: Loaded 4 rules from AccessTransformer config file malisiscore_at.cfg
[20:21:33] [main/DEBUG] [FML/]: Loaded 5 rules from AccessTransformer config file MovingWorld_at.cfg
[20:21:33] [main/DEBUG] [FML/]: Loaded 5 rules from AccessTransformer mod jar file /root/extreme_189/mods/neotech-1.8.9-2.4.0a.jar!META-INF/neotech_at.cfg
[20:21:33] [main/DEBUG] [FML/]: Loaded 1 rules from AccessTransformer mod jar file /root/extreme_189/mods/just-enough-tooltips-1.8.9-1.1.24.jar!META-INF/recipetooltips_at.cfg
[20:21:33] [main/DEBUG] [FML/]: Loaded 2 rules from AccessTransformer mod jar file /root/extreme_189/mods/rftools-1.8.9-4.22beta28.jar!META-INF/rftools_at.cfg
[20:21:33] [main/DEBUG] [FML/]: Loaded 25 rules from AccessTransformer mod jar file /root/extreme_189/mods/eleccore-1.8.9-1.4.234.jar!META-INF/eleccore_at.cfg
[20:21:33] [main/DEBUG] [FML/]: Loaded 8 rules from AccessTransformer mod jar file /root/extreme_189/mods/schematica-1.8.9-1.7.7.143.jar!META-INF/schematica_at.cfg
[20:21:33] [main/DEBUG] [FML/]: Loaded 10 rules from AccessTransformer mod jar file /root/extreme_189/mods/biomes-oplenty-1.8.9-3.0.0.1926.jar!META-INF/biomesoplenty_at.cfg
[20:21:33] [main/DEBUG] [FML/]: Loaded 26 rules from AccessTransformer mod jar file /root/extreme_189/mods/bookshelf-library-1.8.9-1.1.1.203.jar!META-INF/bookshelf_at.cfg
[20:21:33] [main/DEBUG] [FML/]: Loaded 3 rules from AccessTransformer mod jar file /root/extreme_189/mods/Bloodmoon-MC1.8.8-1.4.jar!META-INF/Bloodmoon_at.cfg
[20:21:33] [main/DEBUG] [FML/]: Loaded 9 rules from AccessTransformer mod jar file /root/extreme_189/mods/PneumaticCraft-1.8.9-1.13.7-11-universal.jar!META-INF/PneumaticCraft_at.cfg
[20:21:33] [main/DEBUG] [FML/]: Loaded 4 rules from AccessTransformer mod jar file /root/extreme_189/mods/netherportalfix-mc1.8.9-2.1.6.jar!META-INF/netherportalfix_at.cfg
[20:21:33] [main/DEBUG] [FML/]: Loaded 7 rules from AccessTransformer mod jar file /root/extreme_189/mods/jei_1.8.9-2.28.6.173.jar!META-INF/jei_at.cfg
[20:21:33] [main/DEBUG] [FML/]: Loaded 4 rules from AccessTransformer mod jar file /root/extreme_189/mods/moar-signs-1.8.9-2.0.4.jar!META-INF/moarSigns_at.cfg
[20:21:33] [main/DEBUG] [FML/]: Loaded 19 rules from AccessTransformer mod jar file /root/extreme_189/mods/TConstruct-1.8.9-2.1.0.jar!META-INF/TConstruct_at.cfg
[20:21:33] [main/DEBUG] [FML/]: Loaded 4 rules from AccessTransformer mod jar file /root/extreme_189/mods/world-edit-1.8.9-6.1.1.jar!META-INF/worldedit_at.cfg
[20:21:33] [main/DEBUG] [FML/]: Loaded 9 rules from AccessTransformer mod jar file /root/extreme_189/mods/OpenComputers-MC1.8.9-1.5.22.6.jar!META-INF/oc_at.cfg
[20:21:33] [main/DEBUG] [FML/]: Loaded 3 rules from AccessTransformer mod jar file /root/extreme_189/mods/ModularPowersuits-1.8.9-0.0.1-1.jar!META-INF/numina_at.cfg
[20:21:33] [main/DEBUG] [FML/]: Loaded 1 rules from AccessTransformer mod jar file /root/extreme_189/mods/Chisel-MC1.8.9-0.0.2.6.jar!META-INF/chisel_at.cfg
[20:21:33] [main/DEBUG] [mixin/]: Adding new mixin transformer proxy #2
[20:21:33] [main/DEBUG] [FML/]: Validating minecraft
[20:21:33] [main/DEBUG] [mixin/]: Preparing mixins for MixinEnvironment[INIT]
[20:21:34] [main/DEBUG] [FML/]: Minecraft validated, launching...
[20:21:34] [main/INFO] [LaunchWrapper/]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[20:21:34] [main/DEBUG] [FML/]: Injecting coremod LoadingPlugin {lumien.bloodmoon.asm.LoadingPlugin} class transformers
[20:21:34] [main/TRACE] [FML/]: Registering transformer lumien.bloodmoon.asm.ClassTransformer
[20:21:34] [main/DEBUG] [FML/]: Injection complete
[20:21:34] [main/DEBUG] [FML/]: Running coremod plugin for LoadingPlugin {lumien.bloodmoon.asm.LoadingPlugin}
[20:21:34] [main/DEBUG] [FML/]: Running coremod plugin LoadingPlugin
[20:21:34] [main/DEBUG] [FML/]: Coremod plugin class LoadingPlugin run successfully
[20:21:34] [main/INFO] [LaunchWrapper/]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[20:21:34] [main/DEBUG] [FML/]: Injecting coremod BookshelfLoadingPlugin {net.darkhax.bookshelf.asm.BookshelfLoadingPlugin} class transformers
[20:21:34] [main/INFO] [Bookshelf/]: Starting to apply transformations
[20:21:34] [main/INFO] [Bookshelf/]: Starting to apply transformations
[20:21:34] [main/TRACE] [FML/]: Registering transformer net.darkhax.bookshelf.asm.BookshelfTransformerManager
[20:21:34] [main/DEBUG] [FML/]: Injection complete
[20:21:34] [main/DEBUG] [FML/]: Running coremod plugin for BookshelfLoadingPlugin {net.darkhax.bookshelf.asm.BookshelfLoadingPlugin}
[20:21:34] [main/DEBUG] [FML/]: Running coremod plugin BookshelfLoadingPlugin
[20:21:34] [main/DEBUG] [FML/]: Coremod plugin class BookshelfLoadingPlugin run successfully
[20:21:34] [main/INFO] [LaunchWrapper/]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[20:21:34] [main/DEBUG] [FML/]: Injecting coremod TweaksLoadingPlugin {org.squiddev.cctweaks.core.asm.TweaksLoadingPlugin} class transformers
[20:21:34] [main/TRACE] [FML/]: Registering transformer org.squiddev.cctweaks.core.asm.ASMTransformer
[20:21:34] [main/DEBUG] [FML/]: Injection complete
[20:21:34] [main/DEBUG] [FML/]: Running coremod plugin for TweaksLoadingPlugin {org.squiddev.cctweaks.core.asm.TweaksLoadingPlugin}
[20:21:34] [main/DEBUG] [FML/]: Running coremod plugin TweaksLoadingPlugin
[20:21:34] [main/DEBUG] [FML/]: Coremod plugin class TweaksLoadingPlugin run successfully
[20:21:34] [main/INFO] [LaunchWrapper/]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[20:21:34] [main/DEBUG] [FML/]: Injecting coremod MalisisCorePlugin {net.malisis.core.asm.MalisisCorePlugin} class transformers
[20:21:34] [main/TRACE] [FML/]: Registering transformer net.malisis.core.util.chunkcollision.ChunkCollisionTransformer
[20:21:34] [main/INFO] [malisiscore/]: [ChunkCollisionTransformer] Hook registered for net.minecraft.world.World
[20:21:34] [main/INFO] [malisiscore/]: [ChunkCollisionTransformer] Hook registered for net.minecraft.world.World
[20:21:34] [main/INFO] [malisiscore/]: [ChunkCollisionTransformer] Hook registered for net.minecraft.item.ItemBlock
[20:21:34] [main/INFO] [malisiscore/]: [ChunkCollisionTransformer] Hook registered for net.minecraft.network.NetHandlerPlayServer
[20:21:34] [main/TRACE] [FML/]: Registering transformer net.malisis.core.util.chunkblock.ChunkBlockTransformer
[20:21:34] [main/INFO] [malisiscore/]: [ChunkBlockTransformer] Hook registered for net.minecraft.world.chunk.Chunk
[20:21:34] [main/TRACE] [FML/]: Registering transformer net.malisis.core.renderer.transformer.MalisisRendererTransformer
[20:21:34] [main/INFO] [malisiscore/]: [MalisisRendererTransformer] Hook registered for net.minecraft.client.renderer.BlockRendererDispatcher
[20:21:34] [main/INFO] [malisiscore/]: [MalisisRendererTransformer] Hook registered for net.minecraft.client.renderer.entity.RenderItem
[20:21:34] [main/INFO] [malisiscore/]: [MalisisRendererTransformer] Hook registered for net.minecraft.client.renderer.BlockModelShapes
[20:21:34] [main/TRACE] [FML/]: Registering transformer net.malisis.core.renderer.icon.asm.TextureMapTransformer
[20:21:34] [main/INFO] [malisiscore/]: [TextureMapTransformer] Hook registered for net.minecraft.client.renderer.texture.TextureMap
[20:21:34] [main/DEBUG] [FML/]: Injection complete
[20:21:34] [main/DEBUG] [FML/]: Running coremod plugin for MalisisCorePlugin {net.malisis.core.asm.MalisisCorePlugin}
[20:21:34] [main/DEBUG] [FML/]: Running coremod plugin MalisisCorePlugin
[20:21:34] [main/DEBUG] [FML/]: Coremod plugin class MalisisCorePlugin run successfully
[20:21:34] [main/INFO] [LaunchWrapper/]: Loading tweak class name net.minecraftforge.fml.common.launcher.TerminalTweaker
[20:21:34] [main/INFO] [LaunchWrapper/]: Loading tweak class name org.spongepowered.asm.mixin.MixinEnvironment$EnvironmentStateTweaker
[20:21:34] [main/INFO] [LaunchWrapper/]: Calling tweak class net.minecraftforge.fml.common.launcher.TerminalTweaker
[20:21:34] [main/INFO] [LaunchWrapper/]: Calling tweak class org.spongepowered.asm.mixin.MixinEnvironment$EnvironmentStateTweaker
[20:21:34] [main/DEBUG] [mixin/]: Adding new mixin transformer proxy #3
[20:21:34] [main/DEBUG] [FML/]: Runtime patching class net.minecraft.server.MinecraftServer (input size 31722), found 1 patch
[20:21:34] [main/DEBUG] [FML/]: Successfully applied runtime patches for net.minecraft.server.MinecraftServer (new size 36431)
[20:21:34] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/world/IBlockAccess (input size 176), found 1 patch
[20:21:34] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/world/IBlockAccess (new size 529)
[20:21:34] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/item/Item$1 (input size 799), found 1 patch
[20:21:34] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/item/Item$1 (new size 818)
[20:21:34] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/item/Item$2 (input size 852), found 1 patch
[20:21:34] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/item/Item$2 (new size 818)
[20:21:34] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/item/Item$3 (input size 852), found 1 patch
[20:21:34] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/item/Item$3 (new size 818)
[20:21:34] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/item/Item$4 (input size 799), found 1 patch
[20:21:34] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/item/Item$4 (new size 818)
[20:21:34] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/item/Item$5 (input size 799), found 1 patch
[20:21:34] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/item/Item$5 (new size 818)
[20:21:34] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/item/Item$6 (input size 799), found 1 patch
[20:21:34] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/item/Item$6 (new size 818)
[20:21:34] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/item/Item$7 (input size 803), found 1 patch
[20:21:34] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/item/Item$7 (new size 820)
[20:21:34] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/item/Item$8 (input size 799), found 1 patch
[20:21:34] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/item/Item$8 (new size 806)
[20:21:34] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/item/Item$9 (input size 799), found 1 patch
[20:21:34] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/item/Item$9 (new size 818)
[20:21:34] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/item/Item$10 (input size 801), found 1 patch
[20:21:34] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/item/Item$10 (new size 873)
[20:21:34] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/item/Item$11 (input size 801), found 1 patch
[20:21:34] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/item/Item$11 (new size 873)
[20:21:34] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/item/ItemSnow (input size 1887), found 1 patch
[20:21:34] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/item/ItemSnow (new size 2255)
[20:21:34] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/item/Item$12 (input size 801), found 1 patch
[20:21:34] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/item/Item$12 (new size 820)
[20:21:34] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/item/Item$13 (input size 801), found 1 patch
[20:21:34] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/item/Item$13 (new size 820)
[20:21:34] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/item/ItemLilyPad (input size 1524), found 1 patch
[20:21:34] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/item/ItemLilyPad (new size 2611)
[20:21:34] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/item/Item$14 (input size 801), found 1 patch
[20:21:34] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/item/Item$14 (new size 820)
[20:21:34] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/item/Item$15 (input size 803), found 1 patch
[20:21:34] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/item/Item$15 (new size 824)
[20:21:34] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/item/Item$16 (input size 791), found 1 patch
[20:21:34] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/item/Item$16 (new size 820)
[20:21:34] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/item/Item$17 (input size 801), found 1 patch
[20:21:34] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/item/Item$17 (new size 820)
[20:21:34] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/item/ItemFlintAndSteel (input size 1261), found 1 patch
[20:21:34] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/item/ItemFlintAndSteel (new size 1216)
[20:21:34] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/item/ItemBucketMilk (input size 1163), found 1 patch
[20:21:34] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/item/ItemBucketMilk (new size 1220)
[20:21:34] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/item/ItemMap (input size 6272), found 1 patch
[20:21:34] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/item/ItemMap (new size 7004)
[20:21:34] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/item/ItemShears (input size 1212), found 1 patch
[20:21:34] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/item/ItemShears (new size 3553)
[20:21:34] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/item/ItemMonsterPlacer (input size 3863), found 1 patch
[20:21:34] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/item/ItemMonsterPlacer (new size 6243)
[20:21:34] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/item/ItemEmptyMap (input size 1494), found 1 patch
[20:21:34] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/item/ItemEmptyMap (new size 1576)
[20:21:34] [main/DEBUG] [mixin/]: Preparing mixins for MixinEnvironment[DEFAULT]
[20:21:34] [main/DEBUG] [mixin/]: Adding config mixins.movingworld.json
[20:21:34] [main/DEBUG] [mixin/]: Preparing mixins.movingworld.json (0)
[20:21:34] [main/DEBUG] [mixin/]: Rebuilding transformer delegation list:
[20:21:34] [main/DEBUG] [mixin/]: Adding: net.minecraftforge.fml.common.asm.transformers.PatchingTransformer
[20:21:34] [main/DEBUG] [mixin/]: Excluding: org.spongepowered.asm.mixin.transformer.MixinTransformer$Proxy
[20:21:34] [main/DEBUG] [mixin/]: Adding: $wrapper.net.minecraftforge.fml.common.asm.transformers.BlamingTransformer
[20:21:34] [main/DEBUG] [mixin/]: Adding: $wrapper.net.minecraftforge.fml.common.asm.transformers.SideTransformer
[20:21:34] [main/DEBUG] [mixin/]: Excluding: $wrapper.net.minecraftforge.fml.common.asm.transformers.EventSubscriptionTransformer
[20:21:34] [main/DEBUG] [mixin/]: Adding: $wrapper.net.minecraftforge.fml.common.asm.transformers.EventSubscriberTransformer
[20:21:34] [main/DEBUG] [mixin/]: Adding: $wrapper.net.fybertech.nwr.NowWithRendering
[20:21:34] [main/DEBUG] [mixin/]: Adding: $wrapper.com.mattdahepic.mdecore.asm.TickrateTransformer
[20:21:34] [main/DEBUG] [mixin/]: Adding: $wrapper.li.cil.oc.common.asm.ClassTransformer
[20:21:34] [main/DEBUG] [mixin/]: Adding: $wrapper.net.fybertech.nwr.NowWithRendering
[20:21:34] [main/DEBUG] [mixin/]: Adding: $wrapper.drunkmafia.thaumicinfusion.common.asm.BlockTransformer
[20:21:34] [main/DEBUG] [mixin/]: Adding: $wrapper.drunkmafia.thaumicinfusion.common.asm.WorldTransformer
[20:21:34] [main/DEBUG] [mixin/]: Adding: net.minecraftforge.fml.common.asm.transformers.DeobfuscationTransformer
[20:21:34] [main/DEBUG] [mixin/]: Adding: net.minecraftforge.fml.common.asm.transformers.AccessTransformer
[20:21:34] [main/DEBUG] [mixin/]: Adding: net.malisis.core.asm.MalisisCoreAccessTransformer
[20:21:34] [main/DEBUG] [mixin/]: Adding: darkevilmac.movingworld.common.asm.coremod.MovingWorldAccessTransformer
[20:21:34] [main/DEBUG] [mixin/]: Adding: net.minecraftforge.fml.common.asm.transformers.ModAccessTransformer
[20:21:34] [main/DEBUG] [mixin/]: Adding: net.minecraftforge.fml.common.asm.transformers.ItemStackTransformer
[20:21:34] [main/DEBUG] [mixin/]: Excluding: org.spongepowered.asm.mixin.transformer.MixinTransformer$Proxy
[20:21:34] [main/DEBUG] [mixin/]: Adding: $wrapper.lumien.bloodmoon.asm.ClassTransformer
[20:21:34] [main/DEBUG] [mixin/]: Adding: $wrapper.net.darkhax.bookshelf.asm.BookshelfTransformerManager
[20:21:34] [main/DEBUG] [mixin/]: Adding: $wrapper.org.squiddev.cctweaks.core.asm.ASMTransformer
[20:21:34] [main/DEBUG] [mixin/]: Adding: $wrapper.net.malisis.core.util.chunkcollision.ChunkCollisionTransformer
[20:21:34] [main/DEBUG] [mixin/]: Adding: $wrapper.net.malisis.core.util.chunkblock.ChunkBlockTransformer
[20:21:34] [main/DEBUG] [mixin/]: Adding: $wrapper.net.malisis.core.renderer.transformer.MalisisRendererTransformer
[20:21:34] [main/DEBUG] [mixin/]: Adding: $wrapper.net.malisis.core.renderer.icon.asm.TextureMapTransformer
[20:21:34] [main/DEBUG] [mixin/]: Excluding: net.minecraftforge.fml.common.asm.transformers.TerminalTransformer
[20:21:34] [main/DEBUG] [mixin/]: Excluding: org.spongepowered.asm.mixin.transformer.MixinTransformer$Proxy
[20:21:34] [main/DEBUG] [mixin/]: Transformer delegation list created with 23 entries
[20:21:34] [main/DEBUG] [mixin/]: Found name transformer: net.minecraftforge.fml.common.asm.transformers.DeobfuscationTransformer
[20:21:34] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/util/IChatComponent (input size 443), found 1 patch
[20:21:34] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/util/IChatComponent (new size 477)
[20:21:34] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/entity/Entity to metadata cache
[20:21:34] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/properties/PropertyEnum to metadata cache
[20:21:34] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/properties/PropertyInteger to metadata cache
[20:21:34] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/entity/boss/IBossDisplayData (input size 0), found 1 patch
[20:21:34] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/entity/boss/IBossDisplayData (new size 153)
[20:21:34] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/block/BlockSkull$1 (input size 843), found 1 patch
[20:21:34] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/block/BlockSkull$1 (new size 866)
[20:21:34] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockSkull to metadata cache
[20:21:34] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/util/EnumFacing$Axis to metadata cache
[20:21:34] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockLog$EnumAxis to metadata cache
[20:21:34] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockLever$EnumOrientation to metadata cache
[20:21:34] [main/DEBUG] [mixin/]: Mixin preparation completed in 0.365 sec
[20:21:35] [main/INFO] [malisiscore/]: Found hooks for net.minecraft.item.ItemBlock (yo)
[20:21:35] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/block/BlockBush (input size 2124), found 1 patch
[20:21:35] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/block/BlockBush (new size 3773)
[20:21:35] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/block/BlockOre (input size 2455), found 1 patch
[20:21:35] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/block/BlockOre (new size 2672)
[20:21:35] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/block/BlockDeadBush (input size 1494), found 1 patch
[20:21:35] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/block/BlockDeadBush (new size 1831)
[20:21:35] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/block/BlockMushroom (input size 3226), found 1 patch
[20:21:35] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/block/BlockMushroom (new size 3329)
[20:21:35] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/block/BlockMobSpawner (input size 1091), found 1 patch
[20:21:35] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/block/BlockMobSpawner (new size 1616)
[20:21:35] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/block/BlockIce (input size 1966), found 1 patch
[20:21:35] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/block/BlockIce (new size 3062)
[20:21:35] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/block/BlockPotato (input size 1005), found 1 patch
[20:21:35] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/block/BlockPotato (new size 1447)
[20:21:35] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/block/BlockBanner$BlockBannerStanding (input size 1357), found 1 patch
[20:21:35] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/block/BlockBanner$BlockBannerStanding (new size 1417)
[20:21:35] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/block/BlockBanner$BlockBannerHanging (input size 2021), found 1 patch
[20:21:35] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/block/BlockBanner$BlockBannerHanging (new size 2158)
[20:21:35] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/block/Block$1 (input size 556), found 1 patch
[20:21:35] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/block/Block$1 (new size 578)
[20:21:35] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/block/Block$2 (input size 480), found 1 patch
[20:21:35] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/block/Block$2 (new size 502)
[20:21:35] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/block/Block$3 (input size 563), found 1 patch
[20:21:35] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/block/Block$3 (new size 585)
[20:21:35] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/block/Block$4 (input size 628), found 1 patch
[20:21:35] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/block/Block$4 (new size 650)
[20:21:35] [main/DEBUG] [mixin/]: Mixing entity.MixinEntity from mixins.movingworld.json into net.minecraft.entity.Entity
[20:21:35] [main/DEBUG] [mixin/]: RemapperAdapterFML is remapping method ad()Z for net/minecraft/entity/Entity
[20:21:35] [main/DEBUG] [mixin/]: RemapperAdapterFML is remapping obfuscated method ad()Z for pk
[20:21:35] [main/DEBUG] [mixin/]: RemapperAdapterFML is remapping method m()V for net/minecraft/entity/Entity
[20:21:35] [main/DEBUG] [mixin/]: RemapperAdapterFML is remapping obfuscated method m()V for pk
[20:21:35] [main/DEBUG] [mixin/]: RemapperAdapterFML is remapping method a(DZLnet/minecraft/block/Block;Lnet/minecraft/util/BlockPos;)V for net/minecraft/entity/Entity
[20:21:35] [main/DEBUG] [mixin/]: RemapperAdapterFML is remapping obfuscated method a(DZLafh;Lcj;)V for pk
[20:21:35] [main/DEBUG] [mixin/]: RemapperAdapterFML is remapping method s_()Z for net/minecraft/entity/Entity
[20:21:35] [main/DEBUG] [mixin/]: RemapperAdapterFML is remapping obfuscated method s_()Z for pk
[20:21:35] [main/DEBUG] [mixin/]: RemapperAdapterFML is remapping field hI for net/minecraft/entity/Entity
[20:21:35] [main/DEBUG] [mixin/]: RemapperAdapterFML is remapping obfuscated field hI for pk
[20:21:35] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/nbt/NBTTagCompound to metadata cache
[20:21:35] [main/TRACE] [mixin/]: Added class metadata for java/util/Iterator to metadata cache
[20:21:35] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/nbt/NBTBase to metadata cache
[20:21:35] [main/TRACE] [mixin/]: Added class metadata for java/lang/Throwable to metadata cache
[20:21:35] [main/TRACE] [mixin/]: Added class metadata for net/minecraftforge/common/IExtendedEntityProperties to metadata cache
[20:21:36] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/creativetab/CreativeTabs$2 (input size 342), found 1 patch
[20:21:36] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/creativetab/CreativeTabs$2 (new size 663)
[20:21:36] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/creativetab/CreativeTabs$3 (input size 342), found 1 patch
[20:21:36] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/creativetab/CreativeTabs$3 (new size 818)
[20:21:36] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/creativetab/CreativeTabs$4 (input size 342), found 1 patch
[20:21:36] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/creativetab/CreativeTabs$4 (new size 623)
[20:21:36] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/creativetab/CreativeTabs$5 (input size 374), found 1 patch
[20:21:36] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/creativetab/CreativeTabs$5 (new size 663)
[20:21:36] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/creativetab/CreativeTabs$6 (input size 342), found 1 patch
[20:21:36] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/creativetab/CreativeTabs$6 (new size 623)
[20:21:36] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/creativetab/CreativeTabs$7 (input size 342), found 1 patch
[20:21:36] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/creativetab/CreativeTabs$7 (new size 623)
[20:21:36] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/creativetab/CreativeTabs$8 (input size 342), found 1 patch
[20:21:36] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/creativetab/CreativeTabs$8 (new size 618)
[20:21:36] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/creativetab/CreativeTabs$9 (input size 342), found 1 patch
[20:21:36] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/creativetab/CreativeTabs$9 (new size 622)
[20:21:36] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/creativetab/CreativeTabs$1 (input size 342), found 1 patch
[20:21:36] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/creativetab/CreativeTabs$1 (new size 622)
[20:21:36] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/creativetab/CreativeTabs$10 (input size 344), found 1 patch
[20:21:36] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/creativetab/CreativeTabs$10 (new size 626)
[20:21:36] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/creativetab/CreativeTabs$11 (input size 344), found 1 patch
[20:21:36] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/creativetab/CreativeTabs$11 (new size 624)
[20:21:36] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/creativetab/CreativeTabs$12 (input size 344), found 1 patch
[20:21:36] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/creativetab/CreativeTabs$12 (new size 666)
[20:21:36] [main/INFO] [mdecore/]: Patching MinecraftServer class for tickrate changing...
[20:21:36] [main/DEBUG] [FML/]: Runtime patching class net.minecraft.server.MinecraftServer$4 (input size 1315), found 1 patch
[20:21:36] [main/DEBUG] [FML/]: Successfully applied runtime patches for net.minecraft.server.MinecraftServer$4 (new size 691)
[20:21:36] [main/INFO] [malisiscore/]: Found hooks for net.minecraft.world.World (adm)
[20:21:36] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/world/WorldServer$ServerBlockEventList (input size 443), found 1 patch
[20:21:36] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/world/WorldServer$ServerBlockEventList (new size 465)
[20:21:36] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/network/NetworkSystem$1 (input size 1013), found 1 patch
[20:21:36] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/network/NetworkSystem$1 (new size 1034)
[20:21:36] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/network/NetworkSystem$2 (input size 1031), found 1 patch
[20:21:36] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/network/NetworkSystem$2 (new size 1052)
[20:21:36] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/network/NetworkSystem$3 (input size 1031), found 1 patch
[20:21:36] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/network/NetworkSystem$3 (new size 1052)
[20:21:36] [main/INFO] [LaunchWrapper/]: Launching wrapped minecraft {net.minecraft.server.MinecraftServer}
[20:21:36] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/init/Bootstrap$1 (input size 559), found 1 patch
[20:21:36] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/init/Bootstrap$1 (new size 605)
[20:21:36] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/init/Bootstrap$6 (input size 907), found 1 patch
[20:21:36] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/init/Bootstrap$6 (new size 1187)
[20:21:36] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/init/Bootstrap$9 (input size 513), found 1 patch
[20:21:36] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/init/Bootstrap$9 (new size 1673)
[20:21:36] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/init/Bootstrap$10 (input size 515), found 1 patch
[20:21:36] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/init/Bootstrap$10 (new size 942)
[20:21:36] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/init/Bootstrap$11 (input size 679), found 1 patch
[20:21:36] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/init/Bootstrap$11 (new size 1661)
[20:21:36] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/init/Bootstrap$13 (input size 1022), found 1 patch
[20:21:36] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/init/Bootstrap$13 (new size 1126)
[20:21:36] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/init/Bootstrap$14 (input size 1006), found 1 patch
[20:21:36] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/init/Bootstrap$14 (new size 985)
[20:21:36] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/init/Bootstrap$15 (input size 1285), found 1 patch
[20:21:36] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/init/Bootstrap$15 (new size 2377)
[20:21:36] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/block/state/BlockState$1 (input size 806), found 1 patch
[20:21:36] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/block/state/BlockState$1 (new size 815)
[20:21:36] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/block/state/BlockStateBase$1 (input size 1435), found 1 patch
[20:21:36] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/block/state/BlockStateBase$1 (new size 1466)
[20:21:36] [main/TRACE] [FML/]: Registry add: minecraft:air 0 Block{minecraft:air} (req. id 0)
[20:21:36] [main/DEBUG] [mixin/]: Mixing block.property.MixinPropertyEnum from mixins.movingworld.json into net.minecraft.block.properties.PropertyEnum
[20:21:36] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/properties/PropertyHelper to metadata cache
[20:21:36] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/state/IBlockState to metadata cache
[20:21:36] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/util/EnumFacing to metadata cache
[20:21:36] [main/TRACE] [mixin/]: Added class metadata for java/lang/Enum to metadata cache
[20:21:36] [main/TRACE] [FML/]: Registry add: minecraft:stone 1 Block{minecraft:stone} (req. id 1)
[20:21:36] [main/TRACE] [FML/]: Registry add: minecraft:grass 2 Block{minecraft:grass} (req. id 2)
[20:21:36] [main/TRACE] [FML/]: Registry add: minecraft:dirt 3 Block{minecraft:dirt} (req. id 3)
[20:21:36] [main/TRACE] [FML/]: Registry add: minecraft:cobblestone 4 Block{minecraft:cobblestone} (req. id 4)
[20:21:36] [main/TRACE] [FML/]: Registry add: minecraft:planks 5 Block{minecraft:planks} (req. id 5)
[20:21:36] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/world/gen/feature/WorldGenAbstractTree (input size 1027), found 1 patch
[20:21:36] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/world/gen/feature/WorldGenAbstractTree (new size 1459)
[20:21:36] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/world/gen/feature/WorldGenMegaJungle (input size 2732), found 1 patch
[20:21:36] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/world/gen/feature/WorldGenMegaJungle (new size 3193)
[20:21:36] [main/DEBUG] [mixin/]: Mixing block.property.MixinPropertyInteger from mixins.movingworld.json into net.minecraft.block.properties.PropertyInteger
[20:21:36] [main/TRACE] [mixin/]: Added class metadata for java/lang/Integer to metadata cache
[20:21:36] [main/TRACE] [mixin/]: Added class metadata for darkevilmac/movingworld/common/util/RotationHelper to metadata cache
[20:21:36] [main/TRACE] [mixin/]: Added class metadata for java/lang/Number to metadata cache
[20:21:36] [main/TRACE] [mixin/]: Added class metadata for java/util/Collection to metadata cache
[20:21:36] [main/TRACE] [FML/]: Registry add: minecraft:sapling 6 Block{minecraft:sapling} (req. id 6)
[20:21:36] [main/TRACE] [FML/]: Registry add: minecraft:bedrock 7 Block{minecraft:bedrock} (req. id 7)
[20:21:36] [main/TRACE] [FML/]: Registry add: minecraft:flowing_water 8 Block{minecraft:flowing_water} (req. id 8)
[20:21:36] [main/TRACE] [FML/]: Registry add: minecraft:water 9 Block{minecraft:water} (req. id 9)
[20:21:36] [main/TRACE] [FML/]: Registry add: minecraft:flowing_lava 10 Block{minecraft:flowing_lava} (req. id 10)
[20:21:36] [main/TRACE] [FML/]: Registry add: minecraft:lava 11 Block{minecraft:lava} (req. id 11)
[20:21:36] [main/TRACE] [FML/]: Registry add: minecraft:sand 12 Block{minecraft:sand} (req. id 12)
[20:21:36] [main/TRACE] [FML/]: Registry add: minecraft:gravel 13 Block{minecraft:gravel} (req. id 13)
[20:21:36] [main/TRACE] [FML/]: Registry add: minecraft:gold_ore 14 Block{minecraft:gold_ore} (req. id 14)
[20:21:36] [main/TRACE] [FML/]: Registry add: minecraft:iron_ore 15 Block{minecraft:iron_ore} (req. id 15)
[20:21:36] [main/TRACE] [FML/]: Registry add: minecraft:coal_ore 16 Block{minecraft:coal_ore} (req. id 16)
[20:21:36] [main/TRACE] [FML/]: Registry add: minecraft:log 17 Block{minecraft:log} (req. id 17)
[20:21:36] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/block/BlockOldLeaf$1 (input size 712), found 1 patch
[20:21:36] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/block/BlockOldLeaf$1 (new size 737)
[20:21:36] [main/TRACE] [FML/]: Registry add: minecraft:leaves 18 Block{minecraft:leaves} (req. id 18)
[20:21:36] [main/TRACE] [FML/]: Registry add: minecraft:sponge 19 Block{minecraft:sponge} (req. id 19)
[20:21:36] [main/TRACE] [FML/]: Registry add: minecraft:glass 20 Block{minecraft:glass} (req. id 20)
[20:21:36] [main/TRACE] [FML/]: Registry add: minecraft:lapis_ore 21 Block{minecraft:lapis_ore} (req. id 21)
[20:21:36] [main/TRACE] [FML/]: Registry add: minecraft:lapis_block 22 Block{minecraft:lapis_block} (req. id 22)
[20:21:36] [main/TRACE] [FML/]: Registry add: minecraft:dispenser 23 Block{minecraft:dispenser} (req. id 23)
[20:21:36] [main/TRACE] [FML/]: Registry add: minecraft:sandstone 24 Block{minecraft:sandstone} (req. id 24)
[20:21:36] [main/TRACE] [FML/]: Registry add: minecraft:noteblock 25 Block{minecraft:noteblock} (req. id 25)
[20:21:36] [main/TRACE] [FML/]: Registry add: minecraft:bed 26 Block{minecraft:bed} (req. id 26)
[20:21:36] [main/TRACE] [FML/]: Registry add: minecraft:golden_rail 27 Block{minecraft:golden_rail} (req. id 27)
[20:21:36] [main/TRACE] [FML/]: Registry add: minecraft:detector_rail 28 Block{minecraft:detector_rail} (req. id 28)
[20:21:36] [main/TRACE] [FML/]: Registry add: minecraft:sticky_piston 29 Block{minecraft:sticky_piston} (req. id 29)
[20:21:36] [main/TRACE] [FML/]: Registry add: minecraft:web 30 Block{minecraft:web} (req. id 30)
[20:21:36] [main/TRACE] [FML/]: Registry add: minecraft:tallgrass 31 Block{minecraft:tallgrass} (req. id 31)
[20:21:36] [main/TRACE] [FML/]: Registry add: minecraft:deadbush 32 Block{minecraft:deadbush} (req. id 32)
[20:21:36] [main/TRACE] [FML/]: Registry add: minecraft:piston 33 Block{minecraft:piston} (req. id 33)
[20:21:36] [main/TRACE] [FML/]: Registry add: minecraft:piston_head 34 Block{minecraft:piston_head} (req. id 34)
[20:21:36] [main/TRACE] [FML/]: Registry add: minecraft:wool 35 Block{minecraft:wool} (req. id 35)
[20:21:37] [main/TRACE] [FML/]: Registry add: minecraft:piston_extension 36 Block{minecraft:piston_extension} (req. id 36)
[20:21:37] [main/TRACE] [FML/]: Registry add: minecraft:yellow_flower 37 Block{minecraft:yellow_flower} (req. id 37)
[20:21:37] [main/TRACE] [FML/]: Registry add: minecraft:red_flower 38 Block{minecraft:red_flower} (req. id 38)
[20:21:37] [main/TRACE] [FML/]: Registry add: minecraft:brown_mushroom 39 Block{minecraft:brown_mushroom} (req. id 39)
[20:21:37] [main/TRACE] [FML/]: Registry add: minecraft:red_mushroom 40 Block{minecraft:red_mushroom} (req. id 40)
[20:21:37] [main/TRACE] [FML/]: Registry add: minecraft:gold_block 41 Block{minecraft:gold_block} (req. id 41)
[20:21:37] [main/TRACE] [FML/]: Registry add: minecraft:iron_block 42 Block{minecraft:iron_block} (req. id 42)
[20:21:37] [main/TRACE] [FML/]: Registry add: minecraft:double_stone_slab 43 Block{minecraft:double_stone_slab} (req. id 43)
[20:21:37] [main/TRACE] [FML/]: Registry add: minecraft:stone_slab 44 Block{minecraft:stone_slab} (req. id 44)
[20:21:37] [main/TRACE] [FML/]: Registry add: minecraft:brick_block 45 Block{minecraft:brick_block} (req. id 45)
[20:21:37] [main/TRACE] [FML/]: Registry add: minecraft:tnt 46 Block{minecraft:tnt} (req. id 46)
[20:21:37] [main/TRACE] [FML/]: Registry add: minecraft:bookshelf 47 Block{minecraft:bookshelf} (req. id 47)
[20:21:37] [main/TRACE] [FML/]: Registry add: minecraft:mossy_cobblestone 48 Block{minecraft:mossy_cobblestone} (req. id 48)
[20:21:37] [main/TRACE] [FML/]: Registry add: minecraft:obsidian 49 Block{minecraft:obsidian} (req. id 49)
[20:21:37] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/block/BlockTorch$1 (input size 676), found 1 patch
[20:21:37] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/block/BlockTorch$1 (new size 699)
[20:21:37] [main/TRACE] [FML/]: Registry add: minecraft:torch 50 Block{minecraft:torch} (req. id 50)
[20:21:38] [main/TRACE] [FML/]: Registry add: minecraft:fire 51 Block{minecraft:fire} (req. id 51)
[20:21:38] [main/TRACE] [FML/]: Registry add: minecraft:mob_spawner 52 Block{minecraft:mob_spawner} (req. id 52)
[20:21:38] [main/TRACE] [FML/]: Registry add: minecraft:oak_stairs 53 Block{minecraft:oak_stairs} (req. id 53)
[20:21:38] [main/TRACE] [FML/]: Registry add: minecraft:chest 54 Block{minecraft:chest} (req. id 54)
[20:21:38] [main/TRACE] [FML/]: Registry add: minecraft:redstone_wire 55 Block{minecraft:redstone_wire} (req. id 55)
[20:21:38] [main/TRACE] [FML/]: Registry add: minecraft:diamond_ore 56 Block{minecraft:diamond_ore} (req. id 56)
[20:21:38] [main/TRACE] [FML/]: Registry add: minecraft:diamond_block 57 Block{minecraft:diamond_block} (req. id 57)
[20:21:38] [main/TRACE] [FML/]: Registry add: minecraft:crafting_table 58 Block{minecraft:crafting_table} (req. id 58)
[20:21:38] [main/TRACE] [FML/]: Registry add: minecraft:wheat 59 Block{minecraft:wheat} (req. id 59)
[20:21:38] [main/TRACE] [FML/]: Registry add: minecraft:farmland 60 Block{minecraft:farmland} (req. id 60)
[20:21:38] [main/TRACE] [FML/]: Registry add: minecraft:furnace 61 Block{minecraft:furnace} (req. id 61)
[20:21:38] [main/TRACE] [FML/]: Registry add: minecraft:lit_furnace 62 Block{minecraft:lit_furnace} (req. id 62)
[20:21:38] [main/TRACE] [FML/]: Registry add: minecraft:standing_sign 63 Block{minecraft:standing_sign} (req. id 63)
[20:21:38] [main/TRACE] [FML/]: Registry add: minecraft:wooden_door 64 Block{minecraft:wooden_door} (req. id 64)
[20:21:38] [main/TRACE] [FML/]: Registry add: minecraft:ladder 65 Block{minecraft:ladder} (req. id 65)
[20:21:38] [main/TRACE] [FML/]: Registry add: minecraft:rail 66 Block{minecraft:rail} (req. id 66)
[20:21:38] [main/TRACE] [FML/]: Registry add: minecraft:stone_stairs 67 Block{minecraft:stone_stairs} (req. id 67)
[20:21:38] [main/TRACE] [FML/]: Registry add: minecraft:wall_sign 68 Block{minecraft:wall_sign} (req. id 68)
[20:21:38] [main/TRACE] [FML/]: Registry add: minecraft:lever 69 Block{minecraft:lever} (req. id 69)
[20:21:38] [main/TRACE] [FML/]: Registry add: minecraft:stone_pressure_plate 70 Block{minecraft:stone_pressure_plate} (req. id 70)
[20:21:38] [main/TRACE] [FML/]: Registry add: minecraft:iron_door 71 Block{minecraft:iron_door} (req. id 71)
[20:21:38] [main/TRACE] [FML/]: Registry add: minecraft:wooden_pressure_plate 72 Block{minecraft:wooden_pressure_plate} (req. id 72)
[20:21:38] [main/TRACE] [FML/]: Registry add: minecraft:redstone_ore 73 Block{minecraft:redstone_ore} (req. id 73)
[20:21:38] [main/TRACE] [FML/]: Registry add: minecraft:lit_redstone_ore 74 Block{minecraft:lit_redstone_ore} (req. id 74)
[20:21:38] [main/TRACE] [FML/]: Registry add: minecraft:unlit_redstone_torch 75 Block{minecraft:unlit_redstone_torch} (req. id 75)
[20:21:38] [main/TRACE] [FML/]: Registry add: minecraft:redstone_torch 76 Block{minecraft:redstone_torch} (req. id 76)
[20:21:38] [main/TRACE] [FML/]: Registry add: minecraft:stone_button 77 Block{minecraft:stone_button} (req. id 77)
[20:21:38] [main/TRACE] [FML/]: Registry add: minecraft:snow_layer 78 Block{minecraft:snow_layer} (req. id 78)
[20:21:38] [main/TRACE] [FML/]: Registry add: minecraft:ice 79 Block{minecraft:ice} (req. id 79)
[20:21:38] [main/TRACE] [FML/]: Registry add: minecraft:snow 80 Block{minecraft:snow} (req. id 80)
[20:21:38] [main/TRACE] [FML/]: Registry add: minecraft:cactus 81 Block{minecraft:cactus} (req. id 81)
[20:21:38] [main/TRACE] [FML/]: Registry add: minecraft:clay 82 Block{minecraft:clay} (req. id 82)
[20:21:38] [main/TRACE] [FML/]: Registry add: minecraft:reeds 83 Block{minecraft:reeds} (req. id 83)
[20:21:39] [main/TRACE] [FML/]: Registry add: minecraft:jukebox 84 Block{minecraft:jukebox} (req. id 84)
[20:21:39] [main/TRACE] [FML/]: Registry add: minecraft:fence 85 Block{minecraft:fence} (req. id 85)
[20:21:39] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/block/BlockPumpkin$1 (input size 763), found 1 patch
[20:21:39] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/block/BlockPumpkin$1 (new size 788)
[20:21:39] [main/INFO] [OpenComputers/]: Successfully patched ps.recreateLeash.
[20:21:39] [main/TRACE] [FML/]: Registry add: minecraft:pumpkin 86 Block{minecraft:pumpkin} (req. id 86)
[20:21:39] [main/TRACE] [FML/]: Registry add: minecraft:netherrack 87 Block{minecraft:netherrack} (req. id 87)
[20:21:39] [main/TRACE] [FML/]: Registry add: minecraft:soul_sand 88 Block{minecraft:soul_sand} (req. id 88)
[20:21:39] [main/TRACE] [FML/]: Registry add: minecraft:glowstone 89 Block{minecraft:glowstone} (req. id 89)
[20:21:39] [main/TRACE] [FML/]: Registry add: minecraft:portal 90 Block{minecraft:portal} (req. id 90)
[20:21:39] [main/TRACE] [FML/]: Registry add: minecraft:lit_pumpkin 91 Block{minecraft:lit_pumpkin} (req. id 91)
[20:21:39] [main/TRACE] [FML/]: Registry add: minecraft:cake 92 Block{minecraft:cake} (req. id 92)
[20:21:39] [main/TRACE] [FML/]: Registry add: minecraft:unpowered_repeater 93 Block{minecraft:unpowered_repeater} (req. id 93)
[20:21:39] [main/TRACE] [FML/]: Registry add: minecraft:powered_repeater 94 Block{minecraft:powered_repeater} (req. id 94)
[20:21:39] [main/TRACE] [FML/]: Registry add: minecraft:stained_glass 95 Block{minecraft:stained_glass} (req. id 95)
[20:21:39] [main/TRACE] [FML/]: Registry add: minecraft:trapdoor 96 Block{minecraft:trapdoor} (req. id 96)
[20:21:39] [main/TRACE] [FML/]: Registry add: minecraft:monster_egg 97 Block{minecraft:monster_egg} (req. id 97)
[20:21:39] [main/TRACE] [FML/]: Registry add: minecraft:stonebrick 98 Block{minecraft:stonebrick} (req. id 98)
[20:21:39] [main/TRACE] [FML/]: Registry add: minecraft:brown_mushroom_block 99 Block{minecraft:brown_mushroom_block} (req. id 99)
[20:21:39] [main/TRACE] [FML/]: Registry add: minecraft:red_mushroom_block 100 Block{minecraft:red_mushroom_block} (req. id 100)
[20:21:39] [main/TRACE] [FML/]: Registry add: minecraft:iron_bars 101 Block{minecraft:iron_bars} (req. id 101)
[20:21:39] [main/TRACE] [FML/]: Registry add: minecraft:glass_pane 102 Block{minecraft:glass_pane} (req. id 102)
[20:21:39] [main/TRACE] [FML/]: Registry add: minecraft:melon_block 103 Block{minecraft:melon_block} (req. id 103)
[20:21:39] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/block/BlockStem$1 (input size 676), found 1 patch
[20:21:39] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/block/BlockStem$1 (new size 698)
[20:21:39] [main/TRACE] [FML/]: Registry add: minecraft:pumpkin_stem 104 Block{minecraft:pumpkin_stem} (req. id 104)
[20:21:39] [main/TRACE] [FML/]: Registry add: minecraft:melon_stem 105 Block{minecraft:melon_stem} (req. id 105)
[20:21:39] [main/TRACE] [FML/]: Registry add: minecraft:vine 106 Block{minecraft:vine} (req. id 106)
[20:21:39] [main/TRACE] [FML/]: Registry add: minecraft:fence_gate 107 Block{minecraft:fence_gate} (req. id 107)
[20:21:39] [main/TRACE] [FML/]: Registry add: minecraft:brick_stairs 108 Block{minecraft:brick_stairs} (req. id 108)
[20:21:39] [main/TRACE] [FML/]: Registry add: minecraft:stone_brick_stairs 109 Block{minecraft:stone_brick_stairs} (req. id 109)
[20:21:39] [main/TRACE] [FML/]: Registry add: minecraft:mycelium 110 Block{minecraft:mycelium} (req. id 110)
[20:21:39] [main/TRACE] [FML/]: Registry add: minecraft:waterlily 111 Block{minecraft:waterlily} (req. id 111)
[20:21:39] [main/TRACE] [FML/]: Registry add: minecraft:nether_brick 112 Block{minecraft:nether_brick} (req. id 112)
[20:21:39] [main/TRACE] [FML/]: Registry add: minecraft:nether_brick_fence 113 Block{minecraft:nether_brick_fence} (req. id 113)
[20:21:39] [main/TRACE] [FML/]: Registry add: minecraft:nether_brick_stairs 114 Block{minecraft:nether_brick_stairs} (req. id 114)
[20:21:39] [main/TRACE] [FML/]: Registry add: minecraft:nether_wart 115 Block{minecraft:nether_wart} (req. id 115)
[20:21:39] [main/TRACE] [FML/]: Registry add: minecraft:enchanting_table 116 Block{minecraft:enchanting_table} (req. id 116)
[20:21:39] [main/TRACE] [FML/]: Registry add: minecraft:brewing_stand 117 Block{minecraft:brewing_stand} (req. id 117)
[20:21:39] [main/TRACE] [FML/]: Registry add: minecraft:cauldron 118 Block{minecraft:cauldron} (req. id 118)
[20:21:39] [main/TRACE] [FML/]: Registry add: minecraft:end_portal 119 Block{minecraft:end_portal} (req. id 119)
[20:21:39] [main/TRACE] [FML/]: Registry add: minecraft:end_portal_frame 120 Block{minecraft:end_portal_frame} (req. id 120)
[20:21:39] [main/TRACE] [FML/]: Registry add: minecraft:end_stone 121 Block{minecraft:end_stone} (req. id 121)
[20:21:39] [main/TRACE] [FML/]: Registry add: minecraft:dragon_egg 122 Block{minecraft:dragon_egg} (req. id 122)
[20:21:39] [main/TRACE] [FML/]: Registry add: minecraft:redstone_lamp 123 Block{minecraft:redstone_lamp} (req. id 123)
[20:21:39] [main/TRACE] [FML/]: Registry add: minecraft:lit_redstone_lamp 124 Block{minecraft:lit_redstone_lamp} (req. id 124)
[20:21:39] [main/TRACE] [FML/]: Registry add: minecraft:double_wooden_slab 125 Block{minecraft:double_wooden_slab} (req. id 125)
[20:21:39] [main/TRACE] [FML/]: Registry add: minecraft:wooden_slab 126 Block{minecraft:wooden_slab} (req. id 126)
[20:21:39] [main/TRACE] [FML/]: Registry add: minecraft:cocoa 127 Block{minecraft:cocoa} (req. id 127)
[20:21:39] [main/TRACE] [FML/]: Registry add: minecraft:sandstone_stairs 128 Block{minecraft:sandstone_stairs} (req. id 128)
[20:21:39] [main/TRACE] [FML/]: Registry add: minecraft:emerald_ore 129 Block{minecraft:emerald_ore} (req. id 129)
[20:21:39] [main/TRACE] [FML/]: Registry add: minecraft:ender_chest 130 Block{minecraft:ender_chest} (req. id 130)
[20:21:39] [main/TRACE] [FML/]: Registry add: minecraft:tripwire_hook 131 Block{minecraft:tripwire_hook} (req. id 131)
[20:21:39] [main/TRACE] [FML/]: Registry add: minecraft:tripwire 132 Block{minecraft:tripwire} (req. id 132)
[20:21:39] [main/TRACE] [FML/]: Registry add: minecraft:emerald_block 133 Block{minecraft:emerald_block} (req. id 133)
[20:21:39] [main/TRACE] [FML/]: Registry add: minecraft:spruce_stairs 134 Block{minecraft:spruce_stairs} (req. id 134)
[20:21:39] [main/TRACE] [FML/]: Registry add: minecraft:birch_stairs 135 Block{minecraft:birch_stairs} (req. id 135)
[20:21:39] [main/TRACE] [FML/]: Registry add: minecraft:jungle_stairs 136 Block{minecraft:jungle_stairs} (req. id 136)
[20:21:39] [main/TRACE] [FML/]: Registry add: minecraft:command_block 137 Block{minecraft:command_block} (req. id 137)
[20:21:40] [main/TRACE] [FML/]: Registry add: minecraft:beacon 138 Block{minecraft:beacon} (req. id 138)
[20:21:40] [main/TRACE] [FML/]: Registry add: minecraft:cobblestone_wall 139 Block{minecraft:cobblestone_wall} (req. id 139)
[20:21:40] [main/TRACE] [FML/]: Registry add: minecraft:flower_pot 140 Block{minecraft:flower_pot} (req. id 140)
[20:21:40] [main/TRACE] [FML/]: Registry add: minecraft:carrots 141 Block{minecraft:carrots} (req. id 141)
[20:21:40] [main/TRACE] [FML/]: Registry add: minecraft:potatoes 142 Block{minecraft:potatoes} (req. id 142)
[20:21:40] [main/TRACE] [FML/]: Registry add: minecraft:wooden_button 143 Block{minecraft:wooden_button} (req. id 143)
[20:21:40] [main/DEBUG] [mixin/]: Mixing block.MixinBlockSkull from mixins.movingworld.json into net.minecraft.block.BlockSkull
[20:21:40] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockContainer to metadata cache
[20:21:40] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/Block to metadata cache
[20:21:40] [main/TRACE] [mixin/]: Added class metadata for darkevilmac/movingworld/common/chunk/LocatedBlock to metadata cache
[20:21:40] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/tileentity/TileEntitySkull to metadata cache
[20:21:40] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/tileentity/TileEntity to metadata cache
[20:21:40] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/entity/boss/EntityWither$1 (input size 737), found 1 patch
[20:21:40] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/entity/boss/EntityWither$1 (new size 762)
[20:21:40] [main/TRACE] [FML/]: Registry add: minecraft:skull 144 Block{minecraft:skull} (req. id 144)
[20:21:40] [main/TRACE] [FML/]: Registry add: minecraft:anvil 145 Block{minecraft:anvil} (req. id 145)
[20:21:40] [main/TRACE] [FML/]: Registry add: minecraft:trapped_chest 146 Block{minecraft:trapped_chest} (req. id 146)
[20:21:40] [main/TRACE] [FML/]: Registry add: minecraft:light_weighted_pressure_plate 147 Block{minecraft:light_weighted_pressure_plate} (req. id 147)
[20:21:40] [main/TRACE] [FML/]: Registry add: minecraft:heavy_weighted_pressure_plate 148 Block{minecraft:heavy_weighted_pressure_plate} (req. id 148)
[20:21:40] [main/TRACE] [FML/]: Registry add: minecraft:unpowered_comparator 149 Block{minecraft:unpowered_comparator} (req. id 149)
[20:21:40] [main/TRACE] [FML/]: Registry add: minecraft:powered_comparator 150 Block{minecraft:powered_comparator} (req. id 150)
[20:21:40] [main/TRACE] [FML/]: Registry add: minecraft:daylight_detector 151 Block{minecraft:daylight_detector} (req. id 151)
[20:21:40] [main/TRACE] [FML/]: Registry add: minecraft:redstone_block 152 Block{minecraft:redstone_block} (req. id 152)
[20:21:40] [main/TRACE] [FML/]: Registry add: minecraft:quartz_ore 153 Block{minecraft:quartz_ore} (req. id 153)
[20:21:40] [main/TRACE] [FML/]: Registry add: minecraft:hopper 154 Block{minecraft:hopper} (req. id 154)
[20:21:40] [main/TRACE] [FML/]: Registry add: minecraft:quartz_block 155 Block{minecraft:quartz_block} (req. id 155)
[20:21:40] [main/TRACE] [FML/]: Registry add: minecraft:quartz_stairs 156 Block{minecraft:quartz_stairs} (req. id 156)
[20:21:40] [main/TRACE] [FML/]: Registry add: minecraft:activator_rail 157 Block{minecraft:activator_rail} (req. id 157)
[20:21:40] [main/TRACE] [FML/]: Registry add: minecraft:dropper 158 Block{minecraft:dropper} (req. id 158)
[20:21:40] [main/TRACE] [FML/]: Registry add: minecraft:stained_hardened_clay 159 Block{minecraft:stained_hardened_clay} (req. id 159)
[20:21:40] [main/TRACE] [FML/]: Registry add: minecraft:stained_glass_pane 160 Block{minecraft:stained_glass_pane} (req. id 160)
[20:21:40] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/block/BlockNewLeaf$1 (input size 712), found 1 patch
[20:21:40] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/block/BlockNewLeaf$1 (new size 737)
[20:21:40] [main/TRACE] [FML/]: Registry add: minecraft:leaves2 161 Block{minecraft:leaves2} (req. id 161)
[20:21:40] [main/TRACE] [FML/]: Registry add: minecraft:log2 162 Block{minecraft:log2} (req. id 162)
[20:21:40] [main/TRACE] [FML/]: Registry add: minecraft:acacia_stairs 163 Block{minecraft:acacia_stairs} (req. id 163)
[20:21:40] [main/TRACE] [FML/]: Registry add: minecraft:dark_oak_stairs 164 Block{minecraft:dark_oak_stairs} (req. id 164)
[20:21:40] [main/TRACE] [FML/]: Registry add: minecraft:slime 165 Block{minecraft:slime} (req. id 165)
[20:21:40] [main/TRACE] [FML/]: Registry add: minecraft:barrier 166 Block{minecraft:barrier} (req. id 166)
[20:21:40] [main/TRACE] [FML/]: Registry add: minecraft:iron_trapdoor 167 Block{minecraft:iron_trapdoor} (req. id 167)
[20:21:40] [main/TRACE] [FML/]: Registry add: minecraft:prismarine 168 Block{minecraft:prismarine} (req. id 168)
[20:21:40] [main/TRACE] [FML/]: Registry add: minecraft:sea_lantern 169 Block{minecraft:sea_lantern} (req. id 169)
[20:21:40] [main/TRACE] [FML/]: Registry add: minecraft:hay_block 170 Block{minecraft:hay_block} (req. id 170)
[20:21:40] [main/TRACE] [FML/]: Registry add: minecraft:carpet 171 Block{minecraft:carpet} (req. id 171)
[20:21:40] [main/TRACE] [FML/]: Registry add: minecraft:hardened_clay 172 Block{minecraft:hardened_clay} (req. id 172)
[20:21:40] [main/TRACE] [FML/]: Registry add: minecraft:coal_block 173 Block{minecraft:coal_block} (req. id 173)
[20:21:40] [main/TRACE] [FML/]: Registry add: minecraft:packed_ice 174 Block{minecraft:packed_ice} (req. id 174)
[20:21:40] [main/TRACE] [FML/]: Registry add: minecraft:double_plant 175 Block{minecraft:double_plant} (req. id 175)
[20:21:40] [main/TRACE] [FML/]: Registry add: minecraft:standing_banner 176 Block{minecraft:standing_banner} (req. id 176)
[20:21:40] [main/TRACE] [FML/]: Registry add: minecraft:wall_banner 177 Block{minecraft:wall_banner} (req. id 177)
[20:21:40] [main/TRACE] [FML/]: Registry add: minecraft:daylight_detector_inverted 178 Block{minecraft:daylight_detector_inverted} (req. id 178)
[20:21:40] [main/TRACE] [FML/]: Registry add: minecraft:red_sandstone 179 Block{minecraft:red_sandstone} (req. id 179)
[20:21:40] [main/TRACE] [FML/]: Registry add: minecraft:red_sandstone_stairs 180 Block{minecraft:red_sandstone_stairs} (req. id 180)
[20:21:40] [main/TRACE] [FML/]: Registry add: minecraft:double_stone_slab2 181 Block{minecraft:double_stone_slab2} (req. id 181)
[20:21:40] [main/TRACE] [FML/]: Registry add: minecraft:stone_slab2 182 Block{minecraft:stone_slab2} (req. id 182)
[20:21:40] [main/TRACE] [FML/]: Registry add: minecraft:spruce_fence_gate 183 Block{minecraft:spruce_fence_gate} (req. id 183)
[20:21:40] [main/TRACE] [FML/]: Registry add: minecraft:birch_fence_gate 184 Block{minecraft:birch_fence_gate} (req. id 184)
[20:21:40] [main/TRACE] [FML/]: Registry add: minecraft:jungle_fence_gate 185 Block{minecraft:jungle_fence_gate} (req. id 185)
[20:21:40] [main/TRACE] [FML/]: Registry add: minecraft:dark_oak_fence_gate 186 Block{minecraft:dark_oak_fence_gate} (req. id 186)
[20:21:40] [main/TRACE] [FML/]: Registry add: minecraft:acacia_fence_gate 187 Block{minecraft:acacia_fence_gate} (req. id 187)
[20:21:40] [main/TRACE] [FML/]: Registry add: minecraft:spruce_fence 188 Block{minecraft:spruce_fence} (req. id 188)
[20:21:40] [main/TRACE] [FML/]: Registry add: minecraft:birch_fence 189 Block{minecraft:birch_fence} (req. id 189)
[20:21:40] [main/TRACE] [FML/]: Registry add: minecraft:jungle_fence 190 Block{minecraft:jungle_fence} (req. id 190)
[20:21:40] [main/TRACE] [FML/]: Registry add: minecraft:dark_oak_fence 191 Block{minecraft:dark_oak_fence} (req. id 191)
[20:21:40] [main/TRACE] [FML/]: Registry add: minecraft:acacia_fence 192 Block{minecraft:acacia_fence} (req. id 192)
[20:21:40] [main/TRACE] [FML/]: Registry add: minecraft:spruce_door 193 Block{minecraft:spruce_door} (req. id 193)
[20:21:40] [main/TRACE] [FML/]: Registry add: minecraft:birch_door 194 Block{minecraft:birch_door} (req. id 194)
[20:21:40] [main/TRACE] [FML/]: Registry add: minecraft:jungle_door 195 Block{minecraft:jungle_door} (req. id 195)
[20:21:40] [main/TRACE] [FML/]: Registry add: minecraft:acacia_door 196 Block{minecraft:acacia_door} (req. id 196)
[20:21:40] [main/TRACE] [FML/]: Registry add: minecraft:dark_oak_door 197 Block{minecraft:dark_oak_door} (req. id 197)
[20:21:40] [main/TRACE] [FML/]: Registry add: minecraft:stone 1 net.minecraft.item.ItemMultiTexture@1124dd79 (req. id 1)
[20:21:40] [main/TRACE] [FML/]: Registry add: minecraft:grass 2 net.minecraft.item.ItemColored@335cdd2 (req. id 2)
[20:21:40] [main/TRACE] [FML/]: Registry add: minecraft:dirt 3 net.minecraft.item.ItemMultiTexture@60a99f3d (req. id 3)
[20:21:40] [main/TRACE] [FML/]: Registry add: minecraft:cobblestone 4 net.minecraft.item.ItemBlock@57515944 (req. id 4)
[20:21:40] [main/TRACE] [FML/]: Registry add: minecraft:planks 5 net.minecraft.item.ItemMultiTexture@2fa47368 (req. id 5)
[20:21:40] [main/TRACE] [FML/]: Registry add: minecraft:sapling 6 net.minecraft.item.ItemMultiTexture@5e9ea380 (req. id 6)
[20:21:40] [main/TRACE] [FML/]: Registry add: minecraft:bedrock 7 net.minecraft.item.ItemBlock@1e50eb3f (req. id 7)
[20:21:40] [main/TRACE] [FML/]: Registry add: minecraft:sand 12 net.minecraft.item.ItemMultiTexture@537451d5 (req. id 12)
[20:21:40] [main/TRACE] [FML/]: Registry add: minecraft:gravel 13 net.minecraft.item.ItemBlock@785d6a98 (req. id 13)
[20:21:40] [main/TRACE] [FML/]: Registry add: minecraft:gold_ore 14 net.minecraft.item.ItemBlock@614d7fbf (req. id 14)
[20:21:40] [main/TRACE] [FML/]: Registry add: minecraft:iron_ore 15 net.minecraft.item.ItemBlock@6c06b1bc (req. id 15)
[20:21:40] [main/TRACE] [FML/]: Registry add: minecraft:coal_ore 16 net.minecraft.item.ItemBlock@1d8dbf10 (req. id 16)
[20:21:40] [main/TRACE] [FML/]: Registry add: minecraft:log 17 net.minecraft.item.ItemMultiTexture@4ad3969 (req. id 17)
[20:21:40] [main/TRACE] [FML/]: Registry add: minecraft:log2 162 net.minecraft.item.ItemMultiTexture@2d7aa291 (req. id 162)
[20:21:40] [main/TRACE] [FML/]: Registry add: minecraft:leaves 18 net.minecraft.item.ItemLeaves@19e2db7c (req. id 18)
[20:21:40] [main/TRACE] [FML/]: Registry add: minecraft:leaves2 161 net.minecraft.item.ItemLeaves@77a4bac (req. id 161)
[20:21:40] [main/TRACE] [FML/]: Registry add: minecraft:sponge 19 net.minecraft.item.ItemMultiTexture@7d5a0b14 (req. id 19)
[20:21:40] [main/TRACE] [FML/]: Registry add: minecraft:glass 20 net.minecraft.item.ItemBlock@72ec16f8 (req. id 20)
[20:21:40] [main/TRACE] [FML/]: Registry add: minecraft:lapis_ore 21 net.minecraft.item.ItemBlock@279e1422 (req. id 21)
[20:21:40] [main/TRACE] [FML/]: Registry add: minecraft:lapis_block 22 net.minecraft.item.ItemBlock@af3295f (req. id 22)
[20:21:40] [main/TRACE] [FML/]: Registry add: minecraft:dispenser 23 net.minecraft.item.ItemBlock@27dc81be (req. id 23)
[20:21:40] [main/TRACE] [FML/]: Registry add: minecraft:sandstone 24 net.minecraft.item.ItemMultiTexture@627d35ff (req. id 24)
[20:21:40] [main/TRACE] [FML/]: Registry add: minecraft:noteblock 25 net.minecraft.item.ItemBlock@7157413e (req. id 25)
[20:21:40] [main/TRACE] [FML/]: Registry add: minecraft:golden_rail 27 net.minecraft.item.ItemBlock@3245efdb (req. id 27)
[20:21:40] [main/TRACE] [FML/]: Registry add: minecraft:detector_rail 28 net.minecraft.item.ItemBlock@2f0e7fa8 (req. id 28)
[20:21:40] [main/TRACE] [FML/]: Registry add: minecraft:sticky_piston 29 net.minecraft.item.ItemPiston@24d7657b (req. id 29)
[20:21:40] [main/TRACE] [FML/]: Registry add: minecraft:web 30 net.minecraft.item.ItemBlock@6f428e6e (req. id 30)
[20:21:40] [main/TRACE] [FML/]: Registry add: minecraft:tallgrass 31 net.minecraft.item.ItemColored@72e49f6a (req. id 31)
[20:21:40] [main/TRACE] [FML/]: Registry add: minecraft:deadbush 32 net.minecraft.item.ItemBlock@2e4b5da1 (req. id 32)
[20:21:40] [main/TRACE] [FML/]: Registry add: minecraft:piston 33 net.minecraft.item.ItemPiston@312819ae (req. id 33)
[20:21:40] [main/TRACE] [FML/]: Registry add: minecraft:wool 35 net.minecraft.item.ItemCloth@1f3f434 (req. id 35)
[20:21:40] [main/TRACE] [FML/]: Registry add: minecraft:yellow_flower 37 net.minecraft.item.ItemMultiTexture@54bc3bcf (req. id 37)
[20:21:40] [main/TRACE] [FML/]: Registry add: minecraft:red_flower 38 net.minecraft.item.ItemMultiTexture@13714753 (req. id 38)
[20:21:40] [main/TRACE] [FML/]: Registry add: minecraft:brown_mushroom 39 net.minecraft.item.ItemBlock@3c3cd7a5 (req. id 39)
[20:21:40] [main/TRACE] [FML/]: Registry add: minecraft:red_mushroom 40 net.minecraft.item.ItemBlock@96be1ae (req. id 40)
[20:21:40] [main/TRACE] [FML/]: Registry add: minecraft:gold_block 41 net.minecraft.item.ItemBlock@6eb5b9e7 (req. id 41)
[20:21:40] [main/TRACE] [FML/]: Registry add: minecraft:iron_block 42 net.minecraft.item.ItemBlock@77e730bd (req. id 42)
[20:21:40] [main/TRACE] [FML/]: Registry add: minecraft:stone_slab 44 net.minecraft.item.ItemSlab@27ec74a3 (req. id 44)
[20:21:40] [main/TRACE] [FML/]: Registry add: minecraft:brick_block 45 net.minecraft.item.ItemBlock@35ff072c (req. id 45)
[20:21:40] [main/TRACE] [FML/]: Registry add: minecraft:tnt 46 net.minecraft.item.ItemBlock@c0004b7 (req. id 46)
[20:21:40] [main/TRACE] [FML/]: Registry add: minecraft:bookshelf 47 net.minecraft.item.ItemBlock@63880be9 (req. id 47)
[20:21:40] [main/TRACE] [FML/]: Registry add: minecraft:mossy_cobblestone 48 net.minecraft.item.ItemBlock@27053257 (req. id 48)
[20:21:40] [main/TRACE] [FML/]: Registry add: minecraft:obsidian 49 net.minecraft.item.ItemBlock@6a0e97fc (req. id 49)
[20:21:40] [main/TRACE] [FML/]: Registry add: minecraft:torch 50 net.minecraft.item.ItemBlock@662713b6 (req. id 50)
[20:21:40] [main/TRACE] [FML/]: Registry add: minecraft:mob_spawner 52 net.minecraft.item.ItemBlock@45539bd8 (req. id 52)
[20:21:40] [main/TRACE] [FML/]: Registry add: minecraft:oak_stairs 53 net.minecraft.item.ItemBlock@4bca8eaf (req. id 53)
[20:21:40] [main/TRACE] [FML/]: Registry add: minecraft:chest 54 net.minecraft.item.ItemBlock@55e5415d (req. id 54)
[20:21:40] [main/TRACE] [FML/]: Registry add: minecraft:diamond_ore 56 net.minecraft.item.ItemBlock@b8142f4 (req. id 56)
[20:21:40] [main/TRACE] [FML/]: Registry add: minecraft:diamond_block 57 net.minecraft.item.ItemBlock@52d59507 (req. id 57)
[20:21:40] [main/TRACE] [FML/]: Registry add: minecraft:crafting_table 58 net.minecraft.item.ItemBlock@4d75c604 (req. id 58)
[20:21:40] [main/TRACE] [FML/]: Registry add: minecraft:farmland 60 net.minecraft.item.ItemBlock@3265995e (req. id 60)
[20:21:40] [main/TRACE] [FML/]: Registry add: minecraft:furnace 61 net.minecraft.item.ItemBlock@33f2eb04 (req. id 61)
[20:21:40] [main/TRACE] [FML/]: Registry add: minecraft:lit_furnace 62 net.minecraft.item.ItemBlock@4df13dd0 (req. id 62)
[20:21:40] [main/TRACE] [FML/]: Registry add: minecraft:ladder 65 net.minecraft.item.ItemBlock@2ed7978c (req. id 65)
[20:21:40] [main/TRACE] [FML/]: Registry add: minecraft:rail 66 net.minecraft.item.ItemBlock@30665461 (req. id 66)
[20:21:40] [main/TRACE] [FML/]: Registry add: minecraft:stone_stairs 67 net.minecraft.item.ItemBlock@146833a2 (req. id 67)
[20:21:40] [main/TRACE] [FML/]: Registry add: minecraft:lever 69 net.minecraft.item.ItemBlock@50b38342 (req. id 69)
[20:21:40] [main/TRACE] [FML/]: Registry add: minecraft:stone_pressure_plate 70 net.minecraft.item.ItemBlock@424a152f (req. id 70)
[20:21:40] [main/TRACE] [FML/]: Registry add: minecraft:wooden_pressure_plate 72 net.minecraft.item.ItemBlock@408d945b (req. id 72)
[20:21:40] [main/TRACE] [FML/]: Registry add: minecraft:redstone_ore 73 net.minecraft.item.ItemBlock@15ad5acb (req. id 73)
[20:21:40] [main/TRACE] [FML/]: Registry add: minecraft:redstone_torch 76 net.minecraft.item.ItemBlock@59c862af (req. id 76)
[20:21:40] [main/TRACE] [FML/]: Registry add: minecraft:stone_button 77 net.minecraft.item.ItemBlock@4bb9f7d4 (req. id 77)
[20:21:40] [main/TRACE] [FML/]: Registry add: minecraft:snow_layer 78 net.minecraft.item.ItemSnow@673a9db4 (req. id 78)
[20:21:40] [main/TRACE] [FML/]: Registry add: minecraft:ice 79 net.minecraft.item.ItemBlock@183ef89a (req. id 79)
[20:21:40] [main/TRACE] [FML/]: Registry add: minecraft:snow 80 net.minecraft.item.ItemBlock@2792c28 (req. id 80)
[20:21:40] [main/TRACE] [FML/]: Registry add: minecraft:cactus 81 net.minecraft.item.ItemBlock@6fa7ce4 (req. id 81)
[20:21:40] [main/TRACE] [FML/]: Registry add: minecraft:clay 82 net.minecraft.item.ItemBlock@351e86b2 (req. id 82)
[20:21:40] [main/TRACE] [FML/]: Registry add: minecraft:jukebox 84 net.minecraft.item.ItemBlock@5a8b42a3 (req. id 84)
[20:21:40] [main/TRACE] [FML/]: Registry add: minecraft:fence 85 net.minecraft.item.ItemBlock@11582db6 (req. id 85)
[20:21:40] [main/TRACE] [FML/]: Registry add: minecraft:spruce_fence 188 net.minecraft.item.ItemBlock@44106e25 (req. id 188)
[20:21:40] [main/TRACE] [FML/]: Registry add: minecraft:birch_fence 189 net.minecraft.item.ItemBlock@57a5b03 (req. id 189)
[20:21:40] [main/TRACE] [FML/]: Registry add: minecraft:jungle_fence 190 net.minecraft.item.ItemBlock@5649f55 (req. id 190)
[20:21:40] [main/TRACE] [FML/]: Registry add: minecraft:dark_oak_fence 191 net.minecraft.item.ItemBlock@558127d2 (req. id 191)
[20:21:40] [main/TRACE] [FML/]: Registry add: minecraft:acacia_fence 192 net.minecraft.item.ItemBlock@12270a01 (req. id 192)
[20:21:40] [main/TRACE] [FML/]: Registry add: minecraft:pumpkin 86 net.minecraft.item.ItemBlock@4552f905 (req. id 86)
[20:21:40] [main/TRACE] [FML/]: Registry add: minecraft:netherrack 87 net.minecraft.item.ItemBlock@646d58cd (req. id 87)
[20:21:40] [main/TRACE] [FML/]: Registry add: minecraft:soul_sand 88 net.minecraft.item.ItemBlock@388e4c25 (req. id 88)
[20:21:40] [main/TRACE] [FML/]: Registry add: minecraft:glowstone 89 net.minecraft.item.ItemBlock@12532e37 (req. id 89)
[20:21:40] [main/TRACE] [FML/]: Registry add: minecraft:lit_pumpkin 91 net.minecraft.item.ItemBlock@401b67a9 (req. id 91)
[20:21:40] [main/TRACE] [FML/]: Registry add: minecraft:trapdoor 96 net.minecraft.item.ItemBlock@4e3ee457 (req. id 96)
[20:21:40] [main/TRACE] [FML/]: Registry add: minecraft:monster_egg 97 net.minecraft.item.ItemMultiTexture@fb2c2f3 (req. id 97)
[20:21:40] [main/TRACE] [FML/]: Registry add: minecraft:stonebrick 98 net.minecraft.item.ItemMultiTexture@2d2a8819 (req. id 98)
[20:21:40] [main/TRACE] [FML/]: Registry add: minecraft:brown_mushroom_block 99 net.minecraft.item.ItemBlock@72585e83 (req. id 99)
[20:21:40] [main/TRACE] [FML/]: Registry add: minecraft:red_mushroom_block 100 net.minecraft.item.ItemBlock@6b64bf61 (req. id 100)
[20:21:40] [main/TRACE] [FML/]: Registry add: minecraft:iron_bars 101 net.minecraft.item.ItemBlock@1d5bb5c (req. id 101)
[20:21:40] [main/TRACE] [FML/]: Registry add: minecraft:glass_pane 102 net.minecraft.item.ItemBlock@7846913f (req. id 102)
[20:21:40] [main/TRACE] [FML/]: Registry add: minecraft:melon_block 103 net.minecraft.item.ItemBlock@48da64f2 (req. id 103)
[20:21:40] [main/TRACE] [FML/]: Registry add: minecraft:vine 106 net.minecraft.item.ItemColored@60b553f (req. id 106)
[20:21:40] [main/TRACE] [FML/]: Registry add: minecraft:fence_gate 107 net.minecraft.item.ItemBlock@2aa811f9 (req. id 107)
[20:21:40] [main/TRACE] [FML/]: Registry add: minecraft:spruce_fence_gate 183 net.minecraft.item.ItemBlock@66abb2fa (req. id 183)
[20:21:40] [main/TRACE] [FML/]: Registry add: minecraft:birch_fence_gate 184 net.minecraft.item.ItemBlock@7d4da729 (req. id 184)
[20:21:40] [main/TRACE] [FML/]: Registry add: minecraft:jungle_fence_gate 185 net.minecraft.item.ItemBlock@2133b712 (req. id 185)
[20:21:40] [main/TRACE] [FML/]: Registry add: minecraft:dark_oak_fence_gate 186 net.minecraft.item.ItemBlock@4b7e4d14 (req. id 186)
[20:21:40] [main/TRACE] [FML/]: Registry add: minecraft:acacia_fence_gate 187 net.minecraft.item.ItemBlock@70f91ae3 (req. id 187)
[20:21:40] [main/TRACE] [FML/]: Registry add: minecraft:brick_stairs 108 net.minecraft.item.ItemBlock@601d9f3a (req. id 108)
[20:21:40] [main/TRACE] [FML/]: Registry add: minecraft:stone_brick_stairs 109 net.minecraft.item.ItemBlock@5c2a3f0c (req. id 109)
[20:21:40] [main/TRACE] [FML/]: Registry add: minecraft:mycelium 110 net.minecraft.item.ItemBlock@6585df70 (req. id 110)
[20:21:40] [main/TRACE] [FML/]: Registry add: minecraft:waterlily 111 net.minecraft.item.ItemLilyPad@5d93ff21 (req. id 111)
[20:21:40] [main/TRACE] [FML/]: Registry add: minecraft:nether_brick 112 net.minecraft.item.ItemBlock@51fb5fe6 (req. id 112)
[20:21:40] [main/TRACE] [FML/]: Registry add: minecraft:nether_brick_fence 113 net.minecraft.item.ItemBlock@5ca4c88a (req. id 113)
[20:21:40] [main/TRACE] [FML/]: Registry add: minecraft:nether_brick_stairs 114 net.minecraft.item.ItemBlock@1791e231 (req. id 114)
[20:21:40] [main/TRACE] [FML/]: Registry add: minecraft:enchanting_table 116 net.minecraft.item.ItemBlock@55397d15 (req. id 116)
[20:21:40] [main/TRACE] [FML/]: Registry add: minecraft:end_portal_frame 120 net.minecraft.item.ItemBlock@5e360c3b (req. id 120)
[20:21:40] [main/TRACE] [FML/]: Registry add: minecraft:end_stone 121 net.minecraft.item.ItemBlock@24ac6fef (req. id 121)
[20:21:40] [main/TRACE] [FML/]: Registry add: minecraft:dragon_egg 122 net.minecraft.item.ItemBlock@3cb49121 (req. id 122)
[20:21:40] [main/TRACE] [FML/]: Registry add: minecraft:redstone_lamp 123 net.minecraft.item.ItemBlock@227b9277 (req. id 123)
[20:21:40] [main/TRACE] [FML/]: Registry add: minecraft:wooden_slab 126 net.minecraft.item.ItemSlab@4c4215d7 (req. id 126)
[20:21:40] [main/TRACE] [FML/]: Registry add: minecraft:sandstone_stairs 128 net.minecraft.item.ItemBlock@b56d8a7 (req. id 128)
[20:21:40] [main/TRACE] [FML/]: Registry add: minecraft:emerald_ore 129 net.minecraft.item.ItemBlock@13f36d75 (req. id 129)
[20:21:40] [main/TRACE] [FML/]: Registry add: minecraft:ender_chest 130 net.minecraft.item.ItemBlock@6de5ad56 (req. id 130)
[20:21:40] [main/TRACE] [FML/]: Registry add: minecraft:tripwire_hook 131 net.minecraft.item.ItemBlock@3155f190 (req. id 131)
[20:21:40] [main/TRACE] [FML/]: Registry add: minecraft:emerald_block 133 net.minecraft.item.ItemBlock@cfb94fd (req. id 133)
[20:21:40] [main/TRACE] [FML/]: Registry add: minecraft:spruce_stairs 134 net.minecraft.item.ItemBlock@4ebd8d2 (req. id 134)
[20:21:40] [main/TRACE] [FML/]: Registry add: minecraft:birch_stairs 135 net.minecraft.item.ItemBlock@44a44a04 (req. id 135)
[20:21:40] [main/TRACE] [FML/]: Registry add: minecraft:jungle_stairs 136 net.minecraft.item.ItemBlock@5a63fa71 (req. id 136)
[20:21:40] [main/TRACE] [FML/]: Registry add: minecraft:command_block 137 net.minecraft.item.ItemBlock@a6fc1bc (req. id 137)
[20:21:40] [main/TRACE] [FML/]: Registry add: minecraft:beacon 138 net.minecraft.item.ItemBlock@5018b56b (req. id 138)
[20:21:40] [main/TRACE] [FML/]: Registry add: minecraft:cobblestone_wall 139 net.minecraft.item.ItemMultiTexture@737ff5c4 (req. id 139)
[20:21:40] [main/TRACE] [FML/]: Registry add: minecraft:wooden_button 143 net.minecraft.item.ItemBlock@7e9a836 (req. id 143)
[20:21:40] [main/TRACE] [FML/]: Registry add: minecraft:anvil 145 net.minecraft.item.ItemAnvilBlock@543ac221 (req. id 145)
[20:21:40] [main/TRACE] [FML/]: Registry add: minecraft:trapped_chest 146 net.minecraft.item.ItemBlock@2270f58d (req. id 146)
[20:21:40] [main/TRACE] [FML/]: Registry add: minecraft:light_weighted_pressure_plate 147 net.minecraft.item.ItemBlock@50e1f3fc (req. id 147)
[20:21:40] [main/TRACE] [FML/]: Registry add: minecraft:heavy_weighted_pressure_plate 148 net.minecraft.item.ItemBlock@54737322 (req. id 148)
[20:21:40] [main/TRACE] [FML/]: Registry add: minecraft:daylight_detector 151 net.minecraft.item.ItemBlock@56da8847 (req. id 151)
[20:21:40] [main/TRACE] [FML/]: Registry add: minecraft:redstone_block 152 net.minecraft.item.ItemBlock@7323c38c (req. id 152)
[20:21:40] [main/TRACE] [FML/]: Registry add: minecraft:quartz_ore 153 net.minecraft.item.ItemBlock@2c02a007 (req. id 153)
[20:21:40] [main/TRACE] [FML/]: Registry add: minecraft:hopper 154 net.minecraft.item.ItemBlock@63a72cc6 (req. id 154)
[20:21:40] [main/TRACE] [FML/]: Registry add: minecraft:quartz_block 155 net.minecraft.item.ItemMultiTexture@61bd0845 (req. id 155)
[20:21:40] [main/TRACE] [FML/]: Registry add: minecraft:quartz_stairs 156 net.minecraft.item.ItemBlock@cef885d (req. id 156)
[20:21:40] [main/TRACE] [FML/]: Registry add: minecraft:activator_rail 157 net.minecraft.item.ItemBlock@35d4035f (req. id 157)
[20:21:40] [main/TRACE] [FML/]: Registry add: minecraft:dropper 158 net.minecraft.item.ItemBlock@6f4fc83f (req. id 158)
[20:21:40] [main/TRACE] [FML/]: Registry add: minecraft:stained_hardened_clay 159 net.minecraft.item.ItemCloth@66b90ab3 (req. id 159)
[20:21:40] [main/TRACE] [FML/]: Registry add: minecraft:barrier 166 net.minecraft.item.ItemBlock@16e4db59 (req. id 166)
[20:21:40] [main/TRACE] [FML/]: Registry add: minecraft:iron_trapdoor 167 net.minecraft.item.ItemBlock@33fec21 (req. id 167)
[20:21:40] [main/TRACE] [FML/]: Registry add: minecraft:hay_block 170 net.minecraft.item.ItemBlock@12a0d249 (req. id 170)
[20:21:40] [main/TRACE] [FML/]: Registry add: minecraft:carpet 171 net.minecraft.item.ItemCloth@3c62be3c (req. id 171)
[20:21:40] [main/TRACE] [FML/]: Registry add: minecraft:hardened_clay 172 net.minecraft.item.ItemBlock@c6c84fa (req. id 172)
[20:21:40] [main/TRACE] [FML/]: Registry add: minecraft:coal_block 173 net.minecraft.item.ItemBlock@70ce2fb2 (req. id 173)
[20:21:40] [main/TRACE] [FML/]: Registry add: minecraft:packed_ice 174 net.minecraft.item.ItemBlock@64688978 (req. id 174)
[20:21:40] [main/TRACE] [FML/]: Registry add: minecraft:acacia_stairs 163 net.minecraft.item.ItemBlock@4d525897 (req. id 163)
[20:21:40] [main/TRACE] [FML/]: Registry add: minecraft:dark_oak_stairs 164 net.minecraft.item.ItemBlock@25f14e93 (req. id 164)
[20:21:40] [main/TRACE] [FML/]: Registry add: minecraft:slime 165 net.minecraft.item.ItemBlock@24435620 (req. id 165)
[20:21:40] [main/TRACE] [FML/]: Registry add: minecraft:double_plant 175 net.minecraft.item.ItemDoublePlant@3c9ef37b (req. id 175)
[20:21:40] [main/TRACE] [FML/]: Registry add: minecraft:stained_glass 95 net.minecraft.item.ItemCloth@4888425d (req. id 95)
[20:21:40] [main/TRACE] [FML/]: Registry add: minecraft:stained_glass_pane 160 net.minecraft.item.ItemCloth@3c8758d1 (req. id 160)
[20:21:40] [main/TRACE] [FML/]: Registry add: minecraft:prismarine 168 net.minecraft.item.ItemMultiTexture@5da3f32a (req. id 168)
[20:21:40] [main/TRACE] [FML/]: Registry add: minecraft:sea_lantern 169 net.minecraft.item.ItemBlock@57b3d869 (req. id 169)
[20:21:40] [main/TRACE] [FML/]: Registry add: minecraft:red_sandstone 179 net.minecraft.item.ItemMultiTexture@291cbe70 (req. id 179)
[20:21:40] [main/TRACE] [FML/]: Registry add: minecraft:red_sandstone_stairs 180 net.minecraft.item.ItemBlock@6be422da (req. id 180)
[20:21:40] [main/TRACE] [FML/]: Registry add: minecraft:stone_slab2 182 net.minecraft.item.ItemSlab@225ddf5f (req. id 182)
[20:21:40] [main/TRACE] [FML/]: Registry add: minecraft:iron_shovel 256 net.minecraft.item.ItemSpade@1e029a04 (req. id 256)
[20:21:40] [main/TRACE] [FML/]: Registry add: minecraft:iron_pickaxe 257 net.minecraft.item.ItemPickaxe@50e8ed74 (req. id 257)
[20:21:40] [main/TRACE] [FML/]: Registry add: minecraft:iron_axe 258 net.minecraft.item.ItemAxe@74eab077 (req. id 258)
[20:21:40] [main/TRACE] [FML/]: Registry add: minecraft:flint_and_steel 259 net.minecraft.item.ItemFlintAndSteel@c677d7e (req. id 259)
[20:21:40] [main/TRACE] [FML/]: Registry add: minecraft:apple 260 net.minecraft.item.ItemFood@270f7b4d (req. id 260)
[20:21:41] [main/TRACE] [FML/]: Registry add: minecraft:bow 261 net.minecraft.item.ItemBow@28f8ce2e (req. id 261)
[20:21:41] [main/TRACE] [FML/]: Registry add: minecraft:arrow 262 net.minecraft.item.Item@2c0a3826 (req. id 262)
[20:21:41] [main/TRACE] [FML/]: Registry add: minecraft:coal 263 net.minecraft.item.ItemCoal@4cacccbf (req. id 263)
[20:21:41] [main/TRACE] [FML/]: Registry add: minecraft:diamond 264 net.minecraft.item.Item@301d84f6 (req. id 264)
[20:21:41] [main/TRACE] [FML/]: Registry add: minecraft:iron_ingot 265 net.minecraft.item.Item@6f80cf5 (req. id 265)
[20:21:41] [main/TRACE] [FML/]: Registry add: minecraft:gold_ingot 266 net.minecraft.item.Item@674ed201 (req. id 266)
[20:21:41] [main/TRACE] [FML/]: Registry add: minecraft:iron_sword 267 net.minecraft.item.ItemSword@465d1345 (req. id 267)
[20:21:41] [main/TRACE] [FML/]: Registry add: minecraft:wooden_sword 268 net.minecraft.item.ItemSword@62cf86d6 (req. id 268)
[20:21:41] [main/TRACE] [FML/]: Registry add: minecraft:wooden_shovel 269 net.minecraft.item.ItemSpade@2a6c751f (req. id 269)
[20:21:41] [main/TRACE] [FML/]: Registry add: minecraft:wooden_pickaxe 270 net.minecraft.item.ItemPickaxe@6dd2e453 (req. id 270)
[20:21:41] [main/TRACE] [FML/]: Registry add: minecraft:wooden_axe 271 net.minecraft.item.ItemAxe@433b1597 (req. id 271)
[20:21:41] [main/TRACE] [FML/]: Registry add: minecraft:stone_sword 272 net.minecraft.item.ItemSword@5d5cd210 (req. id 272)
[20:21:41] [main/TRACE] [FML/]: Registry add: minecraft:stone_shovel 273 net.minecraft.item.ItemSpade@14d18029 (req. id 273)
[20:21:41] [main/TRACE] [FML/]: Registry add: minecraft:stone_pickaxe 274 net.minecraft.item.ItemPickaxe@6edb1e9c (req. id 274)
[20:21:41] [main/TRACE] [FML/]: Registry add: minecraft:stone_axe 275 net.minecraft.item.ItemAxe@75d7297d (req. id 275)
[20:21:41] [main/TRACE] [FML/]: Registry add: minecraft:diamond_sword 276 net.minecraft.item.ItemSword@4e20a985 (req. id 276)
[20:21:41] [main/TRACE] [FML/]: Registry add: minecraft:diamond_shovel 277 net.minecraft.item.ItemSpade@56e8a8a0 (req. id 277)
[20:21:41] [main/TRACE] [FML/]: Registry add: minecraft:diamond_pickaxe 278 net.minecraft.item.ItemPickaxe@6071631f (req. id 278)
[20:21:41] [main/TRACE] [FML/]: Registry add: minecraft:diamond_axe 279 net.minecraft.item.ItemAxe@2ca132ad (req. id 279)
[20:21:41] [main/TRACE] [FML/]: Registry add: minecraft:stick 280 net.minecraft.item.Item@6706da3d (req. id 280)
[20:21:41] [main/TRACE] [FML/]: Registry add: minecraft:bowl 281 net.minecraft.item.Item@7438c3d5 (req. id 281)
[20:21:41] [main/TRACE] [FML/]: Registry add: minecraft:mushroom_stew 282 net.minecraft.item.ItemSoup@776e7dfb (req. id 282)
[20:21:41] [main/TRACE] [FML/]: Registry add: minecraft:golden_sword 283 net.minecraft.item.ItemSword@71418a4a (req. id 283)
[20:21:41] [main/TRACE] [FML/]: Registry add: minecraft:golden_shovel 284 net.minecraft.item.ItemSpade@67ecf7ed (req. id 284)
[20:21:41] [main/TRACE] [FML/]: Registry add: minecraft:golden_pickaxe 285 net.minecraft.item.ItemPickaxe@69d021c1 (req. id 285)
[20:21:41] [main/TRACE] [FML/]: Registry add: minecraft:golden_axe 286 net.minecraft.item.ItemAxe@6d5508a5 (req. id 286)
[20:21:41] [main/TRACE] [FML/]: Registry add: minecraft:string 287 net.minecraft.item.ItemReed@3d8bd881 (req. id 287)
[20:21:41] [main/TRACE] [FML/]: Registry add: minecraft:feather 288 net.minecraft.item.Item@731ab49b (req. id 288)
[20:21:41] [main/TRACE] [FML/]: Registry add: minecraft:gunpowder 289 net.minecraft.item.Item@23358740 (req. id 289)
[20:21:41] [main/TRACE] [FML/]: Registry add: minecraft:wooden_hoe 290 net.minecraft.item.ItemHoe@66682e8f (req. id 290)
[20:21:41] [main/TRACE] [FML/]: Registry add: minecraft:stone_hoe 291 net.minecraft.item.ItemHoe@2d2af12e (req. id 291)
[20:21:41] [main/TRACE] [FML/]: Registry add: minecraft:iron_hoe 292 net.minecraft.item.ItemHoe@611587f7 (req. id 292)
[20:21:41] [main/TRACE] [FML/]: Registry add: minecraft:diamond_hoe 293 net.minecraft.item.ItemHoe@4d0abb23 (req. id 293)
[20:21:41] [main/TRACE] [FML/]: Registry add: minecraft:golden_hoe 294 net.minecraft.item.ItemHoe@6ab1f85b (req. id 294)
[20:21:41] [main/TRACE] [FML/]: Registry add: minecraft:wheat_seeds 295 net.minecraft.item.ItemSeeds@2052f095 (req. id 295)
[20:21:41] [main/TRACE] [FML/]: Registry add: minecraft:wheat 296 net.minecraft.item.Item@76d1f6ea (req. id 296)
[20:21:41] [main/TRACE] [FML/]: Registry add: minecraft:bread 297 net.minecraft.item.ItemFood@55fe9c2f (req. id 297)
[20:21:41] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/item/ItemArmor$1 (input size 1734), found 1 patch
[20:21:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/item/ItemArmor$1 (new size 1833)
[20:21:41] [main/TRACE] [FML/]: Registry add: minecraft:leather_helmet 298 net.minecraft.item.ItemArmor@4aba7617 (req. id 298)
[20:21:41] [main/TRACE] [FML/]: Registry add: minecraft:leather_chestplate 299 net.minecraft.item.ItemArmor@47c5cbf2 (req. id 299)
[20:21:41] [main/TRACE] [FML/]: Registry add: minecraft:leather_leggings 300 net.minecraft.item.ItemArmor@1031c1a0 (req. id 300)
[20:21:41] [main/TRACE] [FML/]: Registry add: minecraft:leather_boots 301 net.minecraft.item.ItemArmor@519b0f00 (req. id 301)
[20:21:41] [main/TRACE] [FML/]: Registry add: minecraft:chainmail_helmet 302 net.minecraft.item.ItemArmor@4888d1ea (req. id 302)
[20:21:41] [main/TRACE] [FML/]: Registry add: minecraft:chainmail_chestplate 303 net.minecraft.item.ItemArmor@217b0952 (req. id 303)
[20:21:41] [main/TRACE] [FML/]: Registry add: minecraft:chainmail_leggings 304 net.minecraft.item.ItemArmor@3fd9e01c (req. id 304)
[20:21:41] [main/TRACE] [FML/]: Registry add: minecraft:chainmail_boots 305 net.minecraft.item.ItemArmor@36330be8 (req. id 305)
[20:21:41] [main/TRACE] [FML/]: Registry add: minecraft:iron_helmet 306 net.minecraft.item.ItemArmor@38ba8b45 (req. id 306)
[20:21:41] [main/TRACE] [FML/]: Registry add: minecraft:iron_chestplate 307 net.minecraft.item.ItemArmor@41f23499 (req. id 307)
[20:21:41] [main/TRACE] [FML/]: Registry add: minecraft:iron_leggings 308 net.minecraft.item.ItemArmor@31dbf5bb (req. id 308)
[20:21:41] [main/TRACE] [FML/]: Registry add: minecraft:iron_boots 309 net.minecraft.item.ItemArmor@1f19d423 (req. id 309)
[20:21:41] [main/TRACE] [FML/]: Registry add: minecraft:diamond_helmet 310 net.minecraft.item.ItemArmor@73958426 (req. id 310)
[20:21:41] [main/TRACE] [FML/]: Registry add: minecraft:diamond_chestplate 311 net.minecraft.item.ItemArmor@23933031 (req. id 311)
[20:21:41] [main/TRACE] [FML/]: Registry add: minecraft:diamond_leggings 312 net.minecraft.item.ItemArmor@4d0b7fd5 (req. id 312)
[20:21:41] [main/TRACE] [FML/]: Registry add: minecraft:diamond_boots 313 net.minecraft.item.ItemArmor@1ce2029b (req. id 313)
[20:21:41] [main/TRACE] [FML/]: Registry add: minecraft:golden_helmet 314 net.minecraft.item.ItemArmor@43090195 (req. id 314)
[20:21:41] [main/TRACE] [FML/]: Registry add: minecraft:golden_chestplate 315 net.minecraft.item.ItemArmor@7921a37d (req. id 315)
[20:21:41] [main/TRACE] [FML/]: Registry add: minecraft:golden_leggings 316 net.minecraft.item.ItemArmor@6fc28e5b (req. id 316)
[20:21:41] [main/TRACE] [FML/]: Registry add: minecraft:golden_boots 317 net.minecraft.item.ItemArmor@6338afe2 (req. id 317)
[20:21:41] [main/TRACE] [FML/]: Registry add: minecraft:flint 318 net.minecraft.item.Item@68360fb9 (req. id 318)
[20:21:41] [main/TRACE] [FML/]: Registry add: minecraft:porkchop 319 net.minecraft.item.ItemFood@1c787389 (req. id 319)
[20:21:41] [main/TRACE] [FML/]: Registry add: minecraft:cooked_porkchop 320 net.minecraft.item.ItemFood@67b3960b (req. id 320)
[20:21:41] [main/TRACE] [FML/]: Registry add: minecraft:painting 321 net.minecraft.item.ItemHangingEntity@7a8b7e11 (req. id 321)
[20:21:41] [main/TRACE] [FML/]: Registry add: minecraft:speed 1 net.minecraft.potion.Potion@493968a9 (req. id 1)
[20:21:41] [main/TRACE] [FML/]: Registry add: minecraft:slowness 2 net.minecraft.potion.Potion@5d3f8661 (req. id 2)
[20:21:41] [main/TRACE] [FML/]: Registry add: minecraft:haste 3 net.minecraft.potion.Potion@1df9f7c6 (req. id 3)
[20:21:41] [main/TRACE] [FML/]: Registry add: minecraft:mining_fatigue 4 net.minecraft.potion.Potion@4b5aa48b (req. id 4)
[20:21:41] [main/TRACE] [FML/]: Registry add: minecraft:strength 5 net.minecraft.potion.PotionAttackDamage@3c98981e (req. id 5)
[20:21:41] [main/TRACE] [FML/]: Registry add: minecraft:instant_health 6 net.minecraft.potion.PotionHealth@6bf54260 (req. id 6)
[20:21:41] [main/TRACE] [FML/]: Registry add: minecraft:instant_damage 7 net.minecraft.potion.PotionHealth@7165bde6 (req. id 7)
[20:21:41] [main/TRACE] [FML/]: Registry add: minecraft:jump_boost 8 net.minecraft.potion.Potion@72168258 (req. id 8)
[20:21:41] [main/TRACE] [FML/]: Registry add: minecraft:nausea 9 net.minecraft.potion.Potion@4af84a76 (req. id 9)
[20:21:41] [main/TRACE] [FML/]: Registry add: minecraft:regeneration 10 net.minecraft.potion.Potion@b5ff70b (req. id 10)
[20:21:41] [main/TRACE] [FML/]: Registry add: minecraft:resistance 11 net.minecraft.potion.Potion@5709e10b (req. id 11)
[20:21:41] [main/TRACE] [FML/]: Registry add: minecraft:fire_resistance 12 net.minecraft.potion.Potion@114badf0 (req. id 12)
[20:21:41] [main/TRACE] [FML/]: Registry add: minecraft:water_breathing 13 net.minecraft.potion.Potion@19e8fe55 (req. id 13)
[20:21:41] [main/TRACE] [FML/]: Registry add: minecraft:invisibility 14 net.minecraft.potion.Potion@6d7bb5cc (req. id 14)
[20:21:41] [main/TRACE] [FML/]: Registry add: minecraft:blindness 15 net.minecraft.potion.Potion@756200d1 (req. id 15)
[20:21:41] [main/TRACE] [FML/]: Registry add: minecraft:night_vision 16 net.minecraft.potion.Potion@390a07a0 (req. id 16)
[20:21:41] [main/TRACE] [FML/]: Registry add: minecraft:hunger 17 net.minecraft.potion.Potion@674e4c82 (req. id 17)
[20:21:41] [main/TRACE] [FML/]: Registry add: minecraft:weakness 18 net.minecraft.potion.PotionAttackDamage@572b4072 (req. id 18)
[20:21:41] [main/TRACE] [FML/]: Registry add: minecraft:poison 19 net.minecraft.potion.Potion@322ab6ce (req. id 19)
[20:21:41] [main/TRACE] [FML/]: Registry add: minecraft:wither 20 net.minecraft.potion.Potion@5b74902c (req. id 20)
[20:21:41] [main/TRACE] [FML/]: Registry add: minecraft:health_boost 21 net.minecraft.potion.PotionHealthBoost@5b1f5fcc (req. id 21)
[20:21:41] [main/TRACE] [FML/]: Registry add: minecraft:absorption 22 net.minecraft.potion.PotionAbsorption@563c3aca (req. id 22)
[20:21:41] [main/TRACE] [FML/]: Registry add: minecraft:saturation 23 net.minecraft.potion.PotionHealth@53e166ad (req. id 23)
[20:21:41] [main/TRACE] [FML/]: Registry add: minecraft:golden_apple 322 net.minecraft.item.ItemAppleGold@30c03473 (req. id 322)
[20:21:41] [main/TRACE] [FML/]: Registry add: minecraft:sign 323 net.minecraft.item.ItemSign@7ef9c8a5 (req. id 323)
[20:21:41] [main/TRACE] [FML/]: Registry add: minecraft:wooden_door 324 net.minecraft.item.ItemDoor@29ea5e0 (req. id 324)
[20:21:41] [main/TRACE] [FML/]: Registry add: minecraft:bucket 325 net.minecraft.item.ItemBucket@3d7314b3 (req. id 325)
[20:21:41] [main/TRACE] [FML/]: Registry add: minecraft:water_bucket 326 net.minecraft.item.ItemBucket@d677be9 (req. id 326)
[20:21:41] [main/TRACE] [FML/]: Registry add: minecraft:lava_bucket 327 net.minecraft.item.ItemBucket@fefb66c (req. id 327)
[20:21:41] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/entity/item/EntityMinecartEmpty (input size 1147), found 1 patch
[20:21:41] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/entity/item/EntityMinecartEmpty (new size 1618)
[20:21:41] [main/TRACE] [FML/]: Registry add: minecraft:minecart 328 net.minecraft.item.ItemMinecart@194e78af (req. id 328)
[20:21:41] [main/TRACE] [FML/]: Registry add: minecraft:saddle 329 net.minecraft.item.ItemSaddle@1c0680b0 (req. id 329)
[20:21:41] [main/TRACE] [FML/]: Registry add: minecraft:iron_door 330 net.minecraft.item.ItemDoor@2f3cd727 (req. id 330)
[20:21:41] [main/TRACE] [FML/]: Registry add: minecraft:redstone 331 net.minecraft.item.ItemRedstone@11dbcb3b (req. id 331)
[20:21:41] [main/TRACE] [FML/]: Registry add: minecraft:snowball 332 net.minecraft.item.ItemSnowball@6ad3fbe4 (req. id 332)
[20:21:41] [main/TRACE] [FML/]: Registry add: minecraft:boat 333 net.minecraft.item.ItemBoat@5abb7a8f (req. id 333)
[20:21:41] [main/TRACE] [FML/]: Registry add: minecraft:leather 334 net.minecraft.item.Item@6684589a (req. id 334)
[20:21:41] [main/TRACE] [FML/]: Registry add: minecraft:milk_bucket 335 net.minecraft.item.ItemBucketMilk@656c5818 (req. id 335)
[20:21:41] [main/TRACE] [FML/]: Registry add: minecraft:brick 336 net.minecraft.item.Item@3e2578ea (req. id 336)
[20:21:41] [main/TRACE] [FML/]: Registry add: minecraft:clay_ball 337 net.minecraft.item.Item@29592929 (req. id 337)
[20:21:41] [main/TRACE] [FML/]: Registry add: minecraft:reeds 338 net.minecraft.item.ItemReed@4cf5d999 (req. id 338)
[20:21:41] [main/TRACE] [FML/]: Registry add: minecraft:paper 339 net.minecraft.item.Item@4bdef487 (req. id 339)
[20:21:41] [main/TRACE] [FML/]: Registry add: minecraft:book 340 net.minecraft.item.ItemBook@60c4cf2b (req. id 340)
[20:21:41] [main/TRACE] [FML/]: Registry add: minecraft:slime_ball 341 net.minecraft.item.Item@774304ca (req. id 341)
[20:21:41] [main/TRACE] [FML/]: Registry add: minecraft:chest_minecart 342 net.minecraft.item.ItemMinecart@303fbc4 (req. id 342)
[20:21:41] [main/TRACE] [FML/]: Registry add: minecraft:furnace_minecart 343 net.minecraft.item.ItemMinecart@4cd90c36 (req. id 343)
[20:21:41] [main/TRACE] [FML/]: Registry add: minecraft:egg 344 net.minecraft.item.ItemEgg@4db568e1 (req. id 344)
[20:21:41] [main/TRACE] [FML/]: Registry add: minecraft:compass 345 net.minecraft.item.Item@7bc8ffbc (req. id 345)
[20:21:41] [main/TRACE] [FML/]: Registry add: minecraft:fishing_rod 346 net.minecraft.item.ItemFishingRod@437c1a87 (req. id 346)
[20:21:41] [main/TRACE] [FML/]: Registry add: minecraft:clock 347 net.minecraft.item.Item@5b55c3d6 (req. id 347)
[20:21:41] [main/TRACE] [FML/]: Registry add: minecraft:glowstone_dust 348 net.minecraft.item.Item@6c8e5ac4 (req. id 348)
[20:21:41] [main/TRACE] [FML/]: Registry add: minecraft:fish 349 net.minecraft.item.ItemFishFood@2fca282c (req. id 349)
[20:21:41] [main/TRACE] [FML/]: Registry add: minecraft:cooked_fish 350 net.minecraft.item.ItemFishFood@4a2653a0 (req. id 350)
[20:21:41] [main/TRACE] [FML/]: Registry add: minecraft:dye 351 net.minecraft.item.ItemDye@579dde54 (req. id 351)
[20:21:41] [main/TRACE] [FML/]: Registry add: minecraft:bone 352 net.minecraft.item.Item@30b9728f (req. id 352)
[20:21:41] [main/TRACE] [FML/]: Registry add: minecraft:sugar 353 net.minecraft.item.Item@6b899971 (req. id 353)
[20:21:41] [main/TRACE] [FML/]: Registry add: minecraft:cake 354 net.minecraft.item.ItemReed@453a30f8 (req. id 354)
[20:21:41] [main/TRACE] [FML/]: Registry add: minecraft:bed 355 net.minecraft.item.ItemBed@34f60be9 (req. id 355)
[20:21:41] [main/TRACE] [FML/]: Registry add: minecraft:repeater 356 net.minecraft.item.ItemReed@29ccab93 (req. id 356)
[20:21:41] [main/TRACE] [FML/]: Registry add: minecraft:cookie 357 net.minecraft.item.ItemFood@7e2a76be (req. id 357)
[20:21:41] [main/TRACE] [FML/]: Registry add: minecraft:filled_map 358 net.minecraft.item.ItemMap@57f1a1de (req. id 358)
[20:21:42] [main/TRACE] [FML/]: Registry add: minecraft:shears 359 net.minecraft.item.ItemShears@3b8d2abe (req. id 359)
[20:21:42] [main/TRACE] [FML/]: Registry add: minecraft:melon 360 net.minecraft.item.ItemFood@6669cba (req. id 360)
[20:21:42] [main/TRACE] [FML/]: Registry add: minecraft:pumpkin_seeds 361 net.minecraft.item.ItemSeeds@37c74e4e (req. id 361)
[20:21:42] [main/TRACE] [FML/]: Registry add: minecraft:melon_seeds 362 net.minecraft.item.ItemSeeds@128a188a (req. id 362)
[20:21:42] [main/TRACE] [FML/]: Registry add: minecraft:beef 363 net.minecraft.item.ItemFood@400008bf (req. id 363)
[20:21:42] [main/TRACE] [FML/]: Registry add: minecraft:cooked_beef 364 net.minecraft.item.ItemFood@72b1df49 (req. id 364)
[20:21:42] [main/TRACE] [FML/]: Registry add: minecraft:chicken 365 net.minecraft.item.ItemFood@7f894a6f (req. id 365)
[20:21:42] [main/TRACE] [FML/]: Registry add: minecraft:cooked_chicken 366 net.minecraft.item.ItemFood@3d05435c (req. id 366)
[20:21:42] [main/TRACE] [FML/]: Registry add: minecraft:rotten_flesh 367 net.minecraft.item.ItemFood@7d80e1b3 (req. id 367)
[20:21:42] [main/TRACE] [FML/]: Registry add: minecraft:ender_pearl 368 net.minecraft.item.ItemEnderPearl@511de4dd (req. id 368)
[20:21:42] [main/TRACE] [FML/]: Registry add: minecraft:blaze_rod 369 net.minecraft.item.Item@37e64e37 (req. id 369)
[20:21:42] [main/TRACE] [FML/]: Registry add: minecraft:ghast_tear 370 net.minecraft.item.Item@31204303 (req. id 370)
[20:21:42] [main/TRACE] [FML/]: Registry add: minecraft:gold_nugget 371 net.minecraft.item.Item@369fb99a (req. id 371)
[20:21:42] [main/TRACE] [FML/]: Registry add: minecraft:nether_wart 372 net.minecraft.item.ItemSeeds@81a8898 (req. id 372)
[20:21:42] [main/TRACE] [FML/]: Registry add: minecraft:potion 373 net.minecraft.item.ItemPotion@416d90f0 (req. id 373)
[20:21:42] [main/TRACE] [FML/]: Registry add: minecraft:glass_bottle 374 net.minecraft.item.ItemGlassBottle@9d2af36 (req. id 374)
[20:21:42] [main/TRACE] [FML/]: Registry add: minecraft:spider_eye 375 net.minecraft.item.ItemFood@740ad32e (req. id 375)
[20:21:42] [main/TRACE] [FML/]: Registry add: minecraft:fermented_spider_eye 376 net.minecraft.item.Item@7f41d979 (req. id 376)
[20:21:42] [main/TRACE] [FML/]: Registry add: minecraft:blaze_powder 377 net.minecraft.item.Item@71d0b8a4 (req. id 377)
[20:21:42] [main/TRACE] [FML/]: Registry add: minecraft:magma_cream 378 net.minecraft.item.Item@6d6712b7 (req. id 378)
[20:21:42] [main/TRACE] [FML/]: Registry add: minecraft:brewing_stand 379 net.minecraft.item.ItemReed@4f563f96 (req. id 379)
[20:21:42] [main/TRACE] [FML/]: Registry add: minecraft:cauldron 380 net.minecraft.item.ItemReed@3eadad14 (req. id 380)
[20:21:42] [main/TRACE] [FML/]: Registry add: minecraft:ender_eye 381 net.minecraft.item.ItemEnderEye@464d5365 (req. id 381)
[20:21:42] [main/TRACE] [FML/]: Registry add: minecraft:speckled_melon 382 net.minecraft.item.Item@38394dc3 (req. id 382)
[20:21:42] [main/TRACE] [FML/]: Registry add: minecraft:spawn_egg 383 net.minecraft.item.ItemMonsterPlacer@75f65d54 (req. id 383)
[20:21:42] [main/TRACE] [FML/]: Registry add: minecraft:experience_bottle 384 net.minecraft.item.ItemExpBottle@2a16d393 (req. id 384)
[20:21:42] [main/TRACE] [FML/]: Registry add: minecraft:fire_charge 385 net.minecraft.item.ItemFireball@1786150f (req. id 385)
[20:21:42] [main/TRACE] [FML/]: Registry add: minecraft:writable_book 386 net.minecraft.item.ItemWritableBook@14499b52 (req. id 386)
[20:21:42] [main/TRACE] [FML/]: Registry add: minecraft:written_book 387 net.minecraft.item.ItemEditableBook@5f803481 (req. id 387)
[20:21:42] [main/TRACE] [FML/]: Registry add: minecraft:emerald 388 net.minecraft.item.Item@408f70ab (req. id 388)
[20:21:42] [main/TRACE] [FML/]: Registry add: minecraft:item_frame 389 net.minecraft.item.ItemHangingEntity@5383bf08 (req. id 389)
[20:21:42] [main/TRACE] [FML/]: Registry add: minecraft:flower_pot 390 net.minecraft.item.ItemReed@2586e878 (req. id 390)
[20:21:42] [main/TRACE] [FML/]: Registry add: minecraft:carrot 391 net.minecraft.item.ItemSeedFood@2e4339c1 (req. id 391)
[20:21:42] [main/TRACE] [FML/]: Registry add: minecraft:potato 392 net.minecraft.item.ItemSeedFood@62dc1203 (req. id 392)
[20:21:42] [main/TRACE] [FML/]: Registry add: minecraft:baked_potato 393 net.minecraft.item.ItemFood@35d0749 (req. id 393)
[20:21:42] [main/TRACE] [FML/]: Registry add: minecraft:poisonous_potato 394 net.minecraft.item.ItemFood@621a387f (req. id 394)
[20:21:42] [main/TRACE] [FML/]: Registry add: minecraft:map 395 net.minecraft.item.ItemEmptyMap@7fd3fd06 (req. id 395)
[20:21:42] [main/TRACE] [FML/]: Registry add: minecraft:golden_carrot 396 net.minecraft.item.ItemFood@54ae1240 (req. id 396)
[20:21:42] [main/TRACE] [FML/]: Registry add: minecraft:skull 397 net.minecraft.item.ItemSkull@7d49a1a0 (req. id 397)
[20:21:42] [main/TRACE] [FML/]: Registry add: minecraft:carrot_on_a_stick 398 net.minecraft.item.ItemCarrotOnAStick@3514237f (req. id 398)
[20:21:42] [main/TRACE] [FML/]: Registry add: minecraft:nether_star 399 net.minecraft.item.ItemSimpleFoiled@2bf4fa1 (req. id 399)
[20:21:42] [main/TRACE] [FML/]: Registry add: minecraft:pumpkin_pie 400 net.minecraft.item.ItemFood@27210a3b (req. id 400)
[20:21:42] [main/TRACE] [FML/]: Registry add: minecraft:fireworks 401 net.minecraft.item.ItemFirework@5ebe903a (req. id 401)
[20:21:42] [main/TRACE] [FML/]: Registry add: minecraft:firework_charge 402 net.minecraft.item.ItemFireworkCharge@62808e9e (req. id 402)
[20:21:42] [main/TRACE] [FML/]: Registry add: minecraft:enchanted_book 403 net.minecraft.item.ItemEnchantedBook@523ade68 (req. id 403)
[20:21:42] [main/TRACE] [FML/]: Registry add: minecraft:comparator 404 net.minecraft.item.ItemReed@b529d7e (req. id 404)
[20:21:42] [main/TRACE] [FML/]: Registry add: minecraft:netherbrick 405 net.minecraft.item.Item@3664c596 (req. id 405)
[20:21:42] [main/TRACE] [FML/]: Registry add: minecraft:quartz 406 net.minecraft.item.Item@40aad17d (req. id 406)
[20:21:42] [main/TRACE] [FML/]: Registry add: minecraft:tnt_minecart 407 net.minecraft.item.ItemMinecart@44e79e9e (req. id 407)
[20:21:42] [main/TRACE] [FML/]: Registry add: minecraft:hopper_minecart 408 net.minecraft.item.ItemMinecart@5bc14211 (req. id 408)
[20:21:42] [main/TRACE] [FML/]: Registry add: minecraft:prismarine_shard 409 net.minecraft.item.Item@4b99648a (req. id 409)
[20:21:42] [main/TRACE] [FML/]: Registry add: minecraft:prismarine_crystals 410 net.minecraft.item.Item@5d2e65bd (req. id 410)
[20:21:42] [main/TRACE] [FML/]: Registry add: minecraft:rabbit 411 net.minecraft.item.ItemFood@254513e8 (req. id 411)
[20:21:42] [main/TRACE] [FML/]: Registry add: minecraft:cooked_rabbit 412 net.minecraft.item.ItemFood@74450c9b (req. id 412)
[20:21:42] [main/TRACE] [FML/]: Registry add: minecraft:rabbit_stew 413 net.minecraft.item.ItemSoup@74f89bad (req. id 413)
[20:21:42] [main/TRACE] [FML/]: Registry add: minecraft:rabbit_foot 414 net.minecraft.item.Item@5ad50b02 (req. id 414)
[20:21:42] [main/TRACE] [FML/]: Registry add: minecraft:rabbit_hide 415 net.minecraft.item.Item@570299e3 (req. id 415)
[20:21:42] [main/TRACE] [FML/]: Registry add: minecraft:armor_stand 416 net.minecraft.item.ItemArmorStand@6eab92f3 (req. id 416)
[20:21:42] [main/TRACE] [FML/]: Registry add: minecraft:iron_horse_armor 417 net.minecraft.item.Item@321b7b9e (req. id 417)
[20:21:42] [main/TRACE] [FML/]: Registry add: minecraft:golden_horse_armor 418 net.minecraft.item.Item@21eedcde (req. id 418)
[20:21:42] [main/TRACE] [FML/]: Registry add: minecraft:diamond_horse_armor 419 net.minecraft.item.Item@67396475 (req. id 419)
[20:21:42] [main/TRACE] [FML/]: Registry add: minecraft:lead 420 net.minecraft.item.ItemLead@37fffef3 (req. id 420)
[20:21:42] [main/TRACE] [FML/]: Registry add: minecraft:name_tag 421 net.minecraft.item.ItemNameTag@7ca0166c (req. id 421)
[20:21:42] [main/TRACE] [FML/]: Registry add: minecraft:command_block_minecart 422 net.minecraft.item.ItemMinecart@1dcad16f (req. id 422)
[20:21:42] [main/TRACE] [FML/]: Registry add: minecraft:mutton 423 net.minecraft.item.ItemFood@701c482e (req. id 423)
[20:21:42] [main/TRACE] [FML/]: Registry add: minecraft:cooked_mutton 424 net.minecraft.item.ItemFood@4738131e (req. id 424)
[20:21:42] [main/TRACE] [FML/]: Registry add: minecraft:banner 425 net.minecraft.item.ItemBanner@795eddda (req. id 425)
[20:21:42] [main/TRACE] [FML/]: Registry add: minecraft:spruce_door 427 net.minecraft.item.ItemDoor@c6bf8d9 (req. id 427)
[20:21:42] [main/TRACE] [FML/]: Registry add: minecraft:birch_door 428 net.minecraft.item.ItemDoor@44392e64 (req. id 428)
[20:21:42] [main/TRACE] [FML/]: Registry add: minecraft:jungle_door 429 net.minecraft.item.ItemDoor@e18d2a2 (req. id 429)
[20:21:42] [main/TRACE] [FML/]: Registry add: minecraft:acacia_door 430 net.minecraft.item.ItemDoor@1a77eb6 (req. id 430)
[20:21:42] [main/TRACE] [FML/]: Registry add: minecraft:dark_oak_door 431 net.minecraft.item.ItemDoor@52d9f36b (req. id 431)
[20:21:42] [main/TRACE] [FML/]: Registry add: minecraft:record_13 2256 net.minecraft.item.ItemRecord@306c9b2c (req. id 2256)
[20:21:42] [main/TRACE] [FML/]: Registry add: minecraft:record_cat 2257 net.minecraft.item.ItemRecord@1ab28416 (req. id 2257)
[20:21:42] [main/TRACE] [FML/]: Registry add: minecraft:record_blocks 2258 net.minecraft.item.ItemRecord@52efb338 (req. id 2258)
[20:21:42] [main/TRACE] [FML/]: Registry add: minecraft:record_chirp 2259 net.minecraft.item.ItemRecord@64508788 (req. id 2259)
[20:21:42] [main/TRACE] [FML/]: Registry add: minecraft:record_far 2260 net.minecraft.item.ItemRecord@30b1c5d5 (req. id 2260)
[20:21:42] [main/TRACE] [FML/]: Registry add: minecraft:record_mall 2261 net.minecraft.item.ItemRecord@3e2d65e1 (req. id 2261)
[20:21:42] [main/TRACE] [FML/]: Registry add: minecraft:record_mellohi 2262 net.minecraft.item.ItemRecord@1174676f (req. id 2262)
[20:21:42] [main/TRACE] [FML/]: Registry add: minecraft:record_stal 2263 net.minecraft.item.ItemRecord@71f8ce0e (req. id 2263)
[20:21:42] [main/TRACE] [FML/]: Registry add: minecraft:record_strad 2264 net.minecraft.item.ItemRecord@4fd92289 (req. id 2264)
[20:21:42] [main/TRACE] [FML/]: Registry add: minecraft:record_ward 2265 net.minecraft.item.ItemRecord@1a8e44fe (req. id 2265)
[20:21:42] [main/TRACE] [FML/]: Registry add: minecraft:record_11 2266 net.minecraft.item.ItemRecord@287317df (req. id 2266)
[20:21:42] [main/TRACE] [FML/]: Registry add: minecraft:record_wait 2267 net.minecraft.item.ItemRecord@1fcc3461 (req. id 2267)
[20:21:42] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/util/ChatComponentStyle$1 (input size 827), found 1 patch
[20:21:42] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/util/ChatComponentStyle$1 (new size 860)
[20:21:42] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/util/ChatComponentStyle$2 (input size 827), found 1 patch
[20:21:42] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/util/ChatComponentStyle$2 (new size 877)
[20:21:42] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/util/ChatStyle$1 (input size 1952), found 1 patch
[20:21:42] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/util/ChatStyle$1 (new size 2271)
[20:21:42] [main/DEBUG] [FML/]: Runtime patching class net.minecraft.entity.monster.EntityMagmaCube (input size 2704), found 1 patch
[20:21:42] [main/DEBUG] [FML/]: Successfully applied runtime patches for net.minecraft.entity.monster.EntityMagmaCube (new size 3138)
[20:21:43] [main/DEBUG] [FML/]: Runtime patching class net.minecraft.entity.passive.EntityMooshroom (input size 2141), found 1 patch
[20:21:43] [main/DEBUG] [FML/]: Successfully applied runtime patches for net.minecraft.entity.passive.EntityMooshroom (new size 2679)
[20:21:43] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/entity/passive/EntityHorse$1 (input size 694), found 1 patch
[20:21:43] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/entity/passive/EntityHorse$1 (new size 718)
[20:21:43] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/entity/passive/EntityVillager$ITradeList (input size 161), found 1 patch
[20:21:43] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/entity/passive/EntityVillager$ITradeList (new size 183)
[20:21:43] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/entity/passive/EntityVillager$PriceInfo (input size 819), found 1 patch
[20:21:43] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/entity/passive/EntityVillager$PriceInfo (new size 866)
[20:21:43] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/entity/passive/EntityVillager$ListEnchantedBookForEmeralds (input size 1098), found 1 patch
[20:21:43] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/entity/passive/EntityVillager$ListEnchantedBookForEmeralds (new size 1172)
[20:21:43] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/item/crafting/RecipesArmorDyes (input size 2982), found 1 patch
[20:21:43] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/item/crafting/RecipesArmorDyes (new size 2945)
[20:21:43] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/item/crafting/RecipesMapCloning (input size 1849), found 1 patch
[20:21:43] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/item/crafting/RecipesMapCloning (new size 1723)
[20:21:43] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/item/crafting/RecipeRepairItem (input size 2204), found 1 patch
[20:21:43] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/item/crafting/RecipeRepairItem (new size 2263)
[20:21:43] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/item/crafting/RecipesBanners (input size 1049), found 1 patch
[20:21:43] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/item/crafting/RecipesBanners (new size 1105)
[20:21:43] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/item/crafting/RecipesBanners$RecipeDuplicatePattern (input size 2006), found 1 patch
[20:21:43] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/item/crafting/RecipesBanners$RecipeDuplicatePattern (new size 1974)
[20:21:43] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/item/crafting/RecipesBanners$RecipeAddPattern (input size 3786), found 1 patch
[20:21:43] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/item/crafting/RecipesBanners$RecipeAddPattern (new size 3640)
[20:21:43] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/command/CommandEnchant (input size 3262), found 1 patch
[20:21:43] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/command/CommandEnchant (new size 3381)
[20:21:43] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/command/server/CommandSetBlock (input size 3517), found 1 patch
[20:21:43] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/command/server/CommandSetBlock (new size 3654)
[20:21:43] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/command/CommandFill (input size 5459), found 1 patch
[20:21:43] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/command/CommandFill (new size 5687)
[20:21:43] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/command/server/CommandTestForBlock (input size 3470), found 1 patch
[20:21:43] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/command/server/CommandTestForBlock (new size 3624)
[20:21:43] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/world/chunk/storage/AnvilSaveHandler (input size 1288), found 1 patch
[20:21:43] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/world/chunk/storage/AnvilSaveHandler (new size 1365)
[20:21:43] [main/DEBUG] [FML/]: Runtime patching class net/minecraft/nbt/CompressedStreamTools (input size 2878), found 1 patch
[20:21:43] [main/DEBUG] [FML/]: Successfully applied runtime patches for net/minecraft/nbt/CompressedStreamTools (new size 4683)
[20:21:43] [Server thread/INFO] [FML/]: MinecraftForge v11.15.1.1764 Initialized
[20:21:43] [Server thread/INFO] [FML/]: Replaced 204 ore recipies
[20:21:43] [Server thread/DEBUG] [FML/]: Runtime patching class net.minecraft.server.MinecraftServer$3 (input size 1048), found 1 patch
[20:21:43] [Server thread/DEBUG] [FML/]: Successfully applied runtime patches for net.minecraft.server.MinecraftServer$3 (new size 1347)
[20:21:43] [Server thread/DEBUG] [FML/]: File /root/extreme_189/config/injectedDependencies.json not found. No dependencies injected
[20:21:44] [Server thread/DEBUG] [FML/]: Building injected Mod Containers [net.minecraftforge.fml.common.FMLContainer, net.minecraftforge.common.ForgeModContainer, com.mattdahepic.mdecore.asm.MDECoreCoreDummyMod, li.cil.oc.common.launch.CoreModContainer, darkevilmac.movingworld.common.asm.coremod.MovingWorldModContainer, org.squiddev.cctweaks.core.asm.TweaksLoadingPlugin$CCTweaksDummyMod]
[20:21:44] [Server thread/DEBUG] [FML/]: Attempting to load mods contained in the minecraft jar file and associated classes
[20:21:44] [Server thread/DEBUG] [FML/]: Found a minecraft related file at /root/extreme_189/forge.jar, examining for mod candidates
[20:21:44] [Server thread/TRACE] [FML/]: Skipping known library file /root/extreme_189/mods/Bloodmoon-MC1.8.8-1.4.jar
[20:21:44] [Server thread/TRACE] [FML/]: Skipping known library file /root/extreme_189/mods/bookshelf-library-1.8.9-1.1.1.203.jar
[20:21:44] [Server thread/TRACE] [FML/]: Skipping known library file /root/extreme_189/mods/CCTweaks-1.8.9-0.3.0.2.jar
[20:21:44] [Server thread/TRACE] [FML/]: Skipping known library file /root/extreme_189/mods/Fluxed Redstone-1.3.0.31.jar
[20:21:44] [Server thread/TRACE] [FML/]: Skipping known library file /root/extreme_189/mods/hopperducts-mc1.8.8-1.4.6.jar
[20:21:44] [Server thread/TRACE] [FML/]: Skipping known library file /root/extreme_189/mods/malisiscore-1.8.9-2.0.3.jar
[20:21:44] [Server thread/TRACE] [FML/]: Skipping known library file /root/extreme_189/mods/mattdahepic-core-1.8.9-1.1.1.jar
[20:21:44] [Server thread/TRACE] [FML/]: Skipping known library file /root/extreme_189/mods/movingworld-MC1.8.9-INDEV-E-full.jar
[20:21:44] [Server thread/TRACE] [FML/]: Skipping known library file /root/extreme_189/mods/OpenComputers-MC1.8.9-1.5.22.6.jar
[20:21:44] [Server thread/TRACE] [FML/]: Skipping known library file /root/extreme_189/mods/redstone-paste-1.8.9-1.7.2.jar
[20:21:44] [Server thread/TRACE] [FML/]: Skipping known library file /root/extreme_189/mods/thaumcraft-1.8.9-5.1.6.jar
[20:21:44] [Server thread/TRACE] [FML/]: Skipping known library file /root/extreme_189/mods/thaumic-infusion-1.8.9-4.82.jar
[20:21:44] [Server thread/TRACE] [FML/]: Skipping known library file /root/extreme_189/mods/totemic-1.8.9-0.6.5a.jar
[20:21:44] [Server thread/DEBUG] [FML/]: Minecraft jar mods loaded successfully
[20:21:44] [Server thread/INFO] [FML/]: Found 0 mods from the command line. Injecting into mod discoverer
[20:21:44] [Server thread/INFO] [FML/]: Searching /root/extreme_189/mods for mods
[20:21:44] [Server thread/DEBUG] [FML/]: Found a candidate mod directory 1.8.9
[20:21:44] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file ActuallyAdditions-1.8.9-r26.jar
[20:21:44] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file AdditionalBanners-1.1.1-1.8.9.jar
[20:21:44] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file alchemy-craft-1.8.9-1.3.1.jar
[20:21:44] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file Alt-F4-1.8.9-0.0.2.8.jar
[20:21:44] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file anotherdusts-1.8.9-1.4.1.jar
[20:21:44] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file archimedesshipsplus-MC1.8.9-INDEV-D.jar
[20:21:44] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file architecture-craft-1.8.9-1.3.1.jar
[20:21:44] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file aura-cascade-1.8.9-592.jar
[20:21:44] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file AutomatedRedstone-1.8.9-3.0.0.jar
[20:21:44] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file AutoSapling 1.2 MC1.8.9.jar
[20:21:44] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file BaseMetals-1.7.3.jar
[20:21:44] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file bdlib-1.10.0.23-mc1.8.9.jar
[20:21:44] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file better-builders-wands-1.8.9-0.5.1-83.jar
[20:21:44] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file bigtrees-0.2-1.8.9.jar
[20:21:44] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file biomes-oplenty-1.8.9-3.0.0.1926.jar
[20:21:44] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file blood-magic-1.8.9-2.0.0-19.jar
[20:21:44] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file Bloodmoon-MC1.8.8-1.4.jar
[20:21:44] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file BlueHex_Housing_Mod-1.8.9-0.0.1.1.jar
[20:21:44] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file bookshelf-api-1.8.9-2.3.5.jar
[20:21:44] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file bookshelf-library-1.8.9-1.1.1.203.jar
[20:21:44] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file botania-r1.8-0.6.3.jar
[20:21:44] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file bucket-storage-blocks-1.8.9-1.0.1.jar
[20:21:44] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file buildersguides-1.8.9-0.2.0-alpha.jar
[20:21:44] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file BuildingBricks-1.8.9-1.3.2.jar
[20:21:44] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file Caterpillar-1.1.189b74.jar
[20:21:44] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file CCTweaks-1.8.9-0.3.0.2.jar
[20:21:44] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file CD4017BE_lib-1.8.9-3.0.0.jar
[20:21:44] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file Chameleon-1.8.9-0.2.1.jar
[20:21:44] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file chest-transporter-1.8.9-2.2.0.jar
[20:21:44] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file chickens-1.8.9-1.0.jar
[20:21:44] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file Chisel-MC1.8.9-0.0.2.6.jar
[20:21:44] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file ClayWorldGen-1.0.1.jar
[20:21:44] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file colossal-chests-1.8.9-1.3.1.jar
[20:21:44] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file CompressedBlocks-2.0.2.jar
[20:21:44] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file ComputerCraft1.78.jar
[20:21:44] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file coroutil-1.8.9-1.1.4.jar
[20:21:44] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file craftgun-1.0.4-mc1.8.9.jar
[20:21:44] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file cyclops-core-1.8.9-0.5.1.jar
[20:21:44] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file dark-utilities-1.8.9-1.0.0.18.jar
[20:21:44] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file death-counter-1.8.9.jar
[20:21:44] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file deep-resonance-1.8.9-1.1.4beta7.jar
[20:21:44] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file defuzz-1.2.0.jar
[20:21:44] [Server thread/DEBUG] [FML/]: Ignoring unknown file disable.sh in mods directory
[20:21:44] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file dons-lightning-rod-1.8.9-2.4.0.jar
[20:21:44] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file doomlike-dungeons-1.8.8-beta-1.8.9.jar
[20:21:44] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file Durability Show-1.8.9-2.1.2.jar
[20:21:44] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file eleccore-1.8.9-1.4.234.jar
[20:21:44] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file ElectricAdvantage-1.1.1.jar
[20:21:44] [Server thread/DEBUG] [FML/]: Ignoring unknown file enable.sh in mods directory
[20:21:44] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file endercrop-1.0.jar
[20:21:44] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file EnderRift-0.10.0.jar
[20:21:44] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file EnderTanks-1.8.9-1.2.1.jar
[20:21:44] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file enderutilities-1.8.9-0.5.0.jar
[20:21:44] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file evil-craft-1.8.9-0.9.3.jar
[20:21:44] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file extra-golems-1.8.9-3.0.2.jar
[20:21:44] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file ezstorage-1.8.9-1.2.6.jar
[20:21:44] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file Fancy Fluid Storage-1.8.9-1.4.5.7.91.jar
[20:21:44] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file Fluxed Redstone-1.3.0.31.jar
[20:21:44] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file fluxed-core-1.8.9-2.0.3.jar
[20:21:44] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file fluxedsolars-1.9.jar
[20:21:44] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file food-details-1.8.9-1.0.0.jar
[20:21:44] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file Foundry-1.8.9-1.4.0.0.jar
[20:21:44] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file generators-0.9.19.3-mc1.8.9.jar
[20:21:44] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file geoactivity-2.2.3.jar
[20:21:44] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file glass-shards-1.8.9-1.6.jar
[20:21:44] [Server thread/DEBUG] [FML/]: Ignoring unknown file grab.sh in mods directory
[20:21:44] [Server thread/DEBUG] [FML/]: Found a candidate mod directory h3ntlibs
[20:21:44] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file Hammerz-1.8.9-0.1.5.18.jar
[20:21:44] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file hopperducts-mc1.8.8-1.4.6.jar
[20:21:44] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file ice-shards-1.8.9-1.3.1.jar
[20:21:44] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file immcraft-1.1.0.jar
[20:21:44] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file IronBackpacks-1.8.9-2.0.5.jar
[20:21:44] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file ironchest-1.8.9-6.0.125.770.jar
[20:21:44] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file ItemFinder-1.8.9-1.0.jar
[20:21:44] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file JACB-1.8.9-1.0.6.jar
[20:21:44] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file jei_1.8.9-2.28.6.173.jar
[20:21:44] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file jorrscraft-1.8.9-0.2.1.jar
[20:21:44] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file just-enough-calculation-1.8.9-0.3.1.jar
[20:21:44] [Server thread/TRACE] [FML/]: Skipping already parsed coremod or tweaker just-enough-tooltips-1.8.9-1.1.24.jar
[20:21:44] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file KnightPeripherals-1.8.9-2.2.jar
[20:21:44] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file lootable-bodies-1.8.9-1.4.1.jar
[20:21:44] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file lunatrius-core-1.8.9-1.1.2.32.jar
[20:21:44] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file malisisadvert-1.8.9-2.0.0.jar
[20:21:44] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file malisisblocks-1.8-2.0.0.jar
[20:21:44] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file malisiscore-1.8.9-2.0.3.jar
[20:21:44] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file malisisdoors-1.8.9-3.0.1.jar
[20:21:44] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file malisisswitches-1.8.9-1.0.0.jar
[20:21:44] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file Mantle-1.8.9-0.8.2.jar
[20:21:44] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file mattdahepic-core-1.8.9-1.1.1.jar
[20:21:44] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file mcjtylib-1.8.9-1.8.1beta.jar
[20:21:44] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file MCMultiPart-1.0.7-universal.jar
[20:21:44] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file minecalc-1.8.8-2.4.2.jar
[20:21:44] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file mineralogy-1.8.9-1.6.0.jar
[20:21:44] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file missingPieces-1.8.9-1.4.0.jar
[20:21:44] [Server thread/DEBUG] [FML/]: Ignoring unknown file mkreport.sh in mods directory
[20:21:44] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file moar-signs-1.8.9-2.0.4.jar
[20:21:44] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file modular-tools-1.0.1.jar
[20:21:44] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file ModularPowersuits-1.8.9-0.0.1-1.jar
[20:21:44] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file more-shearables-1.8.9-1.0.jar
[20:21:44] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file morpheus-1.8.9-2.0.58.jar
[20:21:44] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file mounted-pearl-1.8.9-1.0.0.jar
[20:21:44] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file movingworld-MC1.8.9-INDEV-E-full.jar
[20:21:44] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file mr-fusion-1.8.9-0.1.005.jar
[20:21:44] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file MrCrayfishFurntiureModv3.6.1(1.8.9).jar
[20:21:44] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file mystical-crops-1.8.9-1.3prerelease.jar
[20:21:44] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file neotech-1.8.9-2.4.0a.jar
[20:21:44] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file nether-essence-4.0.1.1.jar
[20:21:44] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file netherportalfix-mc1.8.9-2.1.6.jar
[20:21:44] [Server thread/DEBUG] [FML/]: Ignoring unknown file newMod.sh in mods directory
[20:21:44] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file no-mobs-spawning-on-trees-1.8.9-1.1.1.jar
[20:21:44] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file ocean-floor-1.8.9-1.0.0.jar
[20:21:44] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file OpenComputers-MC1.8.9-1.5.22.6.jar
[20:21:44] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file OreDictionaryConverter-1.7.2.jar
[20:21:44] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file parachutemod-ng-1.8.9-1.2.2-341.jar
[20:21:44] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file PneumaticCompressing-1.0.7.jar
[20:21:44] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file PneumaticCraft-1.8.9-1.13.7-11-universal.jar
[20:21:44] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file portable-crafting-1.8.9-1.0.jar
[20:21:44] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file PowerAdvantage-1.5.2.jar
[20:21:44] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file pressure-1.3.0.13-mc1.8.9.jar
[20:21:44] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file ProgressiveAutomation-1.8.9-1.6.35.jar
[20:21:44] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file projecte-1.8.9-PE1.1.4.jar
[20:21:44] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file psi-beta-19.jar
[20:21:44] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file QuantumStorage-1.8.9-2.0.3.jar
[20:21:44] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file rabbits-breed-like-rabbits-2.0.1.5.jar
[20:21:44] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file rarmor-0.3.2.jar
[20:21:44] [Server thread/DEBUG] [FML/]: Ignoring unknown file rawStart.sh in mods directory
[20:21:44] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file ray-tracing-library-1.8.9-0.0.1.jar
[20:21:44] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file realistic-terrain-generation-1.8.9-0.0.2.jar
[20:21:44] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file RebornCore-1.8.9-1.4.3.20-universal.jar
[20:21:44] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file redstone-paste-1.8.9-1.7.2.jar
[20:21:44] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file reliquary-1.3.0.190.jar
[20:21:44] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file reptilemod-1.8.9-3.2.1-40.jar
[20:21:44] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file rftools-1.8.9-4.22beta28.jar
[20:21:44] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file rightclicktorch-1.8.9-1.0.2.jar
[20:21:44] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file RopeBridge-v1.3-mc1.8.8.jar
[20:21:44] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file router-reborn-1.8.9-0.0.12b.jar
[20:21:44] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file schematica-1.8.9-1.7.7.143.jar
[20:21:44] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file sciapi-1.8.9-1.2.0.1.jar
[20:21:44] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file SGCraft-1.10.1-mc1.8.9.jar
[20:21:44] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file ShetiPhianCore-1.8.9-3.1.0.jar
[20:21:44] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file SimilsaxTranstructors-1.8.8.16.jar
[20:21:44] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file simplefluidtanks-1.8.9-1.3.0.4.jar
[20:21:44] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file simplelables-1.8.9-0.0.4.jar
[20:21:44] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file slashblade-1.8.9-r5a.jar
[20:21:44] [Server thread/DEBUG] [FML/]: Ignoring unknown file start.sh in mods directory
[20:21:44] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file SteamAdvantage-1.5.2.jar
[20:21:44] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file stellar-sky-1.8.9-0.2.1.0.jar
[20:21:44] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file storage-drawers-1.8.9-2.4.3.jar
[20:21:44] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file StorageNetwork-1.8.9-1.7.3.jar
[20:21:44] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file StructuredCrafting-1.8.9-0.1.2.jar
[20:21:44] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file Substratum-1.8.9-1.1.0.1.jar
[20:21:44] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file super-multi-drills-1.8.9-1.3.0.jar
[20:21:44] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file TConstruct-1.8.9-2.1.0.jar
[20:21:44] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file TechReborn-1.8.9-0.7.11.61-universal.jar
[20:21:44] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file techstacks-heavy-machinery-1.8.9-1.1.jar
[20:21:44] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file thaumcraft-1.8.9-5.1.6.jar
[20:21:44] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file thaumic-infusion-1.8.9-4.82.jar
[20:21:44] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file TIS-3D-MC1.8.9-0.8.3.13.jar
[20:21:44] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file tomtom-1.8.9-b14.jar
[20:21:44] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file tools-on-the-go-1.8.9-1.2.1.jar
[20:21:44] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file totemic-1.8.9-0.6.5a.jar
[20:21:44] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file Trashcans-1.8.9-1.0.1.jar
[20:21:44] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file ultimate_unicorn_mod-1.8.9-1.4.3.jar
[20:21:44] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file underphangables-1.8.9-1.0.1.jar
[20:21:44] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file UnLogicII-4.2.1.50.jar
[20:21:44] [Server thread/DEBUG] [FML/]: Ignoring unknown file upgrade.session in mods directory
[20:21:44] [Server thread/DEBUG] [FML/]: Ignoring unknown file upgrade.sh in mods directory
[20:21:44] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file veinminer-0.31.4.jar
[20:21:44] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file WCIES-1.8.9-1.jar
[20:21:44] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file weather-storms-and-tornadoes-1.8.9-2.3.11.jar
[20:21:44] [Server thread/TRACE] [FML/]: Skipping already parsed coremod or tweaker WIT-1.8.9-1.0.7-19.jar
[20:21:44] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file wonderful-wands-1.8.9-1.8.0.jar
[20:21:44] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file world-edit-1.8.9-6.1.1.jar
[20:21:44] [Server thread/INFO] [FML/]: Also searching /root/extreme_189/mods/1.8.9 for mods
[20:21:44] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file Baubles-1.8.9-1.1.3.0.jar
[20:21:44] [Server thread/DEBUG] [FML/]: Examining file forge.jar for potential mods
[20:21:44] [Server thread/DEBUG] [FML/]: The mod container forge.jar appears to be missing an mcmod.info file
[20:21:44] [Server thread/DEBUG] [FML/]: Examining directory 1.8.9 for potential mods
[20:21:44] [Server thread/DEBUG] [FML/]: No mcmod.info file found in directory 1.8.9
[20:21:44] [Server thread/DEBUG] [FML/]: Examining file ActuallyAdditions-1.8.9-r26.jar for potential mods
[20:21:44] [Server thread/TRACE] [FML/]: Located mcmod.info file in file ActuallyAdditions-1.8.9-r26.jar
[20:21:44] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (de.ellpeck.actuallyadditions.mod.ActuallyAdditions) - loading
[20:21:44] [Server thread/TRACE] [ActuallyAdditions/]: Parsed dependency info : [] [BuildCraft|Energy] []
[20:21:45] [Server thread/DEBUG] [FML/]: Examining file AdditionalBanners-1.1.1-1.8.9.jar for potential mods
[20:21:45] [Server thread/TRACE] [FML/]: Located mcmod.info file in file AdditionalBanners-1.1.1-1.8.9.jar
[20:21:45] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (net.epoxide.additionalbanners.AdditionalBanners) - loading
[20:21:45] [Server thread/TRACE] [additionalbanners/]: Parsed dependency info : [] [] []
[20:21:45] [Server thread/DEBUG] [FML/]: Examining file alchemy-craft-1.8.9-1.3.1.jar for potential mods
[20:21:45] [Server thread/TRACE] [FML/]: Located mcmod.info file in file alchemy-craft-1.8.9-1.3.1.jar
[20:21:45] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.alchemycraft2.main.alchemycraft2) - loading
[20:21:45] [Server thread/TRACE] [ac2/]: Parsed dependency info : [] [AgriCraft] []
[20:21:45] [Server thread/DEBUG] [FML/]: Examining file Alt-F4-1.8.9-0.0.2.8.jar for potential mods
[20:21:45] [Server thread/TRACE] [FML/]: Located mcmod.info file in file Alt-F4-1.8.9-0.0.2.8.jar
[20:21:45] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (vapourdrive.furnaceevolved.FurnaceEvolved) - loading
[20:21:45] [Server thread/TRACE] [FurnaceEvolved/]: Parsed dependency info : [] [MineTweaker] [JustEnoughItems]
[20:21:45] [Server thread/DEBUG] [FML/]: Examining file anotherdusts-1.8.9-1.4.1.jar for potential mods
[20:21:45] [Server thread/TRACE] [FML/]: Located mcmod.info file in file anotherdusts-1.8.9-1.4.1.jar
[20:21:45] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.setycz.AnotherDustsMod.ModAnotherDusts) - loading
[20:21:45] [Server thread/TRACE] [anotherdusts/]: Parsed dependency info : [] [] []
[20:21:45] [Server thread/DEBUG] [FML/]: Examining file archimedesshipsplus-MC1.8.9-INDEV-D.jar for potential mods
[20:21:45] [Server thread/TRACE] [FML/]: Located mcmod.info file in file archimedesshipsplus-MC1.8.9-INDEV-D.jar
[20:21:45] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (darkevilmac.archimedes.ArchimedesShipMod) - loading
[20:21:45] [Server thread/TRACE] [ArchimedesShipsPlus/]: Parsed dependency info : [MovingWorld] [MovingWorld] []
[20:21:45] [Server thread/DEBUG] [FML/]: Examining file architecture-craft-1.8.9-1.3.1.jar for potential mods
[20:21:45] [Server thread/TRACE] [FML/]: Located mcmod.info file in file architecture-craft-1.8.9-1.3.1.jar
[20:21:45] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (gcewing.architecture.ArchitectureCraft) - loading
[20:21:45] [Server thread/TRACE] [ArchitectureCraft/]: Parsed dependency info : [] [] []
[20:21:45] [Server thread/DEBUG] [FML/]: Examining file aura-cascade-1.8.9-592.jar for potential mods
[20:21:45] [Server thread/WARN] [FML/]: Zip file aura-cascade-1.8.9-592.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_72]
at java.util.zip.ZipFile.<init>(ZipFile.java:219) ~[?:1.8.0_72]
at java.util.zip.ZipFile.<init>(ZipFile.java:149) ~[?:1.8.0_72]
at java.util.jar.JarFile.<init>(JarFile.java:166) ~[?:1.8.0_72]
at java.util.jar.JarFile.<init>(JarFile.java:130) ~[?:1.8.0_72]
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:134) [ModDiscoverer.class:?]
at net.minecraftforge.fml.common.Loader.identifyMods(Loader.java:363) [Loader.class:?]
at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:488) [Loader.class:?]
at net.minecraftforge.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:87) [FMLServerHandler.class:?]
at net.minecraftforge.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:320) [FMLCommonHandler.class:?]
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:112) [ko.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:441) [MinecraftServer.class:?]
at java.lang.Thread.run(Thread.java:745) [?:1.8.0_72]
[20:21:45] [Server thread/DEBUG] [FML/]: Examining file AutomatedRedstone-1.8.9-3.0.0.jar for potential mods
[20:21:45] [Server thread/TRACE] [FML/]: Located mcmod.info file in file AutomatedRedstone-1.8.9-3.0.0.jar
[20:21:45] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (cd4017be.circuits.RedstoneCircuits) - loading
[20:21:45] [Server thread/TRACE] [Circuits/]: Parsed dependency info : [] [] []
[20:21:45] [Server thread/DEBUG] [FML/]: Examining file AutoSapling 1.2 MC1.8.9.jar for potential mods
[20:21:45] [Server thread/TRACE] [FML/]: Located mcmod.info file in file AutoSapling 1.2 MC1.8.9.jar
[20:21:45] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (autosapling.AutoSapling) - loading
[20:21:45] [Server thread/TRACE] [AutoSapling/]: Parsed dependency info : [] [] []
[20:21:45] [Server thread/DEBUG] [FML/]: Examining file BaseMetals-1.7.3.jar for potential mods
[20:21:45] [Server thread/TRACE] [FML/]: Located mcmod.info file in file BaseMetals-1.7.3.jar
[20:21:45] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (cyano.basemetals.BaseMetals) - loading
[20:21:45] [Server thread/TRACE] [basemetals/]: Parsed dependency info : [] [] []
[20:21:45] [Server thread/DEBUG] [FML/]: Examining file bdlib-1.10.0.23-mc1.8.9.jar for potential mods
[20:21:45] [Server thread/TRACE] [FML/]: Located mcmod.info file in file bdlib-1.10.0.23-mc1.8.9.jar
[20:21:45] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (net.bdew.lib.BdLib) - loading
[20:21:45] [Server thread/TRACE] [bdlib/]: Parsed dependency info : [] [] []
[20:21:45] [Server thread/DEBUG] [FML/]: Examining file better-builders-wands-1.8.9-0.5.1-83.jar for potential mods
[20:21:45] [Server thread/TRACE] [FML/]: Located mcmod.info file in file better-builders-wands-1.8.9-0.5.1-83.jar
[20:21:45] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (portablejim.bbw.BetterBuildersWandsMod) - loading
[20:21:45] [Server thread/TRACE] [betterbuilderswands/]: Parsed dependency info : [] [] []
[20:21:45] [Server thread/DEBUG] [betterbuilderswands/]: Attempting to load the file version.properties from better-builders-wands-1.8.9-0.5.1-83.jar to locate a version number for betterbuilderswands
[20:21:45] [Server thread/DEBUG] [betterbuilderswands/]: Found version null for mod betterbuilderswands in version.properties, using
[20:21:45] [Server thread/WARN] [betterbuilderswands/]: Mod betterbuilderswands is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 0.5.1
[20:21:45] [Server thread/DEBUG] [FML/]: Examining file bigtrees-0.2-1.8.9.jar for potential mods
[20:21:45] [Server thread/TRACE] [FML/]: Located mcmod.info file in file bigtrees-0.2-1.8.9.jar
[20:21:45] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (karob.bigtrees.BigTrees) - loading
[20:21:45] [Server thread/TRACE] [bigtrees/]: Parsed dependency info : [] [] []
[20:21:45] [Server thread/DEBUG] [FML/]: Examining file biomes-oplenty-1.8.9-3.0.0.1926.jar for potential mods
[20:21:45] [Server thread/TRACE] [FML/]: Located mcmod.info file in file biomes-oplenty-1.8.9-3.0.0.1926.jar
[20:21:45] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (biomesoplenty.core.BiomesOPlenty) - loading
[20:21:45] [Server thread/TRACE] [BiomesOPlenty/]: Parsed dependency info : [Forge@[11.14.3.1468,)] [Forge@[11.14.3.1468,)] []
[20:21:45] [Server thread/DEBUG] [BiomesOPlenty/]: Attempting to load the file version.properties from biomes-oplenty-1.8.9-3.0.0.1926.jar to locate a version number for BiomesOPlenty
[20:21:45] [Server thread/DEBUG] [BiomesOPlenty/]: Found version 3.0.0 for mod BiomesOPlenty in version.properties, using
[20:21:45] [Server thread/DEBUG] [FML/]: Examining file blood-magic-1.8.9-2.0.0-19.jar for potential mods
[20:21:45] [Server thread/TRACE] [FML/]: Located mcmod.info file in file blood-magic-1.8.9-2.0.0-19.jar
[20:21:45] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (WayofTime.bloodmagic.BloodMagic) - loading
[20:21:45] [Server thread/TRACE] [BloodMagic/]: Parsed dependency info : [] [JEI@[2.23.0,), guideapi] []
[20:21:45] [Server thread/DEBUG] [FML/]: Examining file Bloodmoon-MC1.8.8-1.4.jar for potential mods
[20:21:45] [Server thread/TRACE] [FML/]: Located mcmod.info file in file Bloodmoon-MC1.8.8-1.4.jar
[20:21:45] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (lumien.bloodmoon.Bloodmoon) - loading
[20:21:45] [Server thread/TRACE] [Bloodmoon/]: Parsed dependency info : [] [] []
[20:21:45] [Server thread/DEBUG] [FML/]: Examining file BlueHex_Housing_Mod-1.8.9-0.0.1.1.jar for potential mods
[20:21:45] [Server thread/TRACE] [FML/]: Located mcmod.info file in file BlueHex_Housing_Mod-1.8.9-0.0.1.1.jar
[20:21:45] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.bluehex.bh_housing.BH_HousingMod) - loading
[20:21:45] [Server thread/TRACE] [bh_housing/]: Parsed dependency info : [Forge@[11.15.1.1722,)] [Forge@[11.15.1.1722,)] []
[20:21:45] [Server thread/DEBUG] [FML/]: Examining file bookshelf-api-1.8.9-2.3.5.jar for potential mods
[20:21:45] [Server thread/TRACE] [FML/]: Located mcmod.info file in file bookshelf-api-1.8.9-2.3.5.jar
[20:21:45] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.teambr.bookshelf.Bookshelf) - loading
[20:21:45] [Server thread/TRACE] [bookshelfapi/]: Parsed dependency info : [Forge@[11.15.1.1724,)] [Forge@[11.15.1.1724,)] []
[20:21:45] [Server thread/DEBUG] [FML/]: Examining file bookshelf-library-1.8.9-1.1.1.203.jar for potential mods
[20:21:45] [Server thread/TRACE] [FML/]: Located mcmod.info file in file bookshelf-library-1.8.9-1.1.1.203.jar
[20:21:45] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (net.darkhax.bookshelf.Bookshelf) - loading
[20:21:45] [Server thread/TRACE] [bookshelf/]: Parsed dependency info : [] [] []
[20:21:45] [Server thread/DEBUG] [FML/]: Examining file botania-r1.8-0.6.3.jar for potential mods
[20:21:45] [Server thread/TRACE] [FML/]: Located mcmod.info file in file botania-r1.8-0.6.3.jar
[20:21:45] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (vazkii.botania.common.Botania) - loading
[20:21:45] [Server thread/TRACE] [Botania/]: Parsed dependency info : [Baubles] [Baubles, Thaumcraft] []
[20:21:46] [Server thread/DEBUG] [FML/]: Examining file bucket-storage-blocks-1.8.9-1.0.1.jar for potential mods
[20:21:46] [Server thread/TRACE] [FML/]: Located mcmod.info file in file bucket-storage-blocks-1.8.9-1.0.1.jar
[20:21:46] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.lothrazar.samsbucketblocks.ModBucketBlocks) - loading
[20:21:46] [Server thread/TRACE] [samsbucketblocks/]: Parsed dependency info : [] [] []
[20:21:46] [Server thread/DEBUG] [samsbucketblocks/]: Attempting to load the file version.properties from bucket-storage-blocks-1.8.9-1.0.1.jar to locate a version number for samsbucketblocks
[20:21:46] [Server thread/WARN] [samsbucketblocks/]: Mod samsbucketblocks is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.0.1
[20:21:46] [Server thread/DEBUG] [FML/]: Examining file buildersguides-1.8.9-0.2.0-alpha.jar for potential mods
[20:21:46] [Server thread/TRACE] [FML/]: Located mcmod.info file in file buildersguides-1.8.9-0.2.0-alpha.jar
[20:21:46] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (ipsis.buildersguides.BuildersGuides) - loading
[20:21:46] [Server thread/TRACE] [BuildersGuides/]: Parsed dependency info : [] [] []
[20:21:46] [Server thread/DEBUG] [FML/]: Examining file BuildingBricks-1.8.9-1.3.2.jar for potential mods
[20:21:46] [Server thread/TRACE] [FML/]: Located mcmod.info file in file BuildingBricks-1.8.9-1.3.2.jar
[20:21:46] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.hea3ven.buildingbricks.compat.vanilla.ModBuildingBricksCompatVanilla) - loading
[20:21:46] [Server thread/TRACE] [buildingbrickscompatvanilla/]: Parsed dependency info : [] [] []
[20:21:46] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.hea3ven.buildingbricks.core.ModBuildingBricks) - loading
[20:21:46] [Server thread/TRACE] [buildingbricks/]: Parsed dependency info : [Forge@[11.15.1.1723,)] [Forge@[11.15.1.1723,)] []
[20:21:46] [Server thread/DEBUG] [FML/]: Examining file Caterpillar-1.1.189b74.jar for potential mods
[20:21:46] [Server thread/TRACE] [FML/]: Located mcmod.info file in file Caterpillar-1.1.189b74.jar
[20:21:46] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.gmail.cgfreethemice.caterpillar.Caterpillar) - loading
[20:21:46] [Server thread/TRACE] [caterpillar/]: Parsed dependency info : [] [] []
[20:21:46] [Server thread/DEBUG] [FML/]: Examining file CCTweaks-1.8.9-0.3.0.2.jar for potential mods
[20:21:46] [Server thread/TRACE] [FML/]: Located mcmod.info file in file CCTweaks-1.8.9-0.3.0.2.jar
[20:21:46] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (org.squiddev.cctweaks.CCTweaks) - loading
[20:21:46] [Server thread/TRACE] [CCTweaks/]: Parsed dependency info : [ComputerCraft@[1.74,)] [ComputerCraft@[1.74,), CCTurtle, ForgeMultipart, OpenPeripheralCore] []
[20:21:46] [Server thread/DEBUG] [FML/]: Examining file CD4017BE_lib-1.8.9-3.0.0.jar for potential mods
[20:21:46] [Server thread/DEBUG] [FML/]: The mod container CD4017BE_lib-1.8.9-3.0.0.jar appears to be missing an mcmod.info file
[20:21:46] [Server thread/DEBUG] [FML/]: Examining file Chameleon-1.8.9-0.2.1.jar for potential mods
[20:21:46] [Server thread/TRACE] [FML/]: Located mcmod.info file in file Chameleon-1.8.9-0.2.1.jar
[20:21:46] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.jaquadro.minecraft.chameleon.Chameleon) - loading
[20:21:46] [Server thread/TRACE] [Chameleon/]: Using mcmod dependency info : [Forge] [] []
[20:21:46] [Server thread/DEBUG] [FML/]: Examining file chest-transporter-1.8.9-2.2.0.jar for potential mods
[20:21:46] [Server thread/TRACE] [FML/]: Located mcmod.info file in file chest-transporter-1.8.9-2.2.0.jar
[20:21:46] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (cubex2.mods.chesttransporter.ChestTransporter) - loading
[20:21:46] [Server thread/TRACE] [ChestTransporter/]: Parsed dependency info : [] [] []
[20:21:46] [Server thread/DEBUG] [FML/]: Examining file chickens-1.8.9-1.0.jar for potential mods
[20:21:46] [Server thread/TRACE] [FML/]: Located mcmod.info file in file chickens-1.8.9-1.0.jar
[20:21:46] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.setycz.chickens.ChickensMod) - loading
[20:21:46] [Server thread/TRACE] [chickens/]: Parsed dependency info : [] [] []
[20:21:46] [Server thread/DEBUG] [FML/]: Examining file Chisel-MC1.8.9-0.0.2.6.jar for potential mods
[20:21:46] [Server thread/DEBUG] [FML/]: The mod container Chisel-MC1.8.9-0.0.2.6.jar appears to be missing an mcmod.info file
[20:21:46] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (team.chisel.Chisel) - loading
[20:21:46] [Server thread/TRACE] [chisel/]: Parsed dependency info : [] [] []
[20:21:46] [Server thread/DEBUG] [FML/]: Examining file ClayWorldGen-1.0.1.jar for potential mods
[20:21:46] [Server thread/TRACE] [FML/]: Located mcmod.info file in file ClayWorldGen-1.0.1.jar
[20:21:46] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.ewyboy.clayworldgen.Main) - loading
[20:21:46] [Server thread/TRACE] [clayworldgen/]: Parsed dependency info : [] [] []
[20:21:46] [Server thread/DEBUG] [FML/]: Examining file colossal-chests-1.8.9-1.3.1.jar for potential mods
[20:21:46] [Server thread/TRACE] [FML/]: Located mcmod.info file in file colossal-chests-1.8.9-1.3.1.jar
[20:21:46] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (org.cyclops.colossalchests.ColossalChests) - loading
[20:21:46] [Server thread/TRACE] [colossalchests/]: Parsed dependency info : [Forge@[11.15.1.1722,), cyclopscore@[0.5.1,)] [Forge@[11.15.1.1722,), cyclopscore@[0.5.1,)] []
[20:21:46] [Server thread/DEBUG] [FML/]: Examining file CompressedBlocks-2.0.2.jar for potential mods
[20:21:46] [Server thread/TRACE] [FML/]: Located mcmod.info file in file CompressedBlocks-2.0.2.jar
[20:21:46] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.kreezxil.compressedblocks.CompressedBlocks) - loading
[20:21:46] [Server thread/TRACE] [kreezxilscompressedblocks/]: Parsed dependency info : [] [] []
[20:21:46] [Server thread/DEBUG] [FML/]: Examining file ComputerCraft1.78.jar for potential mods
[20:21:46] [Server thread/TRACE] [FML/]: Located mcmod.info file in file ComputerCraft1.78.jar
[20:21:46] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (dan200.computercraft.ComputerCraft) - loading
[20:21:46] [Server thread/TRACE] [ComputerCraft/]: Parsed dependency info : [] [] []
[20:21:46] [Server thread/DEBUG] [FML/]: Examining file coroutil-1.8.9-1.1.4.jar for potential mods
[20:21:46] [Server thread/TRACE] [FML/]: Located mcmod.info file in file coroutil-1.8.9-1.1.4.jar
[20:21:46] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (CoroUtil.forge.CoroAI) - loading
[20:21:46] [Server thread/TRACE] [CoroAI/]: Parsed dependency info : [] [] []
[20:21:46] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (extendedrenderer.ExtendedRenderer) - loading
[20:21:46] [Server thread/TRACE] [ExtendedRenderer/]: Parsed dependency info : [] [] []
[20:21:46] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (modconfig.ConfigMod) - loading
[20:21:46] [Server thread/TRACE] [ConfigMod/]: Parsed dependency info : [] [] []
[20:21:46] [Server thread/DEBUG] [FML/]: Examining file craftgun-1.0.4-mc1.8.9.jar for potential mods
[20:21:46] [Server thread/TRACE] [FML/]: Located mcmod.info file in file craftgun-1.0.4-mc1.8.9.jar
[20:21:46] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.netglex.craftgun.Main) - loading
[20:21:46] [Server thread/TRACE] [craftgun/]: Parsed dependency info : [] [] []
[20:21:46] [Server thread/DEBUG] [FML/]: Examining file cyclops-core-1.8.9-0.5.1.jar for potential mods
[20:21:46] [Server thread/TRACE] [FML/]: Located mcmod.info file in file cyclops-core-1.8.9-0.5.1.jar
[20:21:46] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (org.cyclops.cyclopscore.CyclopsCore) - loading
[20:21:46] [Server thread/TRACE] [cyclopscore/]: Parsed dependency info : [Forge@[11.15.1.1722,)] [Forge@[11.15.1.1722,)] []
[20:21:46] [Server thread/DEBUG] [FML/]: Examining file dark-utilities-1.8.9-1.0.0.18.jar for potential mods
[20:21:46] [Server thread/TRACE] [FML/]: Located mcmod.info file in file dark-utilities-1.8.9-1.0.0.18.jar
[20:21:46] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (net.darkhax.darkutils.DarkUtils) - loading
[20:21:46] [Server thread/TRACE] [DarkUtils/]: Parsed dependency info : [bookshelf@[1.1.1.199,]] [bookshelf@[1.1.1.199,], Waila, Thaumcraft, JEI@[2.28.5.172,]] []
[20:21:46] [Server thread/DEBUG] [FML/]: Examining file death-counter-1.8.9.jar for potential mods
[20:21:46] [Server thread/TRACE] [FML/]: Located mcmod.info file in file death-counter-1.8.9.jar
[20:21:46] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (me.ichun.mods.deathcounter.common.core.DeathCounter) - loading
[20:21:46] [Server thread/TRACE] [DeathCounter/]: Parsed dependency info : [] [] []
[20:21:46] [Server thread/DEBUG] [FML/]: Examining file deep-resonance-1.8.9-1.1.4beta7.jar for potential mods
[20:21:46] [Server thread/TRACE] [FML/]: Located mcmod.info file in file deep-resonance-1.8.9-1.1.4beta7.jar
[20:21:46] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (mcjty.deepresonance.DeepResonance) - loading
[20:21:46] [Server thread/TRACE] [deepresonance/]: Parsed dependency info : [McJtyLib@[1.8.9-1.8.1beta6,), Forge@[11.15.1.1722,), ElecCore@[1.4.228,)] [Forge@[11.15.1.1722,), McJtyLib@[1.8.9-1.8.1beta6,), ElecCore@[1.4.228,)] []
[20:21:46] [Server thread/DEBUG] [FML/]: Examining file defuzz-1.2.0.jar for potential mods
[20:21:46] [Server thread/DEBUG] [FML/]: The mod container defuzz-1.2.0.jar appears to be missing an mcmod.info file
[20:21:46] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (thut.spawndefuzz.SpawnDefuzz) - loading
[20:21:46] [Server thread/TRACE] [spawn_defuzzer/]: Parsed dependency info : [] [] []
[20:21:46] [Server thread/DEBUG] [FML/]: Examining file dons-lightning-rod-1.8.9-2.4.0.jar for potential mods
[20:21:46] [Server thread/TRACE] [FML/]: Located mcmod.info file in file dons-lightning-rod-1.8.9-2.4.0.jar
[20:21:46] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (donslightningrod.DLR) - loading
[20:21:46] [Server thread/TRACE] [dlr/]: Parsed dependency info : [] [] []
[20:21:46] [Server thread/DEBUG] [FML/]: Examining file doomlike-dungeons-1.8.8-beta-1.8.9.jar for potential mods
[20:21:46] [Server thread/TRACE] [FML/]: Located mcmod.info file in file doomlike-dungeons-1.8.8-beta-1.8.9.jar
[20:21:46] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (jaredbgreat.dldungeons.DoomlikeDungeons) - loading
[20:21:46] [Server thread/TRACE] [dldungeonsjdg/]: Parsed dependency info : [] [] []
[20:21:46] [Server thread/DEBUG] [FML/]: Examining file Durability Show-1.8.9-2.1.2.jar for potential mods
[20:21:46] [Server thread/TRACE] [FML/]: Located mcmod.info file in file Durability Show-1.8.9-2.1.2.jar
[20:21:46] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.sixonethree.durabilityshow.DurabilityShow) - loading
[20:21:46] [Server thread/INFO] [FML/]: Disabling mod DurabilityShow it is client side only.
[20:21:46] [Server thread/DEBUG] [FML/]: Skipping mod com.sixonethree.durabilityshow.DurabilityShow, container opted to not load.
[20:21:46] [Server thread/DEBUG] [FML/]: Examining file eleccore-1.8.9-1.4.234.jar for potential mods
[20:21:46] [Server thread/TRACE] [FML/]: Located mcmod.info file in file eleccore-1.8.9-1.4.234.jar
[20:21:46] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (elec332.core.main.ElecCore) - loading
[20:21:46] [Server thread/TRACE] [ElecCore/]: Parsed dependency info : [Forge@[11.15.0.1630,)] [Forge@[11.15.0.1630,)] []
[20:21:46] [Server thread/INFO] [ElecCore/]: Mod ElecCore is missing the required element 'name'. Substituting ElecCore
[20:21:46] [Server thread/DEBUG] [FML/]: Examining file ElectricAdvantage-1.1.1.jar for potential mods
[20:21:46] [Server thread/TRACE] [FML/]: Located mcmod.info file in file ElectricAdvantage-1.1.1.jar
[20:21:46] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (cyano.electricadvantage.ElectricAdvantage) - loading
[20:21:46] [Server thread/TRACE] [electricadvantage/]: Parsed dependency info : [basemetals, poweradvantage] [poweradvantage, basemetals] []
[20:21:46] [Server thread/DEBUG] [FML/]: Examining file endercrop-1.0.jar for potential mods
[20:21:46] [Server thread/TRACE] [FML/]: Located mcmod.info file in file endercrop-1.0.jar
[20:21:46] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (io.github.mathiasdj.endercrop.EnderCrop) - loading
[20:21:46] [Server thread/TRACE] [endercrop/]: Parsed dependency info : [] [] []
[20:21:46] [Server thread/DEBUG] [FML/]: Examining file EnderRift-0.10.0.jar for potential mods
[20:21:46] [Server thread/TRACE] [FML/]: Located mcmod.info file in file EnderRift-0.10.0.jar
[20:21:46] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (gigaherz.enderRift.EnderRiftMod) - loading
[20:21:46] [Server thread/TRACE] [enderrift/]: Parsed dependency info : [] [Waila] []
[20:21:46] [Server thread/DEBUG] [FML/]: Examining file EnderTanks-1.8.9-1.2.1.jar for potential mods
[20:21:46] [Server thread/TRACE] [FML/]: Located mcmod.info file in file EnderTanks-1.8.9-1.2.1.jar
[20:21:46] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (shetiphian.endertanks.EnderTanks) - loading
[20:21:46] [Server thread/TRACE] [EnderTanks/]: Parsed dependency info : [ShetiPhianCore@[v3.1.0,)] [ShetiPhianCore@[v3.1.0,)] []
[20:21:46] [Server thread/DEBUG] [FML/]: Examining file enderutilities-1.8.9-0.5.0.jar for potential mods
[20:21:46] [Server thread/TRACE] [FML/]: Located mcmod.info file in file enderutilities-1.8.9-0.5.0.jar
[20:21:46] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (fi.dy.masa.enderutilities.EnderUtilities) - loading
[20:21:46] [Server thread/TRACE] [enderutilities/]: Parsed dependency info : [Forge@[11.15.1.1722,)] [Forge@[11.15.1.1722,)] []
[20:21:46] [Server thread/DEBUG] [FML/]: Examining file evil-craft-1.8.9-0.9.3.jar for potential mods
[20:21:46] [Server thread/TRACE] [FML/]: Located mcmod.info file in file evil-craft-1.8.9-0.9.3.jar
[20:21:47] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (org.cyclops.evilcraft.EvilCraft) - loading
[20:21:47] [Server thread/TRACE] [evilcraft/]: Parsed dependency info : [cyclopscore@[0.5.1,), Forge@[11.15.1.1722,)] [Forge@[11.15.1.1722,), cyclopscore@[0.5.1,)] []
[20:21:47] [Server thread/DEBUG] [FML/]: Examining file extra-golems-1.8.9-3.0.2.jar for potential mods
[20:21:47] [Server thread/TRACE] [FML/]: Located mcmod.info file in file extra-golems-1.8.9-3.0.2.jar
[20:21:47] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.golems.main.ExtraGolems) - loading
[20:21:47] [Server thread/TRACE] [golems/]: Parsed dependency info : [] [] []
[20:21:47] [Server thread/DEBUG] [FML/]: Examining file ezstorage-1.8.9-1.2.6.jar for potential mods
[20:21:47] [Server thread/TRACE] [FML/]: Located mcmod.info file in file ezstorage-1.8.9-1.2.6.jar
[20:21:47] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.zerofall.ezstorage.EZStorage) - loading
[20:21:47] [Server thread/TRACE] [ezstorage/]: Parsed dependency info : [] [] []
[20:21:47] [Server thread/DEBUG] [FML/]: Examining file Fancy Fluid Storage-1.8.9-1.4.5.7.91.jar for potential mods
[20:21:47] [Server thread/TRACE] [FML/]: Located mcmod.info file in file Fancy Fluid Storage-1.8.9-1.4.5.7.91.jar
[20:21:47] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.lordmau5.ffs.FancyFluidStorage) - loading
[20:21:47] [Server thread/TRACE] [FFS/]: Parsed dependency info : [] [waila, chisel, OpenComputers, ComputerCraft, BuildCraftAPI|transport, funkylocomotion] []
[20:21:47] [Server thread/DEBUG] [FFS/]: Attempting to load the file version.properties from Fancy Fluid Storage-1.8.9-1.4.5.7.91.jar to locate a version number for FFS
[20:21:47] [Server thread/WARN] [FFS/]: Mod FFS is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.8.9-1.4.5.7.91
[20:21:47] [Server thread/DEBUG] [FML/]: Examining file Fluxed Redstone-1.3.0.31.jar for potential mods
[20:21:47] [Server thread/DEBUG] [FML/]: The mod container Fluxed Redstone-1.3.0.31.jar appears to be missing an mcmod.info file
[20:21:47] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (me.modmuss50.fr.FluxedRedstone) - loading
[20:21:47] [Server thread/TRACE] [fluxedredstone/]: Parsed dependency info : [reborncore, mcmultipart] [reborncore, mcmultipart] []
[20:21:47] [Server thread/DEBUG] [FML/]: Examining file fluxed-core-1.8.9-2.0.3.jar for potential mods
[20:21:47] [Server thread/TRACE] [FML/]: Located mcmod.info file in file fluxed-core-1.8.9-2.0.3.jar
[20:21:47] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (fluxedCore.FluxedCore) - loading
[20:21:47] [Server thread/TRACE] [fluxedcore/]: Parsed dependency info : [] [NotEnoughItems, Waila)] []
[20:21:47] [Server thread/DEBUG] [FML/]: Examining file fluxedsolars-1.9.jar for potential mods
[20:21:47] [Server thread/TRACE] [FML/]: Located mcmod.info file in file fluxedsolars-1.9.jar
[20:21:47] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (primetoxinz.fluxedsolars.FluxedSolars) - loading
[20:21:47] [Server thread/TRACE] [fluxedsolars/]: Parsed dependency info : [Forge] [Forge] []
[20:21:47] [Server thread/DEBUG] [FML/]: Examining file food-details-1.8.9-1.0.0.jar for potential mods
[20:21:47] [Server thread/TRACE] [FML/]: Located mcmod.info file in file food-details-1.8.9-1.0.0.jar
[20:21:47] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.lothrazar.samsfooddetails.ModFoodDetails) - loading
[20:21:47] [Server thread/TRACE] [samsfooddetails/]: Parsed dependency info : [] [] []
[20:21:47] [Server thread/DEBUG] [samsfooddetails/]: Attempting to load the file version.properties from food-details-1.8.9-1.0.0.jar to locate a version number for samsfooddetails
[20:21:47] [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.0.0
[20:21:47] [Server thread/DEBUG] [FML/]: Examining file Foundry-1.8.9-1.4.0.0.jar for potential mods
[20:21:47] [Server thread/TRACE] [FML/]: Located mcmod.info file in file Foundry-1.8.9-1.4.0.0.jar
[20:21:47] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (exter.foundry.ModFoundry) - loading
[20:21:47] [Server thread/TRACE] [foundry/]: Parsed dependency info : [Forge@[11.15.1.1724,), substratum@[1.1.0.0,)] [Forge@[11.15.1.1724,), substratum@[1.1.0.0,)] []
[20:21:47] [Server thread/DEBUG] [FML/]: Examining file generators-0.9.19.3-mc1.8.9.jar for potential mods
[20:21:47] [Server thread/TRACE] [FML/]: Located mcmod.info file in file generators-0.9.19.3-mc1.8.9.jar
[20:21:47] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (net.bdew.generators.Generators) - loading
[20:21:47] [Server thread/TRACE] [advgenerators/]: Parsed dependency info : [bdlib] [pressure, BuildCraft|energy, BuildCraft|Silicon, IC2, CoFHCore, ThermalExpansion, eng_toolbox, minechem, bdlib] []
[20:21:48] [Server thread/DEBUG] [FML/]: Examining file geoactivity-2.2.3.jar for potential mods
[20:21:48] [Server thread/TRACE] [FML/]: Located mcmod.info file in file geoactivity-2.2.3.jar
[20:21:48] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (geoactivity.common.GeoActivity) - loading
[20:21:48] [Server thread/TRACE] [geoactivity/]: Parsed dependency info : [] [] []
[20:21:48] [Server thread/DEBUG] [FML/]: Examining file glass-shards-1.8.9-1.6.jar for potential mods
[20:21:48] [Server thread/TRACE] [FML/]: Located mcmod.info file in file glass-shards-1.8.9-1.6.jar
[20:21:48] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (ljfa.glassshards.GlassShards) - loading
[20:21:48] [Server thread/TRACE] [glass_shards/]: Parsed dependency info : [] [] []
[20:21:48] [Server thread/DEBUG] [FML/]: Examining directory h3ntlibs for potential mods
[20:21:48] [Server thread/DEBUG] [FML/]: No mcmod.info file found in directory h3ntlibs
[20:21:48] [Server thread/DEBUG] [FML/]: Examining file Hammerz-1.8.9-0.1.5.18.jar for potential mods
[20:21:48] [Server thread/TRACE] [FML/]: Located mcmod.info file in file Hammerz-1.8.9-0.1.5.18.jar
[20:21:48] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (vapourdrive.hammerz.Hammerz) - loading
[20:21:48] [Server thread/TRACE] [hammerz/]: Parsed dependency info : [] [techreborn, Thaumcraft, Botania] []
[20:21:48] [Server thread/DEBUG] [FML/]: Examining file hopperducts-mc1.8.8-1.4.6.jar for potential mods
[20:21:48] [Server thread/TRACE] [FML/]: Located mcmod.info file in file hopperducts-mc1.8.8-1.4.6.jar
[20:21:48] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (net.fybertech.hopperducts.HopperDuctsMod) - loading
[20:21:48] [Server thread/TRACE] [hopperducts/]: Parsed dependency info : [] [] []
[20:21:48] [Server thread/DEBUG] [FML/]: Examining file ice-shards-1.8.9-1.3.1.jar for potential mods
[20:21:48] [Server thread/TRACE] [FML/]: Located mcmod.info file in file ice-shards-1.8.9-1.3.1.jar
[20:21:48] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (de.ljfa.iceshards.IceShards) - loading
[20:21:48] [Server thread/TRACE] [ice_shards/]: Parsed dependency info : [glass_shards@[1.5.2,),[${version},${version}]] [glass_shards@[1.5.2,),[${version},${version}]] []
[20:21:48] [Server thread/DEBUG] [FML/]: Examining file immcraft-1.1.0.jar for potential mods
[20:21:48] [Server thread/TRACE] [FML/]: Located mcmod.info file in file immcraft-1.1.0.jar
[20:21:48] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (mcjty.immcraft.ImmersiveCraft) - loading
[20:21:48] [Server thread/TRACE] [immcraft/]: Parsed dependency info : [Forge@[11.15.0.1684,)] [Forge@[11.15.0.1684,)] []
[20:21:48] [Server thread/DEBUG] [FML/]: Examining file IronBackpacks-1.8.9-2.0.5.jar for potential mods
[20:21:48] [Server thread/TRACE] [FML/]: Located mcmod.info file in file IronBackpacks-1.8.9-2.0.5.jar
[20:21:48] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (gr8pefish.ironbackpacks.IronBackpacks) - loading
[20:21:48] [Server thread/TRACE] [ironbackpacks/]: Parsed dependency info : [] [] []
[20:21:48] [Server thread/DEBUG] [FML/]: Examining file ironchest-1.8.9-6.0.125.770.jar for potential mods
[20:21:48] [Server thread/TRACE] [FML/]: Located mcmod.info file in file ironchest-1.8.9-6.0.125.770.jar
[20:21:48] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (cpw.mods.ironchest.IronChest) - loading
[20:21:48] [Server thread/TRACE] [IronChest/]: Parsed dependency info : [Forge@[11.15.0,12.0]] [Forge@[11.15.0,12.0]] []
[20:21:48] [Server thread/DEBUG] [IronChest/]: Attempting to load the file version.properties from ironchest-1.8.9-6.0.125.770.jar to locate a version number for IronChest
[20:21:48] [Server thread/DEBUG] [IronChest/]: Found version 6.0.125.770 for mod IronChest in version.properties, using
[20:21:48] [Server thread/DEBUG] [FML/]: Examining file ItemFinder-1.8.9-1.0.jar for potential mods
[20:21:48] [Server thread/TRACE] [FML/]: Located mcmod.info file in file ItemFinder-1.8.9-1.0.jar
[20:21:48] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (mrriegel.ifinder.ItemFinder) - loading
[20:21:48] [Server thread/TRACE] [ifinder/]: Parsed dependency info : [] [] []
[20:21:48] [Server thread/DEBUG] [FML/]: Examining file JACB-1.8.9-1.0.6.jar for potential mods
[20:21:48] [Server thread/TRACE] [FML/]: Located mcmod.info file in file JACB-1.8.9-1.0.6.jar
[20:21:48] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (tv.vanhal.jacb.JACB) - loading
[20:21:48] [Server thread/TRACE] [jacb/]: Parsed dependency info : [] [] []
[20:21:48] [Server thread/DEBUG] [FML/]: Examining file jei_1.8.9-2.28.6.173.jar for potential mods
[20:21:48] [Server thread/TRACE] [FML/]: Located mcmod.info file in file jei_1.8.9-2.28.6.173.jar
[20:21:48] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (mezz.jei.JustEnoughItems) - loading
[20:21:48] [Server thread/TRACE] [JEI/]: Parsed dependency info : [Forge@[11.15.0.1697,)] [Forge@[11.15.0.1697,)] []
[20:21:48] [Server thread/DEBUG] [FML/]: Examining file jorrscraft-1.8.9-0.2.1.jar for potential mods
[20:21:48] [Server thread/DEBUG] [FML/]: The mod container jorrscraft-1.8.9-0.2.1.jar appears to be missing an mcmod.info file
[20:21:48] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.adg.jorsscraft.Main) - loading
[20:21:48] [Server thread/TRACE] [jorsscraft/]: Parsed dependency info : [] [] []
[20:21:48] [Server thread/DEBUG] [FML/]: Examining file just-enough-calculation-1.8.9-0.3.1.jar for potential mods
[20:21:48] [Server thread/TRACE] [FML/]: Located mcmod.info file in file just-enough-calculation-1.8.9-0.3.1.jar
[20:21:48] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (pers.towdium.justEnoughCalculation.JustEnoughCalculation) - loading
[20:21:48] [Server thread/TRACE] [je_calculation/]: Parsed dependency info : [JEI@[1.8.9-2.28.2.166,)] [JEI@[1.8.9-2.28.2.166,)] []
[20:21:48] [Server thread/DEBUG] [FML/]: Examining file KnightPeripherals-1.8.9-2.2.jar for potential mods
[20:21:48] [Server thread/TRACE] [FML/]: Located mcmod.info file in file KnightPeripherals-1.8.9-2.2.jar
[20:21:48] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (knightminer.knightperipherals.KnightPeripherals) - loading
[20:21:48] [Server thread/TRACE] [knightperipherals/]: Parsed dependency info : [ComputerCraft] [ComputerCraft, exnihilo] []
[20:21:48] [Server thread/DEBUG] [FML/]: Examining file lootable-bodies-1.8.9-1.4.1.jar for potential mods
[20:21:48] [Server thread/TRACE] [FML/]: Located mcmod.info file in file lootable-bodies-1.8.9-1.4.1.jar
[20:21:48] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (cyano.lootable.LootableBodies) - loading
[20:21:48] [Server thread/TRACE] [lootablebodies/]: Parsed dependency info : [] [] []
[20:21:48] [Server thread/DEBUG] [FML/]: Examining file lunatrius-core-1.8.9-1.1.2.32.jar for potential mods
[20:21:48] [Server thread/TRACE] [FML/]: Located mcmod.info file in file lunatrius-core-1.8.9-1.1.2.32.jar
[20:21:48] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.github.lunatrius.core.LunatriusCore) - loading
[20:21:48] [Server thread/TRACE] [LunatriusCore/]: Using mcmod dependency info : [Forge@[11.15.0.1656,)] [Forge@[11.15.0.1656,)] []
[20:21:48] [Server thread/DEBUG] [FML/]: Examining file malisisadvert-1.8.9-2.0.0.jar for potential mods
[20:21:48] [Server thread/DEBUG] [FML/]: The mod container malisisadvert-1.8.9-2.0.0.jar appears to be missing an mcmod.info file
[20:21:48] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (net.malisis.advert.MalisisAdvert) - loading
[20:21:48] [Server thread/TRACE] [malisisadvert/]: Parsed dependency info : [malisiscore] [malisiscore] []
[20:21:48] [Server thread/DEBUG] [FML/]: Examining file malisisblocks-1.8-2.0.0.jar for potential mods
[20:21:48] [Server thread/DEBUG] [FML/]: The mod container malisisblocks-1.8-2.0.0.jar appears to be missing an mcmod.info file
[20:21:48] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (net.malisis.blocks.MalisisBlocks) - loading
[20:21:48] [Server thread/TRACE] [malisisblocks/]: Parsed dependency info : [malisiscore] [malisiscore] []
[20:21:48] [Server thread/DEBUG] [FML/]: Examining file malisiscore-1.8.9-2.0.3.jar for potential mods
[20:21:48] [Server thread/TRACE] [FML/]: Located mcmod.info file in file malisiscore-1.8.9-2.0.3.jar
[20:21:48] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (net.malisis.core.MalisisCore) - loading
[20:21:48] [Server thread/TRACE] [malisiscore/]: Parsed dependency info : [] [] []
[20:21:48] [Server thread/DEBUG] [FML/]: Examining file malisisdoors-1.8.9-3.0.1.jar for potential mods
[20:21:48] [Server thread/TRACE] [FML/]: Located mcmod.info file in file malisisdoors-1.8.9-3.0.1.jar
[20:21:48] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (net.malisis.doors.MalisisDoors) - loading
[20:21:48] [Server thread/TRACE] [malisisdoors/]: Parsed dependency info : [malisiscore] [malisiscore] []
[20:21:48] [Server thread/DEBUG] [FML/]: Examining file malisisswitches-1.8.9-1.0.0.jar for potential mods
[20:21:48] [Server thread/DEBUG] [FML/]: The mod container malisisswitches-1.8.9-1.0.0.jar appears to be missing an mcmod.info file
[20:21:48] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (net.malisis.switches.MalisisSwitches) - loading
[20:21:48] [Server thread/TRACE] [malisisswitches/]: Parsed dependency info : [malisiscore] [malisiscore] []
[20:21:48] [Server thread/DEBUG] [FML/]: Examining file Mantle-1.8.9-0.8.2.jar for potential mods
[20:21:48] [Server thread/TRACE] [FML/]: Located mcmod.info file in file Mantle-1.8.9-0.8.2.jar
[20:21:48] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (slimeknights.mantle.Mantle) - loading
[20:21:48] [Server thread/TRACE] [mantle/]: Parsed dependency info : [Forge@[11.15,)] [Forge@[11.15,)] []
[20:21:48] [Server thread/DEBUG] [FML/]: Examining file mattdahepic-core-1.8.9-1.1.1.jar for potential mods
[20:21:48] [Server thread/TRACE] [FML/]: Located mcmod.info file in file mattdahepic-core-1.8.9-1.1.1.jar
[20:21:48] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.mattdahepic.mdecore.MDECore) - loading
[20:21:48] [Server thread/TRACE] [mdecore/]: Parsed dependency info : [Forge@[11.14.4.1576,)] [Forge@[11.14.4.1576,)] []
[20:21:48] [Server thread/DEBUG] [FML/]: Examining file mcjtylib-1.8.9-1.8.1beta.jar for potential mods
[20:21:48] [Server thread/TRACE] [FML/]: Located mcmod.info file in file mcjtylib-1.8.9-1.8.1beta.jar
[20:21:48] [Server thread/DEBUG] [FML/]: Examining file MCMultiPart-1.0.7-universal.jar for potential mods
[20:21:48] [Server thread/DEBUG] [FML/]: The mod container MCMultiPart-1.0.7-universal.jar appears to be missing an mcmod.info file
[20:21:48] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (mcmultipart.MCMultiPartMod) - loading
[20:21:48] [Server thread/TRACE] [mcmultipart/]: Parsed dependency info : [] [] []
[20:21:48] [Server thread/DEBUG] [FML/]: Examining file minecalc-1.8.8-2.4.2.jar for potential mods
[20:21:48] [Server thread/TRACE] [FML/]: Located mcmod.info file in file minecalc-1.8.8-2.4.2.jar
[20:21:48] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (Blackop778.MineCalc.MineCalc) - loading
[20:21:48] [Server thread/TRACE] [minecraftcalculator778/]: Parsed dependency info : [] [] []
[20:21:48] [Server thread/DEBUG] [FML/]: Examining file mineralogy-1.8.9-1.6.0.jar for potential mods
[20:21:48] [Server thread/TRACE] [FML/]: Located mcmod.info file in file mineralogy-1.8.9-1.6.0.jar
[20:21:48] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (cyano.mineralogy.Mineralogy) - loading
[20:21:48] [Server thread/TRACE] [mineralogy/]: Parsed dependency info : [] [] []
[20:21:48] [Server thread/DEBUG] [FML/]: Examining file missingPieces-1.8.9-1.4.0.jar for potential mods
[20:21:48] [Server thread/DEBUG] [FML/]: The mod container missingPieces-1.8.9-1.4.0.jar appears to be missing an mcmod.info file
[20:21:48] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.sb205.missing_pieces.MissingPieces) - loading
[20:21:48] [Server thread/TRACE] [missing_pieces/]: Parsed dependency info : [] [basemetals, mineralogy] []
[20:21:48] [Server thread/DEBUG] [FML/]: Examining file moar-signs-1.8.9-2.0.4.jar for potential mods
[20:21:48] [Server thread/TRACE] [FML/]: Located mcmod.info file in file moar-signs-1.8.9-2.0.4.jar
[20:21:48] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (gory_moon.moarsigns.MoarSigns) - loading
[20:21:48] [Server thread/TRACE] [moarsigns/]: Parsed dependency info : [] [BiomesOPlenty, Forestry, Nature, IC2, TConstruct, Railcraft, ThermalFoundation, factorization, NotEnoughItems, Waila, MineTweaker3] []
[20:21:48] [Server thread/DEBUG] [FML/]: Examining file modular-tools-1.0.1.jar for potential mods
[20:21:48] [Server thread/TRACE] [FML/]: Located mcmod.info file in file modular-tools-1.0.1.jar
[20:21:48] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.zerofall.modulartools.ModularTools) - loading
[20:21:48] [Server thread/TRACE] [modulartools/]: Parsed dependency info : [] [] []
[20:21:48] [Server thread/DEBUG] [FML/]: Examining file ModularPowersuits-1.8.9-0.0.1-1.jar for potential mods
[20:21:48] [Server thread/DEBUG] [FML/]: The mod container ModularPowersuits-1.8.9-0.0.1-1.jar appears to be missing an mcmod.info file
[20:21:48] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (net.machinemuse.numina.basemod.Numina) - loading
[20:21:48] [Server thread/TRACE] [numina/]: Parsed dependency info : [] [] []
[20:21:48] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (net.machinemuse.powersuits.common.ModularPowersuits) - loading
[20:21:48] [Server thread/TRACE] [powersuits/]: Parsed dependency info : [numina@[0.4.0.131,)] [numina@[0.4.0.131,)] []
[20:21:48] [Server thread/INFO] [powersuits/]: Mod powersuits is missing the required element 'name'. Substituting powersuits
[20:21:48] [Server thread/DEBUG] [powersuits/]: Attempting to load the file version.properties from ModularPowersuits-1.8.9-0.0.1-1.jar to locate a version number for powersuits
[20:21:48] [Server thread/WARN] [powersuits/]: Mod powersuits is missing the required element 'version' and no fallback can be found. Substituting '1.0'.
[20:21:48] [Server thread/DEBUG] [FML/]: Examining file more-shearables-1.8.9-1.0.jar for potential mods
[20:21:48] [Server thread/TRACE] [FML/]: Located mcmod.info file in file more-shearables-1.8.9-1.0.jar
[20:21:48] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (lellson.moreShearable.ShearableMobs) - loading
[20:21:48] [Server thread/TRACE] [shear/]: Parsed dependency info : [] [] []
[20:21:48] [Server thread/DEBUG] [FML/]: Examining file morpheus-1.8.9-2.0.58.jar for potential mods
[20:21:48] [Server thread/TRACE] [FML/]: Located mcmod.info file in file morpheus-1.8.9-2.0.58.jar
[20:21:48] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (net.quetzi.morpheus.Morpheus) - loading
[20:21:48] [Server thread/TRACE] [Morpheus/]: Parsed dependency info : [Forge@[11.14.0.1239,)] [Forge@[11.14.0.1239,)] []
[20:21:48] [Server thread/DEBUG] [FML/]: Examining file mounted-pearl-1.8.9-1.0.0.jar for potential mods
[20:21:48] [Server thread/TRACE] [FML/]: Located mcmod.info file in file mounted-pearl-1.8.9-1.0.0.jar
[20:21:48] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.lothrazar.samsmountedpearl.ModMountedPearl) - loading
[20:21:48] [Server thread/TRACE] [samsmountedpearl/]: Parsed dependency info : [] [] []
[20:21:48] [Server thread/DEBUG] [samsmountedpearl/]: Attempting to load the file version.properties from mounted-pearl-1.8.9-1.0.0.jar to locate a version number for samsmountedpearl
[20:21:48] [Server thread/WARN] [samsmountedpearl/]: Mod samsmountedpearl is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.0.0
[20:21:48] [Server thread/DEBUG] [FML/]: Examining file movingworld-MC1.8.9-INDEV-E-full.jar for potential mods
[20:21:48] [Server thread/TRACE] [FML/]: Located mcmod.info file in file movingworld-MC1.8.9-INDEV-E-full.jar
[20:21:48] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (darkevilmac.movingworld.MovingWorld) - loading
[20:21:48] [Server thread/TRACE] [MovingWorld/]: Parsed dependency info : [] [] []
[20:21:49] [Server thread/DEBUG] [FML/]: Examining file mr-fusion-1.8.9-0.1.005.jar for potential mods
[20:21:49] [Server thread/TRACE] [FML/]: Located mcmod.info file in file mr-fusion-1.8.9-0.1.005.jar
[20:21:49] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.techmafia.mcmods.mrfusion.MrFusion) - loading
[20:21:49] [Server thread/TRACE] [mrfusion/]: Parsed dependency info : [] [] []
[20:21:49] [Server thread/DEBUG] [FML/]: Examining file MrCrayfishFurntiureModv3.6.1(1.8.9).jar for potential mods
[20:21:49] [Server thread/TRACE] [FML/]: Located mcmod.info file in file MrCrayfishFurntiureModv3.6.1(1.8.9).jar
[20:21:49] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.mrcrayfish.furniture.MrCrayfishFurnitureMod) - loading
[20:21:49] [Server thread/TRACE] [cfm/]: Parsed dependency info : [] [] []
[20:21:49] [Server thread/DEBUG] [FML/]: Examining file mystical-crops-1.8.9-1.3prerelease.jar for potential mods
[20:21:49] [Server thread/TRACE] [FML/]: Located mcmod.info file in file mystical-crops-1.8.9-1.3prerelease.jar
[20:21:49] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.swordkorn.mysticalcrops.MysticalCrops) - loading
[20:21:49] [Server thread/TRACE] [MysticalCrops/]: Parsed dependency info : [] [tconstruct] []
[20:21:49] [Server thread/DEBUG] [FML/]: Examining file neotech-1.8.9-2.4.0a.jar for potential mods
[20:21:49] [Server thread/TRACE] [FML/]: Located mcmod.info file in file neotech-1.8.9-2.4.0a.jar
[20:21:49] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.dyonovan.neotech.NeoTech) - loading
[20:21:49] [Server thread/TRACE] [neotech/]: Parsed dependency info : [bookshelfapi@[2.3.5,), Forge@[11.15.1.1747,), mcmultipart@[1.0.7,)] [tconstruct, Forge@[11.15.1.1747,), bookshelfapi@[2.3.5,), mcmultipart@[1.0.7,)] []
[20:21:49] [Server thread/DEBUG] [FML/]: Examining file nether-essence-4.0.1.1.jar for potential mods
[20:21:49] [Server thread/TRACE] [FML/]: Located mcmod.info file in file nether-essence-4.0.1.1.jar
[20:21:49] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (the_fireplace.netheressence.VersionChecker) - loading
[20:21:49] [Server thread/TRACE] [netheressencevc/]: Parsed dependency info : [] [] []
[20:21:49] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (the_fireplace.netheressence.NetherEssence) - loading
[20:21:49] [Server thread/TRACE] [netheressence/]: Using mcmod dependency info : [Forge@[11.15.0.1673,)] [] []
[20:21:49] [Server thread/DEBUG] [netheressence/]: Attempting to load the file version.properties from nether-essence-4.0.1.1.jar to locate a version number for netheressence
[20:21:49] [Server thread/WARN] [netheressence/]: Mod netheressence is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 4.0.1.1
[20:21:49] [Server thread/DEBUG] [FML/]: Examining file netherportalfix-mc1.8.9-2.1.6.jar for potential mods
[20:21:49] [Server thread/DEBUG] [FML/]: The mod container netherportalfix-mc1.8.9-2.1.6.jar appears to be missing an mcmod.info file
[20:21:49] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (net.blay09.mods.netherportalfix.NetherPortalFix) - loading
[20:21:49] [Server thread/TRACE] [netherportalfix/]: Parsed dependency info : [] [] []
[20:21:49] [Server thread/DEBUG] [netherportalfix/]: Attempting to load the file version.properties from netherportalfix-mc1.8.9-2.1.6.jar to locate a version number for netherportalfix
[20:21:49] [Server thread/WARN] [netherportalfix/]: Mod netherportalfix is missing the required element 'version' and no fallback can be found. Substituting '1.0'.
[20:21:49] [Server thread/DEBUG] [FML/]: Examining file no-mobs-spawning-on-trees-1.8.9-1.1.1.jar for potential mods
[20:21:49] [Server thread/TRACE] [FML/]: Located mcmod.info file in file no-mobs-spawning-on-trees-1.8.9-1.1.1.jar
[20:21:49] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.mmyzd.nmsot.NoMobSpawningOnTrees) - loading
[20:21:49] [Server thread/TRACE] [nmsot/]: Parsed dependency info : [] [] []
[20:21:49] [Server thread/DEBUG] [nmsot/]: Attempting to load the file version.properties from no-mobs-spawning-on-trees-1.8.9-1.1.1.jar to locate a version number for nmsot
[20:21:49] [Server thread/WARN] [nmsot/]: Mod nmsot is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.1.1-mc1.8.9
[20:21:49] [Server thread/DEBUG] [FML/]: Examining file ocean-floor-1.8.9-1.0.0.jar for potential mods
[20:21:49] [Server thread/TRACE] [FML/]: Located mcmod.info file in file ocean-floor-1.8.9-1.0.0.jar
[20:21:49] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.lothrazar.samsocean.ModOcean) - loading
[20:21:49] [Server thread/TRACE] [samsocean/]: Parsed dependency info : [] [] []
[20:21:49] [Server thread/DEBUG] [samsocean/]: Attempting to load the file version.properties from ocean-floor-1.8.9-1.0.0.jar to locate a version number for samsocean
[20:21:49] [Server thread/WARN] [samsocean/]: Mod samsocean is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.0.0
[20:21:49] [Server thread/DEBUG] [FML/]: Examining file OpenComputers-MC1.8.9-1.5.22.6.jar for potential mods
[20:21:49] [Server thread/TRACE] [FML/]: Located mcmod.info file in file OpenComputers-MC1.8.9-1.5.22.6.jar
[20:21:49] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (li.cil.oc.OpenComputers) - loading
[20:21:49] [Server thread/TRACE] [OpenComputers/]: Using mcmod dependency info : [Forge@[11.14.1.1313,)] [BuildCraft|Core, ComputerCraft, EnderStorage, ForgeMultipart, IC2, JEI, MineFactoryReloaded, ProjRed|Transmission, RedLogic, StargateTech2, Thaumcraft, ThermalExpansion] []
[20:21:50] [Server thread/DEBUG] [FML/]: Examining file OreDictionaryConverter-1.7.2.jar for potential mods
[20:21:50] [Server thread/TRACE] [FML/]: Located mcmod.info file in file OreDictionaryConverter-1.7.2.jar
[20:21:50] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (exter.fodc.ModOreDicConvert) - loading
[20:21:50] [Server thread/TRACE] [fodc/]: Parsed dependency info : [Forge@[11.15.1.1724,)] [Forge@[11.15.1.1724,)] []
[20:21:50] [Server thread/DEBUG] [FML/]: Examining file parachutemod-ng-1.8.9-1.2.2-341.jar for potential mods
[20:21:50] [Server thread/TRACE] [FML/]: Located mcmod.info file in file parachutemod-ng-1.8.9-1.2.2-341.jar
[20:21:50] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.parachute.common.Parachute) - loading
[20:21:50] [Server thread/TRACE] [parachutemod/]: Parsed dependency info : [] [] []
[20:21:50] [Server thread/DEBUG] [FML/]: Examining file PneumaticCompressing-1.0.7.jar for potential mods
[20:21:50] [Server thread/TRACE] [FML/]: Located mcmod.info file in file PneumaticCompressing-1.0.7.jar
[20:21:50] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.hedgehogpie12.pneumaticcompressing.mod.pneumaticcompressing) - loading
[20:21:50] [Server thread/TRACE] [pneumaticcompressing/]: Parsed dependency info : [PneumaticCraft] [PneumaticCraft] []
[20:21:50] [Server thread/DEBUG] [FML/]: Examining file PneumaticCraft-1.8.9-1.13.7-11-universal.jar for potential mods
[20:21:50] [Server thread/TRACE] [FML/]: Located mcmod.info file in file PneumaticCraft-1.8.9-1.13.7-11-universal.jar
[20:21:50] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (pneumaticCraft.PneumaticCraft) - loading
[20:21:50] [Server thread/TRACE] [PneumaticCraft/]: Parsed dependency info : [Forge@[10.13.3.1388,)] [Forge@[10.13.3.1388,), Forestry] []
[20:21:50] [Server thread/DEBUG] [PneumaticCraft/]: Attempting to load the file version.properties from PneumaticCraft-1.8.9-1.13.7-11-universal.jar to locate a version number for PneumaticCraft
[20:21:50] [Server thread/WARN] [PneumaticCraft/]: Mod PneumaticCraft is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.13.7-11
[20:21:50] [Server thread/DEBUG] [FML/]: Examining file portable-crafting-1.8.9-1.0.jar for potential mods
[20:21:50] [Server thread/TRACE] [FML/]: Located mcmod.info file in file portable-crafting-1.8.9-1.0.jar
[20:21:50] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.gr8pefish.portablecrafting.PortableCrafting) - loading
[20:21:50] [Server thread/TRACE] [portablecrafting/]: Parsed dependency info : [] [] []
[20:21:50] [Server thread/DEBUG] [FML/]: Examining file PowerAdvantage-1.5.2.jar for potential mods
[20:21:50] [Server thread/TRACE] [FML/]: Located mcmod.info file in file PowerAdvantage-1.5.2.jar
[20:21:50] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (cyano.poweradvantage.PowerAdvantage) - loading
[20:21:50] [Server thread/TRACE] [poweradvantage/]: Parsed dependency info : [basemetals] [basemetals] []
[20:21:50] [Server thread/DEBUG] [FML/]: Examining file pressure-1.3.0.13-mc1.8.9.jar for potential mods
[20:21:50] [Server thread/TRACE] [FML/]: Located mcmod.info file in file pressure-1.3.0.13-mc1.8.9.jar
[20:21:50] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (net.bdew.pressure.Pressure) - loading
[20:21:50] [Server thread/TRACE] [pressure/]: Parsed dependency info : [bdlib] [ForgeMultipart, ComputerCraft, bdlib] []
[20:21:50] [Server thread/DEBUG] [FML/]: Examining file ProgressiveAutomation-1.8.9-1.6.35.jar for potential mods
[20:21:50] [Server thread/TRACE] [FML/]: Located mcmod.info file in file ProgressiveAutomation-1.8.9-1.6.35.jar
[20:21:50] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.vanhal.progressiveautomation.ProgressiveAutomation) - loading
[20:21:50] [Server thread/TRACE] [progressiveautomation/]: Parsed dependency info : [] [CoFHAPI|energy, CoFHCore] []
[20:21:50] [Server thread/DEBUG] [FML/]: Examining file projecte-1.8.9-PE1.1.4.jar for potential mods
[20:21:50] [Server thread/TRACE] [FML/]: Located mcmod.info file in file projecte-1.8.9-PE1.1.4.jar
[20:21:50] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (moze_intel.projecte.PECore) - loading
[20:21:50] [Server thread/TRACE] [ProjectE/]: Parsed dependency info : [] [] []
[20:21:50] [Server thread/DEBUG] [FML/]: Examining file psi-beta-19.jar for potential mods
[20:21:50] [Server thread/TRACE] [FML/]: Located mcmod.info file in file psi-beta-19.jar
[20:21:50] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (vazkii.psi.common.Psi) - loading
[20:21:50] [Server thread/TRACE] [Psi/]: Parsed dependency info : [] [] []
[20:21:50] [Server thread/DEBUG] [FML/]: Examining file QuantumStorage-1.8.9-2.0.3.jar for potential mods
[20:21:50] [Server thread/TRACE] [FML/]: Located mcmod.info file in file QuantumStorage-1.8.9-2.0.3.jar
[20:21:50] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (QuantumStorage.QuantumStorage) - loading
[20:21:50] [Server thread/TRACE] [QuantumStorage/]: Parsed dependency info : [reborncore] [reborncore] []
[20:21:50] [Server thread/DEBUG] [FML/]: Examining file rabbits-breed-like-rabbits-2.0.1.5.jar for potential mods
[20:21:50] [Server thread/TRACE] [FML/]: Located mcmod.info file in file rabbits-breed-like-rabbits-2.0.1.5.jar
[20:21:50] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (the_fireplace.rblr.RBLR) - loading
[20:21:50] [Server thread/TRACE] [rblr/]: Parsed dependency info : [] [] []
[20:21:50] [Server thread/DEBUG] [rblr/]: Attempting to load the file version.properties from rabbits-breed-like-rabbits-2.0.1.5.jar to locate a version number for rblr
[20:21:50] [Server thread/WARN] [rblr/]: Mod rblr is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 2.0.1.5
[20:21:50] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (the_fireplace.rblr.VersionChecker) - loading
[20:21:50] [Server thread/TRACE] [rblrvc/]: Parsed dependency info : [] [] []
[20:21:50] [Server thread/DEBUG] [FML/]: Examining file rarmor-0.3.2.jar for potential mods
[20:21:50] [Server thread/TRACE] [FML/]: Located mcmod.info file in file rarmor-0.3.2.jar
[20:21:50] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (de.canitzp.rarmor.Rarmor) - loading
[20:21:50] [Server thread/TRACE] [rarmor/]: Parsed dependency info : [] [] []
[20:21:50] [Server thread/DEBUG] [FML/]: Examining file ray-tracing-library-1.8.9-0.0.1.jar for potential mods
[20:21:50] [Server thread/TRACE] [FML/]: Located mcmod.info file in file ray-tracing-library-1.8.9-0.0.1.jar
[20:21:50] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (mrdimka.raytracer.RayTraceLib) - loading
[20:21:50] [Server thread/TRACE] [mrdimkaraytracelib/]: Parsed dependency info : [] [] []
[20:21:50] [Server thread/DEBUG] [FML/]: Examining file realistic-terrain-generation-1.8.9-0.0.2.jar for potential mods
[20:21:50] [Server thread/TRACE] [FML/]: Located mcmod.info file in file realistic-terrain-generation-1.8.9-0.0.2.jar
[20:21:50] [Server thread/ERROR] [FML/]: The mcmod.info file in realistic-terrain-generation-1.8.9-0.0.2.jar cannot be parsed as valid JSON. It will be ignored
com.google.gson.JsonSyntaxException: java.lang.IllegalStateException: Expected STRING but was NULL
at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$Adapter.read(ReflectiveTypeAdapterFactory.java:176) ~[ReflectiveTypeAdapterFactory$Adapter.class:?]
at com.google.gson.Gson.fromJson(Gson.java:803) ~[Gson.class:?]
at com.google.gson.Gson.fromJson(Gson.java:868) ~[Gson.class:?]
at com.google.gson.Gson.fromJson(Gson.java:841) ~[Gson.class:?]
at net.minecraftforge.fml.common.MetadataCollection.from(MetadataCollection.java:65) [MetadataCollection.class:?]
at net.minecraftforge.fml.common.discovery.JarDiscoverer.discover(JarDiscoverer.java:50) [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:134) [ModDiscoverer.class:?]
at net.minecraftforge.fml.common.Loader.identifyMods(Loader.java:363) [Loader.class:?]
at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:488) [Loader.class:?]
at net.minecraftforge.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:87) [FMLServerHandler.class:?]
at net.minecraftforge.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:320) [FMLCommonHandler.class:?]
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:112) [ko.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:441) [MinecraftServer.class:?]
at java.lang.Thread.run(Thread.java:745) [?:1.8.0_72]
Caused by: java.lang.IllegalStateException: Expected STRING but was NULL
at com.google.gson.internal.bind.JsonTreeReader.nextString(JsonTreeReader.java:154) ~[JsonTreeReader.class:?]
at net.minecraftforge.fml.common.MetadataCollection$ArtifactVersionAdapter.read(MetadataCollection.java:121) ~[MetadataCollection$ArtifactVersionAdapter.class:?]
at net.minecraftforge.fml.common.MetadataCollection$ArtifactVersionAdapter.read(MetadataCollection.java:109) ~[MetadataCollection$ArtifactVersionAdapter.class:?]
at com.google.gson.internal.bind.TypeAdapterRuntimeTypeWrapper.read(TypeAdapterRuntimeTypeWrapper.java:40) ~[TypeAdapterRuntimeTypeWrapper.class:?]
at com.google.gson.internal.bind.CollectionTypeAdapterFactory$Adapter.read(CollectionTypeAdapterFactory.java:81) ~[CollectionTypeAdapterFactory$Adapter.class:?]
at com.google.gson.internal.bind.CollectionTypeAdapterFactory$Adapter.read(CollectionTypeAdapterFactory.java:60) ~[CollectionTypeAdapterFactory$Adapter.class:?]
at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$1.read(ReflectiveTypeAdapterFactory.java:93) ~[ReflectiveTypeAdapterFactory$1.class:?]
at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$Adapter.read(ReflectiveTypeAdapterFactory.java:172) ~[ReflectiveTypeAdapterFactory$Adapter.class:?]
... 15 more
[20:21:50] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (rtg.RTG) - loading
[20:21:50] [Server thread/TRACE] [RTG/]: Parsed dependency info : [] [] []
[20:21:50] [Server thread/DEBUG] [FML/]: Examining file RebornCore-1.8.9-1.4.3.20-universal.jar for potential mods
[20:21:50] [Server thread/TRACE] [FML/]: Located mcmod.info file in file RebornCore-1.8.9-1.4.3.20-universal.jar
[20:21:50] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (reborncore.RebornCore) - loading
[20:21:50] [Server thread/TRACE] [reborncore/]: Parsed dependency info : [] [] []
[20:21:50] [Server thread/DEBUG] [FML/]: Examining file redstone-paste-1.8.9-1.7.2.jar for potential mods
[20:21:50] [Server thread/TRACE] [FML/]: Located mcmod.info file in file redstone-paste-1.8.9-1.7.2.jar
[20:21:50] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (net.fybertech.redstonepaste.RedstonePasteMod) - loading
[20:21:50] [Server thread/TRACE] [redstonepaste/]: Parsed dependency info : [] [] []
[20:21:50] [Server thread/DEBUG] [FML/]: Examining file reliquary-1.3.0.190.jar for potential mods
[20:21:50] [Server thread/TRACE] [FML/]: Located mcmod.info file in file reliquary-1.3.0.190.jar
[20:21:50] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (xreliquary.Reliquary) - loading
[20:21:50] [Server thread/TRACE] [xreliquary/]: Parsed dependency info : [] [jeresources@[0.3.4,)] []
[20:21:50] [Server thread/DEBUG] [FML/]: Examining file reptilemod-1.8.9-3.2.1-40.jar for potential mods
[20:21:50] [Server thread/TRACE] [FML/]: Located mcmod.info file in file reptilemod-1.8.9-3.2.1-40.jar
[20:21:50] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.reptiles.common.Reptiles) - loading
[20:21:50] [Server thread/TRACE] [reptilemod/]: Parsed dependency info : [] [] []
[20:21:50] [Server thread/DEBUG] [FML/]: Examining file rftools-1.8.9-4.22beta28.jar for potential mods
[20:21:50] [Server thread/TRACE] [FML/]: Located mcmod.info file in file rftools-1.8.9-4.22beta28.jar
[20:21:50] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (mcjty.rftools.RFTools) - loading
[20:21:50] [Server thread/TRACE] [rftools/]: Parsed dependency info : [McJtyLib@[1.8.9-1.8.1beta6,), Forge@[11.15.1.1722,)] [Forge@[11.15.1.1722,), McJtyLib@[1.8.9-1.8.1beta6,)] []
[20:21:50] [Server thread/DEBUG] [FML/]: Examining file rightclicktorch-1.8.9-1.0.2.jar for potential mods
[20:21:50] [Server thread/TRACE] [FML/]: Located mcmod.info file in file rightclicktorch-1.8.9-1.0.2.jar
[20:21:50] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (uk.binarycraft.rightclicktorch.RightClickTorch) - loading
[20:21:50] [Server thread/TRACE] [rightclicktorch/]: Parsed dependency info : [] [] []
[20:21:50] [Server thread/DEBUG] [rightclicktorch/]: Attempting to load the file version.properties from rightclicktorch-1.8.9-1.0.2.jar to locate a version number for rightclicktorch
[20:21:50] [Server thread/WARN] [rightclicktorch/]: Mod rightclicktorch is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.8.9-1.0.2
[20:21:50] [Server thread/DEBUG] [FML/]: Examining file RopeBridge-v1.3-mc1.8.8.jar for potential mods
[20:21:50] [Server thread/TRACE] [FML/]: Located mcmod.info file in file RopeBridge-v1.3-mc1.8.8.jar
[20:21:50] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.czechmate777.ropebridge.Main) - loading
[20:21:50] [Server thread/TRACE] [ropebridge/]: Parsed dependency info : [] [] []
[20:21:50] [Server thread/DEBUG] [FML/]: Examining file router-reborn-1.8.9-0.0.12b.jar for potential mods
[20:21:50] [Server thread/TRACE] [FML/]: Located mcmod.info file in file router-reborn-1.8.9-0.0.12b.jar
[20:21:50] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.tomevoll.routerreborn.RouterReborn) - loading
[20:21:50] [Server thread/TRACE] [routerreborn/]: Parsed dependency info : [] [] []
[20:21:51] [Server thread/DEBUG] [FML/]: Examining file schematica-1.8.9-1.7.7.143.jar for potential mods
[20:21:51] [Server thread/TRACE] [FML/]: Located mcmod.info file in file schematica-1.8.9-1.7.7.143.jar
[20:21:51] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.github.lunatrius.schematica.Schematica) - loading
[20:21:51] [Server thread/TRACE] [Schematica/]: Using mcmod dependency info : [Forge@[11.15.0.1656,), LunatriusCore@[1.1.2.32,)] [Forge@[11.15.0.1656,), LunatriusCore@[1.1.2.32,)] []
[20:21:51] [Server thread/DEBUG] [FML/]: Examining file sciapi-1.8.9-1.2.0.1.jar for potential mods
[20:21:51] [Server thread/TRACE] [FML/]: Located mcmod.info file in file sciapi-1.8.9-1.2.0.1.jar
[20:21:51] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (sciapi.api.basis.SciAPI) - loading
[20:21:51] [Server thread/TRACE] [sciapi/]: Parsed dependency info : [] [] []
[20:21:51] [Server thread/DEBUG] [FML/]: Examining file SGCraft-1.10.1-mc1.8.9.jar for potential mods
[20:21:51] [Server thread/TRACE] [FML/]: Located mcmod.info file in file SGCraft-1.10.1-mc1.8.9.jar
[20:21:51] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (gcewing.sg.SGCraft) - loading
[20:21:51] [Server thread/TRACE] [SGCraft/]: Parsed dependency info : [] [] []
[20:21:51] [Server thread/DEBUG] [FML/]: Examining file ShetiPhianCore-1.8.9-3.1.0.jar for potential mods
[20:21:51] [Server thread/TRACE] [FML/]: Located mcmod.info file in file ShetiPhianCore-1.8.9-3.1.0.jar
[20:21:51] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (shetiphian.core.ShetiPhianCore) - loading
[20:21:51] [Server thread/TRACE] [ShetiPhianCore/]: Parsed dependency info : [Forge@[11.15.0.1697,)] [Forge@[11.15.0.1697,)] []
[20:21:51] [Server thread/DEBUG] [FML/]: Examining file SimilsaxTranstructors-1.8.8.16.jar for potential mods
[20:21:51] [Server thread/TRACE] [FML/]: Located mcmod.info file in file SimilsaxTranstructors-1.8.8.16.jar
[20:21:51] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (vorquel.mod.similsaxtranstructors.SimilsaxTranstructors) - loading
[20:21:51] [Server thread/TRACE] [SimilsaxTranstructors/]: Parsed dependency info : [] [] []
[20:21:51] [Server thread/DEBUG] [FML/]: Examining file simplefluidtanks-1.8.9-1.3.0.4.jar for potential mods
[20:21:51] [Server thread/TRACE] [FML/]: Located mcmod.info file in file simplefluidtanks-1.8.9-1.3.0.4.jar
[20:21:51] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (net.zarathul.simplefluidtanks.SimpleFluidTanks) - loading
[20:21:51] [Server thread/TRACE] [simplefluidtanks/]: Using mcmod dependency info : [Forge] [Forge, Waila] []
[20:21:51] [Server thread/DEBUG] [FML/]: Examining file simplelables-1.8.9-0.0.4.jar for potential mods
[20:21:51] [Server thread/TRACE] [FML/]: Located mcmod.info file in file simplelables-1.8.9-0.0.4.jar
[20:21:51] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.insane.simplelabels.SimpleLabels) - loading
[20:21:51] [Server thread/TRACE] [SimpleLabels/]: Parsed dependency info : [Forge@[11.15.1.1724,)] [Forge@[11.15.1.1724,), MineFactoryReloaded] []
[20:21:51] [Server thread/DEBUG] [FML/]: Examining file slashblade-1.8.9-r5a.jar for potential mods
[20:21:51] [Server thread/TRACE] [FML/]: Located mcmod.info file in file slashblade-1.8.9-r5a.jar
[20:21:51] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (mods.flammpfeil.slashblade.SlashBlade) - loading
[20:21:51] [Server thread/TRACE] [flammpfeil.slashblade/]: Parsed dependency info : [] [] []
[20:21:51] [Server thread/DEBUG] [FML/]: Examining file SteamAdvantage-1.5.2.jar for potential mods
[20:21:51] [Server thread/TRACE] [FML/]: Located mcmod.info file in file SteamAdvantage-1.5.2.jar
[20:21:51] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (cyano.steamadvantage.SteamAdvantage) - loading
[20:21:51] [Server thread/TRACE] [steamadvantage/]: Parsed dependency info : [basemetals, poweradvantage] [poweradvantage, basemetals] []
[20:21:51] [Server thread/DEBUG] [FML/]: Examining file stellar-sky-1.8.9-0.2.1.0.jar for potential mods
[20:21:51] [Server thread/TRACE] [FML/]: Located mcmod.info file in file stellar-sky-1.8.9-0.2.1.0.jar
[20:21:51] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (stellarium.StellarSky) - loading
[20:21:51] [Server thread/TRACE] [stellarsky/]: Parsed dependency info : [sciapi@[1.2.0.0,1.3.0.0)] [sciapi@[1.2.0.0,1.3.0.0), CalendarAPI@[1.1,2.0)] []
[20:21:51] [Server thread/DEBUG] [FML/]: Examining file storage-drawers-1.8.9-2.4.3.jar for potential mods
[20:21:51] [Server thread/TRACE] [FML/]: Located mcmod.info file in file storage-drawers-1.8.9-2.4.3.jar
[20:21:51] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.jaquadro.minecraft.storagedrawers.StorageDrawers) - loading
[20:21:51] [Server thread/TRACE] [StorageDrawers/]: Using mcmod dependency info : [Forge, Chameleon] [Chameleon] []
[20:21:51] [Server thread/DEBUG] [FML/]: Examining file StorageNetwork-1.8.9-1.7.3.jar for potential mods
[20:21:51] [Server thread/TRACE] [FML/]: Located mcmod.info file in file StorageNetwork-1.8.9-1.7.3.jar
[20:21:51] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (mrriegel.storagenetwork.StorageNetwork) - loading
[20:21:51] [Server thread/TRACE] [storagenetwork/]: Parsed dependency info : [] [] []
[20:21:51] [Server thread/DEBUG] [FML/]: Examining file StructuredCrafting-1.8.9-0.1.2.jar for potential mods
[20:21:51] [Server thread/TRACE] [FML/]: Located mcmod.info file in file StructuredCrafting-1.8.9-0.1.2.jar
[20:21:51] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (org.cyclops.structuredcrafting.StructuredCrafting) - loading
[20:21:51] [Server thread/TRACE] [structuredcrafting/]: Parsed dependency info : [Forge@[11.15.1.1722,), cyclopscore@[0.5.0,)] [Forge@[11.15.1.1722,), cyclopscore@[0.5.0,)] []
[20:21:51] [Server thread/DEBUG] [FML/]: Examining file Substratum-1.8.9-1.1.0.1.jar for potential mods
[20:21:51] [Server thread/TRACE] [FML/]: Located mcmod.info file in file Substratum-1.8.9-1.1.0.1.jar
[20:21:51] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (exter.substratum.ModSubstratum) - loading
[20:21:51] [Server thread/TRACE] [substratum/]: Parsed dependency info : [Forge@[11.15.1.1724,)] [Forge@[11.15.1.1724,)] []
[20:21:51] [Server thread/DEBUG] [FML/]: Examining file super-multi-drills-1.8.9-1.3.0.jar for potential mods
[20:21:51] [Server thread/TRACE] [FML/]: Located mcmod.info file in file super-multi-drills-1.8.9-1.3.0.jar
[20:21:51] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (net.silentchaos512.supermultidrills.SuperMultiDrills) - loading
[20:21:51] [Server thread/TRACE] [SuperMultiDrills/]: Parsed dependency info : [] [] []
[20:21:51] [Server thread/DEBUG] [FML/]: Examining file TConstruct-1.8.9-2.1.0.jar for potential mods
[20:21:51] [Server thread/TRACE] [FML/]: Located mcmod.info file in file TConstruct-1.8.9-2.1.0.jar
[20:21:51] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (slimeknights.tconstruct.TConstruct) - loading
[20:21:51] [Server thread/TRACE] [tconstruct/]: Parsed dependency info : [Forge@[11.15.1.1755,), mantle@[1.8.9-0.8,)] [Forge@[11.15.1.1755,), mantle@[1.8.9-0.8,)] []
[20:21:51] [Server thread/DEBUG] [FML/]: Examining file TechReborn-1.8.9-0.7.11.61-universal.jar for potential mods
[20:21:51] [Server thread/TRACE] [FML/]: Located mcmod.info file in file TechReborn-1.8.9-0.7.11.61-universal.jar
[20:21:51] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (techreborn.Core) - loading
[20:21:51] [Server thread/TRACE] [techreborn/]: Parsed dependency info : [Forge@[11.15.0.1609,), reborncore] [Forge@[11.15.0.1609,), reborncore, JEI@[2.14,)] []
[20:21:51] [Server thread/DEBUG] [FML/]: Examining file techstacks-heavy-machinery-1.8.9-1.1.jar for potential mods
[20:21:51] [Server thread/TRACE] [FML/]: Located mcmod.info file in file techstacks-heavy-machinery-1.8.9-1.1.jar
[20:21:51] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.projectreddog.machinemod.MachineMod) - loading
[20:21:51] [Server thread/TRACE] [machinemod/]: Using mcmod dependency info : [Forge] [] []
[20:21:51] [Server thread/DEBUG] [machinemod/]: Attempting to load the file version.properties from techstacks-heavy-machinery-1.8.9-1.1.jar to locate a version number for machinemod
[20:21:51] [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.9-1.1-Pre-ALPHA-Build-209
[20:21:51] [Server thread/DEBUG] [FML/]: Examining file thaumcraft-1.8.9-5.1.6.jar for potential mods
[20:21:51] [Server thread/TRACE] [FML/]: Located mcmod.info file in file thaumcraft-1.8.9-5.1.6.jar
[20:21:51] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (thaumcraft.common.Thaumcraft) - loading
[20:21:51] [Server thread/TRACE] [Thaumcraft/]: Parsed dependency info : [Forge@[11.15.0.1701,), Baubles@[1.1.3.0,)] [Forge@[11.15.0.1701,), Baubles@[1.1.3.0,)] []
[20:21:51] [Server thread/DEBUG] [FML/]: Examining file thaumic-infusion-1.8.9-4.82.jar for potential mods
[20:21:51] [Server thread/TRACE] [FML/]: Located mcmod.info file in file thaumic-infusion-1.8.9-4.82.jar
[20:21:51] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (drunkmafia.thaumicinfusion.common.ThaumicInfusion) - loading
[20:21:51] [Server thread/TRACE] [thaumicinfusion/]: Parsed dependency info : [Forge@[10.13.2,), Thaumcraft@[4.2.3.5,)] [Forge@[10.13.2,), Thaumcraft@[4.2.3.5,)] []
[20:21:51] [Server thread/DEBUG] [FML/]: Examining file TIS-3D-MC1.8.9-0.8.3.13.jar for potential mods
[20:21:51] [Server thread/TRACE] [FML/]: Located mcmod.info file in file TIS-3D-MC1.8.9-0.8.3.13.jar
[20:21:51] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (li.cil.tis3d.common.TIS3D) - loading
[20:21:51] [Server thread/TRACE] [tis3d/]: Parsed dependency info : [] [] []
[20:21:51] [Server thread/DEBUG] [FML/]: Examining file tomtom-1.8.9-b14.jar for potential mods
[20:21:51] [Server thread/TRACE] [FML/]: Located mcmod.info file in file tomtom-1.8.9-b14.jar
[20:21:51] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (net.fusionlord.tomtom.TomTom) - loading
[20:21:51] [Server thread/TRACE] [tomtom/]: Parsed dependency info : [] [] []
[20:21:51] [Server thread/DEBUG] [FML/]: Examining file tools-on-the-go-1.8.9-1.2.1.jar for potential mods
[20:21:51] [Server thread/TRACE] [FML/]: Located mcmod.info file in file tools-on-the-go-1.8.9-1.2.1.jar
[20:21:51] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (vorquel.mod.toolsonthego.ToolsOnTheGo) - loading
[20:21:51] [Server thread/TRACE] [ToolsOnTheGo/]: Parsed dependency info : [] [] []
[20:21:51] [Server thread/DEBUG] [FML/]: Examining file totemic-1.8.9-0.6.5a.jar for potential mods
[20:21:51] [Server thread/TRACE] [FML/]: Located mcmod.info file in file totemic-1.8.9-0.6.5a.jar
[20:21:51] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (totemic_commons.pokefenn.Totemic) - loading
[20:21:51] [Server thread/TRACE] [totemic/]: Parsed dependency info : [Forge@[11.15.1.1722,)] [Forge@[11.15.1.1722,)] []
[20:21:51] [Server thread/DEBUG] [FML/]: Examining file Trashcans-1.8.9-1.0.1.jar for potential mods
[20:21:51] [Server thread/TRACE] [FML/]: Located mcmod.info file in file Trashcans-1.8.9-1.0.1.jar
[20:21:51] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (gigabit101.trashcans.TrashCans) - loading
[20:21:51] [Server thread/TRACE] [Trashcans/]: Parsed dependency info : [reborncore] [reborncore] []
[20:21:51] [Server thread/DEBUG] [FML/]: Examining file ultimate_unicorn_mod-1.8.9-1.4.3.jar for potential mods
[20:21:51] [Server thread/TRACE] [FML/]: Located mcmod.info file in file ultimate_unicorn_mod-1.8.9-1.4.3.jar
[20:21:51] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.hackshop.ultimate_unicorn.UltimateUnicornMod) - loading
[20:21:51] [Server thread/TRACE] [ultimate_unicorn_mod/]: Parsed dependency info : [] [] []
[20:21:51] [Server thread/DEBUG] [ultimate_unicorn_mod/]: Attempting to load the file version.properties from ultimate_unicorn_mod-1.8.9-1.4.3.jar to locate a version number for ultimate_unicorn_mod
[20:21:51] [Server thread/WARN] [ultimate_unicorn_mod/]: Mod ultimate_unicorn_mod is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.4.3
[20:21:51] [Server thread/DEBUG] [FML/]: Examining file underphangables-1.8.9-1.0.1.jar for potential mods
[20:21:51] [Server thread/TRACE] [FML/]: Located mcmod.info file in file underphangables-1.8.9-1.0.1.jar
[20:21:51] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (fi.dy.masa.underphangables.UnderpHangables) - loading
[20:21:51] [Server thread/TRACE] [underphangables/]: Parsed dependency info : [] [] []
[20:21:51] [Server thread/DEBUG] [FML/]: Examining file UnLogicII-4.2.1.50.jar for potential mods
[20:21:51] [Server thread/TRACE] [FML/]: Located mcmod.info file in file UnLogicII-4.2.1.50.jar
[20:21:51] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (the_fireplace.unlogicii.UnLogicII) - loading
[20:21:51] [Server thread/TRACE] [unlogicii/]: Using mcmod dependency info : [Forge@[11.15.0.1673,)] [VersionChecker, basemetals, poweradvantage, SteelIndustries, NotEnoughItems] []
[20:21:51] [Server thread/DEBUG] [unlogicii/]: Attempting to load the file version.properties from UnLogicII-4.2.1.50.jar to locate a version number for unlogicii
[20:21:51] [Server thread/WARN] [unlogicii/]: Mod unlogicii is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 4.2.1.50
[20:21:51] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (the_fireplace.unlogicii.VersionChecker) - loading
[20:21:51] [Server thread/TRACE] [unlogiciivc/]: Parsed dependency info : [] [] []
[20:21:51] [Server thread/DEBUG] [FML/]: Examining file veinminer-0.31.4.jar for potential mods
[20:21:51] [Server thread/TRACE] [FML/]: Located mcmod.info file in file veinminer-0.31.4.jar
[20:21:51] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (portablejim.veinminer.VeinMiner) - loading
[20:21:51] [Server thread/TRACE] [VeinMiner/]: Parsed dependency info : [] [] []
[20:21:51] [Server thread/DEBUG] [VeinMiner/]: Attempting to load the file version.properties from veinminer-0.31.4.jar to locate a version number for VeinMiner
[20:21:51] [Server thread/DEBUG] [VeinMiner/]: Found version 0.31.4_build.unknown for mod VeinMiner in version.properties, using
[20:21:51] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (portablejim.veinminermodsupport.VeinMinerModSupport) - loading
[20:21:51] [Server thread/TRACE] [VeinMinerModSupport/]: Parsed dependency info : [] [] []
[20:21:51] [Server thread/DEBUG] [VeinMinerModSupport/]: Attempting to load the file version.properties from veinminer-0.31.4.jar to locate a version number for VeinMinerModSupport
[20:21:51] [Server thread/DEBUG] [VeinMinerModSupport/]: Found version 0.31.4_build.unknown for mod VeinMinerModSupport in version.properties, using
[20:21:51] [Server thread/DEBUG] [FML/]: Examining file WCIES-1.8.9-1.jar for potential mods
[20:21:51] [Server thread/TRACE] [FML/]: Located mcmod.info file in file WCIES-1.8.9-1.jar
[20:21:51] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.Loraanicus.WhyCantIEatSaplings.Main) - loading
[20:21:51] [Server thread/TRACE] [wcies/]: Parsed dependency info : [] [] []
[20:21:51] [Server thread/DEBUG] [FML/]: Examining file weather-storms-and-tornadoes-1.8.9-2.3.11.jar for potential mods
[20:21:51] [Server thread/TRACE] [FML/]: Located mcmod.info file in file weather-storms-and-tornadoes-1.8.9-2.3.11.jar
[20:21:51] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (weather2.Weather) - loading
[20:21:51] [Server thread/TRACE] [weather2/]: Parsed dependency info : [] [] []
[20:21:51] [Server thread/DEBUG] [FML/]: Examining file wonderful-wands-1.8.9-1.8.0.jar for potential mods
[20:21:51] [Server thread/TRACE] [FML/]: Located mcmod.info file in file wonderful-wands-1.8.9-1.8.0.jar
[20:21:51] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (cyano.wonderfulwands.WonderfulWands) - loading
[20:21:51] [Server thread/TRACE] [wonderfulwands/]: Parsed dependency info : [] [] []
[20:21:51] [Server thread/DEBUG] [FML/]: Examining file world-edit-1.8.9-6.1.1.jar for potential mods
[20:21:51] [Server thread/TRACE] [FML/]: Located mcmod.info file in file world-edit-1.8.9-6.1.1.jar
[20:21:51] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (com.sk89q.worldedit.forge.ForgeWorldEdit) - loading
[20:21:51] [Server thread/TRACE] [worldedit/]: Parsed dependency info : [] [sponge] []
[20:21:51] [Server thread/DEBUG] [FML/]: Examining file Baubles-1.8.9-1.1.3.0.jar for potential mods
[20:21:51] [Server thread/TRACE] [FML/]: Located mcmod.info file in file Baubles-1.8.9-1.1.3.0.jar
[20:21:52] [Server thread/DEBUG] [FML/]: Identified a mod of type Lnet/minecraftforge/fml/common/Mod; (baubles.common.Baubles) - loading
[20:21:52] [Server thread/TRACE] [Baubles/]: Parsed dependency info : [Forge@[11.15.0,)] [Forge@[11.15.0,)] []
[20:21:52] [Server thread/INFO] [FML/]: Forge Mod Loader has identified 173 mods to load
[20:21:52] [Server thread/DEBUG] [FML/]: Found API reborncore.api (owned by reborncore providing reborncoreAPI) embedded in reborncore
[20:21:52] [Server thread/DEBUG] [FML/]: Found API dan200.computercraft.api.peripheral (owned by ComputerCraft providing ComputerCraft|API|Peripheral) embedded in ComputerCraft
[20:21:52] [Server thread/DEBUG] [FML/]: Found API cofh.api (owned by CoFHLib providing CoFHAPI) embedded in FFS
[20:21:52] [Server thread/DEBUG] [FML/]: Found API com.github.lunatrius.schematica.api.event (owned by SchematicaAPI providing SchematicaAPI|Events) embedded in Schematica
[20:21:52] [Server thread/DEBUG] [FML/]: Found API dan200.computercraft.api.media (owned by ComputerCraft providing ComputerCraft|API|Media) embedded in ComputerCraft
[20:21:52] [Server thread/DEBUG] [FML/]: Found API cofh.api (owned by CoFHLib providing CoFHAPI) embedded in fluxedsolars
[20:21:52] [Server thread/DEBUG] [FML/]: Found API ic2.api.reactor (owned by IC2 providing IC2API) embedded in techreborn
[20:21:52] [Server thread/DEBUG] [FML/]: Found API cofh.api.energy (owned by CoFHAPI providing CoFHAPI|energy) embedded in geoactivity
[20:21:52] [Server thread/DEBUG] [FML/]: Found API dan200.computercraft.api.filesystem (owned by ComputerCraft providing ComputerCraft|API|FileSystem) embedded in ComputerCraft
[20:21:52] [Server thread/DEBUG] [FML/]: Found API exter.foundry.api.substance (owned by foundry providing foundry.api) embedded in foundry
[20:21:52] [Server thread/DEBUG] [FML/]: Found API cofh.api.energy (owned by CoFHAPI providing CoFHAPI|energy) embedded in FFS
[20:21:52] [Server thread/DEBUG] [FML/]: Found API totemic_commons.pokefenn.api (owned by totemic providing totemic|API) embedded in totemic
[20:21:52] [Server thread/DEBUG] [FML/]: Found API dan200.computercraft.api.lua (owned by ComputerCraft providing ComputerCraft|API|Lua) embedded in ComputerCraft
[20:21:52] [Server thread/DEBUG] [FML/]: Found API thaumcraft.api (owned by Thaumcraft providing Thaumcraft|API) embedded in Thaumcraft
[20:21:52] [Server thread/DEBUG] [FML/]: Found API team.chisel.api (owned by chisel providing ChiselAPI) embedded in chisel
[20:21:52] [Server thread/DEBUG] [FML/]: Found API cofh.api (owned by CoFHLib providing CoFHAPI) embedded in ActuallyAdditions
[20:21:52] [Server thread/DEBUG] [FML/]: Found API cofh.api.energy (owned by CoFHAPI providing CoFHAPI|energy) embedded in storagenetwork
[20:21:52] [Server thread/DEBUG] [FML/]: Found API cofh.api.item (owned by CoFHAPI providing CoFHAPI|item) embedded in simplefluidtanks
[20:21:52] [Server thread/DEBUG] [FML/]: Found API mcjty.deepresonance.api (owned by eee providing DR-API) embedded in deepresonance
[20:21:52] [Server thread/DEBUG] [FML/]: Found API elec332.core.effects.api.util (owned by ElecCore providing ElecCore|Abilities) embedded in ElecCore
[20:21:52] [Server thread/DEBUG] [FML/]: Found API li.cil.oc.api.event (owned by OpenComputers|Core providing OpenComputersAPI|Event) embedded in OpenComputers
[20:21:52] [Server thread/DEBUG] [FML/]: Found API cofh.api.energy (owned by CoFHAPI providing CoFHAPI|energy) embedded in progressiveautomation
[20:21:52] [Server thread/DEBUG] [FML/]: Found API cofh.api.energy (owned by CoFHAPI providing CoFHAPI|energy) embedded in reborncore
[20:21:52] [Server thread/DEBUG] [FML/]: Found API org.squiddev.cctweaks.api (owned by CCTweaks providing CCTweaks|API) embedded in CCTweaks
[20:21:52] [Server thread/DEBUG] [FML/]: Found API li.cil.oc.api.driver.item (owned by OpenComputers|Core providing OpenComputersAPI|Driver|Item) embedded in OpenComputers
[20:21:52] [Server thread/DEBUG] [FML/]: Found API li.cil.oc.api.fs (owned by OpenComputers|Core providing OpenComputersAPI|FileSystem) embedded in OpenComputers
[20:21:52] [Server thread/DEBUG] [FML/]: Found API cofh.api (owned by CoFHLib providing CoFHAPI) embedded in mrfusion
[20:21:52] [Server thread/DEBUG] [FML/]: Found API vazkii.botania.api (owned by Botania providing BotaniaAPI) embedded in Botania
[20:21:52] [Server thread/DEBUG] [FML/]: Found API com.jaquadro.minecraft.storagedrawers.api.storage (owned by StorageDrawersAPI providing StorageDrawersAPI|storage) embedded in StorageDrawers
[20:21:52] [Server thread/DEBUG] [FML/]: Found API exter.foundry.api.firearms (owned by foundry providing foundry.api) embedded in foundry
[20:21:52] [Server thread/DEBUG] [FML/]: Found API com.jaquadro.minecraft.storagedrawers.api.event (owned by StorageDrawersAPI providing StorageDrawersAPI|event) embedded in StorageDrawers
[20:21:52] [Server thread/DEBUG] [FML/]: Found API exter.foundry.api.registry (owned by foundry providing foundry.api) embedded in foundry
[20:21:52] [Server thread/DEBUG] [FML/]: Found API com.jaquadro.minecraft.storagedrawers.api.registry (owned by StorageDrawersAPI providing StorageDrawersAPI|registry) embedded in StorageDrawers
[20:21:52] [Server thread/DEBUG] [FML/]: Found API cofh.api (owned by CoFHLib providing CoFHAPI) embedded in storagenetwork
[20:21:52] [Server thread/DEBUG] [FML/]: Found API dan200.computercraft.api.permissions (owned by ComputerCraft providing ComputerCraft|API|Permissions) embedded in ComputerCraft
[20:21:52] [Server thread/DEBUG] [FML/]: Found API cofh.api (owned by CoFHLib providing CoFHAPI) embedded in rarmor
[20:21:52] [Server thread/DEBUG] [FML/]: Found API exter.foundry.api (owned by foundry providing foundry.api) embedded in foundry
[20:21:52] [Server thread/DEBUG] [FML/]: Found API cofh.api (owned by CoFHLib providing CoFHAPI) embedded in progressiveautomation
[20:21:52] [Server thread/DEBUG] [FML/]: Found API reborncore.api.fuel (owned by reborncore providing reborncoreAPI) embedded in reborncore
[20:21:52] [Server thread/DEBUG] [FML/]: Found API li.cil.tis3d.api (owned by tis3d providing tis3dAPI) embedded in tis3d
[20:21:52] [Server thread/DEBUG] [FML/]: Found API de.ellpeck.actuallyadditions.api (owned by ActuallyAdditions providing ActuallyAdditionsAPI) embedded in ActuallyAdditions
[20:21:52] [Server thread/DEBUG] [FML/]: Found API techreborn.api.recipe (owned by techreborn providing techrebornAPI) embedded in techreborn
[20:21:52] [Server thread/DEBUG] [FML/]: Found API dan200.computercraft.api.turtle (owned by ComputerCraft providing ComputerCraft|API|Turtle) embedded in ComputerCraft
[20:21:52] [Server thread/DEBUG] [FML/]: Found API gory_moon.moarsigns.api (owned by MoarSigns providing MoarSigns|API) embedded in moarsigns
[20:21:52] [Server thread/DEBUG] [FML/]: Found API com.jaquadro.minecraft.storagedrawers.api.storage.attribute (owned by StorageDrawersAPI providing StorageDrawersAPI|storage-attribute) embedded in StorageDrawers
[20:21:52] [Server thread/DEBUG] [FML/]: Found API baubles.api (owned by Baubles providing Baubles|API) embedded in Baubles
[20:21:52] [Server thread/DEBUG] [FML/]: Found API com.jaquadro.minecraft.storagedrawers.api.pack (owned by StorageDrawersAPI providing StorageDrawersAPI|pack) embedded in StorageDrawers
[20:21:52] [Server thread/DEBUG] [FML/]: Found API vazkii.psi.api (owned by Psi providing PsiAPI) embedded in Psi
[20:21:52] [Server thread/DEBUG] [FML/]: Found API cofh.api.energy (owned by CoFHAPI providing CoFHAPI|energy) embedded in ActuallyAdditions
[20:21:52] [Server thread/DEBUG] [FML/]: Found API cofh.api.block (owned by CoFHAPI providing CoFHAPI|block) embedded in enderrift
[20:21:52] [Server thread/DEBUG] [FML/]: Found API cofh.api.energy (owned by CoFHAPI providing CoFHAPI|energy) embedded in mrfusion
[20:21:52] [Server thread/DEBUG] [FML/]: Found API cofh.api.energy (owned by CoFHAPI providing CoFHAPI|energy) embedded in SuperMultiDrills
[20:21:52] [Server thread/DEBUG] [FML/]: Found API li.cil.oc.api.internal (owned by OpenComputers|Core providing OpenComputersAPI|Internal) embedded in OpenComputers
[20:21:52] [Server thread/DEBUG] [FML/]: Found API cofh.api.block (owned by CoFHAPI providing CoFHAPI|block) embedded in progressiveautomation
[20:21:52] [Server thread/DEBUG] [FML/]: Found API cofh.api (owned by CoFHLib providing CoFHAPI) embedded in geoactivity
[20:21:52] [Server thread/DEBUG] [FML/]: Found API com.jaquadro.minecraft.storagedrawers.api (owned by StorageDrawers providing StorageDrawersAPI) embedded in StorageDrawers
[20:21:52] [Server thread/DEBUG] [FML/]: Found API cofh.api (owned by CoFHLib providing CoFHAPI) embedded in reborncore
[20:21:52] [Server thread/DEBUG] [FML/]: Found API exter.foundry.api.material (owned by foundry providing foundry.api) embedded in foundry
[20:21:52] [Server thread/DEBUG] [FML/]: Found API cofh.api (owned by CoFHLib providing CoFHAPI) embedded in enderrift
[20:21:52] [Server thread/DEBUG] [FML/]: Found API moze_intel.projecte.api (owned by ProjectE providing ProjectEAPI) embedded in mrfusion
[20:21:52] [Server thread/DEBUG] [FML/]: Found API techreborn.api.reactor (owned by techreborn providing techrebornAPI) embedded in techreborn
[20:21:52] [Server thread/DEBUG] [FML/]: Found API cofh.api.energy (owned by CoFHAPI providing CoFHAPI|energy) embedded in bookshelfapi
[20:21:52] [Server thread/DEBUG] [FML/]: Found API li.cil.oc.api.component (owned by OpenComputers|Core providing OpenComputersAPI|Component) embedded in OpenComputers
[20:21:52] [Server thread/DEBUG] [FML/]: Found API dan200.computercraft.api.redstone (owned by ComputerCraft providing ComputerCraft|API|Redstone) embedded in ComputerCraft
[20:21:52] [Server thread/DEBUG] [FML/]: Found API li.cil.oc.api.driver (owned by OpenComputers|Core providing OpenComputersAPI|Driver) embedded in OpenComputers
[20:21:52] [Server thread/DEBUG] [FML/]: Found API cofh.api.energy (owned by CoFHAPI providing CoFHAPI|energy) embedded in dlr
[20:21:52] [Server thread/DEBUG] [FML/]: Found API de.ellpeck.actuallyadditions.api (owned by ActuallyAdditions providing ActuallyAdditionsAPI) embedded in rarmor
[20:21:52] [Server thread/DEBUG] [FML/]: Found API cofh.api.energy (owned by CoFHAPI providing CoFHAPI|energy) embedded in numina
[20:21:52] [Server thread/DEBUG] [FML/]: Found API cofh.api.energy (owned by CoFHAPI providing CoFHAPI|energy) embedded in powersuits
[20:21:52] [Server thread/DEBUG] [FML/]: Found API cofh.api.energy (owned by CoFHAPI providing CoFHAPI|energy) embedded in foundry
[20:21:52] [Server thread/DEBUG] [FML/]: Found API cofh.api (owned by CoFHLib providing CoFHAPI) embedded in bookshelfapi
[20:21:52] [Server thread/DEBUG] [FML/]: Found API exter.foundry.api.orestack (owned by foundry providing foundry.api) embedded in foundry
[20:21:52] [Server thread/DEBUG] [FML/]: Found API com.github.lunatrius.schematica.api (owned by Schematica providing SchematicaAPI) embedded in Schematica
[20:21:52] [Server thread/DEBUG] [FML/]: Found API cofh.api.tileentity (owned by CoFHAPI providing CoFHAPI|tileentity) embedded in enderrift
[20:21:52] [Server thread/DEBUG] [FML/]: Found API li.cil.oc.api.prefab (owned by OpenComputers|Core providing OpenComputersAPI|Prefab) embedded in OpenComputers
[20:21:52] [Server thread/DEBUG] [FML/]: Found API cofh.api (owned by CoFHLib providing CoFHAPI) embedded in dlr
[20:21:52] [Server thread/DEBUG] [FML/]: Found API li.cil.oc.api (owned by OpenComputers|Core providing OpenComputersAPI|Core) embedded in OpenComputers
[20:21:52] [Server thread/DEBUG] [FML/]: Found API mezz.jei.api (owned by JEI providing JustEnoughItemsAPI) embedded in JEI
[20:21:52] [Server thread/DEBUG] [FML/]: Found API com.jaquadro.minecraft.storagedrawers.api.inventory (owned by StorageDrawersAPI providing StorageDrawersAPI|inventory) embedded in StorageDrawers
[20:21:52] [Server thread/DEBUG] [FML/]: Found API cofh.api.energy (owned by CoFHAPI providing CoFHAPI|energy) embedded in enderrift
[20:21:52] [Server thread/DEBUG] [FML/]: Found API li.cil.oc.api.manual (owned by OpenComputers|Core providing OpenComputersAPI|Manual) embedded in OpenComputers
[20:21:52] [Server thread/DEBUG] [FML/]: Found API pneumaticCraft.api (owned by PneumaticCraft providing PneumaticCraftApi) embedded in PneumaticCraft
[20:21:52] [Server thread/DEBUG] [FML/]: Found API com.jaquadro.minecraft.storagedrawers.api.config (owned by StorageDrawersAPI providing StorageDrawersAPI|config) embedded in StorageDrawers
[20:21:52] [Server thread/DEBUG] [FML/]: Found API jaredbgreat.dldungeons.api (owned by DLDungeonsJBG providing DLDungeonsAPI) embedded in dldungeonsjdg
[20:21:52] [Server thread/DEBUG] [FML/]: Found API cofh.api.tileentity (owned by CoFHAPI providing CoFHAPI|tileentity) embedded in progressiveautomation
[20:21:52] [Server thread/DEBUG] [FML/]: Found API WayofTime.bloodmagic.api (owned by BloodMagic providing BloodMagic|API) embedded in BloodMagic
[20:21:52] [Server thread/DEBUG] [FML/]: Found API cofh.api (owned by CoFHLib providing CoFHAPI) embedded in SuperMultiDrills
[20:21:52] [Server thread/DEBUG] [FML/]: Found API team.chisel.api.carving (owned by Chisel providing ChiselAPI|Carving) embedded in chisel
[20:21:52] [Server thread/DEBUG] [FML/]: Found API li.cil.oc.api.network (owned by OpenComputers|Core providing OpenComputersAPI|Network) embedded in OpenComputers
[20:21:52] [Server thread/DEBUG] [FML/]: Found API cofh.api.energy (owned by CoFHAPI providing CoFHAPI|energy) embedded in rarmor
[20:21:52] [Server thread/DEBUG] [FML/]: Found API techreborn.api.recipe.machines (owned by techreborn providing techrebornAPI) embedded in techreborn
[20:21:52] [Server thread/DEBUG] [FML/]: Found API reborncore.api.gui (owned by reborncore providing reborncoreAPI) embedded in reborncore
[20:21:52] [Server thread/DEBUG] [FML/]: Found API ljfa.glassshards.api (owned by glass_shards providing glass_shards|API) embedded in glass_shards
[20:21:52] [Server thread/DEBUG] [FML/]: Found API techreborn.api (owned by techreborn providing techrebornAPI) embedded in techreborn
[20:21:52] [Server thread/DEBUG] [FML/]: Found API li.cil.oc.api.machine (owned by OpenComputers|Core providing OpenComputersAPI|Machine) embedded in OpenComputers
[20:21:52] [Server thread/DEBUG] [FML/]: Found API gr8pefish.ironbackpacks.api (owned by ironbackpacks providing IronBackpacks|API) embedded in ironbackpacks
[20:21:52] [Server thread/DEBUG] [FML/]: Found API net.bdew.pressure.api (owned by pressure providing pressureAPI) embedded in pressure
[20:21:52] [Server thread/DEBUG] [FML/]: Found API buildcraft.api.tools (owned by BuildCraftAPI|core providing BuildCraftAPI|tools) embedded in simplefluidtanks
[20:21:52] [Server thread/DEBUG] [FML/]: Found API techreborn.api.upgrade (owned by techreborn providing techrebornAPI) embedded in techreborn
[20:21:52] [Server thread/DEBUG] [FML/]: Found API elec332.core.effects.api.ability (owned by ElecCore providing ElecCore|Abilities) embedded in ElecCore
[20:21:52] [Server thread/DEBUG] [FML/]: Found API exter.foundry.api.recipe (owned by foundry providing foundry.api) embedded in foundry
[20:21:52] [Server thread/DEBUG] [FML/]: Found API cofh.api.energy (owned by CoFHAPI providing CoFHAPI|energy) embedded in fluxedsolars
[20:21:52] [Server thread/DEBUG] [FML/]: Found API elec332.core.effects.api (owned by ElecCore providing ElecCore|Abilities) embedded in ElecCore
[20:21:52] [Server thread/DEBUG] [FML/]: Found API portablejim.veinminer.api (owned by VeinMiner providing VeinMinerApi) embedded in VeinMiner
[20:21:52] [Server thread/DEBUG] [FML/]: Found API portablejim.veinminer.api (owned by VeinMiner providing VeinMinerApi) embedded in VeinMinerModSupport
[20:21:52] [Server thread/DEBUG] [FML/]: Found API com.jaquadro.minecraft.storagedrawers.api.render (owned by StorageDrawersAPI providing StorageDrawersAPI|render) embedded in StorageDrawers
[20:21:52] [Server thread/DEBUG] [FML/]: Found API cofh.api (owned by CoFHLib providing CoFHAPI) embedded in numina
[20:21:52] [Server thread/DEBUG] [FML/]: Found API cofh.api (owned by CoFHLib providing CoFHAPI) embedded in powersuits
[20:21:52] [Server thread/DEBUG] [FML/]: Found API dan200.computercraft.api (owned by ComputerCraft providing ComputerCraft|API) embedded in ComputerCraft
[20:21:52] [Server thread/DEBUG] [FML/]: Found API moze_intel.projecte.api (owned by ProjectE providing ProjectEAPI) embedded in ProjectE
[20:21:52] [Server thread/DEBUG] [FML/]: Found API exter.foundry.api.recipe.manager (owned by foundry providing foundry.api) embedded in foundry
[20:21:52] [Server thread/DEBUG] [FML/]: Found API cofh.api (owned by CoFHLib providing CoFHAPI) embedded in foundry
[20:21:52] [Server thread/TRACE] [FML/]: Removing upstream parent StorageDrawers from APIContainer{StorageDrawersAPI|registry:1.7.10-1.2.0}
[20:21:52] [Server thread/DEBUG] [FML/]: Creating API container dummy for API StorageDrawersAPI|registry: owner: StorageDrawersAPI, dependents: []
[20:21:52] [Server thread/INFO] [FML/]: Found mod(s) [storagenetwork] containing declared API package com.jaquadro.minecraft.storagedrawers.api.storage (owned by StorageDrawersAPI) without associated API reference
[20:21:52] [Server thread/TRACE] [FML/]: Removing upstream parent StorageDrawers from APIContainer{StorageDrawersAPI|storage:1.7.10-1.2.0}
[20:21:52] [Server thread/DEBUG] [FML/]: Creating API container dummy for API StorageDrawersAPI|storage: owner: StorageDrawersAPI, dependents: [storagenetwork]
[20:21:52] [Server thread/INFO] [FML/]: Found mod(s) [routerreborn] containing declared API package cofh.api.energy (owned by CoFHAPI) without associated API reference
[20:21:52] [Server thread/TRACE] [FML/]: Removing upstream parent CoFHLib from APIContainer{CoFHAPI|energy:1.8.9R1.2.0B1}
[20:21:52] [Server thread/DEBUG] [FML/]: Creating API container dummy for API CoFHAPI|energy: owner: CoFHAPI, dependents: [geoactivity, FFS, storagenetwork, progressiveautomation, reborncore, ActuallyAdditions, mrfusion, SuperMultiDrills, bookshelfapi, dlr, numina, powersuits, foundry, enderrift, rarmor, fluxedsolars, routerreborn]
[20:21:52] [Server thread/DEBUG] [FML/]: Creating API container dummy for API OpenComputersAPI|Driver|Item: owner: OpenComputers|Core, dependents: [OpenComputers]
[20:21:52] [Server thread/DEBUG] [FML/]: Creating API container dummy for API SchematicaAPI: owner: Schematica, dependents: []
[20:21:52] [Server thread/INFO] [FML/]: Found mod(s) [storagenetwork] containing declared API package com.jaquadro.minecraft.storagedrawers.api.inventory (owned by StorageDrawersAPI) without associated API reference
[20:21:52] [Server thread/TRACE] [FML/]: Removing upstream parent StorageDrawers from APIContainer{StorageDrawersAPI|inventory:1.7.10-1.2.0}
[20:21:52] [Server thread/DEBUG] [FML/]: Creating API container dummy for API StorageDrawersAPI|inventory: owner: StorageDrawersAPI, dependents: [storagenetwork]
[20:21:52] [Server thread/DEBUG] [FML/]: Creating API container dummy for API reborncoreAPI: owner: reborncore, dependents: []
[20:21:52] [Server thread/DEBUG] [FML/]: Creating API container dummy for API ComputerCraft|API|Peripheral: owner: ComputerCraft, dependents: []
[20:21:52] [Server thread/TRACE] [FML/]: Removing upstream parent CoFHLib from APIContainer{CoFHAPI|item:1.8.9R1.2.0B1}
[20:21:52] [Server thread/DEBUG] [FML/]: Creating API container dummy for API CoFHAPI|item: owner: CoFHAPI, dependents: [simplefluidtanks]
[20:21:52] [Server thread/DEBUG] [FML/]: Creating API container dummy for API OpenComputersAPI|Event: owner: OpenComputers|Core, dependents: [OpenComputers]
[20:21:52] [Server thread/DEBUG] [FML/]: Creating API container dummy for API ChiselAPI|Carving: owner: Chisel, dependents: [chisel]
[20:21:52] [Server thread/DEBUG] [FML/]: Creating API container dummy for API BuildCraftAPI|tools: owner: BuildCraftAPI|core, dependents: [simplefluidtanks]
[20:21:52] [Server thread/DEBUG] [FML/]: Creating API container dummy for API IronBackpacks|API: owner: ironbackpacks, dependents: []
[20:21:52] [Server thread/DEBUG] [FML/]: Creating API container dummy for API DR-API: owner: eee, dependents: [deepresonance]
[20:21:52] [Server thread/DEBUG] [FML/]: Creating API container dummy for API MoarSigns|API: owner: MoarSigns, dependents: [moarsigns]
[20:21:52] [Server thread/DEBUG] [FML/]: Creating API container dummy for API OpenComputersAPI|Network: owner: OpenComputers|Core, dependents: [OpenComputers]
[20:21:52] [Server thread/DEBUG] [FML/]: Creating API container dummy for API PsiAPI: owner: Psi, dependents: []
[20:21:52] [Server thread/DEBUG] [FML/]: Creating API container dummy for API ActuallyAdditionsAPI: owner: ActuallyAdditions, dependents: [rarmor]
[20:21:52] [Server thread/DEBUG] [FML/]: Creating API container dummy for API ComputerCraft|API|Turtle: owner: ComputerCraft, dependents: []
[20:21:52] [Server thread/DEBUG] [FML/]: Creating API container dummy for API Baubles|API: owner: Baubles, dependents: []
[20:21:52] [Server thread/DEBUG] [FML/]: Creating API container dummy for API JustEnoughItemsAPI: owner: JEI, dependents: []
[20:21:52] [Server thread/DEBUG] [FML/]: Creating API container dummy for API OpenComputersAPI|Manual: owner: OpenComputers|Core, dependents: [OpenComputers]
[20:21:52] [Server thread/DEBUG] [FML/]: Creating API container dummy for API Thaumcraft|API: owner: Thaumcraft, dependents: []
[20:21:52] [Server thread/DEBUG] [FML/]: Creating API container dummy for API PneumaticCraftApi: owner: PneumaticCraft, dependents: []
[20:21:52] [Server thread/DEBUG] [FML/]: Creating API container dummy for API totemic|API: owner: totemic, dependents: []
[20:21:52] [Server thread/DEBUG] [FML/]: Creating API container dummy for API OpenComputersAPI|Core: owner: OpenComputers|Core, dependents: [OpenComputers]
[20:21:52] [Server thread/DEBUG] [FML/]: Creating API container dummy for API OpenComputersAPI|Internal: owner: OpenComputers|Core, dependents: [OpenComputers]
[20:21:52] [Server thread/DEBUG] [FML/]: Creating API container dummy for API OpenComputersAPI|Component: owner: OpenComputers|Core, dependents: [OpenComputers]
[20:21:52] [Server thread/DEBUG] [FML/]: Creating API container dummy for API ComputerCraft|API: owner: ComputerCraft, dependents: []
[20:21:52] [Server thread/TRACE] [FML/]: Removing upstream parent StorageDrawers from APIContainer{StorageDrawersAPI|pack:1.7.10-1.2.0}
[20:21:52] [Server thread/DEBUG] [FML/]: Creating API container dummy for API StorageDrawersAPI|pack: owner: StorageDrawersAPI, dependents: []
[20:21:52] [Server thread/DEBUG] [FML/]: Creating API container dummy for API ChiselAPI: owner: chisel, dependents: []
[20:21:52] [Server thread/DEBUG] [FML/]: Creating API container dummy for API ComputerCraft|API|FileSystem: owner: ComputerCraft, dependents: []
[20:21:52] [Server thread/TRACE] [FML/]: Removing upstream parent StorageDrawers from APIContainer{StorageDrawersAPI|render:1.7.10-1.2.0}
[20:21:52] [Server thread/DEBUG] [FML/]: Creating API container dummy for API StorageDrawersAPI|render: owner: StorageDrawersAPI, dependents: []
[20:21:52] [Server thread/DEBUG] [FML/]: Creating API container dummy for API techrebornAPI: owner: techreborn, dependents: []
[20:21:52] [Server thread/DEBUG] [FML/]: Creating API container dummy for API OpenComputersAPI|Driver: owner: OpenComputers|Core, dependents: [OpenComputers]
[20:21:52] [Server thread/DEBUG] [FML/]: Creating API container dummy for API ComputerCraft|API|Media: owner: ComputerCraft, dependents: []
[20:21:52] [Server thread/DEBUG] [FML/]: Creating API container dummy for API ComputerCraft|API|Lua: owner: ComputerCraft, dependents: []
[20:21:52] [Server thread/DEBUG] [FML/]: Creating API container dummy for API foundry.api: owner: foundry, dependents: []
[20:21:52] [Server thread/DEBUG] [FML/]: Creating API container dummy for API BloodMagic|API: owner: BloodMagic, dependents: []
[20:21:52] [Server thread/DEBUG] [FML/]: Creating API container dummy for API BotaniaAPI: owner: Botania, dependents: []
[20:21:52] [Server thread/DEBUG] [FML/]: Creating API container dummy for API StorageDrawersAPI: owner: StorageDrawers, dependents: []
[20:21:52] [Server thread/DEBUG] [FML/]: Creating API container dummy for API McJtyLib: owner: McJty, dependents: []
[20:21:52] [Server thread/TRACE] [FML/]: Removing upstream parent CoFHLib from APIContainer{CoFHAPI|tileentity:1.8.9R1.2.0B1}
[20:21:52] [Server thread/DEBUG] [FML/]: Creating API container dummy for API CoFHAPI|tileentity: owner: CoFHAPI, dependents: [enderrift, progressiveautomation]
[20:21:52] [Server thread/DEBUG] [FML/]: Creating API container dummy for API CoFHAPI: owner: CoFHLib, dependents: [FFS, fluxedsolars, ActuallyAdditions, mrfusion, storagenetwork, rarmor, progressiveautomation, geoactivity, reborncore, enderrift, bookshelfapi, dlr, SuperMultiDrills, numina, powersuits, foundry]
[20:21:52] [Server thread/DEBUG] [FML/]: Creating API container dummy for API glass_shards|API: owner: glass_shards, dependents: []
[20:21:52] [Server thread/DEBUG] [FML/]: Creating API container dummy for API ComputerCraft|API|Redstone: owner: ComputerCraft, dependents: []
[20:21:52] [Server thread/DEBUG] [FML/]: Creating API container dummy for API ProjectEAPI: owner: ProjectE, dependents: [mrfusion]
[20:21:52] [Server thread/DEBUG] [FML/]: Creating API container dummy for API ComputerCraft|API|Permissions: owner: ComputerCraft, dependents: []
[20:21:52] [Server thread/TRACE] [FML/]: Removing upstream parent StorageDrawers from APIContainer{StorageDrawersAPI|config:1.7.10-1.2.0}
[20:21:52] [Server thread/DEBUG] [FML/]: Creating API container dummy for API StorageDrawersAPI|config: owner: StorageDrawersAPI, dependents: []
[20:21:52] [Server thread/DEBUG] [FML/]: Creating API container dummy for API tis3dAPI: owner: tis3d, dependents: []
[20:21:52] [Server thread/TRACE] [FML/]: Removing upstream parent StorageDrawers from APIContainer{StorageDrawersAPI|event:1.7.10-1.2.0}
[20:21:52] [Server thread/DEBUG] [FML/]: Creating API container dummy for API StorageDrawersAPI|event: owner: StorageDrawersAPI, dependents: []
[20:21:52] [Server thread/DEBUG] [FML/]: Creating API container dummy for API ElecCore|Abilities: owner: ElecCore, dependents: []
[20:21:52] [Server thread/DEBUG] [FML/]: Creating API container dummy for API OpenComputersAPI|Machine: owner: OpenComputers|Core, dependents: [OpenComputers]
[20:21:52] [Server thread/TRACE] [FML/]: Removing upstream parent Schematica from APIContainer{SchematicaAPI|Events:1.1}
[20:21:52] [Server thread/DEBUG] [FML/]: Creating API container dummy for API SchematicaAPI|Events: owner: SchematicaAPI, dependents: []
[20:21:52] [Server thread/DEBUG] [FML/]: Creating API container dummy for API DLDungeonsAPI: owner: DLDungeonsJBG, dependents: [dldungeonsjdg]
[20:21:52] [Server thread/DEBUG] [FML/]: Creating API container dummy for API pressureAPI: owner: pressure, dependents: []
[20:21:52] [Server thread/DEBUG] [FML/]: Creating API container dummy for API OpenComputersAPI|Prefab: owner: OpenComputers|Core, dependents: [OpenComputers]
[20:21:52] [Server thread/TRACE] [FML/]: Removing upstream parent CoFHLib from APIContainer{CoFHAPI|block:1.8.9R1.2.0B1}
[20:21:52] [Server thread/DEBUG] [FML/]: Creating API container dummy for API CoFHAPI|block: owner: CoFHAPI, dependents: [enderrift, progressiveautomation]
[20:21:52] [Server thread/DEBUG] [FML/]: Creating API container dummy for API OpenComputersAPI|FileSystem: owner: OpenComputers|Core, dependents: [OpenComputers]
[20:21:52] [Server thread/TRACE] [FML/]: Removing upstream parent StorageDrawers from APIContainer{StorageDrawersAPI|storage-attribute:1.7.10-1.2.0}
[20:21:52] [Server thread/DEBUG] [FML/]: Creating API container dummy for API StorageDrawersAPI|storage-attribute: owner: StorageDrawersAPI, dependents: []
[20:21:52] [Server thread/DEBUG] [FML/]: Creating API container dummy for API IC2API: owner: IC2, dependents: [techreborn]
[20:21:52] [Server thread/DEBUG] [FML/]: Creating API container dummy for API CCTweaks|API: owner: CCTweaks, dependents: []
[20:21:52] [Server thread/DEBUG] [FML/]: Creating API container dummy for API VeinMinerApi: owner: VeinMiner, dependents: [VeinMinerModSupport]
[20:21:52] [Server thread/TRACE] [FML/]: Received a system property request ''
[20:21:52] [Server thread/TRACE] [FML/]: System property request managing the state of 0 mods
[20:21:52] [Server thread/DEBUG] [FML/]: After merging, found state information for 0 mods
[20:21:52] [Server thread/DEBUG] [FML/]: Found translations in forge.jar [af_ZA, ar_SA, br_FR, ca_ES, cs_CZ, da_DK, de_DE, el_GR, en_US, 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]
[20:21:52] [Server thread/DEBUG] [FML/]: Found translations in forge.jar [af_ZA, ar_SA, br_FR, ca_ES, cs_CZ, da_DK, de_DE, el_GR, en_US, 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]
[20:21:52] [Server thread/WARN] [mdecore-core/]: Mod mdecore-core has been disabled through configuration
[20:21:52] [Server thread/DEBUG] [ActuallyAdditions/]: Enabling mod ActuallyAdditions
[20:21:52] [Server thread/DEBUG] [FML/]: Found translations in ActuallyAdditions-1.8.9-r26.jar [de_DE, en_US]
[20:21:52] [Server thread/DEBUG] [additionalbanners/]: Enabling mod additionalbanners
[20:21:52] [Server thread/DEBUG] [FML/]: Found translations in AdditionalBanners-1.1.1-1.8.9.jar [en_US]
[20:21:52] [Server thread/DEBUG] [ac2/]: Enabling mod ac2
[20:21:52] [Server thread/DEBUG] [FML/]: Found translations in alchemy-craft-1.8.9-1.3.1.jar [en_US]
[20:21:52] [Server thread/DEBUG] [FurnaceEvolved/]: Enabling mod FurnaceEvolved
[20:21:52] [Server thread/DEBUG] [FML/]: Found translations in Alt-F4-1.8.9-0.0.2.8.jar [en_US]
[20:21:52] [Server thread/DEBUG] [anotherdusts/]: Enabling mod anotherdusts
[20:21:52] [Server thread/DEBUG] [FML/]: Found translations in anotherdusts-1.8.9-1.4.1.jar [en_US]
[20:21:52] [Server thread/DEBUG] [ArchimedesShipsPlus/]: Enabling mod ArchimedesShipsPlus
[20:21:52] [Server thread/DEBUG] [FML/]: Found translations in archimedesshipsplus-MC1.8.9-INDEV-D.jar [cs_CZ, de_DE, en_US, fr_FR, nl_NL, pt_BR, ru_RU, zh_CN]
[20:21:52] [Server thread/DEBUG] [ArchitectureCraft/]: Enabling mod ArchitectureCraft
[20:21:52] [Server thread/DEBUG] [FML/]: Found translations in architecture-craft-1.8.9-1.3.1.jar [en_US]
[20:21:52] [Server thread/DEBUG] [Circuits/]: Enabling mod Circuits
[20:21:52] [Server thread/DEBUG] [FML/]: Found translations in AutomatedRedstone-1.8.9-3.0.0.jar [en_US]
[20:21:52] [Server thread/DEBUG] [AutoSapling/]: Enabling mod AutoSapling
[20:21:52] [Server thread/DEBUG] [basemetals/]: Enabling mod basemetals
[20:21:52] [Server thread/DEBUG] [FML/]: Found translations in BaseMetals-1.7.3.jar [en_AU, en_CA, en_EN, en_GB, en_PT, en_US, es_ES, es_MX, fr_CA, fr_FR, it_IT, pt_BR, zh_CN, zh_TW]
[20:21:52] [Server thread/DEBUG] [bdlib/]: Enabling mod bdlib
[20:21:52] [Server thread/DEBUG] [FML/]: Found translations in bdlib-1.10.0.23-mc1.8.9.jar [fr_FR, fr_CA, cs_CZ, zh_CN, en_US, it_IT, ru_RU]
[20:21:52] [Server thread/DEBUG] [betterbuilderswands/]: Enabling mod betterbuilderswands
[20:21:52] [Server thread/DEBUG] [FML/]: Found translations in better-builders-wands-1.8.9-0.5.1-83.jar [en_US]
[20:21:52] [Server thread/DEBUG] [bigtrees/]: Enabling mod bigtrees
[20:21:52] [Server thread/DEBUG] [FML/]: Found translations in bigtrees-0.2-1.8.9.jar [en_US]
[20:21:52] [Server thread/DEBUG] [BiomesOPlenty/]: Enabling mod BiomesOPlenty
[20:21:52] [Server thread/DEBUG] [FML/]: Found translations in biomes-oplenty-1.8.9-3.0.0.1926.jar [en_US, ru_RU, de_DE, zh_TW, zh_CN]
[20:21:52] [Server thread/DEBUG] [BloodMagic/]: Enabling mod BloodMagic
[20:21:52] [Server thread/DEBUG] [FML/]: Found translations in blood-magic-1.8.9-2.0.0-19.jar [ko_KR, zh_CN, zh_TW, en_US, it_IT, ru_RU, de_DE, fr_FR, en_US]
[20:21:52] [Server thread/DEBUG] [Bloodmoon/]: Enabling mod Bloodmoon
[20:21:52] [Server thread/DEBUG] [FML/]: Found translations in Bloodmoon-MC1.8.8-1.4.jar [en_US, ru_RU, zh_CN]
[20:21:52] [Server thread/DEBUG] [bh_housing/]: Enabling mod bh_housing
[20:21:52] [Server thread/DEBUG] [FML/]: Found translations in BlueHex_Housing_Mod-1.8.9-0.0.1.1.jar [en_US]
[20:21:52] [Server thread/DEBUG] [bookshelfapi/]: Enabling mod bookshelfapi
[20:21:52] [Server thread/DEBUG] [bookshelf/]: Enabling mod bookshelf
[20:21:52] [Server thread/DEBUG] [FML/]: Found translations in bookshelf-library-1.8.9-1.1.1.203.jar [en_US]
[20:21:52] [Server thread/DEBUG] [Botania/]: Enabling mod Botania
[20:21:52] [Server thread/DEBUG] [FML/]: Found translations in botania-r1.8-0.6.3.jar [zh_TW, ko_KR, es_AR, ru_RU, de_DE, en_US, es_ES, fr_FR, zh_CN, pt_BR, nl_NL, ja_JP]
[20:21:52] [Server thread/DEBUG] [samsbucketblocks/]: Enabling mod samsbucketblocks
[20:21:52] [Server thread/DEBUG] [FML/]: Found translations in bucket-storage-blocks-1.8.9-1.0.1.jar [en_AU, en_CA, en_GB, en_US]
[20:21:52] [Server thread/DEBUG] [BuildersGuides/]: Enabling mod BuildersGuides
[20:21:52] [Server thread/DEBUG] [FML/]: Found translations in buildersguides-1.8.9-0.2.0-alpha.jar [en_US]
[20:21:52] [Server thread/DEBUG] [buildingbrickscompatvanilla/]: Enabling mod buildingbrickscompatvanilla
[20:21:52] [Server thread/DEBUG] [FML/]: Found translations in BuildingBricks-1.8.9-1.3.2.jar [en_US, en_US]
[20:21:52] [Server thread/DEBUG] [buildingbricks/]: Enabling mod buildingbricks
[20:21:52] [Server thread/DEBUG] [FML/]: Found translations in BuildingBricks-1.8.9-1.3.2.jar [en_US, en_US]
[20:21:52] [Server thread/DEBUG] [caterpillar/]: Enabling mod caterpillar
[20:21:52] [Server thread/DEBUG] [FML/]: Found translations in Caterpillar-1.1.189b74.jar [en_US, cs_CZ]
[20:21:52] [Server thread/DEBUG] [CCTweaks/]: Enabling mod CCTweaks
[20:21:52] [Server thread/DEBUG] [FML/]: Found translations in CCTweaks-1.8.9-0.3.0.2.jar [en_US]
[20:21:52] [Server thread/DEBUG] [Chameleon/]: Enabling mod Chameleon
[20:21:52] [Server thread/DEBUG] [ChestTransporter/]: Enabling mod ChestTransporter
[20:21:52] [Server thread/DEBUG] [FML/]: Found translations in chest-transporter-1.8.9-2.2.0.jar [en_US]
[20:21:52] [Server thread/DEBUG] [chickens/]: Enabling mod chickens
[20:21:52] [Server thread/DEBUG] [FML/]: Found translations in chickens-1.8.9-1.0.jar [en_US]
[20:21:52] [Server thread/DEBUG] [chisel/]: Enabling mod chisel
[20:21:52] [Server thread/DEBUG] [FML/]: Found translations in Chisel-MC1.8.9-0.0.2.6.jar [en_US]
[20:21:52] [Server thread/DEBUG] [clayworldgen/]: Enabling mod clayworldgen
[20:21:52] [Server thread/DEBUG] [colossalchests/]: Enabling mod colossalchests
[20:21:52] [Server thread/DEBUG] [FML/]: Found translations in colossal-chests-1.8.9-1.3.1.jar [en_US]
[20:21:52] [Server thread/DEBUG] [kreezxilscompressedblocks/]: Enabling mod kreezxilscompressedblocks
[20:21:52] [Server thread/DEBUG] [FML/]: Found translations in CompressedBlocks-2.0.2.jar [en_US]
[20:21:52] [Server thread/DEBUG] [ComputerCraft/]: Enabling mod ComputerCraft
[20:21:52] [Server thread/DEBUG] [FML/]: Found translations in ComputerCraft1.78.jar [en_US]
[20:21:52] [Server thread/DEBUG] [CoroAI/]: Enabling mod CoroAI
[20:21:52] [Server thread/DEBUG] [ExtendedRenderer/]: Enabling mod ExtendedRenderer
[20:21:52] [Server thread/DEBUG] [ConfigMod/]: Enabling mod ConfigMod
[20:21:52] [Server thread/DEBUG] [craftgun/]: Enabling mod craftgun
[20:21:52] [Server thread/DEBUG] [FML/]: Found translations in craftgun-1.0.4-mc1.8.9.jar [en_US]
[20:21:52] [Server thread/DEBUG] [cyclopscore/]: Enabling mod cyclopscore
[20:21:52] [Server thread/DEBUG] [FML/]: Found translations in cyclops-core-1.8.9-0.5.1.jar [en_US]
[20:21:52] [Server thread/DEBUG] [DarkUtils/]: Enabling mod DarkUtils
[20:21:52] [Server thread/DEBUG] [FML/]: Found translations in dark-utilities-1.8.9-1.0.0.18.jar [en_US]
[20:21:52] [Server thread/DEBUG] [DeathCounter/]: Enabling mod DeathCounter
[20:21:52] [Server thread/DEBUG] [FML/]: Found translations in death-counter-1.8.9.jar [da_DK, de_DE, en_US, es_ES, fr_FR, it_IT, no_NO, pt_BR, ro_RO, ru_RU, sv_SE, zh_CN, zh_TW]
[20:21:52] [Server thread/DEBUG] [deepresonance/]: Enabling mod deepresonance
[20:21:52] [Server thread/DEBUG] [FML/]: Found translations in deep-resonance-1.8.9-1.1.4beta7.jar [en_US, ru_RU, zh_CN]
[20:21:52] [Server thread/DEBUG] [spawn_defuzzer/]: Enabling mod spawn_defuzzer
[20:21:52] [Server thread/DEBUG] [dlr/]: Enabling mod dlr
[20:21:52] [Server thread/DEBUG] [FML/]: Found translations in dons-lightning-rod-1.8.9-2.4.0.jar [en_US]
[20:21:52] [Server thread/DEBUG] [dldungeonsjdg/]: Enabling mod dldungeonsjdg
[20:21:52] [Server thread/DEBUG] [ElecCore/]: Enabling mod ElecCore
[20:21:52] [Server thread/DEBUG] [FML/]: Found translations in eleccore-1.8.9-1.4.234.jar [en_US]
[20:21:52] [Server thread/DEBUG] [electricadvantage/]: Enabling mod electricadvantage
[20:21:52] [Server thread/DEBUG] [FML/]: Found translations in ElectricAdvantage-1.1.1.jar [de_DE, en_AU, en_CA, en_EN, en_GB, en_PT, en_US, es_ES, es_MX, it_IT, ja_JP, ko_KO, pt_BR, zh_CN]
[20:21:52] [Server thread/DEBUG] [endercrop/]: Enabling mod endercrop
[20:21:52] [Server thread/DEBUG] [FML/]: Found translations in endercrop-1.0.jar [en_US]
[20:21:52] [Server thread/DEBUG] [enderrift/]: Enabling mod enderrift
[20:21:52] [Server thread/DEBUG] [FML/]: Found translations in EnderRift-0.10.0.jar [en_US]
[20:21:52] [Server thread/DEBUG] [EnderTanks/]: Enabling mod EnderTanks
[20:21:52] [Server thread/DEBUG] [FML/]: Found translations in EnderTanks-1.8.9-1.2.1.jar [en_US]
[20:21:52] [Server thread/DEBUG] [enderutilities/]: Enabling mod enderutilities
[20:21:52] [Server thread/DEBUG] [FML/]: Found translations in enderutilities-1.8.9-0.5.0.jar [de_DE, en_US, fr_FR, ko_KR]
[20:21:52] [Server thread/DEBUG] [evilcraft/]: Enabling mod evilcraft
[20:21:52] [Server thread/DEBUG] [FML/]: Found translations in evil-craft-1.8.9-0.9.3.jar [en_US, fr_FR, ru_RU, zh_CN, zh_TW]
[20:21:52] [Server thread/DEBUG] [golems/]: Enabling mod golems
[20:21:52] [Server thread/DEBUG] [FML/]: Found translations in extra-golems-1.8.9-3.0.2.jar [de_DE, en_PT, en_US, es_ES, es_MX, fr_FR, pt_BR, zh_CN]
[20:21:52] [Server thread/DEBUG] [ezstorage/]: Enabling mod ezstorage
[20:21:52] [Server thread/DEBUG] [FML/]: Found translations in ezstorage-1.8.9-1.2.6.jar [en_US]
[20:21:52] [Server thread/DEBUG] [FFS/]: Enabling mod FFS
[20:21:52] [Server thread/DEBUG] [FML/]: Found translations in Fancy Fluid Storage-1.8.9-1.4.5.7.91.jar [en_US]
[20:21:52] [Server thread/DEBUG] [fluxedredstone/]: Enabling mod fluxedredstone
[20:21:52] [Server thread/DEBUG] [FML/]: Found translations in Fluxed Redstone-1.3.0.31.jar [en_US, zh_CN]
[20:21:52] [Server thread/DEBUG] [fluxedcore/]: Enabling mod fluxedcore
[20:21:52] [Server thread/DEBUG] [fluxedsolars/]: Enabling mod fluxedsolars
[20:21:52] [Server thread/DEBUG] [FML/]: Found translations in fluxedsolars-1.9.jar [en_US, zh_CN]
[20:21:52] [Server thread/DEBUG] [samsfooddetails/]: Enabling mod samsfooddetails
[20:21:52] [Server thread/DEBUG] [foundry/]: Enabling mod foundry
[20:21:52] [Server thread/DEBUG] [FML/]: Found translations in Foundry-1.8.9-1.4.0.0.jar [fr_FR, zh_CN, en_US]
[20:21:52] [Server thread/DEBUG] [advgenerators/]: Enabling mod advgenerators
[20:21:52] [Server thread/DEBUG] [FML/]: Found translations in generators-0.9.19.3-mc1.8.9.jar [fr_FR, de_DE, cs_CZ, ru_Ru, zh_CN, en_US, ko_KR]
[20:21:52] [Server thread/DEBUG] [geoactivity/]: Enabling mod geoactivity
[20:21:52] [Server thread/DEBUG] [FML/]: Found translations in geoactivity-2.2.3.jar [en_US]
[20:21:52] [Server thread/DEBUG] [glass_shards/]: Enabling mod glass_shards
[20:21:52] [Server thread/DEBUG] [FML/]: Found translations in glass-shards-1.8.9-1.6.jar [de_DE, en_US, fr_FR, ru_RU]
[20:21:52] [Server thread/DEBUG] [hammerz/]: Enabling mod hammerz
[20:21:52] [Server thread/DEBUG] [FML/]: Found translations in Hammerz-1.8.9-0.1.5.18.jar [en_US, zh_CN]
[20:21:52] [Server thread/DEBUG] [hopperducts/]: Enabling mod hopperducts
[20:21:52] [Server thread/DEBUG] [FML/]: Found translations in hopperducts-mc1.8.8-1.4.6.jar [en_US]
[20:21:52] [Server thread/DEBUG] [ice_shards/]: Enabling mod ice_shards
[20:21:52] [Server thread/DEBUG] [FML/]: Found translations in ice-shards-1.8.9-1.3.1.jar [de_DE, en_US, ru_RU]
[20:21:52] [Server thread/DEBUG] [immcraft/]: Enabling mod immcraft
[20:21:52] [Server thread/DEBUG] [FML/]: Found translations in immcraft-1.1.0.jar [en_US]
[20:21:52] [Server thread/DEBUG] [ironbackpacks/]: Enabling mod ironbackpacks
[20:21:52] [Server thread/DEBUG] [FML/]: Found translations in IronBackpacks-1.8.9-2.0.5.jar [de_DE, en_US, es_SP, sv_SE]
[20:21:52] [Server thread/DEBUG] [IronChest/]: Enabling mod IronChest
[20:21:52] [Server thread/DEBUG] [FML/]: Found translations in ironchest-1.8.9-6.0.125.770.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]
[20:21:52] [Server thread/DEBUG] [ifinder/]: Enabling mod ifinder
[20:21:52] [Server thread/DEBUG] [jacb/]: Enabling mod jacb
[20:21:52] [Server thread/DEBUG] [FML/]: Found translations in JACB-1.8.9-1.0.6.jar [en_US]
[20:21:52] [Server thread/DEBUG] [JEI/]: Enabling mod JEI
[20:21:52] [Server thread/DEBUG] [FML/]: Found translations in jei_1.8.9-2.28.6.173.jar [fi_FI, ko_KR, en_US, zh_CN, de_DE, ru_RU]
[20:21:52] [Server thread/DEBUG] [jorsscraft/]: Enabling mod jorsscraft
[20:21:52] [Server thread/DEBUG] [FML/]: Found translations in jorrscraft-1.8.9-0.2.1.jar [en_US]
[20:21:52] [Server thread/DEBUG] [je_calculation/]: Enabling mod je_calculation
[20:21:52] [Server thread/DEBUG] [FML/]: Found translations in just-enough-calculation-1.8.9-0.3.1.jar [en_US, zh_CN]
[20:21:52] [Server thread/DEBUG] [knightperipherals/]: Enabling mod knightperipherals
[20:21:52] [Server thread/DEBUG] [FML/]: Found translations in KnightPeripherals-1.8.9-2.2.jar [en_US]
[20:21:52] [Server thread/DEBUG] [lootablebodies/]: Enabling mod lootablebodies
[20:21:52] [Server thread/DEBUG] [FML/]: Found translations in lootable-bodies-1.8.9-1.4.1.jar [de_DE, en_AU, en_CA, en_EN, en_GB, en_PT, en_US, es_ES, es_MX, fr_CA, fr_FR, it_IT, zh_CN]
[20:21:52] [Server thread/DEBUG] [LunatriusCore/]: Enabling mod LunatriusCore
[20:21:52] [Server thread/DEBUG] [FML/]: Found translations in lunatrius-core-1.8.9-1.1.2.32.jar [de_DE, en_US, fr_FR, ru_RU, zh_CN]
[20:21:52] [Server thread/DEBUG] [malisisadvert/]: Enabling mod malisisadvert
[20:21:52] [Server thread/DEBUG] [FML/]: Found translations in malisisadvert-1.8.9-2.0.0.jar [en_US]
[20:21:52] [Server thread/DEBUG] [malisisblocks/]: Enabling mod malisisblocks
[20:21:52] [Server thread/DEBUG] [FML/]: Found translations in malisisblocks-1.8-2.0.0.jar [de_DE, en_US, es_AR, fr_FR, ru_RU, zh_CN]
[20:21:52] [Server thread/DEBUG] [malisiscore/]: Enabling mod malisiscore
[20:21:52] [Server thread/DEBUG] [FML/]: Found translations in malisiscore-1.8.9-2.0.3.jar [en_US, ru_RU, zh_CN]
[20:21:52] [Server thread/DEBUG] [malisisdoors/]: Enabling mod malisisdoors
[20:21:52] [Server thread/DEBUG] [FML/]: Found translations in malisisdoors-1.8.9-3.0.1.jar [de_DE, en_US, es_AR, fr_FR, ru_RU, zh_CN]
[20:21:52] [Server thread/DEBUG] [malisisswitches/]: Enabling mod malisisswitches
[20:21:52] [Server thread/DEBUG] [FML/]: Found translations in malisisswitches-1.8.9-1.0.0.jar [en_US, fr_FR]
[20:21:52] [Server thread/DEBUG] [mantle/]: Enabling mod mantle
[20:21:52] [Server thread/DEBUG] [mdecore/]: Enabling mod mdecore
[20:21:52] [Server thread/DEBUG] [FML/]: Found translations in mattdahepic-core-1.8.9-1.1.1.jar [en_US]
[20:21:52] [Server thread/DEBUG] [mcmultipart/]: Enabling mod mcmultipart
[20:21:52] [Server thread/DEBUG] [minecraftcalculator778/]: Enabling mod minecraftcalculator778
[20:21:52] [Server thread/DEBUG] [mineralogy/]: Enabling mod mineralogy
[20:21:52] [Server thread/DEBUG] [FML/]: Found translations in mineralogy-1.8.9-1.6.0.jar [de_AU, de_DE, en_CA, en_EN, en_GB, en_PT, en_US, es_ES, es_MX, fr_FR, ko_KR, pt_BR, zh_CN]
[20:21:52] [Server thread/DEBUG] [missing_pieces/]: Enabling mod missing_pieces
[20:21:52] [Server thread/DEBUG] [FML/]: Found translations in missingPieces-1.8.9-1.4.0.jar [en_US]
[20:21:52] [Server thread/DEBUG] [moarsigns/]: Enabling mod moarsigns
[20:21:52] [Server thread/DEBUG] [FML/]: Found translations in moar-signs-1.8.9-2.0.4.jar [en_US, fr_FR, ru_RU, zh_CN]
[20:21:52] [Server thread/DEBUG] [modulartools/]: Enabling mod modulartools
[20:21:52] [Server thread/DEBUG] [FML/]: Found translations in modular-tools-1.0.1.jar [en_US]
[20:21:52] [Server thread/DEBUG] [numina/]: Enabling mod numina
[20:21:52] [Server thread/DEBUG] [FML/]: Found translations in ModularPowersuits-1.8.9-0.0.1-1.jar [en_US, pt_PT, pt_BR, zh_CN, he_IL, de_DE, fr_FR, ru_RU]
[20:21:52] [Server thread/DEBUG] [powersuits/]: Enabling mod powersuits
[20:21:52] [Server thread/DEBUG] [FML/]: Found translations in ModularPowersuits-1.8.9-0.0.1-1.jar [en_US, pt_PT, pt_BR, zh_CN, he_IL, de_DE, fr_FR, ru_RU]
[20:21:52] [Server thread/DEBUG] [shear/]: Enabling mod shear
[20:21:52] [Server thread/DEBUG] [FML/]: Found translations in more-shearables-1.8.9-1.0.jar [en_US]
[20:21:52] [Server thread/DEBUG] [Morpheus/]: Enabling mod Morpheus
[20:21:52] [Server thread/DEBUG] [samsmountedpearl/]: Enabling mod samsmountedpearl
[20:21:52] [Server thread/DEBUG] [MovingWorld/]: Enabling mod MovingWorld
[20:21:52] [Server thread/DEBUG] [mrfusion/]: Enabling mod mrfusion
[20:21:52] [Server thread/DEBUG] [FML/]: Found translations in mr-fusion-1.8.9-0.1.005.jar [en_US]
[20:21:52] [Server thread/DEBUG] [cfm/]: Enabling mod cfm
[20:21:52] [Server thread/DEBUG] [FML/]: Found translations in MrCrayfishFurntiureModv3.6.1(1.8.9).jar [de_DE, en_US, es_AR, es_ES, nl_NL, pt_BR, ro_RO, ru_RU, zh_CN]
[20:21:52] [Server thread/DEBUG] [MysticalCrops/]: Enabling mod MysticalCrops
[20:21:52] [Server thread/DEBUG] [FML/]: Found translations in mystical-crops-1.8.9-1.3prerelease.jar [en_US]
[20:21:52] [Server thread/DEBUG] [neotech/]: Enabling mod neotech
[20:21:52] [Server thread/DEBUG] [FML/]: Found translations in neotech-1.8.9-2.4.0a.jar [en_US, fr_FR, ru_RU, zh_CN]
[20:21:52] [Server thread/DEBUG] [netheressencevc/]: Enabling mod netheressencevc
[20:21:52] [Server thread/DEBUG] [FML/]: Found translations in nether-essence-4.0.1.1.jar [en_US]
[20:21:52] [Server thread/DEBUG] [netheressence/]: Enabling mod netheressence
[20:21:52] [Server thread/DEBUG] [FML/]: Found translations in nether-essence-4.0.1.1.jar [en_US]
[20:21:52] [Server thread/DEBUG] [netherportalfix/]: Enabling mod netherportalfix
[20:21:52] [Server thread/DEBUG] [nmsot/]: Enabling mod nmsot
[20:21:52] [Server thread/DEBUG] [samsocean/]: Enabling mod samsocean
[20:21:52] [Server thread/DEBUG] [OpenComputers/]: Enabling mod OpenComputers
[20:21:53] [Server thread/DEBUG] [FML/]: Found translations in OpenComputers-MC1.8.9-1.5.22.6.jar [zh_TW, it_IT, ru_RU, zh_CN, pt_PT, fr_FR, en_US, de_DE]
[20:21:53] [Server thread/DEBUG] [fodc/]: Enabling mod fodc
[20:21:53] [Server thread/DEBUG] [FML/]: Found translations in OreDictionaryConverter-1.7.2.jar [zh_CN, en_US]
[20:21:53] [Server thread/DEBUG] [parachutemod/]: Enabling mod parachutemod
[20:21:53] [Server thread/DEBUG] [FML/]: Found translations in parachutemod-ng-1.8.9-1.2.2-341.jar [zh_CN, ru_RU, en_US, cs_CZ, de_DE]
[20:21:53] [Server thread/DEBUG] [pneumaticcompressing/]: Enabling mod pneumaticcompressing
[20:21:53] [Server thread/DEBUG] [FML/]: Found translations in PneumaticCompressing-1.0.7.jar [en_US]
[20:21:53] [Server thread/DEBUG] [PneumaticCraft/]: Enabling mod PneumaticCraft
[20:21:53] [Server thread/DEBUG] [FML/]: Found translations in PneumaticCraft-1.8.9-1.13.7-11-universal.jar [en_US, pt_BR, fr_FR, ru_RU, de_DE, zh_CN]
[20:21:53] [Server thread/DEBUG] [portablecrafting/]: Enabling mod portablecrafting
[20:21:53] [Server thread/DEBUG] [FML/]: Found translations in portable-crafting-1.8.9-1.0.jar [en_US]
[20:21:53] [Server thread/DEBUG] [poweradvantage/]: Enabling mod poweradvantage
[20:21:53] [Server thread/DEBUG] [FML/]: Found translations in PowerAdvantage-1.5.2.jar [en_US, de_DE, es_MX, ja_JP, zh_CN, en_AU, pt_BR, en_CA, en_GB, es_ES, ko_KR, en_PT, it_IT, en_EN]
[20:21:53] [Server thread/DEBUG] [pressure/]: Enabling mod pressure
[20:21:53] [Server thread/DEBUG] [FML/]: Found translations in pressure-1.3.0.13-mc1.8.9.jar [de_DE, hr_HR, zh_CN, en_US, ko_KR, ru_RU]
[20:21:53] [Server thread/DEBUG] [progressiveautomation/]: Enabling mod progressiveautomation
[20:21:53] [Server thread/DEBUG] [FML/]: Found translations in ProgressiveAutomation-1.8.9-1.6.35.jar [nl_NL, de_DE, pl_PL, en_US, pt_BR, zh_CN, fr_FR, ru_RU]
[20:21:53] [Server thread/DEBUG] [ProjectE/]: Enabling mod ProjectE
[20:21:53] [Server thread/DEBUG] [FML/]: Found translations in projecte-1.8.9-PE1.1.4.jar [zh_CN, ja_JP, de_DE, ru_RU, fr_FR, en_US, pt_BR, it_IT]
[20:21:53] [Server thread/DEBUG] [Psi/]: Enabling mod Psi
[20:21:53] [Server thread/DEBUG] [FML/]: Found translations in psi-beta-19.jar [en_US, pt_BR]
[20:21:53] [Server thread/DEBUG] [QuantumStorage/]: Enabling mod QuantumStorage
[20:21:53] [Server thread/DEBUG] [FML/]: Found translations in QuantumStorage-1.8.9-2.0.3.jar [en_US]
[20:21:53] [Server thread/DEBUG] [rblr/]: Enabling mod rblr
[20:21:53] [Server thread/DEBUG] [FML/]: Found translations in rabbits-breed-like-rabbits-2.0.1.5.jar [en_US]
[20:21:53] [Server thread/DEBUG] [rblrvc/]: Enabling mod rblrvc
[20:21:53] [Server thread/DEBUG] [FML/]: Found translations in rabbits-breed-like-rabbits-2.0.1.5.jar [en_US]
[20:21:53] [Server thread/DEBUG] [rarmor/]: Enabling mod rarmor
[20:21:53] [Server thread/DEBUG] [FML/]: Found translations in rarmor-0.3.2.jar [en_US]
[20:21:53] [Server thread/DEBUG] [mrdimkaraytracelib/]: Enabling mod mrdimkaraytracelib
[20:21:53] [Server thread/DEBUG] [RTG/]: Enabling mod RTG
[20:21:53] [Server thread/DEBUG] [FML/]: Found translations in realistic-terrain-generation-1.8.9-0.0.2.jar [de_DE, en_GB, en_US, es_ES, fr_FR, it_IT, ko_KR, pt_PT, ru_RU, zh_CN]
[20:21:53] [Server thread/DEBUG] [reborncore/]: Enabling mod reborncore
[20:21:53] [Server thread/DEBUG] [redstonepaste/]: Enabling mod redstonepaste
[20:21:53] [Server thread/DEBUG] [FML/]: Found translations in redstone-paste-1.8.9-1.7.2.jar [en_US]
[20:21:53] [Server thread/DEBUG] [xreliquary/]: Enabling mod xreliquary
[20:21:53] [Server thread/DEBUG] [FML/]: Found translations in reliquary-1.3.0.190.jar [de_DE, en_US, zh_CN, fr_FR, ru_RU]
[20:21:53] [Server thread/DEBUG] [reptilemod/]: Enabling mod reptilemod
[20:21:53] [Server thread/DEBUG] [FML/]: Found translations in reptilemod-1.8.9-3.2.1-40.jar [ru_RU, en_US, de_DE]
[20:21:53] [Server thread/DEBUG] [rftools/]: Enabling mod rftools
[20:21:53] [Server thread/DEBUG] [FML/]: Found translations in rftools-1.8.9-4.22beta28.jar [zh_CN, pt_BR, zh_TW, ru_RU, en_US, de_DE, tr_TR]
[20:21:53] [Server thread/DEBUG] [rightclicktorch/]: Enabling mod rightclicktorch
[20:21:53] [Server thread/DEBUG] [ropebridge/]: Enabling mod ropebridge
[20:21:53] [Server thread/DEBUG] [FML/]: Found translations in RopeBridge-v1.3-mc1.8.8.jar [en_US]
[20:21:53] [Server thread/DEBUG] [routerreborn/]: Enabling mod routerreborn
[20:21:53] [Server thread/DEBUG] [FML/]: Found translations in router-reborn-1.8.9-0.0.12b.jar [en_US]
[20:21:53] [Server thread/DEBUG] [Schematica/]: Enabling mod Schematica
[20:21:53] [Server thread/DEBUG] [FML/]: Found translations in schematica-1.8.9-1.7.7.143.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]
[20:21:53] [Server thread/DEBUG] [sciapi/]: Enabling mod sciapi
[20:21:53] [Server thread/DEBUG] [SGCraft/]: Enabling mod SGCraft
[20:21:53] [Server thread/DEBUG] [FML/]: Found translations in SGCraft-1.10.1-mc1.8.9.jar [en_US]
[20:21:53] [Server thread/DEBUG] [ShetiPhianCore/]: Enabling mod ShetiPhianCore
[20:21:53] [Server thread/DEBUG] [FML/]: Found translations in ShetiPhianCore-1.8.9-3.1.0.jar [en_US]
[20:21:53] [Server thread/DEBUG] [SimilsaxTranstructors/]: Enabling mod SimilsaxTranstructors
[20:21:53] [Server thread/DEBUG] [FML/]: Found translations in SimilsaxTranstructors-1.8.8.16.jar [en_US]
[20:21:53] [Server thread/DEBUG] [simplefluidtanks/]: Enabling mod simplefluidtanks
[20:21:53] [Server thread/DEBUG] [FML/]: Found translations in simplefluidtanks-1.8.9-1.3.0.4.jar [de_DE, en_US]
[20:21:53] [Server thread/DEBUG] [SimpleLabels/]: Enabling mod SimpleLabels
[20:21:53] [Server thread/DEBUG] [FML/]: Found translations in simplelables-1.8.9-0.0.4.jar [en_US]
[20:21:53] [Server thread/DEBUG] [flammpfeil.slashblade/]: Enabling mod flammpfeil.slashblade
[20:21:53] [Server thread/DEBUG] [FML/]: Found translations in slashblade-1.8.9-r5a.jar [en_US, ja_JP, zh_CN, zh_TW]
[20:21:53] [Server thread/DEBUG] [steamadvantage/]: Enabling mod steamadvantage
[20:21:53] [Server thread/DEBUG] [FML/]: Found translations in SteamAdvantage-1.5.2.jar [de_DE, en_AU, en_CA, en_EN, en_GB, en_PT, en_US, es_ES, es_MX, fr_CA, fr_FR, it_IT, ja_JP, ko_KR, pt_BR, zh_CN]
[20:21:53] [Server thread/DEBUG] [stellarsky/]: Enabling mod stellarsky
[20:21:53] [Server thread/DEBUG] [FML/]: Found translations in stellar-sky-1.8.9-0.2.1.0.jar [en_US, ko_KR]
[20:21:53] [Server thread/DEBUG] [StorageDrawers/]: Enabling mod StorageDrawers
[20:21:53] [Server thread/DEBUG] [FML/]: Found translations in storage-drawers-1.8.9-2.4.3.jar [de_DE, en_US, es_AR, fr_FR, he_IL, ko_KR, pl_PL, ru_RU, zh_CN, zh_TW]
[20:21:53] [Server thread/DEBUG] [storagenetwork/]: Enabling mod storagenetwork
[20:21:53] [Server thread/DEBUG] [FML/]: Found translations in StorageNetwork-1.8.9-1.7.3.jar [en_US]
[20:21:53] [Server thread/DEBUG] [structuredcrafting/]: Enabling mod structuredcrafting
[20:21:53] [Server thread/DEBUG] [FML/]: Found translations in StructuredCrafting-1.8.9-0.1.2.jar [en_US]
[20:21:53] [Server thread/DEBUG] [substratum/]: Enabling mod substratum
[20:21:53] [Server thread/DEBUG] [FML/]: Found translations in Substratum-1.8.9-1.1.0.1.jar [en_US]
[20:21:53] [Server thread/DEBUG] [SuperMultiDrills/]: Enabling mod SuperMultiDrills
[20:21:53] [Server thread/DEBUG] [FML/]: Found translations in super-multi-drills-1.8.9-1.3.0.jar [en_US, zh_CN]
[20:21:53] [Server thread/DEBUG] [tconstruct/]: Enabling mod tconstruct
[20:21:53] [Server thread/DEBUG] [FML/]: Found translations in TConstruct-1.8.9-2.1.0.jar [en_US, en_GB, fr_FR, ja_JP, pt_BR, pt_PT]
[20:21:53] [Server thread/DEBUG] [techreborn/]: Enabling mod techreborn
[20:21:53] [Server thread/DEBUG] [FML/]: Found translations in TechReborn-1.8.9-0.7.11.61-universal.jar [en_US, fr_FR, zh_CN]
[20:21:53] [Server thread/DEBUG] [machinemod/]: Enabling mod machinemod
[20:21:53] [Server thread/DEBUG] [FML/]: Found translations in techstacks-heavy-machinery-1.8.9-1.1.jar [en_US]
[20:21:53] [Server thread/DEBUG] [Thaumcraft/]: Enabling mod Thaumcraft
[20:21:53] [Server thread/DEBUG] [FML/]: Found translations in thaumcraft-1.8.9-5.1.6.jar [ca_ES, de_DE, en_US, es_AR, es_ES, es_MX, es_UY, es_VE, et_EE, fi_FI, fr_FR, it_IT, ja_JP, ko_KR, nl_NL, pt_BR, pt_PT, ru_RU, sv_SE, zh_CN, zh_TW]
[20:21:53] [Server thread/DEBUG] [thaumicinfusion/]: Enabling mod thaumicinfusion
[20:21:53] [Server thread/DEBUG] [FML/]: Found translations in thaumic-infusion-1.8.9-4.82.jar [en_US, fr_FR, ru_RU, zh_CN]
[20:21:53] [Server thread/DEBUG] [tis3d/]: Enabling mod tis3d
[20:21:53] [Server thread/DEBUG] [FML/]: Found translations in TIS-3D-MC1.8.9-0.8.3.13.jar [en_US]
[20:21:53] [Server thread/DEBUG] [tomtom/]: Enabling mod tomtom
[20:21:53] [Server thread/DEBUG] [ToolsOnTheGo/]: Enabling mod ToolsOnTheGo
[20:21:53] [Server thread/DEBUG] [FML/]: Found translations in tools-on-the-go-1.8.9-1.2.1.jar [en_US]
[20:21:53] [Server thread/DEBUG] [totemic/]: Enabling mod totemic
[20:21:53] [Server thread/DEBUG] [FML/]: Found translations in totemic-1.8.9-0.6.5a.jar [de_DE, en_US, ru_RU, zh_CN]
[20:21:53] [Server thread/DEBUG] [Trashcans/]: Enabling mod Trashcans
[20:21:53] [Server thread/DEBUG] [FML/]: Found translations in Trashcans-1.8.9-1.0.1.jar [en_US]
[20:21:53] [Server thread/DEBUG] [ultimate_unicorn_mod/]: Enabling mod ultimate_unicorn_mod
[20:21:53] [Server thread/DEBUG] [FML/]: Found translations in ultimate_unicorn_mod-1.8.9-1.4.3.jar [en_US, pt_BR]
[20:21:53] [Server thread/DEBUG] [underphangables/]: Enabling mod underphangables
[20:21:53] [Server thread/DEBUG] [unlogicii/]: Enabling mod unlogicii
[20:21:53] [Server thread/DEBUG] [FML/]: Found translations in UnLogicII-4.2.1.50.jar [ru_RU, en_US, es_ES]
[20:21:53] [Server thread/DEBUG] [unlogiciivc/]: Enabling mod unlogiciivc
[20:21:53] [Server thread/DEBUG] [FML/]: Found translations in UnLogicII-4.2.1.50.jar [ru_RU, en_US, es_ES]
[20:21:53] [Server thread/DEBUG] [VeinMiner/]: Enabling mod VeinMiner
[20:21:53] [Server thread/DEBUG] [FML/]: Found translations in veinminer-0.31.4.jar [en_US, fr_FR, hu_HU, zh_CN]
[20:21:53] [Server thread/DEBUG] [VeinMinerModSupport/]: Enabling mod VeinMinerModSupport
[20:21:53] [Server thread/DEBUG] [FML/]: Found translations in veinminer-0.31.4.jar [en_US, fr_FR, hu_HU, zh_CN]
[20:21:53] [Server thread/DEBUG] [wcies/]: Enabling mod wcies
[20:21:53] [Server thread/DEBUG] [FML/]: Found translations in WCIES-1.8.9-1.jar [en_US]
[20:21:53] [Server thread/DEBUG] [weather2/]: Enabling mod weather2
[20:21:53] [Server thread/DEBUG] [wonderfulwands/]: Enabling mod wonderfulwands
[20:21:53] [Server thread/DEBUG] [FML/]: Found translations in wonderful-wands-1.8.9-1.8.0.jar [de_DE, de_OE, en_AU, en_CA, en_GB, en_PT, en_US, es_ES, es_MX, pt_BR, zh_CN]
[20:21:53] [Server thread/DEBUG] [worldedit/]: Enabling mod worldedit
[20:21:53] [Server thread/DEBUG] [Baubles/]: Enabling mod Baubles
[20:21:53] [Server thread/DEBUG] [FML/]: Found translations in Baubles-1.8.9-1.1.3.0.jar [ar_SA, cs_CZ, da_DK, de_DE, en_US, es_ES, et_EE, fi_FI, fr_CA, fr_FR, it_IT, ko_KR, nl_NL, no_NO, pl_PL, pt_BR, ru_RU, zh_CN, zh_TW]
[20:21:53] [Server thread/TRACE] [FML/]: Verifying mod requirements are satisfied
[20:21:53] [Server thread/TRACE] [FML/]: All mod requirements are satisfied
[20:21:53] [Server thread/TRACE] [FML/]: Sorting mods into an ordered list
[20:21:53] [Server thread/TRACE] [FML/]: Mod sorting completed successfully
[20:21:53] [Server thread/DEBUG] [FML/]: Mod sorting data
[20:21:53] [Server thread/DEBUG] [FML/]: CoFHAPI(API: CoFHAPI:1.8.9R1.2.0B1): Fancy Fluid Storage-1.8.9-1.4.5.7.91.jar ()
[20:21:53] [Server thread/DEBUG] [FML/]: CoFHAPI|energy(API: CoFHAPI|energy:1.8.9R1.2.0B1): geoactivity-2.2.3.jar ()
[20:21:53] [Server thread/DEBUG] [FML/]: ActuallyAdditions(Actually Additions:1.8.9-r26): ActuallyAdditions-1.8.9-r26.jar (after:BuildCraft|Energy)
[20:21:53] [Server thread/DEBUG] [FML/]: additionalbanners(Additional Banners:1.1.1): AdditionalBanners-1.1.1-1.8.9.jar ()
[20:21:53] [Server thread/DEBUG] [FML/]: ac2(Alchemy Craft 2:1.1.3 Beta): alchemy-craft-1.8.9-1.3.1.jar (after:AgriCraft)
[20:21:53] [Server thread/DEBUG] [FML/]: FurnaceEvolved(Alt F4:1.8.9-0.0.2.8): Alt-F4-1.8.9-0.0.2.8.jar (before:JustEnoughItems;after:MineTweaker)
[20:21:53] [Server thread/DEBUG] [FML/]: anotherdusts(Another Dusts:1.4.1): anotherdusts-1.8.9-1.4.1.jar ()
[20:21:53] [Server thread/DEBUG] [FML/]: MovingWorld(Moving World:MC1.8.9-INDEV-E): movingworld-MC1.8.9-INDEV-E-full.jar ()
[20:21:53] [Server thread/DEBUG] [FML/]: ArchimedesShipsPlus(Archimedes' Ships Plus:MC1.8.9-INDEV-D): archimedesshipsplus-MC1.8.9-INDEV-D.jar (required-after:MovingWorld)
[20:21:53] [Server thread/DEBUG] [FML/]: ArchitectureCraft(ArchitectureCraft:1.3.1): architecture-craft-1.8.9-1.3.1.jar ()
[20:21:53] [Server thread/DEBUG] [FML/]: Circuits(Automated Redstone:3.0.0): AutomatedRedstone-1.8.9-3.0.0.jar ()
[20:21:53] [Server thread/DEBUG] [FML/]: AutoSapling(Auto Sapling:1.0): AutoSapling 1.2 MC1.8.9.jar ()
[20:21:53] [Server thread/DEBUG] [FML/]: basemetals(Base Metals:1.7.3): BaseMetals-1.7.3.jar ()
[20:21:53] [Server thread/DEBUG] [FML/]: bdlib(BD Lib:1.10.0.23): bdlib-1.10.0.23-mc1.8.9.jar ()
[20:21:53] [Server thread/DEBUG] [FML/]: betterbuilderswands(Better Builder's Wands:0.5.1): better-builders-wands-1.8.9-0.5.1-83.jar ()
[20:21:53] [Server thread/DEBUG] [FML/]: bigtrees(The BigTrees Mod:0.2): bigtrees-0.2-1.8.9.jar ()
[20:21:53] [Server thread/DEBUG] [FML/]: BiomesOPlenty(Biomes O' Plenty:3.0.0): biomes-oplenty-1.8.9-3.0.0.1926.jar (required-after:Forge@[11.14.3.1468,))
[20:21:53] [Server thread/DEBUG] [FML/]: JEI(Just Enough Items:2.28.6.173): jei_1.8.9-2.28.6.173.jar (required-after:Forge@[11.15.0.1697,);)
[20:21:53] [Server thread/DEBUG] [FML/]: BloodMagic(Blood Magic: Alchemical Wizardry:1.8.9-2.0.0-19): blood-magic-1.8.9-2.0.0-19.jar (after:JEI@[2.23.0,);after:guideapi)
[20:21:53] [Server thread/DEBUG] [FML/]: Bloodmoon(Bloodmoon:1.2): Bloodmoon-MC1.8.8-1.4.jar ()
[20:21:53] [Server thread/DEBUG] [FML/]: bh_housing(BlueHex Housing Mod:1.8.9-0.0.1.1): BlueHex_Housing_Mod-1.8.9-0.0.1.1.jar (required-after:Forge@[11.15.1.1722,);)
[20:21:53] [Server thread/DEBUG] [FML/]: bookshelfapi(Bookshelf:2.3.5): bookshelf-api-1.8.9-2.3.5.jar (required-after:Forge@[11.15.1.1724,))
[20:21:53] [Server thread/DEBUG] [FML/]: bookshelf(Bookshelf:1.1.1.203): bookshelf-library-1.8.9-1.1.1.203.jar ()
[20:21:53] [Server thread/DEBUG] [FML/]: Baubles(Baubles:1.1.3.0): Baubles-1.8.9-1.1.3.0.jar (required-after:Forge@[11.15.0,);)
[20:21:53] [Server thread/DEBUG] [FML/]: Thaumcraft(Thaumcraft:5.1.6): thaumcraft-1.8.9-5.1.6.jar (required-after:Forge@[11.15.0.1701,);required-after:Baubles@[1.1.3.0,))
[20:21:53] [Server thread/DEBUG] [FML/]: Botania(Botania:r1.8-250): botania-r1.8-0.6.3.jar (required-after:Baubles;after:Thaumcraft)
[20:21:53] [Server thread/DEBUG] [FML/]: samsbucketblocks(Bucket Storage:1.0.1): bucket-storage-blocks-1.8.9-1.0.1.jar ()
[20:21:53] [Server thread/DEBUG] [FML/]: BuildersGuides(Builder's Guides:1.8.9-0.2.0-alpha): buildersguides-1.8.9-0.2.0-alpha.jar ()
[20:21:53] [Server thread/DEBUG] [FML/]: buildingbrickscompatvanilla(Building Bricks Vanilla Compat:1.8.9-1.3.2): BuildingBricks-1.8.9-1.3.2.jar ()
[20:21:53] [Server thread/DEBUG] [FML/]: buildingbricks(Building Bricks:1.8.9-1.3.2): BuildingBricks-1.8.9-1.3.2.jar (required-after:Forge@[11.15.1.1723,))
[20:21:53] [Server thread/DEBUG] [FML/]: caterpillar(Caterpillar:0.0.0): Caterpillar-1.1.189b74.jar ()
[20:21:53] [Server thread/DEBUG] [FML/]: ComputerCraft(ComputerCraft:1.78): ComputerCraft1.78.jar ()
[20:21:53] [Server thread/DEBUG] [FML/]: CCTweaks(CCTweaks:0.3.0.2): CCTweaks-1.8.9-0.3.0.2.jar (required-after:ComputerCraft@[1.74,);after:CCTurtle;after:ForgeMultipart;after:OpenPeripheralCore;)
[20:21:53] [Server thread/DEBUG] [FML/]: Chameleon(Chameleon:1.8.9-0.2.1): Chameleon-1.8.9-0.2.1.jar ()
[20:21:53] [Server thread/DEBUG] [FML/]: ChestTransporter(Chest Transporter:2.2.0): chest-transporter-1.8.9-2.2.0.jar ()
[20:21:53] [Server thread/DEBUG] [FML/]: chickens(Chickens:1.0): chickens-1.8.9-1.0.jar ()
[20:21:53] [Server thread/DEBUG] [FML/]: ChiselAPI|Carving(API: ChiselAPI|Carving:0.0.1): Chisel-MC1.8.9-0.0.2.6.jar ()
[20:21:53] [Server thread/DEBUG] [FML/]: chisel(Chisel:@VERSION@): Chisel-MC1.8.9-0.0.2.6.jar ()
[20:21:53] [Server thread/DEBUG] [FML/]: clayworldgen(Clay WorldGen:v1.0.0): ClayWorldGen-1.0.1.jar ()
[20:21:53] [Server thread/DEBUG] [FML/]: cyclopscore(Cyclops Core:0.5.1): cyclops-core-1.8.9-0.5.1.jar (required-after:Forge@[11.15.1.1722,);)
[20:21:53] [Server thread/DEBUG] [FML/]: colossalchests(Colossal Chests:1.3.2): colossal-chests-1.8.9-1.3.1.jar (required-after:Forge@[11.15.1.1722,);required-after:cyclopscore@[0.5.1,);)
[20:21:53] [Server thread/DEBUG] [FML/]: kreezxilscompressedblocks(Compressed Blocks by Kreezxil:1.8-4.0.1.1577): CompressedBlocks-2.0.2.jar ()
[20:21:53] [Server thread/DEBUG] [FML/]: CoroAI(CoroAI:v1.1.4): coroutil-1.8.9-1.1.4.jar ()
[20:21:53] [Server thread/DEBUG] [FML/]: ExtendedRenderer(Extended Renderer:v1.0): coroutil-1.8.9-1.1.4.jar ()
[20:21:53] [Server thread/DEBUG] [FML/]: ConfigMod(Extended Mod Config:v1.0): coroutil-1.8.9-1.1.4.jar ()
[20:21:53] [Server thread/DEBUG] [FML/]: craftgun(Craftable Gunpowder:1.0.4): craftgun-1.0.4-mc1.8.9.jar ()
[20:21:53] [Server thread/DEBUG] [FML/]: DarkUtils(Dark Utilities:1.0.0.9): dark-utilities-1.8.9-1.0.0.18.jar (required-after:bookshelf@[1.1.1.199,];after:Waila;after:Thaumcraft;after:JEI@[2.28.5.172,];)
[20:21:53] [Server thread/DEBUG] [FML/]: DeathCounter(DeathCounter:5.0.0): death-counter-1.8.9.jar ()
[20:21:53] [Server thread/DEBUG] [FML/]: ElecCore(ElecCore:1.5): eleccore-1.8.9-1.4.234.jar (required-after:Forge@[11.15.0.1630,))
[20:21:53] [Server thread/DEBUG] [FML/]: DR-API(API: DR-API:1.0.4-Beta): deep-resonance-1.8.9-1.1.4beta7.jar ()
[20:21:53] [Server thread/DEBUG] [FML/]: McJtyLib(API: McJtyLib:1.8.9-1.8.1beta7): mcjtylib-1.8.9-1.8.1beta.jar ()
[20:21:53] [Server thread/DEBUG] [FML/]: deepresonance(DeepResonance:1.1.4beta7): deep-resonance-1.8.9-1.1.4beta7.jar (required-after:Forge@[11.15.1.1722,);required-after:McJtyLib@[1.8.9-1.8.1beta6,);required-after:ElecCore@[1.4.228,))
[20:21:53] [Server thread/DEBUG] [FML/]: spawn_defuzzer(Spawn Defuzzer:1.1.0): defuzz-1.2.0.jar ()
[20:21:53] [Server thread/DEBUG] [FML/]: dlr(Don's Lightning Rod:2.4.0): dons-lightning-rod-1.8.9-2.4.0.jar ()
[20:21:53] [Server thread/DEBUG] [FML/]: DLDungeonsAPI(API: DLDungeonsAPI:1.1): doomlike-dungeons-1.8.8-beta-1.8.9.jar ()
[20:21:53] [Server thread/DEBUG] [FML/]: dldungeonsjdg(Doomlike Dungeons:1.8.8 (beta)): doomlike-dungeons-1.8.8-beta-1.8.9.jar ()
[20:21:53] [Server thread/DEBUG] [FML/]: poweradvantage(Power Advantage:1.5.2): PowerAdvantage-1.5.2.jar (required-after:basemetals)
[20:21:53] [Server thread/DEBUG] [FML/]: electricadvantage(Electric Advantage:1.1.1): ElectricAdvantage-1.1.1.jar (required-after:poweradvantage;required-after:basemetals)
[20:21:53] [Server thread/DEBUG] [FML/]: endercrop(Ender Crop:1.0): endercrop-1.0.jar ()
[20:21:53] [Server thread/DEBUG] [FML/]: CoFHAPI|tileentity(API: CoFHAPI|tileentity:1.8.9R1.2.0B1): EnderRift-0.10.0.jar ()
[20:21:53] [Server thread/DEBUG] [FML/]: CoFHAPI|block(API: CoFHAPI|block:1.8.9R1.2.0B1): EnderRift-0.10.0.jar ()
[20:21:53] [Server thread/DEBUG] [FML/]: enderrift(Ender-Rift:0.10.0): EnderRift-0.10.0.jar (after:Waila)
[20:21:53] [Server thread/DEBUG] [FML/]: ShetiPhianCore(ShetiPhian-Core:3.1.0): ShetiPhianCore-1.8.9-3.1.0.jar (required-after:Forge@[11.15.0.1697,))
[20:21:53] [Server thread/DEBUG] [FML/]: EnderTanks(EnderTanks:1.2.1): EnderTanks-1.8.9-1.2.1.jar (required-after:ShetiPhianCore@[v3.1.0,))
[20:21:53] [Server thread/DEBUG] [FML/]: enderutilities(Ender Utilities:0.5.0): enderutilities-1.8.9-0.5.0.jar (required-after:Forge@[11.15.1.1722,);)
[20:21:53] [Server thread/DEBUG] [FML/]: evilcraft(EvilCraft:0.9.3): evil-craft-1.8.9-0.9.3.jar (required-after:Forge@[11.15.1.1722,);required-after:cyclopscore@[0.5.1,);)
[20:21:53] [Server thread/DEBUG] [FML/]: golems(Extra Golems:3.02): extra-golems-1.8.9-3.0.2.jar ()
[20:21:53] [Server thread/DEBUG] [FML/]: ezstorage(EZ Storage:1.0): ezstorage-1.8.9-1.2.6.jar ()
[20:21:53] [Server thread/DEBUG] [FML/]: OpenComputersAPI|Driver|Item(API: OpenComputersAPI|Driver|Item:5.6.4): OpenComputers-MC1.8.9-1.5.22.6.jar ()
[20:21:53] [Server thread/DEBUG] [FML/]: OpenComputersAPI|Event(API: OpenComputersAPI|Event:5.6.4): OpenComputers-MC1.8.9-1.5.22.6.jar ()
[20:21:53] [Server thread/DEBUG] [FML/]: OpenComputersAPI|Network(API: OpenComputersAPI|Network:5.6.4): OpenComputers-MC1.8.9-1.5.22.6.jar ()
[20:21:53] [Server thread/DEBUG] [FML/]: OpenComputersAPI|Manual(API: OpenComputersAPI|Manual:5.6.4): OpenComputers-MC1.8.9-1.5.22.6.jar ()
[20:21:53] [Server thread/DEBUG] [FML/]: OpenComputersAPI|Core(API: OpenComputersAPI|Core:5.6.4): OpenComputers-MC1.8.9-1.5.22.6.jar ()
[20:21:53] [Server thread/DEBUG] [FML/]: OpenComputersAPI|Internal(API: OpenComputersAPI|Internal:5.6.4): OpenComputers-MC1.8.9-1.5.22.6.jar ()
[20:21:53] [Server thread/DEBUG] [FML/]: OpenComputersAPI|Component(API: OpenComputersAPI|Component:5.6.4): OpenComputers-MC1.8.9-1.5.22.6.jar ()
[20:21:53] [Server thread/DEBUG] [FML/]: OpenComputersAPI|Driver(API: OpenComputersAPI|Driver:5.6.4): OpenComputers-MC1.8.9-1.5.22.6.jar ()
[20:21:53] [Server thread/DEBUG] [FML/]: OpenComputersAPI|Machine(API: OpenComputersAPI|Machine:5.6.4): OpenComputers-MC1.8.9-1.5.22.6.jar ()
[20:21:53] [Server thread/DEBUG] [FML/]: OpenComputersAPI|Prefab(API: OpenComputersAPI|Prefab:5.6.4): OpenComputers-MC1.8.9-1.5.22.6.jar ()
[20:21:53] [Server thread/DEBUG] [FML/]: OpenComputersAPI|FileSystem(API: OpenComputersAPI|FileSystem:5.6.4): OpenComputers-MC1.8.9-1.5.22.6.jar ()
[20:21:53] [Server thread/DEBUG] [FML/]: OpenComputers(OpenComputers:1.5.22.6): OpenComputers-MC1.8.9-1.5.22.6.jar ()
[20:21:53] [Server thread/DEBUG] [FML/]: FFS(Fancy Fluid Storage:1.8.9-1.4.5.7.91): Fancy Fluid Storage-1.8.9-1.4.5.7.91.jar (after:waila;after:chisel;after:OpenComputers;after:ComputerCraft;after:BuildCraftAPI|transport;after:funkylocomotion)
[20:21:53] [Server thread/DEBUG] [FML/]: mcmultipart(MCMultiPart:1.0.7): MCMultiPart-1.0.7-universal.jar ()
[20:21:53] [Server thread/DEBUG] [FML/]: reborncore(RebornCore:1.4.3.20): RebornCore-1.8.9-1.4.3.20-universal.jar ()
[20:21:53] [Server thread/DEBUG] [FML/]: fluxedredstone(FluxedRedstone:1.3.0.31): Fluxed Redstone-1.3.0.31.jar (required-after:reborncore;required-after:mcmultipart)
[20:21:53] [Server thread/DEBUG] [FML/]: fluxedcore(Fluxed-Core:2.0.3): fluxed-core-1.8.9-2.0.3.jar (after:NotEnoughItems;after:Waila))
[20:21:53] [Server thread/DEBUG] [FML/]: fluxedsolars(Fluxed Solars:$GRADLEVERSION): fluxedsolars-1.9.jar (required-after:Forge;)
[20:21:53] [Server thread/DEBUG] [FML/]: samsfooddetails(Food Details:1.0.0): food-details-1.8.9-1.0.0.jar ()
[20:21:53] [Server thread/DEBUG] [FML/]: substratum(Substratum:1.1.0.1): Substratum-1.8.9-1.1.0.1.jar (required-after:Forge@[11.15.1.1724,))
[20:21:53] [Server thread/DEBUG] [FML/]: foundry(Foundry:1.4.0.0): Foundry-1.8.9-1.4.0.0.jar (required-after:Forge@[11.15.1.1724,);required-after:substratum@[1.1.0.0,))
[20:21:53] [Server thread/DEBUG] [FML/]: pressure(Pressure Pipes:1.3.0.13): pressure-1.3.0.13-mc1.8.9.jar (after:ForgeMultipart;after:ComputerCraft;required-after:bdlib)
[20:21:53] [Server thread/DEBUG] [FML/]: advgenerators(Advanced Generators:0.9.19.3): generators-0.9.19.3-mc1.8.9.jar (after:pressure;after:BuildCraft|energy;after:BuildCraft|Silicon;after:IC2;after:CoFHCore;after:ThermalExpansion;after:eng_toolbox;after:minechem;required-after:bdlib)
[20:21:53] [Server thread/DEBUG] [FML/]: geoactivity(GeoActivity:2.2.3): geoactivity-2.2.3.jar ()
[20:21:53] [Server thread/DEBUG] [FML/]: glass_shards(Glass Shards:1.6): glass-shards-1.8.9-1.6.jar ()
[20:21:53] [Server thread/DEBUG] [FML/]: IC2API(API: IC2API:1.0): TechReborn-1.8.9-0.7.11.61-universal.jar ()
[20:21:53] [Server thread/DEBUG] [FML/]: techreborn(TechReborn:0.7.11.61): TechReborn-1.8.9-0.7.11.61-universal.jar (required-after:Forge@[11.15.0.1609,);required-after:reborncore;after:JEI@[2.14,))
[20:21:53] [Server thread/DEBUG] [FML/]: hammerz(Hammerz:1.8.9-0.1.5.18): Hammerz-1.8.9-0.1.5.18.jar (after:techreborn;after:Thaumcraft;after:Botania)
[20:21:53] [Server thread/DEBUG] [FML/]: hopperducts(Hopper Ducts:1.4.6): hopperducts-mc1.8.8-1.4.6.jar ()
[20:21:53] [Server thread/DEBUG] [FML/]: ice_shards(Ice Shards:1.3.1-fix): ice-shards-1.8.9-1.3.1.jar (required-after:glass_shards@[1.5.2,),[${version}])
[20:21:53] [Server thread/DEBUG] [FML/]: immcraft(Immersive Craft:1.1.0): immcraft-1.1.0.jar (required-after:Forge@[11.15.0.1684,))
[20:21:53] [Server thread/DEBUG] [FML/]: ironbackpacks(Iron Backpacks:1.8.9-2.0.5): IronBackpacks-1.8.9-2.0.5.jar ()
[20:21:53] [Server thread/DEBUG] [FML/]: IronChest(Iron Chest:6.0.125.770): ironchest-1.8.9-6.0.125.770.jar (required-after:Forge@[11.15.0,12.0])
[20:21:53] [Server thread/DEBUG] [FML/]: ifinder(ItemFinder:1.0): ItemFinder-1.8.9-1.0.jar ()
[20:21:53] [Server thread/DEBUG] [FML/]: jacb(JACB:1.0.6): JACB-1.8.9-1.0.6.jar ()
[20:21:53] [Server thread/DEBUG] [FML/]: jorsscraft(JorssCraft:0.2.1): jorrscraft-1.8.9-0.2.1.jar ()
[20:21:53] [Server thread/DEBUG] [FML/]: je_calculation(Just Enough Calculation:0.3.1): just-enough-calculation-1.8.9-0.3.1.jar (required-after:JEI@[1.8.9-2.28.2.166,))
[20:21:53] [Server thread/DEBUG] [FML/]: knightperipherals(KnightPeripherals:1.8.9-2.2): KnightPeripherals-1.8.9-2.2.jar (required-after:ComputerCraft;after:exnihilo;)
[20:21:53] [Server thread/DEBUG] [FML/]: lootablebodies(DrCyano's Lootable Bodies:1.4.1): lootable-bodies-1.8.9-1.4.1.jar ()
[20:21:53] [Server thread/DEBUG] [FML/]: LunatriusCore(LunatriusCore:1.1.2.32): lunatrius-core-1.8.9-1.1.2.32.jar ()
[20:21:53] [Server thread/DEBUG] [FML/]: malisiscore(MalisisCore:1.8.9-2.0.3): malisiscore-1.8.9-2.0.3.jar ()
[20:21:53] [Server thread/DEBUG] [FML/]: malisisadvert(Malisis Advert:1.8.9-2.0.0): malisisadvert-1.8.9-2.0.0.jar (required-after:malisiscore)
[20:21:53] [Server thread/DEBUG] [FML/]: malisisblocks(Malisis Blocks:1.8-2.0.0): malisisblocks-1.8-2.0.0.jar (required-after:malisiscore)
[20:21:53] [Server thread/DEBUG] [FML/]: malisisdoors(MalisisDoors:1.8.9-3.0.1): malisisdoors-1.8.9-3.0.1.jar (required-after:malisiscore)
[20:21:53] [Server thread/DEBUG] [FML/]: malisisswitches(Malisis Switches:1.8.9-1.0.0): malisisswitches-1.8.9-1.0.0.jar (required-after:malisiscore)
[20:21:53] [Server thread/DEBUG] [FML/]: mantle(Mantle:1.8.9-0.8.2.jenkins95): Mantle-1.8.9-0.8.2.jar (required-after:Forge@[11.15,))
[20:21:53] [Server thread/DEBUG] [FML/]: mdecore(MattDahEpic Core:1.8.9-1.1.1): mattdahepic-core-1.8.9-1.1.1.jar (required-after:Forge@[11.14.4.1576,);)
[20:21:53] [Server thread/DEBUG] [FML/]: minecraftcalculator778(MineCalc:2.4.2): minecalc-1.8.8-2.4.2.jar ()
[20:21:53] [Server thread/DEBUG] [FML/]: mineralogy(Mineralogy:2.6.0): mineralogy-1.8.9-1.6.0.jar ()
[20:21:53] [Server thread/DEBUG] [FML/]: missing_pieces(Missing Pieces:1.4.0): missingPieces-1.8.9-1.4.0.jar (after:basemetals;after:mineralogy)
[20:21:53] [Server thread/DEBUG] [FML/]: MoarSigns|API(API: MoarSigns|API:1.1): moar-signs-1.8.9-2.0.4.jar ()
[20:21:53] [Server thread/DEBUG] [FML/]: moarsigns(MoarSigns:2.0.4): moar-signs-1.8.9-2.0.4.jar (after:BiomesOPlenty;after:Forestry;after:Nature;after:IC2;after:TConstruct;after:Railcraft;after:ThermalFoundation;after:factorization;after:NotEnoughItems;after:Waila;after:MineTweaker3;)
[20:21:53] [Server thread/DEBUG] [FML/]: modulartools(Modular Tools:1.0.0): modular-tools-1.0.1.jar ()
[20:21:53] [Server thread/DEBUG] [FML/]: numina(Numina:0.4.0.131.jar): ModularPowersuits-1.8.9-0.0.1-1.jar ()
[20:21:53] [Server thread/DEBUG] [FML/]: powersuits(powersuits:1.0): ModularPowersuits-1.8.9-0.0.1-1.jar (required-after:numina@[0.4.0.131,))
[20:21:53] [Server thread/DEBUG] [FML/]: shear(More Shearables:1.0): more-shearables-1.8.9-1.0.jar ()
[20:21:53] [Server thread/DEBUG] [FML/]: Morpheus(Morpheus:1.8.9-2.0.58): morpheus-1.8.9-2.0.58.jar (required-after:Forge@[11.14.0.1239,);)
[20:21:53] [Server thread/DEBUG] [FML/]: samsmountedpearl(Mounted Pearl:1.0.0): mounted-pearl-1.8.9-1.0.0.jar ()
[20:21:53] [Server thread/DEBUG] [FML/]: ProjectE(ProjectE:1.8.9-PE1.1.4): projecte-1.8.9-PE1.1.4.jar ()
[20:21:53] [Server thread/DEBUG] [FML/]: ProjectEAPI(API: ProjectEAPI:7): mr-fusion-1.8.9-0.1.005.jar ()
[20:21:53] [Server thread/DEBUG] [FML/]: mrfusion(Mr Fusion:0.1.005): mr-fusion-1.8.9-0.1.005.jar ()
[20:21:53] [Server thread/DEBUG] [FML/]: cfm(MrCrayfish's Furniture Mod:3.6): MrCrayfishFurntiureModv3.6.1(1.8.9).jar ()
[20:21:53] [Server thread/DEBUG] [FML/]: tconstruct(Tinkers' Construct:1.8.9-2.1.0.jenkins101): TConstruct-1.8.9-2.1.0.jar (required-after:Forge@[11.15.1.1755,);required-after:mantle@[1.8.9-0.8,))
[20:21:53] [Server thread/DEBUG] [FML/]: MysticalCrops(Mystical Crops:1.1): mystical-crops-1.8.9-1.3prerelease.jar (after: tconstruct;)
[20:21:53] [Server thread/DEBUG] [FML/]: neotech(NeoTech:2.4.0a): neotech-1.8.9-2.4.0a.jar (after:tconstruct;required-after:Forge@[11.15.1.1747,);required-after:bookshelfapi@[2.3.5,);required-after:mcmultipart@[1.0.7,))
[20:21:53] [Server thread/DEBUG] [FML/]: netheressencevc(Nether Essence Version Checker:1.5): nether-essence-4.0.1.1.jar ()
[20:21:53] [Server thread/DEBUG] [FML/]: netheressence(Nether Essence:4.0.1.1): nether-essence-4.0.1.1.jar ()
[20:21:53] [Server thread/DEBUG] [FML/]: netherportalfix(Nether Portal Fix:1.0): netherportalfix-mc1.8.9-2.1.6.jar ()
[20:21:53] [Server thread/DEBUG] [FML/]: nmsot(No Mob Spawning on Trees:1.1.1-mc1.8.9): no-mobs-spawning-on-trees-1.8.9-1.1.1.jar ()
[20:21:53] [Server thread/DEBUG] [FML/]: samsocean(Classic Oceans:1.0.0): ocean-floor-1.8.9-1.0.0.jar ()
[20:21:53] [Server thread/DEBUG] [FML/]: fodc(Ore Dictionary Converter:1.7.2): OreDictionaryConverter-1.7.2.jar (required-after:Forge@[11.15.1.1724,))
[20:21:53] [Server thread/DEBUG] [FML/]: parachutemod(Parachute Mod:1.2.2): parachutemod-ng-1.8.9-1.2.2-341.jar ()
[20:21:53] [Server thread/DEBUG] [FML/]: PneumaticCraft(PneumaticCraft:1.13.7-11): PneumaticCraft-1.8.9-1.13.7-11-universal.jar (required-after:Forge@[10.13.3.1388,);after:Forestry)
[20:21:53] [Server thread/DEBUG] [FML/]: pneumaticcompressing(PneumaticCompressing:1.8.9-1.0.7): PneumaticCompressing-1.0.7.jar (required-after:PneumaticCraft)
[20:21:53] [Server thread/DEBUG] [FML/]: portablecrafting(Portable Crafting:1.8.9-1.1): portable-crafting-1.8.9-1.0.jar ()
[20:21:53] [Server thread/DEBUG] [FML/]: progressiveautomation(Progressive Automation:1.6.35): ProgressiveAutomation-1.8.9-1.6.35.jar (after:CoFHAPI|energy;after:CoFHCore;)
[20:21:53] [Server thread/DEBUG] [FML/]: Psi(Psi:beta-19): psi-beta-19.jar ()
[20:21:53] [Server thread/DEBUG] [FML/]: QuantumStorage(QuantumStorage:2.0.3): QuantumStorage-1.8.9-2.0.3.jar (required-after:reborncore)
[20:21:53] [Server thread/DEBUG] [FML/]: rblr(Rabbits Breed Like Rabbits:2.0.1.5): rabbits-breed-like-rabbits-2.0.1.5.jar ()
[20:21:53] [Server thread/DEBUG] [FML/]: rblrvc(Rabbits Breed Like Rabbits Version Checker:1.6): rabbits-breed-like-rabbits-2.0.1.5.jar ()
[20:21:53] [Server thread/DEBUG] [FML/]: ActuallyAdditionsAPI(API: ActuallyAdditionsAPI:8): ActuallyAdditions-1.8.9-r26.jar ()
[20:21:53] [Server thread/DEBUG] [FML/]: rarmor(Rarmor:0.3.2): rarmor-0.3.2.jar ()
[20:21:53] [Server thread/DEBUG] [FML/]: mrdimkaraytracelib(MrDimka's Ray Trace Library:0.0.1): ray-tracing-library-1.8.9-0.0.1.jar ()
[20:21:53] [Server thread/DEBUG] [FML/]: RTG(Realistic Terrain Generation:0.0.2): realistic-terrain-generation-1.8.9-0.0.2.jar ()
[20:21:53] [Server thread/DEBUG] [FML/]: redstonepaste(Redstone Paste:1.7.2): redstone-paste-1.8.9-1.7.2.jar ()
[20:21:53] [Server thread/DEBUG] [FML/]: xreliquary(Reliquary:1.3.0.190): reliquary-1.3.0.190.jar (after:jeresources@[0.3.4,))
[20:21:53] [Server thread/DEBUG] [FML/]: reptilemod(Reptile Mod:3.1.0): reptilemod-1.8.9-3.2.1-40.jar ()
[20:21:53] [Server thread/DEBUG] [FML/]: rftools(RFTools:4.22beta28): rftools-1.8.9-4.22beta28.jar (required-after:Forge@[11.15.1.1722,);required-after:McJtyLib@[1.8.9-1.8.1beta6,))
[20:21:53] [Server thread/DEBUG] [FML/]: rightclicktorch(RightClickTorch:1.8.9-1.0.2): rightclicktorch-1.8.9-1.0.2.jar ()
[20:21:53] [Server thread/DEBUG] [FML/]: ropebridge(Rope Bridge:1.3): RopeBridge-v1.3-mc1.8.8.jar ()
[20:21:53] [Server thread/DEBUG] [FML/]: routerreborn(Router Reborn:1.8.9-0.0.12b): router-reborn-1.8.9-0.0.12b.jar ()
[20:21:53] [Server thread/DEBUG] [FML/]: Schematica(Schematica:1.7.7.143): schematica-1.8.9-1.7.7.143.jar ()
[20:21:53] [Server thread/DEBUG] [FML/]: sciapi(SciAPI:1.2.0.1): sciapi-1.8.9-1.2.0.1.jar ()
[20:21:53] [Server thread/DEBUG] [FML/]: SGCraft(Greg's SG Craft:1.10.1): SGCraft-1.10.1-mc1.8.9.jar ()
[20:21:53] [Server thread/DEBUG] [FML/]: SimilsaxTranstructors(Similsax Transtructors:1.8.8.16): SimilsaxTranstructors-1.8.8.16.jar ()
[20:21:53] [Server thread/DEBUG] [FML/]: CoFHAPI|item(API: CoFHAPI|item:1.8.9R1.2.0B1): simplefluidtanks-1.8.9-1.3.0.4.jar ()
[20:21:53] [Server thread/DEBUG] [FML/]: BuildCraftAPI|tools(API: BuildCraftAPI|tools:1.0): simplefluidtanks-1.8.9-1.3.0.4.jar ()
[20:21:53] [Server thread/DEBUG] [FML/]: simplefluidtanks(Simple Fluid Tanks:1.8.9-1.3.0.4): simplefluidtanks-1.8.9-1.3.0.4.jar ()
[20:21:53] [Server thread/DEBUG] [FML/]: SimpleLabels(SimpleLabels:0.0.3): simplelables-1.8.9-0.0.4.jar (required-after:Forge@[11.15.1.1724,);after:MineFactoryReloaded)
[20:21:53] [Server thread/DEBUG] [FML/]: flammpfeil.slashblade(SlashBlade:mc1.8.9-r5): slashblade-1.8.9-r5a.jar ()
[20:21:53] [Server thread/DEBUG] [FML/]: steamadvantage(Steam Advantage:1.5.2): SteamAdvantage-1.5.2.jar (required-after:poweradvantage;required-after:basemetals)
[20:21:53] [Server thread/DEBUG] [FML/]: stellarsky(Stellar Sky:0.2.1.0): stellar-sky-1.8.9-0.2.1.0.jar (required-after:sciapi@[1.2.0.0,1.3.0.0);after:CalendarAPI@[1.1,2.0))
[20:21:53] [Server thread/DEBUG] [FML/]: StorageDrawers(Storage Drawers:1.8.9-2.4.3): storage-drawers-1.8.9-2.4.3.jar ()
[20:21:53] [Server thread/DEBUG] [FML/]: StorageDrawersAPI(API: StorageDrawersAPI:1.7.10-1.2.0): storage-drawers-1.8.9-2.4.3.jar ()
[20:21:53] [Server thread/DEBUG] [FML/]: StorageDrawersAPI|storage(API: StorageDrawersAPI|storage:1.7.10-1.2.0): storage-drawers-1.8.9-2.4.3.jar ()
[20:21:53] [Server thread/DEBUG] [FML/]: StorageDrawersAPI|inventory(API: StorageDrawersAPI|inventory:1.7.10-1.2.0): storage-drawers-1.8.9-2.4.3.jar ()
[20:21:53] [Server thread/DEBUG] [FML/]: storagenetwork(Storage Network:1.7.3): StorageNetwork-1.8.9-1.7.3.jar ()
[20:21:53] [Server thread/DEBUG] [FML/]: structuredcrafting(Structured Crafting:0.1.2): StructuredCrafting-1.8.9-0.1.2.jar (required-after:Forge@[11.15.1.1722,);required-after:cyclopscore@[0.5.0,);)
[20:21:53] [Server thread/DEBUG] [FML/]: SuperMultiDrills(Super Multi-Drills:1.3.0-beta3): super-multi-drills-1.8.9-1.3.0.jar ()
[20:21:53] [Server thread/DEBUG] [FML/]: machinemod(TechStack's Heavy Machinery Mod:1.8.9-1.1-Pre-ALPHA-Build-209): techstacks-heavy-machinery-1.8.9-1.1.jar ()
[20:21:53] [Server thread/DEBUG] [FML/]: thaumicinfusion(Thaumic Infusion:4.82): thaumic-infusion-1.8.9-4.82.jar (required-after:Forge@[10.13.2,);required-after:Thaumcraft@[4.2.3.5,))
[20:21:53] [Server thread/DEBUG] [FML/]: tis3d(TIS-3D:0.8.3.13): TIS-3D-MC1.8.9-0.8.3.13.jar ()
[20:21:53] [Server thread/DEBUG] [FML/]: tomtom(TomTom:@Version@): tomtom-1.8.9-b14.jar ()
[20:21:53] [Server thread/DEBUG] [FML/]: ToolsOnTheGo(Tools on the Go:1.8.9): tools-on-the-go-1.8.9-1.2.1.jar ()
[20:21:53] [Server thread/DEBUG] [FML/]: totemic(Totemic:1.8.9-0.6.5): totemic-1.8.9-0.6.5a.jar (required-after:Forge@[11.15.1.1722,);)
[20:21:53] [Server thread/DEBUG] [FML/]: Trashcans(Trashcans:1.0.1): Trashcans-1.8.9-1.0.1.jar (required-after:reborncore)
[20:21:53] [Server thread/DEBUG] [FML/]: ultimate_unicorn_mod(Wings, Horns, and Hooves, the Ultimate Unicorn Mod!:1.4.3): ultimate_unicorn_mod-1.8.9-1.4.3.jar ()
[20:21:53] [Server thread/DEBUG] [FML/]: underphangables(Underp Hangables:1.0.1): underphangables-1.8.9-1.0.1.jar ()
[20:21:53] [Server thread/DEBUG] [FML/]: unlogicii(UnLogic II:4.2.1.50): UnLogicII-4.2.1.50.jar ()
[20:21:53] [Server thread/DEBUG] [FML/]: unlogiciivc(UnLogic II Version Checker:1.5): UnLogicII-4.2.1.50.jar ()
[20:21:53] [Server thread/DEBUG] [FML/]: VeinMiner(Vein Miner:0.31.4_build.unknown): veinminer-0.31.4.jar ()
[20:21:53] [Server thread/DEBUG] [FML/]: VeinMinerApi(API: VeinMinerApi:0.1): veinminer-0.31.4.jar ()
[20:21:53] [Server thread/DEBUG] [FML/]: VeinMinerModSupport(Mod Support:0.31.4_build.unknown): veinminer-0.31.4.jar ()
[20:21:53] [Server thread/DEBUG] [FML/]: wcies(Why Can't I Eat Saplings?:1): WCIES-1.8.9-1.jar ()
[20:21:53] [Server thread/DEBUG] [FML/]: weather2(Localized Weather & Storms:v2.3.11): weather-storms-and-tornadoes-1.8.9-2.3.11.jar ()
[20:21:53] [Server thread/DEBUG] [FML/]: wonderfulwands(Wonderful Wands:1.8.0): wonderful-wands-1.8.9-1.8.0.jar ()
[20:21:53] [Server thread/DEBUG] [FML/]: worldedit(WorldEdit:6.1.1): world-edit-1.8.9-6.1.1.jar (after:sponge)
[20:21:53] [Server thread/DEBUG] [FML/]: StorageDrawersAPI|registry(API: StorageDrawersAPI|registry:1.7.10-1.2.0): storage-drawers-1.8.9-2.4.3.jar ()
[20:21:53] [Server thread/DEBUG] [FML/]: SchematicaAPI(API: SchematicaAPI:1.1): schematica-1.8.9-1.7.7.143.jar ()
[20:21:53] [Server thread/DEBUG] [FML/]: reborncoreAPI(API: reborncoreAPI:1.4.3.20): RebornCore-1.8.9-1.4.3.20-universal.jar ()
[20:21:53] [Server thread/DEBUG] [FML/]: ComputerCraft|API|Peripheral(API: ComputerCraft|API|Peripheral:1.78): ComputerCraft1.78.jar ()
[20:21:53] [Server thread/DEBUG] [FML/]: IronBackpacks|API(API: IronBackpacks|API:0.4): IronBackpacks-1.8.9-2.0.5.jar ()
[20:21:53] [Server thread/DEBUG] [FML/]: PsiAPI(API: PsiAPI:1): psi-beta-19.jar ()
[20:21:53] [Server thread/DEBUG] [FML/]: ComputerCraft|API|Turtle(API: ComputerCraft|API|Turtle:1.78): ComputerCraft1.78.jar ()
[20:21:53] [Server thread/DEBUG] [FML/]: Baubles|API(API: Baubles|API:1.1.1.0): Baubles-1.8.9-1.1.3.0.jar ()
[20:21:53] [Server thread/DEBUG] [FML/]: JustEnoughItemsAPI(API: JustEnoughItemsAPI:3.1.0): jei_1.8.9-2.28.6.173.jar ()
[20:21:53] [Server thread/DEBUG] [FML/]: Thaumcraft|API(API: Thaumcraft|API:5.1.2.0): thaumcraft-1.8.9-5.1.6.jar ()
[20:21:53] [Server thread/DEBUG] [FML/]: PneumaticCraftApi(API: PneumaticCraftApi:1.0): PneumaticCraft-1.8.9-1.13.7-11-universal.jar ()
[20:21:53] [Server thread/DEBUG] [FML/]: totemic|API(API: totemic|API:0.3.0): totemic-1.8.9-0.6.5a.jar ()
[20:21:53] [Server thread/DEBUG] [FML/]: ComputerCraft|API(API: ComputerCraft|API:1.78): ComputerCraft1.78.jar ()
[20:21:53] [Server thread/DEBUG] [FML/]: StorageDrawersAPI|pack(API: StorageDrawersAPI|pack:1.7.10-1.2.0): storage-drawers-1.8.9-2.4.3.jar ()
[20:21:53] [Server thread/DEBUG] [FML/]: ChiselAPI(API: ChiselAPI:0.0.1): Chisel-MC1.8.9-0.0.2.6.jar ()
[20:21:53] [Server thread/DEBUG] [FML/]: ComputerCraft|API|FileSystem(API: ComputerCraft|API|FileSystem:1.78): ComputerCraft1.78.jar ()
[20:21:53] [Server thread/DEBUG] [FML/]: StorageDrawersAPI|render(API: StorageDrawersAPI|render:1.7.10-1.2.0): storage-drawers-1.8.9-2.4.3.jar ()
[20:21:53] [Server thread/DEBUG] [FML/]: techrebornAPI(API: techrebornAPI:0.7.11.61): TechReborn-1.8.9-0.7.11.61-universal.jar ()
[20:21:53] [Server thread/DEBUG] [FML/]: ComputerCraft|API|Media(API: ComputerCraft|API|Media:1.78): ComputerCraft1.78.jar ()
[20:21:53] [Server thread/DEBUG] [FML/]: ComputerCraft|API|Lua(API: ComputerCraft|API|Lua:1.78): ComputerCraft1.78.jar ()
[20:21:53] [Server thread/DEBUG] [FML/]: foundry.api(API: foundry.api:1.4.0.0): Foundry-1.8.9-1.4.0.0.jar ()
[20:21:53] [Server thread/DEBUG] [FML/]: BloodMagic|API(API: BloodMagic|API:@VERSION@): blood-magic-1.8.9-2.0.0-19.jar ()
[20:21:53] [Server thread/DEBUG] [FML/]: BotaniaAPI(API: BotaniaAPI:76): botania-r1.8-0.6.3.jar ()
[20:21:53] [Server thread/DEBUG] [FML/]: glass_shards|API(API: glass_shards|API:2.0): glass-shards-1.8.9-1.6.jar ()
[20:21:53] [Server thread/DEBUG] [FML/]: ComputerCraft|API|Redstone(API: ComputerCraft|API|Redstone:1.78): ComputerCraft1.78.jar ()
[20:21:53] [Server thread/DEBUG] [FML/]: ComputerCraft|API|Permissions(API: ComputerCraft|API|Permissions:1.78): ComputerCraft1.78.jar ()
[20:21:53] [Server thread/DEBUG] [FML/]: StorageDrawersAPI|config(API: StorageDrawersAPI|config:1.7.10-1.2.0): storage-drawers-1.8.9-2.4.3.jar ()
[20:21:53] [Server thread/DEBUG] [FML/]: tis3dAPI(API: tis3dAPI:0.8.3.13): TIS-3D-MC1.8.9-0.8.3.13.jar ()
[20:21:53] [Server thread/DEBUG] [FML/]: StorageDrawersAPI|event(API: StorageDrawersAPI|event:1.7.10-1.2.0): storage-drawers-1.8.9-2.4.3.jar ()
[20:21:53] [Server thread/DEBUG] [FML/]: ElecCore|Abilities(API: ElecCore|Abilities:#API_VER#): eleccore-1.8.9-1.4.234.jar ()
[20:21:53] [Server thread/DEBUG] [FML/]: SchematicaAPI|Events(API: SchematicaAPI|Events:1.1): schematica-1.8.9-1.7.7.143.jar ()
[20:21:53] [Server thread/DEBUG] [FML/]: pressureAPI(API: pressureAPI:1.3.0.13): pressure-1.3.0.13-mc1.8.9.jar ()
[20:21:53] [Server thread/DEBUG] [FML/]: StorageDrawersAPI|storage-attribute(API: StorageDrawersAPI|storage-attribute:1.7.10-1.2.0): storage-drawers-1.8.9-2.4.3.jar ()
[20:21:53] [Server thread/DEBUG] [FML/]: CCTweaks|API(API: CCTweaks|API:0.3.0.2): CCTweaks-1.8.9-0.3.0.2.jar ()
[20:21:53] [Server thread/INFO] [FML/]: FML has found a non-mod file aura-cascade-1.8.9-592.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.
[20:21:53] [Server thread/INFO] [FML/]: FML has found a non-mod file CD4017BE_lib-1.8.9-3.0.0.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.
[20:21:53] [Server thread/INFO] [FML/]: FML has found a non-mod file Durability Show-1.8.9-2.1.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.
[20:21:53] [Server thread/INFO] [FML/]: FML has found a non-mod file mcjtylib-1.8.9-1.8.1beta.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.
[20:21:53] [Server thread/TRACE] [mcp/mcp]: Sending event FMLConstructionEvent to mod mcp
[20:21:53] [Server thread/TRACE] [mcp/mcp]: Sent event FMLConstructionEvent to mod mcp
[20:21:53] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Minecraft Coder Pack took 0.001s
[20:21:53] [Server thread/TRACE] [FML/FML]: Sending event FMLConstructionEvent to mod FML
[20:21:55] [Server thread/TRACE] [FML/FML]: Mod FML is using network checker : Invoking method checkModLists
[20:21:55] [Server thread/TRACE] [FML/FML]: Testing mod FML to verify it accepts its own version in a remote connection
[20:21:55] [Server thread/TRACE] [FML/FML]: The mod FML accepts its own version (8.0.99.99)
[20:21:55] [Server thread/INFO] [FML/FML]: Attempting connection with missing mods [mcp, FML, Forge, OpenComputers|Core, darkevilmac.movingworld.common.asm.coremod, <CCTweaks ASM>, ActuallyAdditions, additionalbanners, ac2, FurnaceEvolved, anotherdusts, ArchimedesShipsPlus, ArchitectureCraft, Circuits, AutoSapling, basemetals, bdlib, betterbuilderswands, bigtrees, BiomesOPlenty, BloodMagic, Bloodmoon, bh_housing, bookshelfapi, bookshelf, Botania, samsbucketblocks, BuildersGuides, buildingbrickscompatvanilla, buildingbricks, caterpillar, CCTweaks, Chameleon, ChestTransporter, chickens, chisel, clayworldgen, colossalchests, kreezxilscompressedblocks, ComputerCraft, CoroAI, ExtendedRenderer, ConfigMod, craftgun, cyclopscore, DarkUtils, DeathCounter, deepresonance, spawn_defuzzer, dlr, dldungeonsjdg, ElecCore, electricadvantage, endercrop, enderrift, EnderTanks, enderutilities, evilcraft, golems, ezstorage, FFS, fluxedredstone, fluxedcore, fluxedsolars, samsfooddetails, foundry, advgenerators, geoactivity, glass_shards, hammerz, hopperducts, ice_shards, immcraft, ironbackpacks, IronChest, ifinder, jacb, JEI, jorsscraft, je_calculation, knightperipherals, lootablebodies, LunatriusCore, malisisadvert, malisisblocks, malisiscore, malisisdoors, malisisswitches, mantle, mdecore, mcmultipart, minecraftcalculator778, mineralogy, missing_pieces, moarsigns, modulartools, numina, powersuits, shear, Morpheus, samsmountedpearl, MovingWorld, mrfusion, cfm, MysticalCrops, neotech, netheressencevc, netheressence, netherportalfix, nmsot, samsocean, OpenComputers, fodc, parachutemod, pneumaticcompressing, PneumaticCraft, portablecrafting, poweradvantage, pressure, progressiveautomation, ProjectE, Psi, QuantumStorage, rblr, rblrvc, rarmor, mrdimkaraytracelib, RTG, reborncore, redstonepaste, xreliquary, reptilemod, rftools, rightclicktorch, ropebridge, routerreborn, Schematica, sciapi, SGCraft, ShetiPhianCore, SimilsaxTranstructors, simplefluidtanks, SimpleLabels, flammpfeil.slashblade, steamadvantage, stellarsky, StorageDrawers, storagenetwork, structuredcrafting, substratum, SuperMultiDrills, tconstruct, techreborn, machinemod, Thaumcraft, thaumicinfusion, tis3d, tomtom, ToolsOnTheGo, totemic, Trashcans, ultimate_unicorn_mod, underphangables, unlogicii, unlogiciivc, VeinMiner, VeinMinerModSupport, wcies, weather2, wonderfulwands, worldedit, Baubles] at CLIENT
[20:21:55] [Server thread/INFO] [FML/FML]: Attempting connection with missing mods [mcp, FML, Forge, OpenComputers|Core, darkevilmac.movingworld.common.asm.coremod, <CCTweaks ASM>, ActuallyAdditions, additionalbanners, ac2, FurnaceEvolved, anotherdusts, ArchimedesShipsPlus, ArchitectureCraft, Circuits, AutoSapling, basemetals, bdlib, betterbuilderswands, bigtrees, BiomesOPlenty, BloodMagic, Bloodmoon, bh_housing, bookshelfapi, bookshelf, Botania, samsbucketblocks, BuildersGuides, buildingbrickscompatvanilla, buildingbricks, caterpillar, CCTweaks, Chameleon, ChestTransporter, chickens, chisel, clayworldgen, colossalchests, kreezxilscompressedblocks, ComputerCraft, CoroAI, ExtendedRenderer, ConfigMod, craftgun, cyclopscore, DarkUtils, DeathCounter, deepresonance, spawn_defuzzer, dlr, dldungeonsjdg, ElecCore, electricadvantage, endercrop, enderrift, EnderTanks, enderutilities, evilcraft, golems, ezstorage, FFS, fluxedredstone, fluxedcore, fluxedsolars, samsfooddetails, foundry, advgenerators, geoactivity, glass_shards, hammerz, hopperducts, ice_shards, immcraft, ironbackpacks, IronChest, ifinder, jacb, JEI, jorsscraft, je_calculation, knightperipherals, lootablebodies, LunatriusCore, malisisadvert, malisisblocks, malisiscore, malisisdoors, malisisswitches, mantle, mdecore, mcmultipart, minecraftcalculator778, mineralogy, missing_pieces, moarsigns, modulartools, numina, powersuits, shear, Morpheus, samsmountedpearl, MovingWorld, mrfusion, cfm, MysticalCrops, neotech, netheressencevc, netheressence, netherportalfix, nmsot, samsocean, OpenComputers, fodc, parachutemod, pneumaticcompressing, PneumaticCraft, portablecrafting, poweradvantage, pressure, progressiveautomation, ProjectE, Psi, QuantumStorage, rblr, rblrvc, rarmor, mrdimkaraytracelib, RTG, reborncore, redstonepaste, xreliquary, reptilemod, rftools, rightclicktorch, ropebridge, routerreborn, Schematica, sciapi, SGCraft, ShetiPhianCore, SimilsaxTranstructors, simplefluidtanks, SimpleLabels, flammpfeil.slashblade, steamadvantage, stellarsky, StorageDrawers, storagenetwork, structuredcrafting, substratum, SuperMultiDrills, tconstruct, techreborn, machinemod, Thaumcraft, thaumicinfusion, tis3d, tomtom, ToolsOnTheGo, totemic, Trashcans, ultimate_unicorn_mod, underphangables, unlogicii, unlogiciivc, VeinMiner, VeinMinerModSupport, wcies, weather2, wonderfulwands, worldedit, Baubles] at SERVER
[20:21:56] [Server thread/TRACE] [FML/FML]: Sent event FMLConstructionEvent to mod FML
[20:21:56] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Forge Mod Loader took 2.376s
[20:21:56] [Server thread/TRACE] [Forge/Forge]: Sending event FMLConstructionEvent to mod Forge
[20:21:56] [Server thread/TRACE] [FML/Forge]: Mod Forge is using network checker : No network checking performed
[20:21:56] [Server thread/TRACE] [FML/Forge]: Testing mod Forge to verify it accepts its own version in a remote connection
[20:21:56] [Server thread/TRACE] [FML/Forge]: The mod Forge accepts its own version (11.15.1.1764)
[20:21:56] [Server thread/TRACE] [Forge/Forge]: Sent event FMLConstructionEvent to mod Forge
[20:21:56] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Minecraft Forge took 0.036s
[20:21:56] [Server thread/TRACE] [OpenComputers|Core/OpenComputers|Core]: Sending event FMLConstructionEvent to mod OpenComputers|Core
[20:21:56] [Server thread/TRACE] [OpenComputers|Core/OpenComputers|Core]: Sent event FMLConstructionEvent to mod OpenComputers|Core
[20:21:56] [Server thread/DEBUG] [FML/]: Bar Step: Construction - OpenComputers (Core) took 0.000s
[20:21:56] [Server thread/TRACE] [darkevilmac.movingworld.common.asm.coremod/darkevilmac.movingworld.common.asm.coremod]: Sending event FMLConstructionEvent to mod darkevilmac.movingworld.common.asm.coremod
[20:21:56] [Server thread/TRACE] [darkevilmac.movingworld.common.asm.coremod/darkevilmac.movingworld.common.asm.coremod]: Sent event FMLConstructionEvent to mod darkevilmac.movingworld.common.asm.coremod
[20:21:56] [Server thread/DEBUG] [FML/]: Bar Step: Construction - MovingWorld CORE took 0.000s
[20:21:56] [Server thread/TRACE] [<CCTweaks ASM>/<CCTweaks ASM>]: Sending event FMLConstructionEvent to mod <CCTweaks ASM>
[20:21:56] [Server thread/TRACE] [<CCTweaks ASM>/<CCTweaks ASM>]: Sent event FMLConstructionEvent to mod <CCTweaks ASM>
[20:21:56] [Server thread/DEBUG] [FML/]: Bar Step: Construction - <CCTweaks ASM> took 0.002s
[20:21:56] [Server thread/TRACE] [ActuallyAdditions/ActuallyAdditions]: Sending event FMLConstructionEvent to mod ActuallyAdditions
[20:21:56] [Server thread/TRACE] [FML/ActuallyAdditions]: Mod ActuallyAdditions is using network checker : Accepting version 1.8.9-r26
[20:21:56] [Server thread/TRACE] [FML/ActuallyAdditions]: Testing mod ActuallyAdditions to verify it accepts its own version in a remote connection
[20:21:56] [Server thread/TRACE] [FML/ActuallyAdditions]: The mod ActuallyAdditions accepts its own version (1.8.9-r26)
[20:21:56] [Server thread/DEBUG] [FML/ActuallyAdditions]: Attempting to inject @SidedProxy classes into ActuallyAdditions
[20:21:56] [Server thread/TRACE] [ActuallyAdditions/ActuallyAdditions]: Sent event FMLConstructionEvent to mod ActuallyAdditions
[20:21:56] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Actually Additions took 0.078s
[20:21:56] [Server thread/TRACE] [additionalbanners/additionalbanners]: Sending event FMLConstructionEvent to mod additionalbanners
[20:21:56] [Server thread/TRACE] [FML/additionalbanners]: Mod additionalbanners is using network checker : Accepting version 1.1.1
[20:21:56] [Server thread/TRACE] [FML/additionalbanners]: Testing mod additionalbanners to verify it accepts its own version in a remote connection
[20:21:56] [Server thread/TRACE] [FML/additionalbanners]: The mod additionalbanners accepts its own version (1.1.1)
[20:21:56] [Server thread/DEBUG] [FML/additionalbanners]: Attempting to inject @SidedProxy classes into additionalbanners
[20:21:56] [Server thread/TRACE] [additionalbanners/additionalbanners]: Sent event FMLConstructionEvent to mod additionalbanners
[20:21:56] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Additional Banners took 0.004s
[20:21:56] [Server thread/TRACE] [ac2/ac2]: Sending event FMLConstructionEvent to mod ac2
[20:21:56] [Server thread/TRACE] [FML/ac2]: Mod ac2 is using network checker : Accepting version 1.1.3 Beta
[20:21:56] [Server thread/TRACE] [FML/ac2]: Testing mod ac2 to verify it accepts its own version in a remote connection
[20:21:56] [Server thread/TRACE] [FML/ac2]: The mod ac2 accepts its own version (1.1.3 Beta)
[20:21:56] [Server thread/DEBUG] [FML/ac2]: Attempting to inject @SidedProxy classes into ac2
[20:21:56] [Server thread/TRACE] [ac2/ac2]: Sent event FMLConstructionEvent to mod ac2
[20:21:56] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Alchemy Craft 2 took 0.009s
[20:21:56] [Server thread/TRACE] [FurnaceEvolved/FurnaceEvolved]: Sending event FMLConstructionEvent to mod FurnaceEvolved
[20:21:56] [Server thread/TRACE] [FML/FurnaceEvolved]: Mod FurnaceEvolved is using network checker : Accepting version 1.8.9-0.0.2.8
[20:21:56] [Server thread/TRACE] [FML/FurnaceEvolved]: Testing mod FurnaceEvolved to verify it accepts its own version in a remote connection
[20:21:56] [Server thread/TRACE] [FML/FurnaceEvolved]: The mod FurnaceEvolved accepts its own version (1.8.9-0.0.2.8)
[20:21:56] [Server thread/DEBUG] [FML/FurnaceEvolved]: Attempting to inject @SidedProxy classes into FurnaceEvolved
[20:21:56] [Server thread/TRACE] [FurnaceEvolved/FurnaceEvolved]: Sent event FMLConstructionEvent to mod FurnaceEvolved
[20:21:56] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Alt F4 took 0.010s
[20:21:56] [Server thread/TRACE] [anotherdusts/anotherdusts]: Sending event FMLConstructionEvent to mod anotherdusts
[20:21:56] [Server thread/TRACE] [FML/anotherdusts]: Mod anotherdusts is using network checker : Accepting version 1.4.1
[20:21:56] [Server thread/TRACE] [FML/anotherdusts]: Testing mod anotherdusts to verify it accepts its own version in a remote connection
[20:21:56] [Server thread/TRACE] [FML/anotherdusts]: The mod anotherdusts accepts its own version (1.4.1)
[20:21:56] [Server thread/DEBUG] [FML/anotherdusts]: Attempting to inject @SidedProxy classes into anotherdusts
[20:21:56] [Server thread/TRACE] [anotherdusts/anotherdusts]: Sent event FMLConstructionEvent to mod anotherdusts
[20:21:56] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Another Dusts took 0.047s
[20:21:56] [Server thread/TRACE] [MovingWorld/MovingWorld]: Sending event FMLConstructionEvent to mod MovingWorld
[20:21:56] [Server thread/TRACE] [FML/MovingWorld]: Mod MovingWorld is using network checker : Accepting version MC1.8.9-INDEV-E
[20:21:56] [Server thread/TRACE] [FML/MovingWorld]: Testing mod MovingWorld to verify it accepts its own version in a remote connection
[20:21:56] [Server thread/TRACE] [FML/MovingWorld]: The mod MovingWorld accepts its own version (MC1.8.9-INDEV-E)
[20:21:56] [Server thread/DEBUG] [FML/MovingWorld]: Attempting to inject @SidedProxy classes into MovingWorld
[20:21:56] [Server thread/TRACE] [MovingWorld/MovingWorld]: Sent event FMLConstructionEvent to mod MovingWorld
[20:21:56] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Moving World took 0.017s
[20:21:56] [Server thread/TRACE] [ArchimedesShipsPlus/ArchimedesShipsPlus]: Sending event FMLConstructionEvent to mod ArchimedesShipsPlus
[20:21:56] [Server thread/TRACE] [FML/ArchimedesShipsPlus]: Mod ArchimedesShipsPlus is using network checker : Accepting version MC1.8.9-INDEV-D
[20:21:56] [Server thread/TRACE] [FML/ArchimedesShipsPlus]: Testing mod ArchimedesShipsPlus to verify it accepts its own version in a remote connection
[20:21:56] [Server thread/TRACE] [FML/ArchimedesShipsPlus]: The mod ArchimedesShipsPlus accepts its own version (MC1.8.9-INDEV-D)
[20:21:56] [Server thread/DEBUG] [FML/ArchimedesShipsPlus]: Attempting to inject @SidedProxy classes into ArchimedesShipsPlus
[20:21:56] [Server thread/TRACE] [ArchimedesShipsPlus/ArchimedesShipsPlus]: Sent event FMLConstructionEvent to mod ArchimedesShipsPlus
[20:21:56] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Archimedes' Ships Plus took 0.099s
[20:21:56] [Server thread/TRACE] [ArchitectureCraft/ArchitectureCraft]: Sending event FMLConstructionEvent to mod ArchitectureCraft
[20:21:56] [Server thread/DEBUG] [FML/ArchitectureCraft]: Runtime patching class net/minecraft/client/resources/model/IBakedModel (input size 0), found 1 patch
[20:21:56] [Server thread/DEBUG] [FML/ArchitectureCraft]: Successfully applied runtime patches for net/minecraft/client/resources/model/IBakedModel (new size 545)
[20:21:56] [Server thread/TRACE] [FML/ArchitectureCraft]: Mod ArchitectureCraft is using network checker : Accepting range [1.3,1.4)
[20:21:56] [Server thread/TRACE] [FML/ArchitectureCraft]: Testing mod ArchitectureCraft to verify it accepts its own version in a remote connection
[20:21:56] [Server thread/TRACE] [FML/ArchitectureCraft]: The mod ArchitectureCraft accepts its own version (1.3.1)
[20:21:56] [Server thread/DEBUG] [FML/ArchitectureCraft]: Attempting to inject @SidedProxy classes into ArchitectureCraft
[20:21:56] [Server thread/TRACE] [ArchitectureCraft/ArchitectureCraft]: Sent event FMLConstructionEvent to mod ArchitectureCraft
[20:21:56] [Server thread/DEBUG] [FML/]: Bar Step: Construction - ArchitectureCraft took 0.063s
[20:21:56] [Server thread/TRACE] [Circuits/Circuits]: Sending event FMLConstructionEvent to mod Circuits
[20:21:56] [Server thread/TRACE] [FML/Circuits]: Mod Circuits is using network checker : Accepting version 3.0.0
[20:21:56] [Server thread/TRACE] [FML/Circuits]: Testing mod Circuits to verify it accepts its own version in a remote connection
[20:21:56] [Server thread/TRACE] [FML/Circuits]: The mod Circuits accepts its own version (3.0.0)
[20:21:56] [Server thread/DEBUG] [FML/Circuits]: Attempting to inject @SidedProxy classes into Circuits
[20:21:56] [Server thread/TRACE] [Circuits/Circuits]: Sent event FMLConstructionEvent to mod Circuits
[20:21:56] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Automated Redstone took 0.010s
[20:21:56] [Server thread/TRACE] [AutoSapling/AutoSapling]: Sending event FMLConstructionEvent to mod AutoSapling
[20:21:56] [Server thread/TRACE] [FML/AutoSapling]: Mod AutoSapling is using network checker : Accepting version 1.0
[20:21:56] [Server thread/TRACE] [FML/AutoSapling]: Testing mod AutoSapling to verify it accepts its own version in a remote connection
[20:21:56] [Server thread/TRACE] [FML/AutoSapling]: The mod AutoSapling accepts its own version (1.0)
[20:21:56] [Server thread/DEBUG] [FML/AutoSapling]: Attempting to inject @SidedProxy classes into AutoSapling
[20:21:56] [Server thread/TRACE] [AutoSapling/AutoSapling]: Sent event FMLConstructionEvent to mod AutoSapling
[20:21:56] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Auto Sapling took 0.004s
[20:21:56] [Server thread/TRACE] [basemetals/basemetals]: Sending event FMLConstructionEvent to mod basemetals
[20:21:56] [Server thread/TRACE] [FML/basemetals]: Mod basemetals is using network checker : Accepting version 1.7.3
[20:21:56] [Server thread/TRACE] [FML/basemetals]: Testing mod basemetals to verify it accepts its own version in a remote connection
[20:21:56] [Server thread/TRACE] [FML/basemetals]: The mod basemetals accepts its own version (1.7.3)
[20:21:56] [Server thread/DEBUG] [FML/basemetals]: Attempting to inject @SidedProxy classes into basemetals
[20:21:56] [Server thread/TRACE] [basemetals/basemetals]: Sent event FMLConstructionEvent to mod basemetals
[20:21:56] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Base Metals took 0.013s
[20:21:56] [Server thread/TRACE] [bdlib/bdlib]: Sending event FMLConstructionEvent to mod bdlib
[20:21:56] [Server thread/TRACE] [FML/bdlib]: Mod bdlib is using network checker : Accepting version 1.10.0.23
[20:21:56] [Server thread/TRACE] [FML/bdlib]: Testing mod bdlib to verify it accepts its own version in a remote connection
[20:21:56] [Server thread/TRACE] [FML/bdlib]: The mod bdlib accepts its own version (1.10.0.23)
[20:21:56] [Server thread/DEBUG] [FML/bdlib]: Attempting to inject @SidedProxy classes into bdlib
[20:21:56] [Server thread/TRACE] [bdlib/bdlib]: Sent event FMLConstructionEvent to mod bdlib
[20:21:56] [Server thread/DEBUG] [FML/]: Bar Step: Construction - BD Lib took 0.013s
[20:21:56] [Server thread/TRACE] [betterbuilderswands/betterbuilderswands]: Sending event FMLConstructionEvent to mod betterbuilderswands
[20:21:56] [Server thread/TRACE] [FML/betterbuilderswands]: Mod betterbuilderswands is using network checker : Accepting version 0.5.1
[20:21:56] [Server thread/TRACE] [FML/betterbuilderswands]: Testing mod betterbuilderswands to verify it accepts its own version in a remote connection
[20:21:56] [Server thread/TRACE] [FML/betterbuilderswands]: The mod betterbuilderswands accepts its own version (0.5.1)
[20:21:56] [Server thread/DEBUG] [FML/betterbuilderswands]: Attempting to inject @SidedProxy classes into betterbuilderswands
[20:21:56] [Server thread/TRACE] [betterbuilderswands/betterbuilderswands]: Sent event FMLConstructionEvent to mod betterbuilderswands
[20:21:56] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Better Builder's Wands took 0.049s
[20:21:56] [Server thread/TRACE] [bigtrees/bigtrees]: Sending event FMLConstructionEvent to mod bigtrees
[20:21:56] [Server thread/TRACE] [FML/bigtrees]: Mod bigtrees is using network checker : Accepting version 0.2
[20:21:56] [Server thread/TRACE] [FML/bigtrees]: Testing mod bigtrees to verify it accepts its own version in a remote connection
[20:21:56] [Server thread/TRACE] [FML/bigtrees]: The mod bigtrees accepts its own version (0.2)
[20:21:56] [Server thread/DEBUG] [FML/bigtrees]: Attempting to inject @SidedProxy classes into bigtrees
[20:21:56] [Server thread/TRACE] [bigtrees/bigtrees]: Sent event FMLConstructionEvent to mod bigtrees
[20:21:56] [Server thread/DEBUG] [FML/]: Bar Step: Construction - The BigTrees Mod took 0.012s
[20:21:56] [Server thread/TRACE] [BiomesOPlenty/BiomesOPlenty]: Sending event FMLConstructionEvent to mod BiomesOPlenty
[20:21:56] [Server thread/TRACE] [FML/BiomesOPlenty]: Mod BiomesOPlenty is using network checker : Accepting version 3.0.0
[20:21:56] [Server thread/TRACE] [FML/BiomesOPlenty]: Testing mod BiomesOPlenty to verify it accepts its own version in a remote connection
[20:21:56] [Server thread/TRACE] [FML/BiomesOPlenty]: The mod BiomesOPlenty accepts its own version (3.0.0)
[20:21:56] [Server thread/DEBUG] [FML/BiomesOPlenty]: Attempting to inject @SidedProxy classes into BiomesOPlenty
[20:21:56] [Server thread/TRACE] [BiomesOPlenty/BiomesOPlenty]: Sent event FMLConstructionEvent to mod BiomesOPlenty
[20:21:56] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Biomes O' Plenty took 0.009s
[20:21:56] [Server thread/TRACE] [JEI/JEI]: Sending event FMLConstructionEvent to mod JEI
[20:21:56] [Server thread/TRACE] [FML/JEI]: Mod JEI is using network checker : Invoking method checkModLists
[20:21:56] [Server thread/TRACE] [FML/JEI]: Testing mod JEI to verify it accepts its own version in a remote connection
[20:21:56] [Server thread/TRACE] [FML/JEI]: The mod JEI accepts its own version (2.28.6.173)
[20:21:56] [Server thread/DEBUG] [FML/JEI]: Attempting to inject @SidedProxy classes into JEI
[20:21:56] [Server thread/TRACE] [JEI/JEI]: Sent event FMLConstructionEvent to mod JEI
[20:21:56] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Just Enough Items took 0.018s
[20:21:56] [Server thread/TRACE] [BloodMagic/BloodMagic]: Sending event FMLConstructionEvent to mod BloodMagic
[20:21:56] [Server thread/TRACE] [FML/BloodMagic]: Mod BloodMagic is using network checker : Accepting version 1.8.9-2.0.0-19
[20:21:56] [Server thread/TRACE] [FML/BloodMagic]: Testing mod BloodMagic to verify it accepts its own version in a remote connection
[20:21:56] [Server thread/TRACE] [FML/BloodMagic]: The mod BloodMagic accepts its own version (1.8.9-2.0.0-19)
[20:21:56] [Server thread/DEBUG] [FML/BloodMagic]: Attempting to inject @SidedProxy classes into BloodMagic
[20:21:56] [Server thread/TRACE] [BloodMagic/BloodMagic]: Sent event FMLConstructionEvent to mod BloodMagic
[20:21:56] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Blood Magic: Alchemical Wizardry took 0.015s
[20:21:56] [Server thread/TRACE] [Bloodmoon/Bloodmoon]: Sending event FMLConstructionEvent to mod Bloodmoon
[20:21:56] [Server thread/TRACE] [FML/Bloodmoon]: Mod Bloodmoon is using network checker : Accepting version 1.2
[20:21:56] [Server thread/TRACE] [FML/Bloodmoon]: Testing mod Bloodmoon to verify it accepts its own version in a remote connection
[20:21:56] [Server thread/TRACE] [FML/Bloodmoon]: The mod Bloodmoon accepts its own version (1.2)
[20:21:56] [Server thread/DEBUG] [FML/Bloodmoon]: Attempting to inject @SidedProxy classes into Bloodmoon
[20:21:56] [Server thread/TRACE] [Bloodmoon/Bloodmoon]: Sent event FMLConstructionEvent to mod Bloodmoon
[20:21:56] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Bloodmoon took 0.008s
[20:21:56] [Server thread/TRACE] [bh_housing/bh_housing]: Sending event FMLConstructionEvent to mod bh_housing
[20:21:56] [Server thread/TRACE] [FML/bh_housing]: Mod bh_housing is using network checker : Accepting version 1.8.9-0.0.1.1
[20:21:56] [Server thread/TRACE] [FML/bh_housing]: Testing mod bh_housing to verify it accepts its own version in a remote connection
[20:21:56] [Server thread/TRACE] [FML/bh_housing]: The mod bh_housing accepts its own version (1.8.9-0.0.1.1)
[20:21:56] [Server thread/DEBUG] [FML/bh_housing]: Attempting to inject @SidedProxy classes into bh_housing
[20:21:56] [Server thread/TRACE] [bh_housing/bh_housing]: Sent event FMLConstructionEvent to mod bh_housing
[20:21:56] [Server thread/DEBUG] [FML/]: Bar Step: Construction - BlueHex Housing Mod took 0.004s
[20:21:56] [Server thread/TRACE] [bookshelfapi/bookshelfapi]: Sending event FMLConstructionEvent to mod bookshelfapi
[20:21:56] [Server thread/TRACE] [FML/bookshelfapi]: Mod bookshelfapi is using network checker : Accepting version 2.3.5
[20:21:56] [Server thread/TRACE] [FML/bookshelfapi]: Testing mod bookshelfapi to verify it accepts its own version in a remote connection
[20:21:56] [Server thread/TRACE] [FML/bookshelfapi]: The mod bookshelfapi accepts its own version (2.3.5)
[20:21:56] [Server thread/DEBUG] [FML/bookshelfapi]: Attempting to inject @SidedProxy classes into bookshelfapi
[20:21:56] [Server thread/TRACE] [bookshelfapi/bookshelfapi]: Sent event FMLConstructionEvent to mod bookshelfapi
[20:21:56] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Bookshelf took 0.014s
[20:21:56] [Server thread/TRACE] [bookshelf/bookshelf]: Sending event FMLConstructionEvent to mod bookshelf
[20:21:56] [Server thread/TRACE] [FML/bookshelf]: Mod bookshelf is using network checker : Accepting version 1.1.1.203
[20:21:56] [Server thread/TRACE] [FML/bookshelf]: Testing mod bookshelf to verify it accepts its own version in a remote connection
[20:21:56] [Server thread/TRACE] [FML/bookshelf]: The mod bookshelf accepts its own version (1.1.1.203)
[20:21:56] [Server thread/DEBUG] [FML/bookshelf]: Attempting to inject @SidedProxy classes into bookshelf
[20:21:56] [Server thread/TRACE] [bookshelf/bookshelf]: Sent event FMLConstructionEvent to mod bookshelf
[20:21:56] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Bookshelf took 0.009s
[20:21:56] [Server thread/TRACE] [Baubles/Baubles]: Sending event FMLConstructionEvent to mod Baubles
[20:21:56] [Server thread/TRACE] [FML/Baubles]: Mod Baubles is using network checker : Accepting version 1.1.3.0
[20:21:56] [Server thread/TRACE] [FML/Baubles]: Testing mod Baubles to verify it accepts its own version in a remote connection
[20:21:56] [Server thread/TRACE] [FML/Baubles]: The mod Baubles accepts its own version (1.1.3.0)
[20:21:56] [Server thread/DEBUG] [FML/Baubles]: Attempting to inject @SidedProxy classes into Baubles
[20:21:56] [Server thread/TRACE] [Baubles/Baubles]: Sent event FMLConstructionEvent to mod Baubles
[20:21:56] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Baubles took 0.010s
[20:21:56] [Server thread/TRACE] [Thaumcraft/Thaumcraft]: Sending event FMLConstructionEvent to mod Thaumcraft
[20:21:56] [Server thread/TRACE] [FML/Thaumcraft]: Mod Thaumcraft is using network checker : Accepting version 5.1.6
[20:21:56] [Server thread/TRACE] [FML/Thaumcraft]: Testing mod Thaumcraft to verify it accepts its own version in a remote connection
[20:21:56] [Server thread/TRACE] [FML/Thaumcraft]: The mod Thaumcraft accepts its own version (5.1.6)
[20:21:56] [Server thread/DEBUG] [FML/Thaumcraft]: Attempting to inject @SidedProxy classes into Thaumcraft
[20:21:56] [Server thread/TRACE] [Thaumcraft/Thaumcraft]: Sent event FMLConstructionEvent to mod Thaumcraft
[20:21:56] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Thaumcraft took 0.122s
[20:21:56] [Server thread/TRACE] [Botania/Botania]: Sending event FMLConstructionEvent to mod Botania
[20:21:56] [Server thread/TRACE] [FML/Botania]: Mod Botania is using network checker : Accepting version r1.8-250
[20:21:56] [Server thread/TRACE] [FML/Botania]: Testing mod Botania to verify it accepts its own version in a remote connection
[20:21:56] [Server thread/TRACE] [FML/Botania]: The mod Botania accepts its own version (r1.8-250)
[20:21:56] [Server thread/DEBUG] [FML/Botania]: Attempting to inject @SidedProxy classes into Botania
[20:21:56] [Server thread/TRACE] [Botania/Botania]: Sent event FMLConstructionEvent to mod Botania
[20:21:56] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Botania took 0.025s
[20:21:56] [Server thread/TRACE] [samsbucketblocks/samsbucketblocks]: Sending event FMLConstructionEvent to mod samsbucketblocks
[20:21:56] [Server thread/TRACE] [FML/samsbucketblocks]: Mod samsbucketblocks is using network checker : Accepting version 1.0.1
[20:21:56] [Server thread/TRACE] [FML/samsbucketblocks]: Testing mod samsbucketblocks to verify it accepts its own version in a remote connection
[20:21:56] [Server thread/TRACE] [FML/samsbucketblocks]: The mod samsbucketblocks accepts its own version (1.0.1)
[20:21:56] [Server thread/DEBUG] [FML/samsbucketblocks]: Attempting to inject @SidedProxy classes into samsbucketblocks
[20:21:56] [Server thread/TRACE] [samsbucketblocks/samsbucketblocks]: Sent event FMLConstructionEvent to mod samsbucketblocks
[20:21:56] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Bucket Storage took 0.017s
[20:21:56] [Server thread/TRACE] [BuildersGuides/BuildersGuides]: Sending event FMLConstructionEvent to mod BuildersGuides
[20:21:56] [Server thread/TRACE] [FML/BuildersGuides]: Mod BuildersGuides is using network checker : Accepting version 1.8.9-0.2.0-alpha
[20:21:56] [Server thread/TRACE] [FML/BuildersGuides]: Testing mod BuildersGuides to verify it accepts its own version in a remote connection
[20:21:56] [Server thread/TRACE] [FML/BuildersGuides]: The mod BuildersGuides accepts its own version (1.8.9-0.2.0-alpha)
[20:21:56] [Server thread/DEBUG] [FML/BuildersGuides]: Attempting to inject @SidedProxy classes into BuildersGuides
[20:21:56] [Server thread/TRACE] [BuildersGuides/BuildersGuides]: Sent event FMLConstructionEvent to mod BuildersGuides
[20:21:56] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Builder's Guides took 0.011s
[20:21:56] [Server thread/TRACE] [buildingbrickscompatvanilla/buildingbrickscompatvanilla]: Sending event FMLConstructionEvent to mod buildingbrickscompatvanilla
[20:21:56] [Server thread/TRACE] [FML/buildingbrickscompatvanilla]: Mod buildingbrickscompatvanilla is using network checker : Accepting version 1.8.9-1.3.2
[20:21:56] [Server thread/TRACE] [FML/buildingbrickscompatvanilla]: Testing mod buildingbrickscompatvanilla to verify it accepts its own version in a remote connection
[20:21:56] [Server thread/TRACE] [FML/buildingbrickscompatvanilla]: The mod buildingbrickscompatvanilla accepts its own version (1.8.9-1.3.2)
[20:21:56] [Server thread/DEBUG] [FML/buildingbrickscompatvanilla]: Attempting to inject @SidedProxy classes into buildingbrickscompatvanilla
[20:21:56] [Server thread/INFO] [H3NTBootstrap.Bootstrap/buildingbrickscompatvanilla]: initializing
[20:21:57] [Server thread/ERROR] [H3NTBootstrap.Bootstrap/buildingbrickscompatvanilla]: Could not open the jar file
java.util.zip.ZipException: error in opening zip file
at java.util.zip.ZipFile.open(Native Method) ~[?:1.8.0_72]
at java.util.zip.ZipFile.<init>(ZipFile.java:219) ~[?:1.8.0_72]
at java.util.zip.ZipFile.<init>(ZipFile.java:149) ~[?:1.8.0_72]
at java.util.zip.ZipFile.<init>(ZipFile.java:163) ~[?:1.8.0_72]
at com.hea3ven.tools.bootstrap.Bootstrap.discover(Bootstrap.java:103) [Bootstrap.class:?]
at com.hea3ven.tools.bootstrap.Bootstrap.init(Bootstrap.java:56) [Bootstrap.class:?]
at com.hea3ven.buildingbricks.core.ModBuildingBricks.<clinit>(ModBuildingBricks.java:37) [ModBuildingBricks.class:?]
at java.lang.Class.forName0(Native Method) [?:1.8.0_72]
at java.lang.Class.forName(Class.java:348) [?:1.8.0_72]
at net.minecraftforge.fml.common.ProxyInjector.inject(ProxyInjector.java:43) [ProxyInjector.class:?]
at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:540) [FMLModContainer.class:?]
at sun.reflect.GeneratedMethodAccessor11.invoke(Unknown Source) ~[?:?]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_72]
at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_72]
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [minecraft_server.1.8.9.jar:?]
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [minecraft_server.1.8.9.jar:?]
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [minecraft_server.1.8.9.jar:?]
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [minecraft_server.1.8.9.jar:?]
at com.google.common.eventbus.EventBus.post(EventBus.java:275) [minecraft_server.1.8.9.jar:?]
at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:211) [LoadController.class:?]
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:189) [LoadController.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_72]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_72]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_72]
at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_72]
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [minecraft_server.1.8.9.jar:?]
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [minecraft_server.1.8.9.jar:?]
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [minecraft_server.1.8.9.jar:?]
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [minecraft_server.1.8.9.jar:?]
at com.google.common.eventbus.EventBus.post(EventBus.java:275) [minecraft_server.1.8.9.jar:?]
at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:118) [LoadController.class:?]
at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:512) [Loader.class:?]
at net.minecraftforge.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:87) [FMLServerHandler.class:?]
at net.minecraftforge.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:320) [FMLCommonHandler.class:?]
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:112) [ko.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:441) [MinecraftServer.class:?]
at java.lang.Thread.run(Thread.java:745) [?:1.8.0_72]
[20:21:57] [Server thread/ERROR] [H3NTBootstrap.Bootstrap/buildingbrickscompatvanilla]: Could not open the jar file
java.util.zip.ZipException: error in opening zip file
at java.util.zip.ZipFile.open(Native Method) ~[?:1.8.0_72]
at java.util.zip.ZipFile.<init>(ZipFile.java:219) ~[?:1.8.0_72]
at java.util.zip.ZipFile.<init>(ZipFile.java:149) ~[?:1.8.0_72]
at java.util.zip.ZipFile.<init>(ZipFile.java:163) ~[?:1.8.0_72]
at com.hea3ven.tools.bootstrap.Bootstrap.discover(Bootstrap.java:103) [Bootstrap.class:?]
at com.hea3ven.tools.bootstrap.Bootstrap.init(Bootstrap.java:56) [Bootstrap.class:?]
at com.hea3ven.buildingbricks.core.ModBuildingBricks.<clinit>(ModBuildingBricks.java:37) [ModBuildingBricks.class:?]
at java.lang.Class.forName0(Native Method) [?:1.8.0_72]
at java.lang.Class.forName(Class.java:348) [?:1.8.0_72]
at net.minecraftforge.fml.common.ProxyInjector.inject(ProxyInjector.java:43) [ProxyInjector.class:?]
at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:540) [FMLModContainer.class:?]
at sun.reflect.GeneratedMethodAccessor11.invoke(Unknown Source) ~[?:?]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_72]
at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_72]
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [minecraft_server.1.8.9.jar:?]
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [minecraft_server.1.8.9.jar:?]
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [minecraft_server.1.8.9.jar:?]
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [minecraft_server.1.8.9.jar:?]
at com.google.common.eventbus.EventBus.post(EventBus.java:275) [minecraft_server.1.8.9.jar:?]
at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:211) [LoadController.class:?]
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:189) [LoadController.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_72]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_72]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_72]
at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_72]
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [minecraft_server.1.8.9.jar:?]
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [minecraft_server.1.8.9.jar:?]
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [minecraft_server.1.8.9.jar:?]
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [minecraft_server.1.8.9.jar:?]
at com.google.common.eventbus.EventBus.post(EventBus.java:275) [minecraft_server.1.8.9.jar:?]
at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:118) [LoadController.class:?]
at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:512) [Loader.class:?]
at net.minecraftforge.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:87) [FMLServerHandler.class:?]
at net.minecraftforge.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:320) [FMLCommonHandler.class:?]
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:112) [ko.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:441) [MinecraftServer.class:?]
at java.lang.Thread.run(Thread.java:745) [?:1.8.0_72]
[20:21:57] [Server thread/ERROR] [H3NTBootstrap.Bootstrap/buildingbrickscompatvanilla]: Could not open the jar file
java.util.zip.ZipException: error in opening zip file
at java.util.zip.ZipFile.open(Native Method) ~[?:1.8.0_72]
at java.util.zip.ZipFile.<init>(ZipFile.java:219) ~[?:1.8.0_72]
at java.util.zip.ZipFile.<init>(ZipFile.java:149) ~[?:1.8.0_72]
at java.util.zip.ZipFile.<init>(ZipFile.java:163) ~[?:1.8.0_72]
at com.hea3ven.tools.bootstrap.Bootstrap.discover(Bootstrap.java:103) [Bootstrap.class:?]
at com.hea3ven.tools.bootstrap.Bootstrap.init(Bootstrap.java:56) [Bootstrap.class:?]
at com.hea3ven.buildingbricks.core.ModBuildingBricks.<clinit>(ModBuildingBricks.java:37) [ModBuildingBricks.class:?]
at java.lang.Class.forName0(Native Method) [?:1.8.0_72]
at java.lang.Class.forName(Class.java:348) [?:1.8.0_72]
at net.minecraftforge.fml.common.ProxyInjector.inject(ProxyInjector.java:43) [ProxyInjector.class:?]
at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:540) [FMLModContainer.class:?]
at sun.reflect.GeneratedMethodAccessor11.invoke(Unknown Source) ~[?:?]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_72]
at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_72]
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [minecraft_server.1.8.9.jar:?]
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [minecraft_server.1.8.9.jar:?]
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [minecraft_server.1.8.9.jar:?]
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [minecraft_server.1.8.9.jar:?]
at com.google.common.eventbus.EventBus.post(EventBus.java:275) [minecraft_server.1.8.9.jar:?]
at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:211) [LoadController.class:?]
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:189) [LoadController.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_72]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_72]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_72]
at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_72]
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [minecraft_server.1.8.9.jar:?]
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [minecraft_server.1.8.9.jar:?]
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [minecraft_server.1.8.9.jar:?]
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [minecraft_server.1.8.9.jar:?]
at com.google.common.eventbus.EventBus.post(EventBus.java:275) [minecraft_server.1.8.9.jar:?]
at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:118) [LoadController.class:?]
at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:512) [Loader.class:?]
at net.minecraftforge.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:87) [FMLServerHandler.class:?]
at net.minecraftforge.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:320) [FMLCommonHandler.class:?]
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:112) [ko.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:441) [MinecraftServer.class:?]
at java.lang.Thread.run(Thread.java:745) [?:1.8.0_72]
[20:21:57] [Server thread/ERROR] [H3NTBootstrap.Bootstrap/buildingbrickscompatvanilla]: Could not open the jar file
java.util.zip.ZipException: error in opening zip file
at java.util.zip.ZipFile.open(Native Method) ~[?:1.8.0_72]
at java.util.zip.ZipFile.<init>(ZipFile.java:219) ~[?:1.8.0_72]
at java.util.zip.ZipFile.<init>(ZipFile.java:149) ~[?:1.8.0_72]
at java.util.zip.ZipFile.<init>(ZipFile.java:163) ~[?:1.8.0_72]
at com.hea3ven.tools.bootstrap.Bootstrap.discover(Bootstrap.java:103) [Bootstrap.class:?]
at com.hea3ven.tools.bootstrap.Bootstrap.init(Bootstrap.java:56) [Bootstrap.class:?]
at com.hea3ven.buildingbricks.core.ModBuildingBricks.<clinit>(ModBuildingBricks.java:37) [ModBuildingBricks.class:?]
at java.lang.Class.forName0(Native Method) [?:1.8.0_72]
at java.lang.Class.forName(Class.java:348) [?:1.8.0_72]
at net.minecraftforge.fml.common.ProxyInjector.inject(ProxyInjector.java:43) [ProxyInjector.class:?]
at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:540) [FMLModContainer.class:?]
at sun.reflect.GeneratedMethodAccessor11.invoke(Unknown Source) ~[?:?]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_72]
at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_72]
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [minecraft_server.1.8.9.jar:?]
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [minecraft_server.1.8.9.jar:?]
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [minecraft_server.1.8.9.jar:?]
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [minecraft_server.1.8.9.jar:?]
at com.google.common.eventbus.EventBus.post(EventBus.java:275) [minecraft_server.1.8.9.jar:?]
at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:211) [LoadController.class:?]
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:189) [LoadController.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_72]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_72]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_72]
at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_72]
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [minecraft_server.1.8.9.jar:?]
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [minecraft_server.1.8.9.jar:?]
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [minecraft_server.1.8.9.jar:?]
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [minecraft_server.1.8.9.jar:?]
at com.google.common.eventbus.EventBus.post(EventBus.java:275) [minecraft_server.1.8.9.jar:?]
at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:118) [LoadController.class:?]
at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:512) [Loader.class:?]
at net.minecraftforge.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:87) [FMLServerHandler.class:?]
at net.minecraftforge.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:320) [FMLCommonHandler.class:?]
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:112) [ko.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:441) [MinecraftServer.class:?]
at java.lang.Thread.run(Thread.java:745) [?:1.8.0_72]
[20:21:57] [Server thread/ERROR] [H3NTBootstrap.Bootstrap/buildingbrickscompatvanilla]: Could not open the jar file
java.util.zip.ZipException: error in opening zip file
at java.util.zip.ZipFile.open(Native Method) ~[?:1.8.0_72]
at java.util.zip.ZipFile.<init>(ZipFile.java:219) ~[?:1.8.0_72]
at java.util.zip.ZipFile.<init>(ZipFile.java:149) ~[?:1.8.0_72]
at java.util.zip.ZipFile.<init>(ZipFile.java:163) ~[?:1.8.0_72]
at com.hea3ven.tools.bootstrap.Bootstrap.discover(Bootstrap.java:103) [Bootstrap.class:?]
at com.hea3ven.tools.bootstrap.Bootstrap.init(Bootstrap.java:56) [Bootstrap.class:?]
at com.hea3ven.buildingbricks.core.ModBuildingBricks.<clinit>(ModBuildingBricks.java:37) [ModBuildingBricks.class:?]
at java.lang.Class.forName0(Native Method) [?:1.8.0_72]
at java.lang.Class.forName(Class.java:348) [?:1.8.0_72]
at net.minecraftforge.fml.common.ProxyInjector.inject(ProxyInjector.java:43) [ProxyInjector.class:?]
at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:540) [FMLModContainer.class:?]
at sun.reflect.GeneratedMethodAccessor11.invoke(Unknown Source) ~[?:?]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_72]
at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_72]
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [minecraft_server.1.8.9.jar:?]
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [minecraft_server.1.8.9.jar:?]
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [minecraft_server.1.8.9.jar:?]
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [minecraft_server.1.8.9.jar:?]
at com.google.common.eventbus.EventBus.post(EventBus.java:275) [minecraft_server.1.8.9.jar:?]
at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:211) [LoadController.class:?]
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:189) [LoadController.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_72]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_72]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_72]
at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_72]
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [minecraft_server.1.8.9.jar:?]
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [minecraft_server.1.8.9.jar:?]
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [minecraft_server.1.8.9.jar:?]
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [minecraft_server.1.8.9.jar:?]
at com.google.common.eventbus.EventBus.post(EventBus.java:275) [minecraft_server.1.8.9.jar:?]
at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:118) [LoadController.class:?]
at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:512) [Loader.class:?]
at net.minecraftforge.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:87) [FMLServerHandler.class:?]
at net.minecraftforge.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:320) [FMLCommonHandler.class:?]
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:112) [ko.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:441) [MinecraftServer.class:?]
at java.lang.Thread.run(Thread.java:745) [?:1.8.0_72]
[20:21:57] [Server thread/ERROR] [H3NTBootstrap.Bootstrap/buildingbrickscompatvanilla]: Could not open the jar file
java.util.zip.ZipException: error in opening zip file
at java.util.zip.ZipFile.open(Native Method) ~[?:1.8.0_72]
at java.util.zip.ZipFile.<init>(ZipFile.java:219) ~[?:1.8.0_72]
at java.util.zip.ZipFile.<init>(ZipFile.java:149) ~[?:1.8.0_72]
at java.util.zip.ZipFile.<init>(ZipFile.java:163) ~[?:1.8.0_72]
at com.hea3ven.tools.bootstrap.Bootstrap.discover(Bootstrap.java:103) [Bootstrap.class:?]
at com.hea3ven.tools.bootstrap.Bootstrap.init(Bootstrap.java:56) [Bootstrap.class:?]
at com.hea3ven.buildingbricks.core.ModBuildingBricks.<clinit>(ModBuildingBricks.java:37) [ModBuildingBricks.class:?]
at java.lang.Class.forName0(Native Method) [?:1.8.0_72]
at java.lang.Class.forName(Class.java:348) [?:1.8.0_72]
at net.minecraftforge.fml.common.ProxyInjector.inject(ProxyInjector.java:43) [ProxyInjector.class:?]
at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:540) [FMLModContainer.class:?]
at sun.reflect.GeneratedMethodAccessor11.invoke(Unknown Source) ~[?:?]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_72]
at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_72]
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [minecraft_server.1.8.9.jar:?]
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [minecraft_server.1.8.9.jar:?]
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [minecraft_server.1.8.9.jar:?]
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [minecraft_server.1.8.9.jar:?]
at com.google.common.eventbus.EventBus.post(EventBus.java:275) [minecraft_server.1.8.9.jar:?]
at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:211) [LoadController.class:?]
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:189) [LoadController.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_72]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_72]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_72]
at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_72]
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [minecraft_server.1.8.9.jar:?]
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [minecraft_server.1.8.9.jar:?]
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [minecraft_server.1.8.9.jar:?]
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [minecraft_server.1.8.9.jar:?]
at com.google.common.eventbus.EventBus.post(EventBus.java:275) [minecraft_server.1.8.9.jar:?]
at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:118) [LoadController.class:?]
at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:512) [Loader.class:?]
at net.minecraftforge.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:87) [FMLServerHandler.class:?]
at net.minecraftforge.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:320) [FMLCommonHandler.class:?]
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:112) [ko.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:441) [MinecraftServer.class:?]
at java.lang.Thread.run(Thread.java:745) [?:1.8.0_72]
[20:21:57] [Server thread/ERROR] [H3NTBootstrap.Bootstrap/buildingbrickscompatvanilla]: Could not open the jar file
java.util.zip.ZipException: error in opening zip file
at java.util.zip.ZipFile.open(Native Method) ~[?:1.8.0_72]
at java.util.zip.ZipFile.<init>(ZipFile.java:219) ~[?:1.8.0_72]
at java.util.zip.ZipFile.<init>(ZipFile.java:149) ~[?:1.8.0_72]
at java.util.zip.ZipFile.<init>(ZipFile.java:163) ~[?:1.8.0_72]
at com.hea3ven.tools.bootstrap.Bootstrap.discover(Bootstrap.java:103) [Bootstrap.class:?]
at com.hea3ven.tools.bootstrap.Bootstrap.init(Bootstrap.java:56) [Bootstrap.class:?]
at com.hea3ven.buildingbricks.core.ModBuildingBricks.<clinit>(ModBuildingBricks.java:37) [ModBuildingBricks.class:?]
at java.lang.Class.forName0(Native Method) [?:1.8.0_72]
at java.lang.Class.forName(Class.java:348) [?:1.8.0_72]
at net.minecraftforge.fml.common.ProxyInjector.inject(ProxyInjector.java:43) [ProxyInjector.class:?]
at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:540) [FMLModContainer.class:?]
at sun.reflect.GeneratedMethodAccessor11.invoke(Unknown Source) ~[?:?]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_72]
at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_72]
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [minecraft_server.1.8.9.jar:?]
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [minecraft_server.1.8.9.jar:?]
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [minecraft_server.1.8.9.jar:?]
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [minecraft_server.1.8.9.jar:?]
at com.google.common.eventbus.EventBus.post(EventBus.java:275) [minecraft_server.1.8.9.jar:?]
at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:211) [LoadController.class:?]
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:189) [LoadController.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_72]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_72]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_72]
at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_72]
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [minecraft_server.1.8.9.jar:?]
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [minecraft_server.1.8.9.jar:?]
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [minecraft_server.1.8.9.jar:?]
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [minecraft_server.1.8.9.jar:?]
at com.google.common.eventbus.EventBus.post(EventBus.java:275) [minecraft_server.1.8.9.jar:?]
at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:118) [LoadController.class:?]
at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:512) [Loader.class:?]
at net.minecraftforge.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:87) [FMLServerHandler.class:?]
at net.minecraftforge.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:320) [FMLCommonHandler.class:?]
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:112) [ko.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:441) [MinecraftServer.class:?]
at java.lang.Thread.run(Thread.java:745) [?:1.8.0_72]
[20:21:57] [Server thread/ERROR] [H3NTBootstrap.Bootstrap/buildingbrickscompatvanilla]: Could not open the jar file
java.util.zip.ZipException: error in opening zip file
at java.util.zip.ZipFile.open(Native Method) ~[?:1.8.0_72]
at java.util.zip.ZipFile.<init>(ZipFile.java:219) ~[?:1.8.0_72]
at java.util.zip.ZipFile.<init>(ZipFile.java:149) ~[?:1.8.0_72]
at java.util.zip.ZipFile.<init>(ZipFile.java:163) ~[?:1.8.0_72]
at com.hea3ven.tools.bootstrap.Bootstrap.discover(Bootstrap.java:103) [Bootstrap.class:?]
at com.hea3ven.tools.bootstrap.Bootstrap.init(Bootstrap.java:56) [Bootstrap.class:?]
at com.hea3ven.buildingbricks.core.ModBuildingBricks.<clinit>(ModBuildingBricks.java:37) [ModBuildingBricks.class:?]
at java.lang.Class.forName0(Native Method) [?:1.8.0_72]
at java.lang.Class.forName(Class.java:348) [?:1.8.0_72]
at net.minecraftforge.fml.common.ProxyInjector.inject(ProxyInjector.java:43) [ProxyInjector.class:?]
at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:540) [FMLModContainer.class:?]
at sun.reflect.GeneratedMethodAccessor11.invoke(Unknown Source) ~[?:?]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_72]
at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_72]
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [minecraft_server.1.8.9.jar:?]
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [minecraft_server.1.8.9.jar:?]
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [minecraft_server.1.8.9.jar:?]
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [minecraft_server.1.8.9.jar:?]
at com.google.common.eventbus.EventBus.post(EventBus.java:275) [minecraft_server.1.8.9.jar:?]
at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:211) [LoadController.class:?]
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:189) [LoadController.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_72]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_72]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_72]
at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_72]
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [minecraft_server.1.8.9.jar:?]
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [minecraft_server.1.8.9.jar:?]
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [minecraft_server.1.8.9.jar:?]
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [minecraft_server.1.8.9.jar:?]
at com.google.common.eventbus.EventBus.post(EventBus.java:275) [minecraft_server.1.8.9.jar:?]
at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:118) [LoadController.class:?]
at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:512) [Loader.class:?]
at net.minecraftforge.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:87) [FMLServerHandler.class:?]
at net.minecraftforge.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:320) [FMLCommonHandler.class:?]
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:112) [ko.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:441) [MinecraftServer.class:?]
at java.lang.Thread.run(Thread.java:745) [?:1.8.0_72]
[20:21:57] [Server thread/DEBUG] [H3NTBootstrap.Bootstrap/buildingbrickscompatvanilla]: mod buildingbricks provides h3nt-commonutils version 1.0.3 and requires version 1.0.x
[20:21:57] [Server thread/ERROR] [H3NTBootstrap.Bootstrap/buildingbrickscompatvanilla]: Could not open the jar file
java.util.zip.ZipException: error in opening zip file
at java.util.zip.ZipFile.open(Native Method) ~[?:1.8.0_72]
at java.util.zip.ZipFile.<init>(ZipFile.java:219) ~[?:1.8.0_72]
at java.util.zip.ZipFile.<init>(ZipFile.java:149) ~[?:1.8.0_72]
at java.util.zip.ZipFile.<init>(ZipFile.java:163) ~[?:1.8.0_72]
at com.hea3ven.tools.bootstrap.Bootstrap.discover(Bootstrap.java:103) [Bootstrap.class:?]
at com.hea3ven.tools.bootstrap.Bootstrap.init(Bootstrap.java:56) [Bootstrap.class:?]
at com.hea3ven.buildingbricks.core.ModBuildingBricks.<clinit>(ModBuildingBricks.java:37) [ModBuildingBricks.class:?]
at java.lang.Class.forName0(Native Method) [?:1.8.0_72]
at java.lang.Class.forName(Class.java:348) [?:1.8.0_72]
at net.minecraftforge.fml.common.ProxyInjector.inject(ProxyInjector.java:43) [ProxyInjector.class:?]
at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:540) [FMLModContainer.class:?]
at sun.reflect.GeneratedMethodAccessor11.invoke(Unknown Source) ~[?:?]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_72]
at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_72]
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [minecraft_server.1.8.9.jar:?]
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [minecraft_server.1.8.9.jar:?]
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [minecraft_server.1.8.9.jar:?]
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [minecraft_server.1.8.9.jar:?]
at com.google.common.eventbus.EventBus.post(EventBus.java:275) [minecraft_server.1.8.9.jar:?]
at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:211) [LoadController.class:?]
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:189) [LoadController.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_72]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_72]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_72]
at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_72]
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [minecraft_server.1.8.9.jar:?]
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [minecraft_server.1.8.9.jar:?]
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [minecraft_server.1.8.9.jar:?]
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [minecraft_server.1.8.9.jar:?]
at com.google.common.eventbus.EventBus.post(EventBus.java:275) [minecraft_server.1.8.9.jar:?]
at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:118) [LoadController.class:?]
at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:512) [Loader.class:?]
at net.minecraftforge.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:87) [FMLServerHandler.class:?]
at net.minecraftforge.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:320) [FMLCommonHandler.class:?]
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:112) [ko.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:441) [MinecraftServer.class:?]
at java.lang.Thread.run(Thread.java:745) [?:1.8.0_72]
[20:21:57] [Server thread/ERROR] [H3NTBootstrap.Bootstrap/buildingbrickscompatvanilla]: Could not open the jar file
java.util.zip.ZipException: error in opening zip file
at java.util.zip.ZipFile.open(Native Method) ~[?:1.8.0_72]
at java.util.zip.ZipFile.<init>(ZipFile.java:219) ~[?:1.8.0_72]
at java.util.zip.ZipFile.<init>(ZipFile.java:149) ~[?:1.8.0_72]
at java.util.zip.ZipFile.<init>(ZipFile.java:163) ~[?:1.8.0_72]
at com.hea3ven.tools.bootstrap.Bootstrap.discover(Bootstrap.java:103) [Bootstrap.class:?]
at com.hea3ven.tools.bootstrap.Bootstrap.init(Bootstrap.java:56) [Bootstrap.class:?]
at com.hea3ven.buildingbricks.core.ModBuildingBricks.<clinit>(ModBuildingBricks.java:37) [ModBuildingBricks.class:?]
at java.lang.Class.forName0(Native Method) [?:1.8.0_72]
at java.lang.Class.forName(Class.java:348) [?:1.8.0_72]
at net.minecraftforge.fml.common.ProxyInjector.inject(ProxyInjector.java:43) [ProxyInjector.class:?]
at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:540) [FMLModContainer.class:?]
at sun.reflect.GeneratedMethodAccessor11.invoke(Unknown Source) ~[?:?]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_72]
at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_72]
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [minecraft_server.1.8.9.jar:?]
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [minecraft_server.1.8.9.jar:?]
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [minecraft_server.1.8.9.jar:?]
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [minecraft_server.1.8.9.jar:?]
at com.google.common.eventbus.EventBus.post(EventBus.java:275) [minecraft_server.1.8.9.jar:?]
at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:211) [LoadController.class:?]
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:189) [LoadController.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_72]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_72]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_72]
at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_72]
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [minecraft_server.1.8.9.jar:?]
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [minecraft_server.1.8.9.jar:?]
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [minecraft_server.1.8.9.jar:?]
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [minecraft_server.1.8.9.jar:?]
at com.google.common.eventbus.EventBus.post(EventBus.java:275) [minecraft_server.1.8.9.jar:?]
at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:118) [LoadController.class:?]
at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:512) [Loader.class:?]
at net.minecraftforge.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:87) [FMLServerHandler.class:?]
at net.minecraftforge.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:320) [FMLCommonHandler.class:?]
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:112) [ko.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:441) [MinecraftServer.class:?]
at java.lang.Thread.run(Thread.java:745) [?:1.8.0_72]
[20:21:57] [Server thread/INFO] [H3NTBootstrap.Bootstrap/buildingbrickscompatvanilla]: loading libraries
[20:21:57] [Server thread/DEBUG] [H3NTBootstrap.Bootstrap/buildingbrickscompatvanilla]: extracting libraries to /root/extreme_189/mods/h3ntlibs
[20:21:57] [Server thread/DEBUG] [H3NTBootstrap.Bootstrap/buildingbrickscompatvanilla]: loading library h3nt-commonutils-1.0.3.jar
[20:21:57] [Server thread/DEBUG] [H3NTBootstrap.Bootstrap/buildingbrickscompatvanilla]: adding file:/root/extreme_189/mods/h3ntlibs/h3nt-commonutils-1.0.3.jar to classpath
[20:21:57] [Server thread/TRACE] [buildingbrickscompatvanilla/buildingbrickscompatvanilla]: Sent event FMLConstructionEvent to mod buildingbrickscompatvanilla
[20:21:57] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Building Bricks Vanilla Compat took 0.315s
[20:21:57] [Server thread/TRACE] [buildingbricks/buildingbricks]: Sending event FMLConstructionEvent to mod buildingbricks
[20:21:57] [Server thread/TRACE] [FML/buildingbricks]: Mod buildingbricks is using network checker : Accepting version 1.8.9-1.3.2
[20:21:57] [Server thread/TRACE] [FML/buildingbricks]: Testing mod buildingbricks to verify it accepts its own version in a remote connection
[20:21:57] [Server thread/TRACE] [FML/buildingbricks]: The mod buildingbricks accepts its own version (1.8.9-1.3.2)
[20:21:57] [Server thread/DEBUG] [FML/buildingbricks]: Attempting to inject @SidedProxy classes into buildingbricks
[20:21:57] [Server thread/TRACE] [buildingbricks/buildingbricks]: Sent event FMLConstructionEvent to mod buildingbricks
[20:21:57] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Building Bricks took 0.004s
[20:21:57] [Server thread/TRACE] [caterpillar/caterpillar]: Sending event FMLConstructionEvent to mod caterpillar
[20:21:57] [Server thread/TRACE] [FML/caterpillar]: Mod caterpillar is using network checker : Accepting version 0.0.0
[20:21:57] [Server thread/TRACE] [FML/caterpillar]: Testing mod caterpillar to verify it accepts its own version in a remote connection
[20:21:57] [Server thread/TRACE] [FML/caterpillar]: The mod caterpillar accepts its own version (0.0.0)
[20:21:57] [Server thread/DEBUG] [FML/caterpillar]: Attempting to inject @SidedProxy classes into caterpillar
[20:21:57] [Server thread/TRACE] [caterpillar/caterpillar]: Sent event FMLConstructionEvent to mod caterpillar
[20:21:57] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Caterpillar took 0.080s
[20:21:57] [Server thread/TRACE] [ComputerCraft/ComputerCraft]: Sending event FMLConstructionEvent to mod ComputerCraft
[20:21:57] [Server thread/TRACE] [FML/ComputerCraft]: Mod ComputerCraft is using network checker : Accepting version 1.78
[20:21:57] [Server thread/TRACE] [FML/ComputerCraft]: Testing mod ComputerCraft to verify it accepts its own version in a remote connection
[20:21:57] [Server thread/TRACE] [FML/ComputerCraft]: The mod ComputerCraft accepts its own version (1.78)
[20:21:57] [Server thread/DEBUG] [FML/ComputerCraft]: Attempting to inject @SidedProxy classes into ComputerCraft
[20:21:57] [Server thread/WARN] [CCTweaks/ComputerCraft]: Cannot find custom rewrite /org/squiddev/cctweaks/core/patch/BlockPeripheral_PatchBase.class
[20:21:58] [Server thread/TRACE] [ComputerCraft/ComputerCraft]: Sent event FMLConstructionEvent to mod ComputerCraft
[20:21:58] [Server thread/DEBUG] [FML/]: Bar Step: Construction - ComputerCraft took 0.657s
[20:21:58] [Server thread/TRACE] [CCTweaks/CCTweaks]: Sending event FMLConstructionEvent to mod CCTweaks
[20:21:58] [Server thread/TRACE] [FML/CCTweaks]: Mod CCTweaks is using network checker : Accepting version 0.3.0.2
[20:21:58] [Server thread/TRACE] [FML/CCTweaks]: Testing mod CCTweaks to verify it accepts its own version in a remote connection
[20:21:58] [Server thread/TRACE] [FML/CCTweaks]: The mod CCTweaks accepts its own version (0.3.0.2)
[20:21:58] [Server thread/DEBUG] [FML/CCTweaks]: Attempting to inject @SidedProxy classes into CCTweaks
[20:21:58] [Server thread/TRACE] [CCTweaks/CCTweaks]: Sent event FMLConstructionEvent to mod CCTweaks
[20:21:58] [Server thread/DEBUG] [FML/]: Bar Step: Construction - CCTweaks took 0.005s
[20:21:58] [Server thread/TRACE] [Chameleon/Chameleon]: Sending event FMLConstructionEvent to mod Chameleon
[20:21:58] [Server thread/TRACE] [FML/Chameleon]: Mod Chameleon is using network checker : Accepting version 1.8.9-0.2.1
[20:21:58] [Server thread/TRACE] [FML/Chameleon]: Testing mod Chameleon to verify it accepts its own version in a remote connection
[20:21:58] [Server thread/TRACE] [FML/Chameleon]: The mod Chameleon accepts its own version (1.8.9-0.2.1)
[20:21:58] [Server thread/DEBUG] [FML/Chameleon]: Attempting to inject @SidedProxy classes into Chameleon
[20:21:58] [Server thread/TRACE] [Chameleon/Chameleon]: Sent event FMLConstructionEvent to mod Chameleon
[20:21:58] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Chameleon took 0.005s
[20:21:58] [Server thread/TRACE] [ChestTransporter/ChestTransporter]: Sending event FMLConstructionEvent to mod ChestTransporter
[20:21:58] [Server thread/TRACE] [FML/ChestTransporter]: Mod ChestTransporter is using network checker : Accepting version 2.2.0
[20:21:58] [Server thread/TRACE] [FML/ChestTransporter]: Testing mod ChestTransporter to verify it accepts its own version in a remote connection
[20:21:58] [Server thread/TRACE] [FML/ChestTransporter]: The mod ChestTransporter accepts its own version (2.2.0)
[20:21:58] [Server thread/DEBUG] [FML/ChestTransporter]: Attempting to inject @SidedProxy classes into ChestTransporter
[20:21:58] [Server thread/TRACE] [ChestTransporter/ChestTransporter]: Sent event FMLConstructionEvent to mod ChestTransporter
[20:21:58] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Chest Transporter took 0.025s
[20:21:58] [Server thread/TRACE] [chickens/chickens]: Sending event FMLConstructionEvent to mod chickens
[20:21:58] [Server thread/TRACE] [FML/chickens]: Mod chickens is using network checker : Accepting version 1.0
[20:21:58] [Server thread/TRACE] [FML/chickens]: Testing mod chickens to verify it accepts its own version in a remote connection
[20:21:58] [Server thread/TRACE] [FML/chickens]: The mod chickens accepts its own version (1.0)
[20:21:58] [Server thread/DEBUG] [FML/chickens]: Attempting to inject @SidedProxy classes into chickens
[20:21:58] [Server thread/TRACE] [chickens/chickens]: Sent event FMLConstructionEvent to mod chickens
[20:21:58] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Chickens took 0.101s
[20:21:58] [Server thread/TRACE] [chisel/chisel]: Sending event FMLConstructionEvent to mod chisel
[20:21:58] [Server thread/TRACE] [FML/chisel]: Mod chisel is using network checker : Accepting version @VERSION@
[20:21:58] [Server thread/TRACE] [FML/chisel]: Testing mod chisel to verify it accepts its own version in a remote connection
[20:21:58] [Server thread/TRACE] [FML/chisel]: The mod chisel accepts its own version (@VERSION@)
[20:21:58] [Server thread/DEBUG] [FML/chisel]: Attempting to inject @SidedProxy classes into chisel
[20:21:58] [Server thread/TRACE] [chisel/chisel]: Sent event FMLConstructionEvent to mod chisel
[20:21:58] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Chisel took 0.043s
[20:21:58] [Server thread/TRACE] [clayworldgen/clayworldgen]: Sending event FMLConstructionEvent to mod clayworldgen
[20:21:58] [Server thread/TRACE] [FML/clayworldgen]: Mod clayworldgen is using network checker : Accepting version v1.0.0
[20:21:58] [Server thread/TRACE] [FML/clayworldgen]: Testing mod clayworldgen to verify it accepts its own version in a remote connection
[20:21:58] [Server thread/TRACE] [FML/clayworldgen]: The mod clayworldgen accepts its own version (v1.0.0)
[20:21:58] [Server thread/DEBUG] [FML/clayworldgen]: Attempting to inject @SidedProxy classes into clayworldgen
[20:21:58] [Server thread/TRACE] [clayworldgen/clayworldgen]: Sent event FMLConstructionEvent to mod clayworldgen
[20:21:58] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Clay WorldGen took 0.003s
[20:21:58] [Server thread/TRACE] [cyclopscore/cyclopscore]: Sending event FMLConstructionEvent to mod cyclopscore
[20:21:58] [Server thread/TRACE] [FML/cyclopscore]: Mod cyclopscore is using network checker : Accepting version 0.5.1
[20:21:58] [Server thread/TRACE] [FML/cyclopscore]: Testing mod cyclopscore to verify it accepts its own version in a remote connection
[20:21:58] [Server thread/TRACE] [FML/cyclopscore]: The mod cyclopscore accepts its own version (0.5.1)
[20:21:58] [Server thread/DEBUG] [FML/cyclopscore]: Attempting to inject @SidedProxy classes into cyclopscore
[20:21:58] [Server thread/TRACE] [cyclopscore/cyclopscore]: Sent event FMLConstructionEvent to mod cyclopscore
[20:21:58] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Cyclops Core took 0.106s
[20:21:58] [Server thread/TRACE] [colossalchests/colossalchests]: Sending event FMLConstructionEvent to mod colossalchests
[20:21:58] [Server thread/TRACE] [FML/colossalchests]: Mod colossalchests is using network checker : Accepting version 1.3.2
[20:21:58] [Server thread/TRACE] [FML/colossalchests]: Testing mod colossalchests to verify it accepts its own version in a remote connection
[20:21:58] [Server thread/TRACE] [FML/colossalchests]: The mod colossalchests accepts its own version (1.3.2)
[20:21:58] [Server thread/DEBUG] [FML/colossalchests]: Attempting to inject @SidedProxy classes into colossalchests
[20:21:58] [Server thread/TRACE] [colossalchests/colossalchests]: Sent event FMLConstructionEvent to mod colossalchests
[20:21:58] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Colossal Chests took 0.073s
[20:21:58] [Server thread/TRACE] [kreezxilscompressedblocks/kreezxilscompressedblocks]: Sending event FMLConstructionEvent to mod kreezxilscompressedblocks
[20:21:58] [Server thread/TRACE] [FML/kreezxilscompressedblocks]: Mod kreezxilscompressedblocks is using network checker : Accepting version 1.8-4.0.1.1577
[20:21:58] [Server thread/TRACE] [FML/kreezxilscompressedblocks]: Testing mod kreezxilscompressedblocks to verify it accepts its own version in a remote connection
[20:21:58] [Server thread/TRACE] [FML/kreezxilscompressedblocks]: The mod kreezxilscompressedblocks accepts its own version (1.8-4.0.1.1577)
[20:21:58] [Server thread/DEBUG] [FML/kreezxilscompressedblocks]: Attempting to inject @SidedProxy classes into kreezxilscompressedblocks
[20:21:58] [Server thread/TRACE] [kreezxilscompressedblocks/kreezxilscompressedblocks]: Sent event FMLConstructionEvent to mod kreezxilscompressedblocks
[20:21:58] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Compressed Blocks by Kreezxil took 0.010s
[20:21:58] [Server thread/TRACE] [CoroAI/CoroAI]: Sending event FMLConstructionEvent to mod CoroAI
[20:21:58] [Server thread/TRACE] [FML/CoroAI]: Mod CoroAI is using network checker : Accepting version v1.1.4
[20:21:58] [Server thread/TRACE] [FML/CoroAI]: Testing mod CoroAI to verify it accepts its own version in a remote connection
[20:21:58] [Server thread/TRACE] [FML/CoroAI]: The mod CoroAI accepts its own version (v1.1.4)
[20:21:58] [Server thread/DEBUG] [FML/CoroAI]: Attempting to inject @SidedProxy classes into CoroAI
[20:21:58] [Server thread/TRACE] [CoroAI/CoroAI]: Sent event FMLConstructionEvent to mod CoroAI
[20:21:58] [Server thread/DEBUG] [FML/]: Bar Step: Construction - CoroAI took 0.046s
[20:21:58] [Server thread/TRACE] [ExtendedRenderer/ExtendedRenderer]: Sending event FMLConstructionEvent to mod ExtendedRenderer
[20:21:58] [Server thread/TRACE] [FML/ExtendedRenderer]: Mod ExtendedRenderer is using network checker : Accepting version v1.0
[20:21:58] [Server thread/TRACE] [FML/ExtendedRenderer]: Testing mod ExtendedRenderer to verify it accepts its own version in a remote connection
[20:21:58] [Server thread/TRACE] [FML/ExtendedRenderer]: The mod ExtendedRenderer accepts its own version (v1.0)
[20:21:58] [Server thread/DEBUG] [FML/ExtendedRenderer]: Attempting to inject @SidedProxy classes into ExtendedRenderer
[20:21:58] [Server thread/TRACE] [ExtendedRenderer/ExtendedRenderer]: Sent event FMLConstructionEvent to mod ExtendedRenderer
[20:21:58] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Extended Renderer took 0.004s
[20:21:58] [Server thread/TRACE] [ConfigMod/ConfigMod]: Sending event FMLConstructionEvent to mod ConfigMod
[20:21:58] [Server thread/TRACE] [FML/ConfigMod]: Mod ConfigMod is using network checker : Accepting version v1.0
[20:21:58] [Server thread/TRACE] [FML/ConfigMod]: Testing mod ConfigMod to verify it accepts its own version in a remote connection
[20:21:58] [Server thread/TRACE] [FML/ConfigMod]: The mod ConfigMod accepts its own version (v1.0)
[20:21:58] [Server thread/DEBUG] [FML/ConfigMod]: Attempting to inject @SidedProxy classes into ConfigMod
[20:21:58] [Server thread/TRACE] [ConfigMod/ConfigMod]: Sent event FMLConstructionEvent to mod ConfigMod
[20:21:58] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Extended Mod Config took 0.002s
[20:21:58] [Server thread/TRACE] [craftgun/craftgun]: Sending event FMLConstructionEvent to mod craftgun
[20:21:58] [Server thread/TRACE] [FML/craftgun]: Mod craftgun is using network checker : Accepting version 1.0.4
[20:21:58] [Server thread/TRACE] [FML/craftgun]: Testing mod craftgun to verify it accepts its own version in a remote connection
[20:21:58] [Server thread/TRACE] [FML/craftgun]: The mod craftgun accepts its own version (1.0.4)
[20:21:58] [Server thread/DEBUG] [FML/craftgun]: Attempting to inject @SidedProxy classes into craftgun
[20:21:58] [Server thread/TRACE] [craftgun/craftgun]: Sent event FMLConstructionEvent to mod craftgun
[20:21:58] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Craftable Gunpowder took 0.007s
[20:21:58] [Server thread/TRACE] [DarkUtils/DarkUtils]: Sending event FMLConstructionEvent to mod DarkUtils
[20:21:58] [Server thread/TRACE] [FML/DarkUtils]: Mod DarkUtils is using network checker : Accepting version 1.0.0.9
[20:21:58] [Server thread/TRACE] [FML/DarkUtils]: Testing mod DarkUtils to verify it accepts its own version in a remote connection
[20:21:58] [Server thread/TRACE] [FML/DarkUtils]: The mod DarkUtils accepts its own version (1.0.0.9)
[20:21:58] [Server thread/DEBUG] [FML/DarkUtils]: Attempting to inject @SidedProxy classes into DarkUtils
[20:21:58] [Server thread/TRACE] [DarkUtils/DarkUtils]: Sent event FMLConstructionEvent to mod DarkUtils
[20:21:58] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Dark Utilities took 0.010s
[20:21:58] [Server thread/TRACE] [DeathCounter/DeathCounter]: Sending event FMLConstructionEvent to mod DeathCounter
[20:21:58] [Server thread/TRACE] [FML/DeathCounter]: Mod DeathCounter is using network checker : No network checking performed
[20:21:58] [Server thread/TRACE] [FML/DeathCounter]: Testing mod DeathCounter to verify it accepts its own version in a remote connection
[20:21:58] [Server thread/TRACE] [FML/DeathCounter]: The mod DeathCounter accepts its own version (5.0.0)
[20:21:58] [Server thread/DEBUG] [FML/DeathCounter]: Attempting to inject @SidedProxy classes into DeathCounter
[20:21:58] [Server thread/TRACE] [DeathCounter/DeathCounter]: Sent event FMLConstructionEvent to mod DeathCounter
[20:21:58] [Server thread/DEBUG] [FML/]: Bar Step: Construction - DeathCounter took 0.016s
[20:21:58] [Server thread/TRACE] [ElecCore/ElecCore]: Sending event FMLConstructionEvent to mod ElecCore
[20:21:58] [Server thread/ERROR] [net.minecraftforge.fml.relauncher.FMLRelaunchLog/ElecCore]: MOD ElecCore IS USING OUTDATED MODBASE CLASS!
[20:21:58] [Server thread/TRACE] [FML/ElecCore]: Mod ElecCore is using network checker : Accepting version 1.5
[20:21:58] [Server thread/TRACE] [FML/ElecCore]: Testing mod ElecCore to verify it accepts its own version in a remote connection
[20:21:58] [Server thread/TRACE] [FML/ElecCore]: The mod ElecCore accepts its own version (1.5)
[20:21:58] [Server thread/DEBUG] [FML/ElecCore]: Attempting to inject @SidedProxy classes into ElecCore
[20:21:58] [Server thread/TRACE] [ElecCore/ElecCore]: Sent event FMLConstructionEvent to mod ElecCore
[20:21:58] [Server thread/DEBUG] [FML/]: Bar Step: Construction - ElecCore took 0.038s
[20:21:58] [Server thread/TRACE] [deepresonance/deepresonance]: Sending event FMLConstructionEvent to mod deepresonance
[20:21:58] [Server thread/TRACE] [FML/deepresonance]: Mod deepresonance is using network checker : Accepting version 1.1.4beta7
[20:21:58] [Server thread/TRACE] [FML/deepresonance]: Testing mod deepresonance to verify it accepts its own version in a remote connection
[20:21:58] [Server thread/TRACE] [FML/deepresonance]: The mod deepresonance accepts its own version (1.1.4beta7)
[20:21:58] [Server thread/DEBUG] [FML/deepresonance]: Attempting to inject @SidedProxy classes into deepresonance
[20:21:58] [Server thread/TRACE] [deepresonance/deepresonance]: Sent event FMLConstructionEvent to mod deepresonance
[20:21:58] [Server thread/DEBUG] [FML/]: Bar Step: Construction - DeepResonance took 0.030s
[20:21:58] [Server thread/TRACE] [spawn_defuzzer/spawn_defuzzer]: Sending event FMLConstructionEvent to mod spawn_defuzzer
[20:21:58] [Server thread/TRACE] [FML/spawn_defuzzer]: Mod spawn_defuzzer is using network checker : No network checking performed
[20:21:58] [Server thread/TRACE] [FML/spawn_defuzzer]: Testing mod spawn_defuzzer to verify it accepts its own version in a remote connection
[20:21:58] [Server thread/TRACE] [FML/spawn_defuzzer]: The mod spawn_defuzzer accepts its own version (1.1.0)
[20:21:58] [Server thread/DEBUG] [FML/spawn_defuzzer]: Attempting to inject @SidedProxy classes into spawn_defuzzer
[20:21:58] [Server thread/TRACE] [spawn_defuzzer/spawn_defuzzer]: Sent event FMLConstructionEvent to mod spawn_defuzzer
[20:21:58] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Spawn Defuzzer took 0.009s
[20:21:58] [Server thread/TRACE] [dlr/dlr]: Sending event FMLConstructionEvent to mod dlr
[20:21:58] [Server thread/TRACE] [FML/dlr]: Mod dlr is using network checker : Accepting version 2.4.0
[20:21:58] [Server thread/TRACE] [FML/dlr]: Testing mod dlr to verify it accepts its own version in a remote connection
[20:21:58] [Server thread/TRACE] [FML/dlr]: The mod dlr accepts its own version (2.4.0)
[20:21:58] [Server thread/DEBUG] [FML/dlr]: Attempting to inject @SidedProxy classes into dlr
[20:21:58] [Server thread/TRACE] [dlr/dlr]: Sent event FMLConstructionEvent to mod dlr
[20:21:58] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Don's Lightning Rod took 0.034s
[20:21:58] [Server thread/TRACE] [dldungeonsjdg/dldungeonsjdg]: Sending event FMLConstructionEvent to mod dldungeonsjdg
[20:21:58] [Server thread/TRACE] [FML/dldungeonsjdg]: Mod dldungeonsjdg is using network checker : No network checking performed
[20:21:58] [Server thread/TRACE] [FML/dldungeonsjdg]: Testing mod dldungeonsjdg to verify it accepts its own version in a remote connection
[20:21:58] [Server thread/TRACE] [FML/dldungeonsjdg]: The mod dldungeonsjdg accepts its own version (1.8.8 (beta))
[20:21:58] [Server thread/DEBUG] [FML/dldungeonsjdg]: Attempting to inject @SidedProxy classes into dldungeonsjdg
[20:21:58] [Server thread/TRACE] [dldungeonsjdg/dldungeonsjdg]: Sent event FMLConstructionEvent to mod dldungeonsjdg
[20:21:58] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Doomlike Dungeons took 0.011s
[20:21:58] [Server thread/TRACE] [poweradvantage/poweradvantage]: Sending event FMLConstructionEvent to mod poweradvantage
[20:21:58] [Server thread/TRACE] [FML/poweradvantage]: Mod poweradvantage is using network checker : Accepting version 1.5.2
[20:21:58] [Server thread/TRACE] [FML/poweradvantage]: Testing mod poweradvantage to verify it accepts its own version in a remote connection
[20:21:58] [Server thread/TRACE] [FML/poweradvantage]: The mod poweradvantage accepts its own version (1.5.2)
[20:21:58] [Server thread/DEBUG] [FML/poweradvantage]: Attempting to inject @SidedProxy classes into poweradvantage
[20:21:58] [Server thread/TRACE] [poweradvantage/poweradvantage]: Sent event FMLConstructionEvent to mod poweradvantage
[20:21:58] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Power Advantage took 0.021s
[20:21:58] [Server thread/TRACE] [electricadvantage/electricadvantage]: Sending event FMLConstructionEvent to mod electricadvantage
[20:21:58] [Server thread/TRACE] [FML/electricadvantage]: Mod electricadvantage is using network checker : Accepting version 1.1.1
[20:21:58] [Server thread/TRACE] [FML/electricadvantage]: Testing mod electricadvantage to verify it accepts its own version in a remote connection
[20:21:58] [Server thread/TRACE] [FML/electricadvantage]: The mod electricadvantage accepts its own version (1.1.1)
[20:21:58] [Server thread/DEBUG] [FML/electricadvantage]: Attempting to inject @SidedProxy classes into electricadvantage
[20:21:58] [Server thread/TRACE] [electricadvantage/electricadvantage]: Sent event FMLConstructionEvent to mod electricadvantage
[20:21:58] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Electric Advantage took 0.010s
[20:21:58] [Server thread/TRACE] [endercrop/endercrop]: Sending event FMLConstructionEvent to mod endercrop
[20:21:58] [Server thread/TRACE] [FML/endercrop]: Mod endercrop is using network checker : Accepting version 1.0
[20:21:58] [Server thread/TRACE] [FML/endercrop]: Testing mod endercrop to verify it accepts its own version in a remote connection
[20:21:58] [Server thread/TRACE] [FML/endercrop]: The mod endercrop accepts its own version (1.0)
[20:21:58] [Server thread/DEBUG] [FML/endercrop]: Attempting to inject @SidedProxy classes into endercrop
[20:21:58] [Server thread/TRACE] [endercrop/endercrop]: Sent event FMLConstructionEvent to mod endercrop
[20:21:58] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Ender Crop took 0.016s
[20:21:58] [Server thread/TRACE] [enderrift/enderrift]: Sending event FMLConstructionEvent to mod enderrift
[20:21:58] [Server thread/TRACE] [FML/enderrift]: Mod enderrift is using network checker : Accepting version 0.10.0
[20:21:58] [Server thread/TRACE] [FML/enderrift]: Testing mod enderrift to verify it accepts its own version in a remote connection
[20:21:58] [Server thread/TRACE] [FML/enderrift]: The mod enderrift accepts its own version (0.10.0)
[20:21:58] [Server thread/DEBUG] [FML/enderrift]: Attempting to inject @SidedProxy classes into enderrift
[20:21:58] [Server thread/TRACE] [enderrift/enderrift]: Sent event FMLConstructionEvent to mod enderrift
[20:21:58] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Ender-Rift took 0.047s
[20:21:58] [Server thread/TRACE] [ShetiPhianCore/ShetiPhianCore]: Sending event FMLConstructionEvent to mod ShetiPhianCore
[20:21:58] [Server thread/TRACE] [FML/ShetiPhianCore]: Mod ShetiPhianCore is using network checker : Accepting version 3.1.0
[20:21:58] [Server thread/TRACE] [FML/ShetiPhianCore]: Testing mod ShetiPhianCore to verify it accepts its own version in a remote connection
[20:21:58] [Server thread/TRACE] [FML/ShetiPhianCore]: The mod ShetiPhianCore accepts its own version (3.1.0)
[20:21:58] [Server thread/DEBUG] [FML/ShetiPhianCore]: Attempting to inject @SidedProxy classes into ShetiPhianCore
[20:21:58] [Server thread/TRACE] [ShetiPhianCore/ShetiPhianCore]: Sent event FMLConstructionEvent to mod ShetiPhianCore
[20:21:58] [Server thread/DEBUG] [FML/]: Bar Step: Construction - ShetiPhian-Core took 0.003s
[20:21:58] [Server thread/TRACE] [EnderTanks/EnderTanks]: Sending event FMLConstructionEvent to mod EnderTanks
[20:21:58] [Server thread/TRACE] [FML/EnderTanks]: Mod EnderTanks is using network checker : Accepting version 1.2.1
[20:21:58] [Server thread/TRACE] [FML/EnderTanks]: Testing mod EnderTanks to verify it accepts its own version in a remote connection
[20:21:58] [Server thread/TRACE] [FML/EnderTanks]: The mod EnderTanks accepts its own version (1.2.1)
[20:21:58] [Server thread/DEBUG] [FML/EnderTanks]: Attempting to inject @SidedProxy classes into EnderTanks
[20:21:58] [Server thread/TRACE] [EnderTanks/EnderTanks]: Sent event FMLConstructionEvent to mod EnderTanks
[20:21:58] [Server thread/DEBUG] [FML/]: Bar Step: Construction - EnderTanks took 0.007s
[20:21:58] [Server thread/TRACE] [enderutilities/enderutilities]: Sending event FMLConstructionEvent to mod enderutilities
[20:21:58] [Server thread/TRACE] [FML/enderutilities]: Mod enderutilities is using network checker : Accepting version 0.5.0
[20:21:58] [Server thread/TRACE] [FML/enderutilities]: Testing mod enderutilities to verify it accepts its own version in a remote connection
[20:21:58] [Server thread/TRACE] [FML/enderutilities]: The mod enderutilities accepts its own version (0.5.0)
[20:21:58] [Server thread/DEBUG] [FML/enderutilities]: Attempting to inject @SidedProxy classes into enderutilities
[20:21:58] [Server thread/TRACE] [enderutilities/enderutilities]: Sent event FMLConstructionEvent to mod enderutilities
[20:21:58] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Ender Utilities took 0.016s
[20:21:58] [Server thread/TRACE] [evilcraft/evilcraft]: Sending event FMLConstructionEvent to mod evilcraft
[20:21:58] [Server thread/TRACE] [FML/evilcraft]: Mod evilcraft is using network checker : Accepting version 0.9.3
[20:21:58] [Server thread/TRACE] [FML/evilcraft]: Testing mod evilcraft to verify it accepts its own version in a remote connection
[20:21:58] [Server thread/TRACE] [FML/evilcraft]: The mod evilcraft accepts its own version (0.9.3)
[20:21:58] [Server thread/DEBUG] [FML/evilcraft]: Attempting to inject @SidedProxy classes into evilcraft
[20:21:58] [Server thread/TRACE] [evilcraft/evilcraft]: Sent event FMLConstructionEvent to mod evilcraft
[20:21:58] [Server thread/DEBUG] [FML/]: Bar Step: Construction - EvilCraft took 0.195s
[20:21:58] [Server thread/TRACE] [golems/golems]: Sending event FMLConstructionEvent to mod golems
[20:21:58] [Server thread/TRACE] [FML/golems]: Mod golems is using network checker : Accepting version 3.02
[20:21:58] [Server thread/TRACE] [FML/golems]: Testing mod golems to verify it accepts its own version in a remote connection
[20:21:58] [Server thread/TRACE] [FML/golems]: The mod golems accepts its own version (3.02)
[20:21:58] [Server thread/DEBUG] [FML/golems]: Attempting to inject @SidedProxy classes into golems
[20:21:58] [Server thread/TRACE] [golems/golems]: Sent event FMLConstructionEvent to mod golems
[20:21:58] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Extra Golems took 0.006s
[20:21:58] [Server thread/TRACE] [ezstorage/ezstorage]: Sending event FMLConstructionEvent to mod ezstorage
[20:21:58] [Server thread/TRACE] [FML/ezstorage]: Mod ezstorage is using network checker : Accepting version 1.0
[20:21:58] [Server thread/TRACE] [FML/ezstorage]: Testing mod ezstorage to verify it accepts its own version in a remote connection
[20:21:58] [Server thread/TRACE] [FML/ezstorage]: The mod ezstorage accepts its own version (1.0)
[20:21:58] [Server thread/DEBUG] [FML/ezstorage]: Attempting to inject @SidedProxy classes into ezstorage
[20:21:58] [Server thread/TRACE] [ezstorage/ezstorage]: Sent event FMLConstructionEvent to mod ezstorage
[20:21:58] [Server thread/DEBUG] [FML/]: Bar Step: Construction - EZ Storage took 0.007s
[20:21:58] [Server thread/TRACE] [OpenComputers/OpenComputers]: Sending event FMLConstructionEvent to mod OpenComputers
[20:21:58] [Server thread/TRACE] [FML/OpenComputers]: Mod OpenComputers is using network checker : Accepting version 1.5.22.6
[20:21:58] [Server thread/TRACE] [FML/OpenComputers]: Testing mod OpenComputers to verify it accepts its own version in a remote connection
[20:21:58] [Server thread/TRACE] [FML/OpenComputers]: The mod OpenComputers accepts its own version (1.5.22.6)
[20:21:58] [Server thread/DEBUG] [FML/OpenComputers]: Attempting to inject @SidedProxy classes into OpenComputers
[20:21:58] [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
[20:21:59] [Server thread/TRACE] [OpenComputers/OpenComputers]: Sent event FMLConstructionEvent to mod OpenComputers
[20:21:59] [Server thread/DEBUG] [FML/]: Bar Step: Construction - OpenComputers took 0.451s
[20:21:59] [Server thread/TRACE] [FFS/FFS]: Sending event FMLConstructionEvent to mod FFS
[20:21:59] [Server thread/TRACE] [FML/FFS]: Mod FFS is using network checker : Accepting version 1.8.9-1.4.5.7.91
[20:21:59] [Server thread/TRACE] [FML/FFS]: Testing mod FFS to verify it accepts its own version in a remote connection
[20:21:59] [Server thread/TRACE] [FML/FFS]: The mod FFS accepts its own version (1.8.9-1.4.5.7.91)
[20:21:59] [Server thread/DEBUG] [FML/FFS]: Attempting to inject @SidedProxy classes into FFS
[20:21:59] [Server thread/TRACE] [FFS/FFS]: Sent event FMLConstructionEvent to mod FFS
[20:21:59] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Fancy Fluid Storage took 0.054s
[20:21:59] [Server thread/TRACE] [mcmultipart/mcmultipart]: Sending event FMLConstructionEvent to mod mcmultipart
[20:21:59] [Server thread/TRACE] [FML/mcmultipart]: Mod mcmultipart is using network checker : Accepting version 1.0.7
[20:21:59] [Server thread/TRACE] [FML/mcmultipart]: Testing mod mcmultipart to verify it accepts its own version in a remote connection
[20:21:59] [Server thread/TRACE] [FML/mcmultipart]: The mod mcmultipart accepts its own version (1.0.7)
[20:21:59] [Server thread/DEBUG] [FML/mcmultipart]: Attempting to inject @SidedProxy classes into mcmultipart
[20:21:59] [Server thread/TRACE] [mcmultipart/mcmultipart]: Sent event FMLConstructionEvent to mod mcmultipart
[20:21:59] [Server thread/DEBUG] [FML/]: Bar Step: Construction - MCMultiPart took 0.016s
[20:21:59] [Server thread/TRACE] [reborncore/reborncore]: Sending event FMLConstructionEvent to mod reborncore
[20:21:59] [Server thread/TRACE] [FML/reborncore]: Mod reborncore is using network checker : Accepting version 1.4.3.20
[20:21:59] [Server thread/TRACE] [FML/reborncore]: Testing mod reborncore to verify it accepts its own version in a remote connection
[20:21:59] [Server thread/TRACE] [FML/reborncore]: The mod reborncore accepts its own version (1.4.3.20)
[20:21:59] [Server thread/DEBUG] [FML/reborncore]: Attempting to inject @SidedProxy classes into reborncore
[20:21:59] [Server thread/TRACE] [reborncore/reborncore]: Sent event FMLConstructionEvent to mod reborncore
[20:21:59] [Server thread/DEBUG] [FML/]: Bar Step: Construction - RebornCore took 0.020s
[20:21:59] [Server thread/TRACE] [fluxedredstone/fluxedredstone]: Sending event FMLConstructionEvent to mod fluxedredstone
[20:21:59] [Server thread/TRACE] [FML/fluxedredstone]: Mod fluxedredstone is using network checker : Accepting version 1.3.0.31
[20:21:59] [Server thread/TRACE] [FML/fluxedredstone]: Testing mod fluxedredstone to verify it accepts its own version in a remote connection
[20:21:59] [Server thread/TRACE] [FML/fluxedredstone]: The mod fluxedredstone accepts its own version (1.3.0.31)
[20:21:59] [Server thread/DEBUG] [FML/fluxedredstone]: Attempting to inject @SidedProxy classes into fluxedredstone
[20:21:59] [Server thread/TRACE] [fluxedredstone/fluxedredstone]: Sent event FMLConstructionEvent to mod fluxedredstone
[20:21:59] [Server thread/DEBUG] [FML/]: Bar Step: Construction - FluxedRedstone took 0.022s
[20:21:59] [Server thread/TRACE] [fluxedcore/fluxedcore]: Sending event FMLConstructionEvent to mod fluxedcore
[20:21:59] [Server thread/TRACE] [FML/fluxedcore]: Mod fluxedcore is using network checker : Accepting version 2.0.3
[20:21:59] [Server thread/TRACE] [FML/fluxedcore]: Testing mod fluxedcore to verify it accepts its own version in a remote connection
[20:21:59] [Server thread/TRACE] [FML/fluxedcore]: The mod fluxedcore accepts its own version (2.0.3)
[20:21:59] [Server thread/DEBUG] [FML/fluxedcore]: Attempting to inject @SidedProxy classes into fluxedcore
[20:21:59] [Server thread/TRACE] [fluxedcore/fluxedcore]: Sent event FMLConstructionEvent to mod fluxedcore
[20:21:59] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Fluxed-Core took 0.007s
[20:21:59] [Server thread/TRACE] [fluxedsolars/fluxedsolars]: Sending event FMLConstructionEvent to mod fluxedsolars
[20:21:59] [Server thread/TRACE] [FML/fluxedsolars]: Mod fluxedsolars is using network checker : Accepting version $GRADLEVERSION
[20:21:59] [Server thread/TRACE] [FML/fluxedsolars]: Testing mod fluxedsolars to verify it accepts its own version in a remote connection
[20:21:59] [Server thread/TRACE] [FML/fluxedsolars]: The mod fluxedsolars accepts its own version ($GRADLEVERSION)
[20:21:59] [Server thread/DEBUG] [FML/fluxedsolars]: Attempting to inject @SidedProxy classes into fluxedsolars
[20:21:59] [Server thread/TRACE] [fluxedsolars/fluxedsolars]: Sent event FMLConstructionEvent to mod fluxedsolars
[20:21:59] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Fluxed Solars took 0.030s
[20:21:59] [Server thread/TRACE] [samsfooddetails/samsfooddetails]: Sending event FMLConstructionEvent to mod samsfooddetails
[20:21:59] [Server thread/TRACE] [FML/samsfooddetails]: Mod samsfooddetails is using network checker : Accepting version 1.0.0
[20:21:59] [Server thread/TRACE] [FML/samsfooddetails]: Testing mod samsfooddetails to verify it accepts its own version in a remote connection
[20:21:59] [Server thread/TRACE] [FML/samsfooddetails]: The mod samsfooddetails accepts its own version (1.0.0)
[20:21:59] [Server thread/DEBUG] [FML/samsfooddetails]: Attempting to inject @SidedProxy classes into samsfooddetails
[20:21:59] [Server thread/TRACE] [samsfooddetails/samsfooddetails]: Sent event FMLConstructionEvent to mod samsfooddetails
[20:21:59] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Food Details took 0.004s
[20:21:59] [Server thread/TRACE] [substratum/substratum]: Sending event FMLConstructionEvent to mod substratum
[20:21:59] [Server thread/TRACE] [FML/substratum]: Mod substratum is using network checker : Accepting version 1.1.0.1
[20:21:59] [Server thread/TRACE] [FML/substratum]: Testing mod substratum to verify it accepts its own version in a remote connection
[20:21:59] [Server thread/TRACE] [FML/substratum]: The mod substratum accepts its own version (1.1.0.1)
[20:21:59] [Server thread/DEBUG] [FML/substratum]: Attempting to inject @SidedProxy classes into substratum
[20:21:59] [Server thread/TRACE] [substratum/substratum]: Sent event FMLConstructionEvent to mod substratum
[20:21:59] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Substratum took 0.010s
[20:21:59] [Server thread/TRACE] [foundry/foundry]: Sending event FMLConstructionEvent to mod foundry
[20:21:59] [Server thread/TRACE] [FML/foundry]: Mod foundry is using network checker : Accepting version 1.4.0.0
[20:21:59] [Server thread/TRACE] [FML/foundry]: Testing mod foundry to verify it accepts its own version in a remote connection
[20:21:59] [Server thread/TRACE] [FML/foundry]: The mod foundry accepts its own version (1.4.0.0)
[20:21:59] [Server thread/DEBUG] [FML/foundry]: Attempting to inject @SidedProxy classes into foundry
[20:21:59] [Server thread/TRACE] [foundry/foundry]: Sent event FMLConstructionEvent to mod foundry
[20:21:59] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Foundry took 0.047s
[20:21:59] [Server thread/TRACE] [pressure/pressure]: Sending event FMLConstructionEvent to mod pressure
[20:21:59] [Server thread/TRACE] [FML/pressure]: Mod pressure is using network checker : Accepting version 1.3.0.13
[20:21:59] [Server thread/TRACE] [FML/pressure]: Testing mod pressure to verify it accepts its own version in a remote connection
[20:21:59] [Server thread/TRACE] [FML/pressure]: The mod pressure accepts its own version (1.3.0.13)
[20:21:59] [Server thread/DEBUG] [FML/pressure]: Attempting to inject @SidedProxy classes into pressure
[20:21:59] [Server thread/TRACE] [pressure/pressure]: Sent event FMLConstructionEvent to mod pressure
[20:21:59] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Pressure Pipes took 0.015s
[20:21:59] [Server thread/TRACE] [advgenerators/advgenerators]: Sending event FMLConstructionEvent to mod advgenerators
[20:21:59] [Server thread/TRACE] [FML/advgenerators]: Mod advgenerators is using network checker : Accepting version 0.9.19.3
[20:21:59] [Server thread/TRACE] [FML/advgenerators]: Testing mod advgenerators to verify it accepts its own version in a remote connection
[20:21:59] [Server thread/TRACE] [FML/advgenerators]: The mod advgenerators accepts its own version (0.9.19.3)
[20:21:59] [Server thread/DEBUG] [FML/advgenerators]: Attempting to inject @SidedProxy classes into advgenerators
[20:21:59] [Server thread/TRACE] [advgenerators/advgenerators]: Sent event FMLConstructionEvent to mod advgenerators
[20:21:59] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Advanced Generators took 0.014s
[20:21:59] [Server thread/TRACE] [geoactivity/geoactivity]: Sending event FMLConstructionEvent to mod geoactivity
[20:21:59] [Server thread/TRACE] [FML/geoactivity]: Mod geoactivity is using network checker : Accepting version 2.2.3
[20:21:59] [Server thread/TRACE] [FML/geoactivity]: Testing mod geoactivity to verify it accepts its own version in a remote connection
[20:21:59] [Server thread/TRACE] [FML/geoactivity]: The mod geoactivity accepts its own version (2.2.3)
[20:21:59] [Server thread/DEBUG] [FML/geoactivity]: Attempting to inject @SidedProxy classes into geoactivity
[20:21:59] [Server thread/TRACE] [geoactivity/geoactivity]: Sent event FMLConstructionEvent to mod geoactivity
[20:21:59] [Server thread/DEBUG] [FML/]: Bar Step: Construction - GeoActivity took 0.014s
[20:21:59] [Server thread/TRACE] [glass_shards/glass_shards]: Sending event FMLConstructionEvent to mod glass_shards
[20:21:59] [Server thread/TRACE] [FML/glass_shards]: Mod glass_shards is using network checker : Accepting version 1.6
[20:21:59] [Server thread/TRACE] [FML/glass_shards]: Testing mod glass_shards to verify it accepts its own version in a remote connection
[20:21:59] [Server thread/TRACE] [FML/glass_shards]: The mod glass_shards accepts its own version (1.6)
[20:21:59] [Server thread/DEBUG] [FML/glass_shards]: Attempting to inject @SidedProxy classes into glass_shards
[20:21:59] [Server thread/TRACE] [glass_shards/glass_shards]: Sent event FMLConstructionEvent to mod glass_shards
[20:21:59] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Glass Shards took 0.015s
[20:21:59] [Server thread/TRACE] [techreborn/techreborn]: Sending event FMLConstructionEvent to mod techreborn
[20:21:59] [Server thread/TRACE] [FML/techreborn]: Mod techreborn is using network checker : Accepting version 0.7.11.61
[20:21:59] [Server thread/TRACE] [FML/techreborn]: Testing mod techreborn to verify it accepts its own version in a remote connection
[20:21:59] [Server thread/TRACE] [FML/techreborn]: The mod techreborn accepts its own version (0.7.11.61)
[20:21:59] [Server thread/DEBUG] [FML/techreborn]: Attempting to inject @SidedProxy classes into techreborn
[20:21:59] [Server thread/TRACE] [techreborn/techreborn]: Sent event FMLConstructionEvent to mod techreborn
[20:21:59] [Server thread/DEBUG] [FML/]: Bar Step: Construction - TechReborn took 0.132s
[20:21:59] [Server thread/TRACE] [hammerz/hammerz]: Sending event FMLConstructionEvent to mod hammerz
[20:21:59] [Server thread/TRACE] [FML/hammerz]: Mod hammerz is using network checker : Accepting version 1.8.9-0.1.5.18
[20:21:59] [Server thread/TRACE] [FML/hammerz]: Testing mod hammerz to verify it accepts its own version in a remote connection
[20:21:59] [Server thread/TRACE] [FML/hammerz]: The mod hammerz accepts its own version (1.8.9-0.1.5.18)
[20:21:59] [Server thread/DEBUG] [FML/hammerz]: Attempting to inject @SidedProxy classes into hammerz
[20:21:59] [Server thread/TRACE] [hammerz/hammerz]: Sent event FMLConstructionEvent to mod hammerz
[20:21:59] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Hammerz took 0.017s
[20:21:59] [Server thread/TRACE] [hopperducts/hopperducts]: Sending event FMLConstructionEvent to mod hopperducts
[20:21:59] [Server thread/TRACE] [FML/hopperducts]: Mod hopperducts is using network checker : Accepting version 1.4.6
[20:21:59] [Server thread/TRACE] [FML/hopperducts]: Testing mod hopperducts to verify it accepts its own version in a remote connection
[20:21:59] [Server thread/TRACE] [FML/hopperducts]: The mod hopperducts accepts its own version (1.4.6)
[20:21:59] [Server thread/DEBUG] [FML/hopperducts]: Attempting to inject @SidedProxy classes into hopperducts
[20:21:59] [Server thread/TRACE] [hopperducts/hopperducts]: Sent event FMLConstructionEvent to mod hopperducts
[20:21:59] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Hopper Ducts took 0.037s
[20:21:59] [Server thread/TRACE] [ice_shards/ice_shards]: Sending event FMLConstructionEvent to mod ice_shards
[20:21:59] [Server thread/TRACE] [FML/ice_shards]: Mod ice_shards is using network checker : Accepting version 1.3.1-fix
[20:21:59] [Server thread/TRACE] [FML/ice_shards]: Testing mod ice_shards to verify it accepts its own version in a remote connection
[20:21:59] [Server thread/TRACE] [FML/ice_shards]: The mod ice_shards accepts its own version (1.3.1-fix)
[20:21:59] [Server thread/DEBUG] [FML/ice_shards]: Attempting to inject @SidedProxy classes into ice_shards
[20:21:59] [Server thread/TRACE] [ice_shards/ice_shards]: Sent event FMLConstructionEvent to mod ice_shards
[20:21:59] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Ice Shards took 0.014s
[20:21:59] [Server thread/TRACE] [immcraft/immcraft]: Sending event FMLConstructionEvent to mod immcraft
[20:21:59] [Server thread/TRACE] [FML/immcraft]: Mod immcraft is using network checker : Accepting version 1.1.0
[20:21:59] [Server thread/TRACE] [FML/immcraft]: Testing mod immcraft to verify it accepts its own version in a remote connection
[20:21:59] [Server thread/TRACE] [FML/immcraft]: The mod immcraft accepts its own version (1.1.0)
[20:21:59] [Server thread/DEBUG] [FML/immcraft]: Attempting to inject @SidedProxy classes into immcraft
[20:21:59] [Server thread/TRACE] [immcraft/immcraft]: Sent event FMLConstructionEvent to mod immcraft
[20:21:59] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Immersive Craft took 0.016s
[20:21:59] [Server thread/TRACE] [ironbackpacks/ironbackpacks]: Sending event FMLConstructionEvent to mod ironbackpacks
[20:21:59] [Server thread/TRACE] [FML/ironbackpacks]: Mod ironbackpacks is using network checker : Accepting version 1.8.9-2.0.5
[20:21:59] [Server thread/TRACE] [FML/ironbackpacks]: Testing mod ironbackpacks to verify it accepts its own version in a remote connection
[20:21:59] [Server thread/TRACE] [FML/ironbackpacks]: The mod ironbackpacks accepts its own version (1.8.9-2.0.5)
[20:21:59] [Server thread/DEBUG] [FML/ironbackpacks]: Attempting to inject @SidedProxy classes into ironbackpacks
[20:21:59] [Server thread/TRACE] [ironbackpacks/ironbackpacks]: Sent event FMLConstructionEvent to mod ironbackpacks
[20:21:59] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Iron Backpacks took 0.072s
[20:21:59] [Server thread/TRACE] [IronChest/IronChest]: Sending event FMLConstructionEvent to mod IronChest
[20:21:59] [Server thread/TRACE] [FML/IronChest]: Mod IronChest is using network checker : Accepting version 6.0.125.770
[20:21:59] [Server thread/TRACE] [FML/IronChest]: Testing mod IronChest to verify it accepts its own version in a remote connection
[20:21:59] [Server thread/TRACE] [FML/IronChest]: The mod IronChest accepts its own version (6.0.125.770)
[20:21:59] [Server thread/DEBUG] [FML/IronChest]: Attempting to inject @SidedProxy classes into IronChest
[20:21:59] [Server thread/TRACE] [IronChest/IronChest]: Sent event FMLConstructionEvent to mod IronChest
[20:21:59] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Iron Chest took 0.021s
[20:21:59] [Server thread/TRACE] [ifinder/ifinder]: Sending event FMLConstructionEvent to mod ifinder
[20:21:59] [Server thread/TRACE] [FML/ifinder]: Mod ifinder is using network checker : Accepting version 1.0
[20:21:59] [Server thread/TRACE] [FML/ifinder]: Testing mod ifinder to verify it accepts its own version in a remote connection
[20:21:59] [Server thread/TRACE] [FML/ifinder]: The mod ifinder accepts its own version (1.0)
[20:21:59] [Server thread/DEBUG] [FML/ifinder]: Attempting to inject @SidedProxy classes into ifinder
[20:21:59] [Server thread/TRACE] [ifinder/ifinder]: Sent event FMLConstructionEvent to mod ifinder
[20:21:59] [Server thread/DEBUG] [FML/]: Bar Step: Construction - ItemFinder took 0.015s
[20:21:59] [Server thread/TRACE] [jacb/jacb]: Sending event FMLConstructionEvent to mod jacb
[20:21:59] [Server thread/INFO] [jacb/jacb]: Now with extra crafting
[20:22:00] [Server thread/TRACE] [FML/jacb]: Mod jacb is using network checker : Accepting version 1.0.6
[20:22:00] [Server thread/TRACE] [FML/jacb]: Testing mod jacb to verify it accepts its own version in a remote connection
[20:22:00] [Server thread/TRACE] [FML/jacb]: The mod jacb accepts its own version (1.0.6)
[20:22:00] [Server thread/DEBUG] [FML/jacb]: Attempting to inject @SidedProxy classes into jacb
[20:22:00] [Server thread/TRACE] [jacb/jacb]: Sent event FMLConstructionEvent to mod jacb
[20:22:00] [Server thread/DEBUG] [FML/]: Bar Step: Construction - JACB took 0.032s
[20:22:00] [Server thread/TRACE] [jorsscraft/jorsscraft]: Sending event FMLConstructionEvent to mod jorsscraft
[20:22:00] [Server thread/TRACE] [FML/jorsscraft]: Mod jorsscraft is using network checker : Accepting version 0.2.1
[20:22:00] [Server thread/TRACE] [FML/jorsscraft]: Testing mod jorsscraft to verify it accepts its own version in a remote connection
[20:22:00] [Server thread/TRACE] [FML/jorsscraft]: The mod jorsscraft accepts its own version (0.2.1)
[20:22:00] [Server thread/DEBUG] [FML/jorsscraft]: Attempting to inject @SidedProxy classes into jorsscraft
[20:22:00] [Server thread/TRACE] [jorsscraft/jorsscraft]: Sent event FMLConstructionEvent to mod jorsscraft
[20:22:00] [Server thread/DEBUG] [FML/]: Bar Step: Construction - JorssCraft took 0.016s
[20:22:00] [Server thread/TRACE] [je_calculation/je_calculation]: Sending event FMLConstructionEvent to mod je_calculation
[20:22:00] [Server thread/TRACE] [FML/je_calculation]: Mod je_calculation is using network checker : Accepting version 0.3.1
[20:22:00] [Server thread/TRACE] [FML/je_calculation]: Testing mod je_calculation to verify it accepts its own version in a remote connection
[20:22:00] [Server thread/TRACE] [FML/je_calculation]: The mod je_calculation accepts its own version (0.3.1)
[20:22:00] [Server thread/DEBUG] [FML/je_calculation]: Attempting to inject @SidedProxy classes into je_calculation
[20:22:00] [Server thread/TRACE] [je_calculation/je_calculation]: Sent event FMLConstructionEvent to mod je_calculation
[20:22:00] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Just Enough Calculation took 0.054s
[20:22:00] [Server thread/TRACE] [knightperipherals/knightperipherals]: Sending event FMLConstructionEvent to mod knightperipherals
[20:22:00] [Server thread/TRACE] [FML/knightperipherals]: Mod knightperipherals is using network checker : Accepting version 1.8.9-2.2
[20:22:00] [Server thread/TRACE] [FML/knightperipherals]: Testing mod knightperipherals to verify it accepts its own version in a remote connection
[20:22:00] [Server thread/TRACE] [FML/knightperipherals]: The mod knightperipherals accepts its own version (1.8.9-2.2)
[20:22:00] [Server thread/DEBUG] [FML/knightperipherals]: Attempting to inject @SidedProxy classes into knightperipherals
[20:22:00] [Server thread/TRACE] [knightperipherals/knightperipherals]: Sent event FMLConstructionEvent to mod knightperipherals
[20:22:00] [Server thread/DEBUG] [FML/]: Bar Step: Construction - KnightPeripherals took 0.016s
[20:22:00] [Server thread/TRACE] [lootablebodies/lootablebodies]: Sending event FMLConstructionEvent to mod lootablebodies
[20:22:00] [Server thread/TRACE] [FML/lootablebodies]: Mod lootablebodies is using network checker : Accepting version 1.4.1
[20:22:00] [Server thread/TRACE] [FML/lootablebodies]: Testing mod lootablebodies to verify it accepts its own version in a remote connection
[20:22:00] [Server thread/TRACE] [FML/lootablebodies]: The mod lootablebodies accepts its own version (1.4.1)
[20:22:00] [Server thread/DEBUG] [FML/lootablebodies]: Attempting to inject @SidedProxy classes into lootablebodies
[20:22:00] [Server thread/TRACE] [lootablebodies/lootablebodies]: Sent event FMLConstructionEvent to mod lootablebodies
[20:22:00] [Server thread/DEBUG] [FML/]: Bar Step: Construction - DrCyano's Lootable Bodies took 0.024s
[20:22:00] [Server thread/TRACE] [LunatriusCore/LunatriusCore]: Sending event FMLConstructionEvent to mod LunatriusCore
[20:22:00] [Server thread/TRACE] [FML/LunatriusCore]: Mod LunatriusCore is using network checker : Invoking method checkModList
[20:22:00] [Server thread/TRACE] [FML/LunatriusCore]: Testing mod LunatriusCore to verify it accepts its own version in a remote connection
[20:22:00] [Server thread/TRACE] [FML/LunatriusCore]: The mod LunatriusCore accepts its own version (1.1.2.32)
[20:22:00] [Server thread/DEBUG] [FML/LunatriusCore]: Attempting to inject @SidedProxy classes into LunatriusCore
[20:22:00] [Server thread/TRACE] [LunatriusCore/LunatriusCore]: Sent event FMLConstructionEvent to mod LunatriusCore
[20:22:00] [Server thread/DEBUG] [FML/]: Bar Step: Construction - LunatriusCore took 0.025s
[20:22:00] [Server thread/TRACE] [malisiscore/malisiscore]: Sending event FMLConstructionEvent to mod malisiscore
[20:22:00] [Server thread/TRACE] [FML/malisiscore]: Mod malisiscore is using network checker : Accepting version 1.8.9-2.0.3
[20:22:00] [Server thread/TRACE] [FML/malisiscore]: Testing mod malisiscore to verify it accepts its own version in a remote connection
[20:22:00] [Server thread/TRACE] [FML/malisiscore]: The mod malisiscore accepts its own version (1.8.9-2.0.3)
[20:22:00] [Server thread/DEBUG] [FML/malisiscore]: Attempting to inject @SidedProxy classes into malisiscore
[20:22:00] [Server thread/TRACE] [malisiscore/malisiscore]: Sent event FMLConstructionEvent to mod malisiscore
[20:22:00] [Server thread/DEBUG] [FML/]: Bar Step: Construction - MalisisCore took 0.027s
[20:22:00] [Server thread/TRACE] [malisisadvert/malisisadvert]: Sending event FMLConstructionEvent to mod malisisadvert
[20:22:00] [Server thread/TRACE] [FML/malisisadvert]: Mod malisisadvert is using network checker : Accepting version 1.8.9-2.0.0
[20:22:00] [Server thread/TRACE] [FML/malisisadvert]: Testing mod malisisadvert to verify it accepts its own version in a remote connection
[20:22:00] [Server thread/TRACE] [FML/malisisadvert]: The mod malisisadvert accepts its own version (1.8.9-2.0.0)
[20:22:00] [Server thread/DEBUG] [FML/malisisadvert]: Attempting to inject @SidedProxy classes into malisisadvert
[20:22:00] [Server thread/TRACE] [malisisadvert/malisisadvert]: Sent event FMLConstructionEvent to mod malisisadvert
[20:22:00] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Malisis Advert took 0.093s
[20:22:00] [Server thread/TRACE] [malisisblocks/malisisblocks]: Sending event FMLConstructionEvent to mod malisisblocks
[20:22:00] [Server thread/TRACE] [FML/malisisblocks]: Mod malisisblocks is using network checker : Accepting version 1.8-2.0.0
[20:22:00] [Server thread/TRACE] [FML/malisisblocks]: Testing mod malisisblocks to verify it accepts its own version in a remote connection
[20:22:00] [Server thread/TRACE] [FML/malisisblocks]: The mod malisisblocks accepts its own version (1.8-2.0.0)
[20:22:00] [Server thread/DEBUG] [FML/malisisblocks]: Attempting to inject @SidedProxy classes into malisisblocks
[20:22:00] [Server thread/TRACE] [malisisblocks/malisisblocks]: Sent event FMLConstructionEvent to mod malisisblocks
[20:22:00] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Malisis Blocks took 0.028s
[20:22:00] [Server thread/TRACE] [malisisdoors/malisisdoors]: Sending event FMLConstructionEvent to mod malisisdoors
[20:22:00] [Server thread/TRACE] [FML/malisisdoors]: Mod malisisdoors is using network checker : Accepting version 1.8.9-3.0.1
[20:22:00] [Server thread/TRACE] [FML/malisisdoors]: Testing mod malisisdoors to verify it accepts its own version in a remote connection
[20:22:00] [Server thread/TRACE] [FML/malisisdoors]: The mod malisisdoors accepts its own version (1.8.9-3.0.1)
[20:22:00] [Server thread/DEBUG] [FML/malisisdoors]: Attempting to inject @SidedProxy classes into malisisdoors
[20:22:00] [Server thread/TRACE] [malisisdoors/malisisdoors]: Sent event FMLConstructionEvent to mod malisisdoors
[20:22:00] [Server thread/DEBUG] [FML/]: Bar Step: Construction - MalisisDoors took 0.043s
[20:22:00] [Server thread/TRACE] [malisisswitches/malisisswitches]: Sending event FMLConstructionEvent to mod malisisswitches
[20:22:00] [Server thread/TRACE] [FML/malisisswitches]: Mod malisisswitches is using network checker : Accepting version 1.8.9-1.0.0
[20:22:00] [Server thread/TRACE] [FML/malisisswitches]: Testing mod malisisswitches to verify it accepts its own version in a remote connection
[20:22:00] [Server thread/TRACE] [FML/malisisswitches]: The mod malisisswitches accepts its own version (1.8.9-1.0.0)
[20:22:00] [Server thread/DEBUG] [FML/malisisswitches]: Attempting to inject @SidedProxy classes into malisisswitches
[20:22:00] [Server thread/TRACE] [malisisswitches/malisisswitches]: Sent event FMLConstructionEvent to mod malisisswitches
[20:22:00] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Malisis Switches took 0.022s
[20:22:00] [Server thread/TRACE] [mantle/mantle]: Sending event FMLConstructionEvent to mod mantle
[20:22:00] [Server thread/TRACE] [FML/mantle]: Mod mantle is using network checker : Accepting version 1.8.9-0.8.2.jenkins95
[20:22:00] [Server thread/TRACE] [FML/mantle]: Testing mod mantle to verify it accepts its own version in a remote connection
[20:22:00] [Server thread/TRACE] [FML/mantle]: The mod mantle accepts its own version (1.8.9-0.8.2.jenkins95)
[20:22:00] [Server thread/DEBUG] [FML/mantle]: Attempting to inject @SidedProxy classes into mantle
[20:22:00] [Server thread/TRACE] [mantle/mantle]: Sent event FMLConstructionEvent to mod mantle
[20:22:00] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Mantle took 0.010s
[20:22:00] [Server thread/TRACE] [mdecore/mdecore]: Sending event FMLConstructionEvent to mod mdecore
[20:22:00] [Server thread/TRACE] [FML/mdecore]: Mod mdecore is using network checker : Accepting version 1.8.9-1.1.1
[20:22:00] [Server thread/TRACE] [FML/mdecore]: Testing mod mdecore to verify it accepts its own version in a remote connection
[20:22:00] [Server thread/TRACE] [FML/mdecore]: The mod mdecore accepts its own version (1.8.9-1.1.1)
[20:22:00] [Server thread/DEBUG] [FML/mdecore]: Attempting to inject @SidedProxy classes into mdecore
[20:22:00] [Server thread/INFO] [mdecore/mdecore]: Running on java 1.8.0_72. System: amd64-bit Linux version Linux
[20:22:00] [Server thread/TRACE] [mdecore/mdecore]: Sent event FMLConstructionEvent to mod mdecore
[20:22:00] [Server thread/DEBUG] [FML/]: Bar Step: Construction - MattDahEpic Core took 0.012s
[20:22:00] [Server thread/TRACE] [minecraftcalculator778/minecraftcalculator778]: Sending event FMLConstructionEvent to mod minecraftcalculator778
[20:22:00] [Server thread/INFO] [minecraftcalculator778/minecraftcalculator778]: Everytime you divide by zero a computer cries
[20:22:00] [Server thread/TRACE] [FML/minecraftcalculator778]: Mod minecraftcalculator778 is using network checker : No network checking performed
[20:22:00] [Server thread/TRACE] [FML/minecraftcalculator778]: Testing mod minecraftcalculator778 to verify it accepts its own version in a remote connection
[20:22:00] [Server thread/TRACE] [FML/minecraftcalculator778]: The mod minecraftcalculator778 accepts its own version (2.4.2)
[20:22:00] [Server thread/DEBUG] [FML/minecraftcalculator778]: Attempting to inject @SidedProxy classes into minecraftcalculator778
[20:22:00] [Server thread/TRACE] [minecraftcalculator778/minecraftcalculator778]: Sent event FMLConstructionEvent to mod minecraftcalculator778
[20:22:00] [Server thread/DEBUG] [FML/]: Bar Step: Construction - MineCalc took 0.010s
[20:22:00] [Server thread/TRACE] [mineralogy/mineralogy]: Sending event FMLConstructionEvent to mod mineralogy
[20:22:00] [Server thread/TRACE] [FML/mineralogy]: Mod mineralogy is using network checker : Accepting version 2.6.0
[20:22:00] [Server thread/TRACE] [FML/mineralogy]: Testing mod mineralogy to verify it accepts its own version in a remote connection
[20:22:00] [Server thread/TRACE] [FML/mineralogy]: The mod mineralogy accepts its own version (2.6.0)
[20:22:00] [Server thread/DEBUG] [FML/mineralogy]: Attempting to inject @SidedProxy classes into mineralogy
[20:22:00] [Server thread/TRACE] [mineralogy/mineralogy]: Sent event FMLConstructionEvent to mod mineralogy
[20:22:00] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Mineralogy took 0.113s
[20:22:00] [Server thread/TRACE] [missing_pieces/missing_pieces]: Sending event FMLConstructionEvent to mod missing_pieces
[20:22:00] [Server thread/TRACE] [FML/missing_pieces]: Mod missing_pieces is using network checker : Accepting version 1.4.0
[20:22:00] [Server thread/TRACE] [FML/missing_pieces]: Testing mod missing_pieces to verify it accepts its own version in a remote connection
[20:22:00] [Server thread/TRACE] [FML/missing_pieces]: The mod missing_pieces accepts its own version (1.4.0)
[20:22:00] [Server thread/DEBUG] [FML/missing_pieces]: Attempting to inject @SidedProxy classes into missing_pieces
[20:22:00] [Server thread/TRACE] [missing_pieces/missing_pieces]: Sent event FMLConstructionEvent to mod missing_pieces
[20:22:00] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Missing Pieces took 0.012s
[20:22:00] [Server thread/TRACE] [moarsigns/moarsigns]: Sending event FMLConstructionEvent to mod moarsigns
[20:22:00] [Server thread/TRACE] [FML/moarsigns]: Mod moarsigns is using network checker : Accepting version 2.0.4
[20:22:00] [Server thread/TRACE] [FML/moarsigns]: Testing mod moarsigns to verify it accepts its own version in a remote connection
[20:22:00] [Server thread/TRACE] [FML/moarsigns]: The mod moarsigns accepts its own version (2.0.4)
[20:22:00] [Server thread/DEBUG] [FML/moarsigns]: Attempting to inject @SidedProxy classes into moarsigns
[20:22:00] [Server thread/TRACE] [moarsigns/moarsigns]: Sent event FMLConstructionEvent to mod moarsigns
[20:22:00] [Server thread/DEBUG] [FML/]: Bar Step: Construction - MoarSigns took 0.042s
[20:22:00] [Server thread/TRACE] [modulartools/modulartools]: Sending event FMLConstructionEvent to mod modulartools
[20:22:00] [Server thread/TRACE] [FML/modulartools]: Mod modulartools is using network checker : Accepting version 1.0.0
[20:22:00] [Server thread/TRACE] [FML/modulartools]: Testing mod modulartools to verify it accepts its own version in a remote connection
[20:22:00] [Server thread/TRACE] [FML/modulartools]: The mod modulartools accepts its own version (1.0.0)
[20:22:00] [Server thread/DEBUG] [FML/modulartools]: Attempting to inject @SidedProxy classes into modulartools
[20:22:00] [Server thread/TRACE] [modulartools/modulartools]: Sent event FMLConstructionEvent to mod modulartools
[20:22:00] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Modular Tools took 0.012s
[20:22:00] [Server thread/TRACE] [numina/numina]: Sending event FMLConstructionEvent to mod numina
[20:22:00] [Server thread/TRACE] [FML/numina]: Mod numina is using network checker : Accepting version 0.4.0.131.jar
[20:22:00] [Server thread/TRACE] [FML/numina]: Testing mod numina to verify it accepts its own version in a remote connection
[20:22:00] [Server thread/TRACE] [FML/numina]: The mod numina accepts its own version (0.4.0.131.jar)
[20:22:00] [Server thread/DEBUG] [FML/numina]: Attempting to inject @SidedProxy classes into numina
[20:22:00] [Server thread/TRACE] [numina/numina]: Sent event FMLConstructionEvent to mod numina
[20:22:00] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Numina took 0.022s
[20:22:00] [Server thread/TRACE] [powersuits/powersuits]: Sending event FMLConstructionEvent to mod powersuits
[20:22:00] [Server thread/TRACE] [FML/powersuits]: Mod powersuits is using network checker : Accepting version 1.0
[20:22:00] [Server thread/TRACE] [FML/powersuits]: Testing mod powersuits to verify it accepts its own version in a remote connection
[20:22:00] [Server thread/TRACE] [FML/powersuits]: The mod powersuits accepts its own version (1.0)
[20:22:00] [Server thread/DEBUG] [FML/powersuits]: Attempting to inject @SidedProxy classes into powersuits
[20:22:00] [Server thread/TRACE] [powersuits/powersuits]: Sent event FMLConstructionEvent to mod powersuits
[20:22:00] [Server thread/DEBUG] [FML/]: Bar Step: Construction - powersuits took 0.023s
[20:22:00] [Server thread/TRACE] [shear/shear]: Sending event FMLConstructionEvent to mod shear
[20:22:00] [Server thread/TRACE] [FML/shear]: Mod shear is using network checker : Accepting version 1.0
[20:22:00] [Server thread/TRACE] [FML/shear]: Testing mod shear to verify it accepts its own version in a remote connection
[20:22:00] [Server thread/TRACE] [FML/shear]: The mod shear accepts its own version (1.0)
[20:22:00] [Server thread/DEBUG] [FML/shear]: Attempting to inject @SidedProxy classes into shear
[20:22:00] [Server thread/TRACE] [shear/shear]: Sent event FMLConstructionEvent to mod shear
[20:22:00] [Server thread/DEBUG] [FML/]: Bar Step: Construction - More Shearables took 0.011s
[20:22:00] [Server thread/TRACE] [Morpheus/Morpheus]: Sending event FMLConstructionEvent to mod Morpheus
[20:22:00] [Server thread/TRACE] [FML/Morpheus]: Mod Morpheus is using network checker : No network checking performed
[20:22:00] [Server thread/TRACE] [FML/Morpheus]: Testing mod Morpheus to verify it accepts its own version in a remote connection
[20:22:00] [Server thread/TRACE] [FML/Morpheus]: The mod Morpheus accepts its own version (1.8.9-2.0.58)
[20:22:00] [Server thread/DEBUG] [FML/Morpheus]: Attempting to inject @SidedProxy classes into Morpheus
[20:22:00] [Server thread/TRACE] [Morpheus/Morpheus]: Sent event FMLConstructionEvent to mod Morpheus
[20:22:00] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Morpheus took 0.029s
[20:22:00] [Server thread/TRACE] [samsmountedpearl/samsmountedpearl]: Sending event FMLConstructionEvent to mod samsmountedpearl
[20:22:00] [Server thread/TRACE] [FML/samsmountedpearl]: Mod samsmountedpearl is using network checker : Accepting version 1.0.0
[20:22:00] [Server thread/TRACE] [FML/samsmountedpearl]: Testing mod samsmountedpearl to verify it accepts its own version in a remote connection
[20:22:00] [Server thread/TRACE] [FML/samsmountedpearl]: The mod samsmountedpearl accepts its own version (1.0.0)
[20:22:00] [Server thread/DEBUG] [FML/samsmountedpearl]: Attempting to inject @SidedProxy classes into samsmountedpearl
[20:22:00] [Server thread/TRACE] [samsmountedpearl/samsmountedpearl]: Sent event FMLConstructionEvent to mod samsmountedpearl
[20:22:00] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Mounted Pearl took 0.016s
[20:22:00] [Server thread/TRACE] [ProjectE/ProjectE]: Sending event FMLConstructionEvent to mod ProjectE
[20:22:00] [Server thread/TRACE] [FML/ProjectE]: Mod ProjectE is using network checker : Accepting version 1.8.9-PE1.1.4
[20:22:00] [Server thread/TRACE] [FML/ProjectE]: Testing mod ProjectE to verify it accepts its own version in a remote connection
[20:22:00] [Server thread/TRACE] [FML/ProjectE]: The mod ProjectE accepts its own version (1.8.9-PE1.1.4)
[20:22:00] [Server thread/DEBUG] [FML/ProjectE]: Attempting to inject @SidedProxy classes into ProjectE
[20:22:00] [Server thread/TRACE] [ProjectE/ProjectE]: Sent event FMLConstructionEvent to mod ProjectE
[20:22:00] [Server thread/DEBUG] [FML/]: Bar Step: Construction - ProjectE took 0.024s
[20:22:00] [Server thread/TRACE] [mrfusion/mrfusion]: Sending event FMLConstructionEvent to mod mrfusion
[20:22:00] [Server thread/TRACE] [FML/mrfusion]: Mod mrfusion is using network checker : Accepting version 0.1.005
[20:22:00] [Server thread/TRACE] [FML/mrfusion]: Testing mod mrfusion to verify it accepts its own version in a remote connection
[20:22:00] [Server thread/TRACE] [FML/mrfusion]: The mod mrfusion accepts its own version (0.1.005)
[20:22:00] [Server thread/DEBUG] [FML/mrfusion]: Attempting to inject @SidedProxy classes into mrfusion
[20:22:00] [Server thread/TRACE] [mrfusion/mrfusion]: Sent event FMLConstructionEvent to mod mrfusion
[20:22:00] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Mr Fusion took 0.012s
[20:22:00] [Server thread/TRACE] [cfm/cfm]: Sending event FMLConstructionEvent to mod cfm
[20:22:00] [Server thread/TRACE] [FML/cfm]: Mod cfm is using network checker : Accepting version 3.6
[20:22:00] [Server thread/TRACE] [FML/cfm]: Testing mod cfm to verify it accepts its own version in a remote connection
[20:22:00] [Server thread/TRACE] [FML/cfm]: The mod cfm accepts its own version (3.6)
[20:22:00] [Server thread/DEBUG] [FML/cfm]: Attempting to inject @SidedProxy classes into cfm
[20:22:00] [Server thread/TRACE] [cfm/cfm]: Sent event FMLConstructionEvent to mod cfm
[20:22:00] [Server thread/DEBUG] [FML/]: Bar Step: Construction - MrCrayfish's Furniture Mod took 0.037s
[20:22:00] [Server thread/TRACE] [tconstruct/tconstruct]: Sending event FMLConstructionEvent to mod tconstruct
[20:22:00] [Server thread/DEBUG] [Pulsar-tconstruct/tconstruct]: Attaching [PulseManager[tconstruct]] to event bus for container [FMLMod:tconstruct{1.8.9-2.1.0.jenkins101}]
[20:22:03] [Server thread/TRACE] [FML/tconstruct]: Registry add: tconstruct:enderference 0 slimeknights.tconstruct.library.potion.TinkerPotion@6ccbda39 (req. id -1)
[20:22:03] [Server thread/TRACE] [FML/tconstruct]: Registry add: tconstruct:insatiable 24 slimeknights.tconstruct.library.potion.TinkerPotion@5b4dd6f1 (req. id -1)
[20:22:03] [Server thread/TRACE] [FML/tconstruct]: Registry add: tconstruct:magnetic 25 slimeknights.tconstruct.tools.traits.TraitMagnetic$MagneticPotion@bbd935f (req. id -1)
[20:22:03] [Server thread/TRACE] [FML/tconstruct]: Registry add: tconstruct:momentum 26 slimeknights.tconstruct.library.potion.TinkerPotion@d82e65e (req. id -1)
[20:22:03] [Server thread/TRACE] [FML/tconstruct]: Registry add: tconstruct:dot 27 slimeknights.tconstruct.tools.traits.TraitSharp$DoT@58565e21 (req. id -1)
[20:22:03] [Server thread/TRACE] [FML/tconstruct]: Registry add: tconstruct:splinter 28 slimeknights.tconstruct.library.potion.TinkerPotion@741b04e1 (req. id -1)
[20:22:03] [Server thread/INFO] [Pulsar-tconstruct/tconstruct]: Skipping Pulse chiselsandbitsIntegration; missing dependency: chiselsandbits
[20:22:03] [Server thread/INFO] [Pulsar-tconstruct/tconstruct]: Skipping Pulse craftingtweaksIntegration; missing dependency: craftingtweaks
[20:22:03] [Server thread/INFO] [tconstruct/tconstruct]: Preparing to take over the world
[20:22:03] [Server thread/TRACE] [FML/tconstruct]: Mod tconstruct is using network checker : Invoking method matchModVersions
[20:22:03] [Server thread/TRACE] [FML/tconstruct]: Testing mod tconstruct to verify it accepts its own version in a remote connection
[20:22:03] [Server thread/TRACE] [FML/tconstruct]: The mod tconstruct accepts its own version (1.8.9-2.1.0.jenkins101)
[20:22:03] [Server thread/DEBUG] [FML/tconstruct]: Attempting to inject @SidedProxy classes into tconstruct
[20:22:03] [Server thread/TRACE] [tconstruct/tconstruct]: Sent event FMLConstructionEvent to mod tconstruct
[20:22:03] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Tinkers' Construct took 2.590s
[20:22:03] [Server thread/TRACE] [MysticalCrops/MysticalCrops]: Sending event FMLConstructionEvent to mod MysticalCrops
[20:22:03] [Server thread/TRACE] [FML/MysticalCrops]: Mod MysticalCrops is using network checker : Accepting version 1.1
[20:22:03] [Server thread/TRACE] [FML/MysticalCrops]: Testing mod MysticalCrops to verify it accepts its own version in a remote connection
[20:22:03] [Server thread/TRACE] [FML/MysticalCrops]: The mod MysticalCrops accepts its own version (1.1)
[20:22:03] [Server thread/DEBUG] [FML/MysticalCrops]: Attempting to inject @SidedProxy classes into MysticalCrops
[20:22:03] [Server thread/TRACE] [MysticalCrops/MysticalCrops]: Sent event FMLConstructionEvent to mod MysticalCrops
[20:22:03] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Mystical Crops took 0.014s
[20:22:03] [Server thread/TRACE] [neotech/neotech]: Sending event FMLConstructionEvent to mod neotech
[20:22:03] [Server thread/TRACE] [FML/neotech]: Mod neotech is using network checker : Accepting version 2.4.0a
[20:22:03] [Server thread/TRACE] [FML/neotech]: Testing mod neotech to verify it accepts its own version in a remote connection
[20:22:03] [Server thread/TRACE] [FML/neotech]: The mod neotech accepts its own version (2.4.0a)
[20:22:03] [Server thread/DEBUG] [FML/neotech]: Attempting to inject @SidedProxy classes into neotech
[20:22:03] [Server thread/TRACE] [neotech/neotech]: Sent event FMLConstructionEvent to mod neotech
[20:22:03] [Server thread/DEBUG] [FML/]: Bar Step: Construction - NeoTech took 0.115s
[20:22:03] [Server thread/TRACE] [netheressencevc/netheressencevc]: Sending event FMLConstructionEvent to mod netheressencevc
[20:22:03] [Server thread/TRACE] [FML/netheressencevc]: Mod netheressencevc is using network checker : Accepting version 1.5
[20:22:03] [Server thread/TRACE] [FML/netheressencevc]: Testing mod netheressencevc to verify it accepts its own version in a remote connection
[20:22:03] [Server thread/TRACE] [FML/netheressencevc]: The mod netheressencevc accepts its own version (1.5)
[20:22:03] [Server thread/DEBUG] [FML/netheressencevc]: Attempting to inject @SidedProxy classes into netheressencevc
[20:22:03] [Server thread/TRACE] [netheressencevc/netheressencevc]: Sent event FMLConstructionEvent to mod netheressencevc
[20:22:03] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Nether Essence Version Checker took 0.033s
[20:22:03] [Server thread/TRACE] [netheressence/netheressence]: Sending event FMLConstructionEvent to mod netheressence
[20:22:03] [Server thread/TRACE] [FML/netheressence]: Mod netheressence is using network checker : Accepting version 4.0.1.1
[20:22:03] [Server thread/TRACE] [FML/netheressence]: Testing mod netheressence to verify it accepts its own version in a remote connection
[20:22:03] [Server thread/TRACE] [FML/netheressence]: The mod netheressence accepts its own version (4.0.1.1)
[20:22:03] [Server thread/DEBUG] [FML/netheressence]: Attempting to inject @SidedProxy classes into netheressence
[20:22:03] [Server thread/TRACE] [netheressence/netheressence]: Sent event FMLConstructionEvent to mod netheressence
[20:22:03] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Nether Essence took 0.001s
[20:22:03] [Server thread/TRACE] [netherportalfix/netherportalfix]: Sending event FMLConstructionEvent to mod netherportalfix
[20:22:03] [Server thread/TRACE] [FML/netherportalfix]: Mod netherportalfix is using network checker : No network checking performed
[20:22:03] [Server thread/TRACE] [FML/netherportalfix]: Testing mod netherportalfix to verify it accepts its own version in a remote connection
[20:22:03] [Server thread/TRACE] [FML/netherportalfix]: The mod netherportalfix accepts its own version (1.0)
[20:22:03] [Server thread/DEBUG] [FML/netherportalfix]: Attempting to inject @SidedProxy classes into netherportalfix
[20:22:03] [Server thread/TRACE] [netherportalfix/netherportalfix]: Sent event FMLConstructionEvent to mod netherportalfix
[20:22:03] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Nether Portal Fix took 0.018s
[20:22:03] [Server thread/TRACE] [nmsot/nmsot]: Sending event FMLConstructionEvent to mod nmsot
[20:22:03] [Server thread/TRACE] [FML/nmsot]: Mod nmsot is using network checker : Invoking method checkRemote
[20:22:03] [Server thread/TRACE] [FML/nmsot]: Testing mod nmsot to verify it accepts its own version in a remote connection
[20:22:03] [Server thread/TRACE] [FML/nmsot]: The mod nmsot accepts its own version (1.1.1-mc1.8.9)
[20:22:03] [Server thread/DEBUG] [FML/nmsot]: Attempting to inject @SidedProxy classes into nmsot
[20:22:03] [Server thread/TRACE] [nmsot/nmsot]: Sent event FMLConstructionEvent to mod nmsot
[20:22:03] [Server thread/DEBUG] [FML/]: Bar Step: Construction - No Mob Spawning on Trees took 0.019s
[20:22:03] [Server thread/TRACE] [samsocean/samsocean]: Sending event FMLConstructionEvent to mod samsocean
[20:22:03] [Server thread/TRACE] [FML/samsocean]: Mod samsocean is using network checker : Accepting version 1.0.0
[20:22:03] [Server thread/TRACE] [FML/samsocean]: Testing mod samsocean to verify it accepts its own version in a remote connection
[20:22:03] [Server thread/TRACE] [FML/samsocean]: The mod samsocean accepts its own version (1.0.0)
[20:22:03] [Server thread/DEBUG] [FML/samsocean]: Attempting to inject @SidedProxy classes into samsocean
[20:22:03] [Server thread/TRACE] [samsocean/samsocean]: Sent event FMLConstructionEvent to mod samsocean
[20:22:03] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Classic Oceans took 0.023s
[20:22:03] [Server thread/TRACE] [fodc/fodc]: Sending event FMLConstructionEvent to mod fodc
[20:22:03] [Server thread/TRACE] [FML/fodc]: Mod fodc is using network checker : Accepting version 1.7.2
[20:22:03] [Server thread/TRACE] [FML/fodc]: Testing mod fodc to verify it accepts its own version in a remote connection
[20:22:03] [Server thread/TRACE] [FML/fodc]: The mod fodc accepts its own version (1.7.2)
[20:22:03] [Server thread/DEBUG] [FML/fodc]: Attempting to inject @SidedProxy classes into fodc
[20:22:03] [Server thread/TRACE] [fodc/fodc]: Sent event FMLConstructionEvent to mod fodc
[20:22:03] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Ore Dictionary Converter took 0.025s
[20:22:03] [Server thread/TRACE] [parachutemod/parachutemod]: Sending event FMLConstructionEvent to mod parachutemod
[20:22:03] [Server thread/TRACE] [FML/parachutemod]: Mod parachutemod is using network checker : Accepting version 1.2.2
[20:22:03] [Server thread/TRACE] [FML/parachutemod]: Testing mod parachutemod to verify it accepts its own version in a remote connection
[20:22:03] [Server thread/TRACE] [FML/parachutemod]: The mod parachutemod accepts its own version (1.2.2)
[20:22:03] [Server thread/DEBUG] [FML/parachutemod]: Attempting to inject @SidedProxy classes into parachutemod
[20:22:03] [Server thread/TRACE] [parachutemod/parachutemod]: Sent event FMLConstructionEvent to mod parachutemod
[20:22:03] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Parachute Mod took 0.029s
[20:22:03] [Server thread/TRACE] [PneumaticCraft/PneumaticCraft]: Sending event FMLConstructionEvent to mod PneumaticCraft
[20:22:03] [Server thread/TRACE] [FML/PneumaticCraft]: Mod PneumaticCraft is using network checker : Accepting version 1.13.7-11
[20:22:03] [Server thread/TRACE] [FML/PneumaticCraft]: Testing mod PneumaticCraft to verify it accepts its own version in a remote connection
[20:22:03] [Server thread/TRACE] [FML/PneumaticCraft]: The mod PneumaticCraft accepts its own version (1.13.7-11)
[20:22:03] [Server thread/DEBUG] [FML/PneumaticCraft]: Attempting to inject @SidedProxy classes into PneumaticCraft
[20:22:03] [Server thread/TRACE] [PneumaticCraft/PneumaticCraft]: Sent event FMLConstructionEvent to mod PneumaticCraft
[20:22:03] [Server thread/DEBUG] [FML/]: Bar Step: Construction - PneumaticCraft took 0.184s
[20:22:03] [Server thread/TRACE] [pneumaticcompressing/pneumaticcompressing]: Sending event FMLConstructionEvent to mod pneumaticcompressing
[20:22:03] [Server thread/TRACE] [FML/pneumaticcompressing]: Mod pneumaticcompressing is using network checker : Accepting version 1.8.9-1.0.7
[20:22:03] [Server thread/TRACE] [FML/pneumaticcompressing]: Testing mod pneumaticcompressing to verify it accepts its own version in a remote connection
[20:22:03] [Server thread/TRACE] [FML/pneumaticcompressing]: The mod pneumaticcompressing accepts its own version (1.8.9-1.0.7)
[20:22:03] [Server thread/DEBUG] [FML/pneumaticcompressing]: Attempting to inject @SidedProxy classes into pneumaticcompressing
[20:22:03] [Server thread/TRACE] [pneumaticcompressing/pneumaticcompressing]: Sent event FMLConstructionEvent to mod pneumaticcompressing
[20:22:03] [Server thread/DEBUG] [FML/]: Bar Step: Construction - PneumaticCompressing took 0.021s
[20:22:03] [Server thread/TRACE] [portablecrafting/portablecrafting]: Sending event FMLConstructionEvent to mod portablecrafting
[20:22:03] [Server thread/TRACE] [FML/portablecrafting]: Mod portablecrafting is using network checker : Accepting version 1.8.9-1.1
[20:22:03] [Server thread/TRACE] [FML/portablecrafting]: Testing mod portablecrafting to verify it accepts its own version in a remote connection
[20:22:03] [Server thread/TRACE] [FML/portablecrafting]: The mod portablecrafting accepts its own version (1.8.9-1.1)
[20:22:03] [Server thread/DEBUG] [FML/portablecrafting]: Attempting to inject @SidedProxy classes into portablecrafting
[20:22:03] [Server thread/TRACE] [portablecrafting/portablecrafting]: Sent event FMLConstructionEvent to mod portablecrafting
[20:22:03] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Portable Crafting took 0.031s
[20:22:03] [Server thread/TRACE] [progressiveautomation/progressiveautomation]: Sending event FMLConstructionEvent to mod progressiveautomation
[20:22:03] [Server thread/INFO] [progressiveautomation/progressiveautomation]: Starting automation
[20:22:03] [Server thread/TRACE] [FML/progressiveautomation]: Mod progressiveautomation is using network checker : Accepting version 1.6.35
[20:22:03] [Server thread/TRACE] [FML/progressiveautomation]: Testing mod progressiveautomation to verify it accepts its own version in a remote connection
[20:22:03] [Server thread/TRACE] [FML/progressiveautomation]: The mod progressiveautomation accepts its own version (1.6.35)
[20:22:03] [Server thread/DEBUG] [FML/progressiveautomation]: Attempting to inject @SidedProxy classes into progressiveautomation
[20:22:03] [Server thread/TRACE] [progressiveautomation/progressiveautomation]: Sent event FMLConstructionEvent to mod progressiveautomation
[20:22:03] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Progressive Automation took 0.069s
[20:22:03] [Server thread/TRACE] [Psi/Psi]: Sending event FMLConstructionEvent to mod Psi
[20:22:03] [Server thread/TRACE] [FML/Psi]: Mod Psi is using network checker : Accepting version beta-19
[20:22:03] [Server thread/TRACE] [FML/Psi]: Testing mod Psi to verify it accepts its own version in a remote connection
[20:22:03] [Server thread/TRACE] [FML/Psi]: The mod Psi accepts its own version (beta-19)
[20:22:03] [Server thread/DEBUG] [FML/Psi]: Attempting to inject @SidedProxy classes into Psi
[20:22:03] [Server thread/TRACE] [Psi/Psi]: Sent event FMLConstructionEvent to mod Psi
[20:22:03] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Psi took 0.019s
[20:22:03] [Server thread/TRACE] [QuantumStorage/QuantumStorage]: Sending event FMLConstructionEvent to mod QuantumStorage
[20:22:03] [Server thread/TRACE] [FML/QuantumStorage]: Mod QuantumStorage is using network checker : Accepting version 2.0.3
[20:22:03] [Server thread/TRACE] [FML/QuantumStorage]: Testing mod QuantumStorage to verify it accepts its own version in a remote connection
[20:22:03] [Server thread/TRACE] [FML/QuantumStorage]: The mod QuantumStorage accepts its own version (2.0.3)
[20:22:03] [Server thread/DEBUG] [FML/QuantumStorage]: Attempting to inject @SidedProxy classes into QuantumStorage
[20:22:03] [Server thread/TRACE] [QuantumStorage/QuantumStorage]: Sent event FMLConstructionEvent to mod QuantumStorage
[20:22:03] [Server thread/DEBUG] [FML/]: Bar Step: Construction - QuantumStorage took 0.006s
[20:22:03] [Server thread/TRACE] [rblr/rblr]: Sending event FMLConstructionEvent to mod rblr
[20:22:03] [Server thread/TRACE] [FML/rblr]: Mod rblr is using network checker : Accepting version 2.0.1.5
[20:22:03] [Server thread/TRACE] [FML/rblr]: Testing mod rblr to verify it accepts its own version in a remote connection
[20:22:03] [Server thread/TRACE] [FML/rblr]: The mod rblr accepts its own version (2.0.1.5)
[20:22:03] [Server thread/DEBUG] [FML/rblr]: Attempting to inject @SidedProxy classes into rblr
[20:22:03] [Server thread/TRACE] [rblr/rblr]: Sent event FMLConstructionEvent to mod rblr
[20:22:03] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Rabbits Breed Like Rabbits took 0.005s
[20:22:03] [Server thread/TRACE] [rblrvc/rblrvc]: Sending event FMLConstructionEvent to mod rblrvc
[20:22:03] [Server thread/TRACE] [FML/rblrvc]: Mod rblrvc is using network checker : Accepting version 1.6
[20:22:03] [Server thread/TRACE] [FML/rblrvc]: Testing mod rblrvc to verify it accepts its own version in a remote connection
[20:22:03] [Server thread/TRACE] [FML/rblrvc]: The mod rblrvc accepts its own version (1.6)
[20:22:03] [Server thread/DEBUG] [FML/rblrvc]: Attempting to inject @SidedProxy classes into rblrvc
[20:22:03] [Server thread/TRACE] [rblrvc/rblrvc]: Sent event FMLConstructionEvent to mod rblrvc
[20:22:03] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Rabbits Breed Like Rabbits Version Checker took 0.022s
[20:22:03] [Server thread/TRACE] [rarmor/rarmor]: Sending event FMLConstructionEvent to mod rarmor
[20:22:03] [Server thread/TRACE] [FML/rarmor]: Mod rarmor is using network checker : Accepting version 0.3.2
[20:22:03] [Server thread/TRACE] [FML/rarmor]: Testing mod rarmor to verify it accepts its own version in a remote connection
[20:22:03] [Server thread/TRACE] [FML/rarmor]: The mod rarmor accepts its own version (0.3.2)
[20:22:03] [Server thread/DEBUG] [FML/rarmor]: Attempting to inject @SidedProxy classes into rarmor
[20:22:04] [Server thread/TRACE] [rarmor/rarmor]: Sent event FMLConstructionEvent to mod rarmor
[20:22:04] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Rarmor took 0.046s
[20:22:04] [Server thread/TRACE] [mrdimkaraytracelib/mrdimkaraytracelib]: Sending event FMLConstructionEvent to mod mrdimkaraytracelib
[20:22:04] [Server thread/TRACE] [FML/mrdimkaraytracelib]: Mod mrdimkaraytracelib is using network checker : Accepting version 0.0.1
[20:22:04] [Server thread/TRACE] [FML/mrdimkaraytracelib]: Testing mod mrdimkaraytracelib to verify it accepts its own version in a remote connection
[20:22:04] [Server thread/TRACE] [FML/mrdimkaraytracelib]: The mod mrdimkaraytracelib accepts its own version (0.0.1)
[20:22:04] [Server thread/DEBUG] [FML/mrdimkaraytracelib]: Attempting to inject @SidedProxy classes into mrdimkaraytracelib
[20:22:04] [Server thread/TRACE] [mrdimkaraytracelib/mrdimkaraytracelib]: Sent event FMLConstructionEvent to mod mrdimkaraytracelib
[20:22:04] [Server thread/DEBUG] [FML/]: Bar Step: Construction - MrDimka's Ray Trace Library took 0.032s
[20:22:04] [Server thread/TRACE] [RTG/RTG]: Sending event FMLConstructionEvent to mod RTG
[20:22:04] [Server thread/TRACE] [FML/RTG]: Mod RTG is using network checker : No network checking performed
[20:22:04] [Server thread/TRACE] [FML/RTG]: Testing mod RTG to verify it accepts its own version in a remote connection
[20:22:04] [Server thread/TRACE] [FML/RTG]: The mod RTG accepts its own version (0.0.2)
[20:22:04] [Server thread/DEBUG] [FML/RTG]: Attempting to inject @SidedProxy classes into RTG
[20:22:04] [Server thread/TRACE] [RTG/RTG]: Sent event FMLConstructionEvent to mod RTG
[20:22:04] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Realistic Terrain Generation took 0.093s
[20:22:04] [Server thread/TRACE] [redstonepaste/redstonepaste]: Sending event FMLConstructionEvent to mod redstonepaste
[20:22:04] [Server thread/TRACE] [FML/redstonepaste]: Mod redstonepaste is using network checker : Accepting version 1.7.2
[20:22:04] [Server thread/TRACE] [FML/redstonepaste]: Testing mod redstonepaste to verify it accepts its own version in a remote connection
[20:22:04] [Server thread/TRACE] [FML/redstonepaste]: The mod redstonepaste accepts its own version (1.7.2)
[20:22:04] [Server thread/DEBUG] [FML/redstonepaste]: Attempting to inject @SidedProxy classes into redstonepaste
[20:22:04] [Server thread/TRACE] [redstonepaste/redstonepaste]: Sent event FMLConstructionEvent to mod redstonepaste
[20:22:04] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Redstone Paste took 0.049s
[20:22:04] [Server thread/TRACE] [xreliquary/xreliquary]: Sending event FMLConstructionEvent to mod xreliquary
[20:22:04] [Server thread/TRACE] [FML/xreliquary]: Mod xreliquary is using network checker : Accepting version 1.3.0.190
[20:22:04] [Server thread/TRACE] [FML/xreliquary]: Testing mod xreliquary to verify it accepts its own version in a remote connection
[20:22:04] [Server thread/TRACE] [FML/xreliquary]: The mod xreliquary accepts its own version (1.3.0.190)
[20:22:04] [Server thread/DEBUG] [FML/xreliquary]: Attempting to inject @SidedProxy classes into xreliquary
[20:22:04] [Server thread/TRACE] [xreliquary/xreliquary]: Sent event FMLConstructionEvent to mod xreliquary
[20:22:04] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Reliquary took 0.015s
[20:22:04] [Server thread/TRACE] [reptilemod/reptilemod]: Sending event FMLConstructionEvent to mod reptilemod
[20:22:04] [Server thread/DEBUG] [FML/reptilemod]: Runtime patching class net/minecraft/world/biome/BiomeGenSwamp (input size 1935), found 1 patch
[20:22:04] [Server thread/DEBUG] [FML/reptilemod]: Successfully applied runtime patches for net/minecraft/world/biome/BiomeGenSwamp (new size 2736)
[20:22:04] [Server thread/TRACE] [FML/reptilemod]: Mod reptilemod is using network checker : Accepting version 3.1.0
[20:22:04] [Server thread/TRACE] [FML/reptilemod]: Testing mod reptilemod to verify it accepts its own version in a remote connection
[20:22:04] [Server thread/TRACE] [FML/reptilemod]: The mod reptilemod accepts its own version (3.1.0)
[20:22:04] [Server thread/DEBUG] [FML/reptilemod]: Attempting to inject @SidedProxy classes into reptilemod
[20:22:04] [Server thread/TRACE] [reptilemod/reptilemod]: Sent event FMLConstructionEvent to mod reptilemod
[20:22:04] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Reptile Mod took 0.033s
[20:22:04] [Server thread/TRACE] [rftools/rftools]: Sending event FMLConstructionEvent to mod rftools
[20:22:04] [Server thread/TRACE] [FML/rftools]: Mod rftools is using network checker : Accepting version 4.22beta28
[20:22:04] [Server thread/TRACE] [FML/rftools]: Testing mod rftools to verify it accepts its own version in a remote connection
[20:22:04] [Server thread/TRACE] [FML/rftools]: The mod rftools accepts its own version (4.22beta28)
[20:22:04] [Server thread/DEBUG] [FML/rftools]: Attempting to inject @SidedProxy classes into rftools
[20:22:04] [Server thread/TRACE] [rftools/rftools]: Sent event FMLConstructionEvent to mod rftools
[20:22:04] [Server thread/DEBUG] [FML/]: Bar Step: Construction - RFTools took 0.029s
[20:22:04] [Server thread/TRACE] [rightclicktorch/rightclicktorch]: Sending event FMLConstructionEvent to mod rightclicktorch
[20:22:04] [Server thread/TRACE] [FML/rightclicktorch]: Mod rightclicktorch is using network checker : Accepting version 1.8.9-1.0.2
[20:22:04] [Server thread/TRACE] [FML/rightclicktorch]: Testing mod rightclicktorch to verify it accepts its own version in a remote connection
[20:22:04] [Server thread/TRACE] [FML/rightclicktorch]: The mod rightclicktorch accepts its own version (1.8.9-1.0.2)
[20:22:04] [Server thread/DEBUG] [FML/rightclicktorch]: Attempting to inject @SidedProxy classes into rightclicktorch
[20:22:04] [Server thread/TRACE] [rightclicktorch/rightclicktorch]: Sent event FMLConstructionEvent to mod rightclicktorch
[20:22:04] [Server thread/DEBUG] [FML/]: Bar Step: Construction - RightClickTorch took 0.006s
[20:22:04] [Server thread/TRACE] [ropebridge/ropebridge]: Sending event FMLConstructionEvent to mod ropebridge
[20:22:04] [Server thread/TRACE] [FML/ropebridge]: Mod ropebridge is using network checker : Accepting version 1.3
[20:22:04] [Server thread/TRACE] [FML/ropebridge]: Testing mod ropebridge to verify it accepts its own version in a remote connection
[20:22:04] [Server thread/TRACE] [FML/ropebridge]: The mod ropebridge accepts its own version (1.3)
[20:22:04] [Server thread/DEBUG] [FML/ropebridge]: Attempting to inject @SidedProxy classes into ropebridge
[20:22:04] [Server thread/TRACE] [ropebridge/ropebridge]: Sent event FMLConstructionEvent to mod ropebridge
[20:22:04] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Rope Bridge took 0.008s
[20:22:04] [Server thread/TRACE] [routerreborn/routerreborn]: Sending event FMLConstructionEvent to mod routerreborn
[20:22:04] [Server thread/TRACE] [FML/routerreborn]: Mod routerreborn is using network checker : Accepting version 1.8.9-0.0.12b
[20:22:04] [Server thread/TRACE] [FML/routerreborn]: Testing mod routerreborn to verify it accepts its own version in a remote connection
[20:22:04] [Server thread/TRACE] [FML/routerreborn]: The mod routerreborn accepts its own version (1.8.9-0.0.12b)
[20:22:04] [Server thread/DEBUG] [FML/routerreborn]: Attempting to inject @SidedProxy classes into routerreborn
[20:22:04] [Server thread/TRACE] [routerreborn/routerreborn]: Sent event FMLConstructionEvent to mod routerreborn
[20:22:04] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Router Reborn took 0.143s
[20:22:04] [Server thread/TRACE] [Schematica/Schematica]: Sending event FMLConstructionEvent to mod Schematica
[20:22:04] [Server thread/TRACE] [FML/Schematica]: Mod Schematica is using network checker : Invoking method checkModList
[20:22:04] [Server thread/TRACE] [FML/Schematica]: Testing mod Schematica to verify it accepts its own version in a remote connection
[20:22:04] [Server thread/TRACE] [FML/Schematica]: The mod Schematica accepts its own version (1.7.7.143)
[20:22:04] [Server thread/DEBUG] [FML/Schematica]: Attempting to inject @SidedProxy classes into Schematica
[20:22:04] [Server thread/TRACE] [Schematica/Schematica]: Sent event FMLConstructionEvent to mod Schematica
[20:22:04] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Schematica took 0.042s
[20:22:04] [Server thread/TRACE] [sciapi/sciapi]: Sending event FMLConstructionEvent to mod sciapi
[20:22:04] [Server thread/TRACE] [FML/sciapi]: Mod sciapi is using network checker : Accepting version 1.2.0.1
[20:22:04] [Server thread/TRACE] [FML/sciapi]: Testing mod sciapi to verify it accepts its own version in a remote connection
[20:22:04] [Server thread/TRACE] [FML/sciapi]: The mod sciapi accepts its own version (1.2.0.1)
[20:22:04] [Server thread/DEBUG] [FML/sciapi]: Attempting to inject @SidedProxy classes into sciapi
[20:22:04] [Server thread/TRACE] [sciapi/sciapi]: Sent event FMLConstructionEvent to mod sciapi
[20:22:04] [Server thread/DEBUG] [FML/]: Bar Step: Construction - SciAPI took 0.012s
[20:22:04] [Server thread/TRACE] [SGCraft/SGCraft]: Sending event FMLConstructionEvent to mod SGCraft
[20:22:04] [Server thread/TRACE] [FML/SGCraft]: Mod SGCraft is using network checker : Accepting range [1.10,1.11)
[20:22:04] [Server thread/TRACE] [FML/SGCraft]: Testing mod SGCraft to verify it accepts its own version in a remote connection
[20:22:04] [Server thread/TRACE] [FML/SGCraft]: The mod SGCraft accepts its own version (1.10.1)
[20:22:04] [Server thread/DEBUG] [FML/SGCraft]: Attempting to inject @SidedProxy classes into SGCraft
[20:22:04] [Server thread/TRACE] [SGCraft/SGCraft]: Sent event FMLConstructionEvent to mod SGCraft
[20:22:04] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Greg's SG Craft took 0.159s
[20:22:04] [Server thread/TRACE] [SimilsaxTranstructors/SimilsaxTranstructors]: Sending event FMLConstructionEvent to mod SimilsaxTranstructors
[20:22:04] [Server thread/TRACE] [FML/SimilsaxTranstructors]: Mod SimilsaxTranstructors is using network checker : Accepting version 1.8.8.16
[20:22:04] [Server thread/TRACE] [FML/SimilsaxTranstructors]: Testing mod SimilsaxTranstructors to verify it accepts its own version in a remote connection
[20:22:04] [Server thread/TRACE] [FML/SimilsaxTranstructors]: The mod SimilsaxTranstructors accepts its own version (1.8.8.16)
[20:22:04] [Server thread/DEBUG] [FML/SimilsaxTranstructors]: Attempting to inject @SidedProxy classes into SimilsaxTranstructors
[20:22:04] [Server thread/TRACE] [SimilsaxTranstructors/SimilsaxTranstructors]: Sent event FMLConstructionEvent to mod SimilsaxTranstructors
[20:22:04] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Similsax Transtructors took 0.060s
[20:22:04] [Server thread/TRACE] [simplefluidtanks/simplefluidtanks]: Sending event FMLConstructionEvent to mod simplefluidtanks
[20:22:04] [Server thread/TRACE] [FML/simplefluidtanks]: Mod simplefluidtanks is using network checker : Accepting version 1.8.9-1.3.0.4
[20:22:04] [Server thread/TRACE] [FML/simplefluidtanks]: Testing mod simplefluidtanks to verify it accepts its own version in a remote connection
[20:22:04] [Server thread/TRACE] [FML/simplefluidtanks]: The mod simplefluidtanks accepts its own version (1.8.9-1.3.0.4)
[20:22:04] [Server thread/DEBUG] [FML/simplefluidtanks]: Attempting to inject @SidedProxy classes into simplefluidtanks
[20:22:04] [Server thread/TRACE] [simplefluidtanks/simplefluidtanks]: Sent event FMLConstructionEvent to mod simplefluidtanks
[20:22:04] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Simple Fluid Tanks took 0.046s
[20:22:04] [Server thread/TRACE] [SimpleLabels/SimpleLabels]: Sending event FMLConstructionEvent to mod SimpleLabels
[20:22:04] [Server thread/TRACE] [FML/SimpleLabels]: Mod SimpleLabels is using network checker : Accepting version 0.0.3
[20:22:04] [Server thread/TRACE] [FML/SimpleLabels]: Testing mod SimpleLabels to verify it accepts its own version in a remote connection
[20:22:04] [Server thread/TRACE] [FML/SimpleLabels]: The mod SimpleLabels accepts its own version (0.0.3)
[20:22:04] [Server thread/DEBUG] [FML/SimpleLabels]: Attempting to inject @SidedProxy classes into SimpleLabels
[20:22:04] [Server thread/TRACE] [SimpleLabels/SimpleLabels]: Sent event FMLConstructionEvent to mod SimpleLabels
[20:22:04] [Server thread/DEBUG] [FML/]: Bar Step: Construction - SimpleLabels took 0.012s
[20:22:04] [Server thread/TRACE] [flammpfeil.slashblade/flammpfeil.slashblade]: Sending event FMLConstructionEvent to mod flammpfeil.slashblade
[20:22:04] [Server thread/TRACE] [FML/flammpfeil.slashblade]: Mod flammpfeil.slashblade is using network checker : Accepting version mc1.8.9-r5
[20:22:04] [Server thread/TRACE] [FML/flammpfeil.slashblade]: Testing mod flammpfeil.slashblade to verify it accepts its own version in a remote connection
[20:22:04] [Server thread/TRACE] [FML/flammpfeil.slashblade]: The mod flammpfeil.slashblade accepts its own version (mc1.8.9-r5)
[20:22:04] [Server thread/DEBUG] [FML/flammpfeil.slashblade]: Attempting to inject @SidedProxy classes into flammpfeil.slashblade
[20:22:04] [Server thread/TRACE] [flammpfeil.slashblade/flammpfeil.slashblade]: Sent event FMLConstructionEvent to mod flammpfeil.slashblade
[20:22:04] [Server thread/DEBUG] [FML/]: Bar Step: Construction - SlashBlade took 0.096s
[20:22:04] [Server thread/TRACE] [steamadvantage/steamadvantage]: Sending event FMLConstructionEvent to mod steamadvantage
[20:22:04] [Server thread/TRACE] [FML/steamadvantage]: Mod steamadvantage is using network checker : Accepting version 1.5.2
[20:22:04] [Server thread/TRACE] [FML/steamadvantage]: Testing mod steamadvantage to verify it accepts its own version in a remote connection
[20:22:04] [Server thread/TRACE] [FML/steamadvantage]: The mod steamadvantage accepts its own version (1.5.2)
[20:22:04] [Server thread/DEBUG] [FML/steamadvantage]: Attempting to inject @SidedProxy classes into steamadvantage
[20:22:04] [Server thread/TRACE] [steamadvantage/steamadvantage]: Sent event FMLConstructionEvent to mod steamadvantage
[20:22:04] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Steam Advantage took 0.006s
[20:22:04] [Server thread/TRACE] [stellarsky/stellarsky]: Sending event FMLConstructionEvent to mod stellarsky
[20:22:04] [Server thread/TRACE] [FML/stellarsky]: Mod stellarsky is using network checker : Accepting version 0.2.1.0
[20:22:04] [Server thread/TRACE] [FML/stellarsky]: Testing mod stellarsky to verify it accepts its own version in a remote connection
[20:22:04] [Server thread/TRACE] [FML/stellarsky]: The mod stellarsky accepts its own version (0.2.1.0)
[20:22:04] [Server thread/DEBUG] [FML/stellarsky]: Attempting to inject @SidedProxy classes into stellarsky
[20:22:04] [Server thread/TRACE] [stellarsky/stellarsky]: Sent event FMLConstructionEvent to mod stellarsky
[20:22:04] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Stellar Sky took 0.090s
[20:22:04] [Server thread/TRACE] [StorageDrawers/StorageDrawers]: Sending event FMLConstructionEvent to mod StorageDrawers
[20:22:05] [Server thread/TRACE] [FML/StorageDrawers]: Mod StorageDrawers is using network checker : Accepting version 1.8.9-2.4.3
[20:22:05] [Server thread/TRACE] [FML/StorageDrawers]: Testing mod StorageDrawers to verify it accepts its own version in a remote connection
[20:22:05] [Server thread/TRACE] [FML/StorageDrawers]: The mod StorageDrawers accepts its own version (1.8.9-2.4.3)
[20:22:05] [Server thread/DEBUG] [FML/StorageDrawers]: Attempting to inject @SidedProxy classes into StorageDrawers
[20:22:05] [Server thread/TRACE] [StorageDrawers/StorageDrawers]: Sent event FMLConstructionEvent to mod StorageDrawers
[20:22:05] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Storage Drawers took 0.146s
[20:22:05] [Server thread/TRACE] [storagenetwork/storagenetwork]: Sending event FMLConstructionEvent to mod storagenetwork
[20:22:05] [Server thread/TRACE] [FML/storagenetwork]: Mod storagenetwork is using network checker : Accepting version 1.7.3
[20:22:05] [Server thread/TRACE] [FML/storagenetwork]: Testing mod storagenetwork to verify it accepts its own version in a remote connection
[20:22:05] [Server thread/TRACE] [FML/storagenetwork]: The mod storagenetwork accepts its own version (1.7.3)
[20:22:05] [Server thread/DEBUG] [FML/storagenetwork]: Attempting to inject @SidedProxy classes into storagenetwork
[20:22:05] [Server thread/TRACE] [storagenetwork/storagenetwork]: Sent event FMLConstructionEvent to mod storagenetwork
[20:22:05] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Storage Network took 0.029s
[20:22:05] [Server thread/TRACE] [structuredcrafting/structuredcrafting]: Sending event FMLConstructionEvent to mod structuredcrafting
[20:22:05] [Server thread/TRACE] [FML/structuredcrafting]: Mod structuredcrafting is using network checker : Accepting version 0.1.2
[20:22:05] [Server thread/TRACE] [FML/structuredcrafting]: Testing mod structuredcrafting to verify it accepts its own version in a remote connection
[20:22:05] [Server thread/TRACE] [FML/structuredcrafting]: The mod structuredcrafting accepts its own version (0.1.2)
[20:22:05] [Server thread/DEBUG] [FML/structuredcrafting]: Attempting to inject @SidedProxy classes into structuredcrafting
[20:22:05] [Server thread/TRACE] [structuredcrafting/structuredcrafting]: Sent event FMLConstructionEvent to mod structuredcrafting
[20:22:05] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Structured Crafting took 0.029s
[20:22:05] [Server thread/TRACE] [SuperMultiDrills/SuperMultiDrills]: Sending event FMLConstructionEvent to mod SuperMultiDrills
[20:22:05] [Server thread/TRACE] [FML/SuperMultiDrills]: Mod SuperMultiDrills is using network checker : Accepting version 1.3.0-beta3
[20:22:05] [Server thread/TRACE] [FML/SuperMultiDrills]: Testing mod SuperMultiDrills to verify it accepts its own version in a remote connection
[20:22:05] [Server thread/TRACE] [FML/SuperMultiDrills]: The mod SuperMultiDrills accepts its own version (1.3.0-beta3)
[20:22:05] [Server thread/DEBUG] [FML/SuperMultiDrills]: Attempting to inject @SidedProxy classes into SuperMultiDrills
[20:22:05] [Server thread/TRACE] [SuperMultiDrills/SuperMultiDrills]: Sent event FMLConstructionEvent to mod SuperMultiDrills
[20:22:05] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Super Multi-Drills took 0.069s
[20:22:05] [Server thread/TRACE] [machinemod/machinemod]: Sending event FMLConstructionEvent to mod machinemod
[20:22:05] [Server thread/TRACE] [FML/machinemod]: Mod machinemod is using network checker : Accepting version 1.8.9-1.1-Pre-ALPHA-Build-209
[20:22:05] [Server thread/TRACE] [FML/machinemod]: Testing mod machinemod to verify it accepts its own version in a remote connection
[20:22:05] [Server thread/TRACE] [FML/machinemod]: The mod machinemod accepts its own version (1.8.9-1.1-Pre-ALPHA-Build-209)
[20:22:05] [Server thread/DEBUG] [FML/machinemod]: Attempting to inject @SidedProxy classes into machinemod
[20:22:05] [Server thread/TRACE] [machinemod/machinemod]: Sent event FMLConstructionEvent to mod machinemod
[20:22:05] [Server thread/DEBUG] [FML/]: Bar Step: Construction - TechStack's Heavy Machinery Mod took 0.025s
[20:22:05] [Server thread/TRACE] [thaumicinfusion/thaumicinfusion]: Sending event FMLConstructionEvent to mod thaumicinfusion
[20:22:05] [Server thread/TRACE] [FML/thaumicinfusion]: Mod thaumicinfusion is using network checker : Accepting version 4.82
[20:22:05] [Server thread/TRACE] [FML/thaumicinfusion]: Testing mod thaumicinfusion to verify it accepts its own version in a remote connection
[20:22:05] [Server thread/TRACE] [FML/thaumicinfusion]: The mod thaumicinfusion accepts its own version (4.82)
[20:22:05] [Server thread/DEBUG] [FML/thaumicinfusion]: Attempting to inject @SidedProxy classes into thaumicinfusion
[20:22:05] [Server thread/TRACE] [thaumicinfusion/thaumicinfusion]: Sent event FMLConstructionEvent to mod thaumicinfusion
[20:22:05] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Thaumic Infusion took 0.021s
[20:22:05] [Server thread/TRACE] [tis3d/tis3d]: Sending event FMLConstructionEvent to mod tis3d
[20:22:05] [Server thread/TRACE] [FML/tis3d]: Mod tis3d is using network checker : Accepting version 0.8.3.13
[20:22:05] [Server thread/TRACE] [FML/tis3d]: Testing mod tis3d to verify it accepts its own version in a remote connection
[20:22:05] [Server thread/TRACE] [FML/tis3d]: The mod tis3d accepts its own version (0.8.3.13)
[20:22:05] [Server thread/DEBUG] [FML/tis3d]: Attempting to inject @SidedProxy classes into tis3d
[20:22:05] [Server thread/TRACE] [tis3d/tis3d]: Sent event FMLConstructionEvent to mod tis3d
[20:22:05] [Server thread/DEBUG] [FML/]: Bar Step: Construction - TIS-3D took 0.050s
[20:22:05] [Server thread/TRACE] [tomtom/tomtom]: Sending event FMLConstructionEvent to mod tomtom
[20:22:05] [Server thread/TRACE] [FML/tomtom]: Mod tomtom is using network checker : Accepting version @Version@
[20:22:05] [Server thread/TRACE] [FML/tomtom]: Testing mod tomtom to verify it accepts its own version in a remote connection
[20:22:05] [Server thread/TRACE] [FML/tomtom]: The mod tomtom accepts its own version (@Version@)
[20:22:05] [Server thread/DEBUG] [FML/tomtom]: Attempting to inject @SidedProxy classes into tomtom
[20:22:05] [Server thread/TRACE] [tomtom/tomtom]: Sent event FMLConstructionEvent to mod tomtom
[20:22:05] [Server thread/DEBUG] [FML/]: Bar Step: Construction - TomTom took 0.017s
[20:22:05] [Server thread/TRACE] [ToolsOnTheGo/ToolsOnTheGo]: Sending event FMLConstructionEvent to mod ToolsOnTheGo
[20:22:05] [Server thread/TRACE] [FML/ToolsOnTheGo]: Mod ToolsOnTheGo is using network checker : Accepting version 1.8.9
[20:22:05] [Server thread/TRACE] [FML/ToolsOnTheGo]: Testing mod ToolsOnTheGo to verify it accepts its own version in a remote connection
[20:22:05] [Server thread/TRACE] [FML/ToolsOnTheGo]: The mod ToolsOnTheGo accepts its own version (1.8.9)
[20:22:05] [Server thread/DEBUG] [FML/ToolsOnTheGo]: Attempting to inject @SidedProxy classes into ToolsOnTheGo
[20:22:05] [Server thread/TRACE] [ToolsOnTheGo/ToolsOnTheGo]: Sent event FMLConstructionEvent to mod ToolsOnTheGo
[20:22:05] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Tools on the Go took 0.018s
[20:22:05] [Server thread/TRACE] [totemic/totemic]: Sending event FMLConstructionEvent to mod totemic
[20:22:05] [Server thread/TRACE] [FML/totemic]: Mod totemic is using network checker : Accepting version 1.8.9-0.6.5
[20:22:05] [Server thread/TRACE] [FML/totemic]: Testing mod totemic to verify it accepts its own version in a remote connection
[20:22:05] [Server thread/TRACE] [FML/totemic]: The mod totemic accepts its own version (1.8.9-0.6.5)
[20:22:05] [Server thread/DEBUG] [FML/totemic]: Attempting to inject @SidedProxy classes into totemic
[20:22:05] [Server thread/TRACE] [totemic/totemic]: Sent event FMLConstructionEvent to mod totemic
[20:22:05] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Totemic took 0.037s
[20:22:05] [Server thread/TRACE] [Trashcans/Trashcans]: Sending event FMLConstructionEvent to mod Trashcans
[20:22:05] [Server thread/TRACE] [FML/Trashcans]: Mod Trashcans is using network checker : Accepting version 1.0.1
[20:22:05] [Server thread/TRACE] [FML/Trashcans]: Testing mod Trashcans to verify it accepts its own version in a remote connection
[20:22:05] [Server thread/TRACE] [FML/Trashcans]: The mod Trashcans accepts its own version (1.0.1)
[20:22:05] [Server thread/DEBUG] [FML/Trashcans]: Attempting to inject @SidedProxy classes into Trashcans
[20:22:05] [Server thread/TRACE] [Trashcans/Trashcans]: Sent event FMLConstructionEvent to mod Trashcans
[20:22:05] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Trashcans took 0.026s
[20:22:05] [Server thread/TRACE] [ultimate_unicorn_mod/ultimate_unicorn_mod]: Sending event FMLConstructionEvent to mod ultimate_unicorn_mod
[20:22:05] [Server thread/TRACE] [FML/ultimate_unicorn_mod]: Mod ultimate_unicorn_mod is using network checker : Accepting version 1.4.3
[20:22:05] [Server thread/TRACE] [FML/ultimate_unicorn_mod]: Testing mod ultimate_unicorn_mod to verify it accepts its own version in a remote connection
[20:22:05] [Server thread/TRACE] [FML/ultimate_unicorn_mod]: The mod ultimate_unicorn_mod accepts its own version (1.4.3)
[20:22:05] [Server thread/DEBUG] [FML/ultimate_unicorn_mod]: Attempting to inject @SidedProxy classes into ultimate_unicorn_mod
[20:22:05] [Server thread/TRACE] [ultimate_unicorn_mod/ultimate_unicorn_mod]: Sent event FMLConstructionEvent to mod ultimate_unicorn_mod
[20:22:05] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Wings, Horns, and Hooves, the Ultimate Unicorn Mod! took 0.248s
[20:22:05] [Server thread/TRACE] [underphangables/underphangables]: Sending event FMLConstructionEvent to mod underphangables
[20:22:05] [Server thread/TRACE] [FML/underphangables]: Mod underphangables is using network checker : No network checking performed
[20:22:05] [Server thread/TRACE] [FML/underphangables]: Testing mod underphangables to verify it accepts its own version in a remote connection
[20:22:05] [Server thread/TRACE] [FML/underphangables]: The mod underphangables accepts its own version (1.0.1)
[20:22:05] [Server thread/DEBUG] [FML/underphangables]: Attempting to inject @SidedProxy classes into underphangables
[20:22:05] [Server thread/TRACE] [underphangables/underphangables]: Sent event FMLConstructionEvent to mod underphangables
[20:22:05] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Underp Hangables took 0.008s
[20:22:05] [Server thread/TRACE] [unlogicii/unlogicii]: Sending event FMLConstructionEvent to mod unlogicii
[20:22:05] [Server thread/TRACE] [FML/unlogicii]: Mod unlogicii is using network checker : Accepting version 4.2.1.50
[20:22:05] [Server thread/TRACE] [FML/unlogicii]: Testing mod unlogicii to verify it accepts its own version in a remote connection
[20:22:05] [Server thread/TRACE] [FML/unlogicii]: The mod unlogicii accepts its own version (4.2.1.50)
[20:22:05] [Server thread/DEBUG] [FML/unlogicii]: Attempting to inject @SidedProxy classes into unlogicii
[20:22:05] [Server thread/TRACE] [unlogicii/unlogicii]: Sent event FMLConstructionEvent to mod unlogicii
[20:22:05] [Server thread/DEBUG] [FML/]: Bar Step: Construction - UnLogic II took 0.197s
[20:22:05] [Server thread/TRACE] [unlogiciivc/unlogiciivc]: Sending event FMLConstructionEvent to mod unlogiciivc
[20:22:05] [Server thread/TRACE] [FML/unlogiciivc]: Mod unlogiciivc is using network checker : Accepting version 1.5
[20:22:05] [Server thread/TRACE] [FML/unlogiciivc]: Testing mod unlogiciivc to verify it accepts its own version in a remote connection
[20:22:05] [Server thread/TRACE] [FML/unlogiciivc]: The mod unlogiciivc accepts its own version (1.5)
[20:22:05] [Server thread/DEBUG] [FML/unlogiciivc]: Attempting to inject @SidedProxy classes into unlogiciivc
[20:22:05] [Server thread/TRACE] [unlogiciivc/unlogiciivc]: Sent event FMLConstructionEvent to mod unlogiciivc
[20:22:05] [Server thread/DEBUG] [FML/]: Bar Step: Construction - UnLogic II Version Checker took 0.005s
[20:22:05] [Server thread/TRACE] [VeinMiner/VeinMiner]: Sending event FMLConstructionEvent to mod VeinMiner
[20:22:05] [Server thread/TRACE] [FML/VeinMiner]: Mod VeinMiner is using network checker : Invoking method checkClientModVersion
[20:22:05] [Server thread/TRACE] [FML/VeinMiner]: Testing mod VeinMiner to verify it accepts its own version in a remote connection
[20:22:05] [Server thread/TRACE] [FML/VeinMiner]: The mod VeinMiner accepts its own version (0.31.4_build.unknown)
[20:22:05] [Server thread/DEBUG] [FML/VeinMiner]: Check Version
[20:22:05] [Server thread/DEBUG] [FML/VeinMiner]: Check Version
[20:22:05] [Server thread/DEBUG] [FML/VeinMiner]: Attempting to inject @SidedProxy classes into VeinMiner
[20:22:05] [Server thread/TRACE] [VeinMiner/VeinMiner]: Sent event FMLConstructionEvent to mod VeinMiner
[20:22:05] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Vein Miner took 0.037s
[20:22:05] [Server thread/TRACE] [VeinMinerModSupport/VeinMinerModSupport]: Sending event FMLConstructionEvent to mod VeinMinerModSupport
[20:22:05] [Server thread/TRACE] [FML/VeinMinerModSupport]: Mod VeinMinerModSupport is using network checker : Invoking method checkClientModVersion
[20:22:05] [Server thread/TRACE] [FML/VeinMinerModSupport]: Testing mod VeinMinerModSupport to verify it accepts its own version in a remote connection
[20:22:05] [Server thread/TRACE] [FML/VeinMinerModSupport]: The mod VeinMinerModSupport accepts its own version (0.31.4_build.unknown)
[20:22:05] [Server thread/DEBUG] [FML/VeinMinerModSupport]: Attempting to inject @SidedProxy classes into VeinMinerModSupport
[20:22:05] [Server thread/TRACE] [VeinMinerModSupport/VeinMinerModSupport]: Sent event FMLConstructionEvent to mod VeinMinerModSupport
[20:22:05] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Mod Support took 0.003s
[20:22:05] [Server thread/TRACE] [wcies/wcies]: Sending event FMLConstructionEvent to mod wcies
[20:22:05] [Server thread/TRACE] [FML/wcies]: Mod wcies is using network checker : Accepting version 1
[20:22:05] [Server thread/TRACE] [FML/wcies]: Testing mod wcies to verify it accepts its own version in a remote connection
[20:22:05] [Server thread/TRACE] [FML/wcies]: The mod wcies accepts its own version (1)
[20:22:05] [Server thread/DEBUG] [FML/wcies]: Attempting to inject @SidedProxy classes into wcies
[20:22:05] [Server thread/TRACE] [wcies/wcies]: Sent event FMLConstructionEvent to mod wcies
[20:22:05] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Why Can't I Eat Saplings? took 0.015s
[20:22:05] [Server thread/TRACE] [weather2/weather2]: Sending event FMLConstructionEvent to mod weather2
[20:22:05] [Server thread/ERROR] [weather2/weather2]: The mod weather2 appears to have an invalid event annotation EventHandler. This annotation can only apply to methods with recognized event arguments - it will not be called
[20:22:05] [Server thread/TRACE] [FML/weather2]: Mod weather2 is using network checker : Accepting version v2.3.11
[20:22:05] [Server thread/TRACE] [FML/weather2]: Testing mod weather2 to verify it accepts its own version in a remote connection
[20:22:05] [Server thread/TRACE] [FML/weather2]: The mod weather2 accepts its own version (v2.3.11)
[20:22:05] [Server thread/DEBUG] [FML/weather2]: Attempting to inject @SidedProxy classes into weather2
[20:22:05] [Server thread/TRACE] [weather2/weather2]: Sent event FMLConstructionEvent to mod weather2
[20:22:05] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Localized Weather & Storms took 0.032s
[20:22:05] [Server thread/TRACE] [wonderfulwands/wonderfulwands]: Sending event FMLConstructionEvent to mod wonderfulwands
[20:22:06] [Server thread/TRACE] [FML/wonderfulwands]: Mod wonderfulwands is using network checker : Accepting version 1.8.0
[20:22:06] [Server thread/TRACE] [FML/wonderfulwands]: Testing mod wonderfulwands to verify it accepts its own version in a remote connection
[20:22:06] [Server thread/TRACE] [FML/wonderfulwands]: The mod wonderfulwands accepts its own version (1.8.0)
[20:22:06] [Server thread/DEBUG] [FML/wonderfulwands]: Attempting to inject @SidedProxy classes into wonderfulwands
[20:22:06] [Server thread/TRACE] [wonderfulwands/wonderfulwands]: Sent event FMLConstructionEvent to mod wonderfulwands
[20:22:06] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Wonderful Wands took 0.181s
[20:22:06] [Server thread/TRACE] [worldedit/worldedit]: Sending event FMLConstructionEvent to mod worldedit
[20:22:06] [Server thread/TRACE] [FML/worldedit]: Mod worldedit is using network checker : No network checking performed
[20:22:06] [Server thread/TRACE] [FML/worldedit]: Testing mod worldedit to verify it accepts its own version in a remote connection
[20:22:06] [Server thread/TRACE] [FML/worldedit]: The mod worldedit accepts its own version (6.1.1)
[20:22:06] [Server thread/DEBUG] [FML/worldedit]: Attempting to inject @SidedProxy classes into worldedit
[20:22:06] [Server thread/TRACE] [worldedit/worldedit]: Sent event FMLConstructionEvent to mod worldedit
[20:22:06] [Server thread/DEBUG] [FML/]: Bar Step: Construction - WorldEdit took 0.109s
[20:22:06] [Server thread/DEBUG] [FML/]: Bar Finished: Construction took 12.385s
[20:22:06] [Server thread/DEBUG] [FML/]: Mod signature data
[20:22:06] [Server thread/DEBUG] [FML/]: Valid Signatures:
[20:22:06] [Server thread/DEBUG] [FML/]: (e3c3d50c7c986df74c645c0ac54639741c90a557) FML (Forge Mod Loader 8.0.99.99) forge.jar
[20:22:06] [Server thread/DEBUG] [FML/]: (e3c3d50c7c986df74c645c0ac54639741c90a557) Forge (Minecraft Forge 11.15.1.1764) forge.jar
[20:22:06] [Server thread/DEBUG] [FML/]: (5a57c7d1420cf4c58f53ea2a298ebef8215ede63) moarsigns (MoarSigns 2.0.4) moar-signs-1.8.9-2.0.4.jar
[20:22:06] [Server thread/DEBUG] [FML/]: Missing Signatures:
[20:22:06] [Server thread/DEBUG] [FML/]: mcp (Minecraft Coder Pack 9.19) minecraft.jar
[20:22:06] [Server thread/DEBUG] [FML/]: OpenComputers|Core (OpenComputers (Core) 1.5.22.6) minecraft.jar
[20:22:06] [Server thread/DEBUG] [FML/]: darkevilmac.movingworld.common.asm.coremod (MovingWorld CORE ) minecraft.jar
[20:22:06] [Server thread/DEBUG] [FML/]: <CCTweaks ASM> (<CCTweaks ASM> 0.3.0.2) minecraft.jar
[20:22:06] [Server thread/DEBUG] [FML/]: ActuallyAdditions (Actually Additions 1.8.9-r26) ActuallyAdditions-1.8.9-r26.jar
[20:22:06] [Server thread/DEBUG] [FML/]: additionalbanners (Additional Banners 1.1.1) AdditionalBanners-1.1.1-1.8.9.jar
[20:22:06] [Server thread/DEBUG] [FML/]: ac2 (Alchemy Craft 2 1.1.3 Beta) alchemy-craft-1.8.9-1.3.1.jar
[20:22:06] [Server thread/DEBUG] [FML/]: FurnaceEvolved (Alt F4 1.8.9-0.0.2.8) Alt-F4-1.8.9-0.0.2.8.jar
[20:22:06] [Server thread/DEBUG] [FML/]: anotherdusts (Another Dusts 1.4.1) anotherdusts-1.8.9-1.4.1.jar
[20:22:06] [Server thread/DEBUG] [FML/]: MovingWorld (Moving World MC1.8.9-INDEV-E) movingworld-MC1.8.9-INDEV-E-full.jar
[20:22:06] [Server thread/DEBUG] [FML/]: ArchimedesShipsPlus (Archimedes' Ships Plus MC1.8.9-INDEV-D) archimedesshipsplus-MC1.8.9-INDEV-D.jar
[20:22:06] [Server thread/DEBUG] [FML/]: ArchitectureCraft (ArchitectureCraft 1.3.1) architecture-craft-1.8.9-1.3.1.jar
[20:22:06] [Server thread/DEBUG] [FML/]: Circuits (Automated Redstone 3.0.0) AutomatedRedstone-1.8.9-3.0.0.jar
[20:22:06] [Server thread/DEBUG] [FML/]: AutoSapling (Auto Sapling 1.0) AutoSapling 1.2 MC1.8.9.jar
[20:22:06] [Server thread/DEBUG] [FML/]: basemetals (Base Metals 1.7.3) BaseMetals-1.7.3.jar
[20:22:06] [Server thread/DEBUG] [FML/]: bdlib (BD Lib 1.10.0.23) bdlib-1.10.0.23-mc1.8.9.jar
[20:22:06] [Server thread/DEBUG] [FML/]: betterbuilderswands (Better Builder's Wands 0.5.1) better-builders-wands-1.8.9-0.5.1-83.jar
[20:22:06] [Server thread/DEBUG] [FML/]: bigtrees (The BigTrees Mod 0.2) bigtrees-0.2-1.8.9.jar
[20:22:06] [Server thread/DEBUG] [FML/]: BiomesOPlenty (Biomes O' Plenty 3.0.0) biomes-oplenty-1.8.9-3.0.0.1926.jar
[20:22:06] [Server thread/DEBUG] [FML/]: JEI (Just Enough Items 2.28.6.173) jei_1.8.9-2.28.6.173.jar
[20:22:06] [Server thread/DEBUG] [FML/]: BloodMagic (Blood Magic: Alchemical Wizardry 1.8.9-2.0.0-19) blood-magic-1.8.9-2.0.0-19.jar
[20:22:06] [Server thread/DEBUG] [FML/]: Bloodmoon (Bloodmoon 1.2) Bloodmoon-MC1.8.8-1.4.jar
[20:22:06] [Server thread/DEBUG] [FML/]: bh_housing (BlueHex Housing Mod 1.8.9-0.0.1.1) BlueHex_Housing_Mod-1.8.9-0.0.1.1.jar
[20:22:06] [Server thread/DEBUG] [FML/]: bookshelfapi (Bookshelf 2.3.5) bookshelf-api-1.8.9-2.3.5.jar
[20:22:06] [Server thread/DEBUG] [FML/]: bookshelf (Bookshelf 1.1.1.203) bookshelf-library-1.8.9-1.1.1.203.jar
[20:22:06] [Server thread/DEBUG] [FML/]: Baubles (Baubles 1.1.3.0) Baubles-1.8.9-1.1.3.0.jar
[20:22:06] [Server thread/DEBUG] [FML/]: Thaumcraft (Thaumcraft 5.1.6) thaumcraft-1.8.9-5.1.6.jar
[20:22:06] [Server thread/DEBUG] [FML/]: Botania (Botania r1.8-250) botania-r1.8-0.6.3.jar
[20:22:06] [Server thread/DEBUG] [FML/]: samsbucketblocks (Bucket Storage 1.0.1) bucket-storage-blocks-1.8.9-1.0.1.jar
[20:22:06] [Server thread/DEBUG] [FML/]: BuildersGuides (Builder's Guides 1.8.9-0.2.0-alpha) buildersguides-1.8.9-0.2.0-alpha.jar
[20:22:06] [Server thread/DEBUG] [FML/]: buildingbrickscompatvanilla (Building Bricks Vanilla Compat 1.8.9-1.3.2) BuildingBricks-1.8.9-1.3.2.jar
[20:22:06] [Server thread/DEBUG] [FML/]: buildingbricks (Building Bricks 1.8.9-1.3.2) BuildingBricks-1.8.9-1.3.2.jar
[20:22:06] [Server thread/DEBUG] [FML/]: caterpillar (Caterpillar 0.0.0) Caterpillar-1.1.189b74.jar
[20:22:06] [Server thread/DEBUG] [FML/]: ComputerCraft (ComputerCraft 1.78) ComputerCraft1.78.jar
[20:22:06] [Server thread/DEBUG] [FML/]: CCTweaks (CCTweaks 0.3.0.2) CCTweaks-1.8.9-0.3.0.2.jar
[20:22:06] [Server thread/DEBUG] [FML/]: Chameleon (Chameleon 1.8.9-0.2.1) Chameleon-1.8.9-0.2.1.jar
[20:22:06] [Server thread/DEBUG] [FML/]: ChestTransporter (Chest Transporter 2.2.0) chest-transporter-1.8.9-2.2.0.jar
[20:22:06] [Server thread/DEBUG] [FML/]: chickens (Chickens 1.0) chickens-1.8.9-1.0.jar
[20:22:06] [Server thread/DEBUG] [FML/]: chisel (Chisel @VERSION@) Chisel-MC1.8.9-0.0.2.6.jar
[20:22:06] [Server thread/DEBUG] [FML/]: clayworldgen (Clay WorldGen v1.0.0) ClayWorldGen-1.0.1.jar
[20:22:06] [Server thread/DEBUG] [FML/]: cyclopscore (Cyclops Core 0.5.1) cyclops-core-1.8.9-0.5.1.jar
[20:22:06] [Server thread/DEBUG] [FML/]: colossalchests (Colossal Chests 1.3.2) colossal-chests-1.8.9-1.3.1.jar
[20:22:06] [Server thread/DEBUG] [FML/]: kreezxilscompressedblocks (Compressed Blocks by Kreezxil 1.8-4.0.1.1577) CompressedBlocks-2.0.2.jar
[20:22:06] [Server thread/DEBUG] [FML/]: CoroAI (CoroAI v1.1.4) coroutil-1.8.9-1.1.4.jar
[20:22:06] [Server thread/DEBUG] [FML/]: ExtendedRenderer (Extended Renderer v1.0) coroutil-1.8.9-1.1.4.jar
[20:22:06] [Server thread/DEBUG] [FML/]: ConfigMod (Extended Mod Config v1.0) coroutil-1.8.9-1.1.4.jar
[20:22:06] [Server thread/DEBUG] [FML/]: craftgun (Craftable Gunpowder 1.0.4) craftgun-1.0.4-mc1.8.9.jar
[20:22:06] [Server thread/DEBUG] [FML/]: DarkUtils (Dark Utilities 1.0.0.9) dark-utilities-1.8.9-1.0.0.18.jar
[20:22:06] [Server thread/DEBUG] [FML/]: DeathCounter (DeathCounter 5.0.0) death-counter-1.8.9.jar
[20:22:06] [Server thread/DEBUG] [FML/]: ElecCore (ElecCore 1.5) eleccore-1.8.9-1.4.234.jar
[20:22:06] [Server thread/DEBUG] [FML/]: deepresonance (DeepResonance 1.1.4beta7) deep-resonance-1.8.9-1.1.4beta7.jar
[20:22:06] [Server thread/DEBUG] [FML/]: spawn_defuzzer (Spawn Defuzzer 1.1.0) defuzz-1.2.0.jar
[20:22:06] [Server thread/DEBUG] [FML/]: dlr (Don's Lightning Rod 2.4.0) dons-lightning-rod-1.8.9-2.4.0.jar
[20:22:06] [Server thread/DEBUG] [FML/]: dldungeonsjdg (Doomlike Dungeons 1.8.8 (beta)) doomlike-dungeons-1.8.8-beta-1.8.9.jar
[20:22:06] [Server thread/DEBUG] [FML/]: poweradvantage (Power Advantage 1.5.2) PowerAdvantage-1.5.2.jar
[20:22:06] [Server thread/DEBUG] [FML/]: electricadvantage (Electric Advantage 1.1.1) ElectricAdvantage-1.1.1.jar
[20:22:06] [Server thread/DEBUG] [FML/]: endercrop (Ender Crop 1.0) endercrop-1.0.jar
[20:22:06] [Server thread/DEBUG] [FML/]: enderrift (Ender-Rift 0.10.0) EnderRift-0.10.0.jar
[20:22:06] [Server thread/DEBUG] [FML/]: ShetiPhianCore (ShetiPhian-Core 3.1.0) ShetiPhianCore-1.8.9-3.1.0.jar
[20:22:06] [Server thread/DEBUG] [FML/]: EnderTanks (EnderTanks 1.2.1) EnderTanks-1.8.9-1.2.1.jar
[20:22:06] [Server thread/DEBUG] [FML/]: enderutilities (Ender Utilities 0.5.0) enderutilities-1.8.9-0.5.0.jar
[20:22:06] [Server thread/DEBUG] [FML/]: evilcraft (EvilCraft 0.9.3) evil-craft-1.8.9-0.9.3.jar
[20:22:06] [Server thread/DEBUG] [FML/]: golems (Extra Golems 3.02) extra-golems-1.8.9-3.0.2.jar
[20:22:06] [Server thread/DEBUG] [FML/]: ezstorage (EZ Storage 1.0) ezstorage-1.8.9-1.2.6.jar
[20:22:06] [Server thread/DEBUG] [FML/]: OpenComputers (OpenComputers 1.5.22.6) OpenComputers-MC1.8.9-1.5.22.6.jar
[20:22:06] [Server thread/DEBUG] [FML/]: FFS (Fancy Fluid Storage 1.8.9-1.4.5.7.91) Fancy Fluid Storage-1.8.9-1.4.5.7.91.jar
[20:22:06] [Server thread/DEBUG] [FML/]: mcmultipart (MCMultiPart 1.0.7) MCMultiPart-1.0.7-universal.jar
[20:22:06] [Server thread/DEBUG] [FML/]: reborncore (RebornCore 1.4.3.20) RebornCore-1.8.9-1.4.3.20-universal.jar
[20:22:06] [Server thread/DEBUG] [FML/]: fluxedredstone (FluxedRedstone 1.3.0.31) Fluxed Redstone-1.3.0.31.jar
[20:22:06] [Server thread/DEBUG] [FML/]: fluxedcore (Fluxed-Core 2.0.3) fluxed-core-1.8.9-2.0.3.jar
[20:22:06] [Server thread/DEBUG] [FML/]: fluxedsolars (Fluxed Solars $GRADLEVERSION) fluxedsolars-1.9.jar
[20:22:06] [Server thread/DEBUG] [FML/]: samsfooddetails (Food Details 1.0.0) food-details-1.8.9-1.0.0.jar
[20:22:06] [Server thread/DEBUG] [FML/]: substratum (Substratum 1.1.0.1) Substratum-1.8.9-1.1.0.1.jar
[20:22:06] [Server thread/DEBUG] [FML/]: foundry (Foundry 1.4.0.0) Foundry-1.8.9-1.4.0.0.jar
[20:22:06] [Server thread/DEBUG] [FML/]: pressure (Pressure Pipes 1.3.0.13) pressure-1.3.0.13-mc1.8.9.jar
[20:22:06] [Server thread/DEBUG] [FML/]: advgenerators (Advanced Generators 0.9.19.3) generators-0.9.19.3-mc1.8.9.jar
[20:22:06] [Server thread/DEBUG] [FML/]: geoactivity (GeoActivity 2.2.3) geoactivity-2.2.3.jar
[20:22:06] [Server thread/DEBUG] [FML/]: glass_shards (Glass Shards 1.6) glass-shards-1.8.9-1.6.jar
[20:22:06] [Server thread/DEBUG] [FML/]: techreborn (TechReborn 0.7.11.61) TechReborn-1.8.9-0.7.11.61-universal.jar
[20:22:06] [Server thread/DEBUG] [FML/]: hammerz (Hammerz 1.8.9-0.1.5.18) Hammerz-1.8.9-0.1.5.18.jar
[20:22:06] [Server thread/DEBUG] [FML/]: hopperducts (Hopper Ducts 1.4.6) hopperducts-mc1.8.8-1.4.6.jar
[20:22:06] [Server thread/DEBUG] [FML/]: ice_shards (Ice Shards 1.3.1-fix) ice-shards-1.8.9-1.3.1.jar
[20:22:06] [Server thread/DEBUG] [FML/]: immcraft (Immersive Craft 1.1.0) immcraft-1.1.0.jar
[20:22:06] [Server thread/DEBUG] [FML/]: ironbackpacks (Iron Backpacks 1.8.9-2.0.5) IronBackpacks-1.8.9-2.0.5.jar
[20:22:06] [Server thread/DEBUG] [FML/]: IronChest (Iron Chest 6.0.125.770) ironchest-1.8.9-6.0.125.770.jar
[20:22:06] [Server thread/DEBUG] [FML/]: ifinder (ItemFinder 1.0) ItemFinder-1.8.9-1.0.jar
[20:22:06] [Server thread/DEBUG] [FML/]: jacb (JACB 1.0.6) JACB-1.8.9-1.0.6.jar
[20:22:06] [Server thread/DEBUG] [FML/]: jorsscraft (JorssCraft 0.2.1) jorrscraft-1.8.9-0.2.1.jar
[20:22:06] [Server thread/DEBUG] [FML/]: je_calculation (Just Enough Calculation 0.3.1) just-enough-calculation-1.8.9-0.3.1.jar
[20:22:06] [Server thread/DEBUG] [FML/]: knightperipherals (KnightPeripherals 1.8.9-2.2) KnightPeripherals-1.8.9-2.2.jar
[20:22:06] [Server thread/DEBUG] [FML/]: lootablebodies (DrCyano's Lootable Bodies 1.4.1) lootable-bodies-1.8.9-1.4.1.jar
[20:22:06] [Server thread/DEBUG] [FML/]: LunatriusCore (LunatriusCore 1.1.2.32) lunatrius-core-1.8.9-1.1.2.32.jar
[20:22:06] [Server thread/DEBUG] [FML/]: malisiscore (MalisisCore 1.8.9-2.0.3) malisiscore-1.8.9-2.0.3.jar
[20:22:06] [Server thread/DEBUG] [FML/]: malisisadvert (Malisis Advert 1.8.9-2.0.0) malisisadvert-1.8.9-2.0.0.jar
[20:22:06] [Server thread/DEBUG] [FML/]: malisisblocks (Malisis Blocks 1.8-2.0.0) malisisblocks-1.8-2.0.0.jar
[20:22:06] [Server thread/DEBUG] [FML/]: malisisdoors (MalisisDoors 1.8.9-3.0.1) malisisdoors-1.8.9-3.0.1.jar
[20:22:06] [Server thread/DEBUG] [FML/]: malisisswitches (Malisis Switches 1.8.9-1.0.0) malisisswitches-1.8.9-1.0.0.jar
[20:22:06] [Server thread/DEBUG] [FML/]: mantle (Mantle 1.8.9-0.8.2.jenkins95) Mantle-1.8.9-0.8.2.jar
[20:22:06] [Server thread/DEBUG] [FML/]: mdecore (MattDahEpic Core 1.8.9-1.1.1) mattdahepic-core-1.8.9-1.1.1.jar
[20:22:06] [Server thread/DEBUG] [FML/]: minecraftcalculator778 (MineCalc 2.4.2) minecalc-1.8.8-2.4.2.jar
[20:22:06] [Server thread/DEBUG] [FML/]: mineralogy (Mineralogy 2.6.0) mineralogy-1.8.9-1.6.0.jar
[20:22:06] [Server thread/DEBUG] [FML/]: missing_pieces (Missing Pieces 1.4.0) missingPieces-1.8.9-1.4.0.jar
[20:22:06] [Server thread/DEBUG] [FML/]: modulartools (Modular Tools 1.0.0) modular-tools-1.0.1.jar
[20:22:06] [Server thread/DEBUG] [FML/]: numina (Numina 0.4.0.131.jar) ModularPowersuits-1.8.9-0.0.1-1.jar
[20:22:06] [Server thread/DEBUG] [FML/]: powersuits (powersuits 1.0) ModularPowersuits-1.8.9-0.0.1-1.jar
[20:22:06] [Server thread/DEBUG] [FML/]: shear (More Shearables 1.0) more-shearables-1.8.9-1.0.jar
[20:22:06] [Server thread/DEBUG] [FML/]: Morpheus (Morpheus 1.8.9-2.0.58) morpheus-1.8.9-2.0.58.jar
[20:22:06] [Server thread/DEBUG] [FML/]: samsmountedpearl (Mounted Pearl 1.0.0) mounted-pearl-1.8.9-1.0.0.jar
[20:22:06] [Server thread/DEBUG] [FML/]: ProjectE (ProjectE 1.8.9-PE1.1.4) projecte-1.8.9-PE1.1.4.jar
[20:22:06] [Server thread/DEBUG] [FML/]: mrfusion (Mr Fusion 0.1.005) mr-fusion-1.8.9-0.1.005.jar
[20:22:06] [Server thread/DEBUG] [FML/]: cfm (MrCrayfish's Furniture Mod 3.6) MrCrayfishFurntiureModv3.6.1(1.8.9).jar
[20:22:06] [Server thread/DEBUG] [FML/]: tconstruct (Tinkers' Construct 1.8.9-2.1.0.jenkins101) TConstruct-1.8.9-2.1.0.jar
[20:22:06] [Server thread/DEBUG] [FML/]: MysticalCrops (Mystical Crops 1.1) mystical-crops-1.8.9-1.3prerelease.jar
[20:22:06] [Server thread/DEBUG] [FML/]: neotech (NeoTech 2.4.0a) neotech-1.8.9-2.4.0a.jar
[20:22:06] [Server thread/DEBUG] [FML/]: netheressencevc (Nether Essence Version Checker 1.5) nether-essence-4.0.1.1.jar
[20:22:06] [Server thread/DEBUG] [FML/]: netheressence (Nether Essence 4.0.1.1) nether-essence-4.0.1.1.jar
[20:22:06] [Server thread/DEBUG] [FML/]: netherportalfix (Nether Portal Fix 1.0) netherportalfix-mc1.8.9-2.1.6.jar
[20:22:06] [Server thread/DEBUG] [FML/]: nmsot (No Mob Spawning on Trees 1.1.1-mc1.8.9) no-mobs-spawning-on-trees-1.8.9-1.1.1.jar
[20:22:06] [Server thread/DEBUG] [FML/]: samsocean (Classic Oceans 1.0.0) ocean-floor-1.8.9-1.0.0.jar
[20:22:06] [Server thread/DEBUG] [FML/]: fodc (Ore Dictionary Converter 1.7.2) OreDictionaryConverter-1.7.2.jar
[20:22:06] [Server thread/DEBUG] [FML/]: parachutemod (Parachute Mod 1.2.2) parachutemod-ng-1.8.9-1.2.2-341.jar
[20:22:06] [Server thread/DEBUG] [FML/]: PneumaticCraft (PneumaticCraft 1.13.7-11) PneumaticCraft-1.8.9-1.13.7-11-universal.jar
[20:22:06] [Server thread/DEBUG] [FML/]: pneumaticcompressing (PneumaticCompressing 1.8.9-1.0.7) PneumaticCompressing-1.0.7.jar
[20:22:06] [Server thread/DEBUG] [FML/]: portablecrafting (Portable Crafting 1.8.9-1.1) portable-crafting-1.8.9-1.0.jar
[20:22:06] [Server thread/DEBUG] [FML/]: progressiveautomation (Progressive Automation 1.6.35) ProgressiveAutomation-1.8.9-1.6.35.jar
[20:22:06] [Server thread/DEBUG] [FML/]: Psi (Psi beta-19) psi-beta-19.jar
[20:22:06] [Server thread/DEBUG] [FML/]: QuantumStorage (QuantumStorage 2.0.3) QuantumStorage-1.8.9-2.0.3.jar
[20:22:06] [Server thread/DEBUG] [FML/]: rblr (Rabbits Breed Like Rabbits 2.0.1.5) rabbits-breed-like-rabbits-2.0.1.5.jar
[20:22:06] [Server thread/DEBUG] [FML/]: rblrvc (Rabbits Breed Like Rabbits Version Checker 1.6) rabbits-breed-like-rabbits-2.0.1.5.jar
[20:22:06] [Server thread/DEBUG] [FML/]: rarmor (Rarmor 0.3.2) rarmor-0.3.2.jar
[20:22:06] [Server thread/DEBUG] [FML/]: mrdimkaraytracelib (MrDimka's Ray Trace Library 0.0.1) ray-tracing-library-1.8.9-0.0.1.jar
[20:22:06] [Server thread/DEBUG] [FML/]: RTG (Realistic Terrain Generation 0.0.2) realistic-terrain-generation-1.8.9-0.0.2.jar
[20:22:06] [Server thread/DEBUG] [FML/]: redstonepaste (Redstone Paste 1.7.2) redstone-paste-1.8.9-1.7.2.jar
[20:22:06] [Server thread/DEBUG] [FML/]: xreliquary (Reliquary 1.3.0.190) reliquary-1.3.0.190.jar
[20:22:06] [Server thread/DEBUG] [FML/]: reptilemod (Reptile Mod 3.1.0) reptilemod-1.8.9-3.2.1-40.jar
[20:22:06] [Server thread/DEBUG] [FML/]: rftools (RFTools 4.22beta28) rftools-1.8.9-4.22beta28.jar
[20:22:06] [Server thread/DEBUG] [FML/]: rightclicktorch (RightClickTorch 1.8.9-1.0.2) rightclicktorch-1.8.9-1.0.2.jar
[20:22:06] [Server thread/DEBUG] [FML/]: ropebridge (Rope Bridge 1.3) RopeBridge-v1.3-mc1.8.8.jar
[20:22:06] [Server thread/DEBUG] [FML/]: routerreborn (Router Reborn 1.8.9-0.0.12b) router-reborn-1.8.9-0.0.12b.jar
[20:22:06] [Server thread/DEBUG] [FML/]: Schematica (Schematica 1.7.7.143) schematica-1.8.9-1.7.7.143.jar
[20:22:06] [Server thread/DEBUG] [FML/]: sciapi (SciAPI 1.2.0.1) sciapi-1.8.9-1.2.0.1.jar
[20:22:06] [Server thread/DEBUG] [FML/]: SGCraft (Greg's SG Craft 1.10.1) SGCraft-1.10.1-mc1.8.9.jar
[20:22:06] [Server thread/DEBUG] [FML/]: SimilsaxTranstructors (Similsax Transtructors 1.8.8.16) SimilsaxTranstructors-1.8.8.16.jar
[20:22:06] [Server thread/DEBUG] [FML/]: simplefluidtanks (Simple Fluid Tanks 1.8.9-1.3.0.4) simplefluidtanks-1.8.9-1.3.0.4.jar
[20:22:06] [Server thread/DEBUG] [FML/]: SimpleLabels (SimpleLabels 0.0.3) simplelables-1.8.9-0.0.4.jar
[20:22:06] [Server thread/DEBUG] [FML/]: flammpfeil.slashblade (SlashBlade mc1.8.9-r5) slashblade-1.8.9-r5a.jar
[20:22:06] [Server thread/DEBUG] [FML/]: steamadvantage (Steam Advantage 1.5.2) SteamAdvantage-1.5.2.jar
[20:22:06] [Server thread/DEBUG] [FML/]: stellarsky (Stellar Sky 0.2.1.0) stellar-sky-1.8.9-0.2.1.0.jar
[20:22:06] [Server thread/DEBUG] [FML/]: StorageDrawers (Storage Drawers 1.8.9-2.4.3) storage-drawers-1.8.9-2.4.3.jar
[20:22:06] [Server thread/DEBUG] [FML/]: storagenetwork (Storage Network 1.7.3) StorageNetwork-1.8.9-1.7.3.jar
[20:22:06] [Server thread/DEBUG] [FML/]: structuredcrafting (Structured Crafting 0.1.2) StructuredCrafting-1.8.9-0.1.2.jar
[20:22:06] [Server thread/DEBUG] [FML/]: SuperMultiDrills (Super Multi-Drills 1.3.0-beta3) super-multi-drills-1.8.9-1.3.0.jar
[20:22:06] [Server thread/DEBUG] [FML/]: machinemod (TechStack's Heavy Machinery Mod 1.8.9-1.1-Pre-ALPHA-Build-209) techstacks-heavy-machinery-1.8.9-1.1.jar
[20:22:06] [Server thread/DEBUG] [FML/]: thaumicinfusion (Thaumic Infusion 4.82) thaumic-infusion-1.8.9-4.82.jar
[20:22:06] [Server thread/DEBUG] [FML/]: tis3d (TIS-3D 0.8.3.13) TIS-3D-MC1.8.9-0.8.3.13.jar
[20:22:06] [Server thread/DEBUG] [FML/]: tomtom (TomTom @Version@) tomtom-1.8.9-b14.jar
[20:22:06] [Server thread/DEBUG] [FML/]: ToolsOnTheGo (Tools on the Go 1.8.9) tools-on-the-go-1.8.9-1.2.1.jar
[20:22:06] [Server thread/DEBUG] [FML/]: totemic (Totemic 1.8.9-0.6.5) totemic-1.8.9-0.6.5a.jar
[20:22:06] [Server thread/DEBUG] [FML/]: Trashcans (Trashcans 1.0.1) Trashcans-1.8.9-1.0.1.jar
[20:22:06] [Server thread/DEBUG] [FML/]: ultimate_unicorn_mod (Wings, Horns, and Hooves, the Ultimate Unicorn Mod! 1.4.3) ultimate_unicorn_mod-1.8.9-1.4.3.jar
[20:22:06] [Server thread/DEBUG] [FML/]: underphangables (Underp Hangables 1.0.1) underphangables-1.8.9-1.0.1.jar
[20:22:06] [Server thread/DEBUG] [FML/]: unlogicii (UnLogic II 4.2.1.50) UnLogicII-4.2.1.50.jar
[20:22:06] [Server thread/DEBUG] [FML/]: unlogiciivc (UnLogic II Version Checker 1.5) UnLogicII-4.2.1.50.jar
[20:22:06] [Server thread/DEBUG] [FML/]: VeinMiner (Vein Miner 0.31.4_build.unknown) veinminer-0.31.4.jar
[20:22:06] [Server thread/DEBUG] [FML/]: VeinMinerModSupport (Mod Support 0.31.4_build.unknown) veinminer-0.31.4.jar
[20:22:06] [Server thread/DEBUG] [FML/]: wcies (Why Can't I Eat Saplings? 1) WCIES-1.8.9-1.jar
[20:22:06] [Server thread/DEBUG] [FML/]: weather2 (Localized Weather & Storms v2.3.11) weather-storms-and-tornadoes-1.8.9-2.3.11.jar
[20:22:06] [Server thread/DEBUG] [FML/]: wonderfulwands (Wonderful Wands 1.8.0) wonderful-wands-1.8.9-1.8.0.jar
[20:22:06] [Server thread/DEBUG] [FML/]: worldedit (WorldEdit 6.1.1) world-edit-1.8.9-6.1.1.jar
[20:22:06] [Server thread/INFO] [FML/]: Processing ObjectHolder annotations
[20:22:07] [Server thread/INFO] [FML/]: Found 505 ObjectHolder annotations
[20:22:07] [Server thread/INFO] [FML/]: Identifying ItemStackHolder annotations
[20:22:07] [Server thread/INFO] [FML/]: Found 0 ItemStackHolder annotations
[20:22:07] [Server thread/TRACE] [mcp/mcp]: Sending event FMLPreInitializationEvent to mod mcp
[20:22:07] [Server thread/TRACE] [mcp/mcp]: Sent event FMLPreInitializationEvent to mod mcp
[20:22:07] [Server thread/DEBUG] [FML/]: Bar Step: PreInitialization - Minecraft Coder Pack took 0.000s
[20:22:07] [Server thread/TRACE] [FML/FML]: Sending event FMLPreInitializationEvent to mod FML
[20:22:07] [Server thread/TRACE] [FML/FML]: Registry add: minecraft:farmer 0 net.minecraftforge.fml.common.registry.VillagerRegistry$VillagerProfession@75716047 (req. id 0)
[20:22:07] [Server thread/TRACE] [FML/FML]: Registry add: minecraft:librarian 1 net.minecraftforge.fml.common.registry.VillagerRegistry$VillagerProfession@7b6999e (req. id 1)
[20:22:07] [Server thread/TRACE] [FML/FML]: Registry add: minecraft:priest 2 net.minecraftforge.fml.common.registry.VillagerRegistry$VillagerProfession@170f8fbc (req. id 2)
[20:22:07] [Server thread/TRACE] [FML/FML]: Registry add: minecraft:smith 3 net.minecraftforge.fml.common.registry.VillagerRegistry$VillagerProfession@37f969c3 (req. id 3)
[20:22:07] [Server thread/TRACE] [FML/FML]: Registry add: minecraft:butcher 4 net.minecraftforge.fml.common.registry.VillagerRegistry$VillagerProfession@762b904 (req. id 4)
[20:22:07] [Server thread/TRACE] [FML/FML]: Sent event FMLPreInitializationEvent to mod FML
[20:22:07] [Server thread/DEBUG] [FML/]: Bar Step: PreInitialization - Forge Mod Loader took 0.017s
[20:22:07] [Server thread/TRACE] [Forge/Forge]: Sending event FMLPreInitializationEvent to mod Forge
[20:22:07] [Server thread/INFO] [FML/Forge]: Configured a dormant chunk cache size of 0
[20:22:07] [Forge Version Check/INFO] [ForgeVersionCheck/Forge]: [EnderTanks] Starting version check at https://gist.githubusercontent.com/ShetiPhian/8f54131fc6436c8c85a5/raw/EnderTanks
[20:22:07] [Server thread/TRACE] [FML/Forge]: Registry add: forge:bucketFilled 4096 net.minecraftforge.fluids.UniversalBucket@6db7c708 (req. id -1)
[20:22:07] [Server thread/TRACE] [Forge/Forge]: Sent event FMLPreInitializationEvent to mod Forge
[20:22:07] [Server thread/DEBUG] [FML/]: Bar Step: PreInitialization - Minecraft Forge took 0.092s
[20:22:07] [Server thread/TRACE] [OpenComputers|Core/OpenComputers|Core]: Sending event FMLPreInitializationEvent to mod OpenComputers|Core
[20:22:07] [Server thread/TRACE] [OpenComputers|Core/OpenComputers|Core]: Sent event FMLPreInitializationEvent to mod OpenComputers|Core
[20:22:07] [Server thread/DEBUG] [FML/]: Bar Step: PreInitialization - OpenComputers (Core) took 0.000s
[20:22:07] [Server thread/TRACE] [darkevilmac.movingworld.common.asm.coremod/darkevilmac.movingworld.common.asm.coremod]: Sending event FMLPreInitializationEvent to mod darkevilmac.movingworld.common.asm.coremod
[20:22:07] [Server thread/TRACE] [darkevilmac.movingworld.common.asm.coremod/darkevilmac.movingworld.common.asm.coremod]: Sent event FMLPreInitializationEvent to mod darkevilmac.movingworld.common.asm.coremod
[20:22:07] [Server thread/DEBUG] [FML/]: Bar Step: PreInitialization - MovingWorld CORE took 0.001s
[20:22:07] [Server thread/TRACE] [<CCTweaks ASM>/<CCTweaks ASM>]: Sending event FMLPreInitializationEvent to mod <CCTweaks ASM>
[20:22:07] [Server thread/TRACE] [<CCTweaks ASM>/<CCTweaks ASM>]: Sent event FMLPreInitializationEvent to mod <CCTweaks ASM>
[20:22:07] [Server thread/DEBUG] [FML/]: Bar Step: PreInitialization - <CCTweaks ASM> took 0.000s
[20:22:07] [Server thread/TRACE] [ActuallyAdditions/ActuallyAdditions]: Sending event FMLPreInitializationEvent to mod ActuallyAdditions
[20:22:07] [Server thread/INFO] [ActuallyAdditions/ActuallyAdditions]: Starting PreInitialization Phase...
[20:22:07] [Server thread/INFO] [ActuallyAdditions/ActuallyAdditions]: Grabbing Configurations...
[20:22:07] [Server thread/INFO] [ActuallyAdditions/ActuallyAdditions]: Initializing Tool Materials...
[20:22:07] [Server thread/INFO] [ActuallyAdditions/ActuallyAdditions]: Initializing Armor Materials...
[20:22:08] [Server thread/INFO] [ActuallyAdditions/ActuallyAdditions]: Initializing Blocks...
[20:22:08] [Server thread/TRACE] [FML/ActuallyAdditions]: Registry add: actuallyadditions:blockFireworkBox 198 Block{actuallyadditions:blockFireworkBox} (req. id -1)
[20:22:08] [Server thread/TRACE] [FML/ActuallyAdditions]: Registry add: actuallyadditions:blockFireworkBox 4097 de.ellpeck.actuallyadditions.mod.blocks.base.ItemBlockBase@20a0a63b (req. id -1)
[20:22:08] [Server thread/TRACE] [FML/ActuallyAdditions]: Registry add: actuallyadditions:blockMiner 199 Block{actuallyadditions:blockMiner} (req. id -1)
[20:22:08] [Server thread/TRACE] [FML/ActuallyAdditions]: Registry add: actuallyadditions:blockMiner 4098 de.ellpeck.actuallyadditions.mod.blocks.base.ItemBlockBase@65ed2392 (req. id -1)
[20:22:08] [Forge Version Check/DEBUG] [ForgeVersionCheck/Forge]: [EnderTanks] Received version check data:
{
"homepage": "http://tomkinsbros.blogspot.ca/",
"promos": {
"1.8.9-latest": "1.2.1",
"1.8.9-recommended": "1.2.1"
},
"1.8.9": {
"1.2.1": "Fixed dupe bug with upgrade items",
"1.2.0": "1.8.9 update,\n tanks can now be rotated,\n fixed waila tooltip displaying tanks as empty in multiplayer"
}
}
[20:22:08] [Forge Version Check/INFO] [ForgeVersionCheck/Forge]: [EnderTanks] Found status: UP_TO_DATE Target: null
[20:22:08] [Forge Version Check/INFO] [ForgeVersionCheck/Forge]: [buildingbricks] Starting version check at https://raw.githubusercontent.com/hea3ven/BuildingBricks/master/media/update.json
[20:22:08] [Server thread/TRACE] [FML/ActuallyAdditions]: Registry add: actuallyadditions:blockAtomicReconstructor 200 Block{actuallyadditions:blockAtomicReconstructor} (req. id -1)
[20:22:08] [Server thread/TRACE] [FML/ActuallyAdditions]: Registry add: actuallyadditions:blockAtomicReconstructor 4099 de.ellpeck.actuallyadditions.mod.blocks.BlockAtomicReconstructor$TheItemBlock@5228c9b2 (req. id -1)
[20:22:08] [Server thread/TRACE] [FML/ActuallyAdditions]: Registry add: actuallyadditions:blockCrystal 201 Block{actuallyadditions:blockCrystal} (req. id -1)
[20:22:08] [Server thread/TRACE] [FML/ActuallyAdditions]: Registry add: actuallyadditions:blockCrystal 4100 de.ellpeck.actuallyadditions.mod.blocks.BlockCrystal$TheItemBlock@5f8281 (req. id -1)
[20:22:08] [Server thread/TRACE] [FML/ActuallyAdditions]: Registry add: actuallyadditions:blockBlackLotus 202 Block{actuallyadditions:blockBlackLotus} (req. id -1)
[20:22:08] [Server thread/TRACE] [FML/ActuallyAdditions]: Registry add: actuallyadditions:blockBlackLotus 4101 de.ellpeck.actuallyadditions.mod.blocks.base.ItemBlockBase@7e97859e (req. id -1)
[20:22:08] [Server thread/TRACE] [FML/ActuallyAdditions]: Registry add: actuallyadditions:blockLaserRelay 203 Block{actuallyadditions:blockLaserRelay} (req. id -1)
[20:22:08] [Server thread/TRACE] [FML/ActuallyAdditions]: Registry add: actuallyadditions:blockLaserRelay 4102 de.ellpeck.actuallyadditions.mod.blocks.base.ItemBlockBase@7d66ea40 (req. id -1)
[20:22:08] [Server thread/TRACE] [FML/ActuallyAdditions]: Registry add: actuallyadditions:blockRangedCollector 204 Block{actuallyadditions:blockRangedCollector} (req. id -1)
[20:22:08] [Server thread/TRACE] [FML/ActuallyAdditions]: Registry add: actuallyadditions:blockRangedCollector 4103 de.ellpeck.actuallyadditions.mod.blocks.base.ItemBlockBase@63e4f77 (req. id -1)
[20:22:08] [Server thread/TRACE] [FML/ActuallyAdditions]: Registry add: actuallyadditions:blockDirectionalBreaker 205 Block{actuallyadditions:blockDirectionalBreaker} (req. id -1)
[20:22:08] [Server thread/TRACE] [FML/ActuallyAdditions]: Registry add: actuallyadditions:blockDirectionalBreaker 4104 de.ellpeck.actuallyadditions.mod.blocks.base.ItemBlockBase@18692761 (req. id -1)
[20:22:08] [Server thread/TRACE] [FML/ActuallyAdditions]: Registry add: actuallyadditions:blockLeafGenerator 206 Block{actuallyadditions:blockLeafGenerator} (req. id -1)
[20:22:08] [Server thread/TRACE] [FML/ActuallyAdditions]: Registry add: actuallyadditions:blockLeafGenerator 4105 de.ellpeck.actuallyadditions.mod.blocks.base.ItemBlockBase@2b87e6b1 (req. id -1)
[20:22:08] [Server thread/TRACE] [FML/ActuallyAdditions]: Registry add: actuallyadditions:blockSmileyCloud 207 Block{actuallyadditions:blockSmileyCloud} (req. id -1)
[20:22:08] [Server thread/TRACE] [FML/ActuallyAdditions]: Registry add: actuallyadditions:blockSmileyCloud 4106 de.ellpeck.actuallyadditions.mod.blocks.base.ItemBlockBase@e85b840 (req. id -1)
[20:22:08] [Server thread/TRACE] [FML/ActuallyAdditions]: Registry add: actuallyadditions:blockXPSolidifier 208 Block{actuallyadditions:blockXPSolidifier} (req. id -1)
[20:22:08] [Forge Version Check/DEBUG] [ForgeVersionCheck/Forge]: [buildingbricks] Received version check data:
{
"1.8": {
"1.0.0-beta4": " * Fix crash when holding a grass slab.",
"1.0.0-beta1": " * Initial release.",
"1.0.0-beta3": " * Add keybindings to switch the trowel's block type, fixes #3.\n * Change the way the trowel consumes blocks to be more smart, fixes #10.\n * Fix block breaking particles not having textures, fixes #7.\n * Fix crash when placing blocks, fixes #13.\n * Fix crash when looking up the recipe for the double slabs.\n * Fix blocks dropping items when breaking them in creative mode, fixes #9.\n * Fix silk touching blocks and their drops, fixes #8.\n * Fix the trowel not respecting the top/side/bottom textures of materials, fixes #6.",
"1.0.0-beta2": " * Fix grass slabs not having a name and creative tab.\n * Fix the trowel not placing the blocks client-side, fixes #4.\n * Fix crash when running on servers, fixes #5.\n * Fix blocks third-person rendering size.",
"commit": null,
"1.0.3": " * Fix crash when using forge versions higher than 1521.",
"1.1.2": " * Fix crash when a grass slab is destroyed by an explosion.\n * Fix the grass slab item having the wrong name.\n * Fix more culling bugs in the stairs.\n * Fix crash when starting a server on Windows.",
"1.0.4": " * Add materials for the stone variants and the prismarine blocks, fixes #21.\n * Fix vertical slabs culling when placed next to each other, fixes #18.",
"1.0.0": " * Improve face culling, fixes #1.\n * Fix material loading when running on servers, fixes #14.\n * Fix the particles when running on a block being the missing texture.",
"1.0.1": " * Remove usage of javax.vecmath which is not available on servers, fixes #15.\n * Fix crash when placing a double slab blcok next to a slab block, fixes #16.",
"1.1.0": " * Add a portable ladder block.\n * Add materials for coarse dirt, podzol and mycelium, fixes #25.\n * Add compatibility for thaumcraft blocks.\n * Add fence and fence gate block types.\n * Add a GUI for the trowel when you shift-right click on the air, fixes #23.\n * Add a model for the trowel.\n * Reduced significantly the blocks' space usage on disk and made it able to better handle removing/adding materials from existing worlds.\n * Blocks now have the block hardness and explosion resistance of their material.\n * Fix grass slabs world gen generating chunks recursively, fixes #22.",
"1.0.2": " * Reduce memory usage in the grass slabs world gen.\n * Fix glass slabs making the sides of other slabs next to them invisible, fixes #17.\n * Fix crash when you place a wall on top of another wall.\n * Fix not being able to place torches on top of walls.",
"1.1.1": " * Fix startup crash on windows.\n * Fix invisible faces on stairs when stacked on top of each other."
},
"promos": {
"1.8-latest": "1.1.2",
"1.8.8-latest": "1.8.8-1.1.2",
"1.8.9-latest": "1.8.9-1.3.3",
"1.8-recommended": "1.1.2",
"1.8.8-recommended": "1.8.8-1.1.2",
"1.8.9-recommended": "1.8.9-1.3.3"
},
"1.8.8": {
"1.8.8-1.1.2": " * Fix crash when a grass slab is destroyed by an explosion.\n * Fix the grass slab item having the wrong name.\n * Fix more culling bugs in the stairs.\n * Fix crash when starting a server on Windows.",
"commit": null,
"1.8.8-1.1.0": " * Add a portable ladder block.\n * Add materials for coarse dirt, podzol and mycelium, fixes #25.\n * Add compatibility for thaumcraft blocks.\n * Add fence and fence gate block types.\n * Add a GUI for the trowel when you shift-right click on the air, fixes #23.\n * Add a model for the trowel.\n * Updated to Minecraft Forge version 1.8.8.\n * Reduced significantly the blocks' space usage on disk and made it able to better handle removing/adding materials from existing worlds.\n * Blocks now have the block hardness and explosion resistance of their material.\n * Fix grass slabs world gen generating chunks recursively, fixes #22.",
"1.8.8-1.1.1": " * Fix startup crash on windows.\n * Fix invisible faces on stairs when stacked on top of each other."
},
"1.8.9": {
"commit": "b2acdc2c20c57268a6aabae080970a77e4bf7c8b",
"1.8.9-1.3.3": " * Fix items converting when shift-clicking between containers.",
"1.8.9-1.2.0": " * Add a Material Bag item that can hold 27 stacks of blocks of a single material, which the trowel can use as a source of materials.\n * Add: blocks now combine with themselves if possible when being placed (i.e. placing a step next to another one will convert into a slab), fixes #11.\n * Add keybindings for the trowel to directly select block types (by default numpad 0 = full block, numpad 1 = stairs, numpad 2 = slab, etc.), fixes #24.\n * Add a validation of the material id mapping of the clients when they connect to servers, fixes #28.\n * Fix portable ladder not having localization.\n * Fix portable ladder not having a texture for the break particles.\n * Fix the trowel not showing the binded block in the item model.\n * Fix localization issue with the double stone slabs.\n * Fix blocks being consumed by the trowel binding recipe.",
"1.8.9-1.2.1": " * Fix crash when placing a grass slab on top of another grass slab, fixes #32.\n * Fix NPE sometimes when a player connects to a server, fixes #31.",
"1.8.9-1.3.0": " * Add config option to show binded trowels for all materials in the creative tab.\n * Add compatibility with Biomes O' Plenty.\n * Add compatibility with AdobeBlocks.\n * Add a config option to replace the grass texture with a long grass texture, fixes #26.\n * Add config option to disable the generation of the missing blocks for materials.\n * Add command to generate material json files.\n * Add the ability for the trowel to use any item with an ItemHandler capability as source of material and implement the ItemHandler capability in the material bag.\n * Material bags now insert items as you pick them up from the ground.\n * Allow materials to be loaded from a sub directory of the configuration directory.\n * Improve the material bag inventory handling, fixes a dupe bug with it.\n * Fix oclussion issue with transparent stairs and slabs.",
"1.8.9-1.3.1": " * Fix crash on server startup, fixes #33.",
"1.8.9-1.3.2": " * Fix stairs crafting recipe giving only 2 stairs in stead of 4."
},
"homepage": "https://github.com/hea3ven/BuildingBricks"
}
[20:22:08] [Forge Version Check/INFO] [ForgeVersionCheck/Forge]: [buildingbricks] Found status: OUTDATED Target: 1.8.9-1.3.3
[20:22:08] [Forge Version Check/INFO] [ForgeVersionCheck/Forge]: [neotech] Starting version check at https://raw.githubusercontent.com/TeamBR-Modding/NeoTech/1.8.9/update.json
[20:22:08] [Server thread/TRACE] [FML/ActuallyAdditions]: Registry add: actuallyadditions:blockXPSolidifier 4107 de.ellpeck.actuallyadditions.mod.blocks.base.ItemBlockBase@a02985 (req. id -1)
[20:22:08] [Server thread/TRACE] [FML/ActuallyAdditions]: Registry add: actuallyadditions:blockTestifiBucksGreenWall 209 Block{actuallyadditions:blockTestifiBucksGreenWall} (req. id -1)
[20:22:08] [Server thread/TRACE] [FML/ActuallyAdditions]: Registry add: actuallyadditions:blockTestifiBucksGreenWall 4108 de.ellpeck.actuallyadditions.mod.blocks.base.ItemBlockBase@536f8ff2 (req. id -1)
[20:22:08] [Server thread/TRACE] [FML/ActuallyAdditions]: Registry add: actuallyadditions:blockTestifiBucksWhiteWall 210 Block{actuallyadditions:blockTestifiBucksWhiteWall} (req. id -1)
[20:22:08] [Forge Version Check/DEBUG] [ForgeVersionCheck/Forge]: [neotech] Received version check data:
{
"homepage": "http://minecraft.curseforge.com/projects/neotech/files",
"promos": {
"1.8.9-latest": "2.4.0a",
"1.8.9-recommended": "2.4.0a",
"latest": "2.4.0a",
"recommended": "2.4.0a"
},
"1.8.9": {
"2.2.3": "See https://github.com/TeamBR-Modding/NeoTech/wiki/Changelog",
"2.2.4": "See https://github.com/TeamBR-Modding/NeoTech/wiki/Changelog",
"2.3.0": "See https://github.com/TeamBR-Modding/NeoTech/wiki/Changelog",
"2.3.1": "See https://github.com/TeamBR-Modding/NeoTech/wiki/Changelog",
"2.3.2": "See https://github.com/TeamBR-Modding/NeoTech/wiki/Changelog",
"2.3.3": "See https://github.com/TeamBR-Modding/NeoTech/wiki/Changelog",
"2.3.4": "See https://github.com/TeamBR-Modding/NeoTech/wiki/Changelog",
"2.3.5": "See https://github.com/TeamBR-Modding/NeoTech/wiki/Changelog",
"2.3.6": "See https://github.com/TeamBR-Modding/NeoTech/wiki/Changelog",
"2.3.7": "See https://github.com/TeamBR-Modding/NeoTech/wiki/Changelog",
"2.3.8": "See https://github.com/TeamBR-Modding/NeoTech/wiki/Changelog",
"2.3.8a": "See https://github.com/TeamBR-Modding/NeoTech/wiki/Changelog",
"2.3.9": "See https://github.com/TeamBR-Modding/NeoTech/wiki/Changelog",
"2.4.0": "See https://github.com/TeamBR-Modding/NeoTech/wiki/Changelog",
"2.4.0a": "See https://github.com/TeamBR-Modding/NeoTech/wiki/Changelog"
}
}
[20:22:08] [Forge Version Check/INFO] [ForgeVersionCheck/Forge]: [neotech] Found status: UP_TO_DATE Target: null
[20:22:08] [Forge Version Check/INFO] [ForgeVersionCheck/Forge]: [samsmountedpearl] Starting version check at https://raw.githubusercontent.com/LothrazarMinecraftMods/MountedPearl/master/update.json
[20:22:08] [Server thread/TRACE] [FML/ActuallyAdditions]: Registry add: actuallyadditions:blockTestifiBucksWhiteWall 4109 de.ellpeck.actuallyadditions.mod.blocks.base.ItemBlockBase@3c39a12 (req. id -1)
[20:22:08] [Server thread/TRACE] [FML/ActuallyAdditions]: Registry add: actuallyadditions:blockTestifiBucksGreenStairs 211 Block{actuallyadditions:blockTestifiBucksGreenStairs} (req. id -1)
[20:22:08] [Server thread/TRACE] [FML/ActuallyAdditions]: Registry add: actuallyadditions:blockTestifiBucksGreenStairs 4110 de.ellpeck.actuallyadditions.mod.blocks.base.ItemBlockBase@1b7fc1ab (req. id -1)
[20:22:08] [Server thread/TRACE] [FML/ActuallyAdditions]: Registry add: actuallyadditions:blockTestifiBucksWhiteStairs 212 Block{actuallyadditions:blockTestifiBucksWhiteStairs} (req. id -1)
[20:22:08] [Server thread/TRACE] [FML/ActuallyAdditions]: Registry add: actuallyadditions:blockTestifiBucksWhiteStairs 4111 de.ellpeck.actuallyadditions.mod.blocks.base.ItemBlockBase@6e891293 (req. id -1)
[20:22:08] [Server thread/TRACE] [FML/ActuallyAdditions]: Registry add: actuallyadditions:blockTestifiBucksGreenSlab 213 Block{actuallyadditions:blockTestifiBucksGreenSlab} (req. id -1)
[20:22:08] [Server thread/TRACE] [FML/ActuallyAdditions]: Registry add: actuallyadditions:blockTestifiBucksGreenSlab 4112 de.ellpeck.actuallyadditions.mod.blocks.BlockSlabs$TheItemBlock@262a033e (req. id -1)
[20:22:08] [Server thread/TRACE] [FML/ActuallyAdditions]: Registry add: actuallyadditions:blockTestifiBucksWhiteSlab 214 Block{actuallyadditions:blockTestifiBucksWhiteSlab} (req. id -1)
[20:22:08] [Server thread/TRACE] [FML/ActuallyAdditions]: Registry add: actuallyadditions:blockTestifiBucksWhiteSlab 4113 de.ellpeck.actuallyadditions.mod.blocks.BlockSlabs$TheItemBlock@41ed9613 (req. id -1)
[20:22:08] [Server thread/TRACE] [FML/ActuallyAdditions]: Registry add: actuallyadditions:blockTestifiBucksGreenFence 215 Block{actuallyadditions:blockTestifiBucksGreenFence} (req. id -1)
[20:22:08] [Server thread/TRACE] [FML/ActuallyAdditions]: Registry add: actuallyadditions:blockTestifiBucksGreenFence 4114 de.ellpeck.actuallyadditions.mod.blocks.base.ItemBlockBase@1064f343 (req. id -1)
[20:22:08] [Server thread/TRACE] [FML/ActuallyAdditions]: Registry add: actuallyadditions:blockTestifiBucksWhiteFence 216 Block{actuallyadditions:blockTestifiBucksWhiteFence} (req. id -1)
[20:22:08] [Server thread/TRACE] [FML/ActuallyAdditions]: Registry add: actuallyadditions:blockTestifiBucksWhiteFence 4115 de.ellpeck.actuallyadditions.mod.blocks.base.ItemBlockBase@38f05c3e (req. id -1)
[20:22:08] [Server thread/TRACE] [FML/ActuallyAdditions]: Registry add: actuallyadditions:blockColoredLamp 217 Block{actuallyadditions:blockColoredLamp} (req. id -1)
[20:22:08] [Server thread/TRACE] [FML/ActuallyAdditions]: Registry add: actuallyadditions:blockColoredLamp 4116 de.ellpeck.actuallyadditions.mod.blocks.BlockColoredLamp$TheItemBlock@52b1f10d (req. id -1)
[20:22:08] [Server thread/TRACE] [FML/ActuallyAdditions]: Registry add: actuallyadditions:blockColoredLampOn 218 Block{actuallyadditions:blockColoredLampOn} (req. id -1)
[20:22:08] [Server thread/TRACE] [FML/ActuallyAdditions]: Registry add: actuallyadditions:blockColoredLampOn 4117 de.ellpeck.actuallyadditions.mod.blocks.BlockColoredLamp$TheItemBlock@426c2d5b (req. id -1)
[20:22:08] [Server thread/TRACE] [FML/ActuallyAdditions]: Registry add: actuallyadditions:blockLampPowerer 219 Block{actuallyadditions:blockLampPowerer} (req. id -1)
[20:22:08] [Server thread/TRACE] [FML/ActuallyAdditions]: Registry add: actuallyadditions:blockLampPowerer 4118 de.ellpeck.actuallyadditions.mod.blocks.base.ItemBlockBase@314bb945 (req. id -1)
[20:22:08] [Server thread/TRACE] [FML/ActuallyAdditions]: Registry add: actuallyadditions:blockTreasureChest 220 Block{actuallyadditions:blockTreasureChest} (req. id -1)
[20:22:08] [Server thread/TRACE] [FML/ActuallyAdditions]: Registry add: actuallyadditions:blockTreasureChest 4119 de.ellpeck.actuallyadditions.mod.blocks.base.ItemBlockBase@40f5e5dd (req. id -1)
[20:22:08] [Forge Version Check/DEBUG] [ForgeVersionCheck/Forge]: [samsmountedpearl] Received version check data:
{
"homepage": "http://www.curse.com/mc-mods/minecraft/232795-mounted-pearl-bring-your-mount-along-when-you",
"promos": {
"1.7.10-latest": "1.0.0",
"1.7.10-recommended": "1.0.0",
"1.8-latest": "1.0.0",
"1.8-recommended": "1.0.0",
"1.8.8-latest": "1.0.0",
"1.8.8-recommended": "1.0.0",
"1.8.9-latest": "1.0.0",
"1.8.9-recommended": "1.0.0"
}
}
[20:22:08] [Forge Version Check/INFO] [ForgeVersionCheck/Forge]: [samsmountedpearl] Found status: UP_TO_DATE Target: null
[20:22:08] [Forge Version Check/INFO] [ForgeVersionCheck/Forge]: [glass_shards] Starting version check at https://raw.githubusercontent.com/ljfa-ag/Glass-Shards/master/version.json
[20:22:08] [Server thread/TRACE] [FML/ActuallyAdditions]: Registry add: actuallyadditions:blockEnergizer 221 Block{actuallyadditions:blockEnergizer} (req. id -1)
[20:22:08] [Server thread/TRACE] [FML/ActuallyAdditions]: Registry add: actuallyadditions:blockEnergizer 4120 de.ellpeck.actuallyadditions.mod.blocks.base.ItemBlockBase@535d4dd0 (req. id -1)
[20:22:08] [Server thread/TRACE] [FML/ActuallyAdditions]: Registry add: actuallyadditions:blockEnervator 222 Block{actuallyadditions:blockEnervator} (req. id -1)
[20:22:08] [Server thread/TRACE] [FML/ActuallyAdditions]: Registry add: actuallyadditions:blockEnervator 4121 de.ellpeck.actuallyadditions.mod.blocks.base.ItemBlockBase@21fa0207 (req. id -1)
[20:22:08] [Server thread/TRACE] [FML/ActuallyAdditions]: Registry add: actuallyadditions:blockLavaFactoryController 223 Block{actuallyadditions:blockLavaFactoryController} (req. id -1)
[20:22:08] [Server thread/TRACE] [FML/ActuallyAdditions]: Registry add: actuallyadditions:blockLavaFactoryController 4122 de.ellpeck.actuallyadditions.mod.blocks.base.ItemBlockBase@14e2d1c2 (req. id -1)
[20:22:08] [Server thread/TRACE] [FML/ActuallyAdditions]: Registry add: actuallyadditions:blockCanolaPress 224 Block{actuallyadditions:blockCanolaPress} (req. id -1)
[20:22:08] [Server thread/TRACE] [FML/ActuallyAdditions]: Registry add: actuallyadditions:blockCanolaPress 4123 de.ellpeck.actuallyadditions.mod.blocks.base.ItemBlockBase@7d4dbc86 (req. id -1)
[20:22:08] [Forge Version Check/DEBUG] [ForgeVersionCheck/Forge]: [glass_shards] Received version check data:
{
"homepage": "http://www.curse.com/mc-mods/minecraft/226834-glass-shards#t1:other-downloads",
"promos": {
"1.8.8-latest": "1.5.2",
"1.8.9-latest": "1.6"
}
}
[20:22:08] [Forge Version Check/INFO] [ForgeVersionCheck/Forge]: [glass_shards] Found status: BETA Target: null
[20:22:08] [Forge Version Check/INFO] [ForgeVersionCheck/Forge]: [ice_shards] Starting version check at https://raw.githubusercontent.com/ljfa-ag/Ice-Shards/mc1.8.8/version.json
[20:22:08] [Server thread/TRACE] [FML/ActuallyAdditions]: Registry add: actuallyadditions:blockPhantomface 225 Block{actuallyadditions:blockPhantomface} (req. id -1)
[20:22:08] [Server thread/TRACE] [FML/ActuallyAdditions]: Registry add: actuallyadditions:blockPhantomface 4124 de.ellpeck.actuallyadditions.mod.blocks.base.ItemBlockBase@2e7ffe9 (req. id -1)
[20:22:08] [Server thread/TRACE] [FML/ActuallyAdditions]: Registry add: actuallyadditions:blockPhantomPlacer 226 Block{actuallyadditions:blockPhantomPlacer} (req. id -1)
[20:22:08] [Server thread/TRACE] [FML/ActuallyAdditions]: Registry add: actuallyadditions:blockPhantomPlacer 4125 de.ellpeck.actuallyadditions.mod.blocks.base.ItemBlockBase@3f2ad663 (req. id -1)
[20:22:08] [Server thread/TRACE] [FML/ActuallyAdditions]: Registry add: actuallyadditions:blockPhantomLiquiface 227 Block{actuallyadditions:blockPhantomLiquiface} (req. id -1)
[20:22:08] [Server thread/TRACE] [FML/ActuallyAdditions]: Registry add: actuallyadditions:blockPhantomLiquiface 4126 de.ellpeck.actuallyadditions.mod.blocks.base.ItemBlockBase@51daa720 (req. id -1)
[20:22:08] [Server thread/TRACE] [FML/ActuallyAdditions]: Registry add: actuallyadditions:blockPhantomEnergyface 228 Block{actuallyadditions:blockPhantomEnergyface} (req. id -1)
[20:22:08] [Server thread/TRACE] [FML/ActuallyAdditions]: Registry add: actuallyadditions:blockPhantomEnergyface 4127 de.ellpeck.actuallyadditions.mod.blocks.base.ItemBlockBase@1105a309 (req. id -1)
[20:22:08] [Server thread/TRACE] [FML/ActuallyAdditions]: Registry add: actuallyadditions:blockPhantomBreaker 229 Block{actuallyadditions:blockPhantomBreaker} (req. id -1)
[20:22:08] [Server thread/TRACE] [FML/ActuallyAdditions]: Registry add: actuallyadditions:blockPhantomBreaker 4128 de.ellpeck.actuallyadditions.mod.blocks.base.ItemBlockBase@6e9a3367 (req. id -1)
[20:22:08] [Server thread/TRACE] [FML/ActuallyAdditions]: Registry add: actuallyadditions:blockCoalGenerator 230 Block{actuallyadditions:blockCoalGenerator} (req. id -1)
[20:22:08] [Server thread/TRACE] [FML/ActuallyAdditions]: Registry add: actuallyadditions:blockCoalGenerator 4129 de.ellpeck.actuallyadditions.mod.blocks.base.ItemBlockBase@4e37fe47 (req. id -1)
[20:22:08] [Server thread/TRACE] [FML/ActuallyAdditions]: Registry add: actuallyadditions:blockOilGenerator 231 Block{actuallyadditions:blockOilGenerator} (req. id -1)
[20:22:08] [Server thread/TRACE] [FML/ActuallyAdditions]: Registry add: actuallyadditions:blockOilGenerator 4130 de.ellpeck.actuallyadditions.mod.blocks.base.ItemBlockBase@472f03c0 (req. id -1)
[20:22:08] [Server thread/TRACE] [FML/ActuallyAdditions]: Registry add: actuallyadditions:blockFermentingBarrel 232 Block{actuallyadditions:blockFermentingBarrel} (req. id -1)
[20:22:08] [Server thread/TRACE] [FML/ActuallyAdditions]: Registry add: actuallyadditions:blockFermentingBarrel 4131 de.ellpeck.actuallyadditions.mod.blocks.base.ItemBlockBase@2bfc51b2 (req. id -1)
[20:22:08] [Server thread/TRACE] [FML/ActuallyAdditions]: Registry add: actuallyadditions:blockRice 233 Block{actuallyadditions:blockRice} (req. id -1)
[20:22:08] [Server thread/TRACE] [FML/ActuallyAdditions]: Registry add: actuallyadditions:blockRice 4132 de.ellpeck.actuallyadditions.mod.blocks.base.ItemBlockBase@37dce4d6 (req. id -1)
[20:22:08] [Server thread/TRACE] [FML/ActuallyAdditions]: Registry add: actuallyadditions:blockCanola 234 Block{actuallyadditions:blockCanola} (req. id -1)
[20:22:08] [Server thread/TRACE] [FML/ActuallyAdditions]: Registry add: actuallyadditions:blockCanola 4133 de.ellpeck.actuallyadditions.mod.blocks.base.ItemBlockBase@4f6b8c4e (req. id -1)
[20:22:08] [Server thread/TRACE] [FML/ActuallyAdditions]: Registry add: actuallyadditions:blockFlax 235 Block{actuallyadditions:blockFlax} (req. id -1)
[20:22:08] [Server thread/TRACE] [FML/ActuallyAdditions]: Registry add: actuallyadditions:blockFlax 4134 de.ellpeck.actuallyadditions.mod.blocks.base.ItemBlockBase@3609fc94 (req. id -1)
[20:22:08] [Server thread/TRACE] [FML/ActuallyAdditions]: Registry add: actuallyadditions:blockCoffee 236 Block{actuallyadditions:blockCoffee} (req. id -1)
[20:22:08] [Server thread/TRACE] [FML/ActuallyAdditions]: Registry add: actuallyadditions:blockCoffee 4135 de.ellpeck.actuallyadditions.mod.blocks.base.ItemBlockBase@559f9ae3 (req. id -1)
[20:22:08] [Server thread/TRACE] [FML/ActuallyAdditions]: Registry add: actuallyadditions:blockCompost 237 Block{actuallyadditions:blockCompost} (req. id -1)
[20:22:08] [Server thread/TRACE] [FML/ActuallyAdditions]: Registry add: actuallyadditions:blockCompost 4136 de.ellpeck.actuallyadditions.mod.blocks.base.ItemBlockBase@75f6134b (req. id -1)
[20:22:08] [Forge Version Check/DEBUG] [ForgeVersionCheck/Forge]: [ice_shards] Received version check data:
{
"homepage": "http://www.curse.com/mc-mods/minecraft/229598-ice-shards#t1:other-downloads",
"promos": {
"1.8.8-latest": "1.3.1"
}
}
[20:22:08] [Forge Version Check/INFO] [ForgeVersionCheck/Forge]: [ice_shards] Found status: BETA Target: null
[20:22:08] [Forge Version Check/INFO] [ForgeVersionCheck/Forge]: [Forge] Starting version check at http://files.minecraftforge.net/maven/net/minecraftforge/forge/promotions_slim.json
[20:22:08] [Server thread/TRACE] [FML/ActuallyAdditions]: Registry add: actuallyadditions:blockMisc 238 Block{actuallyadditions:blockMisc} (req. id -1)
[20:22:08] [Server thread/TRACE] [FML/ActuallyAdditions]: Registry add: actuallyadditions:blockMisc 4137 de.ellpeck.actuallyadditions.mod.blocks.BlockMisc$TheItemBlock@37690dc8 (req. id -1)
[20:22:08] [Server thread/TRACE] [FML/ActuallyAdditions]: Registry add: actuallyadditions:blockFeeder 239 Block{actuallyadditions:blockFeeder} (req. id -1)
[20:22:08] [Server thread/TRACE] [FML/ActuallyAdditions]: Registry add: actuallyadditions:blockFeeder 4138 de.ellpeck.actuallyadditions.mod.blocks.base.ItemBlockBase@60280c3a (req. id -1)
[20:22:08] [Server thread/TRACE] [FML/ActuallyAdditions]: Registry add: actuallyadditions:blockGiantChest 240 Block{actuallyadditions:blockGiantChest} (req. id -1)
[20:22:08] [Server thread/TRACE] [FML/ActuallyAdditions]: Registry add: actuallyadditions:blockGiantChest 4139 de.ellpeck.actuallyadditions.mod.blocks.base.ItemBlockBase@6975c286 (req. id -1)
[20:22:08] [Server thread/TRACE] [FML/ActuallyAdditions]: Registry add: actuallyadditions:blockGrinder 241 Block{actuallyadditions:blockGrinder} (req. id -1)
[20:22:08] [Server thread/TRACE] [FML/ActuallyAdditions]: Registry add: actuallyadditions:blockGrinder 4140 de.ellpeck.actuallyadditions.mod.blocks.base.ItemBlockBase@5d9d3d8d (req. id -1)
[20:22:08] [Server thread/TRACE] [FML/ActuallyAdditions]: Registry add: actuallyadditions:blockGrinderDouble 242 Block{actuallyadditions:blockGrinderDouble} (req. id -1)
[20:22:08] [Server thread/TRACE] [FML/ActuallyAdditions]: Registry add: actuallyadditions:blockGrinderDouble 4141 de.ellpeck.actuallyadditions.mod.blocks.base.ItemBlockBase@10f85135 (req. id -1)
[20:22:08] [Server thread/TRACE] [FML/ActuallyAdditions]: Registry add: actuallyadditions:blockFurnaceDouble 243 Block{actuallyadditions:blockFurnaceDouble} (req. id -1)
[20:22:08] [Server thread/TRACE] [FML/ActuallyAdditions]: Registry add: actuallyadditions:blockFurnaceDouble 4142 de.ellpeck.actuallyadditions.mod.blocks.base.ItemBlockBase@728c694 (req. id -1)
[20:22:08] [Server thread/TRACE] [FML/ActuallyAdditions]: Registry add: actuallyadditions:blockInputter 244 Block{actuallyadditions:blockInputter} (req. id -1)
[20:22:08] [Server thread/TRACE] [FML/ActuallyAdditions]: Registry add: actuallyadditions:blockInputter 4143 de.ellpeck.actuallyadditions.mod.blocks.BlockInputter$TheItemBlock@623ba7b6 (req. id -1)
[20:22:08] [Server thread/TRACE] [FML/ActuallyAdditions]: Registry add: actuallyadditions:blockInputterAdvanced 245 Block{actuallyadditions:blockInputterAdvanced} (req. id -1)
[20:22:08] [Server thread/TRACE] [FML/ActuallyAdditions]: Registry add: actuallyadditions:blockInputterAdvanced 4144 de.ellpeck.actuallyadditions.mod.blocks.BlockInputter$TheItemBlock@75c6bc37 (req. id -1)
[20:22:08] [Server thread/TRACE] [FML/ActuallyAdditions]: Registry add: actuallyadditions:blockFishingNet 246 Block{actuallyadditions:blockFishingNet} (req. id -1)
[20:22:08] [Server thread/TRACE] [FML/ActuallyAdditions]: Registry add: actuallyadditions:blockFishingNet 4145 de.ellpeck.actuallyadditions.mod.blocks.base.ItemBlockBase@43dae0b7 (req. id -1)
[20:22:08] [Server thread/TRACE] [FML/ActuallyAdditions]: Registry add: actuallyadditions:blockFurnaceSolar 247 Block{actuallyadditions:blockFurnaceSolar} (req. id -1)
[20:22:08] [Server thread/TRACE] [FML/ActuallyAdditions]: Registry add: actuallyadditions:blockFurnaceSolar 4146 de.ellpeck.actuallyadditions.mod.blocks.base.ItemBlockBase@7d6accf5 (req. id -1)
[20:22:08] [Server thread/TRACE] [FML/ActuallyAdditions]: Registry add: actuallyadditions:blockHeatCollector 248 Block{actuallyadditions:blockHeatCollector} (req. id -1)
[20:22:08] [Server thread/TRACE] [FML/ActuallyAdditions]: Registry add: actuallyadditions:blockHeatCollector 4147 de.ellpeck.actuallyadditions.mod.blocks.base.ItemBlockBase@39426ad5 (req. id -1)
[20:22:08] [Server thread/TRACE] [FML/ActuallyAdditions]: Registry add: actuallyadditions:blockItemRepairer 249 Block{actuallyadditions:blockItemRepairer} (req. id -1)
[20:22:08] [Server thread/TRACE] [FML/ActuallyAdditions]: Registry add: actuallyadditions:blockItemRepairer 4148 de.ellpeck.actuallyadditions.mod.blocks.base.ItemBlockBase@11f1f9 (req. id -1)
[20:22:08] [Server thread/TRACE] [FML/ActuallyAdditions]: Registry add: actuallyadditions:blockGreenhouseGlass 250 Block{actuallyadditions:blockGreenhouseGlass} (req. id -1)
[20:22:08] [Server thread/TRACE] [FML/ActuallyAdditions]: Registry add: actuallyadditions:blockGreenhouseGlass 4149 de.ellpeck.actuallyadditions.mod.blocks.base.ItemBlockBase@107adf4b (req. id -1)
[20:22:08] [Server thread/TRACE] [FML/ActuallyAdditions]: Registry add: actuallyadditions:blockBreaker 251 Block{actuallyadditions:blockBreaker} (req. id -1)
[20:22:08] [Server thread/TRACE] [FML/ActuallyAdditions]: Registry add: actuallyadditions:blockBreaker 4150 de.ellpeck.actuallyadditions.mod.blocks.base.ItemBlockBase@698118f6 (req. id -1)
[20:22:08] [Server thread/TRACE] [FML/ActuallyAdditions]: Registry add: actuallyadditions:blockPlacer 252 Block{actuallyadditions:blockPlacer} (req. id -1)
[20:22:08] [Server thread/TRACE] [FML/ActuallyAdditions]: Registry add: actuallyadditions:blockPlacer 4151 de.ellpeck.actuallyadditions.mod.blocks.base.ItemBlockBase@cc84884 (req. id -1)
[20:22:08] [Server thread/TRACE] [FML/ActuallyAdditions]: Registry add: actuallyadditions:blockDropper 253 Block{actuallyadditions:blockDropper} (req. id -1)
[20:22:08] [Server thread/TRACE] [FML/ActuallyAdditions]: Registry add: actuallyadditions:blockDropper 4152 de.ellpeck.actuallyadditions.mod.blocks.base.ItemBlockBase@231e12dc (req. id -1)
[20:22:08] [Server thread/TRACE] [FML/ActuallyAdditions]: Registry add: actuallyadditions:blockFluidPlacer 254 Block{actuallyadditions:blockFluidPlacer} (req. id -1)
[20:22:08] [Server thread/TRACE] [FML/ActuallyAdditions]: Registry add: actuallyadditions:blockFluidPlacer 4153 de.ellpeck.actuallyadditions.mod.blocks.base.ItemBlockBase@73bdfbfb (req. id -1)
[20:22:08] [Server thread/TRACE] [FML/ActuallyAdditions]: Registry add: actuallyadditions:blockFluidCollector 255 Block{actuallyadditions:blockFluidCollector} (req. id -1)
[20:22:08] [Server thread/TRACE] [FML/ActuallyAdditions]: Registry add: actuallyadditions:blockFluidCollector 4154 de.ellpeck.actuallyadditions.mod.blocks.base.ItemBlockBase@3dbe6a48 (req. id -1)
[20:22:08] [Server thread/TRACE] [FML/ActuallyAdditions]: Registry add: actuallyadditions:blockCoffeeMachine 256 Block{actuallyadditions:blockCoffeeMachine} (req. id -1)
[20:22:08] [Server thread/TRACE] [FML/ActuallyAdditions]: Registry add: actuallyadditions:blockCoffeeMachine 4155 de.ellpeck.actuallyadditions.mod.blocks.base.ItemBlockBase@2120502a (req. id -1)
[20:22:08] [Server thread/TRACE] [FML/ActuallyAdditions]: Registry add: actuallyadditions:blockPhantomBooster 257 Block{actuallyadditions:blockPhantomBooster} (req. id -1)
[20:22:08] [Server thread/TRACE] [FML/ActuallyAdditions]: Registry add: actuallyadditions:blockPhantomBooster 4156 de.ellpeck.actuallyadditions.mod.blocks.base.ItemBlockBase@25b63805 (req. id -1)
[20:22:08] [Server thread/TRACE] [FML/ActuallyAdditions]: Registry add: actuallyadditions:blockWild 258 Block{actuallyadditions:blockWild} (req. id -1)
[20:22:08] [Server thread/TRACE] [FML/ActuallyAdditions]: Registry add: actuallyadditions:blockWild 4157 de.ellpeck.actuallyadditions.mod.blocks.BlockWildPlant$TheItemBlock@5cad2b2c (req. id -1)
[20:22:08] [Server thread/TRACE] [FML/ActuallyAdditions]: Registry add: actuallyadditions:blockQuartzWall 259 Block{actuallyadditions:blockQuartzWall} (req. id -1)
[20:22:08] [Server thread/TRACE] [FML/ActuallyAdditions]: Registry add: actuallyadditions:blockQuartzWall 4158 de.ellpeck.actuallyadditions.mod.blocks.base.ItemBlockBase@2b392924 (req. id -1)
[20:22:08] [Server thread/TRACE] [FML/ActuallyAdditions]: Registry add: actuallyadditions:blockChiseledQuartzWall 260 Block{actuallyadditions:blockChiseledQuartzWall} (req. id -1)
[20:22:08] [Server thread/TRACE] [FML/ActuallyAdditions]: Registry add: actuallyadditions:blockChiseledQuartzWall 4159 de.ellpeck.actuallyadditions.mod.blocks.base.ItemBlockBase@6d293482 (req. id -1)
[20:22:08] [Server thread/TRACE] [FML/ActuallyAdditions]: Registry add: actuallyadditions:blockPillarQuartzWall 261 Block{actuallyadditions:blockPillarQuartzWall} (req. id -1)
[20:22:08] [Server thread/TRACE] [FML/ActuallyAdditions]: Registry add: actuallyadditions:blockPillarQuartzWall 4160 de.ellpeck.actuallyadditions.mod.blocks.base.ItemBlockBase@2acfecd1 (req. id -1)
[20:22:08] [Server thread/TRACE] [FML/ActuallyAdditions]: Registry add: actuallyadditions:blockQuartzStair 262 Block{actuallyadditions:blockQuartzStair} (req. id -1)
[20:22:08] [Server thread/TRACE] [FML/ActuallyAdditions]: Registry add: actuallyadditions:blockQuartzStair 4161 de.ellpeck.actuallyadditions.mod.blocks.base.ItemBlockBase@780e9d9b (req. id -1)
[20:22:08] [Server thread/TRACE] [FML/ActuallyAdditions]: Registry add: actuallyadditions:blockChiseledQuartzStair 263 Block{actuallyadditions:blockChiseledQuartzStair} (req. id -1)
[20:22:08] [Server thread/TRACE] [FML/ActuallyAdditions]: Registry add: actuallyadditions:blockChiseledQuartzStair 4162 de.ellpeck.actuallyadditions.mod.blocks.base.ItemBlockBase@4f4288e2 (req. id -1)
[20:22:08] [Server thread/TRACE] [FML/ActuallyAdditions]: Registry add: actuallyadditions:blockPillarQuartzStair 264 Block{actuallyadditions:blockPillarQuartzStair} (req. id -1)
[20:22:08] [Server thread/TRACE] [FML/ActuallyAdditions]: Registry add: actuallyadditions:blockPillarQuartzStair 4163 de.ellpeck.actuallyadditions.mod.blocks.base.ItemBlockBase@6eb8fe1d (req. id -1)
[20:22:08] [Server thread/TRACE] [FML/ActuallyAdditions]: Registry add: actuallyadditions:blockQuartzSlab 265 Block{actuallyadditions:blockQuartzSlab} (req. id -1)
[20:22:08] [Server thread/TRACE] [FML/ActuallyAdditions]: Registry add: actuallyadditions:blockQuartzSlab 4164 de.ellpeck.actuallyadditions.mod.blocks.BlockSlabs$TheItemBlock@3d48a563 (req. id -1)
[20:22:08] [Server thread/TRACE] [FML/ActuallyAdditions]: Registry add: actuallyadditions:blockChiseledQuartzSlab 266 Block{actuallyadditions:blockChiseledQuartzSlab} (req. id -1)
[20:22:08] [Server thread/TRACE] [FML/ActuallyAdditions]: Registry add: actuallyadditions:blockChiseledQuartzSlab 4165 de.ellpeck.actuallyadditions.mod.blocks.BlockSlabs$TheItemBlock@83d68a2 (req. id -1)
[20:22:08] [Server thread/TRACE] [FML/ActuallyAdditions]: Registry add: actuallyadditions:blockPillarQuartzSlab 267 Block{actuallyadditions:blockPillarQuartzSlab} (req. id -1)
[20:22:08] [Server thread/TRACE] [FML/ActuallyAdditions]: Registry add: actuallyadditions:blockPillarQuartzSlab 4166 de.ellpeck.actuallyadditions.mod.blocks.BlockSlabs$TheItemBlock@782ffa97 (req. id -1)
[20:22:08] [Forge Version Check/DEBUG] [ForgeVersionCheck/Forge]: [Forge] Received version check data:
{
"homepage": "http://files.minecraftforge.net/maven/net/minecraftforge/forge/",
"promos": {
"1.5.2-latest": "7.8.1.738",
"1.5.2-recommended": "7.8.1.737",
"1.6.1-latest": "8.9.0.775",
"1.6.2-latest": "9.10.1.871",
"1.6.2-recommended": "9.10.1.871",
"1.6.3-latest": "9.11.0.878",
"1.6.4-latest": "9.11.1.1345",
"1.6.4-recommended": "9.11.1.1345",
"1.7.10-latest": "10.13.4.1614",
"1.7.10-latest-1.7.10": "10.13.2.1343",
"1.7.10-recommended": "10.13.4.1558",
"1.7.2-latest": "10.12.2.1147",
"1.7.2-recommended": "10.12.2.1121",
"1.8-latest": "11.14.4.1577",
"1.8-recommended": "11.14.4.1563",
"1.8.8-latest": "11.15.0.1655",
"1.8.9-latest": "11.15.1.1764",
"1.8.9-recommended": "11.15.1.1722",
"latest": "11.15.1.1764",
"latest-1.7.10": "10.13.2.1343",
"recommended": "11.15.1.1722"
}
}
[20:22:08] [Forge Version Check/INFO] [ForgeVersionCheck/Forge]: [Forge] Found status: AHEAD Target: null
[20:22:08] [Forge Version Check/INFO] [ForgeVersionCheck/Forge]: [samsfooddetails] Starting version check at https://raw.githubusercontent.com/LothrazarMinecraftMods/FoodDetails/master/update.json
[20:22:08] [Server thread/TRACE] [FML/ActuallyAdditions]: Registry add: actuallyadditions:blockCanolaOil 268 Block{actuallyadditions:blockCanolaOil} (req. id -1)
[20:22:08] [Server thread/TRACE] [FML/ActuallyAdditions]: Registry add: actuallyadditions:blockCanolaOil 4167 de.ellpeck.actuallyadditions.mod.blocks.base.ItemBlockBase@61e46369 (req. id -1)
[20:22:08] [Server thread/TRACE] [FML/ActuallyAdditions]: Registry add: actuallyadditions:blockOil 269 Block{actuallyadditions:blockOil} (req. id -1)
[20:22:08] [Server thread/TRACE] [FML/ActuallyAdditions]: Registry add: actuallyadditions:blockOil 4168 de.ellpeck.actuallyadditions.mod.blocks.base.ItemBlockBase@61a3913f (req. id -1)
[20:22:08] [Forge Version Check/DEBUG] [ForgeVersionCheck/Forge]: [samsfooddetails] Received version check data:
{
"homepage": "http://www.curse.com/mc-mods/minecraft/232516-food-details",
"promos": {
"1.8-latest": "1.0.0",
"1.8-recommended": "1.0.0",
"1.8.8-latest": "1.0.0",
"1.8.8-recommended": "1.0.0",
"1.8.9-latest": "1.0.0",
"1.8.9-recommended": "1.0.0"
}
}
[20:22:08] [Forge Version Check/INFO] [ForgeVersionCheck/Forge]: [samsfooddetails] Found status: UP_TO_DATE Target: null
[20:22:08] [Forge Version Check/INFO] [ForgeVersionCheck/Forge]: [machinemod] Starting version check at https://raw.githubusercontent.com/TechStack/TechStack-s-HeavyMachineryMod/master/update.json
[20:22:08] [Forge Version Check/DEBUG] [ForgeVersionCheck/Forge]: [machinemod] Received version check data:
"homepage": "http://minecraft.curseforge.com/projects/techstacks-heavy-machinery-mod/files",
"promos": {
"1.8-latest": "1.8-1.1-Pre-ALPHA2-Build-182",
"1.8-recommended": "1.8-1.1-Pre-ALPHA2-Build-177"
},
},
"1.8": {
"1.8-1.1-Pre-ALPHA2-Build-182": "Sounds & Events for block breaks \n Add configs to disable entity Items for machines, attempted fix for wrench where it did not update other clients\nAdded a idle machine Timeout to configs and working in game\nbulldozer break framland\nSemiTrucks Trubo Engine Engaged! \nSemi Truck steering linkage upgrade \n Cool new Update .json feature in forge"
"1.8-1.1-Pre-ALPHA2-Build-177": "Changelog: 1st Alpha-2 release."
}
[20:22:08] [Forge Version Check/DEBUG] [ForgeVersionCheck/Forge]: Failed to process update information
com.google.gson.JsonSyntaxException: java.lang.IllegalStateException: Expected BEGIN_OBJECT but was STRING at line 1 column 2
at com.google.gson.Gson.fromJson(Gson.java:815) ~[Gson.class:?]
at com.google.gson.Gson.fromJson(Gson.java:768) ~[Gson.class:?]
at com.google.gson.Gson.fromJson(Gson.java:717) ~[Gson.class:?]
at com.google.gson.Gson.fromJson(Gson.java:689) ~[Gson.class:?]
at net.minecraftforge.common.ForgeVersion$1.process(ForgeVersion.java:156) [ForgeVersion$1.class:?]
at net.minecraftforge.common.ForgeVersion$1.run(ForgeVersion.java:131) [ForgeVersion$1.class:?]
Caused by: java.lang.IllegalStateException: Expected BEGIN_OBJECT but was STRING at line 1 column 2
at com.google.gson.stream.JsonReader.beginObject(JsonReader.java:374) ~[JsonReader.class:?]
at com.google.gson.internal.bind.MapTypeAdapterFactory$Adapter.read(MapTypeAdapterFactory.java:183) ~[MapTypeAdapterFactory$Adapter.class:?]
at com.google.gson.internal.bind.MapTypeAdapterFactory$Adapter.read(MapTypeAdapterFactory.java:145) ~[MapTypeAdapterFactory$Adapter.class:?]
at com.google.gson.Gson.fromJson(Gson.java:803) ~[Gson.class:?]
... 5 more
[20:22:08] [Forge Version Check/INFO] [ForgeVersionCheck/Forge]: [samsocean] Starting version check at https://raw.githubusercontent.com/LothrazarMinecraftMods/OceanFloorControl/master/update.json
[20:22:08] [Forge Version Check/DEBUG] [ForgeVersionCheck/Forge]: [samsocean] Received version check data:
{
"homepage": "http://www.curse.com/mc-mods/minecraft/231837-ocean-floor-clay-sand-and-dirt",
"promos": {
"1.7.10-latest": "1.0.0",
"1.7.10-recommended": "1.0.0",
"1.8-latest": "1.0.0",
"1.8-recommended": "1.0.0",
"1.8.8-latest": "1.0.0",
"1.8.8-recommended": "1.0.0",
"1.8.9-latest": "1.0.0",
"1.8.9-recommended": "1.0.0"
}
}
[20:22:08] [Forge Version Check/INFO] [ForgeVersionCheck/Forge]: [samsocean] Found status: UP_TO_DATE Target: null
[20:22:08] [Forge Version Check/INFO] [ForgeVersionCheck/Forge]: [totemic] Starting version check at https://raw.githubusercontent.com/TeamTotemic/Totemic/master/version.json
[20:22:08] [Forge Version Check/DEBUG] [ForgeVersionCheck/Forge]: [totemic] Received version check data:
{
"homepage": "http://minecraft.curseforge.com/projects/totemic",
"promos": {
"1.8.9-latest": "0.6.5"
}
}
[20:22:08] [Forge Version Check/INFO] [ForgeVersionCheck/Forge]: [totemic] Found status: BETA Target: null
[20:22:08] [Forge Version Check/INFO] [ForgeVersionCheck/Forge]: [samsbucketblocks] Starting version check at https://raw.githubusercontent.com/LothrazarMinecraftMods/BucketBlocks/master/update.json
[20:22:08] [Forge Version Check/DEBUG] [ForgeVersionCheck/Forge]: [samsbucketblocks] Received version check data:
{
"homepage": "http://www.curse.com/mc-mods/minecraft/232438-bucket-storage-blocks",
"promos": {
"1.8-latest": "1.0.0",
"1.8-recommended": "1.0.0",
"1.8.8-latest": "1.0.1",
"1.8.8-recommended": "1.0.1",
"1.8.9-latest": "1.0.1",
"1.8.9-recommended": "1.0.1"
},
"1.8.8":{
"1.0.1" : "Updated to 1.8.8 and cleaned up some old code."
}
}
[20:22:08] [Forge Version Check/INFO] [ForgeVersionCheck/Forge]: [samsbucketblocks] Found status: UP_TO_DATE Target: null
[20:22:08] [Server thread/INFO] [ActuallyAdditions/ActuallyAdditions]: Initializing Items...
[20:22:08] [Server thread/TRACE] [FML/ActuallyAdditions]: Registry add: actuallyadditions:itemMisc 4169 de.ellpeck.actuallyadditions.mod.items.ItemMisc@4c3cd08b (req. id -1)
[20:22:08] [Server thread/TRACE] [FML/ActuallyAdditions]: Registry add: actuallyadditions:itemCrateKeeper 4170 de.ellpeck.actuallyadditions.mod.items.ItemGeneric@3b42e8af (req. id -1)
[20:22:08] [Server thread/TRACE] [FML/ActuallyAdditions]: Registry add: actuallyadditions:itemColorLens 4171 de.ellpeck.actuallyadditions.mod.items.lens.ItemLens@1de4b5ef (req. id -1)
[20:22:08] [Server thread/TRACE] [FML/ActuallyAdditions]: Registry add: actuallyadditions:itemExplosionLens 4172 de.ellpeck.actuallyadditions.mod.items.lens.ItemLens@35c7958c (req. id -1)
[20:22:08] [Server thread/TRACE] [FML/ActuallyAdditions]: Registry add: actuallyadditions:itemDamageLens 4173 de.ellpeck.actuallyadditions.mod.items.lens.ItemLens@3eac132a (req. id -1)
[20:22:08] [Server thread/TRACE] [FML/ActuallyAdditions]: Registry add: actuallyadditions:itemCrystal 4174 de.ellpeck.actuallyadditions.mod.items.ItemCrystal@67a8780f (req. id -1)
[20:22:08] [Server thread/TRACE] [FML/ActuallyAdditions]: Registry add: actuallyadditions:itemLaserWrench 4175 de.ellpeck.actuallyadditions.mod.items.ItemLaserWrench@5fdbf2d8 (req. id -1)
[20:22:08] [Server thread/TRACE] [FML/ActuallyAdditions]: Registry add: actuallyadditions:itemChestToCrateUpgrade 4176 de.ellpeck.actuallyadditions.mod.items.ItemChestToCrateUpgrade@56b9675a (req. id -1)
[20:22:08] [Server thread/TRACE] [FML/ActuallyAdditions]: Registry add: actuallyadditions:itemBooklet 4177 de.ellpeck.actuallyadditions.mod.items.ItemBooklet@8d21be4 (req. id -1)
[20:22:08] [Server thread/TRACE] [FML/ActuallyAdditions]: Registry add: actuallyadditions:itemGrowthRing 4178 de.ellpeck.actuallyadditions.mod.items.ItemGrowthRing@2c9e72f1 (req. id -1)
[20:22:08] [Server thread/TRACE] [FML/ActuallyAdditions]: Registry add: actuallyadditions:itemSuctionRing 4179 de.ellpeck.actuallyadditions.mod.items.ItemMagnetRing@2c530888 (req. id -1)
[20:22:08] [Server thread/TRACE] [FML/ActuallyAdditions]: Registry add: actuallyadditions:itemWaterRemovalRing 4180 de.ellpeck.actuallyadditions.mod.items.ItemWaterRemovalRing@314d29ef (req. id -1)
[20:22:08] [Server thread/TRACE] [FML/ActuallyAdditions]: Registry add: actuallyadditions:itemHelmEmerald 4181 de.ellpeck.actuallyadditions.mod.items.base.ItemArmorAA@29d81919 (req. id -1)
[20:22:08] [Server thread/TRACE] [FML/ActuallyAdditions]: Registry add: actuallyadditions:itemChestEmerald 4182 de.ellpeck.actuallyadditions.mod.items.base.ItemArmorAA@760eff29 (req. id -1)
[20:22:08] [Server thread/TRACE] [FML/ActuallyAdditions]: Registry add: actuallyadditions:itemPantsEmerald 4183 de.ellpeck.actuallyadditions.mod.items.base.ItemArmorAA@422dae28 (req. id -1)
[20:22:08] [Server thread/TRACE] [FML/ActuallyAdditions]: Registry add: actuallyadditions:itemBootsEmerald 4184 de.ellpeck.actuallyadditions.mod.items.base.ItemArmorAA@1a77f5d3 (req. id -1)
[20:22:08] [Server thread/TRACE] [FML/ActuallyAdditions]: Registry add: actuallyadditions:itemHelmObsidian 4185 de.ellpeck.actuallyadditions.mod.items.base.ItemArmorAA@730e3755 (req. id -1)
[20:22:08] [Server thread/TRACE] [FML/ActuallyAdditions]: Registry add: actuallyadditions:itemChestObsidian 4186 de.ellpeck.actuallyadditions.mod.items.base.ItemArmorAA@72f879aa (req. id -1)
[20:22:08] [Server thread/TRACE] [FML/ActuallyAdditions]: Registry add: actuallyadditions:itemPantsObsidian 4187 de.ellpeck.actuallyadditions.mod.items.base.ItemArmorAA@5d8bc533 (req. id -1)
[20:22:08] [Server thread/TRACE] [FML/ActuallyAdditions]: Registry add: actuallyadditions:itemBootsObsidian 4188 de.ellpeck.actuallyadditions.mod.items.base.ItemArmorAA@78f77a3c (req. id -1)
[20:22:08] [Server thread/TRACE] [FML/ActuallyAdditions]: Registry add: actuallyadditions:itemHelmQuartz 4189 de.ellpeck.actuallyadditions.mod.items.base.ItemArmorAA@7a414ee8 (req. id -1)
[20:22:08] [Server thread/TRACE] [FML/ActuallyAdditions]: Registry add: actuallyadditions:itemChestQuartz 4190 de.ellpeck.actuallyadditions.mod.items.base.ItemArmorAA@4bc54d23 (req. id -1)
[20:22:08] [Server thread/TRACE] [FML/ActuallyAdditions]: Registry add: actuallyadditions:itemPantsQuartz 4191 de.ellpeck.actuallyadditions.mod.items.base.ItemArmorAA@4864bb35 (req. id -1)
[20:22:08] [Server thread/TRACE] [FML/ActuallyAdditions]: Registry add: actuallyadditions:itemBootsQuartz 4192 de.ellpeck.actuallyadditions.mod.items.base.ItemArmorAA@b010e9f (req. id -1)
[20:22:08] [Server thread/TRACE] [FML/ActuallyAdditions]: Registry add: actuallyadditions:itemTeleStaff 4193 de.ellpeck.actuallyadditions.mod.items.ItemTeleStaff@7bc73719 (req. id -1)
[20:22:08] [Server thread/TRACE] [FML/ActuallyAdditions]: Registry add: actuallyadditions:itemWingsOfTheBats 4194 de.ellpeck.actuallyadditions.mod.items.ItemWingsOfTheBats@1a0ad117 (req. id -1)
[20:22:08] [Server thread/TRACE] [FML/ActuallyAdditions]: Registry add: actuallyadditions:itemDrill 4195 de.ellpeck.actuallyadditions.mod.items.ItemDrill@77da6c70 (req. id -1)
[20:22:08] [Server thread/TRACE] [FML/ActuallyAdditions]: Registry add: actuallyadditions:itemBattery 4196 de.ellpeck.actuallyadditions.mod.items.ItemBattery@74acf1e2 (req. id -1)
[20:22:08] [Server thread/TRACE] [FML/ActuallyAdditions]: Registry add: actuallyadditions:itemBatteryDouble 4197 de.ellpeck.actuallyadditions.mod.items.ItemBattery@36116f91 (req. id -1)
[20:22:08] [Server thread/TRACE] [FML/ActuallyAdditions]: Registry add: actuallyadditions:itemBatteryTriple 4198 de.ellpeck.actuallyadditions.mod.items.ItemBattery@7a5f822d (req. id -1)
[20:22:08] [Server thread/TRACE] [FML/ActuallyAdditions]: Registry add: actuallyadditions:itemBatteryQuadruple 4199 de.ellpeck.actuallyadditions.mod.items.ItemBattery@5ec2c8fa (req. id -1)
[20:22:08] [Server thread/TRACE] [FML/ActuallyAdditions]: Registry add: actuallyadditions:itemBatteryQuintuple 4200 de.ellpeck.actuallyadditions.mod.items.ItemBattery@4d721121 (req. id -1)
[20:22:08] [Server thread/TRACE] [FML/ActuallyAdditions]: Registry add: actuallyadditions:itemDrillUpgradeSpeed 4201 de.ellpeck.actuallyadditions.mod.items.ItemDrillUpgrade@63814ef9 (req. id -1)
[20:22:08] [Server thread/TRACE] [FML/ActuallyAdditions]: Registry add: actuallyadditions:itemDrillUpgradeSpeedII 4202 de.ellpeck.actuallyadditions.mod.items.ItemDrillUpgrade@7503d2a (req. id -1)
[20:22:08] [Server thread/TRACE] [FML/ActuallyAdditions]: Registry add: actuallyadditions:itemDrillUpgradeSpeedIII 4203 de.ellpeck.actuallyadditions.mod.items.ItemDrillUpgrade@205cee92 (req. id -1)
[20:22:08] [Server thread/TRACE] [FML/ActuallyAdditions]: Registry add: actuallyadditions:itemDrillUpgradeSilkTouch 4204 de.ellpeck.actuallyadditions.mod.items.ItemDrillUpgrade@23a0068f (req. id -1)
[20:22:08] [Server thread/TRACE] [FML/ActuallyAdditions]: Registry add: actuallyadditions:itemDrillUpgradeFortune 4205 de.ellpeck.actuallyadditions.mod.items.ItemDrillUpgrade@4abf6284 (req. id -1)
[20:22:08] [Server thread/TRACE] [FML/ActuallyAdditions]: Registry add: actuallyadditions:itemDrillUpgradeFortuneII 4206 de.ellpeck.actuallyadditions.mod.items.ItemDrillUpgrade@4c80bf94 (req. id -1)
[20:22:08] [Server thread/TRACE] [FML/ActuallyAdditions]: Registry add: actuallyadditions:itemDrillUpgradeThreeByThree 4207 de.ellpeck.actuallyadditions.mod.items.ItemDrillUpgrade@beff0e8 (req. id -1)
[20:22:08] [Server thread/TRACE] [FML/ActuallyAdditions]: Registry add: actuallyadditions:itemDrillUpgradeFiveByFive 4208 de.ellpeck.actuallyadditions.mod.items.ItemDrillUpgrade@28d80b64 (req. id -1)
[20:22:08] [Server thread/TRACE] [FML/ActuallyAdditions]: Registry add: actuallyadditions:itemDrillUpgradeBlockPlacing 4209 de.ellpeck.actuallyadditions.mod.items.ItemDrillUpgrade@19c2e7b9 (req. id -1)
[20:22:08] [Server thread/TRACE] [FML/ActuallyAdditions]: Registry add: actuallyadditions:itemBucketOil 4210 de.ellpeck.actuallyadditions.mod.items.base.ItemBucketAA@5077970a (req. id -1)
[20:22:08] [Server thread/TRACE] [FML/ActuallyAdditions]: Registry add: actuallyadditions:itemBucketCanolaOil 4211 de.ellpeck.actuallyadditions.mod.items.base.ItemBucketAA@24eb455c (req. id -1)
[20:22:08] [Server thread/TRACE] [FML/ActuallyAdditions]: Registry add: actuallyadditions:itemFertilizer 4212 de.ellpeck.actuallyadditions.mod.items.ItemFertilizer@4c80f98e (req. id -1)
[20:22:08] [Server thread/TRACE] [FML/ActuallyAdditions]: Registry add: actuallyadditions:itemCoffee 4213 de.ellpeck.actuallyadditions.mod.items.ItemCoffee@6a52ed41 (req. id -1)
[20:22:08] [Server thread/TRACE] [FML/ActuallyAdditions]: Registry add: actuallyadditions:itemPhantomConnector 4214 de.ellpeck.actuallyadditions.mod.items.ItemPhantomConnector@480bc39d (req. id -1)
[20:22:08] [Server thread/TRACE] [FML/ActuallyAdditions]: Registry add: actuallyadditions:itemResonantRice 4215 de.ellpeck.actuallyadditions.mod.items.ItemResonantRice@2703ed5c (req. id -1)
[20:22:08] [Server thread/TRACE] [FML/ActuallyAdditions]: Registry add: actuallyadditions:itemFood 4216 de.ellpeck.actuallyadditions.mod.items.ItemFoods@74dd6e99 (req. id -1)
[20:22:08] [Server thread/TRACE] [FML/ActuallyAdditions]: Registry add: actuallyadditions:itemJam 4217 de.ellpeck.actuallyadditions.mod.items.ItemJams@148d0bc7 (req. id -1)
[20:22:08] [Server thread/TRACE] [FML/ActuallyAdditions]: Registry add: actuallyadditions:itemKnife 4218 de.ellpeck.actuallyadditions.mod.items.ItemKnife@55c21550 (req. id -1)
[20:22:08] [Server thread/TRACE] [FML/ActuallyAdditions]: Registry add: actuallyadditions:itemCrafterOnAStick 4219 de.ellpeck.actuallyadditions.mod.items.ItemCrafterOnAStick@7c8dcdb1 (req. id -1)
[20:22:08] [Server thread/TRACE] [FML/ActuallyAdditions]: Registry add: actuallyadditions:itemDust 4220 de.ellpeck.actuallyadditions.mod.items.ItemDust@4b90ddb (req. id -1)
[20:22:08] [Server thread/TRACE] [FML/ActuallyAdditions]: Registry add: actuallyadditions:itemSolidifiedExperience 4221 de.ellpeck.actuallyadditions.mod.items.ItemSolidifiedExperience@6650be36 (req. id -1)
[20:22:08] [Server thread/TRACE] [FML/ActuallyAdditions]: Registry add: actuallyadditions:itemLeafBlower 4222 de.ellpeck.actuallyadditions.mod.items.ItemLeafBlower@73d0b96 (req. id -1)
[20:22:08] [Server thread/TRACE] [FML/ActuallyAdditions]: Registry add: actuallyadditions:itemLeafBlowerAdvanced 4223 de.ellpeck.actuallyadditions.mod.items.ItemLeafBlower@4c6a1d1d (req. id -1)
[20:22:08] [Server thread/TRACE] [FML/ActuallyAdditions]: Registry add: actuallyadditions:itemPotionRing 4224 de.ellpeck.actuallyadditions.mod.items.ItemPotionRing@10a3098c (req. id -1)
[20:22:08] [Server thread/TRACE] [FML/ActuallyAdditions]: Registry add: actuallyadditions:itemPotionRingAdvanced 4225 de.ellpeck.actuallyadditions.mod.items.ItemPotionRing@186e28f0 (req. id -1)
[20:22:08] [Server thread/TRACE] [FML/ActuallyAdditions]: Registry add: actuallyadditions:itemHairyBall 4226 de.ellpeck.actuallyadditions.mod.items.ItemHairyBall@66eebc3c (req. id -1)
[20:22:08] [Server thread/TRACE] [FML/ActuallyAdditions]: Registry add: actuallyadditions:itemCoffeeBeans 4227 de.ellpeck.actuallyadditions.mod.items.ItemCoffeeBean@14b05f5 (req. id -1)
[20:22:08] [Server thread/TRACE] [FML/ActuallyAdditions]: Registry add: actuallyadditions:itemRiceSeed 4228 de.ellpeck.actuallyadditions.mod.items.base.ItemSeed@92c8339 (req. id -1)
[20:22:08] [Server thread/TRACE] [FML/ActuallyAdditions]: Registry add: actuallyadditions:itemCanolaSeed 4229 de.ellpeck.actuallyadditions.mod.items.base.ItemSeed@60ec1344 (req. id -1)
[20:22:08] [Server thread/TRACE] [FML/ActuallyAdditions]: Registry add: actuallyadditions:itemFlaxSeed 4230 de.ellpeck.actuallyadditions.mod.items.base.ItemSeed@73704c39 (req. id -1)
[20:22:08] [Server thread/TRACE] [FML/ActuallyAdditions]: Registry add: actuallyadditions:itemCoffeeSeed 4231 de.ellpeck.actuallyadditions.mod.items.base.ItemSeed@2a4d9b0f (req. id -1)
[20:22:08] [Server thread/TRACE] [FML/ActuallyAdditions]: Registry add: actuallyadditions:itemPickaxeEmerald 4232 de.ellpeck.actuallyadditions.mod.items.base.ItemPickaxeAA@4795f034 (req. id -1)
[20:22:08] [Server thread/TRACE] [FML/ActuallyAdditions]: Registry add: actuallyadditions:itemAxeEmerald 4233 de.ellpeck.actuallyadditions.mod.items.base.ItemAxeAA@47e3bdb1 (req. id -1)
[20:22:08] [Server thread/TRACE] [FML/ActuallyAdditions]: Registry add: actuallyadditions:itemShovelEmerald 4234 de.ellpeck.actuallyadditions.mod.items.base.ItemShovelAA@368320f0 (req. id -1)
[20:22:08] [Server thread/TRACE] [FML/ActuallyAdditions]: Registry add: actuallyadditions:itemSwordEmerald 4235 de.ellpeck.actuallyadditions.mod.items.base.ItemSwordAA@70d050cc (req. id -1)
[20:22:08] [Server thread/TRACE] [FML/ActuallyAdditions]: Registry add: actuallyadditions:itemHoeEmerald 4236 de.ellpeck.actuallyadditions.mod.items.base.ItemHoeAA@182c0ab2 (req. id -1)
[20:22:08] [Server thread/TRACE] [FML/ActuallyAdditions]: Registry add: actuallyadditions:itemPickaxeObsidian 4237 de.ellpeck.actuallyadditions.mod.items.base.ItemPickaxeAA@42783233 (req. id -1)
[20:22:08] [Server thread/TRACE] [FML/ActuallyAdditions]: Registry add: actuallyadditions:itemAxeObsidian 4238 de.ellpeck.actuallyadditions.mod.items.base.ItemAxeAA@6dd31e2c (req. id -1)
[20:22:08] [Server thread/TRACE] [FML/ActuallyAdditions]: Registry add: actuallyadditions:itemShovelObsidian 4239 de.ellpeck.actuallyadditions.mod.items.base.ItemShovelAA@1ff7756a (req. id -1)
[20:22:08] [Server thread/TRACE] [FML/ActuallyAdditions]: Registry add: actuallyadditions:itemSwordObsidian 4240 de.ellpeck.actuallyadditions.mod.items.base.ItemSwordAA@67f695bc (req. id -1)
[20:22:08] [Server thread/TRACE] [FML/ActuallyAdditions]: Registry add: actuallyadditions:itemHoeObsidian 4241 de.ellpeck.actuallyadditions.mod.items.base.ItemHoeAA@649cdadb (req. id -1)
[20:22:08] [Server thread/TRACE] [FML/ActuallyAdditions]: Registry add: actuallyadditions:itemPickaxeQuartz 4242 de.ellpeck.actuallyadditions.mod.items.base.ItemPickaxeAA@114b9a1a (req. id -1)
[20:22:08] [Server thread/TRACE] [FML/ActuallyAdditions]: Registry add: actuallyadditions:itemAxeQuartz 4243 de.ellpeck.actuallyadditions.mod.items.base.ItemAxeAA@35b3e17c (req. id -1)
[20:22:08] [Server thread/TRACE] [FML/ActuallyAdditions]: Registry add: actuallyadditions:itemShovelQuartz 4244 de.ellpeck.actuallyadditions.mod.items.base.ItemShovelAA@663bd903 (req. id -1)
[20:22:08] [Server thread/TRACE] [FML/ActuallyAdditions]: Registry add: actuallyadditions:itemSwordQuartz 4245 de.ellpeck.actuallyadditions.mod.items.base.ItemSwordAA@64739d1d (req. id -1)
[20:22:08] [Server thread/TRACE] [FML/ActuallyAdditions]: Registry add: actuallyadditions:itemHoeQuartz 4246 de.ellpeck.actuallyadditions.mod.items.base.ItemHoeAA@29a540c3 (req. id -1)
[20:22:08] [Server thread/TRACE] [FML/ActuallyAdditions]: Registry add: actuallyadditions:woodenPaxel 4247 de.ellpeck.actuall
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment