Skip to content

Instantly share code, notes, and snippets.

@keybounce
Created February 25, 2014 23:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save keybounce/9220032 to your computer and use it in GitHub Desktop.
Save keybounce/9220032 to your computer and use it in GitHub Desktop.
164 crashes with NEI on opening a chest
2014-02-25 14:14:31 [INFO] [ForgeModLoader] Forge Mod Loader version 6.4.49.965 for Minecraft 1.6.4 loading
2014-02-25 14:14:31 [INFO] [ForgeModLoader] Java is Java HotSpot(TM) 64-Bit Server VM, version 1.7.0_51, running on Mac OS X:x86_64:10.7.5, installed at /Library/Java/JavaVirtualMachines/jdk1.7.0_51.jdk/Contents/Home/jre
2014-02-25 14:14:31 [FINE] [ForgeModLoader] Java classpath at launch is /Users/michael/Library/Application Support/minecraft/libraries/net/minecraftforge/minecraftforge/9.11.1.965/minecraftforge-9.11.1.965.jar:/Users/michael/Library/Application Support/minecraft/libraries/net/minecraft/launchwrapper/1.8/launchwrapper-1.8.jar:/Users/michael/Library/Application Support/minecraft/libraries/org/ow2/asm/asm-all/4.1/asm-all-4.1.jar:/Users/michael/Library/Application Support/minecraft/libraries/org/scala-lang/scala-library/2.10.2/scala-library-2.10.2.jar:/Users/michael/Library/Application Support/minecraft/libraries/org/scala-lang/scala-compiler/2.10.2/scala-compiler-2.10.2.jar:/Users/michael/Library/Application Support/minecraft/libraries/lzma/lzma/0.0.1/lzma-0.0.1.jar:/Users/michael/Library/Application Support/minecraft/libraries/net/sf/jopt-simple/jopt-simple/4.5/jopt-simple-4.5.jar:/Users/michael/Library/Application Support/minecraft/libraries/com/paulscode/codecjorbis/20101023/codecjorbis-20101023.jar:/Users/michael/Library/Application Support/minecraft/libraries/com/paulscode/codecwav/20101023/codecwav-20101023.jar:/Users/michael/Library/Application Support/minecraft/libraries/com/paulscode/libraryjavasound/20101123/libraryjavasound-20101123.jar:/Users/michael/Library/Application Support/minecraft/libraries/com/paulscode/librarylwjglopenal/20100824/librarylwjglopenal-20100824.jar:/Users/michael/Library/Application Support/minecraft/libraries/com/paulscode/soundsystem/20120107/soundsystem-20120107.jar:/Users/michael/Library/Application Support/minecraft/libraries/argo/argo/2.25_fixed/argo-2.25_fixed.jar:/Users/michael/Library/Application Support/minecraft/libraries/org/bouncycastle/bcprov-jdk15on/1.47/bcprov-jdk15on-1.47.jar:/Users/michael/Library/Application Support/minecraft/libraries/com/google/guava/guava/14.0/guava-14.0.jar:/Users/michael/Library/Application Support/minecraft/libraries/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar:/Users/michael/Library/Application Support/minecraft/libraries/commons-io/commons-io/2.4/commons-io-2.4.jar:/Users/michael/Library/Application Support/minecraft/libraries/net/java/jinput/jinput/2.0.5/jinput-2.0.5.jar:/Users/michael/Library/Application Support/minecraft/libraries/net/java/jutils/jutils/1.0.0/jutils-1.0.0.jar:/Users/michael/Library/Application Support/minecraft/libraries/com/google/code/gson/gson/2.2.2/gson-2.2.2.jar:/Users/michael/Library/Application Support/minecraft/libraries/org/lwjgl/lwjgl/lwjgl/2.9.0/lwjgl-2.9.0.jar:/Users/michael/Library/Application Support/minecraft/libraries/org/lwjgl/lwjgl/lwjgl_util/2.9.0/lwjgl_util-2.9.0.jar:/Users/michael/Library/Application Support/minecraft/versions/1.6.4-Forge9.11.1.965/1.6.4-Forge9.11.1.965.jar
2014-02-25 14:14:31 [FINE] [ForgeModLoader] Java library path at launch is /Users/michael/Library/Application Support/minecraft/versions/1.6.4-Forge9.11.1.965/1.6.4-Forge9.11.1.965-natives-1393366469855851000
2014-02-25 14:14:31 [FINE] [ForgeModLoader] Enabling runtime deobfuscation
2014-02-25 14:14:31 [FINE] [ForgeModLoader] Instantiating coremod class FMLCorePlugin
2014-02-25 14:14:31 [FINE] [ForgeModLoader] Enqueued coremod FMLCorePlugin
2014-02-25 14:14:31 [FINE] [ForgeModLoader] Instantiating coremod class FMLForgePlugin
2014-02-25 14:14:31 [FINE] [ForgeModLoader] Enqueued coremod FMLForgePlugin
2014-02-25 14:14:31 [FINE] [ForgeModLoader] All fundamental core mods are successfully located
2014-02-25 14:14:31 [FINE] [ForgeModLoader] Discovering coremods
2014-02-25 14:14:31 [FINE] [ForgeModLoader] Examining for coremod candidacy CodeChickenLib-universal-1.6.4-1.0.0.61.jar
2014-02-25 14:14:31 [FINE] [ForgeModLoader] Not found coremod data in CodeChickenLib-universal-1.6.4-1.0.0.61.jar
2014-02-25 14:14:31 [FINE] [ForgeModLoader] Examining for coremod candidacy ATG-1.6.4-0.9.4.jar
2014-02-25 14:14:31 [FINE] [ForgeModLoader] Not found coremod data in ATG-1.6.4-0.9.4.jar
2014-02-25 14:14:31 [FINE] [ForgeModLoader] Examining for coremod candidacy CodeChickenCore 0.9.0.8.jar
2014-02-25 14:14:31 [FINEST] [ForgeModLoader] Adding CodeChickenCore 0.9.0.8.jar to the list of known coremods, it will not be examined again
2014-02-25 14:14:31 [FINE] [ForgeModLoader] Instantiating coremod class CodeChickenCorePlugin
2014-02-25 14:14:31 [WARNING] [ForgeModLoader] The coremod codechicken.core.launch.CodeChickenCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
2014-02-25 14:14:33 [FINE] [ForgeModLoader] Enqueued coremod CodeChickenCorePlugin
2014-02-25 14:14:33 [FINE] [ForgeModLoader] Examining for coremod candidacy CreeperCollateral-1.6.4-3.0.3.jar
2014-02-25 14:14:33 [FINEST] [ForgeModLoader] Found FMLCorePluginContainsFMLMod marker in CreeperCollateral-1.6.4-3.0.3.jar, it will be examined later for regular @Mod instances
2014-02-25 14:14:33 [FINE] [ForgeModLoader] Instantiating coremod class CCCore
2014-02-25 14:14:33 [WARNING] [ForgeModLoader] The coremod denoflionsx.CreeperCollateral.CoreMod.CCCore does not have a MCVersion annotation, it may cause issues with this version of Minecraft
2014-02-25 14:14:33 [FINE] [ForgeModLoader] Enqueued coremod CCCore
2014-02-25 14:14:33 [FINE] [ForgeModLoader] Examining for coremod candidacy CustomOreGenRevived-1.6.4-1.0.22.jar
2014-02-25 14:14:33 [FINE] [ForgeModLoader] Not found coremod data in CustomOreGenRevived-1.6.4-1.0.22.jar
2014-02-25 14:14:33 [FINE] [ForgeModLoader] Examining for coremod candidacy EnderStorage 1.4.3.6.jar
2014-02-25 14:14:33 [FINE] [ForgeModLoader] Examining for coremod candidacy Evoc_1.0.0a.jar
2014-02-25 14:14:33 [FINEST] [ForgeModLoader] Adding Evoc_1.0.0a.jar to the list of known coremods, it will not be examined again
2014-02-25 14:14:33 [FINE] [ForgeModLoader] Instantiating coremod class CoreDescription
2014-02-25 14:14:33 [WARNING] [ForgeModLoader] The coremod mcp.mobius.evoc.asm.CoreDescription does not have a MCVersion annotation, it may cause issues with this version of Minecraft
2014-02-25 14:14:33 [FINE] [ForgeModLoader] Enqueued coremod CoreDescription
2014-02-25 14:14:33 [FINE] [ForgeModLoader] Examining for coremod candidacy ExtrabiomesXL-universal-1.6.4-3.15.4.jar
2014-02-25 14:14:33 [FINE] [ForgeModLoader] Not found coremod data in ExtrabiomesXL-universal-1.6.4-3.15.4.jar
2014-02-25 14:14:33 [FINE] [ForgeModLoader] Examining for coremod candidacy MobiusCore_1.0.5.jar
2014-02-25 14:14:33 [FINEST] [ForgeModLoader] Adding MobiusCore_1.0.5.jar to the list of known coremods, it will not be examined again
2014-02-25 14:14:33 [FINE] [ForgeModLoader] Instantiating coremod class CoreDescription
2014-02-25 14:14:33 [WARNING] [ForgeModLoader] The coremod mcp.mobius.mobiuscore.asm.CoreDescription does not have a MCVersion annotation, it may cause issues with this version of Minecraft
2014-02-25 14:14:33 [FINE] [ForgeModLoader] Enqueued coremod CoreDescription
2014-02-25 14:14:33 [FINE] [ForgeModLoader] Examining for coremod candidacy MultiMine_1.6.4.jar
2014-02-25 14:14:33 [FINEST] [ForgeModLoader] Found FMLCorePluginContainsFMLMod marker in MultiMine_1.6.4.jar, it will be examined later for regular @Mod instances
2014-02-25 14:14:33 [FINE] [ForgeModLoader] Instantiating coremod class MMFMLCorePlugin
2014-02-25 14:14:33 [WARNING] [ForgeModLoader] The coremod atomicstryker.multimine.common.fmlmagic.MMFMLCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
2014-02-25 14:14:33 [FINE] [ForgeModLoader] Enqueued coremod MMFMLCorePlugin
2014-02-25 14:14:33 [FINE] [ForgeModLoader] Examining for coremod candidacy NotEnoughItems 1.6.1.9.jar
2014-02-25 14:14:33 [FINEST] [ForgeModLoader] Adding NotEnoughItems 1.6.1.9.jar to the list of known coremods, it will not be examined again
2014-02-25 14:14:33 [FINE] [ForgeModLoader] Instantiating coremod class NEICorePlugin
2014-02-25 14:14:33 [WARNING] [ForgeModLoader] The coremod codechicken.nei.asm.NEICorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
2014-02-25 14:14:33 [FINE] [ForgeModLoader] Enqueued coremod NEICorePlugin
2014-02-25 14:14:33 [FINE] [ForgeModLoader] Examining for coremod candidacy StalkerCreepers_1.6.4.jar
2014-02-25 14:14:33 [FINEST] [ForgeModLoader] Found FMLCorePluginContainsFMLMod marker in StalkerCreepers_1.6.4.jar, it will be examined later for regular @Mod instances
2014-02-25 14:14:33 [FINE] [ForgeModLoader] Instantiating coremod class SCFMLCorePlugin
2014-02-25 14:14:33 [WARNING] [ForgeModLoader] The coremod atomicstryker.stalkercreepers.common.SCFMLCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
2014-02-25 14:14:33 [FINE] [ForgeModLoader] Enqueued coremod SCFMLCorePlugin
2014-02-25 14:14:33 [FINE] [ForgeModLoader] Examining for coremod candidacy Translocator 1.1.0.14.jar
2014-02-25 14:14:33 [FINE] [ForgeModLoader] Examining for coremod candidacy denLib-1.6.4-3.2.6.jar
2014-02-25 14:14:33 [FINEST] [ForgeModLoader] Found FMLCorePluginContainsFMLMod marker in denLib-1.6.4-3.2.6.jar, it will be examined later for regular @Mod instances
2014-02-25 14:14:33 [FINE] [ForgeModLoader] Instantiating coremod class denLibCore
2014-02-25 14:14:33 [WARNING] [ForgeModLoader] The coremod denoflionsx.denLib.CoreMod.denLibCore does not have a MCVersion annotation, it may cause issues with this version of Minecraft
2014-02-25 14:14:33 [FINE] [ForgeModLoader] Enqueued coremod denLibCore
2014-02-25 14:14:33 [FINE] [ForgeModLoader] Examining for coremod candidacy dimensional-anchor-57.1.95.jar
2014-02-25 14:14:33 [FINE] [ForgeModLoader] Examining for coremod candidacy immibis-core-57.1.94.jar
2014-02-25 14:14:33 [FINE] [ForgeModLoader] Examining for coremod candidacy twilightforest-1.20.3.jar
2014-02-25 14:14:33 [FINE] [ForgeModLoader] Examining for coremod candidacy zMineTweaker-1.6.4-2.3.1.jar
2014-02-25 14:14:33 [FINEST] [ForgeModLoader] Found FMLCorePluginContainsFMLMod marker in zMineTweaker-1.6.4-2.3.1.jar, it will be examined later for regular @Mod instances
2014-02-25 14:14:33 [FINE] [ForgeModLoader] Instantiating coremod class MineTweakerTransformer
2014-02-25 14:14:33 [FINE] [ForgeModLoader] The coremod stanhebben.minetweaker.transformer.MineTweakerTransformer requested minecraft version 1.6.4 and minecraft is 1.6.4. It will be loaded.
2014-02-25 14:14:33 [FINE] [ForgeModLoader] Enqueued coremod MineTweakerTransformer
2014-02-25 14:14:33 [INFO] [ForgeModLoader] Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
2014-02-25 14:14:33 [INFO] [ForgeModLoader] Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker
2014-02-25 14:14:33 [INFO] [ForgeModLoader] Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
2014-02-25 14:14:33 [INFO] [ForgeModLoader] Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
2014-02-25 14:14:33 [INFO] [ForgeModLoader] Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
2014-02-25 14:14:33 [FINE] [ForgeModLoader] Injecting coremod FMLCorePlugin {cpw.mods.fml.relauncher.FMLCorePlugin} class transformers
2014-02-25 14:14:33 [FINEST] [ForgeModLoader] Registering transformer cpw.mods.fml.common.asm.transformers.AccessTransformer
2014-02-25 14:14:33 [INFO] [STDOUT] Loaded 40 rules from AccessTransformer config file fml_at.cfg
2014-02-25 14:14:33 [FINEST] [ForgeModLoader] Registering transformer cpw.mods.fml.common.asm.transformers.MarkerTransformer
2014-02-25 14:14:33 [FINEST] [ForgeModLoader] Registering transformer cpw.mods.fml.common.asm.transformers.SideTransformer
2014-02-25 14:14:33 [FINE] [ForgeModLoader] Injection complete
2014-02-25 14:14:33 [FINE] [ForgeModLoader] Running coremod plugin for FMLCorePlugin {cpw.mods.fml.relauncher.FMLCorePlugin}
2014-02-25 14:14:33 [FINE] [ForgeModLoader] Running coremod plugin FMLCorePlugin
2014-02-25 14:14:33 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.block.Block.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.block.BlockBaseRailLogic.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.block.BlockButton.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.block.BlockCactus.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.block.BlockChest.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.block.BlockCocoa.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.block.BlockComparator.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.block.BlockCrops.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.block.BlockDoor.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.block.BlockFarmland.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.block.BlockFire.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.block.BlockFlower.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.block.BlockFlowing.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.block.BlockFluid.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.block.BlockGrass.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.block.BlockLadder.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.block.BlockLeaves.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.block.BlockLever.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.block.BlockLog.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.block.BlockMobSpawner.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.block.BlockMushroom.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.block.BlockMycelium.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.block.BlockNetherStalk.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.block.BlockOre.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.block.BlockPane.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.block.BlockPistonBase.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.block.BlockPortal.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.block.BlockPumpkin.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.block.BlockRailBase.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.block.BlockRedstoneOre.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.block.BlockRedstoneWire.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.block.BlockReed.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.block.BlockSand.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.block.BlockSapling.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.block.BlockSkull.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.block.BlockSnow.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.block.BlockStem.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.block.BlockTallGrass.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.block.BlockTorch.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.block.BlockTrapDoor.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.block.BlockTripWireSource.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.block.BlockVine.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.client.ClientBrandRetriever.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.client.Minecraft.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.client.audio.SoundManager.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.client.entity.EntityOtherPlayerMP.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.client.entity.EntityPlayerSP.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.client.gui.GuiChat.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.client.gui.GuiControls.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.client.gui.GuiCreateWorld.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.client.gui.GuiIngame.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.client.gui.GuiMainMenu.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.client.gui.GuiSlot.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.client.gui.achievement.GuiAchievements.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.client.gui.inventory.GuiContainer.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.client.gui.inventory.GuiContainerCreative.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.client.model.ModelBase.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.client.model.ModelBox.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.client.model.ModelRenderer.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.client.model.PositionTextureVertex.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.client.model.TexturedQuad.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.client.multiplayer.ChunkProviderClient.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.client.multiplayer.GuiConnecting.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.client.multiplayer.NetClientHandler.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.client.multiplayer.PlayerControllerMP.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.client.multiplayer.WorldClient.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.client.particle.EffectRenderer.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.client.particle.EntityDiggingFX.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.client.particle.EntityFireworkStarterFX.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.client.renderer.EntityRenderer.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.client.renderer.ItemRenderer.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.client.renderer.OpenGlHelper.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.client.renderer.RenderBlocks.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.client.renderer.RenderGlobal.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.client.renderer.Tessellator.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.client.renderer.WorldRenderer.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.client.renderer.entity.RenderBiped.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.client.renderer.entity.RenderItem.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.client.renderer.entity.RenderManager.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.client.renderer.entity.RenderPlayer.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.client.renderer.entity.RenderSnowMan.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.client.renderer.entity.RenderVillager.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.client.renderer.entity.RendererLivingEntity.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.client.renderer.texture.Stitcher.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.client.renderer.texture.TextureAtlasSprite.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.client.renderer.texture.TextureMap.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.client.renderer.tileentity.TileEntityChestRenderer.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.client.resources.LanguageManager.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.client.settings.GameSettings.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.command.CommandHandler.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.crash.CallableSuspiciousClasses.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.crash.CrashReport.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.crash.CrashReportCategory.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.creativetab.CreativeTabs.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.enchantment.Enchantment.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.enchantment.EnchantmentHelper.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.entity.Entity.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.entity.EntityList.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.entity.EntityLiving.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.entity.EntityLivingBase.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.entity.EntityTracker.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.entity.EntityTrackerEntry.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.entity.ai.EntityAIAttackOnCollide.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.entity.boss.EntityDragon.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.entity.boss.EntityWither.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.entity.boss.IBossDisplayData.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.entity.effect.EntityLightningBolt.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.entity.item.EntityEnderPearl.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.entity.item.EntityItem.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.entity.item.EntityMinecart.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.entity.item.EntityMinecartContainer.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.entity.item.EntityMinecartEmpty.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.entity.item.EntityMinecartFurnace.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.entity.item.EntityMinecartHopper.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.entity.monster.EntityEnderman.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.entity.monster.EntitySlime.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.entity.monster.EntityZombie.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.entity.passive.EntityMooshroom.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.entity.passive.EntityOcelot.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.entity.passive.EntitySheep.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.entity.passive.EntityVillager.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.entity.player.EntityPlayer.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.entity.player.EntityPlayerMP.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.entity.player.InventoryPlayer.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.inventory.ContainerEnchantment.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.inventory.ContainerFurnace.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.inventory.ContainerRepair.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.inventory.Slot.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.inventory.SlotArmor.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.inventory.SlotBrewingStandIngredient.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.inventory.SlotBrewingStandPotion.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.inventory.SlotCrafting.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.inventory.SlotFurnace.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.item.BehaviorDispenseArmor.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.item.EnumArmorMaterial.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.item.EnumRarity.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.item.EnumToolMaterial.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.item.Item.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.item.ItemArmor.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.item.ItemBlock.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.item.ItemBow.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.item.ItemBucket.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.item.ItemBucketMilk.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.item.ItemDye.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.item.ItemEmptyMap.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.item.ItemFlintAndSteel.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.item.ItemHoe.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.item.ItemInWorldManager.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.item.ItemMap.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.item.ItemSeedFood.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.item.ItemSeeds.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.item.ItemShears.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.item.ItemStack.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.item.ItemTool.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.item.crafting.CraftingManager.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.item.crafting.FurnaceRecipes.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.item.crafting.RecipeFireworks.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.logging.LogAgent.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.nbt.CompressedStreamTools.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.nbt.NBTTagList.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.network.MemoryConnection.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.network.NetLoginHandler.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.network.NetServerHandler.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.network.NetworkListenThread.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.network.TcpConnection.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.network.packet.NetHandler.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.network.packet.Packet.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.network.packet.Packet1Login.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.network.packet.Packet51MapChunk.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.network.packet.Packet52MultiBlockChange.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.network.packet.Packet56MapChunks.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.potion.PotionEffect.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.server.MinecraftServer.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.server.ServerListenThread.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.server.dedicated.DedicatedServer.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.server.gui.StatsComponent.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.server.integrated.IntegratedServer.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.server.integrated.IntegratedServerListenThread.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.server.management.PlayerInstance.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.server.management.ServerConfigurationManager.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.stats.StatFileWriter.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.stats.StatList.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.tileentity.TileEntity.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.tileentity.TileEntityBeacon.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.tileentity.TileEntityBrewingStand.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.tileentity.TileEntityFurnace.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.tileentity.TileEntityHopper.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.util.CryptManager.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.util.MovingObjectPosition.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.util.ResourceLocation.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.util.Session.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.util.StringTranslate.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.util.WeightedRandomChestContent.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.village.VillageCollection.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.world.ChunkCache.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.world.Explosion.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.world.IBlockAccess.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.world.SpawnerAnimals.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.world.World.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.world.WorldProvider.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.world.WorldServer.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.world.WorldServerMulti.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.world.WorldType.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.world.biome.BiomeDecorator.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.world.biome.BiomeGenBase.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.world.biome.WorldChunkManager.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.world.chunk.Chunk.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.world.chunk.storage.AnvilChunkLoader.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.world.chunk.storage.AnvilSaveHandler.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.world.gen.ChunkProviderEnd.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.world.gen.ChunkProviderGenerate.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.world.gen.ChunkProviderHell.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.world.gen.ChunkProviderServer.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.world.gen.MapGenCaves.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.world.gen.MapGenRavine.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.world.gen.feature.WorldGenBigMushroom.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.world.gen.feature.WorldGenBigTree.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.world.gen.feature.WorldGenDeadBush.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.world.gen.feature.WorldGenDungeons.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.world.gen.feature.WorldGenForest.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.world.gen.feature.WorldGenHugeTrees.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.world.gen.feature.WorldGenMinable.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.world.gen.feature.WorldGenShrub.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.world.gen.feature.WorldGenSwamp.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.world.gen.feature.WorldGenTaiga1.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.world.gen.feature.WorldGenTaiga2.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.world.gen.feature.WorldGenTallGrass.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.world.gen.feature.WorldGenTrees.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.world.gen.layer.GenLayer.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.world.gen.layer.GenLayerBiome.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.world.gen.structure.ComponentMineshaftCorridor.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.world.gen.structure.ComponentScatteredFeatureDesertPyramid.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.world.gen.structure.ComponentScatteredFeatureJunglePyramid.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.world.gen.structure.ComponentStrongholdChestCorridor.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.world.gen.structure.ComponentStrongholdLibrary.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.world.gen.structure.ComponentStrongholdRoomCrossing.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.world.gen.structure.ComponentVillage.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.world.gen.structure.ComponentVillageHouse2.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.world.gen.structure.ComponentVillageStartPiece.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.world.gen.structure.MapGenStronghold.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.world.gen.structure.MapGenStructure.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.world.gen.structure.StructureComponent.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.world.gen.structure.StructureStart.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.world.gen.structure.StructureVillagePieces.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.world.storage.MapData.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.world.storage.SaveHandler.binpatch
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Reading patch data from binpatch/client/net.minecraft.world.storage.WorldInfo.binpatch
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Read 247 binary patches
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Patch list :
xj=[xj : xj => net.minecraft.item.ItemTool (true) size 2546]
bkd=[bkd : bkd => net.minecraft.client.resources.LanguageManager (true) size 3250]
xn=[xn : xn => net.minecraft.item.ItemEmptyMap (true) size 1467]
xl=[xl : xl => net.minecraft.item.ItemDye (true) size 7289]
xw=[xw : xw => net.minecraft.item.ItemFlintAndSteel (true) size 1193]
aji=[aji : aji => net.minecraft.world.gen.structure.ComponentVillageHouse2 (true) size 4409]
ajj=[ajj : ajj => net.minecraft.world.gen.structure.ComponentVillageStartPiece (true) size 1193]
ww=[ww : ww => net.minecraft.creativetab.CreativeTabs (true) size 5562]
ajm=[ajm : ajm => net.minecraft.world.gen.structure.ComponentVillage (true) size 5767]
bjo=[bjo : bjo => net.minecraft.util.ResourceLocation (true) size 1521]
aiy=[aiy : aiy => net.minecraft.world.gen.structure.StructureVillagePieces (true) size 5470]
wh=[wh : wh => net.minecraft.item.ItemArmor (true) size 4113]
wi=[wi : wi => net.minecraft.item.BehaviorDispenseArmor (true) size 1467]
wj=[wj : wj => net.minecraft.item.EnumArmorMaterial (true) size 1903]
wp=[wp : wp => net.minecraft.item.ItemBow (true) size 3902]
wr=[wr : wr => net.minecraft.item.ItemBucket (true) size 3600]
vw=[vw : vw => net.minecraft.inventory.SlotArmor (true) size 1083]
biv=[biv : biv => net.minecraft.client.renderer.tileentity.TileEntityChestRenderer (true) size 3431]
ain=[ain : ain => net.minecraft.world.gen.structure.MapGenStructure (true) size 5700]
bik=[bik : bik => net.minecraft.client.renderer.texture.TextureMap (true) size 6282]
bil=[bil : bil => net.minecraft.client.renderer.texture.TextureAtlasSprite (true) size 6104]
ait=[ait : ait => net.minecraft.world.gen.structure.StructureComponent (true) size 11241]
big=[big : big => net.minecraft.client.renderer.texture.Stitcher (true) size 4303]
wd=[wd : wd => net.minecraft.inventory.SlotCrafting (true) size 3028]
aiv=[aiv : aiv => net.minecraft.world.gen.structure.StructureStart (true) size 4075]
we=[we : we => net.minecraft.inventory.Slot (true) size 2815]
vm=[vm : vm => net.minecraft.inventory.ContainerEnchantment (true) size 4973]
vh=[vh : vh => net.minecraft.inventory.SlotBrewingStandPotion (true) size 1088]
ahw=[ahw : ahw => net.minecraft.world.gen.structure.ComponentStrongholdChestCorridor (true) size 3351]
axm=[axm : axm => net.minecraft.client.gui.inventory.GuiContainerCreative (true) size 15123]
vg=[vg : vg => net.minecraft.inventory.SlotBrewingStandIngredient (true) size 739]
aif=[aif : aif => net.minecraft.world.gen.structure.ComponentStrongholdRoomCrossing (true) size 4150]
vp=[vp : vp => net.minecraft.inventory.ContainerFurnace (true) size 2741]
bma=[bma : bma => net.minecraft.client.renderer.OpenGlHelper (true) size 1411]
vq=[vq : vq => net.minecraft.inventory.SlotFurnace (true) size 2057]
aia=[aia : aia => net.minecraft.world.gen.structure.ComponentStrongholdLibrary (true) size 4382]
ahm=[ahm : ahm => net.minecraft.world.gen.structure.ComponentScatteredFeatureJunglePyramid (true) size 6124]
blt=[blt : blt => net.minecraft.client.gui.GuiMainMenu (true) size 13579]
ahl=[ahl : ahl => net.minecraft.world.gen.structure.ComponentScatteredFeatureDesertPyramid (true) size 6695]
awy=[awy : awy => net.minecraft.client.gui.inventory.GuiContainer (true) size 13715]
blv=[blv : blv => net.minecraft.stats.StatFileWriter (true) size 6363]
dn=[dn : dn => net.minecraft.network.packet.Packet52MultiBlockChange (true) size 2759]
ahq=[ahq : ahq => net.minecraft.world.gen.structure.MapGenStronghold (true) size 4003]
va=[va : va => net.minecraft.inventory.ContainerRepair (true) size 7549]
bln=[bln : bln => net.minecraft.client.audio.SoundManager (true) size 11380]
blc=[blc : blc => net.minecraft.server.integrated.IntegratedServerListenThread (true) size 2255]
b=[b : b => net.minecraft.crash.CrashReport (true) size 6438]
uf=[uf : uf => net.minecraft.entity.player.EntityPlayer (true) size 37417]
ey=[ey : ey => net.minecraft.network.packet.Packet (true) size 7765]
ez=[ez : ez => net.minecraft.network.packet.NetHandler (true) size 9724]
bkz=[bkz : bkz => net.minecraft.server.integrated.IntegratedServer (true) size 6663]
us=[us : us => net.minecraft.entity.item.EntityEnderPearl (true) size 2237]
m=[m : m => net.minecraft.crash.CrashReportCategory (true) size 4654]
j=[j : j => net.minecraft.crash.CallableSuspiciousClasses (true) size 3261]
el=[el : el => net.minecraft.network.packet.Packet56MapChunks (true) size 4572]
tw=[tw : tw => net.minecraft.entity.monster.EntityZombie (true) size 11961]
ej=[ej : ej => net.minecraft.network.packet.Packet51MapChunk (true) size 4590]
agi=[agi : agi => net.minecraft.world.gen.structure.ComponentMineshaftCorridor (true) size 6198]
ub=[ub : ub => net.minecraft.entity.passive.EntityVillager (true) size 16779]
ep=[ep : ep => net.minecraft.network.packet.Packet1Login (true) size 2313]
ud=[ud : ud => net.minecraft.entity.player.InventoryPlayer (true) size 9477]
aoi=[aoi : aoi => net.minecraft.block.BlockFire (true) size 9397]
aof=[aof : aof => net.minecraft.block.BlockFarmland (true) size 3785]
ts=[ts : ts => net.minecraft.entity.monster.EntitySlime (true) size 5904]
tg=[tg : tg => net.minecraft.entity.monster.EntityEnderman (true) size 9412]
bv=[bv : bv => net.minecraft.util.StringTranslate (true) size 3038]
anz=[anz : anz => net.minecraft.block.BlockDoor (true) size 6524]
anp=[anp : anp => net.minecraft.block.BlockComparator (true) size 6119]
sv=[sv : sv => net.minecraft.entity.item.EntityMinecartContainer (true) size 5210]
ss=[ss : ss => net.minecraft.entity.item.EntityItem (true) size 8020]
anm=[anm : anm => net.minecraft.block.BlockCocoa (true) size 5240]
st=[st : st => net.minecraft.entity.item.EntityMinecart (true) size 20381]
sy=[sy : sy => net.minecraft.entity.item.EntityMinecartEmpty (true) size 1152]
anr=[anr : anr => net.minecraft.block.BlockCrops (true) size 4745]
sw=[sw : sw => net.minecraft.entity.item.EntityMinecartFurnace (true) size 4071]
sx=[sx : sx => net.minecraft.entity.item.EntityMinecartHopper (true) size 3390]
ane=[ane : ane => net.minecraft.block.BlockFlower (true) size 3559]
anf=[anf : anf => net.minecraft.block.BlockButton (true) size 6964]
sk=[sk : sk => net.minecraft.entity.boss.EntityDragon (true) size 12819]
ang=[ang : ang => net.minecraft.block.BlockCactus (true) size 4040]
net.minecraft.client.ClientBrandRetriever=[net/minecraft/client/ClientBrandRetriever : net.minecraft.client.ClientBrandRetriever => net.minecraft.client.ClientBrandRetriever (true) size 593]
sm=[sm : sm => net.minecraft.entity.boss.EntityWither (true) size 11081]
sp=[sp : sp => net.minecraft.entity.effect.EntityLightningBolt (true) size 3207]
ank=[ank : ank => net.minecraft.block.BlockChest (true) size 8957]
sg=[sg : sg => net.minecraft.entity.boss.IBossDisplayData (true) size 182]
rz=[rz : rz => net.minecraft.entity.passive.EntitySheep (true) size 7337]
co=[co : co => net.minecraft.network.TcpConnection (true) size 8307]
amy=[amy : amy => net.minecraft.block.BlockRailBase (true) size 4263]
cn=[cn : cn => net.minecraft.network.MemoryConnection (true) size 3240]
amz=[amz : amz => net.minecraft.block.BlockBaseRailLogic (true) size 5680]
ci=[ci : ci => net.minecraft.nbt.CompressedStreamTools (true) size 3184]
cg=[cg : cg => net.minecraft.nbt.NBTTagList (true) size 2942]
rw=[rw : rw => net.minecraft.entity.passive.EntityMooshroom (true) size 2488]
rx=[rx : rx => net.minecraft.entity.passive.EntityOcelot (true) size 6568]
rm=[rm : rm => net.minecraft.village.VillageCollection (true) size 5751]
als=[als : als => net.minecraft.world.storage.WorldInfo (true) size 9344]
alq=[alq : alq => net.minecraft.world.storage.SaveHandler (true) size 5737]
alm=[alm : alm => net.minecraft.world.chunk.storage.AnvilSaveHandler (true) size 1234]
ali=[ali : ali => net.minecraft.world.storage.MapData (true) size 5496]
qa=[qa : qa => net.minecraft.entity.ai.EntityAIAttackOnCollide (true) size 2784]
akq=[akq : akq => net.minecraft.world.gen.layer.GenLayer (true) size 3731]
aa=[aa : aa => net.minecraft.command.CommandHandler (true) size 4742]
akj=[akj : akj => net.minecraft.world.gen.layer.GenLayerBiome (true) size 1122]
aqv=[aqv : aqv => net.minecraft.block.BlockTallGrass (true) size 3823]
nt=[nt : nt => net.minecraft.entity.EntityList (true) size 6113]
bbo=[bbo : bbo => net.minecraft.client.model.ModelBase (true) size 1633]
aqq=[aqq : aqq => net.minecraft.block.BlockStem (true) size 6095]
nn=[nn : nn => net.minecraft.entity.Entity (true) size 36819]
net.minecraft.server.MinecraftServer=[net/minecraft/server/MinecraftServer : net.minecraft.server.MinecraftServer => net.minecraft.server.MinecraftServer (true) size 25663]
aqz=[aqz : aqz => net.minecraft.block.Block (true) size 48827]
aqy=[aqy : aqy => net.minecraft.block.BlockPane (true) size 4245]
abr=[abr : abr => net.minecraft.world.Explosion (true) size 5891]
arg=[arg : arg => net.minecraft.block.BlockTorch (true) size 4649]
of=[of : of => net.minecraft.entity.EntityLivingBase (true) size 32397]
arf=[arf : arf => net.minecraft.block.BlockSnow (true) size 3712]
abw=[abw : abw => net.minecraft.world.World (true) size 62775]
arm=[arm : arm => net.minecraft.block.BlockVine (true) size 6536]
ark=[ark : ark => net.minecraft.block.BlockTripWireSource (true) size 7037]
bbs=[bbs : bbs => net.minecraft.client.model.TexturedQuad (true) size 1696]
arj=[arj : arj => net.minecraft.block.BlockLog (true) size 2952]
og=[og : og => net.minecraft.entity.EntityLiving (true) size 18999]
ari=[ari : ari => net.minecraft.block.BlockTrapDoor (true) size 4620]
aab=[aab : aab => net.minecraft.item.crafting.FurnaceRecipes (true) size 4015]
arw=[arw : arw => net.minecraft.tileentity.TileEntityBeacon (true) size 6177]
arx=[arx : arx => net.minecraft.tileentity.TileEntityBrewingStand (true) size 6074]
aaf=[aaf : aaf => net.minecraft.item.crafting.CraftingManager (true) size 13127]
asg=[asg : asg => net.minecraft.tileentity.TileEntityFurnace (true) size 6407]
asi=[asi : asi => net.minecraft.tileentity.TileEntityHopper (true) size 8525]
aaw=[aaw : aaw => net.minecraft.enchantment.EnchantmentHelper (true) size 7690]
aau=[aau : aau => net.minecraft.enchantment.Enchantment (true) size 3897]
asp=[asp : asp => net.minecraft.tileentity.TileEntity (true) size 6902]
aon=[aon : aon => net.minecraft.block.BlockGrass (true) size 3310]
aos=[aos : aos => net.minecraft.block.BlockSand (true) size 2351]
bdb=[bdb : bdb => net.minecraft.client.multiplayer.ChunkProviderClient (true) size 2949]
bdc=[bdc : bdc => net.minecraft.client.multiplayer.PlayerControllerMP (true) size 8870]
aoy=[aoy : aoy => net.minecraft.block.BlockLadder (true) size 3003]
bdd=[bdd : bdd => net.minecraft.client.multiplayer.WorldClient (true) size 9287]
aoz=[aoz : aoz => net.minecraft.block.BlockLeaves (true) size 7573]
apb=[apb : apb => net.minecraft.block.BlockLever (true) size 5734]
apd=[apd : apd => net.minecraft.block.BlockFlowing (true) size 5090]
apc=[apc : apc => net.minecraft.block.BlockFluid (true) size 9176]
apj=[apj : apj => net.minecraft.block.BlockMushroom (true) size 2377]
api=[api : api => net.minecraft.block.BlockMobSpawner (true) size 1449]
mk=[mk : mk => net.minecraft.util.WeightedRandomChestContent (true) size 2389]
bdy=[bdy : bdy => net.minecraft.client.particle.EntityFireworkStarterFX (true) size 6752]
apl=[apl : apl => net.minecraft.block.BlockNetherStalk (true) size 3530]
apk=[apk : apk => net.minecraft.block.BlockMycelium (true) size 2731]
apr=[apr : apr => net.minecraft.block.BlockOre (true) size 1954]
aps=[aps : aps => net.minecraft.block.BlockPortal (true) size 5179]
bcp=[bcp : bcp => net.minecraft.client.model.ModelBox (true) size 2433]
apy=[apy : apy => net.minecraft.block.BlockPumpkin (true) size 3644]
bcf=[bcf : bcf => net.minecraft.client.model.PositionTextureVertex (true) size 892]
aqc=[aqc : aqc => net.minecraft.block.BlockRedstoneOre (true) size 3431]
bcy=[bcy : bcy => net.minecraft.client.multiplayer.GuiConnecting (true) size 3396]
aqb=[aqb : aqb => net.minecraft.block.BlockRedstoneWire (true) size 8522]
aqe=[aqe : aqe => net.minecraft.block.BlockReed (true) size 3170]
aqi=[aqi : aqi => net.minecraft.block.BlockSapling (true) size 3649]
aqk=[aqk : aqk => net.minecraft.block.BlockSkull (true) size 6382]
nj=[nj : nj => net.minecraft.potion.PotionEffect (true) size 5033]
bcw=[bcw : bcw => net.minecraft.client.multiplayer.NetClientHandler (true) size 36758]
bcu=[bcu : bcu => net.minecraft.client.model.ModelRenderer (true) size 4781]
jx=[jx : jx => net.minecraft.entity.EntityTrackerEntry (true) size 11005]
jy=[jy : jy => net.minecraft.network.NetLoginHandler (true) size 6525]
afp=[afp : afp => net.minecraft.world.gen.feature.WorldGenDungeons (true) size 3585]
avb=[avb : avb => net.minecraft.client.gui.GuiCreateWorld (true) size 8901]
jv=[jv : jv => net.minecraft.entity.player.EntityPlayerMP (true) size 20120]
afo=[afo : afo => net.minecraft.world.gen.feature.WorldGenHugeTrees (true) size 4707]
bfj=[bfj : bfj => net.minecraft.client.renderer.ItemRenderer (true) size 14073]
jw=[jw : jw => net.minecraft.item.ItemInWorldManager (true) size 8353]
afr=[afr : afr => net.minecraft.world.gen.feature.WorldGenTaiga1 (true) size 2467]
bfe=[bfe : bfe => net.minecraft.client.renderer.EntityRenderer (true) size 28498]
afq=[afq : afq => net.minecraft.world.gen.feature.WorldGenMinable (true) size 2544]
jr=[jr : jr => net.minecraft.world.gen.ChunkProviderServer (true) size 6996]
js=[js : js => net.minecraft.world.WorldServer (true) size 20019]
bfq=[bfq : bfq => net.minecraft.client.renderer.Tessellator (true) size 7118]
jq=[jq : jq => net.minecraft.server.management.PlayerInstance (true) size 4525]
auy=[auy : auy => net.minecraft.client.gui.GuiControls (true) size 1967]
afg=[afg : afg => net.minecraft.world.gen.feature.WorldGenShrub (true) size 1493]
bfr=[bfr : bfr => net.minecraft.client.renderer.RenderBlocks (true) size 122909]
jl=[jl : jl => net.minecraft.world.WorldServerMulti (true) size 913]
auw=[auw : auw => net.minecraft.client.gui.GuiChat (true) size 6317]
bfl=[bfl : bfl => net.minecraft.client.renderer.RenderGlobal (true) size 40467]
jm=[jm : jm => net.minecraft.entity.EntityTracker (true) size 5493]
afl=[afl : afl => net.minecraft.world.gen.feature.WorldGenBigMushroom (true) size 2806]
aga=[aga : aga => net.minecraft.world.gen.feature.WorldGenTrees (true) size 4297]
kd=[kd : kd => net.minecraft.network.NetworkListenThread (true) size 2427]
ka=[ka : ka => net.minecraft.network.NetServerHandler (true) size 23196]
afx=[afx : afx => net.minecraft.world.gen.feature.WorldGenTaiga2 (true) size 2803]
avj=[avj : avj => net.minecraft.client.gui.GuiIngame (true) size 19884]
afy=[afy : afy => net.minecraft.world.gen.feature.WorldGenSwamp (true) size 3186]
afz=[afz : afz => net.minecraft.world.gen.feature.WorldGenTallGrass (true) size 1109]
aem=[aem : aem => net.minecraft.world.gen.MapGenRavine (true) size 5323]
beh=[beh : beh => net.minecraft.client.particle.EffectRenderer (true) size 5644]
aeq=[aeq : aeq => net.minecraft.world.gen.MapGenCaves (true) size 5736]
aep=[aep : aep => net.minecraft.world.gen.ChunkProviderHell (true) size 12943]
aee=[aee : aee => net.minecraft.world.chunk.storage.AnvilChunkLoader (true) size 10370]
zz=[zz : zz => net.minecraft.item.crafting.RecipeFireworks (true) size 3773]
aei=[aei : aei => net.minecraft.world.WorldProvider (true) size 9582]
bey=[bey : bey => net.minecraft.client.entity.EntityOtherPlayerMP (true) size 3659]
bex=[bex : bex => net.minecraft.client.entity.EntityPlayerSP (true) size 11958]
afc=[afc : afc => net.minecraft.world.gen.feature.WorldGenDeadBush (true) size 1040]
bes=[bes : bes => net.minecraft.client.particle.EntityDiggingFX (true) size 2881]
lg=[lg : lg => net.minecraft.util.CryptManager (true) size 5162]
awq=[awq : awq => net.minecraft.client.gui.achievement.GuiAchievements (true) size 9923]
la=[la : la => net.minecraft.stats.StatList (true) size 6201]
aew=[aew : aew => net.minecraft.world.gen.feature.WorldGenBigTree (true) size 7442]
aet=[aet : aet => net.minecraft.world.gen.ChunkProviderGenerate (true) size 13463]
lc=[lc : lc => net.minecraft.logging.LogAgent (true) size 2748]
aeu=[aeu : aeu => net.minecraft.world.gen.ChunkProviderEnd (true) size 8482]
bfa=[bfa : bfa => net.minecraft.client.renderer.WorldRenderer (true) size 5157]
awg=[awg : awg => net.minecraft.client.gui.GuiSlot (true) size 7189]
aex=[aex : aex => net.minecraft.world.gen.feature.WorldGenForest (true) size 2586]
adr=[adr : adr => net.minecraft.world.chunk.Chunk (true) size 21649]
zh=[zh : zh => net.minecraft.item.ItemBlock (true) size 3855]
bhj=[bhj : bhj => net.minecraft.client.renderer.entity.RenderPlayer (true) size 13450]
ata=[ata : ata => net.minecraft.util.MovingObjectPosition (true) size 1081]
bho=[bho : bho => net.minecraft.client.renderer.entity.RenderSnowMan (true) size 2777]
ast=[ast : ast => net.minecraft.block.BlockPistonBase (true) size 9440]
hn=[hn : hn => net.minecraft.server.management.ServerConfigurationManager (true) size 19703]
bhu=[bhu : bhu => net.minecraft.client.renderer.entity.RenderVillager (true) size 2882]
acq=[acq : acq => net.minecraft.world.biome.BiomeGenBase (true) size 8722]
yh=[yh : yh => net.minecraft.item.ItemMap (true) size 6143]
ye=[ye : ye => net.minecraft.item.ItemStack (true) size 14814]
is=[is : is => net.minecraft.server.dedicated.DedicatedServer (true) size 10066]
bgl=[bgl : bgl => net.minecraft.client.renderer.entity.RenderManager (true) size 9404]
yc=[yc : yc => net.minecraft.item.Item (true) size 30933]
acl=[acl : acl => net.minecraft.world.ChunkCache (true) size 6497]
yd=[yd : yd => net.minecraft.item.EnumToolMaterial (true) size 2100]
yb=[yb : yb => net.minecraft.item.ItemHoe (true) size 2422]
aci=[aci : aci => net.minecraft.world.SpawnerAnimals (true) size 7002]
acg=[acg : acg => net.minecraft.world.WorldType (true) size 5531]
atv=[atv : atv => net.minecraft.client.Minecraft (true) size 38640]
acf=[acf : acf => net.minecraft.world.IBlockAccess (true) size 752]
aul=[aul : aul => net.minecraft.client.settings.GameSettings (true) size 15902]
bgw=[bgw : bgw => net.minecraft.client.renderer.entity.RenderItem (true) size 11792]
yx=[yx : yx => net.minecraft.item.ItemShears (true) size 3596]
yw=[yw : yw => net.minecraft.item.ItemSeeds (true) size 2008]
bgu=[bgu : bgu => net.minecraft.client.renderer.entity.RenderBiped (true) size 9300]
yv=[yv : yv => net.minecraft.item.ItemSeedFood (true) size 1895]
je=[je : je => net.minecraft.server.gui.StatsComponent (false) size 4603]
yq=[yq : yq => net.minecraft.item.EnumRarity (true) size 1042]
aus=[aus : aus => net.minecraft.util.Session (true) size 1334]
iy=[iy : iy => net.minecraft.server.ServerListenThread (true) size 3680]
acv=[acv : acv => net.minecraft.world.biome.WorldChunkManager (true) size 5290]
acu=[acu : acu => net.minecraft.world.biome.BiomeDecorator (true) size 9242]
bhb=[bhb : bhb => net.minecraft.client.renderer.entity.RendererLivingEntity (true) size 11696]
yi=[yi : yi => net.minecraft.item.ItemBucketMilk (true) size 1145]
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Runtime patching class aa (input size 3939), found 1 patch
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Successfully applied runtime patches for aa (new size 5482)
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Runtime patching class aab (input size 2402), found 1 patch
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Successfully applied runtime patches for aab (new size 4143)
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Runtime patching class aaf (input size 12619), found 1 patch
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Successfully applied runtime patches for aaf (new size 13568)
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Runtime patching class aau (input size 3121), found 1 patch
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Successfully applied runtime patches for aau (new size 4238)
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Runtime patching class aaw (input size 6149), found 1 patch
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Successfully applied runtime patches for aaw (new size 8100)
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Runtime patching class abr (input size 5179), found 1 patch
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Successfully applied runtime patches for abr (new size 6217)
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Runtime patching class abw (input size 45383), found 1 patch
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Successfully applied runtime patches for abw (new size 65948)
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Runtime patching class acg (input size 1708), found 1 patch
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Successfully applied runtime patches for acg (new size 5736)
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Runtime patching class aci (input size 5307), found 1 patch
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Successfully applied runtime patches for aci (new size 7609)
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Runtime patching class acl (input size 4269), found 1 patch
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Successfully applied runtime patches for acl (new size 6698)
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Runtime patching class acq (input size 6248), found 1 patch
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Successfully applied runtime patches for acq (new size 8976)
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Runtime patching class acu (input size 5564), found 1 patch
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Successfully applied runtime patches for acu (new size 9450)
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Runtime patching class acv (input size 3382), found 1 patch
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Successfully applied runtime patches for acv (new size 5661)
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Runtime patching class adr (input size 15810), found 1 patch
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Successfully applied runtime patches for adr (new size 22474)
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Runtime patching class aee (input size 8059), found 1 patch
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Successfully applied runtime patches for aee (new size 11187)
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Runtime patching class aei (input size 3245), found 1 patch
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Successfully applied runtime patches for aei (new size 9679)
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Runtime patching class aem (input size 3290), found 1 patch
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Successfully applied runtime patches for aem (new size 5438)
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Runtime patching class aep (input size 8054), found 1 patch
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Successfully applied runtime patches for aep (new size 13481)
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Runtime patching class aet (input size 8910), found 1 patch
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Successfully applied runtime patches for aet (new size 13864)
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Runtime patching class aeu (input size 5462), found 1 patch
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Successfully applied runtime patches for aeu (new size 8907)
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Runtime patching class aew (input size 5987), found 1 patch
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Successfully applied runtime patches for aew (new size 8127)
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Runtime patching class afc (input size 745), found 1 patch
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Successfully applied runtime patches for afc (new size 1069)
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Runtime patching class afg (input size 990), found 1 patch
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Successfully applied runtime patches for afg (new size 1543)
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Runtime patching class afl (input size 1924), found 1 patch
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Successfully applied runtime patches for afl (new size 2847)
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Runtime patching class afo (input size 2993), found 1 patch
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Successfully applied runtime patches for afo (new size 4778)
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Runtime patching class afp (input size 3392), found 1 patch
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Successfully applied runtime patches for afp (new size 3981)
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Runtime patching class afq (input size 1534), found 1 patch
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Successfully applied runtime patches for afq (new size 2563)
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Runtime patching class afz (input size 782), found 1 patch
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Successfully applied runtime patches for afz (new size 1124)
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Runtime patching class aga (input size 2816), found 1 patch
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Successfully applied runtime patches for aga (new size 4373)
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Runtime patching class agi (input size 5425), found 1 patch
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Successfully applied runtime patches for agi (new size 6676)
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Runtime patching class ahl (input size 6228), found 1 patch
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Successfully applied runtime patches for ahl (new size 6896)
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Runtime patching class ahm (input size 5886), found 1 patch
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Successfully applied runtime patches for ahm (new size 6501)
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Runtime patching class ahq (input size 3334), found 1 patch
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Successfully applied runtime patches for ahq (new size 4358)
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Runtime patching class ahw (input size 3017), found 1 patch
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Successfully applied runtime patches for ahw (new size 3717)
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Runtime patching class aia (input size 4054), found 1 patch
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Successfully applied runtime patches for aia (new size 4765)
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Runtime patching class aif (input size 3882), found 1 patch
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Successfully applied runtime patches for aif (new size 4536)
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Runtime patching class ain (input size 4861), found 1 patch
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Successfully applied runtime patches for ain (new size 6289)
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Runtime patching class ait (input size 9150), found 1 patch
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Successfully applied runtime patches for ait (new size 12326)
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Runtime patching class aiv (input size 3127), found 1 patch
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Successfully applied runtime patches for aiv (new size 4464)
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Runtime patching class aji (input size 3806), found 1 patch
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Successfully applied runtime patches for aji (new size 4648)
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Runtime patching class ajj (input size 870), found 1 patch
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Successfully applied runtime patches for ajj (new size 1271)
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Runtime patching class ajm (input size 3385), found 1 patch
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Successfully applied runtime patches for ajm (new size 5961)
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Runtime patching class akj (input size 1054), found 1 patch
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Successfully applied runtime patches for akj (new size 1205)
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Runtime patching class akq (input size 2163), found 1 patch
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Successfully applied runtime patches for akq (new size 3742)
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Runtime patching class ali (input size 4692), found 1 patch
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Successfully applied runtime patches for ali (new size 6010)
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Runtime patching class alq (input size 4811), found 1 patch
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Successfully applied runtime patches for alq (new size 6395)
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Runtime patching class als (input size 7216), found 1 patch
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Successfully applied runtime patches for als (new size 9831)
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Runtime patching class amy (input size 2404), found 1 patch
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Successfully applied runtime patches for amy (new size 4363)
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Runtime patching class amz (input size 5119), found 1 patch
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Successfully applied runtime patches for amz (new size 6158)
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Runtime patching class anf (input size 4976), found 1 patch
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Successfully applied runtime patches for anf (new size 7195)
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Runtime patching class ang (input size 2379), found 1 patch
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Successfully applied runtime patches for ang (new size 4171)
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Runtime patching class ank (input size 7113), found 1 patch
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Successfully applied runtime patches for ank (new size 9237)
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Runtime patching class anm (input size 3260), found 1 patch
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Successfully applied runtime patches for anm (new size 5439)
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Runtime patching class anr (input size 3092), found 1 patch
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Successfully applied runtime patches for anr (new size 4989)
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Runtime patching class anz (input size 5421), found 1 patch
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Successfully applied runtime patches for anz (new size 7081)
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Runtime patching class aof (input size 2760), found 1 patch
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Successfully applied runtime patches for aof (new size 4018)
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Runtime patching class aoi (input size 6323), found 1 patch
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Successfully applied runtime patches for aoi (new size 9610)
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Runtime patching class aon (input size 2419), found 1 patch
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Successfully applied runtime patches for aon (new size 3500)
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Runtime patching class aos (input size 1643), found 1 patch
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Successfully applied runtime patches for aos (new size 2370)
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Runtime patching class aoz (input size 5721), found 1 patch
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Successfully applied runtime patches for aoz (new size 8191)
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Runtime patching class apc (input size 7019), found 1 patch
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Successfully applied runtime patches for apc (new size 9810)
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Runtime patching class apd (input size 4256), found 1 patch
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Successfully applied runtime patches for apd (new size 5156)
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Runtime patching class apk (input size 1959), found 1 patch
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Successfully applied runtime patches for apk (new size 2864)
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Runtime patching class apl (input size 1999), found 1 patch
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Successfully applied runtime patches for apl (new size 3680)
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Runtime patching class apy (input size 2970), found 1 patch
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Successfully applied runtime patches for apy (new size 3783)
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Runtime patching class aqb (input size 6640), found 1 patch
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Successfully applied runtime patches for aqb (new size 8844)
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Runtime patching class aqc (input size 2312), found 1 patch
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Successfully applied runtime patches for aqc (new size 3650)
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Runtime patching class aqi (input size 2895), found 1 patch
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Successfully applied runtime patches for aqi (new size 3914)
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Runtime patching class aqq (input size 3890), found 1 patch
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Successfully applied runtime patches for aqq (new size 6288)
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Runtime patching class aqv (input size 2180), found 1 patch
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Successfully applied runtime patches for aqv (new size 3946)
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Runtime patching class aqy (input size 2604), found 1 patch
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Successfully applied runtime patches for aqy (new size 4351)
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Runtime patching class aqz (input size 30308), found 1 patch
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Successfully applied runtime patches for aqz (new size 50101)
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Runtime patching class arj (input size 2019), found 1 patch
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Successfully applied runtime patches for arj (new size 3135)
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Runtime patching class arw (input size 4865), found 1 patch
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Successfully applied runtime patches for arw (new size 6306)
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Runtime patching class arx (input size 4856), found 1 patch
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Successfully applied runtime patches for arx (new size 6439)
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Runtime patching class asg (input size 5347), found 1 patch
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Successfully applied runtime patches for asg (new size 6635)
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Runtime patching class asi (input size 6979), found 1 patch
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Successfully applied runtime patches for asi (new size 8906)
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Runtime patching class asp (input size 4609), found 1 patch
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Successfully applied runtime patches for asp (new size 7518)
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Runtime patching class ast (input size 7463), found 1 patch
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Successfully applied runtime patches for ast (new size 9704)
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Runtime patching class ata (input size 777), found 1 patch
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Successfully applied runtime patches for ata (new size 1109)
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Runtime patching class atv (input size 35292), found 1 patch
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Successfully applied runtime patches for atv (new size 41724)
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Runtime patching class aul (input size 15787), found 1 patch
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Successfully applied runtime patches for aul (new size 17121)
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Runtime patching class aus (input size 407), found 1 patch
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Successfully applied runtime patches for aus (new size 1410)
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Runtime patching class auw (input size 5282), found 1 patch
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Successfully applied runtime patches for auw (new size 6884)
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Runtime patching class auy (input size 2614), found 1 patch
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Successfully applied runtime patches for auy (new size 2076)
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Runtime patching class avb (input size 8622), found 1 patch
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Successfully applied runtime patches for avb (new size 9632)
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Runtime patching class avj (input size 16609), found 1 patch
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Successfully applied runtime patches for avj (new size 20799)
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Runtime patching class awg (input size 5586), found 1 patch
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Successfully applied runtime patches for awg (new size 7219)
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Runtime patching class awq (input size 7316), found 1 patch
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Successfully applied runtime patches for awq (new size 10361)
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Runtime patching class awy (input size 11952), found 1 patch
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Successfully applied runtime patches for awy (new size 14211)
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Runtime patching class axm (input size 12366), found 1 patch
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Successfully applied runtime patches for axm (new size 15968)
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Runtime patching class b (input size 6379), found 1 patch
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Successfully applied runtime patches for b (new size 7918)
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Runtime patching class bbo (input size 1205), found 1 patch
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Successfully applied runtime patches for bbo (new size 1799)
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Runtime patching class bbs (input size 1246), found 1 patch
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Successfully applied runtime patches for bbs (new size 1749)
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Runtime patching class bcf (input size 565), found 1 patch
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Successfully applied runtime patches for bcf (new size 914)
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Runtime patching class bcp (input size 1836), found 1 patch
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Successfully applied runtime patches for bcp (new size 2719)
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Runtime patching class bcu (input size 3799), found 1 patch
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Successfully applied runtime patches for bcu (new size 4939)
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Runtime patching class bcw (input size 29377), found 1 patch
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Successfully applied runtime patches for bcw (new size 38761)
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Runtime patching class bcy (input size 2649), found 1 patch
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Successfully applied runtime patches for bcy (new size 3652)
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Runtime patching class bdb (input size 1848), found 1 patch
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Successfully applied runtime patches for bdb (new size 3149)
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Runtime patching class bdc (input size 6480), found 1 patch
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Successfully applied runtime patches for bdc (new size 8999)
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Runtime patching class bdd (input size 7164), found 1 patch
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Successfully applied runtime patches for bdd (new size 9616)
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Runtime patching class bdy (input size 5227), found 1 patch
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Successfully applied runtime patches for bdy (new size 7116)
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Runtime patching class beh (input size 4264), found 1 patch
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Successfully applied runtime patches for beh (new size 5858)
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Runtime patching class bes (input size 1874), found 1 patch
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Successfully applied runtime patches for bes (new size 3018)
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Runtime patching class bex (input size 9154), found 1 patch
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Successfully applied runtime patches for bex (new size 12305)
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Runtime patching class bey (input size 2877), found 1 patch
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Successfully applied runtime patches for bey (new size 3755)
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Runtime patching class bfa (input size 4282), found 1 patch
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Successfully applied runtime patches for bfa (new size 5337)
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Runtime patching class bfe (input size 25399), found 1 patch
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Successfully applied runtime patches for bfe (new size 29186)
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Runtime patching class bfj (input size 10440), found 1 patch
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Successfully applied runtime patches for bfj (new size 14324)
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Runtime patching class bfl (input size 35240), found 1 patch
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Successfully applied runtime patches for bfl (new size 42533)
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Runtime patching class bfq (input size 6041), found 1 patch
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Successfully applied runtime patches for bfq (new size 7856)
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Runtime patching class bfr (input size 115770), found 1 patch
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Successfully applied runtime patches for bfr (new size 128069)
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Runtime patching class bgl (input size 8199), found 1 patch
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Successfully applied runtime patches for bgl (new size 9825)
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Runtime patching class bgu (input size 6055), found 1 patch
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Successfully applied runtime patches for bgu (new size 9691)
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Runtime patching class bgw (input size 8123), found 1 patch
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Successfully applied runtime patches for bgw (new size 12009)
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Runtime patching class bhb (input size 8513), found 1 patch
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Successfully applied runtime patches for bhb (new size 11919)
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Runtime patching class bhj (input size 8845), found 1 patch
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Successfully applied runtime patches for bhj (new size 13765)
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Runtime patching class bho (input size 1446), found 1 patch
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Successfully applied runtime patches for bho (new size 2807)
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Runtime patching class bhu (input size 1999), found 1 patch
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Successfully applied runtime patches for bhu (new size 3103)
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Runtime patching class big (input size 3752), found 1 patch
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Successfully applied runtime patches for big (new size 4847)
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Runtime patching class bik (input size 5347), found 1 patch
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Successfully applied runtime patches for bik (new size 7116)
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Runtime patching class bil (input size 5006), found 1 patch
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Successfully applied runtime patches for bil (new size 6723)
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Runtime patching class biv (input size 2686), found 1 patch
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Successfully applied runtime patches for biv (new size 3655)
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Runtime patching class bjo (input size 1404), found 1 patch
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Successfully applied runtime patches for bjo (new size 1749)
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Runtime patching class bkd (input size 2874), found 1 patch
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Successfully applied runtime patches for bkd (new size 3867)
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Runtime patching class bkz (input size 5418), found 1 patch
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Successfully applied runtime patches for bkz (new size 7485)
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Runtime patching class blc (input size 1821), found 1 patch
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Successfully applied runtime patches for blc (new size 2469)
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Runtime patching class bln (input size 9197), found 1 patch
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Successfully applied runtime patches for bln (new size 12611)
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Runtime patching class blt (input size 12121), found 1 patch
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Successfully applied runtime patches for blt (new size 14850)
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Runtime patching class blv (input size 5475), found 1 patch
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Successfully applied runtime patches for blv (new size 7165)
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Runtime patching class bma (input size 1054), found 1 patch
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Successfully applied runtime patches for bma (new size 1587)
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Runtime patching class bv (input size 3081), found 1 patch
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Successfully applied runtime patches for bv (new size 3941)
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Runtime patching class cg (input size 2458), found 1 patch
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Successfully applied runtime patches for cg (new size 3235)
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Runtime patching class cn (input size 2515), found 1 patch
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Successfully applied runtime patches for cn (new size 3551)
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Runtime patching class co (input size 7715), found 1 patch
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Successfully applied runtime patches for co (new size 9577)
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Runtime patching class dn (input size 2341), found 1 patch
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Successfully applied runtime patches for dn (new size 3047)
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Runtime patching class ej (input size 3635), found 1 patch
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Successfully applied runtime patches for ej (new size 4927)
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Runtime patching class el (input size 3334), found 1 patch
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Successfully applied runtime patches for el (new size 4773)
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Runtime patching class ep (input size 1643), found 1 patch
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Successfully applied runtime patches for ep (new size 2505)
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Runtime patching class ey (input size 7307), found 1 patch
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Successfully applied runtime patches for ey (new size 8741)
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Runtime patching class hn (input size 16435), found 1 patch
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Successfully applied runtime patches for hn (new size 21139)
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Runtime patching class is (input size 9517), found 1 patch
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Successfully applied runtime patches for is (new size 11773)
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Runtime patching class iy (input size 3163), found 1 patch
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Successfully applied runtime patches for iy (new size 4327)
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Runtime patching class j (input size 3241), found 1 patch
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Successfully applied runtime patches for j (new size 3877)
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Runtime patching class je (input size 0), found 1 patch
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Successfully applied runtime patches for je (new size 4594)
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Runtime patching class jm (input size 4614), found 1 patch
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Successfully applied runtime patches for jm (new size 5995)
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Runtime patching class jq (input size 3641), found 1 patch
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Successfully applied runtime patches for jq (new size 4748)
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Runtime patching class jr (input size 5049), found 1 patch
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Successfully applied runtime patches for jr (new size 7487)
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Runtime patching class js (input size 15048), found 1 patch
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Successfully applied runtime patches for js (new size 20910)
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Runtime patching class jv (input size 16266), found 1 patch
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Successfully applied runtime patches for jv (new size 21056)
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Runtime patching class jw (input size 4441), found 1 patch
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Successfully applied runtime patches for jw (new size 8382)
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Runtime patching class jx (input size 9464), found 1 patch
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Successfully applied runtime patches for jx (new size 11376)
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Runtime patching class jy (input size 5611), found 1 patch
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Successfully applied runtime patches for jy (new size 7578)
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Runtime patching class ka (input size 19447), found 1 patch
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Successfully applied runtime patches for ka (new size 24602)
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Runtime patching class kd (input size 2100), found 1 patch
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Successfully applied runtime patches for kd (new size 2964)
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Runtime patching class la (input size 5774), found 1 patch
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Successfully applied runtime patches for la (new size 6557)
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Runtime patching class lc (input size 2400), found 1 patch
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Successfully applied runtime patches for lc (new size 3405)
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Runtime patching class m (input size 4185), found 1 patch
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Successfully applied runtime patches for m (new size 5656)
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Runtime patching class mk (input size 1496), found 1 patch
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Successfully applied runtime patches for mk (new size 2532)
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Runtime patching class nj (input size 3062), found 1 patch
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Successfully applied runtime patches for nj (new size 5363)
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Runtime patching class nn (input size 26871), found 1 patch
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Successfully applied runtime patches for nn (new size 38606)
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Runtime patching class nt (input size 5436), found 1 patch
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Successfully applied runtime patches for nt (new size 6703)
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Runtime patching class of (input size 26419), found 1 patch
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Successfully applied runtime patches for of (new size 33399)
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Runtime patching class og (input size 16007), found 1 patch
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Successfully applied runtime patches for og (new size 19692)
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Runtime patching class qa (input size 2127), found 1 patch
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Successfully applied runtime patches for qa (new size 2854)
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Runtime patching class rm (input size 4626), found 1 patch
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Successfully applied runtime patches for rm (new size 6014)
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Runtime patching class rx (input size 5673), found 1 patch
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Successfully applied runtime patches for rx (new size 6765)
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Runtime patching class rz (input size 5833), found 1 patch
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Successfully applied runtime patches for rz (new size 7520)
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Runtime patching class sk (input size 10944), found 1 patch
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Successfully applied runtime patches for sk (new size 13165)
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Runtime patching class sm (input size 9004), found 1 patch
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Successfully applied runtime patches for sm (new size 11364)
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Runtime patching class sp (input size 2330), found 1 patch
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Successfully applied runtime patches for sp (new size 3264)
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Runtime patching class ss (input size 5611), found 1 patch
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Successfully applied runtime patches for ss (new size 8314)
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Runtime patching class st (input size 14690), found 1 patch
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Successfully applied runtime patches for st (new size 21348)
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Runtime patching class sv (input size 3861), found 1 patch
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Successfully applied runtime patches for sv (new size 5287)
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Runtime patching class sw (input size 3102), found 1 patch
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Successfully applied runtime patches for sw (new size 4143)
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Runtime patching class sx (input size 2385), found 1 patch
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Successfully applied runtime patches for sx (new size 3481)
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Runtime patching class tg (input size 7849), found 1 patch
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Successfully applied runtime patches for tg (new size 9720)
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Runtime patching class ts (input size 5154), found 1 patch
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Successfully applied runtime patches for ts (new size 6088)
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Runtime patching class tw (input size 9663), found 1 patch
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Successfully applied runtime patches for tw (new size 12430)
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Runtime patching class ub (input size 14902), found 1 patch
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Successfully applied runtime patches for ub (new size 17376)
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Runtime patching class ud (input size 7738), found 1 patch
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Successfully applied runtime patches for ud (new size 9890)
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Runtime patching class uf (input size 25630), found 1 patch
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Successfully applied runtime patches for uf (new size 38309)
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Runtime patching class va (input size 6592), found 1 patch
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Successfully applied runtime patches for va (new size 7890)
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Runtime patching class vg (input size 450), found 1 patch
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Successfully applied runtime patches for vg (new size 743)
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Runtime patching class vh (input size 739), found 1 patch
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Successfully applied runtime patches for vh (new size 1093)
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Runtime patching class vm (input size 4267), found 1 patch
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Successfully applied runtime patches for vm (new size 5110)
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Runtime patching class vp (input size 2301), found 1 patch
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Successfully applied runtime patches for vp (new size 2795)
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Runtime patching class vq (input size 1548), found 1 patch
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Successfully applied runtime patches for vq (new size 2083)
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Runtime patching class vw (input size 719), found 1 patch
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Successfully applied runtime patches for vw (new size 1088)
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Runtime patching class wd (input size 2022), found 1 patch
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Successfully applied runtime patches for wd (new size 3019)
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Runtime patching class we (input size 1450), found 1 patch
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Successfully applied runtime patches for we (new size 2806)
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Runtime patching class wh (input size 3505), found 1 patch
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Successfully applied runtime patches for wh (new size 4454)
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Runtime patching class wj (input size 1536), found 1 patch
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Successfully applied runtime patches for wj (new size 2073)
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Runtime patching class wp (input size 2604), found 1 patch
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Successfully applied runtime patches for wp (new size 4035)
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Runtime patching class wr (input size 2578), found 1 patch
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Successfully applied runtime patches for wr (new size 3684)
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Runtime patching class ww (input size 3544), found 1 patch
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Successfully applied runtime patches for ww (new size 5751)
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Runtime patching class xj (input size 1663), found 1 patch
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Successfully applied runtime patches for xj (new size 2748)
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Runtime patching class xl (input size 5221), found 1 patch
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Successfully applied runtime patches for xl (new size 7521)
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Runtime patching class yb (input size 1212), found 1 patch
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Successfully applied runtime patches for yb (new size 2467)
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Runtime patching class yc (input size 22269), found 1 patch
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Successfully applied runtime patches for yc (new size 32042)
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Runtime patching class yd (input size 1646), found 1 patch
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Successfully applied runtime patches for yd (new size 2216)
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Runtime patching class ye (input size 11944), found 1 patch
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Successfully applied runtime patches for ye (new size 15901)
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Runtime patching class yq (input size 983), found 1 patch
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Successfully applied runtime patches for yq (new size 1195)
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Runtime patching class yv (input size 625), found 1 patch
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Successfully applied runtime patches for yv (new size 1911)
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Runtime patching class yw (input size 679), found 1 patch
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Successfully applied runtime patches for yw (new size 2023)
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Runtime patching class zh (input size 2481), found 1 patch
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Successfully applied runtime patches for zh (new size 4088)
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Runtime patching class zz (input size 3419), found 1 patch
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Successfully applied runtime patches for zz (new size 3972)
2014-02-25 14:14:34 [INFO] [ForgeModLoader] Found valid fingerprint for Minecraft Forge. Certificate fingerprint e3c3d50c7c986df74c645c0ac54639741c90a557
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Runtime patching class net.minecraft.client.ClientBrandRetriever (input size 303), found 1 patch
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Successfully applied runtime patches for net.minecraft.client.ClientBrandRetriever (new size 685)
2014-02-25 14:14:34 [INFO] [ForgeModLoader] Found valid fingerprint for Minecraft. Certificate fingerprint cd99959656f753dc28d863b46769f7f8fbaefcfc
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Coremod plugin class FMLCorePlugin run successfully
2014-02-25 14:14:34 [INFO] [ForgeModLoader] Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Injecting coremod FMLForgePlugin {net.minecraftforge.classloading.FMLForgePlugin} class transformers
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Registering transformer net.minecraftforge.transformers.ForgeAccessTransformer
2014-02-25 14:14:34 [INFO] [STDOUT] Loaded 110 rules from AccessTransformer config file forge_at.cfg
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Registering transformer net.minecraftforge.transformers.EventTransformer
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Injection complete
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Running coremod plugin for FMLForgePlugin {net.minecraftforge.classloading.FMLForgePlugin}
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Running coremod plugin FMLForgePlugin
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Coremod plugin class FMLForgePlugin run successfully
2014-02-25 14:14:34 [INFO] [ForgeModLoader] Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Injecting coremod CodeChickenCorePlugin {codechicken.core.launch.CodeChickenCorePlugin} class transformers
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Registering transformer codechicken.lib.asm.ClassHeirachyManager
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Registering transformer codechicken.core.asm.CodeChickenAccessTransformer
2014-02-25 14:14:34 [INFO] [STDOUT] Loaded 40 rules from AccessTransformer config file fml_at.cfg
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Registering transformer codechicken.core.asm.InterfaceDependancyTransformer
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Registering transformer codechicken.core.asm.TweakTransformer
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Registering transformer codechicken.core.asm.FeatureHackTransformer
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Registering transformer codechicken.core.asm.DelegatedTransformer
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Registering transformer codechicken.core.asm.DefaultImplementationTransformer
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Injection complete
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Running coremod plugin for CodeChickenCorePlugin {codechicken.core.launch.CodeChickenCorePlugin}
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Running coremod plugin CodeChickenCorePlugin
2014-02-25 14:14:34 [INFO] [STDOUT] Adding AccessTransformer: nei_at.cfg
2014-02-25 14:14:34 [INFO] [STDOUT] Adding Accesstransformer map: temp.dat
2014-02-25 14:14:34 [INFO] [STDOUT] Loaded 51 rules from AccessTransformer config file temp.dat
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Coremod plugin class CodeChickenCorePlugin run successfully
2014-02-25 14:14:34 [INFO] [ForgeModLoader] Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Injecting coremod CCCore {denoflionsx.CreeperCollateral.CoreMod.CCCore} class transformers
2014-02-25 14:14:34 [INFO] [STDOUT] [CreeperCollateralCore]: Using vanilla configuration.
2014-02-25 14:14:34 [INFO] [STDOUT] [CreeperCollateralCore]: Using vanilla configuration.
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Injection complete
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Running coremod plugin for CCCore {denoflionsx.CreeperCollateral.CoreMod.CCCore}
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Running coremod plugin CCCore
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Coremod plugin class CCCore run successfully
2014-02-25 14:14:34 [INFO] [ForgeModLoader] Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Injecting coremod CoreDescription {mcp.mobius.evoc.asm.CoreDescription} class transformers
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Registering transformer mcp.mobius.evoc.asm.CoreTransformer
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Injection complete
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Running coremod plugin for CoreDescription {mcp.mobius.evoc.asm.CoreDescription}
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Running coremod plugin CoreDescription
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Coremod plugin class CoreDescription run successfully
2014-02-25 14:14:34 [INFO] [ForgeModLoader] Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
2014-02-25 14:14:34 [FINE] [ForgeModLoader] Injecting coremod CoreDescription {mcp.mobius.mobiuscore.asm.CoreDescription} class transformers
2014-02-25 14:14:34 [FINEST] [ForgeModLoader] Registering transformer mcp.mobius.mobiuscore.asm.CoreTransformer
2014-02-25 14:14:35 [FINE] [ForgeModLoader] Injection complete
2014-02-25 14:14:35 [FINE] [ForgeModLoader] Running coremod plugin for CoreDescription {mcp.mobius.mobiuscore.asm.CoreDescription}
2014-02-25 14:14:35 [FINE] [ForgeModLoader] Running coremod plugin CoreDescription
2014-02-25 14:14:35 [FINE] [ForgeModLoader] Coremod plugin class CoreDescription run successfully
2014-02-25 14:14:35 [INFO] [ForgeModLoader] Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
2014-02-25 14:14:35 [FINE] [ForgeModLoader] Injecting coremod MMFMLCorePlugin {atomicstryker.multimine.common.fmlmagic.MMFMLCorePlugin} class transformers
2014-02-25 14:14:35 [FINEST] [ForgeModLoader] Registering transformer atomicstryker.multimine.common.fmlmagic.MMTransformer
2014-02-25 14:14:35 [FINE] [ForgeModLoader] Injection complete
2014-02-25 14:14:35 [FINE] [ForgeModLoader] Running coremod plugin for MMFMLCorePlugin {atomicstryker.multimine.common.fmlmagic.MMFMLCorePlugin}
2014-02-25 14:14:35 [FINE] [ForgeModLoader] Running coremod plugin MMFMLCorePlugin
2014-02-25 14:14:35 [FINE] [ForgeModLoader] Coremod plugin class MMFMLCorePlugin run successfully
2014-02-25 14:14:35 [INFO] [ForgeModLoader] Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
2014-02-25 14:14:35 [FINE] [ForgeModLoader] Injecting coremod NEICorePlugin {codechicken.nei.asm.NEICorePlugin} class transformers
2014-02-25 14:14:35 [FINEST] [ForgeModLoader] Registering transformer codechicken.nei.asm.NEITransformer
2014-02-25 14:14:35 [FINE] [ForgeModLoader] Injection complete
2014-02-25 14:14:35 [FINE] [ForgeModLoader] Running coremod plugin for NEICorePlugin {codechicken.nei.asm.NEICorePlugin}
2014-02-25 14:14:35 [FINE] [ForgeModLoader] Running coremod plugin NEICorePlugin
2014-02-25 14:14:35 [FINE] [ForgeModLoader] Coremod plugin class NEICorePlugin run successfully
2014-02-25 14:14:35 [INFO] [ForgeModLoader] Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
2014-02-25 14:14:35 [FINE] [ForgeModLoader] Injecting coremod SCFMLCorePlugin {atomicstryker.stalkercreepers.common.SCFMLCorePlugin} class transformers
2014-02-25 14:14:35 [FINEST] [ForgeModLoader] Registering transformer atomicstryker.stalkercreepers.common.SCTransformer
2014-02-25 14:14:35 [FINE] [ForgeModLoader] Injection complete
2014-02-25 14:14:35 [FINE] [ForgeModLoader] Running coremod plugin for SCFMLCorePlugin {atomicstryker.stalkercreepers.common.SCFMLCorePlugin}
2014-02-25 14:14:35 [FINE] [ForgeModLoader] Running coremod plugin SCFMLCorePlugin
2014-02-25 14:14:35 [FINE] [ForgeModLoader] Coremod plugin class SCFMLCorePlugin run successfully
2014-02-25 14:14:35 [INFO] [ForgeModLoader] Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
2014-02-25 14:14:35 [FINE] [ForgeModLoader] Injecting coremod denLibCore {denoflionsx.denLib.CoreMod.denLibCore} class transformers
2014-02-25 14:14:36 [INFO] [ForgeModLoader] [denLibCore]: DenEvents.jar | 11d66653cadfb803067a8df5ceb9148e1e48009c | 11d66653cadfb803067a8df5ceb9148e1e48009c | false
2014-02-25 14:14:36 [INFO] [ForgeModLoader] [denLibCore]: Loaded library DenEvents.jar
2014-02-25 14:14:36 [FINEST] [ForgeModLoader] Registering transformer denoflionsx.denLib.CoreMod.ASM.SQL.SQLLibRequest
2014-02-25 14:14:36 [INFO] [ForgeModLoader] [denLibCore]: sqlite-jdbc-3.7.15-M1.jar | 9b713ffe2bd3e1f1ddea48cce098e3f6de9a0430 | 404 | false
2014-02-25 14:14:36 [INFO] [ForgeModLoader] [denLibCore]: Loaded library sqlite-jdbc-3.7.15-M1.jar
2014-02-25 14:14:36 [FINEST] [ForgeModLoader] Registering transformer denoflionsx.DenEvents.ASM.Transformers.DenEventsTransformer
2014-02-25 14:14:36 [INFO] [STDOUT] Setting up DenEventsTransformer...
2014-02-25 14:14:36 [FINE] [ForgeModLoader] Injection complete
2014-02-25 14:14:36 [FINE] [ForgeModLoader] Running coremod plugin for denLibCore {denoflionsx.denLib.CoreMod.denLibCore}
2014-02-25 14:14:36 [FINE] [ForgeModLoader] Running coremod plugin denLibCore
2014-02-25 14:14:36 [FINE] [ForgeModLoader] Coremod plugin class denLibCore run successfully
2014-02-25 14:14:36 [INFO] [ForgeModLoader] Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
2014-02-25 14:14:36 [FINE] [ForgeModLoader] Injecting coremod MineTweakerTransformer {stanhebben.minetweaker.transformer.MineTweakerTransformer} class transformers
2014-02-25 14:14:36 [INFO] [STDOUT] MineTweakerASM transformer class loading
2014-02-25 14:14:36 [INFO] [STDOUT] MineTweakerASM transformer class loading
2014-02-25 14:14:36 [FINEST] [ForgeModLoader] Registering transformer stanhebben.minetweaker.transformer.MineTweakerASM
2014-02-25 14:14:36 [FINE] [ForgeModLoader] Injection complete
2014-02-25 14:14:36 [FINE] [ForgeModLoader] Running coremod plugin for MineTweakerTransformer {stanhebben.minetweaker.transformer.MineTweakerTransformer}
2014-02-25 14:14:36 [FINE] [ForgeModLoader] Running coremod plugin MineTweakerTransformer
2014-02-25 14:14:36 [FINE] [ForgeModLoader] Coremod plugin class MineTweakerTransformer run successfully
2014-02-25 14:14:36 [INFO] [ForgeModLoader] Calling tweak class cpw.mods.fml.common.launcher.FMLDeobfTweaker
2014-02-25 14:14:36 [FINE] [ForgeModLoader] Validating minecraft
2014-02-25 14:14:36 [FINE] [ForgeModLoader] Minecraft validated, launching...
2014-02-25 14:14:36 [INFO] [ForgeModLoader] Launching wrapped minecraft {net.minecraft.client.main.Main}
2014-02-25 14:14:36 [FINE] [ForgeModLoader] Runtime patching class net/minecraft/world/IBlockAccess (input size 367), found 1 patch
2014-02-25 14:14:36 [FINE] [ForgeModLoader] Successfully applied runtime patches for net/minecraft/world/IBlockAccess (new size 743)
2014-02-25 14:14:36 [FINE] [ForgeModLoader] Runtime patching class net/minecraft/network/packet/NetHandler (input size 4778), found 1 patch
2014-02-25 14:14:36 [FINE] [ForgeModLoader] Successfully applied runtime patches for net/minecraft/network/packet/NetHandler (new size 9784)
2014-02-25 14:14:37 [INFO] [STDOUT] Found World.updateEntities()...
2014-02-25 14:14:37 [INFO] [STDOUT] Pattern found ... Trying to inject tile entity profiler... Successful injection !
2014-02-25 14:14:37 [INFO] [STDOUT] Pattern found ... Trying to inject entity profiler... Successful injection !
2014-02-25 14:14:37 [FINE] [ForgeModLoader] Runtime patching class net/minecraft/block/BlockPortal (input size 4091), found 1 patch
2014-02-25 14:14:37 [FINE] [ForgeModLoader] Successfully applied runtime patches for net/minecraft/block/BlockPortal (new size 5427)
2014-02-25 14:14:37 [INFO] [STDOUT] Injecting damage modifier in EntityLivingBase
2014-02-25 14:14:37 [INFO] [STDOUT] Running transformation on net.minecraft.client.entity.AbstractClientPlayer
2014-02-25 14:14:37 [INFO] [STDOUT] Inserted super call into axv.c
2014-02-25 14:14:37 [INFO] [STDOUT] awy was overriden from NotEnoughItems 1.6.1.9.jar
2014-02-25 14:14:37 [FINE] [ForgeModLoader] Runtime patching class net.minecraft.server.MinecraftServer (input size 18778), found 1 patch
2014-02-25 14:14:37 [FINE] [ForgeModLoader] Successfully applied runtime patches for net.minecraft.server.MinecraftServer (new size 27501)
2014-02-25 14:14:37 [FINE] [ForgeModLoader] Runtime patching class net/minecraft/world/WorldServerMulti (input size 573), found 1 patch
2014-02-25 14:14:37 [FINE] [ForgeModLoader] Successfully applied runtime patches for net/minecraft/world/WorldServerMulti (new size 1076)
2014-02-25 14:14:37 [FINE] [ForgeModLoader] Runtime patching class net/minecraft/nbt/CompressedStreamTools (input size 2675), found 1 patch
2014-02-25 14:14:37 [FINE] [ForgeModLoader] Successfully applied runtime patches for net/minecraft/nbt/CompressedStreamTools (new size 3869)
2014-02-25 14:14:38 [INFO] [Minecraft-Client] Setting user: Keybounce
2014-02-25 14:14:38 [FINE] [ForgeModLoader] Runtime patching class net/minecraft/block/BlockFlower (input size 1521), found 1 patch
2014-02-25 14:14:38 [FINE] [ForgeModLoader] Successfully applied runtime patches for net/minecraft/block/BlockFlower (new size 3588)
2014-02-25 14:14:38 [FINE] [ForgeModLoader] Runtime patching class net/minecraft/block/BlockOre (input size 1563), found 1 patch
2014-02-25 14:14:38 [FINE] [ForgeModLoader] Successfully applied runtime patches for net/minecraft/block/BlockOre (new size 2039)
2014-02-25 14:14:38 [FINE] [ForgeModLoader] Runtime patching class net/minecraft/block/BlockMushroom (input size 1825), found 1 patch
2014-02-25 14:14:38 [FINE] [ForgeModLoader] Successfully applied runtime patches for net/minecraft/block/BlockMushroom (new size 2645)
2014-02-25 14:14:38 [FINE] [ForgeModLoader] Runtime patching class net/minecraft/block/BlockTorch (input size 3338), found 1 patch
2014-02-25 14:14:38 [FINE] [ForgeModLoader] Successfully applied runtime patches for net/minecraft/block/BlockTorch (new size 4781)
2014-02-25 14:14:38 [FINE] [ForgeModLoader] Runtime patching class net/minecraft/block/BlockMobSpawner (input size 790), found 1 patch
2014-02-25 14:14:38 [FINE] [ForgeModLoader] Successfully applied runtime patches for net/minecraft/block/BlockMobSpawner (new size 1487)
2014-02-25 14:14:38 [FINE] [ForgeModLoader] Runtime patching class net/minecraft/block/BlockLadder (input size 1753), found 1 patch
2014-02-25 14:14:38 [FINE] [ForgeModLoader] Successfully applied runtime patches for net/minecraft/block/BlockLadder (new size 3071)
2014-02-25 14:14:38 [FINE] [ForgeModLoader] Runtime patching class net/minecraft/block/BlockLever (input size 4434), found 1 patch
2014-02-25 14:14:38 [FINE] [ForgeModLoader] Successfully applied runtime patches for net/minecraft/block/BlockLever (new size 5947)
2014-02-25 14:14:38 [FINE] [ForgeModLoader] Runtime patching class net/minecraft/block/BlockSnow (input size 2463), found 1 patch
2014-02-25 14:14:38 [FINE] [ForgeModLoader] Successfully applied runtime patches for net/minecraft/block/BlockSnow (new size 3787)
2014-02-25 14:14:38 [FINE] [ForgeModLoader] Runtime patching class net/minecraft/block/BlockReed (input size 1795), found 1 patch
2014-02-25 14:14:38 [FINE] [ForgeModLoader] Successfully applied runtime patches for net/minecraft/block/BlockReed (new size 3227)
2014-02-25 14:14:38 [FINE] [ForgeModLoader] Runtime patching class net/minecraft/block/BlockTrapDoor (input size 2843), found 1 patch
2014-02-25 14:14:38 [FINE] [ForgeModLoader] Successfully applied runtime patches for net/minecraft/block/BlockTrapDoor (new size 4791)
2014-02-25 14:14:38 [FINE] [ForgeModLoader] Runtime patching class net/minecraft/block/BlockVine (input size 5081), found 1 patch
2014-02-25 14:14:38 [FINE] [ForgeModLoader] Successfully applied runtime patches for net/minecraft/block/BlockVine (new size 6985)
2014-02-25 14:14:38 [FINE] [ForgeModLoader] Runtime patching class net/minecraft/block/BlockTripWireSource (input size 5544), found 1 patch
2014-02-25 14:14:38 [FINE] [ForgeModLoader] Successfully applied runtime patches for net/minecraft/block/BlockTripWireSource (new size 7403)
2014-02-25 14:14:38 [FINE] [ForgeModLoader] Runtime patching class net/minecraft/block/BlockSkull (input size 4805), found 1 patch
2014-02-25 14:14:38 [FINE] [ForgeModLoader] Successfully applied runtime patches for net/minecraft/block/BlockSkull (new size 6663)
2014-02-25 14:14:38 [FINE] [ForgeModLoader] Runtime patching class net/minecraft/block/BlockComparator (input size 4213), found 1 patch
2014-02-25 14:14:38 [FINE] [ForgeModLoader] Successfully applied runtime patches for net/minecraft/block/BlockComparator (new size 6288)
2014-02-25 14:14:38 [FINE] [ForgeModLoader] Runtime patching class net/minecraft/world/gen/feature/WorldGenTaiga2 (input size 1629), found 1 patch
2014-02-25 14:14:38 [FINE] [ForgeModLoader] Successfully applied runtime patches for net/minecraft/world/gen/feature/WorldGenTaiga2 (new size 2822)
2014-02-25 14:14:38 [FINE] [ForgeModLoader] Runtime patching class net/minecraft/world/gen/feature/WorldGenForest (input size 1421), found 1 patch
2014-02-25 14:14:38 [FINE] [ForgeModLoader] Successfully applied runtime patches for net/minecraft/world/gen/feature/WorldGenForest (new size 2612)
2014-02-25 14:14:38 [FINE] [ForgeModLoader] Runtime patching class net/minecraft/item/ItemShears (input size 1037), found 1 patch
2014-02-25 14:14:38 [FINE] [ForgeModLoader] Successfully applied runtime patches for net/minecraft/item/ItemShears (new size 3599)
2014-02-25 14:14:38 [INFO] [STDOUT] Generated BlockMobSpawner helper method.
2014-02-25 14:14:38 [INFO] [STDOUT] Trying to overwrite method asg.h ()V
2014-02-25 14:14:38 [INFO] [STDOUT] Found method node asg.h ()V in Vanilla.
2014-02-25 14:14:38 [INFO] [STDOUT] Found method node asg.h ()V in Coremod.
2014-02-25 14:14:38 [FINE] [ForgeModLoader] Runtime patching class net/minecraft/item/ItemFlintAndSteel (input size 952), found 1 patch
2014-02-25 14:14:38 [FINE] [ForgeModLoader] Successfully applied runtime patches for net/minecraft/item/ItemFlintAndSteel (new size 1283)
2014-02-25 14:14:38 [FINE] [ForgeModLoader] Runtime patching class net/minecraft/item/ItemBucketMilk (input size 828), found 1 patch
2014-02-25 14:14:38 [FINE] [ForgeModLoader] Successfully applied runtime patches for net/minecraft/item/ItemBucketMilk (new size 1153)
2014-02-25 14:14:38 [FINE] [ForgeModLoader] Runtime patching class net/minecraft/item/ItemMap (input size 5645), found 1 patch
2014-02-25 14:14:38 [FINE] [ForgeModLoader] Successfully applied runtime patches for net/minecraft/item/ItemMap (new size 6631)
2014-02-25 14:14:38 [FINE] [ForgeModLoader] Runtime patching class net/minecraft/item/ItemEmptyMap (input size 1301), found 1 patch
2014-02-25 14:14:38 [FINE] [ForgeModLoader] Successfully applied runtime patches for net/minecraft/item/ItemEmptyMap (new size 1643)
2014-02-25 14:14:38 [FINE] [ForgeModLoader] Runtime patching class net/minecraft/entity/boss/IBossDisplayData (input size 143), found 1 patch
2014-02-25 14:14:38 [FINE] [ForgeModLoader] Successfully applied runtime patches for net/minecraft/entity/boss/IBossDisplayData (new size 175)
2014-02-25 14:14:38 [INFO] [STDOUT] Trying to inject method asi.isHopperEmpty ()Z
2014-02-25 14:14:38 [INFO] [STDOUT] Found method node asi.isHopperEmpty ()Z in Coremod. Injecting !
2014-02-25 14:14:38 [INFO] [STDOUT] Trying to inject method asi.isHopperFull ()Z
2014-02-25 14:14:38 [INFO] [STDOUT] Found method node asi.isHopperFull ()Z in Coremod. Injecting !
2014-02-25 14:14:38 [INFO] [STDOUT] Trying to inject method asi.isInventoryFull (Lmo;I)Z
2014-02-25 14:14:38 [INFO] [STDOUT] Found method node asi.isInventoryFull (Lmo;I)Z in Coremod. Injecting !
2014-02-25 14:14:38 [INFO] [STDOUT] Trying to inject method asi.isInventoryEmpty (Lmo;I)Z
2014-02-25 14:14:38 [INFO] [STDOUT] Found method node asi.isInventoryEmpty (Lmo;I)Z in Coremod. Injecting !
2014-02-25 14:14:38 [INFO] [STDOUT] Trying to overwrite method asi.j ()Z
2014-02-25 14:14:38 [INFO] [STDOUT] Found method node asi.j ()Z in Vanilla.
2014-02-25 14:14:38 [INFO] [STDOUT] Found method node asi.j ()Z in Coremod.
2014-02-25 14:14:38 [INFO] [STDOUT] Trying to overwrite method asi.u ()Z
2014-02-25 14:14:38 [INFO] [STDOUT] Found method node asi.u ()Z in Vanilla.
2014-02-25 14:14:38 [INFO] [STDOUT] Found method node asi.u ()Z in Coremod.
2014-02-25 14:14:38 [INFO] [STDOUT] Trying to overwrite method asi.a (Lash;)Z
2014-02-25 14:14:38 [INFO] [STDOUT] Found method node asi.a (Lash;)Z in Vanilla.
2014-02-25 14:14:38 [INFO] [STDOUT] Found method node asi.a (Lash;)Z in Coremod.
2014-02-25 14:14:38 [FINE] [ForgeModLoader] Runtime patching class net/minecraft/item/BehaviorDispenseArmor (input size 1099), found 1 patch
2014-02-25 14:14:38 [FINE] [ForgeModLoader] Successfully applied runtime patches for net/minecraft/item/BehaviorDispenseArmor (new size 1521)
2014-02-25 14:14:38 [FINE] [ForgeModLoader] Runtime patching class net/minecraft/entity/item/EntityMinecartEmpty (input size 551), found 1 patch
2014-02-25 14:14:38 [FINE] [ForgeModLoader] Successfully applied runtime patches for net/minecraft/entity/item/EntityMinecartEmpty (new size 1143)
2014-02-25 14:14:39 [FINE] [ForgeModLoader] Runtime patching class net/minecraft/entity/item/EntityEnderPearl (input size 1245), found 1 patch
2014-02-25 14:14:39 [FINE] [ForgeModLoader] Successfully applied runtime patches for net/minecraft/entity/item/EntityEnderPearl (new size 2245)
2014-02-25 14:14:39 [INFO] [Minecraft-Client] LWJGL Version: 2.9.0
2014-02-25 14:14:39 [FINE] [ForgeModLoader] Runtime patching class net/minecraft/world/chunk/storage/AnvilSaveHandler (input size 967), found 1 patch
2014-02-25 14:14:39 [FINE] [ForgeModLoader] Successfully applied runtime patches for net/minecraft/world/chunk/storage/AnvilSaveHandler (new size 1359)
2014-02-25 14:14:39 [INFO] [Minecraft-Client] Reloading ResourceManager: Default
2014-02-25 14:14:40 [FINE] [ForgeModLoader] Runtime patching class net/minecraft/util/CryptManager (input size 5012), found 1 patch
2014-02-25 14:14:40 [FINE] [ForgeModLoader] Successfully applied runtime patches for net/minecraft/util/CryptManager (new size 7176)
2014-02-25 14:14:40 [INFO] [STDOUT] ++++++++++++++++++++++++++++++++++++++++++++++++++
2014-02-25 14:14:40 [INFO] [STDOUT] Found FMLCH.tickStart()...
2014-02-25 14:14:40 [INFO] [STDOUT] Pattern found ... Trying to inject tick profiler... Successful injection !
2014-02-25 14:14:40 [INFO] [STDOUT] Found FMLCH.tickEnd()...
2014-02-25 14:14:40 [INFO] [STDOUT] Pattern found ... Trying to inject tick profiler... Successful injection !
2014-02-25 14:14:40 [INFO] [MinecraftForge] Attempting early MinecraftForge initialization
2014-02-25 14:14:40 [INFO] [STDOUT] MinecraftForge v9.11.1.965 Initialized
2014-02-25 14:14:40 [INFO] [ForgeModLoader] MinecraftForge v9.11.1.965 Initialized
2014-02-25 14:14:40 [INFO] [STDOUT] Replaced 111 ore recipies
2014-02-25 14:14:40 [INFO] [MinecraftForge] Completed early MinecraftForge initialization
2014-02-25 14:14:40 [INFO] [ForgeModLoader] Reading custom logging properties from /Volumes/UserData/Users/michael/Documents/Games/Minecraft/Playing/Client/164-overkill-play/config/logging.properties
2014-02-25 14:14:40 [OFF] [ForgeModLoader] Logging level for ForgeModLoader logging is set to ALL
2014-02-25 14:14:40 [FINE] [ForgeModLoader] Building injected Mod Containers [cpw.mods.fml.common.FMLDummyContainer, net.minecraftforge.common.ForgeDummyContainer, codechicken.core.asm.CodeChickenCoreModContainer, mcp.mobius.evoc.asm.CoreContainer, mcp.mobius.mobiuscore.asm.CoreContainer, codechicken.nei.asm.NEIModContainer, denoflionsx.denLib.Mod.denLibMod]
2014-02-25 14:14:40 [FINE] [ForgeModLoader] Attempting to load mods contained in the minecraft jar file and associated classes
2014-02-25 14:14:40 [FINE] [ForgeModLoader] Found a minecraft related file at /Volumes/UserData/Users/michael/Documents/Games/Minecraft/Playing/Client/162-base/libraries/net/minecraftforge/minecraftforge/9.11.1.965/minecraftforge-9.11.1.965.jar, examining for mod candidates
2014-02-25 14:14:40 [FINE] [ForgeModLoader] Found a minecraft related file at /Volumes/UserData/Users/michael/Documents/Games/Minecraft/Playing/Client/162-base/libraries/net/minecraft/launchwrapper/1.8/launchwrapper-1.8.jar, examining for mod candidates
2014-02-25 14:14:40 [FINE] [ForgeModLoader] Found a minecraft related file at /Volumes/UserData/Users/michael/Documents/Games/Minecraft/Playing/Client/162-base/libraries/org/ow2/asm/asm-all/4.1/asm-all-4.1.jar, examining for mod candidates
2014-02-25 14:14:40 [FINE] [ForgeModLoader] Found a minecraft related file at /Volumes/UserData/Users/michael/Documents/Games/Minecraft/Playing/Client/162-base/libraries/org/scala-lang/scala-library/2.10.2/scala-library-2.10.2.jar, examining for mod candidates
2014-02-25 14:14:40 [FINE] [ForgeModLoader] Found a minecraft related file at /Volumes/UserData/Users/michael/Documents/Games/Minecraft/Playing/Client/162-base/libraries/org/scala-lang/scala-compiler/2.10.2/scala-compiler-2.10.2.jar, examining for mod candidates
2014-02-25 14:14:40 [FINE] [ForgeModLoader] Found a minecraft related file at /Volumes/UserData/Users/michael/Documents/Games/Minecraft/Playing/Client/162-base/libraries/lzma/lzma/0.0.1/lzma-0.0.1.jar, examining for mod candidates
2014-02-25 14:14:40 [FINE] [ForgeModLoader] Found a minecraft related file at /Volumes/UserData/Users/michael/Documents/Games/Minecraft/Playing/Client/162-base/libraries/net/sf/jopt-simple/jopt-simple/4.5/jopt-simple-4.5.jar, examining for mod candidates
2014-02-25 14:14:40 [FINE] [ForgeModLoader] Found a minecraft related file at /Volumes/UserData/Users/michael/Documents/Games/Minecraft/Playing/Client/162-base/libraries/com/paulscode/codecjorbis/20101023/codecjorbis-20101023.jar, examining for mod candidates
2014-02-25 14:14:40 [FINE] [ForgeModLoader] Found a minecraft related file at /Volumes/UserData/Users/michael/Documents/Games/Minecraft/Playing/Client/162-base/libraries/com/paulscode/codecwav/20101023/codecwav-20101023.jar, examining for mod candidates
2014-02-25 14:14:40 [FINE] [ForgeModLoader] Found a minecraft related file at /Volumes/UserData/Users/michael/Documents/Games/Minecraft/Playing/Client/162-base/libraries/com/paulscode/libraryjavasound/20101123/libraryjavasound-20101123.jar, examining for mod candidates
2014-02-25 14:14:40 [FINE] [ForgeModLoader] Found a minecraft related file at /Volumes/UserData/Users/michael/Documents/Games/Minecraft/Playing/Client/162-base/libraries/com/paulscode/librarylwjglopenal/20100824/librarylwjglopenal-20100824.jar, examining for mod candidates
2014-02-25 14:14:40 [FINE] [ForgeModLoader] Found a minecraft related file at /Volumes/UserData/Users/michael/Documents/Games/Minecraft/Playing/Client/162-base/libraries/com/paulscode/soundsystem/20120107/soundsystem-20120107.jar, examining for mod candidates
2014-02-25 14:14:40 [FINE] [ForgeModLoader] Found a minecraft related file at /Volumes/UserData/Users/michael/Documents/Games/Minecraft/Playing/Client/162-base/libraries/argo/argo/2.25_fixed/argo-2.25_fixed.jar, examining for mod candidates
2014-02-25 14:14:40 [FINE] [ForgeModLoader] Found a minecraft related file at /Volumes/UserData/Users/michael/Documents/Games/Minecraft/Playing/Client/162-base/libraries/org/bouncycastle/bcprov-jdk15on/1.47/bcprov-jdk15on-1.47.jar, examining for mod candidates
2014-02-25 14:14:40 [FINE] [ForgeModLoader] Found a minecraft related file at /Volumes/UserData/Users/michael/Documents/Games/Minecraft/Playing/Client/162-base/libraries/com/google/guava/guava/14.0/guava-14.0.jar, examining for mod candidates
2014-02-25 14:14:40 [FINE] [ForgeModLoader] Found a minecraft related file at /Volumes/UserData/Users/michael/Documents/Games/Minecraft/Playing/Client/162-base/libraries/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar, examining for mod candidates
2014-02-25 14:14:40 [FINE] [ForgeModLoader] Found a minecraft related file at /Volumes/UserData/Users/michael/Documents/Games/Minecraft/Playing/Client/162-base/libraries/commons-io/commons-io/2.4/commons-io-2.4.jar, examining for mod candidates
2014-02-25 14:14:40 [FINE] [ForgeModLoader] Found a minecraft related file at /Volumes/UserData/Users/michael/Documents/Games/Minecraft/Playing/Client/162-base/libraries/net/java/jinput/jinput/2.0.5/jinput-2.0.5.jar, examining for mod candidates
2014-02-25 14:14:40 [FINE] [ForgeModLoader] Found a minecraft related file at /Volumes/UserData/Users/michael/Documents/Games/Minecraft/Playing/Client/162-base/libraries/net/java/jutils/jutils/1.0.0/jutils-1.0.0.jar, examining for mod candidates
2014-02-25 14:14:40 [FINE] [ForgeModLoader] Found a minecraft related file at /Volumes/UserData/Users/michael/Documents/Games/Minecraft/Playing/Client/162-base/libraries/com/google/code/gson/gson/2.2.2/gson-2.2.2.jar, examining for mod candidates
2014-02-25 14:14:40 [FINE] [ForgeModLoader] Found a minecraft related file at /Volumes/UserData/Users/michael/Documents/Games/Minecraft/Playing/Client/162-base/libraries/org/lwjgl/lwjgl/lwjgl/2.9.0/lwjgl-2.9.0.jar, examining for mod candidates
2014-02-25 14:14:40 [FINE] [ForgeModLoader] Found a minecraft related file at /Volumes/UserData/Users/michael/Documents/Games/Minecraft/Playing/Client/162-base/libraries/org/lwjgl/lwjgl/lwjgl_util/2.9.0/lwjgl_util-2.9.0.jar, examining for mod candidates
2014-02-25 14:14:40 [FINE] [ForgeModLoader] Found a minecraft related file at /Volumes/UserData/Users/michael/Documents/Games/Minecraft/Playing/Client/162-base/versions/1.6.4-Forge9.11.1.965/1.6.4-Forge9.11.1.965.jar, examining for mod candidates
2014-02-25 14:14:40 [FINER] [ForgeModLoader] Skipping known library file /Volumes/UserData/Users/michael/Documents/Games/Minecraft/Playing/Client/164-overkill-play/mods/CodeChickenCore 0.9.0.8.jar
2014-02-25 14:14:40 [FINE] [ForgeModLoader] Found a minecraft related file at /Users/michael/Library/Application Support/minecraft/mods/1.6.4/CodeChickenLib-universal-1.6.4-1.0.0.61.jar, examining for mod candidates
2014-02-25 14:14:40 [FINER] [ForgeModLoader] Skipping known library file /Volumes/UserData/Users/michael/Documents/Games/Minecraft/Playing/Client/164-overkill-play/mods/CreeperCollateral-1.6.4-3.0.3.jar
2014-02-25 14:14:40 [FINER] [ForgeModLoader] Skipping known library file /Volumes/UserData/Users/michael/Documents/Games/Minecraft/Playing/Client/164-overkill-play/mods/Evoc_1.0.0a.jar
2014-02-25 14:14:40 [FINER] [ForgeModLoader] Skipping known library file /Volumes/UserData/Users/michael/Documents/Games/Minecraft/Playing/Client/164-overkill-play/mods/MobiusCore_1.0.5.jar
2014-02-25 14:14:40 [FINER] [ForgeModLoader] Skipping known library file /Volumes/UserData/Users/michael/Documents/Games/Minecraft/Playing/Client/164-overkill-play/mods/MultiMine_1.6.4.jar
2014-02-25 14:14:40 [FINER] [ForgeModLoader] Skipping known library file /Volumes/UserData/Users/michael/Documents/Games/Minecraft/Playing/Client/164-overkill-play/mods/NotEnoughItems 1.6.1.9.jar
2014-02-25 14:14:40 [FINER] [ForgeModLoader] Skipping known library file /Volumes/UserData/Users/michael/Documents/Games/Minecraft/Playing/Client/164-overkill-play/mods/StalkerCreepers_1.6.4.jar
2014-02-25 14:14:40 [FINER] [ForgeModLoader] Skipping known library file /Volumes/UserData/Users/michael/Documents/Games/Minecraft/Playing/Client/164-overkill-play/mods/denLib-1.6.4-3.2.6.jar
2014-02-25 14:14:40 [FINER] [ForgeModLoader] Skipping known library file /Volumes/UserData/Users/michael/Documents/Games/Minecraft/Playing/Client/164-overkill-play/mods/zMineTweaker-1.6.4-2.3.1.jar
2014-02-25 14:14:40 [FINE] [ForgeModLoader] Found a minecraft related file at /Volumes/UserData/Users/michael/Documents/Games/Minecraft/Playing/Client/162-base/./mods/denLib/DenEvents.jar, examining for mod candidates
2014-02-25 14:14:40 [FINE] [ForgeModLoader] Found a minecraft related file at /Volumes/UserData/Users/michael/Documents/Games/Minecraft/Playing/Client/162-base/./mods/denLib/sqlite-jdbc-3.7.15-M1.jar, examining for mod candidates
2014-02-25 14:14:40 [FINE] [ForgeModLoader] Minecraft jar mods loaded successfully
2014-02-25 14:14:40 [INFO] [ForgeModLoader] Searching /Volumes/UserData/Users/michael/Documents/Games/Minecraft/Playing/Client/164-overkill-play/mods for mods
2014-02-25 14:14:40 [FINE] [ForgeModLoader] Ignoring unknown file .DS_Store in mods directory
2014-02-25 14:14:40 [FINE] [ForgeModLoader] Found a candidate mod directory 1.6.4
2014-02-25 14:14:40 [FINE] [ForgeModLoader] Found a candidate zip or jar file Artifacts-162-0123.zip
2014-02-25 14:14:40 [FINE] [ForgeModLoader] Found a candidate zip or jar file ATG-1.6.4-0.9.4.jar
2014-02-25 14:14:40 [FINE] [ForgeModLoader] Found a candidate zip or jar file bboutline-v0.10-4-1.6.4-9.11.0.880-forge.zip
2014-02-25 14:14:40 [FINE] [ForgeModLoader] Found a candidate zip or jar file bspkrsCorev5.3.zip
2014-02-25 14:14:40 [FINE] [ForgeModLoader] Found a candidate zip or jar file Carpenter's Blocks v2.0.3 - MC 1.6+.zip
2014-02-25 14:14:40 [FINER] [ForgeModLoader] Skipping already parsed coremod or tweaker CodeChickenCore 0.9.0.8.jar
2014-02-25 14:14:40 [FINE] [ForgeModLoader] Found a candidate zip or jar file CreeperCollateral-1.6.4-3.0.3.jar
2014-02-25 14:14:40 [FINE] [ForgeModLoader] Found a candidate zip or jar file CustomOreGenRevived-1.6.4-1.0.22.jar
2014-02-25 14:14:40 [FINE] [ForgeModLoader] Found a candidate mod directory denLib
2014-02-25 14:14:40 [FINE] [ForgeModLoader] Found a candidate zip or jar file denLib-1.6.4-3.2.6.jar
2014-02-25 14:14:40 [FINE] [ForgeModLoader] Found a candidate zip or jar file dimensional-anchor-57.1.95.jar
2014-02-25 14:14:40 [FINE] [ForgeModLoader] Found a candidate zip or jar file DragonAPI 1.6 V17.zip
2014-02-25 14:14:40 [FINE] [ForgeModLoader] Found a candidate zip or jar file DyeTrees 1.6 V17.zip
2014-02-25 14:14:40 [FINE] [ForgeModLoader] Found a candidate zip or jar file EnderStorage 1.4.3.6.jar
2014-02-25 14:14:40 [FINER] [ForgeModLoader] Skipping already parsed coremod or tweaker Evoc_1.0.0a.jar
2014-02-25 14:14:40 [FINE] [ForgeModLoader] Found a candidate zip or jar file ExtrabiomesXL-universal-1.6.4-3.15.4.jar
2014-02-25 14:14:40 [FINE] [ForgeModLoader] Found a candidate zip or jar file extrautils-1.0.3a.zip
2014-02-25 14:14:40 [FINE] [ForgeModLoader] Found a candidate zip or jar file FlatBedrock-1.1.1.0.zip
2014-02-25 14:14:40 [FINE] [ForgeModLoader] Found a candidate zip or jar file GeoStrata 1.6 V17.zip
2014-02-25 14:14:40 [FINE] [ForgeModLoader] Found a candidate zip or jar file immibis-core-57.1.94.jar
2014-02-25 14:14:40 [FINE] [ForgeModLoader] Found a candidate zip or jar file InfernalMobs_1.6.4.zip
2014-02-25 14:14:40 [FINE] [ForgeModLoader] Found a candidate zip or jar file JABBA_1.1.1.zip
2014-02-25 14:14:40 [FINE] [ForgeModLoader] Found a candidate zip or jar file LegacyCraft 1.6 V17.zip
2014-02-25 14:14:40 [FINE] [ForgeModLoader] Found a candidate zip or jar file linking-tweaks_pre1.zip
2014-02-25 14:14:40 [FINE] [ForgeModLoader] Found a candidate zip or jar file LinkRenders-012.zip
2014-02-25 14:14:40 [FINE] [ForgeModLoader] Found a candidate zip or jar file MagicYarn_1.6.4.zip
2014-02-25 14:14:40 [FINER] [ForgeModLoader] Skipping already parsed coremod or tweaker MobiusCore_1.0.5.jar
2014-02-25 14:14:40 [FINE] [ForgeModLoader] Found a candidate zip or jar file more-maps-162.zip
2014-02-25 14:14:40 [FINE] [ForgeModLoader] Found a candidate zip or jar file MultiMine_1.6.4.jar
2014-02-25 14:14:40 [FINE] [ForgeModLoader] Found a candidate zip or jar file mystcraft-uni-1.6.4-0.10.12.01.zip
2014-02-25 14:14:40 [FINER] [ForgeModLoader] Skipping already parsed coremod or tweaker NotEnoughItems 1.6.1.9.jar
2014-02-25 14:14:40 [FINE] [ForgeModLoader] Found a candidate zip or jar file Opis_1.1.3_alpha.zip
2014-02-25 14:14:40 [FINE] [ForgeModLoader] Found a candidate zip or jar file roguelike-v1.2.9-forge-1.6.4.zip
2014-02-25 14:14:40 [FINE] [ForgeModLoader] Found a candidate zip or jar file StalkerCreepers_1.6.4.jar
2014-02-25 14:14:40 [FINE] [ForgeModLoader] Found a candidate zip or jar file Translocator 1.1.0.14.jar
2014-02-25 14:14:40 [FINE] [ForgeModLoader] Found a candidate zip or jar file TreeCapitator.Forge.1.6.4.r09.Universal.zip
2014-02-25 14:14:40 [FINE] [ForgeModLoader] Found a candidate zip or jar file twilightforest-1.20.3.jar
2014-02-25 14:14:40 [FINE] [ForgeModLoader] Found a candidate zip or jar file UndergroundBiomesConstructs_1.6.x-0.3j.zip
2014-02-25 14:14:40 [FINE] [ForgeModLoader] Found a candidate zip or jar file Waila_1.5.1a.zip
2014-02-25 14:14:40 [FINE] [ForgeModLoader] Found a candidate zip or jar file XplosionCore-V1.0.2.0.zip
2014-02-25 14:14:40 [FINE] [ForgeModLoader] Found a candidate zip or jar file zMineTweaker-1.6.4-2.3.1.jar
2014-02-25 14:14:40 [INFO] [ForgeModLoader] Also searching /Volumes/UserData/Users/michael/Documents/Games/Minecraft/Playing/Client/164-overkill-play/mods/1.6.4 for mods
2014-02-25 14:14:40 [FINE] [ForgeModLoader] Found a candidate zip or jar file CodeChickenLib-universal-1.6.4-1.0.0.61.jar
2014-02-25 14:14:40 [FINE] [ForgeModLoader] Examining file minecraftforge-9.11.1.965.jar for potential mods
2014-02-25 14:14:40 [FINE] [ForgeModLoader] The mod container minecraftforge-9.11.1.965.jar appears to be missing an mcmod.info file
2014-02-25 14:14:40 [FINE] [ForgeModLoader] Examining file launchwrapper-1.8.jar for potential mods
2014-02-25 14:14:40 [FINE] [ForgeModLoader] The mod container launchwrapper-1.8.jar appears to be missing an mcmod.info file
2014-02-25 14:14:40 [FINE] [ForgeModLoader] Examining file asm-all-4.1.jar for potential mods
2014-02-25 14:14:40 [FINE] [ForgeModLoader] The mod container asm-all-4.1.jar appears to be missing an mcmod.info file
2014-02-25 14:14:40 [FINE] [ForgeModLoader] Examining file scala-library-2.10.2.jar for potential mods
2014-02-25 14:14:40 [FINE] [ForgeModLoader] The mod container scala-library-2.10.2.jar appears to be missing an mcmod.info file
2014-02-25 14:14:41 [FINE] [ForgeModLoader] Examining file scala-compiler-2.10.2.jar for potential mods
2014-02-25 14:14:41 [FINE] [ForgeModLoader] The mod container scala-compiler-2.10.2.jar appears to be missing an mcmod.info file
2014-02-25 14:14:41 [FINE] [ForgeModLoader] Examining file lzma-0.0.1.jar for potential mods
2014-02-25 14:14:41 [FINE] [ForgeModLoader] The mod container lzma-0.0.1.jar appears to be missing an mcmod.info file
2014-02-25 14:14:41 [FINE] [ForgeModLoader] Examining file jopt-simple-4.5.jar for potential mods
2014-02-25 14:14:41 [FINE] [ForgeModLoader] The mod container jopt-simple-4.5.jar appears to be missing an mcmod.info file
2014-02-25 14:14:41 [FINE] [ForgeModLoader] Examining file codecjorbis-20101023.jar for potential mods
2014-02-25 14:14:41 [FINE] [ForgeModLoader] The mod container codecjorbis-20101023.jar appears to be missing an mcmod.info file
2014-02-25 14:14:41 [FINE] [ForgeModLoader] Examining file codecwav-20101023.jar for potential mods
2014-02-25 14:14:41 [FINE] [ForgeModLoader] The mod container codecwav-20101023.jar appears to be missing an mcmod.info file
2014-02-25 14:14:41 [FINE] [ForgeModLoader] Examining file libraryjavasound-20101123.jar for potential mods
2014-02-25 14:14:41 [FINE] [ForgeModLoader] The mod container libraryjavasound-20101123.jar appears to be missing an mcmod.info file
2014-02-25 14:14:41 [FINE] [ForgeModLoader] Examining file librarylwjglopenal-20100824.jar for potential mods
2014-02-25 14:14:41 [FINE] [ForgeModLoader] The mod container librarylwjglopenal-20100824.jar appears to be missing an mcmod.info file
2014-02-25 14:14:41 [FINE] [ForgeModLoader] Examining file soundsystem-20120107.jar for potential mods
2014-02-25 14:14:41 [FINE] [ForgeModLoader] The mod container soundsystem-20120107.jar appears to be missing an mcmod.info file
2014-02-25 14:14:41 [FINE] [ForgeModLoader] Examining file argo-2.25_fixed.jar for potential mods
2014-02-25 14:14:41 [FINE] [ForgeModLoader] The mod container argo-2.25_fixed.jar appears to be missing an mcmod.info file
2014-02-25 14:14:41 [FINE] [ForgeModLoader] Examining file bcprov-jdk15on-1.47.jar for potential mods
2014-02-25 14:14:41 [FINE] [ForgeModLoader] The mod container bcprov-jdk15on-1.47.jar appears to be missing an mcmod.info file
2014-02-25 14:14:41 [FINE] [ForgeModLoader] Examining file guava-14.0.jar for potential mods
2014-02-25 14:14:41 [FINE] [ForgeModLoader] The mod container guava-14.0.jar appears to be missing an mcmod.info file
2014-02-25 14:14:41 [FINE] [ForgeModLoader] Examining file commons-lang3-3.1.jar for potential mods
2014-02-25 14:14:41 [FINE] [ForgeModLoader] The mod container commons-lang3-3.1.jar appears to be missing an mcmod.info file
2014-02-25 14:14:41 [FINE] [ForgeModLoader] Examining file commons-io-2.4.jar for potential mods
2014-02-25 14:14:41 [FINE] [ForgeModLoader] The mod container commons-io-2.4.jar appears to be missing an mcmod.info file
2014-02-25 14:14:41 [FINE] [ForgeModLoader] Examining file jinput-2.0.5.jar for potential mods
2014-02-25 14:14:41 [FINE] [ForgeModLoader] The mod container jinput-2.0.5.jar appears to be missing an mcmod.info file
2014-02-25 14:14:42 [FINE] [ForgeModLoader] Examining file jutils-1.0.0.jar for potential mods
2014-02-25 14:14:42 [FINE] [ForgeModLoader] The mod container jutils-1.0.0.jar appears to be missing an mcmod.info file
2014-02-25 14:14:42 [FINE] [ForgeModLoader] Examining file gson-2.2.2.jar for potential mods
2014-02-25 14:14:42 [FINE] [ForgeModLoader] The mod container gson-2.2.2.jar appears to be missing an mcmod.info file
2014-02-25 14:14:42 [FINE] [ForgeModLoader] Examining file lwjgl-2.9.0.jar for potential mods
2014-02-25 14:14:42 [FINE] [ForgeModLoader] The mod container lwjgl-2.9.0.jar appears to be missing an mcmod.info file
2014-02-25 14:14:42 [FINE] [ForgeModLoader] Examining file lwjgl_util-2.9.0.jar for potential mods
2014-02-25 14:14:42 [FINE] [ForgeModLoader] The mod container lwjgl_util-2.9.0.jar appears to be missing an mcmod.info file
2014-02-25 14:14:42 [FINE] [ForgeModLoader] Examining file 1.6.4-Forge9.11.1.965.jar for potential mods
2014-02-25 14:14:42 [FINE] [ForgeModLoader] The mod container 1.6.4-Forge9.11.1.965.jar appears to be missing an mcmod.info file
2014-02-25 14:14:42 [FINE] [ForgeModLoader] Examining file CodeChickenLib-universal-1.6.4-1.0.0.61.jar for potential mods
2014-02-25 14:14:42 [FINE] [ForgeModLoader] The mod container CodeChickenLib-universal-1.6.4-1.0.0.61.jar appears to be missing an mcmod.info file
2014-02-25 14:14:42 [FINE] [ForgeModLoader] Examining file DenEvents.jar for potential mods
2014-02-25 14:14:42 [FINE] [ForgeModLoader] The mod container DenEvents.jar appears to be missing an mcmod.info file
2014-02-25 14:14:42 [FINE] [ForgeModLoader] Identified an FMLMod type mod denoflionsx.DenEvents.Test.DenEventsTester
2014-02-25 14:14:42 [FINEST] [DenEvents] Parsed dependency info : [] [] []
2014-02-25 14:14:42 [FINE] [ForgeModLoader] Examining file sqlite-jdbc-3.7.15-M1.jar for potential mods
2014-02-25 14:14:42 [FINE] [ForgeModLoader] The mod container sqlite-jdbc-3.7.15-M1.jar appears to be missing an mcmod.info file
2014-02-25 14:14:42 [FINE] [ForgeModLoader] Examining directory 1.6.4 for potential mods
2014-02-25 14:14:42 [FINE] [ForgeModLoader] No mcmod.info file found in directory 1.6.4
2014-02-25 14:14:42 [FINE] [ForgeModLoader] Examining file Artifacts-162-0123.zip for potential mods
2014-02-25 14:14:42 [FINER] [ForgeModLoader] Located mcmod.info file in file Artifacts-162-0123.zip
2014-02-25 14:14:42 [FINE] [ForgeModLoader] Identified an FMLMod type mod draco18s.artifacts.DragonArtifacts
2014-02-25 14:14:42 [FINEST] [Artifacts] Parsed dependency info : [] [] []
2014-02-25 14:14:42 [FINE] [ForgeModLoader] Examining file ATG-1.6.4-0.9.4.jar for potential mods
2014-02-25 14:14:42 [FINER] [ForgeModLoader] Located mcmod.info file in file ATG-1.6.4-0.9.4.jar
2014-02-25 14:14:42 [FINE] [ForgeModLoader] Identified an FMLMod type mod ttftcuts.atg.ATG
2014-02-25 14:14:42 [FINEST] [ATG] Using mcmod dependency info : [Forge] [Forge] []
2014-02-25 14:14:42 [FINE] [ForgeModLoader] Examining file bboutline-v0.10-4-1.6.4-9.11.0.880-forge.zip for potential mods
2014-02-25 14:14:42 [FINER] [ForgeModLoader] Located mcmod.info file in file bboutline-v0.10-4-1.6.4-9.11.0.880-forge.zip
2014-02-25 14:14:42 [FINE] [ForgeModLoader] Identified an FMLMod type mod cc.apoc.bboutline.BBOutlineMod
2014-02-25 14:14:42 [FINEST] [BBOutlineMod] Parsed dependency info : [] [] []
2014-02-25 14:14:42 [FINE] [ForgeModLoader] Examining file bspkrsCorev5.3.zip for potential mods
2014-02-25 14:14:42 [FINER] [ForgeModLoader] Located mcmod.info file in file bspkrsCorev5.3.zip
2014-02-25 14:14:42 [FINE] [ForgeModLoader] Identified an FMLMod type mod bspkrs.bspkrscore.fml.bspkrsCoreMod
2014-02-25 14:14:42 [FINEST] [bspkrsCore] Using mcmod dependency info : [] [] []
2014-02-25 14:14:42 [FINE] [ForgeModLoader] Examining file Carpenter's Blocks v2.0.3 - MC 1.6+.zip for potential mods
2014-02-25 14:14:42 [FINER] [ForgeModLoader] Located mcmod.info file in file Carpenter's Blocks v2.0.3 - MC 1.6+.zip
2014-02-25 14:14:42 [FINE] [ForgeModLoader] Identified an FMLMod type mod carpentersblocks.CarpentersBlocks
2014-02-25 14:14:42 [FINEST] [CarpentersBlocks] Parsed dependency info : [] [] []
2014-02-25 14:14:42 [FINE] [ForgeModLoader] Examining file CreeperCollateral-1.6.4-3.0.3.jar for potential mods
2014-02-25 14:14:42 [FINE] [ForgeModLoader] The mod container CreeperCollateral-1.6.4-3.0.3.jar appears to be missing an mcmod.info file
2014-02-25 14:14:42 [FINE] [ForgeModLoader] Identified an FMLMod type mod denoflionsx.CreeperCollateral.Mod.CCMod
2014-02-25 14:14:42 [FINEST] [CreeperCollateral] Parsed dependency info : [denLib] [denLib] []
2014-02-25 14:14:42 [FINE] [ForgeModLoader] Examining file CustomOreGenRevived-1.6.4-1.0.22.jar for potential mods
2014-02-25 14:14:42 [FINER] [ForgeModLoader] Located mcmod.info file in file CustomOreGenRevived-1.6.4-1.0.22.jar
2014-02-25 14:14:42 [FINE] [ForgeModLoader] Identified an FMLMod type mod CustomOreGen.FMLInterface
2014-02-25 14:14:42 [FINEST] [CustomOreGenRevived] Parsed dependency info : [] [*] []
2014-02-25 14:14:42 [FINE] [ForgeModLoader] Identified a BaseMod type mod CustomOreGen.mod_CustomOreGen
2014-02-25 14:14:42 [FINE] [ForgeModLoader] Examining directory denLib for potential mods
2014-02-25 14:14:42 [FINE] [ForgeModLoader] No mcmod.info file found in directory denLib
2014-02-25 14:14:42 [FINE] [ForgeModLoader] Examining file denLib-1.6.4-3.2.6.jar for potential mods
2014-02-25 14:14:42 [FINE] [ForgeModLoader] The mod container denLib-1.6.4-3.2.6.jar appears to be missing an mcmod.info file
2014-02-25 14:14:42 [FINE] [ForgeModLoader] Examining file dimensional-anchor-57.1.95.jar for potential mods
2014-02-25 14:14:42 [FINER] [ForgeModLoader] Located mcmod.info file in file dimensional-anchor-57.1.95.jar
2014-02-25 14:14:42 [FINE] [ForgeModLoader] Identified an FMLMod type mod mods.immibis.chunkloader.DimensionalAnchors
2014-02-25 14:14:42 [FINEST] [DimensionalAnchors] Using mcmod dependency info : [ImmibisCore] [ImmibisCore] []
2014-02-25 14:14:42 [FINE] [ForgeModLoader] Examining file DragonAPI 1.6 V17.zip for potential mods
2014-02-25 14:14:42 [FINE] [ForgeModLoader] The mod container DragonAPI 1.6 V17.zip appears to be missing an mcmod.info file
2014-02-25 14:14:42 [FINE] [ForgeModLoader] Identified an FMLMod type mod Reika.DragonAPI.DragonAPIInit
2014-02-25 14:14:42 [FINEST] [DragonAPI] Parsed dependency info : [] [BuildCraft|Energy, IC2, ThermalExpansion, Thaumcraft, powersuits] []
2014-02-25 14:14:42 [FINE] [ForgeModLoader] Examining file DyeTrees 1.6 V17.zip for potential mods
2014-02-25 14:14:42 [FINE] [ForgeModLoader] The mod container DyeTrees 1.6 V17.zip appears to be missing an mcmod.info file
2014-02-25 14:14:42 [FINE] [ForgeModLoader] Identified an FMLMod type mod Reika.DyeTrees.DyeTrees
2014-02-25 14:14:42 [FINEST] [DyeTrees] Parsed dependency info : [DragonAPI] [DragonAPI] []
2014-02-25 14:14:42 [FINE] [ForgeModLoader] Examining file EnderStorage 1.4.3.6.jar for potential mods
2014-02-25 14:14:42 [FINER] [ForgeModLoader] Located mcmod.info file in file EnderStorage 1.4.3.6.jar
2014-02-25 14:14:42 [FINE] [ForgeModLoader] Identified an FMLMod type mod codechicken.enderstorage.EnderStorage
2014-02-25 14:14:42 [FINEST] [EnderStorage] Parsed dependency info : [CodeChickenCore@[0.9.0.8,)] [CodeChickenCore@[0.9.0.8,)] []
2014-02-25 14:14:43 [FINE] [ForgeModLoader] Examining file ExtrabiomesXL-universal-1.6.4-3.15.4.jar for potential mods
2014-02-25 14:14:43 [FINER] [ForgeModLoader] Located mcmod.info file in file ExtrabiomesXL-universal-1.6.4-3.15.4.jar
2014-02-25 14:14:43 [FINE] [ForgeModLoader] Identified an FMLMod type mod extrabiomes.Extrabiomes
2014-02-25 14:14:43 [FINEST] [ExtrabiomesXL] Parsed dependency info : [] [] []
2014-02-25 14:14:43 [FINE] [ForgeModLoader] Examining file extrautils-1.0.3a.zip for potential mods
2014-02-25 14:14:43 [FINER] [ForgeModLoader] Located mcmod.info file in file extrautils-1.0.3a.zip
2014-02-25 14:14:43 [FINE] [ForgeModLoader] Identified an FMLMod type mod extrautils.ExtraUtils
2014-02-25 14:14:43 [FINEST] [ExtraUtilities] Parsed dependency info : [] [] []
2014-02-25 14:14:43 [FINE] [ExtraUtilities] Attempting to load the file version.properties from extrautils-1.0.3a.zip to locate a version number for ExtraUtilities
2014-02-25 14:14:43 [WARNING] [ExtraUtilities] Mod ExtraUtilities is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.0.3a
2014-02-25 14:14:43 [FINE] [ForgeModLoader] Examining file FlatBedrock-1.1.1.0.zip for potential mods
2014-02-25 14:14:43 [FINER] [ForgeModLoader] Located mcmod.info file in file FlatBedrock-1.1.1.0.zip
2014-02-25 14:14:43 [FINE] [ForgeModLoader] Identified an FMLMod type mod com.big_xplosion.flatbedrock.FlatBedrock
2014-02-25 14:14:43 [FINEST] [FlatBedrock] Parsed dependency info : [XplosionCore, Forge] [Forge, XplosionCore, Mystcraft] []
2014-02-25 14:14:43 [FINE] [ForgeModLoader] Examining file GeoStrata 1.6 V17.zip for potential mods
2014-02-25 14:14:43 [FINE] [ForgeModLoader] The mod container GeoStrata 1.6 V17.zip appears to be missing an mcmod.info file
2014-02-25 14:14:43 [FINE] [ForgeModLoader] Identified an FMLMod type mod Reika.GeoStrata.GeoStrata
2014-02-25 14:14:43 [FINEST] [GeoStrata] Parsed dependency info : [DragonAPI] [DragonAPI] []
2014-02-25 14:14:43 [FINE] [ForgeModLoader] Examining file immibis-core-57.1.94.jar for potential mods
2014-02-25 14:14:43 [FINER] [ForgeModLoader] Located mcmod.info file in file immibis-core-57.1.94.jar
2014-02-25 14:14:43 [FINE] [ForgeModLoader] Identified an FMLMod type mod mods.immibis.core.ICNonCoreMod
2014-02-25 14:14:43 [FINEST] [ImmibisCore] Using mcmod dependency info : [] [IC2] []
2014-02-25 14:14:43 [FINE] [ForgeModLoader] Examining file InfernalMobs_1.6.4.zip for potential mods
2014-02-25 14:14:43 [FINER] [ForgeModLoader] Located mcmod.info file in file InfernalMobs_1.6.4.zip
2014-02-25 14:14:43 [FINE] [ForgeModLoader] Identified an FMLMod type mod atomicstryker.infernalmobs.common.InfernalMobsCore
2014-02-25 14:14:43 [FINEST] [InfernalMobs] Parsed dependency info : [] [] []
2014-02-25 14:14:43 [FINE] [ForgeModLoader] Examining file JABBA_1.1.1.zip for potential mods
2014-02-25 14:14:43 [FINER] [ForgeModLoader] Located mcmod.info file in file JABBA_1.1.1.zip
2014-02-25 14:14:43 [FINE] [ForgeModLoader] Identified an FMLMod type mod mcp.mobius.betterbarrels.BetterBarrels
2014-02-25 14:14:43 [FINEST] [JABBA] Parsed dependency info : [] [Waila, NotEnoughItems] []
2014-02-25 14:14:43 [FINE] [ForgeModLoader] Examining file LegacyCraft 1.6 V17.zip for potential mods
2014-02-25 14:14:43 [FINE] [ForgeModLoader] The mod container LegacyCraft 1.6 V17.zip appears to be missing an mcmod.info file
2014-02-25 14:14:43 [FINE] [ForgeModLoader] Identified an FMLMod type mod Reika.LegacyCraft.LegacyCraft
2014-02-25 14:14:43 [FINEST] [LegacyCraft] Parsed dependency info : [DragonAPI] [DragonAPI] []
2014-02-25 14:14:43 [FINE] [ForgeModLoader] Examining file linking-tweaks_pre1.zip for potential mods
2014-02-25 14:14:43 [FINER] [ForgeModLoader] Located mcmod.info file in file linking-tweaks_pre1.zip
2014-02-25 14:14:43 [FINE] [ForgeModLoader] Identified an FMLMod type mod org.bitbucket.linkingtweaks.LinkingTweaks
2014-02-25 14:14:43 [FINEST] [linkingtweaks] Parsed dependency info : [Mystcraft@[0.10.6.06,)] [Mystcraft@[0.10.6.06,)] []
2014-02-25 14:14:43 [FINE] [ForgeModLoader] Examining file LinkRenders-012.zip for potential mods
2014-02-25 14:14:43 [FINER] [ForgeModLoader] Located mcmod.info file in file LinkRenders-012.zip
2014-02-25 14:14:43 [FINE] [ForgeModLoader] Identified an FMLMod type mod draco18s.linkrenderer.LinkRenderBase
2014-02-25 14:14:43 [FINEST] [DestinationRenderer] Parsed dependency info : [Mystcraft] [Mystcraft] []
2014-02-25 14:14:43 [FINE] [ForgeModLoader] Examining file MagicYarn_1.6.4.zip for potential mods
2014-02-25 14:14:43 [FINER] [ForgeModLoader] Located mcmod.info file in file MagicYarn_1.6.4.zip
2014-02-25 14:14:43 [FINE] [ForgeModLoader] Identified an FMLMod type mod atomicstryker.magicyarn.common.MagicYarn
2014-02-25 14:14:43 [FINEST] [MagicYarn] Parsed dependency info : [] [] []
2014-02-25 14:14:43 [FINE] [ForgeModLoader] Examining file more-maps-162.zip for potential mods
2014-02-25 14:14:43 [FINER] [ForgeModLoader] Located mcmod.info file in file more-maps-162.zip
2014-02-25 14:14:43 [FINE] [ForgeModLoader] Identified an FMLMod type mod draco18s.micromods.maps.MapsBase
2014-02-25 14:14:43 [FINEST] [Specialized Maps] Parsed dependency info : [] [] []
2014-02-25 14:14:43 [FINE] [ForgeModLoader] Examining file MultiMine_1.6.4.jar for potential mods
2014-02-25 14:14:43 [FINER] [ForgeModLoader] Located mcmod.info file in file MultiMine_1.6.4.jar
2014-02-25 14:14:43 [FINE] [ForgeModLoader] Identified an FMLMod type mod atomicstryker.multimine.common.MultiMine
2014-02-25 14:14:43 [FINEST] [AS_MultiMine] Parsed dependency info : [] [] []
2014-02-25 14:14:43 [FINE] [ForgeModLoader] Examining file mystcraft-uni-1.6.4-0.10.12.01.zip for potential mods
2014-02-25 14:14:43 [FINER] [ForgeModLoader] Located mcmod.info file in file mystcraft-uni-1.6.4-0.10.12.01.zip
2014-02-25 14:14:43 [FINE] [ForgeModLoader] Identified an FMLMod type mod com.xcompwiz.mystcraft.Mystcraft
2014-02-25 14:14:43 [FINEST] [Mystcraft] Parsed dependency info : [Forge@[9.11.1.938,)] [Forge@[9.11.1.938,)] []
2014-02-25 14:14:43 [FINE] [ForgeModLoader] Examining file Opis_1.1.3_alpha.zip for potential mods
2014-02-25 14:14:43 [FINER] [ForgeModLoader] Located mcmod.info file in file Opis_1.1.3_alpha.zip
2014-02-25 14:14:43 [FINE] [ForgeModLoader] Identified an FMLMod type mod mcp.mobius.opis.modOpis
2014-02-25 14:14:43 [FINEST] [Opis] Parsed dependency info : [] [] []
2014-02-25 14:14:43 [FINE] [ForgeModLoader] Identified an FMLMod type mod mapwriter.forge.MwForge
2014-02-25 14:14:43 [FINEST] [MapWriter] Parsed dependency info : [] [] []
2014-02-25 14:14:43 [FINE] [ForgeModLoader] Examining file roguelike-v1.2.9-forge-1.6.4.zip for potential mods
2014-02-25 14:14:43 [FINER] [ForgeModLoader] Located mcmod.info file in file roguelike-v1.2.9-forge-1.6.4.zip
2014-02-25 14:14:43 [FINE] [ForgeModLoader] Identified an FMLMod type mod greymerk.roguelike.Roguelike
2014-02-25 14:14:43 [FINEST] [Roguelike] Parsed dependency info : [] [] []
2014-02-25 14:14:43 [FINE] [ForgeModLoader] Examining file StalkerCreepers_1.6.4.jar for potential mods
2014-02-25 14:14:43 [FINER] [ForgeModLoader] Located mcmod.info file in file StalkerCreepers_1.6.4.jar
2014-02-25 14:14:43 [FINE] [ForgeModLoader] Examining file Translocator 1.1.0.14.jar for potential mods
2014-02-25 14:14:43 [FINER] [ForgeModLoader] Located mcmod.info file in file Translocator 1.1.0.14.jar
2014-02-25 14:14:43 [FINE] [ForgeModLoader] Identified an FMLMod type mod codechicken.translocator.Translocator
2014-02-25 14:14:43 [FINEST] [Translocator] Parsed dependency info : [CodeChickenCore@[0.9.0.8,)] [CodeChickenCore@[0.9.0.8,)] []
2014-02-25 14:14:43 [FINE] [ForgeModLoader] Examining file TreeCapitator.Forge.1.6.4.r09.Universal.zip for potential mods
2014-02-25 14:14:43 [FINER] [ForgeModLoader] Located mcmod.info file in file TreeCapitator.Forge.1.6.4.r09.Universal.zip
2014-02-25 14:14:43 [FINE] [ForgeModLoader] Identified an FMLMod type mod bspkrs.treecapitator.fml.TreeCapitatorMod
2014-02-25 14:14:43 [FINEST] [TreeCapitator] Using mcmod dependency info : [bspkrsCore] [bspkrsCore] []
2014-02-25 14:14:43 [FINE] [ForgeModLoader] Examining file twilightforest-1.20.3.jar for potential mods
2014-02-25 14:14:43 [FINER] [ForgeModLoader] Located mcmod.info file in file twilightforest-1.20.3.jar
2014-02-25 14:14:44 [FINE] [ForgeModLoader] Identified an FMLMod type mod twilightforest.TwilightForestMod
2014-02-25 14:14:44 [FINEST] [TwilightForest] Parsed dependency info : [] [] []
2014-02-25 14:14:44 [FINE] [ForgeModLoader] Examining file UndergroundBiomesConstructs_1.6.x-0.3j.zip for potential mods
2014-02-25 14:14:44 [FINER] [ForgeModLoader] Located mcmod.info file in file UndergroundBiomesConstructs_1.6.x-0.3j.zip
2014-02-25 14:14:44 [FINE] [ForgeModLoader] Identified an FMLMod type mod exterminatorJeff.undergroundBiomes.common.UndergroundBiomes
2014-02-25 14:14:44 [FINEST] [UndergroundBiomes] Parsed dependency info : [] [] []
2014-02-25 14:14:44 [FINE] [ForgeModLoader] Examining file Waila_1.5.1a.zip for potential mods
2014-02-25 14:14:44 [FINER] [ForgeModLoader] Located mcmod.info file in file Waila_1.5.1a.zip
2014-02-25 14:14:44 [FINE] [ForgeModLoader] Identified an FMLMod type mod mcp.mobius.waila.Waila
2014-02-25 14:14:44 [FINEST] [Waila] Parsed dependency info : [NotEnoughItems] [NotEnoughItems] []
2014-02-25 14:14:44 [FINE] [ForgeModLoader] Examining file XplosionCore-V1.0.2.0.zip for potential mods
2014-02-25 14:14:44 [FINER] [ForgeModLoader] Located mcmod.info file in file XplosionCore-V1.0.2.0.zip
2014-02-25 14:14:44 [FINE] [ForgeModLoader] Identified an FMLMod type mod com.big_xplosion.xplosioncore.XplosionCore
2014-02-25 14:14:44 [FINEST] [XplosionCore] Parsed dependency info : [Forge@[9.10.1.849,)] [Forge@[9.10.1.849,)] []
2014-02-25 14:14:44 [FINE] [ForgeModLoader] Examining file zMineTweaker-1.6.4-2.3.1.jar for potential mods
2014-02-25 14:14:44 [FINER] [ForgeModLoader] Located mcmod.info file in file zMineTweaker-1.6.4-2.3.1.jar
2014-02-25 14:14:44 [FINE] [ForgeModLoader] Identified an FMLMod type mod stanhebben.minetweaker.MineTweaker
2014-02-25 14:14:44 [FINEST] [MineTweaker] Parsed dependency info : [] [] []
2014-02-25 14:14:44 [FINE] [ForgeModLoader] Examining file CodeChickenLib-universal-1.6.4-1.0.0.61.jar for potential mods
2014-02-25 14:14:44 [FINE] [ForgeModLoader] The mod container CodeChickenLib-universal-1.6.4-1.0.0.61.jar appears to be missing an mcmod.info file
2014-02-25 14:14:44 [INFO] [ForgeModLoader] Forge Mod Loader has identified 45 mods to load
2014-02-25 14:14:44 [FINE] [ForgeModLoader] Found API mcp.mobius.waila.api (owned by Waila providing WailaAPI) embedded in Waila
2014-02-25 14:14:44 [INFO] [ForgeModLoader] Found mod(s) [DragonAPI] containing declared API package mcp.mobius.waila.api (owned by Waila) without associated API reference
2014-02-25 14:14:44 [FINE] [ForgeModLoader] Creating API container dummy for API WailaAPI: owner: Waila, dependents: [DragonAPI]
2014-02-25 14:14:44 [FINER] [ForgeModLoader] Received a system property request ''
2014-02-25 14:14:44 [FINER] [ForgeModLoader] System property request managing the state of 0 mods
2014-02-25 14:14:44 [FINE] [ForgeModLoader] After merging, found state information for 0 mods
2014-02-25 14:14:44 [FINE] [ForgeModLoader] Reloading logging properties from /Volumes/UserData/Users/michael/Documents/Games/Minecraft/Playing/Client/164-overkill-play/config/logging.properties
2014-02-25 14:14:44 [FINE] [ForgeModLoader] Reloaded logging properties
2014-02-25 14:14:44 [FINE] [mcp] Mod Logging channel mcp configured at default level.
2014-02-25 14:14:44 [INFO] [mcp] Activating mod mcp
2014-02-25 14:14:44 [FINE] [FML] Mod Logging channel FML configured at default level.
2014-02-25 14:14:44 [INFO] [FML] Activating mod FML
2014-02-25 14:14:44 [FINE] [Forge] Mod Logging channel Forge configured at default level.
2014-02-25 14:14:44 [INFO] [Forge] Activating mod Forge
2014-02-25 14:14:44 [FINE] [CodeChickenCore] Mod Logging channel CodeChickenCore configured at default level.
2014-02-25 14:14:44 [INFO] [CodeChickenCore] Activating mod CodeChickenCore
2014-02-25 14:14:44 [FINE] [Evoc] Mod Logging channel Evoc configured at default level.
2014-02-25 14:14:44 [INFO] [Evoc] Activating mod Evoc
2014-02-25 14:14:44 [FINE] [MobiusCore] Mod Logging channel MobiusCore configured at default level.
2014-02-25 14:14:44 [INFO] [MobiusCore] Activating mod MobiusCore
2014-02-25 14:14:44 [FINE] [NotEnoughItems] Mod Logging channel NotEnoughItems configured at default level.
2014-02-25 14:14:44 [INFO] [NotEnoughItems] Activating mod NotEnoughItems
2014-02-25 14:14:44 [FINE] [denLib] Mod Logging channel denLib configured at default level.
2014-02-25 14:14:44 [INFO] [denLib] Activating mod denLib
2014-02-25 14:14:44 [FINE] [DenEvents] Enabling mod DenEvents
2014-02-25 14:14:44 [FINE] [DenEvents] Mod Logging channel DenEvents configured at default level.
2014-02-25 14:14:44 [INFO] [DenEvents] Activating mod DenEvents
2014-02-25 14:14:44 [FINE] [Artifacts] Enabling mod Artifacts
2014-02-25 14:14:44 [FINE] [Artifacts] Mod Logging channel Artifacts configured at default level.
2014-02-25 14:14:44 [INFO] [Artifacts] Activating mod Artifacts
2014-02-25 14:14:44 [FINE] [ATG] Enabling mod ATG
2014-02-25 14:14:44 [FINE] [ATG] Mod Logging channel ATG configured at default level.
2014-02-25 14:14:44 [INFO] [ATG] Activating mod ATG
2014-02-25 14:14:44 [FINE] [BBOutlineMod] Enabling mod BBOutlineMod
2014-02-25 14:14:44 [FINE] [BBOutlineMod] Mod Logging channel BBOutlineMod configured at default level.
2014-02-25 14:14:44 [INFO] [BBOutlineMod] Activating mod BBOutlineMod
2014-02-25 14:14:44 [FINE] [bspkrsCore] Enabling mod bspkrsCore
2014-02-25 14:14:44 [FINE] [bspkrsCore] Mod Logging channel bspkrsCore configured at default level.
2014-02-25 14:14:44 [INFO] [bspkrsCore] Activating mod bspkrsCore
2014-02-25 14:14:44 [FINE] [CarpentersBlocks] Enabling mod CarpentersBlocks
2014-02-25 14:14:44 [FINE] [CarpentersBlocks] Mod Logging channel CarpentersBlocks configured at default level.
2014-02-25 14:14:44 [INFO] [CarpentersBlocks] Activating mod CarpentersBlocks
2014-02-25 14:14:44 [FINE] [CreeperCollateral] Enabling mod CreeperCollateral
2014-02-25 14:14:44 [FINE] [CreeperCollateral] Mod Logging channel CreeperCollateral configured at default level.
2014-02-25 14:14:44 [INFO] [CreeperCollateral] Activating mod CreeperCollateral
2014-02-25 14:14:44 [FINE] [CustomOreGenRevived] Enabling mod CustomOreGenRevived
2014-02-25 14:14:44 [FINE] [CustomOreGenRevived] Mod Logging channel CustomOreGenRevived configured at default level.
2014-02-25 14:14:44 [INFO] [CustomOreGenRevived] Activating mod CustomOreGenRevived
2014-02-25 14:14:44 [FINE] [ForgeModLoader] Enabling mod mod_CustomOreGen
2014-02-25 14:14:44 [FINE] [mod_CustomOreGen] Mod Logging channel mod_CustomOreGen configured at default level.
2014-02-25 14:14:44 [INFO] [mod_CustomOreGen] Activating mod mod_CustomOreGen
2014-02-25 14:14:44 [FINE] [DimensionalAnchors] Enabling mod DimensionalAnchors
2014-02-25 14:14:44 [FINE] [DimensionalAnchors] Mod Logging channel DimensionalAnchors configured at default level.
2014-02-25 14:14:44 [INFO] [DimensionalAnchors] Activating mod DimensionalAnchors
2014-02-25 14:14:44 [FINE] [DragonAPI] Enabling mod DragonAPI
2014-02-25 14:14:44 [FINE] [DragonAPI] Mod Logging channel DragonAPI configured at default level.
2014-02-25 14:14:44 [INFO] [DragonAPI] Activating mod DragonAPI
2014-02-25 14:14:44 [FINE] [DyeTrees] Enabling mod DyeTrees
2014-02-25 14:14:44 [FINE] [DyeTrees] Mod Logging channel DyeTrees configured at default level.
2014-02-25 14:14:44 [INFO] [DyeTrees] Activating mod DyeTrees
2014-02-25 14:14:44 [FINE] [EnderStorage] Enabling mod EnderStorage
2014-02-25 14:14:44 [FINE] [EnderStorage] Mod Logging channel EnderStorage configured at default level.
2014-02-25 14:14:44 [INFO] [EnderStorage] Activating mod EnderStorage
2014-02-25 14:14:44 [FINE] [ExtrabiomesXL] Enabling mod ExtrabiomesXL
2014-02-25 14:14:44 [FINE] [ExtrabiomesXL] Mod Logging channel ExtrabiomesXL configured at default level.
2014-02-25 14:14:44 [INFO] [ExtrabiomesXL] Activating mod ExtrabiomesXL
2014-02-25 14:14:44 [FINE] [ExtraUtilities] Enabling mod ExtraUtilities
2014-02-25 14:14:44 [FINE] [ExtraUtilities] Mod Logging channel ExtraUtilities configured at default level.
2014-02-25 14:14:44 [INFO] [ExtraUtilities] Activating mod ExtraUtilities
2014-02-25 14:14:44 [FINE] [FlatBedrock] Enabling mod FlatBedrock
2014-02-25 14:14:44 [FINE] [FlatBedrock] Mod Logging channel FlatBedrock configured at default level.
2014-02-25 14:14:44 [INFO] [FlatBedrock] Activating mod FlatBedrock
2014-02-25 14:14:44 [FINE] [GeoStrata] Enabling mod GeoStrata
2014-02-25 14:14:44 [FINE] [GeoStrata] Mod Logging channel GeoStrata configured at default level.
2014-02-25 14:14:44 [INFO] [GeoStrata] Activating mod GeoStrata
2014-02-25 14:14:44 [FINE] [ImmibisCore] Enabling mod ImmibisCore
2014-02-25 14:14:44 [FINE] [ImmibisCore] Mod Logging channel ImmibisCore configured at default level.
2014-02-25 14:14:44 [INFO] [ImmibisCore] Activating mod ImmibisCore
2014-02-25 14:14:44 [FINE] [InfernalMobs] Enabling mod InfernalMobs
2014-02-25 14:14:44 [FINE] [InfernalMobs] Mod Logging channel InfernalMobs configured at default level.
2014-02-25 14:14:44 [INFO] [InfernalMobs] Activating mod InfernalMobs
2014-02-25 14:14:44 [FINE] [JABBA] Enabling mod JABBA
2014-02-25 14:14:44 [FINE] [JABBA] Mod Logging channel JABBA configured at default level.
2014-02-25 14:14:44 [INFO] [JABBA] Activating mod JABBA
2014-02-25 14:14:44 [FINE] [LegacyCraft] Enabling mod LegacyCraft
2014-02-25 14:14:44 [FINE] [LegacyCraft] Mod Logging channel LegacyCraft configured at default level.
2014-02-25 14:14:44 [INFO] [LegacyCraft] Activating mod LegacyCraft
2014-02-25 14:14:44 [FINE] [linkingtweaks] Enabling mod linkingtweaks
2014-02-25 14:14:44 [FINE] [linkingtweaks] Mod Logging channel linkingtweaks configured at default level.
2014-02-25 14:14:44 [INFO] [linkingtweaks] Activating mod linkingtweaks
2014-02-25 14:14:44 [FINE] [DestinationRenderer] Enabling mod DestinationRenderer
2014-02-25 14:14:44 [FINE] [DestinationRenderer] Mod Logging channel DestinationRenderer configured at default level.
2014-02-25 14:14:44 [INFO] [DestinationRenderer] Activating mod DestinationRenderer
2014-02-25 14:14:44 [FINE] [MagicYarn] Enabling mod MagicYarn
2014-02-25 14:14:44 [FINE] [MagicYarn] Mod Logging channel MagicYarn configured at default level.
2014-02-25 14:14:44 [INFO] [MagicYarn] Activating mod MagicYarn
2014-02-25 14:14:44 [FINE] [Specialized Maps] Enabling mod Specialized Maps
2014-02-25 14:14:44 [FINE] [Specialized Maps] Mod Logging channel Specialized Maps configured at default level.
2014-02-25 14:14:44 [INFO] [Specialized Maps] Activating mod Specialized Maps
2014-02-25 14:14:44 [FINE] [AS_MultiMine] Enabling mod AS_MultiMine
2014-02-25 14:14:44 [FINE] [AS_MultiMine] Mod Logging channel AS_MultiMine configured at default level.
2014-02-25 14:14:44 [INFO] [AS_MultiMine] Activating mod AS_MultiMine
2014-02-25 14:14:44 [FINE] [Mystcraft] Enabling mod Mystcraft
2014-02-25 14:14:44 [FINE] [Mystcraft] Mod Logging channel Mystcraft configured at default level.
2014-02-25 14:14:44 [INFO] [Mystcraft] Activating mod Mystcraft
2014-02-25 14:14:44 [FINE] [Opis] Enabling mod Opis
2014-02-25 14:14:44 [FINE] [Opis] Mod Logging channel Opis configured at default level.
2014-02-25 14:14:44 [INFO] [Opis] Activating mod Opis
2014-02-25 14:14:44 [FINE] [MapWriter] Enabling mod MapWriter
2014-02-25 14:14:44 [FINE] [MapWriter] Mod Logging channel MapWriter configured at default level.
2014-02-25 14:14:44 [INFO] [MapWriter] Activating mod MapWriter
2014-02-25 14:14:44 [FINE] [Roguelike] Enabling mod Roguelike
2014-02-25 14:14:44 [FINE] [Roguelike] Mod Logging channel Roguelike configured at default level.
2014-02-25 14:14:44 [INFO] [Roguelike] Activating mod Roguelike
2014-02-25 14:14:44 [FINE] [Translocator] Enabling mod Translocator
2014-02-25 14:14:44 [FINE] [Translocator] Mod Logging channel Translocator configured at default level.
2014-02-25 14:14:44 [INFO] [Translocator] Activating mod Translocator
2014-02-25 14:14:44 [FINE] [TreeCapitator] Enabling mod TreeCapitator
2014-02-25 14:14:44 [FINE] [TreeCapitator] Mod Logging channel TreeCapitator configured at default level.
2014-02-25 14:14:44 [INFO] [TreeCapitator] Activating mod TreeCapitator
2014-02-25 14:14:44 [FINE] [TwilightForest] Enabling mod TwilightForest
2014-02-25 14:14:44 [FINE] [TwilightForest] Mod Logging channel TwilightForest configured at default level.
2014-02-25 14:14:44 [INFO] [TwilightForest] Activating mod TwilightForest
2014-02-25 14:14:44 [FINE] [UndergroundBiomes] Enabling mod UndergroundBiomes
2014-02-25 14:14:44 [FINE] [UndergroundBiomes] Mod Logging channel UndergroundBiomes configured at default level.
2014-02-25 14:14:44 [INFO] [UndergroundBiomes] Activating mod UndergroundBiomes
2014-02-25 14:14:44 [FINE] [Waila] Enabling mod Waila
2014-02-25 14:14:44 [FINE] [Waila] Mod Logging channel Waila configured at default level.
2014-02-25 14:14:44 [INFO] [Waila] Activating mod Waila
2014-02-25 14:14:44 [FINE] [XplosionCore] Enabling mod XplosionCore
2014-02-25 14:14:44 [FINE] [XplosionCore] Mod Logging channel XplosionCore configured at default level.
2014-02-25 14:14:44 [INFO] [XplosionCore] Activating mod XplosionCore
2014-02-25 14:14:44 [FINE] [MineTweaker] Enabling mod MineTweaker
2014-02-25 14:14:44 [FINE] [MineTweaker] Mod Logging channel MineTweaker configured at default level.
2014-02-25 14:14:44 [INFO] [MineTweaker] Activating mod MineTweaker
2014-02-25 14:14:44 [WARNING] [Forge Mod Loader] Mod Forge Mod Loader is missing a pack.mcmeta file, things may not work well
2014-02-25 14:14:44 [WARNING] [Minecraft Forge] Mod Minecraft Forge is missing a pack.mcmeta file, things may not work well
2014-02-25 14:14:44 [WARNING] [Not Enough Items] Mod Not Enough Items is missing a pack.mcmeta file, things may not work well
2014-02-25 14:14:44 [WARNING] [DenEvents] Mod DenEvents is missing a pack.mcmeta file, things may not work well
2014-02-25 14:14:44 [WARNING] [Alternate Terrain Generation] Mod Alternate Terrain Generation is missing a pack.mcmeta file, things may not work well
2014-02-25 14:14:44 [WARNING] [BBox Outline Mod] Mod BBox Outline Mod is missing a pack.mcmeta file, things may not work well
2014-02-25 14:14:44 [WARNING] [bspkrsCore] Mod bspkrsCore is missing a pack.mcmeta file, things may not work well
2014-02-25 14:14:44 [WARNING] [Carpenter's Blocks] Mod Carpenter's Blocks is missing a pack.mcmeta file, things may not work well
2014-02-25 14:14:44 [WARNING] [Custom Ore Generation: First Revival] Mod Custom Ore Generation: First Revival is missing a pack.mcmeta file, things may not work well
2014-02-25 14:14:44 [WARNING] [Dimensional Anchors] Mod Dimensional Anchors is missing a pack.mcmeta file, things may not work well
2014-02-25 14:14:44 [WARNING] [DragonAPI] Mod DragonAPI is missing a pack.mcmeta file, things may not work well
2014-02-25 14:14:44 [WARNING] [Dye Trees] Mod Dye Trees is missing a pack.mcmeta file, things may not work well
2014-02-25 14:14:44 [WARNING] [EnderStorage] Mod EnderStorage is missing a pack.mcmeta file, things may not work well
2014-02-25 14:14:44 [WARNING] [Extra Utilities] Mod Extra Utilities is missing a pack.mcmeta file, things may not work well
2014-02-25 14:14:44 [WARNING] [GeoStrata] Mod GeoStrata is missing a pack.mcmeta file, things may not work well
2014-02-25 14:14:44 [WARNING] [Immibis Core] Mod Immibis Core is missing a pack.mcmeta file, things may not work well
2014-02-25 14:14:44 [WARNING] [Infernal Mobs] Mod Infernal Mobs is missing a pack.mcmeta file, things may not work well
2014-02-25 14:14:44 [WARNING] [JABBA] Mod JABBA is missing a pack.mcmeta file, things may not work well
2014-02-25 14:14:44 [WARNING] [LegacyCraft] Mod LegacyCraft is missing a pack.mcmeta file, things may not work well
2014-02-25 14:14:44 [WARNING] [Linking Tweaks] Mod Linking Tweaks is missing a pack.mcmeta file, things may not work well
2014-02-25 14:14:44 [WARNING] [Link Destination Renderer] Mod Link Destination Renderer is missing a pack.mcmeta file, things may not work well
2014-02-25 14:14:44 [WARNING] [Magic Yarn] Mod Magic Yarn is missing a pack.mcmeta file, things may not work well
2014-02-25 14:14:44 [WARNING] [Multi Mine] Mod Multi Mine is missing a pack.mcmeta file, things may not work well
2014-02-25 14:14:44 [WARNING] [Mystcraft] Mod Mystcraft is missing a pack.mcmeta file, things may not work well
2014-02-25 14:14:44 [WARNING] [Opis] Mod Opis is missing a pack.mcmeta file, things may not work well
2014-02-25 14:14:44 [WARNING] [MapWriter] Mod MapWriter is missing a pack.mcmeta file, things may not work well
2014-02-25 14:14:44 [WARNING] [Roguelike Dungeons] Mod Roguelike Dungeons is missing a pack.mcmeta file, things may not work well
2014-02-25 14:14:44 [WARNING] [Translocator] Mod Translocator is missing a pack.mcmeta file, things may not work well
2014-02-25 14:14:44 [WARNING] [Treecapitator] Mod Treecapitator is missing a pack.mcmeta file, things may not work well
2014-02-25 14:14:44 [WARNING] [Waila] Mod Waila is missing a pack.mcmeta file, things may not work well
2014-02-25 14:14:44 [INFO] [Minecraft-Client] Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Not Enough Items, FMLFileResourcePack:DenEvents, FMLFileResourcePack:Artifacts, FMLFileResourcePack:Alternate Terrain Generation, FMLFileResourcePack:BBox Outline Mod, FMLFileResourcePack:bspkrsCore, FMLFileResourcePack:Carpenter's Blocks, FMLFileResourcePack:CreeperCollateral, FMLFileResourcePack:Custom Ore Generation: First Revival, FMLFileResourcePack:Dimensional Anchors, FMLFileResourcePack:DragonAPI, FMLFileResourcePack:Dye Trees, FMLFileResourcePack:EnderStorage, FMLFileResourcePack:ExtrabiomesXL, FMLFileResourcePack:Extra Utilities, FMLFileResourcePack:Flat Bedrock, FMLFileResourcePack:GeoStrata, FMLFileResourcePack:Immibis Core, FMLFileResourcePack:Infernal Mobs, FMLFileResourcePack:JABBA, FMLFileResourcePack:LegacyCraft, FMLFileResourcePack:Linking Tweaks, FMLFileResourcePack:Link Destination Renderer, FMLFileResourcePack:Magic Yarn, FMLFileResourcePack:More Maps, FMLFileResourcePack:Multi Mine, FMLFileResourcePack:Mystcraft, FMLFileResourcePack:Opis, FMLFileResourcePack:MapWriter, FMLFileResourcePack:Roguelike Dungeons, FMLFileResourcePack:Translocator, FMLFileResourcePack:Treecapitator, FMLFileResourcePack:The Twilight Forest, FMLFileResourcePack:Underground Biomes, FMLFileResourcePack:Waila, FMLFileResourcePack:Xplosion Core, FMLFileResourcePack:MineTweaker
2014-02-25 14:14:44 [FINER] [ForgeModLoader] Verifying mod requirements are satisfied
2014-02-25 14:14:44 [FINER] [ForgeModLoader] All mod requirements are satisfied
2014-02-25 14:14:44 [FINER] [ForgeModLoader] Sorting mods into an ordered list
2014-02-25 14:14:44 [FINER] [ForgeModLoader] Mod sorting completed successfully
2014-02-25 14:14:44 [FINE] [ForgeModLoader] Mod sorting data
2014-02-25 14:14:44 [FINE] [ForgeModLoader] DenEvents(DenEvents:1.0): DenEvents.jar ()
2014-02-25 14:14:44 [FINE] [ForgeModLoader] Artifacts(Artifacts:0.12.3): Artifacts-162-0123.zip ()
2014-02-25 14:14:44 [FINE] [ForgeModLoader] ATG(Alternate Terrain Generation:0.9.4): ATG-1.6.4-0.9.4.jar ()
2014-02-25 14:14:44 [FINE] [ForgeModLoader] BBOutlineMod(BBox Outline Mod:0.10-4): bboutline-v0.10-4-1.6.4-9.11.0.880-forge.zip ()
2014-02-25 14:14:44 [FINE] [ForgeModLoader] bspkrsCore(bspkrsCore:v5.3(1.6.4)): bspkrsCorev5.3.zip ()
2014-02-25 14:14:44 [FINE] [ForgeModLoader] CarpentersBlocks(Carpenter's Blocks:2.0.3): Carpenter's Blocks v2.0.3 - MC 1.6+.zip ()
2014-02-25 14:14:44 [FINE] [ForgeModLoader] CreeperCollateral(CreeperCollateral:3.0.3): CreeperCollateral-1.6.4-3.0.3.jar (required-after:denLib)
2014-02-25 14:14:44 [FINE] [ForgeModLoader] ImmibisCore(Immibis Core:57.1.94): immibis-core-57.1.94.jar ()
2014-02-25 14:14:44 [FINE] [ForgeModLoader] DimensionalAnchors(Dimensional Anchors:57.1.95): dimensional-anchor-57.1.95.jar ()
2014-02-25 14:14:44 [FINE] [ForgeModLoader] Waila(Waila:1.5.1): Waila_1.5.1a.zip (required-after:NotEnoughItems)
2014-02-25 14:14:44 [FINE] [ForgeModLoader] API:WailaAPI(API: WailaAPI:1.0): Waila_1.5.1a.zip ()
2014-02-25 14:14:44 [FINE] [ForgeModLoader] DragonAPI(DragonAPI:release): DragonAPI 1.6 V17.zip (after:BuildCraft|Energy;after:IC2;after:ThermalExpansion;after:Thaumcraft;after:powersuits)
2014-02-25 14:14:44 [FINE] [ForgeModLoader] DyeTrees(Dye Trees:beta): DyeTrees 1.6 V17.zip (required-after:DragonAPI)
2014-02-25 14:14:44 [FINE] [ForgeModLoader] EnderStorage(EnderStorage:1.4.3.6): EnderStorage 1.4.3.6.jar (required-after:CodeChickenCore@[0.9.0.8,))
2014-02-25 14:14:44 [FINE] [ForgeModLoader] ExtrabiomesXL(ExtrabiomesXL:3.15.4): ExtrabiomesXL-universal-1.6.4-3.15.4.jar ()
2014-02-25 14:14:44 [FINE] [ForgeModLoader] ExtraUtilities(Extra Utilities:1.0.3a): extrautils-1.0.3a.zip ()
2014-02-25 14:14:44 [FINE] [ForgeModLoader] Mystcraft(Mystcraft:0.10.12.01): mystcraft-uni-1.6.4-0.10.12.01.zip (required-after:Forge@[9.11.1.938,))
2014-02-25 14:14:44 [FINE] [ForgeModLoader] XplosionCore(Xplosion Core:1.0.2.0): XplosionCore-V1.0.2.0.zip (required-after:Forge@[9.10.1.849,))
2014-02-25 14:14:44 [FINE] [ForgeModLoader] FlatBedrock(Flat Bedrock:1.1.1.0): FlatBedrock-1.1.1.0.zip (required-after:Forge;required-after:XplosionCore;after:Mystcraft)
2014-02-25 14:14:44 [FINE] [ForgeModLoader] GeoStrata(GeoStrata:Gamma): GeoStrata 1.6 V17.zip (required-after:DragonAPI)
2014-02-25 14:14:44 [FINE] [ForgeModLoader] InfernalMobs(Infernal Mobs:1.4.3): InfernalMobs_1.6.4.zip ()
2014-02-25 14:14:44 [FINE] [ForgeModLoader] JABBA(JABBA:1.1.1): JABBA_1.1.1.zip (after:Waila;after:NotEnoughItems)
2014-02-25 14:14:44 [FINE] [ForgeModLoader] LegacyCraft(LegacyCraft:beta): LegacyCraft 1.6 V17.zip (required-after:DragonAPI)
2014-02-25 14:14:44 [FINE] [ForgeModLoader] linkingtweaks(Linking Tweaks:@VERSION@): linking-tweaks_pre1.zip (required-after:Mystcraft@[0.10.6.06,))
2014-02-25 14:14:44 [FINE] [ForgeModLoader] DestinationRenderer(Link Destination Renderer:0.0.12): LinkRenders-012.zip (required-after:Mystcraft)
2014-02-25 14:14:44 [FINE] [ForgeModLoader] MagicYarn(Magic Yarn:1.0.9): MagicYarn_1.6.4.zip ()
2014-02-25 14:14:44 [FINE] [ForgeModLoader] Specialized Maps(More Maps:2.0.0): more-maps-162.zip ()
2014-02-25 14:14:44 [FINE] [ForgeModLoader] AS_MultiMine(Multi Mine:1.3.4): MultiMine_1.6.4.jar ()
2014-02-25 14:14:44 [FINE] [ForgeModLoader] Opis(Opis:1.1.3_alpha): Opis_1.1.3_alpha.zip ()
2014-02-25 14:14:44 [FINE] [ForgeModLoader] MapWriter(MapWriter:2.0.1): Opis_1.1.3_alpha.zip ()
2014-02-25 14:14:44 [FINE] [ForgeModLoader] Roguelike(Roguelike Dungeons:1.2.9): roguelike-v1.2.9-forge-1.6.4.zip ()
2014-02-25 14:14:44 [FINE] [ForgeModLoader] Translocator(Translocator:1.1.0.14): Translocator 1.1.0.14.jar (required-after:CodeChickenCore@[0.9.0.8,))
2014-02-25 14:14:44 [FINE] [ForgeModLoader] TreeCapitator(Treecapitator:Forge 1.6.4.r09): TreeCapitator.Forge.1.6.4.r09.Universal.zip ()
2014-02-25 14:14:44 [FINE] [ForgeModLoader] TwilightForest(The Twilight Forest:1.20.3): twilightforest-1.20.3.jar ()
2014-02-25 14:14:44 [FINE] [ForgeModLoader] UndergroundBiomes(Underground Biomes:0.4.3): UndergroundBiomesConstructs_1.6.x-0.3j.zip ()
2014-02-25 14:14:44 [FINE] [ForgeModLoader] MineTweaker(MineTweaker:1.6.4-2.1.2): zMineTweaker-1.6.4-2.3.1.jar ()
2014-02-25 14:14:44 [FINE] [ForgeModLoader] CustomOreGenRevived(Custom Ore Generation: First Revival:1.0.22): CustomOreGenRevived-1.6.4-1.0.22.jar (after:*;)
2014-02-25 14:14:44 [FINE] [ForgeModLoader] mod_CustomOreGen(mod_CustomOreGen:Not available): CustomOreGenRevived-1.6.4-1.0.22.jar (after:*;)
2014-02-25 14:14:44 [INFO] [ForgeModLoader] FML has found a non-mod file denLib-1.6.4-3.2.6.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.
2014-02-25 14:14:44 [INFO] [ForgeModLoader] FML has found a non-mod file StalkerCreepers_1.6.4.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.
2014-02-25 14:14:44 [INFO] [ForgeModLoader] FML has found a non-mod file CodeChickenLib-universal-1.6.4-1.0.0.61.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.
2014-02-25 14:14:44 [FINEST] [mcp] Sending event FMLConstructionEvent to mod mcp
2014-02-25 14:14:44 [FINEST] [mcp] Sent event FMLConstructionEvent to mod mcp
2014-02-25 14:14:44 [FINEST] [FML] Sending event FMLConstructionEvent to mod FML
2014-02-25 14:14:44 [FINEST] [FML] Sent event FMLConstructionEvent to mod FML
2014-02-25 14:14:44 [FINEST] [Forge] Sending event FMLConstructionEvent to mod Forge
2014-02-25 14:14:44 [INFO] [ForgeModLoader] Registering Forge Packet Handler
2014-02-25 14:14:44 [FINEST] [ForgeModLoader] Testing mod Forge to verify it accepts its own version in a remote connection
2014-02-25 14:14:44 [FINEST] [ForgeModLoader] The mod Forge accepts its own version (9.11.1.965)
2014-02-25 14:14:44 [INFO] [ForgeModLoader] Succeeded registering Forge Packet Handler
2014-02-25 14:14:44 [FINEST] [Forge] Sent event FMLConstructionEvent to mod Forge
2014-02-25 14:14:44 [FINEST] [CodeChickenCore] Sending event FMLConstructionEvent to mod CodeChickenCore
2014-02-25 14:14:44 [FINEST] [CodeChickenCore] Sent event FMLConstructionEvent to mod CodeChickenCore
2014-02-25 14:14:44 [FINEST] [Evoc] Sending event FMLConstructionEvent to mod Evoc
2014-02-25 14:14:44 [FINEST] [Evoc] Sent event FMLConstructionEvent to mod Evoc
2014-02-25 14:14:44 [FINEST] [MobiusCore] Sending event FMLConstructionEvent to mod MobiusCore
2014-02-25 14:14:44 [FINEST] [MobiusCore] Sent event FMLConstructionEvent to mod MobiusCore
2014-02-25 14:14:44 [FINEST] [NotEnoughItems] Sending event FMLConstructionEvent to mod NotEnoughItems
2014-02-25 14:14:44 [FINEST] [NotEnoughItems] Sent event FMLConstructionEvent to mod NotEnoughItems
2014-02-25 14:14:44 [FINEST] [denLib] Sending event FMLConstructionEvent to mod denLib
2014-02-25 14:14:44 [FINEST] [denLib] Sent event FMLConstructionEvent to mod denLib
2014-02-25 14:14:44 [FINEST] [DenEvents] Sending event FMLConstructionEvent to mod DenEvents
2014-02-25 14:14:44 [FINEST] [ForgeModLoader] Testing mod DenEvents to verify it accepts its own version in a remote connection
2014-02-25 14:14:44 [FINEST] [ForgeModLoader] The mod DenEvents accepts its own version (1.0)
2014-02-25 14:14:44 [FINE] [ForgeModLoader] Attempting to inject @SidedProxy classes into DenEvents
2014-02-25 14:14:44 [FINEST] [DenEvents] Sent event FMLConstructionEvent to mod DenEvents
2014-02-25 14:14:44 [FINEST] [Artifacts] Sending event FMLConstructionEvent to mod Artifacts
2014-02-25 14:14:44 [FINEST] [ForgeModLoader] Testing mod Artifacts to verify it accepts its own version in a remote connection
2014-02-25 14:14:44 [FINEST] [ForgeModLoader] The mod Artifacts accepts its own version (0.12.3)
2014-02-25 14:14:44 [FINE] [ForgeModLoader] Attempting to inject @SidedProxy classes into Artifacts
2014-02-25 14:14:44 [FINEST] [Artifacts] Sent event FMLConstructionEvent to mod Artifacts
2014-02-25 14:14:44 [FINEST] [ATG] Sending event FMLConstructionEvent to mod ATG
2014-02-25 14:14:44 [FINE] [ForgeModLoader] Runtime patching class net/minecraft/world/gen/feature/WorldGenSwamp (input size 2197), found 1 patch
2014-02-25 14:14:44 [FINE] [ForgeModLoader] Successfully applied runtime patches for net/minecraft/world/gen/feature/WorldGenSwamp (new size 3203)
2014-02-25 14:14:44 [FINE] [ForgeModLoader] Runtime patching class net/minecraft/world/gen/feature/WorldGenTaiga1 (input size 1541), found 1 patch
2014-02-25 14:14:44 [FINE] [ForgeModLoader] Successfully applied runtime patches for net/minecraft/world/gen/feature/WorldGenTaiga1 (new size 2502)
2014-02-25 14:14:44 [FINE] [ForgeModLoader] Runtime patching class net.minecraft.entity.passive.EntityMooshroom (input size 1666), found 1 patch
2014-02-25 14:14:44 [FINE] [ForgeModLoader] Successfully applied runtime patches for net.minecraft.entity.passive.EntityMooshroom (new size 2516)
2014-02-25 14:14:44 [FINEST] [ForgeModLoader] Testing mod ATG to verify it accepts its own version in a remote connection
2014-02-25 14:14:44 [FINEST] [ForgeModLoader] The mod ATG accepts its own version (0.9.4)
2014-02-25 14:14:44 [FINE] [ForgeModLoader] Attempting to inject @SidedProxy classes into ATG
2014-02-25 14:14:44 [FINEST] [ATG] Sent event FMLConstructionEvent to mod ATG
2014-02-25 14:14:44 [FINEST] [BBOutlineMod] Sending event FMLConstructionEvent to mod BBOutlineMod
2014-02-25 14:14:44 [FINEST] [ForgeModLoader] Testing mod BBOutlineMod to verify it accepts its own version in a remote connection
2014-02-25 14:14:44 [FINEST] [ForgeModLoader] The mod BBOutlineMod accepts its own version (0.10-4)
2014-02-25 14:14:44 [FINE] [ForgeModLoader] Attempting to inject @SidedProxy classes into BBOutlineMod
2014-02-25 14:14:44 [FINEST] [BBOutlineMod] Sent event FMLConstructionEvent to mod BBOutlineMod
2014-02-25 14:14:44 [FINEST] [bspkrsCore] Sending event FMLConstructionEvent to mod bspkrsCore
2014-02-25 14:14:44 [FINE] [ForgeModLoader] Attempting to inject @SidedProxy classes into bspkrsCore
2014-02-25 14:14:44 [FINEST] [bspkrsCore] Sent event FMLConstructionEvent to mod bspkrsCore
2014-02-25 14:14:44 [FINEST] [CarpentersBlocks] Sending event FMLConstructionEvent to mod CarpentersBlocks
2014-02-25 14:14:44 [FINEST] [ForgeModLoader] Testing mod CarpentersBlocks to verify it accepts its own version in a remote connection
2014-02-25 14:14:44 [FINEST] [ForgeModLoader] The mod CarpentersBlocks accepts its own version (2.0.3)
2014-02-25 14:14:45 [FINE] [ForgeModLoader] Attempting to inject @SidedProxy classes into CarpentersBlocks
2014-02-25 14:14:45 [FINEST] [CarpentersBlocks] Sent event FMLConstructionEvent to mod CarpentersBlocks
2014-02-25 14:14:45 [FINEST] [CreeperCollateral] Sending event FMLConstructionEvent to mod CreeperCollateral
2014-02-25 14:14:45 [FINEST] [ForgeModLoader] Testing mod CreeperCollateral to verify it accepts its own version in a remote connection
2014-02-25 14:14:45 [FINEST] [ForgeModLoader] The mod CreeperCollateral accepts its own version (3.0.3)
2014-02-25 14:14:45 [FINE] [ForgeModLoader] Attempting to inject @SidedProxy classes into CreeperCollateral
2014-02-25 14:14:45 [FINEST] [CreeperCollateral] Sent event FMLConstructionEvent to mod CreeperCollateral
2014-02-25 14:14:45 [FINEST] [ImmibisCore] Sending event FMLConstructionEvent to mod ImmibisCore
2014-02-25 14:14:45 [FINEST] [ForgeModLoader] Testing mod ImmibisCore to verify it accepts its own version in a remote connection
2014-02-25 14:14:45 [FINEST] [ForgeModLoader] The mod ImmibisCore accepts its own version (57.1.94)
2014-02-25 14:14:45 [FINE] [ForgeModLoader] Attempting to inject @SidedProxy classes into ImmibisCore
2014-02-25 14:14:45 [FINEST] [ImmibisCore] Sent event FMLConstructionEvent to mod ImmibisCore
2014-02-25 14:14:45 [FINEST] [DimensionalAnchors] Sending event FMLConstructionEvent to mod DimensionalAnchors
2014-02-25 14:14:45 [FINEST] [ForgeModLoader] Testing mod DimensionalAnchors to verify it accepts its own version in a remote connection
2014-02-25 14:14:45 [FINEST] [ForgeModLoader] The mod DimensionalAnchors accepts its own version (57.1.95)
2014-02-25 14:14:45 [FINE] [ForgeModLoader] Attempting to inject @SidedProxy classes into DimensionalAnchors
2014-02-25 14:14:45 [FINEST] [DimensionalAnchors] Sent event FMLConstructionEvent to mod DimensionalAnchors
2014-02-25 14:14:45 [FINEST] [Waila] Sending event FMLConstructionEvent to mod Waila
2014-02-25 14:14:45 [FINEST] [ForgeModLoader] Testing mod Waila to verify it accepts its own version in a remote connection
2014-02-25 14:14:45 [FINEST] [ForgeModLoader] The mod Waila accepts its own version (1.5.1)
2014-02-25 14:14:45 [FINE] [ForgeModLoader] Attempting to inject @SidedProxy classes into Waila
2014-02-25 14:14:45 [FINEST] [Waila] Sent event FMLConstructionEvent to mod Waila
2014-02-25 14:14:45 [FINEST] [DragonAPI] Sending event FMLConstructionEvent to mod DragonAPI
2014-02-25 14:14:45 [INFO] [STDOUT] DRAGONAPI: Registering reflexive method access to class net.minecraft.item.Item.onItemUse (obfuscated as func_77648_a)
2014-02-25 14:14:45 [INFO] [STDOUT] DRAGONAPI: Registering reflexive method access to class net.minecraft.entity.EntityLivingBase.dropFewItems (obfuscated as func_70628_a)
2014-02-25 14:14:45 [INFO] [STDOUT] DRAGONAPI: Registering reflexive method access to class net.minecraft.entity.EntityLivingBase.dropEquipment (obfuscated as func_82160_b)
2014-02-25 14:14:45 [INFO] [STDOUT] DRAGONAPI: Registering reflexive method access to class net.minecraft.entity.EntityLivingBase.dropRareDrop (obfuscated as func_70600_l)
2014-02-25 14:14:45 [INFO] [STDOUT] DRAGONAPI: Registering reflexive method access to class net.minecraft.client.resources.AbstractResourcePack.getInputStreamByName (obfuscated as func_110591_a)
2014-02-25 14:14:45 [INFO] [STDOUT] DRAGONAPI: Registering reflexive field access to class net.minecraft.client.renderer.entity.RenderBiped.field_110859_k (obfuscated as field_110859_k)
2014-02-25 14:14:45 [INFO] [STDOUT] DRAGONAPI: Registering reflexive field access to class net.minecraft.client.audio.SoundPool.nameToSoundPoolEntriesMapping (obfuscated as field_77461_d)
2014-02-25 14:14:45 [INFO] [STDOUT] DRAGONAPI: Registering reflexive field access to class net.minecraft.client.renderer.entity.RenderSlime.scaleAmount (obfuscated as field_77092_a)
2014-02-25 14:14:45 [INFO] [STDOUT] DRAGONAPI: Registering reflexive field access to class net.minecraft.client.renderer.entity.RendererLivingEntity.mainModel (obfuscated as field_77045_g)
2014-02-25 14:14:45 [INFO] [STDOUT] DRAGONAPI: Registering reflexive field access to class net.minecraft.client.renderer.entity.RenderPlayer.modelBipedMain (obfuscated as field_77109_a)
2014-02-25 14:14:45 [INFO] [STDOUT] DRAGONAPI: Registering reflexive field access to class net.minecraft.entity.EntityLivingBase.isJumping (obfuscated as field_70703_bu)
2014-02-25 14:14:45 [INFO] [STDOUT] **************** Stalker Creepers transform running on EntityAICreeperSwell ***********************
2014-02-25 14:14:45 [INFO] [STDOUT] In target method! Patching!
2014-02-25 14:14:45 [INFO] [STDOUT] Patching Complete!
2014-02-25 14:14:45 [INFO] [STDOUT] DRAGONAPI: Registering reflexive field access to class net.minecraft.entity.monster.EntityCreeper.timeSinceIgnited (obfuscated as field_70833_d)
2014-02-25 14:14:45 [INFO] [STDOUT] DRAGONAPI: Registering reflexive field access to class net.minecraft.potion.Potion.potionTypes (obfuscated as field_76425_a)
2014-02-25 14:14:45 [INFO] [STDOUT] DRAGONAPI: Registering reflexive field access to class net.minecraft.item.ItemSword.weaponDamage (obfuscated as field_77827_a)
2014-02-25 14:14:45 [INFO] [STDOUT] DRAGONAPI: Registering reflexive field access to class net.minecraft.entity.monster.EntityEnderman.isAggressive (obfuscated as field_104003_g)
2014-02-25 14:14:45 [INFO] [STDOUT] DRAGONAPI: Registering reflexive field access to class net.minecraft.entity.monster.EntityEnderman.stareTimer (obfuscated as field_70826_g)
2014-02-25 14:14:45 [INFO] [STDOUT] DragonAPI is not running in a deobfuscated environment! This is not an error!
2014-02-25 14:14:45 [SEVERE] [DragonAPI] The mod DragonAPI is expecting signature @GET_FINGERPRINT@ for source DragonAPI 1.6 V17.zip, however there is no signature matching that description
2014-02-25 14:14:45 [INFO] [STDOUT] DragonAPI is not running in a deobfuscated environment! This is not an error!
2014-02-25 14:14:45 [FINEST] [ForgeModLoader] Testing mod DragonAPI to verify it accepts its own version in a remote connection
2014-02-25 14:14:45 [FINEST] [ForgeModLoader] The mod DragonAPI accepts its own version (release)
2014-02-25 14:14:45 [FINE] [ForgeModLoader] Attempting to inject @SidedProxy classes into DragonAPI
2014-02-25 14:14:45 [FINEST] [DragonAPI] Sent event FMLConstructionEvent to mod DragonAPI
2014-02-25 14:14:45 [FINEST] [DyeTrees] Sending event FMLConstructionEvent to mod DyeTrees
2014-02-25 14:14:45 [INFO] [STDOUT] Dye Trees is not running in a deobfuscated environment! This is not an error!
2014-02-25 14:14:45 [SEVERE] [DyeTrees] The mod DyeTrees is expecting signature @GET_FINGERPRINT@ for source DyeTrees 1.6 V17.zip, however there is no signature matching that description
2014-02-25 14:14:45 [INFO] [STDOUT] Dye Trees is not running in a deobfuscated environment! This is not an error!
2014-02-25 14:14:45 [FINEST] [ForgeModLoader] Testing mod DyeTrees to verify it accepts its own version in a remote connection
2014-02-25 14:14:45 [FINEST] [ForgeModLoader] The mod DyeTrees accepts its own version (beta)
2014-02-25 14:14:45 [FINE] [ForgeModLoader] Attempting to inject @SidedProxy classes into DyeTrees
2014-02-25 14:14:45 [FINEST] [DyeTrees] Sent event FMLConstructionEvent to mod DyeTrees
2014-02-25 14:14:45 [FINEST] [EnderStorage] Sending event FMLConstructionEvent to mod EnderStorage
2014-02-25 14:14:45 [FINEST] [ForgeModLoader] Testing mod EnderStorage to verify it accepts its own version in a remote connection
2014-02-25 14:14:45 [FINEST] [ForgeModLoader] The mod EnderStorage accepts its own version (1.4.3.6)
2014-02-25 14:14:45 [FINE] [ForgeModLoader] Attempting to inject @SidedProxy classes into EnderStorage
2014-02-25 14:14:45 [FINEST] [EnderStorage] Sent event FMLConstructionEvent to mod EnderStorage
2014-02-25 14:14:45 [FINEST] [ExtrabiomesXL] Sending event FMLConstructionEvent to mod ExtrabiomesXL
2014-02-25 14:14:45 [FINEST] [ForgeModLoader] Testing mod ExtrabiomesXL to verify it accepts its own version in a remote connection
2014-02-25 14:14:45 [FINEST] [ForgeModLoader] The mod ExtrabiomesXL accepts its own version (3.15.4)
2014-02-25 14:14:45 [FINE] [ForgeModLoader] Attempting to inject @SidedProxy classes into ExtrabiomesXL
2014-02-25 14:14:45 [FINEST] [ExtrabiomesXL] Sent event FMLConstructionEvent to mod ExtrabiomesXL
2014-02-25 14:14:45 [FINEST] [ExtraUtilities] Sending event FMLConstructionEvent to mod ExtraUtilities
2014-02-25 14:14:45 [FINEST] [ForgeModLoader] Testing mod ExtraUtilities to verify it accepts its own version in a remote connection
2014-02-25 14:14:45 [FINEST] [ForgeModLoader] The mod ExtraUtilities accepts its own version (1.0.3a)
2014-02-25 14:14:45 [FINE] [ForgeModLoader] Attempting to inject @SidedProxy classes into ExtraUtilities
2014-02-25 14:14:45 [FINEST] [ExtraUtilities] Sent event FMLConstructionEvent to mod ExtraUtilities
2014-02-25 14:14:45 [FINEST] [Mystcraft] Sending event FMLConstructionEvent to mod Mystcraft
2014-02-25 14:14:45 [FINEST] [ForgeModLoader] Testing mod Mystcraft to verify it accepts its own version in a remote connection
2014-02-25 14:14:45 [FINEST] [ForgeModLoader] The mod Mystcraft accepts its own version (0.10.12.01)
2014-02-25 14:14:45 [FINE] [ForgeModLoader] Attempting to inject @SidedProxy classes into Mystcraft
2014-02-25 14:14:45 [FINEST] [Mystcraft] Sent event FMLConstructionEvent to mod Mystcraft
2014-02-25 14:14:45 [FINEST] [XplosionCore] Sending event FMLConstructionEvent to mod XplosionCore
2014-02-25 14:14:45 [FINEST] [ForgeModLoader] Testing mod XplosionCore to verify it accepts its own version in a remote connection
2014-02-25 14:14:45 [FINEST] [ForgeModLoader] The mod XplosionCore accepts its own version (1.0.2.0)
2014-02-25 14:14:45 [FINE] [ForgeModLoader] Attempting to inject @SidedProxy classes into XplosionCore
2014-02-25 14:14:45 [FINEST] [XplosionCore] Sent event FMLConstructionEvent to mod XplosionCore
2014-02-25 14:14:45 [FINEST] [FlatBedrock] Sending event FMLConstructionEvent to mod FlatBedrock
2014-02-25 14:14:45 [FINEST] [ForgeModLoader] Testing mod FlatBedrock to verify it accepts its own version in a remote connection
2014-02-25 14:14:45 [FINEST] [ForgeModLoader] The mod FlatBedrock accepts its own version (1.1.1.0)
2014-02-25 14:14:45 [FINE] [ForgeModLoader] Attempting to inject @SidedProxy classes into FlatBedrock
2014-02-25 14:14:45 [FINEST] [FlatBedrock] Sent event FMLConstructionEvent to mod FlatBedrock
2014-02-25 14:14:45 [FINEST] [GeoStrata] Sending event FMLConstructionEvent to mod GeoStrata
2014-02-25 14:14:45 [INFO] [STDOUT] GeoStrata is not running in a deobfuscated environment! This is not an error!
2014-02-25 14:14:45 [SEVERE] [GeoStrata] The mod GeoStrata is expecting signature @GET_FINGERPRINT@ for source GeoStrata 1.6 V17.zip, however there is no signature matching that description
2014-02-25 14:14:45 [INFO] [STDOUT] GeoStrata is not running in a deobfuscated environment! This is not an error!
2014-02-25 14:14:45 [FINEST] [ForgeModLoader] Testing mod GeoStrata to verify it accepts its own version in a remote connection
2014-02-25 14:14:45 [FINEST] [ForgeModLoader] The mod GeoStrata accepts its own version (Gamma)
2014-02-25 14:14:45 [FINE] [ForgeModLoader] Attempting to inject @SidedProxy classes into GeoStrata
2014-02-25 14:14:45 [FINEST] [GeoStrata] Sent event FMLConstructionEvent to mod GeoStrata
2014-02-25 14:14:45 [FINEST] [InfernalMobs] Sending event FMLConstructionEvent to mod InfernalMobs
2014-02-25 14:14:45 [FINEST] [ForgeModLoader] Testing mod InfernalMobs to verify it accepts its own version in a remote connection
2014-02-25 14:14:45 [FINEST] [ForgeModLoader] The mod InfernalMobs accepts its own version (1.4.3)
2014-02-25 14:14:45 [FINE] [ForgeModLoader] Attempting to inject @SidedProxy classes into InfernalMobs
2014-02-25 14:14:45 [FINEST] [InfernalMobs] Sent event FMLConstructionEvent to mod InfernalMobs
2014-02-25 14:14:45 [FINEST] [JABBA] Sending event FMLConstructionEvent to mod JABBA
2014-02-25 14:14:45 [FINEST] [ForgeModLoader] Testing mod JABBA to verify it accepts its own version in a remote connection
2014-02-25 14:14:45 [FINEST] [ForgeModLoader] The mod JABBA accepts its own version (1.1.1)
2014-02-25 14:14:45 [FINE] [ForgeModLoader] Attempting to inject @SidedProxy classes into JABBA
2014-02-25 14:14:45 [FINEST] [JABBA] Sent event FMLConstructionEvent to mod JABBA
2014-02-25 14:14:45 [FINEST] [LegacyCraft] Sending event FMLConstructionEvent to mod LegacyCraft
2014-02-25 14:14:45 [INFO] [STDOUT] LegacyCraft is not running in a deobfuscated environment! This is not an error!
2014-02-25 14:14:45 [SEVERE] [LegacyCraft] The mod LegacyCraft is expecting signature @GET_FINGERPRINT@ for source LegacyCraft 1.6 V17.zip, however there is no signature matching that description
2014-02-25 14:14:45 [INFO] [STDOUT] LegacyCraft is not running in a deobfuscated environment! This is not an error!
2014-02-25 14:14:45 [FINEST] [ForgeModLoader] Testing mod LegacyCraft to verify it accepts its own version in a remote connection
2014-02-25 14:14:45 [FINEST] [ForgeModLoader] The mod LegacyCraft accepts its own version (beta)
2014-02-25 14:14:45 [FINE] [ForgeModLoader] Attempting to inject @SidedProxy classes into LegacyCraft
2014-02-25 14:14:45 [FINEST] [LegacyCraft] Sent event FMLConstructionEvent to mod LegacyCraft
2014-02-25 14:14:45 [FINEST] [linkingtweaks] Sending event FMLConstructionEvent to mod linkingtweaks
2014-02-25 14:14:45 [FINEST] [ForgeModLoader] Testing mod linkingtweaks to verify it accepts its own version in a remote connection
2014-02-25 14:14:45 [FINEST] [ForgeModLoader] The mod linkingtweaks accepts its own version (@VERSION@)
2014-02-25 14:14:45 [FINE] [ForgeModLoader] Attempting to inject @SidedProxy classes into linkingtweaks
2014-02-25 14:14:45 [FINEST] [linkingtweaks] Sent event FMLConstructionEvent to mod linkingtweaks
2014-02-25 14:14:45 [FINEST] [DestinationRenderer] Sending event FMLConstructionEvent to mod DestinationRenderer
2014-02-25 14:14:45 [FINEST] [ForgeModLoader] Testing mod DestinationRenderer to verify it accepts its own version in a remote connection
2014-02-25 14:14:45 [FINEST] [ForgeModLoader] The mod DestinationRenderer accepts its own version (0.0.12)
2014-02-25 14:14:45 [FINE] [ForgeModLoader] Attempting to inject @SidedProxy classes into DestinationRenderer
2014-02-25 14:14:45 [FINEST] [DestinationRenderer] Sent event FMLConstructionEvent to mod DestinationRenderer
2014-02-25 14:14:45 [FINEST] [MagicYarn] Sending event FMLConstructionEvent to mod MagicYarn
2014-02-25 14:14:45 [FINEST] [ForgeModLoader] Testing mod MagicYarn to verify it accepts its own version in a remote connection
2014-02-25 14:14:45 [FINEST] [ForgeModLoader] The mod MagicYarn accepts its own version (1.0.9)
2014-02-25 14:14:45 [FINE] [ForgeModLoader] Attempting to inject @SidedProxy classes into MagicYarn
2014-02-25 14:14:45 [FINEST] [MagicYarn] Sent event FMLConstructionEvent to mod MagicYarn
2014-02-25 14:14:45 [FINEST] [Specialized Maps] Sending event FMLConstructionEvent to mod Specialized Maps
2014-02-25 14:14:45 [FINEST] [ForgeModLoader] Testing mod Specialized Maps to verify it accepts its own version in a remote connection
2014-02-25 14:14:45 [FINEST] [ForgeModLoader] The mod Specialized Maps accepts its own version (2.0.0)
2014-02-25 14:14:45 [FINE] [ForgeModLoader] Attempting to inject @SidedProxy classes into Specialized Maps
2014-02-25 14:14:45 [FINEST] [Specialized Maps] Sent event FMLConstructionEvent to mod Specialized Maps
2014-02-25 14:14:45 [FINEST] [AS_MultiMine] Sending event FMLConstructionEvent to mod AS_MultiMine
2014-02-25 14:14:45 [FINEST] [ForgeModLoader] Testing mod AS_MultiMine to verify it accepts its own version in a remote connection
2014-02-25 14:14:45 [FINEST] [ForgeModLoader] The mod AS_MultiMine accepts its own version (1.3.4)
2014-02-25 14:14:45 [FINE] [ForgeModLoader] Attempting to inject @SidedProxy classes into AS_MultiMine
2014-02-25 14:14:45 [FINEST] [AS_MultiMine] Sent event FMLConstructionEvent to mod AS_MultiMine
2014-02-25 14:14:45 [FINEST] [Opis] Sending event FMLConstructionEvent to mod Opis
2014-02-25 14:14:45 [FINEST] [ForgeModLoader] Testing mod Opis to verify it accepts its own version in a remote connection
2014-02-25 14:14:45 [FINEST] [ForgeModLoader] The mod Opis accepts its own version (1.1.3_alpha)
2014-02-25 14:14:45 [FINE] [ForgeModLoader] Attempting to inject @SidedProxy classes into Opis
2014-02-25 14:14:45 [FINEST] [Opis] Sent event FMLConstructionEvent to mod Opis
2014-02-25 14:14:45 [FINEST] [MapWriter] Sending event FMLConstructionEvent to mod MapWriter
2014-02-25 14:14:45 [FINEST] [ForgeModLoader] Testing mod MapWriter to verify it accepts its own version in a remote connection
2014-02-25 14:14:45 [FINEST] [ForgeModLoader] The mod MapWriter accepts its own version (2.0.1)
2014-02-25 14:14:45 [FINE] [ForgeModLoader] Attempting to inject @SidedProxy classes into MapWriter
2014-02-25 14:14:45 [FINEST] [MapWriter] Sent event FMLConstructionEvent to mod MapWriter
2014-02-25 14:14:45 [FINEST] [Roguelike] Sending event FMLConstructionEvent to mod Roguelike
2014-02-25 14:14:45 [FINEST] [ForgeModLoader] Testing mod Roguelike to verify it accepts its own version in a remote connection
2014-02-25 14:14:45 [FINEST] [ForgeModLoader] The mod Roguelike accepts its own version (1.2.9)
2014-02-25 14:14:45 [FINE] [ForgeModLoader] Attempting to inject @SidedProxy classes into Roguelike
2014-02-25 14:14:45 [FINEST] [Roguelike] Sent event FMLConstructionEvent to mod Roguelike
2014-02-25 14:14:45 [FINEST] [Translocator] Sending event FMLConstructionEvent to mod Translocator
2014-02-25 14:14:45 [FINEST] [ForgeModLoader] Testing mod Translocator to verify it accepts its own version in a remote connection
2014-02-25 14:14:45 [FINEST] [ForgeModLoader] The mod Translocator accepts its own version (1.1.0.14)
2014-02-25 14:14:45 [FINE] [ForgeModLoader] Attempting to inject @SidedProxy classes into Translocator
2014-02-25 14:14:45 [FINEST] [Translocator] Sent event FMLConstructionEvent to mod Translocator
2014-02-25 14:14:45 [FINEST] [TreeCapitator] Sending event FMLConstructionEvent to mod TreeCapitator
2014-02-25 14:14:45 [FINEST] [ForgeModLoader] Testing mod TreeCapitator to verify it accepts its own version in a remote connection
2014-02-25 14:14:45 [FINEST] [ForgeModLoader] The mod TreeCapitator accepts its own version (Forge 1.6.4.r09)
2014-02-25 14:14:45 [FINE] [ForgeModLoader] Attempting to inject @SidedProxy classes into TreeCapitator
2014-02-25 14:14:45 [FINEST] [TreeCapitator] Sent event FMLConstructionEvent to mod TreeCapitator
2014-02-25 14:14:45 [FINEST] [TwilightForest] Sending event FMLConstructionEvent to mod TwilightForest
2014-02-25 14:14:45 [FINEST] [ForgeModLoader] Testing mod TwilightForest to verify it accepts its own version in a remote connection
2014-02-25 14:14:45 [FINEST] [ForgeModLoader] The mod TwilightForest accepts its own version (1.20.3)
2014-02-25 14:14:45 [FINE] [ForgeModLoader] Attempting to inject @SidedProxy classes into TwilightForest
2014-02-25 14:14:46 [FINEST] [TwilightForest] Sent event FMLConstructionEvent to mod TwilightForest
2014-02-25 14:14:46 [FINEST] [UndergroundBiomes] Sending event FMLConstructionEvent to mod UndergroundBiomes
2014-02-25 14:14:46 [FINEST] [ForgeModLoader] Testing mod UndergroundBiomes to verify it accepts its own version in a remote connection
2014-02-25 14:14:46 [FINEST] [ForgeModLoader] The mod UndergroundBiomes accepts its own version (0.4.3)
2014-02-25 14:14:46 [FINE] [ForgeModLoader] Attempting to inject @SidedProxy classes into UndergroundBiomes
2014-02-25 14:14:46 [FINEST] [UndergroundBiomes] Sent event FMLConstructionEvent to mod UndergroundBiomes
2014-02-25 14:14:46 [FINEST] [MineTweaker] Sending event FMLConstructionEvent to mod MineTweaker
2014-02-25 14:14:46 [FINEST] [ForgeModLoader] Testing mod MineTweaker to verify it accepts its own version in a remote connection
2014-02-25 14:14:46 [FINEST] [ForgeModLoader] The mod MineTweaker accepts its own version (1.6.4-2.1.2)
2014-02-25 14:14:46 [FINE] [ForgeModLoader] Attempting to inject @SidedProxy classes into MineTweaker
2014-02-25 14:14:46 [FINEST] [MineTweaker] Sent event FMLConstructionEvent to mod MineTweaker
2014-02-25 14:14:46 [FINEST] [CustomOreGenRevived] Sending event FMLConstructionEvent to mod CustomOreGenRevived
2014-02-25 14:14:46 [FINE] [ForgeModLoader] Attempting to inject @SidedProxy classes into CustomOreGenRevived
2014-02-25 14:14:46 [FINEST] [CustomOreGenRevived] Sent event FMLConstructionEvent to mod CustomOreGenRevived
2014-02-25 14:14:46 [FINEST] [mod_CustomOreGen] Sending event FMLConstructionEvent to mod mod_CustomOreGen
2014-02-25 14:14:46 [FINE] [ForgeModLoader] No MLProp configuration for mod_CustomOreGen found or required. No file written
2014-02-25 14:14:46 [FINE] [ForgeModLoader] Injecting dummy network mod handler for BaseMod mod_CustomOreGen
2014-02-25 14:14:46 [FINE] [ForgeModLoader] Attempting to inject @SidedProxy classes into mod_CustomOreGen
2014-02-25 14:14:46 [FINEST] [mod_CustomOreGen] Sent event FMLConstructionEvent to mod mod_CustomOreGen
2014-02-25 14:14:46 [FINE] [ForgeModLoader] Mod signature data
2014-02-25 14:14:46 [FINE] [ForgeModLoader] mcp(Minecraft Coder Pack:8.09): minecraft.jar (NO VALID CERTIFICATE FOUND)
2014-02-25 14:14:46 [FINE] [ForgeModLoader] FML(Forge Mod Loader:6.4.49.965): minecraftforge-9.11.1.965.jar (e3c3d50c7c986df74c645c0ac54639741c90a557)
2014-02-25 14:14:46 [FINE] [ForgeModLoader] Forge(Minecraft Forge:9.11.1.965): minecraftforge-9.11.1.965.jar (NO VALID CERTIFICATE FOUND)
2014-02-25 14:14:46 [FINE] [ForgeModLoader] CodeChickenCore(CodeChicken Core:0.9.0.8): minecraft.jar (NO VALID CERTIFICATE FOUND)
2014-02-25 14:14:46 [FINE] [ForgeModLoader] Evoc(Evoc:1.0.0): minecraft.jar (NO VALID CERTIFICATE FOUND)
2014-02-25 14:14:46 [FINE] [ForgeModLoader] MobiusCore(MobiusCore:1.0.5): minecraft.jar (NO VALID CERTIFICATE FOUND)
2014-02-25 14:14:46 [FINE] [ForgeModLoader] NotEnoughItems(Not Enough Items:1.6.1.9): NotEnoughItems 1.6.1.9.jar (NO VALID CERTIFICATE FOUND)
2014-02-25 14:14:46 [FINE] [ForgeModLoader] denLib(denLib:3.2.6): minecraft.jar (NO VALID CERTIFICATE FOUND)
2014-02-25 14:14:46 [FINE] [ForgeModLoader] DenEvents(DenEvents:1.0): DenEvents.jar (NO VALID CERTIFICATE FOUND)
2014-02-25 14:14:46 [FINE] [ForgeModLoader] Artifacts(Artifacts:0.12.3): Artifacts-162-0123.zip (NO VALID CERTIFICATE FOUND)
2014-02-25 14:14:46 [FINE] [ForgeModLoader] ATG(Alternate Terrain Generation:0.9.4): ATG-1.6.4-0.9.4.jar (NO VALID CERTIFICATE FOUND)
2014-02-25 14:14:46 [FINE] [ForgeModLoader] BBOutlineMod(BBox Outline Mod:0.10-4): bboutline-v0.10-4-1.6.4-9.11.0.880-forge.zip (NO VALID CERTIFICATE FOUND)
2014-02-25 14:14:46 [FINE] [ForgeModLoader] bspkrsCore(bspkrsCore:v5.3(1.6.4)): bspkrsCorev5.3.zip (NO VALID CERTIFICATE FOUND)
2014-02-25 14:14:46 [FINE] [ForgeModLoader] CarpentersBlocks(Carpenter's Blocks:2.0.3): Carpenter's Blocks v2.0.3 - MC 1.6+.zip (NO VALID CERTIFICATE FOUND)
2014-02-25 14:14:46 [FINE] [ForgeModLoader] CreeperCollateral(CreeperCollateral:3.0.3): CreeperCollateral-1.6.4-3.0.3.jar (NO VALID CERTIFICATE FOUND)
2014-02-25 14:14:46 [FINE] [ForgeModLoader] ImmibisCore(Immibis Core:57.1.94): immibis-core-57.1.94.jar (NO VALID CERTIFICATE FOUND)
2014-02-25 14:14:46 [FINE] [ForgeModLoader] DimensionalAnchors(Dimensional Anchors:57.1.95): dimensional-anchor-57.1.95.jar (NO VALID CERTIFICATE FOUND)
2014-02-25 14:14:46 [FINE] [ForgeModLoader] Waila(Waila:1.5.1): Waila_1.5.1a.zip (NO VALID CERTIFICATE FOUND)
2014-02-25 14:14:46 [FINE] [ForgeModLoader] DragonAPI(DragonAPI:release): DragonAPI 1.6 V17.zip (NO VALID CERTIFICATE FOUND)
2014-02-25 14:14:46 [FINE] [ForgeModLoader] DyeTrees(Dye Trees:beta): DyeTrees 1.6 V17.zip (NO VALID CERTIFICATE FOUND)
2014-02-25 14:14:46 [FINE] [ForgeModLoader] EnderStorage(EnderStorage:1.4.3.6): EnderStorage 1.4.3.6.jar (NO VALID CERTIFICATE FOUND)
2014-02-25 14:14:46 [FINE] [ForgeModLoader] ExtrabiomesXL(ExtrabiomesXL:3.15.4): ExtrabiomesXL-universal-1.6.4-3.15.4.jar (NO VALID CERTIFICATE FOUND)
2014-02-25 14:14:46 [FINE] [ForgeModLoader] ExtraUtilities(Extra Utilities:1.0.3a): extrautils-1.0.3a.zip (NO VALID CERTIFICATE FOUND)
2014-02-25 14:14:46 [FINE] [ForgeModLoader] Mystcraft(Mystcraft:0.10.12.01): mystcraft-uni-1.6.4-0.10.12.01.zip (NO VALID CERTIFICATE FOUND)
2014-02-25 14:14:46 [FINE] [ForgeModLoader] XplosionCore(Xplosion Core:1.0.2.0): XplosionCore-V1.0.2.0.zip (NO VALID CERTIFICATE FOUND)
2014-02-25 14:14:46 [FINE] [ForgeModLoader] FlatBedrock(Flat Bedrock:1.1.1.0): FlatBedrock-1.1.1.0.zip (NO VALID CERTIFICATE FOUND)
2014-02-25 14:14:46 [FINE] [ForgeModLoader] GeoStrata(GeoStrata:Gamma): GeoStrata 1.6 V17.zip (NO VALID CERTIFICATE FOUND)
2014-02-25 14:14:46 [FINE] [ForgeModLoader] InfernalMobs(Infernal Mobs:1.4.3): InfernalMobs_1.6.4.zip (NO VALID CERTIFICATE FOUND)
2014-02-25 14:14:46 [FINE] [ForgeModLoader] JABBA(JABBA:1.1.1): JABBA_1.1.1.zip (NO VALID CERTIFICATE FOUND)
2014-02-25 14:14:46 [FINE] [ForgeModLoader] LegacyCraft(LegacyCraft:beta): LegacyCraft 1.6 V17.zip (NO VALID CERTIFICATE FOUND)
2014-02-25 14:14:46 [FINE] [ForgeModLoader] linkingtweaks(Linking Tweaks:@VERSION@): linking-tweaks_pre1.zip (NO VALID CERTIFICATE FOUND)
2014-02-25 14:14:46 [FINE] [ForgeModLoader] DestinationRenderer(Link Destination Renderer:0.0.12): LinkRenders-012.zip (NO VALID CERTIFICATE FOUND)
2014-02-25 14:14:46 [FINE] [ForgeModLoader] MagicYarn(Magic Yarn:1.0.9): MagicYarn_1.6.4.zip (NO VALID CERTIFICATE FOUND)
2014-02-25 14:14:46 [FINE] [ForgeModLoader] Specialized Maps(More Maps:2.0.0): more-maps-162.zip (NO VALID CERTIFICATE FOUND)
2014-02-25 14:14:46 [FINE] [ForgeModLoader] AS_MultiMine(Multi Mine:1.3.4): MultiMine_1.6.4.jar (NO VALID CERTIFICATE FOUND)
2014-02-25 14:14:46 [FINE] [ForgeModLoader] Opis(Opis:1.1.3_alpha): Opis_1.1.3_alpha.zip (NO VALID CERTIFICATE FOUND)
2014-02-25 14:14:46 [FINE] [ForgeModLoader] MapWriter(MapWriter:2.0.1): Opis_1.1.3_alpha.zip (NO VALID CERTIFICATE FOUND)
2014-02-25 14:14:46 [FINE] [ForgeModLoader] Roguelike(Roguelike Dungeons:1.2.9): roguelike-v1.2.9-forge-1.6.4.zip (NO VALID CERTIFICATE FOUND)
2014-02-25 14:14:46 [FINE] [ForgeModLoader] Translocator(Translocator:1.1.0.14): Translocator 1.1.0.14.jar (NO VALID CERTIFICATE FOUND)
2014-02-25 14:14:46 [FINE] [ForgeModLoader] TreeCapitator(Treecapitator:Forge 1.6.4.r09): TreeCapitator.Forge.1.6.4.r09.Universal.zip (NO VALID CERTIFICATE FOUND)
2014-02-25 14:14:46 [FINE] [ForgeModLoader] TwilightForest(The Twilight Forest:1.20.3): twilightforest-1.20.3.jar (NO VALID CERTIFICATE FOUND)
2014-02-25 14:14:46 [FINE] [ForgeModLoader] UndergroundBiomes(Underground Biomes:0.4.3): UndergroundBiomesConstructs_1.6.x-0.3j.zip (NO VALID CERTIFICATE FOUND)
2014-02-25 14:14:46 [FINE] [ForgeModLoader] MineTweaker(MineTweaker:1.6.4-2.1.2): zMineTweaker-1.6.4-2.3.1.jar (NO VALID CERTIFICATE FOUND)
2014-02-25 14:14:46 [FINE] [ForgeModLoader] CustomOreGenRevived(Custom Ore Generation: First Revival:1.0.22): CustomOreGenRevived-1.6.4-1.0.22.jar (NO VALID CERTIFICATE FOUND)
2014-02-25 14:14:46 [FINE] [ForgeModLoader] mod_CustomOreGen(mod_CustomOreGen:1.0.22): CustomOreGenRevived-1.6.4-1.0.22.jar (NO VALID CERTIFICATE FOUND)
2014-02-25 14:14:46 [FINEST] [mcp] Sending event FMLPreInitializationEvent to mod mcp
2014-02-25 14:14:46 [FINEST] [mcp] Sent event FMLPreInitializationEvent to mod mcp
2014-02-25 14:14:46 [FINEST] [FML] Sending event FMLPreInitializationEvent to mod FML
2014-02-25 14:14:46 [FINEST] [FML] Sent event FMLPreInitializationEvent to mod FML
2014-02-25 14:14:46 [FINEST] [Forge] Sending event FMLPreInitializationEvent to mod Forge
2014-02-25 14:14:46 [INFO] [ForgeModLoader] Configured a dormant chunk cache size of 0
2014-02-25 14:14:46 [FINEST] [Forge] Sent event FMLPreInitializationEvent to mod Forge
2014-02-25 14:14:46 [FINEST] [CodeChickenCore] Sending event FMLPreInitializationEvent to mod CodeChickenCore
2014-02-25 14:14:46 [FINEST] [CodeChickenCore] Sent event FMLPreInitializationEvent to mod CodeChickenCore
2014-02-25 14:14:46 [FINEST] [Evoc] Sending event FMLPreInitializationEvent to mod Evoc
2014-02-25 14:14:46 [FINEST] [Evoc] Sent event FMLPreInitializationEvent to mod Evoc
2014-02-25 14:14:46 [FINEST] [MobiusCore] Sending event FMLPreInitializationEvent to mod MobiusCore
2014-02-25 14:14:46 [FINEST] [MobiusCore] Sent event FMLPreInitializationEvent to mod MobiusCore
2014-02-25 14:14:46 [FINEST] [NotEnoughItems] Sending event FMLPreInitializationEvent to mod NotEnoughItems
2014-02-25 14:14:46 [FINEST] [NotEnoughItems] Sent event FMLPreInitializationEvent to mod NotEnoughItems
2014-02-25 14:14:46 [FINEST] [denLib] Sending event FMLPreInitializationEvent to mod denLib
2014-02-25 14:14:46 [FINEST] [denLib] Sent event FMLPreInitializationEvent to mod denLib
2014-02-25 14:14:46 [FINEST] [DenEvents] Sending event FMLPreInitializationEvent to mod DenEvents
2014-02-25 14:14:46 [FINEST] [DenEvents] Sent event FMLPreInitializationEvent to mod DenEvents
2014-02-25 14:14:46 [FINEST] [Artifacts] Sending event FMLPreInitializationEvent to mod Artifacts
2014-02-25 14:14:46 [INFO] [STDOUT] Instancing default icon list
2014-02-25 14:14:46 [FINE] [fml.ItemTracker] Adding item draco18s.artifacts.item.ItemArtifact(4156) owned by Artifacts
2014-02-25 14:14:46 [FINE] [fml.ItemTracker] Adding item draco18s.artifacts.item.ItemArtifactArmor(4236) owned by Artifacts
2014-02-25 14:14:46 [FINE] [fml.ItemTracker] Adding item draco18s.artifacts.item.ItemArtifactArmor(4237) owned by Artifacts
2014-02-25 14:14:46 [FINE] [fml.ItemTracker] Adding item draco18s.artifacts.item.ItemArtifactArmor(4238) owned by Artifacts
2014-02-25 14:14:46 [FINE] [fml.ItemTracker] Adding item draco18s.artifacts.item.ItemArtifactArmor(4239) owned by Artifacts
2014-02-25 14:14:46 [FINE] [fml.ItemTracker] Adding item draco18s.artifacts.item.ItemArtifactArmor(4240) owned by Artifacts
2014-02-25 14:14:46 [FINE] [fml.ItemTracker] Adding item draco18s.artifacts.item.ItemArtifactArmor(4241) owned by Artifacts
2014-02-25 14:14:46 [FINE] [fml.ItemTracker] Adding item draco18s.artifacts.item.ItemArtifactArmor(4242) owned by Artifacts
2014-02-25 14:14:46 [FINE] [fml.ItemTracker] Adding item draco18s.artifacts.item.ItemArtifactArmor(4243) owned by Artifacts
2014-02-25 14:14:46 [FINE] [fml.ItemTracker] Adding item draco18s.artifacts.item.ItemArtifactArmor(4244) owned by Artifacts
2014-02-25 14:14:46 [FINE] [fml.ItemTracker] Adding item draco18s.artifacts.item.ItemArtifactArmor(4245) owned by Artifacts
2014-02-25 14:14:46 [FINE] [fml.ItemTracker] Adding item draco18s.artifacts.item.ItemArtifactArmor(4246) owned by Artifacts
2014-02-25 14:14:46 [FINE] [fml.ItemTracker] Adding item draco18s.artifacts.item.ItemArtifactArmor(4247) owned by Artifacts
2014-02-25 14:14:46 [FINE] [fml.ItemTracker] Adding item draco18s.artifacts.item.ItemArtifactArmor(4248) owned by Artifacts
2014-02-25 14:14:46 [FINE] [fml.ItemTracker] Adding item draco18s.artifacts.item.ItemArtifactArmor(4249) owned by Artifacts
2014-02-25 14:14:46 [FINE] [fml.ItemTracker] Adding item draco18s.artifacts.item.ItemArtifactArmor(4250) owned by Artifacts
2014-02-25 14:14:46 [FINE] [fml.ItemTracker] Adding item draco18s.artifacts.item.ItemArtifactArmor(4251) owned by Artifacts
2014-02-25 14:14:46 [FINE] [fml.ItemTracker] Adding item draco18s.artifacts.item.ItemArtifactArmor(4252) owned by Artifacts
2014-02-25 14:14:46 [FINE] [fml.ItemTracker] Adding item draco18s.artifacts.item.ItemArtifactArmor(4253) owned by Artifacts
2014-02-25 14:14:46 [FINE] [fml.ItemTracker] Adding item draco18s.artifacts.item.ItemArtifactArmor(4254) owned by Artifacts
2014-02-25 14:14:46 [FINE] [fml.ItemTracker] Adding item draco18s.artifacts.item.ItemArtifactArmor(4255) owned by Artifacts
2014-02-25 14:14:46 [FINE] [fml.ItemTracker] Adding item draco18s.artifacts.item.ItemFakeSwordRenderable(4157) owned by Artifacts
2014-02-25 14:14:46 [FINE] [fml.ItemTracker] Adding item draco18s.artifacts.item.ItemFakeSwordRenderable(4158) owned by Artifacts
2014-02-25 14:14:46 [FINE] [fml.ItemTracker] Adding item draco18s.artifacts.item.ItemFakeSwordRenderable(4159) owned by Artifacts
2014-02-25 14:14:46 [FINE] [fml.ItemTracker] Adding item draco18s.artifacts.item.ItemFakeSwordRenderable(4160) owned by Artifacts
2014-02-25 14:14:46 [FINE] [fml.ItemTracker] Adding item draco18s.artifacts.item.ItemFakeSwordRenderable(4161) owned by Artifacts
2014-02-25 14:14:46 [FINE] [fml.ItemTracker] Adding item draco18s.artifacts.item.ItemOrichalcumDust(4276) owned by Artifacts
2014-02-25 14:14:46 [FINE] [fml.ItemTracker] Adding item draco18s.artifacts.item.ItemCalendar(4277) owned by Artifacts
2014-02-25 14:14:46 [FINE] [fml.ItemTracker] Adding item net.minecraft.item.ItemBlock(3909) owned by Artifacts
2014-02-25 14:14:46 [FINE] [fml.ItemTracker] Adding item net.minecraft.item.ItemBlock(4010) owned by Artifacts
2014-02-25 14:14:46 [FINE] [fml.ItemTracker] Adding item net.minecraft.item.ItemBlock(3901) owned by Artifacts
2014-02-25 14:14:46 [FINE] [fml.ItemTracker] Adding item net.minecraft.item.ItemBlock(3995) owned by Artifacts
2014-02-25 14:14:46 [FINE] [fml.ItemTracker] Adding item net.minecraft.item.ItemBlock(3994) owned by Artifacts
2014-02-25 14:14:46 [FINE] [fml.ItemTracker] Adding item net.minecraft.item.ItemBlock(3902) owned by Artifacts
2014-02-25 14:14:46 [FINE] [fml.ItemTracker] Adding item net.minecraft.item.ItemBlock(3911) owned by Artifacts
2014-02-25 14:14:46 [FINE] [fml.ItemTracker] Adding item net.minecraft.item.ItemBlock(4012) owned by Artifacts
2014-02-25 14:14:46 [FINE] [fml.ItemTracker] Adding item net.minecraft.item.ItemBlock(3903) owned by Artifacts
2014-02-25 14:14:46 [FINE] [fml.ItemTracker] Adding item net.minecraft.item.ItemBlock(3904) owned by Artifacts
2014-02-25 14:14:46 [FINE] [fml.ItemTracker] Adding item net.minecraft.item.ItemBlock(3906) owned by Artifacts
2014-02-25 14:14:46 [FINE] [fml.ItemTracker] Adding item net.minecraft.item.ItemBlock(3907) owned by Artifacts
2014-02-25 14:14:46 [FINE] [fml.ItemTracker] Adding item net.minecraft.item.ItemBlock(3916) owned by Artifacts
2014-02-25 14:14:46 [FINE] [fml.ItemTracker] Adding item net.minecraft.item.ItemBlock(3917) owned by Artifacts
2014-02-25 14:14:46 [FINE] [fml.ItemTracker] Adding item net.minecraft.item.ItemBlock(3918) owned by Artifacts
2014-02-25 14:14:46 [FINE] [fml.ItemTracker] Adding item net.minecraft.item.ItemBlock(4021) owned by Artifacts
2014-02-25 14:14:46 [FINE] [fml.ItemTracker] Adding item net.minecraft.item.ItemBlock(4022) owned by Artifacts
2014-02-25 14:14:46 [FINEST] [ForgeModLoader] Automatically registered mod Artifacts entity EntClayGolem as Artifacts.EntClayGolem
2014-02-25 14:14:46 [FINEST] [ForgeModLoader] Automatically registered mod Artifacts entity SpecialArrow as Artifacts.SpecialArrow
2014-02-25 14:14:46 [FINE] [ForgeModLoader] Runtime patching class net/minecraft/world/gen/structure/StructureVillagePieces (input size 4892), found 1 patch
2014-02-25 14:14:46 [FINE] [ForgeModLoader] Successfully applied runtime patches for net/minecraft/world/gen/structure/StructureVillagePieces (new size 6504)
2014-02-25 14:14:46 [FINEST] [Artifacts] Sent event FMLPreInitializationEvent to mod Artifacts
2014-02-25 14:14:46 [FINEST] [ATG] Sending event FMLPreInitializationEvent to mod ATG
2014-02-25 14:14:47 [FINEST] [ATG] Sent event FMLPreInitializationEvent to mod ATG
2014-02-25 14:14:47 [FINEST] [BBOutlineMod] Sending event FMLPreInitializationEvent to mod BBOutlineMod
2014-02-25 14:14:47 [FINEST] [BBOutlineMod] Sent event FMLPreInitializationEvent to mod BBOutlineMod
2014-02-25 14:14:47 [FINEST] [bspkrsCore] Sending event FMLPreInitializationEvent to mod bspkrsCore
2014-02-25 14:14:47 [FINEST] [bspkrsCore] Sent event FMLPreInitializationEvent to mod bspkrsCore
2014-02-25 14:14:47 [FINEST] [CarpentersBlocks] Sending event FMLPreInitializationEvent to mod CarpentersBlocks
2014-02-25 14:14:47 [INFO] [CarpentersBlocks] Extended plant support integration successful.
2014-02-25 14:14:47 [INFO] [CarpentersBlocks] Successfully loaded 18 flower pot designs.
2014-02-25 14:14:47 [INFO] [CarpentersBlocks] Successfully loaded 9 chisel patterns.
2014-02-25 14:14:47 [INFO] [CarpentersBlocks] Successfully loaded 6 bed designs.
2014-02-25 14:14:47 [FINEST] [CarpentersBlocks] Sent event FMLPreInitializationEvent to mod CarpentersBlocks
2014-02-25 14:14:47 [FINEST] [CreeperCollateral] Sending event FMLPreInitializationEvent to mod CreeperCollateral
2014-02-25 14:14:47 [FINEST] [CreeperCollateral] Sent event FMLPreInitializationEvent to mod CreeperCollateral
2014-02-25 14:14:47 [FINEST] [ImmibisCore] Sending event FMLPreInitializationEvent to mod ImmibisCore
2014-02-25 14:14:47 [FINEST] [ImmibisCore] Sent event FMLPreInitializationEvent to mod ImmibisCore
2014-02-25 14:14:47 [FINEST] [DimensionalAnchors] Sending event FMLPreInitializationEvent to mod DimensionalAnchors
2014-02-25 14:14:47 [FINEST] [DimensionalAnchors] Sent event FMLPreInitializationEvent to mod DimensionalAnchors
2014-02-25 14:14:47 [FINEST] [Waila] Sending event FMLPreInitializationEvent to mod Waila
2014-02-25 14:14:47 [FINEST] [Waila] Sent event FMLPreInitializationEvent to mod Waila
2014-02-25 14:14:47 [FINEST] [DragonAPI] Sending event FMLPreInitializationEvent to mod DragonAPI
2014-02-25 14:14:47 [INFO] [STDOUT] DRAGONAPI: Creating logger. Log Loading: true; Debug mode: false; Warnings: false
2014-02-25 14:14:47 [INFO] [STDOUT] DRAGONAPI: RotaryCraft not detected in the MC installation. No special action taken.
2014-02-25 14:14:47 [INFO] [STDOUT] DRAGONAPI: ReactorCraft not detected in the MC installation. No special action taken.
2014-02-25 14:14:47 [INFO] [STDOUT] DRAGONAPI: DyeTrees detected in the MC installation. Adjusting behavior accordingly.
2014-02-25 14:14:47 [INFO] [STDOUT] DRAGONAPI: Attempting to load data from DyeTrees
2014-02-25 14:14:47 [INFO] [STDOUT] DRAGONAPI: Could not block class for DyeTrees: Specified class was null. This may not be an error.
2014-02-25 14:14:47 [INFO] [STDOUT] DRAGONAPI: Could not item class for DyeTrees: Specified class was null. This may not be an error.
2014-02-25 14:14:47 [INFO] [STDOUT] DRAGONAPI: ExpandedRedstone not detected in the MC installation. No special action taken.
2014-02-25 14:14:47 [INFO] [STDOUT] DRAGONAPI: GeoStrata detected in the MC installation. Adjusting behavior accordingly.
2014-02-25 14:14:47 [INFO] [STDOUT] DRAGONAPI: Attempting to load data from GeoStrata
2014-02-25 14:14:47 [INFO] [STDOUT] DRAGONAPI: Could not block class for GeoStrata: Specified class was null. This may not be an error.
2014-02-25 14:14:47 [INFO] [STDOUT] DRAGONAPI: Could not item class for GeoStrata: Specified class was null. This may not be an error.
2014-02-25 14:14:47 [INFO] [STDOUT] DRAGONAPI: RealBiomes not detected in the MC installation. No special action taken.
2014-02-25 14:14:47 [INFO] [STDOUT] DRAGONAPI: FurryKingdoms not detected in the MC installation. No special action taken.
2014-02-25 14:14:47 [INFO] [STDOUT] DRAGONAPI: SpiderPet not detected in the MC installation. No special action taken.
2014-02-25 14:14:47 [INFO] [STDOUT] DRAGONAPI: EnderForest not detected in the MC installation. No special action taken.
2014-02-25 14:14:47 [INFO] [STDOUT] DRAGONAPI: VoidMonster not detected in the MC installation. No special action taken.
2014-02-25 14:14:47 [INFO] [STDOUT] DRAGONAPI: UsefulTNT not detected in the MC installation. No special action taken.
2014-02-25 14:14:47 [INFO] [STDOUT] DRAGONAPI: MeteorCraft not detected in the MC installation. No special action taken.
2014-02-25 14:14:47 [INFO] [STDOUT] DRAGONAPI: JetPlane not detected in the MC installation. No special action taken.
2014-02-25 14:14:47 [INFO] [STDOUT] DRAGONAPI: CaveControl not detected in the MC installation. No special action taken.
2014-02-25 14:14:47 [INFO] [STDOUT] DRAGONAPI: LegacyCraft detected in the MC installation. Adjusting behavior accordingly.
2014-02-25 14:14:47 [INFO] [STDOUT] DRAGONAPI: Attempting to load data from LegacyCraft
2014-02-25 14:14:47 [INFO] [STDOUT] DRAGONAPI: Could not block class for LegacyCraft: Specified class was null. This may not be an error.
2014-02-25 14:14:47 [INFO] [STDOUT] DRAGONAPI: Could not item class for LegacyCraft: Specified class was null. This may not be an error.
2014-02-25 14:14:47 [INFO] [STDOUT] DRAGONAPI: BuildCraft|Energy not detected in the MC installation. No special action taken.
2014-02-25 14:14:47 [INFO] [STDOUT] DRAGONAPI: BuildCraft|Factory not detected in the MC installation. No special action taken.
2014-02-25 14:14:47 [INFO] [STDOUT] DRAGONAPI: BuildCraft|Transport not detected in the MC installation. No special action taken.
2014-02-25 14:14:47 [INFO] [STDOUT] DRAGONAPI: Thaumcraft not detected in the MC installation. No special action taken.
2014-02-25 14:14:47 [INFO] [STDOUT] DRAGONAPI: IC2 not detected in the MC installation. No special action taken.
2014-02-25 14:14:47 [INFO] [STDOUT] DRAGONAPI: GregTech not detected in the MC installation. No special action taken.
2014-02-25 14:14:47 [INFO] [STDOUT] DRAGONAPI: Forestry not detected in the MC installation. No special action taken.
2014-02-25 14:14:47 [INFO] [STDOUT] DRAGONAPI: AppliedEnergistics not detected in the MC installation. No special action taken.
2014-02-25 14:14:47 [INFO] [STDOUT] DRAGONAPI: MFFS not detected in the MC installation. No special action taken.
2014-02-25 14:14:47 [INFO] [STDOUT] DRAGONAPI: RedPower not detected in the MC installation. No special action taken.
2014-02-25 14:14:47 [INFO] [STDOUT] DRAGONAPI: TwilightForest detected in the MC installation. Adjusting behavior accordingly.
2014-02-25 14:14:47 [INFO] [STDOUT] DRAGONAPI: Attempting to load data from TwilightForest
2014-02-25 14:14:47 [INFO] [STDOUT] DRAGONAPI: Natura not detected in the MC installation. No special action taken.
2014-02-25 14:14:47 [INFO] [STDOUT] DRAGONAPI: BiomesOPlenty not detected in the MC installation. No special action taken.
2014-02-25 14:14:47 [INFO] [STDOUT] DRAGONAPI: ExtraBiomesXL not detected in the MC installation. No special action taken.
2014-02-25 14:14:47 [INFO] [STDOUT] DRAGONAPI: MineFactoryReloaded not detected in the MC installation. No special action taken.
2014-02-25 14:14:47 [INFO] [STDOUT] DRAGONAPI: DartCraft not detected in the MC installation. No special action taken.
2014-02-25 14:14:47 [INFO] [STDOUT] DRAGONAPI: TConstruct not detected in the MC installation. No special action taken.
2014-02-25 14:14:47 [INFO] [STDOUT] DRAGONAPI: ThermalExpansion not detected in the MC installation. No special action taken.
2014-02-25 14:14:47 [INFO] [STDOUT] DRAGONAPI: Mekanism not detected in the MC installation. No special action taken.
2014-02-25 14:14:47 [INFO] [STDOUT] DRAGONAPI: MekanismTools not detected in the MC installation. No special action taken.
2014-02-25 14:14:47 [INFO] [STDOUT] DRAGONAPI: Railcraft not detected in the MC installation. No special action taken.
2014-02-25 14:14:47 [INFO] [STDOUT] DRAGONAPI: ICBM|Explosion not detected in the MC installation. No special action taken.
2014-02-25 14:14:47 [INFO] [STDOUT] DRAGONAPI: arsmagica2 not detected in the MC installation. No special action taken.
2014-02-25 14:14:47 [INFO] [STDOUT] DRAGONAPI: TransitionalAssistance not detected in the MC installation. No special action taken.
2014-02-25 14:14:47 [INFO] [STDOUT] DRAGONAPI: EnderStorage detected in the MC installation. Adjusting behavior accordingly.
2014-02-25 14:14:47 [INFO] [STDOUT] DRAGONAPI: Attempting to load data from EnderStorage
2014-02-25 14:14:47 [INFO] [STDOUT] DRAGONAPI: Could not block class for EnderStorage: Specified class was null. This may not be an error.
2014-02-25 14:14:47 [INFO] [STDOUT] DRAGONAPI: Could not item class for EnderStorage: Specified class was null. This may not be an error.
2014-02-25 14:14:47 [INFO] [STDOUT] DRAGONAPI: Optifine not detected in the MC installation. No special action taken.
2014-02-25 14:14:47 [INFO] [STDOUT] DRAGONAPI: TreeCapitator detected in the MC installation. Adjusting behavior accordingly.
2014-02-25 14:14:47 [INFO] [STDOUT] DRAGONAPI: Attempting to load data from TreeCapitator
2014-02-25 14:14:47 [INFO] [STDOUT] DRAGONAPI: Could not block class for TreeCapitator: Specified class was null. This may not be an error.
2014-02-25 14:14:47 [INFO] [STDOUT] DRAGONAPI: Could not item class for TreeCapitator: Specified class was null. This may not be an error.
2014-02-25 14:14:47 [INFO] [STDOUT] DRAGONAPI: pamharvestcraft not detected in the MC installation. No special action taken.
2014-02-25 14:14:47 [INFO] [STDOUT] DRAGONAPI: Mystcraft detected in the MC installation. Adjusting behavior accordingly.
2014-02-25 14:14:47 [INFO] [STDOUT] DRAGONAPI: Attempting to load data from Mystcraft
2014-02-25 14:14:47 [INFO] [STDOUT] DRAGONAPI: Could not block class for Mystcraft: Specified class was null. This may not be an error.
2014-02-25 14:14:47 [INFO] [STDOUT] DRAGONAPI: Could not item class for Mystcraft: Specified class was null. This may not be an error.
2014-02-25 14:14:47 [INFO] [STDOUT] DRAGONAPI: magicalcrops not detected in the MC installation. No special action taken.
2014-02-25 14:14:47 [INFO] [STDOUT] DRAGONAPI: Mimicry not detected in the MC installation. No special action taken.
2014-02-25 14:14:47 [INFO] [STDOUT] DRAGONAPI: QuantumCraft not detected in the MC installation. No special action taken.
2014-02-25 14:14:47 [INFO] [STDOUT] DRAGONAPI: OpenBlocks not detected in the MC installation. No special action taken.
2014-02-25 14:14:47 [INFO] [STDOUT] DRAGONAPI: factorization not detected in the MC installation. No special action taken.
2014-02-25 14:14:47 [INFO] [STDOUT] DRAGONAPI: UniversalElectricity not detected in the MC installation. No special action taken.
2014-02-25 14:14:47 [INFO] [STDOUT] DRAGONAPI: ExtraUtilities detected in the MC installation. Adjusting behavior accordingly.
2014-02-25 14:14:47 [INFO] [STDOUT] DRAGONAPI: Attempting to load data from ExtraUtilities
2014-02-25 14:14:47 [INFO] [STDOUT] DRAGONAPI: powersuits not detected in the MC installation. No special action taken.
2014-02-25 14:14:47 [INFO] [STDOUT] DRAGONAPI: Redstone Arsenal not detected in the MC installation. No special action taken.
2014-02-25 14:14:47 [INFO] [STDOUT] DRAGONAPI: Overriding the vanilla PotionTypes array to allow for potion IDs up to 255 (up from 31).
2014-02-25 14:14:47 [FINEST] [DragonAPI] Sent event FMLPreInitializationEvent to mod DragonAPI
2014-02-25 14:14:47 [FINEST] [DyeTrees] Sending event FMLPreInitializationEvent to mod DyeTrees
2014-02-25 14:14:47 [INFO] [STDOUT] DYE TREES: Creating logger. Log Loading: true; Debug mode: false; Warnings: false
2014-02-25 14:14:47 [FINEST] [DyeTrees] Sent event FMLPreInitializationEvent to mod DyeTrees
2014-02-25 14:14:47 [FINEST] [EnderStorage] Sending event FMLPreInitializationEvent to mod EnderStorage
2014-02-25 14:14:47 [FINEST] [EnderStorage] Sent event FMLPreInitializationEvent to mod EnderStorage
2014-02-25 14:14:47 [FINEST] [ExtrabiomesXL] Sending event FMLPreInitializationEvent to mod ExtrabiomesXL
2014-02-25 14:14:47 [INFO] [ExtrabiomesXL] Initializing.
2014-02-25 14:14:47 [FINE] [fml.ItemTracker] Adding item extrabiomes.items.ItemCustomLeaves(1200) owned by ExtrabiomesXL
2014-02-25 14:14:47 [FINE] [fml.ItemTracker] Adding item extrabiomes.items.ItemCatTail(1201) owned by ExtrabiomesXL
2014-02-25 14:14:47 [FINE] [fml.ItemTracker] Adding item net.minecraft.item.ItemBlock(222) owned by ExtrabiomesXL
2014-02-25 14:14:47 [FINE] [fml.ItemTracker] Adding item extrabiomes.items.ItemFlower(1203) owned by ExtrabiomesXL
2014-02-25 14:14:47 [FINE] [fml.ItemTracker] Adding item extrabiomes.items.ItemFlower(2314) owned by ExtrabiomesXL
2014-02-25 14:14:47 [FINE] [fml.ItemTracker] Adding item extrabiomes.items.ItemFlower(2315) owned by ExtrabiomesXL
2014-02-25 14:14:47 [FINE] [fml.ItemTracker] Adding item extrabiomes.items.ItemGrass(1204) owned by ExtrabiomesXL
2014-02-25 14:14:47 [FINE] [fml.ItemTracker] Adding item extrabiomes.items.ItemCustomGreenLeaves(1205) owned by ExtrabiomesXL
2014-02-25 14:14:47 [FINE] [fml.ItemTracker] Adding item extrabiomes.items.ItemCustomNewLeaves(2226) owned by ExtrabiomesXL
2014-02-25 14:14:47 [FINE] [fml.ItemTracker] Adding item extrabiomes.items.ItemCustomMoreLeaves(2237) owned by ExtrabiomesXL
2014-02-25 14:14:47 [FINE] [fml.ItemTracker] Adding item net.minecraft.item.ItemBlock(1206) owned by ExtrabiomesXL
2014-02-25 14:14:47 [FINE] [fml.ItemTracker] Adding item extrabiomes.items.ItemRedRock(227) owned by ExtrabiomesXL
2014-02-25 14:14:47 [INFO] [STDOUT] Running transformation on abr
2014-02-25 14:14:47 [FINE] [fml.ItemTracker] Adding item extrabiomes.items.ItemSapling(1208) owned by ExtrabiomesXL
2014-02-25 14:14:47 [FINE] [fml.ItemTracker] Adding item extrabiomes.items.ItemNewSapling(2224) owned by ExtrabiomesXL
2014-02-25 14:14:47 [FINE] [fml.ItemTracker] Adding item extrabiomes.utility.MultiItemBlock(1209) owned by ExtrabiomesXL
2014-02-25 14:14:47 [FINE] [fml.ItemTracker] Adding item extrabiomes.utility.MultiItemBlock(2231) owned by ExtrabiomesXL
2014-02-25 14:14:47 [FINE] [fml.ItemTracker] Adding item extrabiomes.items.ItemCustomMiniLog(2238) owned by ExtrabiomesXL
2014-02-25 14:14:47 [FINE] [fml.ItemTracker] Adding item extrabiomes.items.ItemOldQuarterLog(1210) owned by ExtrabiomesXL
2014-02-25 14:14:47 [FINE] [fml.ItemTracker] Adding item extrabiomes.items.ItemOldQuarterLog(1211) owned by ExtrabiomesXL
2014-02-25 14:14:47 [FINE] [fml.ItemTracker] Adding item extrabiomes.items.ItemOldQuarterLog(1212) owned by ExtrabiomesXL
2014-02-25 14:14:47 [FINE] [fml.ItemTracker] Adding item extrabiomes.items.ItemOldQuarterLog(1213) owned by ExtrabiomesXL
2014-02-25 14:14:47 [FINE] [fml.ItemTracker] Adding item extrabiomes.items.ItemNewQuarterLog(2225) owned by ExtrabiomesXL
2014-02-25 14:14:47 [FINE] [fml.ItemTracker] Adding item extrabiomes.items.ItemNewQuarterLog(2229) owned by ExtrabiomesXL
2014-02-25 14:14:47 [FINE] [fml.ItemTracker] Adding item extrabiomes.items.ItemNewQuarterLog(2353) owned by ExtrabiomesXL
2014-02-25 14:14:47 [FINE] [fml.ItemTracker] Adding item extrabiomes.items.ItemNewQuarterLog(2351) owned by ExtrabiomesXL
2014-02-25 14:14:47 [FINE] [fml.ItemTracker] Adding item extrabiomes.items.ItemNewQuarterLog(2352) owned by ExtrabiomesXL
2014-02-25 14:14:47 [FINE] [fml.ItemTracker] Adding item extrabiomes.items.ItemKneeLog(2227) owned by ExtrabiomesXL
2014-02-25 14:14:47 [FINE] [fml.ItemTracker] Adding item extrabiomes.items.ItemKneeLog(2228) owned by ExtrabiomesXL
2014-02-25 14:14:47 [FINE] [fml.ItemTracker] Adding item net.minecraft.item.ItemBlock(2316) owned by ExtrabiomesXL
2014-02-25 14:14:47 [FINE] [fml.ItemTracker] Adding item extrabiomes.items.ItemBlockWaterPlant(2317) owned by ExtrabiomesXL
2014-02-25 14:14:47 [FINE] [fml.ItemTracker] Adding item extrabiomes.items.LogTurner(13126) owned by ExtrabiomesXL
2014-02-25 14:14:47 [FINE] [fml.ItemTracker] Adding item extrabiomes.items.ItemCustomDye(13129) owned by ExtrabiomesXL
2014-02-25 14:14:47 [INFO] [ExtrabiomesXL] BLACK = DYE_BLACK
2014-02-25 14:14:47 [INFO] [ExtrabiomesXL] BLUE = DYE_BLUE
2014-02-25 14:14:47 [INFO] [ExtrabiomesXL] BROWN = DYE_BROWN
2014-02-25 14:14:47 [INFO] [ExtrabiomesXL] WHITE = DYE_WHITE
2014-02-25 14:14:47 [FINE] [fml.ItemTracker] Adding item extrabiomes.items.ItemCustomFood(13132) owned by ExtrabiomesXL
2014-02-25 14:14:47 [FINE] [fml.ItemTracker] Adding item extrabiomes.items.ItemCustomCrop(13131) owned by ExtrabiomesXL
2014-02-25 14:14:47 [FINE] [fml.ItemTracker] Adding item extrabiomes.items.ItemCustomSeed(13130) owned by ExtrabiomesXL
2014-02-25 14:14:47 [FINE] [ExtrabiomesXL] Custom biome alpine disabled.
2014-02-25 14:14:47 [FINE] [ExtrabiomesXL] Custom biome autumnwoods disabled.
2014-02-25 14:14:47 [FINE] [ExtrabiomesXL] Custom biome birchforest disabled.
2014-02-25 14:14:47 [FINE] [ExtrabiomesXL] Custom biome extremejungle disabled.
2014-02-25 14:14:47 [FINE] [ExtrabiomesXL] Custom biome forestedhills disabled.
2014-02-25 14:14:47 [FINE] [ExtrabiomesXL] Custom biome forestedisland disabled.
2014-02-25 14:14:47 [FINE] [ExtrabiomesXL] Custom biome glacier disabled.
2014-02-25 14:14:47 [FINE] [ExtrabiomesXL] Custom biome greenhills disabled.
2014-02-25 14:14:47 [FINE] [ExtrabiomesXL] Custom biome greenswamp disabled.
2014-02-25 14:14:47 [FINE] [ExtrabiomesXL] Custom biome icewasteland disabled.
2014-02-25 14:14:47 [FINE] [ExtrabiomesXL] Custom biome marsh disabled.
2014-02-25 14:14:47 [FINE] [ExtrabiomesXL] Custom biome meadow disabled.
2014-02-25 14:14:47 [FINE] [ExtrabiomesXL] Custom biome minijungle disabled.
2014-02-25 14:14:47 [FINE] [ExtrabiomesXL] Custom biome mountaindesert disabled.
2014-02-25 14:14:47 [FINE] [ExtrabiomesXL] Custom biome mountainridge disabled.
2014-02-25 14:14:47 [FINE] [ExtrabiomesXL] Custom biome mountaintaiga disabled.
2014-02-25 14:14:47 [FINE] [ExtrabiomesXL] Custom biome pineforest disabled.
2014-02-25 14:14:47 [FINE] [ExtrabiomesXL] Custom biome rainforest disabled.
2014-02-25 14:14:47 [FINE] [ExtrabiomesXL] Custom biome redwoodforest disabled.
2014-02-25 14:14:47 [FINE] [ExtrabiomesXL] Custom biome redwoodlush disabled.
2014-02-25 14:14:47 [FINE] [ExtrabiomesXL] Custom biome savanna disabled.
2014-02-25 14:14:47 [FINE] [ExtrabiomesXL] Custom biome shrubland disabled.
2014-02-25 14:14:47 [FINE] [ExtrabiomesXL] Custom biome snowyforest disabled.
2014-02-25 14:14:47 [FINE] [ExtrabiomesXL] Custom biome snowyrainforest disabled.
2014-02-25 14:14:47 [FINE] [ExtrabiomesXL] Custom biome temporaterainforest disabled.
2014-02-25 14:14:47 [FINE] [ExtrabiomesXL] Custom biome tundra disabled.
2014-02-25 14:14:47 [FINE] [ExtrabiomesXL] Custom biome wasteland disabled.
2014-02-25 14:14:47 [FINE] [ExtrabiomesXL] Custom biome woodlands disabled.
2014-02-25 14:14:47 [INFO] [ExtrabiomesXL] Module CAUTIA is enabled.
2014-02-25 14:14:48 [INFO] [ExtrabiomesXL] Module FABRICA is enabled.
2014-02-25 14:14:48 [INFO] [ExtrabiomesXL] Module AMICA is enabled.
2014-02-25 14:14:48 [FINE] [fml.ItemTracker] Adding item extrabiomes.module.fabrica.scarecrow.ItemScarecrow(13127) owned by ExtrabiomesXL
2014-02-25 14:14:48 [FINE] [fml.ItemTracker] Adding item extrabiomes.module.fabrica.block.ItemPaste(13128) owned by ExtrabiomesXL
2014-02-25 14:14:48 [FINE] [fml.ItemTracker] Adding item net.minecraft.item.ItemBlock(1214) owned by ExtrabiomesXL
2014-02-25 14:14:48 [FINE] [fml.ItemTracker] Adding item extrabiomes.utility.MultiItemBlock(1215) owned by ExtrabiomesXL
2014-02-25 14:14:48 [FINE] [fml.ItemTracker] Adding item extrabiomes.module.fabrica.block.ItemNewWoodSlab(2239) owned by ExtrabiomesXL
2014-02-25 14:14:48 [FINE] [fml.ItemTracker] Adding item extrabiomes.module.fabrica.block.ItemNewWoodSlab(2240) owned by ExtrabiomesXL
2014-02-25 14:14:48 [FINE] [fml.ItemTracker] Adding item extrabiomes.module.fabrica.block.ItemWoodSlab(1216) owned by ExtrabiomesXL
2014-02-25 14:14:48 [FINE] [fml.ItemTracker] Adding item extrabiomes.module.fabrica.block.ItemWoodSlab(1217) owned by ExtrabiomesXL
2014-02-25 14:14:48 [FINE] [fml.ItemTracker] Adding item net.minecraft.item.ItemBlock(1218) owned by ExtrabiomesXL
2014-02-25 14:14:48 [FINE] [fml.ItemTracker] Adding item net.minecraft.item.ItemBlock(1219) owned by ExtrabiomesXL
2014-02-25 14:14:48 [FINE] [fml.ItemTracker] Adding item net.minecraft.item.ItemBlock(1220) owned by ExtrabiomesXL
2014-02-25 14:14:48 [FINE] [fml.ItemTracker] Adding item net.minecraft.item.ItemBlock(2234) owned by ExtrabiomesXL
2014-02-25 14:14:48 [FINE] [fml.ItemTracker] Adding item net.minecraft.item.ItemBlock(2232) owned by ExtrabiomesXL
2014-02-25 14:14:48 [FINE] [fml.ItemTracker] Adding item net.minecraft.item.ItemBlock(2236) owned by ExtrabiomesXL
2014-02-25 14:14:48 [FINE] [fml.ItemTracker] Adding item net.minecraft.item.ItemBlock(2233) owned by ExtrabiomesXL
2014-02-25 14:14:48 [FINE] [fml.ItemTracker] Adding item net.minecraft.item.ItemBlock(2235) owned by ExtrabiomesXL
2014-02-25 14:14:48 [FINE] [fml.ItemTracker] Adding item net.minecraft.item.ItemBlock(2241) owned by ExtrabiomesXL
2014-02-25 14:14:48 [FINE] [fml.ItemTracker] Adding item extrabiomes.module.fabrica.block.ItemRedRockSlab(1221) owned by ExtrabiomesXL
2014-02-25 14:14:48 [FINE] [fml.ItemTracker] Adding item extrabiomes.module.fabrica.block.ItemRedRockSlab(1222) owned by ExtrabiomesXL
2014-02-25 14:14:48 [FINE] [fml.ItemTracker] Adding item net.minecraft.item.ItemBlock(1223) owned by ExtrabiomesXL
2014-02-25 14:14:48 [FINE] [fml.ItemTracker] Adding item net.minecraft.item.ItemBlock(1224) owned by ExtrabiomesXL
2014-02-25 14:14:48 [FINE] [fml.ItemTracker] Adding item extrabiomes.utility.MultiItemBlock(1225) owned by ExtrabiomesXL
2014-02-25 14:14:48 [FINE] [ForgeModLoader] Skipping automatic mod ExtrabiomesXL entity registration for already registered class extrabiomes.module.fabrica.scarecrow.EntityScarecrow
2014-02-25 14:14:48 [FINEST] [ExtrabiomesXL] Sent event FMLPreInitializationEvent to mod ExtrabiomesXL
2014-02-25 14:14:48 [FINEST] [ExtraUtilities] Sending event FMLPreInitializationEvent to mod ExtraUtilities
2014-02-25 14:14:48 [FINEST] [ExtraUtilities] Sent event FMLPreInitializationEvent to mod ExtraUtilities
2014-02-25 14:14:48 [FINEST] [Mystcraft] Sending event FMLPreInitializationEvent to mod Mystcraft
2014-02-25 14:14:48 [FINE] [fml.ItemTracker] Adding item com.xcompwiz.mystcraft.item.ItemPage(8960) owned by Mystcraft
2014-02-25 14:14:48 [FINE] [fml.ItemTracker] Adding item com.xcompwiz.mystcraft.item.ItemAgebook(456) owned by Mystcraft
2014-02-25 14:14:48 [FINE] [fml.ItemTracker] Adding item com.xcompwiz.mystcraft.item.ItemLinkbook(457) owned by Mystcraft
2014-02-25 14:14:48 [FINE] [fml.ItemTracker] Adding item com.xcompwiz.mystcraft.item.ItemLinkbookUnlinked(8963) owned by Mystcraft
2014-02-25 14:14:48 [FINE] [fml.ItemTracker] Adding item com.xcompwiz.mystcraft.item.ItemNotebook(459) owned by Mystcraft
2014-02-25 14:14:48 [FINE] [fml.ItemTracker] Adding item com.xcompwiz.mystcraft.item.ItemWritingDesk(458) owned by Mystcraft
2014-02-25 14:14:48 [FINE] [fml.ItemTracker] Adding item com.xcompwiz.mystcraft.item.ItemInkVial(8962) owned by Mystcraft
2014-02-25 14:14:48 [FINE] [fml.ItemTracker] Adding item net.minecraft.item.ItemBlock(1284) owned by Mystcraft
2014-02-25 14:14:48 [FINE] [fml.ItemTracker] Adding item net.minecraft.item.ItemBlock(1285) owned by Mystcraft
2014-02-25 14:14:48 [FINE] [fml.ItemTracker] Adding item net.minecraft.item.ItemBlock(206) owned by Mystcraft
2014-02-25 14:14:48 [FINE] [fml.ItemTracker] Adding item net.minecraft.item.ItemBlock(200) owned by Mystcraft
2014-02-25 14:14:48 [FINE] [fml.ItemTracker] Adding item net.minecraft.item.ItemBlock(208) owned by Mystcraft
2014-02-25 14:14:48 [FINE] [fml.ItemTracker] Adding item com.xcompwiz.mystcraft.item.ItemDecayBlock(202) owned by Mystcraft
2014-02-25 14:14:48 [FINE] [fml.ItemTracker] Adding item net.minecraft.item.ItemBlock(207) owned by Mystcraft
2014-02-25 14:14:48 [FINE] [fml.ItemTracker] Adding item net.minecraft.item.ItemBlock(203) owned by Mystcraft
2014-02-25 14:14:48 [FINE] [fml.ItemTracker] Adding item net.minecraft.item.ItemBlock(204) owned by Mystcraft
2014-02-25 14:14:48 [FINE] [fml.ItemTracker] Adding item com.xcompwiz.mystcraft.item.ItemBlockFluid(1286) owned by Mystcraft
2014-02-25 14:14:48 [FINEST] [Mystcraft] Sent event FMLPreInitializationEvent to mod Mystcraft
2014-02-25 14:14:48 [FINEST] [XplosionCore] Sending event FMLPreInitializationEvent to mod XplosionCore
2014-02-25 14:14:48 [FINEST] [XplosionCore] Sent event FMLPreInitializationEvent to mod XplosionCore
2014-02-25 14:14:48 [FINEST] [FlatBedrock] Sending event FMLPreInitializationEvent to mod FlatBedrock
2014-02-25 14:14:48 [FINEST] [FlatBedrock] Sent event FMLPreInitializationEvent to mod FlatBedrock
2014-02-25 14:14:48 [FINEST] [GeoStrata] Sending event FMLPreInitializationEvent to mod GeoStrata
2014-02-25 14:14:48 [INFO] [STDOUT] GEOSTRATA: Creating logger. Log Loading: true; Debug mode: false; Warnings: false
2014-02-25 14:14:48 [FINEST] [GeoStrata] Sent event FMLPreInitializationEvent to mod GeoStrata
2014-02-25 14:14:48 [FINEST] [InfernalMobs] Sending event FMLPreInitializationEvent to mod InfernalMobs
2014-02-25 14:14:48 [FINEST] [InfernalMobs] Sent event FMLPreInitializationEvent to mod InfernalMobs
2014-02-25 14:14:48 [FINEST] [JABBA] Sending event FMLPreInitializationEvent to mod JABBA
2014-02-25 14:14:48 [FINE] [fml.ItemTracker] Adding item mcp.mobius.betterbarrels.common.items.upgrades.ItemUpgradeStructural(3757) owned by JABBA
2014-02-25 14:14:48 [FINE] [fml.ItemTracker] Adding item mcp.mobius.betterbarrels.common.items.upgrades.ItemUpgradeCore(3763) owned by JABBA
2014-02-25 14:14:48 [FINE] [fml.ItemTracker] Adding item mcp.mobius.betterbarrels.common.items.upgrades.ItemUpgradeSide(3758) owned by JABBA
2014-02-25 14:14:48 [FINE] [fml.ItemTracker] Adding item mcp.mobius.betterbarrels.common.items.dolly.ItemBarrelMover(3759) owned by JABBA
2014-02-25 14:14:48 [FINE] [fml.ItemTracker] Adding item mcp.mobius.betterbarrels.common.items.dolly.ItemDiamondMover(3765) owned by JABBA
2014-02-25 14:14:48 [FINE] [fml.ItemTracker] Adding item mcp.mobius.betterbarrels.common.items.ItemBarrelHammer(3764) owned by JABBA
2014-02-25 14:14:48 [FINE] [fml.ItemTracker] Adding item mcp.mobius.betterbarrels.common.items.ItemTuningFork(3760) owned by JABBA
2014-02-25 14:14:48 [FINE] [fml.ItemTracker] Adding item net.minecraft.item.ItemBlock(3500) owned by JABBA
2014-02-25 14:14:48 [FINEST] [JABBA] Sent event FMLPreInitializationEvent to mod JABBA
2014-02-25 14:14:48 [FINEST] [LegacyCraft] Sending event FMLPreInitializationEvent to mod LegacyCraft
2014-02-25 14:14:48 [INFO] [STDOUT] LEGACYCRAFT: Creating logger. Log Loading: true; Debug mode: false; Warnings: false
2014-02-25 14:14:48 [FINEST] [LegacyCraft] Sent event FMLPreInitializationEvent to mod LegacyCraft
2014-02-25 14:14:48 [FINEST] [linkingtweaks] Sending event FMLPreInitializationEvent to mod linkingtweaks
2014-02-25 14:14:48 [INFO] [ForgeModLoader] Adding flags for Star Fissures and Portals.
2014-02-25 14:14:48 [INFO] [ForgeModLoader] Registering agegroups!
2014-02-25 14:14:48 [INFO] [ForgeModLoader] Registering damagegrace!
2014-02-25 14:14:48 [INFO] [ForgeModLoader] Registering fissurefall!
2014-02-25 14:14:48 [INFO] [ForgeModLoader] Registering spawnredirect!
2014-02-25 14:14:48 [INFO] [ForgeModLoader] Registering linkcost!
2014-02-25 14:14:48 [INFO] [ForgeModLoader] Registering linksickness!
2014-02-25 14:14:48 [INFO] [ForgeModLoader] Registering portalgrace!
2014-02-25 14:14:48 [INFO] [ForgeModLoader] Registering peacefuldimensions!
2014-02-25 14:14:48 [INFO] [ForgeModLoader] Registering voidfissure!
2014-02-25 14:14:48 [FINEST] [linkingtweaks] Sent event FMLPreInitializationEvent to mod linkingtweaks
2014-02-25 14:14:48 [FINEST] [DestinationRenderer] Sending event FMLPreInitializationEvent to mod DestinationRenderer
2014-02-25 14:14:48 [FINEST] [DestinationRenderer] Sent event FMLPreInitializationEvent to mod DestinationRenderer
2014-02-25 14:14:48 [FINEST] [MagicYarn] Sending event FMLPreInitializationEvent to mod MagicYarn
2014-02-25 14:14:48 [FINE] [fml.ItemTracker] Adding item atomicstryker.magicyarn.common.ItemMagicYarn(4990) owned by MagicYarn
2014-02-25 14:14:48 [FINEST] [MagicYarn] Sent event FMLPreInitializationEvent to mod MagicYarn
2014-02-25 14:14:48 [FINEST] [Specialized Maps] Sending event FMLPreInitializationEvent to mod Specialized Maps
2014-02-25 14:14:48 [FINE] [fml.ItemTracker] Adding item draco18s.micromods.maps.items.MapEmptyOreDensity(4099) owned by Specialized Maps
2014-02-25 14:14:48 [FINE] [fml.ItemTracker] Adding item draco18s.micromods.maps.items.MapOreDensity(4100) owned by Specialized Maps
2014-02-25 14:14:48 [FINE] [fml.ItemTracker] Adding item draco18s.micromods.maps.items.MapEmptyWalkable(4101) owned by Specialized Maps
2014-02-25 14:14:48 [FINE] [fml.ItemTracker] Adding item draco18s.micromods.maps.items.MapWalkable(4102) owned by Specialized Maps
2014-02-25 14:14:48 [FINE] [fml.ItemTracker] Adding item draco18s.micromods.maps.items.MapEmptyRadar(4103) owned by Specialized Maps
2014-02-25 14:14:48 [FINE] [fml.ItemTracker] Adding item draco18s.micromods.maps.items.MapRadar(4104) owned by Specialized Maps
2014-02-25 14:14:48 [FINEST] [Specialized Maps] Sent event FMLPreInitializationEvent to mod Specialized Maps
2014-02-25 14:14:48 [FINEST] [AS_MultiMine] Sending event FMLPreInitializationEvent to mod AS_MultiMine
2014-02-25 14:14:48 [FINEST] [AS_MultiMine] Sent event FMLPreInitializationEvent to mod AS_MultiMine
2014-02-25 14:14:48 [FINEST] [Opis] Sending event FMLPreInitializationEvent to mod Opis
2014-02-25 14:14:48 [FINEST] [Opis] Sent event FMLPreInitializationEvent to mod Opis
2014-02-25 14:14:48 [FINEST] [MapWriter] Sending event FMLPreInitializationEvent to mod MapWriter
2014-02-25 14:14:48 [INFO] [MapWriter] FML Event: preInit
2014-02-25 14:14:48 [FINEST] [MapWriter] Sent event FMLPreInitializationEvent to mod MapWriter
2014-02-25 14:14:48 [FINEST] [Roguelike] Sending event FMLPreInitializationEvent to mod Roguelike
2014-02-25 14:14:48 [FINEST] [Roguelike] Sent event FMLPreInitializationEvent to mod Roguelike
2014-02-25 14:14:48 [FINEST] [Translocator] Sending event FMLPreInitializationEvent to mod Translocator
2014-02-25 14:14:48 [FINEST] [Translocator] Sent event FMLPreInitializationEvent to mod Translocator
2014-02-25 14:14:48 [FINEST] [TreeCapitator] Sending event FMLPreInitializationEvent to mod TreeCapitator
2014-02-25 14:14:48 [INFO] [TreeCapitator] ID Resolver (Mod ID "IDResolver") is not loaded.
2014-02-25 14:14:48 [INFO] [TreeCapitator] Loading configuration file /Volumes/UserData/Users/michael/Documents/Games/Minecraft/Playing/Client/164-overkill-play/config/TreeCapitator.cfg
2014-02-25 14:14:48 [INFO] [TreeCapitator] Proceeding to load tree/mod configs from file.
2014-02-25 14:14:48 [INFO] [bspkrsCore] Initializing ModVersionChecker for mod Treecapitator
2014-02-25 14:14:48 [FINEST] [TreeCapitator] Sent event FMLPreInitializationEvent to mod TreeCapitator
2014-02-25 14:14:48 [FINEST] [TwilightForest] Sending event FMLPreInitializationEvent to mod TwilightForest
2014-02-25 14:14:49 [FINE] [fml.ItemTracker] Adding item twilightforest.item.ItemBlockTFMeta(2163) owned by TwilightForest
2014-02-25 14:14:49 [FINE] [fml.ItemTracker] Adding item twilightforest.item.ItemBlockTFMeta(2170) owned by TwilightForest
2014-02-25 14:14:49 [FINE] [fml.ItemTracker] Adding item twilightforest.item.ItemBlockTFMeta(2164) owned by TwilightForest
2014-02-25 14:14:49 [FINE] [fml.ItemTracker] Adding item net.minecraft.item.ItemBlock(2160) owned by TwilightForest
2014-02-25 14:14:49 [FINE] [fml.ItemTracker] Adding item net.minecraft.item.ItemBlock(2171) owned by TwilightForest
2014-02-25 14:14:49 [FINE] [fml.ItemTracker] Adding item net.minecraft.item.ItemBlock(2162) owned by TwilightForest
2014-02-25 14:14:49 [FINE] [fml.ItemTracker] Adding item twilightforest.item.ItemBlockTFMeta(2165) owned by TwilightForest
2014-02-25 14:14:49 [FINE] [fml.ItemTracker] Adding item twilightforest.item.ItemBlockTFMeta(2166) owned by TwilightForest
2014-02-25 14:14:49 [FINE] [fml.ItemTracker] Adding item twilightforest.item.ItemBlockTFMeta(2167) owned by TwilightForest
2014-02-25 14:14:49 [FINE] [fml.ItemTracker] Adding item net.minecraft.item.ItemBlock(2168) owned by TwilightForest
2014-02-25 14:14:49 [FINE] [fml.ItemTracker] Adding item twilightforest.item.ItemBlockTFPlant(2169) owned by TwilightForest
2014-02-25 14:14:49 [FINE] [fml.ItemTracker] Adding item net.minecraft.item.ItemBlock(2172) owned by TwilightForest
2014-02-25 14:14:49 [FINE] [fml.ItemTracker] Adding item twilightforest.item.ItemBlockTFMeta(2173) owned by TwilightForest
2014-02-25 14:14:49 [FINE] [fml.ItemTracker] Adding item twilightforest.item.ItemBlockTFMeta(2174) owned by TwilightForest
2014-02-25 14:14:49 [FINE] [fml.ItemTracker] Adding item twilightforest.item.ItemBlockTFMeta(2175) owned by TwilightForest
2014-02-25 14:14:49 [FINE] [fml.ItemTracker] Adding item net.minecraft.item.ItemBlock(2178) owned by TwilightForest
2014-02-25 14:14:49 [FINE] [fml.ItemTracker] Adding item twilightforest.item.ItemBlockTFMeta(2176) owned by TwilightForest
2014-02-25 14:14:49 [FINE] [fml.ItemTracker] Adding item twilightforest.item.ItemBlockTFMeta(2177) owned by TwilightForest
2014-02-25 14:14:49 [FINE] [fml.ItemTracker] Adding item twilightforest.item.ItemBlockTFMeta(2179) owned by TwilightForest
2014-02-25 14:14:49 [FINE] [fml.ItemTracker] Adding item twilightforest.item.ItemBlockTFMeta(2180) owned by TwilightForest
2014-02-25 14:14:49 [FINE] [fml.ItemTracker] Adding item twilightforest.item.ItemBlockTFMeta(2181) owned by TwilightForest
2014-02-25 14:14:49 [FINE] [fml.ItemTracker] Adding item twilightforest.item.ItemBlockTFMeta(2183) owned by TwilightForest
2014-02-25 14:14:49 [FINE] [fml.ItemTracker] Adding item twilightforest.item.ItemBlockTFMeta(2184) owned by TwilightForest
2014-02-25 14:14:49 [FINE] [fml.ItemTracker] Adding item twilightforest.item.ItemBlockTFMeta(2182) owned by TwilightForest
2014-02-25 14:14:49 [FINE] [fml.ItemTracker] Adding item twilightforest.item.ItemBlockTFMeta(2185) owned by TwilightForest
2014-02-25 14:14:49 [FINE] [fml.ItemTracker] Adding item twilightforest.item.ItemBlockTFMeta(2186) owned by TwilightForest
2014-02-25 14:14:49 [FINE] [fml.ItemTracker] Adding item twilightforest.item.ItemBlockTFMeta(2187) owned by TwilightForest
2014-02-25 14:14:49 [FINE] [fml.ItemTracker] Adding item twilightforest.item.ItemTF(27957) owned by TwilightForest
2014-02-25 14:14:49 [FINE] [fml.ItemTracker] Adding item twilightforest.item.ItemTFNagaArmor(27958) owned by TwilightForest
2014-02-25 14:14:49 [FINE] [fml.ItemTracker] Adding item twilightforest.item.ItemTFNagaArmor(27959) owned by TwilightForest
2014-02-25 14:14:49 [FINE] [fml.ItemTracker] Adding item twilightforest.item.ItemTFTwilightWand(27960) owned by TwilightForest
2014-02-25 14:14:49 [FINE] [fml.ItemTracker] Adding item twilightforest.item.ItemTFLifeDrainWand(27961) owned by TwilightForest
2014-02-25 14:14:49 [FINE] [fml.ItemTracker] Adding item twilightforest.item.ItemTFZombieWand(27962) owned by TwilightForest
2014-02-25 14:14:49 [FINE] [fml.ItemTracker] Adding item twilightforest.item.ItemTFOreMeter(27964) owned by TwilightForest
2014-02-25 14:14:49 [FINE] [fml.ItemTracker] Adding item twilightforest.item.ItemTFMagicMap(27965) owned by TwilightForest
2014-02-25 14:14:49 [FINE] [fml.ItemTracker] Adding item twilightforest.item.ItemTFMazeMap(27966) owned by TwilightForest
2014-02-25 14:14:49 [FINE] [fml.ItemTracker] Adding item twilightforest.item.ItemTFMazeMap(27967) owned by TwilightForest
2014-02-25 14:14:49 [FINE] [fml.ItemTracker] Adding item twilightforest.item.ItemTF(27968) owned by TwilightForest
2014-02-25 14:14:49 [FINE] [fml.ItemTracker] Adding item twilightforest.item.ItemTF(27969) owned by TwilightForest
2014-02-25 14:14:49 [FINE] [fml.ItemTracker] Adding item twilightforest.item.ItemTF(27970) owned by TwilightForest
2014-02-25 14:14:49 [FINE] [fml.ItemTracker] Adding item twilightforest.item.ItemTF(27972) owned by TwilightForest
2014-02-25 14:14:49 [FINE] [fml.ItemTracker] Adding item twilightforest.item.ItemTF(27973) owned by TwilightForest
2014-02-25 14:14:49 [FINE] [fml.ItemTracker] Adding item twilightforest.item.ItemTF(27974) owned by TwilightForest
2014-02-25 14:14:49 [FINE] [fml.ItemTracker] Adding item twilightforest.item.ItemTFIronwoodArmor(27975) owned by TwilightForest
2014-02-25 14:14:49 [FINE] [fml.ItemTracker] Adding item twilightforest.item.ItemTFIronwoodArmor(27976) owned by TwilightForest
2014-02-25 14:14:49 [FINE] [fml.ItemTracker] Adding item twilightforest.item.ItemTFIronwoodArmor(27977) owned by TwilightForest
2014-02-25 14:14:49 [FINE] [fml.ItemTracker] Adding item twilightforest.item.ItemTFIronwoodArmor(27978) owned by TwilightForest
2014-02-25 14:14:49 [FINE] [fml.ItemTracker] Adding item twilightforest.item.ItemTFIronwoodSword(27979) owned by TwilightForest
2014-02-25 14:14:49 [FINE] [fml.ItemTracker] Adding item twilightforest.item.ItemTFIronwoodShovel(27980) owned by TwilightForest
2014-02-25 14:14:49 [FINE] [fml.ItemTracker] Adding item twilightforest.item.ItemTFIronwoodPick(27981) owned by TwilightForest
2014-02-25 14:14:49 [FINE] [fml.ItemTracker] Adding item twilightforest.item.ItemTFIronwoodAxe(27982) owned by TwilightForest
2014-02-25 14:14:49 [FINE] [fml.ItemTracker] Adding item twilightforest.item.ItemTFIronwoodHoe(27983) owned by TwilightForest
2014-02-25 14:14:49 [FINE] [fml.ItemTracker] Adding item twilightforest.item.ItemTF(27984) owned by TwilightForest
2014-02-25 14:14:49 [FINE] [fml.ItemTracker] Adding item twilightforest.item.ItemTFSpawnEgg(27985) owned by TwilightForest
2014-02-25 14:14:49 [FINE] [fml.ItemTracker] Adding item twilightforest.item.ItemTFFood(27986) owned by TwilightForest
2014-02-25 14:14:49 [FINE] [fml.ItemTracker] Adding item twilightforest.item.ItemTFFood(27987) owned by TwilightForest
2014-02-25 14:14:49 [FINE] [fml.ItemTracker] Adding item twilightforest.item.ItemTFFood(27988) owned by TwilightForest
2014-02-25 14:14:49 [FINE] [fml.ItemTracker] Adding item twilightforest.item.ItemTF(27989) owned by TwilightForest
2014-02-25 14:14:49 [FINE] [fml.ItemTracker] Adding item twilightforest.item.ItemTFTrophy(27990) owned by TwilightForest
2014-02-25 14:14:49 [FINE] [fml.ItemTracker] Adding item twilightforest.item.ItemTF(27991) owned by TwilightForest
2014-02-25 14:14:49 [FINE] [fml.ItemTracker] Adding item twilightforest.item.ItemTFFieryArmor(27992) owned by TwilightForest
2014-02-25 14:14:49 [FINE] [fml.ItemTracker] Adding item twilightforest.item.ItemTFFieryArmor(27993) owned by TwilightForest
2014-02-25 14:14:49 [FINE] [fml.ItemTracker] Adding item twilightforest.item.ItemTFFieryArmor(27994) owned by TwilightForest
2014-02-25 14:14:49 [FINE] [fml.ItemTracker] Adding item twilightforest.item.ItemTFFieryArmor(27995) owned by TwilightForest
2014-02-25 14:14:49 [FINE] [fml.ItemTracker] Adding item twilightforest.item.ItemTFFierySword(27996) owned by TwilightForest
2014-02-25 14:14:49 [FINE] [fml.ItemTracker] Adding item twilightforest.item.ItemTFFieryPick(27997) owned by TwilightForest
2014-02-25 14:14:49 [FINE] [fml.ItemTracker] Adding item twilightforest.item.ItemTF(27998) owned by TwilightForest
2014-02-25 14:14:49 [FINE] [fml.ItemTracker] Adding item twilightforest.item.ItemTFSteeleafArmor(27999) owned by TwilightForest
2014-02-25 14:14:49 [FINE] [fml.ItemTracker] Adding item twilightforest.item.ItemTFSteeleafArmor(28000) owned by TwilightForest
2014-02-25 14:14:49 [FINE] [fml.ItemTracker] Adding item twilightforest.item.ItemTFSteeleafArmor(28001) owned by TwilightForest
2014-02-25 14:14:49 [FINE] [fml.ItemTracker] Adding item twilightforest.item.ItemTFSteeleafArmor(28002) owned by TwilightForest
2014-02-25 14:14:49 [FINE] [fml.ItemTracker] Adding item twilightforest.item.ItemTFSteeleafSword(28003) owned by TwilightForest
2014-02-25 14:14:49 [FINE] [fml.ItemTracker] Adding item twilightforest.item.ItemTFSteeleafShovel(28004) owned by TwilightForest
2014-02-25 14:14:49 [FINE] [fml.ItemTracker] Adding item twilightforest.item.ItemTFSteeleafPick(28005) owned by TwilightForest
2014-02-25 14:14:49 [FINE] [fml.ItemTracker] Adding item twilightforest.item.ItemTFSteeleafAxe(28006) owned by TwilightForest
2014-02-25 14:14:49 [FINE] [fml.ItemTracker] Adding item twilightforest.item.ItemTFSteeleafHoe(28007) owned by TwilightForest
2014-02-25 14:14:49 [FINE] [fml.ItemTracker] Adding item twilightforest.item.ItemTFMinotaurAxe(28008) owned by TwilightForest
2014-02-25 14:14:49 [FINE] [fml.ItemTracker] Adding item twilightforest.item.ItemTFMazebreakerPick(28009) owned by TwilightForest
2014-02-25 14:14:49 [FINE] [fml.ItemTracker] Adding item twilightforest.item.ItemTFTransformPowder(28010) owned by TwilightForest
2014-02-25 14:14:49 [FINE] [fml.ItemTracker] Adding item twilightforest.item.ItemTFFood(28011) owned by TwilightForest
2014-02-25 14:14:49 [FINE] [fml.ItemTracker] Adding item twilightforest.item.ItemTFFood(28012) owned by TwilightForest
2014-02-25 14:14:49 [FINE] [fml.ItemTracker] Adding item twilightforest.item.ItemTFFood(28013) owned by TwilightForest
2014-02-25 14:14:49 [FINE] [fml.ItemTracker] Adding item twilightforest.item.ItemTFFood(28014) owned by TwilightForest
2014-02-25 14:14:49 [FINE] [fml.ItemTracker] Adding item twilightforest.item.ItemTFEmptyMagicMap(28015) owned by TwilightForest
2014-02-25 14:14:49 [FINE] [fml.ItemTracker] Adding item twilightforest.item.ItemTFEmptyMazeMap(28016) owned by TwilightForest
2014-02-25 14:14:49 [FINE] [fml.ItemTracker] Adding item twilightforest.item.ItemTFEmptyMazeMap(28017) owned by TwilightForest
2014-02-25 14:14:49 [FINE] [fml.ItemTracker] Adding item twilightforest.item.ItemTFOreMagnet(28018) owned by TwilightForest
2014-02-25 14:14:49 [FINE] [fml.ItemTracker] Adding item twilightforest.item.ItemTFCrumbleHorn(28019) owned by TwilightForest
2014-02-25 14:14:49 [FINE] [fml.ItemTracker] Adding item twilightforest.item.ItemTFPeacockFan(28020) owned by TwilightForest
2014-02-25 14:14:49 [FINE] [fml.ItemTracker] Adding item twilightforest.item.ItemTFMoonwormQueen(28021) owned by TwilightForest
2014-02-25 14:14:49 [FINE] [fml.ItemTracker] Adding item twilightforest.item.ItemTFCharm(28022) owned by TwilightForest
2014-02-25 14:14:49 [FINE] [fml.ItemTracker] Adding item twilightforest.item.ItemTFCharm(28023) owned by TwilightForest
2014-02-25 14:14:49 [FINE] [fml.ItemTracker] Adding item twilightforest.item.ItemTFCharm(31999) owned by TwilightForest
2014-02-25 14:14:49 [FINE] [fml.ItemTracker] Adding item twilightforest.item.ItemTFCharm(28024) owned by TwilightForest
2014-02-25 14:14:49 [FINE] [fml.ItemTracker] Adding item twilightforest.item.ItemTFCharm(28025) owned by TwilightForest
2014-02-25 14:14:49 [FINE] [fml.ItemTracker] Adding item twilightforest.item.ItemTFTowerKey(28027) owned by TwilightForest
2014-02-25 14:14:49 [FINE] [fml.ItemTracker] Adding item twilightforest.item.ItemTF(28028) owned by TwilightForest
2014-02-25 14:14:49 [FINE] [fml.ItemTracker] Adding item twilightforest.item.ItemTF(28029) owned by TwilightForest
2014-02-25 14:14:49 [FINE] [fml.ItemTracker] Adding item twilightforest.item.ItemTFFood(28030) owned by TwilightForest
2014-02-25 14:14:49 [FINE] [fml.ItemTracker] Adding item twilightforest.item.ItemTF(28031) owned by TwilightForest
2014-02-25 14:14:49 [FINE] [fml.ItemTracker] Adding item twilightforest.item.ItemTF(28032) owned by TwilightForest
2014-02-25 14:14:49 [FINE] [fml.ItemTracker] Adding item twilightforest.item.ItemTF(28033) owned by TwilightForest
2014-02-25 14:14:49 [FINE] [fml.ItemTracker] Adding item twilightforest.item.ItemTFKnightlyArmor(28034) owned by TwilightForest
2014-02-25 14:14:49 [FINE] [fml.ItemTracker] Adding item twilightforest.item.ItemTFKnightlyArmor(28035) owned by TwilightForest
2014-02-25 14:14:49 [FINE] [fml.ItemTracker] Adding item twilightforest.item.ItemTFKnightlyArmor(28036) owned by TwilightForest
2014-02-25 14:14:49 [FINE] [fml.ItemTracker] Adding item twilightforest.item.ItemTFKnightlyArmor(28037) owned by TwilightForest
2014-02-25 14:14:49 [FINE] [fml.ItemTracker] Adding item twilightforest.item.ItemTFKnightlySword(28038) owned by TwilightForest
2014-02-25 14:14:49 [FINE] [fml.ItemTracker] Adding item twilightforest.item.ItemTFKnightlyPick(28039) owned by TwilightForest
2014-02-25 14:14:49 [FINE] [fml.ItemTracker] Adding item twilightforest.item.ItemTFKnightlyAxe(28040) owned by TwilightForest
2014-02-25 14:14:49 [FINE] [fml.ItemTracker] Adding item twilightforest.item.ItemTFPhantomArmor(28041) owned by TwilightForest
2014-02-25 14:14:49 [FINE] [fml.ItemTracker] Adding item twilightforest.item.ItemTFPhantomArmor(28042) owned by TwilightForest
2014-02-25 14:14:49 [FINEST] [TwilightForest] Sent event FMLPreInitializationEvent to mod TwilightForest
2014-02-25 14:14:49 [FINEST] [UndergroundBiomes] Sending event FMLPreInitializationEvent to mod UndergroundBiomes
2014-02-25 14:14:49 [FINE] [fml.ItemTracker] Adding item exterminatorJeff.undergroundBiomes.common.item.ItemMetadataBlock(2009) owned by UndergroundBiomes
2014-02-25 14:14:49 [FINE] [fml.ItemTracker] Adding item exterminatorJeff.undergroundBiomes.common.item.ItemMetadataBlock(2000) owned by UndergroundBiomes
2014-02-25 14:14:49 [FINE] [fml.ItemTracker] Adding item exterminatorJeff.undergroundBiomes.common.item.ItemMetadataBlock(2002) owned by UndergroundBiomes
2014-02-25 14:14:49 [FINE] [fml.ItemTracker] Adding item exterminatorJeff.undergroundBiomes.common.item.ItemMetadataBlock(2010) owned by UndergroundBiomes
2014-02-25 14:14:49 [FINE] [fml.ItemTracker] Adding item exterminatorJeff.undergroundBiomes.common.item.ItemMetadataBlock(2001) owned by UndergroundBiomes
2014-02-25 14:14:49 [FINE] [fml.ItemTracker] Adding item exterminatorJeff.undergroundBiomes.common.item.ItemMetadataBlock(2003) owned by UndergroundBiomes
2014-02-25 14:14:49 [FINE] [fml.ItemTracker] Adding item exterminatorJeff.undergroundBiomes.common.item.ItemMetadataBlock(2011) owned by UndergroundBiomes
2014-02-25 14:14:49 [FINE] [fml.ItemTracker] Adding item net.minecraft.item.ItemSlab(2005) owned by UndergroundBiomes
2014-02-25 14:14:49 [FINE] [fml.ItemTracker] Adding item net.minecraft.item.ItemSlab(2006) owned by UndergroundBiomes
2014-02-25 14:14:49 [FINE] [fml.ItemTracker] Adding item net.minecraft.item.ItemSlab(2007) owned by UndergroundBiomes
2014-02-25 14:14:49 [FINE] [fml.ItemTracker] Adding item net.minecraft.item.ItemSlab(2008) owned by UndergroundBiomes
2014-02-25 14:14:49 [FINE] [fml.ItemTracker] Adding item net.minecraft.item.ItemSlab(2015) owned by UndergroundBiomes
2014-02-25 14:14:49 [FINE] [fml.ItemTracker] Adding item net.minecraft.item.ItemSlab(2016) owned by UndergroundBiomes
2014-02-25 14:14:49 [FINE] [fml.ItemTracker] Adding item net.minecraft.item.ItemSlab(2017) owned by UndergroundBiomes
2014-02-25 14:14:49 [FINE] [fml.ItemTracker] Adding item net.minecraft.item.ItemSlab(2018) owned by UndergroundBiomes
2014-02-25 14:14:49 [FINE] [fml.ItemTracker] Adding item net.minecraft.item.ItemSlab(2019) owned by UndergroundBiomes
2014-02-25 14:14:49 [FINE] [fml.ItemTracker] Adding item net.minecraft.item.ItemSlab(2020) owned by UndergroundBiomes
2014-02-25 14:14:49 [FINE] [fml.ItemTracker] Adding item net.minecraft.item.ItemSlab(2021) owned by UndergroundBiomes
2014-02-25 14:14:49 [FINE] [fml.ItemTracker] Adding item net.minecraft.item.ItemSlab(2022) owned by UndergroundBiomes
2014-02-25 14:14:49 [FINE] [fml.ItemTracker] Adding item net.minecraft.item.ItemSlab(2023) owned by UndergroundBiomes
2014-02-25 14:14:49 [FINE] [fml.ItemTracker] Adding item net.minecraft.item.ItemSlab(2024) owned by UndergroundBiomes
2014-02-25 14:14:49 [FINE] [fml.ItemTracker] Adding item exterminatorJeff.undergroundBiomes.common.item.ItemLigniteCoal(5756) owned by UndergroundBiomes
2014-02-25 14:14:49 [FINE] [fml.ItemTracker] Adding item exterminatorJeff.undergroundBiomes.common.item.ItemFossilPiece(5757) owned by UndergroundBiomes
2014-02-25 14:14:49 [FINEST] [UndergroundBiomes] Sent event FMLPreInitializationEvent to mod UndergroundBiomes
2014-02-25 14:14:49 [FINEST] [MineTweaker] Sending event FMLPreInitializationEvent to mod MineTweaker
2014-02-25 14:14:49 [FINEST] [MineTweaker] Sent event FMLPreInitializationEvent to mod MineTweaker
2014-02-25 14:14:49 [FINEST] [CustomOreGenRevived] Sending event FMLPreInitializationEvent to mod CustomOreGenRevived
2014-02-25 14:14:49 [FINER] [CustomOreGenRevived] Registering FML interface ...
2014-02-25 14:14:49 [FINER] [CustomOreGenRevived] Registering Forge interface ...
2014-02-25 14:14:49 [FINEST] [CustomOreGenRevived] Sent event FMLPreInitializationEvent to mod CustomOreGenRevived
2014-02-25 14:14:49 [FINEST] [mod_CustomOreGen] Sending event FMLPreInitializationEvent to mod mod_CustomOreGen
2014-02-25 14:14:49 [FINEST] [mod_CustomOreGen] Sent event FMLPreInitializationEvent to mod mod_CustomOreGen
2014-02-25 14:14:49 [SEVERE] [ForgeModLoader] Found anonymous item of class net.minecraft.item.ItemBlock with ID 200 owned by mod Mystcraft, this item will NOT survive a 1.7 upgrade!
2014-02-25 14:14:49 [SEVERE] [ForgeModLoader] Found anonymous item of class com.xcompwiz.mystcraft.item.ItemDecayBlock with ID 202 owned by mod Mystcraft, this item will NOT survive a 1.7 upgrade!
2014-02-25 14:14:49 [SEVERE] [ForgeModLoader] Found anonymous item of class net.minecraft.item.ItemBlock with ID 203 owned by mod Mystcraft, this item will NOT survive a 1.7 upgrade!
2014-02-25 14:14:49 [SEVERE] [ForgeModLoader] Found anonymous item of class net.minecraft.item.ItemBlock with ID 204 owned by mod Mystcraft, this item will NOT survive a 1.7 upgrade!
2014-02-25 14:14:49 [SEVERE] [ForgeModLoader] Found anonymous item of class net.minecraft.item.ItemBlock with ID 206 owned by mod Mystcraft, this item will NOT survive a 1.7 upgrade!
2014-02-25 14:14:49 [SEVERE] [ForgeModLoader] Found anonymous item of class net.minecraft.item.ItemBlock with ID 207 owned by mod Mystcraft, this item will NOT survive a 1.7 upgrade!
2014-02-25 14:14:49 [SEVERE] [ForgeModLoader] Found anonymous item of class net.minecraft.item.ItemBlock with ID 208 owned by mod Mystcraft, this item will NOT survive a 1.7 upgrade!
2014-02-25 14:14:49 [SEVERE] [ForgeModLoader] Found anonymous item of class com.xcompwiz.mystcraft.item.ItemAgebook with ID 456 owned by mod Mystcraft, this item will NOT survive a 1.7 upgrade!
2014-02-25 14:14:49 [SEVERE] [ForgeModLoader] Found anonymous item of class com.xcompwiz.mystcraft.item.ItemLinkbook with ID 457 owned by mod Mystcraft, this item will NOT survive a 1.7 upgrade!
2014-02-25 14:14:49 [SEVERE] [ForgeModLoader] Found anonymous item of class com.xcompwiz.mystcraft.item.ItemWritingDesk with ID 458 owned by mod Mystcraft, this item will NOT survive a 1.7 upgrade!
2014-02-25 14:14:49 [SEVERE] [ForgeModLoader] Found anonymous item of class com.xcompwiz.mystcraft.item.ItemNotebook with ID 459 owned by mod Mystcraft, this item will NOT survive a 1.7 upgrade!
2014-02-25 14:14:49 [SEVERE] [ForgeModLoader] Found anonymous item of class net.minecraft.item.ItemBlock with ID 1284 owned by mod Mystcraft, this item will NOT survive a 1.7 upgrade!
2014-02-25 14:14:49 [SEVERE] [ForgeModLoader] Found anonymous item of class net.minecraft.item.ItemBlock with ID 1285 owned by mod Mystcraft, this item will NOT survive a 1.7 upgrade!
2014-02-25 14:14:49 [SEVERE] [ForgeModLoader] Found anonymous item of class com.xcompwiz.mystcraft.item.ItemBlockFluid with ID 1286 owned by mod Mystcraft, this item will NOT survive a 1.7 upgrade!
2014-02-25 14:14:49 [SEVERE] [ForgeModLoader] Found anonymous item of class exterminatorJeff.undergroundBiomes.common.item.ItemMetadataBlock with ID 2000 owned by mod UndergroundBiomes, this item will NOT survive a 1.7 upgrade!
2014-02-25 14:14:49 [SEVERE] [ForgeModLoader] Found anonymous item of class exterminatorJeff.undergroundBiomes.common.item.ItemMetadataBlock with ID 2001 owned by mod UndergroundBiomes, this item will NOT survive a 1.7 upgrade!
2014-02-25 14:14:49 [SEVERE] [ForgeModLoader] Found anonymous item of class exterminatorJeff.undergroundBiomes.common.item.ItemMetadataBlock with ID 2002 owned by mod UndergroundBiomes, this item will NOT survive a 1.7 upgrade!
2014-02-25 14:14:49 [SEVERE] [ForgeModLoader] Found anonymous item of class exterminatorJeff.undergroundBiomes.common.item.ItemMetadataBlock with ID 2003 owned by mod UndergroundBiomes, this item will NOT survive a 1.7 upgrade!
2014-02-25 14:14:49 [SEVERE] [ForgeModLoader] Found anonymous item of class net.minecraft.item.ItemSlab with ID 2005 owned by mod UndergroundBiomes, this item will NOT survive a 1.7 upgrade!
2014-02-25 14:14:49 [SEVERE] [ForgeModLoader] Found anonymous item of class net.minecraft.item.ItemSlab with ID 2006 owned by mod UndergroundBiomes, this item will NOT survive a 1.7 upgrade!
2014-02-25 14:14:49 [SEVERE] [ForgeModLoader] Found anonymous item of class net.minecraft.item.ItemSlab with ID 2007 owned by mod UndergroundBiomes, this item will NOT survive a 1.7 upgrade!
2014-02-25 14:14:49 [SEVERE] [ForgeModLoader] Found anonymous item of class net.minecraft.item.ItemSlab with ID 2008 owned by mod UndergroundBiomes, this item will NOT survive a 1.7 upgrade!
2014-02-25 14:14:49 [SEVERE] [ForgeModLoader] Found anonymous item of class exterminatorJeff.undergroundBiomes.common.item.ItemMetadataBlock with ID 2009 owned by mod UndergroundBiomes, this item will NOT survive a 1.7 upgrade!
2014-02-25 14:14:49 [SEVERE] [ForgeModLoader] Found anonymous item of class exterminatorJeff.undergroundBiomes.common.item.ItemMetadataBlock with ID 2010 owned by mod UndergroundBiomes, this item will NOT survive a 1.7 upgrade!
2014-02-25 14:14:49 [SEVERE] [ForgeModLoader] Found anonymous item of class exterminatorJeff.undergroundBiomes.common.item.ItemMetadataBlock with ID 2011 owned by mod UndergroundBiomes, this item will NOT survive a 1.7 upgrade!
2014-02-25 14:14:49 [SEVERE] [ForgeModLoader] Found anonymous item of class net.minecraft.item.ItemSlab with ID 2015 owned by mod UndergroundBiomes, this item will NOT survive a 1.7 upgrade!
2014-02-25 14:14:49 [SEVERE] [ForgeModLoader] Found anonymous item of class net.minecraft.item.ItemSlab with ID 2016 owned by mod UndergroundBiomes, this item will NOT survive a 1.7 upgrade!
2014-02-25 14:14:49 [SEVERE] [ForgeModLoader] Found anonymous item of class net.minecraft.item.ItemSlab with ID 2017 owned by mod UndergroundBiomes, this item will NOT survive a 1.7 upgrade!
2014-02-25 14:14:49 [SEVERE] [ForgeModLoader] Found anonymous item of class net.minecraft.item.ItemSlab with ID 2018 owned by mod UndergroundBiomes, this item will NOT survive a 1.7 upgrade!
2014-02-25 14:14:49 [SEVERE] [ForgeModLoader] Found anonymous item of class net.minecraft.item.ItemSlab with ID 2019 owned by mod UndergroundBiomes, this item will NOT survive a 1.7 upgrade!
2014-02-25 14:14:49 [SEVERE] [ForgeModLoader] Found anonymous item of class net.minecraft.item.ItemSlab with ID 2020 owned by mod UndergroundBiomes, this item will NOT survive a 1.7 upgrade!
2014-02-25 14:14:49 [SEVERE] [ForgeModLoader] Found anonymous item of class net.minecraft.item.ItemSlab with ID 2021 owned by mod UndergroundBiomes, this item will NOT survive a 1.7 upgrade!
2014-02-25 14:14:49 [SEVERE] [ForgeModLoader] Found anonymous item of class net.minecraft.item.ItemSlab with ID 2022 owned by mod UndergroundBiomes, this item will NOT survive a 1.7 upgrade!
2014-02-25 14:14:49 [SEVERE] [ForgeModLoader] Found anonymous item of class net.minecraft.item.ItemSlab with ID 2023 owned by mod UndergroundBiomes, this item will NOT survive a 1.7 upgrade!
2014-02-25 14:14:49 [SEVERE] [ForgeModLoader] Found anonymous item of class net.minecraft.item.ItemSlab with ID 2024 owned by mod UndergroundBiomes, this item will NOT survive a 1.7 upgrade!
2014-02-25 14:14:49 [SEVERE] [ForgeModLoader] Found anonymous item of class draco18s.micromods.maps.items.MapEmptyOreDensity with ID 4099 owned by mod Specialized Maps, this item will NOT survive a 1.7 upgrade!
2014-02-25 14:14:49 [SEVERE] [ForgeModLoader] Found anonymous item of class draco18s.micromods.maps.items.MapOreDensity with ID 4100 owned by mod Specialized Maps, this item will NOT survive a 1.7 upgrade!
2014-02-25 14:14:49 [SEVERE] [ForgeModLoader] Found anonymous item of class draco18s.micromods.maps.items.MapEmptyWalkable with ID 4101 owned by mod Specialized Maps, this item will NOT survive a 1.7 upgrade!
2014-02-25 14:14:49 [SEVERE] [ForgeModLoader] Found anonymous item of class draco18s.micromods.maps.items.MapWalkable with ID 4102 owned by mod Specialized Maps, this item will NOT survive a 1.7 upgrade!
2014-02-25 14:14:49 [SEVERE] [ForgeModLoader] Found anonymous item of class draco18s.micromods.maps.items.MapEmptyRadar with ID 4103 owned by mod Specialized Maps, this item will NOT survive a 1.7 upgrade!
2014-02-25 14:14:49 [SEVERE] [ForgeModLoader] Found anonymous item of class draco18s.micromods.maps.items.MapRadar with ID 4104 owned by mod Specialized Maps, this item will NOT survive a 1.7 upgrade!
2014-02-25 14:14:49 [SEVERE] [ForgeModLoader] Found anonymous item of class draco18s.artifacts.item.ItemArtifact with ID 4156 owned by mod Artifacts, this item will NOT survive a 1.7 upgrade!
2014-02-25 14:14:49 [SEVERE] [ForgeModLoader] Found anonymous item of class draco18s.artifacts.item.ItemFakeSwordRenderable with ID 4157 owned by mod Artifacts, this item will NOT survive a 1.7 upgrade!
2014-02-25 14:14:49 [SEVERE] [ForgeModLoader] Found anonymous item of class draco18s.artifacts.item.ItemFakeSwordRenderable with ID 4158 owned by mod Artifacts, this item will NOT survive a 1.7 upgrade!
2014-02-25 14:14:49 [SEVERE] [ForgeModLoader] Found anonymous item of class draco18s.artifacts.item.ItemFakeSwordRenderable with ID 4159 owned by mod Artifacts, this item will NOT survive a 1.7 upgrade!
2014-02-25 14:14:49 [SEVERE] [ForgeModLoader] Found anonymous item of class draco18s.artifacts.item.ItemFakeSwordRenderable with ID 4160 owned by mod Artifacts, this item will NOT survive a 1.7 upgrade!
2014-02-25 14:14:49 [SEVERE] [ForgeModLoader] Found anonymous item of class draco18s.artifacts.item.ItemFakeSwordRenderable with ID 4161 owned by mod Artifacts, this item will NOT survive a 1.7 upgrade!
2014-02-25 14:14:49 [SEVERE] [ForgeModLoader] Found anonymous item of class draco18s.artifacts.item.ItemArtifactArmor with ID 4236 owned by mod Artifacts, this item will NOT survive a 1.7 upgrade!
2014-02-25 14:14:49 [SEVERE] [ForgeModLoader] Found anonymous item of class draco18s.artifacts.item.ItemArtifactArmor with ID 4237 owned by mod Artifacts, this item will NOT survive a 1.7 upgrade!
2014-02-25 14:14:49 [SEVERE] [ForgeModLoader] Found anonymous item of class draco18s.artifacts.item.ItemArtifactArmor with ID 4238 owned by mod Artifacts, this item will NOT survive a 1.7 upgrade!
2014-02-25 14:14:49 [SEVERE] [ForgeModLoader] Found anonymous item of class draco18s.artifacts.item.ItemArtifactArmor with ID 4239 owned by mod Artifacts, this item will NOT survive a 1.7 upgrade!
2014-02-25 14:14:49 [SEVERE] [ForgeModLoader] Found anonymous item of class draco18s.artifacts.item.ItemArtifactArmor with ID 4240 owned by mod Artifacts, this item will NOT survive a 1.7 upgrade!
2014-02-25 14:14:49 [SEVERE] [ForgeModLoader] Found anonymous item of class draco18s.artifacts.item.ItemArtifactArmor with ID 4241 owned by mod Artifacts, this item will NOT survive a 1.7 upgrade!
2014-02-25 14:14:49 [SEVERE] [ForgeModLoader] Found anonymous item of class draco18s.artifacts.item.ItemArtifactArmor with ID 4242 owned by mod Artifacts, this item will NOT survive a 1.7 upgrade!
2014-02-25 14:14:49 [SEVERE] [ForgeModLoader] Found anonymous item of class draco18s.artifacts.item.ItemArtifactArmor with ID 4243 owned by mod Artifacts, this item will NOT survive a 1.7 upgrade!
2014-02-25 14:14:49 [SEVERE] [ForgeModLoader] Found anonymous item of class draco18s.artifacts.item.ItemArtifactArmor with ID 4244 owned by mod Artifacts, this item will NOT survive a 1.7 upgrade!
2014-02-25 14:14:49 [SEVERE] [ForgeModLoader] Found anonymous item of class draco18s.artifacts.item.ItemArtifactArmor with ID 4245 owned by mod Artifacts, this item will NOT survive a 1.7 upgrade!
2014-02-25 14:14:49 [SEVERE] [ForgeModLoader] Found anonymous item of class draco18s.artifacts.item.ItemArtifactArmor with ID 4246 owned by mod Artifacts, this item will NOT survive a 1.7 upgrade!
2014-02-25 14:14:49 [SEVERE] [ForgeModLoader] Found anonymous item of class draco18s.artifacts.item.ItemArtifactArmor with ID 4247 owned by mod Artifacts, this item will NOT survive a 1.7 upgrade!
2014-02-25 14:14:49 [SEVERE] [ForgeModLoader] Found anonymous item of class draco18s.artifacts.item.ItemArtifactArmor with ID 4248 owned by mod Artifacts, this item will NOT survive a 1.7 upgrade!
2014-02-25 14:14:49 [SEVERE] [ForgeModLoader] Found anonymous item of class draco18s.artifacts.item.ItemArtifactArmor with ID 4249 owned by mod Artifacts, this item will NOT survive a 1.7 upgrade!
2014-02-25 14:14:49 [SEVERE] [ForgeModLoader] Found anonymous item of class draco18s.artifacts.item.ItemArtifactArmor with ID 4250 owned by mod Artifacts, this item will NOT survive a 1.7 upgrade!
2014-02-25 14:14:49 [SEVERE] [ForgeModLoader] Found anonymous item of class draco18s.artifacts.item.ItemArtifactArmor with ID 4251 owned by mod Artifacts, this item will NOT survive a 1.7 upgrade!
2014-02-25 14:14:49 [SEVERE] [ForgeModLoader] Found anonymous item of class draco18s.artifacts.item.ItemArtifactArmor with ID 4252 owned by mod Artifacts, this item will NOT survive a 1.7 upgrade!
2014-02-25 14:14:49 [SEVERE] [ForgeModLoader] Found anonymous item of class draco18s.artifacts.item.ItemArtifactArmor with ID 4253 owned by mod Artifacts, this item will NOT survive a 1.7 upgrade!
2014-02-25 14:14:49 [SEVERE] [ForgeModLoader] Found anonymous item of class draco18s.artifacts.item.ItemArtifactArmor with ID 4254 owned by mod Artifacts, this item will NOT survive a 1.7 upgrade!
2014-02-25 14:14:49 [SEVERE] [ForgeModLoader] Found anonymous item of class draco18s.artifacts.item.ItemArtifactArmor with ID 4255 owned by mod Artifacts, this item will NOT survive a 1.7 upgrade!
2014-02-25 14:14:49 [SEVERE] [ForgeModLoader] Found anonymous item of class draco18s.artifacts.item.ItemOrichalcumDust with ID 4276 owned by mod Artifacts, this item will NOT survive a 1.7 upgrade!
2014-02-25 14:14:49 [SEVERE] [ForgeModLoader] Found anonymous item of class draco18s.artifacts.item.ItemCalendar with ID 4277 owned by mod Artifacts, this item will NOT survive a 1.7 upgrade!
2014-02-25 14:14:49 [SEVERE] [ForgeModLoader] Found anonymous item of class atomicstryker.magicyarn.common.ItemMagicYarn with ID 4990 owned by mod MagicYarn, this item will NOT survive a 1.7 upgrade!
2014-02-25 14:14:49 [SEVERE] [ForgeModLoader] Found anonymous item of class exterminatorJeff.undergroundBiomes.common.item.ItemLigniteCoal with ID 5756 owned by mod UndergroundBiomes, this item will NOT survive a 1.7 upgrade!
2014-02-25 14:14:49 [SEVERE] [ForgeModLoader] Found anonymous item of class exterminatorJeff.undergroundBiomes.common.item.ItemFossilPiece with ID 5757 owned by mod UndergroundBiomes, this item will NOT survive a 1.7 upgrade!
2014-02-25 14:14:49 [SEVERE] [ForgeModLoader] Found anonymous item of class com.xcompwiz.mystcraft.item.ItemPage with ID 8960 owned by mod Mystcraft, this item will NOT survive a 1.7 upgrade!
2014-02-25 14:14:49 [SEVERE] [ForgeModLoader] Found anonymous item of class com.xcompwiz.mystcraft.item.ItemInkVial with ID 8962 owned by mod Mystcraft, this item will NOT survive a 1.7 upgrade!
2014-02-25 14:14:49 [SEVERE] [ForgeModLoader] Found anonymous item of class com.xcompwiz.mystcraft.item.ItemLinkbookUnlinked with ID 8963 owned by mod Mystcraft, this item will NOT survive a 1.7 upgrade!
2014-02-25 14:14:49 [FINE] [ExtrabiomesXL] extrabiomes.blocks.BlockCustomFlower@4db1f2cf: registerIcons
2014-02-25 14:14:49 [FINE] [ExtrabiomesXL] extrabiomes.blocks.BlockCustomFlower@4db1f2cf: AUTUMN_SHRUB = TextureAtlasSprite{name='extrabiomesxl:autumnshrub', frameCount=0, rotated=false, x=0, y=0, height=0, width=0, u0=0.0, u1=0.0, v0=0.0, v1=0.0}
2014-02-25 14:14:49 [FINE] [ExtrabiomesXL] extrabiomes.blocks.BlockCustomFlower@4db1f2cf: HYDRANGEA = TextureAtlasSprite{name='extrabiomesxl:hydrangea', frameCount=0, rotated=false, x=0, y=0, height=0, width=0, u0=0.0, u1=0.0, v0=0.0, v1=0.0}
2014-02-25 14:14:49 [FINE] [ExtrabiomesXL] extrabiomes.blocks.BlockCustomFlower@4db1f2cf: BUTTERCUP = TextureAtlasSprite{name='extrabiomesxl:buttercup', frameCount=0, rotated=false, x=0, y=0, height=0, width=0, u0=0.0, u1=0.0, v0=0.0, v1=0.0}
2014-02-25 14:14:49 [FINE] [ExtrabiomesXL] extrabiomes.blocks.BlockCustomFlower@4db1f2cf: LAVENDER = TextureAtlasSprite{name='extrabiomesxl:lavender', frameCount=0, rotated=false, x=0, y=0, height=0, width=0, u0=0.0, u1=0.0, v0=0.0, v1=0.0}
2014-02-25 14:14:49 [FINE] [ExtrabiomesXL] extrabiomes.blocks.BlockCustomFlower@4db1f2cf: TINY_CACTUS = TextureAtlasSprite{name='extrabiomesxl:tinycactus', frameCount=0, rotated=false, x=0, y=0, height=0, width=0, u0=0.0, u1=0.0, v0=0.0, v1=0.0}
2014-02-25 14:14:49 [FINE] [ExtrabiomesXL] extrabiomes.blocks.BlockCustomFlower@4db1f2cf: ROOT = TextureAtlasSprite{name='extrabiomesxl:root', frameCount=0, rotated=false, x=0, y=0, height=0, width=0, u0=0.0, u1=0.0, v0=0.0, v1=0.0}
2014-02-25 14:14:49 [FINE] [ExtrabiomesXL] extrabiomes.blocks.BlockCustomFlower@4db1f2cf: TOADSTOOL = TextureAtlasSprite{name='extrabiomesxl:toadstools', frameCount=0, rotated=false, x=0, y=0, height=0, width=0, u0=0.0, u1=0.0, v0=0.0, v1=0.0}
2014-02-25 14:14:49 [FINE] [ExtrabiomesXL] extrabiomes.blocks.BlockCustomFlower@4db1f2cf: CALLA_WHITE = TextureAtlasSprite{name='extrabiomesxl:calla_white', frameCount=0, rotated=false, x=0, y=0, height=0, width=0, u0=0.0, u1=0.0, v0=0.0, v1=0.0}
2014-02-25 14:14:49 [FINE] [ExtrabiomesXL] extrabiomes.blocks.BlockCustomFlower@268dc474: registerIcons
2014-02-25 14:14:49 [FINE] [ExtrabiomesXL] extrabiomes.blocks.BlockCustomFlower@268dc474: ALLIUM = TextureAtlasSprite{name='extrabiomesxl:allium', frameCount=0, rotated=false, x=0, y=0, height=0, width=0, u0=0.0, u1=0.0, v0=0.0, v1=0.0}
2014-02-25 14:14:49 [FINE] [ExtrabiomesXL] extrabiomes.blocks.BlockCustomFlower@268dc474: AMARYLLIS_PINK = TextureAtlasSprite{name='extrabiomesxl:amaryllis_pink', frameCount=0, rotated=false, x=0, y=0, height=0, width=0, u0=0.0, u1=0.0, v0=0.0, v1=0.0}
2014-02-25 14:14:49 [FINE] [ExtrabiomesXL] extrabiomes.blocks.BlockCustomFlower@268dc474: AMARYLLIS_RED = TextureAtlasSprite{name='extrabiomesxl:amaryllis_red', frameCount=0, rotated=false, x=0, y=0, height=0, width=0, u0=0.0, u1=0.0, v0=0.0, v1=0.0}
2014-02-25 14:14:49 [FINE] [ExtrabiomesXL] extrabiomes.blocks.BlockCustomFlower@268dc474: AMARYLLIS_WHITE = TextureAtlasSprite{name='extrabiomesxl:amaryllis_white', frameCount=0, rotated=false, x=0, y=0, height=0, width=0, u0=0.0, u1=0.0, v0=0.0, v1=0.0}
2014-02-25 14:14:49 [FINE] [ExtrabiomesXL] extrabiomes.blocks.BlockCustomFlower@268dc474: BACHELORS_BUTTON = TextureAtlasSprite{name='extrabiomesxl:bachelorsbutton_blue', frameCount=0, rotated=false, x=0, y=0, height=0, width=0, u0=0.0, u1=0.0, v0=0.0, v1=0.0}
2014-02-25 14:14:49 [FINE] [ExtrabiomesXL] extrabiomes.blocks.BlockCustomFlower@268dc474: BELLS_OF_IRELAND = TextureAtlasSprite{name='extrabiomesxl:bellsofireland', frameCount=0, rotated=false, x=0, y=0, height=0, width=0, u0=0.0, u1=0.0, v0=0.0, v1=0.0}
2014-02-25 14:14:49 [FINE] [ExtrabiomesXL] extrabiomes.blocks.BlockCustomFlower@268dc474: BLUEBELL = TextureAtlasSprite{name='extrabiomesxl:bluebell', frameCount=0, rotated=false, x=0, y=0, height=0, width=0, u0=0.0, u1=0.0, v0=0.0, v1=0.0}
2014-02-25 14:14:49 [FINE] [ExtrabiomesXL] extrabiomes.blocks.BlockCustomFlower@268dc474: CALLA_BLACK = TextureAtlasSprite{name='extrabiomesxl:calla_black', frameCount=0, rotated=false, x=0, y=0, height=0, width=0, u0=0.0, u1=0.0, v0=0.0, v1=0.0}
2014-02-25 14:14:49 [FINE] [ExtrabiomesXL] extrabiomes.blocks.BlockCustomFlower@268dc474: DAISY = TextureAtlasSprite{name='extrabiomesxl:daisy', frameCount=0, rotated=false, x=0, y=0, height=0, width=0, u0=0.0, u1=0.0, v0=0.0, v1=0.0}
2014-02-25 14:14:49 [FINE] [ExtrabiomesXL] extrabiomes.blocks.BlockCustomFlower@268dc474: DANDELION = TextureAtlasSprite{name='extrabiomesxl:dandelion', frameCount=0, rotated=false, x=0, y=0, height=0, width=0, u0=0.0, u1=0.0, v0=0.0, v1=0.0}
2014-02-25 14:14:49 [FINE] [ExtrabiomesXL] extrabiomes.blocks.BlockCustomFlower@268dc474: EELGRASS = TextureAtlasSprite{name='extrabiomesxl:eelgrass', frameCount=0, rotated=false, x=0, y=0, height=0, width=0, u0=0.0, u1=0.0, v0=0.0, v1=0.0}
2014-02-25 14:14:49 [FINE] [ExtrabiomesXL] extrabiomes.blocks.BlockCustomFlower@268dc474: GARDENIA = TextureAtlasSprite{name='extrabiomesxl:gardenia', frameCount=0, rotated=false, x=0, y=0, height=0, width=0, u0=0.0, u1=0.0, v0=0.0, v1=0.0}
2014-02-25 14:14:49 [FINE] [ExtrabiomesXL] extrabiomes.blocks.BlockCustomFlower@268dc474: GERBERA_ORANGE = TextureAtlasSprite{name='extrabiomesxl:gerbera_orange', frameCount=0, rotated=false, x=0, y=0, height=0, width=0, u0=0.0, u1=0.0, v0=0.0, v1=0.0}
2014-02-25 14:14:49 [FINE] [ExtrabiomesXL] extrabiomes.blocks.BlockCustomFlower@268dc474: GERBERA_PINK = TextureAtlasSprite{name='extrabiomesxl:gerbera_pink', frameCount=0, rotated=false, x=0, y=0, height=0, width=0, u0=0.0, u1=0.0, v0=0.0, v1=0.0}
2014-02-25 14:14:49 [FINE] [ExtrabiomesXL] extrabiomes.blocks.BlockCustomFlower@268dc474: GERBERA_RED = TextureAtlasSprite{name='extrabiomesxl:gerbera_red', frameCount=0, rotated=false, x=0, y=0, height=0, width=0, u0=0.0, u1=0.0, v0=0.0, v1=0.0}
2014-02-25 14:14:49 [FINE] [ExtrabiomesXL] extrabiomes.blocks.BlockCustomFlower@268dc474: GERBERA_YELLOW = TextureAtlasSprite{name='extrabiomesxl:gerbera_yellow', frameCount=0, rotated=false, x=0, y=0, height=0, width=0, u0=0.0, u1=0.0, v0=0.0, v1=0.0}
2014-02-25 14:14:49 [FINE] [ExtrabiomesXL] extrabiomes.blocks.BlockCustomFlower@2e7a9107: registerIcons
2014-02-25 14:14:49 [FINE] [ExtrabiomesXL] extrabiomes.blocks.BlockCustomFlower@2e7a9107: ORIENTAL_PINK_LILY = TextureAtlasSprite{name='extrabiomesxl:orientalpinklily', frameCount=0, rotated=false, x=0, y=0, height=0, width=0, u0=0.0, u1=0.0, v0=0.0, v1=0.0}
2014-02-25 14:14:49 [FINE] [ExtrabiomesXL] extrabiomes.blocks.BlockCustomFlower@2e7a9107: IRIS_BLUE = TextureAtlasSprite{name='extrabiomesxl:iris_blue', frameCount=0, rotated=false, x=0, y=0, height=0, width=0, u0=0.0, u1=0.0, v0=0.0, v1=0.0}
2014-02-25 14:14:49 [FINE] [ExtrabiomesXL] extrabiomes.blocks.BlockCustomFlower@2e7a9107: IRIS_PURPLE = TextureAtlasSprite{name='extrabiomesxl:iris_purple', frameCount=0, rotated=false, x=0, y=0, height=0, width=0, u0=0.0, u1=0.0, v0=0.0, v1=0.0}
2014-02-25 14:14:49 [FINE] [ExtrabiomesXL] extrabiomes.blocks.BlockCustomFlower@2e7a9107: LILY = TextureAtlasSprite{name='extrabiomesxl:lily', frameCount=0, rotated=false, x=0, y=0, height=0, width=0, u0=0.0, u1=0.0, v0=0.0, v1=0.0}
2014-02-25 14:14:49 [FINE] [ExtrabiomesXL] extrabiomes.blocks.BlockCustomFlower@2e7a9107: MARSH_MARIGOLD = TextureAtlasSprite{name='extrabiomesxl:marshmarigold', frameCount=0, rotated=false, x=0, y=0, height=0, width=0, u0=0.0, u1=0.0, v0=0.0, v1=0.0}
2014-02-25 14:14:49 [FINE] [ExtrabiomesXL] extrabiomes.blocks.BlockCustomFlower@2e7a9107: PANSY = TextureAtlasSprite{name='extrabiomesxl:pansy', frameCount=0, rotated=false, x=0, y=0, height=0, width=0, u0=0.0, u1=0.0, v0=0.0, v1=0.0}
2014-02-25 14:14:49 [FINE] [ExtrabiomesXL] extrabiomes.blocks.BlockCustomFlower@2e7a9107: POPPY = TextureAtlasSprite{name='extrabiomesxl:poppy', frameCount=0, rotated=false, x=0, y=0, height=0, width=0, u0=0.0, u1=0.0, v0=0.0, v1=0.0}
2014-02-25 14:14:49 [FINE] [ExtrabiomesXL] extrabiomes.blocks.BlockCustomFlower@2e7a9107: REDROVER = TextureAtlasSprite{name='extrabiomesxl:redrover', frameCount=0, rotated=false, x=0, y=0, height=0, width=0, u0=0.0, u1=0.0, v0=0.0, v1=0.0}
2014-02-25 14:14:49 [FINE] [ExtrabiomesXL] extrabiomes.blocks.BlockCustomFlower@2e7a9107: SNAPDRAGON = TextureAtlasSprite{name='extrabiomesxl:snapdragon', frameCount=0, rotated=false, x=0, y=0, height=0, width=0, u0=0.0, u1=0.0, v0=0.0, v1=0.0}
2014-02-25 14:14:49 [FINE] [ExtrabiomesXL] extrabiomes.blocks.BlockCustomFlower@2e7a9107: TULIP = TextureAtlasSprite{name='extrabiomesxl:tulips', frameCount=0, rotated=false, x=0, y=0, height=0, width=0, u0=0.0, u1=0.0, v0=0.0, v1=0.0}
2014-02-25 14:14:49 [FINE] [ExtrabiomesXL] extrabiomes.blocks.BlockCustomFlower@2e7a9107: VIOLET = TextureAtlasSprite{name='extrabiomesxl:violet', frameCount=0, rotated=false, x=0, y=0, height=0, width=0, u0=0.0, u1=0.0, v0=0.0, v1=0.0}
2014-02-25 14:14:49 [FINE] [ExtrabiomesXL] extrabiomes.blocks.BlockCustomFlower@2e7a9107: YARROW = TextureAtlasSprite{name='extrabiomesxl:yarrow', frameCount=0, rotated=false, x=0, y=0, height=0, width=0, u0=0.0, u1=0.0, v0=0.0, v1=0.0}
2014-02-25 14:14:49 [FINE] [ExtrabiomesXL] extrabiomes.blocks.BlockCustomFlower@2e7a9107: BELLADONNA = TextureAtlasSprite{name='extrabiomesxl:belladonna', frameCount=0, rotated=false, x=0, y=0, height=0, width=0, u0=0.0, u1=0.0, v0=0.0, v1=0.0}
2014-02-25 14:14:49 [FINE] [ExtrabiomesXL] extrabiomes.blocks.BlockCustomFlower@2e7a9107: BLUE_POPPY = TextureAtlasSprite{name='extrabiomesxl:himalayanbluepoppy', frameCount=0, rotated=false, x=0, y=0, height=0, width=0, u0=0.0, u1=0.0, v0=0.0, v1=0.0}
2014-02-25 14:14:49 [FINE] [ExtrabiomesXL] extrabiomes.blocks.BlockCustomFlower@4db1f2cf: registerIcons
2014-02-25 14:14:49 [FINE] [ExtrabiomesXL] extrabiomes.blocks.BlockCustomFlower@4db1f2cf: AUTUMN_SHRUB = TextureAtlasSprite{name='extrabiomesxl:autumnshrub', frameCount=0, rotated=false, x=0, y=0, height=0, width=0, u0=0.0, u1=0.0, v0=0.0, v1=0.0}
2014-02-25 14:14:49 [FINE] [ExtrabiomesXL] extrabiomes.blocks.BlockCustomFlower@4db1f2cf: HYDRANGEA = TextureAtlasSprite{name='extrabiomesxl:hydrangea', frameCount=0, rotated=false, x=0, y=0, height=0, width=0, u0=0.0, u1=0.0, v0=0.0, v1=0.0}
2014-02-25 14:14:49 [FINE] [ExtrabiomesXL] extrabiomes.blocks.BlockCustomFlower@4db1f2cf: BUTTERCUP = TextureAtlasSprite{name='extrabiomesxl:buttercup', frameCount=0, rotated=false, x=0, y=0, height=0, width=0, u0=0.0, u1=0.0, v0=0.0, v1=0.0}
2014-02-25 14:14:49 [FINE] [ExtrabiomesXL] extrabiomes.blocks.BlockCustomFlower@4db1f2cf: LAVENDER = TextureAtlasSprite{name='extrabiomesxl:lavender', frameCount=0, rotated=false, x=0, y=0, height=0, width=0, u0=0.0, u1=0.0, v0=0.0, v1=0.0}
2014-02-25 14:14:49 [FINE] [ExtrabiomesXL] extrabiomes.blocks.BlockCustomFlower@4db1f2cf: TINY_CACTUS = TextureAtlasSprite{name='extrabiomesxl:tinycactus', frameCount=0, rotated=false, x=0, y=0, height=0, width=0, u0=0.0, u1=0.0, v0=0.0, v1=0.0}
2014-02-25 14:14:49 [FINE] [ExtrabiomesXL] extrabiomes.blocks.BlockCustomFlower@4db1f2cf: ROOT = TextureAtlasSprite{name='extrabiomesxl:root', frameCount=0, rotated=false, x=0, y=0, height=0, width=0, u0=0.0, u1=0.0, v0=0.0, v1=0.0}
2014-02-25 14:14:49 [FINE] [ExtrabiomesXL] extrabiomes.blocks.BlockCustomFlower@4db1f2cf: TOADSTOOL = TextureAtlasSprite{name='extrabiomesxl:toadstools', frameCount=0, rotated=false, x=0, y=0, height=0, width=0, u0=0.0, u1=0.0, v0=0.0, v1=0.0}
2014-02-25 14:14:49 [FINE] [ExtrabiomesXL] extrabiomes.blocks.BlockCustomFlower@4db1f2cf: CALLA_WHITE = TextureAtlasSprite{name='extrabiomesxl:calla_white', frameCount=0, rotated=false, x=0, y=0, height=0, width=0, u0=0.0, u1=0.0, v0=0.0, v1=0.0}
2014-02-25 14:14:49 [FINE] [ExtrabiomesXL] extrabiomes.blocks.BlockCustomFlower@268dc474: registerIcons
2014-02-25 14:14:49 [FINE] [ExtrabiomesXL] extrabiomes.blocks.BlockCustomFlower@268dc474: ALLIUM = TextureAtlasSprite{name='extrabiomesxl:allium', frameCount=0, rotated=false, x=0, y=0, height=0, width=0, u0=0.0, u1=0.0, v0=0.0, v1=0.0}
2014-02-25 14:14:49 [FINE] [ExtrabiomesXL] extrabiomes.blocks.BlockCustomFlower@268dc474: AMARYLLIS_PINK = TextureAtlasSprite{name='extrabiomesxl:amaryllis_pink', frameCount=0, rotated=false, x=0, y=0, height=0, width=0, u0=0.0, u1=0.0, v0=0.0, v1=0.0}
2014-02-25 14:14:49 [FINE] [ExtrabiomesXL] extrabiomes.blocks.BlockCustomFlower@268dc474: AMARYLLIS_RED = TextureAtlasSprite{name='extrabiomesxl:amaryllis_red', frameCount=0, rotated=false, x=0, y=0, height=0, width=0, u0=0.0, u1=0.0, v0=0.0, v1=0.0}
2014-02-25 14:14:49 [FINE] [ExtrabiomesXL] extrabiomes.blocks.BlockCustomFlower@268dc474: AMARYLLIS_WHITE = TextureAtlasSprite{name='extrabiomesxl:amaryllis_white', frameCount=0, rotated=false, x=0, y=0, height=0, width=0, u0=0.0, u1=0.0, v0=0.0, v1=0.0}
2014-02-25 14:14:49 [FINE] [ExtrabiomesXL] extrabiomes.blocks.BlockCustomFlower@268dc474: BACHELORS_BUTTON = TextureAtlasSprite{name='extrabiomesxl:bachelorsbutton_blue', frameCount=0, rotated=false, x=0, y=0, height=0, width=0, u0=0.0, u1=0.0, v0=0.0, v1=0.0}
2014-02-25 14:14:49 [FINE] [ExtrabiomesXL] extrabiomes.blocks.BlockCustomFlower@268dc474: BELLS_OF_IRELAND = TextureAtlasSprite{name='extrabiomesxl:bellsofireland', frameCount=0, rotated=false, x=0, y=0, height=0, width=0, u0=0.0, u1=0.0, v0=0.0, v1=0.0}
2014-02-25 14:14:49 [FINE] [ExtrabiomesXL] extrabiomes.blocks.BlockCustomFlower@268dc474: BLUEBELL = TextureAtlasSprite{name='extrabiomesxl:bluebell', frameCount=0, rotated=false, x=0, y=0, height=0, width=0, u0=0.0, u1=0.0, v0=0.0, v1=0.0}
2014-02-25 14:14:49 [FINE] [ExtrabiomesXL] extrabiomes.blocks.BlockCustomFlower@268dc474: CALLA_BLACK = TextureAtlasSprite{name='extrabiomesxl:calla_black', frameCount=0, rotated=false, x=0, y=0, height=0, width=0, u0=0.0, u1=0.0, v0=0.0, v1=0.0}
2014-02-25 14:14:49 [FINE] [ExtrabiomesXL] extrabiomes.blocks.BlockCustomFlower@268dc474: DAISY = TextureAtlasSprite{name='extrabiomesxl:daisy', frameCount=0, rotated=false, x=0, y=0, height=0, width=0, u0=0.0, u1=0.0, v0=0.0, v1=0.0}
2014-02-25 14:14:49 [FINE] [ExtrabiomesXL] extrabiomes.blocks.BlockCustomFlower@268dc474: DANDELION = TextureAtlasSprite{name='extrabiomesxl:dandelion', frameCount=0, rotated=false, x=0, y=0, height=0, width=0, u0=0.0, u1=0.0, v0=0.0, v1=0.0}
2014-02-25 14:14:49 [FINE] [ExtrabiomesXL] extrabiomes.blocks.BlockCustomFlower@268dc474: EELGRASS = TextureAtlasSprite{name='extrabiomesxl:eelgrass', frameCount=0, rotated=false, x=0, y=0, height=0, width=0, u0=0.0, u1=0.0, v0=0.0, v1=0.0}
2014-02-25 14:14:49 [FINE] [ExtrabiomesXL] extrabiomes.blocks.BlockCustomFlower@268dc474: GARDENIA = TextureAtlasSprite{name='extrabiomesxl:gardenia', frameCount=0, rotated=false, x=0, y=0, height=0, width=0, u0=0.0, u1=0.0, v0=0.0, v1=0.0}
2014-02-25 14:14:49 [FINE] [ExtrabiomesXL] extrabiomes.blocks.BlockCustomFlower@268dc474: GERBERA_ORANGE = TextureAtlasSprite{name='extrabiomesxl:gerbera_orange', frameCount=0, rotated=false, x=0, y=0, height=0, width=0, u0=0.0, u1=0.0, v0=0.0, v1=0.0}
2014-02-25 14:14:49 [FINE] [ExtrabiomesXL] extrabiomes.blocks.BlockCustomFlower@268dc474: GERBERA_PINK = TextureAtlasSprite{name='extrabiomesxl:gerbera_pink', frameCount=0, rotated=false, x=0, y=0, height=0, width=0, u0=0.0, u1=0.0, v0=0.0, v1=0.0}
2014-02-25 14:14:49 [FINE] [ExtrabiomesXL] extrabiomes.blocks.BlockCustomFlower@268dc474: GERBERA_RED = TextureAtlasSprite{name='extrabiomesxl:gerbera_red', frameCount=0, rotated=false, x=0, y=0, height=0, width=0, u0=0.0, u1=0.0, v0=0.0, v1=0.0}
2014-02-25 14:14:49 [FINE] [ExtrabiomesXL] extrabiomes.blocks.BlockCustomFlower@268dc474: GERBERA_YELLOW = TextureAtlasSprite{name='extrabiomesxl:gerbera_yellow', frameCount=0, rotated=false, x=0, y=0, height=0, width=0, u0=0.0, u1=0.0, v0=0.0, v1=0.0}
2014-02-25 14:14:49 [FINE] [ExtrabiomesXL] extrabiomes.blocks.BlockCustomFlower@2e7a9107: registerIcons
2014-02-25 14:14:49 [FINE] [ExtrabiomesXL] extrabiomes.blocks.BlockCustomFlower@2e7a9107: ORIENTAL_PINK_LILY = TextureAtlasSprite{name='extrabiomesxl:orientalpinklily', frameCount=0, rotated=false, x=0, y=0, height=0, width=0, u0=0.0, u1=0.0, v0=0.0, v1=0.0}
2014-02-25 14:14:49 [FINE] [ExtrabiomesXL] extrabiomes.blocks.BlockCustomFlower@2e7a9107: IRIS_BLUE = TextureAtlasSprite{name='extrabiomesxl:iris_blue', frameCount=0, rotated=false, x=0, y=0, height=0, width=0, u0=0.0, u1=0.0, v0=0.0, v1=0.0}
2014-02-25 14:14:49 [FINE] [ExtrabiomesXL] extrabiomes.blocks.BlockCustomFlower@2e7a9107: IRIS_PURPLE = TextureAtlasSprite{name='extrabiomesxl:iris_purple', frameCount=0, rotated=false, x=0, y=0, height=0, width=0, u0=0.0, u1=0.0, v0=0.0, v1=0.0}
2014-02-25 14:14:49 [FINE] [ExtrabiomesXL] extrabiomes.blocks.BlockCustomFlower@2e7a9107: LILY = TextureAtlasSprite{name='extrabiomesxl:lily', frameCount=0, rotated=false, x=0, y=0, height=0, width=0, u0=0.0, u1=0.0, v0=0.0, v1=0.0}
2014-02-25 14:14:49 [FINE] [ExtrabiomesXL] extrabiomes.blocks.BlockCustomFlower@2e7a9107: MARSH_MARIGOLD = TextureAtlasSprite{name='extrabiomesxl:marshmarigold', frameCount=0, rotated=false, x=0, y=0, height=0, width=0, u0=0.0, u1=0.0, v0=0.0, v1=0.0}
2014-02-25 14:14:49 [FINE] [ExtrabiomesXL] extrabiomes.blocks.BlockCustomFlower@2e7a9107: PANSY = TextureAtlasSprite{name='extrabiomesxl:pansy', frameCount=0, rotated=false, x=0, y=0, height=0, width=0, u0=0.0, u1=0.0, v0=0.0, v1=0.0}
2014-02-25 14:14:49 [FINE] [ExtrabiomesXL] extrabiomes.blocks.BlockCustomFlower@2e7a9107: POPPY = TextureAtlasSprite{name='extrabiomesxl:poppy', frameCount=0, rotated=false, x=0, y=0, height=0, width=0, u0=0.0, u1=0.0, v0=0.0, v1=0.0}
2014-02-25 14:14:49 [FINE] [ExtrabiomesXL] extrabiomes.blocks.BlockCustomFlower@2e7a9107: REDROVER = TextureAtlasSprite{name='extrabiomesxl:redrover', frameCount=0, rotated=false, x=0, y=0, height=0, width=0, u0=0.0, u1=0.0, v0=0.0, v1=0.0}
2014-02-25 14:14:49 [FINE] [ExtrabiomesXL] extrabiomes.blocks.BlockCustomFlower@2e7a9107: SNAPDRAGON = TextureAtlasSprite{name='extrabiomesxl:snapdragon', frameCount=0, rotated=false, x=0, y=0, height=0, width=0, u0=0.0, u1=0.0, v0=0.0, v1=0.0}
2014-02-25 14:14:49 [FINE] [ExtrabiomesXL] extrabiomes.blocks.BlockCustomFlower@2e7a9107: TULIP = TextureAtlasSprite{name='extrabiomesxl:tulips', frameCount=0, rotated=false, x=0, y=0, height=0, width=0, u0=0.0, u1=0.0, v0=0.0, v1=0.0}
2014-02-25 14:14:49 [FINE] [ExtrabiomesXL] extrabiomes.blocks.BlockCustomFlower@2e7a9107: VIOLET = TextureAtlasSprite{name='extrabiomesxl:violet', frameCount=0, rotated=false, x=0, y=0, height=0, width=0, u0=0.0, u1=0.0, v0=0.0, v1=0.0}
2014-02-25 14:14:49 [FINE] [ExtrabiomesXL] extrabiomes.blocks.BlockCustomFlower@2e7a9107: YARROW = TextureAtlasSprite{name='extrabiomesxl:yarrow', frameCount=0, rotated=false, x=0, y=0, height=0, width=0, u0=0.0, u1=0.0, v0=0.0, v1=0.0}
2014-02-25 14:14:49 [FINE] [ExtrabiomesXL] extrabiomes.blocks.BlockCustomFlower@2e7a9107: BELLADONNA = TextureAtlasSprite{name='extrabiomesxl:belladonna', frameCount=0, rotated=false, x=0, y=0, height=0, width=0, u0=0.0, u1=0.0, v0=0.0, v1=0.0}
2014-02-25 14:14:49 [FINE] [ExtrabiomesXL] extrabiomes.blocks.BlockCustomFlower@2e7a9107: BLUE_POPPY = TextureAtlasSprite{name='extrabiomesxl:himalayanbluepoppy', frameCount=0, rotated=false, x=0, y=0, height=0, width=0, u0=0.0, u1=0.0, v0=0.0, v1=0.0}
2014-02-25 14:14:49 [INFO] [STDOUT] GEOSTRATA: Loading Liquid Icons
2014-02-25 14:14:49 [SEVERE] [Minecraft-Client] Using missing texture, unable to load: minecraft:textures/blocks/MISSING_ICON_TILE_3915_null.png
2014-02-25 14:14:50 [INFO] [STDOUT] GEOSTRATA: Loading Liquid Icons
2014-02-25 14:14:50 [SEVERE] [Minecraft-Client] Using missing texture, unable to load: geostrata:textures/items/liqcrystal3.png
2014-02-25 14:14:50 [SEVERE] [Minecraft-Client] Using missing texture, unable to load: minecraft:textures/items/MISSING_ICON_ITEM_4277_Moon Calendar.png
2014-02-25 14:14:50 [FINEST] [mcp] Sending event FMLInitializationEvent to mod mcp
2014-02-25 14:14:50 [FINEST] [mcp] Sent event FMLInitializationEvent to mod mcp
2014-02-25 14:14:50 [FINEST] [FML] Sending event FMLInitializationEvent to mod FML
2014-02-25 14:14:50 [FINEST] [FML] Sent event FMLInitializationEvent to mod FML
2014-02-25 14:14:50 [FINEST] [Forge] Sending event FMLInitializationEvent to mod Forge
2014-02-25 14:14:50 [FINEST] [Forge] Sent event FMLInitializationEvent to mod Forge
2014-02-25 14:14:50 [FINEST] [CodeChickenCore] Sending event FMLInitializationEvent to mod CodeChickenCore
2014-02-25 14:14:50 [FINEST] [CodeChickenCore] Sent event FMLInitializationEvent to mod CodeChickenCore
2014-02-25 14:14:50 [FINEST] [Evoc] Sending event FMLInitializationEvent to mod Evoc
2014-02-25 14:14:50 [FINEST] [Evoc] Sent event FMLInitializationEvent to mod Evoc
2014-02-25 14:14:50 [FINEST] [MobiusCore] Sending event FMLInitializationEvent to mod MobiusCore
2014-02-25 14:14:50 [FINEST] [MobiusCore] Sent event FMLInitializationEvent to mod MobiusCore
2014-02-25 14:14:50 [FINEST] [NotEnoughItems] Sending event FMLInitializationEvent to mod NotEnoughItems
2014-02-25 14:14:50 [INFO] [STDOUT] Removing TMI Uninstaller
2014-02-25 14:14:50 [INFO] [STDOUT] Deleting Dir: /Volumes/UserData/Users/michael/Documents/Games/Minecraft/Playing/Client/162-base/versions/1.6.4-Forge9.11.1.965/TMIUninstaller
2014-02-25 14:14:50 [FINEST] [NotEnoughItems] Sent event FMLInitializationEvent to mod NotEnoughItems
2014-02-25 14:14:50 [FINEST] [denLib] Sending event FMLInitializationEvent to mod denLib
2014-02-25 14:14:50 [INFO] [ForgeModLoader] [denLib]: denLib loading...
2014-02-25 14:14:50 [FINEST] [denLib] Sent event FMLInitializationEvent to mod denLib
2014-02-25 14:14:50 [FINEST] [DenEvents] Sending event FMLInitializationEvent to mod DenEvents
2014-02-25 14:14:50 [FINEST] [DenEvents] Sent event FMLInitializationEvent to mod DenEvents
2014-02-25 14:14:50 [FINEST] [Artifacts] Sending event FMLInitializationEvent to mod Artifacts
2014-02-25 14:14:50 [FINEST] [Artifacts] Sent event FMLInitializationEvent to mod Artifacts
2014-02-25 14:14:50 [FINEST] [ATG] Sending event FMLInitializationEvent to mod ATG
2014-02-25 14:14:50 [FINEST] [ATG] Sent event FMLInitializationEvent to mod ATG
2014-02-25 14:14:50 [FINEST] [BBOutlineMod] Sending event FMLInitializationEvent to mod BBOutlineMod
2014-02-25 14:14:50 [INFO] [ForgeModLoader] load configuration
2014-02-25 14:14:50 [FINEST] [BBOutlineMod] Sent event FMLInitializationEvent to mod BBOutlineMod
2014-02-25 14:14:50 [FINEST] [bspkrsCore] Sending event FMLInitializationEvent to mod bspkrsCore
2014-02-25 14:14:50 [INFO] [bspkrsCore] Initializing ModVersionChecker for mod bspkrsCore
2014-02-25 14:14:51 [FINEST] [bspkrsCore] Sent event FMLInitializationEvent to mod bspkrsCore
2014-02-25 14:14:51 [FINEST] [CarpentersBlocks] Sending event FMLInitializationEvent to mod CarpentersBlocks
2014-02-25 14:14:51 [FINE] [fml.ItemTracker] Adding item net.minecraft.item.ItemBlock(2405) owned by CarpentersBlocks
2014-02-25 14:14:51 [FINE] [fml.ItemTracker] Adding item net.minecraft.item.ItemBlock(2403) owned by CarpentersBlocks
2014-02-25 14:14:51 [FINE] [fml.ItemTracker] Adding item net.minecraft.item.ItemBlock(2406) owned by CarpentersBlocks
2014-02-25 14:14:51 [FINE] [fml.ItemTracker] Adding item net.minecraft.item.ItemBlock(2409) owned by CarpentersBlocks
2014-02-25 14:14:51 [FINE] [fml.ItemTracker] Adding item net.minecraft.item.ItemBlock(2404) owned by CarpentersBlocks
2014-02-25 14:14:51 [FINE] [fml.ItemTracker] Adding item net.minecraft.item.ItemBlock(2410) owned by CarpentersBlocks
2014-02-25 14:14:51 [FINE] [fml.ItemTracker] Adding item net.minecraft.item.ItemBlock(2413) owned by CarpentersBlocks
2014-02-25 14:14:51 [FINE] [fml.ItemTracker] Adding item net.minecraft.item.ItemBlock(2407) owned by CarpentersBlocks
2014-02-25 14:14:51 [FINE] [fml.ItemTracker] Adding item net.minecraft.item.ItemBlock(2408) owned by CarpentersBlocks
2014-02-25 14:14:51 [FINE] [fml.ItemTracker] Adding item carpentersblocks.block.ItemBlockCarpentersSlope(2401) owned by CarpentersBlocks
2014-02-25 14:14:51 [FINE] [fml.ItemTracker] Adding item net.minecraft.item.ItemBlock(2402) owned by CarpentersBlocks
2014-02-25 14:14:51 [FINE] [fml.ItemTracker] Adding item net.minecraft.item.ItemBlock(2414) owned by CarpentersBlocks
2014-02-25 14:14:51 [FINE] [fml.ItemTracker] Adding item net.minecraft.item.ItemBlock(2415) owned by CarpentersBlocks
2014-02-25 14:14:51 [FINE] [fml.ItemTracker] Adding item net.minecraft.item.ItemBlock(2416) owned by CarpentersBlocks
2014-02-25 14:14:51 [FINE] [fml.ItemTracker] Adding item net.minecraft.item.ItemBlock(3521) owned by CarpentersBlocks
2014-02-25 14:14:51 [FINE] [fml.ItemTracker] Adding item carpentersblocks.item.ItemCarpentersHammer(5401) owned by CarpentersBlocks
2014-02-25 14:14:51 [FINE] [fml.ItemTracker] Adding item carpentersblocks.item.ItemCarpentersChisel(5402) owned by CarpentersBlocks
2014-02-25 14:14:51 [FINE] [fml.ItemTracker] Adding item carpentersblocks.item.ItemCarpentersDoor(5403) owned by CarpentersBlocks
2014-02-25 14:14:51 [FINE] [fml.ItemTracker] Adding item carpentersblocks.item.ItemCarpentersBed(5404) owned by CarpentersBlocks
2014-02-25 14:14:51 [FINEST] [CarpentersBlocks] Sent event FMLInitializationEvent to mod CarpentersBlocks
2014-02-25 14:14:51 [FINEST] [CreeperCollateral] Sending event FMLInitializationEvent to mod CreeperCollateral
2014-02-25 14:14:51 [FINEST] [CreeperCollateral] Sent event FMLInitializationEvent to mod CreeperCollateral
2014-02-25 14:14:51 [FINEST] [ImmibisCore] Sending event FMLInitializationEvent to mod ImmibisCore
2014-02-25 14:14:51 [FINE] [fml.ItemTracker] Adding item net.minecraft.item.ItemBlock(4095) owned by ImmibisCore
2014-02-25 14:14:51 [FINEST] [ImmibisCore] Sent event FMLInitializationEvent to mod ImmibisCore
2014-02-25 14:14:51 [FINEST] [DimensionalAnchors] Sending event FMLInitializationEvent to mod DimensionalAnchors
2014-02-25 14:14:51 [INFO] [DimensionalAnchors] Bypassed Forge chunk limits
2014-02-25 14:14:51 [FINEST] [DimensionalAnchors] Sent event FMLInitializationEvent to mod DimensionalAnchors
2014-02-25 14:14:51 [FINEST] [Waila] Sending event FMLInitializationEvent to mod Waila
2014-02-25 14:14:51 [FINEST] [Waila] Sent event FMLInitializationEvent to mod Waila
2014-02-25 14:14:51 [FINEST] [DragonAPI] Sending event FMLInitializationEvent to mod DragonAPI
2014-02-25 14:14:51 [FINEST] [DragonAPI] Sent event FMLInitializationEvent to mod DragonAPI
2014-02-25 14:14:51 [FINEST] [DyeTrees] Sending event FMLInitializationEvent to mod DyeTrees
2014-02-25 14:14:51 [FINE] [fml.ItemTracker] Adding item Reika.DyeTrees.Items.ItemBlockDyeLeaf(2200) owned by DyeTrees
2014-02-25 14:14:51 [INFO] [STDOUT] DYE TREES: Instantiating Block Leaves with ID 2200 to Block Variable BlockDyeLeaf (enum index 0) with ItemBlock ItemBlockDyeLeaf
2014-02-25 14:14:51 [FINE] [fml.ItemTracker] Adding item Reika.DyeTrees.Items.ItemBlockDyeSapling(2201) owned by DyeTrees
2014-02-25 14:14:51 [INFO] [STDOUT] DYE TREES: Instantiating Block Sapling with ID 2201 to Block Variable BlockDyeSapling (enum index 1) with ItemBlock ItemBlockDyeSapling
2014-02-25 14:14:51 [FINE] [fml.ItemTracker] Adding item Reika.DyeTrees.Items.ItemBlockDyeLeaf(2202) owned by DyeTrees
2014-02-25 14:14:51 [INFO] [STDOUT] DYE TREES: Instantiating Block Decaying Leaves with ID 2202 to Block Variable BlockDyeLeaf (enum index 2) with ItemBlock ItemBlockDyeLeaf
2014-02-25 14:14:51 [FINE] [fml.ItemTracker] Adding item Reika.DyeTrees.Items.ItemBlockDyeBlock(2203) owned by DyeTrees
2014-02-25 14:14:51 [INFO] [STDOUT] DYE TREES: Instantiating Block Dye Block with ID 2203 to Block Variable BlockDye (enum index 3) with ItemBlock ItemBlockDyeBlock
2014-02-25 14:14:51 [FINE] [fml.ItemTracker] Adding item Reika.DyeTrees.Items.ItemBlockRainbowLeaf(2204) owned by DyeTrees
2014-02-25 14:14:51 [INFO] [STDOUT] DYE TREES: Instantiating Block Rainbow Leaves with ID 2204 to Block Variable BlockRainbowLeaf (enum index 4) with ItemBlock ItemBlockRainbowLeaf
2014-02-25 14:14:51 [FINE] [fml.ItemTracker] Adding item Reika.DyeTrees.Items.ItemBlockRainbowSapling(2205) owned by DyeTrees
2014-02-25 14:14:51 [INFO] [STDOUT] DYE TREES: Instantiating Block Rainbow Sapling with ID 2205 to Block Variable BlockRainbowSapling (enum index 5) with ItemBlock ItemBlockRainbowSapling
2014-02-25 14:14:51 [FINE] [fml.ItemTracker] Adding item Reika.DyeTrees.Items.ItemTreeDye(13256) owned by DyeTrees
2014-02-25 14:14:51 [INFO] [STDOUT] DYE TREES: Instantiating Item Tree Dye with ID 13256 to Item Variable ItemTreeDye (enum index 0). Has 16 metadatas.
2014-02-25 14:14:51 [INFO] [STDOUT] DYE TREES: Adding Treecapitator support
2014-02-25 14:14:51 [FINEST] [DyeTrees] Sent event FMLInitializationEvent to mod DyeTrees
2014-02-25 14:14:51 [FINEST] [EnderStorage] Sending event FMLInitializationEvent to mod EnderStorage
2014-02-25 14:14:51 [FINE] [fml.ItemTracker] Adding item codechicken.enderstorage.common.ItemEnderStorage(241) owned by EnderStorage
2014-02-25 14:14:51 [FINE] [fml.ItemTracker] Adding item codechicken.enderstorage.storage.item.ItemEnderPouch(7493) owned by EnderStorage
2014-02-25 14:14:51 [FINEST] [EnderStorage] Sent event FMLInitializationEvent to mod EnderStorage
2014-02-25 14:14:51 [FINEST] [ExtrabiomesXL] Sending event FMLInitializationEvent to mod ExtrabiomesXL
2014-02-25 14:14:51 [INFO] [ExtrabiomesXL] Initializing TreeCapitator support...
2014-02-25 14:14:51 [INFO] [ExtrabiomesXL] TreeCapitator IMC message sent.
2014-02-25 14:14:51 [FINEST] [ExtrabiomesXL] Sent event FMLInitializationEvent to mod ExtrabiomesXL
2014-02-25 14:14:51 [FINEST] [ExtraUtilities] Sending event FMLInitializationEvent to mod ExtraUtilities
2014-02-25 14:14:51 [FINE] [fml.ItemTracker] Adding item net.minecraft.item.ItemBlock(2514) owned by ExtraUtilities
2014-02-25 14:14:51 [FINE] [fml.ItemTracker] Adding item extrautils.item.ItemAngelBlock(2500) owned by ExtraUtilities
2014-02-25 14:14:51 [FINE] [fml.ItemTracker] Adding item extrautils.item.ItemBlockMetadata(2501) owned by ExtraUtilities
2014-02-25 14:14:51 [FINE] [fml.ItemTracker] Adding item net.minecraft.item.ItemBlock(2502) owned by ExtraUtilities
2014-02-25 14:14:51 [FINE] [fml.ItemTracker] Adding item extrautils.item.ItemBlockMetadata(2523) owned by ExtraUtilities
2014-02-25 14:14:51 [FINE] [fml.ItemTracker] Adding item extrautils.item.ItemBlockMetadata(2527) owned by ExtraUtilities
2014-02-25 14:14:51 [FINE] [fml.ItemTracker] Adding item net.minecraft.item.ItemBlock(2505) owned by ExtraUtilities
2014-02-25 14:14:51 [FINE] [fml.ItemTracker] Adding item extrautils.item.ItemPaintbrush(10257) owned by ExtraUtilities
2014-02-25 14:14:51 [FINE] [fml.ItemTracker] Adding item extrautils.item.ItemBlockMetadata(2504) owned by ExtraUtilities
2014-02-25 14:14:51 [FINE] [fml.ItemTracker] Adding item extrautils.item.ItemBlockMetadata(2519) owned by ExtraUtilities
2014-02-25 14:14:51 [FINE] [fml.ItemTracker] Adding item extrautils.item.ItemBlockMetadata(2506) owned by ExtraUtilities
2014-02-25 14:14:51 [FINE] [fml.ItemTracker] Adding item net.minecraft.item.ItemBlock(2507) owned by ExtraUtilities
2014-02-25 14:14:51 [FINE] [fml.ItemTracker] Adding item extrautils.item.ItemBlockMetadata(2524) owned by ExtraUtilities
2014-02-25 14:14:51 [FINE] [fml.ItemTracker] Adding item net.minecraft.item.ItemBlock(2508) owned by ExtraUtilities
2014-02-25 14:14:51 [FINE] [fml.ItemTracker] Adding item net.minecraft.item.ItemBlock(2509) owned by ExtraUtilities
2014-02-25 14:14:51 [FINE] [fml.ItemTracker] Adding item net.minecraft.item.ItemBlock(2511) owned by ExtraUtilities
2014-02-25 14:14:51 [FINE] [fml.ItemTracker] Adding item extrautils.item.ItemBlockMetadata(2510) owned by ExtraUtilities
2014-02-25 14:14:51 [FINE] [fml.ItemTracker] Adding item extrautils.item.ItemBlockMetadata(2513) owned by ExtraUtilities
2014-02-25 14:14:51 [FINE] [fml.ItemTracker] Adding item extrautils.item.ItemBlockMetadata(2528) owned by ExtraUtilities
2014-02-25 14:14:51 [FINE] [fml.ItemTracker] Adding item extrautils.item.ItemBlockMetadata(2512) owned by ExtraUtilities
2014-02-25 14:14:51 [FINE] [fml.ItemTracker] Adding item extrautils.item.ItemNodeUpgrade(10270) owned by ExtraUtilities
2014-02-25 14:14:51 [FINE] [fml.ItemTracker] Adding item net.minecraft.item.ItemBlock(2515) owned by ExtraUtilities
2014-02-25 14:14:51 [FINE] [fml.ItemTracker] Adding item net.minecraft.item.ItemBlock(2516) owned by ExtraUtilities
2014-02-25 14:14:51 [FINE] [fml.ItemTracker] Adding item net.minecraft.item.ItemBlock(2517) owned by ExtraUtilities
2014-02-25 14:14:51 [FINE] [fml.ItemTracker] Adding item net.minecraft.item.ItemBlock(2520) owned by ExtraUtilities
2014-02-25 14:14:51 [FINE] [fml.ItemTracker] Adding item net.minecraft.item.ItemBlock(2530) owned by ExtraUtilities
2014-02-25 14:14:51 [FINE] [fml.ItemTracker] Adding item extrautils.item.ItemBlockEnderLily(2525) owned by ExtraUtilities
2014-02-25 14:14:51 [FINE] [fml.ItemTracker] Adding item net.minecraft.item.ItemBlock(2521) owned by ExtraUtilities
2014-02-25 14:14:51 [FINE] [fml.ItemTracker] Adding item net.minecraft.item.ItemBlock(2522) owned by ExtraUtilities
2014-02-25 14:14:51 [FINE] [fml.ItemTracker] Adding item extrautils.item.ItemBlockDrum(2503) owned by ExtraUtilities
2014-02-25 14:14:51 [FINE] [fml.ItemTracker] Adding item extrautils.item.ItemBlockMetadata(2529) owned by ExtraUtilities
2014-02-25 14:14:51 [FINE] [fml.ItemTracker] Adding item extrautils.item.ItemGoldenLasso(10256) owned by ExtraUtilities
2014-02-25 14:14:51 [FINE] [fml.ItemTracker] Adding item extrautils.item.ItemDivisionSigil(10266) owned by ExtraUtilities
2014-02-25 14:14:51 [FINE] [fml.ItemTracker] Adding item extrautils.item.ItemUnstableIngot(10258) owned by ExtraUtilities
2014-02-25 14:14:51 [FINE] [fml.ItemTracker] Adding item net.minecraft.item.ItemBlock(2526) owned by ExtraUtilities
2014-02-25 14:14:51 [FINE] [fml.ItemTracker] Adding item extrautils.item.ItemBuildersWand(10259) owned by ExtraUtilities
2014-02-25 14:14:51 [FINE] [fml.ItemTracker] Adding item extrautils.item.ItemBuildersWand(10260) owned by ExtraUtilities
2014-02-25 14:14:51 [FINE] [fml.ItemTracker] Adding item extrautils.item.ItemEthericSword(10261) owned by ExtraUtilities
2014-02-25 14:14:51 [FINE] [fml.ItemTracker] Adding item extrautils.item.ItemErosionShovel(10262) owned by ExtraUtilities
2014-02-25 14:14:51 [FINE] [fml.ItemTracker] Adding item extrautils.item.ItemDestructionPickaxe(10263) owned by ExtraUtilities
2014-02-25 14:14:51 [FINE] [fml.ItemTracker] Adding item extrautils.item.ItemHealingAxe(10264) owned by ExtraUtilities
2014-02-25 14:14:51 [FINE] [fml.ItemTracker] Adding item extrautils.item.ItemTemporalHoe(10265) owned by ExtraUtilities
2014-02-25 14:14:51 [FINE] [fml.ItemTracker] Adding item extrautils.item.ItemSonarGoggles(10268) owned by ExtraUtilities
2014-02-25 14:14:51 [FINE] [fml.ItemTracker] Adding item net.minecraft.item.ItemBlock(2518) owned by ExtraUtilities
2014-02-25 14:14:51 [FINE] [fml.ItemTracker] Adding item extrautils.item.ItemWateringCan(10269) owned by ExtraUtilities
2014-02-25 14:14:51 [FINE] [fml.ItemTracker] Adding item extrautils.item.scanner.ItemScanner(10272) owned by ExtraUtilities
2014-02-25 14:14:51 [FINE] [fml.ItemTracker] Adding item extrautils.item.ItemGoldenBag(10271) owned by ExtraUtilities
2014-02-25 14:14:51 [FINEST] [ExtraUtilities] Sent event FMLInitializationEvent to mod ExtraUtilities
2014-02-25 14:14:51 [FINEST] [Mystcraft] Sending event FMLInitializationEvent to mod Mystcraft
2014-02-25 14:14:51 [FINE] [ForgeModLoader] Skipping automatic mod Mystcraft entity registration for already registered class com.xcompwiz.mystcraft.entity.EntityLinkbook
2014-02-25 14:14:51 [FINE] [ForgeModLoader] Skipping automatic mod Mystcraft entity registration for already registered class com.xcompwiz.mystcraft.entity.EntityFallingBlock
2014-02-25 14:14:51 [FINEST] [ForgeModLoader] Automatically registered mod Mystcraft entity Meteor as Mystcraft.Meteor
2014-02-25 14:14:51 [INFO] [ForgeModLoader] [Mystcraft] Adding Entity Renderers
2014-02-25 14:14:52 [FINEST] [Mystcraft] Sent event FMLInitializationEvent to mod Mystcraft
2014-02-25 14:14:52 [FINEST] [XplosionCore] Sending event FMLInitializationEvent to mod XplosionCore
2014-02-25 14:14:52 [FINEST] [XplosionCore] Sent event FMLInitializationEvent to mod XplosionCore
2014-02-25 14:14:52 [FINEST] [FlatBedrock] Sending event FMLInitializationEvent to mod FlatBedrock
2014-02-25 14:14:52 [FINEST] [FlatBedrock] Sent event FMLInitializationEvent to mod FlatBedrock
2014-02-25 14:14:52 [FINEST] [GeoStrata] Sending event FMLInitializationEvent to mod GeoStrata
2014-02-25 14:14:52 [FINE] [fml.ItemTracker] Adding item Reika.GeoStrata.Items.ItemBlockRock(800) owned by GeoStrata
2014-02-25 14:14:52 [INFO] [STDOUT] GEOSTRATA: Instantiating Block Smooth Rock with ID 800 to Block Variable BlockSmooth (enum index 0) with ItemBlock ItemBlockRock
2014-02-25 14:14:52 [FINE] [fml.ItemTracker] Adding item Reika.GeoStrata.Items.ItemBlockRock(801) owned by GeoStrata
2014-02-25 14:14:52 [INFO] [STDOUT] GEOSTRATA: Instantiating Block Rock Cobble with ID 801 to Block Variable BlockShapedRock (enum index 1) with ItemBlock ItemBlockRock
2014-02-25 14:14:52 [FINE] [fml.ItemTracker] Adding item Reika.GeoStrata.Items.ItemBlockRock(802) owned by GeoStrata
2014-02-25 14:14:52 [INFO] [STDOUT] GEOSTRATA: Instantiating Block Rock Brick with ID 802 to Block Variable BlockShapedRock (enum index 2) with ItemBlock ItemBlockRock
2014-02-25 14:14:52 [FINE] [fml.ItemTracker] Adding item Reika.GeoStrata.Items.ItemBlockCrystal(803) owned by GeoStrata
2014-02-25 14:14:52 [INFO] [STDOUT] GEOSTRATA: Instantiating Block Cave Crystal with ID 803 to Block Variable BlockCaveCrystal (enum index 3) with ItemBlock ItemBlockCrystal
2014-02-25 14:14:52 [FINE] [fml.ItemTracker] Adding item Reika.GeoStrata.Items.ItemBlockCrystal(804) owned by GeoStrata
2014-02-25 14:14:52 [INFO] [STDOUT] GEOSTRATA: Instantiating Block Crystal Lamp with ID 804 to Block Variable BlockCrystalLamp (enum index 4) with ItemBlock ItemBlockCrystal
2014-02-25 14:14:52 [FINE] [fml.ItemTracker] Adding item Reika.GeoStrata.Items.ItemBlockRockDeco(805) owned by GeoStrata
2014-02-25 14:14:52 [INFO] [STDOUT] GEOSTRATA: Instantiating Block Deco Blocks with ID 805 to Block Variable BlockRockDeco (enum index 5) with ItemBlock ItemBlockRockDeco
2014-02-25 14:14:52 [FINE] [fml.ItemTracker] Adding item net.minecraft.item.ItemBlock(806) owned by GeoStrata
2014-02-25 14:14:52 [INFO] [STDOUT] GEOSTRATA: Instantiating Block Crystal Brewery with ID 806 to Block Variable BlockCrystalBrewer (enum index 6)
2014-02-25 14:14:52 [FINE] [fml.ItemTracker] Adding item Reika.GeoStrata.Items.ItemBlockCrystal(807) owned by GeoStrata
2014-02-25 14:14:52 [INFO] [STDOUT] GEOSTRATA: Instantiating Block Potion Crystal with ID 807 to Block Variable BlockSuperCrystal (enum index 7) with ItemBlock ItemBlockCrystal
2014-02-25 14:14:52 [FINE] [fml.ItemTracker] Adding item Reika.GeoStrata.Items.ItemBlockRock(808) owned by GeoStrata
2014-02-25 14:14:52 [INFO] [STDOUT] GEOSTRATA: Instantiating Block Smooth Rock 2 with ID 808 to Block Variable BlockSmooth (enum index 8) with ItemBlock ItemBlockRock
2014-02-25 14:14:52 [FINE] [fml.ItemTracker] Adding item Reika.GeoStrata.Items.ItemBlockRock(809) owned by GeoStrata
2014-02-25 14:14:52 [INFO] [STDOUT] GEOSTRATA: Instantiating Block Rock Cobble 2 with ID 809 to Block Variable BlockShapedRock (enum index 9) with ItemBlock ItemBlockRock
2014-02-25 14:14:52 [FINE] [fml.ItemTracker] Adding item Reika.GeoStrata.Items.ItemBlockRock(810) owned by GeoStrata
2014-02-25 14:14:52 [INFO] [STDOUT] GEOSTRATA: Instantiating Block Rock Brick 2 with ID 810 to Block Variable BlockShapedRock (enum index 10) with ItemBlock ItemBlockRock
2014-02-25 14:14:52 [FINE] [fml.ItemTracker] Adding item Reika.GeoStrata.Items.ItemBlockGuardianStone(811) owned by GeoStrata
2014-02-25 14:14:52 [INFO] [STDOUT] GEOSTRATA: Instantiating Block Guardian Stone with ID 811 to Block Variable BlockGuardianStone (enum index 11) with ItemBlock ItemBlockGuardianStone
2014-02-25 14:14:52 [FINE] [fml.ItemTracker] Adding item Reika.GeoStrata.Items.ItemBlockRock(812) owned by GeoStrata
2014-02-25 14:14:52 [INFO] [STDOUT] GEOSTRATA: Instantiating Block Round Brick with ID 812 to Block Variable BlockShapedRock (enum index 12) with ItemBlock ItemBlockRock
2014-02-25 14:14:52 [FINE] [fml.ItemTracker] Adding item Reika.GeoStrata.Items.ItemBlockRock(813) owned by GeoStrata
2014-02-25 14:14:52 [INFO] [STDOUT] GEOSTRATA: Instantiating Block Round Brick 2 with ID 813 to Block Variable BlockShapedRock (enum index 13) with ItemBlock ItemBlockRock
2014-02-25 14:14:52 [FINE] [fml.ItemTracker] Adding item Reika.GeoStrata.Items.ItemBlockRock(814) owned by GeoStrata
2014-02-25 14:14:52 [INFO] [STDOUT] GEOSTRATA: Instantiating Block Fitted Rock with ID 814 to Block Variable BlockShapedRock (enum index 14) with ItemBlock ItemBlockRock
2014-02-25 14:14:52 [FINE] [fml.ItemTracker] Adding item Reika.GeoStrata.Items.ItemBlockRock(815) owned by GeoStrata
2014-02-25 14:14:52 [INFO] [STDOUT] GEOSTRATA: Instantiating Block Fitted Rock 2 with ID 815 to Block Variable BlockShapedRock (enum index 15) with ItemBlock ItemBlockRock
2014-02-25 14:14:52 [FINE] [fml.ItemTracker] Adding item Reika.GeoStrata.Items.ItemBlockRock(816) owned by GeoStrata
2014-02-25 14:14:52 [INFO] [STDOUT] GEOSTRATA: Instantiating Block Rock Tile with ID 816 to Block Variable BlockShapedRock (enum index 16) with ItemBlock ItemBlockRock
2014-02-25 14:14:52 [FINE] [fml.ItemTracker] Adding item Reika.GeoStrata.Items.ItemBlockRock(817) owned by GeoStrata
2014-02-25 14:14:52 [INFO] [STDOUT] GEOSTRATA: Instantiating Block Rock Tile 2 with ID 817 to Block Variable BlockShapedRock (enum index 17) with ItemBlock ItemBlockRock
2014-02-25 14:14:52 [FINE] [fml.ItemTracker] Adding item Reika.GeoStrata.Items.ItemBlockRock(818) owned by GeoStrata
2014-02-25 14:14:52 [INFO] [STDOUT] GEOSTRATA: Instantiating Block Engraved Rock with ID 818 to Block Variable BlockShapedRock (enum index 18) with ItemBlock ItemBlockRock
2014-02-25 14:14:52 [FINE] [fml.ItemTracker] Adding item Reika.GeoStrata.Items.ItemBlockRock(819) owned by GeoStrata
2014-02-25 14:14:52 [INFO] [STDOUT] GEOSTRATA: Instantiating Block Engraved Rock 2 with ID 819 to Block Variable BlockShapedRock (enum index 19) with ItemBlock ItemBlockRock
2014-02-25 14:14:52 [FINE] [fml.ItemTracker] Adding item Reika.GeoStrata.Items.ItemBlockRock(820) owned by GeoStrata
2014-02-25 14:14:52 [INFO] [STDOUT] GEOSTRATA: Instantiating Block Inscribed Stone with ID 820 to Block Variable BlockShapedRock (enum index 20) with ItemBlock ItemBlockRock
2014-02-25 14:14:52 [FINE] [fml.ItemTracker] Adding item Reika.GeoStrata.Items.ItemBlockRock(821) owned by GeoStrata
2014-02-25 14:14:52 [INFO] [STDOUT] GEOSTRATA: Instantiating Block Inscribed Stone 2 with ID 821 to Block Variable BlockShapedRock (enum index 21) with ItemBlock ItemBlockRock
2014-02-25 14:14:52 [FINE] [fml.ItemTracker] Adding item Reika.GeoStrata.Items.ItemCrystalShard(10346) owned by GeoStrata
2014-02-25 14:14:52 [INFO] [STDOUT] GEOSTRATA: Instantiating Item Crystal Shard with ID 10346 to Item Variable ItemCrystalShard (enum index 0). Has 16 metadatas.
2014-02-25 14:14:52 [FINE] [fml.ItemTracker] Adding item Reika.GeoStrata.Items.ItemCrystalPotion(10347) owned by GeoStrata
2014-02-25 14:14:52 [INFO] [STDOUT] GEOSTRATA: Instantiating Item Crystal Potion with ID 10347 to Item Variable ItemCrystalPotion (enum index 1). Has 16 metadatas.
2014-02-25 14:14:52 [FINE] [fml.ItemTracker] Adding item Reika.GeoStrata.Items.ItemCluster(10348) owned by GeoStrata
2014-02-25 14:14:52 [INFO] [STDOUT] GEOSTRATA: Instantiating Item Crystal Cluster with ID 10348 to Item Variable ItemCluster (enum index 2). Has 8 metadatas.
2014-02-25 14:14:52 [FINEST] [GeoStrata] Sent event FMLInitializationEvent to mod GeoStrata
2014-02-25 14:14:52 [FINEST] [InfernalMobs] Sending event FMLInitializationEvent to mod InfernalMobs
2014-02-25 14:14:52 [INFO] [STDOUT] InfernalMobsCore load() completed! Modifiers ready: 26
2014-02-25 14:14:52 [FINEST] [InfernalMobs] Sent event FMLInitializationEvent to mod InfernalMobs
2014-02-25 14:14:52 [FINEST] [JABBA] Sending event FMLInitializationEvent to mod JABBA
2014-02-25 14:14:52 [FINEST] [JABBA] Sent event FMLInitializationEvent to mod JABBA
2014-02-25 14:14:52 [FINEST] [LegacyCraft] Sending event FMLInitializationEvent to mod LegacyCraft
2014-02-25 14:14:52 [FINEST] [LegacyCraft] Sent event FMLInitializationEvent to mod LegacyCraft
2014-02-25 14:14:52 [FINEST] [linkingtweaks] Sending event FMLInitializationEvent to mod linkingtweaks
2014-02-25 14:14:52 [FINEST] [linkingtweaks] Sent event FMLInitializationEvent to mod linkingtweaks
2014-02-25 14:14:52 [FINEST] [DestinationRenderer] Sending event FMLInitializationEvent to mod DestinationRenderer
2014-02-25 14:14:52 [FINEST] [DestinationRenderer] Sent event FMLInitializationEvent to mod DestinationRenderer
2014-02-25 14:14:52 [FINEST] [MagicYarn] Sending event FMLInitializationEvent to mod MagicYarn
2014-02-25 14:14:52 [FINEST] [MagicYarn] Sent event FMLInitializationEvent to mod MagicYarn
2014-02-25 14:14:52 [FINEST] [Specialized Maps] Sending event FMLInitializationEvent to mod Specialized Maps
2014-02-25 14:14:52 [FINEST] [Specialized Maps] Sent event FMLInitializationEvent to mod Specialized Maps
2014-02-25 14:14:52 [FINEST] [AS_MultiMine] Sending event FMLInitializationEvent to mod AS_MultiMine
2014-02-25 14:14:52 [INFO] [STDOUT] Multi Mine vanilla RenderMap invasion successful!
2014-02-25 14:14:52 [FINEST] [AS_MultiMine] Sent event FMLInitializationEvent to mod AS_MultiMine
2014-02-25 14:14:52 [FINEST] [Opis] Sending event FMLInitializationEvent to mod Opis
2014-02-25 14:14:52 [FINEST] [Opis] Sent event FMLInitializationEvent to mod Opis
2014-02-25 14:14:52 [FINEST] [MapWriter] Sending event FMLInitializationEvent to mod MapWriter
2014-02-25 14:14:52 [INFO] [MapWriter] FML Event: load
2014-02-25 14:14:52 [FINEST] [MapWriter] Sent event FMLInitializationEvent to mod MapWriter
2014-02-25 14:14:52 [FINEST] [Roguelike] Sending event FMLInitializationEvent to mod Roguelike
2014-02-25 14:14:52 [FINEST] [Roguelike] Sent event FMLInitializationEvent to mod Roguelike
2014-02-25 14:14:52 [FINEST] [Translocator] Sending event FMLInitializationEvent to mod Translocator
2014-02-25 14:14:52 [FINE] [fml.ItemTracker] Adding item net.minecraft.item.Item(24376) owned by Translocator
2014-02-25 14:14:52 [FINE] [fml.ItemTracker] Adding item codechicken.translocator.ItemTranslocator(3941) owned by Translocator
2014-02-25 14:14:52 [FINE] [fml.ItemTracker] Adding item net.minecraft.item.ItemBlock(3942) owned by Translocator
2014-02-25 14:14:52 [FINEST] [Translocator] Sent event FMLInitializationEvent to mod Translocator
2014-02-25 14:14:52 [FINEST] [TreeCapitator] Sending event FMLInitializationEvent to mod TreeCapitator
2014-02-25 14:14:52 [FINEST] [TreeCapitator] Sent event FMLInitializationEvent to mod TreeCapitator
2014-02-25 14:14:52 [FINEST] [TwilightForest] Sending event FMLInitializationEvent to mod TwilightForest
2014-02-25 14:14:52 [FINEST] [ForgeModLoader] Automatically registered mod TwilightForest entity Wild Boar as TwilightForest.Wild Boar
2014-02-25 14:14:52 [FINEST] [ForgeModLoader] Automatically registered mod TwilightForest entity Bighorn Sheep as TwilightForest.Bighorn Sheep
2014-02-25 14:14:52 [FINEST] [ForgeModLoader] Automatically registered mod TwilightForest entity Wild Deer as TwilightForest.Wild Deer
2014-02-25 14:14:52 [FINEST] [ForgeModLoader] Automatically registered mod TwilightForest entity Redcap as TwilightForest.Redcap
2014-02-25 14:14:52 [FINEST] [ForgeModLoader] Automatically registered mod TwilightForest entity Swarm Spider as TwilightForest.Swarm Spider
2014-02-25 14:14:52 [FINEST] [ForgeModLoader] Automatically registered mod TwilightForest entity Naga as TwilightForest.Naga
2014-02-25 14:14:52 [FINEST] [ForgeModLoader] Automatically registered mod TwilightForest entity Skeleton Druid as TwilightForest.Skeleton Druid
2014-02-25 14:14:52 [FINEST] [ForgeModLoader] Automatically registered mod TwilightForest entity Hostile Wolf as TwilightForest.Hostile Wolf
2014-02-25 14:14:52 [FINEST] [ForgeModLoader] Automatically registered mod TwilightForest entity Twilight Wraith as TwilightForest.Twilight Wraith
2014-02-25 14:14:52 [FINEST] [ForgeModLoader] Automatically registered mod TwilightForest entity Hedge Spider as TwilightForest.Hedge Spider
2014-02-25 14:14:52 [FINEST] [ForgeModLoader] Automatically registered mod TwilightForest entity Hydra as TwilightForest.Hydra
2014-02-25 14:14:52 [FINEST] [ForgeModLoader] Automatically registered mod TwilightForest entity Twilight Lich as TwilightForest.Twilight Lich
2014-02-25 14:14:52 [FINEST] [ForgeModLoader] Automatically registered mod TwilightForest entity Penguin as TwilightForest.Penguin
2014-02-25 14:14:52 [FINEST] [ForgeModLoader] Automatically registered mod TwilightForest entity Lich Minion as TwilightForest.Lich Minion
2014-02-25 14:14:52 [FINEST] [ForgeModLoader] Automatically registered mod TwilightForest entity Loyal Zombie as TwilightForest.Loyal Zombie
2014-02-25 14:14:52 [FINEST] [ForgeModLoader] Automatically registered mod TwilightForest entity Tiny Bird as TwilightForest.Tiny Bird
2014-02-25 14:14:52 [FINEST] [ForgeModLoader] Automatically registered mod TwilightForest entity Forest Squirrel as TwilightForest.Forest Squirrel
2014-02-25 14:14:52 [FINEST] [ForgeModLoader] Automatically registered mod TwilightForest entity Forest Bunny as TwilightForest.Forest Bunny
2014-02-25 14:14:52 [FINEST] [ForgeModLoader] Automatically registered mod TwilightForest entity Forest Raven as TwilightForest.Forest Raven
2014-02-25 14:14:52 [FINEST] [ForgeModLoader] Automatically registered mod TwilightForest entity Questing Ram as TwilightForest.Questing Ram
2014-02-25 14:14:52 [FINEST] [ForgeModLoader] Automatically registered mod TwilightForest entity Twilight Kobold as TwilightForest.Twilight Kobold
2014-02-25 14:14:52 [FINEST] [ForgeModLoader] Automatically registered mod TwilightForest entity Boggard as TwilightForest.Boggard
2014-02-25 14:14:52 [FINEST] [ForgeModLoader] Automatically registered mod TwilightForest entity Mosquito Swarm as TwilightForest.Mosquito Swarm
2014-02-25 14:14:52 [FINEST] [ForgeModLoader] Automatically registered mod TwilightForest entity Death Tome as TwilightForest.Death Tome
2014-02-25 14:14:52 [FINEST] [ForgeModLoader] Automatically registered mod TwilightForest entity Minotaur as TwilightForest.Minotaur
2014-02-25 14:14:52 [FINEST] [ForgeModLoader] Automatically registered mod TwilightForest entity Minoshroom as TwilightForest.Minoshroom
2014-02-25 14:14:52 [FINEST] [ForgeModLoader] Automatically registered mod TwilightForest entity Fire Beetle as TwilightForest.Fire Beetle
2014-02-25 14:14:52 [FINEST] [ForgeModLoader] Automatically registered mod TwilightForest entity Slime Beetle as TwilightForest.Slime Beetle
2014-02-25 14:14:52 [FINEST] [ForgeModLoader] Automatically registered mod TwilightForest entity Pinch Beetle as TwilightForest.Pinch Beetle
2014-02-25 14:14:52 [FINEST] [ForgeModLoader] Automatically registered mod TwilightForest entity Maze Slime as TwilightForest.Maze Slime
2014-02-25 14:14:52 [FINEST] [ForgeModLoader] Automatically registered mod TwilightForest entity Redcap Sapper as TwilightForest.Redcap Sapper
2014-02-25 14:14:52 [FINEST] [ForgeModLoader] Automatically registered mod TwilightForest entity Mist Wolf as TwilightForest.Mist Wolf
2014-02-25 14:14:52 [FINEST] [ForgeModLoader] Automatically registered mod TwilightForest entity King Spider as TwilightForest.King Spider
2014-02-25 14:14:52 [FINEST] [ForgeModLoader] Automatically registered mod TwilightForest entity Firefly as TwilightForest.Firefly
2014-02-25 14:14:52 [FINEST] [ForgeModLoader] Automatically registered mod TwilightForest entity Mini Ghast as TwilightForest.Mini Ghast
2014-02-25 14:14:52 [FINEST] [ForgeModLoader] Automatically registered mod TwilightForest entity Tower Ghast as TwilightForest.Tower Ghast
2014-02-25 14:14:52 [FINEST] [ForgeModLoader] Automatically registered mod TwilightForest entity Tower Golem as TwilightForest.Tower Golem
2014-02-25 14:14:52 [FINEST] [ForgeModLoader] Automatically registered mod TwilightForest entity Tower Termite as TwilightForest.Tower Termite
2014-02-25 14:14:52 [FINEST] [ForgeModLoader] Automatically registered mod TwilightForest entity Redscale Broodling as TwilightForest.Redscale Broodling
2014-02-25 14:14:52 [FINEST] [ForgeModLoader] Automatically registered mod TwilightForest entity Tower Boss as TwilightForest.Tower Boss
2014-02-25 14:14:52 [FINEST] [ForgeModLoader] Automatically registered mod TwilightForest entity Block&Chain Goblin as TwilightForest.Block&Chain Goblin
2014-02-25 14:14:52 [FINEST] [ForgeModLoader] Automatically registered mod TwilightForest entity Upper Goblin Knight as TwilightForest.Upper Goblin Knight
2014-02-25 14:14:52 [FINEST] [ForgeModLoader] Automatically registered mod TwilightForest entity Lower Goblin Knight as TwilightForest.Lower Goblin Knight
2014-02-25 14:14:52 [FINEST] [ForgeModLoader] Automatically registered mod TwilightForest entity Helmet Crab as TwilightForest.Helmet Crab
2014-02-25 14:14:52 [FINEST] [ForgeModLoader] Automatically registered mod TwilightForest entity Knight Phantom as TwilightForest.Knight Phantom
2014-02-25 14:14:52 [FINEST] [ForgeModLoader] Automatically registered mod TwilightForest entity HydraHead as TwilightForest.HydraHead
2014-02-25 14:14:52 [FINEST] [ForgeModLoader] Automatically registered mod TwilightForest entity tfnaturebolt as TwilightForest.tfnaturebolt
2014-02-25 14:14:52 [FINEST] [ForgeModLoader] Automatically registered mod TwilightForest entity tflichbolt as TwilightForest.tflichbolt
2014-02-25 14:14:52 [FINEST] [ForgeModLoader] Automatically registered mod TwilightForest entity tftwilightwandbolt as TwilightForest.tftwilightwandbolt
2014-02-25 14:14:52 [FINEST] [ForgeModLoader] Automatically registered mod TwilightForest entity tftomebolt as TwilightForest.tftomebolt
2014-02-25 14:14:52 [FINEST] [ForgeModLoader] Automatically registered mod TwilightForest entity tfhydramortar as TwilightForest.tfhydramortar
2014-02-25 14:14:52 [FINEST] [ForgeModLoader] Automatically registered mod TwilightForest entity tflichbomb as TwilightForest.tflichbomb
2014-02-25 14:14:52 [FINEST] [ForgeModLoader] Automatically registered mod TwilightForest entity tfmoonwormshot as TwilightForest.tfmoonwormshot
2014-02-25 14:14:52 [FINEST] [ForgeModLoader] Automatically registered mod TwilightForest entity tfslimeblob as TwilightForest.tfslimeblob
2014-02-25 14:14:52 [FINEST] [ForgeModLoader] Automatically registered mod TwilightForest entity tfcharmeffect as TwilightForest.tfcharmeffect
2014-02-25 14:14:52 [FINEST] [ForgeModLoader] Automatically registered mod TwilightForest entity tfthrownaxe as TwilightForest.tfthrownaxe
2014-02-25 14:14:52 [FINEST] [ForgeModLoader] Automatically registered mod TwilightForest entity tfthrownpick as TwilightForest.tfthrownpick
2014-02-25 14:14:52 [FINEST] [TwilightForest] Sent event FMLInitializationEvent to mod TwilightForest
2014-02-25 14:14:52 [FINEST] [UndergroundBiomes] Sending event FMLInitializationEvent to mod UndergroundBiomes
2014-02-25 14:14:52 [FINE] [fml.ItemTracker] Adding item exterminatorJeff.undergroundBiomes.constructs.item.ItemUBButton(2014) owned by UndergroundBiomes
2014-02-25 14:14:52 [INFO] [STDOUT] CONFLICT @ 1758 item slot already occupied by exterminatorJeff.undergroundBiomes.constructs.item.ItemUBButton@710c2d93 while adding exterminatorJeff.undergroundBiomes.constructs.item.ItemUBButton@568447e0
2014-02-25 14:14:52 [INFO] [fml.ItemTracker] The mod UndergroundBiomes is overwriting existing item at 2014 (exterminatorJeff.undergroundBiomes.constructs.item.ItemUBButton from UndergroundBiomes) with exterminatorJeff.undergroundBiomes.constructs.item.ItemUBButton
2014-02-25 14:14:52 [FINE] [fml.ItemTracker] Adding item exterminatorJeff.undergroundBiomes.constructs.item.ItemUBButton(2014) owned by UndergroundBiomes
2014-02-25 14:14:52 [FINE] [fml.ItemTracker] Adding item exterminatorJeff.undergroundBiomes.constructs.item.ItemUBStairs(2012) owned by UndergroundBiomes
2014-02-25 14:14:52 [INFO] [STDOUT] CONFLICT @ 1756 item slot already occupied by exterminatorJeff.undergroundBiomes.constructs.item.ItemUBStairs@2bc3d6f3 while adding exterminatorJeff.undergroundBiomes.constructs.item.ItemUBStairs@465501f7
2014-02-25 14:14:52 [INFO] [fml.ItemTracker] The mod UndergroundBiomes is overwriting existing item at 2012 (exterminatorJeff.undergroundBiomes.constructs.item.ItemUBStairs from UndergroundBiomes) with exterminatorJeff.undergroundBiomes.constructs.item.ItemUBStairs
2014-02-25 14:14:52 [FINE] [fml.ItemTracker] Adding item exterminatorJeff.undergroundBiomes.constructs.item.ItemUBStairs(2012) owned by UndergroundBiomes
2014-02-25 14:14:52 [FINE] [fml.ItemTracker] Adding item exterminatorJeff.undergroundBiomes.constructs.item.ItemUBWall(2013) owned by UndergroundBiomes
2014-02-25 14:14:52 [INFO] [STDOUT] CONFLICT @ 1757 item slot already occupied by exterminatorJeff.undergroundBiomes.constructs.item.ItemUBWall@55f2b44e while adding exterminatorJeff.undergroundBiomes.constructs.item.ItemUBWall@311b98f7
2014-02-25 14:14:52 [INFO] [fml.ItemTracker] The mod UndergroundBiomes is overwriting existing item at 2013 (exterminatorJeff.undergroundBiomes.constructs.item.ItemUBWall from UndergroundBiomes) with exterminatorJeff.undergroundBiomes.constructs.item.ItemUBWall
2014-02-25 14:14:52 [FINE] [fml.ItemTracker] Adding item exterminatorJeff.undergroundBiomes.constructs.item.ItemUBWall(2013) owned by UndergroundBiomes
2014-02-25 14:14:52 [FINEST] [UndergroundBiomes] Sent event FMLInitializationEvent to mod UndergroundBiomes
2014-02-25 14:14:52 [FINEST] [MineTweaker] Sending event FMLInitializationEvent to mod MineTweaker
2014-02-25 14:14:52 [FINEST] [MineTweaker] Sent event FMLInitializationEvent to mod MineTweaker
2014-02-25 14:14:52 [FINEST] [CustomOreGenRevived] Sending event FMLInitializationEvent to mod CustomOreGenRevived
2014-02-25 14:14:52 [FINEST] [CustomOreGenRevived] Sent event FMLInitializationEvent to mod CustomOreGenRevived
2014-02-25 14:14:52 [FINEST] [mod_CustomOreGen] Sending event FMLInitializationEvent to mod mod_CustomOreGen
2014-02-25 14:14:52 [FINEST] [mod_CustomOreGen] Sent event FMLInitializationEvent to mod mod_CustomOreGen
2014-02-25 14:14:52 [FINEST] [ForgeModLoader] Attempting to deliver 0 IMC messages to mod mcp
2014-02-25 14:14:52 [FINEST] [mcp] Sending event IMCEvent to mod mcp
2014-02-25 14:14:52 [FINEST] [mcp] Sent event IMCEvent to mod mcp
2014-02-25 14:14:52 [FINEST] [ForgeModLoader] Attempting to deliver 0 IMC messages to mod FML
2014-02-25 14:14:52 [FINEST] [FML] Sending event IMCEvent to mod FML
2014-02-25 14:14:52 [FINEST] [FML] Sent event IMCEvent to mod FML
2014-02-25 14:14:52 [FINEST] [ForgeModLoader] Attempting to deliver 0 IMC messages to mod Forge
2014-02-25 14:14:52 [FINEST] [Forge] Sending event IMCEvent to mod Forge
2014-02-25 14:14:52 [FINEST] [Forge] Sent event IMCEvent to mod Forge
2014-02-25 14:14:52 [FINEST] [ForgeModLoader] Attempting to deliver 0 IMC messages to mod CodeChickenCore
2014-02-25 14:14:52 [FINEST] [CodeChickenCore] Sending event IMCEvent to mod CodeChickenCore
2014-02-25 14:14:52 [FINEST] [CodeChickenCore] Sent event IMCEvent to mod CodeChickenCore
2014-02-25 14:14:52 [FINEST] [ForgeModLoader] Attempting to deliver 0 IMC messages to mod Evoc
2014-02-25 14:14:52 [FINEST] [Evoc] Sending event IMCEvent to mod Evoc
2014-02-25 14:14:52 [FINEST] [Evoc] Sent event IMCEvent to mod Evoc
2014-02-25 14:14:52 [FINEST] [ForgeModLoader] Attempting to deliver 0 IMC messages to mod MobiusCore
2014-02-25 14:14:52 [FINEST] [MobiusCore] Sending event IMCEvent to mod MobiusCore
2014-02-25 14:14:52 [FINEST] [MobiusCore] Sent event IMCEvent to mod MobiusCore
2014-02-25 14:14:52 [FINEST] [ForgeModLoader] Attempting to deliver 0 IMC messages to mod NotEnoughItems
2014-02-25 14:14:52 [FINEST] [NotEnoughItems] Sending event IMCEvent to mod NotEnoughItems
2014-02-25 14:14:52 [FINEST] [NotEnoughItems] Sent event IMCEvent to mod NotEnoughItems
2014-02-25 14:14:52 [FINEST] [ForgeModLoader] Attempting to deliver 0 IMC messages to mod denLib
2014-02-25 14:14:52 [FINEST] [denLib] Sending event IMCEvent to mod denLib
2014-02-25 14:14:52 [FINEST] [denLib] Sent event IMCEvent to mod denLib
2014-02-25 14:14:52 [FINEST] [ForgeModLoader] Attempting to deliver 0 IMC messages to mod DenEvents
2014-02-25 14:14:52 [FINEST] [DenEvents] Sending event IMCEvent to mod DenEvents
2014-02-25 14:14:52 [FINEST] [DenEvents] Sent event IMCEvent to mod DenEvents
2014-02-25 14:14:52 [FINEST] [ForgeModLoader] Attempting to deliver 0 IMC messages to mod Artifacts
2014-02-25 14:14:52 [FINEST] [Artifacts] Sending event IMCEvent to mod Artifacts
2014-02-25 14:14:52 [FINEST] [Artifacts] Sent event IMCEvent to mod Artifacts
2014-02-25 14:14:52 [FINEST] [ForgeModLoader] Attempting to deliver 0 IMC messages to mod ATG
2014-02-25 14:14:52 [FINEST] [ATG] Sending event IMCEvent to mod ATG
2014-02-25 14:14:52 [FINEST] [ATG] Sent event IMCEvent to mod ATG
2014-02-25 14:14:52 [FINEST] [ForgeModLoader] Attempting to deliver 0 IMC messages to mod BBOutlineMod
2014-02-25 14:14:52 [FINEST] [BBOutlineMod] Sending event IMCEvent to mod BBOutlineMod
2014-02-25 14:14:52 [FINEST] [BBOutlineMod] Sent event IMCEvent to mod BBOutlineMod
2014-02-25 14:14:52 [FINEST] [ForgeModLoader] Attempting to deliver 0 IMC messages to mod bspkrsCore
2014-02-25 14:14:52 [FINEST] [bspkrsCore] Sending event IMCEvent to mod bspkrsCore
2014-02-25 14:14:52 [FINEST] [bspkrsCore] Sent event IMCEvent to mod bspkrsCore
2014-02-25 14:14:52 [FINEST] [ForgeModLoader] Attempting to deliver 0 IMC messages to mod CarpentersBlocks
2014-02-25 14:14:52 [FINEST] [CarpentersBlocks] Sending event IMCEvent to mod CarpentersBlocks
2014-02-25 14:14:52 [FINEST] [CarpentersBlocks] Sent event IMCEvent to mod CarpentersBlocks
2014-02-25 14:14:52 [FINEST] [ForgeModLoader] Attempting to deliver 0 IMC messages to mod CreeperCollateral
2014-02-25 14:14:52 [FINEST] [CreeperCollateral] Sending event IMCEvent to mod CreeperCollateral
2014-02-25 14:14:52 [FINEST] [CreeperCollateral] Sent event IMCEvent to mod CreeperCollateral
2014-02-25 14:14:52 [FINEST] [ForgeModLoader] Attempting to deliver 0 IMC messages to mod ImmibisCore
2014-02-25 14:14:52 [FINEST] [ImmibisCore] Sending event IMCEvent to mod ImmibisCore
2014-02-25 14:14:52 [FINEST] [ImmibisCore] Sent event IMCEvent to mod ImmibisCore
2014-02-25 14:14:52 [FINEST] [ForgeModLoader] Attempting to deliver 0 IMC messages to mod DimensionalAnchors
2014-02-25 14:14:52 [FINEST] [DimensionalAnchors] Sending event IMCEvent to mod DimensionalAnchors
2014-02-25 14:14:52 [FINEST] [DimensionalAnchors] Sent event IMCEvent to mod DimensionalAnchors
2014-02-25 14:14:52 [FINEST] [ForgeModLoader] Attempting to deliver 1 IMC messages to mod Waila
2014-02-25 14:14:52 [FINEST] [Waila] Sending event IMCEvent to mod Waila
2014-02-25 14:14:52 [INFO] [Waila] Receiving registration request from [ JABBA ] for method mcp.mobius.betterbarrels.BBWailaProvider.callbackRegister
2014-02-25 14:14:52 [INFO] [Waila] Trying to reflect mcp.mobius.betterbarrels.BBWailaProvider callbackRegister
2014-02-25 14:14:52 [INFO] [Waila] Success in registering JABBA
2014-02-25 14:14:52 [FINEST] [Waila] Sent event IMCEvent to mod Waila
2014-02-25 14:14:52 [FINEST] [ForgeModLoader] Attempting to deliver 0 IMC messages to mod DragonAPI
2014-02-25 14:14:52 [FINEST] [DragonAPI] Sending event IMCEvent to mod DragonAPI
2014-02-25 14:14:52 [FINEST] [DragonAPI] Sent event IMCEvent to mod DragonAPI
2014-02-25 14:14:52 [FINEST] [ForgeModLoader] Attempting to deliver 0 IMC messages to mod DyeTrees
2014-02-25 14:14:52 [FINEST] [DyeTrees] Sending event IMCEvent to mod DyeTrees
2014-02-25 14:14:52 [FINEST] [DyeTrees] Sent event IMCEvent to mod DyeTrees
2014-02-25 14:14:52 [FINEST] [ForgeModLoader] Attempting to deliver 0 IMC messages to mod EnderStorage
2014-02-25 14:14:52 [FINEST] [EnderStorage] Sending event IMCEvent to mod EnderStorage
2014-02-25 14:14:52 [FINEST] [EnderStorage] Sent event IMCEvent to mod EnderStorage
2014-02-25 14:14:52 [FINEST] [ForgeModLoader] Attempting to deliver 0 IMC messages to mod ExtrabiomesXL
2014-02-25 14:14:52 [FINEST] [ExtrabiomesXL] Sending event IMCEvent to mod ExtrabiomesXL
2014-02-25 14:14:52 [FINEST] [ExtrabiomesXL] Sent event IMCEvent to mod ExtrabiomesXL
2014-02-25 14:14:52 [FINEST] [ForgeModLoader] Attempting to deliver 0 IMC messages to mod ExtraUtilities
2014-02-25 14:14:52 [FINEST] [ExtraUtilities] Sending event IMCEvent to mod ExtraUtilities
2014-02-25 14:14:52 [FINEST] [ExtraUtilities] Sent event IMCEvent to mod ExtraUtilities
2014-02-25 14:14:52 [FINEST] [ForgeModLoader] Attempting to deliver 0 IMC messages to mod Mystcraft
2014-02-25 14:14:52 [FINEST] [Mystcraft] Sending event IMCEvent to mod Mystcraft
2014-02-25 14:14:52 [FINEST] [Mystcraft] Sent event IMCEvent to mod Mystcraft
2014-02-25 14:14:52 [FINEST] [ForgeModLoader] Attempting to deliver 0 IMC messages to mod XplosionCore
2014-02-25 14:14:52 [FINEST] [XplosionCore] Sending event IMCEvent to mod XplosionCore
2014-02-25 14:14:52 [FINEST] [XplosionCore] Sent event IMCEvent to mod XplosionCore
2014-02-25 14:14:52 [FINEST] [ForgeModLoader] Attempting to deliver 0 IMC messages to mod FlatBedrock
2014-02-25 14:14:52 [FINEST] [FlatBedrock] Sending event IMCEvent to mod FlatBedrock
2014-02-25 14:14:52 [FINEST] [FlatBedrock] Sent event IMCEvent to mod FlatBedrock
2014-02-25 14:14:52 [FINEST] [ForgeModLoader] Attempting to deliver 0 IMC messages to mod GeoStrata
2014-02-25 14:14:52 [FINEST] [GeoStrata] Sending event IMCEvent to mod GeoStrata
2014-02-25 14:14:52 [FINEST] [GeoStrata] Sent event IMCEvent to mod GeoStrata
2014-02-25 14:14:52 [FINEST] [ForgeModLoader] Attempting to deliver 0 IMC messages to mod InfernalMobs
2014-02-25 14:14:52 [FINEST] [InfernalMobs] Sending event IMCEvent to mod InfernalMobs
2014-02-25 14:14:52 [FINEST] [InfernalMobs] Sent event IMCEvent to mod InfernalMobs
2014-02-25 14:14:52 [FINEST] [ForgeModLoader] Attempting to deliver 0 IMC messages to mod JABBA
2014-02-25 14:14:52 [FINEST] [JABBA] Sending event IMCEvent to mod JABBA
2014-02-25 14:14:52 [FINEST] [JABBA] Sent event IMCEvent to mod JABBA
2014-02-25 14:14:52 [FINEST] [ForgeModLoader] Attempting to deliver 0 IMC messages to mod LegacyCraft
2014-02-25 14:14:52 [FINEST] [LegacyCraft] Sending event IMCEvent to mod LegacyCraft
2014-02-25 14:14:52 [FINEST] [LegacyCraft] Sent event IMCEvent to mod LegacyCraft
2014-02-25 14:14:52 [FINEST] [ForgeModLoader] Attempting to deliver 0 IMC messages to mod linkingtweaks
2014-02-25 14:14:52 [FINEST] [linkingtweaks] Sending event IMCEvent to mod linkingtweaks
2014-02-25 14:14:52 [FINEST] [linkingtweaks] Sent event IMCEvent to mod linkingtweaks
2014-02-25 14:14:52 [FINEST] [ForgeModLoader] Attempting to deliver 0 IMC messages to mod DestinationRenderer
2014-02-25 14:14:52 [FINEST] [DestinationRenderer] Sending event IMCEvent to mod DestinationRenderer
2014-02-25 14:14:52 [FINEST] [DestinationRenderer] Sent event IMCEvent to mod DestinationRenderer
2014-02-25 14:14:52 [FINEST] [ForgeModLoader] Attempting to deliver 0 IMC messages to mod MagicYarn
2014-02-25 14:14:52 [FINEST] [MagicYarn] Sending event IMCEvent to mod MagicYarn
2014-02-25 14:14:52 [FINEST] [MagicYarn] Sent event IMCEvent to mod MagicYarn
2014-02-25 14:14:52 [FINEST] [ForgeModLoader] Attempting to deliver 0 IMC messages to mod Specialized Maps
2014-02-25 14:14:52 [FINEST] [Specialized Maps] Sending event IMCEvent to mod Specialized Maps
2014-02-25 14:14:52 [FINEST] [Specialized Maps] Sent event IMCEvent to mod Specialized Maps
2014-02-25 14:14:52 [FINEST] [ForgeModLoader] Attempting to deliver 0 IMC messages to mod AS_MultiMine
2014-02-25 14:14:52 [FINEST] [AS_MultiMine] Sending event IMCEvent to mod AS_MultiMine
2014-02-25 14:14:52 [FINEST] [AS_MultiMine] Sent event IMCEvent to mod AS_MultiMine
2014-02-25 14:14:52 [FINEST] [ForgeModLoader] Attempting to deliver 0 IMC messages to mod Opis
2014-02-25 14:14:52 [FINEST] [Opis] Sending event IMCEvent to mod Opis
2014-02-25 14:14:52 [FINEST] [Opis] Sent event IMCEvent to mod Opis
2014-02-25 14:14:52 [FINEST] [ForgeModLoader] Attempting to deliver 0 IMC messages to mod MapWriter
2014-02-25 14:14:52 [FINEST] [MapWriter] Sending event IMCEvent to mod MapWriter
2014-02-25 14:14:52 [FINEST] [MapWriter] Sent event IMCEvent to mod MapWriter
2014-02-25 14:14:52 [FINEST] [ForgeModLoader] Attempting to deliver 0 IMC messages to mod Roguelike
2014-02-25 14:14:52 [FINEST] [Roguelike] Sending event IMCEvent to mod Roguelike
2014-02-25 14:14:52 [FINEST] [Roguelike] Sent event IMCEvent to mod Roguelike
2014-02-25 14:14:52 [FINEST] [ForgeModLoader] Attempting to deliver 0 IMC messages to mod Translocator
2014-02-25 14:14:52 [FINEST] [Translocator] Sending event IMCEvent to mod Translocator
2014-02-25 14:14:52 [FINEST] [Translocator] Sent event IMCEvent to mod Translocator
2014-02-25 14:14:52 [FINEST] [ForgeModLoader] Attempting to deliver 2 IMC messages to mod TreeCapitator
2014-02-25 14:14:52 [FINEST] [TreeCapitator] Sending event IMCEvent to mod TreeCapitator
2014-02-25 14:14:52 [INFO] [TreeCapitator] Received IMC message from mod DyeTrees.
2014-02-25 14:14:52 [INFO] [TreeCapitator] Received IMC message from mod ExtrabiomesXL.
2014-02-25 14:14:52 [FINEST] [TreeCapitator] Sent event IMCEvent to mod TreeCapitator
2014-02-25 14:14:52 [FINEST] [ForgeModLoader] Attempting to deliver 0 IMC messages to mod TwilightForest
2014-02-25 14:14:52 [FINEST] [TwilightForest] Sending event IMCEvent to mod TwilightForest
2014-02-25 14:14:52 [FINEST] [TwilightForest] Sent event IMCEvent to mod TwilightForest
2014-02-25 14:14:52 [FINEST] [ForgeModLoader] Attempting to deliver 0 IMC messages to mod UndergroundBiomes
2014-02-25 14:14:52 [FINEST] [UndergroundBiomes] Sending event IMCEvent to mod UndergroundBiomes
2014-02-25 14:14:52 [FINEST] [UndergroundBiomes] Sent event IMCEvent to mod UndergroundBiomes
2014-02-25 14:14:52 [FINEST] [ForgeModLoader] Attempting to deliver 0 IMC messages to mod MineTweaker
2014-02-25 14:14:52 [FINEST] [MineTweaker] Sending event IMCEvent to mod MineTweaker
2014-02-25 14:14:52 [FINEST] [MineTweaker] Sent event IMCEvent to mod MineTweaker
2014-02-25 14:14:52 [FINEST] [ForgeModLoader] Attempting to deliver 0 IMC messages to mod CustomOreGenRevived
2014-02-25 14:14:52 [FINEST] [CustomOreGenRevived] Sending event IMCEvent to mod CustomOreGenRevived
2014-02-25 14:14:52 [FINEST] [CustomOreGenRevived] Sent event IMCEvent to mod CustomOreGenRevived
2014-02-25 14:14:52 [FINEST] [ForgeModLoader] Attempting to deliver 0 IMC messages to mod mod_CustomOreGen
2014-02-25 14:14:52 [FINEST] [mod_CustomOreGen] Sending event IMCEvent to mod mod_CustomOreGen
2014-02-25 14:14:52 [FINEST] [mod_CustomOreGen] Sent event IMCEvent to mod mod_CustomOreGen
2014-02-25 14:14:52 [FINEST] [mcp] Sending event FMLPostInitializationEvent to mod mcp
2014-02-25 14:14:52 [FINEST] [mcp] Sent event FMLPostInitializationEvent to mod mcp
2014-02-25 14:14:52 [FINEST] [FML] Sending event FMLPostInitializationEvent to mod FML
2014-02-25 14:14:52 [FINEST] [FML] Sent event FMLPostInitializationEvent to mod FML
2014-02-25 14:14:52 [FINEST] [Forge] Sending event FMLPostInitializationEvent to mod Forge
2014-02-25 14:14:52 [FINEST] [Forge] Sent event FMLPostInitializationEvent to mod Forge
2014-02-25 14:14:52 [FINEST] [CodeChickenCore] Sending event FMLPostInitializationEvent to mod CodeChickenCore
2014-02-25 14:14:52 [FINEST] [CodeChickenCore] Sent event FMLPostInitializationEvent to mod CodeChickenCore
2014-02-25 14:14:52 [FINEST] [Evoc] Sending event FMLPostInitializationEvent to mod Evoc
2014-02-25 14:14:52 [FINEST] [Evoc] Sent event FMLPostInitializationEvent to mod Evoc
2014-02-25 14:14:52 [FINEST] [MobiusCore] Sending event FMLPostInitializationEvent to mod MobiusCore
2014-02-25 14:14:52 [FINEST] [MobiusCore] Sent event FMLPostInitializationEvent to mod MobiusCore
2014-02-25 14:14:52 [FINEST] [NotEnoughItems] Sending event FMLPostInitializationEvent to mod NotEnoughItems
2014-02-25 14:14:52 [FINEST] [NotEnoughItems] Sent event FMLPostInitializationEvent to mod NotEnoughItems
2014-02-25 14:14:52 [FINEST] [denLib] Sending event FMLPostInitializationEvent to mod denLib
2014-02-25 14:14:52 [INFO] [ForgeModLoader] [denLib]: denLib load complete.
2014-02-25 14:14:52 [INFO] [ForgeModLoader] [denLib]: This is denLib version 3.2.6
2014-02-25 14:14:52 [FINEST] [denLib] Sent event FMLPostInitializationEvent to mod denLib
2014-02-25 14:14:52 [FINEST] [DenEvents] Sending event FMLPostInitializationEvent to mod DenEvents
2014-02-25 14:14:52 [FINEST] [DenEvents] Sent event FMLPostInitializationEvent to mod DenEvents
2014-02-25 14:14:52 [FINEST] [Artifacts] Sending event FMLPostInitializationEvent to mod Artifacts
2014-02-25 14:14:52 [FINEST] [Artifacts] Sent event FMLPostInitializationEvent to mod Artifacts
2014-02-25 14:14:52 [FINEST] [ATG] Sending event FMLPostInitializationEvent to mod ATG
2014-02-25 14:14:52 [FINEST] [ATG] Sent event FMLPostInitializationEvent to mod ATG
2014-02-25 14:14:52 [FINEST] [BBOutlineMod] Sending event FMLPostInitializationEvent to mod BBOutlineMod
2014-02-25 14:14:52 [FINEST] [BBOutlineMod] Sent event FMLPostInitializationEvent to mod BBOutlineMod
2014-02-25 14:14:52 [FINEST] [bspkrsCore] Sending event FMLPostInitializationEvent to mod bspkrsCore
2014-02-25 14:14:52 [FINEST] [bspkrsCore] Sent event FMLPostInitializationEvent to mod bspkrsCore
2014-02-25 14:14:52 [FINEST] [CarpentersBlocks] Sending event FMLPostInitializationEvent to mod CarpentersBlocks
2014-02-25 14:14:52 [FINEST] [CarpentersBlocks] Sent event FMLPostInitializationEvent to mod CarpentersBlocks
2014-02-25 14:14:52 [FINEST] [CreeperCollateral] Sending event FMLPostInitializationEvent to mod CreeperCollateral
2014-02-25 14:14:52 [INFO] [ForgeModLoader] [CreeperCollateral]: Set block recovery chance at 1.0
2014-02-25 14:14:52 [FINEST] [CreeperCollateral] Sent event FMLPostInitializationEvent to mod CreeperCollateral
2014-02-25 14:14:52 [FINEST] [ImmibisCore] Sending event FMLPostInitializationEvent to mod ImmibisCore
2014-02-25 14:14:52 [FINEST] [ImmibisCore] Sent event FMLPostInitializationEvent to mod ImmibisCore
2014-02-25 14:14:52 [FINEST] [DimensionalAnchors] Sending event FMLPostInitializationEvent to mod DimensionalAnchors
2014-02-25 14:14:52 [FINEST] [DimensionalAnchors] Sent event FMLPostInitializationEvent to mod DimensionalAnchors
2014-02-25 14:14:52 [FINEST] [Waila] Sending event FMLPostInitializationEvent to mod Waila
2014-02-25 14:14:52 [INFO] [STDOUT] TrueTypeFont loaded: java.awt.Font[family=Minecraftia,name=Minecraftia Regular,style=plain,size=14] - AntiAlias = true
2014-02-25 14:14:53 [INFO] [STDERR] java.io.IOException: No such file or directory
2014-02-25 14:14:53 [INFO] [STDERR] at java.io.UnixFileSystem.createFileExclusively(Native Method)
2014-02-25 14:14:53 [INFO] [STDERR] at java.io.File.createNewFile(File.java:1006)
2014-02-25 14:14:53 [INFO] [STDERR] at codechicken.nei.config.ConfigSet.loadNBT(ConfigSet.java:35)
2014-02-25 14:14:53 [INFO] [STDERR] at codechicken.nei.config.ConfigSet.<init>(ConfigSet.java:24)
2014-02-25 14:14:53 [INFO] [STDERR] at codechicken.nei.NEIClientConfig.<clinit>(NEIClientConfig.java:56)
2014-02-25 14:14:53 [INFO] [STDERR] at codechicken.nei.api.API.addKeyBind(API.java:243)
2014-02-25 14:14:53 [INFO] [STDERR] at mcp.mobius.waila.client.ConfigKeyHandler.<init>(ConfigKeyHandler.java:64)
2014-02-25 14:14:53 [INFO] [STDERR] at mcp.mobius.waila.client.ProxyClient.registerHandlers(ProxyClient.java:75)
2014-02-25 14:14:53 [INFO] [STDERR] at mcp.mobius.waila.Waila.postInit(Waila.java:76)
2014-02-25 14:14:53 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2014-02-25 14:14:53 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
2014-02-25 14:14:53 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2014-02-25 14:14:53 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Method.java:606)
2014-02-25 14:14:53 [INFO] [STDERR] at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:545)
2014-02-25 14:14:53 [INFO] [STDERR] at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
2014-02-25 14:14:53 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2014-02-25 14:14:53 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Method.java:606)
2014-02-25 14:14:53 [INFO] [STDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
2014-02-25 14:14:53 [INFO] [STDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2014-02-25 14:14:53 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
2014-02-25 14:14:53 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
2014-02-25 14:14:53 [INFO] [STDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:267)
2014-02-25 14:14:53 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:201)
2014-02-25 14:14:53 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181)
2014-02-25 14:14:53 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2014-02-25 14:14:53 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
2014-02-25 14:14:53 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2014-02-25 14:14:53 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Method.java:606)
2014-02-25 14:14:53 [INFO] [STDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
2014-02-25 14:14:53 [INFO] [STDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2014-02-25 14:14:53 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
2014-02-25 14:14:53 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
2014-02-25 14:14:53 [INFO] [STDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:267)
2014-02-25 14:14:53 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:112)
2014-02-25 14:14:53 [INFO] [STDERR] at cpw.mods.fml.common.Loader.initializeMods(Loader.java:704)
2014-02-25 14:14:53 [INFO] [STDERR] at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:249)
2014-02-25 14:14:53 [INFO] [STDERR] at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:509)
2014-02-25 14:14:53 [INFO] [STDERR] at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:808)
2014-02-25 14:14:53 [INFO] [STDERR] at net.minecraft.client.main.Main.main(SourceFile:101)
2014-02-25 14:14:53 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2014-02-25 14:14:53 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
2014-02-25 14:14:53 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2014-02-25 14:14:53 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Method.java:606)
2014-02-25 14:14:53 [INFO] [STDERR] at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
2014-02-25 14:14:53 [INFO] [STDERR] at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
2014-02-25 14:14:53 [FINEST] [Waila] Sent event FMLPostInitializationEvent to mod Waila
2014-02-25 14:14:53 [FINEST] [DragonAPI] Sending event FMLPostInitializationEvent to mod DragonAPI
2014-02-25 14:14:53 [INFO] [STDOUT] DRAGONAPI: Adding ore entries for Tin (Ore Names: [oreTin])
2014-02-25 14:14:53 [INFO] [STDOUT] DRAGONAPI: Adding ore entries for Copper (Ore Names: [oreCopper, oreTetrahedrite])
2014-02-25 14:14:53 [INFO] [STDOUT] DRAGONAPI: Adding ore entries for Lead (Ore Names: [oreLead])
2014-02-25 14:14:53 [INFO] [STDOUT] DRAGONAPI: Adding ore entries for Nickel (Ore Names: [oreNickel])
2014-02-25 14:14:53 [INFO] [STDOUT] DRAGONAPI: Adding ore entries for Silver (Ore Names: [oreSilver])
2014-02-25 14:14:53 [INFO] [STDOUT] DRAGONAPI: Adding ore entries for Galena (Ore Names: [oreGalena])
2014-02-25 14:14:53 [INFO] [STDOUT] DRAGONAPI: Adding ore entries for Aluminum (Ore Names: [oreAluminum, oreAluminium, oreNaturalAluminum])
2014-02-25 14:14:53 [INFO] [STDOUT] DRAGONAPI: Adding ore entries for Iridium (Ore Names: [oreIridium])
2014-02-25 14:14:53 [INFO] [STDOUT] DRAGONAPI: Adding ore entries for Firestone (Ore Names: [oreFirestone])
2014-02-25 14:14:53 [INFO] [STDOUT] DRAGONAPI: Adding ore entries for Certus Quartz (Ore Names: [oreCertusQuartz])
2014-02-25 14:14:53 [INFO] [STDOUT] DRAGONAPI: Adding ore entries for Uranium (Ore Names: [oreUranium, oreYellorite])
2014-02-25 14:14:53 [INFO] [STDOUT] DRAGONAPI: Adding ore entries for Mercury (Ore Names: [oreCinnabar])
2014-02-25 14:14:53 [INFO] [STDOUT] DRAGONAPI: Adding ore entries for Amber (Ore Names: [oreAmber])
2014-02-25 14:14:53 [INFO] [STDOUT] DRAGONAPI: Adding ore entries for Air Infused (Ore Names: [oreInfusedAir])
2014-02-25 14:14:53 [INFO] [STDOUT] DRAGONAPI: Adding ore entries for Fire Infused (Ore Names: [oreInfusedFire])
2014-02-25 14:14:53 [INFO] [STDOUT] DRAGONAPI: Adding ore entries for Water Infused (Ore Names: [oreInfusedWater])
2014-02-25 14:14:53 [INFO] [STDOUT] DRAGONAPI: Adding ore entries for Earth Infused (Ore Names: [oreInfusedEarth])
2014-02-25 14:14:53 [INFO] [STDOUT] DRAGONAPI: Adding ore entries for Entropy Infused (Ore Names: [oreInfusedEntropy])
2014-02-25 14:14:53 [INFO] [STDOUT] DRAGONAPI: Adding ore entries for Order Infused (Ore Names: [oreInfusedOrder])
2014-02-25 14:14:53 [INFO] [STDOUT] DRAGONAPI: Adding ore entries for Apatite (Ore Names: [oreApatite])
2014-02-25 14:14:53 [INFO] [STDOUT] DRAGONAPI: Adding ore entries for Saltpeter (Ore Names: [oreSaltpeter])
2014-02-25 14:14:53 [INFO] [STDOUT] DRAGONAPI: Adding ore entries for Tungsten (Ore Names: [oreTungsten, oreTungstate])
2014-02-25 14:14:53 [INFO] [STDOUT] DRAGONAPI: Adding ore entries for Nikolite (Ore Names: [oreNikolite])
2014-02-25 14:14:53 [INFO] [STDOUT] DRAGONAPI: Adding ore entries for Green Sapphire (Ore Names: [oreGreenSapphire])
2014-02-25 14:14:53 [INFO] [STDOUT] DRAGONAPI: Adding ore entries for Ruby (Ore Names: [oreRuby])
2014-02-25 14:14:53 [INFO] [STDOUT] DRAGONAPI: Adding ore entries for Sapphire (Ore Names: [oreSapphire])
2014-02-25 14:14:53 [INFO] [STDOUT] DRAGONAPI: Adding ore entries for Monazit (Ore Names: [MonazitOre])
2014-02-25 14:14:53 [INFO] [STDOUT] DRAGONAPI: Adding ore entries for Force (Ore Names: [oreForce])
2014-02-25 14:14:53 [INFO] [STDOUT] DRAGONAPI: Adding ore entries for Nether Coal (Ore Names: [oreNetherCoal])
2014-02-25 14:14:53 [INFO] [STDOUT] DRAGONAPI: Adding ore entries for Nether Iron (Ore Names: [oreNetherIron])
2014-02-25 14:14:53 [INFO] [STDOUT] DRAGONAPI: Adding ore entries for Nether Gold (Ore Names: [oreNetherGold])
2014-02-25 14:14:53 [INFO] [STDOUT] DRAGONAPI: Adding ore entries for Nether Redstone (Ore Names: [oreNetherRedstone])
2014-02-25 14:14:53 [INFO] [STDOUT] DRAGONAPI: Adding ore entries for Nether Lapis (Ore Names: [oreNetherLapis])
2014-02-25 14:14:53 [INFO] [STDOUT] DRAGONAPI: Adding ore entries for Nether Diamond (Ore Names: [oreNetherDiamond])
2014-02-25 14:14:53 [INFO] [STDOUT] DRAGONAPI: Adding ore entries for Nether Emerald (Ore Names: [oreNetherEmerald])
2014-02-25 14:14:53 [INFO] [STDOUT] DRAGONAPI: Adding ore entries for Nether Tin (Ore Names: [oreNetherTin])
2014-02-25 14:14:53 [INFO] [STDOUT] DRAGONAPI: Adding ore entries for Nether Copper (Ore Names: [oreNetherCopper])
2014-02-25 14:14:53 [INFO] [STDOUT] DRAGONAPI: Adding ore entries for Nether Lead (Ore Names: [oreNetherLead])
2014-02-25 14:14:53 [INFO] [STDOUT] DRAGONAPI: Adding ore entries for Nether Nickel (Ore Names: [oreNetherNickel])
2014-02-25 14:14:53 [INFO] [STDOUT] DRAGONAPI: Adding ore entries for Nether Silver (Ore Names: [oreNetherSilver])
2014-02-25 14:14:53 [INFO] [STDOUT] DRAGONAPI: Adding ore entries for Nether Nikolite (Ore Names: [oreNetherNikolite])
2014-02-25 14:14:53 [INFO] [STDOUT] DRAGONAPI: Adding ore entries for Cobalt (Ore Names: [oreCobalt])
2014-02-25 14:14:53 [INFO] [STDOUT] DRAGONAPI: Adding ore entries for Ardite (Ore Names: [oreArdite])
2014-02-25 14:14:53 [INFO] [STDOUT] DRAGONAPI: Adding ore entries for Platinum (Ore Names: [orePlatinum, oreCooperite])
2014-02-25 14:14:53 [INFO] [STDOUT] DRAGONAPI: Adding ore entries for Nether Platinum (Ore Names: [oreNetherPlatinum])
2014-02-25 14:14:53 [INFO] [STDOUT] DRAGONAPI: Adding ore entries for Zinc (Ore Names: [oreZinc, oreSphalerite])
2014-02-25 14:14:53 [INFO] [STDOUT] DRAGONAPI: Adding ore entries for Osmium (Ore Names: [oreOsmium, oreNetherOsmium])
2014-02-25 14:14:53 [INFO] [STDOUT] DRAGONAPI: Adding ore entries for Pig Iron (Ore Names: [oreNetherSteel])
2014-02-25 14:14:53 [INFO] [STDOUT] DRAGONAPI: Adding ore entries for Sulfur (Ore Names: [oreSulfur])
2014-02-25 14:14:53 [INFO] [STDOUT] DRAGONAPI: Adding ore entries for Pitchblende (Ore Names: [orePitchblende])
2014-02-25 14:14:53 [INFO] [STDOUT] DRAGONAPI: Adding ore entries for Cadmium (Ore Names: [oreCadmium])
2014-02-25 14:14:53 [INFO] [STDOUT] DRAGONAPI: Adding ore entries for Indium (Ore Names: [oreIndium])
2014-02-25 14:14:53 [INFO] [STDOUT] DRAGONAPI: Adding ore entries for Fluorite (Ore Names: [oreFluorite])
2014-02-25 14:14:53 [INFO] [STDOUT] DRAGONAPI: Adding ore entries for Bauxite (Ore Names: [oreBauxite])
2014-02-25 14:14:53 [INFO] [STDOUT] DRAGONAPI: Adding ore entries for Sodalite (Ore Names: [oreSodalite])
2014-02-25 14:14:53 [INFO] [STDOUT] DRAGONAPI: Adding ore entries for Pyrite (Ore Names: [orePyrite])
2014-02-25 14:14:53 [INFO] [STDOUT] DRAGONAPI: Adding ore entries for Ammonium Chloride (Ore Names: [oreAmmonium])
2014-02-25 14:14:53 [INFO] [STDOUT] DRAGONAPI: Adding ore entries for Calcite (Ore Names: [oreCalcite])
2014-02-25 14:14:53 [INFO] [STDOUT] DRAGONAPI: Adding ore entries for Chimerite (Ore Names: [oreChimerite])
2014-02-25 14:14:53 [INFO] [STDOUT] DRAGONAPI: Adding ore entries for Vinteum (Ore Names: [oreVinteum])
2014-02-25 14:14:53 [INFO] [STDOUT] DRAGONAPI: Adding ore entries for Blue Topaz (Ore Names: [oreBlueTopaz])
2014-02-25 14:14:53 [INFO] [STDOUT] DRAGONAPI: Adding ore entries for Moonstone (Ore Names: [oreMoonstone])
2014-02-25 14:14:53 [INFO] [STDOUT] DRAGONAPI: Adding ore entries for Sunstone (Ore Names: [oreSunstone])
2014-02-25 14:14:53 [INFO] [STDOUT] DRAGONAPI: Adding ore entries for Titanium (Ore Names: [oreTitanium])
2014-02-25 14:14:53 [INFO] [STDOUT] DRAGONAPI: Adding ore entries for Magmanite (Ore Names: [oreMagmanite])
2014-02-25 14:14:53 [INFO] [STDOUT] DRAGONAPI: Adding ore entries for Magnetite (Ore Names: [oreMagnetite])
2014-02-25 14:14:53 [INFO] [STDOUT] DRAGONAPI: Adding ore entries for Essence (Ore Names: [oreEssence, oreNetherEssence])
2014-02-25 14:14:53 [INFO] [STDOUT] DRAGONAPI: Adding ore entries for Mimichite (Ore Names: [oreMimichite])
2014-02-25 14:14:53 [INFO] [STDOUT] DRAGONAPI: Adding ore entries for Nether Uranium (Ore Names: [oreNetherUranium])
2014-02-25 14:14:53 [INFO] [STDOUT] DRAGONAPI: Adding ore entries for Quantum (Ore Names: [oreQuantum])
2014-02-25 14:14:53 [INFO] [STDOUT] DRAGONAPI: Adding ore entries for Nether Iridium (Ore Names: [oreNetherIridium])
2014-02-25 14:14:53 [INFO] [STDOUT] DRAGONAPI: Adding ore entries for Dark Iron (Ore Names: [oreFzDarkIron])
2014-02-25 14:14:53 [INFO] [STDOUT] DRAGONAPI: Adding ore entries for Chromite (Ore Names: [oreChromite])
2014-02-25 14:14:53 [INFO] [STDOUT] DRAGONAPI: Adding ore entries for Nether Sapphire (Ore Names: [oreNetherSapphire])
2014-02-25 14:14:53 [INFO] [STDOUT] DRAGONAPI: Adding ore entries for Nether Green Sapphire (Ore Names: [oreNetherSapphire])
2014-02-25 14:14:53 [INFO] [STDOUT] DRAGONAPI: Successfully loaded wood CANOPY from TwilightForest
2014-02-25 14:14:53 [INFO] [STDOUT] DRAGONAPI: Successfully loaded wood DARKWOOD from TwilightForest
2014-02-25 14:14:53 [INFO] [STDOUT] DRAGONAPI: Successfully loaded wood MANGROVE from TwilightForest
2014-02-25 14:14:53 [INFO] [STDOUT] DRAGONAPI: Successfully loaded wood TWILIGHTOAK from TwilightForest
2014-02-25 14:14:53 [INFO] [STDOUT] DRAGONAPI: Not loading GREATWOOD from Thaumcraft: Mod not present.
2014-02-25 14:14:53 [INFO] [STDOUT] DRAGONAPI: Not loading SILVERWOOD from Thaumcraft: Mod not present.
2014-02-25 14:14:53 [INFO] [STDOUT] DRAGONAPI: Not loading EUCALYPTUS from Natura: Mod not present.
2014-02-25 14:14:53 [INFO] [STDOUT] DRAGONAPI: Not loading SEQUOIA from Natura: Mod not present.
2014-02-25 14:14:53 [INFO] [STDOUT] DRAGONAPI: Not loading SAKURA from Natura: Mod not present.
2014-02-25 14:14:53 [INFO] [STDOUT] DRAGONAPI: Not loading GHOSTWOOD from Natura: Mod not present.
2014-02-25 14:14:53 [INFO] [STDOUT] DRAGONAPI: Not loading HOPSEED from Natura: Mod not present.
2014-02-25 14:14:53 [INFO] [STDOUT] DRAGONAPI: Not loading NATURADARKWOOD from Natura: Mod not present.
2014-02-25 14:14:53 [INFO] [STDOUT] DRAGONAPI: Not loading BLOODWOOD from Natura: Mod not present.
2014-02-25 14:14:53 [INFO] [STDOUT] DRAGONAPI: Not loading FUSEWOOD from Natura: Mod not present.
2014-02-25 14:14:53 [INFO] [STDOUT] DRAGONAPI: Not loading TIGERWOOD from Natura: Mod not present.
2014-02-25 14:14:53 [INFO] [STDOUT] DRAGONAPI: Not loading SILVERBELL from Natura: Mod not present.
2014-02-25 14:14:53 [INFO] [STDOUT] DRAGONAPI: Not loading MAPLE from Natura: Mod not present.
2014-02-25 14:14:53 [INFO] [STDOUT] DRAGONAPI: Not loading WILLOW from Natura: Mod not present.
2014-02-25 14:14:53 [INFO] [STDOUT] DRAGONAPI: Not loading AMARANTH from Natura: Mod not present.
2014-02-25 14:14:53 [INFO] [STDOUT] DRAGONAPI: Not loading BAMBOO from BiomesOPlenty: Mod not present.
2014-02-25 14:14:53 [INFO] [STDOUT] DRAGONAPI: Not loading MAGIC from BiomesOPlenty: Mod not present.
2014-02-25 14:14:53 [INFO] [STDOUT] DRAGONAPI: Not loading DARK from BiomesOPlenty: Mod not present.
2014-02-25 14:14:53 [INFO] [STDOUT] DRAGONAPI: Not loading FIR from BiomesOPlenty: Mod not present.
2014-02-25 14:14:53 [INFO] [STDOUT] DRAGONAPI: Not loading LOFTWOOD from BiomesOPlenty: Mod not present.
2014-02-25 14:14:53 [INFO] [STDOUT] DRAGONAPI: Not loading CHERRY from BiomesOPlenty: Mod not present.
2014-02-25 14:14:53 [INFO] [STDOUT] DRAGONAPI: Not loading HELLBARK from BiomesOPlenty: Mod not present.
2014-02-25 14:14:53 [INFO] [STDOUT] DRAGONAPI: Not loading JACARANDA from BiomesOPlenty: Mod not present.
2014-02-25 14:14:53 [INFO] [STDOUT] DRAGONAPI: Not loading ACACIA from BiomesOPlenty: Mod not present.
2014-02-25 14:14:53 [INFO] [STDOUT] DRAGONAPI: Not loading BOPMANGROVE from BiomesOPlenty: Mod not present.
2014-02-25 14:14:53 [INFO] [STDOUT] DRAGONAPI: Not loading PALM from BiomesOPlenty: Mod not present.
2014-02-25 14:14:53 [INFO] [STDOUT] DRAGONAPI: Not loading REDWOOD from BiomesOPlenty: Mod not present.
2014-02-25 14:14:53 [INFO] [STDOUT] DRAGONAPI: Not loading BOPWILLOW from BiomesOPlenty: Mod not present.
2014-02-25 14:14:53 [INFO] [STDOUT] DRAGONAPI: Not loading PINE from BiomesOPlenty: Mod not present.
2014-02-25 14:14:53 [INFO] [STDOUT] DRAGONAPI: Not loading BXLREDWOOD from ExtraBiomesXL: Mod not present.
2014-02-25 14:14:53 [INFO] [STDOUT] DRAGONAPI: Not loading IC2RUBBER from IC2: Mod not present.
2014-02-25 14:14:53 [INFO] [STDOUT] DRAGONAPI: Not loading MFRRUBBER from MineFactoryReloaded: Mod not present.
2014-02-25 14:14:53 [INFO] [STDOUT] DRAGONAPI: Successfully loaded wood TIMEWOOD from TwilightForest
2014-02-25 14:14:53 [INFO] [STDOUT] DRAGONAPI: Successfully loaded wood TRANSFORMATION from TwilightForest
2014-02-25 14:14:53 [INFO] [STDOUT] DRAGONAPI: Successfully loaded wood MINEWOOD from TwilightForest
2014-02-25 14:14:53 [INFO] [STDOUT] DRAGONAPI: Successfully loaded wood SORTING from TwilightForest
2014-02-25 14:14:53 [INFO] [STDOUT] DRAGONAPI: Not loading GLOW from TransitionalAssistance: Mod not present.
2014-02-25 14:14:53 [INFO] [STDOUT] DRAGONAPI: Loading handler for mod magicalcrops
2014-02-25 14:14:53 [INFO] [STDOUT] DRAGONAPI: Loading handler for mod Natura
2014-02-25 14:14:53 [INFO] [STDOUT] DRAGONAPI: Loading handler for mod TConstruct
2014-02-25 14:14:53 [INFO] [STDOUT] DRAGONAPI: Loading handler for mod pamharvestcraft
2014-02-25 14:14:53 [INFO] [STDOUT] No ore blocks detected for "oreTin"
2014-02-25 14:14:53 [INFO] [STDOUT] DRAGONAPI: No ore blocks detected for Tin
2014-02-25 14:14:53 [INFO] [STDOUT] No ore blocks detected for "oreCopper"
2014-02-25 14:14:53 [INFO] [STDOUT] No ore blocks detected for "oreTetrahedrite"
2014-02-25 14:14:53 [INFO] [STDOUT] DRAGONAPI: No ore blocks detected for Copper
2014-02-25 14:14:53 [INFO] [STDOUT] No ore blocks detected for "oreLead"
2014-02-25 14:14:53 [INFO] [STDOUT] DRAGONAPI: No ore blocks detected for Lead
2014-02-25 14:14:53 [INFO] [STDOUT] No ore blocks detected for "oreNickel"
2014-02-25 14:14:53 [INFO] [STDOUT] DRAGONAPI: No ore blocks detected for Nickel
2014-02-25 14:14:53 [INFO] [STDOUT] No ore blocks detected for "oreSilver"
2014-02-25 14:14:53 [INFO] [STDOUT] DRAGONAPI: No ore blocks detected for Silver
2014-02-25 14:14:53 [INFO] [STDOUT] No ore blocks detected for "oreGalena"
2014-02-25 14:14:53 [INFO] [STDOUT] DRAGONAPI: No ore blocks detected for Galena
2014-02-25 14:14:53 [INFO] [STDOUT] No ore blocks detected for "oreAluminum"
2014-02-25 14:14:53 [INFO] [STDOUT] No ore blocks detected for "oreAluminium"
2014-02-25 14:14:53 [INFO] [STDOUT] No ore blocks detected for "oreNaturalAluminum"
2014-02-25 14:14:53 [INFO] [STDOUT] DRAGONAPI: No ore blocks detected for Aluminum
2014-02-25 14:14:53 [INFO] [STDOUT] No ore blocks detected for "oreIridium"
2014-02-25 14:14:53 [INFO] [STDOUT] DRAGONAPI: No ore blocks detected for Iridium (Rare)
2014-02-25 14:14:53 [INFO] [STDOUT] No ore blocks detected for "oreFirestone"
2014-02-25 14:14:53 [INFO] [STDOUT] DRAGONAPI: No ore blocks detected for Firestone
2014-02-25 14:14:53 [INFO] [STDOUT] No ore blocks detected for "oreCertusQuartz"
2014-02-25 14:14:53 [INFO] [STDOUT] DRAGONAPI: No ore blocks detected for Certus Quartz
2014-02-25 14:14:53 [INFO] [STDOUT] No ore blocks detected for "oreUranium"
2014-02-25 14:14:53 [INFO] [STDOUT] No ore blocks detected for "oreYellorite"
2014-02-25 14:14:53 [INFO] [STDOUT] DRAGONAPI: No ore blocks detected for Uranium
2014-02-25 14:14:53 [INFO] [STDOUT] No ore blocks detected for "oreCinnabar"
2014-02-25 14:14:53 [INFO] [STDOUT] DRAGONAPI: No ore blocks detected for Mercury
2014-02-25 14:14:53 [INFO] [STDOUT] No ore blocks detected for "oreAmber"
2014-02-25 14:14:53 [INFO] [STDOUT] DRAGONAPI: No ore blocks detected for Amber
2014-02-25 14:14:53 [INFO] [STDOUT] No ore blocks detected for "oreInfusedAir"
2014-02-25 14:14:53 [INFO] [STDOUT] DRAGONAPI: No ore blocks detected for Air Infused
2014-02-25 14:14:53 [INFO] [STDOUT] No ore blocks detected for "oreInfusedFire"
2014-02-25 14:14:53 [INFO] [STDOUT] DRAGONAPI: No ore blocks detected for Fire Infused
2014-02-25 14:14:53 [INFO] [STDOUT] No ore blocks detected for "oreInfusedWater"
2014-02-25 14:14:53 [INFO] [STDOUT] DRAGONAPI: No ore blocks detected for Water Infused
2014-02-25 14:14:53 [INFO] [STDOUT] No ore blocks detected for "oreInfusedEarth"
2014-02-25 14:14:53 [INFO] [STDOUT] DRAGONAPI: No ore blocks detected for Earth Infused
2014-02-25 14:14:53 [INFO] [STDOUT] No ore blocks detected for "oreInfusedEntropy"
2014-02-25 14:14:53 [INFO] [STDOUT] DRAGONAPI: No ore blocks detected for Entropy Infused
2014-02-25 14:14:53 [INFO] [STDOUT] No ore blocks detected for "oreInfusedOrder"
2014-02-25 14:14:53 [INFO] [STDOUT] DRAGONAPI: No ore blocks detected for Order Infused
2014-02-25 14:14:53 [INFO] [STDOUT] No ore blocks detected for "oreApatite"
2014-02-25 14:14:53 [INFO] [STDOUT] DRAGONAPI: No ore blocks detected for Apatite
2014-02-25 14:14:53 [INFO] [STDOUT] No ore blocks detected for "oreSaltpeter"
2014-02-25 14:14:53 [INFO] [STDOUT] DRAGONAPI: No ore blocks detected for Saltpeter
2014-02-25 14:14:53 [INFO] [STDOUT] No ore blocks detected for "oreTungsten"
2014-02-25 14:14:53 [INFO] [STDOUT] No ore blocks detected for "oreTungstate"
2014-02-25 14:14:53 [INFO] [STDOUT] DRAGONAPI: No ore blocks detected for Tungsten
2014-02-25 14:14:53 [INFO] [STDOUT] No ore blocks detected for "oreNikolite"
2014-02-25 14:14:53 [INFO] [STDOUT] DRAGONAPI: No ore blocks detected for Nikolite
2014-02-25 14:14:53 [INFO] [STDOUT] No ore blocks detected for "oreGreenSapphire"
2014-02-25 14:14:53 [INFO] [STDOUT] DRAGONAPI: No ore blocks detected for Green Sapphire
2014-02-25 14:14:53 [INFO] [STDOUT] No ore blocks detected for "oreRuby"
2014-02-25 14:14:53 [INFO] [STDOUT] DRAGONAPI: No ore blocks detected for Ruby
2014-02-25 14:14:53 [INFO] [STDOUT] No ore blocks detected for "oreSapphire"
2014-02-25 14:14:53 [INFO] [STDOUT] DRAGONAPI: No ore blocks detected for Sapphire
2014-02-25 14:14:53 [INFO] [STDOUT] No ore blocks detected for "MonazitOre"
2014-02-25 14:14:53 [INFO] [STDOUT] DRAGONAPI: No ore blocks detected for Monazit
2014-02-25 14:14:53 [INFO] [STDOUT] No ore blocks detected for "oreForce"
2014-02-25 14:14:53 [INFO] [STDOUT] DRAGONAPI: No ore blocks detected for Force
2014-02-25 14:14:53 [INFO] [STDOUT] No ore blocks detected for "oreNetherCoal"
2014-02-25 14:14:53 [INFO] [STDOUT] DRAGONAPI: No ore blocks detected for Nether Coal
2014-02-25 14:14:53 [INFO] [STDOUT] No ore blocks detected for "oreNetherIron"
2014-02-25 14:14:53 [INFO] [STDOUT] DRAGONAPI: No ore blocks detected for Nether Iron
2014-02-25 14:14:53 [INFO] [STDOUT] No ore blocks detected for "oreNetherGold"
2014-02-25 14:14:53 [INFO] [STDOUT] DRAGONAPI: No ore blocks detected for Nether Gold
2014-02-25 14:14:53 [INFO] [STDOUT] No ore blocks detected for "oreNetherRedstone"
2014-02-25 14:14:53 [INFO] [STDOUT] DRAGONAPI: No ore blocks detected for Nether Redstone
2014-02-25 14:14:53 [INFO] [STDOUT] No ore blocks detected for "oreNetherLapis"
2014-02-25 14:14:53 [INFO] [STDOUT] DRAGONAPI: No ore blocks detected for Nether Lapis
2014-02-25 14:14:53 [INFO] [STDOUT] No ore blocks detected for "oreNetherDiamond"
2014-02-25 14:14:53 [INFO] [STDOUT] DRAGONAPI: No ore blocks detected for Nether Diamond
2014-02-25 14:14:53 [INFO] [STDOUT] No ore blocks detected for "oreNetherEmerald"
2014-02-25 14:14:53 [INFO] [STDOUT] DRAGONAPI: No ore blocks detected for Nether Emerald
2014-02-25 14:14:53 [INFO] [STDOUT] No ore blocks detected for "oreNetherTin"
2014-02-25 14:14:53 [INFO] [STDOUT] DRAGONAPI: No ore blocks detected for Nether Tin
2014-02-25 14:14:53 [INFO] [STDOUT] No ore blocks detected for "oreNetherCopper"
2014-02-25 14:14:53 [INFO] [STDOUT] DRAGONAPI: No ore blocks detected for Nether Copper
2014-02-25 14:14:53 [INFO] [STDOUT] No ore blocks detected for "oreNetherLead"
2014-02-25 14:14:53 [INFO] [STDOUT] DRAGONAPI: No ore blocks detected for Nether Lead
2014-02-25 14:14:53 [INFO] [STDOUT] No ore blocks detected for "oreNetherNickel"
2014-02-25 14:14:53 [INFO] [STDOUT] DRAGONAPI: No ore blocks detected for Nether Nickel
2014-02-25 14:14:53 [INFO] [STDOUT] No ore blocks detected for "oreNetherSilver"
2014-02-25 14:14:53 [INFO] [STDOUT] DRAGONAPI: No ore blocks detected for Nether Silver
2014-02-25 14:14:53 [INFO] [STDOUT] No ore blocks detected for "oreNetherNikolite"
2014-02-25 14:14:53 [INFO] [STDOUT] DRAGONAPI: No ore blocks detected for Nether Nikolite
2014-02-25 14:14:53 [INFO] [STDOUT] No ore blocks detected for "oreCobalt"
2014-02-25 14:14:53 [INFO] [STDOUT] DRAGONAPI: No ore blocks detected for Cobalt
2014-02-25 14:14:53 [INFO] [STDOUT] No ore blocks detected for "oreArdite"
2014-02-25 14:14:53 [INFO] [STDOUT] DRAGONAPI: No ore blocks detected for Ardite
2014-02-25 14:14:53 [INFO] [STDOUT] No ore blocks detected for "orePlatinum"
2014-02-25 14:14:53 [INFO] [STDOUT] No ore blocks detected for "oreCooperite"
2014-02-25 14:14:53 [INFO] [STDOUT] DRAGONAPI: No ore blocks detected for Platinum (Rare)
2014-02-25 14:14:53 [INFO] [STDOUT] No ore blocks detected for "oreNetherPlatinum"
2014-02-25 14:14:53 [INFO] [STDOUT] DRAGONAPI: No ore blocks detected for Nether Platinum (Rare)
2014-02-25 14:14:53 [INFO] [STDOUT] No ore blocks detected for "oreZinc"
2014-02-25 14:14:53 [INFO] [STDOUT] No ore blocks detected for "oreSphalerite"
2014-02-25 14:14:53 [INFO] [STDOUT] DRAGONAPI: No ore blocks detected for Zinc
2014-02-25 14:14:53 [INFO] [STDOUT] No ore blocks detected for "oreOsmium"
2014-02-25 14:14:53 [INFO] [STDOUT] No ore blocks detected for "oreNetherOsmium"
2014-02-25 14:14:53 [INFO] [STDOUT] DRAGONAPI: No ore blocks detected for Osmium
2014-02-25 14:14:53 [INFO] [STDOUT] No ore blocks detected for "oreNetherSteel"
2014-02-25 14:14:53 [INFO] [STDOUT] DRAGONAPI: No ore blocks detected for Pig Iron
2014-02-25 14:14:53 [INFO] [STDOUT] No ore blocks detected for "oreSulfur"
2014-02-25 14:14:53 [INFO] [STDOUT] DRAGONAPI: No ore blocks detected for Sulfur
2014-02-25 14:14:53 [INFO] [STDOUT] No ore blocks detected for "orePitchblende"
2014-02-25 14:14:53 [INFO] [STDOUT] DRAGONAPI: No ore blocks detected for Pitchblende
2014-02-25 14:14:53 [INFO] [STDOUT] No ore blocks detected for "oreCadmium"
2014-02-25 14:14:53 [INFO] [STDOUT] DRAGONAPI: No ore blocks detected for Cadmium
2014-02-25 14:14:53 [INFO] [STDOUT] No ore blocks detected for "oreIndium"
2014-02-25 14:14:53 [INFO] [STDOUT] DRAGONAPI: No ore blocks detected for Indium
2014-02-25 14:14:53 [INFO] [STDOUT] No ore blocks detected for "oreFluorite"
2014-02-25 14:14:53 [INFO] [STDOUT] DRAGONAPI: No ore blocks detected for Fluorite
2014-02-25 14:14:53 [INFO] [STDOUT] No ore blocks detected for "oreBauxite"
2014-02-25 14:14:53 [INFO] [STDOUT] DRAGONAPI: No ore blocks detected for Bauxite
2014-02-25 14:14:53 [INFO] [STDOUT] No ore blocks detected for "oreSodalite"
2014-02-25 14:14:53 [INFO] [STDOUT] DRAGONAPI: No ore blocks detected for Sodalite
2014-02-25 14:14:53 [INFO] [STDOUT] No ore blocks detected for "orePyrite"
2014-02-25 14:14:53 [INFO] [STDOUT] DRAGONAPI: No ore blocks detected for Pyrite
2014-02-25 14:14:53 [INFO] [STDOUT] No ore blocks detected for "oreAmmonium"
2014-02-25 14:14:53 [INFO] [STDOUT] DRAGONAPI: No ore blocks detected for Ammonium Chloride
2014-02-25 14:14:53 [INFO] [STDOUT] No ore blocks detected for "oreCalcite"
2014-02-25 14:14:53 [INFO] [STDOUT] DRAGONAPI: No ore blocks detected for Calcite
2014-02-25 14:14:53 [INFO] [STDOUT] No ore blocks detected for "oreChimerite"
2014-02-25 14:14:53 [INFO] [STDOUT] DRAGONAPI: No ore blocks detected for Chimerite
2014-02-25 14:14:53 [INFO] [STDOUT] No ore blocks detected for "oreVinteum"
2014-02-25 14:14:53 [INFO] [STDOUT] DRAGONAPI: No ore blocks detected for Vinteum
2014-02-25 14:14:53 [INFO] [STDOUT] No ore blocks detected for "oreBlueTopaz"
2014-02-25 14:14:53 [INFO] [STDOUT] DRAGONAPI: No ore blocks detected for Blue Topaz
2014-02-25 14:14:53 [INFO] [STDOUT] No ore blocks detected for "oreMoonstone"
2014-02-25 14:14:53 [INFO] [STDOUT] DRAGONAPI: No ore blocks detected for Moonstone (Rare)
2014-02-25 14:14:53 [INFO] [STDOUT] No ore blocks detected for "oreSunstone"
2014-02-25 14:14:53 [INFO] [STDOUT] DRAGONAPI: No ore blocks detected for Sunstone
2014-02-25 14:14:53 [INFO] [STDOUT] No ore blocks detected for "oreTitanium"
2014-02-25 14:14:53 [INFO] [STDOUT] DRAGONAPI: No ore blocks detected for Titanium
2014-02-25 14:14:53 [INFO] [STDOUT] No ore blocks detected for "oreMagmanite"
2014-02-25 14:14:53 [INFO] [STDOUT] DRAGONAPI: No ore blocks detected for Magmanite
2014-02-25 14:14:53 [INFO] [STDOUT] No ore blocks detected for "oreMagnetite"
2014-02-25 14:14:53 [INFO] [STDOUT] DRAGONAPI: No ore blocks detected for Magnetite
2014-02-25 14:14:53 [INFO] [STDOUT] No ore blocks detected for "oreEssence"
2014-02-25 14:14:53 [INFO] [STDOUT] No ore blocks detected for "oreNetherEssence"
2014-02-25 14:14:53 [INFO] [STDOUT] DRAGONAPI: No ore blocks detected for Essence
2014-02-25 14:14:53 [INFO] [STDOUT] No ore blocks detected for "oreMimichite"
2014-02-25 14:14:53 [INFO] [STDOUT] DRAGONAPI: No ore blocks detected for Mimichite
2014-02-25 14:14:53 [INFO] [STDOUT] No ore blocks detected for "oreNetherUranium"
2014-02-25 14:14:53 [INFO] [STDOUT] DRAGONAPI: No ore blocks detected for Nether Uranium
2014-02-25 14:14:53 [INFO] [STDOUT] No ore blocks detected for "oreQuantum"
2014-02-25 14:14:53 [INFO] [STDOUT] DRAGONAPI: No ore blocks detected for Quantum
2014-02-25 14:14:53 [INFO] [STDOUT] No ore blocks detected for "oreNetherIridium"
2014-02-25 14:14:53 [INFO] [STDOUT] DRAGONAPI: No ore blocks detected for Nether Iridium (Rare)
2014-02-25 14:14:53 [INFO] [STDOUT] No ore blocks detected for "oreFzDarkIron"
2014-02-25 14:14:53 [INFO] [STDOUT] DRAGONAPI: No ore blocks detected for Dark Iron
2014-02-25 14:14:53 [INFO] [STDOUT] No ore blocks detected for "oreChromite"
2014-02-25 14:14:53 [INFO] [STDOUT] DRAGONAPI: No ore blocks detected for Chromite
2014-02-25 14:14:53 [INFO] [STDOUT] No ore blocks detected for "oreNetherSapphire"
2014-02-25 14:14:53 [INFO] [STDOUT] DRAGONAPI: No ore blocks detected for Nether Sapphire
2014-02-25 14:14:53 [INFO] [STDOUT] No ore blocks detected for "oreNetherSapphire"
2014-02-25 14:14:53 [INFO] [STDOUT] DRAGONAPI: No ore blocks detected for Nether Green Sapphire
2014-02-25 14:14:53 [INFO] [STDOUT] DRAGONAPI: Not loading handler for Bcfactory; Mod not present.
2014-02-25 14:14:53 [INFO] [STDOUT] DRAGONAPI: Not loading handler for Bctransport; Mod not present.
2014-02-25 14:14:53 [INFO] [STDOUT] DRAGONAPI: Not loading handler for Thaumcraft; Mod not present.
2014-02-25 14:14:53 [INFO] [STDOUT] DRAGONAPI: Not loading handler for Thaumcraft; Mod not present.
2014-02-25 14:14:53 [INFO] [STDOUT] DRAGONAPI: Not loading handler for Dartcraft; Mod not present.
2014-02-25 14:14:53 [INFO] [STDOUT] DRAGONAPI: Not loading handler for Dartcraft; Mod not present.
2014-02-25 14:14:53 [INFO] [STDOUT] DRAGONAPI: Not loading handler for Tinkerer; Mod not present.
2014-02-25 14:14:53 [INFO] [STDOUT] DRAGONAPI: Not loading handler for Tinkerer; Mod not present.
2014-02-25 14:14:53 [INFO] [STDOUT] DRAGONAPI: Loading handler for mod TwilightForest
2014-02-25 14:14:53 [INFO] [STDOUT] DRAGONAPI: Not loading handler for Mekanism; Mod not present.
2014-02-25 14:14:53 [INFO] [STDOUT] DRAGONAPI: Not loading handler for Mektools; Mod not present.
2014-02-25 14:14:53 [INFO] [STDOUT] DRAGONAPI: Not loading handler for Transitional; Mod not present.
2014-02-25 14:14:53 [INFO] [STDOUT] DRAGONAPI: Not loading handler for Ic2; Mod not present.
2014-02-25 14:14:53 [INFO] [STDOUT] DRAGONAPI: Not loading handler for Arsmagica; Mod not present.
2014-02-25 14:14:53 [INFO] [STDOUT] DRAGONAPI: Not loading handler for Appeng; Mod not present.
2014-02-25 14:14:53 [INFO] [STDOUT] DRAGONAPI: Not loading handler for Forestry; Mod not present.
2014-02-25 14:14:53 [INFO] [STDOUT] DRAGONAPI: Not loading handler for Thermalexpansion; Mod not present.
2014-02-25 14:14:53 [INFO] [STDOUT] DRAGONAPI: Not loading handler for Mimicry; Mod not present.
2014-02-25 14:14:53 [INFO] [STDOUT] DRAGONAPI: Not loading handler for Magiccrops; Mod not present.
2014-02-25 14:14:53 [INFO] [STDOUT] DRAGONAPI: Not loading handler for Qcraft; Mod not present.
2014-02-25 14:14:53 [INFO] [STDOUT] DRAGONAPI: Not loading handler for Tinkerer; Mod not present.
2014-02-25 14:14:53 [INFO] [STDOUT] DRAGONAPI: Not loading handler for Natura; Mod not present.
2014-02-25 14:14:53 [INFO] [STDOUT] DRAGONAPI: Not loading handler for Openblocks; Mod not present.
2014-02-25 14:14:53 [INFO] [STDOUT] DRAGONAPI: Not loading handler for Factorization; Mod not present.
2014-02-25 14:14:53 [INFO] [STDOUT] DRAGONAPI: Not loading handler for Harvestcraft; Mod not present.
2014-02-25 14:14:53 [INFO] [STDOUT] DRAGONAPI: Not loading handler for Arsenal; Mod not present.
2014-02-25 14:14:53 [INFO] [STDOUT] DRAGONAPI: Repairing compatibility between Alumin(i)um OreDictionary Names.
2014-02-25 14:14:53 [FINEST] [DragonAPI] Sent event FMLPostInitializationEvent to mod DragonAPI
2014-02-25 14:14:53 [FINEST] [DyeTrees] Sending event FMLPostInitializationEvent to mod DyeTrees
2014-02-25 14:14:53 [INFO] [STDOUT] DYE TREES: Overriding Slime Renderer Edge Model.
2014-02-25 14:14:53 [FINEST] [DyeTrees] Sent event FMLPostInitializationEvent to mod DyeTrees
2014-02-25 14:14:53 [FINEST] [EnderStorage] Sending event FMLPostInitializationEvent to mod EnderStorage
2014-02-25 14:14:53 [FINEST] [EnderStorage] Sent event FMLPostInitializationEvent to mod EnderStorage
2014-02-25 14:14:53 [FINEST] [ExtrabiomesXL] Sending event FMLPostInitializationEvent to mod ExtrabiomesXL
2014-02-25 14:14:53 [FINE] [ExtrabiomesXL] Initializing ATG plugin.
2014-02-25 14:14:53 [INFO] [ExtrabiomesXL] Successfully Loaded.
2014-02-25 14:14:53 [FINEST] [ExtrabiomesXL] Sent event FMLPostInitializationEvent to mod ExtrabiomesXL
2014-02-25 14:14:53 [FINEST] [ExtraUtilities] Sending event FMLPostInitializationEvent to mod ExtraUtilities
2014-02-25 14:14:53 [FINE] [ExtraUtilities] Detected special block breaking code in vanilla class: net.minecraft.block.BlockLog
2014-02-25 14:14:53 [FINE] [ExtraUtilities] Detected special block breaking code in vanilla class: net.minecraft.block.BlockLeaves
2014-02-25 14:14:53 [FINE] [ExtraUtilities] Detected special block breaking code in vanilla class: net.minecraft.block.BlockDispenser
2014-02-25 14:14:53 [FINE] [ExtraUtilities] Detected special block breaking code in vanilla class: net.minecraft.block.BlockContainer
2014-02-25 14:14:53 [FINE] [ExtraUtilities] Detected special block breaking code in vanilla class: net.minecraft.block.BlockBed
2014-02-25 14:14:53 [FINE] [ExtraUtilities] Detected special block breaking code in vanilla class: net.minecraft.block.BlockRailBase
2014-02-25 14:14:53 [FINE] [ExtraUtilities] Detected special block breaking code in vanilla class: net.minecraft.block.BlockPistonExtension
2014-02-25 14:14:53 [FINE] [ExtraUtilities] Detected special block breaking code in vanilla class: net.minecraft.block.BlockPistonMoving
2014-02-25 14:14:53 [FINE] [ExtraUtilities] Detected special block breaking code in vanilla class: net.minecraft.block.BlockTNT
2014-02-25 14:14:53 [FINE] [ExtraUtilities] Detected special block breaking code in vanilla class: net.minecraft.block.BlockStairs
2014-02-25 14:14:53 [FINE] [ExtraUtilities] Detected special block breaking code in vanilla class: net.minecraft.block.BlockChest
2014-02-25 14:14:53 [FINE] [ExtraUtilities] Detected special block breaking code in vanilla class: net.minecraft.block.BlockRedstoneWire
2014-02-25 14:14:53 [FINE] [ExtraUtilities] Detected special block breaking code in vanilla class: net.minecraft.block.BlockFurnace
2014-02-25 14:14:53 [FINE] [ExtraUtilities] Detected special block breaking code in vanilla class: net.minecraft.block.BlockDoor
2014-02-25 14:14:53 [FINE] [ExtraUtilities] Detected special block breaking code in vanilla class: net.minecraft.block.BlockLever
2014-02-25 14:14:53 [FINE] [ExtraUtilities] Detected special block breaking code in vanilla class: net.minecraft.block.BlockBasePressurePlate
2014-02-25 14:14:53 [FINE] [ExtraUtilities] Detected special block breaking code in vanilla class: net.minecraft.block.BlockRedstoneTorch
2014-02-25 14:14:53 [FINE] [ExtraUtilities] Detected special block breaking code in vanilla class: net.minecraft.block.BlockButton
2014-02-25 14:14:53 [FINE] [ExtraUtilities] Detected special block breaking code in vanilla class: net.minecraft.block.BlockSnow
2014-02-25 14:14:53 [FINE] [ExtraUtilities] Detected special block breaking code in vanilla class: net.minecraft.block.BlockIce
2014-02-25 14:14:53 [FINE] [ExtraUtilities] Detected special block breaking code in vanilla class: net.minecraft.block.BlockJukeBox
2014-02-25 14:14:53 [FINE] [ExtraUtilities] Detected special block breaking code in vanilla class: net.minecraft.block.BlockRedstoneRepeater
2014-02-25 14:14:53 [FINE] [ExtraUtilities] Detected special block breaking code in vanilla class: net.minecraft.block.BlockSilverfish
2014-02-25 14:14:53 [FINE] [ExtraUtilities] Detected special block breaking code in vanilla class: net.minecraft.block.BlockVine
2014-02-25 14:14:53 [FINE] [ExtraUtilities] Detected special block breaking code in vanilla class: net.minecraft.block.BlockBrewingStand
2014-02-25 14:14:53 [FINE] [ExtraUtilities] Detected special block breaking code in vanilla class: net.minecraft.block.BlockTripWireSource
2014-02-25 14:14:53 [FINE] [ExtraUtilities] Detected special block breaking code in vanilla class: net.minecraft.block.BlockTripWire
2014-02-25 14:14:53 [FINE] [ExtraUtilities] Detected special block breaking code in vanilla class: net.minecraft.block.BlockSkull
2014-02-25 14:14:53 [FINE] [ExtraUtilities] Detected special block breaking code in vanilla class: net.minecraft.block.BlockComparator
2014-02-25 14:14:53 [FINE] [ExtraUtilities] Detected special block breaking code in vanilla class: net.minecraft.block.BlockHopper
2014-02-25 14:14:53 [FINE] [ExtraUtilities] Detected special block breaking code in mod class: com.xcompwiz.mystcraft.block.BlockBookstand
2014-02-25 14:14:53 [FINE] [ExtraUtilities] Detected special block breaking code in mod class: com.xcompwiz.mystcraft.block.BlockWritingDesk
2014-02-25 14:14:53 [FINE] [ExtraUtilities] Detected special block breaking code in mod class: com.xcompwiz.mystcraft.block.BlockDecay
2014-02-25 14:14:53 [FINE] [ExtraUtilities] Detected special block breaking code in mod class: com.xcompwiz.mystcraft.block.BlockLinkPortal
2014-02-25 14:14:53 [FINE] [ExtraUtilities] Detected special block breaking code in mod class: com.xcompwiz.mystcraft.block.BlockBookReceptacle
2014-02-25 14:14:53 [FINE] [ExtraUtilities] Detected special block breaking code in mod class: com.xcompwiz.mystcraft.block.BlockLinkModifier
2014-02-25 14:14:53 [FINE] [ExtraUtilities] Detected special block breaking code in mod class: com.xcompwiz.mystcraft.block.BlockLectern
2014-02-25 14:14:53 [FINE] [ExtraUtilities] Detected special block breaking code in mod class: codechicken.enderstorage.common.BlockEnderStorage
2014-02-25 14:14:53 [FINE] [ExtraUtilities] Detected special block breaking code in mod class: Reika.GeoStrata.Blocks.BlockCrystalBrewer
2014-02-25 14:14:53 [FINE] [ExtraUtilities] Detected special block breaking code in mod class: Reika.GeoStrata.Blocks.BlockGuardianStone
2014-02-25 14:14:53 [FINE] [ExtraUtilities] Detected special block breaking code in mod class: extrabiomes.blocks.BlockAutumnLeaves
2014-02-25 14:14:53 [FINE] [ExtraUtilities] Detected special block breaking code in mod class: extrabiomes.blocks.BlockGreenLeaves
2014-02-25 14:14:53 [FINE] [ExtraUtilities] Detected special block breaking code in mod class: com.xcompwiz.mystcraft.block.BlockInkMixer
2014-02-25 14:14:53 [FINE] [ExtraUtilities] Detected special block breaking code in mod class: com.xcompwiz.mystcraft.block.BlockBookBinder
2014-02-25 14:14:53 [FINE] [ExtraUtilities] Detected special block breaking code in mod class: exterminatorJeff.undergroundBiomes.constructs.block.UBStairsBase
2014-02-25 14:14:53 [FINE] [ExtraUtilities] Detected special block breaking code in mod class: exterminatorJeff.undergroundBiomes.constructs.block.UBWallBase
2014-02-25 14:14:53 [FINE] [ExtraUtilities] Detected special block breaking code in mod class: exterminatorJeff.undergroundBiomes.constructs.block.UndergroundBiomesButton
2014-02-25 14:14:53 [FINE] [ExtraUtilities] Detected special block breaking code in mod class: twilightforest.block.BlockTFMazestone
2014-02-25 14:14:53 [FINE] [ExtraUtilities] Detected special block breaking code in mod class: twilightforest.block.BlockTFHedge
2014-02-25 14:14:53 [FINE] [ExtraUtilities] Detected special block breaking code in mod class: twilightforest.block.BlockTFTowerWood
2014-02-25 14:14:53 [FINE] [ExtraUtilities] Detected special block breaking code in mod class: twilightforest.block.BlockTFTowerDevice
2014-02-25 14:14:53 [FINE] [ExtraUtilities] Detected special block breaking code in mod class: twilightforest.block.BlockTFTrophy
2014-02-25 14:14:53 [FINE] [ExtraUtilities] Detected special block breaking code in mod class: extrabiomes.blocks.BlockNewLeaves
2014-02-25 14:14:53 [FINE] [ExtraUtilities] Detected special block breaking code in mod class: extrabiomes.blocks.BlockMoreLeaves
2014-02-25 14:14:53 [FINE] [ExtraUtilities] Detected special block breaking code in mod class: extrabiomes.blocks.BlockWaterPlant
2014-02-25 14:14:53 [FINE] [ExtraUtilities] Detected special block breaking code in mod class: carpentersblocks.block.BlockCoverable
2014-02-25 14:14:53 [FINE] [ExtraUtilities] Detected special block breaking code in mod class: carpentersblocks.block.BlockCarpentersButton
2014-02-25 14:14:53 [FINE] [ExtraUtilities] Detected special block breaking code in mod class: carpentersblocks.block.BlockCarpentersLever
2014-02-25 14:14:53 [FINE] [ExtraUtilities] Detected special block breaking code in mod class: carpentersblocks.block.BlockCarpentersPressurePlate
2014-02-25 14:14:53 [FINE] [ExtraUtilities] Detected special block breaking code in mod class: carpentersblocks.block.BlockCarpentersSafe
2014-02-25 14:14:53 [FINE] [ExtraUtilities] Detected special block breaking code in mod class: extrautils.block.BlockDrum
2014-02-25 14:14:53 [FINE] [ExtraUtilities] Detected special block breaking code in mod class: extrautils.tileentity.transfernodes.BlockTransferPipe
2014-02-25 14:14:53 [FINE] [ExtraUtilities] Detected special block breaking code in mod class: extrautils.tileentity.transfernodes.BlockTransferNode
2014-02-25 14:14:53 [FINE] [ExtraUtilities] Detected special block breaking code in mod class: extrautils.block.BlockTrashCan
2014-02-25 14:14:53 [FINE] [ExtraUtilities] Detected special block breaking code in mod class: extrautils.block.BlockFilingCabinet
2014-02-25 14:14:53 [FINE] [ExtraUtilities] Detected special block breaking code in mod class: extrautils.tileentity.generator.BlockGenerator
2014-02-25 14:14:53 [FINE] [ExtraUtilities] Detected special block breaking code in mod class: extrautils.tileentity.enderquarry.BlockEnderQuarry
2014-02-25 14:14:53 [FINE] [ExtraUtilities] Detected special block breaking code in mod class: mcp.mobius.betterbarrels.common.blocks.BlockBarrel
2014-02-25 14:14:53 [FINE] [ExtraUtilities] Detected special block breaking code in mod class: carpentersblocks.block.BlockCarpentersFlowerPot
2014-02-25 14:14:53 [FINE] [ExtraUtilities] Detected special block breaking code in mod class: draco18s.artifacts.block.BlockPedestal
2014-02-25 14:14:53 [FINE] [ExtraUtilities] Detected special block breaking code in mod class: draco18s.artifacts.block.BlockTrap
2014-02-25 14:14:53 [FINE] [ExtraUtilities] Detected special block breaking code in mod class: draco18s.artifacts.block.BlockInvisiblePressurePlate
2014-02-25 14:14:53 [FINE] [ExtraUtilities] Detected special block breaking code in mod class: codechicken.translocator.BlockTranslocator
2014-02-25 14:14:53 [FINE] [ExtraUtilities] Detected special block breaking code in mod class: codechicken.translocator.BlockCraftingGrid
2014-02-25 14:14:53 [FINE] [ExtraUtilities] Detected special block breaking code in mod class: draco18s.artifacts.block.BlockLaserBeamSource
2014-02-25 14:14:53 [FINE] [ExtraUtilities] Detected special block breaking code in mod class: mods.immibis.chunkloader.BlockChunkLoader
2014-02-25 14:14:53 [FINE] [ExtraUtilities] Adding item.extrautils:divisionSigil.name to dungeonChest with probability 2 / 120
2014-02-25 14:14:53 [FINE] [ExtraUtilities] Adding item.extrautils:divisionSigil.name to mineshaftCorridor with probability 1 / 80
2014-02-25 14:14:53 [FINE] [ExtraUtilities] Adding item.extrautils:divisionSigil.name to pyramidDesertyChest with probability 2 / 93
2014-02-25 14:14:53 [FINE] [ExtraUtilities] Adding item.extrautils:divisionSigil.name to pyramidJungleChest with probability 6 / 105
2014-02-25 14:14:53 [FINE] [ExtraUtilities] Adding item.extrautils:divisionSigil.name to strongholdCrossing with probability 1 / 67
2014-02-25 14:14:53 [FINE] [ExtraUtilities] Adding item.extrautils:divisionSigil.name to strongholdCorridor with probability 2 / 114
2014-02-25 14:14:53 [FINE] [ExtraUtilities] Adding item.extrautils:builderswand.name to dungeonChest with probability 3 / 122
2014-02-25 14:14:53 [FINE] [ExtraUtilities] Adding tile.extrautils:plant/ender_lilly.name to dungeonChest with probability 4 / 125
2014-02-25 14:14:53 [FINEST] [ExtraUtilities] Sent event FMLPostInitializationEvent to mod ExtraUtilities
2014-02-25 14:14:53 [FINEST] [Mystcraft] Sending event FMLPostInitializationEvent to mod Mystcraft
2014-02-25 14:14:53 [FINEST] [Mystcraft] Sent event FMLPostInitializationEvent to mod Mystcraft
2014-02-25 14:14:53 [FINEST] [XplosionCore] Sending event FMLPostInitializationEvent to mod XplosionCore
2014-02-25 14:14:53 [FINEST] [XplosionCore] Sent event FMLPostInitializationEvent to mod XplosionCore
2014-02-25 14:14:53 [FINEST] [FlatBedrock] Sending event FMLPostInitializationEvent to mod FlatBedrock
2014-02-25 14:14:53 [FINEST] [FlatBedrock] Sent event FMLPostInitializationEvent to mod FlatBedrock
2014-02-25 14:14:53 [FINEST] [GeoStrata] Sending event FMLPostInitializationEvent to mod GeoStrata
2014-02-25 14:14:53 [FINEST] [GeoStrata] Sent event FMLPostInitializationEvent to mod GeoStrata
2014-02-25 14:14:53 [FINEST] [InfernalMobs] Sending event FMLPostInitializationEvent to mod InfernalMobs
2014-02-25 14:14:53 [FINEST] [InfernalMobs] Sent event FMLPostInitializationEvent to mod InfernalMobs
2014-02-25 14:14:53 [FINEST] [JABBA] Sending event FMLPostInitializationEvent to mod JABBA
2014-02-25 14:14:53 [FINEST] [JABBA] Sent event FMLPostInitializationEvent to mod JABBA
2014-02-25 14:14:53 [FINEST] [LegacyCraft] Sending event FMLPostInitializationEvent to mod LegacyCraft
2014-02-25 14:14:53 [FINEST] [LegacyCraft] Sent event FMLPostInitializationEvent to mod LegacyCraft
2014-02-25 14:14:53 [FINEST] [linkingtweaks] Sending event FMLPostInitializationEvent to mod linkingtweaks
2014-02-25 14:14:53 [FINEST] [linkingtweaks] Sent event FMLPostInitializationEvent to mod linkingtweaks
2014-02-25 14:14:53 [FINEST] [DestinationRenderer] Sending event FMLPostInitializationEvent to mod DestinationRenderer
2014-02-25 14:14:53 [FINEST] [ForgeModLoader] Automatically registered mod DestinationRenderer entity entityRenderNode as DestinationRenderer.entityRenderNode
2014-02-25 14:14:53 [FINEST] [DestinationRenderer] Sent event FMLPostInitializationEvent to mod DestinationRenderer
2014-02-25 14:14:53 [FINEST] [MagicYarn] Sending event FMLPostInitializationEvent to mod MagicYarn
2014-02-25 14:14:53 [FINEST] [MagicYarn] Sent event FMLPostInitializationEvent to mod MagicYarn
2014-02-25 14:14:53 [FINEST] [Specialized Maps] Sending event FMLPostInitializationEvent to mod Specialized Maps
2014-02-25 14:14:53 [FINEST] [Specialized Maps] Sent event FMLPostInitializationEvent to mod Specialized Maps
2014-02-25 14:14:53 [FINEST] [AS_MultiMine] Sending event FMLPostInitializationEvent to mod AS_MultiMine
2014-02-25 14:14:53 [FINEST] [AS_MultiMine] Sent event FMLPostInitializationEvent to mod AS_MultiMine
2014-02-25 14:14:53 [FINEST] [Opis] Sending event FMLPostInitializationEvent to mod Opis
2014-02-25 14:14:53 [INFO] [STDOUT] TrueTypeFont loaded: java.awt.Font[family=Liberation Mono,name=Liberation Mono Bold,style=plain,size=14] - AntiAlias = true
2014-02-25 14:14:53 [FINEST] [Opis] Sent event FMLPostInitializationEvent to mod Opis
2014-02-25 14:14:53 [FINEST] [MapWriter] Sending event FMLPostInitializationEvent to mod MapWriter
2014-02-25 14:14:53 [INFO] [MapWriter] FML Event: postInit
2014-02-25 14:14:53 [FINEST] [MapWriter] Sent event FMLPostInitializationEvent to mod MapWriter
2014-02-25 14:14:53 [FINEST] [Roguelike] Sending event FMLPostInitializationEvent to mod Roguelike
2014-02-25 14:14:53 [FINEST] [Roguelike] Sent event FMLPostInitializationEvent to mod Roguelike
2014-02-25 14:14:53 [FINEST] [Translocator] Sending event FMLPostInitializationEvent to mod Translocator
2014-02-25 14:14:53 [FINEST] [Translocator] Sent event FMLPostInitializationEvent to mod Translocator
2014-02-25 14:14:53 [FINEST] [TreeCapitator] Sending event FMLPostInitializationEvent to mod TreeCapitator
2014-02-25 14:14:53 [INFO] [TreeCapitator] Prioritizing User and IMC mod configs...
2014-02-25 14:14:53 [INFO] [TreeCapitator] Getting tag replacements from configs...
2014-02-25 14:14:53 [INFO] [TreeCapitator] Registering items and trees...
2014-02-25 14:14:53 [INFO] [TreeCapitator] Scanning Ore Dictionary for unregistered tree blocks...
2014-02-25 14:14:53 [INFO] [TreeCapitator] Ore Dictionary processing complete.
2014-02-25 14:14:53 [INFO] [TreeCapitator] Initializing MultiMine compatibility...
2014-02-25 14:14:53 [INFO] [TreeCapitator] MultiMine compatibility completed successfully.
2014-02-25 14:14:53 [FINEST] [TreeCapitator] Sent event FMLPostInitializationEvent to mod TreeCapitator
2014-02-25 14:14:53 [FINEST] [TwilightForest] Sending event FMLPostInitializationEvent to mod TwilightForest
2014-02-25 14:14:53 [INFO] [ForgeModLoader] [TwilightForest] Did not find Thaumcraft, did not load ThaumcraftApi integration.
2014-02-25 14:14:53 [FINEST] [TwilightForest] Sent event FMLPostInitializationEvent to mod TwilightForest
2014-02-25 14:14:53 [FINEST] [UndergroundBiomes] Sending event FMLPostInitializationEvent to mod UndergroundBiomes
2014-02-25 14:14:53 [INFO] [STDOUT] Changed shaped recipe for tile.extrautils:budoff.0
2014-02-25 14:14:53 [INFO] [STDOUT] Changed shaped recipe for tile.extrautils:budoff.3
2014-02-25 14:14:53 [INFO] [STDOUT] Changed shaped recipe for tile.extrautils:decorativeBlock1.0
2014-02-25 14:14:53 [INFO] [STDOUT] Changed shaped recipe for tile.extrautils:decorativeBlock1.3
2014-02-25 14:14:53 [INFO] [STDOUT] Changed shaped ore recipe for tile.extrautils:colorStoneBrick.15
2014-02-25 14:14:53 [INFO] [STDOUT] Changed shaped ore recipe for tile.extrautils:colorStoneBrick.14
2014-02-25 14:14:53 [INFO] [STDOUT] Changed shaped ore recipe for tile.extrautils:colorStoneBrick.13
2014-02-25 14:14:53 [INFO] [STDOUT] Changed shaped ore recipe for tile.extrautils:colorStoneBrick.12
2014-02-25 14:14:53 [INFO] [STDOUT] Changed shaped ore recipe for tile.extrautils:colorStoneBrick.11
2014-02-25 14:14:53 [INFO] [STDOUT] Changed shaped ore recipe for tile.extrautils:colorStoneBrick.10
2014-02-25 14:14:53 [INFO] [STDOUT] Changed shaped ore recipe for tile.extrautils:colorStoneBrick.9
2014-02-25 14:14:53 [INFO] [STDOUT] Changed shaped ore recipe for tile.extrautils:colorStoneBrick.8
2014-02-25 14:14:53 [INFO] [STDOUT] Changed shaped ore recipe for tile.extrautils:colorStoneBrick.7
2014-02-25 14:14:53 [INFO] [STDOUT] Changed shaped ore recipe for tile.extrautils:colorStoneBrick.6
2014-02-25 14:14:53 [INFO] [STDOUT] Changed shaped ore recipe for tile.extrautils:colorStoneBrick.5
2014-02-25 14:14:53 [INFO] [STDOUT] Changed shaped ore recipe for tile.extrautils:colorStoneBrick.4
2014-02-25 14:14:53 [INFO] [STDOUT] Changed shaped ore recipe for tile.extrautils:colorStoneBrick.3
2014-02-25 14:14:53 [INFO] [STDOUT] Changed shaped ore recipe for tile.extrautils:colorStoneBrick.2
2014-02-25 14:14:53 [INFO] [STDOUT] Changed shaped ore recipe for tile.extrautils:colorStoneBrick.1
2014-02-25 14:14:53 [INFO] [STDOUT] Changed shaped ore recipe for tile.extrautils:colorStoneBrick.0
2014-02-25 14:14:53 [INFO] [STDOUT] Changed shaped recipe for tile.extrautils:cobblestone_compressed.0
2014-02-25 14:14:53 [INFO] [STDOUT] Changed shaped recipe for tile.extrautils:trashcan
2014-02-25 14:14:53 [INFO] [STDOUT] Changed shaped recipe for tile.extrautils:timer
2014-02-25 14:14:53 [INFO] [STDOUT] Changed shaped recipe for tile.extrautils:generator.0
2014-02-25 14:14:53 [INFO] [STDOUT] Changed shaped ore recipe for tile.myst.inkmixer
2014-02-25 14:14:53 [INFO] [STDOUT] Changed shaped recipe for tile.CrystalBrewery
2014-02-25 14:14:53 [FINEST] [UndergroundBiomes] Sent event FMLPostInitializationEvent to mod UndergroundBiomes
2014-02-25 14:14:53 [FINEST] [MineTweaker] Sending event FMLPostInitializationEvent to mod MineTweaker
2014-02-25 14:14:53 [INFO] [STDOUT] Found mod: mcp
2014-02-25 14:14:53 [INFO] [STDOUT] Found mod: FML
2014-02-25 14:14:53 [INFO] [STDOUT] Found mod: Forge
2014-02-25 14:14:53 [INFO] [STDOUT] Found mod: CodeChickenCore
2014-02-25 14:14:53 [INFO] [STDOUT] Found mod: Evoc
2014-02-25 14:14:53 [INFO] [STDOUT] Found mod: MobiusCore
2014-02-25 14:14:53 [INFO] [STDOUT] Found mod: NotEnoughItems
2014-02-25 14:14:53 [INFO] [STDOUT] Found mod: denLib
2014-02-25 14:14:53 [INFO] [STDOUT] Found mod: DenEvents
2014-02-25 14:14:53 [INFO] [STDOUT] Found mod: Artifacts
2014-02-25 14:14:53 [INFO] [STDOUT] Found mod: ATG
2014-02-25 14:14:53 [INFO] [STDOUT] Found mod: BBOutlineMod
2014-02-25 14:14:53 [INFO] [STDOUT] Found mod: bspkrsCore
2014-02-25 14:14:53 [INFO] [STDOUT] Found mod: CarpentersBlocks
2014-02-25 14:14:53 [INFO] [STDOUT] Found mod: CreeperCollateral
2014-02-25 14:14:53 [INFO] [STDOUT] Found mod: ImmibisCore
2014-02-25 14:14:53 [INFO] [STDOUT] Found mod: DimensionalAnchors
2014-02-25 14:14:53 [INFO] [STDOUT] Found mod: Waila
2014-02-25 14:14:53 [INFO] [STDOUT] Found mod: DragonAPI
2014-02-25 14:14:53 [INFO] [STDOUT] Found mod: DyeTrees
2014-02-25 14:14:53 [INFO] [STDOUT] Found mod: EnderStorage
2014-02-25 14:14:53 [INFO] [STDOUT] Found mod: ExtrabiomesXL
2014-02-25 14:14:53 [INFO] [STDOUT] Found mod: ExtraUtilities
2014-02-25 14:14:53 [INFO] [STDOUT] Found mod: Mystcraft
2014-02-25 14:14:53 [INFO] [STDOUT] Found mod: XplosionCore
2014-02-25 14:14:53 [INFO] [STDOUT] Found mod: FlatBedrock
2014-02-25 14:14:53 [INFO] [STDOUT] Found mod: GeoStrata
2014-02-25 14:14:53 [INFO] [STDOUT] Found mod: InfernalMobs
2014-02-25 14:14:53 [INFO] [STDOUT] Found mod: JABBA
2014-02-25 14:14:53 [INFO] [STDOUT] Found mod: LegacyCraft
2014-02-25 14:14:53 [INFO] [STDOUT] Found mod: linkingtweaks
2014-02-25 14:14:53 [INFO] [STDOUT] Found mod: DestinationRenderer
2014-02-25 14:14:53 [INFO] [STDOUT] Found mod: MagicYarn
2014-02-25 14:14:53 [INFO] [STDOUT] Found mod: Specialized Maps
2014-02-25 14:14:53 [INFO] [STDOUT] Found mod: AS_MultiMine
2014-02-25 14:14:53 [INFO] [STDOUT] Found mod: Opis
2014-02-25 14:14:53 [INFO] [STDOUT] Found mod: MapWriter
2014-02-25 14:14:53 [INFO] [STDOUT] Found mod: Roguelike
2014-02-25 14:14:53 [INFO] [STDOUT] Found mod: Translocator
2014-02-25 14:14:53 [INFO] [STDOUT] Found mod: TreeCapitator
2014-02-25 14:14:53 [INFO] [STDOUT] Found mod: TwilightForest
2014-02-25 14:14:53 [INFO] [STDOUT] Found mod: UndergroundBiomes
2014-02-25 14:14:53 [INFO] [STDOUT] Found mod: MineTweaker
2014-02-25 14:14:53 [INFO] [STDOUT] Found mod: CustomOreGenRevived
2014-02-25 14:14:53 [INFO] [STDOUT] Found mod: mod_CustomOreGen
2014-02-25 14:14:53 [FINEST] [MineTweaker] Sent event FMLPostInitializationEvent to mod MineTweaker
2014-02-25 14:14:53 [FINEST] [CustomOreGenRevived] Sending event FMLPostInitializationEvent to mod CustomOreGenRevived
2014-02-25 14:14:53 [FINEST] [CustomOreGenRevived] Sent event FMLPostInitializationEvent to mod CustomOreGenRevived
2014-02-25 14:14:53 [FINEST] [mod_CustomOreGen] Sending event FMLPostInitializationEvent to mod mod_CustomOreGen
2014-02-25 14:14:53 [FINER] [CustomOreGenRevived] Registering Console command interface ...
2014-02-25 14:14:53 [FINE] [CustomOreGenRevived] Unpacking 'config/modules/ExtraCaves.xml' ...
2014-02-25 14:14:53 [FINE] [CustomOreGenRevived] Unpacking 'config/modules/MinecraftOres.xml' ...
2014-02-25 14:14:53 [FINE] [CustomOreGenRevived] Unpacking 'config/modules/IndustrialCraft2.xml' ...
2014-02-25 14:14:53 [FINE] [CustomOreGenRevived] Unpacking 'config/modules/Forestry.xml' ...
2014-02-25 14:14:53 [FINE] [CustomOreGenRevived] Unpacking 'config/modules/ProjectRed.xml' ...
2014-02-25 14:14:53 [FINE] [CustomOreGenRevived] Unpacking 'config/modules/TinkersConstruct.xml' ...
2014-02-25 14:14:53 [FINE] [CustomOreGenRevived] Unpacking 'config/modules/Dartcraft.xml' ...
2014-02-25 14:14:53 [FINE] [CustomOreGenRevived] Unpacking 'config/modules/Metallurgy.xml' ...
2014-02-25 14:14:53 [FINE] [CustomOreGenRevived] Unpacking 'config/modules/Railcraft.xml' ...
2014-02-25 14:14:53 [FINE] [CustomOreGenRevived] Unpacking 'config/modules/Thaumcraft4.xml' ...
2014-02-25 14:14:53 [FINE] [CustomOreGenRevived] Unpacking 'config/modules/BiomesOPlenty.xml' ...
2014-02-25 14:14:53 [FINE] [CustomOreGenRevived] Unpacking 'config/modules/Factorization.xml' ...
2014-02-25 14:14:53 [FINE] [CustomOreGenRevived] Unpacking 'config/modules/ThermalExpansion.xml' ...
2014-02-25 14:14:53 [FINE] [CustomOreGenRevived] Unpacking 'config/modules/SimpleOres2.xml' ...
2014-02-25 14:14:53 [FINE] [CustomOreGenRevived] Unpacking 'config/CustomOreGen_Config_Default.xml' ...
2014-02-25 14:14:53 [FINER] [CustomOreGenRevived] Loading global config '/Volumes/UserData/Users/michael/Documents/Games/Minecraft/Playing/Client/164-overkill-play/config/CustomOreGen' ...
2014-02-25 14:14:54 [FINER] [CustomOreGenRevived] Confirmed that CustomOreGen has precedence during world generation
2014-02-25 14:14:54 [FINEST] [mod_CustomOreGen] Sent event FMLPostInitializationEvent to mod mod_CustomOreGen
2014-02-25 14:14:54 [FINEST] [mcp] Sending event FMLLoadCompleteEvent to mod mcp
2014-02-25 14:14:54 [FINEST] [mcp] Sent event FMLLoadCompleteEvent to mod mcp
2014-02-25 14:14:54 [FINEST] [FML] Sending event FMLLoadCompleteEvent to mod FML
2014-02-25 14:14:54 [FINEST] [FML] Sent event FMLLoadCompleteEvent to mod FML
2014-02-25 14:14:54 [FINEST] [Forge] Sending event FMLLoadCompleteEvent to mod Forge
2014-02-25 14:14:54 [FINEST] [Forge] Sent event FMLLoadCompleteEvent to mod Forge
2014-02-25 14:14:54 [FINEST] [CodeChickenCore] Sending event FMLLoadCompleteEvent to mod CodeChickenCore
2014-02-25 14:14:54 [FINEST] [CodeChickenCore] Sent event FMLLoadCompleteEvent to mod CodeChickenCore
2014-02-25 14:14:54 [FINEST] [Evoc] Sending event FMLLoadCompleteEvent to mod Evoc
2014-02-25 14:14:54 [FINEST] [Evoc] Sent event FMLLoadCompleteEvent to mod Evoc
2014-02-25 14:14:54 [FINEST] [MobiusCore] Sending event FMLLoadCompleteEvent to mod MobiusCore
2014-02-25 14:14:54 [FINEST] [MobiusCore] Sent event FMLLoadCompleteEvent to mod MobiusCore
2014-02-25 14:14:54 [FINEST] [NotEnoughItems] Sending event FMLLoadCompleteEvent to mod NotEnoughItems
2014-02-25 14:14:54 [FINEST] [NotEnoughItems] Sent event FMLLoadCompleteEvent to mod NotEnoughItems
2014-02-25 14:14:54 [FINEST] [denLib] Sending event FMLLoadCompleteEvent to mod denLib
2014-02-25 14:14:54 [FINEST] [denLib] Sent event FMLLoadCompleteEvent to mod denLib
2014-02-25 14:14:54 [FINEST] [DenEvents] Sending event FMLLoadCompleteEvent to mod DenEvents
2014-02-25 14:14:54 [FINEST] [DenEvents] Sent event FMLLoadCompleteEvent to mod DenEvents
2014-02-25 14:14:54 [FINEST] [Artifacts] Sending event FMLLoadCompleteEvent to mod Artifacts
2014-02-25 14:14:54 [FINEST] [Artifacts] Sent event FMLLoadCompleteEvent to mod Artifacts
2014-02-25 14:14:54 [FINEST] [ATG] Sending event FMLLoadCompleteEvent to mod ATG
2014-02-25 14:14:54 [FINEST] [ATG] Sent event FMLLoadCompleteEvent to mod ATG
2014-02-25 14:14:54 [FINEST] [BBOutlineMod] Sending event FMLLoadCompleteEvent to mod BBOutlineMod
2014-02-25 14:14:54 [FINEST] [BBOutlineMod] Sent event FMLLoadCompleteEvent to mod BBOutlineMod
2014-02-25 14:14:54 [FINEST] [bspkrsCore] Sending event FMLLoadCompleteEvent to mod bspkrsCore
2014-02-25 14:14:54 [FINEST] [bspkrsCore] Sent event FMLLoadCompleteEvent to mod bspkrsCore
2014-02-25 14:14:54 [FINEST] [CarpentersBlocks] Sending event FMLLoadCompleteEvent to mod CarpentersBlocks
2014-02-25 14:14:54 [FINEST] [CarpentersBlocks] Sent event FMLLoadCompleteEvent to mod CarpentersBlocks
2014-02-25 14:14:54 [FINEST] [CreeperCollateral] Sending event FMLLoadCompleteEvent to mod CreeperCollateral
2014-02-25 14:14:54 [FINEST] [CreeperCollateral] Sent event FMLLoadCompleteEvent to mod CreeperCollateral
2014-02-25 14:14:54 [FINEST] [ImmibisCore] Sending event FMLLoadCompleteEvent to mod ImmibisCore
2014-02-25 14:14:54 [FINEST] [ImmibisCore] Sent event FMLLoadCompleteEvent to mod ImmibisCore
2014-02-25 14:14:54 [FINEST] [DimensionalAnchors] Sending event FMLLoadCompleteEvent to mod DimensionalAnchors
2014-02-25 14:14:54 [FINEST] [DimensionalAnchors] Sent event FMLLoadCompleteEvent to mod DimensionalAnchors
2014-02-25 14:14:54 [FINEST] [Waila] Sending event FMLLoadCompleteEvent to mod Waila
2014-02-25 14:14:54 [INFO] [STDOUT] Registered Minecraft tile.* 0
2014-02-25 14:14:54 [INFO] [STDOUT] Registered Minecraft item.potion 8193
2014-02-25 14:14:54 [INFO] [STDOUT] Registered Minecraft item.potion 8194
2014-02-25 14:14:54 [INFO] [STDOUT] Registered Minecraft item.potion 8195
2014-02-25 14:14:54 [INFO] [STDOUT] Registered Minecraft item.potion 8196
2014-02-25 14:14:54 [INFO] [STDOUT] Registered Minecraft item.potion 8197
2014-02-25 14:14:54 [INFO] [STDOUT] Registered Minecraft item.potion 8198
2014-02-25 14:14:54 [INFO] [STDOUT] Registered Minecraft item.potion 8200
2014-02-25 14:14:54 [INFO] [STDOUT] Registered Minecraft item.potion 8201
2014-02-25 14:14:54 [INFO] [STDOUT] Registered Minecraft item.potion *
2014-02-25 14:14:54 [INFO] [Waila] Registered 10 entries from /mcp/mobius/waila/addons/vanillamc/WikiData.csv
2014-02-25 14:14:54 [INFO] [Waila] Buildcraft|Factory mod not found. Skipping.
2014-02-25 14:14:54 [WARNING] [Waila] [IC2] Class not found. java.lang.ClassNotFoundException: ic2.core.block.machine.tileentity.TileEntityStandardMachine
2014-02-25 14:14:54 [INFO] [Waila] [Thaumcraft] Thaumcraft mod not found.
2014-02-25 14:14:54 [INFO] [Waila] EnderStorage mod found.
2014-02-25 14:14:54 [INFO] [Waila] [GraveStone] GraveStone mod not found.
2014-02-25 14:14:54 [INFO] [Waila] TwilightForestMod mod found.
2014-02-25 14:14:54 [WARNING] [Waila] [AppEng] Class not found. java.lang.ClassNotFoundException: appeng.me.tile.TileStorageMonitor
2014-02-25 14:14:54 [INFO] [Waila] [Thermal Expansion] ThermalExpansion mod not found.
2014-02-25 14:14:54 [INFO] [Waila] [Engineer Toolbox] Engineer Toolbox mod not found.
2014-02-25 14:14:54 [INFO] [Waila] [EnderIO] EnderIO mod not found.
2014-02-25 14:14:54 [INFO] [Waila] Buildcraft Power API found.
2014-02-25 14:14:54 [INFO] [Waila] [ProjectRed] ProjectRed|Integration mod not found.
2014-02-25 14:14:54 [INFO] [Waila] ExtraUtilities mod found.
2014-02-25 14:14:54 [INFO] [Waila] [OpenBlocks] OpenBlocks mod not found.
2014-02-25 14:14:54 [INFO] [Waila] [Railcraft] Railcraft mod not found.
2014-02-25 14:14:54 [INFO] [Waila] [StevesCarts] StevesCarts mod not found.
2014-02-25 14:14:54 [INFO] [Waila] [SecretRooms] SecretRooms mod not found.
2014-02-25 14:14:54 [INFO] [Waila] CarpentersBlocks mod found.
2014-02-25 14:14:54 [INFO] [Waila] [PamHarvestCraft] PamHarvestCraft mod not found.
2014-02-25 14:14:54 [INFO] [Waila] [MagicalCrops] MagicalCrops mod not found.
2014-02-25 14:14:54 [INFO] [Waila] [Statues] Statues mod not found.
2014-02-25 14:14:54 [INFO] [Waila] [Agriculture] Agriculture mod not found.
2014-02-25 14:14:54 [INFO] [STDOUT] dyeOrangeCrystal : 1xtile.CaveCrystal@14
2014-02-25 14:14:54 [INFO] [STDOUT] dyePurpleCrystalShard : 1xitem.CrystalShard@5
2014-02-25 14:14:54 [INFO] [STDOUT] treeSapling : 1xtile.sapling@32767
2014-02-25 14:14:54 [INFO] [STDOUT] treeSapling : 1xtile.extrabiomes.sapling@32767
2014-02-25 14:14:54 [INFO] [STDOUT] treeSapling : 1xtile.extrabiomes.sapling@32767
2014-02-25 14:14:54 [INFO] [STDOUT] treeSapling : 1xtile.Sapling@0
2014-02-25 14:14:54 [INFO] [STDOUT] treeSapling : 1xtile.Sapling@1
2014-02-25 14:14:54 [INFO] [STDOUT] treeSapling : 1xtile.Sapling@2
2014-02-25 14:14:54 [INFO] [STDOUT] treeSapling : 1xtile.Sapling@3
2014-02-25 14:14:54 [INFO] [STDOUT] treeSapling : 1xtile.Sapling@4
2014-02-25 14:14:54 [INFO] [STDOUT] treeSapling : 1xtile.Sapling@5
2014-02-25 14:14:54 [INFO] [STDOUT] treeSapling : 1xtile.Sapling@6
2014-02-25 14:14:54 [INFO] [STDOUT] treeSapling : 1xtile.Sapling@7
2014-02-25 14:14:54 [INFO] [STDOUT] treeSapling : 1xtile.Sapling@8
2014-02-25 14:14:54 [INFO] [STDOUT] treeSapling : 1xtile.Sapling@9
2014-02-25 14:14:54 [INFO] [STDOUT] treeSapling : 1xtile.Sapling@10
2014-02-25 14:14:54 [INFO] [STDOUT] treeSapling : 1xtile.Sapling@11
2014-02-25 14:14:54 [INFO] [STDOUT] treeSapling : 1xtile.Sapling@12
2014-02-25 14:14:54 [INFO] [STDOUT] treeSapling : 1xtile.Sapling@13
2014-02-25 14:14:54 [INFO] [STDOUT] treeSapling : 1xtile.Sapling@14
2014-02-25 14:14:54 [INFO] [STDOUT] treeSapling : 1xtile.Sapling@15
2014-02-25 14:14:54 [INFO] [STDOUT] treeSapling : 1xtile.TFSapling@32767
2014-02-25 14:14:54 [INFO] [STDOUT] slabWood : 1xtile.woodSlab@32767
2014-02-25 14:14:54 [INFO] [STDOUT] slabWood : 1xtile.extrabiomes.woodslab@32767
2014-02-25 14:14:54 [INFO] [STDOUT] slabWood : 1xtile.extrabiomes.woodslab@32767
2014-02-25 14:14:54 [INFO] [STDOUT] enderobsidian : 1xtile.extrautils:decorativeBlock1@1
2014-02-25 14:14:54 [INFO] [STDOUT] rockMarble : 1xtile.SmoothRock@2
2014-02-25 14:14:54 [INFO] [STDOUT] compressedDirt3x : 1xtile.extrautils:cobblestone_compressed@10
2014-02-25 14:14:54 [INFO] [STDOUT] dyeRedCrystalShard : 1xitem.CrystalShard@1
2014-02-25 14:14:54 [INFO] [STDOUT] rockShale : 1xtile.SmoothRock@4
2014-02-25 14:14:54 [INFO] [STDOUT] dyePinkCrystalShard : 1xitem.CrystalShard@9
2014-02-25 14:14:54 [INFO] [STDOUT] onyx : 1xtile.SmoothRock@15
2014-02-25 14:14:54 [INFO] [STDOUT] compressedCobblestone7x : 1xtile.extrautils:cobblestone_compressed@6
2014-02-25 14:14:54 [INFO] [STDOUT] dyePurpleCrystal : 1xtile.CaveCrystal@5
2014-02-25 14:14:54 [INFO] [STDOUT] slimeball : 1xitem.slimeball@0
2014-02-25 14:14:54 [INFO] [STDOUT] compressedDirt4x : 1xtile.extrautils:cobblestone_compressed@11
2014-02-25 14:14:54 [INFO] [STDOUT] quartz : 1xtile.SmoothRock@10
2014-02-25 14:14:54 [INFO] [STDOUT] compressedCobblestone8x : 1xtile.extrautils:cobblestone_compressed@7
2014-02-25 14:14:54 [INFO] [STDOUT] basalt : 1xtile.SmoothRock@1
2014-02-25 14:14:54 [INFO] [STDOUT] rockGneiss : 1xtile.SmoothRock@8
2014-02-25 14:14:54 [INFO] [STDOUT] dyeGray : 1xitem.dyePowder@8
2014-02-25 14:14:54 [INFO] [STDOUT] dyeGray : 1xitem.dyePowder@8
2014-02-25 14:14:54 [INFO] [STDOUT] whiteStone : 1xtile.whiteStone@0
2014-02-25 14:14:54 [INFO] [STDOUT] dyeGreen : 1xitem.dyePowder@2
2014-02-25 14:14:54 [INFO] [STDOUT] dyeGreen : 1xitem.dyePowder@2
2014-02-25 14:14:54 [INFO] [STDOUT] rockSlate : 1xtile.SmoothRock@7
2014-02-25 14:14:54 [INFO] [STDOUT] oreDiamond : 1xtile.oreDiamond@0
2014-02-25 14:14:54 [INFO] [STDOUT] dyeRedCrystal : 1xtile.CaveCrystal@1
2014-02-25 14:14:54 [INFO] [STDOUT] dyeLightBlue : 1xitem.dyePowder@12
2014-02-25 14:14:54 [INFO] [STDOUT] dyeLightBlue : 1xitem.dyePowder@12
2014-02-25 14:14:54 [INFO] [STDOUT] rockBasalt : 1xtile.SmoothRock@1
2014-02-25 14:14:54 [INFO] [STDOUT] compressedDirt1x : 1xtile.extrautils:cobblestone_compressed@8
2014-02-25 14:14:54 [INFO] [STDOUT] dyePurple : 1xitem.dyePowder@5
2014-02-25 14:14:54 [INFO] [STDOUT] dyePurple : 1xitem.dyePowder@5
2014-02-25 14:14:54 [INFO] [STDOUT] plankWood : 1xtile.wood@32767
2014-02-25 14:14:54 [INFO] [STDOUT] plankWood : 1xtile.extrabiomes.planks@32767
2014-02-25 14:14:54 [INFO] [STDOUT] plankWood : 1xtile.extrautils:colorWoodPlanks@0
2014-02-25 14:14:54 [INFO] [STDOUT] plankWood : 1xtile.extrautils:colorWoodPlanks@1
2014-02-25 14:14:54 [INFO] [STDOUT] plankWood : 1xtile.extrautils:colorWoodPlanks@2
2014-02-25 14:14:54 [INFO] [STDOUT] plankWood : 1xtile.extrautils:colorWoodPlanks@3
2014-02-25 14:14:54 [INFO] [STDOUT] plankWood : 1xtile.extrautils:colorWoodPlanks@4
2014-02-25 14:14:54 [INFO] [STDOUT] plankWood : 1xtile.extrautils:colorWoodPlanks@5
2014-02-25 14:14:54 [INFO] [STDOUT] plankWood : 1xtile.extrautils:colorWoodPlanks@6
2014-02-25 14:14:54 [INFO] [STDOUT] plankWood : 1xtile.extrautils:colorWoodPlanks@7
2014-02-25 14:14:54 [INFO] [STDOUT] plankWood : 1xtile.extrautils:colorWoodPlanks@8
2014-02-25 14:14:54 [INFO] [STDOUT] plankWood : 1xtile.extrautils:colorWoodPlanks@9
2014-02-25 14:14:54 [INFO] [STDOUT] plankWood : 1xtile.extrautils:colorWoodPlanks@10
2014-02-25 14:14:54 [INFO] [STDOUT] plankWood : 1xtile.extrautils:colorWoodPlanks@11
2014-02-25 14:14:54 [INFO] [STDOUT] plankWood : 1xtile.extrautils:colorWoodPlanks@12
2014-02-25 14:14:54 [INFO] [STDOUT] plankWood : 1xtile.extrautils:colorWoodPlanks@13
2014-02-25 14:14:54 [INFO] [STDOUT] plankWood : 1xtile.extrautils:colorWoodPlanks@14
2014-02-25 14:14:54 [INFO] [STDOUT] plankWood : 1xtile.extrautils:colorWoodPlanks@15
2014-02-25 14:14:54 [INFO] [STDOUT] plankWood : 1xtile.TFTowerStone@32767
2014-02-25 14:14:54 [INFO] [STDOUT] rockQuartz : 1xtile.SmoothRock@10
2014-02-25 14:14:54 [INFO] [STDOUT] peridotite : 1xtile.SmoothRock@9
2014-02-25 14:14:54 [INFO] [STDOUT] dyeWhiteCrystal : 1xtile.CaveCrystal@15
2014-02-25 14:14:54 [INFO] [STDOUT] stoneBricks : 1xtile.igneousStoneBrick@32767
2014-02-25 14:14:54 [INFO] [STDOUT] stoneBricks : 1xtile.metamorphicStoneBrick@32767
2014-02-25 14:14:54 [INFO] [STDOUT] stoneBricks : 1xtile.stonebricksmooth@32767
2014-02-25 14:14:54 [INFO] [STDOUT] dyePink : 1xitem.dyePowder@9
2014-02-25 14:14:54 [INFO] [STDOUT] dyePink : 1xitem.dyePowder@9
2014-02-25 14:14:54 [INFO] [STDOUT] rockOpal : 1xtile.SmoothRock2@0
2014-02-25 14:14:54 [INFO] [STDOUT] icestone : 1xtile.extrautils:decorativeBlock1@1
2014-02-25 14:14:54 [INFO] [STDOUT] oreGold : 1xtile.oreGold@0
2014-02-25 14:14:54 [INFO] [STDOUT] pumice : 1xtile.SmoothRock@6
2014-02-25 14:14:54 [INFO] [STDOUT] compressedDirt2x : 1xtile.extrautils:cobblestone_compressed@9
2014-02-25 14:14:54 [INFO] [STDOUT] dyeYellowCrystal : 1xtile.CaveCrystal@11
2014-02-25 14:14:54 [INFO] [STDOUT] rockMigmatite : 1xtile.SmoothRock@13
2014-02-25 14:14:54 [INFO] [STDOUT] stone : 1xtile.stone@0
2014-02-25 14:14:54 [INFO] [STDOUT] stone : 1xtile.SmoothRock@0
2014-02-25 14:14:54 [INFO] [STDOUT] stone : 1xtile.SmoothRock@1
2014-02-25 14:14:54 [INFO] [STDOUT] stone : 1xtile.SmoothRock@2
2014-02-25 14:14:54 [INFO] [STDOUT] stone : 1xtile.SmoothRock@3
2014-02-25 14:14:54 [INFO] [STDOUT] stone : 1xtile.SmoothRock@4
2014-02-25 14:14:54 [INFO] [STDOUT] stone : 1xtile.SmoothRock@5
2014-02-25 14:14:54 [INFO] [STDOUT] stone : 1xtile.SmoothRock@6
2014-02-25 14:14:54 [INFO] [STDOUT] stone : 1xtile.SmoothRock@7
2014-02-25 14:14:54 [INFO] [STDOUT] stone : 1xtile.SmoothRock@8
2014-02-25 14:14:54 [INFO] [STDOUT] stone : 1xtile.SmoothRock@9
2014-02-25 14:14:54 [INFO] [STDOUT] stone : 1xtile.SmoothRock@10
2014-02-25 14:14:54 [INFO] [STDOUT] stone : 1xtile.SmoothRock@11
2014-02-25 14:14:54 [INFO] [STDOUT] stone : 1xtile.SmoothRock@12
2014-02-25 14:14:54 [INFO] [STDOUT] stone : 1xtile.SmoothRock@13
2014-02-25 14:14:54 [INFO] [STDOUT] stone : 1xtile.SmoothRock@14
2014-02-25 14:14:54 [INFO] [STDOUT] stone : 1xtile.SmoothRock@15
2014-02-25 14:14:54 [INFO] [STDOUT] stone : 1xtile.SmoothRock2@0
2014-02-25 14:14:54 [INFO] [STDOUT] stone : 1xtile.igneousStone@32767
2014-02-25 14:14:54 [INFO] [STDOUT] stone : 1xtile.metamorphicStone@32767
2014-02-25 14:14:54 [INFO] [STDOUT] stone : 1xtile.stone@32767
2014-02-25 14:14:54 [INFO] [STDOUT] oreLapis : 1xtile.oreLapis@0
2014-02-25 14:14:54 [INFO] [STDOUT] compressedCobblestone4x : 1xtile.extrautils:cobblestone_compressed@3
2014-02-25 14:14:54 [INFO] [STDOUT] dyeCyanCrystal : 1xtile.CaveCrystal@6
2014-02-25 14:14:54 [INFO] [STDOUT] dyeBlack : 1xitem.dyePowder@0
2014-02-25 14:14:54 [INFO] [STDOUT] dyeBlack : 1xitem.extrabiomes.dye@0
2014-02-25 14:14:54 [INFO] [STDOUT] dyeBlack : 1xitem.dyePowder@0
2014-02-25 14:14:54 [INFO] [STDOUT] logWood : 1xtile.log@32767
2014-02-25 14:14:54 [INFO] [STDOUT] logWood : 1xtile.extrabiomes.log@32767
2014-02-25 14:14:54 [INFO] [STDOUT] logWood : 1xtile.extrabiomes.newlog@32767
2014-02-25 14:14:54 [INFO] [STDOUT] logWood : 1xtile.extrabiomes.log@32767
2014-02-25 14:14:54 [INFO] [STDOUT] logWood : 1xtile.extrabiomes.log.quarter@32767
2014-02-25 14:14:54 [INFO] [STDOUT] logWood : 1xtile.extrabiomes.log.quarter@32767
2014-02-25 14:14:54 [INFO] [STDOUT] logWood : 1xtile.extrabiomes.log.quarter@32767
2014-02-25 14:14:54 [INFO] [STDOUT] logWood : 1xtile.extrabiomes.log.quarter@32767
2014-02-25 14:14:54 [INFO] [STDOUT] logWood : 1xtile.extrabiomes.baldcypressquarter@32767
2014-02-25 14:14:54 [INFO] [STDOUT] logWood : 1xtile.extrabiomes.rainboweucalyptusquarter@32767
2014-02-25 14:14:54 [INFO] [STDOUT] logWood : 1xtile.extrabiomes.oakquarter@32767
2014-02-25 14:14:54 [INFO] [STDOUT] logWood : 1xtile.extrabiomes.firquarter@32767
2014-02-25 14:14:54 [INFO] [STDOUT] logWood : 1xtile.extrabiomes.redwoodquarter@32767
2014-02-25 14:14:54 [INFO] [STDOUT] logWood : 1xtile.extrabiomes.cypresskneelog@32767
2014-02-25 14:14:54 [INFO] [STDOUT] logWood : 1xtile.extrabiomes.rainbowkneelog@32767
2014-02-25 14:14:54 [INFO] [STDOUT] logWood : 1xtile.TFLog@32767
2014-02-25 14:14:54 [INFO] [STDOUT] logWood : 1xtile.TFMagicLog@32767
2014-02-25 14:14:54 [INFO] [STDOUT] obsidian : 1xtile.obsidian@0
2014-02-25 14:14:54 [INFO] [STDOUT] rockOnyx : 1xtile.SmoothRock@15
2014-02-25 14:14:54 [INFO] [STDOUT] dyeRed : 1xitem.dyePowder@1
2014-02-25 14:14:54 [INFO] [STDOUT] dyeRed : 1xitem.dyePowder@1
2014-02-25 14:14:54 [INFO] [STDOUT] compressedCobblestone3x : 1xtile.extrautils:cobblestone_compressed@2
2014-02-25 14:14:54 [INFO] [STDOUT] opal : 1xtile.SmoothRock2@0
2014-02-25 14:14:54 [INFO] [STDOUT] sandCracked : 1xtile.extrabiomes.crackedsand@0
2014-02-25 14:14:54 [INFO] [STDOUT] rockSchist : 1xtile.SmoothRock@14
2014-02-25 14:14:54 [INFO] [STDOUT] hornfel : 1xtile.SmoothRock@12
2014-02-25 14:14:54 [INFO] [STDOUT] stickWood : 1xitem.stick@0
2014-02-25 14:14:54 [INFO] [STDOUT] stickWood : 1xitem.stick@0
2014-02-25 14:14:54 [INFO] [STDOUT] sandstone : 1xtile.SmoothRock@5
2014-02-25 14:14:54 [INFO] [STDOUT] sandstone : 1xtile.SmoothRock@5
2014-02-25 14:14:54 [INFO] [STDOUT] sandstone : 1xtile.sandStone@0
2014-02-25 14:14:54 [INFO] [STDOUT] compressedCobblestone6x : 1xtile.extrautils:cobblestone_compressed@5
2014-02-25 14:14:54 [INFO] [STDOUT] bricksStone : 1xtile.extrautils:colorStoneBrick@0
2014-02-25 14:14:54 [INFO] [STDOUT] bricksStone : 1xtile.extrautils:colorStoneBrick@1
2014-02-25 14:14:54 [INFO] [STDOUT] bricksStone : 1xtile.extrautils:colorStoneBrick@2
2014-02-25 14:14:54 [INFO] [STDOUT] bricksStone : 1xtile.extrautils:colorStoneBrick@3
2014-02-25 14:14:54 [INFO] [STDOUT] bricksStone : 1xtile.extrautils:colorStoneBrick@4
2014-02-25 14:14:54 [INFO] [STDOUT] bricksStone : 1xtile.extrautils:colorStoneBrick@5
2014-02-25 14:14:54 [INFO] [STDOUT] bricksStone : 1xtile.extrautils:colorStoneBrick@6
2014-02-25 14:14:54 [INFO] [STDOUT] bricksStone : 1xtile.extrautils:colorStoneBrick@7
2014-02-25 14:14:54 [INFO] [STDOUT] bricksStone : 1xtile.extrautils:colorStoneBrick@8
2014-02-25 14:14:54 [INFO] [STDOUT] bricksStone : 1xtile.extrautils:colorStoneBrick@9
2014-02-25 14:14:54 [INFO] [STDOUT] bricksStone : 1xtile.extrautils:colorStoneBrick@10
2014-02-25 14:14:54 [INFO] [STDOUT] bricksStone : 1xtile.extrautils:colorStoneBrick@11
2014-02-25 14:14:54 [INFO] [STDOUT] bricksStone : 1xtile.extrautils:colorStoneBrick@12
2014-02-25 14:14:54 [INFO] [STDOUT] bricksStone : 1xtile.extrautils:colorStoneBrick@13
2014-02-25 14:14:54 [INFO] [STDOUT] bricksStone : 1xtile.extrautils:colorStoneBrick@14
2014-02-25 14:14:54 [INFO] [STDOUT] bricksStone : 1xtile.extrautils:colorStoneBrick@15
2014-02-25 14:14:54 [INFO] [STDOUT] dyePinkCrystal : 1xtile.CaveCrystal@9
2014-02-25 14:14:54 [INFO] [STDOUT] dyeLightBlueCrystal : 1xtile.CaveCrystal@12
2014-02-25 14:14:54 [INFO] [STDOUT] blockUnstable : 1xtile.extrautils:decorativeBlock1@1
2014-02-25 14:14:54 [INFO] [STDOUT] compressedGravel1x : 1xtile.extrautils:cobblestone_compressed@12
2014-02-25 14:14:54 [INFO] [STDOUT] dyeWhite : 1xitem.dyePowder@15
2014-02-25 14:14:54 [INFO] [STDOUT] dyeWhite : 1xitem.extrabiomes.dye@3
2014-02-25 14:14:54 [INFO] [STDOUT] dyeWhite : 1xitem.dyePowder@15
2014-02-25 14:14:54 [INFO] [STDOUT] granite : 1xtile.SmoothRock@0
2014-02-25 14:14:54 [INFO] [STDOUT] compressedCobblestone5x : 1xtile.extrautils:cobblestone_compressed@4
2014-02-25 14:14:54 [INFO] [STDOUT] dyeLightGray : 1xitem.dyePowder@7
2014-02-25 14:14:54 [INFO] [STDOUT] dyeLightGray : 1xitem.dyePowder@7
2014-02-25 14:14:54 [INFO] [STDOUT] dyeBlue : 1xitem.dyePowder@4
2014-02-25 14:14:54 [INFO] [STDOUT] dyeBlue : 1xitem.extrabiomes.dye@1
2014-02-25 14:14:54 [INFO] [STDOUT] dyeBlue : 1xitem.dyePowder@4
2014-02-25 14:14:54 [INFO] [STDOUT] treeLeaves : 1xtile.leaves@32767
2014-02-25 14:14:54 [INFO] [STDOUT] treeLeaves : 1xtile.extrabiomes.leaves@32767
2014-02-25 14:14:54 [INFO] [STDOUT] treeLeaves : 1xtile.extrabiomes.leaves@32767
2014-02-25 14:14:54 [INFO] [STDOUT] treeLeaves : 1xtile.extrabiomes.leaves@32767
2014-02-25 14:14:54 [INFO] [STDOUT] treeLeaves : 1xtile.extrabiomes.leaves@32767
2014-02-25 14:14:54 [INFO] [STDOUT] treeLeaves : 1xtile.TFLeaves@32767
2014-02-25 14:14:54 [INFO] [STDOUT] treeLeaves : 1xtile.TFMagicLeaves@32767
2014-02-25 14:14:54 [INFO] [STDOUT] dyeBlueCrystal : 1xtile.CaveCrystal@4
2014-02-25 14:14:54 [INFO] [STDOUT] oreQuartz : 1xtile.netherquartz@0
2014-02-25 14:14:54 [INFO] [STDOUT] dyeGrayCrystal : 1xtile.CaveCrystal@8
2014-02-25 14:14:54 [INFO] [STDOUT] dyeGrayCrystalShard : 1xitem.CrystalShard@8
2014-02-25 14:14:54 [INFO] [STDOUT] compressedGravel2x : 1xtile.extrautils:cobblestone_compressed@13
2014-02-25 14:14:54 [INFO] [STDOUT] rockPumice : 1xtile.SmoothRock@6
2014-02-25 14:14:54 [INFO] [STDOUT] dyeMagenta : 1xitem.dyePowder@13
2014-02-25 14:14:54 [INFO] [STDOUT] dyeMagenta : 1xitem.dyePowder@13
2014-02-25 14:14:54 [INFO] [STDOUT] limestone : 1xtile.SmoothRock@3
2014-02-25 14:14:54 [INFO] [STDOUT] dyeGreenCrystalShard : 1xitem.CrystalShard@2
2014-02-25 14:14:54 [INFO] [STDOUT] marble : 1xtile.SmoothRock@2
2014-02-25 14:14:54 [INFO] [STDOUT] rockHornfel : 1xtile.SmoothRock@12
2014-02-25 14:14:54 [INFO] [STDOUT] rockSandstone : 1xtile.SmoothRock@5
2014-02-25 14:14:54 [INFO] [STDOUT] compressedSand1x : 1xtile.extrautils:cobblestone_compressed@14
2014-02-25 14:14:54 [INFO] [STDOUT] dyeCyan : 1xitem.dyePowder@6
2014-02-25 14:14:54 [INFO] [STDOUT] dyeCyan : 1xitem.dyePowder@6
2014-02-25 14:14:54 [INFO] [STDOUT] shale : 1xtile.SmoothRock@4
2014-02-25 14:14:54 [INFO] [STDOUT] dyeLime : 1xitem.dyePowder@10
2014-02-25 14:14:54 [INFO] [STDOUT] dyeLime : 1xitem.dyePowder@10
2014-02-25 14:14:54 [INFO] [STDOUT] schist : 1xtile.SmoothRock@14
2014-02-25 14:14:54 [INFO] [STDOUT] compressedSand2x : 1xtile.extrautils:cobblestone_compressed@15
2014-02-25 14:14:54 [INFO] [STDOUT] record : 1xitem.record@0
2014-02-25 14:14:54 [INFO] [STDOUT] record : 1xitem.record@0
2014-02-25 14:14:54 [INFO] [STDOUT] record : 1xitem.record@0
2014-02-25 14:14:54 [INFO] [STDOUT] record : 1xitem.record@0
2014-02-25 14:14:54 [INFO] [STDOUT] record : 1xitem.record@0
2014-02-25 14:14:54 [INFO] [STDOUT] record : 1xitem.record@0
2014-02-25 14:14:54 [INFO] [STDOUT] record : 1xitem.record@0
2014-02-25 14:14:54 [INFO] [STDOUT] record : 1xitem.record@0
2014-02-25 14:14:54 [INFO] [STDOUT] record : 1xitem.record@0
2014-02-25 14:14:54 [INFO] [STDOUT] record : 1xitem.record@0
2014-02-25 14:14:54 [INFO] [STDOUT] record : 1xitem.record@0
2014-02-25 14:14:54 [INFO] [STDOUT] record : 1xitem.record@0
2014-02-25 14:14:54 [INFO] [STDOUT] nuggetUnstable : 1xitem.extrautils:unstableingot@1
2014-02-25 14:14:54 [INFO] [STDOUT] transdimBlock : 1xtile.enderChest@0
2014-02-25 14:14:54 [INFO] [STDOUT] dyeLightBlueCrystalShard : 1xitem.CrystalShard@12
2014-02-25 14:14:54 [INFO] [STDOUT] reedTypha : 1xtile.extrabiomes.cattail@0
2014-02-25 14:14:54 [INFO] [STDOUT] gemEmerald : 1xitem.emerald@0
2014-02-25 14:14:54 [INFO] [STDOUT] dyeWhiteCrystalShard : 1xitem.CrystalShard@15
2014-02-25 14:14:54 [INFO] [STDOUT] dyeLightGrayCrystalShard : 1xitem.CrystalShard@7
2014-02-25 14:14:54 [INFO] [STDOUT] migmatite : 1xtile.SmoothRock@13
2014-02-25 14:14:54 [INFO] [STDOUT] dyeBlackCrystal : 1xtile.CaveCrystal@0
2014-02-25 14:14:54 [INFO] [STDOUT] cropStrawberry : 1xitem.extrabiomes.crop@0
2014-02-25 14:14:54 [INFO] [STDOUT] dyeBrown : 1xitem.dyePowder@3
2014-02-25 14:14:54 [INFO] [STDOUT] dyeBrown : 1xitem.extrabiomes.dye@2
2014-02-25 14:14:54 [INFO] [STDOUT] dyeBrown : 1xitem.dyePowder@3
2014-02-25 14:14:54 [INFO] [STDOUT] dyeGreenCrystal : 1xtile.CaveCrystal@2
2014-02-25 14:14:54 [INFO] [STDOUT] dyeMagentaCrystalShard : 1xitem.CrystalShard@13
2014-02-25 14:14:54 [INFO] [STDOUT] rockPeridotite : 1xtile.SmoothRock@9
2014-02-25 14:14:54 [INFO] [STDOUT] dyeLimeCrystalShard : 1xitem.CrystalShard@10
2014-02-25 14:14:54 [INFO] [STDOUT] dyeBrownCrystal : 1xtile.CaveCrystal@3
2014-02-25 14:14:54 [INFO] [STDOUT] slate : 1xtile.SmoothRock@7
2014-02-25 14:14:54 [INFO] [STDOUT] dyeCyanCrystalShard : 1xitem.CrystalShard@6
2014-02-25 14:14:54 [INFO] [STDOUT] compressedCobblestone1x : 1xtile.extrautils:cobblestone_compressed@0
2014-02-25 14:14:54 [INFO] [STDOUT] ingotIron : 1xitem.ingotIron@0
2014-02-25 14:14:54 [INFO] [STDOUT] rockGranulite : 1xtile.SmoothRock@11
2014-02-25 14:14:54 [INFO] [STDOUT] dyeYellow : 1xitem.dyePowder@11
2014-02-25 14:14:54 [INFO] [STDOUT] dyeYellow : 1xitem.dyePowder@11
2014-02-25 14:14:54 [INFO] [STDOUT] bricksGravel : 1xtile.extrautils:decorativeBlock1@6
2014-02-25 14:14:54 [INFO] [STDOUT] cobblestone : 1xtile.stonebrick@0
2014-02-25 14:14:54 [INFO] [STDOUT] cobblestone : 1xtile.RockCobble@0
2014-02-25 14:14:54 [INFO] [STDOUT] cobblestone : 1xtile.RockCobble@1
2014-02-25 14:14:54 [INFO] [STDOUT] cobblestone : 1xtile.RockCobble@2
2014-02-25 14:14:54 [INFO] [STDOUT] cobblestone : 1xtile.RockCobble@3
2014-02-25 14:14:54 [INFO] [STDOUT] cobblestone : 1xtile.RockCobble@4
2014-02-25 14:14:54 [INFO] [STDOUT] cobblestone : 1xtile.RockCobble@5
2014-02-25 14:14:54 [INFO] [STDOUT] cobblestone : 1xtile.RockCobble@6
2014-02-25 14:14:54 [INFO] [STDOUT] cobblestone : 1xtile.RockCobble@7
2014-02-25 14:14:54 [INFO] [STDOUT] cobblestone : 1xtile.RockCobble@8
2014-02-25 14:14:54 [INFO] [STDOUT] cobblestone : 1xtile.RockCobble@9
2014-02-25 14:14:54 [INFO] [STDOUT] cobblestone : 1xtile.RockCobble@10
2014-02-25 14:14:54 [INFO] [STDOUT] cobblestone : 1xtile.RockCobble@11
2014-02-25 14:14:54 [INFO] [STDOUT] cobblestone : 1xtile.RockCobble@12
2014-02-25 14:14:54 [INFO] [STDOUT] cobblestone : 1xtile.RockCobble@13
2014-02-25 14:14:54 [INFO] [STDOUT] cobblestone : 1xtile.RockCobble@14
2014-02-25 14:14:54 [INFO] [STDOUT] cobblestone : 1xtile.RockCobble@15
2014-02-25 14:14:54 [INFO] [STDOUT] cobblestone : 1xtile.RockCobble2@0
2014-02-25 14:14:54 [INFO] [STDOUT] cobblestone : 1xtile.igneousCobblestone@32767
2014-02-25 14:14:54 [INFO] [STDOUT] cobblestone : 1xtile.metamorphicCobblestone@32767
2014-02-25 14:14:54 [INFO] [STDOUT] cobblestone : 1xtile.stonebrick@32767
2014-02-25 14:14:54 [INFO] [STDOUT] chestWood : 1xtile.chest@0
2014-02-25 14:14:54 [INFO] [STDOUT] dyeBlueCrystalShard : 1xitem.CrystalShard@4
2014-02-25 14:14:54 [INFO] [STDOUT] granulite : 1xtile.SmoothRock@11
2014-02-25 14:14:54 [INFO] [STDOUT] compressedCobblestone2x : 1xtile.extrautils:cobblestone_compressed@1
2014-02-25 14:14:54 [INFO] [STDOUT] dyeLightGrayCrystal : 1xtile.CaveCrystal@7
2014-02-25 14:14:54 [INFO] [STDOUT] dyeMagentaCrystal : 1xtile.CaveCrystal@13
2014-02-25 14:14:54 [INFO] [STDOUT] dyeLimeCrystal : 1xtile.CaveCrystal@10
2014-02-25 14:14:54 [INFO] [STDOUT] dyeYellowCrystalShard : 1xitem.CrystalShard@11
2014-02-25 14:14:54 [INFO] [STDOUT] oreRedstone : 1xtile.oreRedstone@0
2014-02-25 14:14:54 [INFO] [STDOUT] ingotGold : 1xitem.ingotGold@0
2014-02-25 14:14:54 [INFO] [STDOUT] rockLimestone : 1xtile.SmoothRock@3
2014-02-25 14:14:54 [INFO] [STDOUT] oreIron : 1xtile.oreIron@0
2014-02-25 14:14:54 [INFO] [STDOUT] ingotUnstable : 1xitem.extrautils:unstableingot@0
2014-02-25 14:14:54 [INFO] [STDOUT] burntquartz : 1xtile.extrautils:decorativeBlock1@1
2014-02-25 14:14:54 [INFO] [STDOUT] diamondNugget : 1xitem.translocator:diamondNugget@0
2014-02-25 14:14:54 [INFO] [STDOUT] stairWood : 1xtile.stairsWood@0
2014-02-25 14:14:54 [INFO] [STDOUT] stairWood : 1xtile.stairsWoodBirch@0
2014-02-25 14:14:54 [INFO] [STDOUT] stairWood : 1xtile.stairsWoodJungle@0
2014-02-25 14:14:54 [INFO] [STDOUT] stairWood : 1xtile.stairsWoodSpruce@0
2014-02-25 14:14:54 [INFO] [STDOUT] stairWood : 1xtile.extrabiomes.stairs.redwood@0
2014-02-25 14:14:54 [INFO] [STDOUT] stairWood : 1xtile.extrabiomes.stairs.fir@0
2014-02-25 14:14:54 [INFO] [STDOUT] stairWood : 1xtile.extrabiomes.stairs.acacia@0
2014-02-25 14:14:54 [INFO] [STDOUT] stairWood : 1xtile.extrabiomes.stairs.rainboweucalyptus@0
2014-02-25 14:14:54 [INFO] [STDOUT] stairWood : 1xtile.extrabiomes.stairs.cypress@0
2014-02-25 14:14:54 [INFO] [STDOUT] stairWood : 1xtile.extrabiomes.stairs.baldcypress@0
2014-02-25 14:14:54 [INFO] [STDOUT] stairWood : 1xtile.extrabiomes.stairs.japanesemaple@0
2014-02-25 14:14:54 [INFO] [STDOUT] stairWood : 1xtile.extrabiomes.stairs.autumn@0
2014-02-25 14:14:54 [INFO] [STDOUT] stairWood : 1xtile.extrabiomes.stairs.sakurablossom@0
2014-02-25 14:14:54 [INFO] [STDOUT] dyeOrangeCrystalShard : 1xitem.CrystalShard@14
2014-02-25 14:14:54 [INFO] [STDOUT] gneiss : 1xtile.SmoothRock@8
2014-02-25 14:14:54 [INFO] [STDOUT] glass : 1xtile.extrautils:decorativeBlock2@0
2014-02-25 14:14:54 [INFO] [STDOUT] glass : 1xtile.extrautils:decorativeBlock2@1
2014-02-25 14:14:54 [INFO] [STDOUT] glass : 1xtile.extrautils:decorativeBlock2@2
2014-02-25 14:14:54 [INFO] [STDOUT] glass : 1xtile.extrautils:decorativeBlock2@3
2014-02-25 14:14:54 [INFO] [STDOUT] glass : 1xtile.extrautils:decorativeBlock2@6
2014-02-25 14:14:54 [INFO] [STDOUT] glass : 1xtile.extrautils:decorativeBlock2@9
2014-02-25 14:14:54 [INFO] [STDOUT] oreEmerald : 1xtile.oreEmerald@0
2014-02-25 14:14:54 [INFO] [STDOUT] dyeBrownCrystalShard : 1xitem.CrystalShard@3
2014-02-25 14:14:54 [INFO] [STDOUT] gemDiamond : 1xitem.diamond@0
2014-02-25 14:14:54 [INFO] [STDOUT] dyeBlackCrystalShard : 1xitem.CrystalShard@0
2014-02-25 14:14:54 [INFO] [STDOUT] dyeOrange : 1xitem.dyePowder@14
2014-02-25 14:14:54 [INFO] [STDOUT] dyeOrange : 1xitem.dyePowder@14
2014-02-25 14:14:54 [INFO] [STDOUT] rockGranite : 1xtile.SmoothRock@0
2014-02-25 14:14:54 [FINEST] [Waila] Sent event FMLLoadCompleteEvent to mod Waila
2014-02-25 14:14:54 [FINEST] [DragonAPI] Sending event FMLLoadCompleteEvent to mod DragonAPI
2014-02-25 14:14:54 [FINEST] [DragonAPI] Sent event FMLLoadCompleteEvent to mod DragonAPI
2014-02-25 14:14:54 [FINEST] [DyeTrees] Sending event FMLLoadCompleteEvent to mod DyeTrees
2014-02-25 14:14:54 [FINEST] [DyeTrees] Sent event FMLLoadCompleteEvent to mod DyeTrees
2014-02-25 14:14:54 [FINEST] [EnderStorage] Sending event FMLLoadCompleteEvent to mod EnderStorage
2014-02-25 14:14:54 [FINEST] [EnderStorage] Sent event FMLLoadCompleteEvent to mod EnderStorage
2014-02-25 14:14:54 [FINEST] [ExtrabiomesXL] Sending event FMLLoadCompleteEvent to mod ExtrabiomesXL
2014-02-25 14:14:54 [FINEST] [ExtrabiomesXL] Sent event FMLLoadCompleteEvent to mod ExtrabiomesXL
2014-02-25 14:14:54 [FINEST] [ExtraUtilities] Sending event FMLLoadCompleteEvent to mod ExtraUtilities
2014-02-25 14:14:54 [FINEST] [ExtraUtilities] Sent event FMLLoadCompleteEvent to mod ExtraUtilities
2014-02-25 14:14:54 [FINEST] [Mystcraft] Sending event FMLLoadCompleteEvent to mod Mystcraft
2014-02-25 14:14:54 [FINEST] [Mystcraft] Sent event FMLLoadCompleteEvent to mod Mystcraft
2014-02-25 14:14:54 [FINEST] [XplosionCore] Sending event FMLLoadCompleteEvent to mod XplosionCore
2014-02-25 14:14:54 [FINEST] [XplosionCore] Sent event FMLLoadCompleteEvent to mod XplosionCore
2014-02-25 14:14:54 [FINEST] [FlatBedrock] Sending event FMLLoadCompleteEvent to mod FlatBedrock
2014-02-25 14:14:54 [FINEST] [FlatBedrock] Sent event FMLLoadCompleteEvent to mod FlatBedrock
2014-02-25 14:14:54 [FINEST] [GeoStrata] Sending event FMLLoadCompleteEvent to mod GeoStrata
2014-02-25 14:14:54 [FINEST] [GeoStrata] Sent event FMLLoadCompleteEvent to mod GeoStrata
2014-02-25 14:14:54 [FINEST] [InfernalMobs] Sending event FMLLoadCompleteEvent to mod InfernalMobs
2014-02-25 14:14:54 [FINEST] [InfernalMobs] Sent event FMLLoadCompleteEvent to mod InfernalMobs
2014-02-25 14:14:54 [FINEST] [JABBA] Sending event FMLLoadCompleteEvent to mod JABBA
2014-02-25 14:14:54 [FINEST] [JABBA] Sent event FMLLoadCompleteEvent to mod JABBA
2014-02-25 14:14:54 [FINEST] [LegacyCraft] Sending event FMLLoadCompleteEvent to mod LegacyCraft
2014-02-25 14:14:54 [FINEST] [LegacyCraft] Sent event FMLLoadCompleteEvent to mod LegacyCraft
2014-02-25 14:14:54 [FINEST] [linkingtweaks] Sending event FMLLoadCompleteEvent to mod linkingtweaks
2014-02-25 14:14:54 [FINEST] [linkingtweaks] Sent event FMLLoadCompleteEvent to mod linkingtweaks
2014-02-25 14:14:54 [FINEST] [DestinationRenderer] Sending event FMLLoadCompleteEvent to mod DestinationRenderer
2014-02-25 14:14:54 [FINEST] [DestinationRenderer] Sent event FMLLoadCompleteEvent to mod DestinationRenderer
2014-02-25 14:14:54 [FINEST] [MagicYarn] Sending event FMLLoadCompleteEvent to mod MagicYarn
2014-02-25 14:14:54 [FINEST] [MagicYarn] Sent event FMLLoadCompleteEvent to mod MagicYarn
2014-02-25 14:14:54 [FINEST] [Specialized Maps] Sending event FMLLoadCompleteEvent to mod Specialized Maps
2014-02-25 14:14:54 [FINEST] [Specialized Maps] Sent event FMLLoadCompleteEvent to mod Specialized Maps
2014-02-25 14:14:54 [FINEST] [AS_MultiMine] Sending event FMLLoadCompleteEvent to mod AS_MultiMine
2014-02-25 14:14:54 [FINEST] [AS_MultiMine] Sent event FMLLoadCompleteEvent to mod AS_MultiMine
2014-02-25 14:14:54 [FINEST] [Opis] Sending event FMLLoadCompleteEvent to mod Opis
2014-02-25 14:14:54 [FINEST] [Opis] Sent event FMLLoadCompleteEvent to mod Opis
2014-02-25 14:14:54 [FINEST] [MapWriter] Sending event FMLLoadCompleteEvent to mod MapWriter
2014-02-25 14:14:54 [FINEST] [MapWriter] Sent event FMLLoadCompleteEvent to mod MapWriter
2014-02-25 14:14:54 [FINEST] [Roguelike] Sending event FMLLoadCompleteEvent to mod Roguelike
2014-02-25 14:14:54 [FINEST] [Roguelike] Sent event FMLLoadCompleteEvent to mod Roguelike
2014-02-25 14:14:54 [FINEST] [Translocator] Sending event FMLLoadCompleteEvent to mod Translocator
2014-02-25 14:14:54 [FINEST] [Translocator] Sent event FMLLoadCompleteEvent to mod Translocator
2014-02-25 14:14:54 [FINEST] [TreeCapitator] Sending event FMLLoadCompleteEvent to mod TreeCapitator
2014-02-25 14:14:54 [FINEST] [TreeCapitator] Sent event FMLLoadCompleteEvent to mod TreeCapitator
2014-02-25 14:14:54 [FINEST] [TwilightForest] Sending event FMLLoadCompleteEvent to mod TwilightForest
2014-02-25 14:14:54 [FINEST] [TwilightForest] Sent event FMLLoadCompleteEvent to mod TwilightForest
2014-02-25 14:14:54 [FINEST] [UndergroundBiomes] Sending event FMLLoadCompleteEvent to mod UndergroundBiomes
2014-02-25 14:14:54 [FINEST] [UndergroundBiomes] Sent event FMLLoadCompleteEvent to mod UndergroundBiomes
2014-02-25 14:14:54 [FINEST] [MineTweaker] Sending event FMLLoadCompleteEvent to mod MineTweaker
2014-02-25 14:14:54 [FINEST] [MineTweaker] Sent event FMLLoadCompleteEvent to mod MineTweaker
2014-02-25 14:14:54 [FINEST] [CustomOreGenRevived] Sending event FMLLoadCompleteEvent to mod CustomOreGenRevived
2014-02-25 14:14:54 [FINEST] [CustomOreGenRevived] Sent event FMLLoadCompleteEvent to mod CustomOreGenRevived
2014-02-25 14:14:54 [FINEST] [mod_CustomOreGen] Sending event FMLLoadCompleteEvent to mod mod_CustomOreGen
2014-02-25 14:14:54 [FINE] [mod_CustomOreGen] Handling post startup activities for ModLoader mod mod_CustomOreGen
2014-02-25 14:14:54 [FINEST] [mod_CustomOreGen] Requesting renderers from basemod mod_CustomOreGen
2014-02-25 14:14:54 [FINEST] [mod_CustomOreGen] Received 55 renderers from basemod mod_CustomOreGen
2014-02-25 14:14:54 [FINEST] [mod_CustomOreGen] Sent event FMLLoadCompleteEvent to mod mod_CustomOreGen
2014-02-25 14:14:54 [INFO] [ForgeModLoader] Forge Mod Loader has successfully loaded 45 mods
2014-02-25 14:14:54 [WARNING] [Forge Mod Loader] Mod Forge Mod Loader is missing a pack.mcmeta file, things may not work well
2014-02-25 14:14:54 [WARNING] [Minecraft Forge] Mod Minecraft Forge is missing a pack.mcmeta file, things may not work well
2014-02-25 14:14:54 [WARNING] [Not Enough Items] Mod Not Enough Items is missing a pack.mcmeta file, things may not work well
2014-02-25 14:14:54 [WARNING] [DenEvents] Mod DenEvents is missing a pack.mcmeta file, things may not work well
2014-02-25 14:14:54 [WARNING] [Alternate Terrain Generation] Mod Alternate Terrain Generation is missing a pack.mcmeta file, things may not work well
2014-02-25 14:14:54 [WARNING] [BBox Outline Mod] Mod BBox Outline Mod is missing a pack.mcmeta file, things may not work well
2014-02-25 14:14:54 [WARNING] [bspkrsCore] Mod bspkrsCore is missing a pack.mcmeta file, things may not work well
2014-02-25 14:14:54 [WARNING] [Carpenter's Blocks] Mod Carpenter's Blocks is missing a pack.mcmeta file, things may not work well
2014-02-25 14:14:54 [WARNING] [Custom Ore Generation: First Revival] Mod Custom Ore Generation: First Revival is missing a pack.mcmeta file, things may not work well
2014-02-25 14:14:54 [WARNING] [Dimensional Anchors] Mod Dimensional Anchors is missing a pack.mcmeta file, things may not work well
2014-02-25 14:14:54 [WARNING] [DragonAPI] Mod DragonAPI is missing a pack.mcmeta file, things may not work well
2014-02-25 14:14:54 [WARNING] [Dye Trees] Mod Dye Trees is missing a pack.mcmeta file, things may not work well
2014-02-25 14:14:54 [WARNING] [EnderStorage] Mod EnderStorage is missing a pack.mcmeta file, things may not work well
2014-02-25 14:14:54 [WARNING] [Extra Utilities] Mod Extra Utilities is missing a pack.mcmeta file, things may not work well
2014-02-25 14:14:54 [WARNING] [GeoStrata] Mod GeoStrata is missing a pack.mcmeta file, things may not work well
2014-02-25 14:14:54 [WARNING] [Immibis Core] Mod Immibis Core is missing a pack.mcmeta file, things may not work well
2014-02-25 14:14:54 [WARNING] [Infernal Mobs] Mod Infernal Mobs is missing a pack.mcmeta file, things may not work well
2014-02-25 14:14:54 [WARNING] [JABBA] Mod JABBA is missing a pack.mcmeta file, things may not work well
2014-02-25 14:14:54 [WARNING] [LegacyCraft] Mod LegacyCraft is missing a pack.mcmeta file, things may not work well
2014-02-25 14:14:54 [WARNING] [Linking Tweaks] Mod Linking Tweaks is missing a pack.mcmeta file, things may not work well
2014-02-25 14:14:54 [WARNING] [Link Destination Renderer] Mod Link Destination Renderer is missing a pack.mcmeta file, things may not work well
2014-02-25 14:14:54 [WARNING] [Magic Yarn] Mod Magic Yarn is missing a pack.mcmeta file, things may not work well
2014-02-25 14:14:54 [WARNING] [Multi Mine] Mod Multi Mine is missing a pack.mcmeta file, things may not work well
2014-02-25 14:14:54 [WARNING] [Mystcraft] Mod Mystcraft is missing a pack.mcmeta file, things may not work well
2014-02-25 14:14:54 [WARNING] [Opis] Mod Opis is missing a pack.mcmeta file, things may not work well
2014-02-25 14:14:54 [WARNING] [MapWriter] Mod MapWriter is missing a pack.mcmeta file, things may not work well
2014-02-25 14:14:54 [WARNING] [Roguelike Dungeons] Mod Roguelike Dungeons is missing a pack.mcmeta file, things may not work well
2014-02-25 14:14:54 [WARNING] [Translocator] Mod Translocator is missing a pack.mcmeta file, things may not work well
2014-02-25 14:14:54 [WARNING] [Treecapitator] Mod Treecapitator is missing a pack.mcmeta file, things may not work well
2014-02-25 14:14:54 [WARNING] [Waila] Mod Waila is missing a pack.mcmeta file, things may not work well
2014-02-25 14:14:54 [INFO] [Minecraft-Client] Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Not Enough Items, FMLFileResourcePack:DenEvents, FMLFileResourcePack:Artifacts, FMLFileResourcePack:Alternate Terrain Generation, FMLFileResourcePack:BBox Outline Mod, FMLFileResourcePack:bspkrsCore, FMLFileResourcePack:Carpenter's Blocks, FMLFileResourcePack:CreeperCollateral, FMLFileResourcePack:Custom Ore Generation: First Revival, FMLFileResourcePack:Dimensional Anchors, FMLFileResourcePack:DragonAPI, FMLFileResourcePack:Dye Trees, FMLFileResourcePack:EnderStorage, FMLFileResourcePack:ExtrabiomesXL, FMLFileResourcePack:Extra Utilities, FMLFileResourcePack:Flat Bedrock, FMLFileResourcePack:GeoStrata, FMLFileResourcePack:Immibis Core, FMLFileResourcePack:Infernal Mobs, FMLFileResourcePack:JABBA, FMLFileResourcePack:LegacyCraft, FMLFileResourcePack:Linking Tweaks, FMLFileResourcePack:Link Destination Renderer, FMLFileResourcePack:Magic Yarn, FMLFileResourcePack:More Maps, FMLFileResourcePack:Multi Mine, FMLFileResourcePack:Mystcraft, FMLFileResourcePack:Opis, FMLFileResourcePack:MapWriter, FMLFileResourcePack:Roguelike Dungeons, FMLFileResourcePack:Translocator, FMLFileResourcePack:Treecapitator, FMLFileResourcePack:The Twilight Forest, FMLFileResourcePack:Underground Biomes, FMLFileResourcePack:Waila, FMLFileResourcePack:Xplosion Core, FMLFileResourcePack:MineTweaker
2014-02-25 14:14:54 [INFO] [STDOUT] GEOSTRATA: Loading Liquid Icons
2014-02-25 14:14:54 [SEVERE] [Minecraft-Client] Using missing texture, unable to load: missing_icon_item_10264_extrautils:textures/items/defoliageAxe.png
2014-02-25 14:14:54 [SEVERE] [Minecraft-Client] Using missing texture, unable to load: missing_icon_item_10263_extrautils:textures/items/destructionpickaxe.png
2014-02-25 14:14:55 [SEVERE] [Minecraft-Client] Using missing texture, unable to load: missing_icon_item_10261_extrautils:textures/items/ethericsword.png
2014-02-25 14:14:55 [SEVERE] [Minecraft-Client] Using missing texture, unable to load: geostrata:textures/items/liqcrystal3.png
2014-02-25 14:14:55 [SEVERE] [Minecraft-Client] Using missing texture, unable to load: minecraft:textures/items/MISSING_ICON_ITEM_4277_Moon Calendar.png
2014-02-25 14:14:55 [SEVERE] [Minecraft-Client] Using missing texture, unable to load: missing_icon_item_10260_extrautils:textures/items/creativebuilderswand.png
2014-02-25 14:14:55 [SEVERE] [Minecraft-Client] Using missing texture, unable to load: missing_icon_item_10258_extrautils:textures/items/unstableingot.png
2014-02-25 14:14:55 [SEVERE] [Minecraft-Client] Using missing texture, unable to load: missing_icon_item_10265_extrautils:textures/items/temporalHoe.png
2014-02-25 14:14:55 [SEVERE] [Minecraft-Client] Using missing texture, unable to load: missing_icon_item_10259_extrautils:textures/items/builderswand.png
2014-02-25 14:14:55 [SEVERE] [Minecraft-Client] Using missing texture, unable to load: missing_icon_item_10262_extrautils:textures/items/erosionShovel.png
2014-02-25 14:14:55 [FINE] [ExtrabiomesXL] extrabiomes.blocks.BlockCustomFlower@4db1f2cf: registerIcons
2014-02-25 14:14:55 [FINE] [ExtrabiomesXL] extrabiomes.blocks.BlockCustomFlower@4db1f2cf: AUTUMN_SHRUB = TextureAtlasSprite{name='extrabiomesxl:autumnshrub', frameCount=0, rotated=false, x=0, y=0, height=0, width=0, u0=0.0, u1=0.0, v0=0.0, v1=0.0}
2014-02-25 14:14:55 [FINE] [ExtrabiomesXL] extrabiomes.blocks.BlockCustomFlower@4db1f2cf: HYDRANGEA = TextureAtlasSprite{name='extrabiomesxl:hydrangea', frameCount=0, rotated=false, x=0, y=0, height=0, width=0, u0=0.0, u1=0.0, v0=0.0, v1=0.0}
2014-02-25 14:14:55 [FINE] [ExtrabiomesXL] extrabiomes.blocks.BlockCustomFlower@4db1f2cf: BUTTERCUP = TextureAtlasSprite{name='extrabiomesxl:buttercup', frameCount=0, rotated=false, x=0, y=0, height=0, width=0, u0=0.0, u1=0.0, v0=0.0, v1=0.0}
2014-02-25 14:14:55 [FINE] [ExtrabiomesXL] extrabiomes.blocks.BlockCustomFlower@4db1f2cf: LAVENDER = TextureAtlasSprite{name='extrabiomesxl:lavender', frameCount=0, rotated=false, x=0, y=0, height=0, width=0, u0=0.0, u1=0.0, v0=0.0, v1=0.0}
2014-02-25 14:14:55 [FINE] [ExtrabiomesXL] extrabiomes.blocks.BlockCustomFlower@4db1f2cf: TINY_CACTUS = TextureAtlasSprite{name='extrabiomesxl:tinycactus', frameCount=0, rotated=false, x=0, y=0, height=0, width=0, u0=0.0, u1=0.0, v0=0.0, v1=0.0}
2014-02-25 14:14:55 [FINE] [ExtrabiomesXL] extrabiomes.blocks.BlockCustomFlower@4db1f2cf: ROOT = TextureAtlasSprite{name='extrabiomesxl:root', frameCount=0, rotated=false, x=0, y=0, height=0, width=0, u0=0.0, u1=0.0, v0=0.0, v1=0.0}
2014-02-25 14:14:55 [FINE] [ExtrabiomesXL] extrabiomes.blocks.BlockCustomFlower@4db1f2cf: TOADSTOOL = TextureAtlasSprite{name='extrabiomesxl:toadstools', frameCount=0, rotated=false, x=0, y=0, height=0, width=0, u0=0.0, u1=0.0, v0=0.0, v1=0.0}
2014-02-25 14:14:55 [FINE] [ExtrabiomesXL] extrabiomes.blocks.BlockCustomFlower@4db1f2cf: CALLA_WHITE = TextureAtlasSprite{name='extrabiomesxl:calla_white', frameCount=0, rotated=false, x=0, y=0, height=0, width=0, u0=0.0, u1=0.0, v0=0.0, v1=0.0}
2014-02-25 14:14:55 [FINE] [ExtrabiomesXL] extrabiomes.blocks.BlockCustomFlower@268dc474: registerIcons
2014-02-25 14:14:55 [FINE] [ExtrabiomesXL] extrabiomes.blocks.BlockCustomFlower@268dc474: ALLIUM = TextureAtlasSprite{name='extrabiomesxl:allium', frameCount=0, rotated=false, x=0, y=0, height=0, width=0, u0=0.0, u1=0.0, v0=0.0, v1=0.0}
2014-02-25 14:14:55 [FINE] [ExtrabiomesXL] extrabiomes.blocks.BlockCustomFlower@268dc474: AMARYLLIS_PINK = TextureAtlasSprite{name='extrabiomesxl:amaryllis_pink', frameCount=0, rotated=false, x=0, y=0, height=0, width=0, u0=0.0, u1=0.0, v0=0.0, v1=0.0}
2014-02-25 14:14:55 [FINE] [ExtrabiomesXL] extrabiomes.blocks.BlockCustomFlower@268dc474: AMARYLLIS_RED = TextureAtlasSprite{name='extrabiomesxl:amaryllis_red', frameCount=0, rotated=false, x=0, y=0, height=0, width=0, u0=0.0, u1=0.0, v0=0.0, v1=0.0}
2014-02-25 14:14:55 [FINE] [ExtrabiomesXL] extrabiomes.blocks.BlockCustomFlower@268dc474: AMARYLLIS_WHITE = TextureAtlasSprite{name='extrabiomesxl:amaryllis_white', frameCount=0, rotated=false, x=0, y=0, height=0, width=0, u0=0.0, u1=0.0, v0=0.0, v1=0.0}
2014-02-25 14:14:55 [FINE] [ExtrabiomesXL] extrabiomes.blocks.BlockCustomFlower@268dc474: BACHELORS_BUTTON = TextureAtlasSprite{name='extrabiomesxl:bachelorsbutton_blue', frameCount=0, rotated=false, x=0, y=0, height=0, width=0, u0=0.0, u1=0.0, v0=0.0, v1=0.0}
2014-02-25 14:14:55 [FINE] [ExtrabiomesXL] extrabiomes.blocks.BlockCustomFlower@268dc474: BELLS_OF_IRELAND = TextureAtlasSprite{name='extrabiomesxl:bellsofireland', frameCount=0, rotated=false, x=0, y=0, height=0, width=0, u0=0.0, u1=0.0, v0=0.0, v1=0.0}
2014-02-25 14:14:55 [FINE] [ExtrabiomesXL] extrabiomes.blocks.BlockCustomFlower@268dc474: BLUEBELL = TextureAtlasSprite{name='extrabiomesxl:bluebell', frameCount=0, rotated=false, x=0, y=0, height=0, width=0, u0=0.0, u1=0.0, v0=0.0, v1=0.0}
2014-02-25 14:14:55 [FINE] [ExtrabiomesXL] extrabiomes.blocks.BlockCustomFlower@268dc474: CALLA_BLACK = TextureAtlasSprite{name='extrabiomesxl:calla_black', frameCount=0, rotated=false, x=0, y=0, height=0, width=0, u0=0.0, u1=0.0, v0=0.0, v1=0.0}
2014-02-25 14:14:55 [FINE] [ExtrabiomesXL] extrabiomes.blocks.BlockCustomFlower@268dc474: DAISY = TextureAtlasSprite{name='extrabiomesxl:daisy', frameCount=0, rotated=false, x=0, y=0, height=0, width=0, u0=0.0, u1=0.0, v0=0.0, v1=0.0}
2014-02-25 14:14:55 [FINE] [ExtrabiomesXL] extrabiomes.blocks.BlockCustomFlower@268dc474: DANDELION = TextureAtlasSprite{name='extrabiomesxl:dandelion', frameCount=0, rotated=false, x=0, y=0, height=0, width=0, u0=0.0, u1=0.0, v0=0.0, v1=0.0}
2014-02-25 14:14:55 [FINE] [ExtrabiomesXL] extrabiomes.blocks.BlockCustomFlower@268dc474: EELGRASS = TextureAtlasSprite{name='extrabiomesxl:eelgrass', frameCount=0, rotated=false, x=0, y=0, height=0, width=0, u0=0.0, u1=0.0, v0=0.0, v1=0.0}
2014-02-25 14:14:55 [FINE] [ExtrabiomesXL] extrabiomes.blocks.BlockCustomFlower@268dc474: GARDENIA = TextureAtlasSprite{name='extrabiomesxl:gardenia', frameCount=0, rotated=false, x=0, y=0, height=0, width=0, u0=0.0, u1=0.0, v0=0.0, v1=0.0}
2014-02-25 14:14:55 [FINE] [ExtrabiomesXL] extrabiomes.blocks.BlockCustomFlower@268dc474: GERBERA_ORANGE = TextureAtlasSprite{name='extrabiomesxl:gerbera_orange', frameCount=0, rotated=false, x=0, y=0, height=0, width=0, u0=0.0, u1=0.0, v0=0.0, v1=0.0}
2014-02-25 14:14:55 [FINE] [ExtrabiomesXL] extrabiomes.blocks.BlockCustomFlower@268dc474: GERBERA_PINK = TextureAtlasSprite{name='extrabiomesxl:gerbera_pink', frameCount=0, rotated=false, x=0, y=0, height=0, width=0, u0=0.0, u1=0.0, v0=0.0, v1=0.0}
2014-02-25 14:14:55 [FINE] [ExtrabiomesXL] extrabiomes.blocks.BlockCustomFlower@268dc474: GERBERA_RED = TextureAtlasSprite{name='extrabiomesxl:gerbera_red', frameCount=0, rotated=false, x=0, y=0, height=0, width=0, u0=0.0, u1=0.0, v0=0.0, v1=0.0}
2014-02-25 14:14:55 [FINE] [ExtrabiomesXL] extrabiomes.blocks.BlockCustomFlower@268dc474: GERBERA_YELLOW = TextureAtlasSprite{name='extrabiomesxl:gerbera_yellow', frameCount=0, rotated=false, x=0, y=0, height=0, width=0, u0=0.0, u1=0.0, v0=0.0, v1=0.0}
2014-02-25 14:14:55 [FINE] [ExtrabiomesXL] extrabiomes.blocks.BlockCustomFlower@2e7a9107: registerIcons
2014-02-25 14:14:55 [FINE] [ExtrabiomesXL] extrabiomes.blocks.BlockCustomFlower@2e7a9107: ORIENTAL_PINK_LILY = TextureAtlasSprite{name='extrabiomesxl:orientalpinklily', frameCount=0, rotated=false, x=0, y=0, height=0, width=0, u0=0.0, u1=0.0, v0=0.0, v1=0.0}
2014-02-25 14:14:55 [FINE] [ExtrabiomesXL] extrabiomes.blocks.BlockCustomFlower@2e7a9107: IRIS_BLUE = TextureAtlasSprite{name='extrabiomesxl:iris_blue', frameCount=0, rotated=false, x=0, y=0, height=0, width=0, u0=0.0, u1=0.0, v0=0.0, v1=0.0}
2014-02-25 14:14:55 [FINE] [ExtrabiomesXL] extrabiomes.blocks.BlockCustomFlower@2e7a9107: IRIS_PURPLE = TextureAtlasSprite{name='extrabiomesxl:iris_purple', frameCount=0, rotated=false, x=0, y=0, height=0, width=0, u0=0.0, u1=0.0, v0=0.0, v1=0.0}
2014-02-25 14:14:55 [FINE] [ExtrabiomesXL] extrabiomes.blocks.BlockCustomFlower@2e7a9107: LILY = TextureAtlasSprite{name='extrabiomesxl:lily', frameCount=0, rotated=false, x=0, y=0, height=0, width=0, u0=0.0, u1=0.0, v0=0.0, v1=0.0}
2014-02-25 14:14:55 [FINE] [ExtrabiomesXL] extrabiomes.blocks.BlockCustomFlower@2e7a9107: MARSH_MARIGOLD = TextureAtlasSprite{name='extrabiomesxl:marshmarigold', frameCount=0, rotated=false, x=0, y=0, height=0, width=0, u0=0.0, u1=0.0, v0=0.0, v1=0.0}
2014-02-25 14:14:55 [FINE] [ExtrabiomesXL] extrabiomes.blocks.BlockCustomFlower@2e7a9107: PANSY = TextureAtlasSprite{name='extrabiomesxl:pansy', frameCount=0, rotated=false, x=0, y=0, height=0, width=0, u0=0.0, u1=0.0, v0=0.0, v1=0.0}
2014-02-25 14:14:55 [FINE] [ExtrabiomesXL] extrabiomes.blocks.BlockCustomFlower@2e7a9107: POPPY = TextureAtlasSprite{name='extrabiomesxl:poppy', frameCount=0, rotated=false, x=0, y=0, height=0, width=0, u0=0.0, u1=0.0, v0=0.0, v1=0.0}
2014-02-25 14:14:55 [FINE] [ExtrabiomesXL] extrabiomes.blocks.BlockCustomFlower@2e7a9107: REDROVER = TextureAtlasSprite{name='extrabiomesxl:redrover', frameCount=0, rotated=false, x=0, y=0, height=0, width=0, u0=0.0, u1=0.0, v0=0.0, v1=0.0}
2014-02-25 14:14:55 [FINE] [ExtrabiomesXL] extrabiomes.blocks.BlockCustomFlower@2e7a9107: SNAPDRAGON = TextureAtlasSprite{name='extrabiomesxl:snapdragon', frameCount=0, rotated=false, x=0, y=0, height=0, width=0, u0=0.0, u1=0.0, v0=0.0, v1=0.0}
2014-02-25 14:14:55 [FINE] [ExtrabiomesXL] extrabiomes.blocks.BlockCustomFlower@2e7a9107: TULIP = TextureAtlasSprite{name='extrabiomesxl:tulips', frameCount=0, rotated=false, x=0, y=0, height=0, width=0, u0=0.0, u1=0.0, v0=0.0, v1=0.0}
2014-02-25 14:14:55 [FINE] [ExtrabiomesXL] extrabiomes.blocks.BlockCustomFlower@2e7a9107: VIOLET = TextureAtlasSprite{name='extrabiomesxl:violet', frameCount=0, rotated=false, x=0, y=0, height=0, width=0, u0=0.0, u1=0.0, v0=0.0, v1=0.0}
2014-02-25 14:14:55 [FINE] [ExtrabiomesXL] extrabiomes.blocks.BlockCustomFlower@2e7a9107: YARROW = TextureAtlasSprite{name='extrabiomesxl:yarrow', frameCount=0, rotated=false, x=0, y=0, height=0, width=0, u0=0.0, u1=0.0, v0=0.0, v1=0.0}
2014-02-25 14:14:55 [FINE] [ExtrabiomesXL] extrabiomes.blocks.BlockCustomFlower@2e7a9107: BELLADONNA = TextureAtlasSprite{name='extrabiomesxl:belladonna', frameCount=0, rotated=false, x=0, y=0, height=0, width=0, u0=0.0, u1=0.0, v0=0.0, v1=0.0}
2014-02-25 14:14:55 [FINE] [ExtrabiomesXL] extrabiomes.blocks.BlockCustomFlower@2e7a9107: BLUE_POPPY = TextureAtlasSprite{name='extrabiomesxl:himalayanbluepoppy', frameCount=0, rotated=false, x=0, y=0, height=0, width=0, u0=0.0, u1=0.0, v0=0.0, v1=0.0}
2014-02-25 14:14:55 [INFO] [STDOUT] GEOSTRATA: Loading Liquid Icons
2014-02-25 14:14:55 [SEVERE] [Minecraft-Client] Using missing texture, unable to load: minecraft:textures/blocks/MISSING_ICON_TILE_3915_null.png
2014-02-25 14:14:55 [SEVERE] [Minecraft-Client] Using missing texture, unable to load: minecraft:textures/blocks/planks.png
2014-02-25 14:14:55 [INFO] [STDOUT]
2014-02-25 14:14:55 [INFO] [STDOUT] Starting up SoundSystem...
2014-02-25 14:14:55 [SEVERE] [Minecraft-Client] ########## GL ERROR ##########
2014-02-25 14:14:55 [SEVERE] [Minecraft-Client] @ Post startup
2014-02-25 14:14:55 [SEVERE] [Minecraft-Client] 1281: Invalid value
2014-02-25 14:14:55 [INFO] [STDOUT] Initializing LWJGL OpenAL
2014-02-25 14:14:55 [INFO] [STDOUT] (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)
2014-02-25 14:14:56 [INFO] [STDOUT] OpenAL initialized.
2014-02-25 14:14:56 [INFO] [STDOUT]
2014-02-25 15:00:46 [INFO] [Minecraft-Client] Connecting to 127.0.0.1, 25576
2014-02-25 15:00:46 [INFO] [MapWriter] connection opened to remote server: 127.0.0.1 25576
2014-02-25 15:00:47 [FINE] [ForgeModLoader] The server has compatibility level 2
2014-02-25 15:00:47 [FINE] [fml.ItemTracker] The difference set is equal
2014-02-25 15:00:47 [INFO] [STDOUT] **************** Multi Mine transform running on PlayerControllerMP, obfuscated: true ***********************
2014-02-25 15:00:47 [INFO] [STDOUT] In target method! Patching!
2014-02-25 15:00:47 [INFO] [STDOUT] Found local variable ISTORE Node at 72
2014-02-25 15:00:47 [INFO] [STDOUT] Block ID is in local variable 5
2014-02-25 15:00:47 [INFO] [STDOUT] Found IFLT Node at 170
2014-02-25 15:00:47 [INFO] [STDOUT] Found ALOAD Node at offset -4 from IFLT Node
2014-02-25 15:00:47 [INFO] [STDOUT] Patching Complete! Writing class bytes now.
2014-02-25 15:00:47 [FINER] [CustomOreGenRevived] Client world changed to MpServer
2014-02-25 15:00:47 [INFO] [ForgeModLoader] client connection
2014-02-25 15:00:47 [INFO] [ForgeModLoader] Send Client -> Server: Change Dimension (0)
2014-02-25 15:00:47 [INFO] [ForgeModLoader] create world dimension: 0, class net.minecraft.client.multiplayer.WorldClient (chunkprovider: class net.minecraft.client.multiplayer.ChunkProviderClient)
2014-02-25 15:00:47 [INFO] [STDOUT] Setting up custom skins
2014-02-25 15:00:47 [INFO] [STDOUT] Running transformation on bfn
2014-02-25 15:00:50 [INFO] [STDOUT] MM sending client login packet to server...
2014-02-25 15:00:50 [INFO] [MapWriter] onClientLoggedIn: dimension = 0
2014-02-25 15:00:50 [INFO] [STDERR] java.io.IOException: No such file or directory
2014-02-25 15:00:50 [INFO] [STDERR] at java.io.UnixFileSystem.createFileExclusively(Native Method)
2014-02-25 15:00:50 [INFO] [STDERR] at java.io.File.createNewFile(File.java:1006)
2014-02-25 15:00:50 [INFO] [STDERR] at net.minecraftforge.common.Configuration.load(Configuration.java:463)
2014-02-25 15:00:50 [INFO] [STDERR] at net.minecraftforge.common.Configuration.<init>(Configuration.java:100)
2014-02-25 15:00:50 [INFO] [STDERR] at net.minecraftforge.common.Configuration.<init>(Configuration.java:106)
2014-02-25 15:00:50 [INFO] [STDERR] at mapwriter.forge.MwConfig.<init>(MwConfig.java:12)
2014-02-25 15:00:50 [INFO] [STDERR] at mapwriter.Mw.loadWorldConfig(Mw.java:238)
2014-02-25 15:00:50 [INFO] [STDERR] at mapwriter.Mw.onClientLoggedIn(Mw.java:475)
2014-02-25 15:00:50 [INFO] [STDERR] at mapwriter.forge.MwConnectionHandler.clientLoggedIn(MwConnectionHandler.java:52)
2014-02-25 15:00:50 [INFO] [STDERR] at cpw.mods.fml.common.network.NetworkRegistry.clientLoggedIn(NetworkRegistry.java:211)
2014-02-25 15:00:50 [INFO] [STDERR] at cpw.mods.fml.common.network.FMLNetworkHandler.onConnectionEstablishedToServer(FMLNetworkHandler.java:91)
2014-02-25 15:00:50 [INFO] [STDERR] at net.minecraft.client.multiplayer.NetClientHandler.func_72455_a(NetClientHandler.java:357)
2014-02-25 15:00:50 [INFO] [STDERR] at net.minecraft.network.packet.Packet1Login.func_73279_a(Packet1Login.java:119)
2014-02-25 15:00:50 [INFO] [STDERR] at net.minecraft.network.TcpConnection.func_74428_b(TcpConnection.java:462)
2014-02-25 15:00:50 [INFO] [STDERR] at net.minecraft.client.multiplayer.NetClientHandler.func_72551_d(NetClientHandler.java:281)
2014-02-25 15:00:50 [INFO] [STDERR] at net.minecraft.client.multiplayer.GuiConnecting.func_73876_c(GuiConnecting.java:51)
2014-02-25 15:00:50 [INFO] [STDERR] at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1580)
2014-02-25 15:00:50 [INFO] [STDERR] at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:910)
2014-02-25 15:00:50 [INFO] [STDERR] at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:838)
2014-02-25 15:00:50 [INFO] [STDERR] at net.minecraft.client.main.Main.main(SourceFile:101)
2014-02-25 15:00:50 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2014-02-25 15:00:50 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
2014-02-25 15:00:50 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2014-02-25 15:00:50 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Method.java:606)
2014-02-25 15:00:50 [INFO] [STDERR] at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
2014-02-25 15:00:50 [INFO] [STDERR] at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
2014-02-25 15:00:50 [INFO] [STDERR] java.io.IOException: No such file or directory
2014-02-25 15:00:50 [INFO] [STDERR] at java.io.UnixFileSystem.createFileExclusively(Native Method)
2014-02-25 15:00:50 [INFO] [STDERR] at java.io.File.createNewFile(File.java:1006)
2014-02-25 15:00:50 [INFO] [STDERR] at net.minecraftforge.common.Configuration.load(Configuration.java:463)
2014-02-25 15:00:50 [INFO] [STDERR] at mapwriter.Mw.loadWorldConfig(Mw.java:239)
2014-02-25 15:00:50 [INFO] [STDERR] at mapwriter.Mw.onClientLoggedIn(Mw.java:475)
2014-02-25 15:00:50 [INFO] [STDERR] at mapwriter.forge.MwConnectionHandler.clientLoggedIn(MwConnectionHandler.java:52)
2014-02-25 15:00:50 [INFO] [STDERR] at cpw.mods.fml.common.network.NetworkRegistry.clientLoggedIn(NetworkRegistry.java:211)
2014-02-25 15:00:50 [INFO] [STDERR] at cpw.mods.fml.common.network.FMLNetworkHandler.onConnectionEstablishedToServer(FMLNetworkHandler.java:91)
2014-02-25 15:00:50 [INFO] [STDERR] at net.minecraft.client.multiplayer.NetClientHandler.func_72455_a(NetClientHandler.java:357)
2014-02-25 15:00:50 [INFO] [STDERR] at net.minecraft.network.packet.Packet1Login.func_73279_a(Packet1Login.java:119)
2014-02-25 15:00:50 [INFO] [STDERR] at net.minecraft.network.TcpConnection.func_74428_b(TcpConnection.java:462)
2014-02-25 15:00:50 [INFO] [STDERR] at net.minecraft.client.multiplayer.NetClientHandler.func_72551_d(NetClientHandler.java:281)
2014-02-25 15:00:50 [INFO] [STDERR] at net.minecraft.client.multiplayer.GuiConnecting.func_73876_c(GuiConnecting.java:51)
2014-02-25 15:00:50 [INFO] [STDERR] at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1580)
2014-02-25 15:00:50 [INFO] [STDERR] at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:910)
2014-02-25 15:00:50 [INFO] [STDERR] at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:838)
2014-02-25 15:00:50 [INFO] [STDERR] at net.minecraft.client.main.Main.main(SourceFile:101)
2014-02-25 15:00:50 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2014-02-25 15:00:50 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
2014-02-25 15:00:50 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2014-02-25 15:00:50 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Method.java:606)
2014-02-25 15:00:50 [INFO] [STDERR] at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
2014-02-25 15:00:50 [INFO] [STDERR] at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
2014-02-25 15:00:50 [INFO] [MapWriter] Mapwriter: ERROR: could not create images directory '/Users/michael/Library/Application Support/minecraft/saves/mapwriter_mp_worlds/127_0_0_1_25576/images'
2014-02-25 15:00:50 [INFO] [MapWriter] generating block colours
2014-02-25 15:00:50 [INFO] [MapWriter] loading block colour overrides file /Users/michael/Library/Application Support/minecraft/config/MapWriterBlockColourOverrides.txt
2014-02-25 15:00:50 [INFO] [MapWriter] generating block map colours from textures
2014-02-25 15:00:50 [INFO] [MapWriter] created new MwTexture from GL texture id 12 (1024x512) (524288 pixels)
2014-02-25 15:00:50 [INFO] [MapWriter] processed 1606 block textures, 4193 skipped, 14 exceptions
2014-02-25 15:00:50 [INFO] [MapWriter] loading block colour overrides file /Users/michael/Library/Application Support/minecraft/config/MapWriterBlockColourOverrides.txt
2014-02-25 15:00:50 [INFO] [MapWriter] saving block colours to '/Users/michael/Library/Application Support/minecraft/config/MapWriterBlockColours.txt'
2014-02-25 15:00:50 [INFO] [Waila] Received server authentication msg. Remote sync will be activated
2014-02-25 15:00:50 [INFO] [STDOUT] receive packet channel BBOutlineModCV3
2014-02-25 15:00:50 [INFO] [ForgeModLoader] receive 1 cache entries.
2014-02-25 15:00:50 [INFO] [STDOUT] Loading World: remote/127.0.0.1~25576/world123
2014-02-25 15:00:51 [FINE] [ForgeModLoader] Found a minecraft related file at /Volumes/UserData/Users/michael/Documents/Games/Minecraft/Playing/Client/162-base/libraries/net/minecraftforge/minecraftforge/9.11.1.965/minecraftforge-9.11.1.965.jar, examining for codechicken classes
2014-02-25 15:00:51 [FINE] [ForgeModLoader] Found a minecraft related file at /Volumes/UserData/Users/michael/Documents/Games/Minecraft/Playing/Client/162-base/libraries/net/minecraft/launchwrapper/1.8/launchwrapper-1.8.jar, examining for codechicken classes
2014-02-25 15:00:51 [FINE] [ForgeModLoader] Found a minecraft related file at /Volumes/UserData/Users/michael/Documents/Games/Minecraft/Playing/Client/162-base/libraries/org/ow2/asm/asm-all/4.1/asm-all-4.1.jar, examining for codechicken classes
2014-02-25 15:00:51 [FINE] [ForgeModLoader] Found a minecraft related file at /Volumes/UserData/Users/michael/Documents/Games/Minecraft/Playing/Client/162-base/libraries/org/scala-lang/scala-library/2.10.2/scala-library-2.10.2.jar, examining for codechicken classes
2014-02-25 15:00:51 [FINE] [ForgeModLoader] Found a minecraft related file at /Volumes/UserData/Users/michael/Documents/Games/Minecraft/Playing/Client/162-base/libraries/org/scala-lang/scala-compiler/2.10.2/scala-compiler-2.10.2.jar, examining for codechicken classes
2014-02-25 15:00:52 [FINE] [ForgeModLoader] Found a minecraft related file at /Volumes/UserData/Users/michael/Documents/Games/Minecraft/Playing/Client/162-base/libraries/lzma/lzma/0.0.1/lzma-0.0.1.jar, examining for codechicken classes
2014-02-25 15:00:52 [FINE] [ForgeModLoader] Found a minecraft related file at /Volumes/UserData/Users/michael/Documents/Games/Minecraft/Playing/Client/162-base/libraries/net/sf/jopt-simple/jopt-simple/4.5/jopt-simple-4.5.jar, examining for codechicken classes
2014-02-25 15:00:52 [FINE] [ForgeModLoader] Found a minecraft related file at /Volumes/UserData/Users/michael/Documents/Games/Minecraft/Playing/Client/162-base/libraries/com/paulscode/codecjorbis/20101023/codecjorbis-20101023.jar, examining for codechicken classes
2014-02-25 15:00:52 [FINE] [ForgeModLoader] Found a minecraft related file at /Volumes/UserData/Users/michael/Documents/Games/Minecraft/Playing/Client/162-base/libraries/com/paulscode/codecwav/20101023/codecwav-20101023.jar, examining for codechicken classes
2014-02-25 15:00:52 [FINE] [ForgeModLoader] Found a minecraft related file at /Volumes/UserData/Users/michael/Documents/Games/Minecraft/Playing/Client/162-base/libraries/com/paulscode/libraryjavasound/20101123/libraryjavasound-20101123.jar, examining for codechicken classes
2014-02-25 15:00:52 [FINE] [ForgeModLoader] Found a minecraft related file at /Volumes/UserData/Users/michael/Documents/Games/Minecraft/Playing/Client/162-base/libraries/com/paulscode/librarylwjglopenal/20100824/librarylwjglopenal-20100824.jar, examining for codechicken classes
2014-02-25 15:00:52 [FINE] [ForgeModLoader] Found a minecraft related file at /Volumes/UserData/Users/michael/Documents/Games/Minecraft/Playing/Client/162-base/libraries/com/paulscode/soundsystem/20120107/soundsystem-20120107.jar, examining for codechicken classes
2014-02-25 15:00:52 [FINE] [ForgeModLoader] Found a minecraft related file at /Volumes/UserData/Users/michael/Documents/Games/Minecraft/Playing/Client/162-base/libraries/argo/argo/2.25_fixed/argo-2.25_fixed.jar, examining for codechicken classes
2014-02-25 15:00:52 [FINE] [ForgeModLoader] Found a minecraft related file at /Volumes/UserData/Users/michael/Documents/Games/Minecraft/Playing/Client/162-base/libraries/org/bouncycastle/bcprov-jdk15on/1.47/bcprov-jdk15on-1.47.jar, examining for codechicken classes
2014-02-25 15:00:52 [FINE] [ForgeModLoader] Found a minecraft related file at /Volumes/UserData/Users/michael/Documents/Games/Minecraft/Playing/Client/162-base/libraries/com/google/guava/guava/14.0/guava-14.0.jar, examining for codechicken classes
2014-02-25 15:00:52 [FINE] [ForgeModLoader] Found a minecraft related file at /Volumes/UserData/Users/michael/Documents/Games/Minecraft/Playing/Client/162-base/libraries/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar, examining for codechicken classes
2014-02-25 15:00:52 [FINE] [ForgeModLoader] Found a minecraft related file at /Volumes/UserData/Users/michael/Documents/Games/Minecraft/Playing/Client/162-base/libraries/commons-io/commons-io/2.4/commons-io-2.4.jar, examining for codechicken classes
2014-02-25 15:00:52 [FINE] [ForgeModLoader] Found a minecraft related file at /Volumes/UserData/Users/michael/Documents/Games/Minecraft/Playing/Client/162-base/libraries/net/java/jinput/jinput/2.0.5/jinput-2.0.5.jar, examining for codechicken classes
2014-02-25 15:00:52 [FINE] [ForgeModLoader] Found a minecraft related file at /Volumes/UserData/Users/michael/Documents/Games/Minecraft/Playing/Client/162-base/libraries/net/java/jutils/jutils/1.0.0/jutils-1.0.0.jar, examining for codechicken classes
2014-02-25 15:00:52 [FINE] [ForgeModLoader] Found a minecraft related file at /Volumes/UserData/Users/michael/Documents/Games/Minecraft/Playing/Client/162-base/libraries/com/google/code/gson/gson/2.2.2/gson-2.2.2.jar, examining for codechicken classes
2014-02-25 15:00:52 [FINE] [ForgeModLoader] Found a minecraft related file at /Volumes/UserData/Users/michael/Documents/Games/Minecraft/Playing/Client/162-base/libraries/org/lwjgl/lwjgl/lwjgl/2.9.0/lwjgl-2.9.0.jar, examining for codechicken classes
2014-02-25 15:00:52 [FINE] [ForgeModLoader] Found a minecraft related file at /Volumes/UserData/Users/michael/Documents/Games/Minecraft/Playing/Client/162-base/libraries/org/lwjgl/lwjgl/lwjgl_util/2.9.0/lwjgl_util-2.9.0.jar, examining for codechicken classes
2014-02-25 15:00:52 [FINE] [ForgeModLoader] Found a minecraft related file at /Volumes/UserData/Users/michael/Documents/Games/Minecraft/Playing/Client/162-base/versions/1.6.4-Forge9.11.1.965/1.6.4-Forge9.11.1.965.jar, examining for codechicken classes
2014-02-25 15:00:52 [FINE] [ForgeModLoader] Found a minecraft related file at /Users/michael/Library/Application Support/minecraft/mods/1.6.4/CodeChickenLib-universal-1.6.4-1.0.0.61.jar, examining for codechicken classes
2014-02-25 15:00:52 [FINE] [ForgeModLoader] Found a minecraft related file at /Volumes/UserData/Users/michael/Documents/Games/Minecraft/Playing/Client/164-overkill-play/mods/CreeperCollateral-1.6.4-3.0.3.jar, examining for codechicken classes
2014-02-25 15:00:52 [FINE] [ForgeModLoader] Found a minecraft related file at /Volumes/UserData/Users/michael/Documents/Games/Minecraft/Playing/Client/164-overkill-play/mods/MultiMine_1.6.4.jar, examining for codechicken classes
2014-02-25 15:00:52 [FINE] [ForgeModLoader] Found a minecraft related file at /Volumes/UserData/Users/michael/Documents/Games/Minecraft/Playing/Client/164-overkill-play/mods/StalkerCreepers_1.6.4.jar, examining for codechicken classes
2014-02-25 15:00:52 [FINE] [ForgeModLoader] Found a minecraft related file at /Volumes/UserData/Users/michael/Documents/Games/Minecraft/Playing/Client/164-overkill-play/mods/denLib-1.6.4-3.2.6.jar, examining for codechicken classes
2014-02-25 15:00:52 [FINE] [ForgeModLoader] Found a minecraft related file at /Volumes/UserData/Users/michael/Documents/Games/Minecraft/Playing/Client/164-overkill-play/mods/zMineTweaker-1.6.4-2.3.1.jar, examining for codechicken classes
2014-02-25 15:00:52 [FINE] [ForgeModLoader] Found a minecraft related file at /Volumes/UserData/Users/michael/Documents/Games/Minecraft/Playing/Client/162-base/./mods/denLib/DenEvents.jar, examining for codechicken classes
2014-02-25 15:00:52 [FINE] [ForgeModLoader] Found a minecraft related file at /Volumes/UserData/Users/michael/Documents/Games/Minecraft/Playing/Client/162-base/./mods/denLib/sqlite-jdbc-3.7.15-M1.jar, examining for codechicken classes
2014-02-25 15:00:52 [FINE] [ForgeModLoader] Found a minecraft related file at /Volumes/UserData/Users/michael/Documents/Games/Minecraft/Playing/Client/164-overkill-play/mods/1.6.4/CodeChickenLib-universal-1.6.4-1.0.0.61.jar, examining for codechicken classes
2014-02-25 15:00:52 [FINE] [ForgeModLoader] Found a minecraft related file at /Volumes/UserData/Users/michael/Documents/Games/Minecraft/Playing/Client/164-overkill-play/mods/Artifacts-162-0123.zip, examining for codechicken classes
2014-02-25 15:00:52 [FINE] [ForgeModLoader] Found a minecraft related file at /Volumes/UserData/Users/michael/Documents/Games/Minecraft/Playing/Client/164-overkill-play/mods/ATG-1.6.4-0.9.4.jar, examining for codechicken classes
2014-02-25 15:00:52 [FINE] [ForgeModLoader] Found a minecraft related file at /Volumes/UserData/Users/michael/Documents/Games/Minecraft/Playing/Client/164-overkill-play/mods/bboutline-v0.10-4-1.6.4-9.11.0.880-forge.zip, examining for codechicken classes
2014-02-25 15:00:52 [FINE] [ForgeModLoader] Found a minecraft related file at /Volumes/UserData/Users/michael/Documents/Games/Minecraft/Playing/Client/164-overkill-play/mods/bspkrsCorev5.3.zip, examining for codechicken classes
2014-02-25 15:00:52 [FINE] [ForgeModLoader] Found a minecraft related file at /Volumes/UserData/Users/michael/Documents/Games/Minecraft/Playing/Client/164-overkill-play/mods/Carpenter's Blocks v2.0.3 - MC 1.6+.zip, examining for codechicken classes
2014-02-25 15:00:52 [FINE] [ForgeModLoader] Found a minecraft related file at /Volumes/UserData/Users/michael/Documents/Games/Minecraft/Playing/Client/164-overkill-play/mods/immibis-core-57.1.94.jar, examining for codechicken classes
2014-02-25 15:00:52 [FINE] [ForgeModLoader] Found a minecraft related file at /Volumes/UserData/Users/michael/Documents/Games/Minecraft/Playing/Client/164-overkill-play/mods/dimensional-anchor-57.1.95.jar, examining for codechicken classes
2014-02-25 15:00:52 [FINE] [ForgeModLoader] Found a minecraft related file at /Volumes/UserData/Users/michael/Documents/Games/Minecraft/Playing/Client/164-overkill-play/mods/Waila_1.5.1a.zip, examining for codechicken classes
2014-02-25 15:00:52 [FINE] [ForgeModLoader] Found a minecraft related file at /Volumes/UserData/Users/michael/Documents/Games/Minecraft/Playing/Client/164-overkill-play/mods/DragonAPI 1.6 V17.zip, examining for codechicken classes
2014-02-25 15:00:52 [FINE] [ForgeModLoader] Found a minecraft related file at /Volumes/UserData/Users/michael/Documents/Games/Minecraft/Playing/Client/164-overkill-play/mods/DyeTrees 1.6 V17.zip, examining for codechicken classes
2014-02-25 15:00:52 [FINE] [ForgeModLoader] Found a minecraft related file at /Volumes/UserData/Users/michael/Documents/Games/Minecraft/Playing/Client/164-overkill-play/mods/EnderStorage 1.4.3.6.jar, examining for codechicken classes
2014-02-25 15:00:52 [FINE] [ForgeModLoader] Found a minecraft related file at /Volumes/UserData/Users/michael/Documents/Games/Minecraft/Playing/Client/164-overkill-play/mods/ExtrabiomesXL-universal-1.6.4-3.15.4.jar, examining for codechicken classes
2014-02-25 15:00:52 [FINE] [ForgeModLoader] Found a minecraft related file at /Volumes/UserData/Users/michael/Documents/Games/Minecraft/Playing/Client/164-overkill-play/mods/extrautils-1.0.3a.zip, examining for codechicken classes
2014-02-25 15:00:52 [FINE] [ForgeModLoader] Found a minecraft related file at /Volumes/UserData/Users/michael/Documents/Games/Minecraft/Playing/Client/164-overkill-play/mods/mystcraft-uni-1.6.4-0.10.12.01.zip, examining for codechicken classes
2014-02-25 15:00:52 [FINE] [ForgeModLoader] Found a minecraft related file at /Volumes/UserData/Users/michael/Documents/Games/Minecraft/Playing/Client/164-overkill-play/mods/XplosionCore-V1.0.2.0.zip, examining for codechicken classes
2014-02-25 15:00:52 [FINE] [ForgeModLoader] Found a minecraft related file at /Volumes/UserData/Users/michael/Documents/Games/Minecraft/Playing/Client/164-overkill-play/mods/FlatBedrock-1.1.1.0.zip, examining for codechicken classes
2014-02-25 15:00:52 [FINE] [ForgeModLoader] Found a minecraft related file at /Volumes/UserData/Users/michael/Documents/Games/Minecraft/Playing/Client/164-overkill-play/mods/GeoStrata 1.6 V17.zip, examining for codechicken classes
2014-02-25 15:00:52 [FINE] [ForgeModLoader] Found a minecraft related file at /Volumes/UserData/Users/michael/Documents/Games/Minecraft/Playing/Client/164-overkill-play/mods/InfernalMobs_1.6.4.zip, examining for codechicken classes
2014-02-25 15:00:52 [FINE] [ForgeModLoader] Found a minecraft related file at /Volumes/UserData/Users/michael/Documents/Games/Minecraft/Playing/Client/164-overkill-play/mods/JABBA_1.1.1.zip, examining for codechicken classes
2014-02-25 15:00:52 [FINE] [ForgeModLoader] Found a minecraft related file at /Volumes/UserData/Users/michael/Documents/Games/Minecraft/Playing/Client/164-overkill-play/mods/LegacyCraft 1.6 V17.zip, examining for codechicken classes
2014-02-25 15:00:52 [FINE] [ForgeModLoader] Found a minecraft related file at /Volumes/UserData/Users/michael/Documents/Games/Minecraft/Playing/Client/164-overkill-play/mods/linking-tweaks_pre1.zip, examining for codechicken classes
2014-02-25 15:00:52 [FINE] [ForgeModLoader] Found a minecraft related file at /Volumes/UserData/Users/michael/Documents/Games/Minecraft/Playing/Client/164-overkill-play/mods/LinkRenders-012.zip, examining for codechicken classes
2014-02-25 15:00:52 [FINE] [ForgeModLoader] Found a minecraft related file at /Volumes/UserData/Users/michael/Documents/Games/Minecraft/Playing/Client/164-overkill-play/mods/MagicYarn_1.6.4.zip, examining for codechicken classes
2014-02-25 15:00:52 [FINE] [ForgeModLoader] Found a minecraft related file at /Volumes/UserData/Users/michael/Documents/Games/Minecraft/Playing/Client/164-overkill-play/mods/more-maps-162.zip, examining for codechicken classes
2014-02-25 15:00:52 [FINE] [ForgeModLoader] Found a minecraft related file at /Volumes/UserData/Users/michael/Documents/Games/Minecraft/Playing/Client/164-overkill-play/mods/Opis_1.1.3_alpha.zip, examining for codechicken classes
2014-02-25 15:00:52 [FINE] [ForgeModLoader] Found a minecraft related file at /Volumes/UserData/Users/michael/Documents/Games/Minecraft/Playing/Client/164-overkill-play/mods/roguelike-v1.2.9-forge-1.6.4.zip, examining for codechicken classes
2014-02-25 15:00:52 [FINE] [ForgeModLoader] Found a minecraft related file at /Volumes/UserData/Users/michael/Documents/Games/Minecraft/Playing/Client/164-overkill-play/mods/Translocator 1.1.0.14.jar, examining for codechicken classes
2014-02-25 15:00:52 [FINE] [ForgeModLoader] Found a minecraft related file at /Volumes/UserData/Users/michael/Documents/Games/Minecraft/Playing/Client/164-overkill-play/mods/TreeCapitator.Forge.1.6.4.r09.Universal.zip, examining for codechicken classes
2014-02-25 15:00:52 [FINE] [ForgeModLoader] Found a minecraft related file at /Volumes/UserData/Users/michael/Documents/Games/Minecraft/Playing/Client/164-overkill-play/mods/twilightforest-1.20.3.jar, examining for codechicken classes
2014-02-25 15:00:52 [FINE] [ForgeModLoader] Found a minecraft related file at /Volumes/UserData/Users/michael/Documents/Games/Minecraft/Playing/Client/164-overkill-play/mods/UndergroundBiomesConstructs_1.6.x-0.3j.zip, examining for codechicken classes
2014-02-25 15:00:52 [FINE] [ForgeModLoader] Found a minecraft related file at /Volumes/UserData/Users/michael/Documents/Games/Minecraft/Playing/Client/164-overkill-play/mods/CustomOreGenRevived-1.6.4-1.0.22.jar, examining for codechicken classes
2014-02-25 15:00:52 [INFO] [STDOUT] Loaded codechicken.enderstorage.internal.NEIEnderStorageConfig
2014-02-25 15:00:52 [FINE] [ExtraUtilities] Added NEI integration
2014-02-25 15:00:52 [INFO] [STDOUT] Loaded extrautils.nei.NEIInfoHandlerConfig
2014-02-25 15:00:52 [INFO] [STDOUT] Loaded Reika.GeoStrata.NEI_CrystalBrewingConfig
2014-02-25 15:00:52 [INFO] [STDERR] java.lang.RuntimeException: java.io.IOException: No such file or directory
2014-02-25 15:00:52 [INFO] [STDERR] at codechicken.lib.config.ConfigFile.<init>(ConfigFile.java:22)
2014-02-25 15:00:52 [INFO] [STDERR] at codechicken.nei.NEIClientConfig.loadWorld(NEIClientConfig.java:244)
2014-02-25 15:00:52 [INFO] [STDERR] at codechicken.nei.NEICPH.handleSMPCheck(NEICPH.java:127)
2014-02-25 15:00:52 [INFO] [STDERR] at codechicken.nei.NEICPH.handlePacket(NEICPH.java:29)
2014-02-25 15:00:52 [INFO] [STDERR] at codechicken.lib.packet.PacketCustom$ClientPacketHandler.handle(PacketCustom.java:166)
2014-02-25 15:00:52 [INFO] [STDERR] at codechicken.lib.packet.PacketCustom$CustomPacketHandler.onPacketData(PacketCustom.java:136)
2014-02-25 15:00:52 [INFO] [STDERR] at cpw.mods.fml.common.network.NetworkRegistry.handlePacket(NetworkRegistry.java:255)
2014-02-25 15:00:52 [INFO] [STDERR] at cpw.mods.fml.common.network.NetworkRegistry.handleCustomPacket(NetworkRegistry.java:245)
2014-02-25 15:00:52 [INFO] [STDERR] at cpw.mods.fml.common.network.FMLNetworkHandler.handlePacket250Packet(FMLNetworkHandler.java:85)
2014-02-25 15:00:52 [INFO] [STDERR] at net.minecraft.client.multiplayer.NetClientHandler.func_72501_a(NetClientHandler.java:1651)
2014-02-25 15:00:52 [INFO] [STDERR] at net.minecraft.network.packet.Packet250CustomPayload.func_73279_a(SourceFile:61)
2014-02-25 15:00:52 [INFO] [STDERR] at net.minecraft.network.TcpConnection.func_74428_b(TcpConnection.java:462)
2014-02-25 15:00:52 [INFO] [STDERR] at net.minecraft.client.multiplayer.NetClientHandler.func_72551_d(NetClientHandler.java:281)
2014-02-25 15:00:52 [INFO] [STDERR] at net.minecraft.client.multiplayer.GuiConnecting.func_73876_c(GuiConnecting.java:51)
2014-02-25 15:00:52 [INFO] [STDERR] at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1580)
2014-02-25 15:00:52 [INFO] [STDERR] at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:910)
2014-02-25 15:00:52 [INFO] [STDERR] at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:838)
2014-02-25 15:00:52 [INFO] [STDERR] at net.minecraft.client.main.Main.main(SourceFile:101)
2014-02-25 15:00:52 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2014-02-25 15:00:52 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
2014-02-25 15:00:52 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2014-02-25 15:00:52 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Method.java:606)
2014-02-25 15:00:52 [INFO] [STDERR] at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
2014-02-25 15:00:52 [INFO] [STDERR] at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
2014-02-25 15:00:52 [INFO] [STDERR] Caused by: java.io.IOException: No such file or directory
2014-02-25 15:00:52 [INFO] [STDERR] at java.io.UnixFileSystem.createFileExclusively(Native Method)
2014-02-25 15:00:52 [INFO] [STDERR] at java.io.File.createNewFile(File.java:1006)
2014-02-25 15:00:52 [INFO] [STDERR] at codechicken.lib.config.ConfigFile.<init>(ConfigFile.java:18)
2014-02-25 15:00:52 [INFO] [STDERR] ... 23 more
2014-02-25 15:00:52 [INFO] [XplosionCore] Creating RetroGen Save Data for dim: 0
2014-02-25 15:00:52 [FINE] [ForgeModLoader] Runtime patching class net/minecraft/world/gen/MapGenCaves (input size 3540), found 1 patch
2014-02-25 15:00:52 [FINE] [ForgeModLoader] Successfully applied runtime patches for net/minecraft/world/gen/MapGenCaves (new size 5863)
2014-02-25 15:00:53 [INFO] [STDOUT] Trying to inject method abn.canSpawnAnything ()Z
2014-02-25 15:00:53 [INFO] [STDOUT] Found method node abn.canSpawnAnything ()Z in Coremod. Injecting !
2014-02-25 15:00:53 [INFO] [STDOUT] Trying to overwrite method abn.g ()V
2014-02-25 15:00:53 [INFO] [STDOUT] Found method node abn.g ()V in Vanilla.
2014-02-25 15:00:53 [INFO] [STDOUT] Found method node abn.g ()V in Coremod.
2014-02-25 15:00:53 [INFO] [STDOUT] Setting up custom skins
2014-02-25 15:00:53 [INFO] [Minecraft-Client] [CHAT] Magic Yarn found on server.
2014-02-25 15:00:53 [INFO] [Minecraft-Client] [CHAT] Server handshake complete! Multi Mine enabled!
2014-02-25 15:02:54 [INFO] [MapWriter] loading block colours from /Users/michael/Library/Application Support/minecraft/config/MapWriterBlockColours.txt
2014-02-25 15:02:54 [INFO] [MapWriter] loading block colour overrides file /Users/michael/Library/Application Support/minecraft/config/MapWriterBlockColourOverrides.txt
2014-02-25 15:02:55 [INFO] [MapWriter] generating block colours
2014-02-25 15:02:55 [INFO] [MapWriter] loading block colour overrides file /Users/michael/Library/Application Support/minecraft/config/MapWriterBlockColourOverrides.txt
2014-02-25 15:02:55 [INFO] [MapWriter] generating block map colours from textures
2014-02-25 15:02:55 [INFO] [MapWriter] created new MwTexture from GL texture id 12 (1024x512) (524288 pixels)
2014-02-25 15:02:55 [INFO] [MapWriter] processed 1606 block textures, 4193 skipped, 14 exceptions
2014-02-25 15:02:55 [INFO] [MapWriter] loading block colour overrides file /Users/michael/Library/Application Support/minecraft/config/MapWriterBlockColourOverrides.txt
2014-02-25 15:02:55 [INFO] [MapWriter] saving block colours to '/Users/michael/Library/Application Support/minecraft/config/MapWriterBlockColours.txt'
2014-02-25 15:03:22 [INFO] [Minecraft-Client] [CHAT] Giving KassuriBard 64 of Lunar Calendar
2014-02-25 15:03:26 [INFO] [STDOUT] Inserted super call into axm.c
2014-02-25 15:03:26 [INFO] [STDERR] Exception in thread "NEI Item Searching Thread" java.lang.NullPointerException
2014-02-25 15:03:26 [INFO] [STDERR] at codechicken.nei.NEIClientConfig.getSearchExpression(NEIClientConfig.java:435)
2014-02-25 15:03:26 [INFO] [STDERR] at codechicken.nei.ItemList.getSearchMatcher(ItemList.java:94)
2014-02-25 15:03:26 [INFO] [STDERR] at codechicken.nei.ItemList$ThreadMatchSearch.run(ItemList.java:227)
2014-02-25 15:03:26 [INFO] [ForgeModLoader] unload world dimension cache: 0, class net.minecraft.client.multiplayer.WorldClient
2014-02-25 15:03:26 [INFO] [STDERR] net.minecraft.util.ReportedException: Rendering screen
2014-02-25 15:03:26 [INFO] [STDERR] at net.minecraft.client.renderer.EntityRenderer.func_78480_b(EntityRenderer.java:1045)
2014-02-25 15:03:26 [INFO] [STDERR] at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:946)
2014-02-25 15:03:26 [INFO] [STDERR] at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:838)
2014-02-25 15:03:26 [INFO] [STDERR] at net.minecraft.client.main.Main.main(SourceFile:101)
2014-02-25 15:03:26 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2014-02-25 15:03:26 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
2014-02-25 15:03:26 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2014-02-25 15:03:26 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Method.java:606)
2014-02-25 15:03:26 [INFO] [STDERR] at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
2014-02-25 15:03:26 [INFO] [STDERR] at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
2014-02-25 15:03:26 [INFO] [STDERR] Caused by: java.lang.NullPointerException
2014-02-25 15:03:26 [INFO] [STDERR] at codechicken.nei.LayoutManager.renderSlotOverlay(LayoutManager.java:832)
2014-02-25 15:03:26 [INFO] [STDERR] at codechicken.nei.forge.GuiContainerManager.renderSlotOverlay(GuiContainerManager.java:451)
2014-02-25 15:03:26 [INFO] [STDERR] at net.minecraft.client.gui.inventory.GuiContainer.func_74192_a(GuiContainer.java:473)
2014-02-25 15:03:26 [INFO] [STDERR] at net.minecraft.client.gui.inventory.GuiContainer.func_73863_a(GuiContainer.java:150)
2014-02-25 15:03:26 [INFO] [STDERR] at net.minecraft.client.renderer.EntityRenderer.func_78480_b(EntityRenderer.java:1036)
2014-02-25 15:03:26 [INFO] [STDERR] ... 9 more
2014-02-25 15:03:26 [INFO] [STDOUT] ---- Minecraft Crash Report ----
2014-02-25 15:03:26 [INFO] [STDOUT] // I just don't know what went wrong :(
2014-02-25 15:03:26 [INFO] [STDOUT]
2014-02-25 15:03:26 [INFO] [STDOUT] Time: 2/25/14 3:03 PM
2014-02-25 15:03:26 [INFO] [STDOUT] Description: Rendering screen
2014-02-25 15:03:26 [INFO] [STDOUT]
2014-02-25 15:03:26 [INFO] [STDOUT] java.lang.NullPointerException
2014-02-25 15:03:26 [INFO] [STDOUT] at codechicken.nei.LayoutManager.renderSlotOverlay(LayoutManager.java:832)
2014-02-25 15:03:26 [INFO] [STDOUT] at codechicken.nei.forge.GuiContainerManager.renderSlotOverlay(GuiContainerManager.java:451)
2014-02-25 15:03:26 [INFO] [STDOUT] at net.minecraft.client.gui.inventory.GuiContainer.func_74192_a(GuiContainer.java:473)
2014-02-25 15:03:26 [INFO] [STDOUT] at net.minecraft.client.gui.inventory.GuiContainer.func_73863_a(GuiContainer.java:150)
2014-02-25 15:03:26 [INFO] [STDOUT] at net.minecraft.client.renderer.EntityRenderer.func_78480_b(EntityRenderer.java:1036)
2014-02-25 15:03:26 [INFO] [STDOUT] at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:946)
2014-02-25 15:03:26 [INFO] [STDOUT] at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:838)
2014-02-25 15:03:26 [INFO] [STDOUT] at net.minecraft.client.main.Main.main(SourceFile:101)
2014-02-25 15:03:26 [INFO] [STDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2014-02-25 15:03:26 [INFO] [STDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
2014-02-25 15:03:26 [INFO] [STDOUT] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2014-02-25 15:03:26 [INFO] [STDOUT] at java.lang.reflect.Method.invoke(Method.java:606)
2014-02-25 15:03:26 [INFO] [STDOUT] at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
2014-02-25 15:03:26 [INFO] [STDOUT] at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
2014-02-25 15:03:26 [INFO] [STDOUT]
2014-02-25 15:03:26 [INFO] [STDOUT]
2014-02-25 15:03:26 [INFO] [STDOUT] A detailed walkthrough of the error, its code path and all known details is as follows:
2014-02-25 15:03:26 [INFO] [STDOUT] ---------------------------------------------------------------------------------------
2014-02-25 15:03:26 [INFO] [STDOUT]
2014-02-25 15:03:26 [INFO] [STDOUT] -- Head --
2014-02-25 15:03:26 [INFO] [STDOUT] Stacktrace:
2014-02-25 15:03:26 [INFO] [STDOUT] at codechicken.nei.LayoutManager.renderSlotOverlay(LayoutManager.java:832)
2014-02-25 15:03:26 [INFO] [STDOUT] at codechicken.nei.forge.GuiContainerManager.renderSlotOverlay(GuiContainerManager.java:451)
2014-02-25 15:03:26 [INFO] [STDOUT] at net.minecraft.client.gui.inventory.GuiContainer.func_74192_a(GuiContainer.java:473)
2014-02-25 15:03:26 [INFO] [STDOUT] at net.minecraft.client.gui.inventory.GuiContainer.func_73863_a(GuiContainer.java:150)
2014-02-25 15:03:26 [INFO] [STDOUT]
2014-02-25 15:03:26 [INFO] [STDOUT] -- Screen render details --
2014-02-25 15:03:26 [INFO] [STDOUT] Details:
2014-02-25 15:03:26 [INFO] [STDOUT] Screen name: net.minecraft.client.gui.inventory.GuiChest
2014-02-25 15:03:26 [INFO] [STDOUT] Mouse location: Scaled: (217, 144). Absolute: (435, 191)
2014-02-25 15:03:26 [INFO] [STDOUT] Screen size: Scaled: (427, 240). Absolute: (854, 480). Scale factor of 2
2014-02-25 15:03:26 [INFO] [STDOUT]
2014-02-25 15:03:26 [INFO] [STDOUT] -- Affected level --
2014-02-25 15:03:26 [INFO] [STDOUT] Details:
2014-02-25 15:03:26 [INFO] [STDOUT] Level name: MpServer
2014-02-25 15:03:26 [INFO] [STDOUT] All players: 2 total; [EntityClientPlayerMP['Keybounce'/20279, l='MpServer', x=226.02, y=41.62, z=39.90], EntityOtherPlayerMP['KassuriBard'/375, l='MpServer', x=276.41, y=35.00, z=33.34]]
2014-02-25 15:03:26 [INFO] [STDOUT] Chunk stats: MultiplayerChunkCache: 441
2014-02-25 15:03:26 [INFO] [STDOUT] Level seed: 0
2014-02-25 15:03:26 [INFO] [STDOUT] Level generator: ID 00 - default, ver 1. Features enabled: false
2014-02-25 15:03:26 [INFO] [STDOUT] Level generator options:
2014-02-25 15:03:26 [INFO] [STDOUT] Level spawn location: World: (34,64,92), Chunk: (at 2,4,12 in 2,5; contains blocks 32,0,80 to 47,255,95), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
2014-02-25 15:03:26 [INFO] [STDOUT] Level time: 322937482 game time, 1687815 day time
2014-02-25 15:03:26 [INFO] [STDOUT] Level dimension: 0
2014-02-25 15:03:26 [INFO] [STDOUT] Level storage version: 0x00000 - Unknown?
2014-02-25 15:03:26 [INFO] [STDOUT] Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
2014-02-25 15:03:26 [INFO] [STDOUT] Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
2014-02-25 15:03:26 [INFO] [STDOUT] Forced entities: 192 total; [EntityClientPlayerMP['Keybounce'/20279, l='MpServer', x=226.02, y=41.62, z=39.90], EntityLegacySkeleton['Skeleton'/23905, l='MpServer', x=214.50, y=19.00, z=-23.50], EntityLegacySkeleton['Skeleton'/23906, l='MpServer', x=220.69, y=17.00, z=-21.53], EntityBat['Bat'/19543, l='MpServer', x=277.06, y=16.82, z=17.39], EntityLegacyZombie['Zombie'/20061, l='MpServer', x=283.66, y=18.00, z=6.09], EntityLegacyZombie['Zombie'/20888, l='MpServer', x=215.09, y=15.00, z=18.25], EntityCow['Cow'/2689, l='MpServer', x=203.44, y=69.00, z=71.50], EntityCow['Cow'/2688, l='MpServer', x=203.91, y=69.00, z=69.09], EntityLegacyCreeper['Creeper'/23892, l='MpServer', x=271.00, y=17.00, z=-9.69], EntityLegacyCreeper['Creeper'/23893, l='MpServer', x=271.88, y=17.00, z=-9.69], EntityCow['Cow'/2690, l='MpServer', x=195.50, y=69.00, z=69.09], EntityLegacySkeleton['Skeleton'/21471, l='MpServer', x=296.22, y=22.00, z=5.69], EntityLegacyZombie['Zombie'/20987, l='MpServer', x=265.55, y=16.07, z=26.38], EntityLegacyCreeper['Creeper'/22884, l='MpServer', x=204.01, y=22.00, z=21.13], EntityLegacyZombie['Zombie'/23375, l='MpServer', x=268.50, y=43.00, z=68.50], EntityLegacySkeleton['Skeleton'/20971, l='MpServer', x=260.53, y=35.00, z=-15.31], EntityLegacySkeleton['Skeleton'/23376, l='MpServer', x=260.30, y=37.42, z=57.97], EntityMinecartEmpty['entity.MinecartRideable.name'/99, l='MpServer', x=147.50, y=93.50, z=77.50], EntityLegacyCreeper['Creeper'/22871, l='MpServer', x=282.59, y=18.00, z=-13.47], EntitySheep['Sheep'/137, l='MpServer', x=173.13, y=66.00, z=16.28], EntitySheep['Sheep'/136, l='MpServer', x=173.28, y=66.00, z=21.09], EntityLegacySkeleton['Skeleton'/680, l='MpServer', x=-24.02, y=-6.62, z=27.13], EntitySheep['Sheep'/129, l='MpServer', x=172.09, y=66.00, z=5.09], EntityPig['Pig'/128, l='MpServer', x=169.09, y=63.00, z=-0.66], EntitySheep['Sheep'/131, l='MpServer', x=172.09, y=66.00, z=10.09], EntitySheep['Sheep'/130, l='MpServer', x=173.19, y=66.00, z=11.34], EntitySheep['Sheep'/133, l='MpServer', x=170.50, y=66.00, z=11.28], EntitySheep['Sheep'/132, l='MpServer', x=173.31, y=66.00, z=6.25], EntitySheep['Sheep'/135, l='MpServer', x=172.09, y=66.00, z=20.09], EntityBat['Bat'/16403, l='MpServer', x=241.48, y=12.09, z=37.17], EntityLegacySkeleton['Skeleton'/22967, l='MpServer', x=271.66, y=14.00, z=3.78], EntityLegacyZombie['Zombie'/22340, l='MpServer', x=302.25, y=34.00, z=28.81], EntitySheep['Sheep'/171, l='MpServer', x=187.09, y=66.00, z=5.09], EntitySheep['Sheep'/170, l='MpServer', x=188.28, y=66.00, z=11.06], EntitySheep['Sheep'/169, l='MpServer', x=183.25, y=66.00, z=6.03], EntitySheep['Sheep'/175, l='MpServer', x=182.09, y=66.00, z=10.09], EntitySheep['Sheep'/174, l='MpServer', x=188.19, y=66.00, z=6.28], EntitySheep['Sheep'/173, l='MpServer', x=183.25, y=66.00, z=11.06], EntityLegacySkeleton['Skeleton'/22920, l='MpServer', x=261.03, y=31.00, z=-28.59], EntitySheep['Sheep'/172, l='MpServer', x=177.09, y=66.00, z=5.09], EntitySheep['Sheep'/186, l='MpServer', x=187.09, y=66.00, z=20.09], EntitySheep['Sheep'/187, l='MpServer', x=188.28, y=66.00, z=21.19], EntitySheep['Sheep'/184, l='MpServer', x=178.31, y=66.00, z=21.25], EntitySheep['Sheep'/185, l='MpServer', x=183.28, y=66.00, z=21.25], EntitySheep['Sheep'/190, l='MpServer', x=178.31, y=66.00, z=16.22], EntityOcelot['entity.Cat.name'/191, l='MpServer', x=183.56, y=50.00, z=70.63], EntitySheep['Sheep'/188, l='MpServer', x=183.09, y=66.00, z=16.19], EntitySheep['Sheep'/189, l='MpServer', x=188.34, y=66.00, z=16.28], EntitySheep['Sheep'/178, l='MpServer', x=177.81, y=66.00, z=11.09], EntitySheep['Sheep'/179, l='MpServer', x=187.09, y=66.00, z=10.09], EntitySheep['Sheep'/176, l='MpServer', x=182.09, y=66.00, z=5.09], EntitySheep['Sheep'/177, l='MpServer', x=178.06, y=66.00, z=6.22], EntitySheep['Sheep'/182, l='MpServer', x=177.09, y=66.00, z=20.09], EntityLegacySkeleton['Skeleton'/18595, l='MpServer', x=223.84, y=20.00, z=0.84], EntitySheep['Sheep'/183, l='MpServer', x=182.09, y=66.00, z=20.09], EntitySheep['Sheep'/180, l='MpServer', x=187.09, y=66.00, z=15.09], EntitySheep['Sheep'/181, l='MpServer', x=177.09, y=66.00, z=15.09], EntityLegacySkeleton['Skeleton'/23972, l='MpServer', x=258.50, y=15.00, z=-24.50], EntityCow['Cow'/2675, l='MpServer', x=197.09, y=69.00, z=70.78], EntityCow['Cow'/2674, l='MpServer', x=200.25, y=69.00, z=70.28], EntityCow['Cow'/2673, l='MpServer', x=193.09, y=69.00, z=70.50], EntityCow['Cow'/2672, l='MpServer', x=203.91, y=69.00, z=70.25], EntityCow['Cow'/2679, l='MpServer', x=195.88, y=69.00, z=70.34], EntityCow['Cow'/2678, l='MpServer', x=201.09, y=69.00, z=71.91], EntityLegacySkeleton['Skeleton'/23970, l='MpServer', x=254.60, y=15.00, z=-22.42], EntityCow['Cow'/2677, l='MpServer', x=193.09, y=69.00, z=69.09], EntityLegacySkeleton['Skeleton'/23971, l='MpServer', x=259.50, y=15.00, z=-24.13], EntityCow['Cow'/2676, l='MpServer', x=193.09, y=69.00, z=71.91], EntityLegacyZombie['Zombie'/13808, l='MpServer', x=214.77, y=16.00, z=42.41], EntityBat['Bat'/23023, l='MpServer', x=177.75, y=21.10, z=17.00], EntityCow['Cow'/2683, l='MpServer', x=202.31, y=69.00, z=71.91], EntityCow['Cow'/2682, l='MpServer', x=197.09, y=69.00, z=69.09], EntityCow['Cow'/2681, l='MpServer', x=201.41, y=69.00, z=69.09], EntityCow['Cow'/2680, l='MpServer', x=194.28, y=69.00, z=69.09], EntityLegacySkeleton['Skeleton'/23490, l='MpServer', x=303.31, y=44.00, z=17.59], EntityCow['Cow'/2687, l='MpServer', x=195.84, y=69.00, z=71.78], EntityCow['Cow'/2686, l='MpServer', x=202.63, y=69.00, z=69.09], EntityItemFrame['entity.ItemFrame.name'/192, l='MpServer', x=183.50, y=47.50, z=136.06], EntityCow['Cow'/2685, l='MpServer', x=199.50, y=69.00, z=69.09], EntitySlime['Slime'/22292, l='MpServer', x=209.31, y=13.81, z=35.23], EntityCow['Cow'/2684, l='MpServer', x=197.09, y=69.00, z=71.91], EntitySquid['Squid'/23033, l='MpServer', x=257.37, y=56.33, z=38.69], EntitySquid['Squid'/23032, l='MpServer', x=254.18, y=55.39, z=35.31], EntityBat['Bat'/23517, l='MpServer', x=278.47, y=16.39, z=11.03], EntitySquid['Squid'/23035, l='MpServer', x=250.51, y=55.84, z=31.49], EntityBat['Bat'/23516, l='MpServer', x=277.06, y=15.79, z=21.69], EntitySquid['Squid'/23034, l='MpServer', x=250.50, y=53.06, z=36.48], EntityOtherPlayerMP['KassuriBard'/375, l='MpServer', x=276.41, y=35.00, z=33.34], EntityBat['Bat'/23027, l='MpServer', x=214.59, y=15.10, z=39.72], EntityCow['Cow'/2670, l='MpServer', x=194.63, y=69.00, z=70.66], EntityCow['Cow'/2671, l='MpServer', x=198.34, y=69.00, z=70.28], EntityCow['Cow'/2669, l='MpServer', x=194.25, y=69.00, z=71.91], EntityLegacySkeleton['Skeleton'/23951, l='MpServer', x=208.31, y=20.98, z=-8.83], EntityLegacyEnderman['Enderman'/16978, l='MpServer', x=256.22, y=14.00, z=-20.50], EntityLegacySkeleton['Skeleton'/17943, l='MpServer', x=296.19, y=22.00, z=8.78], EntityLegacyZombie['Zombie'/23676, l='MpServer', x=262.50, y=36.00, z=-8.50], EntitySquid['Squid'/23045, l='MpServer', x=287.75, y=46.00, z=76.88], EntitySquid['Squid'/23047, l='MpServer', x=278.69, y=56.36, z=73.69], EntitySquid['Squid'/23049, l='MpServer', x=285.39, y=48.18, z=44.39], EntitySquid['Squid'/23048, l='MpServer', x=272.50, y=48.00, z=51.53], EntitySquid['Squid'/23051, l='MpServer', x=269.52, y=54.43, z=39.35], EntitySquid['Squid'/23050, l='MpServer', x=282.54, y=52.31, z=42.51], EntityLegacyZombie['Zombie'/20656, l='MpServer', x=212.34, y=20.00, z=55.06], EntitySquid['Squid'/19823, l='MpServer', x=262.22, y=48.00, z=68.50], EntityLegacyZombie['Zombie'/23633, l='MpServer', x=293.56, y=22.00, z=7.72], EntityLegacyZombie['Zombie'/23634, l='MpServer', x=296.02, y=22.00, z=10.58], EntityLegacyZombie['Zombie'/23635, l='MpServer', x=299.75, y=23.00, z=20.50], EntityLegacyCreeper['Creeper'/23636, l='MpServer', x=296.29, y=23.08, z=9.72], EntityItemFrame['entity.ItemFrame.name'/7347, l='MpServer', x=248.50, y=16.50, z=142.94], EntityItemFrame['entity.ItemFrame.name'/7346, l='MpServer', x=246.50, y=16.50, z=142.94], EntityItemFrame['entity.ItemFrame.name'/7345, l='MpServer', x=244.50, y=16.50, z=142.94], EntityItemFrame['entity.ItemFrame.name'/7344, l='MpServer', x=250.94, y=16.50, z=141.50], EntityLegacySkeleton['Skeleton'/20716, l='MpServer', x=213.70, y=13.00, z=7.30], EntityLegacyZombie['Zombie'/22651, l='MpServer', x=163.50, y=34.00, z=115.50], EntityLegacyCreeper['Creeper'/22648, l='MpServer', x=294.00, y=11.00, z=37.31], EntityLegacyCreeper['Creeper'/22649, l='MpServer', x=288.38, y=13.00, z=37.09], EntityBat['Bat'/22156, l='MpServer', x=223.75, y=17.10, z=-14.59], EntityChicken['Chicken'/7357, l='MpServer', x=265.47, y=11.00, z=30.47], EntityItemFrame['entity.ItemFrame.name'/7330, l='MpServer', x=250.94, y=15.50, z=139.50], EntityItemFrame['entity.ItemFrame.name'/7331, l='MpServer', x=250.94, y=14.50, z=141.50], EntityLegacyZombie['Zombie'/19742, l='MpServer', x=270.38, y=14.00, z=-4.72], EntityItemFrame['entity.ItemFrame.name'/7328, l='MpServer', x=250.94, y=14.50, z=137.50], EntityItemFrame['entity.ItemFrame.name'/7329, l='MpServer', x=250.94, y=14.50, z=139.50], EntityItemFrame['entity.ItemFrame.name'/7334, l='MpServer', x=246.50, y=15.50, z=142.94], EntityItemFrame['entity.ItemFrame.name'/7335, l='MpServer', x=244.50, y=15.50, z=142.94], EntityItemFrame['entity.ItemFrame.name'/7332, l='MpServer', x=250.94, y=15.50, z=141.50], EntityItemFrame['entity.ItemFrame.name'/7333, l='MpServer', x=248.50, y=15.50, z=142.94], EntityItemFrame['entity.ItemFrame.name'/7338, l='MpServer', x=246.50, y=14.50, z=142.94], EntityItemFrame['entity.ItemFrame.name'/7339, l='MpServer', x=246.50, y=14.50, z=142.94], EntitySquid['Squid'/23119, l='MpServer', x=286.34, y=56.75, z=57.34], EntityItemFrame['entity.ItemFrame.name'/7336, l='MpServer', x=246.50, y=15.50, z=142.94], EntitySquid['Squid'/23118, l='MpServer', x=290.78, y=58.06, z=71.97], EntityItemFrame['entity.ItemFrame.name'/7337, l='MpServer', x=246.50, y=14.50, z=142.94], EntityItemFrame['entity.ItemFrame.name'/7342, l='MpServer', x=250.94, y=16.50, z=137.50], EntityItemFrame['entity.ItemFrame.name'/7343, l='MpServer', x=250.94, y=16.50, z=139.50], EntityItemFrame['entity.ItemFrame.name'/7340, l='MpServer', x=244.50, y=14.50, z=142.94], EntityLegacyZombie['Zombie'/20278, l='MpServer', x=301.00, y=34.00, z=27.94], EntityItemFrame['entity.ItemFrame.name'/7341, l='MpServer', x=248.50, y=14.50, z=142.94], EntityLegacyZombie['Zombie'/22178, l='MpServer', x=240.34, y=12.00, z=37.09], EntityLegacyCreeper['Creeper'/22179, l='MpServer', x=240.53, y=11.00, z=35.00], EntityOtherPlayerMP['KassuriBard'/375, l='MpServer', x=276.41, y=35.00, z=33.34], EntityLegacyCreeper['Creeper'/22615, l='MpServer', x=274.56, y=13.00, z=3.56], EntitySquid['Squid'/23164, l='MpServer', x=285.08, y=47.40, z=61.69], EntitySquid['Squid'/23162, l='MpServer', x=266.50, y=56.34, z=-7.50], EntityLegacySkeleton['Skeleton'/23569, l='MpServer', x=201.00, y=22.00, z=18.91], EntitySquid['Squid'/23163, l='MpServer', x=270.75, y=56.13, z=-13.31], EntityLegacySkeleton['Skeleton'/23570, l='MpServer', x=212.06, y=15.00, z=26.31], EntityItemFrame['entity.ItemFrame.name'/7327, l='MpServer', x=250.94, y=15.50, z=137.50], EntitySquid['Squid'/23160, l='MpServer', x=271.63, y=56.39, z=-5.97], EntitySquid['Squid'/23161, l='MpServer', x=271.31, y=55.36, z=-5.06], EntityChicken['Chicken'/6351, l='MpServer', x=213.81, y=10.00, z=29.81], EntityLegacyCreeper['Creeper'/17827, l='MpServer', x=295.53, y=36.00, z=3.41], EntitySquid['Squid'/23151, l='MpServer', x=273.50, y=55.24, z=9.44], EntitySquid['Squid'/23150, l='MpServer', x=264.94, y=56.14, z=8.09], EntitySquid['Squid'/23149, l='MpServer', x=269.87, y=55.72, z=18.80], EntitySquid['Squid'/23148, l='MpServer', x=280.10, y=56.68, z=21.81], EntitySquid['Squid'/23195, l='MpServer', x=251.47, y=54.49, z=49.47], EntitySquid['Squid'/23194, l='MpServer', x=270.57, y=48.01, z=47.09], EntityLegacySkeleton['Skeleton'/21012, l='MpServer', x=287.63, y=28.59, z=24.34], EntitySquid['Squid'/23169, l='MpServer', x=288.49, y=47.16, z=53.49], EntitySquid['Squid'/23170, l='MpServer', x=263.28, y=48.99, z=59.99], EntityBat['Bat'/18837, l='MpServer', x=301.63, y=40.10, z=32.25], EntityLegacySkeleton['Skeleton'/22693, l='MpServer', x=177.59, y=11.00, z=-2.41], EntitySquid['Squid'/23171, l='MpServer', x=271.05, y=48.37, z=55.51], EntitySquid['Squid'/23173, l='MpServer', x=226.16, y=52.81, z=-21.13], EntitySquid['Squid'/23175, l='MpServer', x=234.22, y=53.34, z=-18.09], EntityLegacyZombie['Zombie'/23760, l='MpServer', x=291.31, y=20.90, z=3.00], EntityBat['Bat'/14975, l='MpServer', x=263.78, y=18.10, z=37.75], EntityBat['Bat'/22667, l='MpServer', x=305.25, y=22.10, z=16.44], EntitySquid['Squid'/23202, l='MpServer', x=243.31, y=59.34, z=-19.06], EntitySquid['Squid'/23204, l='MpServer', x=247.41, y=57.78, z=-18.94], EntityLegacySkeleton['Skeleton'/23759, l='MpServer', x=303.69, y=20.02, z=-34.91], EntityLegacyCreeper['Creeper'/23261, l='MpServer', x=276.84, y=35.00, z=9.69], EntityBat['Bat'/22779, l='MpServer', x=281.50, y=31.10, z=37.75], EntityBat['Bat'/22778, l='MpServer', x=299.75, y=22.00, z=13.25], EntityBat['Bat'/22776, l='MpServer', x=280.59, y=31.10, z=37.41], EntityBat['Bat'/22780, l='MpServer', x=286.56, y=32.10, z=29.25], EntityLegacySkeleton['Skeleton'/23283, l='MpServer', x=260.44, y=25.00, z=-23.25], EntityLegacyZombie['Zombie'/23281, l='MpServer', x=259.50, y=25.00, z=-24.13], EntityLegacyZombie['Zombie'/23280, l='MpServer', x=260.03, y=25.00, z=-22.31], EntityLegacyCreeper['Creeper'/23278, l='MpServer', x=222.31, y=23.00, z=10.44], EntityLegacyCreeper['Creeper'/23279, l='MpServer', x=204.92, y=23.00, z=23.92], EntityBat['Bat'/20369, l='MpServer', x=209.69, y=17.10, z=21.25], EntityBat['Bat'/17701, l='MpServer', x=254.34, y=27.10, z=-22.75], EntityLegacyZombie['Zombie'/22721, l='MpServer', x=268.50, y=26.00, z=-35.50], EntityLegacySpider['Spider'/23268, l='MpServer', x=224.50, y=23.00, z=8.72], EntityLegacyZombie['Zombie'/22064, l='MpServer', x=301.84, y=25.00, z=23.94], EntityLegacyZombie['Zombie'/22065, l='MpServer', x=297.66, y=23.00, z=21.79], EntityLegacyCreeper['Creeper'/23688, l='MpServer', x=167.50, y=12.00, z=-34.44], EntityLegacySkeleton['Skeleton'/23689, l='MpServer', x=170.69, y=12.00, z=-34.41], EntityLegacySkeleton['Skeleton'/23690, l='MpServer', x=263.00, y=35.00, z=-16.38], EntityLegacySkeleton['Skeleton'/23691, l='MpServer', x=261.78, y=34.00, z=-21.69]]
2014-02-25 15:03:26 [INFO] [STDOUT] Retry entities: 0 total; []
2014-02-25 15:03:26 [INFO] [STDOUT] Server brand: fml,forge
2014-02-25 15:03:26 [INFO] [STDOUT] Server type: Non-integrated multiplayer server
2014-02-25 15:03:26 [INFO] [STDOUT] Stacktrace:
2014-02-25 15:03:26 [INFO] [STDOUT] at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:440)
2014-02-25 15:03:26 [INFO] [STDOUT] at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2312)
2014-02-25 15:03:26 [INFO] [STDOUT] at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:856)
2014-02-25 15:03:26 [INFO] [STDOUT] at net.minecraft.client.main.Main.main(SourceFile:101)
2014-02-25 15:03:26 [INFO] [STDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2014-02-25 15:03:26 [INFO] [STDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
2014-02-25 15:03:26 [INFO] [STDOUT] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2014-02-25 15:03:26 [INFO] [STDOUT] at java.lang.reflect.Method.invoke(Method.java:606)
2014-02-25 15:03:26 [INFO] [STDOUT] at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
2014-02-25 15:03:26 [INFO] [STDOUT] at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
2014-02-25 15:03:26 [INFO] [STDOUT]
2014-02-25 15:03:26 [INFO] [STDOUT] -- System Details --
2014-02-25 15:03:26 [INFO] [STDOUT] Details:
2014-02-25 15:03:26 [INFO] [STDOUT] Minecraft Version: 1.6.4
2014-02-25 15:03:26 [INFO] [STDOUT] Operating System: Mac OS X (x86_64) version 10.7.5
2014-02-25 15:03:26 [INFO] [STDOUT] Java Version: 1.7.0_51, Oracle Corporation
2014-02-25 15:03:26 [INFO] [STDOUT] Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
2014-02-25 15:03:26 [INFO] [STDOUT] Memory: 118845808 bytes (113 MB) / 412532736 bytes (393 MB) up to 1321205760 bytes (1260 MB)
2014-02-25 15:03:26 [INFO] [STDOUT] JVM Flags: 19 total; -Xms400m -Xmx1300m -XX:+UseConcMarkSweepGC -XX:+ExplicitGCInvokesConcurrentAndUnloadsClasses -XX:MaxHeapFreeRatio=25 -XX:MinHeapFreeRatio=22 -XX:CMSInitiatingOccupancyFraction=80 -XX:NewSize=200m -XX:MaxNewSize=200m -XX:SurvivorRatio=3 -XX:TargetSurvivorRatio=80 -XX:SoftRefLRUPolicyMSPerMB=0 -XX:+PrintTenuringDistribution -XX:MaxTenuringThreshold=6 -XX:+PrintCommandLineFlags -XX:+PrintHeapAtGC -XX:+PrintGCDetails -Xloggc:GC.log -XX:+PrintGCDateStamps
2014-02-25 15:03:26 [INFO] [STDOUT] AABB Pool Size: 4288 (240128 bytes; 0 MB) allocated, 2861 (160216 bytes; 0 MB) used
2014-02-25 15:03:26 [INFO] [STDOUT] Suspicious classes: FML and Forge are installed
2014-02-25 15:03:26 [INFO] [STDOUT] IntCache: cache: 995, tcache: 13948, allocated: 3, tallocated: 63
2014-02-25 15:03:26 [INFO] [STDOUT] FML: MCP v8.11 FML v6.4.49.965 Minecraft Forge 9.11.1.965 45 mods loaded, 45 mods active
2014-02-25 15:03:26 [INFO] [STDOUT] mcp{8.09} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
2014-02-25 15:03:26 [INFO] [STDOUT] FML{6.4.49.965} [Forge Mod Loader] (minecraftforge-9.11.1.965.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
2014-02-25 15:03:26 [INFO] [STDOUT] Forge{9.11.1.965} [Minecraft Forge] (minecraftforge-9.11.1.965.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
2014-02-25 15:03:26 [INFO] [STDOUT] CodeChickenCore{0.9.0.8} [CodeChicken Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
2014-02-25 15:03:26 [INFO] [STDOUT] Evoc{1.0.0} [Evoc] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
2014-02-25 15:03:26 [INFO] [STDOUT] MobiusCore{1.0.5} [MobiusCore] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
2014-02-25 15:03:26 [INFO] [STDOUT] NotEnoughItems{1.6.1.9} [Not Enough Items] (NotEnoughItems 1.6.1.9.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
2014-02-25 15:03:26 [INFO] [STDOUT] denLib{3.2.6} [denLib] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
2014-02-25 15:03:26 [INFO] [STDOUT] DenEvents{1.0} [DenEvents] (DenEvents.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
2014-02-25 15:03:26 [INFO] [STDOUT] Artifacts{0.12.3} [Artifacts] (Artifacts-162-0123.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
2014-02-25 15:03:26 [INFO] [STDOUT] ATG{0.9.4} [Alternate Terrain Generation] (ATG-1.6.4-0.9.4.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
2014-02-25 15:03:26 [INFO] [STDOUT] BBOutlineMod{0.10-4} [BBox Outline Mod] (bboutline-v0.10-4-1.6.4-9.11.0.880-forge.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
2014-02-25 15:03:26 [INFO] [STDOUT] bspkrsCore{v5.3(1.6.4)} [bspkrsCore] (bspkrsCorev5.3.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
2014-02-25 15:03:26 [INFO] [STDOUT] CarpentersBlocks{2.0.3} [Carpenter's Blocks] (Carpenter's Blocks v2.0.3 - MC 1.6+.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
2014-02-25 15:03:26 [INFO] [STDOUT] CreeperCollateral{3.0.3} [CreeperCollateral] (CreeperCollateral-1.6.4-3.0.3.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
2014-02-25 15:03:26 [INFO] [STDOUT] ImmibisCore{57.1.94} [Immibis Core] (immibis-core-57.1.94.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
2014-02-25 15:03:26 [INFO] [STDOUT] DimensionalAnchors{57.1.95} [Dimensional Anchors] (dimensional-anchor-57.1.95.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
2014-02-25 15:03:26 [INFO] [STDOUT] Waila{1.5.1} [Waila] (Waila_1.5.1a.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
2014-02-25 15:03:26 [INFO] [STDOUT] DragonAPI{release} [DragonAPI] (DragonAPI 1.6 V17.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
2014-02-25 15:03:26 [INFO] [STDOUT] DyeTrees{beta} [Dye Trees] (DyeTrees 1.6 V17.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
2014-02-25 15:03:26 [INFO] [STDOUT] EnderStorage{1.4.3.6} [EnderStorage] (EnderStorage 1.4.3.6.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
2014-02-25 15:03:26 [INFO] [STDOUT] ExtrabiomesXL{3.15.4} [ExtrabiomesXL] (ExtrabiomesXL-universal-1.6.4-3.15.4.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
2014-02-25 15:03:26 [INFO] [STDOUT] ExtraUtilities{1.0.3a} [Extra Utilities] (extrautils-1.0.3a.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
2014-02-25 15:03:26 [INFO] [STDOUT] Mystcraft{0.10.12.01} [Mystcraft] (mystcraft-uni-1.6.4-0.10.12.01.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
2014-02-25 15:03:26 [INFO] [STDOUT] XplosionCore{1.0.2.0} [Xplosion Core] (XplosionCore-V1.0.2.0.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
2014-02-25 15:03:26 [INFO] [STDOUT] FlatBedrock{1.1.1.0} [Flat Bedrock] (FlatBedrock-1.1.1.0.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
2014-02-25 15:03:26 [INFO] [STDOUT] GeoStrata{Gamma} [GeoStrata] (GeoStrata 1.6 V17.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
2014-02-25 15:03:26 [INFO] [STDOUT] InfernalMobs{1.4.3} [Infernal Mobs] (InfernalMobs_1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
2014-02-25 15:03:26 [INFO] [STDOUT] JABBA{1.1.1} [JABBA] (JABBA_1.1.1.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
2014-02-25 15:03:26 [INFO] [STDOUT] LegacyCraft{beta} [LegacyCraft] (LegacyCraft 1.6 V17.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
2014-02-25 15:03:26 [INFO] [STDOUT] linkingtweaks{@VERSION@} [Linking Tweaks] (linking-tweaks_pre1.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
2014-02-25 15:03:26 [INFO] [STDOUT] DestinationRenderer{0.0.12} [Link Destination Renderer] (LinkRenders-012.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
2014-02-25 15:03:26 [INFO] [STDOUT] MagicYarn{1.0.9} [Magic Yarn] (MagicYarn_1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
2014-02-25 15:03:26 [INFO] [STDOUT] Specialized Maps{2.0.0} [More Maps] (more-maps-162.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
2014-02-25 15:03:26 [INFO] [STDOUT] AS_MultiMine{1.3.4} [Multi Mine] (MultiMine_1.6.4.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
2014-02-25 15:03:26 [INFO] [STDOUT] Opis{1.1.3_alpha} [Opis] (Opis_1.1.3_alpha.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
2014-02-25 15:03:26 [INFO] [STDOUT] MapWriter{2.0.1} [MapWriter] (Opis_1.1.3_alpha.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
2014-02-25 15:03:26 [INFO] [STDOUT] Roguelike{1.2.9} [Roguelike Dungeons] (roguelike-v1.2.9-forge-1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
2014-02-25 15:03:26 [INFO] [STDOUT] Translocator{1.1.0.14} [Translocator] (Translocator 1.1.0.14.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
2014-02-25 15:03:26 [INFO] [STDOUT] TreeCapitator{Forge 1.6.4.r09} [Treecapitator] (TreeCapitator.Forge.1.6.4.r09.Universal.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
2014-02-25 15:03:26 [INFO] [STDOUT] TwilightForest{1.20.3} [The Twilight Forest] (twilightforest-1.20.3.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
2014-02-25 15:03:26 [INFO] [STDOUT] UndergroundBiomes{0.4.3} [Underground Biomes] (UndergroundBiomesConstructs_1.6.x-0.3j.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
2014-02-25 15:03:26 [INFO] [STDOUT] MineTweaker{1.6.4-2.1.2} [MineTweaker] (zMineTweaker-1.6.4-2.3.1.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
2014-02-25 15:03:26 [INFO] [STDOUT] CustomOreGenRevived{1.0.22} [Custom Ore Generation: First Revival] (CustomOreGenRevived-1.6.4-1.0.22.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
2014-02-25 15:03:26 [INFO] [STDOUT] mod_CustomOreGen{1.0.22} [mod_CustomOreGen] (CustomOreGenRevived-1.6.4-1.0.22.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
2014-02-25 15:03:26 [INFO] [STDOUT] Launched Version: 1.6.4-Forge9.11.1.965
2014-02-25 15:03:26 [INFO] [STDOUT] LWJGL: 2.9.0
2014-02-25 15:03:26 [INFO] [STDOUT] OpenGL: Intel HD Graphics 3000 OpenGL Engine GL version 2.1 APPLE-7.32.12, Intel Inc.
2014-02-25 15:03:26 [INFO] [STDOUT] Is Modded: Definitely; Client brand changed to 'fml,forge'
2014-02-25 15:03:26 [INFO] [STDOUT] Type: Client (map_client.txt)
2014-02-25 15:03:26 [INFO] [STDOUT] Resource Pack: Default
2014-02-25 15:03:26 [INFO] [STDOUT] Current Language: English (US)
2014-02-25 15:03:26 [INFO] [STDOUT] Profiler Position: N/A (disabled)
2014-02-25 15:03:26 [INFO] [STDOUT] Vec3 Pool Size: 6581 (368536 bytes; 0 MB) allocated, 2652 (148512 bytes; 0 MB) used
2014-02-25 15:03:26 [INFO] [STDOUT] #@!@# Game crashed! Crash report saved to: #@!@# /Users/michael/Library/Application Support/minecraft/crash-reports/crash-2014-02-25_15.03.26-client.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment