[03:23:27] [main/DEBUG] [FML/]: Injecting tracing printstreams for STDOUT/STDERR.
[03:23:27] [main/INFO] [FML/]: Forge Mod Loader version 7.99.40.1614 for Minecraft 1.7.10 loading
[03:23:27] [main/INFO] [FML/]: Java is OpenJDK 64-Bit Server VM, version 1.8.0_342, running on Linux:amd64:5.4.0-99-generic, installed at /usr/local/openjdk-8/jre
[03:23:27] [main/DEBUG] [FML/]: Java classpath at launch is forge.jar:/jolokia/jolokia.jar
[03:23:27] [main/DEBUG] [FML/]: Java library path at launch is /usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib
[03:23:27] [main/DEBUG] [FML/]: Enabling runtime deobfuscation
[03:23:27] [main/DEBUG] [FML/]: Instantiating coremod class FMLCorePlugin
[03:23:27] [main/DEBUG] [FML/]: Added access transformer class cpw.mods.fml.common.asm.transformers.AccessTransformer to enqueued access transformers
[03:23:27] [main/DEBUG] [FML/]: Enqueued coremod FMLCorePlugin
[03:23:27] [main/DEBUG] [FML/]: Instantiating coremod class FMLForgePlugin
[03:23:27] [main/DEBUG] [FML/]: Added access transformer class net.minecraftforge.transformers.ForgeAccessTransformer to enqueued access transformers
[03:23:27] [main/DEBUG] [FML/]: Enqueued coremod FMLForgePlugin
[03:23:27] [main/DEBUG] [FML/]: All fundamental core mods are successfully located
[03:23:27] [main/DEBUG] [FML/]: Attempting to load commandline specified mods, relative to /server/.
[03:23:27] [main/DEBUG] [FML/]: Discovering coremods
[03:23:27] [main/DEBUG] [FML/]: Examining for coremod candidacy AcademyCraft-1.0.7.jar
[03:23:27] [main/DEBUG] [FML/]: Not found coremod data in AcademyCraft-1.0.7.jar
[03:23:27] [main/DEBUG] [FML/]: Examining for coremod candidacy AdvancedLightsabers-1.7.10-1.2.2.jar
[03:23:27] [main/TRACE] [FML/]: Found FMLCorePluginContainsFMLMod marker in AdvancedLightsabers-1.7.10-1.2.2.jar, it will be examined later for regular @Mod instances
[03:23:27] [main/DEBUG] [FML/]: Instantiating coremod class ALLoadingPlugin
[03:23:27] [main/DEBUG] [FML/]: The coremod com.fiskmods.lightsabers.asm.ALLoadingPlugin requested minecraft version 1.7.10 and minecraft is 1.7.10. It will be loaded.
[03:23:27] [main/DEBUG] [FML/]: Enqueued coremod ALLoadingPlugin
[03:23:27] [main/DEBUG] [FML/]: Examining for coremod candidacy buildcraft-7.1.24.jar
[03:23:27] [main/DEBUG] [FML/]: Not found coremod data in buildcraft-7.1.24.jar
[03:23:27] [main/DEBUG] [FML/]: Examining for coremod candidacy Chisel-2.9.5.11.jar
[03:23:27] [main/DEBUG] [FML/]: Not found coremod data in Chisel-2.9.5.11.jar
[03:23:27] [main/DEBUG] [FML/]: Examining for coremod candidacy CodeChickenCore-1.7.10-1.0.7.48-universal.jar
[03:23:27] [main/TRACE] [FML/]: Adding CodeChickenCore-1.7.10-1.0.7.48-universal.jar to the list of known coremods, it will not be examined again
[03:23:27] [main/DEBUG] [FML/]: Instantiating coremod class CodeChickenCorePlugin
[03:23:28] [main/WARN] [FML/]: The coremod codechicken.core.launch.CodeChickenCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[03:23:30] [main/INFO] [STDOUT/]: [codechicken.core.launch.DepLoader$DepLoadInst:download:343]: Download complete
[03:23:30] [main/INFO] [STDERR/]: [codechicken.core.launch.DepLoader$DepLoadInst:checkExisting:436]: Warning: version of ForgeMultipart, **.**.**.** is newer than request **.**.**.**
[03:23:30] [main/DEBUG] [FML/]: Added access transformer class codechicken.core.asm.CodeChickenAccessTransformer to enqueued access transformers
[03:23:30] [main/DEBUG] [FML/]: Enqueued coremod CodeChickenCorePlugin
[03:23:30] [main/DEBUG] [FML/]: Examining for coremod candidacy ForgeMultipart-1.7.10-1.2.0.345-universal.jar
[03:23:30] [main/ERROR] [FML/]: Unable to read the jar file ForgeMultipart-1.7.10-1.2.0.345-universal.jar - ignoring
java.io.FileNotFoundException: /server/mods/ForgeMultipart-1.7.10-1.2.0.345-universal.jar (No such file or directory)
at java.util.zip.ZipFile.open(Native Method) ~[?:1.8.0_342]
at java.util.zip.ZipFile.<init>(ZipFile.java:228) ~[?:1.8.0_342]
at java.util.zip.ZipFile.<init>(ZipFile.java:157) ~[?:1.8.0_342]
at java.util.jar.JarFile.<init>(JarFile.java:171) ~[?:1.8.0_342]
at java.util.jar.JarFile.<init>(JarFile.java:135) ~[?:1.8.0_342]
at cpw.mods.fml.relauncher.CoreModManager.discoverCoreMods(CoreModManager.java:308) [forge.jar:?]
at cpw.mods.fml.relauncher.CoreModManager.handleLaunch(CoreModManager.java:221) [forge.jar:?]
at cpw.mods.fml.relauncher.FMLLaunchHandler.setupHome(FMLLaunchHandler.java:90) [forge.jar:?]
at cpw.mods.fml.relauncher.FMLLaunchHandler.setupServer(FMLLaunchHandler.java:74) [forge.jar:?]
at cpw.mods.fml.relauncher.FMLLaunchHandler.configureForServerLaunch(FMLLaunchHandler.java:39) [forge.jar:?]
at cpw.mods.fml.common.launcher.FMLServerTweaker.injectIntoClassLoader(FMLServerTweaker.java:23) [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_342]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_342]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_342]
at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_342]
at cpw.mods.fml.relauncher.ServerLaunchWrapper.run(ServerLaunchWrapper.java:43) [forge.jar:?]
at cpw.mods.fml.relauncher.ServerLaunchWrapper.main(ServerLaunchWrapper.java:12) [forge.jar:?]
[03:23:30] [main/DEBUG] [FML/]: Examining for coremod candidacy ironchest-1.7.10-6.0.62.742-universal.jar
[03:23:30] [main/DEBUG] [FML/]: Not found coremod data in ironchest-1.7.10-6.0.62.742-universal.jar
[03:23:30] [main/DEBUG] [FML/]: Examining for coremod candidacy journeymap-1.7.10-5.1.4p2-unlimited.jar
[03:23:30] [main/DEBUG] [FML/]: Not found coremod data in journeymap-1.7.10-5.1.4p2-unlimited.jar
[03:23:30] [main/DEBUG] [FML/]: Examining for coremod candidacy LambdaLib-1.2.3.jar
[03:23:30] [main/TRACE] [FML/]: Found FMLCorePluginContainsFMLMod marker in LambdaLib-1.2.3.jar, it will be examined later for regular @Mod instances
[03:23:30] [main/DEBUG] [FML/]: Instantiating coremod class LLCorePlugin
[03:23:30] [main/WARN] [FML/]: The coremod cn.lambdalib.core.LLCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[03:23:30] [main/DEBUG] [FML/]: Enqueued coremod LLCorePlugin
[03:23:30] [main/DEBUG] [FML/]: Examining for coremod candidacy Mekanism-1.7.10-9.1.1.1031.jar
[03:23:30] [main/TRACE] [FML/]: Found FMLCorePluginContainsFMLMod marker in Mekanism-1.7.10-9.1.1.1031.jar, it will be examined later for regular @Mod instances
[03:23:30] [main/DEBUG] [FML/]: Instantiating coremod class LoadingHook
[03:23:30] [main/WARN] [FML/]: The coremod mekanism.common.asm.LoadingHook does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[03:23:30] [main/DEBUG] [FML/]: Enqueued coremod LoadingHook
[03:23:30] [main/DEBUG] [FML/]: Examining for coremod candidacy MekanismGenerators-1.7.10-9.1.1.1031.jar
[03:23:30] [main/DEBUG] [FML/]: Not found coremod data in MekanismGenerators-1.7.10-9.1.1.1031.jar
[03:23:30] [main/DEBUG] [FML/]: Examining for coremod candidacy MekanismTools-1.7.10-9.1.1.1031.jar
[03:23:30] [main/DEBUG] [FML/]: Not found coremod data in MekanismTools-1.7.10-9.1.1.1031.jar
[03:23:30] [main/DEBUG] [FML/]: Examining for coremod candidacy SGCraft-1.13.3-mc1.7.10.jar
[03:23:30] [main/DEBUG] [FML/]: Not found coremod data in SGCraft-1.13.3-mc1.7.10.jar
[03:23:30] [main/DEBUG] [FML/]: Examining for coremod candidacy WarpDrive-1.7.10-1.4.2.-.jar
[03:23:30] [main/TRACE] [FML/]: Found FMLCorePluginContainsFMLMod marker in WarpDrive-1.7.10-1.4.2.-.jar, it will be examined later for regular @Mod instances
[03:23:30] [main/DEBUG] [FML/]: Instantiating coremod class FMLLoadingPlugin
[03:23:30] [main/TRACE] [FML/]: coremod named WarpDriveCore is loading
[03:23:30] [main/DEBUG] [FML/]: The coremod cr0s.warpdrive.core.FMLLoadingPlugin requested minecraft version 1.7.10 and minecraft is 1.7.10. It will be loaded.
[03:23:30] [main/DEBUG] [FML/]: Enqueued coremod WarpDriveCore
[03:23:30] [main/INFO] [LaunchWrapper/]: Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[03:23:30] [main/INFO] [LaunchWrapper/]: Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker
[03:23:30] [main/INFO] [LaunchWrapper/]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[03:23:30] [main/INFO] [LaunchWrapper/]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[03:23:30] [main/INFO] [LaunchWrapper/]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[03:23:30] [main/DEBUG] [FML/]: Injecting coremod FMLCorePlugin {cpw.mods.fml.relauncher.FMLCorePlugin} class transformers
[03:23:30] [main/TRACE] [FML/]: Registering transformer cpw.mods.fml.common.asm.transformers.MarkerTransformer
[03:23:30] [main/TRACE] [FML/]: Registering transformer cpw.mods.fml.common.asm.transformers.SideTransformer
[03:23:30] [main/TRACE] [FML/]: Registering transformer cpw.mods.fml.common.asm.transformers.EventSubscriptionTransformer
[03:23:30] [main/DEBUG] [FML/]: Injection complete
[03:23:30] [main/DEBUG] [FML/]: Running coremod plugin for FMLCorePlugin {cpw.mods.fml.relauncher.FMLCorePlugin}
[03:23:30] [main/DEBUG] [FML/]: Running coremod plugin FMLCorePlugin
[03:23:31] [main/DEBUG] [FML/]: Read 527 binary patches
[03:23:32] [main/INFO] [FML/]: Found valid fingerprint for Minecraft Forge. Certificate fingerprint e3c3d50c7c986df74c645c0ac54639741c90a557
[03:23:32] [main/DEBUG] [FML/]: Coremod plugin class FMLCorePlugin run successfully
[03:23:32] [main/INFO] [LaunchWrapper/]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[03:23:32] [main/DEBUG] [FML/]: Injecting coremod FMLForgePlugin {net.minecraftforge.classloading.FMLForgePlugin} class transformers
[03:23:32] [main/TRACE] [FML/]: Registering transformer net.minecraftforge.classloading.FluidIdTransformer
[03:23:32] [main/DEBUG] [FML/]: Injection complete
[03:23:32] [main/DEBUG] [FML/]: Running coremod plugin for FMLForgePlugin {net.minecraftforge.classloading.FMLForgePlugin}
[03:23:32] [main/DEBUG] [FML/]: Running coremod plugin FMLForgePlugin
[03:23:32] [main/DEBUG] [FML/]: Coremod plugin class FMLForgePlugin run successfully
[03:23:32] [main/INFO] [LaunchWrapper/]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[03:23:32] [main/DEBUG] [FML/]: Injecting coremod CCCDeobfPlugin {codechicken.core.asm.MCPDeobfuscationTransformer$LoadPlugin} class transformers
[03:23:32] [main/DEBUG] [FML/]: Injection complete
[03:23:32] [main/DEBUG] [FML/]: Running coremod plugin for CCCDeobfPlugin {codechicken.core.asm.MCPDeobfuscationTransformer$LoadPlugin}
[03:23:32] [main/DEBUG] [FML/]: Running coremod plugin CCCDeobfPlugin
[03:23:32] [main/DEBUG] [FML/]: Coremod plugin class LoadPlugin run successfully
[03:23:32] [main/INFO] [LaunchWrapper/]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[03:23:32] [main/DEBUG] [FML/]: Injecting coremod ALLoadingPlugin {com.fiskmods.lightsabers.asm.ALLoadingPlugin} class transformers
[03:23:32] [main/TRACE] [FML/]: Registering transformer com.fiskmods.lightsabers.asm.transformers.ClassTransformerEntityMob
[03:23:32] [main/TRACE] [FML/]: Registering transformer com.fiskmods.lightsabers.asm.transformers.ClassTransformerEntityPlayer
[03:23:32] [main/DEBUG] [FML/]: Injection complete
[03:23:32] [main/DEBUG] [FML/]: Running coremod plugin for ALLoadingPlugin {com.fiskmods.lightsabers.asm.ALLoadingPlugin}
[03:23:32] [main/DEBUG] [FML/]: Running coremod plugin ALLoadingPlugin
[03:23:32] [main/DEBUG] [FML/]: Coremod plugin class ALLoadingPlugin run successfully
[03:23:32] [main/INFO] [LaunchWrapper/]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[03:23:32] [main/DEBUG] [FML/]: Injecting coremod CodeChickenCorePlugin {codechicken.core.launch.CodeChickenCorePlugin} class transformers
[03:23:32] [main/TRACE] [FML/]: Registering transformer codechicken.lib.asm.ClassHeirachyManager
[03:23:32] [main/TRACE] [FML/]: Registering transformer codechicken.core.asm.InterfaceDependancyTransformer
[03:23:32] [main/TRACE] [FML/]: Registering transformer codechicken.core.asm.TweakTransformer
[03:23:32] [main/TRACE] [FML/]: Registering transformer codechicken.core.asm.DelegatedTransformer
[03:23:32] [main/TRACE] [FML/]: Registering transformer codechicken.core.asm.DefaultImplementationTransformer
[03:23:32] [main/DEBUG] [FML/]: Injection complete
[03:23:32] [main/DEBUG] [FML/]: Running coremod plugin for CodeChickenCorePlugin {codechicken.core.launch.CodeChickenCorePlugin}
[03:23:32] [main/DEBUG] [FML/]: Running coremod plugin CodeChickenCorePlugin
[03:23:32] [main/DEBUG] [FML/]: Coremod plugin class CodeChickenCorePlugin run successfully
[03:23:32] [main/INFO] [LaunchWrapper/]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[03:23:32] [main/DEBUG] [FML/]: Injecting coremod LLCorePlugin {cn.lambdalib.core.LLCorePlugin} class transformers
[03:23:32] [main/TRACE] [FML/]: Registering transformer cn.lambdalib.pipeline.core.PipelineTransformer
[03:23:32] [main/DEBUG] [FML/]: Injection complete
[03:23:32] [main/DEBUG] [FML/]: Running coremod plugin for LLCorePlugin {cn.lambdalib.core.LLCorePlugin}
[03:23:32] [main/DEBUG] [FML/]: Running coremod plugin LLCorePlugin
[03:23:32] [main/DEBUG] [FML/]: Coremod plugin class LLCorePlugin run successfully
[03:23:32] [main/INFO] [LaunchWrapper/]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[03:23:32] [main/DEBUG] [FML/]: Injecting coremod LoadingHook {mekanism.common.asm.LoadingHook} class transformers
[03:23:32] [main/DEBUG] [FML/]: Injection complete
[03:23:32] [main/DEBUG] [FML/]: Running coremod plugin for LoadingHook {mekanism.common.asm.LoadingHook}
[03:23:32] [main/DEBUG] [FML/]: Running coremod plugin LoadingHook
[03:23:32] [main/DEBUG] [FML/]: Coremod plugin class LoadingHook run successfully
[03:23:32] [main/INFO] [LaunchWrapper/]: Calling tweak class cpw.mods.fml.common.launcher.FMLDeobfTweaker
[03:23:32] [main/DEBUG] [FML/]: Loaded 57 rules from AccessTransformer config file fml_at.cfg
[03:23:32] [main/DEBUG] [FML/]: Loaded 89 rules from AccessTransformer config file forge_at.cfg
[03:23:32] [main/DEBUG] [FML/]: Loaded 57 rules from AccessTransformer config file fml_at.cfg
[03:23:32] [main/DEBUG] [FML/]: Loaded 4 rules from AccessTransformer mod jar file /server/mods/Chisel-2.9.5.11.jar!META-INF/chisel_compile_at.cfg
[03:23:32] [main/DEBUG] [FML/]: Loaded 62 rules from AccessTransformer mod jar file /server/mods/WarpDrive-1.7.10-1.4.2.-.jar!META-INF/WarpDrive_at.cfg
[03:23:32] [main/DEBUG] [FML/]: Validating minecraft
[03:23:33] [main/DEBUG] [FML/]: Minecraft validated, launching...
[03:23:33] [main/INFO] [LaunchWrapper/]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[03:23:33] [main/DEBUG] [FML/]: Injecting coremod WarpDriveCore {cr0s.warpdrive.core.FMLLoadingPlugin} class transformers
[03:23:33] [main/TRACE] [FML/]: Registering transformer cr0s.warpdrive.core.ClassTransformer
[03:23:33] [main/DEBUG] [FML/]: Injection complete
[03:23:33] [main/DEBUG] [FML/]: Running coremod plugin for WarpDriveCore {cr0s.warpdrive.core.FMLLoadingPlugin}
[03:23:33] [main/DEBUG] [FML/]: Running coremod plugin WarpDriveCore
[03:23:33] [main/DEBUG] [FML/]: Coremod plugin class FMLLoadingPlugin run successfully
[03:23:33] [main/INFO] [LaunchWrapper/]: Loading tweak class name cpw.mods.fml.common.launcher.TerminalTweaker
[03:23:33] [main/INFO] [LaunchWrapper/]: Calling tweak class cpw.mods.fml.common.launcher.TerminalTweaker
[03:23:33] [main/INFO] [Advanced Lightsabers/]: Patching Class EntityPlayer (yz)
[03:23:33] [main/DEBUG] [Advanced Lightsabers/]: Patching Class EntityPlayer done
[03:23:33] [main/INFO] [WarpDriveCore/]: Successful injection in net/minecraft/entity/EntityLivingBase
[03:23:33] [main/INFO] [LaunchWrapper/]: Launching wrapped minecraft {net.minecraft.server.MinecraftServer}
[03:23:33] [main/DEBUG] [CCL ASM/]: Writing method [aji.canBeReplacedByLeaves(Lahl;III)Z]
[03:23:33] [main/INFO] [WarpDriveCore/]: Successful injection in net/minecraft/entity/item/EntityItem
[03:23:34] [main/INFO] [Advanced Lightsabers/]: Patching Class EntityMob (yg)
[03:23:34] [main/DEBUG] [Advanced Lightsabers/]: Patching Class EntityMob done
[03:23:35] [main/TRACE] [WarpDriveCore/]: bytes is null, transformation cancelled for org.slf4j.LoggerFactory
[03:23:35] [main/TRACE] [WarpDriveCore/]: bytes is null, transformation cancelled for org.apache.log4j.Priority
[03:23:35] [main/TRACE] [WarpDriveCore/]: bytes is null, transformation cancelled for javassist.ClassPath
[03:23:35] [Server thread/INFO] [MinecraftForge/]: Attempting early MinecraftForge initialization
[03:23:35] [Server thread/INFO] [FML/]: MinecraftForge v10.13.4.1614 Initialized
[03:23:36] [Server thread/INFO] [FML/]: Replaced 183 ore recipies
[03:23:36] [Server thread/INFO] [MinecraftForge/]: Completed early MinecraftForge initialization
[03:23:36] [Server thread/DEBUG] [FML/]: File /server/config/injectedDependencies.json not found. No dependencies injected
[03:23:36] [Server thread/DEBUG] [FML/]: Building injected Mod Containers [cpw.mods.fml.common.FMLContainer, net.minecraftforge.common.ForgeModContainer, codechicken.core.asm.CodeChickenCoreModContainer, cn.lambdalib.core.LLModContainer, cr0s.warpdrive.core.MyDummyModContainer]
[03:23:36] [Server thread/DEBUG] [FML/]: Attempting to load mods contained in the minecraft jar file and associated classes
[03:23:36] [Server thread/DEBUG] [FML/]: Found a minecraft related file at /server/forge.jar, examining for mod candidates
[03:23:36] [Server thread/DEBUG] [FML/]: Found a minecraft related file at /jolokia/jolokia.jar, examining for mod candidates
[03:23:36] [Server thread/TRACE] [FML/]: Skipping known library file /server/mods/AdvancedLightsabers-1.7.10-1.2.2.jar
[03:23:36] [Server thread/TRACE] [FML/]: Skipping known library file /server/mods/CodeChickenCore-1.7.10-1.0.7.48-universal.jar
[03:23:36] [Server thread/DEBUG] [FML/]: Found a minecraft related file at /server/./mods/1.7.10/CodeChickenLib-1.7.10-1.1.3.141-universal.jar, examining for mod candidates
[03:23:36] [Server thread/TRACE] [FML/]: Skipping known library file /server/mods/LambdaLib-1.2.3.jar
[03:23:36] [Server thread/TRACE] [FML/]: Skipping known library file /server/mods/Mekanism-1.7.10-9.1.1.1031.jar
[03:23:36] [Server thread/TRACE] [FML/]: Skipping known library file /server/mods/WarpDrive-1.7.10-1.4.2.-.jar
[03:23:36] [Server thread/DEBUG] [FML/]: Minecraft jar mods loaded successfully
[03:23:36] [Server thread/INFO] [FML/]: Found 0 mods from the command line. Injecting into mod discoverer
[03:23:36] [Server thread/INFO] [FML/]: Searching /server/mods for mods
[03:23:36] [Server thread/DEBUG] [FML/]: Found a candidate mod directory 1.7.10
[03:23:36] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file AcademyCraft-1.0.7.jar
[03:23:36] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file AdvancedLightsabers-1.7.10-1.2.2.jar
[03:23:36] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file buildcraft-7.1.24.jar
[03:23:36] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file Chisel-2.9.5.11.jar
[03:23:36] [Server thread/TRACE] [FML/]: Skipping already parsed coremod or tweaker CodeChickenCore-1.7.10-1.0.7.48-universal.jar
[03:23:36] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file ironchest-1.7.10-6.0.62.742-universal.jar
[03:23:36] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file journeymap-1.7.10-5.1.4p2-unlimited.jar
[03:23:36] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file LambdaLib-1.2.3.jar
[03:23:36] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file Mekanism-1.7.10-9.1.1.1031.jar
[03:23:36] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file MekanismGenerators-1.7.10-9.1.1.1031.jar
[03:23:36] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file MekanismTools-1.7.10-9.1.1.1031.jar
[03:23:36] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file SGCraft-1.13.3-mc1.7.10.jar
[03:23:36] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file WarpDrive-1.7.10-1.4.2.-.jar
[03:23:36] [Server thread/INFO] [FML/]: Also searching /server/mods/1.7.10 for mods
[03:23:36] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file CodeChickenLib-1.7.10-1.1.3.141-universal.jar
[03:23:36] [Server thread/DEBUG] [FML/]: Found a candidate zip or jar file ForgeMultipart-1.7.10-1.2.0.345-universal.jar
[03:23:36] [Server thread/DEBUG] [FML/]: Examining file forge.jar for potential mods
[03:23:36] [Server thread/DEBUG] [FML/]: The mod container forge.jar appears to be missing an mcmod.info file
[03:23:36] [Server thread/DEBUG] [FML/]: Examining file jolokia.jar for potential mods
[03:23:36] [Server thread/DEBUG] [FML/]: The mod container jolokia.jar appears to be missing an mcmod.info file
[03:23:36] [Server thread/DEBUG] [FML/]: Examining file CodeChickenLib-1.7.10-1.1.3.141-universal.jar for potential mods
[03:23:36] [Server thread/DEBUG] [FML/]: The mod container CodeChickenLib-1.7.10-1.1.3.141-universal.jar appears to be missing an mcmod.info file
[03:23:36] [Server thread/DEBUG] [FML/]: Examining directory 1.7.10 for potential mods
[03:23:36] [Server thread/DEBUG] [FML/]: No mcmod.info file found in directory 1.7.10
[03:23:36] [Server thread/DEBUG] [FML/]: Examining file AcademyCraft-1.0.7.jar for potential mods
[03:23:36] [Server thread/TRACE] [FML/]: Located mcmod.info file in file AcademyCraft-1.0.7.jar
[03:23:36] [Server thread/DEBUG] [FML/]: Identified a mod of type Lcpw/mods/fml/common/Mod; (cn.academy.core.AcademyCraft) - loading
[03:23:36] [Server thread/TRACE] [academy-craft/]: Parsed dependency info : [LambdaLib@1.2.3] [LambdaLib@1.2.3] []
[03:23:37] [Server thread/DEBUG] [FML/]: Examining file AdvancedLightsabers-1.7.10-1.2.2.jar for potential mods
[03:23:37] [Server thread/TRACE] [FML/]: Located mcmod.info file in file AdvancedLightsabers-1.7.10-1.2.2.jar
[03:23:37] [Server thread/DEBUG] [FML/]: Identified a mod of type Lcpw/mods/fml/common/Mod; (com.fiskmods.lightsabers.Lightsabers) - loading
[03:23:37] [Server thread/TRACE] [lightsabers/]: Parsed dependency info : [Forge@[10.13.4.1558,)] [Forge@[10.13.4.1558,), battlegear2, DynamicLights] []
[03:23:37] [Server thread/DEBUG] [FML/]: Examining file buildcraft-7.1.24.jar for potential mods
[03:23:37] [Server thread/TRACE] [FML/]: Located mcmod.info file in file buildcraft-7.1.24.jar
[03:23:37] [Server thread/DEBUG] [FML/]: Identified a mod of type Lcpw/mods/fml/common/Mod; (buildcraft.BuildCraftBuilders) - loading
[03:23:37] [Server thread/TRACE] [BuildCraft|Builders/]: Parsed dependency info : [BuildCraft|Core@7.1.24] [BuildCraft|Core@7.1.24] []
[03:23:37] [Server thread/DEBUG] [FML/]: Identified a mod of type Lcpw/mods/fml/common/Mod; (buildcraft.BuildCraftRobotics) - loading
[03:23:37] [Server thread/TRACE] [BuildCraft|Robotics/]: Parsed dependency info : [BuildCraft|Core@7.1.24] [BuildCraft|Core@7.1.24] []
[03:23:37] [Server thread/DEBUG] [FML/]: Identified a mod of type Lcpw/mods/fml/common/Mod; (buildcraft.BuildCraftSilicon) - loading
[03:23:37] [Server thread/TRACE] [BuildCraft|Silicon/]: Parsed dependency info : [BuildCraft|Core@7.1.24] [BuildCraft|Core@7.1.24] []
[03:23:37] [Server thread/DEBUG] [FML/]: Identified a mod of type Lcpw/mods/fml/common/Mod; (buildcraft.BuildCraftEnergy) - loading
[03:23:37] [Server thread/TRACE] [BuildCraft|Energy/]: Parsed dependency info : [BuildCraft|Core@7.1.24] [BuildCraft|Core@7.1.24] []
[03:23:37] [Server thread/DEBUG] [FML/]: Identified a mod of type Lcpw/mods/fml/common/Mod; (buildcraft.BuildCraftTransport) - loading
[03:23:37] [Server thread/TRACE] [BuildCraft|Transport/]: Parsed dependency info : [BuildCraft|Core@7.1.24] [BuildCraft|Core@7.1.24] []
[03:23:37] [Server thread/DEBUG] [FML/]: Identified a mod of type Lcpw/mods/fml/common/Mod; (buildcraft.BuildCraftCore) - loading
[03:23:37] [Server thread/TRACE] [BuildCraft|Core/]: Parsed dependency info : [Forge@[10.13.2.1236,)] [Forge@[10.13.2.1236,)] []
[03:23:37] [Server thread/DEBUG] [FML/]: Identified a mod of type Lcpw/mods/fml/common/Mod; (buildcraft.BuildCraftFactory) - loading
[03:23:37] [Server thread/TRACE] [BuildCraft|Factory/]: Parsed dependency info : [BuildCraft|Core@7.1.24] [BuildCraft|Core@7.1.24] []
[03:23:37] [Server thread/DEBUG] [FML/]: Examining file Chisel-2.9.5.11.jar for potential mods
[03:23:37] [Server thread/TRACE] [FML/]: Located mcmod.info file in file Chisel-2.9.5.11.jar
[03:23:37] [Server thread/DEBUG] [FML/]: Identified a mod of type Lcpw/mods/fml/common/Mod; (team.chisel.Chisel) - loading
[03:23:37] [Server thread/TRACE] [chisel/]: Parsed dependency info : [] [EE3, ForgeMultipart, Thaumcraft, appliedenergistics2, Railcraft, AWWayofTime, TwilightForest] []
[03:23:37] [Server thread/DEBUG] [FML/]: Examining file ironchest-1.7.10-6.0.62.742-universal.jar for potential mods
[03:23:37] [Server thread/TRACE] [FML/]: Located mcmod.info file in file ironchest-1.7.10-6.0.62.742-universal.jar
[03:23:37] [Server thread/DEBUG] [FML/]: Identified a mod of type Lcpw/mods/fml/common/Mod; (cpw.mods.ironchest.IronChest) - loading
[03:23:37] [Server thread/TRACE] [IronChest/]: Parsed dependency info : [FML@[7.2,), Forge@[10.10,)] [Forge@[10.10,), FML@[7.2,)] []
[03:23:37] [Server thread/DEBUG] [IronChest/]: Attempting to load the file version.properties from ironchest-1.7.10-6.0.62.742-universal.jar to locate a version number for IronChest
[03:23:37] [Server thread/DEBUG] [IronChest/]: Found version 6.0.62.742 for mod IronChest in version.properties, using
[03:23:37] [Server thread/DEBUG] [FML/]: Examining file journeymap-1.7.10-5.1.4p2-unlimited.jar for potential mods
[03:23:37] [Server thread/TRACE] [FML/]: Located mcmod.info file in file journeymap-1.7.10-5.1.4p2-unlimited.jar
[03:23:37] [Server thread/DEBUG] [FML/]: Identified a mod of type Lcpw/mods/fml/common/Mod; (journeymap.common.Journeymap) - loading
[03:23:37] [Server thread/TRACE] [journeymap/]: Using mcmod dependency info : [Forge@[10.13.4.1558,)] [Forge@[10.13.4.1558,)] []
[03:23:37] [Server thread/DEBUG] [FML/]: Examining file LambdaLib-1.2.3.jar for potential mods
[03:23:37] [Server thread/TRACE] [FML/]: Located mcmod.info file in file LambdaLib-1.2.3.jar
[03:23:38] [Server thread/DEBUG] [FML/]: Identified a mod of type Lcpw/mods/fml/common/Mod; (cn.lambdalib.core.LambdaLib) - loading
[03:23:38] [Server thread/TRACE] [LambdaLib/]: Parsed dependency info : [LambdaLib|Core] [LambdaLib|Core] []
[03:23:38] [Server thread/DEBUG] [FML/]: Examining file Mekanism-1.7.10-9.1.1.1031.jar for potential mods
[03:23:38] [Server thread/TRACE] [FML/]: Located mcmod.info file in file Mekanism-1.7.10-9.1.1.1031.jar
[03:23:38] [Server thread/DEBUG] [FML/]: Identified a mod of type Lcpw/mods/fml/common/Mod; (mekanism.common.Mekanism) - loading
[03:23:38] [Server thread/TRACE] [Mekanism/]: Parsed dependency info : [] [ForgeMultipart, BuildCraft, BuildCraftAPI, IC2, CoFHCore, ComputerCraft, Galacticraft API, MetallurgyCore] []
[03:23:38] [Server thread/DEBUG] [FML/]: Examining file MekanismGenerators-1.7.10-9.1.1.1031.jar for potential mods
[03:23:38] [Server thread/TRACE] [FML/]: Located mcmod.info file in file MekanismGenerators-1.7.10-9.1.1.1031.jar
[03:23:38] [Server thread/DEBUG] [FML/]: Identified a mod of type Lcpw/mods/fml/common/Mod; (mekanism.generators.common.MekanismGenerators) - loading
[03:23:38] [Server thread/TRACE] [MekanismGenerators/]: Parsed dependency info : [Mekanism] [Mekanism] []
[03:23:38] [Server thread/DEBUG] [FML/]: Examining file MekanismTools-1.7.10-9.1.1.1031.jar for potential mods
[03:23:38] [Server thread/TRACE] [FML/]: Located mcmod.info file in file MekanismTools-1.7.10-9.1.1.1031.jar
[03:23:38] [Server thread/DEBUG] [FML/]: Identified a mod of type Lcpw/mods/fml/common/Mod; (mekanism.tools.common.MekanismTools) - loading
[03:23:38] [Server thread/TRACE] [MekanismTools/]: Parsed dependency info : [Mekanism] [Mekanism] []
[03:23:38] [Server thread/DEBUG] [FML/]: Examining file SGCraft-1.13.3-mc1.7.10.jar for potential mods
[03:23:38] [Server thread/TRACE] [FML/]: Located mcmod.info file in file SGCraft-1.13.3-mc1.7.10.jar
[03:23:38] [Server thread/DEBUG] [FML/]: Identified a mod of type Lcpw/mods/fml/common/Mod; (gcewing.sg.SGCraft) - loading
[03:23:38] [Server thread/TRACE] [SGCraft/]: Parsed dependency info : [] [] []
[03:23:38] [Server thread/DEBUG] [FML/]: Examining file WarpDrive-1.7.10-1.4.2.-.jar for potential mods
[03:23:38] [Server thread/TRACE] [FML/]: Located mcmod.info file in file WarpDrive-1.7.10-1.4.2.-.jar
[03:23:38] [Server thread/DEBUG] [FML/]: Identified a mod of type Lcpw/mods/fml/common/Mod; (cr0s.warpdrive.WarpDrive) - loading
[03:23:38] [Server thread/TRACE] [WarpDrive/]: Parsed dependency info : [] [IC2, CoFHCore, ComputerCraft, OpenComputer, CCTurtle, gregtech, AppliedEnergistics, EnderIO, DefenseTech, icbmclassic] []
[03:23:38] [Server thread/DEBUG] [FML/]: Examining file CodeChickenLib-1.7.10-1.1.3.141-universal.jar for potential mods
[03:23:38] [Server thread/DEBUG] [FML/]: The mod container CodeChickenLib-1.7.10-1.1.3.141-universal.jar appears to be missing an mcmod.info file
[03:23:38] [Server thread/DEBUG] [FML/]: Examining file ForgeMultipart-1.7.10-1.2.0.345-universal.jar for potential mods
[03:23:38] [Server thread/TRACE] [FML/]: Located mcmod.info file in file ForgeMultipart-1.7.10-1.2.0.345-universal.jar
[03:23:38] [Server thread/DEBUG] [FML/]: Identified a mod of type Lcpw/mods/fml/common/Mod; (codechicken.microblock.handler.MicroblockMod) - loading
[03:23:38] [Server thread/TRACE] [ForgeMicroblock/]: Parsed dependency info : [ForgeMultipart] [ForgeMultipart, *] []
[03:23:38] [Server thread/DEBUG] [ForgeMicroblock/]: Attempting to load the file version.properties from ForgeMultipart-1.7.10-1.2.0.345-universal.jar to locate a version number for ForgeMicroblock
[03:23:38] [Server thread/WARN] [ForgeMicroblock/]: Mod ForgeMicroblock is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.2.0.345
[03:23:38] [Server thread/DEBUG] [FML/]: Identified a mod of type Lcpw/mods/fml/common/Mod; (codechicken.multipart.handler.MultipartMod) - loading
[03:23:38] [Server thread/TRACE] [ForgeMultipart/]: Parsed dependency info : [] [] []
[03:23:38] [Server thread/DEBUG] [ForgeMultipart/]: Attempting to load the file version.properties from ForgeMultipart-1.7.10-1.2.0.345-universal.jar to locate a version number for ForgeMultipart
[03:23:38] [Server thread/WARN] [ForgeMultipart/]: Mod ForgeMultipart is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.2.0.345
[03:23:38] [Server thread/DEBUG] [FML/]: Identified a mod of type Lcpw/mods/fml/common/Mod; (codechicken.multipart.minecraft.MinecraftMultipartMod) - loading
[03:23:38] [Server thread/TRACE] [McMultipart/]: Parsed dependency info : [] [] []
[03:23:38] [Server thread/DEBUG] [McMultipart/]: Attempting to load the file version.properties from ForgeMultipart-1.7.10-1.2.0.345-universal.jar to locate a version number for McMultipart
[03:23:38] [Server thread/WARN] [McMultipart/]: Mod McMultipart is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.2.0.345
[03:23:38] [Server thread/INFO] [FML/]: Forge Mod Loader has identified 27 mods to load
[03:23:38] [Server thread/DEBUG] [FML/]: Found API buildcraft.api.robots (owned by BuildCraftAPI|core providing BuildCraftAPI|robotics) embedded in BuildCraft|Builders
[03:23:38] [Server thread/DEBUG] [FML/]: Found API buildcraft.api.robots (owned by BuildCraftAPI|core providing BuildCraftAPI|robotics) embedded in BuildCraft|Robotics
[03:23:38] [Server thread/DEBUG] [FML/]: Found API buildcraft.api.robots (owned by BuildCraftAPI|core providing BuildCraftAPI|robotics) embedded in BuildCraft|Silicon
[03:23:38] [Server thread/DEBUG] [FML/]: Found API buildcraft.api.robots (owned by BuildCraftAPI|core providing BuildCraftAPI|robotics) embedded in BuildCraft|Energy
[03:23:38] [Server thread/DEBUG] [FML/]: Found API buildcraft.api.robots (owned by BuildCraftAPI|core providing BuildCraftAPI|robotics) embedded in BuildCraft|Transport
[03:23:38] [Server thread/DEBUG] [FML/]: Found API buildcraft.api.robots (owned by BuildCraftAPI|core providing BuildCraftAPI|robotics) embedded in BuildCraft|Core
[03:23:38] [Server thread/DEBUG] [FML/]: Found API buildcraft.api.robots (owned by BuildCraftAPI|core providing BuildCraftAPI|robotics) embedded in BuildCraft|Factory
[03:23:38] [Server thread/DEBUG] [FML/]: Found API buildcraft.api.tools (owned by BuildCraftAPI|core providing BuildCraftAPI|tools) embedded in BuildCraft|Builders
[03:23:38] [Server thread/DEBUG] [FML/]: Found API buildcraft.api.tools (owned by BuildCraftAPI|core providing BuildCraftAPI|tools) embedded in BuildCraft|Robotics
[03:23:38] [Server thread/DEBUG] [FML/]: Found API buildcraft.api.tools (owned by BuildCraftAPI|core providing BuildCraftAPI|tools) embedded in BuildCraft|Silicon
[03:23:38] [Server thread/DEBUG] [FML/]: Found API buildcraft.api.tools (owned by BuildCraftAPI|core providing BuildCraftAPI|tools) embedded in BuildCraft|Energy
[03:23:38] [Server thread/DEBUG] [FML/]: Found API buildcraft.api.tools (owned by BuildCraftAPI|core providing BuildCraftAPI|tools) embedded in BuildCraft|Transport
[03:23:38] [Server thread/DEBUG] [FML/]: Found API buildcraft.api.tools (owned by BuildCraftAPI|core providing BuildCraftAPI|tools) embedded in BuildCraft|Core
[03:23:38] [Server thread/DEBUG] [FML/]: Found API buildcraft.api.tools (owned by BuildCraftAPI|core providing BuildCraftAPI|tools) embedded in BuildCraft|Factory
[03:23:38] [Server thread/DEBUG] [FML/]: Found API mekanism.api.gas (owned by Mekanism providing MekanismAPI|gas) embedded in Mekanism
[03:23:38] [Server thread/DEBUG] [FML/]: Found API buildcraft.api.core (owned by BuildCraft|Core providing BuildCraftAPI|core) embedded in BuildCraft|Builders
[03:23:38] [Server thread/DEBUG] [FML/]: Found API buildcraft.api.core (owned by BuildCraft|Core providing BuildCraftAPI|core) embedded in BuildCraft|Robotics
[03:23:38] [Server thread/DEBUG] [FML/]: Found API buildcraft.api.core (owned by BuildCraft|Core providing BuildCraftAPI|core) embedded in BuildCraft|Silicon
[03:23:38] [Server thread/DEBUG] [FML/]: Found API buildcraft.api.core (owned by BuildCraft|Core providing BuildCraftAPI|core) embedded in BuildCraft|Energy
[03:23:38] [Server thread/DEBUG] [FML/]: Found API buildcraft.api.core (owned by BuildCraft|Core providing BuildCraftAPI|core) embedded in BuildCraft|Transport
[03:23:38] [Server thread/DEBUG] [FML/]: Found API buildcraft.api.core (owned by BuildCraft|Core providing BuildCraftAPI|core) embedded in BuildCraft|Core
[03:23:38] [Server thread/DEBUG] [FML/]: Found API buildcraft.api.core (owned by BuildCraft|Core providing BuildCraftAPI|core) embedded in BuildCraft|Factory
[03:23:38] [Server thread/DEBUG] [FML/]: Found API com.cricketcraft.chisel.api.rendering (owned by Chisel providing ChiselAPI|Rendering) embedded in chisel
[03:23:38] [Server thread/DEBUG] [FML/]: Found API mekanism.api.lasers (owned by Mekanism providing MekanismAPI|laser) embedded in Mekanism
[03:23:38] [Server thread/DEBUG] [FML/]: Found API buildcraft.api.transport (owned by BuildCraftAPI|core providing BuildCraftAPI|transport) embedded in BuildCraft|Builders
[03:23:38] [Server thread/DEBUG] [FML/]: Found API buildcraft.api.transport (owned by BuildCraftAPI|core providing BuildCraftAPI|transport) embedded in BuildCraft|Robotics
[03:23:38] [Server thread/DEBUG] [FML/]: Found API buildcraft.api.transport (owned by BuildCraftAPI|core providing BuildCraftAPI|transport) embedded in BuildCraft|Silicon
[03:23:38] [Server thread/DEBUG] [FML/]: Found API buildcraft.api.transport (owned by BuildCraftAPI|core providing BuildCraftAPI|transport) embedded in BuildCraft|Energy
[03:23:38] [Server thread/DEBUG] [FML/]: Found API buildcraft.api.transport (owned by BuildCraftAPI|core providing BuildCraftAPI|transport) embedded in BuildCraft|Transport
[03:23:38] [Server thread/DEBUG] [FML/]: Found API buildcraft.api.transport (owned by BuildCraftAPI|core providing BuildCraftAPI|transport) embedded in BuildCraft|Core
[03:23:38] [Server thread/DEBUG] [FML/]: Found API buildcraft.api.transport (owned by BuildCraftAPI|core providing BuildCraftAPI|transport) embedded in BuildCraft|Factory
[03:23:38] [Server thread/DEBUG] [FML/]: Found API buildcraft.api.items (owned by BuildCraftAPI|core providing BuildCraftAPI|items) embedded in BuildCraft|Builders
[03:23:38] [Server thread/DEBUG] [FML/]: Found API buildcraft.api.items (owned by BuildCraftAPI|core providing BuildCraftAPI|items) embedded in BuildCraft|Robotics
[03:23:38] [Server thread/DEBUG] [FML/]: Found API buildcraft.api.items (owned by BuildCraftAPI|core providing BuildCraftAPI|items) embedded in BuildCraft|Silicon
[03:23:38] [Server thread/DEBUG] [FML/]: Found API buildcraft.api.items (owned by BuildCraftAPI|core providing BuildCraftAPI|items) embedded in BuildCraft|Energy
[03:23:38] [Server thread/DEBUG] [FML/]: Found API buildcraft.api.items (owned by BuildCraftAPI|core providing BuildCraftAPI|items) embedded in BuildCraft|Transport
[03:23:38] [Server thread/DEBUG] [FML/]: Found API buildcraft.api.items (owned by BuildCraftAPI|core providing BuildCraftAPI|items) embedded in BuildCraft|Core
[03:23:38] [Server thread/DEBUG] [FML/]: Found API buildcraft.api.items (owned by BuildCraftAPI|core providing BuildCraftAPI|items) embedded in BuildCraft|Factory
[03:23:38] [Server thread/DEBUG] [FML/]: Found API buildcraft.api.crops (owned by BuildCraftAPI|Core providing BuildCraftAPI|crops) embedded in BuildCraft|Builders
[03:23:38] [Server thread/DEBUG] [FML/]: Found API buildcraft.api.crops (owned by BuildCraftAPI|Core providing BuildCraftAPI|crops) embedded in BuildCraft|Robotics
[03:23:38] [Server thread/DEBUG] [FML/]: Found API buildcraft.api.crops (owned by BuildCraftAPI|Core providing BuildCraftAPI|crops) embedded in BuildCraft|Silicon
[03:23:38] [Server thread/DEBUG] [FML/]: Found API buildcraft.api.crops (owned by BuildCraftAPI|Core providing BuildCraftAPI|crops) embedded in BuildCraft|Energy
[03:23:38] [Server thread/DEBUG] [FML/]: Found API buildcraft.api.crops (owned by BuildCraftAPI|Core providing BuildCraftAPI|crops) embedded in BuildCraft|Transport
[03:23:38] [Server thread/DEBUG] [FML/]: Found API buildcraft.api.crops (owned by BuildCraftAPI|Core providing BuildCraftAPI|crops) embedded in BuildCraft|Core
[03:23:38] [Server thread/DEBUG] [FML/]: Found API buildcraft.api.crops (owned by BuildCraftAPI|Core providing BuildCraftAPI|crops) embedded in BuildCraft|Factory
[03:23:38] [Server thread/DEBUG] [FML/]: Found API buildcraft.api.recipes (owned by BuildCraftAPI|core providing BuildCraftAPI|recipes) embedded in BuildCraft|Builders
[03:23:38] [Server thread/DEBUG] [FML/]: Found API buildcraft.api.recipes (owned by BuildCraftAPI|core providing BuildCraftAPI|recipes) embedded in BuildCraft|Robotics
[03:23:38] [Server thread/DEBUG] [FML/]: Found API buildcraft.api.recipes (owned by BuildCraftAPI|core providing BuildCraftAPI|recipes) embedded in BuildCraft|Silicon
[03:23:38] [Server thread/DEBUG] [FML/]: Found API buildcraft.api.recipes (owned by BuildCraftAPI|core providing BuildCraftAPI|recipes) embedded in BuildCraft|Energy
[03:23:38] [Server thread/DEBUG] [FML/]: Found API buildcraft.api.recipes (owned by BuildCraftAPI|core providing BuildCraftAPI|recipes) embedded in BuildCraft|Transport
[03:23:38] [Server thread/DEBUG] [FML/]: Found API buildcraft.api.recipes (owned by BuildCraftAPI|core providing BuildCraftAPI|recipes) embedded in BuildCraft|Core
[03:23:38] [Server thread/DEBUG] [FML/]: Found API buildcraft.api.recipes (owned by BuildCraftAPI|core providing BuildCraftAPI|recipes) embedded in BuildCraft|Factory
[03:23:38] [Server thread/DEBUG] [FML/]: Found API buildcraft.api.filler (owned by BuildCraftAPI|core providing BuildCraftAPI|filler) embedded in BuildCraft|Builders
[03:23:38] [Server thread/DEBUG] [FML/]: Found API buildcraft.api.filler (owned by BuildCraftAPI|core providing BuildCraftAPI|filler) embedded in BuildCraft|Robotics
[03:23:38] [Server thread/DEBUG] [FML/]: Found API buildcraft.api.filler (owned by BuildCraftAPI|core providing BuildCraftAPI|filler) embedded in BuildCraft|Silicon
[03:23:38] [Server thread/DEBUG] [FML/]: Found API buildcraft.api.filler (owned by BuildCraftAPI|core providing BuildCraftAPI|filler) embedded in BuildCraft|Energy
[03:23:38] [Server thread/DEBUG] [FML/]: Found API buildcraft.api.filler (owned by BuildCraftAPI|core providing BuildCraftAPI|filler) embedded in BuildCraft|Transport
[03:23:38] [Server thread/DEBUG] [FML/]: Found API buildcraft.api.filler (owned by BuildCraftAPI|core providing BuildCraftAPI|filler) embedded in BuildCraft|Core
[03:23:38] [Server thread/DEBUG] [FML/]: Found API buildcraft.api.filler (owned by BuildCraftAPI|core providing BuildCraftAPI|filler) embedded in BuildCraft|Factory
[03:23:38] [Server thread/DEBUG] [FML/]: Found API cofh.api.energy (owned by CoFHAPI providing CoFHAPI|energy) embedded in Mekanism
[03:23:38] [Server thread/DEBUG] [FML/]: Found API mekanism.api.infuse (owned by Mekanism providing MekanismAPI|infuse) embedded in Mekanism
[03:23:38] [Server thread/DEBUG] [FML/]: Found API mekanism.api.energy (owned by Mekanism providing MekanismAPI|energy) embedded in Mekanism
[03:23:38] [Server thread/DEBUG] [FML/]: Found API mekanism.api.util (owned by Mekanism providing MekanismAPI|util) embedded in Mekanism
[03:23:38] [Server thread/DEBUG] [FML/]: Found API com.cricketcraft.chisel.api (owned by chisel providing ChiselAPI) embedded in chisel
[03:23:38] [Server thread/DEBUG] [FML/]: Found API mekanism.api.reactor (owned by Mekanism providing MekanismAPI|reactor) embedded in Mekanism
[03:23:38] [Server thread/DEBUG] [FML/]: Found API cofh.api (owned by CoFHLib providing CoFHAPI) embedded in BuildCraft|Builders
[03:23:38] [Server thread/DEBUG] [FML/]: Found API cofh.api (owned by CoFHLib providing CoFHAPI) embedded in BuildCraft|Robotics
[03:23:38] [Server thread/DEBUG] [FML/]: Found API cofh.api (owned by CoFHLib providing CoFHAPI) embedded in BuildCraft|Silicon
[03:23:38] [Server thread/DEBUG] [FML/]: Found API cofh.api (owned by CoFHLib providing CoFHAPI) embedded in BuildCraft|Energy
[03:23:38] [Server thread/DEBUG] [FML/]: Found API cofh.api (owned by CoFHLib providing CoFHAPI) embedded in BuildCraft|Transport
[03:23:38] [Server thread/DEBUG] [FML/]: Found API cofh.api (owned by CoFHLib providing CoFHAPI) embedded in BuildCraft|Core
[03:23:38] [Server thread/DEBUG] [FML/]: Found API cofh.api (owned by CoFHLib providing CoFHAPI) embedded in BuildCraft|Factory
[03:23:38] [Server thread/DEBUG] [FML/]: Found API buildcraft.api.power (owned by BuildCraftAPI|core providing BuildCraftAPI|power) embedded in BuildCraft|Builders
[03:23:38] [Server thread/DEBUG] [FML/]: Found API buildcraft.api.power (owned by BuildCraftAPI|core providing BuildCraftAPI|power) embedded in BuildCraft|Robotics
[03:23:38] [Server thread/DEBUG] [FML/]: Found API buildcraft.api.power (owned by BuildCraftAPI|core providing BuildCraftAPI|power) embedded in BuildCraft|Silicon
[03:23:38] [Server thread/DEBUG] [FML/]: Found API buildcraft.api.power (owned by BuildCraftAPI|core providing BuildCraftAPI|power) embedded in BuildCraft|Energy
[03:23:38] [Server thread/DEBUG] [FML/]: Found API buildcraft.api.power (owned by BuildCraftAPI|core providing BuildCraftAPI|power) embedded in BuildCraft|Transport
[03:23:38] [Server thread/DEBUG] [FML/]: Found API buildcraft.api.power (owned by BuildCraftAPI|core providing BuildCraftAPI|power) embedded in BuildCraft|Core
[03:23:38] [Server thread/DEBUG] [FML/]: Found API buildcraft.api.power (owned by BuildCraftAPI|core providing BuildCraftAPI|power) embedded in BuildCraft|Factory
[03:23:38] [Server thread/DEBUG] [FML/]: Found API cofh.api (owned by CoFHLib providing CoFHAPI) embedded in Mekanism
[03:23:38] [Server thread/DEBUG] [FML/]: Found API buildcraft.api.gates (owned by BuildCraftAPI|core providing BuildCraftAPI|gates) embedded in BuildCraft|Builders
[03:23:38] [Server thread/DEBUG] [FML/]: Found API buildcraft.api.gates (owned by BuildCraftAPI|core providing BuildCraftAPI|gates) embedded in BuildCraft|Robotics
[03:23:38] [Server thread/DEBUG] [FML/]: Found API buildcraft.api.gates (owned by BuildCraftAPI|core providing BuildCraftAPI|gates) embedded in BuildCraft|Silicon
[03:23:38] [Server thread/DEBUG] [FML/]: Found API buildcraft.api.gates (owned by BuildCraftAPI|core providing BuildCraftAPI|gates) embedded in BuildCraft|Energy
[03:23:38] [Server thread/DEBUG] [FML/]: Found API buildcraft.api.gates (owned by BuildCraftAPI|core providing BuildCraftAPI|gates) embedded in BuildCraft|Transport
[03:23:38] [Server thread/DEBUG] [FML/]: Found API buildcraft.api.gates (owned by BuildCraftAPI|core providing BuildCraftAPI|gates) embedded in BuildCraft|Core
[03:23:38] [Server thread/DEBUG] [FML/]: Found API buildcraft.api.gates (owned by BuildCraftAPI|core providing BuildCraftAPI|gates) embedded in BuildCraft|Factory
[03:23:38] [Server thread/DEBUG] [FML/]: Found API buildcraft.api.blocks (owned by BuildCraftAPI|core providing BuildCraftAPI|blocks) embedded in BuildCraft|Builders
[03:23:38] [Server thread/DEBUG] [FML/]: Found API buildcraft.api.blocks (owned by BuildCraftAPI|core providing BuildCraftAPI|blocks) embedded in BuildCraft|Robotics
[03:23:38] [Server thread/DEBUG] [FML/]: Found API buildcraft.api.blocks (owned by BuildCraftAPI|core providing BuildCraftAPI|blocks) embedded in BuildCraft|Silicon
[03:23:38] [Server thread/DEBUG] [FML/]: Found API buildcraft.api.blocks (owned by BuildCraftAPI|core providing BuildCraftAPI|blocks) embedded in BuildCraft|Energy
[03:23:38] [Server thread/DEBUG] [FML/]: Found API buildcraft.api.blocks (owned by BuildCraftAPI|core providing BuildCraftAPI|blocks) embedded in BuildCraft|Transport
[03:23:38] [Server thread/DEBUG] [FML/]: Found API buildcraft.api.blocks (owned by BuildCraftAPI|core providing BuildCraftAPI|blocks) embedded in BuildCraft|Core
[03:23:38] [Server thread/DEBUG] [FML/]: Found API buildcraft.api.blocks (owned by BuildCraftAPI|core providing BuildCraftAPI|blocks) embedded in BuildCraft|Factory
[03:23:38] [Server thread/DEBUG] [FML/]: Found API mekanism.api (owned by Mekanism providing MekanismAPI|core) embedded in Mekanism
[03:23:38] [Server thread/DEBUG] [FML/]: Found API cofh.api.energy (owned by CoFHAPI providing CoFHAPI|energy) embedded in academy-craft
[03:23:38] [Server thread/DEBUG] [FML/]: Found API mekanism.api.transmitters (owned by Mekanism providing MekanismAPI|transmitter) embedded in Mekanism
[03:23:38] [Server thread/DEBUG] [FML/]: Found API buildcraft.api.blueprints (owned by BuildCraftAPI|core providing BuildCraftAPI|blueprints) embedded in BuildCraft|Builders
[03:23:38] [Server thread/DEBUG] [FML/]: Found API buildcraft.api.blueprints (owned by BuildCraftAPI|core providing BuildCraftAPI|blueprints) embedded in BuildCraft|Robotics
[03:23:38] [Server thread/DEBUG] [FML/]: Found API buildcraft.api.blueprints (owned by BuildCraftAPI|core providing BuildCraftAPI|blueprints) embedded in BuildCraft|Silicon
[03:23:38] [Server thread/DEBUG] [FML/]: Found API buildcraft.api.blueprints (owned by BuildCraftAPI|core providing BuildCraftAPI|blueprints) embedded in BuildCraft|Energy
[03:23:38] [Server thread/DEBUG] [FML/]: Found API buildcraft.api.blueprints (owned by BuildCraftAPI|core providing BuildCraftAPI|blueprints) embedded in BuildCraft|Transport
[03:23:38] [Server thread/DEBUG] [FML/]: Found API buildcraft.api.blueprints (owned by BuildCraftAPI|core providing BuildCraftAPI|blueprints) embedded in BuildCraft|Core
[03:23:38] [Server thread/DEBUG] [FML/]: Found API buildcraft.api.blueprints (owned by BuildCraftAPI|core providing BuildCraftAPI|blueprints) embedded in BuildCraft|Factory
[03:23:38] [Server thread/DEBUG] [FML/]: Found API buildcraft.api.tablet (owned by BuildCraftAPI|core providing BuildCraftAPI|tablet) embedded in BuildCraft|Builders
[03:23:38] [Server thread/DEBUG] [FML/]: Found API buildcraft.api.tablet (owned by BuildCraftAPI|core providing BuildCraftAPI|tablet) embedded in BuildCraft|Robotics
[03:23:38] [Server thread/DEBUG] [FML/]: Found API buildcraft.api.tablet (owned by BuildCraftAPI|core providing BuildCraftAPI|tablet) embedded in BuildCraft|Silicon
[03:23:38] [Server thread/DEBUG] [FML/]: Found API buildcraft.api.tablet (owned by BuildCraftAPI|core providing BuildCraftAPI|tablet) embedded in BuildCraft|Energy
[03:23:38] [Server thread/DEBUG] [FML/]: Found API buildcraft.api.tablet (owned by BuildCraftAPI|core providing BuildCraftAPI|tablet) embedded in BuildCraft|Transport
[03:23:38] [Server thread/DEBUG] [FML/]: Found API buildcraft.api.tablet (owned by BuildCraftAPI|core providing BuildCraftAPI|tablet) embedded in BuildCraft|Core
[03:23:38] [Server thread/DEBUG] [FML/]: Found API buildcraft.api.tablet (owned by BuildCraftAPI|core providing BuildCraftAPI|tablet) embedded in BuildCraft|Factory
[03:23:38] [Server thread/DEBUG] [FML/]: Found API mekanism.api.recipe (owned by Mekanism providing MekanismAPI|recipe) embedded in Mekanism
[03:23:38] [Server thread/DEBUG] [FML/]: Found API cofh.api.item (owned by CoFHAPI providing CoFHAPI|item) embedded in Mekanism
[03:23:38] [Server thread/DEBUG] [FML/]: Found API buildcraft.api.tiles (owned by BuildCraftAPI|core providing BuildCraftAPI|tiles) embedded in BuildCraft|Builders
[03:23:38] [Server thread/DEBUG] [FML/]: Found API buildcraft.api.tiles (owned by BuildCraftAPI|core providing BuildCraftAPI|tiles) embedded in BuildCraft|Robotics
[03:23:38] [Server thread/DEBUG] [FML/]: Found API buildcraft.api.tiles (owned by BuildCraftAPI|core providing BuildCraftAPI|tiles) embedded in BuildCraft|Silicon
[03:23:38] [Server thread/DEBUG] [FML/]: Found API buildcraft.api.tiles (owned by BuildCraftAPI|core providing BuildCraftAPI|tiles) embedded in BuildCraft|Energy
[03:23:38] [Server thread/DEBUG] [FML/]: Found API buildcraft.api.tiles (owned by BuildCraftAPI|core providing BuildCraftAPI|tiles) embedded in BuildCraft|Transport
[03:23:38] [Server thread/DEBUG] [FML/]: Found API buildcraft.api.tiles (owned by BuildCraftAPI|core providing BuildCraftAPI|tiles) embedded in BuildCraft|Core
[03:23:38] [Server thread/DEBUG] [FML/]: Found API buildcraft.api.tiles (owned by BuildCraftAPI|core providing BuildCraftAPI|tiles) embedded in BuildCraft|Factory
[03:23:38] [Server thread/DEBUG] [FML/]: Found API buildcraft.api.lists (owned by BuildCraftAPI|core providing BuildCraftAPI|lists) embedded in BuildCraft|Builders
[03:23:38] [Server thread/DEBUG] [FML/]: Found API buildcraft.api.lists (owned by BuildCraftAPI|core providing BuildCraftAPI|lists) embedded in BuildCraft|Robotics
[03:23:38] [Server thread/DEBUG] [FML/]: Found API buildcraft.api.lists (owned by BuildCraftAPI|core providing BuildCraftAPI|lists) embedded in BuildCraft|Silicon
[03:23:38] [Server thread/DEBUG] [FML/]: Found API buildcraft.api.lists (owned by BuildCraftAPI|core providing BuildCraftAPI|lists) embedded in BuildCraft|Energy
[03:23:38] [Server thread/DEBUG] [FML/]: Found API buildcraft.api.lists (owned by BuildCraftAPI|core providing BuildCraftAPI|lists) embedded in BuildCraft|Transport
[03:23:38] [Server thread/DEBUG] [FML/]: Found API buildcraft.api.lists (owned by BuildCraftAPI|core providing BuildCraftAPI|lists) embedded in BuildCraft|Core
[03:23:38] [Server thread/DEBUG] [FML/]: Found API buildcraft.api.lists (owned by BuildCraftAPI|core providing BuildCraftAPI|lists) embedded in BuildCraft|Factory
[03:23:38] [Server thread/DEBUG] [FML/]: Found API com.cricketcraft.chisel.api.carving (owned by Chisel providing ChiselAPI|Carving) embedded in chisel
[03:23:38] [Server thread/DEBUG] [FML/]: Found API buildcraft.api.statements (owned by BuildCraftAPI|core providing BuildCraftAPI|statements) embedded in BuildCraft|Builders
[03:23:38] [Server thread/DEBUG] [FML/]: Found API buildcraft.api.statements (owned by BuildCraftAPI|core providing BuildCraftAPI|statements) embedded in BuildCraft|Robotics
[03:23:38] [Server thread/DEBUG] [FML/]: Found API buildcraft.api.statements (owned by BuildCraftAPI|core providing BuildCraftAPI|statements) embedded in BuildCraft|Silicon
[03:23:38] [Server thread/DEBUG] [FML/]: Found API buildcraft.api.statements (owned by BuildCraftAPI|core providing BuildCraftAPI|statements) embedded in BuildCraft|Energy
[03:23:38] [Server thread/DEBUG] [FML/]: Found API buildcraft.api.statements (owned by BuildCraftAPI|core providing BuildCraftAPI|statements) embedded in BuildCraft|Transport
[03:23:38] [Server thread/DEBUG] [FML/]: Found API buildcraft.api.statements (owned by BuildCraftAPI|core providing BuildCraftAPI|statements) embedded in BuildCraft|Core
[03:23:38] [Server thread/DEBUG] [FML/]: Found API buildcraft.api.statements (owned by BuildCraftAPI|core providing BuildCraftAPI|statements) embedded in BuildCraft|Factory
[03:23:38] [Server thread/DEBUG] [FML/]: Found API buildcraft.api (owned by BuildCraft|Core providing BuildCraftAPI|core) embedded in BuildCraft|Core
[03:23:38] [Server thread/DEBUG] [FML/]: Found API buildcraft.api.library (owned by BuildCraftAPI|core providing BuildCraftAPI|library) embedded in BuildCraft|Builders
[03:23:38] [Server thread/DEBUG] [FML/]: Found API buildcraft.api.library (owned by BuildCraftAPI|core providing BuildCraftAPI|library) embedded in BuildCraft|Robotics
[03:23:38] [Server thread/DEBUG] [FML/]: Found API buildcraft.api.library (owned by BuildCraftAPI|core providing BuildCraftAPI|library) embedded in BuildCraft|Silicon
[03:23:38] [Server thread/DEBUG] [FML/]: Found API buildcraft.api.library (owned by BuildCraftAPI|core providing BuildCraftAPI|library) embedded in BuildCraft|Energy
[03:23:38] [Server thread/DEBUG] [FML/]: Found API buildcraft.api.library (owned by BuildCraftAPI|core providing BuildCraftAPI|library) embedded in BuildCraft|Transport
[03:23:38] [Server thread/DEBUG] [FML/]: Found API buildcraft.api.library (owned by BuildCraftAPI|core providing BuildCraftAPI|library) embedded in BuildCraft|Core
[03:23:38] [Server thread/DEBUG] [FML/]: Found API buildcraft.api.library (owned by BuildCraftAPI|core providing BuildCraftAPI|library) embedded in BuildCraft|Factory
[03:23:38] [Server thread/DEBUG] [FML/]: Found API buildcraft.api.boards (owned by BuildCraftAPI|core providing BuildCraftAPI|boards) embedded in BuildCraft|Builders
[03:23:38] [Server thread/DEBUG] [FML/]: Found API buildcraft.api.boards (owned by BuildCraftAPI|core providing BuildCraftAPI|boards) embedded in BuildCraft|Robotics
[03:23:38] [Server thread/DEBUG] [FML/]: Found API buildcraft.api.boards (owned by BuildCraftAPI|core providing BuildCraftAPI|boards) embedded in BuildCraft|Silicon
[03:23:38] [Server thread/DEBUG] [FML/]: Found API buildcraft.api.boards (owned by BuildCraftAPI|core providing BuildCraftAPI|boards) embedded in BuildCraft|Energy
[03:23:38] [Server thread/DEBUG] [FML/]: Found API buildcraft.api.boards (owned by BuildCraftAPI|core providing BuildCraftAPI|boards) embedded in BuildCraft|Transport
[03:23:38] [Server thread/DEBUG] [FML/]: Found API buildcraft.api.boards (owned by BuildCraftAPI|core providing BuildCraftAPI|boards) embedded in BuildCraft|Core
[03:23:38] [Server thread/DEBUG] [FML/]: Found API buildcraft.api.boards (owned by BuildCraftAPI|core providing BuildCraftAPI|boards) embedded in BuildCraft|Factory
[03:23:38] [Server thread/DEBUG] [FML/]: Found API cofh.api.energy (owned by CoFHAPI providing CoFHAPI|energy) embedded in BuildCraft|Builders
[03:23:38] [Server thread/DEBUG] [FML/]: Found API cofh.api.energy (owned by CoFHAPI providing CoFHAPI|energy) embedded in BuildCraft|Robotics
[03:23:38] [Server thread/DEBUG] [FML/]: Found API cofh.api.energy (owned by CoFHAPI providing CoFHAPI|energy) embedded in BuildCraft|Silicon
[03:23:38] [Server thread/DEBUG] [FML/]: Found API cofh.api.energy (owned by CoFHAPI providing CoFHAPI|energy) embedded in BuildCraft|Energy
[03:23:38] [Server thread/DEBUG] [FML/]: Found API cofh.api.energy (owned by CoFHAPI providing CoFHAPI|energy) embedded in BuildCraft|Transport
[03:23:38] [Server thread/DEBUG] [FML/]: Found API cofh.api.energy (owned by CoFHAPI providing CoFHAPI|energy) embedded in BuildCraft|Core
[03:23:38] [Server thread/DEBUG] [FML/]: Found API cofh.api.energy (owned by CoFHAPI providing CoFHAPI|energy) embedded in BuildCraft|Factory
[03:23:38] [Server thread/DEBUG] [FML/]: Found API buildcraft.api.fuels (owned by BuildCraftAPI|core providing BuildCraftAPI|fuels) embedded in BuildCraft|Builders
[03:23:38] [Server thread/DEBUG] [FML/]: Found API buildcraft.api.fuels (owned by BuildCraftAPI|core providing BuildCraftAPI|fuels) embedded in BuildCraft|Robotics
[03:23:38] [Server thread/DEBUG] [FML/]: Found API buildcraft.api.fuels (owned by BuildCraftAPI|core providing BuildCraftAPI|fuels) embedded in BuildCraft|Silicon
[03:23:38] [Server thread/DEBUG] [FML/]: Found API buildcraft.api.fuels (owned by BuildCraftAPI|core providing BuildCraftAPI|fuels) embedded in BuildCraft|Energy
[03:23:38] [Server thread/DEBUG] [FML/]: Found API buildcraft.api.fuels (owned by BuildCraftAPI|core providing BuildCraftAPI|fuels) embedded in BuildCraft|Transport
[03:23:38] [Server thread/DEBUG] [FML/]: Found API buildcraft.api.fuels (owned by BuildCraftAPI|core providing BuildCraftAPI|fuels) embedded in BuildCraft|Core
[03:23:38] [Server thread/DEBUG] [FML/]: Found API buildcraft.api.fuels (owned by BuildCraftAPI|core providing BuildCraftAPI|fuels) embedded in BuildCraft|Factory
[03:23:38] [Server thread/DEBUG] [FML/]: Found API cofh.api (owned by CoFHLib providing CoFHAPI) embedded in academy-craft
[03:23:38] [Server thread/DEBUG] [FML/]: Found API buildcraft.api.facades (owned by BuildCraftAPI|core providing BuildCraftAPI|facades) embedded in BuildCraft|Builders
[03:23:38] [Server thread/DEBUG] [FML/]: Found API buildcraft.api.facades (owned by BuildCraftAPI|core providing BuildCraftAPI|facades) embedded in BuildCraft|Robotics
[03:23:38] [Server thread/DEBUG] [FML/]: Found API buildcraft.api.facades (owned by BuildCraftAPI|core providing BuildCraftAPI|facades) embedded in BuildCraft|Silicon
[03:23:38] [Server thread/DEBUG] [FML/]: Found API buildcraft.api.facades (owned by BuildCraftAPI|core providing BuildCraftAPI|facades) embedded in BuildCraft|Energy
[03:23:38] [Server thread/DEBUG] [FML/]: Found API buildcraft.api.facades (owned by BuildCraftAPI|core providing BuildCraftAPI|facades) embedded in BuildCraft|Transport
[03:23:38] [Server thread/DEBUG] [FML/]: Found API buildcraft.api.facades (owned by BuildCraftAPI|core providing BuildCraftAPI|facades) embedded in BuildCraft|Core
[03:23:38] [Server thread/DEBUG] [FML/]: Found API buildcraft.api.facades (owned by BuildCraftAPI|core providing BuildCraftAPI|facades) embedded in BuildCraft|Factory
[03:23:38] [Server thread/DEBUG] [FML/]: Found API buildcraft.api.events (owned by BuildCraftAPI|core providing BuildCraftAPI|events) embedded in BuildCraft|Builders
[03:23:38] [Server thread/DEBUG] [FML/]: Found API buildcraft.api.events (owned by BuildCraftAPI|core providing BuildCraftAPI|events) embedded in BuildCraft|Robotics
[03:23:38] [Server thread/DEBUG] [FML/]: Found API buildcraft.api.events (owned by BuildCraftAPI|core providing BuildCraftAPI|events) embedded in BuildCraft|Silicon
[03:23:38] [Server thread/DEBUG] [FML/]: Found API buildcraft.api.events (owned by BuildCraftAPI|core providing BuildCraftAPI|events) embedded in BuildCraft|Energy
[03:23:38] [Server thread/DEBUG] [FML/]: Found API buildcraft.api.events (owned by BuildCraftAPI|core providing BuildCraftAPI|events) embedded in BuildCraft|Transport
[03:23:38] [Server thread/DEBUG] [FML/]: Found API buildcraft.api.events (owned by BuildCraftAPI|core providing BuildCraftAPI|events) embedded in BuildCraft|Core
[03:23:38] [Server thread/DEBUG] [FML/]: Found API buildcraft.api.events (owned by BuildCraftAPI|core providing BuildCraftAPI|events) embedded in BuildCraft|Factory
[03:23:38] [Server thread/INFO] [FML/]: Found mod(s) [SGCraft] containing declared API package cofh.api.energy (owned by CoFHAPI) without associated API reference
[03:23:38] [Server thread/TRACE] [FML/]: Removing upstream parent CoFHLib from APIContainer{CoFHAPI|energy:1.7.10R1.0.10}
[03:23:38] [Server thread/DEBUG] [FML/]: Creating API container dummy for API CoFHAPI|energy: owner: CoFHAPI, dependents: [Mekanism, academy-craft, BuildCraft|Builders, BuildCraft|Robotics, BuildCraft|Silicon, BuildCraft|Energy, BuildCraft|Transport, BuildCraft|Core, BuildCraft|Factory, SGCraft]
[03:23:38] [Server thread/DEBUG] [FML/]: Creating API container dummy for API CoFHAPI: owner: CoFHLib, dependents: [BuildCraft|Builders, BuildCraft|Robotics, BuildCraft|Silicon, BuildCraft|Energy, BuildCraft|Transport, BuildCraft|Core, BuildCraft|Factory, Mekanism, academy-craft]
[03:23:38] [Server thread/DEBUG] [FML/]: Creating API container dummy for API MekanismAPI|infuse: owner: Mekanism, dependents: []
[03:23:38] [Server thread/DEBUG] [FML/]: Creating API container dummy for API MekanismAPI|reactor: owner: Mekanism, dependents: []
[03:23:38] [Server thread/TRACE] [FML/]: Removing upstream parent BuildCraft|Core from APIContainer{BuildCraftAPI|blocks:1.0}
[03:23:38] [Server thread/DEBUG] [FML/]: Creating API container dummy for API BuildCraftAPI|blocks: owner: BuildCraftAPI|core, dependents: [BuildCraft|Builders, BuildCraft|Robotics, BuildCraft|Silicon, BuildCraft|Energy, BuildCraft|Transport, BuildCraft|Factory]
[03:23:38] [Server thread/DEBUG] [FML/]: Creating API container dummy for API ChiselAPI|Rendering: owner: Chisel, dependents: [chisel]
[03:23:38] [Server thread/TRACE] [FML/]: Removing upstream parent BuildCraft|Core from APIContainer{BuildCraftAPI|tablet:1.0}
[03:23:38] [Server thread/DEBUG] [FML/]: Creating API container dummy for API BuildCraftAPI|tablet: owner: BuildCraftAPI|core, dependents: [BuildCraft|Builders, BuildCraft|Robotics, BuildCraft|Silicon, BuildCraft|Energy, BuildCraft|Transport, BuildCraft|Factory]
[03:23:38] [Server thread/TRACE] [FML/]: Removing upstream parent CoFHLib from APIContainer{CoFHAPI|item:1.7.10R1.0.10}
[03:23:38] [Server thread/DEBUG] [FML/]: Creating API container dummy for API CoFHAPI|item: owner: CoFHAPI, dependents: [Mekanism]
[03:23:38] [Server thread/DEBUG] [FML/]: Creating API container dummy for API ChiselAPI|Carving: owner: Chisel, dependents: [chisel]
[03:23:38] [Server thread/TRACE] [FML/]: Removing upstream parent BuildCraft|Core from APIContainer{BuildCraftAPI|tools:1.0}
[03:23:38] [Server thread/DEBUG] [FML/]: Creating API container dummy for API BuildCraftAPI|tools: owner: BuildCraftAPI|core, dependents: [BuildCraft|Builders, BuildCraft|Robotics, BuildCraft|Silicon, BuildCraft|Energy, BuildCraft|Transport, BuildCraft|Factory]
[03:23:38] [Server thread/TRACE] [FML/]: Removing upstream parent BuildCraft|Core from APIContainer{BuildCraftAPI|events:2.0}
[03:23:38] [Server thread/DEBUG] [FML/]: Creating API container dummy for API BuildCraftAPI|events: owner: BuildCraftAPI|core, dependents: [BuildCraft|Builders, BuildCraft|Robotics, BuildCraft|Silicon, BuildCraft|Energy, BuildCraft|Transport, BuildCraft|Factory]
[03:23:38] [Server thread/TRACE] [FML/]: Removing upstream parent BuildCraft|Core from APIContainer{BuildCraftAPI|items:1.1}
[03:23:38] [Server thread/DEBUG] [FML/]: Creating API container dummy for API BuildCraftAPI|items: owner: BuildCraftAPI|core, dependents: [BuildCraft|Builders, BuildCraft|Robotics, BuildCraft|Silicon, BuildCraft|Energy, BuildCraft|Transport, BuildCraft|Factory]
[03:23:38] [Server thread/TRACE] [FML/]: Removing upstream parent BuildCraft|Core from APIContainer{BuildCraftAPI|blueprints:1.5}
[03:23:38] [Server thread/DEBUG] [FML/]: Creating API container dummy for API BuildCraftAPI|blueprints: owner: BuildCraftAPI|core, dependents: [BuildCraft|Builders, BuildCraft|Robotics, BuildCraft|Silicon, BuildCraft|Energy, BuildCraft|Transport, BuildCraft|Factory]
[03:23:38] [Server thread/TRACE] [FML/]: Removing upstream parent BuildCraft|Core from APIContainer{BuildCraftAPI|library:2.0}
[03:23:38] [Server thread/DEBUG] [FML/]: Creating API container dummy for API BuildCraftAPI|library: owner: BuildCraftAPI|core, dependents: [BuildCraft|Builders, BuildCraft|Robotics, BuildCraft|Silicon, BuildCraft|Energy, BuildCraft|Transport, BuildCraft|Factory]
[03:23:38] [Server thread/DEBUG] [FML/]: Creating API container dummy for API MekanismAPI|gas: owner: Mekanism, dependents: []
[03:23:38] [Server thread/TRACE] [FML/]: Removing upstream parent BuildCraft|Core from APIContainer{BuildCraftAPI|boards:2.0}
[03:23:38] [Server thread/DEBUG] [FML/]: Creating API container dummy for API BuildCraftAPI|boards: owner: BuildCraftAPI|core, dependents: [BuildCraft|Builders, BuildCraft|Robotics, BuildCraft|Silicon, BuildCraft|Energy, BuildCraft|Transport, BuildCraft|Factory]
[03:23:38] [Server thread/TRACE] [FML/]: Removing upstream parent BuildCraft|Core from APIContainer{BuildCraftAPI|recipes:3.1}
[03:23:38] [Server thread/DEBUG] [FML/]: Creating API container dummy for API BuildCraftAPI|recipes: owner: BuildCraftAPI|core, dependents: [BuildCraft|Builders, BuildCraft|Robotics, BuildCraft|Silicon, BuildCraft|Energy, BuildCraft|Transport, BuildCraft|Factory]
[03:23:38] [Server thread/TRACE] [FML/]: Removing upstream parent BuildCraft|Core from APIContainer{BuildCraftAPI|robotics:3.0}
[03:23:38] [Server thread/DEBUG] [FML/]: Creating API container dummy for API BuildCraftAPI|robotics: owner: BuildCraftAPI|core, dependents: [BuildCraft|Builders, BuildCraft|Robotics, BuildCraft|Silicon, BuildCraft|Energy, BuildCraft|Transport, BuildCraft|Factory]
[03:23:38] [Server thread/DEBUG] [FML/]: Creating API container dummy for API BuildCraftAPI|core: owner: BuildCraft|Core, dependents: [BuildCraft|Builders, BuildCraft|Robotics, BuildCraft|Silicon, BuildCraft|Energy, BuildCraft|Transport, BuildCraft|Factory]
[03:23:38] [Server thread/DEBUG] [FML/]: Creating API container dummy for API MekanismAPI|util: owner: Mekanism, dependents: []
[03:23:38] [Server thread/TRACE] [FML/]: Removing upstream parent BuildCraft|Core from APIContainer{BuildCraftAPI|tiles:1.2}
[03:23:38] [Server thread/DEBUG] [FML/]: Creating API container dummy for API BuildCraftAPI|tiles: owner: BuildCraftAPI|core, dependents: [BuildCraft|Builders, BuildCraft|Robotics, BuildCraft|Silicon, BuildCraft|Energy, BuildCraft|Transport, BuildCraft|Factory]
[03:23:38] [Server thread/TRACE] [FML/]: Removing upstream parent BuildCraft|Core from APIContainer{BuildCraftAPI|lists:1.0}
[03:23:38] [Server thread/DEBUG] [FML/]: Creating API container dummy for API BuildCraftAPI|lists: owner: BuildCraftAPI|core, dependents: [BuildCraft|Builders, BuildCraft|Robotics, BuildCraft|Silicon, BuildCraft|Energy, BuildCraft|Transport, BuildCraft|Factory]
[03:23:38] [Server thread/TRACE] [FML/]: Removing upstream parent BuildCraft|Core from APIContainer{BuildCraftAPI|gates:4.1}
[03:23:38] [Server thread/DEBUG] [FML/]: Creating API container dummy for API BuildCraftAPI|gates: owner: BuildCraftAPI|core, dependents: [BuildCraft|Builders, BuildCraft|Robotics, BuildCraft|Silicon, BuildCraft|Energy, BuildCraft|Transport, BuildCraft|Factory]
[03:23:38] [Server thread/TRACE] [FML/]: Removing upstream parent BuildCraft|Core from APIContainer{BuildCraftAPI|transport:4.1}
[03:23:38] [Server thread/DEBUG] [FML/]: Creating API container dummy for API BuildCraftAPI|transport: owner: BuildCraftAPI|core, dependents: [BuildCraft|Builders, BuildCraft|Robotics, BuildCraft|Silicon, BuildCraft|Energy, BuildCraft|Transport, BuildCraft|Factory]
[03:23:38] [Server thread/TRACE] [FML/]: Removing upstream parent BuildCraft|Core from APIContainer{BuildCraftAPI|statements:1.1}
[03:23:38] [Server thread/DEBUG] [FML/]: Creating API container dummy for API BuildCraftAPI|statements: owner: BuildCraftAPI|core, dependents: [BuildCraft|Builders, BuildCraft|Robotics, BuildCraft|Silicon, BuildCraft|Energy, BuildCraft|Transport, BuildCraft|Factory]
[03:23:38] [Server thread/DEBUG] [FML/]: Creating API container dummy for API BuildCraftAPI|crops: owner: BuildCraftAPI|Core, dependents: [BuildCraft|Builders, BuildCraft|Robotics, BuildCraft|Silicon, BuildCraft|Energy, BuildCraft|Transport, BuildCraft|Core, BuildCraft|Factory]
[03:23:38] [Server thread/DEBUG] [FML/]: Creating API container dummy for API MekanismAPI|laser: owner: Mekanism, dependents: []
[03:23:38] [Server thread/TRACE] [FML/]: Removing upstream parent BuildCraft|Core from APIContainer{BuildCraftAPI|power:1.3}
[03:23:38] [Server thread/DEBUG] [FML/]: Creating API container dummy for API BuildCraftAPI|power: owner: BuildCraftAPI|core, dependents: [BuildCraft|Builders, BuildCraft|Robotics, BuildCraft|Silicon, BuildCraft|Energy, BuildCraft|Transport, BuildCraft|Factory]
[03:23:38] [Server thread/DEBUG] [FML/]: Creating API container dummy for API MekanismAPI|transmitter: owner: Mekanism, dependents: []
[03:23:38] [Server thread/TRACE] [FML/]: Removing upstream parent BuildCraft|Core from APIContainer{BuildCraftAPI|facades:1.1}
[03:23:38] [Server thread/DEBUG] [FML/]: Creating API container dummy for API BuildCraftAPI|facades: owner: BuildCraftAPI|core, dependents: [BuildCraft|Builders, BuildCraft|Robotics, BuildCraft|Silicon, BuildCraft|Energy, BuildCraft|Transport, BuildCraft|Factory]
[03:23:38] [Server thread/DEBUG] [FML/]: Creating API container dummy for API MekanismAPI|recipe: owner: Mekanism, dependents: []
[03:23:38] [Server thread/DEBUG] [FML/]: Creating API container dummy for API ChiselAPI: owner: chisel, dependents: []
[03:23:38] [Server thread/TRACE] [FML/]: Removing upstream parent BuildCraft|Core from APIContainer{BuildCraftAPI|filler:4.0}
[03:23:38] [Server thread/DEBUG] [FML/]: Creating API container dummy for API BuildCraftAPI|filler: owner: BuildCraftAPI|core, dependents: [BuildCraft|Builders, BuildCraft|Robotics, BuildCraft|Silicon, BuildCraft|Energy, BuildCraft|Transport, BuildCraft|Factory]
[03:23:38] [Server thread/TRACE] [FML/]: Removing upstream parent BuildCraft|Core from APIContainer{BuildCraftAPI|fuels:2.0}
[03:23:38] [Server thread/DEBUG] [FML/]: Creating API container dummy for API BuildCraftAPI|fuels: owner: BuildCraftAPI|core, dependents: [BuildCraft|Builders, BuildCraft|Robotics, BuildCraft|Silicon, BuildCraft|Energy, BuildCraft|Transport, BuildCraft|Factory]
[03:23:38] [Server thread/DEBUG] [FML/]: Creating API container dummy for API MekanismAPI|core: owner: Mekanism, dependents: []
[03:23:38] [Server thread/DEBUG] [FML/]: Creating API container dummy for API MekanismAPI|energy: owner: Mekanism, dependents: []
[03:23:38] [Server thread/TRACE] [FML/]: Received a system property request ''
[03:23:38] [Server thread/TRACE] [FML/]: System property request managing the state of 0 mods
[03:23:38] [Server thread/DEBUG] [FML/]: After merging, found state information for 0 mods
[03:23:38] [Server thread/DEBUG] [FML/]: Found translations in forge.jar [en_US, en_US, es_ES, fr_FR, ru_RU, de_DE, af_ZA, ar_SA, br_FR, ca_ES, cs_CZ, da_DK, el_GR, fa_IR, fi_FI, 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, sl_SI, sr_SP, sv_SE, tr_TR, uk_UA, vi_VN, zh_CN, zh_TW]
[03:23:38] [Server thread/DEBUG] [FML/]: Found translations in forge.jar [en_US, en_US, es_ES, fr_FR, ru_RU, de_DE, af_ZA, ar_SA, br_FR, ca_ES, cs_CZ, da_DK, el_GR, fa_IR, fi_FI, 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, sl_SI, sr_SP, sv_SE, tr_TR, uk_UA, vi_VN, zh_CN, zh_TW]
[03:23:38] [Server thread/DEBUG] [academy-craft/]: Enabling mod academy-craft
[03:23:38] [Server thread/DEBUG] [FML/]: Found translations in AcademyCraft-1.0.7.jar [en_US, ja_JP, zh_CN, zh_TW]
[03:23:38] [Server thread/DEBUG] [lightsabers/]: Enabling mod lightsabers
[03:23:38] [Server thread/DEBUG] [FML/]: Found translations in AdvancedLightsabers-1.7.10-1.2.2.jar [en_US]
[03:23:38] [Server thread/DEBUG] [BuildCraft|Builders/]: Enabling mod BuildCraft|Builders
[03:23:38] [Server thread/DEBUG] [FML/]: Found translations in buildcraft-7.1.24.jar [tr_TR, da_DK, zh_CN, sv_SE, et_EE, es_AR, fi_FI, lt_LT, es_MX, no_NO, cs_CZ, es_UY, es_VE, es_ES, hu_HU, zh_TW, it_IT, en_US, hr_HR, ru_RU, ja_JP, fr_FR, fr_CA, pl_PL, ko_KR, nl_NL, de_DE, sk_SK, sr_SP, pt_BR, pt_PT]
[03:23:38] [Server thread/DEBUG] [BuildCraft|Robotics/]: Enabling mod BuildCraft|Robotics
[03:23:38] [Server thread/DEBUG] [FML/]: Found translations in buildcraft-7.1.24.jar [tr_TR, da_DK, zh_CN, sv_SE, et_EE, es_AR, fi_FI, lt_LT, es_MX, no_NO, cs_CZ, es_UY, es_VE, es_ES, hu_HU, zh_TW, it_IT, en_US, hr_HR, ru_RU, ja_JP, fr_FR, fr_CA, pl_PL, ko_KR, nl_NL, de_DE, sk_SK, sr_SP, pt_BR, pt_PT]
[03:23:38] [Server thread/DEBUG] [BuildCraft|Silicon/]: Enabling mod BuildCraft|Silicon
[03:23:38] [Server thread/DEBUG] [FML/]: Found translations in buildcraft-7.1.24.jar [tr_TR, da_DK, zh_CN, sv_SE, et_EE, es_AR, fi_FI, lt_LT, es_MX, no_NO, cs_CZ, es_UY, es_VE, es_ES, hu_HU, zh_TW, it_IT, en_US, hr_HR, ru_RU, ja_JP, fr_FR, fr_CA, pl_PL, ko_KR, nl_NL, de_DE, sk_SK, sr_SP, pt_BR, pt_PT]
[03:23:38] [Server thread/DEBUG] [BuildCraft|Energy/]: Enabling mod BuildCraft|Energy
[03:23:38] [Server thread/DEBUG] [FML/]: Found translations in buildcraft-7.1.24.jar [tr_TR, da_DK, zh_CN, sv_SE, et_EE, es_AR, fi_FI, lt_LT, es_MX, no_NO, cs_CZ, es_UY, es_VE, es_ES, hu_HU, zh_TW, it_IT, en_US, hr_HR, ru_RU, ja_JP, fr_FR, fr_CA, pl_PL, ko_KR, nl_NL, de_DE, sk_SK, sr_SP, pt_BR, pt_PT]
[03:23:38] [Server thread/DEBUG] [BuildCraft|Transport/]: Enabling mod BuildCraft|Transport
[03:23:38] [Server thread/DEBUG] [FML/]: Found translations in buildcraft-7.1.24.jar [tr_TR, da_DK, zh_CN, sv_SE, et_EE, es_AR, fi_FI, lt_LT, es_MX, no_NO, cs_CZ, es_UY, es_VE, es_ES, hu_HU, zh_TW, it_IT, en_US, hr_HR, ru_RU, ja_JP, fr_FR, fr_CA, pl_PL, ko_KR, nl_NL, de_DE, sk_SK, sr_SP, pt_BR, pt_PT]
[03:23:38] [Server thread/DEBUG] [BuildCraft|Core/]: Enabling mod BuildCraft|Core
[03:23:38] [Server thread/DEBUG] [FML/]: Found translations in buildcraft-7.1.24.jar [tr_TR, da_DK, zh_CN, sv_SE, et_EE, es_AR, fi_FI, lt_LT, es_MX, no_NO, cs_CZ, es_UY, es_VE, es_ES, hu_HU, zh_TW, it_IT, en_US, hr_HR, ru_RU, ja_JP, fr_FR, fr_CA, pl_PL, ko_KR, nl_NL, de_DE, sk_SK, sr_SP, pt_BR, pt_PT]
[03:23:38] [Server thread/DEBUG] [BuildCraft|Factory/]: Enabling mod BuildCraft|Factory
[03:23:38] [Server thread/DEBUG] [FML/]: Found translations in buildcraft-7.1.24.jar [tr_TR, da_DK, zh_CN, sv_SE, et_EE, es_AR, fi_FI, lt_LT, es_MX, no_NO, cs_CZ, es_UY, es_VE, es_ES, hu_HU, zh_TW, it_IT, en_US, hr_HR, ru_RU, ja_JP, fr_FR, fr_CA, pl_PL, ko_KR, nl_NL, de_DE, sk_SK, sr_SP, pt_BR, pt_PT]
[03:23:38] [Server thread/DEBUG] [chisel/]: Enabling mod chisel
[03:23:38] [Server thread/DEBUG] [FML/]: Found translations in Chisel-2.9.5.11.jar [ru_RU, en_GB, ko_KR, de_DE, fr_FR, en_PT, en_US, zh_CN]
[03:23:38] [Server thread/DEBUG] [IronChest/]: Enabling mod IronChest
[03:23:38] [Server thread/DEBUG] [FML/]: Found translations in ironchest-1.7.10-6.0.62.742-universal.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]
[03:23:38] [Server thread/DEBUG] [journeymap/]: Enabling mod journeymap
[03:23:39] [Server thread/DEBUG] [FML/]: Found translations in journeymap-1.7.10-5.1.4p2-unlimited.jar [de_DE, ar_SA, ca_ES, en_US, es_ES, fi_FI, fr_CA, fr_FR, hu_HU, ja_JP, ko_KR, nl_NL, no_NO, pt_BR, ru_RU, sv_SE, zh_CN]
[03:23:39] [Server thread/DEBUG] [LambdaLib/]: Enabling mod LambdaLib
[03:23:39] [Server thread/DEBUG] [FML/]: Found translations in LambdaLib-1.2.3.jar [en_US, zh_CN]
[03:23:39] [Server thread/DEBUG] [Mekanism/]: Enabling mod Mekanism
[03:23:39] [Server thread/DEBUG] [FML/]: Found translations in Mekanism-1.7.10-9.1.1.1031.jar [cs_CZ, da_DK, de_DE, en_GB, en_US, en_ZA, fr_FR, it_IT, ja_JP, ko_KR, no_NO, pl_PL, pt_BR, pt_PT, ru_RU, zh_CN, zh_TW]
[03:23:39] [Server thread/DEBUG] [MekanismGenerators/]: Enabling mod MekanismGenerators
[03:23:39] [Server thread/DEBUG] [MekanismTools/]: Enabling mod MekanismTools
[03:23:39] [Server thread/DEBUG] [SGCraft/]: Enabling mod SGCraft
[03:23:39] [Server thread/DEBUG] [FML/]: Found translations in SGCraft-1.13.3-mc1.7.10.jar [de_DE, en_US]
[03:23:39] [Server thread/DEBUG] [WarpDrive/]: Enabling mod WarpDrive
[03:23:39] [Server thread/DEBUG] [FML/]: Found translations in WarpDrive-1.7.10-1.4.2.-.jar [de_DE, en_US, fr_FR, nl_NL, ru_RU, zh_CN, zh_TW]
[03:23:39] [Server thread/DEBUG] [ForgeMicroblock/]: Enabling mod ForgeMicroblock
[03:23:39] [Server thread/DEBUG] [FML/]: Found translations in ForgeMultipart-1.7.10-1.2.0.345-universal.jar [pl_PL, en_US, fr_CA, cs_CZ, pt_BR, hr_HR, tr_TR, es_ES, fr_FR, ru_RU, de_DE, zh_TW, it_IT, ko_KR, zh_CN, nl_NL]
[03:23:39] [Server thread/DEBUG] [ForgeMultipart/]: Enabling mod ForgeMultipart
[03:23:39] [Server thread/DEBUG] [FML/]: Found translations in ForgeMultipart-1.7.10-1.2.0.345-universal.jar [pl_PL, en_US, fr_CA, cs_CZ, pt_BR, hr_HR, tr_TR, es_ES, fr_FR, ru_RU, de_DE, zh_TW, it_IT, ko_KR, zh_CN, nl_NL]
[03:23:39] [Server thread/DEBUG] [McMultipart/]: Enabling mod McMultipart
[03:23:39] [Server thread/DEBUG] [FML/]: Found translations in ForgeMultipart-1.7.10-1.2.0.345-universal.jar [pl_PL, en_US, fr_CA, cs_CZ, pt_BR, hr_HR, tr_TR, es_ES, fr_FR, ru_RU, de_DE, zh_TW, it_IT, ko_KR, zh_CN, nl_NL]
[03:23:39] [Server thread/TRACE] [FML/]: Verifying mod requirements are satisfied
[03:23:39] [Server thread/TRACE] [FML/]: All mod requirements are satisfied
[03:23:39] [Server thread/TRACE] [FML/]: Sorting mods into an ordered list
[03:23:39] [Server thread/TRACE] [FML/]: Mod sorting completed successfully
[03:23:39] [Server thread/DEBUG] [FML/]: Mod sorting data
[03:23:39] [Server thread/DEBUG] [FML/]: LambdaLib(LambdaLib:1.2.3): LambdaLib-1.2.3.jar (required-after:LambdaLib|Core)
[03:23:39] [Server thread/DEBUG] [FML/]: CoFHAPI(API: CoFHAPI:1.7.10R1.3.1): buildcraft-7.1.24.jar ()
[03:23:39] [Server thread/DEBUG] [FML/]: CoFHAPI|energy(API: CoFHAPI|energy:1.7.10R1.0.10): Mekanism-1.7.10-9.1.1.1031.jar ()
[03:23:39] [Server thread/DEBUG] [FML/]: academy-craft(Academy Craft:1.0.7): AcademyCraft-1.0.7.jar (required-after:LambdaLib@1.2.3)
[03:23:39] [Server thread/DEBUG] [FML/]: lightsabers(Advanced Lightsabers Mod:1.2.2): AdvancedLightsabers-1.7.10-1.2.2.jar (required-after:Forge@[10.13.4.1558,);after:battlegear2;after:DynamicLights)
[03:23:39] [Server thread/DEBUG] [FML/]: BuildCraftAPI|crops(API: BuildCraftAPI|crops:1.1): buildcraft-7.1.24.jar ()
[03:23:39] [Server thread/DEBUG] [FML/]: BuildCraft|Core(BuildCraft:7.1.24): buildcraft-7.1.24.jar (required-after:Forge@[10.13.2.1236,))
[03:23:39] [Server thread/DEBUG] [FML/]: BuildCraftAPI|core(API: BuildCraftAPI|core:2.0): buildcraft-7.1.24.jar ()
[03:23:39] [Server thread/DEBUG] [FML/]: BuildCraftAPI|blocks(API: BuildCraftAPI|blocks:1.0): buildcraft-7.1.24.jar ()
[03:23:39] [Server thread/DEBUG] [FML/]: BuildCraftAPI|tablet(API: BuildCraftAPI|tablet:1.0): buildcraft-7.1.24.jar ()
[03:23:39] [Server thread/DEBUG] [FML/]: BuildCraftAPI|tools(API: BuildCraftAPI|tools:1.0): buildcraft-7.1.24.jar ()
[03:23:39] [Server thread/DEBUG] [FML/]: BuildCraftAPI|events(API: BuildCraftAPI|events:2.0): buildcraft-7.1.24.jar ()
[03:23:39] [Server thread/DEBUG] [FML/]: BuildCraftAPI|items(API: BuildCraftAPI|items:1.1): buildcraft-7.1.24.jar ()
[03:23:39] [Server thread/DEBUG] [FML/]: BuildCraftAPI|blueprints(API: BuildCraftAPI|blueprints:1.5): buildcraft-7.1.24.jar ()
[03:23:39] [Server thread/DEBUG] [FML/]: BuildCraftAPI|library(API: BuildCraftAPI|library:2.0): buildcraft-7.1.24.jar ()
[03:23:39] [Server thread/DEBUG] [FML/]: BuildCraftAPI|boards(API: BuildCraftAPI|boards:2.0): buildcraft-7.1.24.jar ()
[03:23:39] [Server thread/DEBUG] [FML/]: BuildCraftAPI|recipes(API: BuildCraftAPI|recipes:3.1): buildcraft-7.1.24.jar ()
[03:23:39] [Server thread/DEBUG] [FML/]: BuildCraftAPI|robotics(API: BuildCraftAPI|robotics:3.0): buildcraft-7.1.24.jar ()
[03:23:39] [Server thread/DEBUG] [FML/]: BuildCraftAPI|tiles(API: BuildCraftAPI|tiles:1.2): buildcraft-7.1.24.jar ()
[03:23:39] [Server thread/DEBUG] [FML/]: BuildCraftAPI|lists(API: BuildCraftAPI|lists:1.0): buildcraft-7.1.24.jar ()
[03:23:39] [Server thread/DEBUG] [FML/]: BuildCraftAPI|gates(API: BuildCraftAPI|gates:4.1): buildcraft-7.1.24.jar ()
[03:23:39] [Server thread/DEBUG] [FML/]: BuildCraftAPI|transport(API: BuildCraftAPI|transport:4.1): buildcraft-7.1.24.jar ()
[03:23:39] [Server thread/DEBUG] [FML/]: BuildCraftAPI|statements(API: BuildCraftAPI|statements:1.1): buildcraft-7.1.24.jar ()
[03:23:39] [Server thread/DEBUG] [FML/]: BuildCraftAPI|power(API: BuildCraftAPI|power:1.3): buildcraft-7.1.24.jar ()
[03:23:39] [Server thread/DEBUG] [FML/]: BuildCraftAPI|facades(API: BuildCraftAPI|facades:1.1): buildcraft-7.1.24.jar ()
[03:23:39] [Server thread/DEBUG] [FML/]: BuildCraftAPI|filler(API: BuildCraftAPI|filler:4.0): buildcraft-7.1.24.jar ()
[03:23:39] [Server thread/DEBUG] [FML/]: BuildCraftAPI|fuels(API: BuildCraftAPI|fuels:2.0): buildcraft-7.1.24.jar ()
[03:23:39] [Server thread/DEBUG] [FML/]: BuildCraft|Builders(BC Builders:7.1.24): buildcraft-7.1.24.jar (required-after:BuildCraft|Core@7.1.24)
[03:23:39] [Server thread/DEBUG] [FML/]: BuildCraft|Robotics(BC Robotics:7.1.24): buildcraft-7.1.24.jar (required-after:BuildCraft|Core@7.1.24)
[03:23:39] [Server thread/DEBUG] [FML/]: BuildCraft|Silicon(BC Silicon:7.1.24): buildcraft-7.1.24.jar (required-after:BuildCraft|Core@7.1.24)
[03:23:39] [Server thread/DEBUG] [FML/]: BuildCraft|Energy(BC Energy:7.1.24): buildcraft-7.1.24.jar (required-after:BuildCraft|Core@7.1.24)
[03:23:39] [Server thread/DEBUG] [FML/]: BuildCraft|Transport(BC Transport:7.1.24): buildcraft-7.1.24.jar (required-after:BuildCraft|Core@7.1.24)
[03:23:39] [Server thread/DEBUG] [FML/]: BuildCraft|Factory(BC Factory:7.1.24): buildcraft-7.1.24.jar (required-after:BuildCraft|Core@7.1.24)
[03:23:39] [Server thread/DEBUG] [FML/]: ForgeMultipart(Forge Multipart:**.**.**.**): ForgeMultipart-1.7.10-1.2.0.345-universal.jar ()
[03:23:39] [Server thread/DEBUG] [FML/]: ChiselAPI|Rendering(API: ChiselAPI|Rendering:0.1.1): Chisel-2.9.5.11.jar ()
[03:23:39] [Server thread/DEBUG] [FML/]: ChiselAPI|Carving(API: ChiselAPI|Carving:0.1.1): Chisel-2.9.5.11.jar ()
[03:23:39] [Server thread/DEBUG] [FML/]: chisel(Chisel:**.**.**.**): Chisel-2.9.5.11.jar (after:EE3;after:ForgeMultipart;after:Thaumcraft;after:appliedenergistics2;after:Railcraft;after:AWWayofTime;after:TwilightForest)
[03:23:39] [Server thread/DEBUG] [FML/]: IronChest(Iron Chest:**.**.**.**): ironchest-1.7.10-6.0.62.742-universal.jar (required-after:Forge@[10.10,);required-after:FML@[7.2,))
[03:23:39] [Server thread/DEBUG] [FML/]: journeymap(JourneyMap:5.1.4p2): journeymap-1.7.10-5.1.4p2-unlimited.jar ()
[03:23:39] [Server thread/DEBUG] [FML/]: CoFHAPI|item(API: CoFHAPI|item:1.7.10R1.0.10): Mekanism-1.7.10-9.1.1.1031.jar ()
[03:23:39] [Server thread/DEBUG] [FML/]: Mekanism(Mekanism:9.1.1): Mekanism-1.7.10-9.1.1.1031.jar (after:ForgeMultipart;after:BuildCraft;after:BuildCraftAPI;after:IC2;after:CoFHCore;after:ComputerCraft;after:Galacticraft API;after:MetallurgyCore)
[03:23:39] [Server thread/DEBUG] [FML/]: MekanismGenerators(MekanismGenerators:9.1.1): MekanismGenerators-1.7.10-9.1.1.1031.jar (required-after:Mekanism)
[03:23:39] [Server thread/DEBUG] [FML/]: MekanismTools(MekanismTools:9.1.1): MekanismTools-1.7.10-9.1.1.1031.jar (required-after:Mekanism)
[03:23:39] [Server thread/DEBUG] [FML/]: SGCraft(Greg's SG Craft:1.13.3): SGCraft-1.13.3-mc1.7.10.jar ()
[03:23:39] [Server thread/DEBUG] [FML/]: WarpDrive(WarpDrive:1.7.10-1.4.2.-): WarpDrive-1.7.10-1.4.2.-.jar (after:IC2;after:CoFHCore;after:ComputerCraft;after:OpenComputer;after:CCTurtle;after:gregtech;after:AppliedEnergistics;after:EnderIO;after:DefenseTech;after:icbmclassic;)
[03:23:39] [Server thread/DEBUG] [FML/]: McMultipart(Minecraft Multipart Plugin:**.**.**.**): ForgeMultipart-1.7.10-1.2.0.345-universal.jar ()
[03:23:39] [Server thread/DEBUG] [FML/]: MekanismAPI|infuse(API: MekanismAPI|infuse:9.0.0): Mekanism-1.7.10-9.1.1.1031.jar ()
[03:23:39] [Server thread/DEBUG] [FML/]: MekanismAPI|reactor(API: MekanismAPI|reactor:9.0.0): Mekanism-1.7.10-9.1.1.1031.jar ()
[03:23:39] [Server thread/DEBUG] [FML/]: MekanismAPI|gas(API: MekanismAPI|gas:9.0.0): Mekanism-1.7.10-9.1.1.1031.jar ()
[03:23:39] [Server thread/DEBUG] [FML/]: MekanismAPI|util(API: MekanismAPI|util:9.0.0): Mekanism-1.7.10-9.1.1.1031.jar ()
[03:23:39] [Server thread/DEBUG] [FML/]: MekanismAPI|laser(API: MekanismAPI|laser:9.0.0): Mekanism-1.7.10-9.1.1.1031.jar ()
[03:23:39] [Server thread/DEBUG] [FML/]: MekanismAPI|transmitter(API: MekanismAPI|transmitter:9.0.0): Mekanism-1.7.10-9.1.1.1031.jar ()
[03:23:39] [Server thread/DEBUG] [FML/]: MekanismAPI|recipe(API: MekanismAPI|recipe:9.0.0): Mekanism-1.7.10-9.1.1.1031.jar ()
[03:23:39] [Server thread/DEBUG] [FML/]: ChiselAPI(API: ChiselAPI:0.1.1): Chisel-2.9.5.11.jar ()
[03:23:39] [Server thread/DEBUG] [FML/]: MekanismAPI|core(API: MekanismAPI|core:9.0.0): Mekanism-1.7.10-9.1.1.1031.jar ()
[03:23:39] [Server thread/DEBUG] [FML/]: MekanismAPI|energy(API: MekanismAPI|energy:9.0.0): Mekanism-1.7.10-9.1.1.1031.jar ()
[03:23:39] [Server thread/DEBUG] [FML/]: ForgeMicroblock(Forge Microblocks:**.**.**.**): ForgeMultipart-1.7.10-1.2.0.345-universal.jar (required-after:ForgeMultipart;after:*)
[03:23:39] [Server thread/INFO] [FML/]: FML has found a non-mod file CodeChickenLib-1.7.10-1.1.3.141-universal.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.
[03:23:39] [Server thread/TRACE] [mcp/mcp]: Sending event FMLConstructionEvent to mod mcp
[03:23:39] [Server thread/TRACE] [mcp/mcp]: Sent event FMLConstructionEvent to mod mcp
[03:23:39] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Minecraft Coder Pack took 0.001s
[03:23:39] [Server thread/TRACE] [FML/FML]: Sending event FMLConstructionEvent to mod FML
[03:23:39] [Server thread/TRACE] [FML/FML]: Mod FML is using network checker : Invoking method checkModLists
[03:23:39] [Server thread/TRACE] [FML/FML]: Testing mod FML to verify it accepts its own version in a remote connection
[03:23:39] [Server thread/TRACE] [FML/FML]: The mod FML accepts its own version (**.**.**.**)
[03:23:39] [Server thread/INFO] [FML/FML]: Attempting connection with missing mods [mcp, FML, Forge, CodeChickenCore, LambdaLib|Core, WarpDriveCore, academy-craft, lightsabers, BuildCraft|Builders, BuildCraft|Robotics, BuildCraft|Silicon, BuildCraft|Energy, BuildCraft|Transport, BuildCraft|Core, BuildCraft|Factory, chisel, IronChest, journeymap, LambdaLib, Mekanism, MekanismGenerators, MekanismTools, SGCraft, WarpDrive, ForgeMicroblock, ForgeMultipart, McMultipart] at CLIENT
[03:23:39] [Server thread/INFO] [FML/FML]: Attempting connection with missing mods [mcp, FML, Forge, CodeChickenCore, LambdaLib|Core, WarpDriveCore, academy-craft, lightsabers, BuildCraft|Builders, BuildCraft|Robotics, BuildCraft|Silicon, BuildCraft|Energy, BuildCraft|Transport, BuildCraft|Core, BuildCraft|Factory, chisel, IronChest, journeymap, LambdaLib, Mekanism, MekanismGenerators, MekanismTools, SGCraft, WarpDrive, ForgeMicroblock, ForgeMultipart, McMultipart] at SERVER
[03:23:39] [Server thread/TRACE] [FML/FML]: Sent event FMLConstructionEvent to mod FML
[03:23:39] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Forge Mod Loader took 0.365s
[03:23:39] [Server thread/TRACE] [Forge/Forge]: Sending event FMLConstructionEvent to mod Forge
[03:23:39] [Server thread/TRACE] [FML/Forge]: Mod Forge is using network checker : No network checking performed
[03:23:39] [Server thread/TRACE] [FML/Forge]: Testing mod Forge to verify it accepts its own version in a remote connection
[03:23:39] [Server thread/TRACE] [FML/Forge]: The mod Forge accepts its own version (10.13.4.1614)
[03:23:39] [Server thread/TRACE] [Forge/Forge]: Sent event FMLConstructionEvent to mod Forge
[03:23:39] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Minecraft Forge took 0.008s
[03:23:39] [Server thread/TRACE] [CodeChickenCore/CodeChickenCore]: Sending event FMLConstructionEvent to mod CodeChickenCore
[03:23:39] [Server thread/TRACE] [CodeChickenCore/CodeChickenCore]: Sent event FMLConstructionEvent to mod CodeChickenCore
[03:23:39] [Server thread/DEBUG] [FML/]: Bar Step: Construction - CodeChicken Core took 0.000s
[03:23:39] [Server thread/TRACE] [LambdaLib|Core/LambdaLib|Core]: Sending event FMLConstructionEvent to mod LambdaLib|Core
[03:23:39] [Server thread/INFO] [LambdaLib|Core/LambdaLib|Core]: LambdaLib|Core is loading.
[03:23:39] [Server thread/TRACE] [LambdaLib|Core/LambdaLib|Core]: Sent event FMLConstructionEvent to mod LambdaLib|Core
[03:23:39] [Server thread/DEBUG] [FML/]: Bar Step: Construction - LambdaLib|Core took 0.033s
[03:23:39] [Server thread/TRACE] [WarpDriveCore/WarpDriveCore]: Sending event FMLConstructionEvent to mod WarpDriveCore
[03:23:39] [Server thread/TRACE] [WarpDriveCore/WarpDriveCore]: Sent event FMLConstructionEvent to mod WarpDriveCore
[03:23:39] [Server thread/DEBUG] [FML/]: Bar Step: Construction - WarpDriveCore took 0.000s
[03:23:39] [Server thread/TRACE] [LambdaLib/LambdaLib]: Sending event FMLConstructionEvent to mod LambdaLib
[03:23:39] [Server thread/TRACE] [FML/LambdaLib]: Mod LambdaLib is using network checker : Accepting version 1.2.3
[03:23:39] [Server thread/TRACE] [FML/LambdaLib]: Testing mod LambdaLib to verify it accepts its own version in a remote connection
[03:23:39] [Server thread/TRACE] [FML/LambdaLib]: The mod LambdaLib accepts its own version (1.2.3)
[03:23:39] [Server thread/DEBUG] [FML/LambdaLib]: Attempting to inject @SidedProxy classes into LambdaLib
[03:23:39] [Server thread/TRACE] [LambdaLib/LambdaLib]: Sent event FMLConstructionEvent to mod LambdaLib
[03:23:39] [Server thread/DEBUG] [FML/]: Bar Step: Construction - LambdaLib took 0.027s
[03:23:39] [Server thread/TRACE] [academy-craft/academy-craft]: Sending event FMLConstructionEvent to mod academy-craft
[03:23:39] [Server thread/TRACE] [FML/academy-craft]: Mod academy-craft is using network checker : Accepting version 1.0.7
[03:23:39] [Server thread/TRACE] [FML/academy-craft]: Testing mod academy-craft to verify it accepts its own version in a remote connection
[03:23:39] [Server thread/TRACE] [FML/academy-craft]: The mod academy-craft accepts its own version (1.0.7)
[03:23:39] [Server thread/DEBUG] [FML/academy-craft]: Attempting to inject @SidedProxy classes into academy-craft
[03:23:39] [Server thread/TRACE] [academy-craft/academy-craft]: Sent event FMLConstructionEvent to mod academy-craft
[03:23:39] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Academy Craft took 0.020s
[03:23:39] [Server thread/TRACE] [lightsabers/lightsabers]: Sending event FMLConstructionEvent to mod lightsabers
[03:23:39] [Server thread/TRACE] [FML/lightsabers]: Mod lightsabers is using network checker : Accepting version 1.2.2
[03:23:39] [Server thread/TRACE] [FML/lightsabers]: Testing mod lightsabers to verify it accepts its own version in a remote connection
[03:23:39] [Server thread/TRACE] [FML/lightsabers]: The mod lightsabers accepts its own version (1.2.2)
[03:23:39] [Server thread/DEBUG] [FML/lightsabers]: Attempting to inject @SidedProxy classes into lightsabers
[03:23:39] [Server thread/TRACE] [lightsabers/lightsabers]: Sent event FMLConstructionEvent to mod lightsabers
[03:23:39] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Advanced Lightsabers Mod took 0.012s
[03:23:39] [Server thread/TRACE] [BuildCraft|Core/BuildCraft|Core]: Sending event FMLConstructionEvent to mod BuildCraft|Core
[03:23:39] [Server thread/TRACE] [FML/BuildCraft|Core]: Mod BuildCraft|Core is using network checker : Accepting version 7.1.24
[03:23:39] [Server thread/TRACE] [FML/BuildCraft|Core]: Testing mod BuildCraft|Core to verify it accepts its own version in a remote connection
[03:23:39] [Server thread/TRACE] [FML/BuildCraft|Core]: The mod BuildCraft|Core accepts its own version (7.1.24)
[03:23:39] [Server thread/DEBUG] [FML/BuildCraft|Core]: Attempting to inject @SidedProxy classes into BuildCraft|Core
[03:23:40] [Server thread/TRACE] [BuildCraft|Core/BuildCraft|Core]: Sent event FMLConstructionEvent to mod BuildCraft|Core
[03:23:40] [Server thread/DEBUG] [FML/]: Bar Step: Construction - BuildCraft took 0.621s
[03:23:40] [Server thread/TRACE] [BuildCraft|Builders/BuildCraft|Builders]: Sending event FMLConstructionEvent to mod BuildCraft|Builders
[03:23:40] [Server thread/TRACE] [FML/BuildCraft|Builders]: Mod BuildCraft|Builders is using network checker : Accepting version 7.1.24
[03:23:40] [Server thread/TRACE] [FML/BuildCraft|Builders]: Testing mod BuildCraft|Builders to verify it accepts its own version in a remote connection
[03:23:40] [Server thread/TRACE] [FML/BuildCraft|Builders]: The mod BuildCraft|Builders accepts its own version (7.1.24)
[03:23:40] [Server thread/DEBUG] [FML/BuildCraft|Builders]: Attempting to inject @SidedProxy classes into BuildCraft|Builders
[03:23:40] [Server thread/TRACE] [BuildCraft|Builders/BuildCraft|Builders]: Sent event FMLConstructionEvent to mod BuildCraft|Builders
[03:23:40] [Server thread/DEBUG] [FML/]: Bar Step: Construction - BC Builders took 0.008s
[03:23:40] [Server thread/TRACE] [BuildCraft|Robotics/BuildCraft|Robotics]: Sending event FMLConstructionEvent to mod BuildCraft|Robotics
[03:23:40] [Server thread/TRACE] [FML/BuildCraft|Robotics]: Mod BuildCraft|Robotics is using network checker : Accepting version 7.1.24
[03:23:40] [Server thread/TRACE] [FML/BuildCraft|Robotics]: Testing mod BuildCraft|Robotics to verify it accepts its own version in a remote connection
[03:23:40] [Server thread/TRACE] [FML/BuildCraft|Robotics]: The mod BuildCraft|Robotics accepts its own version (7.1.24)
[03:23:40] [Server thread/DEBUG] [FML/BuildCraft|Robotics]: Attempting to inject @SidedProxy classes into BuildCraft|Robotics
[03:23:40] [Server thread/TRACE] [BuildCraft|Robotics/BuildCraft|Robotics]: Sent event FMLConstructionEvent to mod BuildCraft|Robotics
[03:23:40] [Server thread/DEBUG] [FML/]: Bar Step: Construction - BC Robotics took 0.008s
[03:23:40] [Server thread/TRACE] [BuildCraft|Silicon/BuildCraft|Silicon]: Sending event FMLConstructionEvent to mod BuildCraft|Silicon
[03:23:40] [Server thread/TRACE] [FML/BuildCraft|Silicon]: Mod BuildCraft|Silicon is using network checker : Accepting version 7.1.24
[03:23:40] [Server thread/TRACE] [FML/BuildCraft|Silicon]: Testing mod BuildCraft|Silicon to verify it accepts its own version in a remote connection
[03:23:40] [Server thread/TRACE] [FML/BuildCraft|Silicon]: The mod BuildCraft|Silicon accepts its own version (7.1.24)
[03:23:40] [Server thread/DEBUG] [FML/BuildCraft|Silicon]: Attempting to inject @SidedProxy classes into BuildCraft|Silicon
[03:23:40] [Server thread/TRACE] [BuildCraft|Silicon/BuildCraft|Silicon]: Sent event FMLConstructionEvent to mod BuildCraft|Silicon
[03:23:40] [Server thread/DEBUG] [FML/]: Bar Step: Construction - BC Silicon took 0.005s
[03:23:40] [Server thread/TRACE] [BuildCraft|Energy/BuildCraft|Energy]: Sending event FMLConstructionEvent to mod BuildCraft|Energy
[03:23:40] [Server thread/TRACE] [FML/BuildCraft|Energy]: Mod BuildCraft|Energy is using network checker : Accepting version 7.1.24
[03:23:40] [Server thread/TRACE] [FML/BuildCraft|Energy]: Testing mod BuildCraft|Energy to verify it accepts its own version in a remote connection
[03:23:40] [Server thread/TRACE] [FML/BuildCraft|Energy]: The mod BuildCraft|Energy accepts its own version (7.1.24)
[03:23:40] [Server thread/DEBUG] [FML/BuildCraft|Energy]: Attempting to inject @SidedProxy classes into BuildCraft|Energy
[03:23:40] [Server thread/TRACE] [BuildCraft|Energy/BuildCraft|Energy]: Sent event FMLConstructionEvent to mod BuildCraft|Energy
[03:23:40] [Server thread/DEBUG] [FML/]: Bar Step: Construction - BC Energy took 0.003s
[03:23:40] [Server thread/TRACE] [BuildCraft|Transport/BuildCraft|Transport]: Sending event FMLConstructionEvent to mod BuildCraft|Transport
[03:23:40] [Server thread/TRACE] [FML/BuildCraft|Transport]: Mod BuildCraft|Transport is using network checker : Accepting version 7.1.24
[03:23:40] [Server thread/TRACE] [FML/BuildCraft|Transport]: Testing mod BuildCraft|Transport to verify it accepts its own version in a remote connection
[03:23:40] [Server thread/TRACE] [FML/BuildCraft|Transport]: The mod BuildCraft|Transport accepts its own version (7.1.24)
[03:23:40] [Server thread/DEBUG] [FML/BuildCraft|Transport]: Attempting to inject @SidedProxy classes into BuildCraft|Transport
[03:23:40] [Server thread/TRACE] [BuildCraft|Transport/BuildCraft|Transport]: Sent event FMLConstructionEvent to mod BuildCraft|Transport
[03:23:40] [Server thread/DEBUG] [FML/]: Bar Step: Construction - BC Transport took 0.007s
[03:23:40] [Server thread/TRACE] [BuildCraft|Factory/BuildCraft|Factory]: Sending event FMLConstructionEvent to mod BuildCraft|Factory
[03:23:40] [Server thread/TRACE] [FML/BuildCraft|Factory]: Mod BuildCraft|Factory is using network checker : Accepting version 7.1.24
[03:23:40] [Server thread/TRACE] [FML/BuildCraft|Factory]: Testing mod BuildCraft|Factory to verify it accepts its own version in a remote connection
[03:23:40] [Server thread/TRACE] [FML/BuildCraft|Factory]: The mod BuildCraft|Factory accepts its own version (7.1.24)
[03:23:40] [Server thread/DEBUG] [FML/BuildCraft|Factory]: Attempting to inject @SidedProxy classes into BuildCraft|Factory
[03:23:40] [Server thread/TRACE] [BuildCraft|Factory/BuildCraft|Factory]: Sent event FMLConstructionEvent to mod BuildCraft|Factory
[03:23:40] [Server thread/DEBUG] [FML/]: Bar Step: Construction - BC Factory took 0.002s
[03:23:40] [Server thread/TRACE] [ForgeMultipart/ForgeMultipart]: Sending event FMLConstructionEvent to mod ForgeMultipart
[03:23:40] [Server thread/TRACE] [FML/ForgeMultipart]: Mod ForgeMultipart is using network checker : Accepting version 1.2.0.345
[03:23:40] [Server thread/TRACE] [FML/ForgeMultipart]: Testing mod ForgeMultipart to verify it accepts its own version in a remote connection
[03:23:40] [Server thread/TRACE] [FML/ForgeMultipart]: The mod ForgeMultipart accepts its own version (**.**.**.**)
[03:23:40] [Server thread/DEBUG] [FML/ForgeMultipart]: Attempting to inject @SidedProxy classes into ForgeMultipart
[03:23:40] [Server thread/TRACE] [ForgeMultipart/ForgeMultipart]: Sent event FMLConstructionEvent to mod ForgeMultipart
[03:23:40] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Forge Multipart took 0.031s
[03:23:40] [Server thread/TRACE] [chisel/chisel]: Sending event FMLConstructionEvent to mod chisel
[03:23:40] [Server thread/TRACE] [FML/chisel]: Mod chisel is using network checker : Accepting version 2.9.5.11
[03:23:40] [Server thread/TRACE] [FML/chisel]: Testing mod chisel to verify it accepts its own version in a remote connection
[03:23:40] [Server thread/TRACE] [FML/chisel]: The mod chisel accepts its own version (**.**.**.**)
[03:23:40] [Server thread/DEBUG] [FML/chisel]: Attempting to inject @SidedProxy classes into chisel
[03:23:40] [Server thread/TRACE] [chisel/chisel]: Sent event FMLConstructionEvent to mod chisel
[03:23:40] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Chisel took 0.076s
[03:23:40] [Server thread/TRACE] [IronChest/IronChest]: Sending event FMLConstructionEvent to mod IronChest
[03:23:40] [Server thread/TRACE] [FML/IronChest]: Mod IronChest is using network checker : Accepting version 6.0.62.742
[03:23:40] [Server thread/TRACE] [FML/IronChest]: Testing mod IronChest to verify it accepts its own version in a remote connection
[03:23:40] [Server thread/TRACE] [FML/IronChest]: The mod IronChest accepts its own version (**.**.**.**)
[03:23:40] [Server thread/DEBUG] [FML/IronChest]: Attempting to inject @SidedProxy classes into IronChest
[03:23:40] [Server thread/TRACE] [IronChest/IronChest]: Sent event FMLConstructionEvent to mod IronChest
[03:23:40] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Iron Chest took 0.018s
[03:23:40] [Server thread/TRACE] [journeymap/journeymap]: Sending event FMLConstructionEvent to mod journeymap
[03:23:40] [Server thread/TRACE] [FML/journeymap]: Mod journeymap is using network checker : Invoking method checkModLists
[03:23:40] [Server thread/TRACE] [FML/journeymap]: Testing mod journeymap to verify it accepts its own version in a remote connection
[03:23:40] [Server thread/TRACE] [FML/journeymap]: The mod journeymap accepts its own version (5.1.4p2)
[03:23:40] [Server thread/DEBUG] [FML/journeymap]: Attempting to inject @SidedProxy classes into journeymap
[03:23:40] [Server thread/TRACE] [journeymap/journeymap]: Sent event FMLConstructionEvent to mod journeymap
[03:23:40] [Server thread/DEBUG] [FML/]: Bar Step: Construction - JourneyMap took 0.017s
[03:23:40] [Server thread/TRACE] [Mekanism/Mekanism]: Sending event FMLConstructionEvent to mod Mekanism
[03:23:40] [Server thread/TRACE] [FML/Mekanism]: Mod Mekanism is using network checker : Accepting version 9.1.1
[03:23:40] [Server thread/TRACE] [FML/Mekanism]: Testing mod Mekanism to verify it accepts its own version in a remote connection
[03:23:40] [Server thread/TRACE] [FML/Mekanism]: The mod Mekanism accepts its own version (9.1.1)
[03:23:40] [Server thread/DEBUG] [FML/Mekanism]: Attempting to inject @SidedProxy classes into Mekanism
[03:23:40] [Server thread/TRACE] [Mekanism/Mekanism]: Sent event FMLConstructionEvent to mod Mekanism
[03:23:40] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Mekanism took 0.232s
[03:23:40] [Server thread/TRACE] [MekanismGenerators/MekanismGenerators]: Sending event FMLConstructionEvent to mod MekanismGenerators
[03:23:40] [Server thread/TRACE] [FML/MekanismGenerators]: Mod MekanismGenerators is using network checker : Accepting version 9.1.1
[03:23:40] [Server thread/TRACE] [FML/MekanismGenerators]: Testing mod MekanismGenerators to verify it accepts its own version in a remote connection
[03:23:40] [Server thread/TRACE] [FML/MekanismGenerators]: The mod MekanismGenerators accepts its own version (9.1.1)
[03:23:40] [Server thread/DEBUG] [FML/MekanismGenerators]: Attempting to inject @SidedProxy classes into MekanismGenerators
[03:23:40] [Server thread/TRACE] [MekanismGenerators/MekanismGenerators]: Sent event FMLConstructionEvent to mod MekanismGenerators
[03:23:40] [Server thread/DEBUG] [FML/]: Bar Step: Construction - MekanismGenerators took 0.028s
[03:23:40] [Server thread/TRACE] [MekanismTools/MekanismTools]: Sending event FMLConstructionEvent to mod MekanismTools
[03:23:40] [Server thread/TRACE] [FML/MekanismTools]: Mod MekanismTools is using network checker : Accepting version 9.1.1
[03:23:40] [Server thread/TRACE] [FML/MekanismTools]: Testing mod MekanismTools to verify it accepts its own version in a remote connection
[03:23:40] [Server thread/TRACE] [FML/MekanismTools]: The mod MekanismTools accepts its own version (9.1.1)
[03:23:40] [Server thread/DEBUG] [FML/MekanismTools]: Attempting to inject @SidedProxy classes into MekanismTools
[03:23:40] [Server thread/TRACE] [MekanismTools/MekanismTools]: Sent event FMLConstructionEvent to mod MekanismTools
[03:23:40] [Server thread/DEBUG] [FML/]: Bar Step: Construction - MekanismTools took 0.016s
[03:23:40] [Server thread/TRACE] [SGCraft/SGCraft]: Sending event FMLConstructionEvent to mod SGCraft
[03:23:40] [Server thread/TRACE] [FML/SGCraft]: Mod SGCraft is using network checker : Accepting range [1.13,1.14)
[03:23:40] [Server thread/TRACE] [FML/SGCraft]: Testing mod SGCraft to verify it accepts its own version in a remote connection
[03:23:40] [Server thread/TRACE] [FML/SGCraft]: The mod SGCraft accepts its own version (1.13.3)
[03:23:40] [Server thread/DEBUG] [FML/SGCraft]: Attempting to inject @SidedProxy classes into SGCraft
[03:23:40] [Server thread/TRACE] [SGCraft/SGCraft]: Sent event FMLConstructionEvent to mod SGCraft
[03:23:40] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Greg's SG Craft took 0.189s
[03:23:40] [Server thread/TRACE] [WarpDrive/WarpDrive]: Sending event FMLConstructionEvent to mod WarpDrive
[03:23:41] [Server thread/TRACE] [FML/WarpDrive]: Mod WarpDrive is using network checker : Accepting version 1.7.10-1.4.2.-
[03:23:41] [Server thread/TRACE] [FML/WarpDrive]: Testing mod WarpDrive to verify it accepts its own version in a remote connection
[03:23:41] [Server thread/TRACE] [FML/WarpDrive]: The mod WarpDrive accepts its own version (1.7.10-1.4.2.-)
[03:23:41] [Server thread/DEBUG] [FML/WarpDrive]: Attempting to inject @SidedProxy classes into WarpDrive
[03:23:41] [Server thread/TRACE] [WarpDrive/WarpDrive]: Sent event FMLConstructionEvent to mod WarpDrive
[03:23:41] [Server thread/DEBUG] [FML/]: Bar Step: Construction - WarpDrive took 0.271s
[03:23:41] [Server thread/TRACE] [McMultipart/McMultipart]: Sending event FMLConstructionEvent to mod McMultipart
[03:23:41] [Server thread/TRACE] [FML/McMultipart]: Mod McMultipart is using network checker : Accepting version 1.2.0.345
[03:23:41] [Server thread/TRACE] [FML/McMultipart]: Testing mod McMultipart to verify it accepts its own version in a remote connection
[03:23:41] [Server thread/TRACE] [FML/McMultipart]: The mod McMultipart accepts its own version (**.**.**.**)
[03:23:41] [Server thread/DEBUG] [FML/McMultipart]: Attempting to inject @SidedProxy classes into McMultipart
[03:23:41] [Server thread/TRACE] [McMultipart/McMultipart]: Sent event FMLConstructionEvent to mod McMultipart
[03:23:41] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Minecraft Multipart Plugin took 0.001s
[03:23:41] [Server thread/TRACE] [ForgeMicroblock/ForgeMicroblock]: Sending event FMLConstructionEvent to mod ForgeMicroblock
[03:23:41] [Server thread/TRACE] [FML/ForgeMicroblock]: Mod ForgeMicroblock is using network checker : Accepting version 1.2.0.345
[03:23:41] [Server thread/TRACE] [FML/ForgeMicroblock]: Testing mod ForgeMicroblock to verify it accepts its own version in a remote connection
[03:23:41] [Server thread/TRACE] [FML/ForgeMicroblock]: The mod ForgeMicroblock accepts its own version (**.**.**.**)
[03:23:41] [Server thread/DEBUG] [FML/ForgeMicroblock]: Attempting to inject @SidedProxy classes into ForgeMicroblock
[03:23:41] [Server thread/TRACE] [ForgeMicroblock/ForgeMicroblock]: Sent event FMLConstructionEvent to mod ForgeMicroblock
[03:23:41] [Server thread/DEBUG] [FML/]: Bar Step: Construction - Forge Microblocks took 0.056s
[03:23:41] [Server thread/DEBUG] [FML/]: Bar Finished: Construction took 2.056s
[03:23:41] [Server thread/DEBUG] [FML/]: Mod signature data
[03:23:41] [Server thread/DEBUG] [FML/]: Valid Signatures:
[03:23:41] [Server thread/DEBUG] [FML/]: (e3c3d50c7c986df74c645c0ac54639741c90a557) FML (Forge Mod Loader **.**.**.**) forge.jar
[03:23:41] [Server thread/DEBUG] [FML/]: (e3c3d50c7c986df74c645c0ac54639741c90a557) Forge (Minecraft Forge 10.13.4.1614) forge.jar
[03:23:41] [Server thread/DEBUG] [FML/]: Missing Signatures:
[03:23:41] [Server thread/DEBUG] [FML/]: mcp (Minecraft Coder Pack 9.05) minecraft.jar
[03:23:41] [Server thread/DEBUG] [FML/]: CodeChickenCore (CodeChicken Core **.**.**.**) minecraft.jar
[03:23:41] [Server thread/DEBUG] [FML/]: LambdaLib|Core (LambdaLib|Core 1.2.3) minecraft.jar
[03:23:41] [Server thread/DEBUG] [FML/]: WarpDriveCore (WarpDriveCore 1.7.10-1.4.2.-) minecraft.jar
[03:23:41] [Server thread/DEBUG] [FML/]: LambdaLib (LambdaLib 1.2.3) LambdaLib-1.2.3.jar
[03:23:41] [Server thread/DEBUG] [FML/]: academy-craft (Academy Craft 1.0.7) AcademyCraft-1.0.7.jar
[03:23:41] [Server thread/DEBUG] [FML/]: lightsabers (Advanced Lightsabers Mod 1.2.2) AdvancedLightsabers-1.7.10-1.2.2.jar
[03:23:41] [Server thread/DEBUG] [FML/]: BuildCraft|Core (BuildCraft 7.1.24) buildcraft-7.1.24.jar
[03:23:41] [Server thread/DEBUG] [FML/]: BuildCraft|Builders (BC Builders 7.1.24) buildcraft-7.1.24.jar
[03:23:41] [Server thread/DEBUG] [FML/]: BuildCraft|Robotics (BC Robotics 7.1.24) buildcraft-7.1.24.jar
[03:23:41] [Server thread/DEBUG] [FML/]: BuildCraft|Silicon (BC Silicon 7.1.24) buildcraft-7.1.24.jar
[03:23:41] [Server thread/DEBUG] [FML/]: BuildCraft|Energy (BC Energy 7.1.24) buildcraft-7.1.24.jar
[03:23:41] [Server thread/DEBUG] [FML/]: BuildCraft|Transport (BC Transport 7.1.24) buildcraft-7.1.24.jar
[03:23:41] [Server thread/DEBUG] [FML/]: BuildCraft|Factory (BC Factory 7.1.24) buildcraft-7.1.24.jar
[03:23:41] [Server thread/DEBUG] [FML/]: ForgeMultipart (Forge Multipart **.**.**.**) ForgeMultipart-1.7.10-1.2.0.345-universal.jar
[03:23:41] [Server thread/DEBUG] [FML/]: chisel (Chisel **.**.**.**) Chisel-2.9.5.11.jar
[03:23:41] [Server thread/DEBUG] [FML/]: IronChest (Iron Chest **.**.**.**) ironchest-1.7.10-6.0.62.742-universal.jar
[03:23:41] [Server thread/DEBUG] [FML/]: journeymap (JourneyMap 5.1.4p2) journeymap-1.7.10-5.1.4p2-unlimited.jar
[03:23:41] [Server thread/DEBUG] [FML/]: Mekanism (Mekanism 9.1.1) Mekanism-1.7.10-9.1.1.1031.jar
[03:23:41] [Server thread/DEBUG] [FML/]: MekanismGenerators (MekanismGenerators 9.1.1) MekanismGenerators-1.7.10-9.1.1.1031.jar
[03:23:41] [Server thread/DEBUG] [FML/]: MekanismTools (MekanismTools 9.1.1) MekanismTools-1.7.10-9.1.1.1031.jar
[03:23:41] [Server thread/DEBUG] [FML/]: SGCraft (Greg's SG Craft 1.13.3) SGCraft-1.13.3-mc1.7.10.jar
[03:23:41] [Server thread/DEBUG] [FML/]: WarpDrive (WarpDrive 1.7.10-1.4.2.-) WarpDrive-1.7.10-1.4.2.-.jar
[03:23:41] [Server thread/DEBUG] [FML/]: McMultipart (Minecraft Multipart Plugin **.**.**.**) ForgeMultipart-1.7.10-1.2.0.345-universal.jar
[03:23:41] [Server thread/DEBUG] [FML/]: ForgeMicroblock (Forge Microblocks **.**.**.**) ForgeMultipart-1.7.10-1.2.0.345-universal.jar
[03:23:41] [Server thread/INFO] [FML/]: Processing ObjectHolder annotations
[03:23:41] [Server thread/INFO] [FML/]: Found 516 ObjectHolder annotations
[03:23:41] [Server thread/INFO] [FML/]: Identifying ItemStackHolder annotations
[03:23:41] [Server thread/INFO] [FML/]: Found 0 ItemStackHolder annotations
[03:23:41] [Server thread/TRACE] [mcp/mcp]: Sending event FMLPreInitializationEvent to mod mcp
[03:23:41] [Server thread/TRACE] [mcp/mcp]: Sent event FMLPreInitializationEvent to mod mcp
[03:23:41] [Server thread/DEBUG] [FML/]: Bar Step: PreInitialization - Minecraft Coder Pack took 0.001s
[03:23:41] [Server thread/TRACE] [FML/FML]: Sending event FMLPreInitializationEvent to mod FML
[03:23:41] [Server thread/TRACE] [FML/FML]: Sent event FMLPreInitializationEvent to mod FML
[03:23:41] [Server thread/DEBUG] [FML/]: Bar Step: PreInitialization - Forge Mod Loader took 0.001s
[03:23:41] [Server thread/TRACE] [Forge/Forge]: Sending event FMLPreInitializationEvent to mod Forge
[03:23:41] [Server thread/INFO] [FML/Forge]: Configured a dormant chunk cache size of 0
[03:23:41] [Server thread/TRACE] [Forge/Forge]: Sent event FMLPreInitializationEvent to mod Forge
[03:23:41] [Server thread/DEBUG] [FML/]: Bar Step: PreInitialization - Minecraft Forge took 0.056s
[03:23:41] [Server thread/TRACE] [CodeChickenCore/CodeChickenCore]: Sending event FMLPreInitializationEvent to mod CodeChickenCore
[03:23:41] [Server thread/TRACE] [CodeChickenCore/CodeChickenCore]: Sent event FMLPreInitializationEvent to mod CodeChickenCore
[03:23:41] [Server thread/DEBUG] [FML/]: Bar Step: PreInitialization - CodeChicken Core took 0.000s
[03:23:41] [Server thread/TRACE] [LambdaLib|Core/LambdaLib|Core]: Sending event FMLPreInitializationEvent to mod LambdaLib|Core
[03:23:41] [Server thread/TRACE] [LambdaLib|Core/LambdaLib|Core]: Sent event FMLPreInitializationEvent to mod LambdaLib|Core
[03:23:41] [Server thread/DEBUG] [FML/]: Bar Step: PreInitialization - LambdaLib|Core took 0.000s
[03:23:41] [Server thread/TRACE] [WarpDriveCore/WarpDriveCore]: Sending event FMLPreInitializationEvent to mod WarpDriveCore
[03:23:41] [Server thread/TRACE] [WarpDriveCore/WarpDriveCore]: Sent event FMLPreInitializationEvent to mod WarpDriveCore
[03:23:41] [Server thread/DEBUG] [FML/]: Bar Step: PreInitialization - WarpDriveCore took 0.000s
[03:23:41] [Server thread/TRACE] [LambdaLib/LambdaLib]: Sending event FMLPreInitializationEvent to mod LambdaLib
[03:23:41] [Server thread/INFO] [FML/LambdaLib]: Starting LambdaLib
[03:23:41] [Server thread/INFO] [FML/LambdaLib]: Copyright (c) Lambda Innovation, 2013-2016
[03:23:41] [Server thread/INFO] [FML/LambdaLib]: http://www.li-dev.cn/
[03:23:41] [Forge Version Check/INFO] [STDERR/Forge]: [java.lang.Throwable$WrappedPrintStream:println:749]: com.google.gson.JsonSyntaxException: java.lang.IllegalStateException: Expected BEGIN_OBJECT but was STRING at line 1 column 1
[03:23:41] [Forge Version Check/INFO] [STDERR/Forge]: [java.lang.Throwable$WrappedPrintStream:println:749]: at com.google.gson.Gson.fromJson(Gson.java:815)
[03:23:41] [Forge Version Check/INFO] [STDERR/Forge]: [java.lang.Throwable$WrappedPrintStream:println:749]: at com.google.gson.Gson.fromJson(Gson.java:768)
[03:23:41] [Forge Version Check/INFO] [STDERR/Forge]: [java.lang.Throwable$WrappedPrintStream:println:749]: at com.google.gson.Gson.fromJson(Gson.java:717)
[03:23:41] [Forge Version Check/INFO] [STDERR/Forge]: [java.lang.Throwable$WrappedPrintStream:println:749]: at com.google.gson.Gson.fromJson(Gson.java:689)
[03:23:41] [Forge Version Check/INFO] [STDERR/Forge]: [java.lang.Throwable$WrappedPrintStream:println:749]: at net.minecraftforge.common.ForgeVersion$1.run(ForgeVersion.java:94)
[03:23:41] [Forge Version Check/INFO] [STDERR/Forge]: [java.lang.Throwable$WrappedPrintStream:println:749]: Caused by: java.lang.IllegalStateException: Expected BEGIN_OBJECT but was STRING at line 1 column 1
[03:23:41] [Forge Version Check/INFO] [STDERR/Forge]: [java.lang.Throwable$WrappedPrintStream:println:749]: at com.google.gson.stream.JsonReader.beginObject(JsonReader.java:374)
[03:23:41] [Forge Version Check/INFO] [STDERR/Forge]: [java.lang.Throwable$WrappedPrintStream:println:749]: at com.google.gson.internal.bind.MapTypeAdapterFactory$Adapter.read(MapTypeAdapterFactory.java:183)
[03:23:41] [Forge Version Check/INFO] [STDERR/Forge]: [java.lang.Throwable$WrappedPrintStream:println:749]: at com.google.gson.internal.bind.MapTypeAdapterFactory$Adapter.read(MapTypeAdapterFactory.java:145)
[03:23:41] [Forge Version Check/INFO] [STDERR/Forge]: [java.lang.Throwable$WrappedPrintStream:println:749]: at com.google.gson.Gson.fromJson(Gson.java:803)
[03:23:41] [Forge Version Check/INFO] [STDERR/Forge]: [java.lang.Throwable$WrappedPrintStream:println:749]: ... 4 more
[03:23:45] [Server thread/TRACE] [LambdaLib/LambdaLib]: Sent event FMLPreInitializationEvent to mod LambdaLib
[03:23:45] [Server thread/DEBUG] [FML/]: Bar Step: PreInitialization - LambdaLib took 3.396s
[03:23:45] [Server thread/TRACE] [academy-craft/academy-craft]: Sending event FMLPreInitializationEvent to mod academy-craft
[03:23:45] [Server thread/INFO] [AcademyCraft/academy-craft]: Starting AcademyCraft
[03:23:45] [Server thread/INFO] [AcademyCraft/academy-craft]: Copyright (c) Lambda Innovation, 2013-2018
[03:23:45] [Server thread/INFO] [AcademyCraft/academy-craft]: http://ac.li-dev.cn/
[03:23:45] [Server thread/TRACE] [academy-craft/academy-craft]: Sent event FMLPreInitializationEvent to mod academy-craft
[03:23:45] [Server thread/DEBUG] [FML/]: Bar Step: PreInitialization - Academy Craft took 0.209s
[03:23:45] [Server thread/TRACE] [lightsabers/lightsabers]: Sending event FMLPreInitializationEvent to mod lightsabers
[03:23:45] [Server thread/DEBUG] [Advanced Lightsabers Mod/lightsabers]: Adding hook PREINIT
[03:23:45] [Server thread/TRACE] [FML/lightsabers]: Automatically registered mod lightsabers entity Lightsaber as lightsabers.Lightsaber
[03:23:45] [Server thread/DEBUG] [FML/lightsabers]: Skipping automatic mod lightsabers entity registration for already registered class com.fiskmods.lightsabers.common.entity.EntitySithGhost
[03:23:45] [Server thread/TRACE] [lightsabers/lightsabers]: Sent event FMLPreInitializationEvent to mod lightsabers
[03:23:45] [Server thread/DEBUG] [FML/]: Bar Step: PreInitialization - Advanced Lightsabers Mod took 0.397s
[03:23:45] [Server thread/TRACE] [BuildCraft|Core/BuildCraft|Core]: Sending event FMLPreInitializationEvent to mod BuildCraft|Core
[03:23:45] [Server thread/INFO] [BuildCraft/BuildCraft|Core]: Starting BuildCraft 7.1.24
[03:23:45] [Server thread/INFO] [BuildCraft/BuildCraft|Core]: Copyright (c) the BuildCraft team, 2011-2017
[03:23:45] [Server thread/INFO] [BuildCraft/BuildCraft|Core]: http://www.mod-buildcraft.com
[03:23:45] [Thread-8/INFO] [BuildCraft/BuildCraft|Core]: Beginning version check
[03:23:45] [Server thread/TRACE] [BuildCraft|Core/BuildCraft|Core]: Sent event FMLPreInitializationEvent to mod BuildCraft|Core
[03:23:45] [Server thread/DEBUG] [FML/]: Bar Step: PreInitialization - BuildCraft took 0.122s
[03:23:45] [Server thread/TRACE] [BuildCraft|Builders/BuildCraft|Builders]: Sending event FMLPreInitializationEvent to mod BuildCraft|Builders
[03:23:46] [Server thread/TRACE] [BuildCraft|Builders/BuildCraft|Builders]: Sent event FMLPreInitializationEvent to mod BuildCraft|Builders
[03:23:46] [Server thread/DEBUG] [FML/]: Bar Step: PreInitialization - BC Builders took 0.261s
[03:23:46] [Server thread/TRACE] [BuildCraft|Robotics/BuildCraft|Robotics]: Sending event FMLPreInitializationEvent to mod BuildCraft|Robotics
[03:23:46] [Server thread/TRACE] [BuildCraft|Robotics/BuildCraft|Robotics]: Sent event FMLPreInitializationEvent to mod BuildCraft|Robotics
[03:23:46] [Server thread/DEBUG] [FML/]: Bar Step: PreInitialization - BC Robotics took 0.235s
[03:23:46] [Server thread/TRACE] [BuildCraft|Silicon/BuildCraft|Silicon]: Sending event FMLPreInitializationEvent to mod BuildCraft|Silicon
[03:23:46] [Server thread/TRACE] [FML/BuildCraft|Silicon]: Automatically registered mod BuildCraft|Silicon entity bcPackageThrowable as BuildCraft|Silicon.bcPackageThrowable
[03:23:46] [Server thread/TRACE] [BuildCraft|Silicon/BuildCraft|Silicon]: Sent event FMLPreInitializationEvent to mod BuildCraft|Silicon
[03:23:46] [Server thread/DEBUG] [FML/]: Bar Step: PreInitialization - BC Silicon took 0.113s
[03:23:46] [Server thread/TRACE] [BuildCraft|Energy/BuildCraft|Energy]: Sending event FMLPreInitializationEvent to mod BuildCraft|Energy
[03:23:46] [Thread-8/TRACE] [BuildCraft/BuildCraft|Core]: Using the latest version [7.1.24] for Minecraft 1.7.10
[03:23:46] [Server thread/TRACE] [BuildCraft|Energy/BuildCraft|Energy]: Sent event FMLPreInitializationEvent to mod BuildCraft|Energy
[03:23:46] [Server thread/DEBUG] [FML/]: Bar Step: PreInitialization - BC Energy took 0.337s
[03:23:46] [Server thread/TRACE] [BuildCraft|Transport/BuildCraft|Transport]: Sending event FMLPreInitializationEvent to mod BuildCraft|Transport
[03:23:47] [Server thread/TRACE] [BuildCraft|Transport/BuildCraft|Transport]: Sent event FMLPreInitializationEvent to mod BuildCraft|Transport
[03:23:47] [Server thread/DEBUG] [FML/]: Bar Step: PreInitialization - BC Transport took 0.356s
[03:23:47] [Server thread/TRACE] [BuildCraft|Factory/BuildCraft|Factory]: Sending event FMLPreInitializationEvent to mod BuildCraft|Factory
[03:23:47] [Server thread/TRACE] [BuildCraft|Factory/BuildCraft|Factory]: Sent event FMLPreInitializationEvent to mod BuildCraft|Factory
[03:23:47] [Server thread/DEBUG] [FML/]: Bar Step: PreInitialization - BC Factory took 0.076s
[03:23:47] [Server thread/TRACE] [ForgeMultipart/ForgeMultipart]: Sending event FMLPreInitializationEvent to mod ForgeMultipart
[03:23:48] [Server thread/TRACE] [ForgeMultipart/ForgeMultipart]: Sent event FMLPreInitializationEvent to mod ForgeMultipart
[03:23:48] [Server thread/DEBUG] [FML/]: Bar Step: PreInitialization - Forge Multipart took 0.887s
[03:23:48] [Server thread/TRACE] [chisel/chisel]: Sending event FMLPreInitializationEvent to mod chisel
[03:23:48] [Server thread/INFO] [Chisel/chisel]: Starting pre-init...
[03:23:48] [Server thread/INFO] [Chisel/chisel]: Loading blocks...
[03:23:48] [Server thread/INFO] [Chisel/chisel]: Skipping feature aeCertusQuartz as its required mod appliedenergistics2 was missing.
[03:23:48] [Server thread/INFO] [Chisel/chisel]: Skipping feature aeSkyStone as its required mod appliedenergistics2 was missing.
[03:23:48] [Server thread/INFO] [Chisel/chisel]: Skipping feature amber as its required mod Thaumcraft was missing.
[03:23:48] [Server thread/INFO] [Chisel/chisel]: Skipping feature arcane as its required mod Thaumcraft was missing.
[03:23:48] [Server thread/INFO] [Chisel/chisel]: Skipping feature bloodRune as its required mod AWWayofTime was missing.
[03:23:48] [Server thread/INFO] [Chisel/chisel]: Skipping feature bloodBlock as its required mod AWWayofTime was missing.
[03:23:48] [Server thread/INFO] [Chisel/chisel]: Skipping feature railcraft as its required mod Railcraft was missing.
[03:23:48] [Server thread/INFO] [Chisel/chisel]: Skipping feature rcAbyssalBlock as its parent feature railcraft was disabled.
[03:23:48] [Server thread/INFO] [Chisel/chisel]: Skipping feature rcBleachedBone as its parent feature railcraft was disabled.
[03:23:48] [Server thread/INFO] [Chisel/chisel]: Skipping feature rcBloodStained as its parent feature railcraft was disabled.
[03:23:48] [Server thread/INFO] [Chisel/chisel]: Skipping feature rcFrostBoundBlock as its parent feature railcraft was disabled.
[03:23:48] [Server thread/INFO] [Chisel/chisel]: Skipping feature rcInfernalStone as its parent feature railcraft was disabled.
[03:23:48] [Server thread/INFO] [Chisel/chisel]: Skipping feature rcQuarriedBlock as its parent feature railcraft was disabled.
[03:23:48] [Server thread/INFO] [Chisel/chisel]: Skipping feature rcSandyStone as its parent feature railcraft was disabled.
[03:23:48] [Server thread/INFO] [Chisel/chisel]: Skipping feature tallow as its required mod Thaumcraft was missing.
[03:23:48] [Server thread/INFO] [Chisel/chisel]: Skipping feature twilghtForest as its required mod TwilightForest was missing.
[03:23:48] [Server thread/INFO] [Chisel/chisel]: Skipping feature tfMazestone as its parent feature twilghtForest was disabled.
[03:23:48] [Server thread/INFO] [Chisel/chisel]: Skipping feature tfTowerstone as its parent feature twilghtForest was disabled.
[03:23:48] [Server thread/INFO] [Chisel/chisel]: Skipping feature tfUnderBrick as its parent feature twilghtForest was disabled.
[03:23:48] [Server thread/INFO] [Chisel/chisel]: Skipping feature thaumium as its required mod Thaumcraft was missing.
[03:23:48] [Server thread/INFO] [Chisel/chisel]: 86 Feature's blocks loaded.
[03:23:48] [Server thread/INFO] [Chisel/chisel]: Loading Tile Entities...
[03:23:48] [Server thread/INFO] [Chisel/chisel]: Tile Entities loaded.
[03:23:48] [Server thread/INFO] [Chisel/chisel]: Loading items...
[03:23:48] [Server thread/INFO] [Chisel/chisel]: Skipping feature aeCertusQuartz as its required mod appliedenergistics2 was missing.
[03:23:48] [Server thread/INFO] [Chisel/chisel]: Skipping feature aeSkyStone as its required mod appliedenergistics2 was missing.
[03:23:48] [Server thread/INFO] [Chisel/chisel]: Skipping feature amber as its required mod Thaumcraft was missing.
[03:23:48] [Server thread/INFO] [Chisel/chisel]: Skipping feature arcane as its required mod Thaumcraft was missing.
[03:23:48] [Server thread/TRACE] [FML/chisel]: Automatically registered mod chisel entity BallOMoss as chisel.BallOMoss
[03:23:48] [Server thread/INFO] [Chisel/chisel]: Skipping feature bloodRune as its required mod AWWayofTime was missing.
[03:23:48] [Server thread/INFO] [Chisel/chisel]: Skipping feature bloodBlock as its required mod AWWayofTime was missing.
[03:23:48] [Server thread/TRACE] [FML/chisel]: Automatically registered mod chisel entity CloudInABottle as chisel.CloudInABottle
[03:23:48] [Server thread/INFO] [Chisel/chisel]: Skipping feature railcraft as its required mod Railcraft was missing.
[03:23:48] [Server thread/INFO] [Chisel/chisel]: Skipping feature rcAbyssalBlock as its parent feature railcraft was disabled.
[03:23:48] [Server thread/INFO] [Chisel/chisel]: Skipping feature rcBleachedBone as its parent feature railcraft was disabled.
[03:23:48] [Server thread/INFO] [Chisel/chisel]: Skipping feature rcBloodStained as its parent feature railcraft was disabled.
[03:23:48] [Server thread/INFO] [Chisel/chisel]: Skipping feature rcFrostBoundBlock as its parent feature railcraft was disabled.
[03:23:48] [Server thread/INFO] [Chisel/chisel]: Skipping feature rcInfernalStone as its parent feature railcraft was disabled.
[03:23:48] [Server thread/INFO] [Chisel/chisel]: Skipping feature rcQuarriedBlock as its parent feature railcraft was disabled.
[03:23:48] [Server thread/INFO] [Chisel/chisel]: Skipping feature rcSandyStone as its parent feature railcraft was disabled.
[03:23:48] [Server thread/TRACE] [FML/chisel]: Automatically registered mod chisel entity SmashingRock as chisel.SmashingRock
[03:23:48] [Server thread/INFO] [Chisel/chisel]: Skipping feature tallow as its required mod Thaumcraft was missing.
[03:23:48] [Server thread/INFO] [Chisel/chisel]: Skipping feature twilghtForest as its required mod TwilightForest was missing.
[03:23:48] [Server thread/INFO] [Chisel/chisel]: Skipping feature tfMazestone as its parent feature twilghtForest was disabled.
[03:23:48] [Server thread/INFO] [Chisel/chisel]: Skipping feature tfTowerstone as its parent feature twilghtForest was disabled.
[03:23:48] [Server thread/INFO] [Chisel/chisel]: Skipping feature tfUnderBrick as its parent feature twilghtForest was disabled.
[03:23:48] [Server thread/INFO] [Chisel/chisel]: Skipping feature thaumium as its required mod Thaumcraft was missing.
[03:23:48] [Server thread/INFO] [Chisel/chisel]: 86 Feature's items loaded.
[03:23:48] [Server thread/INFO] [Chisel/chisel]: Pre-init finished.
[03:23:49] [Server thread/DEBUG] [ForgeMultipart/chisel]: Registered multipart: chisel_torch
[03:23:49] [Server thread/TRACE] [chisel/chisel]: Sent event FMLPreInitializationEvent to mod chisel
[03:23:49] [Server thread/DEBUG] [FML/]: Bar Step: PreInitialization - Chisel took 0.925s
[03:23:49] [Server thread/TRACE] [IronChest/IronChest]: Sending event FMLPreInitializationEvent to mod IronChest
[03:23:49] [Server thread/DEBUG] [IronChest/IronChest]: Attempting to load the file version.properties from ironchest-1.7.10-6.0.62.742-universal.jar to locate a version number for IronChest
[03:23:49] [Server thread/TRACE] [IronChest/IronChest]: Sent event FMLPreInitializationEvent to mod IronChest
[03:23:49] [Server thread/DEBUG] [FML/]: Bar Step: PreInitialization - Iron Chest took 0.026s
[03:23:49] [Server thread/TRACE] [journeymap/journeymap]: Sending event FMLPreInitializationEvent to mod journeymap
[03:23:49] [Server thread/TRACE] [journeymap/journeymap]: Sent event FMLPreInitializationEvent to mod journeymap
[03:23:49] [Server thread/DEBUG] [FML/]: Bar Step: PreInitialization - JourneyMap took 0.004s
[03:23:49] [Server thread/TRACE] [Mekanism/Mekanism]: Sending event FMLPreInitializationEvent to mod Mekanism
[03:23:49] [Server thread/TRACE] [Mekanism/Mekanism]: Sent event FMLPreInitializationEvent to mod Mekanism
[03:23:49] [Server thread/DEBUG] [FML/]: Bar Step: PreInitialization - Mekanism took 0.325s
[03:23:49] [Server thread/TRACE] [MekanismGenerators/MekanismGenerators]: Sending event FMLPreInitializationEvent to mod MekanismGenerators
[03:23:49] [Server thread/TRACE] [MekanismGenerators/MekanismGenerators]: Sent event FMLPreInitializationEvent to mod MekanismGenerators
[03:23:49] [Server thread/DEBUG] [FML/]: Bar Step: PreInitialization - MekanismGenerators took 0.007s
[03:23:49] [Server thread/TRACE] [MekanismTools/MekanismTools]: Sending event FMLPreInitializationEvent to mod MekanismTools
[03:23:49] [Server thread/TRACE] [MekanismTools/MekanismTools]: Sent event FMLPreInitializationEvent to mod MekanismTools
[03:23:49] [Server thread/DEBUG] [FML/]: Bar Step: PreInitialization - MekanismTools took 0.017s
[03:23:49] [Server thread/TRACE] [SGCraft/SGCraft]: Sending event FMLPreInitializationEvent to mod SGCraft
[03:23:49] [Server thread/INFO] [WarpDriveCore/SGCraft]: Injection failed for net/minecraft/world/chunk/Chunk (0 / 1), aborting...
[03:23:49] [Server thread/TRACE] [FML/SGCraft]: Automatically registered mod SGCraft entity Stargate Iris as SGCraft.Stargate Iris
[03:23:49] [Server thread/TRACE] [SGCraft/SGCraft]: Sent event FMLPreInitializationEvent to mod SGCraft
[03:23:49] [Server thread/DEBUG] [FML/]: Bar Step: PreInitialization - Greg's SG Craft took 0.325s
[03:23:49] [Server thread/TRACE] [WarpDrive/WarpDrive]: Sending event FMLPreInitializationEvent to mod WarpDrive
[03:23:49] [Server thread/INFO] [WarpDrive/WarpDrive]: Loading configuration file celestialObjects-default.xml
[03:23:49] [Server thread/INFO] [WarpDrive/WarpDrive]: - found Celestial object Hyperspace
[03:23:49] [Server thread/INFO] [WarpDrive/WarpDrive]: - found Celestial object solarSystem
[03:23:49] [Server thread/INFO] [WarpDrive/WarpDrive]: - found Celestial object sun
[03:23:49] [Server thread/INFO] [WarpDrive/WarpDrive]: - found Celestial object earth
[03:23:49] [Server thread/INFO] [WarpDrive/WarpDrive]: - found Celestial object hell
[03:23:49] [Server thread/INFO] [WarpDrive/WarpDrive]: - found Celestial object pluto
[03:23:50] [Server thread/TRACE] [FML/WarpDrive]: Automatically registered mod WarpDrive entity EntitySphereGenerator as WarpDrive.EntitySphereGenerator
[03:23:50] [Server thread/TRACE] [FML/WarpDrive]: Automatically registered mod WarpDrive entity EntityStarCore as WarpDrive.EntityStarCore
[03:23:50] [Server thread/TRACE] [FML/WarpDrive]: Automatically registered mod WarpDrive entity EntityCamera as WarpDrive.EntityCamera
[03:23:50] [Server thread/TRACE] [FML/WarpDrive]: Automatically registered mod WarpDrive entity EntityParticleBunch as WarpDrive.EntityParticleBunch
[03:23:50] [Server thread/TRACE] [WarpDrive/WarpDrive]: Sent event FMLPreInitializationEvent to mod WarpDrive
[03:23:50] [Server thread/DEBUG] [FML/]: Bar Step: PreInitialization - WarpDrive took 0.601s
[03:23:50] [Server thread/TRACE] [McMultipart/McMultipart]: Sending event FMLPreInitializationEvent to mod McMultipart
[03:23:50] [Server thread/DEBUG] [ForgeMultipart/McMultipart]: Registered multipart: mc_torch
[03:23:50] [Server thread/DEBUG] [ForgeMultipart/McMultipart]: Registered multipart: mc_lever
[03:23:50] [Server thread/DEBUG] [ForgeMultipart/McMultipart]: Registered multipart: mc_button
[03:23:50] [Server thread/DEBUG] [ForgeMultipart/McMultipart]: Registered multipart: mc_redtorch
[03:23:50] [Server thread/TRACE] [McMultipart/McMultipart]: Sent event FMLPreInitializationEvent to mod McMultipart
[03:23:50] [Server thread/DEBUG] [FML/]: Bar Step: PreInitialization - Minecraft Multipart Plugin took 0.039s
[03:23:50] [Server thread/TRACE] [ForgeMicroblock/ForgeMicroblock]: Sending event FMLPreInitializationEvent to mod ForgeMicroblock
[03:23:50] [Server thread/DEBUG] [ForgeMultipart/ForgeMicroblock]: Registered multipart: mcr_face
[03:23:50] [Server thread/DEBUG] [ForgeMultipart/ForgeMicroblock]: Registered multipart: mcr_hllw
[03:23:50] [Server thread/DEBUG] [ForgeMultipart/ForgeMicroblock]: Registered multipart: mcr_cnr
[03:23:50] [Server thread/DEBUG] [ForgeMultipart/ForgeMicroblock]: Registered multipart: mcr_edge
[03:23:50] [Server thread/DEBUG] [ForgeMultipart/ForgeMicroblock]: Registered multipart: mcr_post
[03:23:50] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: minecraft:stone
[03:23:50] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: minecraft:dirt
[03:23:50] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: minecraft:dirt_1
[03:23:50] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: minecraft:dirt_2
[03:23:50] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: minecraft:cobblestone
[03:23:50] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: minecraft:planks
[03:23:50] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: minecraft:planks_1
[03:23:50] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: minecraft:planks_2
[03:23:50] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: minecraft:planks_3
[03:23:50] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: minecraft:planks_4
[03:23:50] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: minecraft:planks_5
[03:23:50] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: minecraft:log
[03:23:50] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: minecraft:log_1
[03:23:50] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: minecraft:log_2
[03:23:50] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: minecraft:log_3
[03:23:50] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: minecraft:log2
[03:23:50] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: minecraft:leaves
[03:23:50] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: minecraft:leaves_1
[03:23:50] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: minecraft:leaves_2
[03:23:50] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: minecraft:leaves_3
[03:23:50] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: minecraft:leaves2
[03:23:50] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: minecraft:sponge
[03:23:50] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: minecraft:glass
[03:23:50] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: minecraft:lapis_block
[03:23:50] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: minecraft:sandstone
[03:23:50] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: minecraft:sandstone_1
[03:23:50] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: minecraft:sandstone_2
[03:23:50] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: minecraft:wool
[03:23:50] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: minecraft:wool_1
[03:23:50] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: minecraft:wool_2
[03:23:50] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: minecraft:wool_3
[03:23:50] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: minecraft:wool_4
[03:23:50] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: minecraft:wool_5
[03:23:50] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: minecraft:wool_6
[03:23:50] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: minecraft:wool_7
[03:23:50] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: minecraft:wool_8
[03:23:50] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: minecraft:wool_9
[03:23:50] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: minecraft:wool_10
[03:23:50] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: minecraft:wool_11
[03:23:50] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: minecraft:wool_12
[03:23:50] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: minecraft:wool_13
[03:23:50] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: minecraft:wool_14
[03:23:50] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: minecraft:wool_15
[03:23:50] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: minecraft:gold_block
[03:23:50] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: minecraft:iron_block
[03:23:50] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: minecraft:brick_block
[03:23:50] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: minecraft:bookshelf
[03:23:50] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: minecraft:mossy_cobblestone
[03:23:50] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: minecraft:obsidian
[03:23:50] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: minecraft:diamond_block
[03:23:50] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: minecraft:ice
[03:23:50] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: minecraft:snow
[03:23:50] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: minecraft:clay
[03:23:50] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: minecraft:netherrack
[03:23:50] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: minecraft:soul_sand
[03:23:50] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: minecraft:glowstone
[03:23:50] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: minecraft:stonebrick
[03:23:50] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: minecraft:stonebrick_1
[03:23:50] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: minecraft:stonebrick_2
[03:23:50] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: minecraft:stonebrick_3
[03:23:50] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: minecraft:nether_brick
[03:23:50] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: minecraft:end_stone
[03:23:50] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: minecraft:emerald_block
[03:23:50] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: minecraft:redstone_block
[03:23:50] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: minecraft:quartz_block
[03:23:50] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: minecraft:stained_hardened_clay
[03:23:50] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: minecraft:stained_hardened_clay_1
[03:23:50] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: minecraft:stained_hardened_clay_2
[03:23:50] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: minecraft:stained_hardened_clay_3
[03:23:50] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: minecraft:stained_hardened_clay_4
[03:23:50] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: minecraft:stained_hardened_clay_5
[03:23:50] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: minecraft:stained_hardened_clay_6
[03:23:50] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: minecraft:stained_hardened_clay_7
[03:23:50] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: minecraft:stained_hardened_clay_8
[03:23:50] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: minecraft:stained_hardened_clay_9
[03:23:50] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: minecraft:stained_hardened_clay_10
[03:23:50] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: minecraft:stained_hardened_clay_11
[03:23:50] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: minecraft:stained_hardened_clay_12
[03:23:50] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: minecraft:stained_hardened_clay_13
[03:23:50] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: minecraft:stained_hardened_clay_14
[03:23:50] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: minecraft:stained_hardened_clay_15
[03:23:50] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: minecraft:hardened_clay
[03:23:50] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: minecraft:coal_block
[03:23:50] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: minecraft:packed_ice
[03:23:50] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: minecraft:stained_glass
[03:23:50] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: minecraft:stained_glass_1
[03:23:50] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: minecraft:stained_glass_2
[03:23:50] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: minecraft:stained_glass_3
[03:23:50] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: minecraft:stained_glass_4
[03:23:50] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: minecraft:stained_glass_5
[03:23:50] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: minecraft:stained_glass_6
[03:23:50] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: minecraft:stained_glass_7
[03:23:50] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: minecraft:stained_glass_8
[03:23:50] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: minecraft:stained_glass_9
[03:23:50] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: minecraft:stained_glass_10
[03:23:50] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: minecraft:stained_glass_11
[03:23:50] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: minecraft:stained_glass_12
[03:23:50] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: minecraft:stained_glass_13
[03:23:50] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: minecraft:stained_glass_14
[03:23:50] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: minecraft:stained_glass_15
[03:23:50] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: minecraft:grass
[03:23:50] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: minecraft:mycelium
[03:23:50] [Server thread/TRACE] [ForgeMicroblock/ForgeMicroblock]: Sent event FMLPreInitializationEvent to mod ForgeMicroblock
[03:23:50] [Server thread/DEBUG] [FML/]: Bar Step: PreInitialization - Forge Microblocks took 0.401s
[03:23:50] [Server thread/DEBUG] [FML/]: Bar Finished: PreInitialization took 9.115s
[03:23:50] [Server thread/INFO] [FML/]: Applying holder lookups
[03:23:50] [Server thread/DEBUG] [FML/]: Unable to lookup chisel:cobblestoneWall for public static team.chisel.block.BlockCarvableWall team.chisel.init.ChiselBlocks.cobblestoneWall. This means the object wasn't registered. It's likely just mod options.
[03:23:50] [Server thread/DEBUG] [FML/]: Unable to lookup chisel:obsidian2 for public static team.chisel.block.BlockCarvable team.chisel.init.ChiselBlocks.obsidian2. This means the object wasn't registered. It's likely just mod options.
[03:23:50] [Server thread/DEBUG] [FML/]: Unable to lookup chisel:voidstonerunic for public static team.chisel.block.BlockCarvable team.chisel.init.ChiselBlocks.voidstonerunic. This means the object wasn't registered. It's likely just mod options.
[03:23:50] [Server thread/DEBUG] [FML/]: Unable to lookup chisel:circuits for public static team.chisel.block.BlockCarvable team.chisel.init.ChiselBlocks.circuits. This means the object wasn't registered. It's likely just mod options.
[03:23:50] [Server thread/DEBUG] [FML/]: Unable to lookup chisel:arcane for public static team.chisel.block.BlockCarvable team.chisel.init.ChiselBlocks.arcane. This means the object wasn't registered. It's likely just mod options.
[03:23:50] [Server thread/DEBUG] [FML/]: Unable to lookup chisel:thaumium for public static team.chisel.block.BlockCarvable team.chisel.init.ChiselBlocks.thaumium. This means the object wasn't registered. It's likely just mod options.
[03:23:50] [Server thread/DEBUG] [FML/]: Unable to lookup chisel:tallow for public static team.chisel.block.BlockCarvable team.chisel.init.ChiselBlocks.tallow. This means the object wasn't registered. It's likely just mod options.
[03:23:50] [Server thread/DEBUG] [FML/]: Unable to lookup chisel:bloodRune for public static team.chisel.block.BlockCarvable team.chisel.init.ChiselBlocks.bloodRune. This means the object wasn't registered. It's likely just mod options.
[03:23:50] [Server thread/DEBUG] [FML/]: Unable to lookup chisel:bloodBrick for public static team.chisel.block.BlockCarvable team.chisel.init.ChiselBlocks.bloodBrick. This means the object wasn't registered. It's likely just mod options.
[03:23:50] [Server thread/DEBUG] [FML/]: Unable to lookup Mekanism:TierInstaller for public static net.minecraft.item.Item mekanism.common.MekanismItems.TierInstaller. This means the object wasn't registered. It's likely just mod options.
[03:23:50] [Server thread/INFO] [FML/]: Holder lookups applied
[03:23:50] [Server thread/INFO] [FML/]: Injecting itemstacks
[03:23:50] [Server thread/INFO] [FML/]: Itemstack injection complete
[03:23:51] [Server thread/TRACE] [mcp/mcp]: Sending event FMLInitializationEvent to mod mcp
[03:23:51] [Server thread/TRACE] [mcp/mcp]: Sent event FMLInitializationEvent to mod mcp
[03:23:51] [Server thread/DEBUG] [FML/]: Bar Step: Initialization - Minecraft Coder Pack took 0.000s
[03:23:51] [Server thread/TRACE] [FML/FML]: Sending event FMLInitializationEvent to mod FML
[03:23:51] [Server thread/TRACE] [FML/FML]: Sent event FMLInitializationEvent to mod FML
[03:23:51] [Server thread/DEBUG] [FML/]: Bar Step: Initialization - Forge Mod Loader took 0.002s
[03:23:51] [Server thread/TRACE] [Forge/Forge]: Sending event FMLInitializationEvent to mod Forge
[03:23:51] [Server thread/TRACE] [Forge/Forge]: Sent event FMLInitializationEvent to mod Forge
[03:23:51] [Server thread/DEBUG] [FML/]: Bar Step: Initialization - Minecraft Forge took 0.000s
[03:23:51] [Server thread/TRACE] [CodeChickenCore/CodeChickenCore]: Sending event FMLInitializationEvent to mod CodeChickenCore
[03:23:51] [Server thread/TRACE] [CodeChickenCore/CodeChickenCore]: Sent event FMLInitializationEvent to mod CodeChickenCore
[03:23:51] [Server thread/DEBUG] [FML/]: Bar Step: Initialization - CodeChicken Core took 0.000s
[03:23:51] [Server thread/TRACE] [LambdaLib|Core/LambdaLib|Core]: Sending event FMLInitializationEvent to mod LambdaLib|Core
[03:23:51] [Server thread/TRACE] [LambdaLib|Core/LambdaLib|Core]: Sent event FMLInitializationEvent to mod LambdaLib|Core
[03:23:51] [Server thread/DEBUG] [FML/]: Bar Step: Initialization - LambdaLib|Core took 0.000s
[03:23:51] [Server thread/TRACE] [WarpDriveCore/WarpDriveCore]: Sending event FMLInitializationEvent to mod WarpDriveCore
[03:23:51] [Server thread/TRACE] [WarpDriveCore/WarpDriveCore]: Sent event FMLInitializationEvent to mod WarpDriveCore
[03:23:51] [Server thread/DEBUG] [FML/]: Bar Step: Initialization - WarpDriveCore took 0.000s
[03:23:51] [Server thread/TRACE] [LambdaLib/LambdaLib]: Sending event FMLInitializationEvent to mod LambdaLib
[03:23:51] [Server thread/TRACE] [LambdaLib/LambdaLib]: Sent event FMLInitializationEvent to mod LambdaLib
[03:23:51] [Server thread/DEBUG] [FML/]: Bar Step: Initialization - LambdaLib took 0.015s
[03:23:51] [Server thread/TRACE] [academy-craft/academy-craft]: Sending event FMLInitializationEvent to mod academy-craft
[03:23:51] [Server thread/TRACE] [FML/academy-craft]: Automatically registered mod academy-craft entity ac_Entity_EntityBlock as academy-craft.ac_Entity_EntityBlock
[03:23:51] [Server thread/TRACE] [FML/academy-craft]: Automatically registered mod academy-craft entity ac_Entity_EntityCoinThrowing as academy-craft.ac_Entity_EntityCoinThrowing
[03:23:51] [Server thread/TRACE] [FML/academy-craft]: Automatically registered mod academy-craft entity ac_Entity_EntityMagHook as academy-craft.ac_Entity_EntityMagHook
[03:23:51] [Server thread/TRACE] [FML/academy-craft]: Automatically registered mod academy-craft entity ac_Entity_MagManipEntityBlock as academy-craft.ac_Entity_MagManipEntityBlock
[03:23:51] [Server thread/TRACE] [FML/academy-craft]: Automatically registered mod academy-craft entity ac_Entity_EntityMdBall as academy-craft.ac_Entity_EntityMdBall
[03:23:51] [Server thread/TRACE] [FML/academy-craft]: Automatically registered mod academy-craft entity ac_Entity_EntitySilbarn as academy-craft.ac_Entity_EntitySilbarn
[03:23:51] [Server thread/TRACE] [academy-craft/academy-craft]: Sent event FMLInitializationEvent to mod academy-craft
[03:23:51] [Server thread/DEBUG] [FML/]: Bar Step: Initialization - Academy Craft took 0.152s
[03:23:51] [Server thread/TRACE] [lightsabers/lightsabers]: Sending event FMLInitializationEvent to mod lightsabers
[03:23:51] [Server thread/DEBUG] [Advanced Lightsabers Mod/lightsabers]: Adding hook INIT
[03:23:51] [Server thread/TRACE] [lightsabers/lightsabers]: Sent event FMLInitializationEvent to mod lightsabers
[03:23:51] [Server thread/DEBUG] [FML/]: Bar Step: Initialization - Advanced Lightsabers Mod took 0.000s
[03:23:51] [Server thread/TRACE] [BuildCraft|Core/BuildCraft|Core]: Sending event FMLInitializationEvent to mod BuildCraft|Core
[03:23:51] [Server thread/TRACE] [WarpDriveCore/BuildCraft|Core]: bytes is null, transformation cancelled for org.spigotmc.SpigotConfig
[03:23:51] [Server thread/TRACE] [BuildCraft|Core/BuildCraft|Core]: Sent event FMLInitializationEvent to mod BuildCraft|Core
[03:23:51] [Server thread/DEBUG] [FML/]: Bar Step: Initialization - BuildCraft took 0.105s
[03:23:51] [Server thread/TRACE] [BuildCraft|Builders/BuildCraft|Builders]: Sending event FMLInitializationEvent to mod BuildCraft|Builders
[03:23:51] [Server thread/TRACE] [BuildCraft|Builders/BuildCraft|Builders]: Sent event FMLInitializationEvent to mod BuildCraft|Builders
[03:23:51] [Server thread/DEBUG] [FML/]: Bar Step: Initialization - BC Builders took 0.071s
[03:23:51] [Server thread/TRACE] [BuildCraft|Robotics/BuildCraft|Robotics]: Sending event FMLInitializationEvent to mod BuildCraft|Robotics
[03:23:51] [Server thread/TRACE] [FML/BuildCraft|Robotics]: Automatically registered mod BuildCraft|Robotics entity bcRobot as BuildCraft|Robotics.bcRobot
[03:23:51] [Server thread/TRACE] [BuildCraft|Robotics/BuildCraft|Robotics]: Sent event FMLInitializationEvent to mod BuildCraft|Robotics
[03:23:51] [Server thread/DEBUG] [FML/]: Bar Step: Initialization - BC Robotics took 0.045s
[03:23:51] [Server thread/TRACE] [BuildCraft|Silicon/BuildCraft|Silicon]: Sending event FMLInitializationEvent to mod BuildCraft|Silicon
[03:23:51] [Server thread/TRACE] [BuildCraft|Silicon/BuildCraft|Silicon]: Sent event FMLInitializationEvent to mod BuildCraft|Silicon
[03:23:51] [Server thread/DEBUG] [FML/]: Bar Step: Initialization - BC Silicon took 0.009s
[03:23:51] [Server thread/TRACE] [BuildCraft|Energy/BuildCraft|Energy]: Sending event FMLInitializationEvent to mod BuildCraft|Energy
[03:23:51] [Server thread/TRACE] [BuildCraft|Energy/BuildCraft|Energy]: Sent event FMLInitializationEvent to mod BuildCraft|Energy
[03:23:51] [Server thread/DEBUG] [FML/]: Bar Step: Initialization - BC Energy took 0.016s
[03:23:51] [Server thread/TRACE] [BuildCraft|Transport/BuildCraft|Transport]: Sending event FMLInitializationEvent to mod BuildCraft|Transport
[03:23:51] [Server thread/TRACE] [BuildCraft|Transport/BuildCraft|Transport]: Sent event FMLInitializationEvent to mod BuildCraft|Transport
[03:23:51] [Server thread/DEBUG] [FML/]: Bar Step: Initialization - BC Transport took 0.082s
[03:23:51] [Server thread/TRACE] [BuildCraft|Factory/BuildCraft|Factory]: Sending event FMLInitializationEvent to mod BuildCraft|Factory
[03:23:51] [Server thread/TRACE] [BuildCraft|Factory/BuildCraft|Factory]: Sent event FMLInitializationEvent to mod BuildCraft|Factory
[03:23:51] [Server thread/DEBUG] [FML/]: Bar Step: Initialization - BC Factory took 0.007s
[03:23:51] [Server thread/TRACE] [ForgeMultipart/ForgeMultipart]: Sending event FMLInitializationEvent to mod ForgeMultipart
[03:23:51] [Server thread/TRACE] [ForgeMultipart/ForgeMultipart]: Sent event FMLInitializationEvent to mod ForgeMultipart
[03:23:51] [Server thread/DEBUG] [FML/]: Bar Step: Initialization - Forge Multipart took 0.000s
[03:23:51] [Server thread/TRACE] [chisel/chisel]: Sending event FMLInitializationEvent to mod chisel
[03:23:51] [Server thread/INFO] [Chisel/chisel]: Starting init...
[03:23:51] [Server thread/INFO] [Chisel/chisel]: Loading recipes...
[03:23:51] [Server thread/INFO] [Chisel/chisel]: Skipping feature aeCertusQuartz as its required mod appliedenergistics2 was missing.
[03:23:51] [Server thread/INFO] [Chisel/chisel]: Skipping feature aeSkyStone as its required mod appliedenergistics2 was missing.
[03:23:51] [Server thread/INFO] [Chisel/chisel]: Skipping feature amber as its required mod Thaumcraft was missing.
[03:23:51] [Server thread/INFO] [Chisel/chisel]: Skipping feature arcane as its required mod Thaumcraft was missing.
[03:23:51] [Server thread/INFO] [Chisel/chisel]: Skipping feature bloodRune as its required mod AWWayofTime was missing.
[03:23:51] [Server thread/INFO] [Chisel/chisel]: Skipping feature bloodBlock as its required mod AWWayofTime was missing.
[03:23:51] [Server thread/INFO] [Chisel/chisel]: Skipping feature railcraft as its required mod Railcraft was missing.
[03:23:51] [Server thread/INFO] [Chisel/chisel]: Skipping feature rcAbyssalBlock as its parent feature railcraft was disabled.
[03:23:51] [Server thread/INFO] [Chisel/chisel]: Skipping feature rcBleachedBone as its parent feature railcraft was disabled.
[03:23:51] [Server thread/INFO] [Chisel/chisel]: Skipping feature rcBloodStained as its parent feature railcraft was disabled.
[03:23:51] [Server thread/INFO] [Chisel/chisel]: Skipping feature rcFrostBoundBlock as its parent feature railcraft was disabled.
[03:23:51] [Server thread/INFO] [Chisel/chisel]: Skipping feature rcInfernalStone as its parent feature railcraft was disabled.
[03:23:51] [Server thread/INFO] [Chisel/chisel]: Skipping feature rcQuarriedBlock as its parent feature railcraft was disabled.
[03:23:51] [Server thread/INFO] [Chisel/chisel]: Skipping feature rcSandyStone as its parent feature railcraft was disabled.
[03:23:51] [Server thread/INFO] [Chisel/chisel]: Skipping feature tallow as its required mod Thaumcraft was missing.
[03:23:51] [Server thread/INFO] [Chisel/chisel]: Skipping feature twilghtForest as its required mod TwilightForest was missing.
[03:23:51] [Server thread/INFO] [Chisel/chisel]: Skipping feature tfMazestone as its parent feature twilghtForest was disabled.
[03:23:51] [Server thread/INFO] [Chisel/chisel]: Skipping feature tfTowerstone as its parent feature twilghtForest was disabled.
[03:23:51] [Server thread/INFO] [Chisel/chisel]: Skipping feature tfUnderBrick as its parent feature twilghtForest was disabled.
[03:23:51] [Server thread/INFO] [Chisel/chisel]: Skipping feature thaumium as its required mod Thaumcraft was missing.
[03:23:51] [Server thread/INFO] [Chisel/chisel]: 86 Feature's recipes loaded.
[03:23:51] [Server thread/INFO] [Chisel/chisel]: Init finished.
[03:23:51] [Server thread/TRACE] [FML/chisel]: Automatically registered mod chisel entity snowman as chisel.snowman
[03:23:51] [Server thread/TRACE] [chisel/chisel]: Sent event FMLInitializationEvent to mod chisel
[03:23:51] [Server thread/DEBUG] [FML/]: Bar Step: Initialization - Chisel took 0.104s
[03:23:51] [Server thread/TRACE] [IronChest/IronChest]: Sending event FMLInitializationEvent to mod IronChest
[03:23:51] [Server thread/TRACE] [IronChest/IronChest]: Sent event FMLInitializationEvent to mod IronChest
[03:23:51] [Server thread/DEBUG] [FML/]: Bar Step: Initialization - Iron Chest took 0.002s
[03:23:51] [Server thread/TRACE] [journeymap/journeymap]: Sending event FMLInitializationEvent to mod journeymap
[03:23:51] [Server thread/TRACE] [journeymap/journeymap]: Sent event FMLInitializationEvent to mod journeymap
[03:23:51] [Server thread/DEBUG] [FML/]: Bar Step: Initialization - JourneyMap took 0.010s
[03:23:51] [Server thread/TRACE] [Mekanism/Mekanism]: Sending event FMLInitializationEvent to mod Mekanism
[03:23:51] [Server thread/INFO] [Mekanism/Mekanism]: Version 9.1.1 initializing...
[03:23:51] [Thread-9/ERROR] [Mekanism/Mekanism]: An error occured while connecting to URL 'http://aidancbrady.com/data/versions/Mekanism.txt.'
[03:23:51] [Thread-9/ERROR] [Mekanism/Mekanism]: An error occured while connecting to URL 'http://aidancbrady.com/data/capes/Mekanism.txt.'
[03:23:52] [Server thread/TRACE] [FML/Mekanism]: Automatically registered mod Mekanism entity ObsidianTNT as Mekanism.ObsidianTNT
[03:23:52] [Server thread/TRACE] [FML/Mekanism]: Automatically registered mod Mekanism entity Robit as Mekanism.Robit
[03:23:52] [Server thread/TRACE] [FML/Mekanism]: Automatically registered mod Mekanism entity Balloon as Mekanism.Balloon
[03:23:52] [Server thread/TRACE] [FML/Mekanism]: Automatically registered mod Mekanism entity BabySkeleton as Mekanism.BabySkeleton
[03:23:52] [Server thread/TRACE] [FML/Mekanism]: Automatically registered mod Mekanism entity Flame as Mekanism.Flame
[03:23:52] [Server thread/DEBUG] [ForgeMultipart/Mekanism]: Registered multipart: mekanism:universal_cable_basic
[03:23:52] [Server thread/DEBUG] [ForgeMultipart/Mekanism]: Registered multipart: mekanism:universal_cable_advanced
[03:23:52] [Server thread/DEBUG] [ForgeMultipart/Mekanism]: Registered multipart: mekanism:universal_cable_elite
[03:23:52] [Server thread/DEBUG] [ForgeMultipart/Mekanism]: Registered multipart: mekanism:universal_cable_ultimate
[03:23:52] [Server thread/DEBUG] [ForgeMultipart/Mekanism]: Registered multipart: mekanism:mechanical_pipe
[03:23:52] [Server thread/DEBUG] [ForgeMultipart/Mekanism]: Registered multipart: mekanism:mechanical_pipe_basic
[03:23:52] [Server thread/DEBUG] [ForgeMultipart/Mekanism]: Registered multipart: mekanism:mechanical_pipe_advanced
[03:23:52] [Server thread/DEBUG] [ForgeMultipart/Mekanism]: Registered multipart: mekanism:mechanical_pipe_elite
[03:23:52] [Server thread/DEBUG] [ForgeMultipart/Mekanism]: Registered multipart: mekanism:mechanical_pipe_ultimate
[03:23:52] [Server thread/DEBUG] [ForgeMultipart/Mekanism]: Registered multipart: mekanism:pressurized_tube_basic
[03:23:52] [Server thread/DEBUG] [ForgeMultipart/Mekanism]: Registered multipart: mekanism:pressurized_tube_advanced
[03:23:52] [Server thread/DEBUG] [ForgeMultipart/Mekanism]: Registered multipart: mekanism:pressurized_tube_elite
[03:23:52] [Server thread/DEBUG] [ForgeMultipart/Mekanism]: Registered multipart: mekanism:pressurized_tube_ultimate
[03:23:52] [Server thread/DEBUG] [ForgeMultipart/Mekanism]: Registered multipart: mekanism:logistical_transporter_basic
[03:23:52] [Server thread/DEBUG] [ForgeMultipart/Mekanism]: Registered multipart: mekanism:logistical_transporter_advanced
[03:23:52] [Server thread/DEBUG] [ForgeMultipart/Mekanism]: Registered multipart: mekanism:logistical_transporter_elite
[03:23:52] [Server thread/DEBUG] [ForgeMultipart/Mekanism]: Registered multipart: mekanism:logistical_transporter_ultimate
[03:23:52] [Server thread/DEBUG] [ForgeMultipart/Mekanism]: Registered multipart: mekanism:restrictive_transporter
[03:23:52] [Server thread/DEBUG] [ForgeMultipart/Mekanism]: Registered multipart: mekanism:diversion_transporter
[03:23:52] [Server thread/DEBUG] [ForgeMultipart/Mekanism]: Registered multipart: mekanism:thermodynamic_conductor_basic
[03:23:52] [Server thread/DEBUG] [ForgeMultipart/Mekanism]: Registered multipart: mekanism:thermodynamic_conductor_advanced
[03:23:52] [Server thread/DEBUG] [ForgeMultipart/Mekanism]: Registered multipart: mekanism:thermodynamic_conductor_elite
[03:23:52] [Server thread/DEBUG] [ForgeMultipart/Mekanism]: Registered multipart: mekanism:thermodynamic_conductor_ultimate
[03:23:52] [Server thread/DEBUG] [ForgeMultipart/Mekanism]: Registered multipart: mekanism:glow_panel
[03:23:52] [Server thread/DEBUG] [Multipart ASM/Mekanism]: 16373 bytes of permGen has been used by ASMMixinCompiler
[03:23:52] [Server thread/DEBUG] [Multipart ASM/Mekanism]: 32602 bytes of permGen has been used by ASMMixinCompiler
[03:23:52] [Server thread/DEBUG] [Multipart ASM/Mekanism]: 50068 bytes of permGen has been used by ASMMixinCompiler
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/Mekanism]: Registered micro material: Mekanism:PlasticBlock
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/Mekanism]: Registered micro material: Mekanism:GlowPlasticBlock
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/Mekanism]: Registered micro material: Mekanism:SlickPlasticBlock
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/Mekanism]: Registered micro material: Mekanism:ReinforcedPlasticBlock
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/Mekanism]: Registered micro material: Mekanism:RoadPlasticBlock
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/Mekanism]: Registered micro material: Mekanism:PlasticBlock_1
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/Mekanism]: Registered micro material: Mekanism:GlowPlasticBlock_1
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/Mekanism]: Registered micro material: Mekanism:SlickPlasticBlock_1
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/Mekanism]: Registered micro material: Mekanism:ReinforcedPlasticBlock_1
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/Mekanism]: Registered micro material: Mekanism:RoadPlasticBlock_1
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/Mekanism]: Registered micro material: Mekanism:PlasticBlock_2
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/Mekanism]: Registered micro material: Mekanism:GlowPlasticBlock_2
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/Mekanism]: Registered micro material: Mekanism:SlickPlasticBlock_2
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/Mekanism]: Registered micro material: Mekanism:ReinforcedPlasticBlock_2
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/Mekanism]: Registered micro material: Mekanism:RoadPlasticBlock_2
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/Mekanism]: Registered micro material: Mekanism:PlasticBlock_3
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/Mekanism]: Registered micro material: Mekanism:GlowPlasticBlock_3
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/Mekanism]: Registered micro material: Mekanism:SlickPlasticBlock_3
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/Mekanism]: Registered micro material: Mekanism:ReinforcedPlasticBlock_3
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/Mekanism]: Registered micro material: Mekanism:RoadPlasticBlock_3
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/Mekanism]: Registered micro material: Mekanism:PlasticBlock_4
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/Mekanism]: Registered micro material: Mekanism:GlowPlasticBlock_4
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/Mekanism]: Registered micro material: Mekanism:SlickPlasticBlock_4
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/Mekanism]: Registered micro material: Mekanism:ReinforcedPlasticBlock_4
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/Mekanism]: Registered micro material: Mekanism:RoadPlasticBlock_4
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/Mekanism]: Registered micro material: Mekanism:PlasticBlock_5
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/Mekanism]: Registered micro material: Mekanism:GlowPlasticBlock_5
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/Mekanism]: Registered micro material: Mekanism:SlickPlasticBlock_5
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/Mekanism]: Registered micro material: Mekanism:ReinforcedPlasticBlock_5
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/Mekanism]: Registered micro material: Mekanism:RoadPlasticBlock_5
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/Mekanism]: Registered micro material: Mekanism:PlasticBlock_6
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/Mekanism]: Registered micro material: Mekanism:GlowPlasticBlock_6
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/Mekanism]: Registered micro material: Mekanism:SlickPlasticBlock_6
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/Mekanism]: Registered micro material: Mekanism:ReinforcedPlasticBlock_6
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/Mekanism]: Registered micro material: Mekanism:RoadPlasticBlock_6
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/Mekanism]: Registered micro material: Mekanism:PlasticBlock_7
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/Mekanism]: Registered micro material: Mekanism:GlowPlasticBlock_7
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/Mekanism]: Registered micro material: Mekanism:SlickPlasticBlock_7
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/Mekanism]: Registered micro material: Mekanism:ReinforcedPlasticBlock_7
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/Mekanism]: Registered micro material: Mekanism:RoadPlasticBlock_7
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/Mekanism]: Registered micro material: Mekanism:PlasticBlock_8
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/Mekanism]: Registered micro material: Mekanism:GlowPlasticBlock_8
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/Mekanism]: Registered micro material: Mekanism:SlickPlasticBlock_8
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/Mekanism]: Registered micro material: Mekanism:ReinforcedPlasticBlock_8
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/Mekanism]: Registered micro material: Mekanism:RoadPlasticBlock_8
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/Mekanism]: Registered micro material: Mekanism:PlasticBlock_9
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/Mekanism]: Registered micro material: Mekanism:GlowPlasticBlock_9
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/Mekanism]: Registered micro material: Mekanism:SlickPlasticBlock_9
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/Mekanism]: Registered micro material: Mekanism:ReinforcedPlasticBlock_9
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/Mekanism]: Registered micro material: Mekanism:RoadPlasticBlock_9
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/Mekanism]: Registered micro material: Mekanism:PlasticBlock_10
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/Mekanism]: Registered micro material: Mekanism:GlowPlasticBlock_10
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/Mekanism]: Registered micro material: Mekanism:SlickPlasticBlock_10
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/Mekanism]: Registered micro material: Mekanism:ReinforcedPlasticBlock_10
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/Mekanism]: Registered micro material: Mekanism:RoadPlasticBlock_10
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/Mekanism]: Registered micro material: Mekanism:PlasticBlock_11
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/Mekanism]: Registered micro material: Mekanism:GlowPlasticBlock_11
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/Mekanism]: Registered micro material: Mekanism:SlickPlasticBlock_11
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/Mekanism]: Registered micro material: Mekanism:ReinforcedPlasticBlock_11
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/Mekanism]: Registered micro material: Mekanism:RoadPlasticBlock_11
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/Mekanism]: Registered micro material: Mekanism:PlasticBlock_12
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/Mekanism]: Registered micro material: Mekanism:GlowPlasticBlock_12
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/Mekanism]: Registered micro material: Mekanism:SlickPlasticBlock_12
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/Mekanism]: Registered micro material: Mekanism:ReinforcedPlasticBlock_12
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/Mekanism]: Registered micro material: Mekanism:RoadPlasticBlock_12
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/Mekanism]: Registered micro material: Mekanism:PlasticBlock_13
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/Mekanism]: Registered micro material: Mekanism:GlowPlasticBlock_13
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/Mekanism]: Registered micro material: Mekanism:SlickPlasticBlock_13
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/Mekanism]: Registered micro material: Mekanism:ReinforcedPlasticBlock_13
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/Mekanism]: Registered micro material: Mekanism:RoadPlasticBlock_13
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/Mekanism]: Registered micro material: Mekanism:PlasticBlock_14
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/Mekanism]: Registered micro material: Mekanism:GlowPlasticBlock_14
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/Mekanism]: Registered micro material: Mekanism:SlickPlasticBlock_14
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/Mekanism]: Registered micro material: Mekanism:ReinforcedPlasticBlock_14
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/Mekanism]: Registered micro material: Mekanism:RoadPlasticBlock_14
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/Mekanism]: Registered micro material: Mekanism:PlasticBlock_15
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/Mekanism]: Registered micro material: Mekanism:GlowPlasticBlock_15
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/Mekanism]: Registered micro material: Mekanism:SlickPlasticBlock_15
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/Mekanism]: Registered micro material: Mekanism:ReinforcedPlasticBlock_15
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/Mekanism]: Registered micro material: Mekanism:RoadPlasticBlock_15
[03:23:52] [Server thread/INFO] [Mekanism/Mekanism]: Loading complete.
[03:23:52] [Server thread/INFO] [Mekanism/Mekanism]: Mod loaded.
[03:23:52] [Server thread/TRACE] [Mekanism/Mekanism]: Sent event FMLInitializationEvent to mod Mekanism
[03:23:52] [Server thread/DEBUG] [FML/]: Bar Step: Initialization - Mekanism took 0.846s
[03:23:52] [Server thread/TRACE] [MekanismGenerators/MekanismGenerators]: Sending event FMLInitializationEvent to mod MekanismGenerators
[03:23:52] [Server thread/INFO] [Mekanism/MekanismGenerators]: Loaded MekanismGenerators module.
[03:23:52] [Server thread/TRACE] [MekanismGenerators/MekanismGenerators]: Sent event FMLInitializationEvent to mod MekanismGenerators
[03:23:52] [Server thread/DEBUG] [FML/]: Bar Step: Initialization - MekanismGenerators took 0.043s
[03:23:52] [Server thread/TRACE] [MekanismTools/MekanismTools]: Sending event FMLInitializationEvent to mod MekanismTools
[03:23:52] [Server thread/INFO] [Mekanism/MekanismTools]: Loaded MekanismTools module.
[03:23:52] [Server thread/TRACE] [MekanismTools/MekanismTools]: Sent event FMLInitializationEvent to mod MekanismTools
[03:23:52] [Server thread/DEBUG] [FML/]: Bar Step: Initialization - MekanismTools took 0.005s
[03:23:52] [Server thread/TRACE] [SGCraft/SGCraft]: Sending event FMLInitializationEvent to mod SGCraft
[03:23:52] [Server thread/TRACE] [SGCraft/SGCraft]: Sent event FMLInitializationEvent to mod SGCraft
[03:23:52] [Server thread/DEBUG] [FML/]: Bar Step: Initialization - Greg's SG Craft took 0.016s
[03:23:52] [Server thread/TRACE] [WarpDrive/WarpDrive]: Sending event FMLInitializationEvent to mod WarpDrive
[03:23:52] [Server thread/INFO] [WarpDrive/WarpDrive]: WarpDrive blockTransformer registered
[03:23:52] [Server thread/INFO] [WarpDrive/WarpDrive]: ForgeMultipart blockTransformer registered
[03:23:52] [Server thread/INFO] [WarpDrive/WarpDrive]: BuildCraft blockTransformer registered
[03:23:52] [Server thread/INFO] [WarpDrive/WarpDrive]: Mekanism blockTransformer registered
[03:23:52] [Server thread/INFO] [WarpDrive/WarpDrive]: SGCraft blockTransformer registered
[03:23:52] [Server thread/TRACE] [WarpDrive/WarpDrive]: Sent event FMLInitializationEvent to mod WarpDrive
[03:23:52] [Server thread/DEBUG] [FML/]: Bar Step: Initialization - WarpDrive took 0.079s
[03:23:52] [Server thread/TRACE] [McMultipart/McMultipart]: Sending event FMLInitializationEvent to mod McMultipart
[03:23:52] [Server thread/TRACE] [McMultipart/McMultipart]: Sent event FMLInitializationEvent to mod McMultipart
[03:23:52] [Server thread/DEBUG] [FML/]: Bar Step: Initialization - Minecraft Multipart Plugin took 0.000s
[03:23:52] [Server thread/TRACE] [ForgeMicroblock/ForgeMicroblock]: Sending event FMLInitializationEvent to mod ForgeMicroblock
[03:23:52] [Server thread/TRACE] [ForgeMicroblock/ForgeMicroblock]: Sent event FMLInitializationEvent to mod ForgeMicroblock
[03:23:52] [Server thread/DEBUG] [FML/]: Bar Step: Initialization - Forge Microblocks took 0.018s
[03:23:52] [Server thread/DEBUG] [FML/]: Bar Finished: Initialization took 1.629s
[03:23:52] [Server thread/TRACE] [FML/]: Attempting to deliver 0 IMC messages to mod mcp
[03:23:52] [Server thread/TRACE] [mcp/mcp]: Sending event IMCEvent to mod mcp
[03:23:52] [Server thread/TRACE] [mcp/mcp]: Sent event IMCEvent to mod mcp
[03:23:52] [Server thread/DEBUG] [FML/]: Bar Step: InterModComms$IMC - Minecraft Coder Pack took 0.002s
[03:23:52] [Server thread/TRACE] [FML/]: Attempting to deliver 0 IMC messages to mod FML
[03:23:52] [Server thread/TRACE] [FML/FML]: Sending event IMCEvent to mod FML
[03:23:52] [Server thread/TRACE] [FML/FML]: Sent event IMCEvent to mod FML
[03:23:52] [Server thread/DEBUG] [FML/]: Bar Step: InterModComms$IMC - Forge Mod Loader took 0.000s
[03:23:52] [Server thread/TRACE] [FML/]: Attempting to deliver 0 IMC messages to mod Forge
[03:23:52] [Server thread/TRACE] [Forge/Forge]: Sending event IMCEvent to mod Forge
[03:23:52] [Server thread/TRACE] [Forge/Forge]: Sent event IMCEvent to mod Forge
[03:23:52] [Server thread/DEBUG] [FML/]: Bar Step: InterModComms$IMC - Minecraft Forge took 0.000s
[03:23:52] [Server thread/TRACE] [FML/]: Attempting to deliver 0 IMC messages to mod CodeChickenCore
[03:23:52] [Server thread/TRACE] [CodeChickenCore/CodeChickenCore]: Sending event IMCEvent to mod CodeChickenCore
[03:23:52] [Server thread/TRACE] [CodeChickenCore/CodeChickenCore]: Sent event IMCEvent to mod CodeChickenCore
[03:23:52] [Server thread/DEBUG] [FML/]: Bar Step: InterModComms$IMC - CodeChicken Core took 0.000s
[03:23:52] [Server thread/TRACE] [FML/]: Attempting to deliver 0 IMC messages to mod LambdaLib|Core
[03:23:52] [Server thread/TRACE] [LambdaLib|Core/LambdaLib|Core]: Sending event IMCEvent to mod LambdaLib|Core
[03:23:52] [Server thread/TRACE] [LambdaLib|Core/LambdaLib|Core]: Sent event IMCEvent to mod LambdaLib|Core
[03:23:52] [Server thread/DEBUG] [FML/]: Bar Step: InterModComms$IMC - LambdaLib|Core took 0.000s
[03:23:52] [Server thread/TRACE] [FML/]: Attempting to deliver 0 IMC messages to mod WarpDriveCore
[03:23:52] [Server thread/TRACE] [WarpDriveCore/WarpDriveCore]: Sending event IMCEvent to mod WarpDriveCore
[03:23:52] [Server thread/TRACE] [WarpDriveCore/WarpDriveCore]: Sent event IMCEvent to mod WarpDriveCore
[03:23:52] [Server thread/DEBUG] [FML/]: Bar Step: InterModComms$IMC - WarpDriveCore took 0.000s
[03:23:52] [Server thread/TRACE] [FML/]: Attempting to deliver 0 IMC messages to mod LambdaLib
[03:23:52] [Server thread/TRACE] [LambdaLib/LambdaLib]: Sending event IMCEvent to mod LambdaLib
[03:23:52] [Server thread/TRACE] [LambdaLib/LambdaLib]: Sent event IMCEvent to mod LambdaLib
[03:23:52] [Server thread/DEBUG] [FML/]: Bar Step: InterModComms$IMC - LambdaLib took 0.001s
[03:23:52] [Server thread/TRACE] [FML/]: Attempting to deliver 0 IMC messages to mod academy-craft
[03:23:52] [Server thread/TRACE] [academy-craft/academy-craft]: Sending event IMCEvent to mod academy-craft
[03:23:52] [Server thread/TRACE] [academy-craft/academy-craft]: Sent event IMCEvent to mod academy-craft
[03:23:52] [Server thread/DEBUG] [FML/]: Bar Step: InterModComms$IMC - Academy Craft took 0.000s
[03:23:52] [Server thread/TRACE] [FML/]: Attempting to deliver 0 IMC messages to mod lightsabers
[03:23:52] [Server thread/TRACE] [lightsabers/lightsabers]: Sending event IMCEvent to mod lightsabers
[03:23:52] [Server thread/TRACE] [lightsabers/lightsabers]: Sent event IMCEvent to mod lightsabers
[03:23:52] [Server thread/DEBUG] [FML/]: Bar Step: InterModComms$IMC - Advanced Lightsabers Mod took 0.000s
[03:23:52] [Server thread/TRACE] [FML/]: Attempting to deliver 0 IMC messages to mod BuildCraft|Core
[03:23:52] [Server thread/TRACE] [BuildCraft|Core/BuildCraft|Core]: Sending event IMCEvent to mod BuildCraft|Core
[03:23:52] [Server thread/TRACE] [BuildCraft|Core/BuildCraft|Core]: Sent event IMCEvent to mod BuildCraft|Core
[03:23:52] [Server thread/DEBUG] [FML/]: Bar Step: InterModComms$IMC - BuildCraft took 0.000s
[03:23:52] [Server thread/TRACE] [FML/]: Attempting to deliver 0 IMC messages to mod BuildCraft|Builders
[03:23:52] [Server thread/TRACE] [BuildCraft|Builders/BuildCraft|Builders]: Sending event IMCEvent to mod BuildCraft|Builders
[03:23:52] [Server thread/TRACE] [BuildCraft|Builders/BuildCraft|Builders]: Sent event IMCEvent to mod BuildCraft|Builders
[03:23:52] [Server thread/DEBUG] [FML/]: Bar Step: InterModComms$IMC - BC Builders took 0.000s
[03:23:52] [Server thread/TRACE] [FML/]: Attempting to deliver 0 IMC messages to mod BuildCraft|Robotics
[03:23:52] [Server thread/TRACE] [BuildCraft|Robotics/BuildCraft|Robotics]: Sending event IMCEvent to mod BuildCraft|Robotics
[03:23:52] [Server thread/TRACE] [BuildCraft|Robotics/BuildCraft|Robotics]: Sent event IMCEvent to mod BuildCraft|Robotics
[03:23:52] [Server thread/DEBUG] [FML/]: Bar Step: InterModComms$IMC - BC Robotics took 0.000s
[03:23:52] [Server thread/TRACE] [FML/]: Attempting to deliver 0 IMC messages to mod BuildCraft|Silicon
[03:23:52] [Server thread/TRACE] [BuildCraft|Silicon/BuildCraft|Silicon]: Sending event IMCEvent to mod BuildCraft|Silicon
[03:23:52] [Server thread/TRACE] [BuildCraft|Silicon/BuildCraft|Silicon]: Sent event IMCEvent to mod BuildCraft|Silicon
[03:23:52] [Server thread/DEBUG] [FML/]: Bar Step: InterModComms$IMC - BC Silicon took 0.000s
[03:23:52] [Server thread/TRACE] [FML/]: Attempting to deliver 0 IMC messages to mod BuildCraft|Energy
[03:23:52] [Server thread/TRACE] [BuildCraft|Energy/BuildCraft|Energy]: Sending event IMCEvent to mod BuildCraft|Energy
[03:23:52] [Server thread/TRACE] [BuildCraft|Energy/BuildCraft|Energy]: Sent event IMCEvent to mod BuildCraft|Energy
[03:23:52] [Server thread/DEBUG] [FML/]: Bar Step: InterModComms$IMC - BC Energy took 0.000s
[03:23:52] [Server thread/TRACE] [FML/]: Attempting to deliver 0 IMC messages to mod BuildCraft|Transport
[03:23:52] [Server thread/TRACE] [BuildCraft|Transport/BuildCraft|Transport]: Sending event IMCEvent to mod BuildCraft|Transport
[03:23:52] [Server thread/TRACE] [BuildCraft|Transport/BuildCraft|Transport]: Sent event IMCEvent to mod BuildCraft|Transport
[03:23:52] [Server thread/DEBUG] [FML/]: Bar Step: InterModComms$IMC - BC Transport took 0.000s
[03:23:52] [Server thread/TRACE] [FML/]: Attempting to deliver 0 IMC messages to mod BuildCraft|Factory
[03:23:52] [Server thread/TRACE] [BuildCraft|Factory/BuildCraft|Factory]: Sending event IMCEvent to mod BuildCraft|Factory
[03:23:52] [Server thread/TRACE] [BuildCraft|Factory/BuildCraft|Factory]: Sent event IMCEvent to mod BuildCraft|Factory
[03:23:52] [Server thread/DEBUG] [FML/]: Bar Step: InterModComms$IMC - BC Factory took 0.001s
[03:23:52] [Server thread/TRACE] [FML/]: Attempting to deliver 0 IMC messages to mod ForgeMultipart
[03:23:52] [Server thread/TRACE] [ForgeMultipart/ForgeMultipart]: Sending event IMCEvent to mod ForgeMultipart
[03:23:52] [Server thread/TRACE] [ForgeMultipart/ForgeMultipart]: Sent event IMCEvent to mod ForgeMultipart
[03:23:52] [Server thread/DEBUG] [FML/]: Bar Step: InterModComms$IMC - Forge Multipart took 0.000s
[03:23:52] [Server thread/TRACE] [FML/]: Attempting to deliver 0 IMC messages to mod chisel
[03:23:52] [Server thread/TRACE] [chisel/chisel]: Sending event IMCEvent to mod chisel
[03:23:52] [Server thread/TRACE] [chisel/chisel]: Sent event IMCEvent to mod chisel
[03:23:52] [Server thread/DEBUG] [FML/]: Bar Step: InterModComms$IMC - Chisel took 0.000s
[03:23:52] [Server thread/TRACE] [FML/]: Attempting to deliver 0 IMC messages to mod IronChest
[03:23:52] [Server thread/TRACE] [IronChest/IronChest]: Sending event IMCEvent to mod IronChest
[03:23:52] [Server thread/TRACE] [IronChest/IronChest]: Sent event IMCEvent to mod IronChest
[03:23:52] [Server thread/DEBUG] [FML/]: Bar Step: InterModComms$IMC - Iron Chest took 0.000s
[03:23:52] [Server thread/TRACE] [FML/]: Attempting to deliver 0 IMC messages to mod journeymap
[03:23:52] [Server thread/TRACE] [journeymap/journeymap]: Sending event IMCEvent to mod journeymap
[03:23:52] [Server thread/TRACE] [journeymap/journeymap]: Sent event IMCEvent to mod journeymap
[03:23:52] [Server thread/DEBUG] [FML/]: Bar Step: InterModComms$IMC - JourneyMap took 0.000s
[03:23:52] [Server thread/TRACE] [FML/]: Attempting to deliver 0 IMC messages to mod Mekanism
[03:23:52] [Server thread/TRACE] [Mekanism/Mekanism]: Sending event IMCEvent to mod Mekanism
[03:23:52] [Server thread/TRACE] [Mekanism/Mekanism]: Sent event IMCEvent to mod Mekanism
[03:23:52] [Server thread/DEBUG] [FML/]: Bar Step: InterModComms$IMC - Mekanism took 0.001s
[03:23:52] [Server thread/TRACE] [FML/]: Attempting to deliver 0 IMC messages to mod MekanismGenerators
[03:23:52] [Server thread/TRACE] [MekanismGenerators/MekanismGenerators]: Sending event IMCEvent to mod MekanismGenerators
[03:23:52] [Server thread/TRACE] [MekanismGenerators/MekanismGenerators]: Sent event IMCEvent to mod MekanismGenerators
[03:23:52] [Server thread/DEBUG] [FML/]: Bar Step: InterModComms$IMC - MekanismGenerators took 0.000s
[03:23:52] [Server thread/TRACE] [FML/]: Attempting to deliver 0 IMC messages to mod MekanismTools
[03:23:52] [Server thread/TRACE] [MekanismTools/MekanismTools]: Sending event IMCEvent to mod MekanismTools
[03:23:52] [Server thread/TRACE] [MekanismTools/MekanismTools]: Sent event IMCEvent to mod MekanismTools
[03:23:52] [Server thread/DEBUG] [FML/]: Bar Step: InterModComms$IMC - MekanismTools took 0.000s
[03:23:52] [Server thread/TRACE] [FML/]: Attempting to deliver 0 IMC messages to mod SGCraft
[03:23:52] [Server thread/TRACE] [SGCraft/SGCraft]: Sending event IMCEvent to mod SGCraft
[03:23:52] [Server thread/TRACE] [SGCraft/SGCraft]: Sent event IMCEvent to mod SGCraft
[03:23:52] [Server thread/DEBUG] [FML/]: Bar Step: InterModComms$IMC - Greg's SG Craft took 0.000s
[03:23:52] [Server thread/TRACE] [FML/]: Attempting to deliver 0 IMC messages to mod WarpDrive
[03:23:52] [Server thread/TRACE] [WarpDrive/WarpDrive]: Sending event IMCEvent to mod WarpDrive
[03:23:52] [Server thread/TRACE] [WarpDrive/WarpDrive]: Sent event IMCEvent to mod WarpDrive
[03:23:52] [Server thread/DEBUG] [FML/]: Bar Step: InterModComms$IMC - WarpDrive took 0.000s
[03:23:52] [Server thread/TRACE] [FML/]: Attempting to deliver 0 IMC messages to mod McMultipart
[03:23:52] [Server thread/TRACE] [McMultipart/McMultipart]: Sending event IMCEvent to mod McMultipart
[03:23:52] [Server thread/TRACE] [McMultipart/McMultipart]: Sent event IMCEvent to mod McMultipart
[03:23:52] [Server thread/DEBUG] [FML/]: Bar Step: InterModComms$IMC - Minecraft Multipart Plugin took 0.000s
[03:23:52] [Server thread/TRACE] [FML/]: Attempting to deliver 1068 IMC messages to mod ForgeMicroblock
[03:23:52] [Server thread/TRACE] [ForgeMicroblock/ForgeMicroblock]: Sending event IMCEvent to mod ForgeMicroblock
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:aluminumblock
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:aluminumblock_1
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:aluminumblock_2
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:aluminumblock_3
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:aluminumblock_4
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:aluminumblock_5
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:andesite
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:andesite_1
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:andesite_2
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:andesite_3
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:andesite_4
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:andesite_5
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:andesite_6
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:antiBlock
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:antiBlock_1
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:antiBlock_2
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:antiBlock_3
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:antiBlock_4
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:antiBlock_5
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:antiBlock_6
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:antiBlock_7
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:antiBlock_8
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:antiBlock_9
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:antiBlock_10
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:antiBlock_11
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:antiBlock_12
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:antiBlock_13
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:antiBlock_14
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:antiBlock_15
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:bookshelf_1
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:bookshelf_2
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:bookshelf_3
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:bookshelf_4
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:bookshelf_5
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:bookshelf_6
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:bookshelf_7
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:bookshelf_8
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:brickCustom_1
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:brickCustom_2
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:brickCustom_3
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:brickCustom_5
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:brickCustom_6
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:bronzeblock
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:bronzeblock_1
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:bronzeblock_2
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:bronzeblock_3
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:bronzeblock_4
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:bronzeblock_5
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:carpet_block
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:carpet_block_1
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:carpet_block_2
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:carpet_block_3
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:carpet_block_4
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:carpet_block_5
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:carpet_block_6
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:carpet_block_7
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:carpet_block_8
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:carpet_block_9
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:carpet_block_10
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:carpet_block_11
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:carpet_block_12
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:carpet_block_13
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:carpet_block_14
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:carpet_block_15
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:cloud
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:cloud_1
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:cloud_2
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:cloud_3
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:cloud_4
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:cobblestone_1
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:cobblestone_2
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:cobblestone_3
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:cobblestone_4
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:cobblestone_5
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:cobblestone_6
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:cobblestone_7
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:cobblestone_8
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:cobblestone_9
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:cobblestone_10
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:cobblestone_11
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:cobblestone_12
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:cobblestone_13
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:cobblestone_14
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:cobblestone_15
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:mossy_cobblestone_1
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:mossy_cobblestone_2
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:mossy_cobblestone_3
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:mossy_cobblestone_4
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:mossy_cobblestone_5
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:mossy_cobblestone_6
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:mossy_cobblestone_7
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:mossy_cobblestone_8
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:mossy_cobblestone_9
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:mossy_cobblestone_10
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:mossy_cobblestone_11
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:mossy_cobblestone_12
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:mossy_cobblestone_13
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:mossy_cobblestone_14
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:mossy_cobblestone_15
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:concrete
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:concrete_1
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:concrete_2
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:concrete_3
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:concrete_4
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:concrete_5
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:concrete_6
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:concrete_7
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:concrete_8
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:concrete_9
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:concrete_10
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:copperblock
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:copperblock_1
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:copperblock_2
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:copperblock_3
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:copperblock_4
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:copperblock_5
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:diamond_block_1
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:diamond_block_2
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:diamond_block_3
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:diamond_block_4
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:diamond_block_5
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:diamond_block_6
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:diamond_block_7
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:diamond_block_8
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:diamond_block_9
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:diamond_block_10
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:diamond_block_11
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:diamond_block_12
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:diorite
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:diorite_1
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:diorite_2
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:diorite_3
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:diorite_4
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:diorite_5
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:diorite_6
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:dirt
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:dirt_1
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:dirt_2
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:dirt_3
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:dirt_4
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:dirt_5
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:dirt_6
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:dirt_7
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:dirt_8
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:dirt_9
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:dirt_10
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:dirt_11
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:dirt_12
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:dirt_13
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:dirt_14
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:dirt_15
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:emerald_block_1
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:emerald_block_2
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:emerald_block_3
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:emerald_block_4
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:emerald_block_5
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:emerald_block_6
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:emerald_block_7
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:emerald_block_8
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:emerald_block_9
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:emerald_block_10
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:emerald_block_11
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:end_Stone
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:end_Stone_1
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:end_Stone_2
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:end_Stone_3
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:end_Stone_4
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:end_Stone_5
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:end_Stone_6
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:end_Stone_7
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:end_Stone_8
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:end_Stone_9
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:end_Stone_10
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:end_Stone_11
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:end_Stone_12
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:end_Stone_13
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:factoryblock
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:factoryblock_1
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:factoryblock_2
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:factoryblock_3
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:factoryblock_4
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:factoryblock_5
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:factoryblock_6
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:factoryblock_7
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:factoryblock_8
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:factoryblock_9
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:factoryblock_10
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:factoryblock_11
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:factoryblock_12
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:factoryblock_13
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:factoryblock_14
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:factoryblock_15
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:factoryblock2
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:factoryblock2_1
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:factoryblock2_2
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:factoryblock2_3
[03:23:52] [Server thread/ERROR] [ForgeMicroblock/ForgeMicroblock]: Material with id chisel:factoryblock2 is already registered.
[03:23:52] [Server thread/ERROR] [ForgeMicroblock/ForgeMicroblock]: Material with id chisel:factoryblock2_1 is already registered.
[03:23:52] [Server thread/ERROR] [ForgeMicroblock/ForgeMicroblock]: Material with id chisel:factoryblock2_2 is already registered.
[03:23:52] [Server thread/ERROR] [ForgeMicroblock/ForgeMicroblock]: Material with id chisel:factoryblock2_3 is already registered.
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:fantasyblock
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:fantasyblock_1
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:fantasyblock_2
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:fantasyblock_3
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:fantasyblock_4
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:fantasyblock_5
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:fantasyblock_6
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:fantasyblock_7
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:fantasyblock_8
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:fantasyblock_9
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:fantasyblock_10
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:fantasyblock_11
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:fantasyblock_12
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:fantasyblock_13
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:fantasyblock_14
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:fantasyblock_15
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:fantasyblock2
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:fantasyblock2_1
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:fantasyblock2_2
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:fantasyblock2_3
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:fantasyblock2_4
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:fantasyblock2_5
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:fantasyblock2_6
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:fantasyblock2_7
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:fantasyblock2_8
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:fantasyblock2_9
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:fantasyblock2_10
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:fantasyblock2_11
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:fantasyblock2_12
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:fantasyblock2_13
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:fantasyblock2_14
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:fantasyblock2_15
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:futura
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:futura_1
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:futura_2
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:futura_3
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:futura_4
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:futura_5
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:futuraCircuit
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:futuraCircuit_1
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:futuraCircuit_2
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:futuraCircuit_3
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:futuraCircuit_4
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:futuraCircuit_5
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:futuraCircuit_6
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:futuraCircuit_7
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:futuraCircuit_8
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:futuraCircuit_9
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:futuraCircuit_10
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:futuraCircuit_11
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:futuraCircuit_12
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:futuraCircuit_13
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:futuraCircuit_14
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:futuraCircuit_15
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:glass_1
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:glass_2
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:glass_3
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:glass_4
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:glass_5
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:glass_6
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:glass_7
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:glass_8
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:glass_9
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:glass_10
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:glass_11
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:glass_12
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:glass_13
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:glass_14
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:glass_15
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:glass2
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:stained_glass_white
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:stained_glass_white_1
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:stained_glass_white_2
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:stained_glass_white_3
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:stained_glass_forestry
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:stained_glass_white_4
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:stained_glass_white_5
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:stained_glass_white_6
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:stained_glass_white_7
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:stained_glass_forestry_1
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:stained_glass_white_8
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:stained_glass_white_9
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:stained_glass_white_10
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:stained_glass_white_11
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:stained_glass_forestry_2
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:stained_glass_white_12
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:stained_glass_white_13
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:stained_glass_white_14
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:stained_glass_white_15
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:stained_glass_forestry_3
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:stained_glass_yellow
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:stained_glass_yellow_1
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:stained_glass_yellow_2
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:stained_glass_yellow_3
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:stained_glass_forestry_4
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:stained_glass_yellow_4
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:stained_glass_yellow_5
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:stained_glass_yellow_6
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:stained_glass_yellow_7
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:stained_glass_forestry_5
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:stained_glass_yellow_8
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:stained_glass_yellow_9
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:stained_glass_yellow_10
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:stained_glass_yellow_11
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:stained_glass_forestry_6
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:stained_glass_yellow_12
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:stained_glass_yellow_13
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:stained_glass_yellow_14
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:stained_glass_yellow_15
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:stained_glass_forestry_7
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:stained_glass_lightgray
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:stained_glass_lightgray_1
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:stained_glass_lightgray_2
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:stained_glass_lightgray_3
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:stained_glass_forestry_8
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:stained_glass_lightgray_4
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:stained_glass_lightgray_5
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:stained_glass_lightgray_6
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:stained_glass_lightgray_7
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:stained_glass_forestry_9
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:stained_glass_lightgray_8
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:stained_glass_lightgray_9
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:stained_glass_lightgray_10
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:stained_glass_lightgray_11
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:stained_glass_forestry_10
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:stained_glass_lightgray_12
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:stained_glass_lightgray_13
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:stained_glass_lightgray_14
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:stained_glass_lightgray_15
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:stained_glass_forestry_11
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:stained_glass_brown
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:stained_glass_brown_1
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:stained_glass_brown_2
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:stained_glass_brown_3
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:stained_glass_forestry_12
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:stained_glass_brown_4
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:stained_glass_brown_5
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:stained_glass_brown_6
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:stained_glass_brown_7
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:stained_glass_forestry_13
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:stained_glass_brown_8
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:stained_glass_brown_9
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:stained_glass_brown_10
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:stained_glass_brown_11
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:stained_glass_forestry_14
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:stained_glass_brown_12
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:stained_glass_brown_13
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:stained_glass_brown_14
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:stained_glass_brown_15
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:stained_glass_forestry_15
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:glowstone_1
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:glowstone_2
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:glowstone_3
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:glowstone_4
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:glowstone_5
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:glowstone_6
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:glowstone_7
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:glowstone_8
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:glowstone_9
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:glowstone_10
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:glowstone_11
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:glowstone_12
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:glowstone_13
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:glowstone_14
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:glowstone_15
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:gold2
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:gold2_1
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:gold2_2
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:gold2_3
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:gold2_4
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:gold2_5
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:gold_block_1
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:gold_block_2
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:gold_block_3
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:gold_block_4
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:gold_block_5
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:gold_block_6
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:gold_block_7
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:gold_block_8
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:gold_block_9
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:gold_block_10
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:gold_block_11
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:gold_block_12
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:gold_block_13
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:gold_block_14
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:granite
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:granite_1
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:granite_2
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:granite_3
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:granite_4
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:granite_5
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:granite_6
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:grimstone
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:grimstone_1
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:grimstone_2
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:grimstone_3
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:grimstone_4
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:grimstone_5
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:grimstone_6
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:grimstone_7
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:grimstone_8
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:grimstone_9
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:grimstone_10
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:grimstone_11
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:grimstone_12
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:grimstone_13
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:grimstone_14
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:hexPlating
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:hexPlating_1
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:hexPlating_2
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:hexPlating_3
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:hexPlating_4
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:hexPlating_5
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:hexPlating_6
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:hexPlating_7
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:hexPlating_8
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:hexPlating_9
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:hexPlating_10
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:hexPlating_11
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:hexPlating_12
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:hexPlating_13
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:hexPlating_14
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:hexPlating_15
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:hexLargePlating
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:hexLargePlating_1
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:hexLargePlating_2
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:hexLargePlating_3
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:hexLargePlating_4
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:hexLargePlating_5
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:hexLargePlating_6
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:hexLargePlating_7
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:hexLargePlating_8
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:hexLargePlating_9
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:hexLargePlating_10
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:hexLargePlating_11
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:hexLargePlating_12
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:hexLargePlating_13
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:hexLargePlating_14
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:hexLargePlating_15
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:holystone
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:holystone_1
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:holystone_2
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:holystone_3
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:holystone_4
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:holystone_5
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:holystone_6
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:holystone_7
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:holystone_8
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:holystone_9
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:holystone_10
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:holystone_11
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:holystone_12
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:holystone_13
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:ice_1
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:ice_2
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:ice_3
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:ice_4
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:ice_5
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:ice_6
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:ice_7
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:ice_8
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:ice_9
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:ice_10
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:ice_11
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:ice_12
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:ice_13
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:ice_14
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:ice_15
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:ice_pillar
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:ice_pillar_1
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:ice_pillar_2
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:ice_pillar_3
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:ice_pillar_4
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:ice_pillar_5
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:ice_pillar_6
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:iron2
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:iron2_1
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:iron2_2
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:iron2_3
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:iron2_4
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:iron2_5
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:iron_block_1
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:iron_block_2
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:iron_block_3
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:iron_block_4
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:iron_block_5
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:iron_block_6
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:iron_block_7
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:iron_block_8
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:iron_block_9
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:iron_block_10
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:iron_block_11
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:iron_block_12
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:iron_block_13
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:iron_block_14
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:iron_block_15
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:laboratoryblock
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:laboratoryblock_1
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:laboratoryblock_2
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:laboratoryblock_3
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:laboratoryblock_4
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:laboratoryblock_5
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:laboratoryblock_6
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:laboratoryblock_7
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:laboratoryblock_8
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:laboratoryblock_9
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:laboratoryblock_10
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:laboratoryblock_11
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:laboratoryblock_12
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:laboratoryblock_13
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:laboratoryblock_14
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:laboratoryblock_15
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:lapis_block_1
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:lapis_block_2
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:lapis_block_3
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:lapis_block_4
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:lapis_block_5
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:lapis_block_6
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:lapis_block_7
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:lapis_block_8
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:lavastone
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:lavastone_1
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:lavastone_2
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:lavastone_3
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:lavastone_4
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:lavastone_5
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:lavastone_6
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:lavastone_7
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:leadblock
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:leadblock_1
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:leadblock_2
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:leadblock_3
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:leadblock_4
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:leadblock_5
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:leaves_6
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:leaves_7
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:leaves_8
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:leaves_9
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:leaves_10
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:leaves_11
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:leaves_12
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:limestone
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:limestone_1
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:limestone_2
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:limestone_3
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:limestone_4
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:limestone_5
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:limestone_6
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:limestone_7
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:limestone_8
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:limestone_9
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:limestone_10
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:limestone_11
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:limestone_12
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:limestone_13
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:limestone_14
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:limestone_15
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:marble
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:marble_1
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:marble_2
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:marble_3
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:marble_4
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:marble_5
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:marble_6
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:marble_7
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:marble_8
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:marble_9
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:marble_10
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:marble_11
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:marble_12
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:marble_13
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:marble_14
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:marble_15
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:marble_pillar
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:marble_pillar_1
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:marble_pillar_2
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:marble_pillar_3
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:marble_pillar_4
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:marble_pillar_5
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:marble_pillar_6
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:marble_pillar_7
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:marble_pillar_8
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:marble_pillar_9
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:marble_pillar_10
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:marble_pillar_11
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:marble_pillar_12
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:marble_pillar_13
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:marble_pillar_14
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:marble_pillar_15
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:nation
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:nation_1
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:nation_2
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:nation_3
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:nation_4
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:rebel
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:rebel_1
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:rebel_2
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:rebel_3
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:rebel_4
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:nether_brick_1
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:nether_brick_2
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:nether_brick_3
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:nether_brick_4
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:nether_brick_5
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:nether_brick_6
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:nether_brick_7
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:nether_brick_8
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:nether_brick_9
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:nether_brick_10
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:nether_brick_11
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:nether_brick_12
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:nether_brick_13
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:nether_brick_14
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:nether_brick_15
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:netherrack_1
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:netherrack_2
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:netherrack_3
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:netherrack_4
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:netherrack_5
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:netherrack_6
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:netherrack_7
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:netherrack_8
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:netherrack_9
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:netherrack_10
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:netherrack_11
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:netherrack_12
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:netherrack_13
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:netherrack_14
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:obsidian_1
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:obsidian_2
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:obsidian_3
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:obsidian_4
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:obsidian_5
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:obsidian_6
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:obsidian_7
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:obsidian_8
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:obsidian_9
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:obsidian_10
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:obsidian_11
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:obsidian_12
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:obsidian_13
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:obsidian_14
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:obsidian_15
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:packedice_1
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:packedice_2
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:packedice_3
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:packedice_4
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:packedice_5
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:packedice_6
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:packedice_7
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:packedice_8
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:packedice_9
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:packedice_10
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:packedice_11
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:packedice_12
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:packedice_13
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:packedice_14
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:packedice_15
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:packedice_pillar
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:packedice_pillar_1
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:packedice_pillar_2
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:packedice_pillar_3
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:packedice_pillar_4
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:packedice_pillar_5
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:packedice_pillar_6
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:paperwall_block
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:paperwall_block_1
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:paperwall_block_2
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:paperwall_block_3
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:paperwall_block_4
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:paperwall_block_5
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:paperwall_block_6
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:paperwall_block_7
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:paperwall_block_8
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:purpur
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:purpur_1
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:purpur_2
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:purpur_3
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:purpur_4
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:purpur_5
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:purpur_6
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:purpur_7
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:purpur_8
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:purpur_9
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:purpur_10
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:redstone_block_1
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:redstone_block_2
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:redstone_block_3
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:redstone_block_4
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:redstone_block_5
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:redstone_block_6
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:redstone_block_7
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:redstone_block_8
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:redstone_block_9
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:redstone_block_10
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:redstone_block_11
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:redstone_block_12
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:redstone_block_13
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:redstone_block_14
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:redstone_block_15
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:sandstone
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:sandstone_1
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:sandstone_2
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:sandstone_3
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:sandstone_4
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:sandstone_5
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:sandstone_6
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:sandstone_7
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:sandstone_8
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:sandstone_9
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:sandstone_10
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:sandstone_11
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:sandstone_12
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:sandstone_13
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:sandstone_14
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:sandstone_15
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:sandstone2
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:sandstone2_1
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:sandstone_scribbles
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:sandstone_scribbles_1
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:sandstone_scribbles_2
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:sandstone_scribbles_3
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:sandstone_scribbles_4
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:sandstone_scribbles_5
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:sandstone_scribbles_6
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:sandstone_scribbles_7
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:sandstone_scribbles_8
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:sandstone_scribbles_9
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:sandstone_scribbles_10
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:sandstone_scribbles_11
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:sandstone_scribbles_12
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:sandstone_scribbles_13
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:sandstone_scribbles_14
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:sandstone_scribbles_15
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:silverblock
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:silverblock_1
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:silverblock_2
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:silverblock_3
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:silverblock_4
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:silverblock_5
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:steelblock
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:steelblock_1
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:steelblock_2
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:steelblock_3
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:steelblock_4
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:steelblock_5
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:stonebricksmooth
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:stonebricksmooth_1
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:stonebricksmooth_2
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:stonebricksmooth_3
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:stonebricksmooth_4
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:stonebricksmooth_5
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:stonebricksmooth_6
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:stonebricksmooth_7
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:stonebricksmooth_8
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:stonebricksmooth_9
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:stonebricksmooth_10
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:stonebricksmooth_11
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:stonebricksmooth_12
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:stonebricksmooth_13
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:stonebricksmooth_14
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:stonebricksmooth_15
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:technical
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:technical_1
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:technical_2
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:technical_3
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:technical_4
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:technical_5
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:technical_6
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:technical_7
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:technical_8
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:technical_9
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:technical_10
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:technical_11
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:technical_12
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:technical_13
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:technical_14
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:technical_15
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:technical2
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:technical2_1
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:technical2_2
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:technical2_3
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:technical3
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:technical3_1
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:technical4
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:technical4_1
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:technical4_2
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:technical4_3
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:technical4_4
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:technical4_5
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:technical4_6
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:technical4_7
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:templeblock
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:templeblock_1
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:templeblock_2
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:templeblock_3
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:templeblock_4
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:templeblock_5
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:templeblock_6
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:templeblock_7
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:templeblock_8
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:templeblock_9
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:templeblock_10
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:templeblock_11
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:templeblock_12
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:templeblock_13
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:templeblock_14
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:templeblock_15
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:mossy_templeblock
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:mossy_templeblock_1
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:mossy_templeblock_2
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:mossy_templeblock_3
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:mossy_templeblock_4
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:mossy_templeblock_5
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:mossy_templeblock_6
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:mossy_templeblock_7
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:mossy_templeblock_8
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:mossy_templeblock_9
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:mossy_templeblock_10
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:mossy_templeblock_11
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:mossy_templeblock_12
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:mossy_templeblock_13
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:mossy_templeblock_14
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:mossy_templeblock_15
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:tinblock
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:tinblock_1
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:tinblock_2
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:tinblock_3
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:tinblock_4
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:tinblock_5
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:tyrian
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:tyrian_1
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:tyrian_2
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:tyrian_3
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:tyrian_4
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:tyrian_5
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:tyrian_6
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:tyrian_7
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:tyrian_8
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:tyrian_9
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:tyrian_10
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:tyrian_11
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:tyrian_12
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:tyrian_13
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:tyrian_14
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:tyrian_15
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:uraniumblock
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:uraniumblock_1
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:uraniumblock_2
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:uraniumblock_3
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:uraniumblock_4
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:uraniumblock_5
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:valentines
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:valentines_1
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:valentines_2
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:valentines_3
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:valentines_4
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:valentines_5
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:valentines_6
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:valentines_7
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:valentines_8
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:valentines_9
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:voidstone
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:voidstone_1
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:voidstone_2
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:voidstone_3
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:voidstone_4
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:voidstone_5
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:voidstone_6
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:voidstone_7
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:voidstone2
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:voidstone2_1
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:voidstone2_2
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:voidstone2_3
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:voidstone2_4
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:voidstone2_5
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:voidstone2_6
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:voidstone2_7
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:voidstoneRunic_1
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:voidstoneRunic_2
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:voidstoneRunic_3
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:voidstoneRunic_4
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:voidstoneRunic_5
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:voidstoneRunic_6
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:voidstoneRunic_7
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:voidstoneRunic_8
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:voidstoneRunic_9
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:voidstoneRunic_10
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:voidstoneRunic_11
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:voidstoneRunic_12
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:voidstoneRunic_13
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:voidstoneRunic_14
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:voidstoneRunic_15
[03:23:52] [Server thread/ERROR] [ForgeMicroblock/ForgeMicroblock]: Material with id chisel:voidstoneRunic_1 is already registered.
[03:23:52] [Server thread/ERROR] [ForgeMicroblock/ForgeMicroblock]: Material with id chisel:voidstoneRunic_2 is already registered.
[03:23:52] [Server thread/ERROR] [ForgeMicroblock/ForgeMicroblock]: Material with id chisel:voidstoneRunic_3 is already registered.
[03:23:52] [Server thread/ERROR] [ForgeMicroblock/ForgeMicroblock]: Material with id chisel:voidstoneRunic_4 is already registered.
[03:23:52] [Server thread/ERROR] [ForgeMicroblock/ForgeMicroblock]: Material with id chisel:voidstoneRunic_5 is already registered.
[03:23:52] [Server thread/ERROR] [ForgeMicroblock/ForgeMicroblock]: Material with id chisel:voidstoneRunic_6 is already registered.
[03:23:52] [Server thread/ERROR] [ForgeMicroblock/ForgeMicroblock]: Material with id chisel:voidstoneRunic_7 is already registered.
[03:23:52] [Server thread/ERROR] [ForgeMicroblock/ForgeMicroblock]: Material with id chisel:voidstoneRunic_8 is already registered.
[03:23:52] [Server thread/ERROR] [ForgeMicroblock/ForgeMicroblock]: Material with id chisel:voidstoneRunic_9 is already registered.
[03:23:52] [Server thread/ERROR] [ForgeMicroblock/ForgeMicroblock]: Material with id chisel:voidstoneRunic_10 is already registered.
[03:23:52] [Server thread/ERROR] [ForgeMicroblock/ForgeMicroblock]: Material with id chisel:voidstoneRunic_11 is already registered.
[03:23:52] [Server thread/ERROR] [ForgeMicroblock/ForgeMicroblock]: Material with id chisel:voidstoneRunic_12 is already registered.
[03:23:52] [Server thread/ERROR] [ForgeMicroblock/ForgeMicroblock]: Material with id chisel:voidstoneRunic_13 is already registered.
[03:23:52] [Server thread/ERROR] [ForgeMicroblock/ForgeMicroblock]: Material with id chisel:voidstoneRunic_14 is already registered.
[03:23:52] [Server thread/ERROR] [ForgeMicroblock/ForgeMicroblock]: Material with id chisel:voidstoneRunic_15 is already registered.
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:voidstonePillar
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:voidstonePillar2
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:warningSign
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:warningSign_1
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:warningSign_2
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:warningSign_3
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:warningSign_4
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:warningSign_5
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:warningSign_6
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:warningSign_7
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:warningSign_8
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:warningSign_9
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:warningSign_10
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:warningSign_11
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:warningSign_12
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:warningSign_13
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:warningSign_14
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:waterstone
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:waterstone_1
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:waterstone_2
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:waterstone_3
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:waterstone_4
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:waterstone_5
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:waterstone_6
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:oak_planks_1
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:oak_planks_2
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:oak_planks_6
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:oak_planks_8
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:oak_planks_9
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:oak_planks_10
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:oak_planks_11
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:oak_planks_13
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:oak_planks_3
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:oak_planks_4
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:oak_planks_5
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:oak_planks_7
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:oak_planks_12
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:oak_planks_14
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:oak_planks_15
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:spruce_planks_1
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:spruce_planks_2
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:spruce_planks_6
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:spruce_planks_8
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:spruce_planks_9
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:spruce_planks_10
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:spruce_planks_11
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:spruce_planks_13
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:spruce_planks_3
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:spruce_planks_4
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:spruce_planks_5
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:spruce_planks_7
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:spruce_planks_12
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:spruce_planks_14
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:spruce_planks_15
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:birch_planks_1
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:birch_planks_2
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:birch_planks_6
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:birch_planks_8
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:birch_planks_9
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:birch_planks_10
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:birch_planks_11
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:birch_planks_13
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:birch_planks_3
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:birch_planks_4
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:birch_planks_5
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:birch_planks_7
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:birch_planks_12
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:birch_planks_14
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:birch_planks_15
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:jungle_planks_1
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:jungle_planks_2
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:jungle_planks_6
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:jungle_planks_8
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:jungle_planks_9
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:jungle_planks_10
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:jungle_planks_11
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:jungle_planks_13
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:jungle_planks_3
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:jungle_planks_4
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:jungle_planks_5
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:jungle_planks_7
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:jungle_planks_12
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:jungle_planks_14
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:jungle_planks_15
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:acacia_planks_1
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:acacia_planks_2
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:acacia_planks_6
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:acacia_planks_8
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:acacia_planks_9
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:acacia_planks_10
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:acacia_planks_11
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:acacia_planks_13
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:acacia_planks_3
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:acacia_planks_4
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:acacia_planks_5
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:acacia_planks_7
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:acacia_planks_12
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:acacia_planks_14
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:acacia_planks_15
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:dark_oak_planks_1
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:dark_oak_planks_2
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:dark_oak_planks_6
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:dark_oak_planks_8
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:dark_oak_planks_9
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:dark_oak_planks_10
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:dark_oak_planks_11
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:dark_oak_planks_13
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:dark_oak_planks_3
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:dark_oak_planks_4
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:dark_oak_planks_5
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:dark_oak_planks_7
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:dark_oak_planks_12
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:dark_oak_planks_14
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:dark_oak_planks_15
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:woolen_clay
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:woolen_clay_1
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:woolen_clay_2
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:woolen_clay_3
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:woolen_clay_4
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:woolen_clay_5
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:woolen_clay_6
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:woolen_clay_7
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:woolen_clay_8
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:woolen_clay_9
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:woolen_clay_10
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:woolen_clay_11
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:woolen_clay_12
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:woolen_clay_13
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:woolen_clay_14
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: chisel:woolen_clay_15
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: Mekanism:BasicBlock
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: Mekanism:MachineBlock
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: Mekanism:BasicBlock_1
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: Mekanism:MachineBlock_1
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: Mekanism:BasicBlock_2
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: Mekanism:MachineBlock_2
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: Mekanism:BasicBlock_3
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: Mekanism:MachineBlock_3
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: Mekanism:MachineBlock2_3
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: Mekanism:BasicBlock_4
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: Mekanism:BasicBlock_5
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: Mekanism:MachineBlock_5
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: Mekanism:MachineBlock2_5
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: Mekanism:BasicBlock_6
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: Mekanism:MachineBlock_6
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: Mekanism:BasicBlock_7
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: Mekanism:MachineBlock_7
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: Mekanism:BasicBlock_8
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: Mekanism:BasicBlock_9
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: Mekanism:MachineBlock_9
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: Mekanism:BasicBlock_10
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: Mekanism:MachineBlock_10
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: Mekanism:BasicBlock_11
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: Mekanism:MachineBlock_11
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: Mekanism:BasicBlock_12
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: Mekanism:BasicBlock_13
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: Mekanism:BasicBlock_14
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: Mekanism:BasicBlock_15
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: Mekanism:BasicBlock2
[03:23:52] [Server thread/DEBUG] [ForgeMicroblock/ForgeMicroblock]: Registered micro material: Mekanism:CardboardBox
[03:23:52] [Server thread/TRACE] [ForgeMicroblock/ForgeMicroblock]: Sent event IMCEvent to mod ForgeMicroblock
[03:23:52] [Server thread/DEBUG] [FML/]: Bar Step: InterModComms$IMC - Forge Microblocks took 0.041s
[03:23:52] [Server thread/DEBUG] [FML/]: Bar Finished: InterModComms$IMC took 0.050s
[03:23:52] [Server thread/INFO] [FML/]: Injecting itemstacks
[03:23:52] [Server thread/INFO] [FML/]: Itemstack injection complete
[03:23:52] [Server thread/TRACE] [mcp/mcp]: Sending event FMLPostInitializationEvent to mod mcp
[03:23:52] [Server thread/TRACE] [mcp/mcp]: Sent event FMLPostInitializationEvent to mod mcp
[03:23:52] [Server thread/DEBUG] [FML/]: Bar Step: PostInitialization - Minecraft Coder Pack took 0.000s
[03:23:52] [Server thread/TRACE] [FML/FML]: Sending event FMLPostInitializationEvent to mod FML
[03:23:52] [Server thread/TRACE] [FML/FML]: Sent event FMLPostInitializationEvent to mod FML
[03:23:52] [Server thread/DEBUG] [FML/]: Bar Step: PostInitialization - Forge Mod Loader took 0.000s
[03:23:52] [Server thread/TRACE] [Forge/Forge]: Sending event FMLPostInitializationEvent to mod Forge
[03:23:52] [Server thread/TRACE] [Forge/Forge]: Sent event FMLPostInitializationEvent to mod Forge
[03:23:52] [Server thread/DEBUG] [FML/]: Bar Step: PostInitialization - Minecraft Forge took 0.001s
[03:23:52] [Server thread/TRACE] [CodeChickenCore/CodeChickenCore]: Sending event FMLPostInitializationEvent to mod CodeChickenCore
[03:23:52] [Server thread/TRACE] [CodeChickenCore/CodeChickenCore]: Sent event FMLPostInitializationEvent to mod CodeChickenCore
[03:23:52] [Server thread/DEBUG] [FML/]: Bar Step: PostInitialization - CodeChicken Core took 0.000s
[03:23:52] [Server thread/TRACE] [LambdaLib|Core/LambdaLib|Core]: Sending event FMLPostInitializationEvent to mod LambdaLib|Core
[03:23:52] [Server thread/TRACE] [LambdaLib|Core/LambdaLib|Core]: Sent event FMLPostInitializationEvent to mod LambdaLib|Core
[03:23:52] [Server thread/DEBUG] [FML/]: Bar Step: PostInitialization - LambdaLib|Core took 0.000s
[03:23:52] [Server thread/TRACE] [WarpDriveCore/WarpDriveCore]: Sending event FMLPostInitializationEvent to mod WarpDriveCore
[03:23:52] [Server thread/TRACE] [WarpDriveCore/WarpDriveCore]: Sent event FMLPostInitializationEvent to mod WarpDriveCore
[03:23:52] [Server thread/DEBUG] [FML/]: Bar Step: PostInitialization - WarpDriveCore took 0.000s
[03:23:52] [Server thread/TRACE] [LambdaLib/LambdaLib]: Sending event FMLPostInitializationEvent to mod LambdaLib
[03:23:52] [Server thread/TRACE] [LambdaLib/LambdaLib]: Sent event FMLPostInitializationEvent to mod LambdaLib
[03:23:52] [Server thread/DEBUG] [FML/]: Bar Step: PostInitialization - LambdaLib took 0.001s
[03:23:52] [Server thread/TRACE] [academy-craft/academy-craft]: Sending event FMLPostInitializationEvent to mod academy-craft
[03:23:52] [Server thread/TRACE] [academy-craft/academy-craft]: Sent event FMLPostInitializationEvent to mod academy-craft
[03:23:52] [Server thread/DEBUG] [FML/]: Bar Step: PostInitialization - Academy Craft took 0.027s
[03:23:52] [Server thread/TRACE] [lightsabers/lightsabers]: Sending event FMLPostInitializationEvent to mod lightsabers
[03:23:52] [Server thread/DEBUG] [Advanced Lightsabers Mod/lightsabers]: Adding hook POSTINIT
[03:23:52] [Server thread/TRACE] [lightsabers/lightsabers]: Sent event FMLPostInitializationEvent to mod lightsabers
[03:23:52] [Server thread/DEBUG] [FML/]: Bar Step: PostInitialization - Advanced Lightsabers Mod took 0.000s
[03:23:52] [Server thread/TRACE] [BuildCraft|Core/BuildCraft|Core]: Sending event FMLPostInitializationEvent to mod BuildCraft|Core
[03:23:52] [Server thread/INFO] [BuildCraft/BuildCraft|Core]: BuildCraft's fake player: UUID = 77456a1f-b9f9-3f84-8863-ddef5b8e2209, name = '[BuildCraft]'!
[03:23:52] [Server thread/TRACE] [BuildCraft|Core/BuildCraft|Core]: Sent event FMLPostInitializationEvent to mod BuildCraft|Core
[03:23:52] [Server thread/DEBUG] [FML/]: Bar Step: PostInitialization - BuildCraft took 0.042s
[03:23:52] [Server thread/TRACE] [BuildCraft|Builders/BuildCraft|Builders]: Sending event FMLPostInitializationEvent to mod BuildCraft|Builders
[03:23:52] [Server thread/TRACE] [BuildCraft|Builders/BuildCraft|Builders]: Sent event FMLPostInitializationEvent to mod BuildCraft|Builders
[03:23:52] [Server thread/DEBUG] [FML/]: Bar Step: PostInitialization - BC Builders took 0.064s
[03:23:52] [Server thread/TRACE] [BuildCraft|Robotics/BuildCraft|Robotics]: Sending event FMLPostInitializationEvent to mod BuildCraft|Robotics
[03:23:52] [Server thread/TRACE] [BuildCraft|Robotics/BuildCraft|Robotics]: Sent event FMLPostInitializationEvent to mod BuildCraft|Robotics
[03:23:52] [Server thread/DEBUG] [FML/]: Bar Step: PostInitialization - BC Robotics took 0.000s
[03:23:52] [Server thread/TRACE] [BuildCraft|Silicon/BuildCraft|Silicon]: Sending event FMLPostInitializationEvent to mod BuildCraft|Silicon
[03:23:52] [Server thread/TRACE] [BuildCraft|Silicon/BuildCraft|Silicon]: Sent event FMLPostInitializationEvent to mod BuildCraft|Silicon
[03:23:52] [Server thread/DEBUG] [FML/]: Bar Step: PostInitialization - BC Silicon took 0.001s
[03:23:52] [Server thread/TRACE] [BuildCraft|Energy/BuildCraft|Energy]: Sending event FMLPostInitializationEvent to mod BuildCraft|Energy
[03:23:52] [Server thread/TRACE] [BuildCraft|Energy/BuildCraft|Energy]: Sent event FMLPostInitializationEvent to mod BuildCraft|Energy
[03:23:52] [Server thread/DEBUG] [FML/]: Bar Step: PostInitialization - BC Energy took 0.016s
[03:23:52] [Server thread/TRACE] [BuildCraft|Transport/BuildCraft|Transport]: Sending event FMLPostInitializationEvent to mod BuildCraft|Transport
[03:23:53] [Server thread/TRACE] [BuildCraft|Transport/BuildCraft|Transport]: Sent event FMLPostInitializationEvent to mod BuildCraft|Transport
[03:23:53] [Server thread/DEBUG] [FML/]: Bar Step: PostInitialization - BC Transport took 0.369s
[03:23:53] [Server thread/TRACE] [BuildCraft|Factory/BuildCraft|Factory]: Sending event FMLPostInitializationEvent to mod BuildCraft|Factory
[03:23:53] [Server thread/TRACE] [BuildCraft|Factory/BuildCraft|Factory]: Sent event FMLPostInitializationEvent to mod BuildCraft|Factory
[03:23:53] [Server thread/DEBUG] [FML/]: Bar Step: PostInitialization - BC Factory took 0.000s
[03:23:53] [Server thread/TRACE] [ForgeMultipart/ForgeMultipart]: Sending event FMLPostInitializationEvent to mod ForgeMultipart
[03:23:53] [Server thread/TRACE] [ForgeMultipart/ForgeMultipart]: Sent event FMLPostInitializationEvent to mod ForgeMultipart
[03:23:53] [Server thread/DEBUG] [FML/]: Bar Step: PostInitialization - Forge Multipart took 0.066s
[03:23:53] [Server thread/TRACE] [chisel/chisel]: Sending event FMLPostInitializationEvent to mod chisel
[03:23:53] [Server thread/TRACE] [chisel/chisel]: Sent event FMLPostInitializationEvent to mod chisel
[03:23:53] [Server thread/DEBUG] [FML/]: Bar Step: PostInitialization - Chisel took 0.010s
[03:23:53] [Server thread/TRACE] [IronChest/IronChest]: Sending event FMLPostInitializationEvent to mod IronChest
[03:23:53] [Server thread/TRACE] [IronChest/IronChest]: Sent event FMLPostInitializationEvent to mod IronChest
[03:23:53] [Server thread/DEBUG] [FML/]: Bar Step: PostInitialization - Iron Chest took 0.000s
[03:23:53] [Server thread/TRACE] [journeymap/journeymap]: Sending event FMLPostInitializationEvent to mod journeymap
[03:23:53] [Server thread/TRACE] [journeymap/journeymap]: Sent event FMLPostInitializationEvent to mod journeymap
[03:23:53] [Server thread/DEBUG] [FML/]: Bar Step: PostInitialization - JourneyMap took 0.001s
[03:23:53] [Server thread/TRACE] [Mekanism/Mekanism]: Sending event FMLPostInitializationEvent to mod Mekanism
[03:23:53] [Server thread/INFO] [Mekanism/Mekanism]: Fake player readout: UUID = 46e82cd0-d480-3d48-800a-77431ede078e, name = [Mekanism]
[03:23:53] [Server thread/INFO] [Mekanism/Mekanism]: Finished loading Cardboard Box blacklist (loaded 0 entries)
[03:23:53] [Server thread/INFO] [Mekanism/Mekanism]: Hooking complete.
[03:23:53] [Server thread/TRACE] [Mekanism/Mekanism]: Sent event FMLPostInitializationEvent to mod Mekanism
[03:23:53] [Server thread/DEBUG] [FML/]: Bar Step: PostInitialization - Mekanism took 0.119s
[03:23:53] [Server thread/TRACE] [MekanismGenerators/MekanismGenerators]: Sending event FMLPostInitializationEvent to mod MekanismGenerators
[03:23:53] [Server thread/TRACE] [MekanismGenerators/MekanismGenerators]: Sent event FMLPostInitializationEvent to mod MekanismGenerators
[03:23:53] [Server thread/DEBUG] [FML/]: Bar Step: PostInitialization - MekanismGenerators took 0.001s
[03:23:53] [Server thread/TRACE] [MekanismTools/MekanismTools]: Sending event FMLPostInitializationEvent to mod MekanismTools
[03:23:53] [Server thread/TRACE] [MekanismTools/MekanismTools]: Sent event FMLPostInitializationEvent to mod MekanismTools
[03:23:53] [Server thread/DEBUG] [FML/]: Bar Step: PostInitialization - MekanismTools took 0.000s
[03:23:53] [Server thread/TRACE] [SGCraft/SGCraft]: Sending event FMLPostInitializationEvent to mod SGCraft
[03:23:53] [Server thread/TRACE] [SGCraft/SGCraft]: Sent event FMLPostInitializationEvent to mod SGCraft
[03:23:53] [Server thread/DEBUG] [FML/]: Bar Step: PostInitialization - Greg's SG Craft took 0.004s
[03:23:53] [Server thread/TRACE] [WarpDrive/WarpDrive]: Sending event FMLPostInitializationEvent to mod WarpDrive
[03:23:53] [Server thread/INFO] [WarpDrive/WarpDrive]: Loading configuration file filler-undergroundbiomes.xml
[03:23:53] [Server thread/INFO] [WarpDrive/WarpDrive]: Skipping configuration file filler-undergroundbiomes.xml due to UndergroundBiomes: not loaded
[03:23:53] [Server thread/INFO] [WarpDrive/WarpDrive]: Loading configuration file filler-default.xml
[03:23:53] [Server thread/INFO] [WarpDrive/WarpDrive]: Skipping fillerSet/filler IC2:blockOreTin due to IC2: not loaded
[03:23:53] [Server thread/INFO] [WarpDrive/WarpDrive]: Skipping fillerSet/filler IC2:blockOreCopper due to IC2: not loaded
[03:23:53] [Server thread/INFO] [WarpDrive/WarpDrive]: Skipping fillerSet/filler IC2:blockOreLead due to IC2: not loaded
[03:23:53] [Server thread/INFO] [WarpDrive/WarpDrive]: Skipping fillerSet/filler ImmersiveEngineering:ore due to ImmersiveEngineering: not loaded
[03:23:53] [Server thread/INFO] [WarpDrive/WarpDrive]: Skipping fillerSet/filler ImmersiveEngineering:ore due to ImmersiveEngineering: not loaded
[03:23:53] [Server thread/INFO] [WarpDrive/WarpDrive]: Skipping fillerSet/filler ImmersiveEngineering:ore due to ImmersiveEngineering: not loaded
[03:23:53] [Server thread/INFO] [WarpDrive/WarpDrive]: Skipping fillerSet/filler arsmagica2:vinteumOre due to arsmagica2: not loaded
[03:23:53] [Server thread/INFO] [WarpDrive/WarpDrive]: Skipping fillerSet/filler IC2:blockOreUran due to IC2: not loaded
[03:23:53] [Server thread/INFO] [WarpDrive/WarpDrive]: Skipping fillerSet/filler ImmersiveEngineering:ore due to ImmersiveEngineering: not loaded
[03:23:53] [Server thread/INFO] [WarpDrive/WarpDrive]: Skipping fillerSet/filler ImmersiveEngineering:ore due to ImmersiveEngineering: not loaded
[03:23:53] [Server thread/INFO] [WarpDrive/WarpDrive]: Skipping fillerSet/filler arsmagica2:vinteumOre due to arsmagica2: not loaded
[03:23:53] [Server thread/INFO] [WarpDrive/WarpDrive]: Skipping fillerSet/filler IC2:blockOreUran due to IC2: not loaded
[03:23:53] [Server thread/INFO] [WarpDrive/WarpDrive]: Skipping fillerSet/filler arsmagica2:vinteumOre due to arsmagica2: not loaded
[03:23:53] [Server thread/INFO] [WarpDrive/WarpDrive]: Skipping fillerSet/filler arsmagica2:vinteumOre due to arsmagica2: not loaded
[03:23:53] [Server thread/INFO] [WarpDrive/WarpDrive]: Skipping fillerSet/filler arsmagica2:vinteumOre due to arsmagica2: not loaded
[03:23:53] [Server thread/INFO] [WarpDrive/WarpDrive]: Skipping fillerSet/filler ae2:quartz due to appliedenergistics2: not loaded
[03:23:53] [Server thread/INFO] [WarpDrive/WarpDrive]: Skipping worldGeneration/fillerSet hull_plainic2 due to IC2: not loaded
[03:23:53] [Server thread/INFO] [WarpDrive/WarpDrive]: Skipping worldGeneration/fillerSet hull_glassic2 due to IC2: not loaded
[03:23:53] [Server thread/INFO] [WarpDrive/WarpDrive]: Skipping worldGeneration/fillerSet ship_solarPaneladvancedSolarPanel due to AdvancedSolarPanel: not loaded
[03:23:53] [Server thread/INFO] [WarpDrive/WarpDrive]: Skipping worldGeneration/fillerSet ship_solarPanelic2 due to IC2: not loaded
[03:23:53] [Server thread/INFO] [WarpDrive/WarpDrive]: Skipping worldGeneration/fillerSet ship_solarPanelenderIO due to {EnderIO: not loaded, ThermalDynamics: not loaded}
[03:23:53] [Server thread/INFO] [WarpDrive/WarpDrive]: Skipping worldGeneration/fillerSet ship_wiringadvancedSolarPanel due to AdvancedSolarPanel: not loaded
[03:23:53] [Server thread/INFO] [WarpDrive/WarpDrive]: Skipping worldGeneration/fillerSet ship_wiringic2 due to IC2: not loaded
[03:23:53] [Server thread/INFO] [WarpDrive/WarpDrive]: Skipping worldGeneration/fillerSet ship_wiringenderIO due to {EnderIO: not loaded, ThermalDynamics: not loaded}
[03:23:53] [Server thread/INFO] [WarpDrive/WarpDrive]: Skipping fillerSet/filler arsmagica2:vinteumOre due to arsmagica2: not loaded
[03:23:53] [Server thread/WARN] [WarpDrive/WarpDrive]: Skipping missing block icbm:sulfur_ore
[03:23:53] [Server thread/INFO] [WarpDrive/WarpDrive]: Loading configuration file filler-netherores.xml
[03:23:53] [Server thread/INFO] [WarpDrive/WarpDrive]: Skipping configuration file filler-netherores.xml due to netherores: not loaded
[03:23:53] [Server thread/INFO] [WarpDrive/WarpDrive]: Loading configuration file loot-default.xml
[03:23:53] [Server thread/WARN] [WarpDrive/WarpDrive]: Skipping missing item IC2:blockNuke
[03:23:53] [Server thread/WARN] [WarpDrive/WarpDrive]: Skipping missing item IC2:blockReactorChamber
[03:23:53] [Server thread/WARN] [WarpDrive/WarpDrive]: Skipping missing item IC2:blockMachine2
[03:23:53] [Server thread/WARN] [WarpDrive/WarpDrive]: Skipping missing item IC2:blockMachine2
[03:23:53] [Server thread/WARN] [WarpDrive/WarpDrive]: Skipping missing item IC2:blockMachine2
[03:23:53] [Server thread/WARN] [WarpDrive/WarpDrive]: Skipping missing item IC2:blockAlloy
[03:23:53] [Server thread/WARN] [WarpDrive/WarpDrive]: Skipping missing item IC2:blockAlloyGlass
[03:23:53] [Server thread/WARN] [WarpDrive/WarpDrive]: Skipping missing item IC2:blockIronScaffold
[03:23:53] [Server thread/WARN] [WarpDrive/WarpDrive]: Skipping missing item IC2:blockGenerator
[03:23:53] [Server thread/WARN] [WarpDrive/WarpDrive]: Skipping missing item IC2:blockGenerator
[03:23:53] [Server thread/WARN] [WarpDrive/WarpDrive]: Skipping missing item IC2:blockGenerator
[03:23:53] [Server thread/WARN] [WarpDrive/WarpDrive]: Skipping missing item IC2:blockChargePad
[03:23:53] [Server thread/WARN] [WarpDrive/WarpDrive]: Skipping missing item IC2:blockChargePad
[03:23:53] [Server thread/WARN] [WarpDrive/WarpDrive]: Skipping missing item IC2:blockChargePad
[03:23:53] [Server thread/WARN] [WarpDrive/WarpDrive]: Skipping missing item IC2:blockChargePad
[03:23:53] [Server thread/WARN] [WarpDrive/WarpDrive]: Skipping missing item IC2:blockMachine
[03:23:53] [Server thread/WARN] [WarpDrive/WarpDrive]: Skipping missing item IC2:blockMachine
[03:23:53] [Server thread/WARN] [WarpDrive/WarpDrive]: Skipping missing item IC2:blockMachine
[03:23:53] [Server thread/WARN] [WarpDrive/WarpDrive]: Skipping missing item IC2:itemArmorRubBoots
[03:23:53] [Server thread/WARN] [WarpDrive/WarpDrive]: Skipping missing item IC2:itemArmorRubBoots
[03:23:53] [Server thread/WARN] [WarpDrive/WarpDrive]: Skipping missing item IC2:itemFuelRod
[03:23:53] [Server thread/WARN] [WarpDrive/WarpDrive]: Skipping missing item IC2:itemRubber
[03:23:53] [Server thread/WARN] [WarpDrive/WarpDrive]: Skipping missing item IC2:itemPartCircuit
[03:23:53] [Server thread/WARN] [WarpDrive/WarpDrive]: Skipping missing item IC2:itemBatCrystal
[03:23:53] [Server thread/WARN] [WarpDrive/WarpDrive]: Skipping missing item IC2:itemCellEmpty
[03:23:53] [Server thread/WARN] [WarpDrive/WarpDrive]: Skipping missing item IC2:itemCellEmpty
[03:23:53] [Server thread/WARN] [WarpDrive/WarpDrive]: Skipping missing item IC2:itemCellEmpty
[03:23:53] [Server thread/WARN] [WarpDrive/WarpDrive]: Skipping missing item IC2:itemCable
[03:23:53] [Server thread/WARN] [WarpDrive/WarpDrive]: Skipping missing item IC2:itemCable
[03:23:53] [Server thread/WARN] [WarpDrive/WarpDrive]: Skipping missing item IC2:itemCable
[03:23:53] [Server thread/WARN] [WarpDrive/WarpDrive]: Skipping missing item IC2:itemCable
[03:23:53] [Server thread/WARN] [WarpDrive/WarpDrive]: Skipping missing item IC2:itemCable
[03:23:53] [Server thread/WARN] [WarpDrive/WarpDrive]: Skipping missing item IC2:itemCable
[03:23:53] [Server thread/WARN] [WarpDrive/WarpDrive]: Skipping missing item IC2:itemCable
[03:23:53] [Server thread/WARN] [WarpDrive/WarpDrive]: Skipping missing item IC2:itemCable
[03:23:53] [Server thread/WARN] [WarpDrive/WarpDrive]: Skipping missing item IC2:itemCable
[03:23:53] [Server thread/INFO] [WarpDrive/WarpDrive]: Loading configuration file structures-netherores.xml
[03:23:53] [Server thread/INFO] [WarpDrive/WarpDrive]: Skipping configuration file structures-netherores.xml due to netherores: not loaded
[03:23:53] [Server thread/INFO] [WarpDrive/WarpDrive]: Loading configuration file structures-default.xml
[03:23:53] [Server thread/INFO] [WarpDrive/WarpDrive]: - found Structure star:red_dwarf
[03:23:53] [Server thread/INFO] [WarpDrive/WarpDrive]: - found Structure star:orange_dwarf
[03:23:53] [Server thread/INFO] [WarpDrive/WarpDrive]: - found Structure star:yellow_giant
[03:23:53] [Server thread/INFO] [WarpDrive/WarpDrive]: - found Structure star:yellow_supergiant
[03:23:53] [Server thread/INFO] [WarpDrive/WarpDrive]: - found Structure moon:overworld.base
[03:23:53] [Server thread/INFO] [WarpDrive/WarpDrive]: - found Structure moon:overworld.rare
[03:23:53] [Server thread/INFO] [WarpDrive/WarpDrive]: - found Structure moon:overworld.empty
[03:23:53] [Server thread/INFO] [WarpDrive/WarpDrive]: - found Structure moon:overworld.ship
[03:23:53] [Server thread/INFO] [WarpDrive/WarpDrive]: - found Structure moon:overworld.corrupted
[03:23:53] [Server thread/INFO] [WarpDrive/WarpDrive]: - found Structure moon:nether
[03:23:53] [Server thread/INFO] [WarpDrive/WarpDrive]: - found Structure moon:nether.corrupted
[03:23:53] [Server thread/INFO] [WarpDrive/WarpDrive]: - found Structure moon:enderack
[03:23:53] [Server thread/INFO] [WarpDrive/WarpDrive]: - found Structure moon:end
[03:23:53] [Server thread/INFO] [WarpDrive/WarpDrive]: - found Structure asteroid:ClusteredAsteroid
[03:23:53] [Server thread/INFO] [WarpDrive/WarpDrive]: - found Structure asteroid:SphericalAsteroid
[03:23:53] [Server thread/INFO] [WarpDrive/WarpDrive]: - found Structure asteroid:diamondGeode
[03:23:53] [Server thread/INFO] [WarpDrive/WarpDrive]: - found Structure asteroid:mini_overworld
[03:23:53] [Server thread/INFO] [WarpDrive/WarpDrive]: - found Structure asteroid:mini_nether
[03:23:53] [Server thread/INFO] [WarpDrive/WarpDrive]: - found Structure asteroid:mini_end
[03:23:53] [Server thread/INFO] [WarpDrive/WarpDrive]: - found Structure gascloud:bigCloud_0
[03:23:53] [Server thread/INFO] [WarpDrive/WarpDrive]: - found Structure gascloud:smallCloud_0
[03:23:53] [Server thread/INFO] [WarpDrive/WarpDrive]: - found Structure gascloud:bigCloud_1
[03:23:53] [Server thread/INFO] [WarpDrive/WarpDrive]: - found Structure gascloud:smallCloud_1
[03:23:53] [Server thread/INFO] [WarpDrive/WarpDrive]: - found Structure gascloud:bigCloud_2
[03:23:53] [Server thread/INFO] [WarpDrive/WarpDrive]: - found Structure gascloud:smallCloud_2
[03:23:53] [Server thread/INFO] [WarpDrive/WarpDrive]: - found Structure gascloud:bigCloud_3
[03:23:53] [Server thread/INFO] [WarpDrive/WarpDrive]: - found Structure gascloud:smallCloud_3
[03:23:53] [Server thread/INFO] [WarpDrive/WarpDrive]: - found Structure gascloud:bigCloud_4
[03:23:53] [Server thread/INFO] [WarpDrive/WarpDrive]: - found Structure gascloud:smallCloud_4
[03:23:53] [Server thread/INFO] [WarpDrive/WarpDrive]: - found Structure gascloud:bigCloud_5
[03:23:53] [Server thread/INFO] [WarpDrive/WarpDrive]: - found Structure gascloud:smallCloud_5
[03:23:53] [Server thread/INFO] [WarpDrive/WarpDrive]: - found Structure gascloud:bigCloud_6
[03:23:53] [Server thread/INFO] [WarpDrive/WarpDrive]: - found Structure gascloud:smallCloud_6
[03:23:53] [Server thread/INFO] [WarpDrive/WarpDrive]: - found Structure gascloud:bigCloud_7
[03:23:53] [Server thread/INFO] [WarpDrive/WarpDrive]: - found Structure gascloud:smallCloud_7
[03:23:53] [Server thread/INFO] [WarpDrive/WarpDrive]: - found Structure gascloud:bigCloud_8
[03:23:53] [Server thread/INFO] [WarpDrive/WarpDrive]: - found Structure gascloud:smallCloud_8
[03:23:53] [Server thread/INFO] [WarpDrive/WarpDrive]: - found Structure gascloud:bigCloud_9
[03:23:53] [Server thread/INFO] [WarpDrive/WarpDrive]: - found Structure gascloud:smallCloud_9
[03:23:53] [Server thread/INFO] [WarpDrive/WarpDrive]: - found Structure gascloud:bigCloud_10
[03:23:53] [Server thread/INFO] [WarpDrive/WarpDrive]: - found Structure gascloud:smallCloud_10
[03:23:53] [Server thread/INFO] [WarpDrive/WarpDrive]: - found Structure gascloud:bigCloud_11
[03:23:53] [Server thread/INFO] [WarpDrive/WarpDrive]: - found Structure gascloud:smallCloud_11
[03:23:53] [Server thread/ERROR] [WarpDrive/WarpDrive]: Error: no structure defined for mandatory group asteroids_field
[03:23:53] [Server thread/INFO] [WarpDrive/WarpDrive]: Ignoring missing block Artifacts:invisible_bedrock
[03:23:53] [Server thread/INFO] [WarpDrive/WarpDrive]: Ignoring missing block TConstruct:slime.gel
[03:23:53] [Server thread/INFO] [WarpDrive/WarpDrive]: Ignoring missing block IC2:blockRubWood
[03:23:53] [Server thread/INFO] [WarpDrive/WarpDrive]: Ignoring missing block openmodularturrets:baseTierWood
[03:23:53] [Server thread/INFO] [WarpDrive/WarpDrive]: Ignoring missing block CarpentersBlocks:blockCarpentersDoor
[03:23:53] [Server thread/INFO] [WarpDrive/WarpDrive]: Ignoring missing block StargateTech2:block.shieldEmitter
[03:23:53] [Server thread/INFO] [WarpDrive/WarpDrive]: Ignoring missing block IC2:blockPersonal
[03:23:53] [Server thread/INFO] [WarpDrive/WarpDrive]: Ignoring missing block ThermalExpansion:Sponge
[03:23:53] [Server thread/INFO] [WarpDrive/WarpDrive]: Ignoring missing block IC2:blockGenerator
[03:23:53] [Server thread/INFO] [WarpDrive/WarpDrive]: Ignoring missing block ComputerCraft:command_computer
[03:23:53] [Server thread/INFO] [WarpDrive/WarpDrive]: Ignoring missing block openmodularturrets:baseTierFourBlock
[03:23:53] [Server thread/INFO] [WarpDrive/WarpDrive]: Ignoring missing block CarpentersBlocks:blockCarpentersTorch
[03:23:53] [Server thread/INFO] [WarpDrive/WarpDrive]: Ignoring missing block InvisibLights:blockLightSource
[03:23:53] [Server thread/INFO] [WarpDrive/WarpDrive]: Ignoring missing block evilcraft:bloodInfuser
[03:23:53] [Server thread/INFO] [WarpDrive/WarpDrive]: Ignoring missing block PneumaticCraft:pressureChamberValve
[03:23:53] [Server thread/INFO] [WarpDrive/WarpDrive]: Ignoring missing block witchery:leechchest
[03:23:53] [Server thread/INFO] [WarpDrive/WarpDrive]: Ignoring missing block deepresonance:energyCollectorBlock
[03:23:53] [Server thread/INFO] [WarpDrive/WarpDrive]: Ignoring missing block OpenComputers:keyboard
[03:23:53] [Server thread/INFO] [WarpDrive/WarpDrive]: Ignoring missing block IC2:blockAlloyGlass
[03:23:53] [Server thread/INFO] [WarpDrive/WarpDrive]: Ignoring missing block CarpentersBlocks:blockCarpentersDaylightSensor
[03:23:53] [Server thread/INFO] [WarpDrive/WarpDrive]: Ignoring missing block IC2:blockAlloy
[03:23:53] [Server thread/INFO] [WarpDrive/WarpDrive]: Ignoring missing block deepresonance:resonatingCrystalBlock
[03:23:53] [Server thread/INFO] [WarpDrive/WarpDrive]: Ignoring missing block malisisdoors:null
[03:23:53] [Server thread/INFO] [WarpDrive/WarpDrive]: Ignoring missing block openmodularturrets:baseTierTwoBlock
[03:23:53] [Server thread/INFO] [WarpDrive/WarpDrive]: Ignoring missing block CarpentersBlocks:blockCarpentersHatch
[03:23:53] [Server thread/INFO] [WarpDrive/WarpDrive]: Ignoring missing block CarpentersBlocks:blockCarpentersLever
[03:23:53] [Server thread/INFO] [WarpDrive/WarpDrive]: Ignoring missing block OpenComputers:case3
[03:23:53] [Server thread/INFO] [WarpDrive/WarpDrive]: Ignoring missing block evilcraft:spiritReanimator
[03:23:53] [Server thread/INFO] [WarpDrive/WarpDrive]: Ignoring missing block OpenComputers:case2
[03:23:53] [Server thread/INFO] [WarpDrive/WarpDrive]: Ignoring missing block OpenComputers:case1
[03:23:53] [Server thread/INFO] [WarpDrive/WarpDrive]: Ignoring missing block IC2:blockReinforcedFoam
[03:23:53] [Server thread/INFO] [WarpDrive/WarpDrive]: Ignoring missing block openmodularturrets:baseTierThreeBlock
[03:23:53] [Server thread/INFO] [WarpDrive/WarpDrive]: Ignoring missing block evilcraft:sanguinaryEnvironmentalAccumulator
[03:23:53] [Server thread/INFO] [WarpDrive/WarpDrive]: Ignoring missing block Artifacts:anti_anti_builder_stone
[03:23:53] [Server thread/INFO] [WarpDrive/WarpDrive]: Ignoring missing block ThermalExpansion:Cache
[03:23:53] [Server thread/INFO] [WarpDrive/WarpDrive]: Ignoring missing block StargateTech2:block.shieldController
[03:23:53] [Server thread/INFO] [WarpDrive/WarpDrive]: Ignoring missing block StargateTech2:block.busCable
[03:23:53] [Server thread/INFO] [WarpDrive/WarpDrive]: Ignoring missing block TConstruct:slime.leaves
[03:23:53] [Server thread/INFO] [WarpDrive/WarpDrive]: Ignoring missing block StargateTech2:block.shield
[03:23:53] [Server thread/INFO] [WarpDrive/WarpDrive]: Ignoring missing block IC2:blockReactorChamber
[03:23:53] [Server thread/INFO] [WarpDrive/WarpDrive]: Ignoring missing block ThermalExpansion:Device
[03:23:53] [Server thread/INFO] [WarpDrive/WarpDrive]: Ignoring missing block CarpentersBlocks:blockCarpentersLadder
[03:23:53] [Server thread/INFO] [WarpDrive/WarpDrive]: Ignoring missing block CarpentersBlocks:blockCarpentersGarageDoor
[03:23:53] [Server thread/INFO] [WarpDrive/WarpDrive]: Ignoring missing block OpenComputers:caseCreative
[03:23:53] [Server thread/INFO] [WarpDrive/WarpDrive]: Ignoring missing block malisisdoors:rustyHatch
[03:23:53] [Server thread/INFO] [WarpDrive/WarpDrive]: Ignoring missing block openmodularturrets:baseTierOneBlock
[03:23:53] [Server thread/INFO] [WarpDrive/WarpDrive]: Ignoring missing block StargateTech2:block.busAdapter
[03:23:53] [Server thread/INFO] [WarpDrive/WarpDrive]: Ignoring missing block ThermalExpansion:Machine
[03:23:53] [Server thread/INFO] [WarpDrive/WarpDrive]: Ignoring missing block evilcraft:darkOre
[03:23:53] [Server thread/INFO] [WarpDrive/WarpDrive]: Ignoring missing block Railcraft:residual.heat
[03:23:53] [Server thread/INFO] [WarpDrive/WarpDrive]: Ignoring missing block CarpentersBlocks:blockCarpentersPressurePlate
[03:23:53] [Server thread/INFO] [WarpDrive/WarpDrive]: Ignoring missing block Thaumcraft:blockCustomPlant
[03:23:53] [Server thread/INFO] [WarpDrive/WarpDrive]: Ignoring missing block AdvancedRepulsionSystems:field
[03:23:53] [Server thread/INFO] [WarpDrive/WarpDrive]: Ignoring missing block ImmersiveEngineering:metalDevice
[03:23:53] [Server thread/INFO] [WarpDrive/WarpDrive]: Ignoring missing block Artifacts:anti_builder
[03:23:53] [Server thread/INFO] [WarpDrive/WarpDrive]: Ignoring missing item AWWayofTime:boundHelmetWater
[03:23:53] [Server thread/INFO] [WarpDrive/WarpDrive]: Ignoring missing item Techguns:t3_miner_helmet
[03:23:53] [Server thread/INFO] [WarpDrive/WarpDrive]: Ignoring missing item IC2:itemArmorNanoHelmet
[03:23:53] [Server thread/INFO] [WarpDrive/WarpDrive]: Ignoring missing item Techguns:t3_exo_helmet
[03:23:53] [Server thread/INFO] [WarpDrive/WarpDrive]: Ignoring missing item IC2:itemArmorHazmatHelmet
[03:23:53] [Server thread/INFO] [WarpDrive/WarpDrive]: Ignoring missing item IC2:itemArmorQuantumChestplate
[03:23:53] [Server thread/INFO] [WarpDrive/WarpDrive]: Ignoring missing item AdvancedSolarPanel:advanced_solar_helmet
[03:23:53] [Server thread/INFO] [WarpDrive/WarpDrive]: Ignoring missing item AWWayofTime:boundHelmetWind
[03:23:53] [Server thread/INFO] [WarpDrive/WarpDrive]: Ignoring missing item Botania:elementiumHelm
[03:23:53] [Server thread/INFO] [WarpDrive/WarpDrive]: Ignoring missing item GraviSuite:advJetpack
[03:23:53] [Server thread/INFO] [WarpDrive/WarpDrive]: Ignoring missing item Botania:elementiumHelmReveal
[03:23:53] [Server thread/INFO] [WarpDrive/WarpDrive]: Ignoring missing item Techguns:steam,_helmet
[03:23:53] [Server thread/INFO] [WarpDrive/WarpDrive]: Ignoring missing item Botania:terrasteelHelmReveal
[03:23:53] [Server thread/INFO] [WarpDrive/WarpDrive]: Ignoring missing item IC2:itemArmorJetpack
[03:23:53] [Server thread/INFO] [WarpDrive/WarpDrive]: Ignoring missing item IC2:itemArmorRubBoots
[03:23:53] [Server thread/INFO] [WarpDrive/WarpDrive]: Ignoring missing item RedstoneArsenal:armor.helmetFlux
[03:23:53] [Server thread/INFO] [WarpDrive/WarpDrive]: Ignoring missing item AWWayofTime:boundHelmet
[03:23:53] [Server thread/INFO] [WarpDrive/WarpDrive]: Ignoring missing item AdvancedSolarPanel:hybrid_solar_helmet
[03:23:53] [Server thread/INFO] [WarpDrive/WarpDrive]: Ignoring missing item IC2:itemArmorQuantumHelmet
[03:23:53] [Server thread/INFO] [WarpDrive/WarpDrive]: Ignoring missing item IC2:itemArmorJetpackElectric
[03:23:53] [Server thread/INFO] [WarpDrive/WarpDrive]: Ignoring missing item AdvancedSolarPanel:ultimate_solar_helmet
[03:23:53] [Server thread/INFO] [WarpDrive/WarpDrive]: Ignoring missing item Botania:terrasteelHelm
[03:23:53] [Server thread/INFO] [WarpDrive/WarpDrive]: Ignoring missing item PneumaticCraft:pneumaticHelmet
[03:23:53] [Server thread/INFO] [WarpDrive/WarpDrive]: Ignoring missing item Techguns:t3_power_helmet
[03:23:53] [Server thread/INFO] [WarpDrive/WarpDrive]: Ignoring missing item GraviSuite:graviChestPlate
[03:23:53] [Server thread/INFO] [WarpDrive/WarpDrive]: Ignoring missing item GraviSuite:advNanoChestPlate
[03:23:53] [Server thread/INFO] [WarpDrive/WarpDrive]: Ignoring missing item IC2:itemArmorQuantumBoots
[03:23:53] [Server thread/INFO] [WarpDrive/WarpDrive]: Ignoring missing item AWWayofTime:boundHelmetEarth
[03:23:53] [Server thread/INFO] [WarpDrive/WarpDrive]: Ignoring missing item AWWayofTime:boundHelmetFire
[03:23:53] [Server thread/INFO] [WarpDrive/WarpDrive]: Ignoring missing item EnderIO:item.darkSteel_helmet
[03:23:53] [Server thread/INFO] [WarpDrive/WarpDrive]: Ignoring missing item IC2:itemSolarHelmet
[03:23:53] [Server thread/INFO] [WarpDrive/WarpDrive]: Ignoring missing item Techguns:tacticalMask
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'minecraft:powered_comparator': net.minecraft.block.BlockRedstoneComparator@91c4a3f
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'minecraft:cauldron': net.minecraft.block.BlockCauldron@48d7ad8b
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'minecraft:heavy_weighted_pressure_plate': net.minecraft.block.BlockPressurePlateWeighted@13cda7c9
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'BuildCraft|Builders:machineBlock': buildcraft.builders.BlockQuarry@695be9a4
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'WarpDrive:blockHull3_slab_lightBlue': cr0s.warpdrive.block.hull.BlockHullSlab@60c6490d
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'BuildCraft|Builders:frameBlock': buildcraft.builders.BlockFrame@55d57ffe
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'WarpDrive:blockHull2_slab_lightBlue': cr0s.warpdrive.block.hull.BlockHullSlab@5d0fcb2d
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'WarpDrive:blockHull1_slab_lightBlue': cr0s.warpdrive.block.hull.BlockHullSlab@64cf7bf3
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'minecraft:iron_block': net.minecraft.block.BlockCompressed@39fc6b2c
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'WarpDrive:blockHull2_slab_black': cr0s.warpdrive.block.hull.BlockHullSlab@55a47205
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'minecraft:sapling': net.minecraft.block.BlockSapling@70e29e14
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'WarpDrive:blockHull1_slab_red': cr0s.warpdrive.block.hull.BlockHullSlab@2d4e01d9
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'minecraft:stone': net.minecraft.block.BlockStone@5489c777
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'IronChest:BlockIronChest': cpw.mods.ironchest.BlockIronChest@70ceefcc
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'WarpDrive:blockHull2_omnipanel': cr0s.warpdrive.block.hull.BlockHullOmnipanel@337cb476
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'WarpDrive:blockHull1_slab_white': cr0s.warpdrive.block.hull.BlockHullSlab@c99566d
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'chisel:marble_stairs.3': team.chisel.block.BlockCarvableStairs@4a65b24e
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'chisel:pumpkin5': team.chisel.block.BlockCarvablePumpkin@5ef4d6a2
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'Mekanism:SaltBlock': mekanism.common.block.BlockSalt@18e34097
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'chisel:stained_glass_pane_white': team.chisel.block.BlockCarvablePane@6041e19a
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'chisel:jackolantern1': team.chisel.block.BlockCarvablePumpkin@56611306
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'WarpDrive:blockForceField3': cr0s.warpdrive.block.forcefield.BlockForceField@545251b2
[03:23:53] [Server thread/WARN] [WarpDrive/WarpDrive]: Warning: non-anchor block with unbreakable hardness 'WarpDrive:blockForceField3' cr0s.warpdrive.block.forcefield.BlockForceField@545251b2 (-1.0)
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'WarpDrive:blockHull1_slab_purple': cr0s.warpdrive.block.hull.BlockHullSlab@53ce81e4
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'WarpDrive:blockHull1_stairs_purple': cr0s.warpdrive.block.hull.BlockHullStairs@6e748a70
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'chisel:factoryblock2': team.chisel.block.BlockCarvable@107eb49
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'chisel:torch7': team.chisel.block.BlockCarvableTorch@2f229206
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'WarpDrive:blockHull1_slab_silver': cr0s.warpdrive.block.hull.BlockHullSlab@5be60ceb
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'chisel:factoryblock': team.chisel.block.BlockCarvable@1d0d57a4
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'chisel:stained_glass_pane_brown': team.chisel.block.BlockCarvablePane@7732047a
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'WarpDrive:blockHull1_stairs_silver': cr0s.warpdrive.block.hull.BlockHullStairs@21dc77dc
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'chisel:ice_stairs.0': team.chisel.block.BlockCarvableIceStairs@58c13e6c
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'chisel:aluminum_stairs.7': team.chisel.block.BlockCarvableStairs@3888bfca
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'minecraft:flowing_water': net.minecraft.block.BlockDynamicLiquid@2449cff7
[03:23:53] [Server thread/WARN] [WarpDrive/WarpDrive]: Warning: non-hull block with high hardness 'minecraft:flowing_water' net.minecraft.block.BlockDynamicLiquid@2449cff7 (100.0)
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'BuildCraft|Builders:fillerBlock': buildcraft.builders.BlockFiller@1656f00a
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'chisel:stained_glass_pane_lightgray': team.chisel.block.BlockCarvablePane@44daf64f
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'chisel:torch6': team.chisel.block.BlockCarvableTorch@196065e0
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'WarpDrive:blockAirGenerator1': cr0s.warpdrive.block.breathing.BlockAirGeneratorTiered@712c87e2
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'WarpDrive:blockHull2_stairs_purple': cr0s.warpdrive.block.hull.BlockHullStairs@638940e8
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'WarpDrive:blockGas': cr0s.warpdrive.block.decoration.BlockGas@6ac5b0d5
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'chisel:aluminum_stairs.6': team.chisel.block.BlockCarvableStairs@410d006d
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'WarpDrive:blockHull2_stairs_silver': cr0s.warpdrive.block.hull.BlockHullStairs@6b6dd62f
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'minecraft:netherrack': net.minecraft.block.BlockNetherrack@3b809711
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'minecraft:log2': net.minecraft.block.BlockNewLog@1d8e2eea
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'minecraft:torch': net.minecraft.block.BlockTorch@7668d560
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'minecraft:spruce_stairs': net.minecraft.block.BlockStairs@7ba63fe5
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'minecraft:ice': net.minecraft.block.BlockIce@30272916
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'minecraft:reeds': net.minecraft.block.BlockReed@1b70203f
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'WarpDrive:blockHull3_stairs_purple': cr0s.warpdrive.block.hull.BlockHullStairs@6558c330
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'chisel:futura': team.chisel.block.BlockCarvable@4d769818
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'minecraft:double_plant': net.minecraft.block.BlockDoublePlant@57f64f5e
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'WarpDrive:blockHull3_stairs_silver': cr0s.warpdrive.block.hull.BlockHullStairs@1d784acb
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'WarpDrive:blockHull3_slab_brown': cr0s.warpdrive.block.hull.BlockHullSlab@5cb0c872
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'lightsabers:light_forcestone': com.fiskmods.lightsabers.common.block.BlockForcestone@459f6503
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'minecraft:brick_block': net.minecraft.block.Block@2e27d72f
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'Mekanism:EnergyCube': mekanism.common.block.BlockEnergyCube@2881e30e
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'WarpDrive:blockHull2_glass': cr0s.warpdrive.block.hull.BlockHullGlass@7fcb3d3
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'chisel:iron_block': team.chisel.block.BlockBeaconBase@30a3c8be
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'chisel:jackolantern12': team.chisel.block.BlockCarvablePumpkin@75a0b23e
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'lightsabers:lightsaber_forge_light': com.fiskmods.lightsabers.common.block.BlockLightsaberForge@2b3efff1
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'chisel:torch1': team.chisel.block.BlockCarvableTorch@62ffeee8
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'chisel:aluminum_stairs.1': team.chisel.block.BlockCarvableStairs@5c37f239
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'WarpDrive:blockHull3_glass': cr0s.warpdrive.block.hull.BlockHullGlass@35f421eb
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'chisel:warningSign': team.chisel.block.BlockCarvableLayered@673a3941
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'WarpDrive:blockHull3_stairs_gray': cr0s.warpdrive.block.hull.BlockHullStairs@49b0a1ce
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'minecraft:log': net.minecraft.block.BlockOldLog@6a1ebcff
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'chisel:dirt': team.chisel.block.BlockCarvable@509b4936
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'WarpDrive:blockHull1_plain': cr0s.warpdrive.block.hull.BlockHullPlain@57fe54b6
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'WarpDrive:blockForceFieldRelay1': cr0s.warpdrive.block.forcefield.BlockForceFieldRelay@41974d79
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'WarpDrive:blockHull1_slab_magenta': cr0s.warpdrive.block.hull.BlockHullSlab@383648d
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'chisel:leadblock': team.chisel.block.BlockBeaconBase@6644c68d
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'minecraft:coal_block': net.minecraft.block.Block@67fe380b
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'chisel:packedice_stairs.4': team.chisel.block.BlockCarvablePackedIceStairs@55d304dd
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'BuildCraft|Energy:blockRedPlasma': buildcraft.core.lib.block.BlockBuildCraftFluid@35e0f765
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'minecraft:gold_block': net.minecraft.block.BlockCompressed@5a772895
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'academy-craft:ac_Block_abilityInterferer': cn.academy.crafting.block.BlockAbilityInterferer@5ec9906e
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'minecraft:quartz_block': net.minecraft.block.BlockQuartz@5b69d40d
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'minecraft:end_portal': net.minecraft.block.BlockEndPortal@710b30ef
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'chisel:carpet_block': team.chisel.block.BlockCarvable@5f6572c0
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'WarpDrive:blockHull3_slab_orange': cr0s.warpdrive.block.hull.BlockHullSlab@2fd11f97
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'minecraft:quartz_ore': net.minecraft.block.BlockOre@41c89d2f
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'minecraft:stained_hardened_clay': net.minecraft.block.BlockColored@4aa3d36
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'BuildCraft|Core:eternalSpring': buildcraft.core.BlockSpring@24f37f9e
[03:23:53] [Server thread/WARN] [WarpDrive/WarpDrive]: Warning: non-anchor block with unbreakable hardness 'BuildCraft|Core:eternalSpring' buildcraft.core.BlockSpring@24f37f9e (-1.0)
[03:23:53] [Server thread/WARN] [WarpDrive/WarpDrive]: Warning: non-anchor block with high blast resistance 'BuildCraft|Core:eternalSpring' buildcraft.core.BlockSpring@24f37f9e (-1.0)
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'minecraft:grass': net.minecraft.block.BlockGrass@2b5cb9b2
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'chisel:limestone_stairs.3': team.chisel.block.BlockCarvableStairs@27091233
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'WarpDrive:blockHull3_stairs_magenta': cr0s.warpdrive.block.hull.BlockHullStairs@27ad54e6
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'chisel:pumpkin16': team.chisel.block.BlockCarvablePumpkin@19ddfd77
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'WarpDrive:blockHull2_stairs_magenta': cr0s.warpdrive.block.hull.BlockHullStairs@5a135694
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'minecraft:mycelium': net.minecraft.block.BlockMycelium@2c0f7678
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'chisel:netherrack': team.chisel.Features$59$1@188d09c8
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'chisel:stained_glass_pane_yellow': team.chisel.block.BlockCarvablePane@3cb84f44
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'chisel:jackolantern9': team.chisel.block.BlockCarvablePumpkin@12a7a2be
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'minecraft:anvil': net.minecraft.block.BlockAnvil@408613cc
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'WarpDrive:blockLaserMedium': cr0s.warpdrive.block.BlockLaserMedium@354a9086
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'minecraft:lit_furnace': net.minecraft.block.BlockFurnace@6979efad
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'chisel:gold2': team.chisel.block.BlockBeaconBase@1642cdaf
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'WarpDrive:blockHull2_stairs_green': cr0s.warpdrive.block.hull.BlockHullStairs@2ed72a0
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'minecraft:diamond_block': net.minecraft.block.BlockCompressed@282308c3
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'WarpDrive:blockHull2_slab_yellow': cr0s.warpdrive.block.hull.BlockHullSlab@7f51be55
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'minecraft:jungle_stairs': net.minecraft.block.BlockStairs@6f330eb9
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'minecraft:stone_pressure_plate': net.minecraft.block.BlockPressurePlate@3b582111
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'WarpDrive:blockHull2_stairs_blue': cr0s.warpdrive.block.hull.BlockHullStairs@64497b5f
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'WarpDrive:blockProjector2': cr0s.warpdrive.block.forcefield.BlockForceFieldProjector@2717b07c
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'WarpDrive:blockHull2_slab_blue': cr0s.warpdrive.block.hull.BlockHullSlab@77a3bee0
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'chisel:oak_planks': team.chisel.block.BlockCarvable@12931a47
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'WarpDrive:blockHull3_stairs_red': cr0s.warpdrive.block.hull.BlockHullStairs@3620f050
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'lightsabers:light_forcestone_stairs': com.fiskmods.lightsabers.common.block.BlockModStairs@44321365
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'chisel:birch_planks': team.chisel.block.BlockCarvable@2e67c28e
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'chisel:marble_pillar': team.chisel.block.BlockCarvable@6845d9fe
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'WarpDrive:blockHull1_stairs_lime': cr0s.warpdrive.block.hull.BlockHullStairs@140dd93d
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'minecraft:brown_mushroom': net.minecraft.block.BlockMushroom@59221b97
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'chisel:pumpkin11': team.chisel.block.BlockCarvablePumpkin@11552f9c
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'minecraft:redstone_torch': net.minecraft.block.BlockRedstoneTorch@6105f8a3
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'minecraft:double_wooden_slab': net.minecraft.block.BlockWoodSlab@ceb4bd2
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'WarpDrive:blockHull1_stairs_lightBlue': cr0s.warpdrive.block.hull.BlockHullStairs@2ed58b38
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'minecraft:lit_redstone_lamp': net.minecraft.block.BlockRedstoneLight@169da7f2
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'minecraft:leaves2': net.minecraft.block.BlockNewLeaf@7f34a967
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'minecraft:farmland': net.minecraft.block.BlockFarmland@1af05b03
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'chisel:marble': team.chisel.block.BlockCarvable@7545d03d
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'minecraft:brewing_stand': net.minecraft.block.BlockBrewingStand@680bddf5
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'chisel:ice_pillar': team.chisel.block.BlockCarvableIce@1dea4645
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'chisel:futuraCircuit': team.chisel.block.BlockCarvableGlow@503c26a2
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'minecraft:glowstone': net.minecraft.block.BlockGlowstone@63034ed1
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'chisel:jackolantern4': team.chisel.block.BlockCarvablePumpkin@153d845d
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'academy-craft:ac_Block_nodeStandard': cn.academy.energy.block.BlockNode@49b2055f
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'WarpDrive:blockHull2_stairs_pink': cr0s.warpdrive.block.hull.BlockHullStairs@3103272e
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'chisel:gold_block': team.chisel.block.BlockBeaconBase@39b02e0f
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'WarpDrive:blockHull2_slab_pink': cr0s.warpdrive.block.hull.BlockHullSlab@4eb4a201
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'chisel:marble_stairs.5': team.chisel.block.BlockCarvableStairs@6faf613f
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'minecraft:dragon_egg': net.minecraft.block.BlockDragonEgg@1b1637e1
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'chisel:pumpkin7': team.chisel.block.BlockCarvablePumpkin@e082d1c
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'chisel:dark_oak_planks': team.chisel.block.BlockCarvable@4298a05f
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'minecraft:sandstone': net.minecraft.block.BlockSandStone@25243bc1
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'minecraft:detector_rail': net.minecraft.block.BlockRailDetector@6b5f8707
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'minecraft:light_weighted_pressure_plate': net.minecraft.block.BlockPressurePlateWeighted@63a5d002
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'chisel:grimstone': team.chisel.block.BlockGrimstone@631a944d
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'chisel:torch9': team.chisel.block.BlockCarvableTorch@48c8397f
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'chisel:ice_stairs.2': team.chisel.block.BlockCarvableIceStairs@29b8751
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'chisel:stonebricksmooth': team.chisel.block.BlockCarvable@733408dc
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'chisel:leaves': team.chisel.block.BlockLeaf@1b7c8218
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'WarpDrive:blockHull3_stairs_black': cr0s.warpdrive.block.hull.BlockHullStairs@8d127cc
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'WarpDrive:blockAirGenerator3': cr0s.warpdrive.block.breathing.BlockAirGeneratorTiered@628e9e4f
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'chisel:steelblock': team.chisel.block.BlockBeaconBase@7e81c9df
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'BuildCraft|Core:buildToolBlock': buildcraft.core.BlockBuildTool@3ef9be7d
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'WarpDrive:blockHull1_stairs_orange': cr0s.warpdrive.block.hull.BlockHullStairs@286d7863
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'minecraft:cactus': net.minecraft.block.BlockCactus@b273a59
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'Mekanism:MachineBlock2': mekanism.common.block.BlockMachine@ea18d10
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'WarpDrive:blockHull2_stairs_cyan': cr0s.warpdrive.block.hull.BlockHullStairs@575d1f5b
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'chisel:carpet': team.chisel.block.BlockCarvableCarpet@69911aa3
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'chisel:stained_glass_lightgray': team.chisel.block.BlockCarvableGlass@58768df9
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'WarpDrive:blockCamera': cr0s.warpdrive.block.detection.BlockCamera@596ae992
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'chisel:lapis_block': team.chisel.block.BlockCarvable@4f491222
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'chisel:pumpkin2': team.chisel.block.BlockCarvablePumpkin@4de363ab
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'lightsabers:lightsaber_forge_dark': com.fiskmods.lightsabers.common.block.BlockLightsaberForge@55454f27
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'WarpDrive:blockHull2_stairs_orange': cr0s.warpdrive.block.hull.BlockHullStairs@7c867b28
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'minecraft:tripwire': net.minecraft.block.BlockTripWire@36c54a56
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'minecraft:acacia_stairs': net.minecraft.block.BlockStairs@240139e1
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'WarpDrive:blockAir': cr0s.warpdrive.block.breathing.BlockAir@c87dbc3
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'WarpDrive:blockHull3_slab_green': cr0s.warpdrive.block.hull.BlockHullSlab@730e3769
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'chisel:voidstone': team.chisel.block.BlockCarvable@4a3a82e0
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'chisel:jackolantern14': team.chisel.block.BlockCarvablePumpkin@194de0fd
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'chisel:granite': team.chisel.block.BlockCarvable@25706cfb
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'WarpDrive:blockHull3_stairs_orange': cr0s.warpdrive.block.hull.BlockHullStairs@6504c466
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'WarpDrive:blockTransporterContainment': cr0s.warpdrive.block.movement.BlockTransporterContainment@645f65f1
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'chisel:brickCustom': team.chisel.block.BlockCarvable@38172b86
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'chisel:torch3': team.chisel.block.BlockCarvableTorch@9fe9f5e
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'chisel:iron2': team.chisel.block.BlockBeaconBase@18d54342
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'minecraft:brick_stairs': net.minecraft.block.BlockStairs@64a1923a
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'chisel:aluminum_stairs.3': team.chisel.block.BlockCarvableStairs@5601c3be
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'minecraft:daylight_detector': net.minecraft.block.BlockDaylightDetector@64d43929
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'chisel:marble_slab_top': team.chisel.block.BlockCarvableSlab@29bc66e5
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'minecraft:snow_layer': net.minecraft.block.BlockSnow@6e0d4a8
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'chisel:sandstone_scribbles': team.chisel.block.BlockCarvable@29546097
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'WarpDrive:blockForceFieldRelay3': cr0s.warpdrive.block.forcefield.BlockForceFieldRelay@110f33b4
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'lightsabers:forcestone_slab': com.fiskmods.lightsabers.common.block.BlockModSlab@1714f3e2
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'minecraft:nether_wart': net.minecraft.block.BlockNetherWart@4163f1cd
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'chisel:silverblock': team.chisel.block.BlockBeaconBase@1ef6d70f
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'chisel:packedice_stairs.6': team.chisel.block.BlockCarvablePackedIceStairs@61ba9ce0
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'MekanismGenerators:Generator': mekanism.generators.common.block.BlockGenerator@100df6ed
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'minecraft:coal_ore': net.minecraft.block.BlockOre@4b770e40
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'minecraft:sticky_piston': net.minecraft.block.BlockPistonBase@6e5bfdfc
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'lightsabers:light_activated_forcestone_pillar': com.fiskmods.lightsabers.common.block.BlockPillar@52ebe04f
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'minecraft:bedrock': net.minecraft.block.Block@3b1bb3ab
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'WarpDrive:blockWarpIsolation': cr0s.warpdrive.block.detection.BlockWarpIsolation@360d6120
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'chisel:technical3': team.chisel.block.BlockCarvable@79685921
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'minecraft:gravel': net.minecraft.block.BlockGravel@3e792ce3
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'Mekanism:MachineBlock': mekanism.common.block.BlockMachine@3b8d9d52
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'chisel:antiBlock': team.chisel.block.BlockCarvableAntiBlock@5ee78a4a
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'WarpDrive:blockLaser': cr0s.warpdrive.block.BlockLaser@319582ab
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'minecraft:lapis_block': net.minecraft.block.BlockCompressed@e041f0c
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'chisel:limestone_stairs.5': team.chisel.block.BlockCarvableStairs@7bc4b916
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'academy-craft:ac_Block_nodeAdvanced': cn.academy.energy.block.BlockNode@4a96b393
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'minecraft:lever': net.minecraft.block.BlockLever@30457e14
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'WarpDrive:blockHull3_slab_purple': cr0s.warpdrive.block.hull.BlockHullSlab@253e290b
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'WarpDrive:blockHull3_slab_silver': cr0s.warpdrive.block.hull.BlockHullSlab@625a874
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'chisel:fantasyblock': team.chisel.block.BlockCarvable@2a3b99cd
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'chisel:hexPlating': team.chisel.block.BlockCarvableGlow@18fdcb83
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'minecraft:carrots': net.minecraft.block.BlockCarrot@2fb69ff6
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'minecraft:glass': net.minecraft.block.BlockGlass@5f577419
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'minecraft:noteblock': net.minecraft.block.BlockNote@5aa360ea
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'chisel:technical': team.chisel.block.BlockCarvable@143b0785
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'WarpDrive:blockHull3_slab_lime': cr0s.warpdrive.block.hull.BlockHullSlab@a1f2802
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'BuildCraft|Robotics:requester': buildcraft.robotics.BlockRequester@280ca356
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'minecraft:trapped_chest': net.minecraft.block.BlockChest@325f7fa9
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'chisel:stained_glass_yellow': team.chisel.block.BlockCarvableGlass@477782e
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'chisel:waterstone': team.chisel.block.BlockWaterstone@7d892bb1
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'WarpDrive:blockHull1_slab_cyan': cr0s.warpdrive.block.hull.BlockHullSlab@2b5b6ae6
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'academy-craft:ac_Block_infiniteGen': cn.academy.energy.block.BlockCatEngine@7b64bf90
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'chisel:packedice': team.chisel.block.BlockCarvablePackedIce@46e55456
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'minecraft:flower_pot': net.minecraft.block.BlockFlowerPot@181d7f28
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'minecraft:brown_mushroom_block': net.minecraft.block.BlockHugeMushroom@553f3b6e
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'Mekanism:BasicBlock': mekanism.common.block.BlockBasic@317abfdf
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'minecraft:piston_head': net.minecraft.block.BlockPistonExtension@2fb68ec6
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'minecraft:red_flower': net.minecraft.block.BlockFlower@24528a25
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'WarpDrive:blockShipScanner': cr0s.warpdrive.block.building.BlockShipScanner@350ee11f
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'chisel:emerald_block': team.chisel.block.BlockBeaconBase@24103b05
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'BuildCraft|Factory:blockHopper': buildcraft.factory.BlockHopper@4d25f193
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'Mekanism:BoundingBlock': mekanism.common.block.BlockBounding@55156098
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'minecraft:dropper': net.minecraft.block.BlockDropper@606fc505
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'chisel:stained_glass_pane_pink': team.chisel.block.BlockCarvablePane@3d633078
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'academy-craft:ac_Block_windgenPillar': cn.academy.energy.block.wind.BlockWindGenPillar@1d549a35
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'chisel:packedice_stairs.0': team.chisel.block.BlockCarvablePackedIceStairs@1b5125be
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'academy-craft:ac_Block_imagPhase': cn.academy.crafting.block.BlockImagPhase@26c36322
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'WarpDrive:blockHull2_stairs_white': cr0s.warpdrive.block.hull.BlockHullStairs@41a4955e
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'minecraft:deadbush': net.minecraft.block.BlockDeadBush@492fc69e
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'chisel:limestone_stairs.0': team.chisel.block.BlockCarvableStairs@62fbd5dc
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'chisel:pumpkin13': team.chisel.block.BlockCarvablePumpkin@2e0ebf13
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'minecraft:bookshelf': net.minecraft.block.BlockBookshelf@6d2260db
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'chisel:spruce_planks': team.chisel.block.BlockCarvable@1fecbdf9
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'academy-craft:ac_Block_windgenMain': cn.academy.energy.block.wind.BlockWindGenMain@354a6f3d
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'minecraft:sand': net.minecraft.block.BlockSand@22ee2d0
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'lightsabers:sith_coffin': com.fiskmods.lightsabers.common.block.BlockSithCoffin@4672d0af
[03:23:53] [Server thread/WARN] [WarpDrive/WarpDrive]: Warning: non-hull block with high hardness 'lightsabers:sith_coffin' com.fiskmods.lightsabers.common.block.BlockSithCoffin@4672d0af (50.0)
[03:23:53] [Server thread/WARN] [WarpDrive/WarpDrive]: Warning: non-anchor block with high blast resistance 'lightsabers:sith_coffin' com.fiskmods.lightsabers.common.block.BlockSithCoffin@4672d0af (50.0)
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'WarpDrive:blockHull2_slab_red': cr0s.warpdrive.block.hull.BlockHullSlab@2405a2a7
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'chisel:jackolantern6': team.chisel.block.BlockCarvablePumpkin@378e48bc
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'minecraft:wooden_door': net.minecraft.block.BlockDoor@27f0ad19
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'WarpDrive:blockHull3_stairs_brown': cr0s.warpdrive.block.hull.BlockHullStairs@1812f88c
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'chisel:marble_stairs.7': team.chisel.block.BlockCarvableStairs@978ea1b
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'chisel:ice_stairs.5': team.chisel.block.BlockCarvableIceStairs@3b1a529c
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'chisel:pumpkin9': team.chisel.block.BlockCarvablePumpkin@11e24a1e
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'minecraft:obsidian': net.minecraft.block.BlockObsidian@7ee55e70
[03:23:53] [Server thread/WARN] [WarpDrive/WarpDrive]: Warning: non-hull block with high hardness 'minecraft:obsidian' net.minecraft.block.BlockObsidian@7ee55e70 (50.0)
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'minecraft:wall_sign': net.minecraft.block.BlockSign@450794b4
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'WarpDrive:blockLaserCamera': cr0s.warpdrive.block.weapon.BlockLaserCamera@76000d7d
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'minecraft:mossy_cobblestone': net.minecraft.block.Block@1f2d2181
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'minecraft:unpowered_comparator': net.minecraft.block.BlockRedstoneComparator@771158fb
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'minecraft:unpowered_repeater': net.minecraft.block.BlockRedstoneRepeater@7e11ab3d
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'chisel:diamond_block': team.chisel.block.BlockBeaconBase@6408f4e5
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'chisel:ice_stairs.4': team.chisel.block.BlockCarvableIceStairs@5a8601b7
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'Mekanism:RoadPlasticBlock': mekanism.common.block.BlockPlastic@640874b
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'minecraft:hay_block': net.minecraft.block.BlockHay@253c1256
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'BuildCraft|Factory:plainPipeBlock': buildcraft.factory.BlockPlainPipe@64ffd746
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'Mekanism:BasicBlock2': mekanism.common.block.BlockBasic@54795e58
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'academy-craft:rf_input': cn.academy.support.rf.BlockRFInput@57827049
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'WarpDrive:blockLaserTreeFarm': cr0s.warpdrive.block.collection.BlockLaserTreeFarm@72ca9d6d
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'BuildCraft|Builders:constructionMarkerBlock': buildcraft.builders.BlockConstructionMarker@599b6dcf
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'WarpDrive:blockHull1_stairs_black': cr0s.warpdrive.block.hull.BlockHullStairs@3007e114
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'chisel:laboratoryblock': team.chisel.block.BlockCarvable@3744bca4
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'minecraft:double_stone_slab': net.minecraft.block.BlockStoneSlab@5d332969
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'minecraft:melon_stem': net.minecraft.block.BlockStem@41c62850
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'chisel:uraniumblock': team.chisel.block.BlockBeaconBase@5fb0c708
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'WarpDrive:blockWeaponController': cr0s.warpdrive.block.weapon.BlockWeaponController@282e4f71
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'minecraft:emerald_ore': net.minecraft.block.BlockOre@2ba45490
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'chisel:marble_stairs.2': team.chisel.block.BlockCarvableStairs@e6ec134
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'chisel:glowstone': team.chisel.block.BlockCarvableGlowstone@f92ff06
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'BuildCraft|Transport:pipeBlock': buildcraft.transport.BlockGenericPipe@6a440583
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'lightsabers:forcestone_double_slab': com.fiskmods.lightsabers.common.block.BlockModSlab@24f688
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'chisel:pumpkin4': team.chisel.block.BlockCarvablePumpkin@44bf0a22
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'WarpDrive:blockHull2_slab_lime': cr0s.warpdrive.block.hull.BlockHullSlab@41b912c5
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'minecraft:activator_rail': net.minecraft.block.BlockRailPowered@15f193b8
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'chisel:stained_glass_pane_red': team.chisel.block.BlockCarvablePane@74532a85
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'WarpDrive:blockForceField2': cr0s.warpdrive.block.forcefield.BlockForceField@7caf5193
[03:23:53] [Server thread/WARN] [WarpDrive/WarpDrive]: Warning: non-anchor block with unbreakable hardness 'WarpDrive:blockForceField2' cr0s.warpdrive.block.forcefield.BlockForceField@7caf5193 (-1.0)
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'Mekanism:OreBlock': mekanism.common.block.BlockOre@164fb84b
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'minecraft:golden_rail': net.minecraft.block.BlockRailPowered@62577d6
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'chisel:sandstone': team.chisel.block.BlockCarvable@6cc48358
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'WarpDrive:blockRadar': cr0s.warpdrive.block.detection.BlockRadar@252a6566
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'chisel:jackolantern16': team.chisel.block.BlockCarvablePumpkin@1da6f2ba
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'chisel:glass': team.chisel.block.BlockCarvableGlass@67a8d32a
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'chisel:torch5': team.chisel.block.BlockCarvableTorch@2991a5e8
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'WarpDrive:blockHull1_tiled': cr0s.warpdrive.block.hull.BlockHullPlain@5d1dce94
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'minecraft:hardened_clay': net.minecraft.block.BlockHardenedClay@109f5dd8
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'WarpDrive:blockHull2_stairs_gray': cr0s.warpdrive.block.hull.BlockHullStairs@6999e9c3
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'BuildCraft|Transport:filteredBufferBlock': buildcraft.transport.BlockFilteredBuffer@49792243
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'minecraft:sponge': net.minecraft.block.BlockSponge@6b739528
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'minecraft:bed': net.minecraft.block.BlockBed@54336c81
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'chisel:aluminum_stairs.5': team.chisel.block.BlockCarvableStairs@1c50def3
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'minecraft:cocoa': net.minecraft.block.BlockCocoa@56bc3fac
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'chisel:jungle_planks': team.chisel.block.BlockCarvable@16af3af7
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'WarpDrive:blockBedrockGlass': cr0s.warpdrive.block.decoration.BlockBedrockGlass@3c0007ca
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'WarpDrive:blockHull3_stairs_lime': cr0s.warpdrive.block.hull.BlockHullStairs@3d773f07
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'WarpDrive:blockHull3_slab_white': cr0s.warpdrive.block.hull.BlockHullSlab@d7ce63a
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'WarpDrive:blockHull2_slab_gray': cr0s.warpdrive.block.hull.BlockHullSlab@50eec87c
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'minecraft:iron_bars': net.minecraft.block.BlockPane@5ab9b447
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'chisel:rebel': team.chisel.block.BlockCarvable@5e9c662b
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'minecraft:rail': net.minecraft.block.BlockRail@44ea608c
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'WarpDrive:blockShipCore': cr0s.warpdrive.block.movement.BlockShipCore@3e8d86f9
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'minecraft:monster_egg': net.minecraft.block.BlockSilverfish@721eb7df
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'lightsabers:dark_forcestone': com.fiskmods.lightsabers.common.block.BlockForcestone@66ce8995
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'minecraft:mob_spawner': net.minecraft.block.BlockMobSpawner@530a8454
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'chisel:glass2': team.chisel.block.BlockCarvableGlass@27cdce74
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'WarpDrive:blockHull2_tiled': cr0s.warpdrive.block.hull.BlockHullPlain@ed72fb9
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'chisel:copperblock': team.chisel.block.BlockBeaconBase@67f00348
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'minecraft:wooden_slab': net.minecraft.block.BlockWoodSlab@60297f36
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'minecraft:cobblestone_wall': net.minecraft.block.BlockWall@341a8659
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'minecraft:ladder': net.minecraft.block.BlockLadder@38d5b107
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'WarpDrive:blockHull1_slab_black': cr0s.warpdrive.block.hull.BlockHullSlab@5c061032
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'WarpDrive:blockHull2_slab_orange': cr0s.warpdrive.block.hull.BlockHullSlab@64062bea
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'academy-craft:ac_Block_oreImagCrystal': cn.academy.crafting.block.BlockGenericOre@5fa41d88
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'chisel:paperwall_block': team.chisel.block.BlockCarvable@42653da8
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'chisel:tyrian': team.chisel.block.BlockCarvable@8523265
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'chisel:valentines': team.chisel.block.BlockCarvable@1b58c529
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'academy-craft:ac_Block_nodeBasic': cn.academy.energy.block.BlockNode@22b6f5e9
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'academy-craft:ac_Block_developerNormal': cn.academy.ability.block.BlockDeveloper@6164d501
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'minecraft:pumpkin_stem': net.minecraft.block.BlockStem@6bb7cce7
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'chisel:jackolantern11': team.chisel.block.BlockCarvablePumpkin@34afc5f1
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'chisel:limestone_stairs.7': team.chisel.block.BlockCarvableStairs@fd3961
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'minecraft:emerald_block': net.minecraft.block.BlockCompressed@3359c978
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'minecraft:birch_stairs': net.minecraft.block.BlockStairs@73386d72
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'minecraft:melon_block': net.minecraft.block.BlockMelon@2b50150
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'lightsabers:lightsaber_stand': com.fiskmods.lightsabers.common.block.BlockLightsaberStand@626be0ad
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'chisel:present': team.chisel.block.BlockPresent@45c691d9
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'chisel:limestone': team.chisel.block.BlockCarvable@35d7ae1
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'chisel:aluminum_stairs.0': team.chisel.block.BlockCarvableStairs@74686f26
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'WarpDrive:blockHull1_omnipanel': cr0s.warpdrive.block.hull.BlockHullOmnipanel@869d81b
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'academy-craft:ac_Block_oreConstraintMetal': cn.academy.crafting.block.BlockGenericOre@10c97af8
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'chisel:limestone_slab': team.chisel.block.BlockCarvableSlab@57c1c1b
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'WarpDrive:blockHull1_slab_yellow': cr0s.warpdrive.block.hull.BlockHullSlab@604b132e
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'WarpDrive:blockHull2_slab_magenta': cr0s.warpdrive.block.hull.BlockHullSlab@25ba7535
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'minecraft:flowing_lava': net.minecraft.block.BlockDynamicLiquid@70f43b45
[03:23:53] [Server thread/WARN] [WarpDrive/WarpDrive]: Warning: non-hull block with high hardness 'minecraft:flowing_lava' net.minecraft.block.BlockDynamicLiquid@70f43b45 (100.0)
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'chisel:marble_pillar_slab': team.chisel.block.BlockCarvableSlab@4b263358
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'WarpDrive:blockHull2_plain': cr0s.warpdrive.block.hull.BlockHullPlain@53f77f86
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'WarpDrive:blockHull1_stairs_blue': cr0s.warpdrive.block.hull.BlockHullStairs@1f91512a
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'chisel:packedice_stairs.3': team.chisel.block.BlockCarvablePackedIceStairs@320f4a99
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'minecraft:jukebox': net.minecraft.block.BlockJukebox@1162410a
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'WarpDrive:blockHull1_stairs_magenta': cr0s.warpdrive.block.hull.BlockHullStairs@25bf70d7
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'WarpDrive:blockHull3_plain': cr0s.warpdrive.block.hull.BlockHullPlain@b4f5ca5
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'chisel:packedice_pillar': team.chisel.block.BlockCarvablePackedIce@67ba7a21
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'minecraft:cake': net.minecraft.block.BlockCake@71ea1fda
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'chisel:obsidian': team.chisel.block.BlockCarvable@436eea0
[03:23:53] [Server thread/WARN] [WarpDrive/WarpDrive]: Warning: non-hull block with high hardness 'chisel:obsidian' team.chisel.block.BlockCarvable@436eea0 (50.0)
[03:23:53] [Server thread/WARN] [WarpDrive/WarpDrive]: Warning: non-anchor block with high blast resistance 'chisel:obsidian' team.chisel.block.BlockCarvable@436eea0 (50.0)
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'chisel:packedice_stairs.2': team.chisel.block.BlockCarvablePackedIceStairs@c62609f
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'chisel:beacon': team.chisel.block.BlockCarvableBeacon@320c33d2
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'chisel:limestone_stairs.2': team.chisel.block.BlockCarvableStairs@45b7aab9
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'chisel:pumpkin15': team.chisel.block.BlockCarvablePumpkin@55b365a
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'minecraft:wool': net.minecraft.block.BlockColored@3add81c4
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'WarpDrive:blockHull1_stairs_pink': cr0s.warpdrive.block.hull.BlockHullStairs@6715782d
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'WarpDrive:blockHull2_slab_brown': cr0s.warpdrive.block.hull.BlockHullSlab@4dd57209
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'chisel:voidstonePillar2': team.chisel.block.BlockCarvable@7a2b17a8
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'WarpDrive:blockTransporterBeacon': cr0s.warpdrive.block.movement.BlockTransporterBeacon@69afae3a
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'WarpDrive:blockEnanReactorCore': cr0s.warpdrive.block.energy.BlockEnanReactorCore@6e1b81a6
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'chisel:jackolantern8': team.chisel.block.BlockCarvablePumpkin@5a09f3a
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'SGCraft:naquadahBlock': gcewing.sg.NaquadahBlock@36321dbd
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'WarpDrive:blockHull3_stairs_green': cr0s.warpdrive.block.hull.BlockHullStairs@4d03c7f7
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'chisel:acacia_planks': team.chisel.block.BlockCarvable@3c92946b
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'minecraft:furnace': net.minecraft.block.BlockFurnace@54f5f647
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'minecraft:redstone_ore': net.minecraft.block.BlockRedstoneOre@76b0ae1b
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'minecraft:stone_stairs': net.minecraft.block.BlockStairs@50cf5a23
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'chisel:ice_stairs.7': team.chisel.block.BlockCarvableIceStairs@411b465a
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'WarpDrive:blockHull1_stairs_brown': cr0s.warpdrive.block.hull.BlockHullStairs@e3fc148
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'chisel:marble_slab': team.chisel.block.BlockCarvableSlab@3feb0349
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'academy-craft:ac_Block_developerAdvanced': cn.academy.ability.block.BlockDeveloper@333ee023
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'chisel:cobblestone': team.chisel.block.BlockCarvable@6bfe3dd
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'WarpDrive:blockProjector1': cr0s.warpdrive.block.forcefield.BlockForceFieldProjector@62ed5c8d
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'chisel:stone_snakestone': team.chisel.block.BlockSnakestone@5338c946
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'minecraft:nether_brick': net.minecraft.block.Block@23c650a3
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'chisel:pumpkin10': team.chisel.block.BlockCarvablePumpkin@2378d041
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'minecraft:enchanting_table': net.minecraft.block.BlockEnchantmentTable@5c09d180
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'minecraft:stonebrick': net.minecraft.block.BlockStoneBrick@5d52e3ef
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'WarpDrive:blockHull1_stairs_cyan': cr0s.warpdrive.block.hull.BlockHullStairs@220fbe90
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'chisel:bookshelf': team.chisel.block.BlockCarvableBookshelf@4ced5724
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'BuildCraft|Factory:autoWorkbenchBlock': buildcraft.factory.BlockAutoWorkbench@5536ffa8
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'minecraft:vine': net.minecraft.block.BlockVine@328572f0
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'WarpDrive:blockAirFlow': cr0s.warpdrive.block.breathing.BlockAirFlow@3f369b0d
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'MekanismGenerators:ReactorGlass': mekanism.generators.common.block.BlockReactor@2c11959a
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'chisel:jackolantern3': team.chisel.block.BlockCarvablePumpkin@71c5d3cd
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'SGCraft:naquadahOre': gcewing.sg.NaquadahOreBlock@21ae525b
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'WarpDrive:blockMiningLaser': cr0s.warpdrive.block.collection.BlockMiningLaser@17c3f3db
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'chisel:marble_stairs.4': team.chisel.block.BlockCarvableStairs@50e9815b
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'minecraft:unlit_redstone_torch': net.minecraft.block.BlockRedstoneTorch@12365c88
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'chisel:pumpkin6': team.chisel.block.BlockCarvablePumpkin@4ef282ad
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'minecraft:stone_button': net.minecraft.block.BlockButtonStone@5710768a
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'chisel:jackolantern2': team.chisel.block.BlockCarvablePumpkin@49fad7c4
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'WarpDrive:blockHull3_stairs_lightBlue': cr0s.warpdrive.block.hull.BlockHullStairs@133f8df0
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'chisel:aluminumblock': team.chisel.block.BlockBeaconBase@7df3255f
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'chisel:torch8': team.chisel.block.BlockCarvableTorch@3e77e329
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'chisel:concrete': team.chisel.block.BlockConcrete@434222e5
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'chisel:ice_stairs.1': team.chisel.block.BlockCarvableIceStairs@51f41ae6
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'academy-craft:ac_Block_imagFusor': cn.academy.crafting.block.BlockImagFusor@6175ef81
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'BuildCraft|Energy:blockFuel': buildcraft.core.lib.block.BlockBuildCraftFluid@5164f596
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'academy-craft:ac_Block_matrix': cn.academy.energy.block.BlockMatrix@5c97ab6b
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'minecraft:command_block': net.minecraft.block.BlockCommandBlock@68ace111
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'minecraft:waterlily': net.minecraft.block.BlockLilyPad@6aa648b9
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'WarpDrive:blockHull1_slab_brown': cr0s.warpdrive.block.hull.BlockHullSlab@167df77b
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'BuildCraft|Robotics:zonePlan': buildcraft.robotics.BlockZonePlan@7faa6560
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'minecraft:dark_oak_stairs': net.minecraft.block.BlockStairs@7ea4d397
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'minecraft:oak_stairs': net.minecraft.block.BlockStairs@5215cd9a
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'MekanismGenerators:Reactor': mekanism.generators.common.block.BlockReactor@39183844
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'SGCraft:stargateRing': gcewing.sg.SGRingBlock@6a27a7d9
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'minecraft:cobblestone': net.minecraft.block.Block@672f11c2
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'WarpDrive:blockAirGenerator2': cr0s.warpdrive.block.breathing.BlockAirGeneratorTiered@3f2f8199
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'minecraft:quartz_stairs': net.minecraft.block.BlockStairs@71154f21
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'minecraft:ender_chest': net.minecraft.block.BlockEnderChest@7af707e0
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'WarpDrive:blockHull2_stairs_red': cr0s.warpdrive.block.hull.BlockHullStairs@595be6d3
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'minecraft:dirt': net.minecraft.block.BlockDirt@ecf9049
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'WarpDrive:blockChunkLoader': cr0s.warpdrive.block.BlockChunkLoader@6799e352
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'chisel:tinblock': team.chisel.block.BlockBeaconBase@2d8c8ce4
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'BuildCraft|Silicon:laserTableBlock': buildcraft.silicon.BlockLaserTable@6bd14462
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'BuildCraft|Builders:builderBlock': buildcraft.builders.BlockBuilder@513055bd
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'minecraft:lava': net.minecraft.block.BlockStaticLiquid@26d10f2e
[03:23:53] [Server thread/WARN] [WarpDrive/WarpDrive]: Warning: non-hull block with high hardness 'minecraft:lava' net.minecraft.block.BlockStaticLiquid@26d10f2e (100.0)
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'lightsabers:disassembly_station': com.fiskmods.lightsabers.common.block.BlockDisassemblyStation@46a05a5d
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'chisel:andesite': team.chisel.block.BlockCarvable@af277d6
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'WarpDrive:blockEnergyBank': cr0s.warpdrive.block.energy.BlockEnergyBank@30bd034d
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'chisel:pumpkin1': team.chisel.block.BlockCarvablePumpkin@d0f20df
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'academy-craft:ac_Block_oreImagSil': cn.academy.crafting.block.BlockGenericOre@40e9fc86
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'WarpDrive:blockHull1_slab_blue': cr0s.warpdrive.block.hull.BlockHullSlab@4b8a466e
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'WarpDrive:blockCloakingCoil': cr0s.warpdrive.block.detection.BlockCloakingCoil@1a211b69
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'chisel:stained_glass_pane_purple': team.chisel.block.BlockCarvablePane@5414572f
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'minecraft:gold_ore': net.minecraft.block.BlockOre@26f143ed
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'minecraft:hopper': net.minecraft.block.BlockHopper@78d39a69
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'chisel:stained_glass_white': team.chisel.block.BlockCarvableGlass@263108d
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'chisel:sand_snakestone': team.chisel.block.BlockSnakestone@308f55b3
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'WarpDrive:blockHull2_slab_purple': cr0s.warpdrive.block.hull.BlockHullSlab@18753ae9
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'chisel:templeblock': team.chisel.block.BlockEldritch@3dcf3a32
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'WarpDrive:blockHull1_glass': cr0s.warpdrive.block.hull.BlockHullGlass@7dbe0a53
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'chisel:voidstoneRunic': team.chisel.block.BlockCarvable@2881d1d1
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'WarpDrive:blockHull3_slab_blue': cr0s.warpdrive.block.hull.BlockHullSlab@2b2b4a78
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'chisel:jackolantern13': team.chisel.block.BlockCarvablePumpkin@35e19156
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'WarpDrive:blockHull2_slab_silver': cr0s.warpdrive.block.hull.BlockHullSlab@787fa0a2
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'chisel:stained_glass_brown': team.chisel.block.BlockCarvableGlass@2c45ad9b
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'chisel:voidstonePillar': team.chisel.block.BlockCarvable@1bfe4020
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'minecraft:yellow_flower': net.minecraft.block.BlockFlower@57dc9128
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'ForgeMultipart:block': codechicken.multipart.BlockMultipart@2e68b21b
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'academy-craft:ac_Block_solarGen': cn.academy.energy.block.BlockSolarGen@173083c5
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'chisel:torch2': team.chisel.block.BlockCarvableTorch@3f66e737
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'chisel:voidstone2': team.chisel.block.BlockCarvable@64487eb6
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'WarpDrive:blockHull1_slab_pink': cr0s.warpdrive.block.hull.BlockHullSlab@a54ea60
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'chisel:aluminum_stairs.2': team.chisel.block.BlockCarvableStairs@69f6ad43
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'chisel:mossy_cobblestone': team.chisel.block.BlockCarvable@25729fd9
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'chisel:end_Stone': team.chisel.block.BlockCarvable@651e7e81
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'WarpDrive:blockEnanReactorLaser': cr0s.warpdrive.block.energy.BlockEnanReactorLaser@20f3a5ff
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'lightsabers:dark_activated_forcestone_pillar': com.fiskmods.lightsabers.common.block.BlockPillar@169e30b4
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'WarpDrive:blockForceFieldRelay2': cr0s.warpdrive.block.forcefield.BlockForceFieldRelay@80ded59
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'chisel:lavastone': team.chisel.block.BlockLavastone@1e81b88c
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'WarpDrive:blockAirShield': cr0s.warpdrive.block.breathing.BlockAirShield@1dc014fe
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'minecraft:pumpkin': net.minecraft.block.BlockPumpkin@22175d4f
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'chisel:cloud': team.chisel.block.BlockCloud@76a0f277
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'chisel:iron_bars': team.chisel.block.BlockCarvablePane@22fb469f
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'WarpDrive:blockAirSource': cr0s.warpdrive.block.breathing.BlockAirSource@7e0696b3
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'WarpDrive:blockHighlyAdvancedMachine': cr0s.warpdrive.block.passive.BlockHighlyAdvancedMachine@5695c7e4
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'chisel:packedice_stairs.5': team.chisel.block.BlockCarvablePackedIceStairs@3129bbe0
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'WarpDrive:blockHull3_slab_pink': cr0s.warpdrive.block.hull.BlockHullSlab@115dbfbf
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'chisel:technical2': team.chisel.block.BlockCarvableGlass@3f91eb8b
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'Mekanism:PlasticFence': mekanism.common.block.BlockPlasticFence@2a40bc8e
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'chisel:sandstone2': team.chisel.block.BlockCarvable@40943884
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'WarpDrive:blockHull1_stairs_red': cr0s.warpdrive.block.hull.BlockHullStairs@2bb21288
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'chisel:limestone_stairs.4': team.chisel.block.BlockCarvableStairs@50e96be1
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'chisel:purpur': team.chisel.block.BlockCarvable@2c921038
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'minecraft:skull': net.minecraft.block.BlockSkull@595f4da5
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'lightsabers:lightsaber_crystal': com.fiskmods.lightsabers.common.block.BlockCrystal@17a8e30c
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'Mekanism:SlickPlasticBlock': mekanism.common.block.BlockPlastic@6b2e499
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'WarpDrive:blockHull2_slab_green': cr0s.warpdrive.block.hull.BlockHullSlab@1fbb408b
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'WarpDrive:blockHull3_slab_red': cr0s.warpdrive.block.hull.BlockHullSlab@216ef52f
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'academy-craft:ac_Block_machineFrame': cn.academy.core.block.ACBlock@629b38a7
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'Mekanism:ReinforcedPlasticBlock': mekanism.common.block.BlockPlastic@6f825232
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'WarpDrive:blockLift': cr0s.warpdrive.block.movement.BlockLift@1a3f0413
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'minecraft:lapis_ore': net.minecraft.block.BlockOre@28fa700e
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'minecraft:redstone_block': net.minecraft.block.BlockCompressedPowered@437ebf59
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'minecraft:sandstone_stairs': net.minecraft.block.BlockStairs@df4b72
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'lightsabers:sith_stone_coffin': com.fiskmods.lightsabers.common.block.BlockSithStoneCoffin@10a0e7c6
[03:23:53] [Server thread/WARN] [WarpDrive/WarpDrive]: Warning: non-hull block with high hardness 'lightsabers:sith_stone_coffin' com.fiskmods.lightsabers.common.block.BlockSithStoneCoffin@10a0e7c6 (50.0)
[03:23:53] [Server thread/WARN] [WarpDrive/WarpDrive]: Warning: non-anchor block with high blast resistance 'lightsabers:sith_stone_coffin' com.fiskmods.lightsabers.common.block.BlockSithStoneCoffin@10a0e7c6 (50.0)
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'BuildCraft|Factory:miningWellBlock': buildcraft.factory.BlockMiningWell@6fe4d83b
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'WarpDrive:blockHull1_stairs_green': cr0s.warpdrive.block.hull.BlockHullStairs@6b5fcb78
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'WarpDrive:blockHull3_slab_cyan': cr0s.warpdrive.block.hull.BlockHullSlab@331f6607
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'WarpDrive:blockProjector3': cr0s.warpdrive.block.forcefield.BlockForceFieldProjector@7d82b2e4
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'lightsabers:dark_forcestone_stairs': com.fiskmods.lightsabers.common.block.BlockModStairs@38315a6d
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'WarpDrive:blockHull3_stairs_white': cr0s.warpdrive.block.hull.BlockHullStairs@7fdfe3c7
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'academy-craft:ac_Block_windgenBase': cn.academy.energy.block.wind.BlockWindGenBase@673ad974
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'Mekanism:GasTank': mekanism.common.block.BlockGasTank@717e75cf
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'chisel:pumpkin12': team.chisel.block.BlockCarvablePumpkin@25e3154e
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'chisel:marble_pillar_slab_top': team.chisel.block.BlockCarvableSlab@4f8b0e4c
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'Mekanism:ObsidianTNT': mekanism.common.block.BlockObsidianTNT@aead0f0
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'BuildCraft|Core:engineBlock': buildcraft.core.BlockEngine@660d02bd
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'BuildCraft|Energy:blockOil': buildcraft.core.lib.block.BlockBuildCraftFluid@4bbbb428
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'chisel:jackolantern5': team.chisel.block.BlockCarvablePumpkin@7584cdf4
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'chisel:woolen_clay': team.chisel.block.BlockCarvable@28a6e3cc
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'minecraft:piston': net.minecraft.block.BlockPistonBase@117632cf
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'minecraft:red_mushroom': net.minecraft.block.BlockMushroom@6ac4944a
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'chisel:marble_stairs.6': team.chisel.block.BlockCarvableStairs@6faaac30
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'chisel:mossy_templeblock': team.chisel.block.BlockEldritch@48f2d2d7
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'minecraft:chest': net.minecraft.block.BlockChest@9257031
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'chisel:limestone_slab_top': team.chisel.block.BlockCarvableSlab@1dd77337
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'chisel:pumpkin8': team.chisel.block.BlockCarvablePumpkin@2522b858
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'WarpDrive:blockHull3_slab_yellow': cr0s.warpdrive.block.hull.BlockHullSlab@28cb4155
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'chisel:autoChisel': team.chisel.block.BlockAutoChisel@1a99701
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'chisel:obsidian_snakestone': team.chisel.block.BlockSnakestoneObsidian@610efe6f
[03:23:53] [Server thread/WARN] [WarpDrive/WarpDrive]: Warning: non-hull block with high hardness 'chisel:obsidian_snakestone' team.chisel.block.BlockSnakestoneObsidian@610efe6f (50.0)
[03:23:53] [Server thread/WARN] [WarpDrive/WarpDrive]: Warning: non-anchor block with high blast resistance 'chisel:obsidian_snakestone' team.chisel.block.BlockSnakestoneObsidian@610efe6f (50.0)
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'chisel:nether_brick': team.chisel.block.BlockCarvable@20a978ab
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'minecraft:crafting_table': net.minecraft.block.BlockWorkbench@1db0ec27
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'minecraft:wheat': net.minecraft.block.BlockCrops@d4ab71a
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'minecraft:wooden_pressure_plate': net.minecraft.block.BlockPressurePlate@1e8823d2
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'WarpDrive:blockCloakingCore': cr0s.warpdrive.block.detection.BlockCloakingCore@37512e79
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'WarpDrive:blockHull3_stairs_blue': cr0s.warpdrive.block.hull.BlockHullStairs@5858b29c
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'chisel:ice_stairs.3': team.chisel.block.BlockCarvableIceStairs@101dcce8
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'WarpDrive:blockHull1_slab_green': cr0s.warpdrive.block.hull.BlockHullSlab@76979453
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'BuildCraft|Core:markerBlock': buildcraft.core.BlockMarker@5988b314
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'WarpDrive:blockHull1_stairs_gray': cr0s.warpdrive.block.hull.BlockHullStairs@7d2d7d4
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'WarpDrive:blockHull2_stairs_lime': cr0s.warpdrive.block.hull.BlockHullStairs@4db0362a
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'minecraft:end_portal_frame': net.minecraft.block.BlockEndPortalFrame@28b576a9
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'WarpDrive:blockHull2_stairs_black': cr0s.warpdrive.block.hull.BlockHullStairs@45930d47
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'chisel:diorite': team.chisel.block.BlockCarvable@5bcf72b7
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'chisel:road_line': team.chisel.block.BlockRoadLine@665ff069
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'minecraft:fence': net.minecraft.block.BlockFence@62df0ff3
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'Mekanism:MachineBlock3': mekanism.common.block.BlockMachine@6a8648f4
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'minecraft:tallgrass': net.minecraft.block.BlockTallGrass@51bde877
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'WarpDrive:blockShipController': cr0s.warpdrive.block.movement.BlockShipController@4c329315
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'minecraft:packed_ice': net.minecraft.block.BlockPackedIce@3dedb4a6
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'chisel:redstone_block': team.chisel.block.BlockCarvablePowered@1be00689
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'chisel:marble_stairs.1': team.chisel.block.BlockCarvableStairs@69603c49
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'minecraft:red_mushroom_block': net.minecraft.block.BlockHugeMushroom@4c7a078
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'WarpDrive:blockHull1_slab_orange': cr0s.warpdrive.block.hull.BlockHullSlab@12ee0934
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'WarpDrive:blockHull3_stairs_pink': cr0s.warpdrive.block.hull.BlockHullStairs@7ab8dd70
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'chisel:pumpkin3': team.chisel.block.BlockCarvablePumpkin@5089df8f
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'WarpDrive:blockForceField1': cr0s.warpdrive.block.forcefield.BlockForceField@3ddc4c1
[03:23:53] [Server thread/WARN] [WarpDrive/WarpDrive]: Warning: non-anchor block with unbreakable hardness 'WarpDrive:blockForceField1' cr0s.warpdrive.block.forcefield.BlockForceField@3ddc4c1 (-1.0)
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'academy-craft:ac_Block_metalFormer': cn.academy.crafting.block.BlockMetalFormer@2b6e4020
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'minecraft:beacon': net.minecraft.block.BlockBeacon@4fbb001b
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'chisel:marble_stairs.0': team.chisel.block.BlockCarvableStairs@6e135747
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'WarpDrive:blockHull2_slab_cyan': cr0s.warpdrive.block.hull.BlockHullSlab@2d58a1f0
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'BuildCraft|Silicon:laserBlock': buildcraft.silicon.BlockLaser@768b876
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'minecraft:glass_pane': net.minecraft.block.BlockPane@76f10035
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'minecraft:fire': net.minecraft.block.BlockFire@126be319
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'chisel:holystone': team.chisel.block.BlockHolystone@40939368
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'chisel:jackolantern15': team.chisel.block.BlockCarvablePumpkin@509b60c
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'minecraft:diamond_ore': net.minecraft.block.BlockOre@aa5455e
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'minecraft:soul_sand': net.minecraft.block.BlockSoulSand@236ab296
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'chisel:fantasyblock2': team.chisel.block.BlockCarvable@23ff3b3
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'chisel:nation': team.chisel.block.BlockCarvable@ca30077
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'chisel:torch4': team.chisel.block.BlockCarvableTorch@1d9663e0
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'minecraft:redstone_lamp': net.minecraft.block.BlockRedstoneLight@64711bf2
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'WarpDrive:blockIridium': cr0s.warpdrive.block.passive.BlockIridium@355279fc
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'chisel:aluminum_stairs.4': team.chisel.block.BlockCarvableStairs@538f0ef9
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'minecraft:iron_door': net.minecraft.block.BlockDoor@2899a8db
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'BuildCraft|Silicon:packagerBlock': buildcraft.silicon.BlockPackager@13b9eda5
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'minecraft:snow': net.minecraft.block.BlockSnowBlock@5bf61e67
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'chisel:bronzeblock': team.chisel.block.BlockBeaconBase@676f9931
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'minecraft:portal': net.minecraft.block.BlockPortal@55a8dc49
[03:23:53] [Server thread/WARN] [WarpDrive/WarpDrive]: Warning: non-anchor block with unbreakable hardness 'minecraft:portal' net.minecraft.block.BlockPortal@55a8dc49 (-1.0)
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'minecraft:powered_repeater': net.minecraft.block.BlockRedstoneRepeater@5fa47fea
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'minecraft:stone_brick_stairs': net.minecraft.block.BlockStairs@7d2a6eac
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'minecraft:air': net.minecraft.block.BlockAir@5a62b2a4
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'WarpDrive:blockHull3_tiled': cr0s.warpdrive.block.hull.BlockHullPlain@4e9e8fac
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'SGCraft:stargateController': gcewing.sg.DHDBlock@6140904a
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'academy-craft:rf_output': cn.academy.support.rf.BlockRFOutput@1c3da64d
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'chisel:packedice_stairs.7': team.chisel.block.BlockCarvablePackedIceStairs@374e9da5
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'WarpDrive:blockHull3_stairs_cyan': cr0s.warpdrive.block.hull.BlockHullStairs@59a1e641
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'minecraft:fence_gate': net.minecraft.block.BlockFenceGate@17f460bb
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'WarpDrive:blockDecorative': cr0s.warpdrive.block.decoration.BlockDecorative@5ff1b410
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'minecraft:clay': net.minecraft.block.BlockClay@251ebf23
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'chisel:technical4': team.chisel.block.BlockCarvable@58f117a4
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'chisel:stained_glass_forestry': team.chisel.block.BlockCarvableGlass@3abf3132
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'minecraft:lit_pumpkin': net.minecraft.block.BlockPumpkin@2a415aa9
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'Mekanism:GlowPlasticBlock': mekanism.common.block.BlockPlastic@8dd7686
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'Mekanism:PlasticBlock': mekanism.common.block.BlockPlastic@4084be08
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'WarpDrive:blockHull2_stairs_lightBlue': cr0s.warpdrive.block.hull.BlockHullStairs@6953afe9
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'BuildCraft|Core:pathMarkerBlock': buildcraft.core.BlockPathMarker@242e7125
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'academy-craft:ac_Block_oreResoCrystal': cn.academy.crafting.block.BlockGenericOre@177f8388
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'minecraft:iron_ore': net.minecraft.block.BlockOre@3c1e3314
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'chisel:jackolantern10': team.chisel.block.BlockCarvablePumpkin@2447913b
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'WarpDrive:blockTransporterCore': cr0s.warpdrive.block.movement.BlockTransporterCore@6dc6877e
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'minecraft:lit_redstone_ore': net.minecraft.block.BlockRedstoneOre@130a0f66
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'chisel:limestone_stairs.6': team.chisel.block.BlockCarvableStairs@575cb608
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'Mekanism:CardboardBox': mekanism.common.block.BlockCardboardBox@4cf9cd59
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'minecraft:web': net.minecraft.block.BlockWeb@71652c98
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'chisel:torch10': team.chisel.block.BlockCarvableTorch@7bdebc87
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'chisel:paperwall': team.chisel.block.BlockCarvablePane@3a9e5307
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'minecraft:nether_brick_stairs': net.minecraft.block.BlockStairs@88a8218
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'WarpDrive:blockHull1_stairs_yellow': cr0s.warpdrive.block.hull.BlockHullStairs@5314fb3
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'minecraft:wooden_button': net.minecraft.block.BlockButtonWood@344b8190
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'WarpDrive:blockHull3_omnipanel': cr0s.warpdrive.block.hull.BlockHullOmnipanel@50997b00
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'WarpDrive:blockAirGenerator': cr0s.warpdrive.block.breathing.BlockAirGenerator@39ba27b4
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'WarpDrive:blockHull3_slab_magenta': cr0s.warpdrive.block.hull.BlockHullSlab@764613fb
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'minecraft:tnt': net.minecraft.block.BlockTNT@2bffa76d
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'WarpDrive:blockHull1_slab_lime': cr0s.warpdrive.block.hull.BlockHullSlab@748506f5
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'minecraft:stone_slab': net.minecraft.block.BlockStoneSlab@7cc9ce8
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'minecraft:potatoes': net.minecraft.block.BlockPotato@7f4d9395
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'BuildCraft|Builders:architectBlock': buildcraft.builders.BlockArchitect@7ceb2b3d
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'WarpDrive:blockHull2_stairs_yellow': cr0s.warpdrive.block.hull.BlockHullStairs@27306bd1
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'minecraft:leaves': net.minecraft.block.BlockOldLeaf@13c612bd
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'WarpDrive:blockHull3_slab_black': cr0s.warpdrive.block.hull.BlockHullSlab@3429d84a
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'minecraft:tripwire_hook': net.minecraft.block.BlockTripWireHook@3ecedf21
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'minecraft:trapdoor': net.minecraft.block.BlockTrapDoor@545f80bf
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'WarpDrive:blockHull2_slab_white': cr0s.warpdrive.block.hull.BlockHullSlab@1c0abab5
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'BuildCraft|Factory:pumpBlock': buildcraft.factory.BlockPump@4602efd5
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'lightsabers:holocron': com.fiskmods.lightsabers.common.block.BlockHolocron@7c4defd2
[03:23:53] [Server thread/WARN] [WarpDrive/WarpDrive]: Warning: non-anchor block with high blast resistance 'lightsabers:holocron' com.fiskmods.lightsabers.common.block.BlockHolocron@7c4defd2 (0.0)
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'chisel:glass_pane': team.chisel.block.BlockCarvablePane@7a5e28d1
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'minecraft:water': net.minecraft.block.BlockStaticLiquid@106faf11
[03:23:53] [Server thread/WARN] [WarpDrive/WarpDrive]: Warning: non-hull block with high hardness 'minecraft:water' net.minecraft.block.BlockStaticLiquid@106faf11 (100.0)
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'WarpDrive:blockMonitor': cr0s.warpdrive.block.detection.BlockMonitor@369e61e9
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'WarpDrive:siren': cr0s.warpdrive.block.detection.BlockSiren@77f0908d
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'chisel:stained_glass_pane_magenta': team.chisel.block.BlockCarvablePane@5f36da2b
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'BuildCraft|Builders:libraryBlock': buildcraft.builders.BlockBlueprintLibrary@2651e2d6
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'minecraft:carpet': net.minecraft.block.BlockCarpet@503fbbc6
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'chisel:hexLargePlating': team.chisel.block.BlockCarvableGlow@6989372a
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'minecraft:nether_brick_fence': net.minecraft.block.BlockFence@742d4e15
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'chisel:packedice_stairs.1': team.chisel.block.BlockCarvablePackedIceStairs@5f797a78
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'WarpDrive:blockHull3_stairs_yellow': cr0s.warpdrive.block.hull.BlockHullStairs@16dd3a79
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'BuildCraft|Factory:refineryBlock': buildcraft.factory.BlockRefinery@534061e4
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'chisel:ice': team.chisel.block.BlockCarvableIce@2db0e911
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'minecraft:planks': net.minecraft.block.BlockWood@50305a
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'chisel:limestone_stairs.1': team.chisel.block.BlockCarvableStairs@3d718471
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'minecraft:piston_extension': net.minecraft.block.BlockPistonMoving@1c65121
[03:23:53] [Server thread/WARN] [WarpDrive/WarpDrive]: Warning: non-anchor block with unbreakable hardness 'minecraft:piston_extension' net.minecraft.block.BlockPistonMoving@1c65121 (-1.0)
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'WarpDrive:blockHull1_stairs_white': cr0s.warpdrive.block.hull.BlockHullStairs@6a254e4d
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'minecraft:standing_sign': net.minecraft.block.BlockSign@315ba14a
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'minecraft:dispenser': net.minecraft.block.BlockDispenser@5cad8b7d
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'chisel:pumpkin14': team.chisel.block.BlockCarvablePumpkin@32d97a2b
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'academy-craft:ac_Block_phaseGen': cn.academy.energy.block.BlockPhaseGen@41286be9
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'WarpDrive:blockHull1_slab_gray': cr0s.warpdrive.block.hull.BlockHullSlab@2ba4eb15
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'BuildCraft|Factory:tankBlock': buildcraft.factory.BlockTank@540775ec
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'minecraft:stained_glass_pane': net.minecraft.block.BlockStainedGlassPane@347bdeef
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'WarpDrive:blockTransporterScanner': cr0s.warpdrive.block.movement.BlockTransporterScanner@795e382e
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'chisel:jackolantern7': team.chisel.block.BlockCarvablePumpkin@4f5b35a2
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'BuildCraft|Factory:floodGateBlock': buildcraft.factory.BlockFloodGate@856cfa
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'minecraft:stained_glass': net.minecraft.block.BlockStainedGlass@5b43e173
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'SGCraft:stargateBase': gcewing.sg.SGBaseBlock@5c4cd3fa
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'WarpDrive:blockHull2_stairs_brown': cr0s.warpdrive.block.hull.BlockHullStairs@62ab8b4c
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'WarpDrive:blockHull3_slab_gray': cr0s.warpdrive.block.hull.BlockHullSlab@59d700f6
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'minecraft:redstone_wire': net.minecraft.block.BlockRedstoneWire@7726e185
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'chisel:ice_stairs.6': team.chisel.block.BlockCarvableIceStairs@1830e4d2
[03:23:53] [Server thread/DEBUG] [WarpDrive/WarpDrive]: Checking block registry for 'minecraft:end_stone': net.minecraft.block.Block@7cf7aee
[03:23:53] [Server thread/INFO] [WarpDrive/WarpDrive]: Active blocks dictionary:
[03:23:53] [Server thread/INFO] [WarpDrive/WarpDrive]: - 14 ores: Mekanism:OreBlock, minecraft:quartz_ore, minecraft:iron_ore, minecraft:redstone_ore, academy-craft:ac_Block_oreImagCrystal, academy-craft:ac_Block_oreImagSil, academy-craft:ac_Block_oreConstraintMetal, minecraft:lapis_ore, minecraft:emerald_ore, SGCraft:naquadahOre, minecraft:coal_ore, academy-craft:ac_Block_oreResoCrystal, minecraft:diamond_ore, minecraft:gold_ore
[03:23:53] [Server thread/INFO] [WarpDrive/WarpDrive]: - 6 soils: minecraft:dirt, minecraft:grass, minecraft:farmland, minecraft:mycelium, minecraft:soul_sand, minecraft:sand
[03:23:53] [Server thread/INFO] [WarpDrive/WarpDrive]: - 2 logs: minecraft:log, minecraft:log2
[03:23:53] [Server thread/INFO] [WarpDrive/WarpDrive]: - 2 leaves: minecraft:leaves2, minecraft:leaves
[03:23:53] [Server thread/INFO] [WarpDrive/WarpDrive]: - 5 anchors: minecraft:end_portal_frame, minecraft:bedrock, minecraft:command_block, WarpDrive:blockBedrockGlass, minecraft:end_portal
[03:23:53] [Server thread/INFO] [WarpDrive/WarpDrive]: - 8 with NoMass tag: WarpDrive:blockForceField1, WarpDrive:blockAirSource, WarpDrive:blockAirFlow, WarpDrive:blockForceField2, WarpDrive:blockAir, minecraft:leaves2, WarpDrive:blockForceField3, minecraft:leaves
[03:23:53] [Server thread/INFO] [WarpDrive/WarpDrive]: - 2 with LeftBehind tag: WarpDrive:blockGas, chisel:cloud
[03:23:53] [Server thread/INFO] [WarpDrive/WarpDrive]: - 7 expandable: WarpDrive:blockGas, WarpDrive:blockAirSource, WarpDrive:blockAirFlow, WarpDrive:blockAir, minecraft:leaves2, chisel:cloud, minecraft:leaves
[03:23:53] [Server thread/INFO] [WarpDrive/WarpDrive]: - 7 with Mining tag: minecraft:torch, minecraft:obsidian, minecraft:redstone_block, minecraft:fence, WarpDrive:blockIridium, minecraft:glowstone, minecraft:web
[03:23:53] [Server thread/INFO] [WarpDrive/WarpDrive]: - 1 with SkipMining tag: minecraft:bedrock
[03:23:53] [Server thread/INFO] [WarpDrive/WarpDrive]: - 13 with StopMining tag: minecraft:end_portal_frame, WarpDrive:blockForceField1, WarpDrive:blockHull3_glass, WarpDrive:blockHull2_glass, WarpDrive:blockForceField2, minecraft:command_block, WarpDrive:blockHull1_plain, WarpDrive:blockBedrockGlass, WarpDrive:blockForceField3, minecraft:end_portal, WarpDrive:blockHull3_plain, WarpDrive:blockHull1_glass, WarpDrive:blockHull2_plain
[03:23:53] [Server thread/INFO] [WarpDrive/WarpDrive]: - 14 with Placement priority: minecraft:obsidian=0, WarpDrive:blockForceField1=4, WarpDrive:blockHull3_glass=0, WarpDrive:blockHull2_glass=0, WarpDrive:blockAirSource=4, WarpDrive:blockAirFlow=4, WarpDrive:blockForceField2=4, WarpDrive:blockAir=4, WarpDrive:blockHull1_plain=0, minecraft:lever=4, WarpDrive:blockForceField3=4, WarpDrive:blockHull3_plain=0, WarpDrive:blockHull1_glass=0, WarpDrive:blockHull2_plain=0
[03:23:53] [Server thread/INFO] [WarpDrive/WarpDrive]: Active entities dictionary:
[03:23:53] [Server thread/INFO] [WarpDrive/WarpDrive]: - 0 anchors:
[03:23:53] [Server thread/INFO] [WarpDrive/WarpDrive]: - 20 with NoMass tag: Arrow, IC2.Nuke, IC2.Dynamite, MinecartSpawner, GalacticraftCore.OxygenBubble, MinecartChest, EnderCrystal, ItemFrame, IC2.StickyDynamite, Painting, IC2.BoatElectric, MinecartFurnace, IC2.Itnt, MinecartTNT, IC2.BoatCarbon, IC2.BoatRubber, MinecartHopper, LeashKnot, MinecartRideable, Boat
[03:23:53] [Server thread/INFO] [WarpDrive/WarpDrive]: - 1 with LeftBehind tag: GalacticraftCore.OxygenBubble
[03:23:53] [Server thread/INFO] [WarpDrive/WarpDrive]: - 19 with NonLivingTarget tag: Arrow, IC2.Nuke, IC2.Dynamite, MinecartSpawner, MinecartChest, EnderCrystal, ItemFrame, IC2.StickyDynamite, Painting, IC2.BoatElectric, MinecartFurnace, IC2.Itnt, MinecartTNT, IC2.BoatCarbon, IC2.BoatRubber, MinecartHopper, LeashKnot, MinecartRideable, Boat
[03:23:53] [Server thread/INFO] [WarpDrive/WarpDrive]: - 4 with LivingWithoutAir tag: Zombie, Creeper, testdummy.Dummy, Skeleton
[03:23:53] [Server thread/INFO] [WarpDrive/WarpDrive]: Active items dictionary:
[03:23:53] [Server thread/INFO] [WarpDrive/WarpDrive]: - 0 allowing fly in space:
[03:23:53] [Server thread/INFO] [WarpDrive/WarpDrive]: - 2 absorbing fall damages: cr0s.warpdrive.item.ItemWarpArmor@4d3c40, cr0s.warpdrive.item.ItemWarpArmor@19e2a3c7
[03:23:53] [Server thread/INFO] [WarpDrive/WarpDrive]: - 0 allowing breathing air:
[03:23:53] [Server thread/INFO] [WarpDrive/WarpDrive]: Loading jump gates from gates.txt...
[03:23:53] [Server thread/INFO] [WarpDrive/WarpDrive]: Loaded 0 jump gates.
[03:23:53] [Server thread/TRACE] [WarpDrive/WarpDrive]: Sent event FMLPostInitializationEvent to mod WarpDrive
[03:23:53] [Server thread/DEBUG] [FML/]: Bar Step: PostInitialization - WarpDrive took 0.471s
[03:23:53] [Server thread/TRACE] [McMultipart/McMultipart]: Sending event FMLPostInitializationEvent to mod McMultipart
[03:23:53] [Server thread/TRACE] [McMultipart/McMultipart]: Sent event FMLPostInitializationEvent to mod McMultipart
[03:23:53] [Server thread/DEBUG] [FML/]: Bar Step: PostInitialization - Minecraft Multipart Plugin took 0.000s
[03:23:53] [Server thread/TRACE] [ForgeMicroblock/ForgeMicroblock]: Sending event FMLPostInitializationEvent to mod ForgeMicroblock
[03:23:53] [Server thread/TRACE] [ForgeMicroblock/ForgeMicroblock]: Sent event FMLPostInitializationEvent to mod ForgeMicroblock
[03:23:53] [Server thread/DEBUG] [FML/]: Bar Step: PostInitialization - Forge Microblocks took 0.027s
[03:23:53] [Server thread/DEBUG] [FML/]: Bar Finished: PostInitialization took 1.223s
[03:23:53] [Server thread/TRACE] [mcp/mcp]: Sending event FMLLoadCompleteEvent to mod mcp
[03:23:53] [Server thread/TRACE] [mcp/mcp]: Sent event FMLLoadCompleteEvent to mod mcp
[03:23:53] [Server thread/DEBUG] [FML/]: Bar Step: LoadComplete - Minecraft Coder Pack took 0.000s
[03:23:53] [Server thread/TRACE] [FML/FML]: Sending event FMLLoadCompleteEvent to mod FML
[03:23:53] [Server thread/TRACE] [FML/FML]: Sent event FMLLoadCompleteEvent to mod FML
[03:23:53] [Server thread/DEBUG] [FML/]: Bar Step: LoadComplete - Forge Mod Loader took 0.000s
[03:23:53] [Server thread/TRACE] [Forge/Forge]: Sending event FMLLoadCompleteEvent to mod Forge
[03:23:53] [Server thread/DEBUG] [FML/Forge]: Forge RecipeSorter Baking:
[03:23:53] [Server thread/DEBUG] [FML/Forge]: 19: RecipeEntry("Before", UNKNOWN, )
[03:23:53] [Server thread/DEBUG] [FML/Forge]: 18: RecipeEntry("warpdrive:particleShaped", SHAPED, cr0s.warpdrive.config.RecipeParticleShapedOre) Before: minecraft:shaped
[03:23:53] [Server thread/DEBUG] [FML/Forge]: 17: RecipeEntry("minecraft:shaped", SHAPED, net.minecraft.item.crafting.ShapedRecipes) Before: minecraft:shapeless
[03:23:53] [Server thread/DEBUG] [FML/Forge]: 16: RecipeEntry("forge:shapedore", SHAPED, net.minecraftforge.oredict.ShapedOreRecipe) Before: minecraft:shapeless After: minecraft:shaped
[03:23:53] [Server thread/DEBUG] [FML/Forge]: 15: RecipeEntry("warpdrive:tuningDriver", SHAPELESS, cr0s.warpdrive.config.RecipeTuningDriver) Before: minecraft:shapeless
[03:23:53] [Server thread/DEBUG] [FML/Forge]: 14: RecipeEntry("minecraft:mapextending", SHAPED, net.minecraft.item.crafting.RecipesMapExtending) Before: minecraft:shapeless After: minecraft:shaped
[03:23:53] [Server thread/DEBUG] [FML/Forge]: 13: RecipeEntry("minecraft:shapeless", SHAPELESS, net.minecraft.item.crafting.ShapelessRecipes) After: minecraft:shaped
[03:23:53] [Server thread/DEBUG] [FML/Forge]: 12: RecipeEntry("minecraft:armordyes", SHAPELESS, net.minecraft.item.crafting.RecipesArmorDyes) After: minecraft:shapeless
[03:23:53] [Server thread/DEBUG] [FML/Forge]: 11: RecipeEntry("minecraft:fireworks", SHAPELESS, net.minecraft.item.crafting.RecipeFireworks) After: minecraft:shapeless
[03:23:53] [Server thread/DEBUG] [FML/Forge]: 10: RecipeEntry("bin", SHAPELESS, mekanism.common.recipe.BinRecipe)
[03:23:53] [Server thread/DEBUG] [FML/Forge]: 9: RecipeEntry("facadeTurningHelper", SHAPELESS, buildcraft.transport.ItemFacade$FacadeRecipe)
[03:23:53] [Server thread/DEBUG] [FML/Forge]: 8: RecipeEntry("mekanism_shaped", SHAPED, mekanism.common.recipe.ShapedMekanismRecipe)
[03:23:53] [Server thread/DEBUG] [FML/Forge]: 7: RecipeEntry("minecraft:mapcloning", SHAPELESS, net.minecraft.item.crafting.RecipesMapCloning) After: minecraft:shapeless
[03:23:53] [Server thread/DEBUG] [FML/Forge]: 6: RecipeEntry("forge:shapelessore", SHAPELESS, net.minecraftforge.oredict.ShapelessOreRecipe) After: minecraft:shapeless
[03:23:53] [Server thread/DEBUG] [FML/Forge]: 5: RecipeEntry("buildcraft:pipecoloring", SHAPELESS, buildcraft.transport.PipeColoringRecipe) After: minecraft:shapeless
[03:23:53] [Server thread/DEBUG] [FML/Forge]: 4: RecipeEntry("mekanism_shapeless", SHAPELESS, mekanism.common.recipe.ShapelessMekanismRecipe)
[03:23:53] [Server thread/DEBUG] [FML/Forge]: 3: RecipeEntry("minecraft:bookcloning", SHAPELESS, net.minecraft.item.crafting.RecipeBookCloning) After: minecraft:shapeless
[03:23:53] [Server thread/DEBUG] [FML/Forge]: 2: RecipeEntry("fmp:micro", SHAPED, codechicken.microblock.MicroRecipe$) After: forge:shapelessore
[03:23:53] [Server thread/DEBUG] [FML/Forge]: 1: RecipeEntry("After", UNKNOWN, )
[03:23:53] [Server thread/DEBUG] [FML/Forge]: Sorting recipies
[03:23:53] [Server thread/TRACE] [Forge/Forge]: Sent event FMLLoadCompleteEvent to mod Forge
[03:23:53] [Server thread/DEBUG] [FML/]: Bar Step: LoadComplete - Minecraft Forge took 0.011s
[03:23:53] [Server thread/TRACE] [CodeChickenCore/CodeChickenCore]: Sending event FMLLoadCompleteEvent to mod CodeChickenCore
[03:23:53] [Server thread/TRACE] [CodeChickenCore/CodeChickenCore]: Sent event FMLLoadCompleteEvent to mod CodeChickenCore
[03:23:53] [Server thread/DEBUG] [FML/]: Bar Step: LoadComplete - CodeChicken Core took 0.000s
[03:23:53] [Server thread/TRACE] [LambdaLib|Core/LambdaLib|Core]: Sending event FMLLoadCompleteEvent to mod LambdaLib|Core
[03:23:53] [Server thread/INFO] [LambdaLib|Core/LambdaLib|Core]: AnnotationRegistry is loaded. Checking states.
[03:23:53] [Server thread/TRACE] [LambdaLib|Core/LambdaLib|Core]: Sent event FMLLoadCompleteEvent to mod LambdaLib|Core
[03:23:53] [Server thread/DEBUG] [FML/]: Bar Step: LoadComplete - LambdaLib|Core took 0.000s
[03:23:53] [Server thread/TRACE] [WarpDriveCore/WarpDriveCore]: Sending event FMLLoadCompleteEvent to mod WarpDriveCore
[03:23:53] [Server thread/TRACE] [WarpDriveCore/WarpDriveCore]: Sent event FMLLoadCompleteEvent to mod WarpDriveCore
[03:23:53] [Server thread/DEBUG] [FML/]: Bar Step: LoadComplete - WarpDriveCore took 0.000s
[03:23:53] [Server thread/TRACE] [LambdaLib/LambdaLib]: Sending event FMLLoadCompleteEvent to mod LambdaLib
[03:23:53] [Server thread/TRACE] [LambdaLib/LambdaLib]: Sent event FMLLoadCompleteEvent to mod LambdaLib
[03:23:53] [Server thread/DEBUG] [FML/]: Bar Step: LoadComplete - LambdaLib took 0.000s
[03:23:53] [Server thread/TRACE] [academy-craft/academy-craft]: Sending event FMLLoadCompleteEvent to mod academy-craft
[03:23:53] [Server thread/TRACE] [academy-craft/academy-craft]: Sent event FMLLoadCompleteEvent to mod academy-craft
[03:23:53] [Server thread/DEBUG] [FML/]: Bar Step: LoadComplete - Academy Craft took 0.000s
[03:23:53] [Server thread/TRACE] [lightsabers/lightsabers]: Sending event FMLLoadCompleteEvent to mod lightsabers
[03:23:53] [Server thread/TRACE] [lightsabers/lightsabers]: Sent event FMLLoadCompleteEvent to mod lightsabers
[03:23:53] [Server thread/DEBUG] [FML/]: Bar Step: LoadComplete - Advanced Lightsabers Mod took 0.000s
[03:23:53] [Server thread/TRACE] [BuildCraft|Core/BuildCraft|Core]: Sending event FMLLoadCompleteEvent to mod BuildCraft|Core
[03:23:53] [Server thread/TRACE] [BuildCraft|Core/BuildCraft|Core]: Sent event FMLLoadCompleteEvent to mod BuildCraft|Core
[03:23:53] [Server thread/DEBUG] [FML/]: Bar Step: LoadComplete - BuildCraft took 0.000s
[03:23:53] [Server thread/TRACE] [BuildCraft|Builders/BuildCraft|Builders]: Sending event FMLLoadCompleteEvent to mod BuildCraft|Builders
[03:23:53] [Server thread/TRACE] [BuildCraft|Builders/BuildCraft|Builders]: Sent event FMLLoadCompleteEvent to mod BuildCraft|Builders
[03:23:53] [Server thread/DEBUG] [FML/]: Bar Step: LoadComplete - BC Builders took 0.000s
[03:23:53] [Server thread/TRACE] [BuildCraft|Robotics/BuildCraft|Robotics]: Sending event FMLLoadCompleteEvent to mod BuildCraft|Robotics
[03:23:53] [Server thread/TRACE] [BuildCraft|Robotics/BuildCraft|Robotics]: Sent event FMLLoadCompleteEvent to mod BuildCraft|Robotics
[03:23:53] [Server thread/DEBUG] [FML/]: Bar Step: LoadComplete - BC Robotics took 0.000s
[03:23:53] [Server thread/TRACE] [BuildCraft|Silicon/BuildCraft|Silicon]: Sending event FMLLoadCompleteEvent to mod BuildCraft|Silicon
[03:23:53] [Server thread/TRACE] [BuildCraft|Silicon/BuildCraft|Silicon]: Sent event FMLLoadCompleteEvent to mod BuildCraft|Silicon
[03:23:53] [Server thread/DEBUG] [FML/]: Bar Step: LoadComplete - BC Silicon took 0.000s
[03:23:53] [Server thread/TRACE] [BuildCraft|Energy/BuildCraft|Energy]: Sending event FMLLoadCompleteEvent to mod BuildCraft|Energy
[03:23:53] [Server thread/TRACE] [BuildCraft|Energy/BuildCraft|Energy]: Sent event FMLLoadCompleteEvent to mod BuildCraft|Energy
[03:23:53] [Server thread/DEBUG] [FML/]: Bar Step: LoadComplete - BC Energy took 0.000s
[03:23:53] [Server thread/TRACE] [BuildCraft|Transport/BuildCraft|Transport]: Sending event FMLLoadCompleteEvent to mod BuildCraft|Transport
[03:23:53] [Server thread/TRACE] [BuildCraft|Transport/BuildCraft|Transport]: Sent event FMLLoadCompleteEvent to mod BuildCraft|Transport
[03:23:53] [Server thread/DEBUG] [FML/]: Bar Step: LoadComplete - BC Transport took 0.000s
[03:23:53] [Server thread/TRACE] [BuildCraft|Factory/BuildCraft|Factory]: Sending event FMLLoadCompleteEvent to mod BuildCraft|Factory
[03:23:53] [Server thread/TRACE] [BuildCraft|Factory/BuildCraft|Factory]: Sent event FMLLoadCompleteEvent to mod BuildCraft|Factory
[03:23:53] [Server thread/DEBUG] [FML/]: Bar Step: LoadComplete - BC Factory took 0.000s
[03:23:53] [Server thread/TRACE] [ForgeMultipart/ForgeMultipart]: Sending event FMLLoadCompleteEvent to mod ForgeMultipart
[03:23:53] [Server thread/TRACE] [ForgeMultipart/ForgeMultipart]: Sent event FMLLoadCompleteEvent to mod ForgeMultipart
[03:23:53] [Server thread/DEBUG] [FML/]: Bar Step: LoadComplete - Forge Multipart took 0.000s
[03:23:53] [Server thread/TRACE] [chisel/chisel]: Sending event FMLLoadCompleteEvent to mod chisel
[03:23:53] [Server thread/TRACE] [chisel/chisel]: Sent event FMLLoadCompleteEvent to mod chisel
[03:23:53] [Server thread/DEBUG] [FML/]: Bar Step: LoadComplete - Chisel took 0.000s
[03:23:53] [Server thread/TRACE] [IronChest/IronChest]: Sending event FMLLoadCompleteEvent to mod IronChest
[03:23:53] [Server thread/TRACE] [IronChest/IronChest]: Sent event FMLLoadCompleteEvent to mod IronChest
[03:23:53] [Server thread/DEBUG] [FML/]: Bar Step: LoadComplete - Iron Chest took 0.000s
[03:23:53] [Server thread/TRACE] [journeymap/journeymap]: Sending event FMLLoadCompleteEvent to mod journeymap
[03:23:53] [Server thread/TRACE] [journeymap/journeymap]: Sent event FMLLoadCompleteEvent to mod journeymap
[03:23:53] [Server thread/DEBUG] [FML/]: Bar Step: LoadComplete - JourneyMap took 0.004s
[03:23:53] [Server thread/TRACE] [Mekanism/Mekanism]: Sending event FMLLoadCompleteEvent to mod Mekanism
[03:23:53] [Server thread/TRACE] [Mekanism/Mekanism]: Sent event FMLLoadCompleteEvent to mod Mekanism
[03:23:53] [Server thread/DEBUG] [FML/]: Bar Step: LoadComplete - Mekanism took 0.003s
[03:23:53] [Server thread/TRACE] [MekanismGenerators/MekanismGenerators]: Sending event FMLLoadCompleteEvent to mod MekanismGenerators
[03:23:53] [Server thread/TRACE] [MekanismGenerators/MekanismGenerators]: Sent event FMLLoadCompleteEvent to mod MekanismGenerators
[03:23:53] [Server thread/DEBUG] [FML/]: Bar Step: LoadComplete - MekanismGenerators took 0.000s
[03:23:53] [Server thread/TRACE] [MekanismTools/MekanismTools]: Sending event FMLLoadCompleteEvent to mod MekanismTools
[03:23:53] [Server thread/TRACE] [MekanismTools/MekanismTools]: Sent event FMLLoadCompleteEvent to mod MekanismTools
[03:23:53] [Server thread/DEBUG] [FML/]: Bar Step: LoadComplete - MekanismTools took 0.000s
[03:23:53] [Server thread/TRACE] [SGCraft/SGCraft]: Sending event FMLLoadCompleteEvent to mod SGCraft
[03:23:53] [Server thread/TRACE] [SGCraft/SGCraft]: Sent event FMLLoadCompleteEvent to mod SGCraft
[03:23:53] [Server thread/DEBUG] [FML/]: Bar Step: LoadComplete - Greg's SG Craft took 0.000s
[03:23:53] [Server thread/TRACE] [WarpDrive/WarpDrive]: Sending event FMLLoadCompleteEvent to mod WarpDrive
[03:23:53] [Server thread/TRACE] [WarpDrive/WarpDrive]: Sent event FMLLoadCompleteEvent to mod WarpDrive
[03:23:53] [Server thread/DEBUG] [FML/]: Bar Step: LoadComplete - WarpDrive took 0.001s
[03:23:53] [Server thread/TRACE] [McMultipart/McMultipart]: Sending event FMLLoadCompleteEvent to mod McMultipart
[03:23:53] [Server thread/TRACE] [McMultipart/McMultipart]: Sent event FMLLoadCompleteEvent to mod McMultipart
[03:23:53] [Server thread/DEBUG] [FML/]: Bar Step: LoadComplete - Minecraft Multipart Plugin took 0.000s
[03:23:53] [Server thread/TRACE] [ForgeMicroblock/ForgeMicroblock]: Sending event FMLLoadCompleteEvent to mod ForgeMicroblock
[03:23:53] [Server thread/TRACE] [ForgeMicroblock/ForgeMicroblock]: Sent event FMLLoadCompleteEvent to mod ForgeMicroblock
[03:23:53] [Server thread/DEBUG] [FML/]: Bar Step: LoadComplete - Forge Microblocks took 0.000s
[03:23:53] [Server thread/DEBUG] [FML/]: Bar Finished: LoadComplete took 0.023s
[03:23:53] [Server thread/DEBUG] [FML/]: Freezing block and item id maps
[03:23:53] [Server thread/DEBUG] [FML/]: Registry consistency check successful
[03:23:53] [Server thread/DEBUG] [FML/]: Registry consistency check successful
[03:23:53] [Server thread/INFO] [FML/]: Forge Mod Loader has successfully loaded 27 mods
[03:23:54] [Server thread/TRACE] [mcp/mcp]: Sending event FMLServerAboutToStartEvent to mod mcp
[03:23:54] [Server thread/TRACE] [mcp/mcp]: Sent event FMLServerAboutToStartEvent to mod mcp
[03:23:54] [Server thread/DEBUG] [FML/]: Bar Step: ServerAboutToStart - Minecraft Coder Pack took 0.000s
[03:23:54] [Server thread/TRACE] [FML/FML]: Sending event FMLServerAboutToStartEvent to mod FML
[03:23:54] [Server thread/TRACE] [FML/FML]: Sent event FMLServerAboutToStartEvent to mod FML
[03:23:54] [Server thread/DEBUG] [FML/]: Bar Step: ServerAboutToStart - Forge Mod Loader took 0.001s
[03:23:54] [Server thread/TRACE] [Forge/Forge]: Sending event FMLServerAboutToStartEvent to mod Forge
[03:23:54] [Server thread/TRACE] [Forge/Forge]: Sent event FMLServerAboutToStartEvent to mod Forge
[03:23:54] [Server thread/DEBUG] [FML/]: Bar Step: ServerAboutToStart - Minecraft Forge took 0.000s
[03:23:54] [Server thread/TRACE] [CodeChickenCore/CodeChickenCore]: Sending event FMLServerAboutToStartEvent to mod CodeChickenCore
[03:23:54] [Server thread/TRACE] [CodeChickenCore/CodeChickenCore]: Sent event FMLServerAboutToStartEvent to mod CodeChickenCore
[03:23:54] [Server thread/DEBUG] [FML/]: Bar Step: ServerAboutToStart - CodeChicken Core took 0.000s
[03:23:54] [Server thread/TRACE] [LambdaLib|Core/LambdaLib|Core]: Sending event FMLServerAboutToStartEvent to mod LambdaLib|Core
[03:23:54] [Server thread/TRACE] [LambdaLib|Core/LambdaLib|Core]: Sent event FMLServerAboutToStartEvent to mod LambdaLib|Core
[03:23:54] [Server thread/DEBUG] [FML/]: Bar Step: ServerAboutToStart - LambdaLib|Core took 0.000s
[03:23:54] [Server thread/TRACE] [WarpDriveCore/WarpDriveCore]: Sending event FMLServerAboutToStartEvent to mod WarpDriveCore
[03:23:54] [Server thread/TRACE] [WarpDriveCore/WarpDriveCore]: Sent event FMLServerAboutToStartEvent to mod WarpDriveCore
[03:23:54] [Server thread/DEBUG] [FML/]: Bar Step: ServerAboutToStart - WarpDriveCore took 0.000s
[03:23:54] [Server thread/TRACE] [LambdaLib/LambdaLib]: Sending event FMLServerAboutToStartEvent to mod LambdaLib
[03:23:54] [Server thread/TRACE] [LambdaLib/LambdaLib]: Sent event FMLServerAboutToStartEvent to mod LambdaLib
[03:23:54] [Server thread/DEBUG] [FML/]: Bar Step: ServerAboutToStart - LambdaLib took 0.000s
[03:23:54] [Server thread/TRACE] [academy-craft/academy-craft]: Sending event FMLServerAboutToStartEvent to mod academy-craft
[03:23:54] [Server thread/TRACE] [academy-craft/academy-craft]: Sent event FMLServerAboutToStartEvent to mod academy-craft
[03:23:54] [Server thread/DEBUG] [FML/]: Bar Step: ServerAboutToStart - Academy Craft took 0.000s
[03:23:54] [Server thread/TRACE] [lightsabers/lightsabers]: Sending event FMLServerAboutToStartEvent to mod lightsabers
[03:23:54] [Server thread/TRACE] [lightsabers/lightsabers]: Sent event FMLServerAboutToStartEvent to mod lightsabers
[03:23:54] [Server thread/DEBUG] [FML/]: Bar Step: ServerAboutToStart - Advanced Lightsabers Mod took 0.001s
[03:23:54] [Server thread/TRACE] [BuildCraft|Core/BuildCraft|Core]: Sending event FMLServerAboutToStartEvent to mod BuildCraft|Core
[03:23:54] [Server thread/TRACE] [BuildCraft|Core/BuildCraft|Core]: Sent event FMLServerAboutToStartEvent to mod BuildCraft|Core
[03:23:54] [Server thread/DEBUG] [FML/]: Bar Step: ServerAboutToStart - BuildCraft took 0.000s
[03:23:54] [Server thread/TRACE] [BuildCraft|Builders/BuildCraft|Builders]: Sending event FMLServerAboutToStartEvent to mod BuildCraft|Builders
[03:23:54] [Server thread/TRACE] [BuildCraft|Builders/BuildCraft|Builders]: Sent event FMLServerAboutToStartEvent to mod BuildCraft|Builders
[03:23:54] [Server thread/DEBUG] [FML/]: Bar Step: ServerAboutToStart - BC Builders took 0.006s
[03:23:54] [Server thread/TRACE] [BuildCraft|Robotics/BuildCraft|Robotics]: Sending event FMLServerAboutToStartEvent to mod BuildCraft|Robotics
[03:23:54] [Server thread/TRACE] [BuildCraft|Robotics/BuildCraft|Robotics]: Sent event FMLServerAboutToStartEvent to mod BuildCraft|Robotics
[03:23:54] [Server thread/DEBUG] [FML/]: Bar Step: ServerAboutToStart - BC Robotics took 0.000s
[03:23:54] [Server thread/TRACE] [BuildCraft|Silicon/BuildCraft|Silicon]: Sending event FMLServerAboutToStartEvent to mod BuildCraft|Silicon
[03:23:54] [Server thread/TRACE] [BuildCraft|Silicon/BuildCraft|Silicon]: Sent event FMLServerAboutToStartEvent to mod BuildCraft|Silicon
[03:23:54] [Server thread/DEBUG] [FML/]: Bar Step: ServerAboutToStart - BC Silicon took 0.000s
[03:23:54] [Server thread/TRACE] [BuildCraft|Energy/BuildCraft|Energy]: Sending event FMLServerAboutToStartEvent to mod BuildCraft|Energy
[03:23:54] [Server thread/TRACE] [BuildCraft|Energy/BuildCraft|Energy]: Sent event FMLServerAboutToStartEvent to mod BuildCraft|Energy
[03:23:54] [Server thread/DEBUG] [FML/]: Bar Step: ServerAboutToStart - BC Energy took 0.003s
[03:23:54] [Server thread/TRACE] [BuildCraft|Transport/BuildCraft|Transport]: Sending event FMLServerAboutToStartEvent to mod BuildCraft|Transport
[03:23:54] [Server thread/TRACE] [BuildCraft|Transport/BuildCraft|Transport]: Sent event FMLServerAboutToStartEvent to mod BuildCraft|Transport
[03:23:54] [Server thread/DEBUG] [FML/]: Bar Step: ServerAboutToStart - BC Transport took 0.000s
[03:23:54] [Server thread/TRACE] [BuildCraft|Factory/BuildCraft|Factory]: Sending event FMLServerAboutToStartEvent to mod BuildCraft|Factory
[03:23:54] [Server thread/TRACE] [BuildCraft|Factory/BuildCraft|Factory]: Sent event FMLServerAboutToStartEvent to mod BuildCraft|Factory
[03:23:54] [Server thread/DEBUG] [FML/]: Bar Step: ServerAboutToStart - BC Factory took 0.000s
[03:23:54] [Server thread/TRACE] [ForgeMultipart/ForgeMultipart]: Sending event FMLServerAboutToStartEvent to mod ForgeMultipart
[03:23:54] [Server thread/TRACE] [ForgeMultipart/ForgeMultipart]: Sent event FMLServerAboutToStartEvent to mod ForgeMultipart
[03:23:54] [Server thread/DEBUG] [FML/]: Bar Step: ServerAboutToStart - Forge Multipart took 0.005s
[03:23:54] [Server thread/TRACE] [chisel/chisel]: Sending event FMLServerAboutToStartEvent to mod chisel
[03:23:54] [Server thread/TRACE] [chisel/chisel]: Sent event FMLServerAboutToStartEvent to mod chisel
[03:23:54] [Server thread/DEBUG] [FML/]: Bar Step: ServerAboutToStart - Chisel took 0.000s
[03:23:54] [Server thread/TRACE] [IronChest/IronChest]: Sending event FMLServerAboutToStartEvent to mod IronChest
[03:23:54] [Server thread/TRACE] [IronChest/IronChest]: Sent event FMLServerAboutToStartEvent to mod IronChest
[03:23:54] [Server thread/DEBUG] [FML/]: Bar Step: ServerAboutToStart - Iron Chest took 0.000s
[03:23:54] [Server thread/TRACE] [journeymap/journeymap]: Sending event FMLServerAboutToStartEvent to mod journeymap
[03:23:54] [Server thread/TRACE] [journeymap/journeymap]: Sent event FMLServerAboutToStartEvent to mod journeymap
[03:23:54] [Server thread/DEBUG] [FML/]: Bar Step: ServerAboutToStart - JourneyMap took 0.001s
[03:23:54] [Server thread/TRACE] [Mekanism/Mekanism]: Sending event FMLServerAboutToStartEvent to mod Mekanism
[03:23:54] [Server thread/TRACE] [Mekanism/Mekanism]: Sent event FMLServerAboutToStartEvent to mod Mekanism
[03:23:54] [Server thread/DEBUG] [FML/]: Bar Step: ServerAboutToStart - Mekanism took 0.000s
[03:23:54] [Server thread/TRACE] [MekanismGenerators/MekanismGenerators]: Sending event FMLServerAboutToStartEvent to mod MekanismGenerators
[03:23:54] [Server thread/TRACE] [MekanismGenerators/MekanismGenerators]: Sent event FMLServerAboutToStartEvent to mod MekanismGenerators
[03:23:54] [Server thread/DEBUG] [FML/]: Bar Step: ServerAboutToStart - MekanismGenerators took 0.000s
[03:23:54] [Server thread/TRACE] [MekanismTools/MekanismTools]: Sending event FMLServerAboutToStartEvent to mod MekanismTools
[03:23:54] [Server thread/TRACE] [MekanismTools/MekanismTools]: Sent event FMLServerAboutToStartEvent to mod MekanismTools
[03:23:54] [Server thread/DEBUG] [FML/]: Bar Step: ServerAboutToStart - MekanismTools took 0.000s
[03:23:54] [Server thread/TRACE] [SGCraft/SGCraft]: Sending event FMLServerAboutToStartEvent to mod SGCraft
[03:23:54] [Server thread/TRACE] [SGCraft/SGCraft]: Sent event FMLServerAboutToStartEvent to mod SGCraft
[03:23:54] [Server thread/DEBUG] [FML/]: Bar Step: ServerAboutToStart - Greg's SG Craft took 0.000s
[03:23:54] [Server thread/TRACE] [WarpDrive/WarpDrive]: Sending event FMLServerAboutToStartEvent to mod WarpDrive
[03:23:54] [Server thread/TRACE] [WarpDrive/WarpDrive]: Sent event FMLServerAboutToStartEvent to mod WarpDrive
[03:23:54] [Server thread/DEBUG] [FML/]: Bar Step: ServerAboutToStart - WarpDrive took 0.000s
[03:23:54] [Server thread/TRACE] [McMultipart/McMultipart]: Sending event FMLServerAboutToStartEvent to mod McMultipart
[03:23:54] [Server thread/TRACE] [McMultipart/McMultipart]: Sent event FMLServerAboutToStartEvent to mod McMultipart
[03:23:54] [Server thread/DEBUG] [FML/]: Bar Step: ServerAboutToStart - Minecraft Multipart Plugin took 0.000s
[03:23:54] [Server thread/TRACE] [ForgeMicroblock/ForgeMicroblock]: Sending event FMLServerAboutToStartEvent to mod ForgeMicroblock
[03:23:54] [Server thread/TRACE] [ForgeMicroblock/ForgeMicroblock]: Sent event FMLServerAboutToStartEvent to mod ForgeMicroblock
[03:23:54] [Server thread/DEBUG] [FML/]: Bar Step: ServerAboutToStart - Forge Microblocks took 0.003s
[03:23:54] [Server thread/DEBUG] [FML/]: Bar Finished: ServerAboutToStart took 0.023s
[03:23:54] [Server thread/INFO] [FML/]: Loading dimension 0 (world) (net.minecraft.server.dedicated.DedicatedServer@2a0b4612)
[03:23:54] [Server thread/INFO] [FML/]: Loading dimension -3 (world) (net.minecraft.server.dedicated.DedicatedServer@2a0b4612)
[03:23:54] [Server thread/INFO] [FML/]: Loading dimension 1 (world) (net.minecraft.server.dedicated.DedicatedServer@2a0b4612)
[03:23:54] [Server thread/INFO] [FML/]: Loading dimension -1 (world) (net.minecraft.server.dedicated.DedicatedServer@2a0b4612)
[03:23:54] [Server thread/INFO] [FML/]: Loading dimension -2 (world) (net.minecraft.server.dedicated.DedicatedServer@2a0b4612)
[03:24:03] [Server thread/TRACE] [mcp/mcp]: Sending event FMLServerStartingEvent to mod mcp
[03:24:03] [Server thread/TRACE] [mcp/mcp]: Sent event FMLServerStartingEvent to mod mcp
[03:24:03] [Server thread/DEBUG] [FML/]: Bar Step: ServerStarting - Minecraft Coder Pack took 0.001s
[03:24:03] [Server thread/TRACE] [FML/FML]: Sending event FMLServerStartingEvent to mod FML
[03:24:03] [Server thread/TRACE] [FML/FML]: Sent event FMLServerStartingEvent to mod FML
[03:24:03] [Server thread/DEBUG] [FML/]: Bar Step: ServerStarting - Forge Mod Loader took 0.000s
[03:24:03] [Server thread/TRACE] [Forge/Forge]: Sending event FMLServerStartingEvent to mod Forge
[03:24:03] [Server thread/TRACE] [Forge/Forge]: Sent event FMLServerStartingEvent to mod Forge
[03:24:03] [Server thread/DEBUG] [FML/]: Bar Step: ServerStarting - Minecraft Forge took 0.013s
[03:24:03] [Server thread/TRACE] [CodeChickenCore/CodeChickenCore]: Sending event FMLServerStartingEvent to mod CodeChickenCore
[03:24:03] [Server thread/TRACE] [CodeChickenCore/CodeChickenCore]: Sent event FMLServerStartingEvent to mod CodeChickenCore
[03:24:03] [Server thread/DEBUG] [FML/]: Bar Step: ServerStarting - CodeChicken Core took 0.001s
[03:24:03] [Server thread/TRACE] [LambdaLib|Core/LambdaLib|Core]: Sending event FMLServerStartingEvent to mod LambdaLib|Core
[03:24:03] [Server thread/TRACE] [LambdaLib|Core/LambdaLib|Core]: Sent event FMLServerStartingEvent to mod LambdaLib|Core
[03:24:03] [Server thread/DEBUG] [FML/]: Bar Step: ServerStarting - LambdaLib|Core took 0.001s
[03:24:03] [Server thread/TRACE] [WarpDriveCore/WarpDriveCore]: Sending event FMLServerStartingEvent to mod WarpDriveCore
[03:24:03] [Server thread/TRACE] [WarpDriveCore/WarpDriveCore]: Sent event FMLServerStartingEvent to mod WarpDriveCore
[03:24:03] [Server thread/DEBUG] [FML/]: Bar Step: ServerStarting - WarpDriveCore took 0.001s
[03:24:03] [Server thread/TRACE] [LambdaLib/LambdaLib]: Sending event FMLServerStartingEvent to mod LambdaLib
[03:24:03] [Server thread/TRACE] [LambdaLib/LambdaLib]: Sent event FMLServerStartingEvent to mod LambdaLib
[03:24:03] [Server thread/DEBUG] [FML/]: Bar Step: ServerStarting - LambdaLib took 0.008s
[03:24:03] [Server thread/TRACE] [academy-craft/academy-craft]: Sending event FMLServerStartingEvent to mod academy-craft
[03:24:03] [Server thread/TRACE] [academy-craft/academy-craft]: Sent event FMLServerStartingEvent to mod academy-craft
[03:24:03] [Server thread/DEBUG] [FML/]: Bar Step: ServerStarting - Academy Craft took 0.023s
[03:24:03] [Server thread/TRACE] [lightsabers/lightsabers]: Sending event FMLServerStartingEvent to mod lightsabers
[03:24:03] [Server thread/TRACE] [lightsabers/lightsabers]: Sent event FMLServerStartingEvent to mod lightsabers
[03:24:03] [Server thread/DEBUG] [FML/]: Bar Step: ServerStarting - Advanced Lightsabers Mod took 0.015s
[03:24:03] [Server thread/TRACE] [BuildCraft|Core/BuildCraft|Core]: Sending event FMLServerStartingEvent to mod BuildCraft|Core
[03:24:03] [Server thread/TRACE] [BuildCraft|Core/BuildCraft|Core]: Sent event FMLServerStartingEvent to mod BuildCraft|Core
[03:24:03] [Server thread/DEBUG] [FML/]: Bar Step: ServerStarting - BuildCraft took 0.000s
[03:24:03] [Server thread/TRACE] [BuildCraft|Builders/BuildCraft|Builders]: Sending event FMLServerStartingEvent to mod BuildCraft|Builders
[03:24:03] [Server thread/TRACE] [BuildCraft|Builders/BuildCraft|Builders]: Sent event FMLServerStartingEvent to mod BuildCraft|Builders
[03:24:03] [Server thread/DEBUG] [FML/]: Bar Step: ServerStarting - BC Builders took 0.000s
[03:24:03] [Server thread/TRACE] [BuildCraft|Robotics/BuildCraft|Robotics]: Sending event FMLServerStartingEvent to mod BuildCraft|Robotics
[03:24:04] [Server thread/TRACE] [BuildCraft|Robotics/BuildCraft|Robotics]: Sent event FMLServerStartingEvent to mod BuildCraft|Robotics
[03:24:04] [Server thread/DEBUG] [FML/]: Bar Step: ServerStarting - BC Robotics took 0.023s
[03:24:04] [Server thread/TRACE] [BuildCraft|Silicon/BuildCraft|Silicon]: Sending event FMLServerStartingEvent to mod BuildCraft|Silicon
[03:24:04] [Server thread/TRACE] [BuildCraft|Silicon/BuildCraft|Silicon]: Sent event FMLServerStartingEvent to mod BuildCraft|Silicon
[03:24:04] [Server thread/DEBUG] [FML/]: Bar Step: ServerStarting - BC Silicon took 0.000s
[03:24:04] [Server thread/TRACE] [BuildCraft|Energy/BuildCraft|Energy]: Sending event FMLServerStartingEvent to mod BuildCraft|Energy
[03:24:04] [Server thread/TRACE] [BuildCraft|Energy/BuildCraft|Energy]: Sent event FMLServerStartingEvent to mod BuildCraft|Energy
[03:24:04] [Server thread/DEBUG] [FML/]: Bar Step: ServerStarting - BC Energy took 0.000s
[03:24:04] [Server thread/TRACE] [BuildCraft|Transport/BuildCraft|Transport]: Sending event FMLServerStartingEvent to mod BuildCraft|Transport
[03:24:04] [Server thread/TRACE] [BuildCraft|Transport/BuildCraft|Transport]: Sent event FMLServerStartingEvent to mod BuildCraft|Transport
[03:24:04] [Server thread/DEBUG] [FML/]: Bar Step: ServerStarting - BC Transport took 0.002s
[03:24:04] [Server thread/TRACE] [BuildCraft|Factory/BuildCraft|Factory]: Sending event FMLServerStartingEvent to mod BuildCraft|Factory
[03:24:04] [Server thread/TRACE] [BuildCraft|Factory/BuildCraft|Factory]: Sent event FMLServerStartingEvent to mod BuildCraft|Factory
[03:24:04] [Server thread/DEBUG] [FML/]: Bar Step: ServerStarting - BC Factory took 0.000s
[03:24:04] [Server thread/TRACE] [ForgeMultipart/ForgeMultipart]: Sending event FMLServerStartingEvent to mod ForgeMultipart
[03:24:04] [Server thread/TRACE] [ForgeMultipart/ForgeMultipart]: Sent event FMLServerStartingEvent to mod ForgeMultipart
[03:24:04] [Server thread/DEBUG] [FML/]: Bar Step: ServerStarting - Forge Multipart took 0.000s
[03:24:04] [Server thread/TRACE] [chisel/chisel]: Sending event FMLServerStartingEvent to mod chisel
[03:24:04] [Server thread/TRACE] [chisel/chisel]: Sent event FMLServerStartingEvent to mod chisel
[03:24:04] [Server thread/DEBUG] [FML/]: Bar Step: ServerStarting - Chisel took 0.000s
[03:24:04] [Server thread/TRACE] [IronChest/IronChest]: Sending event FMLServerStartingEvent to mod IronChest
[03:24:04] [Server thread/TRACE] [IronChest/IronChest]: Sent event FMLServerStartingEvent to mod IronChest
[03:24:04] [Server thread/DEBUG] [FML/]: Bar Step: ServerStarting - Iron Chest took 0.000s
[03:24:04] [Server thread/TRACE] [journeymap/journeymap]: Sending event FMLServerStartingEvent to mod journeymap
[03:24:04] [Server thread/TRACE] [journeymap/journeymap]: Sent event FMLServerStartingEvent to mod journeymap
[03:24:04] [Server thread/DEBUG] [FML/]: Bar Step: ServerStarting - JourneyMap took 0.052s
[03:24:04] [Server thread/TRACE] [Mekanism/Mekanism]: Sending event FMLServerStartingEvent to mod Mekanism
[03:24:04] [Server thread/INFO] [Mekanism/Mekanism]: VoiceServer: Starting up server...
[03:24:04] [Server thread/TRACE] [Mekanism/Mekanism]: Sent event FMLServerStartingEvent to mod Mekanism
[03:24:04] [Server thread/DEBUG] [FML/]: Bar Step: ServerStarting - Mekanism took 0.006s
[03:24:04] [Server thread/TRACE] [MekanismGenerators/MekanismGenerators]: Sending event FMLServerStartingEvent to mod MekanismGenerators
[03:24:04] [Server thread/TRACE] [MekanismGenerators/MekanismGenerators]: Sent event FMLServerStartingEvent to mod MekanismGenerators
[03:24:04] [Server thread/DEBUG] [FML/]: Bar Step: ServerStarting - MekanismGenerators took 0.000s
[03:24:04] [Server thread/TRACE] [MekanismTools/MekanismTools]: Sending event FMLServerStartingEvent to mod MekanismTools
[03:24:04] [Server thread/TRACE] [MekanismTools/MekanismTools]: Sent event FMLServerStartingEvent to mod MekanismTools
[03:24:04] [Server thread/DEBUG] [FML/]: Bar Step: ServerStarting - MekanismTools took 0.000s
[03:24:04] [Server thread/TRACE] [SGCraft/SGCraft]: Sending event FMLServerStartingEvent to mod SGCraft
[03:24:04] [Server thread/TRACE] [SGCraft/SGCraft]: Sent event FMLServerStartingEvent to mod SGCraft
[03:24:04] [Server thread/DEBUG] [FML/]: Bar Step: ServerStarting - Greg's SG Craft took 0.000s
[03:24:04] [Server thread/TRACE] [WarpDrive/WarpDrive]: Sending event FMLServerStartingEvent to mod WarpDrive
[03:24:04] [Server thread/TRACE] [WarpDrive/WarpDrive]: Sent event FMLServerStartingEvent to mod WarpDrive
[03:24:04] [Server thread/DEBUG] [FML/]: Bar Step: ServerStarting - WarpDrive took 0.034s
[03:24:04] [Server thread/TRACE] [McMultipart/McMultipart]: Sending event FMLServerStartingEvent to mod McMultipart
[03:24:04] [Server thread/TRACE] [McMultipart/McMultipart]: Sent event FMLServerStartingEvent to mod McMultipart
[03:24:04] [Server thread/DEBUG] [FML/]: Bar Step: ServerStarting - Minecraft Multipart Plugin took 0.000s
[03:24:04] [Server thread/TRACE] [ForgeMicroblock/ForgeMicroblock]: Sending event FMLServerStartingEvent to mod ForgeMicroblock
[03:24:04] [Server thread/TRACE] [ForgeMicroblock/ForgeMicroblock]: Sent event FMLServerStartingEvent to mod ForgeMicroblock
[03:24:04] [Server thread/DEBUG] [FML/]: Bar Step: ServerStarting - Forge Microblocks took 0.000s
[03:24:04] [Server thread/DEBUG] [FML/]: Bar Finished: ServerStarting took 0.183s
[03:24:04] [Server thread/TRACE] [mcp/mcp]: Sending event FMLServerStartedEvent to mod mcp
[03:24:04] [Server thread/TRACE] [mcp/mcp]: Sent event FMLServerStartedEvent to mod mcp
[03:24:04] [Server thread/DEBUG] [FML/]: Bar Step: ServerStarted - Minecraft Coder Pack took 0.000s
[03:24:04] [Server thread/TRACE] [FML/FML]: Sending event FMLServerStartedEvent to mod FML
[03:24:04] [Server thread/TRACE] [FML/FML]: Sent event FMLServerStartedEvent to mod FML
[03:24:04] [Server thread/DEBUG] [FML/]: Bar Step: ServerStarted - Forge Mod Loader took 0.000s
[03:24:04] [Server thread/TRACE] [Forge/Forge]: Sending event FMLServerStartedEvent to mod Forge
[03:24:04] [Server thread/TRACE] [Forge/Forge]: Sent event FMLServerStartedEvent to mod Forge
[03:24:04] [Server thread/DEBUG] [FML/]: Bar Step: ServerStarted - Minecraft Forge took 0.000s
[03:24:04] [Server thread/TRACE] [CodeChickenCore/CodeChickenCore]: Sending event FMLServerStartedEvent to mod CodeChickenCore
[03:24:04] [Server thread/TRACE] [CodeChickenCore/CodeChickenCore]: Sent event FMLServerStartedEvent to mod CodeChickenCore
[03:24:04] [Server thread/DEBUG] [FML/]: Bar Step: ServerStarted - CodeChicken Core took 0.000s
[03:24:04] [Server thread/TRACE] [LambdaLib|Core/LambdaLib|Core]: Sending event FMLServerStartedEvent to mod LambdaLib|Core
[03:24:04] [Server thread/TRACE] [LambdaLib|Core/LambdaLib|Core]: Sent event FMLServerStartedEvent to mod LambdaLib|Core
[03:24:04] [Server thread/DEBUG] [FML/]: Bar Step: ServerStarted - LambdaLib|Core took 0.000s
[03:24:04] [Server thread/TRACE] [WarpDriveCore/WarpDriveCore]: Sending event FMLServerStartedEvent to mod WarpDriveCore
[03:24:04] [Server thread/TRACE] [WarpDriveCore/WarpDriveCore]: Sent event FMLServerStartedEvent to mod WarpDriveCore
[03:24:04] [Server thread/DEBUG] [FML/]: Bar Step: ServerStarted - WarpDriveCore took 0.000s
[03:24:04] [Server thread/TRACE] [LambdaLib/LambdaLib]: Sending event FMLServerStartedEvent to mod LambdaLib
[03:24:04] [Server thread/TRACE] [LambdaLib/LambdaLib]: Sent event FMLServerStartedEvent to mod LambdaLib
[03:24:04] [Server thread/DEBUG] [FML/]: Bar Step: ServerStarted - LambdaLib took 0.000s
[03:24:04] [Server thread/TRACE] [academy-craft/academy-craft]: Sending event FMLServerStartedEvent to mod academy-craft
[03:24:04] [Server thread/TRACE] [academy-craft/academy-craft]: Sent event FMLServerStartedEvent to mod academy-craft
[03:24:04] [Server thread/DEBUG] [FML/]: Bar Step: ServerStarted - Academy Craft took 0.000s
[03:24:04] [Server thread/TRACE] [lightsabers/lightsabers]: Sending event FMLServerStartedEvent to mod lightsabers
[03:24:04] [Server thread/TRACE] [lightsabers/lightsabers]: Sent event FMLServerStartedEvent to mod lightsabers
[03:24:04] [Server thread/DEBUG] [FML/]: Bar Step: ServerStarted - Advanced Lightsabers Mod took 0.000s
[03:24:04] [Server thread/TRACE] [BuildCraft|Core/BuildCraft|Core]: Sending event FMLServerStartedEvent to mod BuildCraft|Core
[03:24:04] [Server thread/TRACE] [BuildCraft|Core/BuildCraft|Core]: Sent event FMLServerStartedEvent to mod BuildCraft|Core
[03:24:04] [Server thread/DEBUG] [FML/]: Bar Step: ServerStarted - BuildCraft took 0.000s
[03:24:04] [Server thread/TRACE] [BuildCraft|Builders/BuildCraft|Builders]: Sending event FMLServerStartedEvent to mod BuildCraft|Builders
[03:24:04] [Server thread/TRACE] [BuildCraft|Builders/BuildCraft|Builders]: Sent event FMLServerStartedEvent to mod BuildCraft|Builders
[03:24:04] [Server thread/DEBUG] [FML/]: Bar Step: ServerStarted - BC Builders took 0.000s
[03:24:04] [Server thread/TRACE] [BuildCraft|Robotics/BuildCraft|Robotics]: Sending event FMLServerStartedEvent to mod BuildCraft|Robotics
[03:24:04] [Server thread/TRACE] [BuildCraft|Robotics/BuildCraft|Robotics]: Sent event FMLServerStartedEvent to mod BuildCraft|Robotics
[03:24:04] [Server thread/DEBUG] [FML/]: Bar Step: ServerStarted - BC Robotics took 0.023s
[03:24:04] [Server thread/TRACE] [BuildCraft|Silicon/BuildCraft|Silicon]: Sending event FMLServerStartedEvent to mod BuildCraft|Silicon
[03:24:04] [Server thread/TRACE] [BuildCraft|Silicon/BuildCraft|Silicon]: Sent event FMLServerStartedEvent to mod BuildCraft|Silicon
[03:24:04] [Server thread/DEBUG] [FML/]: Bar Step: ServerStarted - BC Silicon took 0.000s
[03:24:04] [Server thread/TRACE] [BuildCraft|Energy/BuildCraft|Energy]: Sending event FMLServerStartedEvent to mod BuildCraft|Energy
[03:24:04] [Server thread/TRACE] [BuildCraft|Energy/BuildCraft|Energy]: Sent event FMLServerStartedEvent to mod BuildCraft|Energy
[03:24:04] [Server thread/DEBUG] [FML/]: Bar Step: ServerStarted - BC Energy took 0.000s
[03:24:04] [Server thread/TRACE] [BuildCraft|Transport/BuildCraft|Transport]: Sending event FMLServerStartedEvent to mod BuildCraft|Transport
[03:24:04] [Server thread/TRACE] [BuildCraft|Transport/BuildCraft|Transport]: Sent event FMLServerStartedEvent to mod BuildCraft|Transport
[03:24:04] [Server thread/DEBUG] [FML/]: Bar Step: ServerStarted - BC Transport took 0.000s
[03:24:04] [Server thread/TRACE] [BuildCraft|Factory/BuildCraft|Factory]: Sending event FMLServerStartedEvent to mod BuildCraft|Factory
[03:24:04] [Server thread/TRACE] [BuildCraft|Factory/BuildCraft|Factory]: Sent event FMLServerStartedEvent to mod BuildCraft|Factory
[03:24:04] [Server thread/DEBUG] [FML/]: Bar Step: ServerStarted - BC Factory took 0.000s
[03:24:04] [Server thread/TRACE] [ForgeMultipart/ForgeMultipart]: Sending event FMLServerStartedEvent to mod ForgeMultipart
[03:24:04] [Server thread/TRACE] [ForgeMultipart/ForgeMultipart]: Sent event FMLServerStartedEvent to mod ForgeMultipart
[03:24:04] [Server thread/DEBUG] [FML/]: Bar Step: ServerStarted - Forge Multipart took 0.000s
[03:24:04] [Server thread/TRACE] [chisel/chisel]: Sending event FMLServerStartedEvent to mod chisel
[03:24:04] [Server thread/TRACE] [chisel/chisel]: Sent event FMLServerStartedEvent to mod chisel
[03:24:04] [Server thread/DEBUG] [FML/]: Bar Step: ServerStarted - Chisel took 0.000s
[03:24:04] [Server thread/TRACE] [IronChest/IronChest]: Sending event FMLServerStartedEvent to mod IronChest
[03:24:04] [Server thread/TRACE] [IronChest/IronChest]: Sent event FMLServerStartedEvent to mod IronChest
[03:24:04] [Server thread/DEBUG] [FML/]: Bar Step: ServerStarted - Iron Chest took 0.000s
[03:24:04] [Server thread/TRACE] [journeymap/journeymap]: Sending event FMLServerStartedEvent to mod journeymap
[03:24:04] [Server thread/INFO] [journeymap/journeymap]: /server/config/JourneyMapServer/world.cfg not found!
[03:24:04] [Server thread/INFO] [journeymap/journeymap]: Attempting to create new config file for: world
[03:24:04] [Server thread/INFO] [journeymap/journeymap]: World ID: 4c48bb4a-72e6-4cd6-a5fb-cdebc56b32e8
[03:24:04] [Server thread/TRACE] [journeymap/journeymap]: Sent event FMLServerStartedEvent to mod journeymap
[03:24:04] [Server thread/DEBUG] [FML/]: Bar Step: ServerStarted - JourneyMap took 0.009s
[03:24:04] [Server thread/TRACE] [Mekanism/Mekanism]: Sending event FMLServerStartedEvent to mod Mekanism
[03:24:04] [Server thread/TRACE] [Mekanism/Mekanism]: Sent event FMLServerStartedEvent to mod Mekanism
[03:24:04] [Server thread/DEBUG] [FML/]: Bar Step: ServerStarted - Mekanism took 0.000s
[03:24:04] [Server thread/TRACE] [MekanismGenerators/MekanismGenerators]: Sending event FMLServerStartedEvent to mod MekanismGenerators
[03:24:04] [Server thread/TRACE] [MekanismGenerators/MekanismGenerators]: Sent event FMLServerStartedEvent to mod MekanismGenerators
[03:24:04] [Server thread/DEBUG] [FML/]: Bar Step: ServerStarted - MekanismGenerators took 0.000s
[03:24:04] [Server thread/TRACE] [MekanismTools/MekanismTools]: Sending event FMLServerStartedEvent to mod MekanismTools
[03:24:04] [Server thread/TRACE] [MekanismTools/MekanismTools]: Sent event FMLServerStartedEvent to mod MekanismTools
[03:24:04] [Server thread/DEBUG] [FML/]: Bar Step: ServerStarted - MekanismTools took 0.000s
[03:24:04] [Server thread/TRACE] [SGCraft/SGCraft]: Sending event FMLServerStartedEvent to mod SGCraft
[03:24:04] [Server thread/TRACE] [SGCraft/SGCraft]: Sent event FMLServerStartedEvent to mod SGCraft
[03:24:04] [Server thread/DEBUG] [FML/]: Bar Step: ServerStarted - Greg's SG Craft took 0.000s
[03:24:04] [Server thread/TRACE] [WarpDrive/WarpDrive]: Sending event FMLServerStartedEvent to mod WarpDrive
[03:24:04] [Server thread/TRACE] [WarpDrive/WarpDrive]: Sent event FMLServerStartedEvent to mod WarpDrive
[03:24:04] [Server thread/DEBUG] [FML/]: Bar Step: ServerStarted - WarpDrive took 0.000s
[03:24:04] [Server thread/TRACE] [McMultipart/McMultipart]: Sending event FMLServerStartedEvent to mod McMultipart
[03:24:04] [Server thread/TRACE] [McMultipart/McMultipart]: Sent event FMLServerStartedEvent to mod McMultipart
[03:24:04] [Server thread/DEBUG] [FML/]: Bar Step: ServerStarted - Minecraft Multipart Plugin took 0.000s
[03:24:04] [Server thread/TRACE] [ForgeMicroblock/ForgeMicroblock]: Sending event FMLServerStartedEvent to mod ForgeMicroblock
[03:24:04] [Server thread/TRACE] [ForgeMicroblock/ForgeMicroblock]: Sent event FMLServerStartedEvent to mod ForgeMicroblock
[03:24:04] [Server thread/DEBUG] [FML/]: Bar Step: ServerStarted - Forge Microblocks took 0.000s
[03:24:04] [Server thread/DEBUG] [FML/]: Bar Finished: ServerStarted took 0.036s
[03:24:49] [Server thread/DEBUG] [FML/]: Gathering id map for writing to world save world
[03:24:50] [Netty IO #1/TRACE] [FML/]: $ClientHello->FMLHandshakeServerState$2:HELLO
[03:24:50] [Netty IO #1/INFO] [FML/]: Client protocol version 2
[03:24:50] [Netty IO #1/TRACE] [FML/]: $ModList:30 mods->FMLHandshakeServerState$2:HELLO
[03:24:50] [Netty IO #1/INFO] [FML/]: Client attempting to join with 30 mods : MekanismGenerators@9.1.1,NotEnoughItems@**.**.**.**,Waila@1.5.10,BuildCraft|Silicon@7.1.24,FastCraft@1.25,Forge@10.13.4.1614,IronChest@**.**.**.**,ForgeMicroblock@**.**.**.**,LambdaLib@1.2.3,BuildCraft|Core@7.1.24,CodeChickenCore@**.**.**.**,Mekanism@9.1.1,MekanismTools@9.1.1,BuildCraft|Energy@7.1.24,lightsabers@1.2.2,mcp@9.05,LambdaLib|Core@1.2.3,journeymap@5.1.4p2,SGCraft@1.13.3,BuildCraft|Robotics@7.1.24,FML@**.**.**.**,BuildCraft|Transport@7.1.24,McMultipart@**.**.**.**,academy-craft@1.0.7,chisel@**.**.**.**,WarpDrive@1.7.10-1.4.2.-,BuildCraft|Factory@7.1.24,ForgeMultipart@**.**.**.**,BuildCraft|Builders@7.1.24,WarpDriveCore@1.7.10-1.4.2.-
[03:24:50] [Netty IO #1/INFO] [FML/]: Attempting connection with missing mods [] at CLIENT
[03:24:50] [Netty IO #1/INFO] [journeymap/]: CLIENT
[03:24:51] [Netty IO #1/TRACE] [FML/]: $HandshakeAck:{2}->FMLHandshakeServerState$3:WAITINGCACK
[03:24:52] [Netty IO #1/INFO] [FML/]: Unexpected packet during modded negotiation - assuming vanilla or keepalives : net.minecraft.network.play.client.C00PacketKeepAlive
[03:24:52] [Netty IO #1/TRACE] [FML/]: $HandshakeAck:{3}->FMLHandshakeServerState$4:COMPLETE
[03:24:52] [Netty IO #1/TRACE] [FML/]: $HandshakeAck:{4}->FMLHandshakeServerState$5:DONE
[03:24:53] [Server thread/INFO] [FML/]: [Server thread] Server side modded connection established
[03:24:53] [Server thread/INFO] [Mekanism/]: Sent config to 'SubToAquamic.'
[03:24:54] [Netty IO #1/TRACE] [FML/]: $HandshakeAck:{5}->FMLHandshakeServerState$5:DONE
[03:25:34] [Server thread/DEBUG] [FML/]: Gathering id map for writing to world save world
[03:26:19] [Server thread/DEBUG] [FML/]: Gathering id map for writing to world save world
[03:27:04] [Server thread/DEBUG] [FML/]: Gathering id map for writing to world save world
[03:27:49] [Server thread/DEBUG] [FML/]: Gathering id map for writing to world save world
[03:28:34] [Server thread/DEBUG] [FML/]: Gathering id map for writing to world save world
[03:29:19] [Server thread/DEBUG] [FML/]: Gathering id map for writing to world save world
[03:30:04] [Server thread/DEBUG] [FML/]: Gathering id map for writing to world save world
[03:30:48] [Server thread/TRACE] [mcp/mcp]: Sending event FMLServerStoppingEvent to mod mcp
[03:30:48] [Server thread/TRACE] [mcp/mcp]: Sent event FMLServerStoppingEvent to mod mcp
[03:30:48] [Server thread/DEBUG] [FML/]: Bar Step: ServerStopping - Minecraft Coder Pack took 0.000s
[03:30:48] [Server thread/TRACE] [FML/FML]: Sending event FMLServerStoppingEvent to mod FML
[03:30:48] [Server thread/TRACE] [FML/FML]: Sent event FMLServerStoppingEvent to mod FML
[03:30:48] [Server thread/DEBUG] [FML/]: Bar Step: ServerStopping - Forge Mod Loader took 0.000s
[03:30:48] [Server thread/TRACE] [Forge/Forge]: Sending event FMLServerStoppingEvent to mod Forge
[03:30:48] [Server thread/TRACE] [Forge/Forge]: Sent event FMLServerStoppingEvent to mod Forge
[03:30:48] [Server thread/DEBUG] [FML/]: Bar Step: ServerStopping - Minecraft Forge took 0.000s
[03:30:48] [Server thread/TRACE] [CodeChickenCore/CodeChickenCore]: Sending event FMLServerStoppingEvent to mod CodeChickenCore
[03:30:48] [Server thread/TRACE] [CodeChickenCore/CodeChickenCore]: Sent event FMLServerStoppingEvent to mod CodeChickenCore
[03:30:48] [Server thread/DEBUG] [FML/]: Bar Step: ServerStopping - CodeChicken Core took 0.000s
[03:30:48] [Server thread/TRACE] [LambdaLib|Core/LambdaLib|Core]: Sending event FMLServerStoppingEvent to mod LambdaLib|Core
[03:30:48] [Server thread/TRACE] [LambdaLib|Core/LambdaLib|Core]: Sent event FMLServerStoppingEvent to mod LambdaLib|Core
[03:30:48] [Server thread/DEBUG] [FML/]: Bar Step: ServerStopping - LambdaLib|Core took 0.000s
[03:30:48] [Server thread/TRACE] [WarpDriveCore/WarpDriveCore]: Sending event FMLServerStoppingEvent to mod WarpDriveCore
[03:30:48] [Server thread/TRACE] [WarpDriveCore/WarpDriveCore]: Sent event FMLServerStoppingEvent to mod WarpDriveCore
[03:30:48] [Server thread/DEBUG] [FML/]: Bar Step: ServerStopping - WarpDriveCore took 0.000s
[03:30:48] [Server thread/TRACE] [LambdaLib/LambdaLib]: Sending event FMLServerStoppingEvent to mod LambdaLib
[03:30:48] [Server thread/TRACE] [LambdaLib/LambdaLib]: Sent event FMLServerStoppingEvent to mod LambdaLib
[03:30:48] [Server thread/DEBUG] [FML/]: Bar Step: ServerStopping - LambdaLib took 0.001s
[03:30:48] [Server thread/TRACE] [academy-craft/academy-craft]: Sending event FMLServerStoppingEvent to mod academy-craft
[03:30:48] [Server thread/TRACE] [academy-craft/academy-craft]: Sent event FMLServerStoppingEvent to mod academy-craft
[03:30:48] [Server thread/DEBUG] [FML/]: Bar Step: ServerStopping - Academy Craft took 0.000s
[03:30:48] [Server thread/TRACE] [lightsabers/lightsabers]: Sending event FMLServerStoppingEvent to mod lightsabers
[03:30:48] [Server thread/TRACE] [lightsabers/lightsabers]: Sent event FMLServerStoppingEvent to mod lightsabers
[03:30:48] [Server thread/DEBUG] [FML/]: Bar Step: ServerStopping - Advanced Lightsabers Mod took 0.000s
[03:30:48] [Server thread/TRACE] [BuildCraft|Core/BuildCraft|Core]: Sending event FMLServerStoppingEvent to mod BuildCraft|Core
[03:30:48] [Server thread/TRACE] [BuildCraft|Core/BuildCraft|Core]: Sent event FMLServerStoppingEvent to mod BuildCraft|Core
[03:30:48] [Server thread/DEBUG] [FML/]: Bar Step: ServerStopping - BuildCraft took 0.000s
[03:30:48] [Server thread/TRACE] [BuildCraft|Builders/BuildCraft|Builders]: Sending event FMLServerStoppingEvent to mod BuildCraft|Builders
[03:30:48] [Server thread/TRACE] [BuildCraft|Builders/BuildCraft|Builders]: Sent event FMLServerStoppingEvent to mod BuildCraft|Builders
[03:30:48] [Server thread/DEBUG] [FML/]: Bar Step: ServerStopping - BC Builders took 0.005s
[03:30:48] [Server thread/TRACE] [BuildCraft|Robotics/BuildCraft|Robotics]: Sending event FMLServerStoppingEvent to mod BuildCraft|Robotics
[03:30:48] [Server thread/TRACE] [BuildCraft|Robotics/BuildCraft|Robotics]: Sent event FMLServerStoppingEvent to mod BuildCraft|Robotics
[03:30:48] [Server thread/DEBUG] [FML/]: Bar Step: ServerStopping - BC Robotics took 0.005s
[03:30:48] [Server thread/TRACE] [BuildCraft|Silicon/BuildCraft|Silicon]: Sending event FMLServerStoppingEvent to mod BuildCraft|Silicon
[03:30:48] [Server thread/TRACE] [BuildCraft|Silicon/BuildCraft|Silicon]: Sent event FMLServerStoppingEvent to mod BuildCraft|Silicon
[03:30:48] [Server thread/DEBUG] [FML/]: Bar Step: ServerStopping - BC Silicon took 0.014s
[03:30:48] [Server thread/TRACE] [BuildCraft|Energy/BuildCraft|Energy]: Sending event FMLServerStoppingEvent to mod BuildCraft|Energy
[03:30:48] [Server thread/TRACE] [BuildCraft|Energy/BuildCraft|Energy]: Sent event FMLServerStoppingEvent to mod BuildCraft|Energy
[03:30:48] [Server thread/DEBUG] [FML/]: Bar Step: ServerStopping - BC Energy took 0.000s
[03:30:48] [Server thread/TRACE] [BuildCraft|Transport/BuildCraft|Transport]: Sending event FMLServerStoppingEvent to mod BuildCraft|Transport
[03:30:48] [Server thread/TRACE] [BuildCraft|Transport/BuildCraft|Transport]: Sent event FMLServerStoppingEvent to mod BuildCraft|Transport
[03:30:48] [Server thread/DEBUG] [FML/]: Bar Step: ServerStopping - BC Transport took 0.000s
[03:30:48] [Server thread/TRACE] [BuildCraft|Factory/BuildCraft|Factory]: Sending event FMLServerStoppingEvent to mod BuildCraft|Factory
[03:30:48] [Server thread/TRACE] [BuildCraft|Factory/BuildCraft|Factory]: Sent event FMLServerStoppingEvent to mod BuildCraft|Factory
[03:30:48] [Server thread/DEBUG] [FML/]: Bar Step: ServerStopping - BC Factory took 0.000s
[03:30:48] [Server thread/TRACE] [ForgeMultipart/ForgeMultipart]: Sending event FMLServerStoppingEvent to mod ForgeMultipart
[03:30:48] [Server thread/TRACE] [ForgeMultipart/ForgeMultipart]: Sent event FMLServerStoppingEvent to mod ForgeMultipart
[03:30:48] [Server thread/DEBUG] [FML/]: Bar Step: ServerStopping - Forge Multipart took 0.000s
[03:30:48] [Server thread/TRACE] [chisel/chisel]: Sending event FMLServerStoppingEvent to mod chisel
[03:30:48] [Server thread/TRACE] [chisel/chisel]: Sent event FMLServerStoppingEvent to mod chisel
[03:30:48] [Server thread/DEBUG] [FML/]: Bar Step: ServerStopping - Chisel took 0.000s
[03:30:48] [Server thread/TRACE] [IronChest/IronChest]: Sending event FMLServerStoppingEvent to mod IronChest
[03:30:48] [Server thread/TRACE] [IronChest/IronChest]: Sent event FMLServerStoppingEvent to mod IronChest
[03:30:48] [Server thread/DEBUG] [FML/]: Bar Step: ServerStopping - Iron Chest took 0.000s
[03:30:48] [Server thread/TRACE] [journeymap/journeymap]: Sending event FMLServerStoppingEvent to mod journeymap
[03:30:48] [Server thread/TRACE] [journeymap/journeymap]: Sent event FMLServerStoppingEvent to mod journeymap
[03:30:48] [Server thread/DEBUG] [FML/]: Bar Step: ServerStopping - JourneyMap took 0.000s
[03:30:48] [Server thread/TRACE] [Mekanism/Mekanism]: Sending event FMLServerStoppingEvent to mod Mekanism
[03:30:48] [Server thread/INFO] [Mekanism/Mekanism]: VoiceServer: Shutting down server...
[03:30:48] [Server thread/TRACE] [Mekanism/Mekanism]: Sent event FMLServerStoppingEvent to mod Mekanism
[03:30:48] [Server thread/DEBUG] [FML/]: Bar Step: ServerStopping - Mekanism took 0.012s
[03:30:48] [Server thread/TRACE] [MekanismGenerators/MekanismGenerators]: Sending event FMLServerStoppingEvent to mod MekanismGenerators
[03:30:48] [Server thread/TRACE] [MekanismGenerators/MekanismGenerators]: Sent event FMLServerStoppingEvent to mod MekanismGenerators
[03:30:48] [Server thread/DEBUG] [FML/]: Bar Step: ServerStopping - MekanismGenerators took 0.000s
[03:30:48] [Server thread/TRACE] [MekanismTools/MekanismTools]: Sending event FMLServerStoppingEvent to mod MekanismTools
[03:30:48] [Server thread/TRACE] [MekanismTools/MekanismTools]: Sent event FMLServerStoppingEvent to mod MekanismTools
[03:30:48] [Server thread/DEBUG] [FML/]: Bar Step: ServerStopping - MekanismTools took 0.000s
[03:30:48] [Server thread/TRACE] [SGCraft/SGCraft]: Sending event FMLServerStoppingEvent to mod SGCraft
[03:30:48] [Server thread/TRACE] [SGCraft/SGCraft]: Sent event FMLServerStoppingEvent to mod SGCraft
[03:30:48] [Server thread/DEBUG] [FML/]: Bar Step: ServerStopping - Greg's SG Craft took 0.000s
[03:30:48] [Server thread/TRACE] [WarpDrive/WarpDrive]: Sending event FMLServerStoppingEvent to mod WarpDrive
[03:30:48] [Server thread/TRACE] [WarpDrive/WarpDrive]: Sent event FMLServerStoppingEvent to mod WarpDrive
[03:30:48] [Server thread/DEBUG] [FML/]: Bar Step: ServerStopping - WarpDrive took 0.000s
[03:30:48] [Server thread/TRACE] [McMultipart/McMultipart]: Sending event FMLServerStoppingEvent to mod McMultipart
[03:30:48] [Server thread/TRACE] [McMultipart/McMultipart]: Sent event FMLServerStoppingEvent to mod McMultipart
[03:30:48] [Server thread/DEBUG] [FML/]: Bar Step: ServerStopping - Minecraft Multipart Plugin took 0.000s
[03:30:48] [Server thread/TRACE] [ForgeMicroblock/ForgeMicroblock]: Sending event FMLServerStoppingEvent to mod ForgeMicroblock
[03:30:48] [Server thread/TRACE] [ForgeMicroblock/ForgeMicroblock]: Sent event FMLServerStoppingEvent to mod ForgeMicroblock
[03:30:48] [Server thread/DEBUG] [FML/]: Bar Step: ServerStopping - Forge Microblocks took 0.000s
[03:30:48] [Server thread/DEBUG] [FML/]: Bar Finished: ServerStopping took 0.042s
[03:30:48] [Server thread/DEBUG] [FML/]: Gathering id map for writing to world save world
[03:30:48] [Server thread/INFO] [FML/]: Unloading dimension 0
[03:30:48] [Server thread/INFO] [FML/]: Unloading dimension -1
[03:30:48] [Server thread/INFO] [FML/]: Unloading dimension 1
[03:30:48] [Server thread/INFO] [FML/]: Unloading dimension -3
[03:30:48] [Server thread/INFO] [FML/]: Unloading dimension -2
[03:30:48] [Server thread/DEBUG] [FML/]: Reverting to frozen data state.
[03:30:48] [Server thread/TRACE] [mcp/mcp]: Sending event FMLModIdMappingEvent to mod mcp
[03:30:48] [Server thread/TRACE] [mcp/mcp]: Sent event FMLModIdMappingEvent to mod mcp
[03:30:48] [Server thread/DEBUG] [FML/]: Bar Step: ModIdMapping - Minecraft Coder Pack took 0.000s
[03:30:48] [Server thread/TRACE] [FML/FML]: Sending event FMLModIdMappingEvent to mod FML
[03:30:48] [Server thread/TRACE] [FML/FML]: Sent event FMLModIdMappingEvent to mod FML
[03:30:48] [Server thread/DEBUG] [FML/]: Bar Step: ModIdMapping - Forge Mod Loader took 0.000s
[03:30:48] [Server thread/TRACE] [Forge/Forge]: Sending event FMLModIdMappingEvent to mod Forge
[03:30:48] [Server thread/TRACE] [Forge/Forge]: Sent event FMLModIdMappingEvent to mod Forge
[03:30:48] [Server thread/DEBUG] [FML/]: Bar Step: ModIdMapping - Minecraft Forge took 0.003s
[03:30:48] [Server thread/TRACE] [CodeChickenCore/CodeChickenCore]: Sending event FMLModIdMappingEvent to mod CodeChickenCore
[03:30:48] [Server thread/TRACE] [CodeChickenCore/CodeChickenCore]: Sent event FMLModIdMappingEvent to mod CodeChickenCore
[03:30:48] [Server thread/DEBUG] [FML/]: Bar Step: ModIdMapping - CodeChicken Core took 0.000s
[03:30:48] [Server thread/TRACE] [LambdaLib|Core/LambdaLib|Core]: Sending event FMLModIdMappingEvent to mod LambdaLib|Core
[03:30:48] [Server thread/TRACE] [LambdaLib|Core/LambdaLib|Core]: Sent event FMLModIdMappingEvent to mod LambdaLib|Core
[03:30:48] [Server thread/DEBUG] [FML/]: Bar Step: ModIdMapping - LambdaLib|Core took 0.000s
[03:30:48] [Server thread/TRACE] [WarpDriveCore/WarpDriveCore]: Sending event FMLModIdMappingEvent to mod WarpDriveCore
[03:30:48] [Server thread/TRACE] [WarpDriveCore/WarpDriveCore]: Sent event FMLModIdMappingEvent to mod WarpDriveCore
[03:30:48] [Server thread/DEBUG] [FML/]: Bar Step: ModIdMapping - WarpDriveCore took 0.000s
[03:30:48] [Server thread/TRACE] [LambdaLib/LambdaLib]: Sending event FMLModIdMappingEvent to mod LambdaLib
[03:30:48] [Server thread/TRACE] [LambdaLib/LambdaLib]: Sent event FMLModIdMappingEvent to mod LambdaLib
[03:30:48] [Server thread/DEBUG] [FML/]: Bar Step: ModIdMapping - LambdaLib took 0.000s
[03:30:48] [Server thread/TRACE] [academy-craft/academy-craft]: Sending event FMLModIdMappingEvent to mod academy-craft
[03:30:48] [Server thread/TRACE] [academy-craft/academy-craft]: Sent event FMLModIdMappingEvent to mod academy-craft
[03:30:48] [Server thread/DEBUG] [FML/]: Bar Step: ModIdMapping - Academy Craft took 0.000s
[03:30:48] [Server thread/TRACE] [lightsabers/lightsabers]: Sending event FMLModIdMappingEvent to mod lightsabers
[03:30:48] [Server thread/TRACE] [lightsabers/lightsabers]: Sent event FMLModIdMappingEvent to mod lightsabers
[03:30:48] [Server thread/DEBUG] [FML/]: Bar Step: ModIdMapping - Advanced Lightsabers Mod took 0.000s
[03:30:48] [Server thread/TRACE] [BuildCraft|Core/BuildCraft|Core]: Sending event FMLModIdMappingEvent to mod BuildCraft|Core
[03:30:48] [Server thread/TRACE] [BuildCraft|Core/BuildCraft|Core]: Sent event FMLModIdMappingEvent to mod BuildCraft|Core
[03:30:48] [Server thread/DEBUG] [FML/]: Bar Step: ModIdMapping - BuildCraft took 0.000s
[03:30:48] [Server thread/TRACE] [BuildCraft|Builders/BuildCraft|Builders]: Sending event FMLModIdMappingEvent to mod BuildCraft|Builders
[03:30:48] [Server thread/TRACE] [BuildCraft|Builders/BuildCraft|Builders]: Sent event FMLModIdMappingEvent to mod BuildCraft|Builders
[03:30:48] [Server thread/DEBUG] [FML/]: Bar Step: ModIdMapping - BC Builders took 0.000s
[03:30:48] [Server thread/TRACE] [BuildCraft|Robotics/BuildCraft|Robotics]: Sending event FMLModIdMappingEvent to mod BuildCraft|Robotics
[03:30:48] [Server thread/TRACE] [BuildCraft|Robotics/BuildCraft|Robotics]: Sent event FMLModIdMappingEvent to mod BuildCraft|Robotics
[03:30:48] [Server thread/DEBUG] [FML/]: Bar Step: ModIdMapping - BC Robotics took 0.000s
[03:30:48] [Server thread/TRACE] [BuildCraft|Silicon/BuildCraft|Silicon]: Sending event FMLModIdMappingEvent to mod BuildCraft|Silicon
[03:30:48] [Server thread/TRACE] [BuildCraft|Silicon/BuildCraft|Silicon]: Sent event FMLModIdMappingEvent to mod BuildCraft|Silicon
[03:30:48] [Server thread/DEBUG] [FML/]: Bar Step: ModIdMapping - BC Silicon took 0.000s
[03:30:48] [Server thread/TRACE] [BuildCraft|Energy/BuildCraft|Energy]: Sending event FMLModIdMappingEvent to mod BuildCraft|Energy
[03:30:48] [Server thread/TRACE] [BuildCraft|Energy/BuildCraft|Energy]: Sent event FMLModIdMappingEvent to mod BuildCraft|Energy
[03:30:48] [Server thread/DEBUG] [FML/]: Bar Step: ModIdMapping - BC Energy took 0.000s
[03:30:48] [Server thread/TRACE] [BuildCraft|Transport/BuildCraft|Transport]: Sending event FMLModIdMappingEvent to mod BuildCraft|Transport
[03:30:48] [Server thread/TRACE] [BuildCraft|Transport/BuildCraft|Transport]: Sent event FMLModIdMappingEvent to mod BuildCraft|Transport
[03:30:48] [Server thread/DEBUG] [FML/]: Bar Step: ModIdMapping - BC Transport took 0.000s
[03:30:48] [Server thread/TRACE] [BuildCraft|Factory/BuildCraft|Factory]: Sending event FMLModIdMappingEvent to mod BuildCraft|Factory
[03:30:48] [Server thread/TRACE] [BuildCraft|Factory/BuildCraft|Factory]: Sent event FMLModIdMappingEvent to mod BuildCraft|Factory
[03:30:48] [Server thread/DEBUG] [FML/]: Bar Step: ModIdMapping - BC Factory took 0.000s
[03:30:48] [Server thread/TRACE] [ForgeMultipart/ForgeMultipart]: Sending event FMLModIdMappingEvent to mod ForgeMultipart
[03:30:48] [Server thread/TRACE] [ForgeMultipart/ForgeMultipart]: Sent event FMLModIdMappingEvent to mod ForgeMultipart
[03:30:48] [Server thread/DEBUG] [FML/]: Bar Step: ModIdMapping - Forge Multipart took 0.000s
[03:30:48] [Server thread/TRACE] [chisel/chisel]: Sending event FMLModIdMappingEvent to mod chisel
[03:30:48] [Server thread/TRACE] [chisel/chisel]: Sent event FMLModIdMappingEvent to mod chisel
[03:30:48] [Server thread/DEBUG] [FML/]: Bar Step: ModIdMapping - Chisel took 0.000s
[03:30:48] [Server thread/TRACE] [IronChest/IronChest]: Sending event FMLModIdMappingEvent to mod IronChest
[03:30:48] [Server thread/TRACE] [IronChest/IronChest]: Sent event FMLModIdMappingEvent to mod IronChest
[03:30:48] [Server thread/DEBUG] [FML/]: Bar Step: ModIdMapping - Iron Chest took 0.000s
[03:30:48] [Server thread/TRACE] [journeymap/journeymap]: Sending event FMLModIdMappingEvent to mod journeymap
[03:30:48] [Server thread/TRACE] [journeymap/journeymap]: Sent event FMLModIdMappingEvent to mod journeymap
[03:30:48] [Server thread/DEBUG] [FML/]: Bar Step: ModIdMapping - JourneyMap took 0.000s
[03:30:48] [Server thread/TRACE] [Mekanism/Mekanism]: Sending event FMLModIdMappingEvent to mod Mekanism
[03:30:48] [Server thread/TRACE] [Mekanism/Mekanism]: Sent event FMLModIdMappingEvent to mod Mekanism
[03:30:48] [Server thread/DEBUG] [FML/]: Bar Step: ModIdMapping - Mekanism took 0.000s
[03:30:48] [Server thread/TRACE] [MekanismGenerators/MekanismGenerators]: Sending event FMLModIdMappingEvent to mod MekanismGenerators
[03:30:48] [Server thread/TRACE] [MekanismGenerators/MekanismGenerators]: Sent event FMLModIdMappingEvent to mod MekanismGenerators
[03:30:48] [Server thread/DEBUG] [FML/]: Bar Step: ModIdMapping - MekanismGenerators took 0.000s
[03:30:48] [Server thread/TRACE] [MekanismTools/MekanismTools]: Sending event FMLModIdMappingEvent to mod MekanismTools
[03:30:48] [Server thread/TRACE] [MekanismTools/MekanismTools]: Sent event FMLModIdMappingEvent to mod MekanismTools
[03:30:48] [Server thread/DEBUG] [FML/]: Bar Step: ModIdMapping - MekanismTools took 0.000s
[03:30:48] [Server thread/TRACE] [SGCraft/SGCraft]: Sending event FMLModIdMappingEvent to mod SGCraft
[03:30:48] [Server thread/TRACE] [SGCraft/SGCraft]: Sent event FMLModIdMappingEvent to mod SGCraft
[03:30:48] [Server thread/DEBUG] [FML/]: Bar Step: ModIdMapping - Greg's SG Craft took 0.000s
[03:30:48] [Server thread/TRACE] [WarpDrive/WarpDrive]: Sending event FMLModIdMappingEvent to mod WarpDrive
[03:30:48] [Server thread/TRACE] [WarpDrive/WarpDrive]: Sent event FMLModIdMappingEvent to mod WarpDrive
[03:30:48] [Server thread/DEBUG] [FML/]: Bar Step: ModIdMapping - WarpDrive took 0.000s
[03:30:48] [Server thread/TRACE] [McMultipart/McMultipart]: Sending event FMLModIdMappingEvent to mod McMultipart
[03:30:48] [Server thread/TRACE] [McMultipart/McMultipart]: Sent event FMLModIdMappingEvent to mod McMultipart
[03:30:48] [Server thread/DEBUG] [FML/]: Bar Step: ModIdMapping - Minecraft Multipart Plugin took 0.000s
[03:30:48] [Server thread/TRACE] [ForgeMicroblock/ForgeMicroblock]: Sending event FMLModIdMappingEvent to mod ForgeMicroblock
[03:30:48] [Server thread/TRACE] [ForgeMicroblock/ForgeMicroblock]: Sent event FMLModIdMappingEvent to mod ForgeMicroblock
[03:30:48] [Server thread/DEBUG] [FML/]: Bar Step: ModIdMapping - Forge Microblocks took 0.000s
[03:30:48] [Server thread/DEBUG] [FML/]: Bar Finished: ModIdMapping took 0.010s
[03:30:48] [Server thread/INFO] [FML/]: Applying holder lookups
[03:30:48] [Server thread/DEBUG] [FML/]: Unable to lookup chisel:cobblestoneWall for public static team.chisel.block.BlockCarvableWall team.chisel.init.ChiselBlocks.cobblestoneWall. This means the object wasn't registered. It's likely just mod options.
[03:30:48] [Server thread/DEBUG] [FML/]: Unable to lookup chisel:obsidian2 for public static team.chisel.block.BlockCarvable team.chisel.init.ChiselBlocks.obsidian2. This means the object wasn't registered. It's likely just mod options.
[03:30:48] [Server thread/DEBUG] [FML/]: Unable to lookup chisel:voidstonerunic for public static team.chisel.block.BlockCarvable team.chisel.init.ChiselBlocks.voidstonerunic. This means the object wasn't registered. It's likely just mod options.
[03:30:48] [Server thread/DEBUG] [FML/]: Unable to lookup chisel:circuits for public static team.chisel.block.BlockCarvable team.chisel.init.ChiselBlocks.circuits. This means the object wasn't registered. It's likely just mod options.
[03:30:48] [Server thread/DEBUG] [FML/]: Unable to lookup chisel:arcane for public static team.chisel.block.BlockCarvable team.chisel.init.ChiselBlocks.arcane. This means the object wasn't registered. It's likely just mod options.
[03:30:48] [Server thread/DEBUG] [FML/]: Unable to lookup chisel:thaumium for public static team.chisel.block.BlockCarvable team.chisel.init.ChiselBlocks.thaumium. This means the object wasn't registered. It's likely just mod options.
[03:30:48] [Server thread/DEBUG] [FML/]: Unable to lookup chisel:tallow for public static team.chisel.block.BlockCarvable team.chisel.init.ChiselBlocks.tallow. This means the object wasn't registered. It's likely just mod options.
[03:30:48] [Server thread/DEBUG] [FML/]: Unable to lookup chisel:bloodRune for public static team.chisel.block.BlockCarvable team.chisel.init.ChiselBlocks.bloodRune. This means the object wasn't registered. It's likely just mod options.
[03:30:48] [Server thread/DEBUG] [FML/]: Unable to lookup chisel:bloodBrick for public static team.chisel.block.BlockCarvable team.chisel.init.ChiselBlocks.bloodBrick. This means the object wasn't registered. It's likely just mod options.
[03:30:48] [Server thread/DEBUG] [FML/]: Unable to lookup Mekanism:TierInstaller for public static net.minecraft.item.Item mekanism.common.MekanismItems.TierInstaller. This means the object wasn't registered. It's likely just mod options.
[03:30:48] [Server thread/INFO] [FML/]: Holder lookups applied
[03:30:48] [Server thread/TRACE] [mcp/mcp]: Sending event FMLServerStoppedEvent to mod mcp
[03:30:48] [Server thread/TRACE] [mcp/mcp]: Sent event FMLServerStoppedEvent to mod mcp
[03:30:48] [Server thread/DEBUG] [FML/]: Bar Step: ServerStopped - Minecraft Coder Pack took 0.001s
[03:30:48] [Server thread/TRACE] [FML/FML]: Sending event FMLServerStoppedEvent to mod FML
[03:30:48] [Server thread/TRACE] [FML/FML]: Sent event FMLServerStoppedEvent to mod FML
[03:30:48] [Server thread/DEBUG] [FML/]: Bar Step: ServerStopped - Forge Mod Loader took 0.000s
[03:30:48] [Server thread/TRACE] [Forge/Forge]: Sending event FMLServerStoppedEvent to mod Forge
[03:30:48] [Server thread/TRACE] [Forge/Forge]: Sent event FMLServerStoppedEvent to mod Forge
[03:30:48] [Server thread/DEBUG] [FML/]: Bar Step: ServerStopped - Minecraft Forge took 0.000s
[03:30:48] [Server thread/TRACE] [CodeChickenCore/CodeChickenCore]: Sending event FMLServerStoppedEvent to mod CodeChickenCore
[03:30:48] [Server thread/TRACE] [CodeChickenCore/CodeChickenCore]: Sent event FMLServerStoppedEvent to mod CodeChickenCore
[03:30:48] [Server thread/DEBUG] [FML/]: Bar Step: ServerStopped - CodeChicken Core took 0.000s
[03:30:48] [Server thread/TRACE] [LambdaLib|Core/LambdaLib|Core]: Sending event FMLServerStoppedEvent to mod LambdaLib|Core
[03:30:48] [Server thread/TRACE] [LambdaLib|Core/LambdaLib|Core]: Sent event FMLServerStoppedEvent to mod LambdaLib|Core
[03:30:48] [Server thread/DEBUG] [FML/]: Bar Step: ServerStopped - LambdaLib|Core took 0.000s
[03:30:48] [Server thread/TRACE] [WarpDriveCore/WarpDriveCore]: Sending event FMLServerStoppedEvent to mod WarpDriveCore
[03:30:48] [Server thread/TRACE] [WarpDriveCore/WarpDriveCore]: Sent event FMLServerStoppedEvent to mod WarpDriveCore
[03:30:48] [Server thread/DEBUG] [FML/]: Bar Step: ServerStopped - WarpDriveCore took 0.000s
[03:30:48] [Server thread/TRACE] [LambdaLib/LambdaLib]: Sending event FMLServerStoppedEvent to mod LambdaLib
[03:30:48] [Server thread/TRACE] [LambdaLib/LambdaLib]: Sent event FMLServerStoppedEvent to mod LambdaLib
[03:30:48] [Server thread/DEBUG] [FML/]: Bar Step: ServerStopped - LambdaLib took 0.000s
[03:30:48] [Server thread/TRACE] [academy-craft/academy-craft]: Sending event FMLServerStoppedEvent to mod academy-craft
[03:30:48] [Server thread/TRACE] [academy-craft/academy-craft]: Sent event FMLServerStoppedEvent to mod academy-craft
[03:30:48] [Server thread/DEBUG] [FML/]: Bar Step: ServerStopped - Academy Craft took 0.000s
[03:30:48] [Server thread/TRACE] [lightsabers/lightsabers]: Sending event FMLServerStoppedEvent to mod lightsabers
[03:30:48] [Server thread/TRACE] [lightsabers/lightsabers]: Sent event FMLServerStoppedEvent to mod lightsabers
[03:30:48] [Server thread/DEBUG] [FML/]: Bar Step: ServerStopped - Advanced Lightsabers Mod took 0.000s
[03:30:48] [Server thread/TRACE] [BuildCraft|Core/BuildCraft|Core]: Sending event FMLServerStoppedEvent to mod BuildCraft|Core
[03:30:48] [Server thread/TRACE] [BuildCraft|Core/BuildCraft|Core]: Sent event FMLServerStoppedEvent to mod BuildCraft|Core
[03:30:48] [Server thread/DEBUG] [FML/]: Bar Step: ServerStopped - BuildCraft took 0.000s
[03:30:48] [Server thread/TRACE] [BuildCraft|Builders/BuildCraft|Builders]: Sending event FMLServerStoppedEvent to mod BuildCraft|Builders
[03:30:48] [Server thread/TRACE] [BuildCraft|Builders/BuildCraft|Builders]: Sent event FMLServerStoppedEvent to mod BuildCraft|Builders
[03:30:48] [Server thread/DEBUG] [FML/]: Bar Step: ServerStopped - BC Builders took 0.000s
[03:30:48] [Server thread/TRACE] [BuildCraft|Robotics/BuildCraft|Robotics]: Sending event FMLServerStoppedEvent to mod BuildCraft|Robotics
[03:30:48] [Server thread/TRACE] [BuildCraft|Robotics/BuildCraft|Robotics]: Sent event FMLServerStoppedEvent to mod BuildCraft|Robotics
[03:30:48] [Server thread/DEBUG] [FML/]: Bar Step: ServerStopped - BC Robotics took 0.000s
[03:30:48] [Server thread/TRACE] [BuildCraft|Silicon/BuildCraft|Silicon]: Sending event FMLServerStoppedEvent to mod BuildCraft|Silicon
[03:30:48] [Server thread/TRACE] [BuildCraft|Silicon/BuildCraft|Silicon]: Sent event FMLServerStoppedEvent to mod BuildCraft|Silicon
[03:30:48] [Server thread/DEBUG] [FML/]: Bar Step: ServerStopped - BC Silicon took 0.000s
[03:30:48] [Server thread/TRACE] [BuildCraft|Energy/BuildCraft|Energy]: Sending event FMLServerStoppedEvent to mod BuildCraft|Energy
[03:30:48] [Server thread/TRACE] [BuildCraft|Energy/BuildCraft|Energy]: Sent event FMLServerStoppedEvent to mod BuildCraft|Energy
[03:30:48] [Server thread/DEBUG] [FML/]: Bar Step: ServerStopped - BC Energy took 0.000s
[03:30:48] [Server thread/TRACE] [BuildCraft|Transport/BuildCraft|Transport]: Sending event FMLServerStoppedEvent to mod BuildCraft|Transport
[03:30:48] [Server thread/TRACE] [BuildCraft|Transport/BuildCraft|Transport]: Sent event FMLServerStoppedEvent to mod BuildCraft|Transport
[03:30:48] [Server thread/DEBUG] [FML/]: Bar Step: ServerStopped - BC Transport took 0.000s
[03:30:48] [Server thread/TRACE] [BuildCraft|Factory/BuildCraft|Factory]: Sending event FMLServerStoppedEvent to mod BuildCraft|Factory
[03:30:48] [Server thread/TRACE] [BuildCraft|Factory/BuildCraft|Factory]: Sent event FMLServerStoppedEvent to mod BuildCraft|Factory
[03:30:48] [Server thread/DEBUG] [FML/]: Bar Step: ServerStopped - BC Factory took 0.000s
[03:30:48] [Server thread/TRACE] [ForgeMultipart/ForgeMultipart]: Sending event FMLServerStoppedEvent to mod ForgeMultipart
[03:30:48] [Server thread/TRACE] [ForgeMultipart/ForgeMultipart]: Sent event FMLServerStoppedEvent to mod ForgeMultipart
[03:30:48] [Server thread/DEBUG] [FML/]: Bar Step: ServerStopped - Forge Multipart took 0.000s
[03:30:48] [Server thread/TRACE] [chisel/chisel]: Sending event FMLServerStoppedEvent to mod chisel
[03:30:48] [Server thread/TRACE] [chisel/chisel]: Sent event FMLServerStoppedEvent to mod chisel
[03:30:48] [Server thread/DEBUG] [FML/]: Bar Step: ServerStopped - Chisel took 0.000s
[03:30:48] [Server thread/TRACE] [IronChest/IronChest]: Sending event FMLServerStoppedEvent to mod IronChest
[03:30:48] [Server thread/TRACE] [IronChest/IronChest]: Sent event FMLServerStoppedEvent to mod IronChest
[03:30:48] [Server thread/DEBUG] [FML/]: Bar Step: ServerStopped - Iron Chest took 0.000s
[03:30:48] [Server thread/TRACE] [journeymap/journeymap]: Sending event FMLServerStoppedEvent to mod journeymap
[03:30:48] [Server thread/TRACE] [journeymap/journeymap]: Sent event FMLServerStoppedEvent to mod journeymap
[03:30:48] [Server thread/DEBUG] [FML/]: Bar Step: ServerStopped - JourneyMap took 0.000s
[03:30:48] [Server thread/TRACE] [Mekanism/Mekanism]: Sending event FMLServerStoppedEvent to mod Mekanism
[03:30:48] [Server thread/TRACE] [Mekanism/Mekanism]: Sent event FMLServerStoppedEvent to mod Mekanism
[03:30:48] [Server thread/DEBUG] [FML/]: Bar Step: ServerStopped - Mekanism took 0.000s
[03:30:48] [Server thread/TRACE] [MekanismGenerators/MekanismGenerators]: Sending event FMLServerStoppedEvent to mod MekanismGenerators
[03:30:48] [Server thread/TRACE] [MekanismGenerators/MekanismGenerators]: Sent event FMLServerStoppedEvent to mod MekanismGenerators
[03:30:48] [Server thread/DEBUG] [FML/]: Bar Step: ServerStopped - MekanismGenerators took 0.000s
[03:30:48] [Server thread/TRACE] [MekanismTools/MekanismTools]: Sending event FMLServerStoppedEvent to mod MekanismTools
[03:30:48] [Server thread/TRACE] [MekanismTools/MekanismTools]: Sent event FMLServerStoppedEvent to mod MekanismTools
[03:30:48] [Server thread/DEBUG] [FML/]: Bar Step: ServerStopped - MekanismTools took 0.000s
[03:30:48] [Server thread/TRACE] [SGCraft/SGCraft]: Sending event FMLServerStoppedEvent to mod SGCraft
[03:30:48] [Server thread/TRACE] [SGCraft/SGCraft]: Sent event FMLServerStoppedEvent to mod SGCraft
[03:30:48] [Server thread/DEBUG] [FML/]: Bar Step: ServerStopped - Greg's SG Craft took 0.000s
[03:30:48] [Server thread/TRACE] [WarpDrive/WarpDrive]: Sending event FMLServerStoppedEvent to mod WarpDrive
[03:30:48] [Server thread/TRACE] [WarpDrive/WarpDrive]: Sent event FMLServerStoppedEvent to mod WarpDrive
[03:30:48] [Server thread/DEBUG] [FML/]: Bar Step: ServerStopped - WarpDrive took 0.000s
[03:30:48] [Server thread/TRACE] [McMultipart/McMultipart]: Sending event FMLServerStoppedEvent to mod McMultipart
[03:30:48] [Server thread/TRACE] [McMultipart/McMultipart]: Sent event FMLServerStoppedEvent to mod McMultipart
[03:30:48] [Server thread/DEBUG] [FML/]: Bar Step: ServerStopped - Minecraft Multipart Plugin took 0.000s
[03:30:48] [Server thread/TRACE] [ForgeMicroblock/ForgeMicroblock]: Sending event FMLServerStoppedEvent to mod ForgeMicroblock
[03:30:48] [Server thread/TRACE] [ForgeMicroblock/ForgeMicroblock]: Sent event FMLServerStoppedEvent to mod ForgeMicroblock
[03:30:48] [Server thread/DEBUG] [FML/]: Bar Step: ServerStopped - Forge Microblocks took 0.000s
[03:30:48] [Server thread/DEBUG] [FML/]: Bar Finished: ServerStopped took 0.004s