Coder Social home page Coder Social logo

modpack's People

Contributors

aerospark avatar buuz135 avatar crawln45 avatar dominance avatar doughnutdev avatar dyonovan avatar erkro1 avatar hertzigger avatar jasonmcray avatar katecw avatar leagris avatar lilmoefow avatar namikon avatar satoshinm avatar spacebuilder2020 avatar tworf avatar

Watchers

 avatar  avatar

modpack's Issues

Many: does not have a MCVersion annotation, it may cause issues with this version of Minecraft

Several mods log about not having an MCVersion annotation:

Using onesix launcher.

[20:20:31] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLTweaker
[20:20:31] [main/INFO] [LaunchWrapper]: Using primary tweak class name cpw.mods.fml.common.launcher.FMLTweaker
[20:20:31] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLTweaker
[20:20:31] [main/INFO] [FML]: Forge Mod Loader version 7.99.40.1614 for Minecraft 1.7.10 loading
[20:20:31] [main/INFO] [FML]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_131, running on Mac OS X:x86_64:10.13, installed at /Library/Java/JavaVirtualMachines/jdk1.8.0_131.jdk/Contents/Home/jre
[20:20:31] [main/INFO] [FML]: [AppEng] Core Init
[20:20:31] [main/WARN] [FML]: The coremod codechicken.core.launch.CodeChickenCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[20:20:33] [main/INFO] [STDERR]: [codechicken.core.launch.DepLoader$DepLoadInst:checkExisting:436]: Warning: version of ForgeMultipart, 1.2.0.347 is newer than request 1.2.0.345
[20:20:33] [main/WARN] [FML]: The coremod cofh.asm.LoadingPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[20:20:33] [main/INFO] [FML]: Loading tweaker fastcraft.Tweaker from fastcraft-1.23.jar
[20:20:33] [main/INFO] [FML]: Loading tweaker forestry.shade.javacheck.Java7Checker from forestry_1.7.10-4.2.16.64.jar
[20:20:33] [main/WARN] [FML]: The coremod codechicken.core.launch.DepLoader does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[20:20:33] [main/WARN] [FML]: The coremod ic2.core.coremod.IC2core does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[20:20:33] [main/WARN] [FML]: The coremod invtweaks.forge.asm.FMLPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[20:20:33] [main/INFO] [FML]: Loading tweaker com.mumfrey.liteloader.launch.LiteLoaderTweaker from liteloader-1.7.10.jar
[20:20:33] [main/WARN] [FML]: The coremod logisticspipes.asm.LogisticsPipesCoreLoader does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[20:20:33] [main/WARN] [FML]: The coremod net.malisis.core.asm.MalisisCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[20:20:33] [main/WARN] [FML]: The coremod micdoodle8.mods.miccore.MicdoodlePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[20:20:33] [main/INFO] [STDOUT]: [micdoodle8.mods.miccore.DepLoader$DepLoadInst:<init>:333]: MicdoodleCore searching for dependencies in mods file: /Applications/MultiMC.app/Contents/MacOS/instances/1.7.10 Beyond Reality/minecraft/mods
[20:20:33] [main/WARN] [FML]: The coremod mcp.mobius.mobiuscore.asm.CoreDescription does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[20:20:33] [main/WARN] [FML]: The coremod mrtjp.core.handler.CorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[20:20:33] [main/WARN] [FML]: The coremod codechicken.nei.asm.NEICorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[20:20:33] [main/WARN] [FML]: The coremod openblocks.OpenBlocksCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[20:20:33] [main/WARN] [FML]: The coremod openmods.core.OpenModsCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[20:20:33] [main/WARN] [FML]: The coremod codechicken.core.launch.DepLoader does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[20:20:33] [main/WARN] [FML]: The coremod lumien.randomthings.Transformer.RTLoadingPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[20:20:33] [main/WARN] [FML]: The coremod thaumcraft.codechicken.core.launch.DepLoader does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[20:20:33] [main/WARN] [FML]: The coremod codechicken.core.launch.DepLoader does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[20:20:33] [main/WARN] [FML]: The coremod thaumic.tinkerer.preloader.ThaumicTLoaderContainer does not have a MCVersion annotation, it may cause issues with this version of Minecraft

GraviSuite: [FML]: Unable to determine registrant mod for com.estebes.gravisuitereloaded.item.tool.ItemToolTheChopper@4f511f42. This is a critical error and should be impossible

GraviSuite Reloaded has an "impossible" error, being unable to determine the "registrant mod" - what does this mean and why?

[20:20:59] [Client thread/INFO] [FML]: Processing ObjectHolder annotations
[20:20:59] [Client thread/ERROR] [FML]: Unable to determine registrant mod for com.estebes.gravisuitereloaded.item.tool.ItemToolTheChopper@4f511f42. This is a critical error and should be impossible
java.lang.Throwable
	at cpw.mods.fml.common.eventhandler.EventBus.register(EventBus.java:55) [EventBus.class:?]
	at com.estebes.gravisuitereloaded.item.tool.ItemToolTheChopper.<init>(ItemToolTheChopper.java:35) [ItemToolTheChopper.class:?]
	at com.estebes.gravisuitereloaded.init.ItemInit.<clinit>(ItemInit.java:23) [ItemInit.class:?]
	at java.lang.Class.forName0(Native Method) [?:1.8.0_131]
	at java.lang.Class.forName(Class.java:348) [?:1.8.0_131]
	at cpw.mods.fml.common.registry.ObjectHolderRegistry.scanTarget(ObjectHolderRegistry.java:70) [ObjectHolderRegistry.class:?]
	at cpw.mods.fml.common.registry.ObjectHolderRegistry.findObjectHolders(ObjectHolderRegistry.java:39) [ObjectHolderRegistry.class:?]
	at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:554) [Loader.class:?]
	at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:243) [FMLClientHandler.class:?]
	at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480) [bao.class:?]
	at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878) [bao.class:?]
	at net.minecraft.client.main.Main.main(SourceFile:148) [Main.class:?]
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_131]
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_131]
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_131]
	at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_131]
	at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
	at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_131]
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_131]
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_131]
	at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_131]
	at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:236) [NewLaunch.jar:?]
	at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:297) [NewLaunch.jar:?]
	at org.multimc.EntryPoint.listen(EntryPoint.java:162) [NewLaunch.jar:?]
	at org.multimc.EntryPoint.main(EntryPoint.java:53) [NewLaunch.jar:?]
[20:20:59] [Client thread/INFO] [FML]: Found 120 ObjectHolder annotations

Archimedes Ships: replace with Archimedes Ships Plus?

Opis: MOD HAS DIRECT REFERENCE System.exit() THIS IS NOT ALLOWED REROUTING TO FML

Seems harmless in an Opis library, but it does cause FML to warn:

[20:21:58] [Client thread/WARN] [FML]: =============================================================
[20:21:58] [Client thread/WARN] [FML]: MOD HAS DIRECT REFERENCE System.exit() THIS IS NOT ALLOWED REROUTING TO FML!
[20:21:58] [Client thread/WARN] [FML]: Offendor: mcp/mobius/opis/gui/font/TrueTypeFont.loadImage(Ljava/awt/image/BufferedImage;)I
[20:21:58] [Client thread/WARN] [FML]: Use FMLCommonHandler.exitJava instead
[20:21:58] [Client thread/WARN] [FML]: =============================================================

Texture errors: domain minecraft is missing 31 textures

Is this because I'm using the custom Soartex pack from Beyond Reality? Does missing mean it falls back the original texture or what?

[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]: +=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]: The following texture errors were found.
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]: ==================================================
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]:   DOMAIN minecraft
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]: --------------------------------------------------
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]:   domain minecraft is missing 31 textures
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]:     domain minecraft has 15 locations:
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]:       unknown resourcepack type net.minecraft.client.resources.DefaultResourcePack : Default
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]:       mod Botania resources at /Applications/MultiMC.app/Contents/MacOS/instances/1.7.10 Beyond Reality/minecraft/mods/Botania r1.8-249.jar
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]:       mod factorization.misc resources at /Applications/MultiMC.app/Contents/MacOS/instances/1.7.10 Beyond Reality/minecraft/mods/Factorization-1.7.10-0.8.107.jar
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]:       mod fz.scrap resources at /Applications/MultiMC.app/Contents/MacOS/instances/1.7.10 Beyond Reality/minecraft/mods/Factorization-1.7.10-0.8.107.jar
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]:       mod factorization.notify resources at /Applications/MultiMC.app/Contents/MacOS/instances/1.7.10 Beyond Reality/minecraft/mods/Factorization-1.7.10-0.8.107.jar
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]:       mod factorization.dimensionalSlice resources at /Applications/MultiMC.app/Contents/MacOS/instances/1.7.10 Beyond Reality/minecraft/mods/Factorization-1.7.10-0.8.107.jar
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]:       mod factorization.truth resources at /Applications/MultiMC.app/Contents/MacOS/instances/1.7.10 Beyond Reality/minecraft/mods/Factorization-1.7.10-0.8.107.jar
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]:       mod factorization resources at /Applications/MultiMC.app/Contents/MacOS/instances/1.7.10 Beyond Reality/minecraft/mods/Factorization-1.7.10-0.8.107.jar
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]:       mod gregtech resources at /Applications/MultiMC.app/Contents/MacOS/instances/1.7.10 Beyond Reality/minecraft/mods/gregtech-5.09.28pre.jar
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]:       mod miscutils resources at /Applications/MultiMC.app/Contents/MacOS/instances/1.7.10 Beyond Reality/minecraft/mods/GT-PlusPlus-1.5.0.1-Beta.jar
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]:       mod IC2 resources at /Applications/MultiMC.app/Contents/MacOS/instances/1.7.10 Beyond Reality/minecraft/mods/industrialcraft-2-2.2.827-experimental.jar
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]:       mod journeymap resources at /Applications/MultiMC.app/Contents/MacOS/instances/1.7.10 Beyond Reality/minecraft/mods/journeymap-1.7.10-5.1.4p2-unlimited.jar
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]:       mod cfm resources at /Applications/MultiMC.app/Contents/MacOS/instances/1.7.10 Beyond Reality/minecraft/mods/MrCrayfishFurnitureModv3.4.8(1.7.10).jar
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]:       mod Thaumcraft resources at /Applications/MultiMC.app/Contents/MacOS/instances/1.7.10 Beyond Reality/minecraft/mods/Thaumcraft-1.7.10-4.2.3.5.jar
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]:       resource pack at path /Applications/MultiMC.app/Contents/MacOS/instances/1.7.10 Beyond Reality/minecraft/resourcepacks/Fanver_Beyond_Reality.zip
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]:     The missing resources for domain minecraft are:
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]:       textures/items/MISSING_ICON_ITEM_8276_focusSmelt.png
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]:       textures/items/MISSING_ICON_ITEM_8288_focusDislocation.png
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]:       textures/items/MISSING_ICON_ITEM_6458_logisticFrameStorage.png
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]:       textures/items/MISSING_ICON_ITEM_8287_focusDeflect.png
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]:       textures/blocks/MISSING_ICON_BLOCK_2451_JAKJ_RedstoneInMotion_RailSpecter.png
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]:       textures/blocks/MISSING_ICON_BLOCK_2452_statues.statue.png
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]:       textures/items/MISSING_ICON_ITEM_6257_null.png
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]:       textures/items/MISSING_ICON_ITEM_6259_null.png
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]:       textures/items/MISSING_ICON_ITEM_8264_itemAspect.png
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]:       textures/items/MISSING_ICON_ITEM_6254_null.png
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]:       textures/items/MISSING_ICON_ITEM_6255_null.png
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]:       textures/items/MISSING_ICON_ITEM_6473_heatFrame.png
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]:       textures/items/MISSING_ICON_ITEM_6289_extracells.pattern.crafting.png
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]:       textures/blocks/MISSING_ICON_BLOCK_2450_JAKJ_RedstoneInMotion_Spectre.png
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]:       textures/items/MISSING_ICON_ITEM_6456_logisticFrameRequester.png
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]:       textures/items/MISSING_ICON_ITEM_6286_extracells.fluid.item.png
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]:       textures/blocks/MISSING_ICON_BLOCK_2453_statues.showcase.png
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]:       textures/items/MISSING_ICON_ITEM_6261_null.png
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]:       textures/items/MISSING_ICON_BLOCK_962_gaiaHeadBlock_skeleton.png
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]:       textures/items/MISSING_ICON_ITEM_6843_null.png
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]:       textures/blocks/planks.png
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]:       textures/blocks/MISSING_ICON_BLOCK_1924_extracells.block.walrus.png
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]:       textures/items/MISSING_ICON_ITEM_6741_hollowCarriage.png
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]:       textures/items/MISSING_ICON_ITEM_8282_focusHeal.png
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]:       textures/items/MISSING_ICON_ITEM_8285_focusTelekinesis.png
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]:       textures/items/MISSING_ICON_ITEM_6459_logisticFramePassiveProvider.png
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]:       textures/items/MISSING_ICON_ITEM_8272_focusEnderChest.png
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]:       textures/items/MISSING_ICON_ITEM_6457_logisticFrameDefaultStorage.png
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]:       textures/items/MISSING_ICON_ITEM_6460_logisticFrameActiveProvider.png
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]:       textures/items/MISSING_ICON_ITEM_8275_focusFlight.png
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]:       textures/items/MISSING_ICON_ITEM_6258_null.png
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]:     No other errors exist for domain minecraft
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]: ==================================================
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]: ==================================================
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]:   DOMAIN ttinkerer
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]: --------------------------------------------------
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]:   domain ttinkerer is missing 3 textures
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]:     domain ttinkerer has 2 locations:
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]:       mod ThaumicTinkerer resources at /Applications/MultiMC.app/Contents/MacOS/instances/1.7.10 Beyond Reality/minecraft/mods/ThaumicTinkerer-2.5-1.7.10-523.jar
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]:       resource pack at path /Applications/MultiMC.app/Contents/MacOS/instances/1.7.10 Beyond Reality/minecraft/resourcepacks/Fanver_Beyond_Reality.zip
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]:     The missing resources for domain ttinkerer are:
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]:       textures/blocks/repairer.png
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]:       textures/blocks/magnet.png
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]:       textures/items/mobAspect.png
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]:     No other errors exist for domain ttinkerer
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]: ==================================================
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]: ==================================================
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]:   DOMAIN pneumaticcraft
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]: --------------------------------------------------
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]:   domain pneumaticcraft is missing 1 texture
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]:     domain pneumaticcraft has 2 locations:
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]:       mod PneumaticCraft resources at /Applications/MultiMC.app/Contents/MacOS/instances/1.7.10 Beyond Reality/minecraft/mods/PneumaticCraft-1.7.10-1.12.7-150-universal.jar
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]:       resource pack at path /Applications/MultiMC.app/Contents/MacOS/instances/1.7.10 Beyond Reality/minecraft/resourcepacks/Fanver_Beyond_Reality.zip
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]:     The missing resources for domain pneumaticcraft are:
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]:       textures/items/cannonBarrel.png
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]:     No other errors exist for domain pneumaticcraft
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]: ==================================================
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]: ==================================================
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]:   DOMAIN miscutils
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]: --------------------------------------------------
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]:   domain miscutils is missing 10 textures
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]:     domain miscutils has 1 location:
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]:       mod miscutils resources at /Applications/MultiMC.app/Contents/MacOS/instances/1.7.10 Beyond Reality/minecraft/mods/GT-PlusPlus-1.5.0.1-Beta.jar
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]:     The missing resources for domain miscutils are:
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]:       textures/blocks/Chrono/MetalPanel.png
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]:       textures/items/MU-metaitem.02/5.png
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]:       textures/items/MU-metaitem.02/4.png
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]:       textures/blocks/Chrono/CyberPanel.png
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]:       textures/items/MU-metaitem.02/2.png
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]:       textures/blocks/Chrono/MetalFunnel.png
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]:       textures/items/MU-metaitem.02/3.png
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]:       textures/items/MU-metaitem.02/1.png
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]:       textures/items/MU-metaitem.02/0.png
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]:       textures/blocks/Chrono/MetalSheet2.png
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]:     No other errors exist for domain miscutils
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]: ==================================================
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]: ==================================================
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]:   DOMAIN harvestcraft
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]: --------------------------------------------------
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]:   domain harvestcraft is missing 1 texture
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]:     domain harvestcraft has 2 locations:
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]:       mod harvestcraft resources at /Applications/MultiMC.app/Contents/MacOS/instances/1.7.10 Beyond Reality/minecraft/mods/Pam's HarvestCraft 1.7.10Lb.jar
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]:       resource pack at path /Applications/MultiMC.app/Contents/MacOS/instances/1.7.10 Beyond Reality/minecraft/resourcepacks/Fanver_Beyond_Reality.zip
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]:     The missing resources for domain harvestcraft are:
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]:       textures/items/chocolaterollItem.png
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]:     No other errors exist for domain harvestcraft
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]: ==================================================
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]: ==================================================
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]:   DOMAIN chisel
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]: --------------------------------------------------
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]:   domain chisel is missing 1 texture
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]:     domain chisel has 2 locations:
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]:       mod chisel resources at /Applications/MultiMC.app/Contents/MacOS/instances/1.7.10 Beyond Reality/minecraft/mods/Chisel-2.9.5.11.jar
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]:       resource pack at path /Applications/MultiMC.app/Contents/MacOS/instances/1.7.10 Beyond Reality/minecraft/resourcepacks/Fanver_Beyond_Reality.zip
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]:     The missing resources for domain chisel are:
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]:       textures/blocks/endstone/EnderFrame.png
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]:     No other errors exist for domain chisel
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]: ==================================================
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]: ==================================================
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]:   DOMAIN thaumicexploration
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]: --------------------------------------------------
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]:   domain thaumicexploration is missing 1 texture
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]:     domain thaumicexploration has 1 location:
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]:       mod ThaumicExploration resources at /Applications/MultiMC.app/Contents/MacOS/instances/1.7.10 Beyond Reality/minecraft/mods/ThaumicExploration-1.7.10-1.1-53.jar
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]:     The missing resources for domain thaumicexploration are:
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]:       textures/blocks/metalbase.png
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]:     The following other errors were reported for domain thaumicexploration:
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]:     Problem: broken aspect ratio and not an animation
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]:       textures/blocks/soulBrazier.png
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]: ==================================================
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]: ==================================================
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]:   DOMAIN missing_icon_item_6298_extrautils
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]: --------------------------------------------------
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]:   domain missing_icon_item_6298_extrautils is missing 1 texture
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]:     domain missing_icon_item_6298_extrautils is missing a resource manager - it is probably a side-effect of automatic texture processing
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]:     The missing resources for domain missing_icon_item_6298_extrautils are:
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]:       textures/items/lawSword.png
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]:     No other errors exist for domain missing_icon_item_6298_extrautils
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]: ==================================================
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]: ==================================================
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]:   DOMAIN botania
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]: --------------------------------------------------
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]:   domain botania is missing 1 texture
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]:     domain botania has 2 locations:
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]:       mod Botania resources at /Applications/MultiMC.app/Contents/MacOS/instances/1.7.10 Beyond Reality/minecraft/mods/Botania r1.8-249.jar
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]:       resource pack at path /Applications/MultiMC.app/Contents/MacOS/instances/1.7.10 Beyond Reality/minecraft/resourcepacks/Fanver_Beyond_Reality.zip
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]:     The missing resources for domain botania are:
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]:       textures/blocks/alt/clayconiaChibi.png
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]:     No other errors exist for domain botania
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]: ==================================================
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]: ==================================================
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]:   DOMAIN logisticspipes
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]: --------------------------------------------------
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]:   domain logisticspipes is missing 3 textures
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]:     domain logisticspipes has 2 locations:
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]:       mod LogisticsPipes resources at /Applications/MultiMC.app/Contents/MacOS/instances/1.7.10 Beyond Reality/minecraft/mods/logisticspipes-0.9.3.131.jar
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]:       resource pack at path /Applications/MultiMC.app/Contents/MacOS/instances/1.7.10 Beyond Reality/minecraft/resourcepacks/Fanver_Beyond_Reality.zip
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]:     The missing resources for domain logisticspipes are:
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]:       textures/items/itemUpgrade/UpgradeModule.png
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]:       textures/items/itemUpgrade/LogicController.png
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]:       textures/items/ItemPipeSignCreator.png
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]:     No other errors exist for domain logisticspipes
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]: ==================================================
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]: ==================================================
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]:   DOMAIN gregtech
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]: --------------------------------------------------
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]:   domain gregtech is missing 8 textures
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]:     domain gregtech has 5 locations:
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]:       mod computronics resources at /Applications/MultiMC.app/Contents/MacOS/instances/1.7.10 Beyond Reality/minecraft/mods/Computronics-1.7.10-1.6.1.100-dev-OC1.6.jar
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]:       mod gregtech resources at /Applications/MultiMC.app/Contents/MacOS/instances/1.7.10 Beyond Reality/minecraft/mods/gregtech-5.09.28pre.jar
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]:       mod miscutils resources at /Applications/MultiMC.app/Contents/MacOS/instances/1.7.10 Beyond Reality/minecraft/mods/GT-PlusPlus-1.5.0.1-Beta.jar
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]:       resource pack at path /Applications/MultiMC.app/Contents/MacOS/instances/1.7.10 Beyond Reality/minecraft/resourcepacks/pgtat_v1_24.zip
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]:       resource pack at path /Applications/MultiMC.app/Contents/MacOS/instances/1.7.10 Beyond Reality/minecraft/resourcepacks/Fanver_Beyond_Reality.zip
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]:     The missing resources for domain gregtech are:
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]:       textures/blocks/basicmachines/ELECTRIC_OVEN/OVERLAY_FRONT_ACTIVE.png
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]:       textures/blocks/basicmachines/ELECTRIC_OVEN/OVERLAY_BOTTOM.png
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]:       textures/blocks/basicmachines/ELECTRIC_OVEN/OVERLAY_TOP_ACTIVE.png
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]:       textures/blocks/basicmachines/ELECTRIC_OVEN/OVERLAY_SIDE.png
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]:       textures/blocks/basicmachines/ELECTRIC_OVEN/OVERLAY_FRONT.png
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]:       textures/blocks/basicmachines/ELECTRIC_OVEN/OVERLAY_TOP.png
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]:       textures/blocks/basicmachines/ELECTRIC_OVEN/OVERLAY_BOTTOM_ACTIVE.png
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]:       textures/blocks/basicmachines/ELECTRIC_OVEN/OVERLAY_SIDE_ACTIVE.png
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]:     No other errors exist for domain gregtech
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]: ==================================================
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]: ==================================================
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]:   DOMAIN missing_icon_item_6315_extrautils
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]: --------------------------------------------------
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]:   domain missing_icon_item_6315_extrautils is missing 1 texture
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]:     domain missing_icon_item_6315_extrautils is missing a resource manager - it is probably a side-effect of automatic texture processing
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]:     The missing resources for domain missing_icon_item_6315_extrautils are:
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]:       textures/items/microblocks.png
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]:     No other errors exist for domain missing_icon_item_6315_extrautils
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]: ==================================================
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]: ==================================================
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]:   DOMAIN jakj_redstoneinmotion
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]: --------------------------------------------------
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]:   domain jakj_redstoneinmotion is missing 14 textures
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]:     domain jakj_redstoneinmotion has 1 location:
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]:       mod JAKJ_RedstoneInMotion resources at /Applications/MultiMC.app/Contents/MacOS/instances/1.7.10 Beyond Reality/minecraft/mods/RemainInMotion-2.8.9.jar
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]:     The missing resources for domain jakj_redstoneinmotion are:
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]:       textures/blocks/CarriagePredirected_Continuous_Active.png
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]:       textures/blocks/CarriagePredirected_Active.png
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]:       textures/blocks/CarriageRotator_Continuous_Active.png
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]:       textures/blocks/CarriageAdapter_Continuous_Active.png
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]:       textures/blocks/CarriageAdapter_Continuous.png
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]:       textures/blocks/CarriageTransduplicator_Continuous_Active.png
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]:       textures/blocks/CarriageTransduplicator_Continuous.png
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]:       textures/blocks/CarriagePredirected.png
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]:       textures/blocks/CarriageTransduplicator_Active.png
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]:       textures/blocks/CarriageRotator_Continuous.png
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]:       textures/blocks/CarriageAdapter_Active.png
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]:       textures/blocks/CarriagePredirected_Continuous.png
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]:       textures/blocks/CarriageRotator.png
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]:       textures/blocks/CarriageRotator_Active.png
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]:     No other errors exist for domain jakj_redstoneinmotion
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]: ==================================================
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]: ==================================================
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]:   DOMAIN buildcraft
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]: --------------------------------------------------
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]:   domain buildcraft is missing 3 textures
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]:     domain buildcraft has 7 locations:
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]:       mod BuildCraft|Robotics resources at /Applications/MultiMC.app/Contents/MacOS/instances/1.7.10 Beyond Reality/minecraft/mods/buildcraft-7.1.20.jar
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]:       mod BuildCraft|Factory resources at /Applications/MultiMC.app/Contents/MacOS/instances/1.7.10 Beyond Reality/minecraft/mods/buildcraft-7.1.20.jar
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]:       mod BuildCraft|Transport resources at /Applications/MultiMC.app/Contents/MacOS/instances/1.7.10 Beyond Reality/minecraft/mods/buildcraft-7.1.20.jar
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]:       mod BuildCraft|Core resources at /Applications/MultiMC.app/Contents/MacOS/instances/1.7.10 Beyond Reality/minecraft/mods/buildcraft-7.1.20.jar
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]:       mod BuildCraft|Energy resources at /Applications/MultiMC.app/Contents/MacOS/instances/1.7.10 Beyond Reality/minecraft/mods/buildcraft-7.1.20.jar
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]:       mod BuildCraft|Silicon resources at /Applications/MultiMC.app/Contents/MacOS/instances/1.7.10 Beyond Reality/minecraft/mods/buildcraft-7.1.20.jar
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]:       mod BuildCraft|Builders resources at /Applications/MultiMC.app/Contents/MacOS/instances/1.7.10 Beyond Reality/minecraft/mods/buildcraft-7.1.20.jar
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]:     The missing resources for domain buildcraft are:
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]:       textures/items/triggers/trigger_machine_active.png
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]:       textures/items/board_green.png
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]:       textures/items/triggers/trigger_machine_inactive.png
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]:     No other errors exist for domain buildcraft
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]: ==================================================
[20:23:15] [Client thread/ERROR] [TEXTURE ERRORS]: +=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=

CompactSolars outdated, update to 4.4.41.316

CompactSolars-1.7.10-4.4.39.315-universal to CompactSolars-1.7.10-4.4.41.316-universal.jar

Where did I get build 316 from? Not https://mods.curse.com/mc-mods/minecraft/228759-compact-solars#t1:other-downloads? where the latest 1.7.10 is CompactSolars-1.7.10-4.4.39.315-universal.jar Release 1.7.10 651,679 Mar 22, 2015

SHA1(/Users/admin/minecraft/1710/mods/CompactSolars-1.7.10-4.4.41.316-universal.jar)= 7d00c5f57235cd907187d162014ff9e4f531d62e

What are the changes, if any?

Capes: [DevCapes]: Cape, com.jadarstudios.developercapes.cape.StaticCape@651d7a68, could not be parsed because it is not a String!

Info logs but says an error about not parsing capes, remove this?

20:21:57] [Client thread/INFO] [DevCapes]: Cape, com.jadarstudios.developercapes.cape.StaticCape@651d7a68, could not be parsed because it is not a String!
[20:21:57] [Client thread/INFO] [DevCapes]: Error parsing cape, com.jadarstudios.developercapes.cape.StaticCape@651d7a68
[20:21:57] [Client thread/INFO] [DevCapes]: Cape, com.jadarstudios.developercapes.cape.StaticCape@651d7a68, could not be parsed because it is not a String!
[20:21:57] [Client thread/INFO] [DevCapes]: Error parsing cape, com.jadarstudios.developercapes.cape.StaticCape@651d7a68
[20:21:57] [Client thread/INFO] [DevCapes]: Cape, com.jadarstudios.developercapes.cape.StaticCape@651d7a68, could not be parsed because it is not a String!
[20:21:57] [Client thread/INFO] [DevCapes]: Error parsing cape, com.jadarstudios.developercapes.cape.StaticCape@651d7a68
[20:21:57] [Client thread/INFO] [DevCapes]: Cape, com.jadarstudios.developercapes.cape.StaticCape@651d7a68, could not be parsed because it is not a String!
[20:21:57] [Client thread/INFO] [DevCapes]: Error parsing cape, com.jadarstudios.developercapes.cape.StaticCape@651d7a68
[20:21:57] [Client thread/INFO] [DevCapes]: Cape, com.jadarstudios.developercapes.cape.StaticCape@651d7a68, could not be parsed because it is not a String!
[20:21:57] [Client thread/INFO] [DevCapes]: Error parsing cape, com.jadarstudios.developercapes.cape.StaticCape@651d7a68
[20:21:57] [Client thread/INFO] [DevCapes]: Cape, com.jadarstudios.developercapes.cape.StaticCape@55412942, could not be parsed because it is not a String!
[20:21:57] [Client thread/INFO] [DevCapes]: Error parsing cape, com.jadarstudios.developercapes.cape.StaticCape@55412942
[20:21:57] [Client thread/INFO] [DevCapes]: Cape, com.jadarstudios.developercapes.cape.StaticCape@55412942, could not be parsed because it is not a String!
[20:21:57] [Client thread/INFO] [DevCapes]: Error parsing cape, com.jadarstudios.developercapes.cape.StaticCape@55412942
[20:21:57] [Client thread/INFO] [DevCapes]: Cape, com.jadarstudios.developercapes.cape.StaticCape@55412942, could not be parsed because it is not a String!
[20:21:57] [Client thread/INFO] [DevCapes]: Error parsing cape, com.jadarstudios.developercapes.cape.StaticCape@55412942
[20:21:57] [Client thread/INFO] [DevCapes]: Cape, com.jadarstudios.developercapes.cape.StaticCape@1d301d82, could not be parsed because it is not a String!
[20:21:57] [Client thread/INFO] [DevCapes]: Error parsing cape, com.jadarstudios.developercapes.cape.StaticCape@1d301d82
[20:21:57] [Client thread/INFO] [DevCapes]: Cape, com.jadarstudios.developercapes.cape.StaticCape@1d301d82, could not be parsed because it is not a String!
[20:21:57] [Client thread/INFO] [DevCapes]: Error parsing cape, com.jadarstudios.developercapes.cape.StaticCape@1d301d82

Add Immibis's useful mods

Add useful mods from immibis: http://immibis.com/mcmoddl/

TubeStuff tubestuff-59.0.4.jar

Dimensional Anchors dimensional-anchor-59.0.3.jar

Liquid XP liquid-xp-59.0.2.jar

InfiniTubes infinitubes-59.0.5.jar

(dep) Immibis Core immibis-core-59.1.4.jar

RedLogic redlogic-59.1.13.jar - maybe Project Red instead? (already have)

Immibis Microblocks immibis-microblocks-59.1.2.jar - Forge Multipart instead? (already have) - but works well with RedLogic and adds a hacksaw

Advanced Machines advanced-machines-59.0.2.jar https://forum.industrial-craft.net/thread/9335-ic2-exp-1-7-10-advanced-machines-now-with-array-solars-not-to-be-confused-with-s/

Advanced Repulsion Systems adv-repulsion-systems-59.0.4.jar - was like Modular Forcefield Systems, https://forum.industrial-craft.net/thread/6874-ic2-exp-1-7-10-advanced-repulsion-systems/?postID=65261

Immibis's Peripherals immibis-peripherals-59.0.3.jar - OpenComputers addons instead? (already have)

Redstone Arsenal: A new version is availableยง6:Final 1.7.10 release. - where is 1.1.3?

With RedstoneArsenal-[1.7.10]1.1.2-92.jar I get a log message saying there is something newer:

[23:01:19] [Client thread/INFO]: [CHAT] [Redstone Arsenal] A new version is availableยง6:
[23:01:19] [Client thread/INFO]: [CHAT] ยงf[Downloadยงf] Final 1.7.10 release.

hovering over it download shows 1.1.3:

screen shot 2017-06-22 at 11 02 53 pm

but https://mods.curse.com/mc-mods/minecraft/redstone-arsenal#t1:other-downloads only has RedstoneArsenal-[1.7.10]1.1.2-92.jar as the latest for 1.7.10 so where do I get 1.1.3 or can the update check be disabled?

#44

Aroma1997s Dimensions: net.minecraft.util.ReportedException: Exception getting block type in world

After traveling afar in the mining world, the server crashed:

[15:58:26 WARN]: Failed to handle packet for /127.0.0.1:58620
net.minecraft.util.ReportedException: Exception getting block type in world
	at net.minecraft.world.World.func_147439_a(World.java:711) ~[ahb.class:?]
	at net.minecraft.world.World.func_98179_a(World.java:3740) ~[ahb.class:?]
	at net.minecraft.world.World.updateLightByType(World.java:3871) ~[ahb.class:?]
	at net.minecraft.world.World.func_147463_c(World.java:4947) ~[ahb.class:?]
	at net.minecraft.world.World.func_147451_t(World.java:3728) ~[ahb.class:?]
	at net.minecraft.world.World.func_147465_d(World.java:875) ~[ahb.class:?]
	at net.minecraft.world.gen.feature.WorldGenLiquids.func_76484_a(SourceFile:37) ~[asm.class:?]
	at net.minecraft.world.biome.BiomeDecorator.func_150513_a(BiomeDecorator.java:337) ~[aia.class:?]
	at net.minecraft.world.biome.BiomeDecorator.func_150512_a(BiomeDecorator.java:130) ~[aia.class:?]
	at net.minecraft.world.biome.BiomeGenBase.func_76728_a(BiomeGenBase.java:339) ~[ahu.class:?]
	at aroma1997.world.dimension.BiomeGenMining.func_76728_a(BiomeGenMining.java:43) ~[BiomeGenMining.class:?]
	at net.minecraft.world.gen.ChunkProviderGenerate.func_73153_a(ChunkProviderGenerate.java:426) ~[aqz.class:?]
	at net.minecraft.world.gen.ChunkProviderServer.func_73153_a(ChunkProviderServer.java:442) ~[ms.class:?]
	at net.minecraft.world.chunk.Chunk.func_76624_a(Chunk.java:1196) ~[apx.class:?]
	at net.minecraft.world.gen.ChunkProviderServer.originalLoadChunk(ChunkProviderServer.java:311) ~[ms.class:?]
	at net.minecraft.world.gen.ChunkProviderServer.loadChunk(ChunkProviderServer.java:217) ~[ms.class:?]
	at net.minecraft.server.management.PlayerManager$PlayerInstance.<init>(PlayerManager.java:408) ~[mr.class:?]
	at net.minecraft.server.management.PlayerManager.func_72690_a(PlayerManager.java:121) ~[mq.class:?]
	at net.minecraft.server.management.PlayerManager.func_72691_b(PlayerManager.java:228) ~[mq.class:?]
	at net.minecraft.server.management.PlayerManager.func_72685_d(PlayerManager.java:305) ~[mq.class:?]
	at net.minecraft.server.management.ServerConfigurationManager.func_72358_d(ServerConfigurationManager.java:421) ~[oi.class:?]
	at net.minecraft.network.NetHandlerPlayServer.func_147347_a(NetHandlerPlayServer.java:593) ~[nh.class:?]
	at net.minecraft.network.play.client.C03PacketPlayer.func_148833_a(C03PacketPlayer.java:36) ~[jd.class:?]
	at net.minecraft.network.play.client.C03PacketPlayer$C06PacketPlayerPosLook.func_148833_a(C03PacketPlayer.java:234) ~[jf.class:?]
	at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:245) ~[ej.class:?]
	at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:181) [nc.class:?]
	at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:1023) [MinecraftServer.class:?]
	at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:432) [lt.class:?]
	at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:841) [MinecraftServer.class:?]
	at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:693) [MinecraftServer.class:?]
	at java.lang.Thread.run(Thread.java:748) [?:1.8.0_131]
Caused by: java.lang.NoSuchMethodError: net.minecraft.world.World.func_72827_u()Ljava/lang/String;
	at net.minecraft.world.biome.BiomeDecorator.func_150512_a(BiomeDecorator.java:109) ~[aia.class:?]
	at net.minecraft.world.biome.BiomeGenBase.func_76728_a(BiomeGenBase.java:339) ~[ahu.class:?]
	at aroma1997.world.dimension.BiomeGenMining.func_76728_a(BiomeGenMining.java:43) ~[BiomeGenMining.class:?]
	at net.minecraft.world.gen.ChunkProviderGenerate.func_73153_a(ChunkProviderGenerate.java:426) ~[aqz.class:?]
	at net.minecraft.world.gen.ChunkProviderServer.func_73153_a(ChunkProviderServer.java:442) ~[ms.class:?]
	at net.minecraft.world.chunk.Chunk.func_76624_a(Chunk.java:1196) ~[apx.class:?]
	at net.minecraft.world.gen.ChunkProviderServer.originalLoadChunk(ChunkProviderServer.java:311) ~[ms.class:?]
	at net.minecraft.world.gen.ChunkProviderServer.loadChunk(ChunkProviderServer.java:217) ~[ms.class:?]
	at net.minecraft.world.gen.ChunkProviderServer.func_73158_c(ChunkProviderServer.java:185) ~[ms.class:?]
	at net.minecraft.world.gen.ChunkProviderServer.func_73154_d(ChunkProviderServer.java:323) ~[ms.class:?]
	at net.minecraft.world.World.func_72964_e(World.java:799) ~[ahb.class:?]
	at net.minecraft.world.World.func_147439_a(World.java:702) ~[ahb.class:?]
	... 30 more

Add biome mods

Factorization: YES this is a BUG in the mod Factorization report it to them!

Lots of warnings from GregTech about Factorization (FZ):

[20:21:21] [Client thread/INFO] [factorization]: This is Factorization 0.8.107
[20:21:21] [Client thread/WARN] [FML]: ****************************************
[20:21:21] [Client thread/WARN] [FML]: * A broken ore dictionary registration with name sludge has occurred. It adds an item (type: class factorization.shared.ItemCraftingComponent) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry.
TO USERS: YES this is a BUG in the mod Factorization report it to them!
[20:21:21] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534)
[20:21:21] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501)
[20:21:21] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:499)
[20:21:21] [Client thread/WARN] [FML]: *  at factorization.common.Registry.makeItems(Registry.java:299)
[20:21:21] [Client thread/WARN] [FML]: *  at factorization.shared.Core.load(Core.java:205)
[20:21:21] [Client thread/WARN] [FML]: *  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)...
[20:21:21] [Client thread/WARN] [FML]: ****************************************
[20:21:21] [Client thread/WARN] [FML]: ****************************************
[20:21:21] [Client thread/WARN] [FML]: * A broken ore dictionary registration with name ingotSilver has occurred. It adds an item (type: class factorization.shared.ItemCraftingComponent) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry.
TO USERS: YES this is a BUG in the mod Factorization report it to them!
[20:21:21] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534)
[20:21:21] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501)
[20:21:21] [Client thread/WARN] [FML]: *  at factorization.common.Registry.makeItems(Registry.java:355)
[20:21:21] [Client thread/WARN] [FML]: *  at factorization.shared.Core.load(Core.java:205)
[20:21:21] [Client thread/WARN] [FML]: *  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[20:21:21] [Client thread/WARN] [FML]: *  at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)...
[20:21:21] [Client thread/WARN] [FML]: ****************************************
[20:21:21] [Client thread/WARN] [FML]: ****************************************
[20:21:21] [Client thread/WARN] [FML]: * A broken ore dictionary registration with name ingotLead has occurred. It adds an item (type: class factorization.shared.ItemCraftingComponent) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry.
TO USERS: YES this is a BUG in the mod Factorization report it to them!
[20:21:21] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534)
[20:21:21] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501)
[20:21:21] [Client thread/WARN] [FML]: *  at factorization.common.Registry.makeItems(Registry.java:356)
[20:21:21] [Client thread/WARN] [FML]: *  at factorization.shared.Core.load(Core.java:205)
[20:21:21] [Client thread/WARN] [FML]: *  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[20:21:21] [Client thread/WARN] [FML]: *  at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)...
[20:21:21] [Client thread/WARN] [FML]: ****************************************
[20:21:21] [Client thread/WARN] [FML]: ****************************************
[20:21:21] [Client thread/WARN] [FML]: * A broken ore dictionary registration with name ingotFzDarkIron has occurred. It adds an item (type: class factorization.shared.ItemCraftingComponent) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry.
TO USERS: YES this is a BUG in the mod Factorization report it to them!
[20:21:21] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534)
[20:21:21] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501)
[20:21:21] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:499)
[20:21:21] [Client thread/WARN] [FML]: *  at factorization.common.Registry.makeItems(Registry.java:360)
[20:21:21] [Client thread/WARN] [FML]: *  at factorization.shared.Core.load(Core.java:205)
[20:21:21] [Client thread/WARN] [FML]: *  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)...
[20:21:21] [Client thread/WARN] [FML]: ****************************************
[20:21:21] [Client thread/WARN] [FML]: ****************************************
[20:21:21] [Client thread/WARN] [FML]: * A broken ore dictionary registration with name sulfuricAcid has occurred. It adds an item (type: class factorization.charge.ItemAcidBottle) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry.
TO USERS: YES this is a BUG in the mod Factorization report it to them!
[20:21:21] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534)
[20:21:21] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501)
[20:21:21] [Client thread/WARN] [FML]: *  at factorization.common.Registry.makeItems(Registry.java:373)
[20:21:21] [Client thread/WARN] [FML]: *  at factorization.shared.Core.load(Core.java:205)
[20:21:21] [Client thread/WARN] [FML]: *  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[20:21:21] [Client thread/WARN] [FML]: *  at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)...
[20:21:21] [Client thread/WARN] [FML]: ****************************************
[20:21:21] [Client thread/WARN] [FML]: ****************************************
[20:21:21] [Client thread/WARN] [FML]: * A broken ore dictionary registration with name bottleSulfuricAcid has occurred. It adds an item (type: class factorization.charge.ItemAcidBottle) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry.
TO USERS: YES this is a BUG in the mod Factorization report it to them!
[20:21:21] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534)
[20:21:21] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501)
[20:21:21] [Client thread/WARN] [FML]: *  at factorization.common.Registry.makeItems(Registry.java:374)
[20:21:21] [Client thread/WARN] [FML]: *  at factorization.shared.Core.load(Core.java:205)
[20:21:21] [Client thread/WARN] [FML]: *  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[20:21:21] [Client thread/WARN] [FML]: *  at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)...
[20:21:21] [Client thread/WARN] [FML]: ****************************************
[20:21:21] [Client thread/WARN] [FML]: ****************************************
[20:21:21] [Client thread/WARN] [FML]: * A broken ore dictionary registration with name aquaRegia has occurred. It adds an item (type: class factorization.charge.ItemAcidBottle) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry.
TO USERS: YES this is a BUG in the mod Factorization report it to them!
[20:21:21] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534)
[20:21:21] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501)
[20:21:21] [Client thread/WARN] [FML]: *  at factorization.common.Registry.makeItems(Registry.java:375)
[20:21:21] [Client thread/WARN] [FML]: *  at factorization.shared.Core.load(Core.java:205)
[20:21:21] [Client thread/WARN] [FML]: *  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[20:21:21] [Client thread/WARN] [FML]: *  at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)...
[20:21:21] [Client thread/WARN] [FML]: ****************************************
[20:21:21] [Client thread/INFO] [factorization]: IC2 compatibility module loaded
[20:21:21] [Client thread/INFO] [factorization]: Railcraft compatibility module loaded
[20:21:21] [Client thread/INFO] [factorization]: erebus not loaded; not loading compatibility module

ProjectRed: [ProjectRed version checker/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: java.util.NoSuchElementException: head of empty list

ProjectRed's version checker breaks:

[20:21:54] [ProjectRed version checker/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: java.util.NoSuchElementException: head of empty list
[20:21:54] [ProjectRed version checker/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: 	at scala.collection.immutable.Nil$.head(List.scala:422)
[20:21:54] [ProjectRed version checker/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: 	at scala.collection.immutable.Nil$.head(List.scala:419)
[20:21:54] [ProjectRed version checker/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: 	at mrtjp.core.data.UpdateChecker$class.isVersionOutdated(UpdateChecker.scala:58)
[20:21:54] [ProjectRed version checker/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: 	at mrtjp.projectred.core.PRUpdateChecker.isVersionOutdated(PRUpdateChecker.scala:5)
[20:21:54] [ProjectRed version checker/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: 	at mrtjp.core.data.UpdateChecker$class.run(UpdateChecker.scala:67)
[20:21:54] [Client thread/INFO] [OpenComputers]: Done with post init phase.
[20:21:54] [ProjectRed version checker/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: 	at mrtjp.projectred.core.PRUpdateChecker.run(PRUpdateChecker.scala:5)

Add new mobs or wildlife, Mo' Creatures and related

http://www.minecraftforum.net/forums/mapping-and-modding/minecraft-mods/1272337-mo-creatures-v10-0-5-with-bear-mounts - for a lot more wildlife, for sure

Mo' Creatures DrZharks MoCreatures Mod v6.3.1.zip

(dep) CustomMobSpawner for: Moโ€™ Creatures CustomMobSpawner 3.5.1.jar

others maybe:

Elemental Creepers Elemental Creepers-universal_1.7.10-4.3.0.jar mobs http://www.minecraftforum.net/forums/mapping-and-modding/minecraft-mods/2111959-1-7-x-1-8-elemental-creepers-rebooted - although EnderZoo already has the Concussion Creeper

Aquaculture Aquaculture-1.7.10-1.2.6.21.jar https://minecraft.curseforge.com/mc-mods/aquaculture

Aroma1997s Dimension: [TwilightForest] Biome ID conflict. Biome ID 74 contains a biome named Mining Biome, but Twilight Forest is set to use that ID.

Found in #58 (comment)

[18:04:40 WARN]: [TwilightForest] Biome ID conflict. Biome ID 74 contains a biome named Mining Biome, but Twilight Forest is set to use that ID.
[18:04:40 WARN]: [TwilightForest] Biome ID conflict detected. Edit the Twilight Forest config to give all biomes unique IDs.

need to change config/aroma1997/Aroma1997sDimension.cfg I:BiomeID to not 74

LiteLoader: Error parsing manifest entries

LiteLoader preinitialization logs a bunch of errors about failing to parse manifest entries:

[20:20:35] [main/INFO] [LiteLoader]: Bootstrapping LiteLoader 1.7.10
[20:20:35] [main/INFO] [LiteLoader]: Registering API provider class com.mumfrey.liteloader.client.api.LiteLoaderCoreAPIClient
[20:20:35] [main/INFO] [LiteLoader]: Spawning API provider class 'com.mumfrey.liteloader.client.api.LiteLoaderCoreAPIClient' ...
[20:20:35] [main/INFO] [LiteLoader]: API provider class 'com.mumfrey.liteloader.client.api.LiteLoaderCoreAPIClient' provides API 'liteloader'
[20:20:35] [main/INFO] [LiteLoader]: Initialising API 'liteloader' ...
[20:20:35] [main/INFO] [LiteLoader]: LiteLoader begin PREINIT...
[20:20:35] [main/INFO] [LiteLoader]: Initialising Loader properties...
[20:20:35] [main/INFO] [LiteLoader]: Setting up logger...
[20:20:35] [main/INFO] [LiteLoader]: LiteLoader 1.7.10_04 starting up...
[20:20:35] [main/INFO] [LiteLoader]: Java reports OS="mac os x"
[20:20:35] [main/INFO] [LiteLoader]: Enumerating class path...
[20:20:35] [main/INFO] [LiteLoader]: Class path separator=":"
[20:20:35] [main/INFO] [LiteLoader]: Class path entries=(
   classpathEntry=/Applications/MultiMC.app/Contents/MacOS/jars/NewLaunch.jar
)
[20:20:35] [main/INFO] [LiteLoader]: Registering discovery module EnumeratorModuleClassPath: [<Java Class Path>]
[20:20:35] [main/INFO] [LiteLoader]: Registering discovery module EnumeratorModuleFolder: [/Applications/MultiMC.app/Contents/MacOS/instances/1.7.10 Beyond Reality/minecraft/mods]
[20:20:35] [main/INFO] [LiteLoader]: Registering discovery module EnumeratorModuleFolder: [/Applications/MultiMC.app/Contents/MacOS/instances/1.7.10 Beyond Reality/minecraft/mods/1.7.10]
[20:20:35] [main/INFO] [LiteLoader]: Adding supported mod class prefix 'LiteMod'
[20:20:35] [main/INFO] [LiteLoader]: Discovering tweaks on class path...
[20:20:35] [main/INFO] [LiteLoader]: Discovering valid mod files in folder /Applications/MultiMC.app/Contents/MacOS/instances/1.7.10 Beyond Reality/minecraft/mods
[20:20:35] [main/INFO] [LiteLoader]: Considering valid mod file: /Applications/MultiMC.app/Contents/MacOS/instances/1.7.10 Beyond Reality/minecraft/mods/mod_worldeditcui_1.7.10_00_mc1.7.10.litemod
[20:20:35] [main/INFO] [LiteLoader]: Adding newest valid mod file '/Applications/MultiMC.app/Contents/MacOS/instances/1.7.10 Beyond Reality/minecraft/mods/mod_worldeditcui_1.7.10_00_mc1.7.10.litemod' at revision 1727.0000
[20:20:35] [main/INFO] [LiteLoader]: Discovering valid mod files in folder /Applications/MultiMC.app/Contents/MacOS/instances/1.7.10 Beyond Reality/minecraft/mods/1.7.10
[20:20:35] [main/INFO] [LiteLoader]: Searching for tweaks in 'liteloader-1.7.10.jar'
[20:20:35] [main/WARN] [LiteLoader]: Error parsing manifest entries in '/Applications/MultiMC.app/Contents/MacOS/instances/1.7.10 Beyond Reality/minecraft/mods/1.7.10/liteloader-1.7.10.jar'
[20:20:35] [main/INFO] [LiteLoader]: Searching for tweaks in 'vorbis-java-core-0.8-20150201.161816-1.jar'
[20:20:35] [main/WARN] [LiteLoader]: Error parsing manifest entries in '/Applications/MultiMC.app/Contents/MacOS/instances/1.7.10 Beyond Reality/minecraft/mods/1.7.10/vorbis-java-core-0.8-20150201.161816-1.jar'
[20:20:35] [main/INFO] [LiteLoader]: Searching for tweaks in 'Baubles-1.7.10-1.0.1.10.jar'
[20:20:35] [main/WARN] [LiteLoader]: Error parsing manifest entries in '/Applications/MultiMC.app/Contents/MacOS/instances/1.7.10 Beyond Reality/minecraft/mods/1.7.10/Baubles-1.7.10-1.0.1.10.jar'
[20:20:35] [main/INFO] [LiteLoader]: Searching for tweaks in 'Numina-0.4.1.105.jar'
[20:20:35] [main/WARN] [LiteLoader]: Error parsing manifest entries in '/Applications/MultiMC.app/Contents/MacOS/instances/1.7.10 Beyond Reality/minecraft/mods/1.7.10/Numina-0.4.1.105.jar'
[20:20:35] [main/INFO] [LiteLoader]: Searching for tweaks in 'MrTJPCore-1.1.0.33-universal.jar'
[20:20:35] [main/WARN] [LiteLoader]: Error parsing manifest entries in '/Applications/MultiMC.app/Contents/MacOS/instances/1.7.10 Beyond Reality/minecraft/mods/1.7.10/MrTJPCore-1.1.0.33-universal.jar'
[20:20:35] [main/INFO] [LiteLoader]: Searching for tweaks in 'EnderCore-1.7.10-0.2.0.39_beta.jar'
[20:20:35] [main/WARN] [LiteLoader]: Error parsing manifest entries in '/Applications/MultiMC.app/Contents/MacOS/instances/1.7.10 Beyond Reality/minecraft/mods/1.7.10/EnderCore-1.7.10-0.2.0.39_beta.jar'
[20:20:35] [main/INFO] [LiteLoader]: Searching for tweaks in 'CodeChickenLib-1.7.10-1.1.3.138-universal.jar'
[20:20:35] [main/WARN] [LiteLoader]: Error parsing manifest entries in '/Applications/MultiMC.app/Contents/MacOS/instances/1.7.10 Beyond Reality/minecraft/mods/1.7.10/CodeChickenLib-1.7.10-1.1.3.138-universal.jar'
[20:20:35] [main/INFO] [LiteLoader]: Searching for tweaks in 'PlanetguyLib-1.9.2.jar'
[20:20:35] [main/WARN] [LiteLoader]: Error parsing manifest entries in '/Applications/MultiMC.app/Contents/MacOS/instances/1.7.10 Beyond Reality/minecraft/mods/1.7.10/PlanetguyLib-1.9.2.jar'
[20:20:35] [main/INFO] [LiteLoader]: Searching for tweaks in 'AsieLib-1.7.10-0.4.6.100-dev.jar'
[20:20:35] [main/WARN] [LiteLoader]: Error parsing manifest entries in '/Applications/MultiMC.app/Contents/MacOS/instances/1.7.10 Beyond Reality/minecraft/mods/1.7.10/AsieLib-1.7.10-0.4.6.100-dev.jar'
[20:20:35] [main/INFO] [LiteLoader]: Searching for tweaks in 'Galacticraft-Planets-1.7-3.0.12.462.jar'
[20:20:35] [main/WARN] [LiteLoader]: Error parsing manifest entries in '/Applications/MultiMC.app/Contents/MacOS/instances/1.7.10 Beyond Reality/minecraft/mods/1.7.10/Galacticraft-Planets-1.7-3.0.12.462.jar'
[20:20:35] [main/INFO] [LiteLoader]: Searching for tweaks in 'PlayerAPI-1.7.10-1.4.jar'
[20:20:35] [main/WARN] [LiteLoader]: Error parsing manifest entries in '/Applications/MultiMC.app/Contents/MacOS/instances/1.7.10 Beyond Reality/minecraft/mods/1.7.10/PlayerAPI-1.7.10-1.4.jar'
[20:20:35] [main/INFO] [LiteLoader]: Searching for tweaks in 'commons-codec-1.9.jar'
[20:20:35] [main/WARN] [LiteLoader]: Error parsing manifest entries in '/Applications/MultiMC.app/Contents/MacOS/instances/1.7.10 Beyond Reality/minecraft/mods/1.7.10/commons-codec-1.9.jar'
[20:20:35] [main/INFO] [LiteLoader]: Searching for tweaks in 'ProjectRed-1.7.10-4.7.0pre12.95-Base.jar'
[20:20:35] [main/WARN] [LiteLoader]: Error parsing manifest entries in '/Applications/MultiMC.app/Contents/MacOS/instances/1.7.10 Beyond Reality/minecraft/mods/1.7.10/ProjectRed-1.7.10-4.7.0pre12.95-Base.jar'
[20:20:35] [main/INFO] [LiteLoader]: Searching for tweaks in 'MicdoodleCore-1.7-3.0.12.462.jar'
[20:20:35] [main/WARN] [LiteLoader]: Error parsing manifest entries in '/Applications/MultiMC.app/Contents/MacOS/instances/1.7.10 Beyond Reality/minecraft/mods/1.7.10/MicdoodleCore-1.7-3.0.12.462.jar'
[20:20:35] [main/INFO] [LiteLoader]: Searching for tweaks in 'commons-compress-1.8.1.jar'
[20:20:35] [main/WARN] [LiteLoader]: Error parsing manifest entries in '/Applications/MultiMC.app/Contents/MacOS/instances/1.7.10 Beyond Reality/minecraft/mods/1.7.10/commons-compress-1.8.1.jar'
[20:20:35] [main/INFO] [LiteLoader]: Searching for tweaks in 'Hats-4.0.1.jar'
[20:20:35] [main/WARN] [LiteLoader]: Error parsing manifest entries in '/Applications/MultiMC.app/Contents/MacOS/instances/1.7.10 Beyond Reality/minecraft/mods/1.7.10/Hats-4.0.1.jar'
[20:20:35] [main/INFO] [LiteLoader]: Searching for tweaks in 'Mantle-1.7.10-0.3.2b.jar'
[20:20:35] [main/WARN] [LiteLoader]: Error parsing manifest entries in '/Applications/MultiMC.app/Contents/MacOS/instances/1.7.10 Beyond Reality/minecraft/mods/1.7.10/Mantle-1.7.10-0.3.2b.jar'
[20:20:35] [main/INFO] [LiteLoader]: Searching for tweaks in 'SonarCore-1.7.10-1.1.3.jar'
[20:20:35] [main/WARN] [LiteLoader]: Error parsing manifest entries in '/Applications/MultiMC.app/Contents/MacOS/instances/1.7.10 Beyond Reality/minecraft/mods/1.7.10/SonarCore-1.7.10-1.1.3.jar'
[20:20:35] [main/INFO] [LiteLoader]: Searching for tweaks in 'iChunUtil-4.2.3.jar'
[20:20:35] [main/WARN] [LiteLoader]: Error parsing manifest entries in '/Applications/MultiMC.app/Contents/MacOS/instances/1.7.10 Beyond Reality/minecraft/mods/1.7.10/iChunUtil-4.2.3.jar'
[20:20:35] [main/INFO] [LiteLoader]: Searching for tweaks in 'CodeChickenCore-1.7.10-1.0.7.47-universal.jar'
[20:20:35] [main/WARN] [LiteLoader]: Error parsing manifest entries in '/Applications/MultiMC.app/Contents/MacOS/instances/1.7.10 Beyond Reality/minecraft/mods/1.7.10/CodeChickenCore-1.7.10-1.0.7.47-universal.jar'
[20:20:35] [main/INFO] [LiteLoader]: Searching for tweaks in 'OpenModsLib-1.7.10-0.10.jar'
[20:20:35] [main/WARN] [LiteLoader]: Error parsing manifest entries in '/Applications/MultiMC.app/Contents/MacOS/instances/1.7.10 Beyond Reality/minecraft/mods/1.7.10/OpenModsLib-1.7.10-0.10.jar'
[20:20:35] [main/INFO] [LiteLoader]: Searching for tweaks in 'ForgeMultipart-1.7.10-1.2.0.347-universal.jar'
[20:20:35] [main/WARN] [LiteLoader]: Error parsing manifest entries in '/Applications/MultiMC.app/Contents/MacOS/instances/1.7.10 Beyond Reality/minecraft/mods/1.7.10/ForgeMultipart-1.7.10-1.2.0.347-universal.jar'
[20:20:35] [main/INFO] [LiteLoader]: Searching for tweaks in 'CoFHCore-[1.7.10]3.1.4-329.jar'
[20:20:35] [main/WARN] [LiteLoader]: Error parsing manifest entries in '/Applications/MultiMC.app/Contents/MacOS/instances/1.7.10 Beyond Reality/minecraft/mods/1.7.10/CoFHCore-[1.7.10]3.1.4-329.jar'
[20:20:35] [main/INFO] [LiteLoader]: Searching for tweaks in 'GalacticraftCore-1.7-3.0.12.462.jar'
[20:20:35] [main/WARN] [LiteLoader]: Error parsing manifest entries in '/Applications/MultiMC.app/Contents/MacOS/instances/1.7.10 Beyond Reality/minecraft/mods/1.7.10/GalacticraftCore-1.7-3.0.12.462.jar'
[20:20:35] [main/INFO] [LiteLoader]: Searching for tweaks in 'MobiusCore-1.2.5_1.7.10.jar'
[20:20:35] [main/WARN] [LiteLoader]: Error parsing manifest entries in '/Applications/MultiMC.app/Contents/MacOS/instances/1.7.10 Beyond Reality/minecraft/mods/1.7.10/MobiusCore-1.2.5_1.7.10.jar'
[20:20:35] [main/INFO] [LiteLoader]: Searching for tweaks in 'bdlib-1.9.4.109-mc1.7.10.jar'
[20:20:35] [main/WARN] [LiteLoader]: Error parsing manifest entries in '/Applications/MultiMC.app/Contents/MacOS/instances/1.7.10 Beyond Reality/minecraft/mods/1.7.10/bdlib-1.9.4.109-mc1.7.10.jar'
[20:20:35] [main/INFO] [LiteLoader]: Searching for tweaks in 'slick-util.jar'
[20:20:35] [main/WARN] [LiteLoader]: Error parsing manifest entries in '/Applications/MultiMC.app/Contents/MacOS/instances/1.7.10 Beyond Reality/minecraft/mods/1.7.10/slick-util.jar'
[20:20:35] [main/INFO] [LiteLoader]: Searching for tweaks in '[1.7.10]bspkrsCore-universal-6.16.jar'
[20:20:35] [main/WARN] [LiteLoader]: Error parsing manifest entries in '/Applications/MultiMC.app/Contents/MacOS/instances/1.7.10 Beyond Reality/minecraft/mods/1.7.10/[1.7.10]bspkrsCore-universal-6.16.jar'
[20:20:35] [main/INFO] [LiteLoader]: Searching for tweaks in 'malisiscore-1.7.10-0.14.3.jar'
[20:20:35] [main/WARN] [LiteLoader]: Error parsing manifest entries in '/Applications/MultiMC.app/Contents/MacOS/instances/1.7.10 Beyond Reality/minecraft/mods/1.7.10/malisiscore-1.7.10-0.14.3.jar'
[20:20:35] [main/INFO] [LiteLoader]: Mod file 'liteloader-1.7.10.jar' provides tweakClass 'com.mumfrey.liteloader.launch.LiteLoaderTweaker', adding to Launch queue with priority 1000
[20:20:35] [main/INFO] [LiteLoader]: LiteLoader PREINIT complete

HardcoreEnderExpansion: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFstBookcase/0 <= {[Forestry]tile.for.planks/2, <error:null>, [Forestry]tile.for.planks/2, [Forestry]tile.for.planks/2, <error:null>, [Forestry]tile.for.planks/2, [Forestry]tile.for.planks/2, <error:null>, [Forestry]tile.for.planks/2}

Why does HardcoreEnderExpansion have so many errors? (earlier: #6)

[20:21:50] [Client thread/INFO] [HardcoreEnderExpansion]: [HEE-IMC] [STATE] Running PostInit IMC messages.
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFstBookcase/0 <= {[Forestry]tile.for.planks/2, <error:null>, [Forestry]tile.for.planks/2, [Forestry]tile.for.planks/2, <error:null>, [Forestry]tile.for.planks/2, [Forestry]tile.for.planks/2, <error:null>, [Forestry]tile.for.planks/2}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFstBookcase/1 <= {[Forestry]tile.for.planks/11, <error:null>, [Forestry]tile.for.planks/11, [Forestry]tile.for.planks/11, <error:null>, [Forestry]tile.for.planks/11, [Forestry]tile.for.planks/11, <error:null>, [Forestry]tile.for.planks/11}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFstBookcase/2 <= {[Forestry]tile.for.planks/6, <error:null>, [Forestry]tile.for.planks/6, [Forestry]tile.for.planks/6, <error:null>, [Forestry]tile.for.planks/6, [Forestry]tile.for.planks/6, <error:null>, [Forestry]tile.for.planks/6}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFstBookcase/3 <= {[Forestry]tile.for.planks/15, <error:null>, [Forestry]tile.for.planks/15, [Forestry]tile.for.planks/15, <error:null>, [Forestry]tile.for.planks/15, [Forestry]tile.for.planks/15, <error:null>, [Forestry]tile.for.planks/15}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFstBookcase/4 <= {[Forestry]tile.for.planks/4, <error:null>, [Forestry]tile.for.planks/4, [Forestry]tile.for.planks/4, <error:null>, [Forestry]tile.for.planks/4, [Forestry]tile.for.planks/4, <error:null>, [Forestry]tile.for.planks/4}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFstBookcase/5 <= {<error:null>, <error:null>, <error:null>, <error:null>, <error:null>, <error:null>, <error:null>, <error:null>, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFstBookcase/6 <= {[Forestry]tile.for.planks/9, <error:null>, [Forestry]tile.for.planks/9, [Forestry]tile.for.planks/9, <error:null>, [Forestry]tile.for.planks/9, [Forestry]tile.for.planks/9, <error:null>, [Forestry]tile.for.planks/9}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFstBookcase/7 <= {[Forestry]tile.for.planks/14, <error:null>, [Forestry]tile.for.planks/14, [Forestry]tile.for.planks/14, <error:null>, [Forestry]tile.for.planks/14, [Forestry]tile.for.planks/14, <error:null>, [Forestry]tile.for.planks/14}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFstBookcase/8 <= {[Forestry]tile.for.planks/8, <error:null>, [Forestry]tile.for.planks/8, [Forestry]tile.for.planks/8, <error:null>, [Forestry]tile.for.planks/8, [Forestry]tile.for.planks/8, <error:null>, [Forestry]tile.for.planks/8}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFstBookcase/9 <= {[Forestry]tile.for.planks/0, <error:null>, [Forestry]tile.for.planks/0, [Forestry]tile.for.planks/0, <error:null>, [Forestry]tile.for.planks/0, [Forestry]tile.for.planks/0, <error:null>, [Forestry]tile.for.planks/0}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFstBookcase/10 <= {[Forestry]tile.for.planks/3, <error:null>, [Forestry]tile.for.planks/3, [Forestry]tile.for.planks/3, <error:null>, [Forestry]tile.for.planks/3, [Forestry]tile.for.planks/3, <error:null>, [Forestry]tile.for.planks/3}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFstBookcase/11 <= {<error:null>, <error:null>, <error:null>, <error:null>, <error:null>, <error:null>, <error:null>, <error:null>, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFstBookcase/12 <= {[Forestry]tile.for.planks/10, <error:null>, [Forestry]tile.for.planks/10, [Forestry]tile.for.planks/10, <error:null>, [Forestry]tile.for.planks/10, [Forestry]tile.for.planks/10, <error:null>, [Forestry]tile.for.planks/10}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFstBookcase/13 <= {<error:null>, <error:null>, <error:null>, <error:null>, <error:null>, <error:null>, <error:null>, <error:null>, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFstBookcase/14 <= {<error:null>, <error:null>, <error:null>, <error:null>, <error:null>, <error:null>, <error:null>, <error:null>, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFstBookcase/15 <= {<error:null>, <error:null>, <error:null>, <error:null>, <error:null>, <error:null>, <error:null>, <error:null>, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFstBookcase2/0 <= {<error:null>, <error:null>, <error:null>, <error:null>, <error:null>, <error:null>, <error:null>, <error:null>, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFstBookcase2/1 <= {<error:null>, <error:null>, <error:null>, <error:null>, <error:null>, <error:null>, <error:null>, <error:null>, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFstBookcase2/2 <= {<error:null>, <error:null>, <error:null>, <error:null>, <error:null>, <error:null>, <error:null>, <error:null>, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFstBookcase2/3 <= {[Forestry]tile.for.planks/7, <error:null>, [Forestry]tile.for.planks/7, [Forestry]tile.for.planks/7, <error:null>, [Forestry]tile.for.planks/7, [Forestry]tile.for.planks/7, <error:null>, [Forestry]tile.for.planks/7}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFstBookcase2/4 <= {[Forestry]tile.for.planks/1, <error:null>, [Forestry]tile.for.planks/1, [Forestry]tile.for.planks/1, <error:null>, [Forestry]tile.for.planks/1, [Forestry]tile.for.planks/1, <error:null>, [Forestry]tile.for.planks/1}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFstBookcase2/5 <= {[Forestry]tile.for.planks/13, <error:null>, [Forestry]tile.for.planks/13, [Forestry]tile.for.planks/13, <error:null>, [Forestry]tile.for.planks/13, [Forestry]tile.for.planks/13, <error:null>, [Forestry]tile.for.planks/13}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFstBookcase2/6 <= {[Forestry]tile.for.planks/5, <error:null>, [Forestry]tile.for.planks/5, [Forestry]tile.for.planks/5, <error:null>, [Forestry]tile.for.planks/5, [Forestry]tile.for.planks/5, <error:null>, [Forestry]tile.for.planks/5}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFstBookcase2/7 <= {[Forestry]tile.for.planks/12, <error:null>, [Forestry]tile.for.planks/12, [Forestry]tile.for.planks/12, <error:null>, [Forestry]tile.for.planks/12, [Forestry]tile.for.planks/12, <error:null>, [Forestry]tile.for.planks/12}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFstcase0/0 <= {<error:null>, [minecraft]tile.glass/0, <error:null>, <error:null>, [minecraft]tile.cloth/0, <error:null>, <error:null>, <error:null>, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFstcase0/1 <= {<error:null>, [minecraft]tile.glass/0, <error:null>, <error:null>, [minecraft]tile.cloth/0, <error:null>, <error:null>, <error:null>, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFstcase0/2 <= {<error:null>, [minecraft]tile.glass/0, <error:null>, <error:null>, [minecraft]tile.cloth/0, <error:null>, <error:null>, <error:null>, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFstcase0/3 <= {<error:null>, [minecraft]tile.glass/0, <error:null>, <error:null>, [minecraft]tile.cloth/0, <error:null>, <error:null>, <error:null>, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFstcase0/4 <= {<error:null>, [minecraft]tile.glass/0, <error:null>, <error:null>, [minecraft]tile.cloth/0, <error:null>, <error:null>, <error:null>, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFstcase0/5 <= {<error:null>, [minecraft]tile.glass/0, <error:null>, <error:null>, [minecraft]tile.cloth/0, <error:null>, <error:null>, <error:null>, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFstcase0/6 <= {<error:null>, [minecraft]tile.glass/0, <error:null>, <error:null>, [minecraft]tile.cloth/0, <error:null>, <error:null>, <error:null>, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFstcase0/7 <= {<error:null>, [minecraft]tile.glass/0, <error:null>, <error:null>, [minecraft]tile.cloth/0, <error:null>, <error:null>, <error:null>, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFstcase0/8 <= {<error:null>, [minecraft]tile.glass/0, <error:null>, <error:null>, [minecraft]tile.cloth/0, <error:null>, <error:null>, <error:null>, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFstcase0/9 <= {<error:null>, [minecraft]tile.glass/0, <error:null>, <error:null>, [minecraft]tile.cloth/0, <error:null>, <error:null>, <error:null>, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFstcase0/10 <= {<error:null>, [minecraft]tile.glass/0, <error:null>, <error:null>, [minecraft]tile.cloth/0, <error:null>, <error:null>, <error:null>, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFstcase0/11 <= {<error:null>, [minecraft]tile.glass/0, <error:null>, <error:null>, [minecraft]tile.cloth/0, <error:null>, <error:null>, <error:null>, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFstcase0/12 <= {<error:null>, [minecraft]tile.glass/0, <error:null>, <error:null>, [minecraft]tile.cloth/0, <error:null>, <error:null>, <error:null>, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFstcase0/13 <= {<error:null>, [minecraft]tile.glass/0, <error:null>, <error:null>, [minecraft]tile.cloth/0, <error:null>, <error:null>, <error:null>, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFstcase0/14 <= {<error:null>, [minecraft]tile.glass/0, <error:null>, <error:null>, [minecraft]tile.cloth/0, <error:null>, <error:null>, <error:null>, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFstcase0/15 <= {<error:null>, [minecraft]tile.glass/0, <error:null>, <error:null>, [minecraft]tile.cloth/0, <error:null>, <error:null>, <error:null>, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFstcase1/0 <= {<error:null>, [minecraft]tile.glass/0, <error:null>, <error:null>, [minecraft]tile.cloth/0, <error:null>, <error:null>, <error:null>, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFstcase1/1 <= {<error:null>, [minecraft]tile.glass/0, <error:null>, <error:null>, [minecraft]tile.cloth/0, <error:null>, <error:null>, <error:null>, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFstcase1/2 <= {<error:null>, [minecraft]tile.glass/0, <error:null>, <error:null>, [minecraft]tile.cloth/0, <error:null>, <error:null>, <error:null>, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFstcase1/3 <= {<error:null>, [minecraft]tile.glass/0, <error:null>, <error:null>, [minecraft]tile.cloth/0, <error:null>, <error:null>, <error:null>, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFstcase1/4 <= {<error:null>, [minecraft]tile.glass/0, <error:null>, <error:null>, [minecraft]tile.cloth/0, <error:null>, <error:null>, <error:null>, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFstcase1/5 <= {<error:null>, [minecraft]tile.glass/0, <error:null>, <error:null>, [minecraft]tile.cloth/0, <error:null>, <error:null>, <error:null>, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFstcase1/6 <= {<error:null>, [minecraft]tile.glass/0, <error:null>, <error:null>, [minecraft]tile.cloth/0, <error:null>, <error:null>, <error:null>, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFstcase1/7 <= {<error:null>, [minecraft]tile.glass/0, <error:null>, <error:null>, [minecraft]tile.cloth/0, <error:null>, <error:null>, <error:null>, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFstdesk/0 <= {[minecraft]tile.torch/0, <empty>, [minecraft]item.feather/0, <error:null>, <error:null>, <error:null>, [Forestry]tile.for.planks/2, <empty>, [Forestry]tile.for.planks/2}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFstdesk/1 <= {[minecraft]tile.torch/0, <empty>, [minecraft]item.feather/0, <error:null>, <error:null>, <error:null>, [Forestry]tile.for.planks/11, <empty>, [Forestry]tile.for.planks/11}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFstdesk/2 <= {[minecraft]tile.torch/0, <empty>, [minecraft]item.feather/0, <error:null>, <error:null>, <error:null>, [Forestry]tile.for.planks/6, <empty>, [Forestry]tile.for.planks/6}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFstdesk/3 <= {[minecraft]tile.torch/0, <empty>, [minecraft]item.feather/0, <error:null>, <error:null>, <error:null>, [Forestry]tile.for.planks/15, <empty>, [Forestry]tile.for.planks/15}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFstdesk/4 <= {[minecraft]tile.torch/0, <empty>, [minecraft]item.feather/0, <error:null>, <error:null>, <error:null>, [Forestry]tile.for.planks/4, <empty>, [Forestry]tile.for.planks/4}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFstdesk/5 <= {[minecraft]tile.torch/0, <empty>, [minecraft]item.feather/0, <error:null>, <error:null>, <error:null>, <error:null>, <empty>, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFstdesk/6 <= {[minecraft]tile.torch/0, <empty>, [minecraft]item.feather/0, <error:null>, <error:null>, <error:null>, [Forestry]tile.for.planks/9, <empty>, [Forestry]tile.for.planks/9}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFstdesk/7 <= {[minecraft]tile.torch/0, <empty>, [minecraft]item.feather/0, <error:null>, <error:null>, <error:null>, [Forestry]tile.for.planks/14, <empty>, [Forestry]tile.for.planks/14}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFstdesk/8 <= {[minecraft]tile.torch/0, <empty>, [minecraft]item.feather/0, <error:null>, <error:null>, <error:null>, [Forestry]tile.for.planks/8, <empty>, [Forestry]tile.for.planks/8}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFstdesk/9 <= {[minecraft]tile.torch/0, <empty>, [minecraft]item.feather/0, <error:null>, <error:null>, <error:null>, [Forestry]tile.for.planks/0, <empty>, [Forestry]tile.for.planks/0}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFstdesk/10 <= {[minecraft]tile.torch/0, <empty>, [minecraft]item.feather/0, <error:null>, <error:null>, <error:null>, [Forestry]tile.for.planks/3, <empty>, [Forestry]tile.for.planks/3}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFstdesk/11 <= {[minecraft]tile.torch/0, <empty>, [minecraft]item.feather/0, <error:null>, <error:null>, <error:null>, <error:null>, <empty>, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFstdesk/12 <= {[minecraft]tile.torch/0, <empty>, [minecraft]item.feather/0, <error:null>, <error:null>, <error:null>, [Forestry]tile.for.planks/10, <empty>, [Forestry]tile.for.planks/10}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFstdesk/13 <= {[minecraft]tile.torch/0, <empty>, [minecraft]item.feather/0, <error:null>, <error:null>, <error:null>, <error:null>, <empty>, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFstdesk/14 <= {[minecraft]tile.torch/0, <empty>, [minecraft]item.feather/0, <error:null>, <error:null>, <error:null>, <error:null>, <empty>, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFstdesk/15 <= {[minecraft]tile.torch/0, <empty>, [minecraft]item.feather/0, <error:null>, <error:null>, <error:null>, <error:null>, <empty>, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFstdesk2/0 <= {[minecraft]tile.torch/0, <empty>, [minecraft]item.feather/0, <error:null>, <error:null>, <error:null>, <error:null>, <empty>, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFstdesk2/1 <= {[minecraft]tile.torch/0, <empty>, [minecraft]item.feather/0, <error:null>, <error:null>, <error:null>, <error:null>, <empty>, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFstdesk2/2 <= {[minecraft]tile.torch/0, <empty>, [minecraft]item.feather/0, <error:null>, <error:null>, <error:null>, <error:null>, <empty>, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFstdesk2/3 <= {[minecraft]tile.torch/0, <empty>, [minecraft]item.feather/0, <error:null>, <error:null>, <error:null>, [Forestry]tile.for.planks/7, <empty>, [Forestry]tile.for.planks/7}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFstdesk2/4 <= {[minecraft]tile.torch/0, <empty>, [minecraft]item.feather/0, <error:null>, <error:null>, <error:null>, [Forestry]tile.for.planks/1, <empty>, [Forestry]tile.for.planks/1}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFstdesk2/5 <= {[minecraft]tile.torch/0, <empty>, [minecraft]item.feather/0, <error:null>, <error:null>, <error:null>, [Forestry]tile.for.planks/13, <empty>, [Forestry]tile.for.planks/13}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFstdesk2/6 <= {[minecraft]tile.torch/0, <empty>, [minecraft]item.feather/0, <error:null>, <error:null>, <error:null>, [Forestry]tile.for.planks/5, <empty>, [Forestry]tile.for.planks/5}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFstdesk2/7 <= {[minecraft]tile.torch/0, <empty>, [minecraft]item.feather/0, <error:null>, <error:null>, <error:null>, [Forestry]tile.for.planks/12, <empty>, [Forestry]tile.for.planks/12}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFstlabel/0 <= {<error:null>, <error:null>, <error:null>, <error:null>, <error:null>, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFstlabel/1 <= {<error:null>, <error:null>, <error:null>, <error:null>, <error:null>, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFstlabel/2 <= {<error:null>, <error:null>, <error:null>, <error:null>, <error:null>, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFstlabel/3 <= {<error:null>, <error:null>, <error:null>, <error:null>, <error:null>, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFstlabel/4 <= {<error:null>, <error:null>, <error:null>, <error:null>, <error:null>, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFstlabel/5 <= {<error:null>, <error:null>, <error:null>, <error:null>, <error:null>, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFstlabel/6 <= {<error:null>, <error:null>, <error:null>, <error:null>, <error:null>, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFstlabel/7 <= {<error:null>, <error:null>, <error:null>, <error:null>, <error:null>, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFstlabel/8 <= {<error:null>, <error:null>, <error:null>, <error:null>, <error:null>, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFstlabel/9 <= {<error:null>, <error:null>, <error:null>, <error:null>, <error:null>, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFstlabel/10 <= {<error:null>, <error:null>, <error:null>, <error:null>, <error:null>, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFstlabel/11 <= {<error:null>, <error:null>, <error:null>, <error:null>, <error:null>, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFstlabel/12 <= {<error:null>, <error:null>, <error:null>, <error:null>, <error:null>, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFstlabel/13 <= {<error:null>, <error:null>, <error:null>, <error:null>, <error:null>, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFstlabel/14 <= {<error:null>, <error:null>, <error:null>, <error:null>, <error:null>, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFstlabel/15 <= {<error:null>, <error:null>, <error:null>, <error:null>, <error:null>, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFstlabel2/0 <= {<error:null>, <error:null>, <error:null>, <error:null>, <error:null>, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFstlabel2/1 <= {<error:null>, <error:null>, <error:null>, <error:null>, <error:null>, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFstlabel2/2 <= {<error:null>, <error:null>, <error:null>, <error:null>, <error:null>, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFstlabel2/3 <= {<error:null>, <error:null>, <error:null>, <error:null>, <error:null>, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFstlabel2/4 <= {<error:null>, <error:null>, <error:null>, <error:null>, <error:null>, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFstlabel2/5 <= {<error:null>, <error:null>, <error:null>, <error:null>, <error:null>, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFstlabel2/6 <= {<error:null>, <error:null>, <error:null>, <error:null>, <error:null>, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFstlabel2/7 <= {<error:null>, <error:null>, <error:null>, <error:null>, <error:null>, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFstshelf/0 <= {<error:null>, <error:null>, <error:null>, <empty>, [Forestry]tile.for.planks/2, <empty>, <error:null>, <error:null>, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFstshelf/1 <= {<error:null>, <error:null>, <error:null>, <empty>, [Forestry]tile.for.planks/11, <empty>, <error:null>, <error:null>, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFstshelf/2 <= {<error:null>, <error:null>, <error:null>, <empty>, [Forestry]tile.for.planks/6, <empty>, <error:null>, <error:null>, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFstshelf/3 <= {<error:null>, <error:null>, <error:null>, <empty>, [Forestry]tile.for.planks/15, <empty>, <error:null>, <error:null>, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFstshelf/4 <= {<error:null>, <error:null>, <error:null>, <empty>, [Forestry]tile.for.planks/4, <empty>, <error:null>, <error:null>, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFstshelf/5 <= {<error:null>, <error:null>, <error:null>, <empty>, <error:null>, <empty>, <error:null>, <error:null>, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFstshelf/6 <= {<error:null>, <error:null>, <error:null>, <empty>, [Forestry]tile.for.planks/9, <empty>, <error:null>, <error:null>, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFstshelf/7 <= {<error:null>, <error:null>, <error:null>, <empty>, [Forestry]tile.for.planks/14, <empty>, <error:null>, <error:null>, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFstshelf/8 <= {<error:null>, <error:null>, <error:null>, <empty>, [Forestry]tile.for.planks/8, <empty>, <error:null>, <error:null>, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFstshelf/9 <= {<error:null>, <error:null>, <error:null>, <empty>, [Forestry]tile.for.planks/0, <empty>, <error:null>, <error:null>, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFstshelf/10 <= {<error:null>, <error:null>, <error:null>, <empty>, [Forestry]tile.for.planks/3, <empty>, <error:null>, <error:null>, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFstshelf/11 <= {<error:null>, <error:null>, <error:null>, <empty>, <error:null>, <empty>, <error:null>, <error:null>, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFstshelf/12 <= {<error:null>, <error:null>, <error:null>, <empty>, [Forestry]tile.for.planks/10, <empty>, <error:null>, <error:null>, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFstshelf/13 <= {<error:null>, <error:null>, <error:null>, <empty>, <error:null>, <empty>, <error:null>, <error:null>, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFstshelf/14 <= {<error:null>, <error:null>, <error:null>, <empty>, <error:null>, <empty>, <error:null>, <error:null>, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFstshelf/15 <= {<error:null>, <error:null>, <error:null>, <empty>, <error:null>, <empty>, <error:null>, <error:null>, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFstshelf2/0 <= {<error:null>, <error:null>, <error:null>, <empty>, <error:null>, <empty>, <error:null>, <error:null>, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFstshelf2/1 <= {<error:null>, <error:null>, <error:null>, <empty>, <error:null>, <empty>, <error:null>, <error:null>, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFstshelf2/2 <= {<error:null>, <error:null>, <error:null>, <empty>, <error:null>, <empty>, <error:null>, <error:null>, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFstshelf2/3 <= {<error:null>, <error:null>, <error:null>, <empty>, [Forestry]tile.for.planks/7, <empty>, <error:null>, <error:null>, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFstshelf2/4 <= {<error:null>, <error:null>, <error:null>, <empty>, [Forestry]tile.for.planks/1, <empty>, <error:null>, <error:null>, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFstshelf2/5 <= {<error:null>, <error:null>, <error:null>, <empty>, [Forestry]tile.for.planks/13, <empty>, <error:null>, <error:null>, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFstshelf2/6 <= {<error:null>, <error:null>, <error:null>, <empty>, [Forestry]tile.for.planks/5, <empty>, <error:null>, <error:null>, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFstshelf2/7 <= {<error:null>, <error:null>, <error:null>, <empty>, [Forestry]tile.for.planks/12, <empty>, <error:null>, <error:null>, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFstpotshelf/0 <= {<error:null>, <error:null>, <error:null>, [Forestry]tile.for.planks/2, [minecraft]item.glassBottle/0, [Forestry]tile.for.planks/2, <error:null>, <error:null>, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFstpotshelf/1 <= {<error:null>, <error:null>, <error:null>, [Forestry]tile.for.planks/11, [minecraft]item.glassBottle/0, [Forestry]tile.for.planks/11, <error:null>, <error:null>, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFstpotshelf/2 <= {<error:null>, <error:null>, <error:null>, [Forestry]tile.for.planks/6, [minecraft]item.glassBottle/0, [Forestry]tile.for.planks/6, <error:null>, <error:null>, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFstpotshelf/3 <= {<error:null>, <error:null>, <error:null>, [Forestry]tile.for.planks/15, [minecraft]item.glassBottle/0, [Forestry]tile.for.planks/15, <error:null>, <error:null>, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFstpotshelf/4 <= {<error:null>, <error:null>, <error:null>, [Forestry]tile.for.planks/4, [minecraft]item.glassBottle/0, [Forestry]tile.for.planks/4, <error:null>, <error:null>, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFstpotshelf/5 <= {<error:null>, <error:null>, <error:null>, <error:null>, [minecraft]item.glassBottle/0, <error:null>, <error:null>, <error:null>, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFstpotshelf/6 <= {<error:null>, <error:null>, <error:null>, [Forestry]tile.for.planks/9, [minecraft]item.glassBottle/0, [Forestry]tile.for.planks/9, <error:null>, <error:null>, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFstpotshelf/7 <= {<error:null>, <error:null>, <error:null>, [Forestry]tile.for.planks/14, [minecraft]item.glassBottle/0, [Forestry]tile.for.planks/14, <error:null>, <error:null>, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFstpotshelf/8 <= {<error:null>, <error:null>, <error:null>, [Forestry]tile.for.planks/8, [minecraft]item.glassBottle/0, [Forestry]tile.for.planks/8, <error:null>, <error:null>, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFstpotshelf/9 <= {<error:null>, <error:null>, <error:null>, [Forestry]tile.for.planks/0, [minecraft]item.glassBottle/0, [Forestry]tile.for.planks/0, <error:null>, <error:null>, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFstpotshelf/10 <= {<error:null>, <error:null>, <error:null>, [Forestry]tile.for.planks/3, [minecraft]item.glassBottle/0, [Forestry]tile.for.planks/3, <error:null>, <error:null>, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFstpotshelf/11 <= {<error:null>, <error:null>, <error:null>, <error:null>, [minecraft]item.glassBottle/0, <error:null>, <error:null>, <error:null>, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFstpotshelf/12 <= {<error:null>, <error:null>, <error:null>, [Forestry]tile.for.planks/10, [minecraft]item.glassBottle/0, [Forestry]tile.for.planks/10, <error:null>, <error:null>, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFstpotshelf/13 <= {<error:null>, <error:null>, <error:null>, <error:null>, [minecraft]item.glassBottle/0, <error:null>, <error:null>, <error:null>, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFstpotshelf/14 <= {<error:null>, <error:null>, <error:null>, <error:null>, [minecraft]item.glassBottle/0, <error:null>, <error:null>, <error:null>, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFstpotshelf/15 <= {<error:null>, <error:null>, <error:null>, <error:null>, [minecraft]item.glassBottle/0, <error:null>, <error:null>, <error:null>, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFstpotshelf2/0 <= {<error:null>, <error:null>, <error:null>, <error:null>, [minecraft]item.glassBottle/0, <error:null>, <error:null>, <error:null>, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFstpotshelf2/1 <= {<error:null>, <error:null>, <error:null>, <error:null>, [minecraft]item.glassBottle/0, <error:null>, <error:null>, <error:null>, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFstpotshelf2/2 <= {<error:null>, <error:null>, <error:null>, <error:null>, [minecraft]item.glassBottle/0, <error:null>, <error:null>, <error:null>, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFstpotshelf2/3 <= {<error:null>, <error:null>, <error:null>, [Forestry]tile.for.planks/7, [minecraft]item.glassBottle/0, [Forestry]tile.for.planks/7, <error:null>, <error:null>, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFstpotshelf2/4 <= {<error:null>, <error:null>, <error:null>, [Forestry]tile.for.planks/1, [minecraft]item.glassBottle/0, [Forestry]tile.for.planks/1, <error:null>, <error:null>, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFstpotshelf2/5 <= {<error:null>, <error:null>, <error:null>, [Forestry]tile.for.planks/13, [minecraft]item.glassBottle/0, [Forestry]tile.for.planks/13, <error:null>, <error:null>, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFstpotshelf2/6 <= {<error:null>, <error:null>, <error:null>, [Forestry]tile.for.planks/5, [minecraft]item.glassBottle/0, [Forestry]tile.for.planks/5, <error:null>, <error:null>, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFstpotshelf2/7 <= {<error:null>, <error:null>, <error:null>, [Forestry]tile.for.planks/12, [minecraft]item.glassBottle/0, [Forestry]tile.for.planks/12, <error:null>, <error:null>, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFstrack/0 <= {<error:null>, <error:null>, <error:null>, <error:null>, [minecraft]item.ingotIron/0, <error:null>, <error:null>, <error:null>, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFstrack/1 <= {<error:null>, <error:null>, <error:null>, <error:null>, [minecraft]item.ingotIron/0, <error:null>, <error:null>, <error:null>, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFstrack/2 <= {<error:null>, <error:null>, <error:null>, <error:null>, [minecraft]item.ingotIron/0, <error:null>, <error:null>, <error:null>, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFstrack/3 <= {<error:null>, <error:null>, <error:null>, <error:null>, [minecraft]item.ingotIron/0, <error:null>, <error:null>, <error:null>, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFstrack/4 <= {<error:null>, <error:null>, <error:null>, <error:null>, [minecraft]item.ingotIron/0, <error:null>, <error:null>, <error:null>, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFstrack/5 <= {<error:null>, <error:null>, <error:null>, <error:null>, [minecraft]item.ingotIron/0, <error:null>, <error:null>, <error:null>, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFstrack/6 <= {<error:null>, <error:null>, <error:null>, <error:null>, [minecraft]item.ingotIron/0, <error:null>, <error:null>, <error:null>, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFstrack/7 <= {<error:null>, <error:null>, <error:null>, <error:null>, [minecraft]item.ingotIron/0, <error:null>, <error:null>, <error:null>, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFstrack/8 <= {<error:null>, <error:null>, <error:null>, <error:null>, [minecraft]item.ingotIron/0, <error:null>, <error:null>, <error:null>, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFstrack/9 <= {<error:null>, <error:null>, <error:null>, <error:null>, [minecraft]item.ingotIron/0, <error:null>, <error:null>, <error:null>, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFstrack/10 <= {<error:null>, <error:null>, <error:null>, <error:null>, [minecraft]item.ingotIron/0, <error:null>, <error:null>, <error:null>, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFstrack/11 <= {<error:null>, <error:null>, <error:null>, <error:null>, [minecraft]item.ingotIron/0, <error:null>, <error:null>, <error:null>, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFstrack/12 <= {<error:null>, <error:null>, <error:null>, <error:null>, [minecraft]item.ingotIron/0, <error:null>, <error:null>, <error:null>, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFstrack/13 <= {<error:null>, <error:null>, <error:null>, <error:null>, [minecraft]item.ingotIron/0, <error:null>, <error:null>, <error:null>, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFstrack/14 <= {<error:null>, <error:null>, <error:null>, <error:null>, [minecraft]item.ingotIron/0, <error:null>, <error:null>, <error:null>, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFstrack/15 <= {<error:null>, <error:null>, <error:null>, <error:null>, [minecraft]item.ingotIron/0, <error:null>, <error:null>, <error:null>, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFstrack2/0 <= {<error:null>, <error:null>, <error:null>, <error:null>, [minecraft]item.ingotIron/0, <error:null>, <error:null>, <error:null>, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFstrack2/1 <= {<error:null>, <error:null>, <error:null>, <error:null>, [minecraft]item.ingotIron/0, <error:null>, <error:null>, <error:null>, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFstrack2/2 <= {<error:null>, <error:null>, <error:null>, <error:null>, [minecraft]item.ingotIron/0, <error:null>, <error:null>, <error:null>, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFstrack2/3 <= {<error:null>, <error:null>, <error:null>, <error:null>, [minecraft]item.ingotIron/0, <error:null>, <error:null>, <error:null>, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFstrack2/4 <= {<error:null>, <error:null>, <error:null>, <error:null>, [minecraft]item.ingotIron/0, <error:null>, <error:null>, <error:null>, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFstrack2/5 <= {<error:null>, <error:null>, <error:null>, <error:null>, [minecraft]item.ingotIron/0, <error:null>, <error:null>, <error:null>, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFstrack2/6 <= {<error:null>, <error:null>, <error:null>, <error:null>, [minecraft]item.ingotIron/0, <error:null>, <error:null>, <error:null>, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFstrack2/7 <= {<error:null>, <error:null>, <error:null>, <error:null>, [minecraft]item.ingotIron/0, <error:null>, <error:null>, <error:null>, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFsttable/0 <= {<error:null>, <error:null>, <error:null>, <empty>, [Forestry]tile.for.planks/2, <empty>, <empty>, [Forestry]tile.for.planks/2, <empty>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFsttable/1 <= {<error:null>, <error:null>, <error:null>, <empty>, [Forestry]tile.for.planks/11, <empty>, <empty>, [Forestry]tile.for.planks/11, <empty>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFsttable/2 <= {<error:null>, <error:null>, <error:null>, <empty>, [Forestry]tile.for.planks/6, <empty>, <empty>, [Forestry]tile.for.planks/6, <empty>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFsttable/3 <= {<error:null>, <error:null>, <error:null>, <empty>, [Forestry]tile.for.planks/15, <empty>, <empty>, [Forestry]tile.for.planks/15, <empty>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFsttable/4 <= {<error:null>, <error:null>, <error:null>, <empty>, [Forestry]tile.for.planks/4, <empty>, <empty>, [Forestry]tile.for.planks/4, <empty>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFsttable/5 <= {<error:null>, <error:null>, <error:null>, <empty>, <error:null>, <empty>, <empty>, <error:null>, <empty>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFsttable/6 <= {<error:null>, <error:null>, <error:null>, <empty>, [Forestry]tile.for.planks/9, <empty>, <empty>, [Forestry]tile.for.planks/9, <empty>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFsttable/7 <= {<error:null>, <error:null>, <error:null>, <empty>, [Forestry]tile.for.planks/14, <empty>, <empty>, [Forestry]tile.for.planks/14, <empty>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFsttable/8 <= {<error:null>, <error:null>, <error:null>, <empty>, [Forestry]tile.for.planks/8, <empty>, <empty>, [Forestry]tile.for.planks/8, <empty>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFsttable/9 <= {<error:null>, <error:null>, <error:null>, <empty>, [Forestry]tile.for.planks/0, <empty>, <empty>, [Forestry]tile.for.planks/0, <empty>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFsttable/10 <= {<error:null>, <error:null>, <error:null>, <empty>, [Forestry]tile.for.planks/3, <empty>, <empty>, [Forestry]tile.for.planks/3, <empty>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFsttable/11 <= {<error:null>, <error:null>, <error:null>, <empty>, <error:null>, <empty>, <empty>, <error:null>, <empty>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFsttable/12 <= {<error:null>, <error:null>, <error:null>, <empty>, [Forestry]tile.for.planks/10, <empty>, <empty>, [Forestry]tile.for.planks/10, <empty>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFsttable/13 <= {<error:null>, <error:null>, <error:null>, <empty>, <error:null>, <empty>, <empty>, <error:null>, <empty>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFsttable/14 <= {<error:null>, <error:null>, <error:null>, <empty>, <error:null>, <empty>, <empty>, <error:null>, <empty>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFsttable/15 <= {<error:null>, <error:null>, <error:null>, <empty>, <error:null>, <empty>, <empty>, <error:null>, <empty>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFsttable2/0 <= {<error:null>, <error:null>, <error:null>, <empty>, <error:null>, <empty>, <empty>, <error:null>, <empty>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFsttable2/1 <= {<error:null>, <error:null>, <error:null>, <empty>, <error:null>, <empty>, <empty>, <error:null>, <empty>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFsttable2/2 <= {<error:null>, <error:null>, <error:null>, <empty>, <error:null>, <empty>, <empty>, <error:null>, <empty>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFsttable2/3 <= {<error:null>, <error:null>, <error:null>, <empty>, [Forestry]tile.for.planks/7, <empty>, <empty>, [Forestry]tile.for.planks/7, <empty>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFsttable2/4 <= {<error:null>, <error:null>, <error:null>, <empty>, [Forestry]tile.for.planks/1, <empty>, <empty>, [Forestry]tile.for.planks/1, <empty>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFsttable2/5 <= {<error:null>, <error:null>, <error:null>, <empty>, [Forestry]tile.for.planks/13, <empty>, <empty>, [Forestry]tile.for.planks/13, <empty>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFsttable2/6 <= {<error:null>, <error:null>, <error:null>, <empty>, [Forestry]tile.for.planks/5, <empty>, <empty>, [Forestry]tile.for.planks/5, <empty>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFsttable2/7 <= {<error:null>, <error:null>, <error:null>, <empty>, [Forestry]tile.for.planks/12, <empty>, <empty>, [Forestry]tile.for.planks/12, <empty>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodMapFrame/0 <= {[minecraft]item.stick/0, [minecraft]item.stick/0, [minecraft]item.stick/0, [minecraft]item.stick/0, <error:null>, [minecraft]item.stick/0, [minecraft]item.stick/0, [minecraft]item.stick/0, [minecraft]item.stick/0}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodMapFrame/1 <= {[minecraft]item.stick/0, [minecraft]item.stick/0, [minecraft]item.stick/0, [minecraft]item.stick/0, <error:null>, [minecraft]item.stick/0, [minecraft]item.stick/0, [minecraft]item.stick/0, [minecraft]item.stick/0}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodMapFrame/2 <= {[minecraft]item.stick/0, [minecraft]item.stick/0, [minecraft]item.stick/0, [minecraft]item.stick/0, <error:null>, [minecraft]item.stick/0, [minecraft]item.stick/0, [minecraft]item.stick/0, [minecraft]item.stick/0}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodMapFrame/3 <= {[minecraft]item.stick/0, [minecraft]item.stick/0, [minecraft]item.stick/0, [minecraft]item.stick/0, <error:null>, [minecraft]item.stick/0, [minecraft]item.stick/0, [minecraft]item.stick/0, [minecraft]item.stick/0}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodMapFrame/4 <= {[minecraft]item.stick/0, [minecraft]item.stick/0, [minecraft]item.stick/0, [minecraft]item.stick/0, <error:null>, [minecraft]item.stick/0, [minecraft]item.stick/0, [minecraft]item.stick/0, [minecraft]item.stick/0}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodMapFrame/5 <= {[minecraft]item.stick/0, [minecraft]item.stick/0, [minecraft]item.stick/0, [minecraft]item.stick/0, <error:null>, [minecraft]item.stick/0, [minecraft]item.stick/0, [minecraft]item.stick/0, [minecraft]item.stick/0}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodMapFrame/6 <= {[minecraft]item.stick/0, [minecraft]item.stick/0, [minecraft]item.stick/0, [minecraft]item.stick/0, <error:null>, [minecraft]item.stick/0, [minecraft]item.stick/0, [minecraft]item.stick/0, [minecraft]item.stick/0}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodMapFrame/7 <= {[minecraft]item.stick/0, [minecraft]item.stick/0, [minecraft]item.stick/0, [minecraft]item.stick/0, <error:null>, [minecraft]item.stick/0, [minecraft]item.stick/0, [minecraft]item.stick/0, [minecraft]item.stick/0}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodMapFrame/8 <= {[minecraft]item.stick/0, [minecraft]item.stick/0, [minecraft]item.stick/0, [minecraft]item.stick/0, <error:null>, [minecraft]item.stick/0, [minecraft]item.stick/0, [minecraft]item.stick/0, [minecraft]item.stick/0}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodMapFrame/9 <= {[minecraft]item.stick/0, [minecraft]item.stick/0, [minecraft]item.stick/0, [minecraft]item.stick/0, <error:null>, [minecraft]item.stick/0, [minecraft]item.stick/0, [minecraft]item.stick/0, [minecraft]item.stick/0}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodMapFrame/10 <= {[minecraft]item.stick/0, [minecraft]item.stick/0, [minecraft]item.stick/0, [minecraft]item.stick/0, <error:null>, [minecraft]item.stick/0, [minecraft]item.stick/0, [minecraft]item.stick/0, [minecraft]item.stick/0}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodMapFrame/11 <= {[minecraft]item.stick/0, [minecraft]item.stick/0, [minecraft]item.stick/0, [minecraft]item.stick/0, <error:null>, [minecraft]item.stick/0, [minecraft]item.stick/0, [minecraft]item.stick/0, [minecraft]item.stick/0}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodMapFrame/12 <= {[minecraft]item.stick/0, [minecraft]item.stick/0, [minecraft]item.stick/0, [minecraft]item.stick/0, <error:null>, [minecraft]item.stick/0, [minecraft]item.stick/0, [minecraft]item.stick/0, [minecraft]item.stick/0}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodMapFrame/13 <= {[minecraft]item.stick/0, [minecraft]item.stick/0, [minecraft]item.stick/0, [minecraft]item.stick/0, <error:null>, [minecraft]item.stick/0, [minecraft]item.stick/0, [minecraft]item.stick/0, [minecraft]item.stick/0}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodMapFrame/14 <= {[minecraft]item.stick/0, [minecraft]item.stick/0, [minecraft]item.stick/0, [minecraft]item.stick/0, <error:null>, [minecraft]item.stick/0, [minecraft]item.stick/0, [minecraft]item.stick/0, [minecraft]item.stick/0}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodMapFrame/15 <= {[minecraft]item.stick/0, [minecraft]item.stick/0, [minecraft]item.stick/0, [minecraft]item.stick/0, <error:null>, [minecraft]item.stick/0, [minecraft]item.stick/0, [minecraft]item.stick/0, [minecraft]item.stick/0}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodMapFrame2/0 <= {[minecraft]item.stick/0, [minecraft]item.stick/0, [minecraft]item.stick/0, [minecraft]item.stick/0, <error:null>, [minecraft]item.stick/0, [minecraft]item.stick/0, [minecraft]item.stick/0, [minecraft]item.stick/0}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodMapFrame2/1 <= {[minecraft]item.stick/0, [minecraft]item.stick/0, [minecraft]item.stick/0, [minecraft]item.stick/0, <error:null>, [minecraft]item.stick/0, [minecraft]item.stick/0, [minecraft]item.stick/0, [minecraft]item.stick/0}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodMapFrame2/2 <= {[minecraft]item.stick/0, [minecraft]item.stick/0, [minecraft]item.stick/0, [minecraft]item.stick/0, <error:null>, [minecraft]item.stick/0, [minecraft]item.stick/0, [minecraft]item.stick/0, [minecraft]item.stick/0}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodMapFrame2/3 <= {[minecraft]item.stick/0, [minecraft]item.stick/0, [minecraft]item.stick/0, [minecraft]item.stick/0, <error:null>, [minecraft]item.stick/0, [minecraft]item.stick/0, [minecraft]item.stick/0, [minecraft]item.stick/0}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodMapFrame2/4 <= {[minecraft]item.stick/0, [minecraft]item.stick/0, [minecraft]item.stick/0, [minecraft]item.stick/0, <error:null>, [minecraft]item.stick/0, [minecraft]item.stick/0, [minecraft]item.stick/0, [minecraft]item.stick/0}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodMapFrame2/5 <= {[minecraft]item.stick/0, [minecraft]item.stick/0, [minecraft]item.stick/0, [minecraft]item.stick/0, <error:null>, [minecraft]item.stick/0, [minecraft]item.stick/0, [minecraft]item.stick/0, [minecraft]item.stick/0}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodMapFrame2/6 <= {[minecraft]item.stick/0, [minecraft]item.stick/0, [minecraft]item.stick/0, [minecraft]item.stick/0, <error:null>, [minecraft]item.stick/0, [minecraft]item.stick/0, [minecraft]item.stick/0, [minecraft]item.stick/0}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodMapFrame2/7 <= {[minecraft]item.stick/0, [minecraft]item.stick/0, [minecraft]item.stick/0, [minecraft]item.stick/0, <error:null>, [minecraft]item.stick/0, [minecraft]item.stick/0, [minecraft]item.stick/0, [minecraft]item.stick/0}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodSeat/0 <= {<empty>, [minecraft]tile.cloth/0, <empty>, <empty>, <error:null>, <empty>, [minecraft]item.stick/0, [minecraft]tile.pressurePlate/0, [minecraft]item.stick/0}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodSeat/1 <= {<empty>, [minecraft]tile.cloth/0, <empty>, <empty>, <error:null>, <empty>, [minecraft]item.stick/0, [minecraft]tile.pressurePlate/0, [minecraft]item.stick/0}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodSeat/2 <= {<empty>, [minecraft]tile.cloth/0, <empty>, <empty>, <error:null>, <empty>, [minecraft]item.stick/0, [minecraft]tile.pressurePlate/0, [minecraft]item.stick/0}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodSeat/3 <= {<empty>, [minecraft]tile.cloth/0, <empty>, <empty>, <error:null>, <empty>, [minecraft]item.stick/0, [minecraft]tile.pressurePlate/0, [minecraft]item.stick/0}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodSeat/4 <= {<empty>, [minecraft]tile.cloth/0, <empty>, <empty>, <error:null>, <empty>, [minecraft]item.stick/0, [minecraft]tile.pressurePlate/0, [minecraft]item.stick/0}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodSeat/5 <= {<empty>, [minecraft]tile.cloth/0, <empty>, <empty>, <error:null>, <empty>, [minecraft]item.stick/0, [minecraft]tile.pressurePlate/0, [minecraft]item.stick/0}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodSeat/6 <= {<empty>, [minecraft]tile.cloth/0, <empty>, <empty>, <error:null>, <empty>, [minecraft]item.stick/0, [minecraft]tile.pressurePlate/0, [minecraft]item.stick/0}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodSeat/7 <= {<empty>, [minecraft]tile.cloth/0, <empty>, <empty>, <error:null>, <empty>, [minecraft]item.stick/0, [minecraft]tile.pressurePlate/0, [minecraft]item.stick/0}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodSeat/8 <= {<empty>, [minecraft]tile.cloth/0, <empty>, <empty>, <error:null>, <empty>, [minecraft]item.stick/0, [minecraft]tile.pressurePlate/0, [minecraft]item.stick/0}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodSeat/9 <= {<empty>, [minecraft]tile.cloth/0, <empty>, <empty>, <error:null>, <empty>, [minecraft]item.stick/0, [minecraft]tile.pressurePlate/0, [minecraft]item.stick/0}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodSeat/10 <= {<empty>, [minecraft]tile.cloth/0, <empty>, <empty>, <error:null>, <empty>, [minecraft]item.stick/0, [minecraft]tile.pressurePlate/0, [minecraft]item.stick/0}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodSeat/11 <= {<empty>, [minecraft]tile.cloth/0, <empty>, <empty>, <error:null>, <empty>, [minecraft]item.stick/0, [minecraft]tile.pressurePlate/0, [minecraft]item.stick/0}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodSeat/12 <= {<empty>, [minecraft]tile.cloth/0, <empty>, <empty>, <error:null>, <empty>, [minecraft]item.stick/0, [minecraft]tile.pressurePlate/0, [minecraft]item.stick/0}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodSeat/13 <= {<empty>, [minecraft]tile.cloth/0, <empty>, <empty>, <error:null>, <empty>, [minecraft]item.stick/0, [minecraft]tile.pressurePlate/0, [minecraft]item.stick/0}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodSeat/14 <= {<empty>, [minecraft]tile.cloth/0, <empty>, <empty>, <error:null>, <empty>, [minecraft]item.stick/0, [minecraft]tile.pressurePlate/0, [minecraft]item.stick/0}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodSeat/15 <= {<empty>, [minecraft]tile.cloth/0, <empty>, <empty>, <error:null>, <empty>, [minecraft]item.stick/0, [minecraft]tile.pressurePlate/0, [minecraft]item.stick/0}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodSea2t/0 <= {<empty>, [minecraft]tile.cloth/0, <empty>, <empty>, <error:null>, <empty>, [minecraft]item.stick/0, [minecraft]tile.pressurePlate/0, [minecraft]item.stick/0}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodSea2t/1 <= {<empty>, [minecraft]tile.cloth/0, <empty>, <empty>, <error:null>, <empty>, [minecraft]item.stick/0, [minecraft]tile.pressurePlate/0, [minecraft]item.stick/0}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodSea2t/2 <= {<empty>, [minecraft]tile.cloth/0, <empty>, <empty>, <error:null>, <empty>, [minecraft]item.stick/0, [minecraft]tile.pressurePlate/0, [minecraft]item.stick/0}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodSea2t/3 <= {<empty>, [minecraft]tile.cloth/0, <empty>, <empty>, <error:null>, <empty>, [minecraft]item.stick/0, [minecraft]tile.pressurePlate/0, [minecraft]item.stick/0}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodSea2t/4 <= {<empty>, [minecraft]tile.cloth/0, <empty>, <empty>, <error:null>, <empty>, [minecraft]item.stick/0, [minecraft]tile.pressurePlate/0, [minecraft]item.stick/0}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodSea2t/5 <= {<empty>, [minecraft]tile.cloth/0, <empty>, <empty>, <error:null>, <empty>, [minecraft]item.stick/0, [minecraft]tile.pressurePlate/0, [minecraft]item.stick/0}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodSea2t/6 <= {<empty>, [minecraft]tile.cloth/0, <empty>, <empty>, <error:null>, <empty>, [minecraft]item.stick/0, [minecraft]tile.pressurePlate/0, [minecraft]item.stick/0}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodSea2t/7 <= {<empty>, [minecraft]tile.cloth/0, <empty>, <empty>, <error:null>, <empty>, [minecraft]item.stick/0, [minecraft]tile.pressurePlate/0, [minecraft]item.stick/0}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]item.seatBack/0 <= {<empty>, [minecraft]tile.cloth/0, <empty>, <empty>, <error:null>, <empty>, [minecraft]item.stick/0, <empty>, [minecraft]item.stick/0}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]item.seatBack/1 <= {<empty>, [minecraft]tile.cloth/0, <empty>, <empty>, <error:null>, <empty>, [minecraft]item.stick/0, <empty>, [minecraft]item.stick/0}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]item.seatBack/2 <= {<empty>, [minecraft]tile.cloth/0, <empty>, <empty>, <error:null>, <empty>, [minecraft]item.stick/0, <empty>, [minecraft]item.stick/0}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]item.seatBack/3 <= {<empty>, [minecraft]tile.cloth/0, <empty>, <empty>, <error:null>, <empty>, [minecraft]item.stick/0, <empty>, [minecraft]item.stick/0}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]item.seatBack/4 <= {<empty>, [minecraft]tile.cloth/0, <empty>, <empty>, <error:null>, <empty>, [minecraft]item.stick/0, <empty>, [minecraft]item.stick/0}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]item.seatBack/5 <= {<empty>, [minecraft]tile.cloth/0, <empty>, <empty>, <error:null>, <empty>, [minecraft]item.stick/0, <empty>, [minecraft]item.stick/0}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]item.seatBack/6 <= {<empty>, [minecraft]tile.cloth/0, <empty>, <empty>, <error:null>, <empty>, [minecraft]item.stick/0, <empty>, [minecraft]item.stick/0}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]item.seatBack/7 <= {<empty>, [minecraft]tile.cloth/0, <empty>, <empty>, <error:null>, <empty>, [minecraft]item.stick/0, <empty>, [minecraft]item.stick/0}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]item.seatBack/8 <= {<empty>, [minecraft]tile.cloth/0, <empty>, <empty>, <error:null>, <empty>, [minecraft]item.stick/0, <empty>, [minecraft]item.stick/0}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]item.seatBack/9 <= {<empty>, [minecraft]tile.cloth/0, <empty>, <empty>, <error:null>, <empty>, [minecraft]item.stick/0, <empty>, [minecraft]item.stick/0}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]item.seatBack/10 <= {<empty>, [minecraft]tile.cloth/0, <empty>, <empty>, <error:null>, <empty>, [minecraft]item.stick/0, <empty>, [minecraft]item.stick/0}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]item.seatBack/11 <= {<empty>, [minecraft]tile.cloth/0, <empty>, <empty>, <error:null>, <empty>, [minecraft]item.stick/0, <empty>, [minecraft]item.stick/0}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]item.seatBack/12 <= {<empty>, [minecraft]tile.cloth/0, <empty>, <empty>, <error:null>, <empty>, [minecraft]item.stick/0, <empty>, [minecraft]item.stick/0}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]item.seatBack/13 <= {<empty>, [minecraft]tile.cloth/0, <empty>, <empty>, <error:null>, <empty>, [minecraft]item.stick/0, <empty>, [minecraft]item.stick/0}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]item.seatBack/14 <= {<empty>, [minecraft]tile.cloth/0, <empty>, <empty>, <error:null>, <empty>, [minecraft]item.stick/0, <empty>, [minecraft]item.stick/0}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]item.seatBack/15 <= {<empty>, [minecraft]tile.cloth/0, <empty>, <empty>, <error:null>, <empty>, [minecraft]item.stick/0, <empty>, [minecraft]item.stick/0}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]item.seatBack/16 <= {<empty>, [minecraft]tile.cloth/0, <empty>, <empty>, <error:null>, <empty>, [minecraft]item.stick/0, <empty>, [minecraft]item.stick/0}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]item.seatBack/17 <= {<empty>, [minecraft]tile.cloth/0, <empty>, <empty>, <error:null>, <empty>, [minecraft]item.stick/0, <empty>, [minecraft]item.stick/0}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]item.seatBack/18 <= {<empty>, [minecraft]tile.cloth/0, <empty>, <empty>, <error:null>, <empty>, [minecraft]item.stick/0, <empty>, [minecraft]item.stick/0}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]item.seatBack/19 <= {<empty>, [minecraft]tile.cloth/0, <empty>, <empty>, <error:null>, <empty>, [minecraft]item.stick/0, <empty>, [minecraft]item.stick/0}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]item.seatBack/20 <= {<empty>, [minecraft]tile.cloth/0, <empty>, <empty>, <error:null>, <empty>, [minecraft]item.stick/0, <empty>, [minecraft]item.stick/0}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]item.seatBack/21 <= {<empty>, [minecraft]tile.cloth/0, <empty>, <empty>, <error:null>, <empty>, [minecraft]item.stick/0, <empty>, [minecraft]item.stick/0}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]item.seatBack/22 <= {<empty>, [minecraft]tile.cloth/0, <empty>, <empty>, <error:null>, <empty>, [minecraft]item.stick/0, <empty>, [minecraft]item.stick/0}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]item.seatBack/23 <= {<empty>, [minecraft]tile.cloth/0, <empty>, <empty>, <error:null>, <empty>, [minecraft]item.stick/0, <empty>, [minecraft]item.stick/0}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]item.seatBack/0 <= {[minecraft]item.stick/0, [minecraft]tile.cloth/0, [minecraft]item.stick/0, [minecraft]item.stick/0, <error:null>, [minecraft]item.stick/0, [minecraft]item.stick/0, <empty>, [minecraft]item.stick/0}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shapeless recipe: [BiblioWoodsForestry]item.seatBack/0 <= {<error:null>, [BiblioWoodsForestry]item.seatBack/0}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shapeless recipe: [BiblioWoodsForestry]item.seatBack/0 <= {<error:null>, <error:null>, [BiblioWoodsForestry]item.seatBack/0}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]item.seatBack/1 <= {[minecraft]item.stick/0, [minecraft]tile.cloth/0, [minecraft]item.stick/0, [minecraft]item.stick/0, <error:null>, [minecraft]item.stick/0, [minecraft]item.stick/0, <empty>, [minecraft]item.stick/0}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shapeless recipe: [BiblioWoodsForestry]item.seatBack/1 <= {<error:null>, [BiblioWoodsForestry]item.seatBack/1}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shapeless recipe: [BiblioWoodsForestry]item.seatBack/1 <= {<error:null>, <error:null>, [BiblioWoodsForestry]item.seatBack/1}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]item.seatBack/2 <= {[minecraft]item.stick/0, [minecraft]tile.cloth/0, [minecraft]item.stick/0, [minecraft]item.stick/0, <error:null>, [minecraft]item.stick/0, [minecraft]item.stick/0, <empty>, [minecraft]item.stick/0}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shapeless recipe: [BiblioWoodsForestry]item.seatBack/2 <= {<error:null>, [BiblioWoodsForestry]item.seatBack/2}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shapeless recipe: [BiblioWoodsForestry]item.seatBack/2 <= {<error:null>, <error:null>, [BiblioWoodsForestry]item.seatBack/2}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]item.seatBack/3 <= {[minecraft]item.stick/0, [minecraft]tile.cloth/0, [minecraft]item.stick/0, [minecraft]item.stick/0, <error:null>, [minecraft]item.stick/0, [minecraft]item.stick/0, <empty>, [minecraft]item.stick/0}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shapeless recipe: [BiblioWoodsForestry]item.seatBack/3 <= {<error:null>, [BiblioWoodsForestry]item.seatBack/3}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shapeless recipe: [BiblioWoodsForestry]item.seatBack/3 <= {<error:null>, <error:null>, [BiblioWoodsForestry]item.seatBack/3}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]item.seatBack/4 <= {[minecraft]item.stick/0, [minecraft]tile.cloth/0, [minecraft]item.stick/0, [minecraft]item.stick/0, <error:null>, [minecraft]item.stick/0, [minecraft]item.stick/0, <empty>, [minecraft]item.stick/0}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shapeless recipe: [BiblioWoodsForestry]item.seatBack/4 <= {<error:null>, [BiblioWoodsForestry]item.seatBack/4}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shapeless recipe: [BiblioWoodsForestry]item.seatBack/4 <= {<error:null>, <error:null>, [BiblioWoodsForestry]item.seatBack/4}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]item.seatBack/5 <= {[minecraft]item.stick/0, [minecraft]tile.cloth/0, [minecraft]item.stick/0, [minecraft]item.stick/0, <error:null>, [minecraft]item.stick/0, [minecraft]item.stick/0, <empty>, [minecraft]item.stick/0}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shapeless recipe: [BiblioWoodsForestry]item.seatBack/5 <= {<error:null>, [BiblioWoodsForestry]item.seatBack/5}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shapeless recipe: [BiblioWoodsForestry]item.seatBack/5 <= {<error:null>, <error:null>, [BiblioWoodsForestry]item.seatBack/5}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]item.seatBack/6 <= {[minecraft]item.stick/0, [minecraft]tile.cloth/0, [minecraft]item.stick/0, [minecraft]item.stick/0, <error:null>, [minecraft]item.stick/0, [minecraft]item.stick/0, <empty>, [minecraft]item.stick/0}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shapeless recipe: [BiblioWoodsForestry]item.seatBack/6 <= {<error:null>, [BiblioWoodsForestry]item.seatBack/6}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shapeless recipe: [BiblioWoodsForestry]item.seatBack/6 <= {<error:null>, <error:null>, [BiblioWoodsForestry]item.seatBack/6}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]item.seatBack/7 <= {[minecraft]item.stick/0, [minecraft]tile.cloth/0, [minecraft]item.stick/0, [minecraft]item.stick/0, <error:null>, [minecraft]item.stick/0, [minecraft]item.stick/0, <empty>, [minecraft]item.stick/0}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shapeless recipe: [BiblioWoodsForestry]item.seatBack/7 <= {<error:null>, [BiblioWoodsForestry]item.seatBack/7}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shapeless recipe: [BiblioWoodsForestry]item.seatBack/7 <= {<error:null>, <error:null>, [BiblioWoodsForestry]item.seatBack/7}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]item.seatBack/8 <= {[minecraft]item.stick/0, [minecraft]tile.cloth/0, [minecraft]item.stick/0, [minecraft]item.stick/0, <error:null>, [minecraft]item.stick/0, [minecraft]item.stick/0, <empty>, [minecraft]item.stick/0}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shapeless recipe: [BiblioWoodsForestry]item.seatBack/8 <= {<error:null>, [BiblioWoodsForestry]item.seatBack/8}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shapeless recipe: [BiblioWoodsForestry]item.seatBack/8 <= {<error:null>, <error:null>, [BiblioWoodsForestry]item.seatBack/8}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]item.seatBack/9 <= {[minecraft]item.stick/0, [minecraft]tile.cloth/0, [minecraft]item.stick/0, [minecraft]item.stick/0, <error:null>, [minecraft]item.stick/0, [minecraft]item.stick/0, <empty>, [minecraft]item.stick/0}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shapeless recipe: [BiblioWoodsForestry]item.seatBack/9 <= {<error:null>, [BiblioWoodsForestry]item.seatBack/9}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shapeless recipe: [BiblioWoodsForestry]item.seatBack/9 <= {<error:null>, <error:null>, [BiblioWoodsForestry]item.seatBack/9}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]item.seatBack/10 <= {[minecraft]item.stick/0, [minecraft]tile.cloth/0, [minecraft]item.stick/0, [minecraft]item.stick/0, <error:null>, [minecraft]item.stick/0, [minecraft]item.stick/0, <empty>, [minecraft]item.stick/0}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shapeless recipe: [BiblioWoodsForestry]item.seatBack/10 <= {<error:null>, [BiblioWoodsForestry]item.seatBack/10}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shapeless recipe: [BiblioWoodsForestry]item.seatBack/10 <= {<error:null>, <error:null>, [BiblioWoodsForestry]item.seatBack/10}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]item.seatBack/11 <= {[minecraft]item.stick/0, [minecraft]tile.cloth/0, [minecraft]item.stick/0, [minecraft]item.stick/0, <error:null>, [minecraft]item.stick/0, [minecraft]item.stick/0, <empty>, [minecraft]item.stick/0}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shapeless recipe: [BiblioWoodsForestry]item.seatBack/11 <= {<error:null>, [BiblioWoodsForestry]item.seatBack/11}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shapeless recipe: [BiblioWoodsForestry]item.seatBack/11 <= {<error:null>, <error:null>, [BiblioWoodsForestry]item.seatBack/11}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]item.seatBack/12 <= {[minecraft]item.stick/0, [minecraft]tile.cloth/0, [minecraft]item.stick/0, [minecraft]item.stick/0, <error:null>, [minecraft]item.stick/0, [minecraft]item.stick/0, <empty>, [minecraft]item.stick/0}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shapeless recipe: [BiblioWoodsForestry]item.seatBack/12 <= {<error:null>, [BiblioWoodsForestry]item.seatBack/12}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shapeless recipe: [BiblioWoodsForestry]item.seatBack/12 <= {<error:null>, <error:null>, [BiblioWoodsForestry]item.seatBack/12}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]item.seatBack/13 <= {[minecraft]item.stick/0, [minecraft]tile.cloth/0, [minecraft]item.stick/0, [minecraft]item.stick/0, <error:null>, [minecraft]item.stick/0, [minecraft]item.stick/0, <empty>, [minecraft]item.stick/0}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shapeless recipe: [BiblioWoodsForestry]item.seatBack/13 <= {<error:null>, [BiblioWoodsForestry]item.seatBack/13}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shapeless recipe: [BiblioWoodsForestry]item.seatBack/13 <= {<error:null>, <error:null>, [BiblioWoodsForestry]item.seatBack/13}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]item.seatBack/14 <= {[minecraft]item.stick/0, [minecraft]tile.cloth/0, [minecraft]item.stick/0, [minecraft]item.stick/0, <error:null>, [minecraft]item.stick/0, [minecraft]item.stick/0, <empty>, [minecraft]item.stick/0}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shapeless recipe: [BiblioWoodsForestry]item.seatBack/14 <= {<error:null>, [BiblioWoodsForestry]item.seatBack/14}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shapeless recipe: [BiblioWoodsForestry]item.seatBack/14 <= {<error:null>, <error:null>, [BiblioWoodsForestry]item.seatBack/14}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]item.seatBack/15 <= {[minecraft]item.stick/0, [minecraft]tile.cloth/0, [minecraft]item.stick/0, [minecraft]item.stick/0, <error:null>, [minecraft]item.stick/0, [minecraft]item.stick/0, <empty>, [minecraft]item.stick/0}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shapeless recipe: [BiblioWoodsForestry]item.seatBack/15 <= {<error:null>, [BiblioWoodsForestry]item.seatBack/15}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shapeless recipe: [BiblioWoodsForestry]item.seatBack/15 <= {<error:null>, <error:null>, [BiblioWoodsForestry]item.seatBack/15}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]item.seatBack/16 <= {[minecraft]item.stick/0, [minecraft]tile.cloth/0, [minecraft]item.stick/0, [minecraft]item.stick/0, <error:null>, [minecraft]item.stick/0, [minecraft]item.stick/0, <empty>, [minecraft]item.stick/0}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shapeless recipe: [BiblioWoodsForestry]item.seatBack/16 <= {<error:null>, [BiblioWoodsForestry]item.seatBack/16}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shapeless recipe: [BiblioWoodsForestry]item.seatBack/16 <= {<error:null>, <error:null>, [BiblioWoodsForestry]item.seatBack/16}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]item.seatBack/17 <= {[minecraft]item.stick/0, [minecraft]tile.cloth/0, [minecraft]item.stick/0, [minecraft]item.stick/0, <error:null>, [minecraft]item.stick/0, [minecraft]item.stick/0, <empty>, [minecraft]item.stick/0}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shapeless recipe: [BiblioWoodsForestry]item.seatBack/17 <= {<error:null>, [BiblioWoodsForestry]item.seatBack/17}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shapeless recipe: [BiblioWoodsForestry]item.seatBack/17 <= {<error:null>, <error:null>, [BiblioWoodsForestry]item.seatBack/17}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]item.seatBack/18 <= {[minecraft]item.stick/0, [minecraft]tile.cloth/0, [minecraft]item.stick/0, [minecraft]item.stick/0, <error:null>, [minecraft]item.stick/0, [minecraft]item.stick/0, <empty>, [minecraft]item.stick/0}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shapeless recipe: [BiblioWoodsForestry]item.seatBack/18 <= {<error:null>, [BiblioWoodsForestry]item.seatBack/18}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shapeless recipe: [BiblioWoodsForestry]item.seatBack/18 <= {<error:null>, <error:null>, [BiblioWoodsForestry]item.seatBack/18}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]item.seatBack/19 <= {[minecraft]item.stick/0, [minecraft]tile.cloth/0, [minecraft]item.stick/0, [minecraft]item.stick/0, <error:null>, [minecraft]item.stick/0, [minecraft]item.stick/0, <empty>, [minecraft]item.stick/0}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shapeless recipe: [BiblioWoodsForestry]item.seatBack/19 <= {<error:null>, [BiblioWoodsForestry]item.seatBack/19}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shapeless recipe: [BiblioWoodsForestry]item.seatBack/19 <= {<error:null>, <error:null>, [BiblioWoodsForestry]item.seatBack/19}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]item.seatBack/20 <= {[minecraft]item.stick/0, [minecraft]tile.cloth/0, [minecraft]item.stick/0, [minecraft]item.stick/0, <error:null>, [minecraft]item.stick/0, [minecraft]item.stick/0, <empty>, [minecraft]item.stick/0}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shapeless recipe: [BiblioWoodsForestry]item.seatBack/20 <= {<error:null>, [BiblioWoodsForestry]item.seatBack/20}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shapeless recipe: [BiblioWoodsForestry]item.seatBack/20 <= {<error:null>, <error:null>, [BiblioWoodsForestry]item.seatBack/20}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]item.seatBack/21 <= {[minecraft]item.stick/0, [minecraft]tile.cloth/0, [minecraft]item.stick/0, [minecraft]item.stick/0, <error:null>, [minecraft]item.stick/0, [minecraft]item.stick/0, <empty>, [minecraft]item.stick/0}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shapeless recipe: [BiblioWoodsForestry]item.seatBack/21 <= {<error:null>, [BiblioWoodsForestry]item.seatBack/21}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shapeless recipe: [BiblioWoodsForestry]item.seatBack/21 <= {<error:null>, <error:null>, [BiblioWoodsForestry]item.seatBack/21}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]item.seatBack/22 <= {[minecraft]item.stick/0, [minecraft]tile.cloth/0, [minecraft]item.stick/0, [minecraft]item.stick/0, <error:null>, [minecraft]item.stick/0, [minecraft]item.stick/0, <empty>, [minecraft]item.stick/0}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shapeless recipe: [BiblioWoodsForestry]item.seatBack/22 <= {<error:null>, [BiblioWoodsForestry]item.seatBack/22}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shapeless recipe: [BiblioWoodsForestry]item.seatBack/22 <= {<error:null>, <error:null>, [BiblioWoodsForestry]item.seatBack/22}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]item.seatBack/23 <= {[minecraft]item.stick/0, [minecraft]tile.cloth/0, [minecraft]item.stick/0, [minecraft]item.stick/0, <error:null>, [minecraft]item.stick/0, [minecraft]item.stick/0, <empty>, [minecraft]item.stick/0}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shapeless recipe: [BiblioWoodsForestry]item.seatBack/23 <= {<error:null>, [BiblioWoodsForestry]item.seatBack/23}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shapeless recipe: [BiblioWoodsForestry]item.seatBack/23 <= {<error:null>, <error:null>, [BiblioWoodsForestry]item.seatBack/23}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]item.seatBack/0 <= {<empty>, [minecraft]tile.cloth/0, <empty>, <empty>, <error:null>, <empty>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]item.seatBack/1 <= {<empty>, [minecraft]tile.cloth/0, <empty>, <empty>, <error:null>, <empty>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]item.seatBack/2 <= {<empty>, [minecraft]tile.cloth/0, <empty>, <empty>, <error:null>, <empty>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]item.seatBack/3 <= {<empty>, [minecraft]tile.cloth/0, <empty>, <empty>, <error:null>, <empty>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]item.seatBack/4 <= {<empty>, [minecraft]tile.cloth/0, <empty>, <empty>, <error:null>, <empty>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]item.seatBack/5 <= {<empty>, [minecraft]tile.cloth/0, <empty>, <empty>, <error:null>, <empty>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]item.seatBack/6 <= {<empty>, [minecraft]tile.cloth/0, <empty>, <empty>, <error:null>, <empty>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]item.seatBack/7 <= {<empty>, [minecraft]tile.cloth/0, <empty>, <empty>, <error:null>, <empty>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]item.seatBack/8 <= {<empty>, [minecraft]tile.cloth/0, <empty>, <empty>, <error:null>, <empty>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]item.seatBack/9 <= {<empty>, [minecraft]tile.cloth/0, <empty>, <empty>, <error:null>, <empty>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]item.seatBack/10 <= {<empty>, [minecraft]tile.cloth/0, <empty>, <empty>, <error:null>, <empty>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]item.seatBack/11 <= {<empty>, [minecraft]tile.cloth/0, <empty>, <empty>, <error:null>, <empty>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]item.seatBack/12 <= {<empty>, [minecraft]tile.cloth/0, <empty>, <empty>, <error:null>, <empty>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]item.seatBack/13 <= {<empty>, [minecraft]tile.cloth/0, <empty>, <empty>, <error:null>, <empty>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]item.seatBack/14 <= {<empty>, [minecraft]tile.cloth/0, <empty>, <empty>, <error:null>, <empty>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]item.seatBack/15 <= {<empty>, [minecraft]tile.cloth/0, <empty>, <empty>, <error:null>, <empty>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]item.seatBack/16 <= {<empty>, [minecraft]tile.cloth/0, <empty>, <empty>, <error:null>, <empty>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]item.seatBack/17 <= {<empty>, [minecraft]tile.cloth/0, <empty>, <empty>, <error:null>, <empty>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]item.seatBack/18 <= {<empty>, [minecraft]tile.cloth/0, <empty>, <empty>, <error:null>, <empty>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]item.seatBack/19 <= {<empty>, [minecraft]tile.cloth/0, <empty>, <empty>, <error:null>, <empty>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]item.seatBack/20 <= {<empty>, [minecraft]tile.cloth/0, <empty>, <empty>, <error:null>, <empty>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]item.seatBack/21 <= {<empty>, [minecraft]tile.cloth/0, <empty>, <empty>, <error:null>, <empty>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]item.seatBack/22 <= {<empty>, [minecraft]tile.cloth/0, <empty>, <empty>, <error:null>, <empty>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]item.seatBack/23 <= {<empty>, [minecraft]tile.cloth/0, <empty>, <empty>, <error:null>, <empty>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFancyWorkbench/0 <= {[minecraft]item.dyePowder/0, [minecraft]tile.workbench/0, [minecraft]item.feather/0, <error:null>, [BiblioWoodsForestry]tile.BiblioWoodFstBookcase/0, <error:null>, <error:null>, <error:null>, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFancyWorkbench/0 <= {[minecraft]item.feather/0, [minecraft]tile.workbench/0, [minecraft]item.dyePowder/0, <error:null>, [BiblioWoodsForestry]tile.BiblioWoodFstBookcase/0, <error:null>, <error:null>, <error:null>, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFancyWorkbench/1 <= {[minecraft]item.dyePowder/0, [minecraft]tile.workbench/0, [minecraft]item.feather/0, <error:null>, [BiblioWoodsForestry]tile.BiblioWoodFstBookcase/1, <error:null>, <error:null>, <error:null>, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFancyWorkbench/1 <= {[minecraft]item.feather/0, [minecraft]tile.workbench/0, [minecraft]item.dyePowder/0, <error:null>, [BiblioWoodsForestry]tile.BiblioWoodFstBookcase/1, <error:null>, <error:null>, <error:null>, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFancyWorkbench/2 <= {[minecraft]item.dyePowder/0, [minecraft]tile.workbench/0, [minecraft]item.feather/0, <error:null>, [BiblioWoodsForestry]tile.BiblioWoodFstBookcase/2, <error:null>, <error:null>, <error:null>, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFancyWorkbench/2 <= {[minecraft]item.feather/0, [minecraft]tile.workbench/0, [minecraft]item.dyePowder/0, <error:null>, [BiblioWoodsForestry]tile.BiblioWoodFstBookcase/2, <error:null>, <error:null>, <error:null>, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFancyWorkbench/3 <= {[minecraft]item.dyePowder/0, [minecraft]tile.workbench/0, [minecraft]item.feather/0, <error:null>, [BiblioWoodsForestry]tile.BiblioWoodFstBookcase/3, <error:null>, <error:null>, <error:null>, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFancyWorkbench/3 <= {[minecraft]item.feather/0, [minecraft]tile.workbench/0, [minecraft]item.dyePowder/0, <error:null>, [BiblioWoodsForestry]tile.BiblioWoodFstBookcase/3, <error:null>, <error:null>, <error:null>, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFancyWorkbench/4 <= {[minecraft]item.dyePowder/0, [minecraft]tile.workbench/0, [minecraft]item.feather/0, <error:null>, [BiblioWoodsForestry]tile.BiblioWoodFstBookcase/4, <error:null>, <error:null>, <error:null>, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFancyWorkbench/4 <= {[minecraft]item.feather/0, [minecraft]tile.workbench/0, [minecraft]item.dyePowder/0, <error:null>, [BiblioWoodsForestry]tile.BiblioWoodFstBookcase/4, <error:null>, <error:null>, <error:null>, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFancyWorkbench/5 <= {[minecraft]item.dyePowder/0, [minecraft]tile.workbench/0, [minecraft]item.feather/0, <error:null>, [BiblioWoodsForestry]tile.BiblioWoodFstBookcase/5, <error:null>, <error:null>, <error:null>, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFancyWorkbench/5 <= {[minecraft]item.feather/0, [minecraft]tile.workbench/0, [minecraft]item.dyePowder/0, <error:null>, [BiblioWoodsForestry]tile.BiblioWoodFstBookcase/5, <error:null>, <error:null>, <error:null>, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFancyWorkbench/6 <= {[minecraft]item.dyePowder/0, [minecraft]tile.workbench/0, [minecraft]item.feather/0, <error:null>, [BiblioWoodsForestry]tile.BiblioWoodFstBookcase/6, <error:null>, <error:null>, <error:null>, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFancyWorkbench/6 <= {[minecraft]item.feather/0, [minecraft]tile.workbench/0, [minecraft]item.dyePowder/0, <error:null>, [BiblioWoodsForestry]tile.BiblioWoodFstBookcase/6, <error:null>, <error:null>, <error:null>, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFancyWorkbench/7 <= {[minecraft]item.dyePowder/0, [minecraft]tile.workbench/0, [minecraft]item.feather/0, <error:null>, [BiblioWoodsForestry]tile.BiblioWoodFstBookcase/7, <error:null>, <error:null>, <error:null>, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFancyWorkbench/7 <= {[minecraft]item.feather/0, [minecraft]tile.workbench/0, [minecraft]item.dyePowder/0, <error:null>, [BiblioWoodsForestry]tile.BiblioWoodFstBookcase/7, <error:null>, <error:null>, <error:null>, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFancyWorkbench/8 <= {[minecraft]item.dyePowder/0, [minecraft]tile.workbench/0, [minecraft]item.feather/0, <error:null>, [BiblioWoodsForestry]tile.BiblioWoodFstBookcase/8, <error:null>, <error:null>, <error:null>, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFancyWorkbench/8 <= {[minecraft]item.feather/0, [minecraft]tile.workbench/0, [minecraft]item.dyePowder/0, <error:null>, [BiblioWoodsForestry]tile.BiblioWoodFstBookcase/8, <error:null>, <error:null>, <error:null>, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFancyWorkbench/9 <= {[minecraft]item.dyePowder/0, [minecraft]tile.workbench/0, [minecraft]item.feather/0, <error:null>, [BiblioWoodsForestry]tile.BiblioWoodFstBookcase/9, <error:null>, <error:null>, <error:null>, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFancyWorkbench/9 <= {[minecraft]item.feather/0, [minecraft]tile.workbench/0, [minecraft]item.dyePowder/0, <error:null>, [BiblioWoodsForestry]tile.BiblioWoodFstBookcase/9, <error:null>, <error:null>, <error:null>, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFancyWorkbench/10 <= {[minecraft]item.dyePowder/0, [minecraft]tile.workbench/0, [minecraft]item.feather/0, <error:null>, [BiblioWoodsForestry]tile.BiblioWoodFstBookcase/10, <error:null>, <error:null>, <error:null>, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFancyWorkbench/10 <= {[minecraft]item.feather/0, [minecraft]tile.workbench/0, [minecraft]item.dyePowder/0, <error:null>, [BiblioWoodsForestry]tile.BiblioWoodFstBookcase/10, <error:null>, <error:null>, <error:null>, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFancyWorkbench/11 <= {[minecraft]item.dyePowder/0, [minecraft]tile.workbench/0, [minecraft]item.feather/0, <error:null>, [BiblioWoodsForestry]tile.BiblioWoodFstBookcase/11, <error:null>, <error:null>, <error:null>, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFancyWorkbench/11 <= {[minecraft]item.feather/0, [minecraft]tile.workbench/0, [minecraft]item.dyePowder/0, <error:null>, [BiblioWoodsForestry]tile.BiblioWoodFstBookcase/11, <error:null>, <error:null>, <error:null>, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFancyWorkbench/12 <= {[minecraft]item.dyePowder/0, [minecraft]tile.workbench/0, [minecraft]item.feather/0, <error:null>, [BiblioWoodsForestry]tile.BiblioWoodFstBookcase/12, <error:null>, <error:null>, <error:null>, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFancyWorkbench/12 <= {[minecraft]item.feather/0, [minecraft]tile.workbench/0, [minecraft]item.dyePowder/0, <error:null>, [BiblioWoodsForestry]tile.BiblioWoodFstBookcase/12, <error:null>, <error:null>, <error:null>, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFancyWorkbench/13 <= {[minecraft]item.dyePowder/0, [minecraft]tile.workbench/0, [minecraft]item.feather/0, <error:null>, [BiblioWoodsForestry]tile.BiblioWoodFstBookcase/13, <error:null>, <error:null>, <error:null>, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFancyWorkbench/13 <= {[minecraft]item.feather/0, [minecraft]tile.workbench/0, [minecraft]item.dyePowder/0, <error:null>, [BiblioWoodsForestry]tile.BiblioWoodFstBookcase/13, <error:null>, <error:null>, <error:null>, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFancyWorkbench/14 <= {[minecraft]item.dyePowder/0, [minecraft]tile.workbench/0, [minecraft]item.feather/0, <error:null>, [BiblioWoodsForestry]tile.BiblioWoodFstBookcase/14, <error:null>, <error:null>, <error:null>, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFancyWorkbench/14 <= {[minecraft]item.feather/0, [minecraft]tile.workbench/0, [minecraft]item.dyePowder/0, <error:null>, [BiblioWoodsForestry]tile.BiblioWoodFstBookcase/14, <error:null>, <error:null>, <error:null>, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFancyWorkbench/15 <= {[minecraft]item.dyePowder/0, [minecraft]tile.workbench/0, [minecraft]item.feather/0, <error:null>, [BiblioWoodsForestry]tile.BiblioWoodFstBookcase/15, <error:null>, <error:null>, <error:null>, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFancyWorkbench/15 <= {[minecraft]item.feather/0, [minecraft]tile.workbench/0, [minecraft]item.dyePowder/0, <error:null>, [BiblioWoodsForestry]tile.BiblioWoodFstBookcase/15, <error:null>, <error:null>, <error:null>, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFancyWorkbench2/0 <= {[minecraft]item.dyePowder/0, [minecraft]tile.workbench/0, [minecraft]item.feather/0, <error:null>, [BiblioWoodsForestry]tile.BiblioWoodFstBookcase2/0, <error:null>, <error:null>, <error:null>, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFancyWorkbench2/0 <= {[minecraft]item.feather/0, [minecraft]tile.workbench/0, [minecraft]item.dyePowder/0, <error:null>, [BiblioWoodsForestry]tile.BiblioWoodFstBookcase2/0, <error:null>, <error:null>, <error:null>, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFancyWorkbench2/1 <= {[minecraft]item.dyePowder/0, [minecraft]tile.workbench/0, [minecraft]item.feather/0, <error:null>, [BiblioWoodsForestry]tile.BiblioWoodFstBookcase2/1, <error:null>, <error:null>, <error:null>, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFancyWorkbench2/1 <= {[minecraft]item.feather/0, [minecraft]tile.workbench/0, [minecraft]item.dyePowder/0, <error:null>, [BiblioWoodsForestry]tile.BiblioWoodFstBookcase2/1, <error:null>, <error:null>, <error:null>, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFancyWorkbench2/2 <= {[minecraft]item.dyePowder/0, [minecraft]tile.workbench/0, [minecraft]item.feather/0, <error:null>, [BiblioWoodsForestry]tile.BiblioWoodFstBookcase2/2, <error:null>, <error:null>, <error:null>, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFancyWorkbench2/2 <= {[minecraft]item.feather/0, [minecraft]tile.workbench/0, [minecraft]item.dyePowder/0, <error:null>, [BiblioWoodsForestry]tile.BiblioWoodFstBookcase2/2, <error:null>, <error:null>, <error:null>, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFancyWorkbench2/3 <= {[minecraft]item.dyePowder/0, [minecraft]tile.workbench/0, [minecraft]item.feather/0, <error:null>, [BiblioWoodsForestry]tile.BiblioWoodFstBookcase2/3, <error:null>, <error:null>, <error:null>, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFancyWorkbench2/3 <= {[minecraft]item.feather/0, [minecraft]tile.workbench/0, [minecraft]item.dyePowder/0, <error:null>, [BiblioWoodsForestry]tile.BiblioWoodFstBookcase2/3, <error:null>, <error:null>, <error:null>, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFancyWorkbench2/4 <= {[minecraft]item.dyePowder/0, [minecraft]tile.workbench/0, [minecraft]item.feather/0, <error:null>, [BiblioWoodsForestry]tile.BiblioWoodFstBookcase2/4, <error:null>, <error:null>, <error:null>, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFancyWorkbench2/4 <= {[minecraft]item.feather/0, [minecraft]tile.workbench/0, [minecraft]item.dyePowder/0, <error:null>, [BiblioWoodsForestry]tile.BiblioWoodFstBookcase2/4, <error:null>, <error:null>, <error:null>, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFancyWorkbench2/5 <= {[minecraft]item.dyePowder/0, [minecraft]tile.workbench/0, [minecraft]item.feather/0, <error:null>, [BiblioWoodsForestry]tile.BiblioWoodFstBookcase2/5, <error:null>, <error:null>, <error:null>, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFancyWorkbench2/5 <= {[minecraft]item.feather/0, [minecraft]tile.workbench/0, [minecraft]item.dyePowder/0, <error:null>, [BiblioWoodsForestry]tile.BiblioWoodFstBookcase2/5, <error:null>, <error:null>, <error:null>, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFancyWorkbench2/6 <= {[minecraft]item.dyePowder/0, [minecraft]tile.workbench/0, [minecraft]item.feather/0, <error:null>, [BiblioWoodsForestry]tile.BiblioWoodFstBookcase2/6, <error:null>, <error:null>, <error:null>, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFancyWorkbench2/6 <= {[minecraft]item.feather/0, [minecraft]tile.workbench/0, [minecraft]item.dyePowder/0, <error:null>, [BiblioWoodsForestry]tile.BiblioWoodFstBookcase2/6, <error:null>, <error:null>, <error:null>, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFancyWorkbench2/7 <= {[minecraft]item.dyePowder/0, [minecraft]tile.workbench/0, [minecraft]item.feather/0, <error:null>, [BiblioWoodsForestry]tile.BiblioWoodFstBookcase2/7, <error:null>, <error:null>, <error:null>, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodFancyWorkbench2/7 <= {[minecraft]item.feather/0, [minecraft]tile.workbench/0, [minecraft]item.dyePowder/0, <error:null>, [BiblioWoodsForestry]tile.BiblioWoodFstBookcase2/7, <error:null>, <error:null>, <error:null>, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodClock/0 <= {<error:null>, [minecraft]item.clock/0, <error:null>, <error:null>, [minecraft]item.stick/0, <error:null>, <error:null>, [minecraft]item.ingotGold/0, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodClock/1 <= {<error:null>, [minecraft]item.clock/0, <error:null>, <error:null>, [minecraft]item.stick/0, <error:null>, <error:null>, [minecraft]item.ingotGold/0, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodClock/2 <= {<error:null>, [minecraft]item.clock/0, <error:null>, <error:null>, [minecraft]item.stick/0, <error:null>, <error:null>, [minecraft]item.ingotGold/0, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodClock/3 <= {<error:null>, [minecraft]item.clock/0, <error:null>, <error:null>, [minecraft]item.stick/0, <error:null>, <error:null>, [minecraft]item.ingotGold/0, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodClock/4 <= {<error:null>, [minecraft]item.clock/0, <error:null>, <error:null>, [minecraft]item.stick/0, <error:null>, <error:null>, [minecraft]item.ingotGold/0, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodClock/5 <= {<error:null>, [minecraft]item.clock/0, <error:null>, <error:null>, [minecraft]item.stick/0, <error:null>, <error:null>, [minecraft]item.ingotGold/0, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodClock/6 <= {<error:null>, [minecraft]item.clock/0, <error:null>, <error:null>, [minecraft]item.stick/0, <error:null>, <error:null>, [minecraft]item.ingotGold/0, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodClock/7 <= {<error:null>, [minecraft]item.clock/0, <error:null>, <error:null>, [minecraft]item.stick/0, <error:null>, <error:null>, [minecraft]item.ingotGold/0, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodClock/8 <= {<error:null>, [minecraft]item.clock/0, <error:null>, <error:null>, [minecraft]item.stick/0, <error:null>, <error:null>, [minecraft]item.ingotGold/0, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodClock/9 <= {<error:null>, [minecraft]item.clock/0, <error:null>, <error:null>, [minecraft]item.stick/0, <error:null>, <error:null>, [minecraft]item.ingotGold/0, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodClock/10 <= {<error:null>, [minecraft]item.clock/0, <error:null>, <error:null>, [minecraft]item.stick/0, <error:null>, <error:null>, [minecraft]item.ingotGold/0, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodClock/11 <= {<error:null>, [minecraft]item.clock/0, <error:null>, <error:null>, [minecraft]item.stick/0, <error:null>, <error:null>, [minecraft]item.ingotGold/0, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodClock/12 <= {<error:null>, [minecraft]item.clock/0, <error:null>, <error:null>, [minecraft]item.stick/0, <error:null>, <error:null>, [minecraft]item.ingotGold/0, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodClock/13 <= {<error:null>, [minecraft]item.clock/0, <error:null>, <error:null>, [minecraft]item.stick/0, <error:null>, <error:null>, [minecraft]item.ingotGold/0, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodClock/14 <= {<error:null>, [minecraft]item.clock/0, <error:null>, <error:null>, [minecraft]item.stick/0, <error:null>, <error:null>, [minecraft]item.ingotGold/0, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodClock/15 <= {<error:null>, [minecraft]item.clock/0, <error:null>, <error:null>, [minecraft]item.stick/0, <error:null>, <error:null>, [minecraft]item.ingotGold/0, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodClock2/0 <= {<error:null>, [minecraft]item.clock/0, <error:null>, <error:null>, [minecraft]item.stick/0, <error:null>, <error:null>, [minecraft]item.ingotGold/0, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodClock2/1 <= {<error:null>, [minecraft]item.clock/0, <error:null>, <error:null>, [minecraft]item.stick/0, <error:null>, <error:null>, [minecraft]item.ingotGold/0, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodClock2/2 <= {<error:null>, [minecraft]item.clock/0, <error:null>, <error:null>, [minecraft]item.stick/0, <error:null>, <error:null>, [minecraft]item.ingotGold/0, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodClock2/3 <= {<error:null>, [minecraft]item.clock/0, <error:null>, <error:null>, [minecraft]item.stick/0, <error:null>, <error:null>, [minecraft]item.ingotGold/0, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodClock2/4 <= {<error:null>, [minecraft]item.clock/0, <error:null>, <error:null>, [minecraft]item.stick/0, <error:null>, <error:null>, [minecraft]item.ingotGold/0, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodClock2/5 <= {<error:null>, [minecraft]item.clock/0, <error:null>, <error:null>, [minecraft]item.stick/0, <error:null>, <error:null>, [minecraft]item.ingotGold/0, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodClock2/6 <= {<error:null>, [minecraft]item.clock/0, <error:null>, <error:null>, [minecraft]item.stick/0, <error:null>, <error:null>, [minecraft]item.ingotGold/0, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodClock2/7 <= {<error:null>, [minecraft]item.clock/0, <error:null>, <error:null>, [minecraft]item.stick/0, <error:null>, <error:null>, [minecraft]item.ingotGold/0, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodPaintingT0/0 <= {[minecraft]item.stick/0, <error:null>, [minecraft]item.stick/0, <error:null>, <error:null>, <error:null>, [minecraft]item.stick/0, <error:null>, [minecraft]item.stick/0}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodPaintingT1/0 <= {<error:null>, <error:null>, <error:null>, <error:null>, [BiblioWoodsForestry]tile.BiblioWoodPaintingT0/0, <error:null>, <error:null>, <error:null>, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodPaintingT2/0 <= {[minecraft]item.stick/0, <error:null>, [minecraft]item.stick/0, <error:null>, [BiblioWoodsForestry]tile.BiblioWoodPaintingT0/0, <error:null>, [minecraft]item.stick/0, <error:null>, [minecraft]item.stick/0}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodPaintingT3/0 <= {[minecraft]item.stick/0, <error:null>, [minecraft]item.stick/0, [minecraft]item.stick/0, [BiblioWoodsForestry]tile.BiblioWoodPaintingT0/0, [minecraft]item.stick/0, [minecraft]item.stick/0, <error:null>, [minecraft]item.stick/0}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodPaintingT0/1 <= {[minecraft]item.stick/0, <error:null>, [minecraft]item.stick/0, <error:null>, <error:null>, <error:null>, [minecraft]item.stick/0, <error:null>, [minecraft]item.stick/0}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodPaintingT1/1 <= {<error:null>, <error:null>, <error:null>, <error:null>, [BiblioWoodsForestry]tile.BiblioWoodPaintingT0/1, <error:null>, <error:null>, <error:null>, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodPaintingT2/1 <= {[minecraft]item.stick/0, <error:null>, [minecraft]item.stick/0, <error:null>, [BiblioWoodsForestry]tile.BiblioWoodPaintingT0/1, <error:null>, [minecraft]item.stick/0, <error:null>, [minecraft]item.stick/0}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodPaintingT3/1 <= {[minecraft]item.stick/0, <error:null>, [minecraft]item.stick/0, [minecraft]item.stick/0, [BiblioWoodsForestry]tile.BiblioWoodPaintingT0/1, [minecraft]item.stick/0, [minecraft]item.stick/0, <error:null>, [minecraft]item.stick/0}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodPaintingT0/2 <= {[minecraft]item.stick/0, <error:null>, [minecraft]item.stick/0, <error:null>, <error:null>, <error:null>, [minecraft]item.stick/0, <error:null>, [minecraft]item.stick/0}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodPaintingT1/2 <= {<error:null>, <error:null>, <error:null>, <error:null>, [BiblioWoodsForestry]tile.BiblioWoodPaintingT0/2, <error:null>, <error:null>, <error:null>, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodPaintingT2/2 <= {[minecraft]item.stick/0, <error:null>, [minecraft]item.stick/0, <error:null>, [BiblioWoodsForestry]tile.BiblioWoodPaintingT0/2, <error:null>, [minecraft]item.stick/0, <error:null>, [minecraft]item.stick/0}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodPaintingT3/2 <= {[minecraft]item.stick/0, <error:null>, [minecraft]item.stick/0, [minecraft]item.stick/0, [BiblioWoodsForestry]tile.BiblioWoodPaintingT0/2, [minecraft]item.stick/0, [minecraft]item.stick/0, <error:null>, [minecraft]item.stick/0}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodPaintingT0/3 <= {[minecraft]item.stick/0, <error:null>, [minecraft]item.stick/0, <error:null>, <error:null>, <error:null>, [minecraft]item.stick/0, <error:null>, [minecraft]item.stick/0}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodPaintingT1/3 <= {<error:null>, <error:null>, <error:null>, <error:null>, [BiblioWoodsForestry]tile.BiblioWoodPaintingT0/3, <error:null>, <error:null>, <error:null>, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodPaintingT2/3 <= {[minecraft]item.stick/0, <error:null>, [minecraft]item.stick/0, <error:null>, [BiblioWoodsForestry]tile.BiblioWoodPaintingT0/3, <error:null>, [minecraft]item.stick/0, <error:null>, [minecraft]item.stick/0}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodPaintingT3/3 <= {[minecraft]item.stick/0, <error:null>, [minecraft]item.stick/0, [minecraft]item.stick/0, [BiblioWoodsForestry]tile.BiblioWoodPaintingT0/3, [minecraft]item.stick/0, [minecraft]item.stick/0, <error:null>, [minecraft]item.stick/0}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodPaintingT0/4 <= {[minecraft]item.stick/0, <error:null>, [minecraft]item.stick/0, <error:null>, <error:null>, <error:null>, [minecraft]item.stick/0, <error:null>, [minecraft]item.stick/0}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodPaintingT1/4 <= {<error:null>, <error:null>, <error:null>, <error:null>, [BiblioWoodsForestry]tile.BiblioWoodPaintingT0/4, <error:null>, <error:null>, <error:null>, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodPaintingT2/4 <= {[minecraft]item.stick/0, <error:null>, [minecraft]item.stick/0, <error:null>, [BiblioWoodsForestry]tile.BiblioWoodPaintingT0/4, <error:null>, [minecraft]item.stick/0, <error:null>, [minecraft]item.stick/0}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodPaintingT3/4 <= {[minecraft]item.stick/0, <error:null>, [minecraft]item.stick/0, [minecraft]item.stick/0, [BiblioWoodsForestry]tile.BiblioWoodPaintingT0/4, [minecraft]item.stick/0, [minecraft]item.stick/0, <error:null>, [minecraft]item.stick/0}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodPaintingT0/5 <= {[minecraft]item.stick/0, <error:null>, [minecraft]item.stick/0, <error:null>, <error:null>, <error:null>, [minecraft]item.stick/0, <error:null>, [minecraft]item.stick/0}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodPaintingT1/5 <= {<error:null>, <error:null>, <error:null>, <error:null>, [BiblioWoodsForestry]tile.BiblioWoodPaintingT0/5, <error:null>, <error:null>, <error:null>, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodPaintingT2/5 <= {[minecraft]item.stick/0, <error:null>, [minecraft]item.stick/0, <error:null>, [BiblioWoodsForestry]tile.BiblioWoodPaintingT0/5, <error:null>, [minecraft]item.stick/0, <error:null>, [minecraft]item.stick/0}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodPaintingT3/5 <= {[minecraft]item.stick/0, <error:null>, [minecraft]item.stick/0, [minecraft]item.stick/0, [BiblioWoodsForestry]tile.BiblioWoodPaintingT0/5, [minecraft]item.stick/0, [minecraft]item.stick/0, <error:null>, [minecraft]item.stick/0}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodPaintingT0/6 <= {[minecraft]item.stick/0, <error:null>, [minecraft]item.stick/0, <error:null>, <error:null>, <error:null>, [minecraft]item.stick/0, <error:null>, [minecraft]item.stick/0}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodPaintingT1/6 <= {<error:null>, <error:null>, <error:null>, <error:null>, [BiblioWoodsForestry]tile.BiblioWoodPaintingT0/6, <error:null>, <error:null>, <error:null>, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodPaintingT2/6 <= {[minecraft]item.stick/0, <error:null>, [minecraft]item.stick/0, <error:null>, [BiblioWoodsForestry]tile.BiblioWoodPaintingT0/6, <error:null>, [minecraft]item.stick/0, <error:null>, [minecraft]item.stick/0}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodPaintingT3/6 <= {[minecraft]item.stick/0, <error:null>, [minecraft]item.stick/0, [minecraft]item.stick/0, [BiblioWoodsForestry]tile.BiblioWoodPaintingT0/6, [minecraft]item.stick/0, [minecraft]item.stick/0, <error:null>, [minecraft]item.stick/0}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodPaintingT0/7 <= {[minecraft]item.stick/0, <error:null>, [minecraft]item.stick/0, <error:null>, <error:null>, <error:null>, [minecraft]item.stick/0, <error:null>, [minecraft]item.stick/0}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodPaintingT1/7 <= {<error:null>, <error:null>, <error:null>, <error:null>, [BiblioWoodsForestry]tile.BiblioWoodPaintingT0/7, <error:null>, <error:null>, <error:null>, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodPaintingT2/7 <= {[minecraft]item.stick/0, <error:null>, [minecraft]item.stick/0, <error:null>, [BiblioWoodsForestry]tile.BiblioWoodPaintingT0/7, <error:null>, [minecraft]item.stick/0, <error:null>, [minecraft]item.stick/0}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodPaintingT3/7 <= {[minecraft]item.stick/0, <error:null>, [minecraft]item.stick/0, [minecraft]item.stick/0, [BiblioWoodsForestry]tile.BiblioWoodPaintingT0/7, [minecraft]item.stick/0, [minecraft]item.stick/0, <error:null>, [minecraft]item.stick/0}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodPaintingT0/8 <= {[minecraft]item.stick/0, <error:null>, [minecraft]item.stick/0, <error:null>, <error:null>, <error:null>, [minecraft]item.stick/0, <error:null>, [minecraft]item.stick/0}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodPaintingT1/8 <= {<error:null>, <error:null>, <error:null>, <error:null>, [BiblioWoodsForestry]tile.BiblioWoodPaintingT0/8, <error:null>, <error:null>, <error:null>, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodPaintingT2/8 <= {[minecraft]item.stick/0, <error:null>, [minecraft]item.stick/0, <error:null>, [BiblioWoodsForestry]tile.BiblioWoodPaintingT0/8, <error:null>, [minecraft]item.stick/0, <error:null>, [minecraft]item.stick/0}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodPaintingT3/8 <= {[minecraft]item.stick/0, <error:null>, [minecraft]item.stick/0, [minecraft]item.stick/0, [BiblioWoodsForestry]tile.BiblioWoodPaintingT0/8, [minecraft]item.stick/0, [minecraft]item.stick/0, <error:null>, [minecraft]item.stick/0}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodPaintingT0/9 <= {[minecraft]item.stick/0, <error:null>, [minecraft]item.stick/0, <error:null>, <error:null>, <error:null>, [minecraft]item.stick/0, <error:null>, [minecraft]item.stick/0}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodPaintingT1/9 <= {<error:null>, <error:null>, <error:null>, <error:null>, [BiblioWoodsForestry]tile.BiblioWoodPaintingT0/9, <error:null>, <error:null>, <error:null>, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodPaintingT2/9 <= {[minecraft]item.stick/0, <error:null>, [minecraft]item.stick/0, <error:null>, [BiblioWoodsForestry]tile.BiblioWoodPaintingT0/9, <error:null>, [minecraft]item.stick/0, <error:null>, [minecraft]item.stick/0}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodPaintingT3/9 <= {[minecraft]item.stick/0, <error:null>, [minecraft]item.stick/0, [minecraft]item.stick/0, [BiblioWoodsForestry]tile.BiblioWoodPaintingT0/9, [minecraft]item.stick/0, [minecraft]item.stick/0, <error:null>, [minecraft]item.stick/0}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodPaintingT0/10 <= {[minecraft]item.stick/0, <error:null>, [minecraft]item.stick/0, <error:null>, <error:null>, <error:null>, [minecraft]item.stick/0, <error:null>, [minecraft]item.stick/0}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodPaintingT1/10 <= {<error:null>, <error:null>, <error:null>, <error:null>, [BiblioWoodsForestry]tile.BiblioWoodPaintingT0/10, <error:null>, <error:null>, <error:null>, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodPaintingT2/10 <= {[minecraft]item.stick/0, <error:null>, [minecraft]item.stick/0, <error:null>, [BiblioWoodsForestry]tile.BiblioWoodPaintingT0/10, <error:null>, [minecraft]item.stick/0, <error:null>, [minecraft]item.stick/0}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodPaintingT3/10 <= {[minecraft]item.stick/0, <error:null>, [minecraft]item.stick/0, [minecraft]item.stick/0, [BiblioWoodsForestry]tile.BiblioWoodPaintingT0/10, [minecraft]item.stick/0, [minecraft]item.stick/0, <error:null>, [minecraft]item.stick/0}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodPaintingT0/11 <= {[minecraft]item.stick/0, <error:null>, [minecraft]item.stick/0, <error:null>, <error:null>, <error:null>, [minecraft]item.stick/0, <error:null>, [minecraft]item.stick/0}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodPaintingT1/11 <= {<error:null>, <error:null>, <error:null>, <error:null>, [BiblioWoodsForestry]tile.BiblioWoodPaintingT0/11, <error:null>, <error:null>, <error:null>, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodPaintingT2/11 <= {[minecraft]item.stick/0, <error:null>, [minecraft]item.stick/0, <error:null>, [BiblioWoodsForestry]tile.BiblioWoodPaintingT0/11, <error:null>, [minecraft]item.stick/0, <error:null>, [minecraft]item.stick/0}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodPaintingT3/11 <= {[minecraft]item.stick/0, <error:null>, [minecraft]item.stick/0, [minecraft]item.stick/0, [BiblioWoodsForestry]tile.BiblioWoodPaintingT0/11, [minecraft]item.stick/0, [minecraft]item.stick/0, <error:null>, [minecraft]item.stick/0}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodPaintingT0/12 <= {[minecraft]item.stick/0, <error:null>, [minecraft]item.stick/0, <error:null>, <error:null>, <error:null>, [minecraft]item.stick/0, <error:null>, [minecraft]item.stick/0}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodPaintingT1/12 <= {<error:null>, <error:null>, <error:null>, <error:null>, [BiblioWoodsForestry]tile.BiblioWoodPaintingT0/12, <error:null>, <error:null>, <error:null>, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodPaintingT2/12 <= {[minecraft]item.stick/0, <error:null>, [minecraft]item.stick/0, <error:null>, [BiblioWoodsForestry]tile.BiblioWoodPaintingT0/12, <error:null>, [minecraft]item.stick/0, <error:null>, [minecraft]item.stick/0}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodPaintingT3/12 <= {[minecraft]item.stick/0, <error:null>, [minecraft]item.stick/0, [minecraft]item.stick/0, [BiblioWoodsForestry]tile.BiblioWoodPaintingT0/12, [minecraft]item.stick/0, [minecraft]item.stick/0, <error:null>, [minecraft]item.stick/0}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodPaintingT0/13 <= {[minecraft]item.stick/0, <error:null>, [minecraft]item.stick/0, <error:null>, <error:null>, <error:null>, [minecraft]item.stick/0, <error:null>, [minecraft]item.stick/0}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodPaintingT1/13 <= {<error:null>, <error:null>, <error:null>, <error:null>, [BiblioWoodsForestry]tile.BiblioWoodPaintingT0/13, <error:null>, <error:null>, <error:null>, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodPaintingT2/13 <= {[minecraft]item.stick/0, <error:null>, [minecraft]item.stick/0, <error:null>, [BiblioWoodsForestry]tile.BiblioWoodPaintingT0/13, <error:null>, [minecraft]item.stick/0, <error:null>, [minecraft]item.stick/0}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodPaintingT3/13 <= {[minecraft]item.stick/0, <error:null>, [minecraft]item.stick/0, [minecraft]item.stick/0, [BiblioWoodsForestry]tile.BiblioWoodPaintingT0/13, [minecraft]item.stick/0, [minecraft]item.stick/0, <error:null>, [minecraft]item.stick/0}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodPaintingT0/14 <= {[minecraft]item.stick/0, <error:null>, [minecraft]item.stick/0, <error:null>, <error:null>, <error:null>, [minecraft]item.stick/0, <error:null>, [minecraft]item.stick/0}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodPaintingT1/14 <= {<error:null>, <error:null>, <error:null>, <error:null>, [BiblioWoodsForestry]tile.BiblioWoodPaintingT0/14, <error:null>, <error:null>, <error:null>, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodPaintingT2/14 <= {[minecraft]item.stick/0, <error:null>, [minecraft]item.stick/0, <error:null>, [BiblioWoodsForestry]tile.BiblioWoodPaintingT0/14, <error:null>, [minecraft]item.stick/0, <error:null>, [minecraft]item.stick/0}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodPaintingT3/14 <= {[minecraft]item.stick/0, <error:null>, [minecraft]item.stick/0, [minecraft]item.stick/0, [BiblioWoodsForestry]tile.BiblioWoodPaintingT0/14, [minecraft]item.stick/0, [minecraft]item.stick/0, <error:null>, [minecraft]item.stick/0}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodPaintingT0/15 <= {[minecraft]item.stick/0, <error:null>, [minecraft]item.stick/0, <error:null>, <error:null>, <error:null>, [minecraft]item.stick/0, <error:null>, [minecraft]item.stick/0}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodPaintingT1/15 <= {<error:null>, <error:null>, <error:null>, <error:null>, [BiblioWoodsForestry]tile.BiblioWoodPaintingT0/15, <error:null>, <error:null>, <error:null>, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodPaintingT2/15 <= {[minecraft]item.stick/0, <error:null>, [minecraft]item.stick/0, <error:null>, [BiblioWoodsForestry]tile.BiblioWoodPaintingT0/15, <error:null>, [minecraft]item.stick/0, <error:null>, [minecraft]item.stick/0}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodPaintingT3/15 <= {[minecraft]item.stick/0, <error:null>, [minecraft]item.stick/0, [minecraft]item.stick/0, [BiblioWoodsForestry]tile.BiblioWoodPaintingT0/15, [minecraft]item.stick/0, [minecraft]item.stick/0, <error:null>, [minecraft]item.stick/0}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodPaintingT0b/0 <= {[minecraft]item.stick/0, <error:null>, [minecraft]item.stick/0, <error:null>, <error:null>, <error:null>, [minecraft]item.stick/0, <error:null>, [minecraft]item.stick/0}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodPaintingT1b/0 <= {<error:null>, <error:null>, <error:null>, <error:null>, [BiblioWoodsForestry]tile.BiblioWoodPaintingT0b/0, <error:null>, <error:null>, <error:null>, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodPaintingT2b/0 <= {[minecraft]item.stick/0, <error:null>, [minecraft]item.stick/0, <error:null>, [BiblioWoodsForestry]tile.BiblioWoodPaintingT0b/0, <error:null>, [minecraft]item.stick/0, <error:null>, [minecraft]item.stick/0}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodPaintingT3b/0 <= {[minecraft]item.stick/0, <error:null>, [minecraft]item.stick/0, [minecraft]item.stick/0, [BiblioWoodsForestry]tile.BiblioWoodPaintingT0b/0, [minecraft]item.stick/0, [minecraft]item.stick/0, <error:null>, [minecraft]item.stick/0}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodPaintingT0b/1 <= {[minecraft]item.stick/0, <error:null>, [minecraft]item.stick/0, <error:null>, <error:null>, <error:null>, [minecraft]item.stick/0, <error:null>, [minecraft]item.stick/0}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodPaintingT1b/1 <= {<error:null>, <error:null>, <error:null>, <error:null>, [BiblioWoodsForestry]tile.BiblioWoodPaintingT0b/1, <error:null>, <error:null>, <error:null>, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodPaintingT2b/1 <= {[minecraft]item.stick/0, <error:null>, [minecraft]item.stick/0, <error:null>, [BiblioWoodsForestry]tile.BiblioWoodPaintingT0b/1, <error:null>, [minecraft]item.stick/0, <error:null>, [minecraft]item.stick/0}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodPaintingT3b/1 <= {[minecraft]item.stick/0, <error:null>, [minecraft]item.stick/0, [minecraft]item.stick/0, [BiblioWoodsForestry]tile.BiblioWoodPaintingT0b/1, [minecraft]item.stick/0, [minecraft]item.stick/0, <error:null>, [minecraft]item.stick/0}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodPaintingT0b/2 <= {[minecraft]item.stick/0, <error:null>, [minecraft]item.stick/0, <error:null>, <error:null>, <error:null>, [minecraft]item.stick/0, <error:null>, [minecraft]item.stick/0}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodPaintingT1b/2 <= {<error:null>, <error:null>, <error:null>, <error:null>, [BiblioWoodsForestry]tile.BiblioWoodPaintingT0b/2, <error:null>, <error:null>, <error:null>, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodPaintingT2b/2 <= {[minecraft]item.stick/0, <error:null>, [minecraft]item.stick/0, <error:null>, [BiblioWoodsForestry]tile.BiblioWoodPaintingT0b/2, <error:null>, [minecraft]item.stick/0, <error:null>, [minecraft]item.stick/0}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodPaintingT3b/2 <= {[minecraft]item.stick/0, <error:null>, [minecraft]item.stick/0, [minecraft]item.stick/0, [BiblioWoodsForestry]tile.BiblioWoodPaintingT0b/2, [minecraft]item.stick/0, [minecraft]item.stick/0, <error:null>, [minecraft]item.stick/0}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodPaintingT0b/3 <= {[minecraft]item.stick/0, <error:null>, [minecraft]item.stick/0, <error:null>, <error:null>, <error:null>, [minecraft]item.stick/0, <error:null>, [minecraft]item.stick/0}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodPaintingT1b/3 <= {<error:null>, <error:null>, <error:null>, <error:null>, [BiblioWoodsForestry]tile.BiblioWoodPaintingT0b/3, <error:null>, <error:null>, <error:null>, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodPaintingT2b/3 <= {[minecraft]item.stick/0, <error:null>, [minecraft]item.stick/0, <error:null>, [BiblioWoodsForestry]tile.BiblioWoodPaintingT0b/3, <error:null>, [minecraft]item.stick/0, <error:null>, [minecraft]item.stick/0}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodPaintingT3b/3 <= {[minecraft]item.stick/0, <error:null>, [minecraft]item.stick/0, [minecraft]item.stick/0, [BiblioWoodsForestry]tile.BiblioWoodPaintingT0b/3, [minecraft]item.stick/0, [minecraft]item.stick/0, <error:null>, [minecraft]item.stick/0}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodPaintingT0b/4 <= {[minecraft]item.stick/0, <error:null>, [minecraft]item.stick/0, <error:null>, <error:null>, <error:null>, [minecraft]item.stick/0, <error:null>, [minecraft]item.stick/0}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodPaintingT1b/4 <= {<error:null>, <error:null>, <error:null>, <error:null>, [BiblioWoodsForestry]tile.BiblioWoodPaintingT0b/4, <error:null>, <error:null>, <error:null>, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodPaintingT2b/4 <= {[minecraft]item.stick/0, <error:null>, [minecraft]item.stick/0, <error:null>, [BiblioWoodsForestry]tile.BiblioWoodPaintingT0b/4, <error:null>, [minecraft]item.stick/0, <error:null>, [minecraft]item.stick/0}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodPaintingT3b/4 <= {[minecraft]item.stick/0, <error:null>, [minecraft]item.stick/0, [minecraft]item.stick/0, [BiblioWoodsForestry]tile.BiblioWoodPaintingT0b/4, [minecraft]item.stick/0, [minecraft]item.stick/0, <error:null>, [minecraft]item.stick/0}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodPaintingT0b/5 <= {[minecraft]item.stick/0, <error:null>, [minecraft]item.stick/0, <error:null>, <error:null>, <error:null>, [minecraft]item.stick/0, <error:null>, [minecraft]item.stick/0}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodPaintingT1b/5 <= {<error:null>, <error:null>, <error:null>, <error:null>, [BiblioWoodsForestry]tile.BiblioWoodPaintingT0b/5, <error:null>, <error:null>, <error:null>, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodPaintingT2b/5 <= {[minecraft]item.stick/0, <error:null>, [minecraft]item.stick/0, <error:null>, [BiblioWoodsForestry]tile.BiblioWoodPaintingT0b/5, <error:null>, [minecraft]item.stick/0, <error:null>, [minecraft]item.stick/0}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodPaintingT3b/5 <= {[minecraft]item.stick/0, <error:null>, [minecraft]item.stick/0, [minecraft]item.stick/0, [BiblioWoodsForestry]tile.BiblioWoodPaintingT0b/5, [minecraft]item.stick/0, [minecraft]item.stick/0, <error:null>, [minecraft]item.stick/0}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodPaintingT0b/6 <= {[minecraft]item.stick/0, <error:null>, [minecraft]item.stick/0, <error:null>, <error:null>, <error:null>, [minecraft]item.stick/0, <error:null>, [minecraft]item.stick/0}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodPaintingT1b/6 <= {<error:null>, <error:null>, <error:null>, <error:null>, [BiblioWoodsForestry]tile.BiblioWoodPaintingT0b/6, <error:null>, <error:null>, <error:null>, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodPaintingT2b/6 <= {[minecraft]item.stick/0, <error:null>, [minecraft]item.stick/0, <error:null>, [BiblioWoodsForestry]tile.BiblioWoodPaintingT0b/6, <error:null>, [minecraft]item.stick/0, <error:null>, [minecraft]item.stick/0}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodPaintingT3b/6 <= {[minecraft]item.stick/0, <error:null>, [minecraft]item.stick/0, [minecraft]item.stick/0, [BiblioWoodsForestry]tile.BiblioWoodPaintingT0b/6, [minecraft]item.stick/0, [minecraft]item.stick/0, <error:null>, [minecraft]item.stick/0}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodPaintingT0b/7 <= {[minecraft]item.stick/0, <error:null>, [minecraft]item.stick/0, <error:null>, <error:null>, <error:null>, [minecraft]item.stick/0, <error:null>, [minecraft]item.stick/0}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodPaintingT1b/7 <= {<error:null>, <error:null>, <error:null>, <error:null>, [BiblioWoodsForestry]tile.BiblioWoodPaintingT0b/7, <error:null>, <error:null>, <error:null>, <error:null>}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodPaintingT2b/7 <= {[minecraft]item.stick/0, <error:null>, [minecraft]item.stick/0, <error:null>, [BiblioWoodsForestry]tile.BiblioWoodPaintingT0b/7, <error:null>, [minecraft]item.stick/0, <error:null>, [minecraft]item.stick/0}
[20:21:50] [Client thread/ERROR] [HardcoreEnderExpansion]: [HEE-ORB] Corrupted shaped recipe: [BiblioWoodsForestry]tile.BiblioWoodPaintingT3b/7 <= {[minecraft]item.stick/0, <error:null>, [minecraft]item.stick/0, [minecraft]item.stick/0, [BiblioWoodsForestry]tile.BiblioWoodPaintingT0b/7, [minecraft]item.stick/0, [minecraft]item.stick/0, <error:null>, [minecraft]item.stick/0}

IC2: java.lang.RuntimeException: ambiguous recipe: [[1xtile.gravel@0] -> [1xitem.flint@0]]

IndustrialCraft^2 loudly reports ambiguous recipes:

[20:21:34] [Client thread/INFO] [IC2.Recipe]: Successfully loaded 267 out of 267 recipes for shaped recipes
[20:21:34] [Client thread/INFO] [IC2.Recipe]: Successfully loaded 76 out of 76 recipes for shapeless recipes
[20:21:34] [Client thread/INFO] [IC2.Recipe]: Successfully loaded 5 out of 5 recipes for blast furnace recipes
[20:21:34] [Client thread/INFO] [IC2.Recipe]: Successfully loaded 17 out of 17 recipes for block cutter recipes
[20:21:34] [Client thread/INFO] [IC2.Recipe]: Successfully loaded 48 out of 48 recipes for compressor recipes
[20:21:34] [Client thread/INFO] [IC2.Recipe]: Successfully loaded 12 out of 12 recipes for extractor recipes
[20:21:34] [Client thread/WARN] [IC2.Recipe]: Failed to add recipe. Ignoring
java.lang.RuntimeException: ambiguous recipe: [[1xtile.gravel@0] -> [1xitem.flint@0]]
	at ic2.core.BasicMachineRecipeManager.displayError(BasicMachineRecipeManager.java:306) ~[BasicMachineRecipeManager.class:?]
	at ic2.core.BasicMachineRecipeManager.addRecipe(BasicMachineRecipeManager.java:40) ~[BasicMachineRecipeManager.class:?]
	at ic2.core.init.Rezepte.loadMachineRecipe(Rezepte.java:338) [Rezepte.class:?]
	at ic2.core.init.Rezepte.loadMachineRecipes(Rezepte.java:267) [Rezepte.class:?]
	at ic2.core.init.Rezepte.loadRecipes(Rezepte.java:79) [Rezepte.class:?]
	at ic2.core.IC2.init(IC2.java:480) [IC2.class:?]
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_131]
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_131]
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_131]
	at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_131]
	at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532) [FMLModContainer.class:?]
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source) ~[?:?]
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_131]
	at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_131]
	at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [guava-17.0.jar:?]
	at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [guava-17.0.jar:?]
	at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [guava-17.0.jar:?]
	at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [guava-17.0.jar:?]
	at com.google.common.eventbus.EventBus.post(EventBus.java:275) [guava-17.0.jar:?]
	at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212) [LoadController.class:?]
	at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190) [LoadController.class:?]
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_131]
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_131]
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_131]
	at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_131]
	at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [guava-17.0.jar:?]
	at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [guava-17.0.jar:?]
	at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [guava-17.0.jar:?]
	at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [guava-17.0.jar:?]
	at com.google.common.eventbus.EventBus.post(EventBus.java:275) [guava-17.0.jar:?]
	at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119) [LoadController.class:?]
	at cpw.mods.fml.common.Loader.initializeMods(Loader.java:737) [Loader.class:?]
	at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:311) [FMLClientHandler.class:?]
	at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:552) [bao.class:?]
	at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878) [bao.class:?]
	at net.minecraft.client.main.Main.main(SourceFile:148) [Main.class:?]
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_131]
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_131]
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_131]
	at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_131]
	at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
	at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_131]
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_131]
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_131]
	at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_131]
	at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:236) [NewLaunch.jar:?]
	at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:297) [NewLaunch.jar:?]
	at org.multimc.EntryPoint.listen(EntryPoint.java:162) [NewLaunch.jar:?]
	at org.multimc.EntryPoint.main(EntryPoint.java:53) [NewLaunch.jar:?]
[20:21:34] [Client thread/WARN] [IC2.Recipe]: Failed to add recipe. Ignoring
java.lang.RuntimeException: ambiguous recipe: [[8xitem.reeds@0] -> [1xic2.itemBiochaff@0]]
	at ic2.core.BasicMachineRecipeManager.displayError(BasicMachineRecipeManager.java:306) ~[BasicMachineRecipeManager.class:?]
	at ic2.core.BasicMachineRecipeManager.addRecipe(BasicMachineRecipeManager.java:40) ~[BasicMachineRecipeManager.class:?]
	at ic2.core.init.Rezepte.loadMachineRecipe(Rezepte.java:338) [Rezepte.class:?]
	at ic2.core.init.Rezepte.loadMachineRecipes(Rezepte.java:267) [Rezepte.class:?]
	at ic2.core.init.Rezepte.loadRecipes(Rezepte.java:79) [Rezepte.class:?]
	at ic2.core.IC2.init(IC2.java:480) [IC2.class:?]
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_131]
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_131]
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_131]
	at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_131]
	at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532) [FMLModContainer.class:?]
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source) ~[?:?]
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_131]
	at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_131]
	at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [guava-17.0.jar:?]
	at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [guava-17.0.jar:?]
	at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [guava-17.0.jar:?]
	at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [guava-17.0.jar:?]
	at com.google.common.eventbus.EventBus.post(EventBus.java:275) [guava-17.0.jar:?]
	at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212) [LoadController.class:?]
	at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190) [LoadController.class:?]
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_131]
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_131]
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_131]
	at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_131]
	at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [guava-17.0.jar:?]
	at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [guava-17.0.jar:?]
	at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [guava-17.0.jar:?]
	at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [guava-17.0.jar:?]
	at com.google.common.eventbus.EventBus.post(EventBus.java:275) [guava-17.0.jar:?]
	at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119) [LoadController.class:?]
	at cpw.mods.fml.common.Loader.initializeMods(Loader.java:737) [Loader.class:?]
	at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:311) [FMLClientHandler.class:?]
	at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:552) [bao.class:?]
	at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878) [bao.class:?]
	at net.minecraft.client.main.Main.main(SourceFile:148) [Main.class:?]
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_131]
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_131]
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_131]
	at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_131]
	at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
	at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_131]
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_131]
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_131]
	at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_131]
	at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:236) [NewLaunch.jar:?]
	at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:297) [NewLaunch.jar:?]
	at org.multimc.EntryPoint.listen(EntryPoint.java:162) [NewLaunch.jar:?]
	at org.multimc.EntryPoint.main(EntryPoint.java:53) [NewLaunch.jar:?]
[20:21:34] [Client thread/WARN] [IC2.Recipe]: Failed to add recipe. Ignoring
java.lang.RuntimeException: ambiguous recipe: [[8xtile.pumpkin@0] -> [1xic2.itemBiochaff@0]]
	at ic2.core.BasicMachineRecipeManager.displayError(BasicMachineRecipeManager.java:306) ~[BasicMachineRecipeManager.class:?]
	at ic2.core.BasicMachineRecipeManager.addRecipe(BasicMachineRecipeManager.java:40) ~[BasicMachineRecipeManager.class:?]
	at ic2.core.init.Rezepte.loadMachineRecipe(Rezepte.java:338) [Rezepte.class:?]
	at ic2.core.init.Rezepte.loadMachineRecipes(Rezepte.java:267) [Rezepte.class:?]
	at ic2.core.init.Rezepte.loadRecipes(Rezepte.java:79) [Rezepte.class:?]
	at ic2.core.IC2.init(IC2.java:480) [IC2.class:?]
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_131]
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_131]
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_131]
	at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_131]
	at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532) [FMLModContainer.class:?]
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source) ~[?:?]
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_131]
	at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_131]
	at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [guava-17.0.jar:?]
	at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [guava-17.0.jar:?]
	at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [guava-17.0.jar:?]
	at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [guava-17.0.jar:?]
	at com.google.common.eventbus.EventBus.post(EventBus.java:275) [guava-17.0.jar:?]
	at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212) [LoadController.class:?]
	at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190) [LoadController.class:?]
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_131]
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_131]
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_131]
	at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_131]
	at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [guava-17.0.jar:?]
	at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [guava-17.0.jar:?]
	at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [guava-17.0.jar:?]
	at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [guava-17.0.jar:?]
	at com.google.common.eventbus.EventBus.post(EventBus.java:275) [guava-17.0.jar:?]
	at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119) [LoadController.class:?]
	at cpw.mods.fml.common.Loader.initializeMods(Loader.java:737) [Loader.class:?]
	at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:311) [FMLClientHandler.class:?]
	at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:552) [bao.class:?]
	at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878) [bao.class:?]
	at net.minecraft.client.main.Main.main(SourceFile:148) [Main.class:?]
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_131]
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_131]
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_131]
	at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_131]
	at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
	at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_131]
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_131]
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_131]
	at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_131]
	at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:236) [NewLaunch.jar:?]
	at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:297) [NewLaunch.jar:?]
	at org.multimc.EntryPoint.listen(EntryPoint.java:162) [NewLaunch.jar:?]
	at org.multimc.EntryPoint.main(EntryPoint.java:53) [NewLaunch.jar:?]
[20:21:34] [Client thread/WARN] [IC2.Recipe]: Failed to add recipe. Ignoring
java.lang.RuntimeException: ambiguous recipe: [[8xitem.melon@0] -> [1xic2.itemBiochaff@0]]
	at ic2.core.BasicMachineRecipeManager.displayError(BasicMachineRecipeManager.java:306) ~[BasicMachineRecipeManager.class:?]
	at ic2.core.BasicMachineRecipeManager.addRecipe(BasicMachineRecipeManager.java:40) ~[BasicMachineRecipeManager.class:?]
	at ic2.core.init.Rezepte.loadMachineRecipe(Rezepte.java:338) [Rezepte.class:?]
	at ic2.core.init.Rezepte.loadMachineRecipes(Rezepte.java:267) [Rezepte.class:?]
	at ic2.core.init.Rezepte.loadRecipes(Rezepte.java:79) [Rezepte.class:?]
	at ic2.core.IC2.init(IC2.java:480) [IC2.class:?]
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_131]
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_131]
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_131]
	at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_131]
	at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532) [FMLModContainer.class:?]
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source) ~[?:?]
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_131]
	at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_131]
	at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [guava-17.0.jar:?]
	at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [guava-17.0.jar:?]
	at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [guava-17.0.jar:?]
	at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [guava-17.0.jar:?]
	at com.google.common.eventbus.EventBus.post(EventBus.java:275) [guava-17.0.jar:?]
	at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212) [LoadController.class:?]
	at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190) [LoadController.class:?]
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_131]
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_131]
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_131]
	at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_131]
	at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [guava-17.0.jar:?]
	at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [guava-17.0.jar:?]
	at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [guava-17.0.jar:?]
	at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [guava-17.0.jar:?]
	at com.google.common.eventbus.EventBus.post(EventBus.java:275) [guava-17.0.jar:?]
	at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119) [LoadController.class:?]
	at cpw.mods.fml.common.Loader.initializeMods(Loader.java:737) [Loader.class:?]
	at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:311) [FMLClientHandler.class:?]
	at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:552) [bao.class:?]
	at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878) [bao.class:?]
	at net.minecraft.client.main.Main.main(SourceFile:148) [Main.class:?]
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_131]
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_131]
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_131]
	at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_131]
	at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
	at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_131]
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_131]
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_131]
	at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_131]
	at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:236) [NewLaunch.jar:?]
	at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:297) [NewLaunch.jar:?]
	at org.multimc.EntryPoint.listen(EntryPoint.java:162) [NewLaunch.jar:?]
	at org.multimc.EntryPoint.main(EntryPoint.java:53) [NewLaunch.jar:?]
[20:21:34] [Client thread/WARN] [IC2.Recipe]: Failed to add recipe. Ignoring
java.lang.RuntimeException: ambiguous recipe: [[1xtile.cloth@0] -> [2xitem.string@0]]
	at ic2.core.BasicMachineRecipeManager.displayError(BasicMachineRecipeManager.java:306) ~[BasicMachineRecipeManager.class:?]
	at ic2.core.BasicMachineRecipeManager.addRecipe(BasicMachineRecipeManager.java:40) ~[BasicMachineRecipeManager.class:?]
	at ic2.core.init.Rezepte.loadMachineRecipe(Rezepte.java:338) [Rezepte.class:?]
	at ic2.core.init.Rezepte.loadMachineRecipes(Rezepte.java:267) [Rezepte.class:?]
	at ic2.core.init.Rezepte.loadRecipes(Rezepte.java:79) [Rezepte.class:?]
	at ic2.core.IC2.init(IC2.java:480) [IC2.class:?]
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_131]
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_131]
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_131]
	at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_131]
	at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532) [FMLModContainer.class:?]
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source) ~[?:?]
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_131]
	at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_131]
	at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [guava-17.0.jar:?]
	at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [guava-17.0.jar:?]
	at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [guava-17.0.jar:?]
	at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [guava-17.0.jar:?]
	at com.google.common.eventbus.EventBus.post(EventBus.java:275) [guava-17.0.jar:?]
	at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212) [LoadController.class:?]
	at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190) [LoadController.class:?]
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_131]
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_131]
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_131]
	at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_131]
	at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [guava-17.0.jar:?]
	at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [guava-17.0.jar:?]
	at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [guava-17.0.jar:?]
	at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [guava-17.0.jar:?]
	at com.google.common.eventbus.EventBus.post(EventBus.java:275) [guava-17.0.jar:?]
	at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119) [LoadController.class:?]
	at cpw.mods.fml.common.Loader.initializeMods(Loader.java:737) [Loader.class:?]
	at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:311) [FMLClientHandler.class:?]
	at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:552) [bao.class:?]
	at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878) [bao.class:?]
	at net.minecraft.client.main.Main.main(SourceFile:148) [Main.class:?]
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_131]
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_131]
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_131]
	at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_131]
	at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
	at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_131]
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_131]
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_131]
	at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_131]
	at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:236) [NewLaunch.jar:?]
	at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:297) [NewLaunch.jar:?]
	at org.multimc.EntryPoint.listen(EntryPoint.java:162) [NewLaunch.jar:?]
	at org.multimc.EntryPoint.main(EntryPoint.java:53) [NewLaunch.jar:?]
[20:21:34] [Client thread/WARN] [IC2.Recipe]: Failed to add recipe. Ignoring
java.lang.RuntimeException: ambiguous recipe: [[8xitem.wheat@0] -> [1xic2.itemBiochaff@0]]
	at ic2.core.BasicMachineRecipeManager.displayError(BasicMachineRecipeManager.java:306) ~[BasicMachineRecipeManager.class:?]
	at ic2.core.BasicMachineRecipeManager.addRecipe(BasicMachineRecipeManager.java:40) ~[BasicMachineRecipeManager.class:?]
	at ic2.core.init.Rezepte.loadMachineRecipe(Rezepte.java:338) [Rezepte.class:?]
	at ic2.core.init.Rezepte.loadMachineRecipes(Rezepte.java:267) [Rezepte.class:?]
	at ic2.core.init.Rezepte.loadRecipes(Rezepte.java:79) [Rezepte.class:?]
	at ic2.core.IC2.init(IC2.java:480) [IC2.class:?]
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_131]
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_131]
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_131]
	at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_131]
	at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532) [FMLModContainer.class:?]
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source) ~[?:?]
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_131]
	at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_131]
	at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [guava-17.0.jar:?]
	at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [guava-17.0.jar:?]
	at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [guava-17.0.jar:?]
	at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [guava-17.0.jar:?]
	at com.google.common.eventbus.EventBus.post(EventBus.java:275) [guava-17.0.jar:?]
	at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212) [LoadController.class:?]
	at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190) [LoadController.class:?]
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_131]
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_131]
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_131]
	at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_131]
	at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [guava-17.0.jar:?]
	at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [guava-17.0.jar:?]
	at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [guava-17.0.jar:?]
	at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [guava-17.0.jar:?]
	at com.google.common.eventbus.EventBus.post(EventBus.java:275) [guava-17.0.jar:?]
	at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119) [LoadController.class:?]
	at cpw.mods.fml.common.Loader.initializeMods(Loader.java:737) [Loader.class:?]
	at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:311) [FMLClientHandler.class:?]
	at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:552) [bao.class:?]
	at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878) [bao.class:?]
	at net.minecraft.client.main.Main.main(SourceFile:148) [Main.class:?]
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_131]
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_131]
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_131]
	at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_131]
	at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
	at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_131]
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_131]
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_131]
	at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_131]
	at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:236) [NewLaunch.jar:?]
	at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:297) [NewLaunch.jar:?]
	at org.multimc.EntryPoint.listen(EntryPoint.java:162) [NewLaunch.jar:?]
	at org.multimc.EntryPoint.main(EntryPoint.java:53) [NewLaunch.jar:?]
[20:21:34] [Client thread/WARN] [IC2.Recipe]: Failed to add recipe. Ignoring
java.lang.RuntimeException: ambiguous recipe: [[1xtile.stonebrick@0] -> [1xtile.sand@0]]
	at ic2.core.BasicMachineRecipeManager.displayError(BasicMachineRecipeManager.java:306) ~[BasicMachineRecipeManager.class:?]
	at ic2.core.BasicMachineRecipeManager.addRecipe(BasicMachineRecipeManager.java:40) ~[BasicMachineRecipeManager.class:?]
	at ic2.core.init.Rezepte.loadMachineRecipe(Rezepte.java:338) [Rezepte.class:?]
	at ic2.core.init.Rezepte.loadMachineRecipes(Rezepte.java:267) [Rezepte.class:?]
	at ic2.core.init.Rezepte.loadRecipes(Rezepte.java:79) [Rezepte.class:?]
	at ic2.core.IC2.init(IC2.java:480) [IC2.class:?]
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_131]
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_131]
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_131]
	at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_131]
	at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532) [FMLModContainer.class:?]
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source) ~[?:?]
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_131]
	at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_131]
	at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [guava-17.0.jar:?]
	at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [guava-17.0.jar:?]
	at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [guava-17.0.jar:?]
	at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [guava-17.0.jar:?]
	at com.google.common.eventbus.EventBus.post(EventBus.java:275) [guava-17.0.jar:?]
	at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212) [LoadController.class:?]
	at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190) [LoadController.class:?]
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_131]
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_131]
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_131]
	at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_131]
	at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [guava-17.0.jar:?]
	at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [guava-17.0.jar:?]
	at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [guava-17.0.jar:?]
	at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [guava-17.0.jar:?]
	at com.google.common.eventbus.EventBus.post(EventBus.java:275) [guava-17.0.jar:?]
	at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119) [LoadController.class:?]
	at cpw.mods.fml.common.Loader.initializeMods(Loader.java:737) [Loader.class:?]
	at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:311) [FMLClientHandler.class:?]
	at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:552) [bao.class:?]
	at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878) [bao.class:?]
	at net.minecraft.client.main.Main.main(SourceFile:148) [Main.class:?]
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_131]
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_131]
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_131]
	at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_131]
	at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
	at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_131]
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_131]
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_131]
	at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_131]
	at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:236) [NewLaunch.jar:?]
	at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:297) [NewLaunch.jar:?]
	at org.multimc.EntryPoint.listen(EntryPoint.java:162) [NewLaunch.jar:?]
	at org.multimc.EntryPoint.main(EntryPoint.java:53) [NewLaunch.jar:?]
[20:21:34] [Client thread/INFO] [IC2.Recipe]: Successfully loaded 57 out of 64 recipes for macerator recipes
[20:21:34] [Client thread/INFO] [IC2.Recipe]: Successfully loaded 4 out of 4 recipes for metal former cutting recipes
[20:21:34] [Client thread/INFO] [IC2.Recipe]: Successfully loaded 10 out of 10 recipes for metal former extruding recipes
[20:21:34] [Client thread/INFO] [IC2.Recipe]: Successfully loaded 14 out of 14 recipes for metal former rolling recipes
[20:21:34] [Client thread/INFO] [IC2.Recipe]: Successfully loaded 8 out of 8 recipes for ore washing recipes
[20:21:34] [Client thread/INFO] [IC2.Recipe]: Successfully loaded 25 out of 25 recipes for thermal centrifuge recipes

Custom enhanced loading screen with progress

A custom loading screen with progress may be nice, instead of the current logo screen:

screen shot 2017-06-21 at 11 27 47 pm

Before removing LiteLoader (#24), it showed Soartex:

screen shot 2017-06-21 at 11 29 30 pm

screen shot 2017-06-21 at 11 29 28 pm

Feed the Beast Infinity Evolved also had a useful loading screen, with an animated hammer on an anvil

AE2: Unable to register a recipe:Unable to find item: appliedenergistics2:ItemMaterial.CertusQuartzCrystal:0

AE2:C can't find some items (what is the ":C" in AE2? a compatibility plugin? or part of Applied Energistics 2?):

[20:21:34] [Client thread/INFO] [AE2:C]: Initialization ( started )
[20:21:34] [Client thread/INFO] [AE2:C]: Starting AE2 CSV Export
[20:21:34] [AE2 CSV Export/INFO] [AE2:C]: Cache is enabled. Checking for new mod configurations.
[20:21:34] [AE2 CSV Export/INFO] [AE2:C]: Same mod configuration was found. Not updating CSV content.
[20:21:34] [Client thread/WARN] [AE2:C]: Unable to register a recipe:Unable to find item: appliedenergistics2:ItemMaterial.CertusQuartzCrystal:0
[20:21:34] [Client thread/WARN] [AE2:C]: Unable to register a recipe:Unable to find item: appliedenergistics2:ItemMaterial.NetherQuartzDust:0
[20:21:34] [Client thread/WARN] [AE2:C]: Unable to register a recipe:Unable to find item: appliedenergistics2:ItemMaterial.CertusQuartzDust:0
[20:21:34] [Client thread/WARN] [AE2:C]: Unable to register a recipe:Unable to find item: appliedenergistics2:ItemMaterial.CertusQuartzCrystal:0
[20:21:34] [Client thread/WARN] [AE2:C]: Unable to register a recipe:Unable to find item: appliedenergistics2:ItemMaterial.CertusQuartzCrystal:0
[20:21:34] [Client thread/WARN] [AE2:C]: Unable to register a recipe:Unable to find item: appliedenergistics2:ItemMaterial.CertusQuartzCrystal:0
[20:21:34] [Client thread/WARN] [AE2:C]: Unable to register a recipe:Unable to find item: appliedenergistics2:ItemMaterial.WoodenGear:0
[20:21:34] [Client thread/WARN] [AE2:C]: Unable to register a recipe:Unable to find item: appliedenergistics2:ItemMaterial.IronNugget:0
[20:21:34] [Client thread/WARN] [AE2:C]: Unable to register a recipe:Unable to find item: appliedenergistics2:ItemMaterial.EnderDust:0
[20:21:34] [Client thread/WARN] [AE2:C]: Unable to register a recipe:Unable to find item: appliedenergistics2:ItemMaterial.CertusQuartzDust:0
[20:21:34] [Client thread/WARN] [AE2:C]: Unable to register a recipe:Unable to find item: appliedenergistics2:ItemMaterial.CertusQuartzCrystal:0
[20:21:34] [Client thread/WARN] [AE2:C]: Unable to register a recipe:Unable to find item: appliedenergistics2:ItemMaterial.CertusQuartzDust:0
[20:21:34] [Client thread/WARN] [AE2:C]: Unable to register a recipe:Unable to find item: appliedenergistics2:ItemMaterial.CertusQuartzDust:0
[20:21:34] [Client thread/WARN] [AE2:C]: Unable to register a recipe:Unable to find item: appliedenergistics2:ItemMaterial.EnderDust:0
[20:21:34] [Client thread/WARN] [AE2:C]: Unable to register a recipe:Unable to find item: appliedenergistics2:ItemMaterial.Flour:0
[20:21:34] [Client thread/WARN] [AE2:C]: Unable to register a recipe:Unable to find item: appliedenergistics2:ItemMaterial.CertusQuartzDust:0
[20:21:34] [Client thread/WARN] [AE2:C]: Unable to register a recipe:Unable to find item: appliedenergistics2:ItemMaterial.CertusQuartzCrystal:0
[20:21:34] [Client thread/WARN] [AE2:C]: Unable to register a recipe:Unable to find item: appliedenergistics2:ItemMaterial.NetherQuartzDust:0
[20:21:34] [Client thread/WARN] [AE2:C]: Unable to register a recipe:Unable to find item: appliedenergistics2:ItemMaterial.CertusQuartzDust:0
[20:21:34] [Client thread/WARN] [AE2:C]: Unable to register a recipe:Unable to find item: appliedenergistics2:ItemMaterial.CertusQuartzDust:0
[20:21:34] [Client thread/WARN] [AE2:C]: Unable to register a recipe:Unable to find item: appliedenergistics2:ItemMaterial.EnderDust:0
[20:21:34] [Client thread/WARN] [AE2:C]: Unable to register a recipe:Unable to find item: appliedenergistics2:ItemMaterial.CertusQuartzDust:0
[20:21:34] [Client thread/WARN] [AE2:C]: Unable to register a recipe:Unable to find item: appliedenergistics2:ItemMaterial.CertusQuartzCrystal:0
[20:21:34] [Client thread/WARN] [AE2:C]: Unable to register a recipe:Unable to find item: appliedenergistics2:ItemMaterial.NetherQuartzDust:0
[20:21:34] [Client thread/WARN] [AE2:C]: Unable to register a recipe:Unable to find item: appliedenergistics2:ItemMaterial.CertusQuartzDust:0
[20:21:34] [Client thread/WARN] [AE2:C]: Unable to register a recipe:Unable to find item: appliedenergistics2:ItemMaterial.CertusQuartzDust:0
[20:21:34] [Client thread/WARN] [AE2:C]: Unable to register a recipe:Unable to find item: appliedenergistics2:ItemMaterial.EnderDust:0
[20:21:34] [Client thread/WARN] [AE2:C]: Unable to register a recipe:Unable to find item: appliedenergistics2:ItemMaterial.Flour:0
[20:21:34] [Client thread/WARN] [AE2:C]: Unable to register a recipe:Unable to find item: appliedenergistics2:ItemMaterial.CertusQuartzDust:0
[20:21:34] [Client thread/WARN] [AE2:C]: Unable to register a recipe:Unable to find item: appliedenergistics2:ItemMaterial.CertusQuartzCrystal:0
[20:21:34] [Client thread/WARN] [AE2:C]: Unable to register a recipe:Unable to find item: appliedenergistics2:ItemMaterial.NetherQuartzDust:0
[20:21:34] [Client thread/WARN] [AE2:C]: Unable to register a recipe:Unable to find item: appliedenergistics2:ItemMaterial.CertusQuartzDust:0
[20:21:34] [Client thread/WARN] [AE2:C]: Unable to register a recipe:Unable to find item: appliedenergistics2:ItemMaterial.CertusQuartzDust:0
[20:21:34] [Client thread/WARN] [AE2:C]: Unable to register a recipe:Unable to find item: appliedenergistics2:ItemMaterial.EnderDust:0
[20:21:34] [Client thread/WARN] [AE2:C]: Unable to register a recipe:Unable to find item: appliedenergistics2:ItemMaterial.Flour:0
[20:21:34] [Client thread/WARN] [AE2:C]: Unable to register a recipe:Unable to find item: appliedenergistics2:ItemMaterial.CertusQuartzDust:0
[20:21:34] [Client thread/WARN] [AE2:C]: Unable to register a recipe:Unable to find item: appliedenergistics2:ItemMaterial.CertusQuartzDust:0
[20:21:34] [Client thread/WARN] [AE2:C]: Unable to register a recipe:Unable to find item: appliedenergistics2:ItemMaterial.NetherQuartzDust:0
[20:21:34] [Client thread/WARN] [AE2:C]: Unable to register a recipe:Unable to find item: appliedenergistics2:ItemMaterial.CertusQuartzDust:0
[20:21:34] [Client thread/WARN] [AE2:C]: Unable to register a recipe:Unable to find item: appliedenergistics2:ItemMaterial.CertusQuartzDust:0
[20:21:34] [Client thread/WARN] [AE2:C]: Unable to register a recipe:Unable to find item: appliedenergistics2:ItemMaterial.GoldDust:0
[20:21:34] [Client thread/WARN] [AE2:C]: Unable to register a recipe:Unable to find item: appliedenergistics2:ItemMaterial.IronDust:0
[20:21:34] [Client thread/WARN] [AE2:C]: Unable to register a recipe:Unable to find item: appliedenergistics2:ItemMaterial.Flour:0
[20:21:34] [Client thread/WARN] [AE2:C]: Unable to register a recipe:Unable to find item: appliedenergistics2:ItemMaterial.NetherQuartzDust:0
[20:21:34] [Client thread/WARN] [AE2:C]: Unable to register a recipe:Unable to find item: appliedenergistics2:ItemMaterial.CertusQuartzDust:0
[20:21:34] [Client thread/INFO] [AE2:C]: Recipes Loading: Crusher: 2 loaded.
[20:21:34] [Client thread/INFO] [AE2:C]: Recipes Loading: Shapeless: 53 loaded.
[20:21:34] [Client thread/INFO] [AE2:C]: Recipes Loading: MekCrusher: 3 loaded.
[20:21:34] [Client thread/INFO] [AE2:C]: Recipes Loading: OreRegistration: 11 loaded.
[20:21:34] [Client thread/INFO] [AE2:C]: Recipes Loading: Shaped: 210 loaded.
[20:21:34] [Client thread/INFO] [AE2:C]: Recipes Loading: Smelt: 1 loaded.
[20:21:34] [Client thread/INFO] [AE2:C]: Recipes Loading: Macerator: 2 loaded.
[20:21:34] [Client thread/INFO] [AE2:C]: Recipes Loading: Pulverizer: 2 loaded.
[20:21:34] [Client thread/INFO] [AE2:C]: Recipes Loading: GrindFZ: 2 loaded.
[20:21:34] [Client thread/INFO] [AE2:C]: Recipes Loading: HCCrusher: 2 loaded.
[20:21:34] [Client thread/INFO] [AE2:C]: Recipes Loading: MekEnrichment: 2 loaded.
[20:21:34] [Client thread/INFO] [AE2:C]: Recipes Loading: Inscribe: 8 loaded.
[20:21:34] [Client thread/INFO] [AE2:C]: Recipes Loading: Press: 3 loaded.
[20:21:34] [Client thread/INFO] [AE2:C]: Recipes Loading: Grind: 4 loaded.

Secret Rooms Mod: placing Secret Wooden Door crashes server: TileEntity data is NULL!

Solid air works, but not secret doors. With secretroomsmod-1.7.10-4.7.1.413.jar for #62:

[21:29:55 ERROR]: Encountered an unexpected exception
net.minecraft.util.ReportedException: Exception ticking world
	at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:980) ~[MinecraftServer.class:?]
	at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:432) ~[lt.class:?]
	at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:841) ~[MinecraftServer.class:?]
	at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:693) [MinecraftServer.class:?]
	at java.lang.Thread.run(Thread.java:748) [?:1.8.0_131]
Caused by: java.lang.IllegalArgumentException: TileEntity data is NULL!
	at com.github.abrarsyed.secretroomsmod.network.PacketCamo.<init>(PacketCamo.java:44) ~[PacketCamo.class:?]
	at com.github.abrarsyed.secretroomsmod.blocks.TileEntityCamo.func_145844_m(TileEntityCamo.java:93) ~[TileEntityCamo.class:?]
	at net.minecraft.server.management.PlayerManager$PlayerInstance.func_151252_a(PlayerManager.java:629) ~[mr.class:?]
	at net.minecraft.server.management.PlayerManager$PlayerInstance.func_73254_a(PlayerManager.java:571) ~[mr.class:?]
	at net.minecraft.server.management.PlayerManager.func_72693_b(PlayerManager.java:84) ~[mq.class:?]
	at net.minecraft.world.WorldServer.func_72835_b(WorldServer.java:291) ~[mt.class:?]
	at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:963) ~[MinecraftServer.class:?]
	... 4 more
[21:29:55 ERROR]: 	Cause of unexpected exception was
java.lang.IllegalArgumentException: TileEntity data is NULL!
	at com.github.abrarsyed.secretroomsmod.network.PacketCamo.<init>(PacketCamo.java:44) ~[PacketCamo.class:?]
	at com.github.abrarsyed.secretroomsmod.blocks.TileEntityCamo.func_145844_m(TileEntityCamo.java:93) ~[TileEntityCamo.class:?]
	at net.minecraft.server.management.PlayerManager$PlayerInstance.func_151252_a(PlayerManager.java:629) ~[mr.class:?]
	at net.minecraft.server.management.PlayerManager$PlayerInstance.func_73254_a(PlayerManager.java:571) ~[mr.class:?]
	at net.minecraft.server.management.PlayerManager.func_72693_b(PlayerManager.java:84) ~[mq.class:?]
	at net.minecraft.world.WorldServer.func_72835_b(WorldServer.java:291) ~[mt.class:?]
	at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:963) ~[MinecraftServer.class:?]
	at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:432) ~[lt.class:?]
	at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:841) ~[MinecraftServer.class:?]
	at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:693) [MinecraftServer.class:?]
	at java.lang.Thread.run(Thread.java:748) [?:1.8.0_131]

Full server crash log:

---- Minecraft Crash Report ----
// Sorry :(

Time: 6/24/17 9:29 PM
Description: Exception ticking world

java.lang.IllegalArgumentException: TileEntity data is NULL!
	at com.github.abrarsyed.secretroomsmod.network.PacketCamo.<init>(PacketCamo.java:44)
	at com.github.abrarsyed.secretroomsmod.blocks.TileEntityCamo.func_145844_m(TileEntityCamo.java:93)
	at net.minecraft.server.management.PlayerManager$PlayerInstance.func_151252_a(PlayerManager.java:629)
	at net.minecraft.server.management.PlayerManager$PlayerInstance.func_73254_a(PlayerManager.java:571)
	at net.minecraft.server.management.PlayerManager.func_72693_b(PlayerManager.java:84)
	at net.minecraft.world.WorldServer.func_72835_b(WorldServer.java:291)
	at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:963)
	at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:432)
	at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:841)
	at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:693)
	at java.lang.Thread.run(Thread.java:748)


A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------

-- Head --
Stacktrace:
	at com.github.abrarsyed.secretroomsmod.network.PacketCamo.<init>(PacketCamo.java:44)
	at com.github.abrarsyed.secretroomsmod.blocks.TileEntityCamo.func_145844_m(TileEntityCamo.java:93)
	at net.minecraft.server.management.PlayerManager$PlayerInstance.func_151252_a(PlayerManager.java:629)
	at net.minecraft.server.management.PlayerManager$PlayerInstance.func_73254_a(PlayerManager.java:571)
	at net.minecraft.server.management.PlayerManager.func_72693_b(PlayerManager.java:84)
	at net.minecraft.world.WorldServer.func_72835_b(WorldServer.java:291)

-- Affected level --
Details:
	Level name: world
	All players: 1 total; [EntityPlayerMP['Player'/5809, l='world', x=76.65, y=64.00, z=665.12](Player at 76.648220106601,64.0,665.1156432991444)]
	Chunk stats: ServerChunkCache: 697 Drop: 0
	Level seed: -2081212751506316795
	Level generator: ID 00 - default, ver 1. Features enabled: true
	Level generator options: 
	Level spawn location: World: (60,64,117), Chunk: (at 12,4,5 in 3,7; contains blocks 48,0,112 to 63,255,127), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
	Level time: 1116535 game time, 1136370 day time
	Level dimension: 0
	Level storage version: 0x04ABD - Anvil
	Level weather: Rain time: 63769 (now: false), thunder time: 24830 (now: false)
	Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
Stacktrace:
	at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:963)
	at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:432)
	at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:841)
	at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:693)
	at java.lang.Thread.run(Thread.java:748)

-- System Details --
Details:
	Minecraft Version: 1.7.10
	Thermos Version: cyberdynecc:Thermos:1.7.10-1614.57
	Plugins: EnchantMore, WebSandboxMC, SilkSpawners
	Disabled Plugins: 
	Operating System: Mac OS X (x86_64) version 10.13
	Java Version: 1.8.0_131, Oracle Corporation
	Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
	Memory: 989609432 bytes (943 MB) / 3261595648 bytes (3110 MB) up to 3817865216 bytes (3641 MB)
	JVM Flags: 1 total; -Xmx4G
	AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
	IntCache: cache: 0, tcache: 0, allocated: 15, tallocated: 95
	FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1614 215 mods loaded, 210 mods active
	States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
	UCHIJAAAA	mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) 
	UCHIJAAAA	FML{7.10.99.99} [Forge Mod Loader] (Thermos-1.7.10-1614-57-server.jar) 
	UCHIJAAAA	Forge{10.13.4.1614} [Minecraft Forge] (Thermos-1.7.10-1614-57-server.jar) 
	UCHIJAAAA	kimagine{0.2} [KImagine] (minecraft.jar) 
	UCHIJAAAA	appliedenergistics2-core{rv3-beta-6} [Applied Energistics 2 Core] (minecraft.jar) 
	UCHIJAAAA	Aroma1997Core{1.0.2.16} [Aroma1997Core] (Aroma1997Core-1.7.10-1.0.2.16.jar) 
	UCHIJAAAA	CodeChickenCore{1.0.7.47} [CodeChicken Core] (minecraft.jar) 
	UCHIJAAAA	ImmibisMicroblocks{59.1.2} [Immibis's Microblocks] (immibis-microblocks-59.1.2.jar) 
	UCHIJAAAA	Micdoodlecore{} [Micdoodle8 Core] (minecraft.jar) 
	UCHIJAAAA	NotEnoughItems{1.0.5.120} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.5.120-universal.jar) 
	UCHIJAAAA	OpenComputers|Core{1.6.2.12} [OpenComputers (Core)] (minecraft.jar) 
	UCHIJAAAA	PlayerAPI{1.4} [Player API] (minecraft.jar) 
	UCHIJAAAA	SmartCore{1.0.3} [Smart Core] (minecraft.jar) 
	UCHIJAAAA	ThE-core{1.0.0.1} [Thaumic Energistics Core] (minecraft.jar) 
	UCHIJAAAA	ThaumicTinkerer-preloader{0.1} [Thaumic Tinkerer Core] (minecraft.jar) 
	UCHIJAAAA	WitchingGadgetsCore{1.1.10} [Witching Gadgets Core] (minecraft.jar) 
	UCHIJAAAA	OpenModsCore{0.10} [OpenModsCore] (minecraft.jar) 
	UCHIJAAAA	<CoFH ASM>{000} [CoFH ASM] (minecraft.jar) 
	UCHIJAAAA	IC2{2.2.827-experimental} [IndustrialCraft 2] (industrialcraft-2-2.2.827-experimental.jar) 
	UCHIJAAAA	ImmibisCore{59.1.4} [Immibis Core] (immibis-core-59.1.4.jar) 
	UCHIJAAAA	AdvancedRepulsionSystems{59.0.4} [Advanced Repulsion Systems] (adv-repulsion-systems-59.0.4.jar) 
	UCHIJAAAA	AdvancedMachines{59.0.2} [Advanced Machines] (advanced-machines-59.0.2.jar) 
	UCHIJAAAA	AdvancedSolarPanel{1.7.10-3.5.1} [Advanced Solar Panels] (AdvancedSolarPanel-1.7.10-3.5.1.jar) 
	UCHIJAAAA	animalbikes{1.7.10} [Animal Bikes] (AnimalBikes_1.7.10.jar) 
	UCHIJAAAA	AppleCore{1.3.9} [AppleCore] (AppleCore-mc1.7.10-1.3.9.jar) 
	UCHIJAAAA	appliedenergistics2{rv3-beta-6} [Applied Energistics 2] (appliedenergistics2-rv3-beta-6.jar) 
	UCHIJAAAA	Aquaculture{1.2.6} [Aquaculture] (Aquaculture-1.7.10-1.2.6.21.jar) 
	UCHIJAAAA	Aroma1997CoreHelper{1.0.2.16} [Aroma1997Core|Helper] (Aroma1997Core-1.7.10-1.0.2.16.jar) 
	UCHIJAAAA	Aroma1997sDimension{1.0} [Aroma1997's Dimensional World] (Aroma1997s-Dimensional-World-1.7.10-1.1.0.1.jar) 
	UCHIJAAAA	atum{0.6} [Atum] (Atum-1.7.10-0.6.77.jar) 
	UCHIJAAAA	CoFHCore{1.7.10R3.1.4} [CoFH Core] (CoFHCore-[1.7.10]3.1.4-329.jar) 
	UCHIJAAAA	MineFactoryReloaded{1.7.10R2.8.2B1} [MineFactory Reloaded] (MineFactoryReloaded-[1.7.10]2.8.2B1-201.jar) 
	UCHIJAAAA	Baubles{1.0.1.10} [Baubles] (Baubles-1.7.10-1.0.1.10.jar) 
	UCHIJAAAA	Thaumcraft{4.2.3.5} [Thaumcraft] (Thaumcraft-1.7.10-4.2.3.5.jar) 
	UCHIJAAAA	MineFactoryReloaded|CompatThaumcraft{1.7.10R2.8.2B1} [MFR Compat: Thaumcraft] (MineFactoryReloaded-[1.7.10]2.8.2B1-201.jar) 
	UCHIJAAAA	Waila{1.5.10} [Waila] (Waila-1.5.10_1.7.10.jar) 
	UCHIJAAAA	Automagy{0.28.2} [Automagy] (Automagy-1.7.10-0.28.2.jar) 
	UCHIJAAAA	beyondrealitycore{1.5.6-BETA-6} [Beyond Reality Core] (beyondrealitycore-1.7.10-1.5.6-BETA-6.jar) 
	UCHIJAAAA	BiblioCraft{1.11.7} [BiblioCraft] (BiblioCraft[v1.11.7][MC1.7.10].jar) 
	UCHIJAAAA	Mantle{1.7.10-0.3.2.jenkins191} [Mantle] (Mantle-1.7.10-0.3.2b.jar) 
	UCHIJAAAA	Natura{2.2.0} [Natura] (natura-1.7.10-2.2.0.1.jar) 
	UCHIJAAAA	BiomesOPlenty{2.1.0} [Biomes O' Plenty] (BiomesOPlenty-1.7.10-2.1.0.2027-universal.jar) 
	UCHIJAAAA	BiblioWoodsBoP{1.9} [BiblioWoods Biomes O'Plenty Edition] (BiblioWoods[BiomesOPlenty][v1.9].jar) 
	UCHIJAAAA	ExtrabiomesXL{3.16.4} [ExtrabiomesXL] (extrabiomesxl_1.7.10-3.16.4.jar) 
	UCHIJAAAA	HardcoreEnderExpansion{1.8.6} [Hardcore Ender Expansion] (HardcoreEnderExpansion  MC-1.7.10  v1.8.6.jar) 
	UCHIJAAAA	Forestry{4.2.16.64} [Forestry for Minecraft] (forestry_1.7.10-4.2.16.64.jar) 
	UCHIJAAAA	BiblioWoodsForestry{1.7} [BiblioWoods Forestry Edition] (BiblioWoods[Forestry][v1.7].jar) 
	UCHIJAAAA	BiblioWoodsHighlands{1.4} [BiblioWoods Highlands Edition] (BiblioWoods[Highlands][v1.4].jar) 
	UCHIJAAAA	BiblioWoodsNatura{1.5} [BiblioWoods Natura Edition] (BiblioWoods[Natura][v1.5].jar) 
	UCHIJAAAA	ThermalFoundation{1.7.10R1.2.6} [Thermal Foundation] (ThermalFoundation-[1.7.10]1.2.6-118.jar) 
	UCHIJAAAA	ThermalExpansion{1.7.10R4.1.5} [Thermal Expansion] (ThermalExpansion-[1.7.10]4.1.5-248.jar) 
	UCHIJAAAA	BigReactors{0.4.3A} [Big Reactors] (BigReactors-0.4.3A.jar) 
	UCHIJAAAA	Botania{r1.8-249} [Botania] (Botania r1.8-249.jar) 
	UCHIJAAAA	BuildCraft|Core{7.1.22} [BuildCraft] (buildcraft-7.1.22.jar) 
	UCHIJAAAA	BuildCraft|Transport{7.1.22} [BC Transport] (buildcraft-7.1.22.jar) 
	UCHIJAAAA	BuildCraft|Factory{7.1.22} [BC Factory] (buildcraft-7.1.22.jar) 
	UCHIJAAAA	BuildCraft|Silicon{7.1.22} [BC Silicon] (buildcraft-7.1.22.jar) 
	UCHIJAAAA	BuildCraft|Robotics{7.1.22} [BC Robotics] (buildcraft-7.1.22.jar) 
	UCHIJAAAA	BuildCraft|Energy{7.1.22} [BC Energy] (buildcraft-7.1.22.jar) 
	UCHIJAAAA	BuildCraft|Builders{7.1.22} [BC Builders] (buildcraft-7.1.22.jar) 
	UCHIJAAAA	BuildCraft|Compat{7.1.6} [BuildCraft Compat] (buildcraft-compat-7.1.6.jar) 
	UCHIJAAAA	Railcraft{9.12.2.0} [Railcraft] (Railcraft_1.7.10-9.12.2.0.jar) 
	UCHIJAAAA	TwilightForest{2.3.7} [The Twilight Forest] (twilightforest-1.7.10-2.3.7.jar) 
	UCHIJAAAA	ForgeMultipart{1.2.0.347} [Forge Multipart] (ForgeMultipart-1.7.10-1.2.0.347-universal.jar) 
	UCHIJAAAA	chisel{2.9.5.11} [Chisel] (Chisel-2.9.5.11.jar) 
	UCHIJAAAA	CarpentersBlocks{3.3.8.1} [Carpenter's Blocks] (Carpenter's Blocks v3.3.8.1 - MC 1.7.10.jar) 
	UCHIJAAAA	CompactSolars{4.4.39.315} [Compact Solar Arrays] (CompactSolars-1.7.10-4.4.39.315-universal.jar) 
	UCHIJAAAA	CompactWaterTurbines{1.2.0} [CompactWaterTurbines] (CompactWaterTurbines-universal-0.1.BUILD-universal.jar) 
	UCHIJAAAA	endercore{1.7.10-0.2.0.39_beta} [EnderCore] (EnderCore-1.7.10-0.2.0.39_beta.jar) 
	UCHIJAAAA	EnderIO{1.7.10-2.3.0.429_beta} [Ender IO] (EnderIO-1.7.10-2.3.0.429_beta.jar) 
	UCHIJAAAA	harvestcraft{1.7.10j} [Pam's HarvestCraft] (Pam's HarvestCraft 1.7.10Lb.jar) 
	UCHIJAAAA	GalacticraftCore{3.0.12} [Galacticraft Core] (GalacticraftCore-1.7-3.0.12.462.jar) 
	UCHIJAAAA	GalacticraftMars{3.0.12} [Galacticraft Planets] (Galacticraft-Planets-1.7-3.0.12.462.jar) 
	UCHIJAAAA	gregtech{MC1710} [GregTech] (gregtech-5.09.28pre.jar) 
	UCHIJAAAA	MrTJPCoreMod{1.1.0.33} [MrTJPCore] (MrTJPCore-1.1.0.33-universal.jar) 
	UCHIJAAAA	ProjRed|Core{4.7.0pre12.95} [ProjectRed Core] (ProjectRed-1.7.10-4.7.0pre12.95-Base.jar) 
	UCHIJAAAA	ProjRed|Transmission{4.7.0pre12.95} [ProjectRed Transmission] (ProjectRed-1.7.10-4.7.0pre12.95-Integration.jar) 
	UCHIJAAAA	RedLogic{59.1.13} [RedLogic] (redlogic-59.1.13.jar) 
	UCHIJAAAA	OpenComputers{1.6.2.12} [OpenComputers] (OpenComputers-MC1.7.10-1.6.2.12-universal.jar) 
	UCHIJAAAA	asielib{0.4.6} [asielib] (AsieLib-1.7.10-0.4.6.100-dev.jar) 
	UCHIJAAAA	computronics{1.6.1} [Computronics] (Computronics-1.7.10-1.6.1.100-dev-OC1.6.jar) 
	UCHIJAAAA	craftguide{1.6.8.2} [CraftGuide] (CraftGuide-1.6.8.2-forge.jar) 
	UCHIJAAAA	menagerie{1.0} [menagerie] (dark_menagerie-1.7.10-beta-3.1a.jar) 
	UCHIJAAAA	DimensionalAnchors{59.0.3} [Dimensional Anchors] (dimensional-anchor-59.0.3.jar) 
	UCHIJAAAA	dimdoors{2.2.5-test9} [Dimensional Doors] (DimensionalDoors-2.2.5-test9.jar) 
	UCHIJAAAA	dldungeonsjdg{1.8.7} [Doomlike Dungeons] (DoomlikeDungeons-1.8.7-MC1.7.10.jar) 
	UCHIJAAAA	MoCreatures{6.3.1} [DrZhark's Mo'Creatures Mod] (DrZharks MoCreatures Mod v6.3.1.zip) 
	UCHIJAAAA	elementalcreepers{4.3.0} [Elemental Creepers] (Elemental Creepers-universal_1.7.10-4.3.0.jar) 
	UCHIJAAAA	EnderZoo{1.7.10-1.0.15.32} [Ender Zoo] (EnderZoo-1.7.10-1.0.15.32.jar) 
	UCHIJAAAA	enhancedportals{3.0.12} [EnhancedPortals] (EnhancedPortals_1.7.10-universal-3.0.12.jar) 
	UCHIJAAAA	extracells{2.3.14} [Extra Cells 2] (ExtraCells-1.7.10-2.3.14b197.jar) 
	UCHIJAAAA	ExtraUtilities{1.2.12} [Extra Utilities] (extrautilities-1.2.12.jar) 
	UCHIJAAAA	ImmersiveEngineering{0.7.7} [Immersive Engineering] (ImmersiveEngineering-0.7.7.jar) 
	UCHIJAAAA	TConstruct{1.7.10-1.8.8.build988} [Tinkers' Construct] (TConstruct-1.7.10-1.8.8.jar) 
	UCHIJAAAA	ExtraTiC{1.4.6} [ExtraTiC] (ExtraTiC-1.7.10-1.4.6.jar) 
	UCHIJAAAA	factorization.notify{1.0} [Factorization Notification System] (Factorization-1.7.10-0.8.107.jar) 
	UCHIJAAAA	factorization.dimensionalSlice{0.8.107} [Factorization Dimensional Slices] (Factorization-1.7.10-0.8.107.jar) 
	UCHIJAAAA	factorization{0.8.107} [Factorization] (Factorization-1.7.10-0.8.107.jar) 
	UCHIJAAAA	factorization.misc{0.8.107} [Factorization Miscellaneous Nonsense] (Factorization-1.7.10-0.8.107.jar) 
	UCHIJAAAA	fz.scrap{0.8.107} [Scrap] (Factorization-1.7.10-0.8.107.jar) 
	UCHIJAAAA	factorization.truth{0.8.107} [Truth] (Factorization-1.7.10-0.8.107.jar) 
	UCHIJAAAA	fc-dummy{0} [fc-dummy] (fastcraft-1.23.jar) 
	UCHIJAAAA	FloodLights{1.2.8-137} [Flood Lights] (FloodLights-1.7.10-1.2.8-137.jar) 
	UCHIJAAAA	ForgottenNature{1.7.19} [Forgotten Nature] (ForgottenNature_1.7.19old.jar) 
	UCHIJAAAA	framez{0.2} [Framez] (Framez-1.7.10-0.2-32-hotfix-universal.jar) 
	UCHIJAAAA	bdlib{1.9.4.109} [BD Lib] (bdlib-1.9.4.109-mc1.7.10.jar) 
	UCHIJAAAA	gendustry{1.6.4.135} [GenDustry] (gendustry-1.6.4.135-mc1.7.10.jar) 
	UCHIJAAAA	GraviSuiteReloaded{1.7.10-0.9.1} [GraviSuiteReloaded] (GraviSuite_Reloaded-1.7.10-0.9.1.jar) 
	UCHIJAAAA	iChunUtil{4.2.3} [iChunUtil] (iChunUtil-4.2.3.jar) 
	UCHIJAAAA	GraviGun{4.0.0-beta} [GraviGun] (GravityGun-4.0.0-beta.jar) 
	UCHIJAAAA	ihl{0.600} [IHL Tools & Machines for IC2V2] (ihl-tools_n_machines-0.600-1.7.10.jar) 
	UCHIJAAAA	PneumaticCraft{1.12.7-150} [PneumaticCraft] (PneumaticCraft-1.7.10-1.12.7-150-universal.jar) 
	UCHIJAAAA	rftools{4.23} [RFTools] (rftools-4.23.jar) 
	UCHIJAAAA	RedstoneArsenal{1.7.10R1.1.2} [Redstone Arsenal] (RedstoneArsenal-[1.7.10]1.1.2-92.jar) 
	UCHIJAAAA	simplyjetpacks{1.5.3} [Simply Jetpacks] (SimplyJetpacks-MC1.7.10-1.5.3.jar) 
	UCHIJAAAA	miscutils{1.5.0-Beta} [GT++] (GT-PlusPlus-1.5.0.1-Beta.jar) 
	UCHIJAAAA	GTTweaker{1.1.0} [GTTweaker] (GTTweaker-1.7.10-1.1.0.jar) 
	UCHIJAAAA	Hats{4.0.1} [Hats] (Hats-4.0.1.jar) 
	UCHIJAAAA	HatStand{4.0.0} [HatStand] (HatStand-4.0.0.jar) 
	UCHIJAAAA	HelpFixer{1.0.7} [HelpFixer] (HelpFixer-1.0.7.jar) 
	UCHIJAAAA	IC2NuclearControl{2.4.2a} [Nuclear Control 2] (IC2NuclearControl-2.4.2a.jar) 
	UCHIJAAAA	immersiveintegration{0.6.8} [Immersive Integration] (immersiveintegration-0.6.8.jar) 
	UCHIJAAAA	InfiniTubes{59.0.5} [InfiniTubes] (infinitubes-59.0.5.jar) 
	UCHIJAAAA	inpure|core{1.7.10R1.0.0B9} [INpureCore] (INpureCore-[1.7.10]1.0.0B9-62.jar) 
	UCHIJAAAA	inventorytweaks{1.59-asie-lts-fc905d6-dirty} [Inventory Tweaks] (InventoryTweaks-1.59-asie-lts.jar) 
	UCHIJAAAA	IronChest{6.0.62.742} [Iron Chest] (ironchest-1.7.10-6.0.62.742-universal.jar) 
	UCHIJAAAA	ironchestminecarts{1.0.4} [Iron Chest Minecarts] (IronChestMinecarts-1.0.4.jar) 
	UCHIJAAAA	JABBA{1.2.2} [JABBA] (Jabba-1.2.2_1.7.10.jar) 
	UCHIJAAAA	journeymap{5.1.4p2} [JourneyMap] (journeymap-1.7.10-5.1.4p2-unlimited.jar) 
	UCHIJAAAA	LiquidXP{59.0.2} [Liquid XP] (liquid-xp-59.0.2.jar) 
	UCHIJAAAA	LogisticsPipes{0.9.3.131} [Logistics Pipes] (logisticspipes-0.9.3.131.jar) 
	UCHIJAAAA	malisiscore{1.7.10-0.14.3} [MalisisCore] (malisiscore-1.7.10-0.14.3.jar) 
	UCHIJAAAA	malisisdoors{1.7.10-1.13.2} [Malisis' Doors] (malisisdoors-1.7.10-1.13.2.jar) 
	UCHIJAAAA	MineFactoryReloaded|CompatAppliedEnergistics{1.7.10R2.8.2B1} [MFR Compat: Applied Energistics] (MineFactoryReloaded-[1.7.10]2.8.2B1-201.jar) 
	UCHIJAAAA	MineFactoryReloaded|CompatBuildCraft{1.7.10R2.8.2B1} [MFR Compat: BuildCraft] (MineFactoryReloaded-[1.7.10]2.8.2B1-201.jar) 
	UCHIJAAAA	MineFactoryReloaded|CompatExtraBiomes{1.7.10R2.8.2B1} [MFR Compat: ExtraBiomes] (MineFactoryReloaded-[1.7.10]2.8.2B1-201.jar) 
	UCHIJAAAA	MineFactoryReloaded|CompatForestry{1.7.10R2.8.2B1} [MFR Compat: Forestry] (MineFactoryReloaded-[1.7.10]2.8.2B1-201.jar) 
	UCHIJAAAA	MineFactoryReloaded|CompatForgeMicroblock{1.7.10R2.8.2B1} [MFR Compat: ForgeMicroblock] (MineFactoryReloaded-[1.7.10]2.8.2B1-201.jar) 
	UCHIJAAAA	MineFactoryReloaded|CompatIC2{1.7.10R2.8.2B1} [MFR Compat: IC2] (MineFactoryReloaded-[1.7.10]2.8.2B1-201.jar) 
	UCHIJAAAA	ProjRed|Exploration{4.7.0pre12.95} [ProjectRed Exploration] (ProjectRed-1.7.10-4.7.0pre12.95-World.jar) 
	UCHIJAAAA	MineFactoryReloaded|CompatProjRed{1.7.10R2.8.2B1} [MFR Compat ProjectRed] (MineFactoryReloaded-[1.7.10]2.8.2B1-201.jar) 
	UCHIJAAAA	MineFactoryReloaded|CompatRailcraft{1.7.10R2.8.2B1} [MFR Compat: Railcraft] (MineFactoryReloaded-[1.7.10]2.8.2B1-201.jar) 
	UCHIJAAAA	MineFactoryReloaded|CompatThermalExpansion{1.7.10R2.8.2B1} [MFR Compat: Thermal Expansion] (MineFactoryReloaded-[1.7.10]2.8.2B1-201.jar) 
	UCHIJAAAA	MineFactoryReloaded|CompatTConstruct{1.7.10R2.8.2B1} [MFR Compat: Tinkers' Construct] (MineFactoryReloaded-[1.7.10]2.8.2B1-201.jar) 
	UCHIJAAAA	MineFactoryReloaded|CompatTwilightForest{1.7.10R2.8.2B1} [MFR Compat: TwilightForest] (MineFactoryReloaded-[1.7.10]2.8.2B1-201.jar) 
	UCHIJAAAA	MineFactoryReloaded|CompatVanilla{1.7.10R2.8.2B1} [MFR Compat: Vanilla] (MineFactoryReloaded-[1.7.10]2.8.2B1-201.jar) 
	UCHIJAAAA	MineTweaker3{3.0.10} [MineTweaker 3] (MineTweaker3-1.7.10-3.0.10B.jar) 
	UCHIJAAAA	modtweaker2{0.9.6} [Mod Tweaker 2] (ModTweaker2-0.9.6.jar) 
	UCHIJAAAA	numina{1.7.10} [Numina] (Numina-0.4.1.105.jar) 
	UCHIJAAAA	powersuits{1.7.10-0.11.1.114} [MachineMuse's Modular Powersuits] (ModularPowersuits-1.7.10-0.11.1.114.jar) 
	UCHIJAAAA	cfm{3.4.8} [๏ฟฝ9MrCrayfish's Furniture Mod] (MrCrayfishFurnitureModv3.4.8(1.7.10).jar) 
	UCHIJAAAA	Mystcraft{0.12.3.04} [Mystcraft] (mystcraft-1.7.10-0.12.3.04.jar) 
	UCHIJAAAA	NBTEdit{1.7.2.2} [In-game NBTEdit] (NBTEdit_1.7.10.jar) 
	UCHIJAAAA	NEIAddons{1.12.15.41} [NEI Addons] (neiaddons-1.12.15.41-mc1.7.10.jar) 
	UCHIJAAAA	NEIAddons|Developer{1.12.15.41} [NEI Addons: Developer Tools] (neiaddons-1.12.15.41-mc1.7.10.jar) 
	UCHIJAAAA	NEIAddons|AppEng{1.12.15.41} [NEI Addons: Applied Energistics 2] (neiaddons-1.12.15.41-mc1.7.10.jar) 
	UCHIJAAAA	NEIAddons|Botany{1.12.15.41} [NEI Addons: Botany] (neiaddons-1.12.15.41-mc1.7.10.jar) 
	UCHIJAAAA	NEIAddons|Forestry{1.12.15.41} [NEI Addons: Forestry] (neiaddons-1.12.15.41-mc1.7.10.jar) 
	UCHIJAAAA	NEIAddons|CraftingTables{1.12.15.41} [NEI Addons: Crafting Tables] (neiaddons-1.12.15.41-mc1.7.10.jar) 
	UCHIJAAAA	NEIAddons|ExNihilo{1.12.15.41} [NEI Addons: Ex Nihilo] (neiaddons-1.12.15.41-mc1.7.10.jar) 
	UCHIJAAAA	neiintegration{1.1.2} [NEI Integration] (NEIIntegration-MC1.7.10-1.1.2.jar) 
	UCHIJAAAA	OpenMods{0.10} [OpenMods] (OpenModsLib-1.7.10-0.10.jar) 
	UCHIJAAAA	OpenBlocks{1.6} [OpenBlocks] (OpenBlocks-1.7.10-1.6.jar) 
	UCHIJAAAA	PortalGun{4.0.0-beta-6} [PortalGun] (PortalGun-4.0.0-beta-6.jar) 
	UCHIJAAAA	SonarCore{1.1.3} [SonarCore] (SonarCore-1.7.10-1.1.3.jar) 
	UCHIJAAAA	PracticalLogistics{0.2.4} [Practical Logistics] (Practical-Logistics-1.7.10-0.2.4.jar) 
	UCHIJAAAA	pressure{1.3.0.131} [Pressure Pipes] (pressure-1.3.0.131-mc1.7.10.jar) 
	UCHIJAAAA	ProjectBlue{1.1.6} [Project Blue] (ProjectBlue-1.1.6-mc1.7.10.jar) 
	UCHIJAAAA	ProjRed|Compatibility{4.7.0pre12.95} [ProjectRed Compatibility] (ProjectRed-1.7.10-4.7.0pre12.95-Compat.jar) 
	UCHIJAAAA	ProjRed|Integration{4.7.0pre12.95} [ProjectRed Integration] (ProjectRed-1.7.10-4.7.0pre12.95-Integration.jar) 
	UCHIJAAAA	ProjRed|Illumination{4.7.0pre12.95} [ProjectRed Illumination] (ProjectRed-1.7.10-4.7.0pre12.95-Lighting.jar) 
	UCHIJAAAA	RandomThings{2.2.4} [Random Things] (RandomThings-2.2.4.jar) 
	UCHIJAAAA	planetguyLib{1.9} [planetguyLib] (PlanetguyLib-1.9.2.jar) 
	UCHIJAAAA	JAKJ_RedstoneInMotion{2.8.9} [Remain In Motion] (RemainInMotion-2.8.9.jar) 
	UCHIJAAAA	RouterReborn{1.2.0.43} [Router Reborn] (RouterReborn-1.7.10-1.2.0.43-universal.jar) 
	UCHIJAAAA	secretroomsmod{4.7.1} [The SecretRoomsMod] (secretroomsmod-1.7.10-4.7.1.413.jar) 
	UCHIJAAAA	SmartMoving{15.6} [Smart Moving] (SmartMoving-1.7.10-15.6.jar) 
	UCHIJAAAA	SmartRender{2.1} [Smart Render] (SmartRender-1.7.10-2.1.jar) 
	UCHIJAAAA	SolarExpansion{1.6a} [Solar Expansion] (SolarExpansion-Basic-1.6a.jar) 
	UCHIJAAAA	statues{2.1.4} [Statues] (statues-1.7.10-2.1.4.jar) 
	UCHIJAAAA	StevesFactoryManager{A93} [Steve's Factory Manager] (StevesFactoryManagerA93.jar) 
	UCHIJAAAA	StevesAddons{0.10.16} [Steve's Addons] (StevesAddons-1.7.10-0.10.16.jar) 
	UCHIJAAAA	StevesCarts{2.0.0.b18} [Steve's Carts 2] (StevesCarts2.0.0.b18.jar) 
	UCHIJAAAA	StevesWorkshop{0.5.1} [Steve's Workshop] (StevesWorkshop-0.5.1.jar) 
	UCHIJAAAA	StorageDrawers{1.7.10-1.10.8} [Storage Drawers] (StorageDrawers-1.7.10-1.10.8.jar) 
	UCHIJAAAA	StorageDrawersForestry{1.7.10-1.1.2} [Storage Drawers: Forestry Pack] (StorageDrawers-Forestry-1.7.10-1.1.2.jar) 
	UCHIJAAAA	StorageDrawersMisc{1.7.10-1.1.2} [Storage Drawers: Misc Pack] (StorageDrawers-Misc-1.7.10-1.1.2.jar) 
	UCHIJAAAA	supercraftingframe{1.7.10.3} [Super Crafting Frame] (supercraftingframe-1.7.10.3.jar) 
	UCHIJAAAA	tcinventoryscan{1.0.11} [TC Inventory Scanning] (tcinventoryscan-mc1.7.10-1.0.11.jar) 
	UCHIJAAAA	TGregworks{1.0.9} [Tinkers' Gregworks] (TGregworks-1.7.10-1.0.9.jar) 
	UCHIJAAAA	thaumcraftgates{1.4.2} [Thaumcraft Gates] (ThaumcraftGates-1.4.2.jar) 
	UCHIJAAAA	thaumcraftneiplugin{@VERSION@} [Thaumcraft NEI Plugin] (thaumcraftneiplugin-1.7.10-1.7a.jar) 
	UCHIJAAAA	thaumicenergistics{1.0.0.5} [Thaumic Energistics] (thaumicenergistics-1.0.0.5.jar) 
	UCHIJAAAA	ThaumicTinkerer{unspecified} [Thaumic Tinkerer] (ThaumicTinkerer-2.5-1.7.10-523.jar) 
	UCHIJAAAA	ThaumicExploration{0.6.0} [Thaumic Exploration] (ThaumicExploration-1.7.10-1.1-53.jar) 
	UCHIJAAAA	thebetweenlands{1.0.6-alpha} [The Betweenlands] (TheBetweenlands-1.0.6-alpha-universal.jar) 
	UCHIJAAAA	erebus{0.4.7} [Erebus] (TheErebus-0.4.7.jar) 
	UCHIJAAAA	ThermalDynamics{1.7.10R1.2.1} [Thermal Dynamics] (ThermalDynamics-[1.7.10]1.2.1-172.jar) 
	UCHIJAAAA	TiCTooltips{1.2.5} [TiC Tooltips] (TiCTooltips-mc1.7.10-1.2.5.jar) 
	UCHIJAAAA	Torched{4.0.0} [Torched] (Torched-4.0.0.jar) 
	UCHIJAAAA	TrailMix{4.0.0} [TrailMix] (TrailMix-4.0.0.jar) 
	UCHIJAAAA	TravellersGear{1.16.6} [Traveller's Gear] (TravellersGear-1.7.10-1.16.6.jar) 
	UCHIJAAAA	Tubestuff{59.0.4} [Tubestuff] (tubestuff-59.0.4.jar) 
	UCHIJAAAA	wailaplugins{MC1.7.10-0.2.0-25} [WAILA Plugins] (WAILAPlugins-MC1.7.10-0.2.0-25.jar) 
	UCHIJAAAA	weaponmod{v1.14.3} [Balkon's WeaponMod] (weaponmod-1.14.3.jar) 
	UCHIJAAAA	WitchingGadgets{1.1.10} [Witching Gadgets] (WitchingGadgets-1.7.10-1.1.10.jar) 
	UCHIJAAAA	worldedit{6.1.1} [WorldEdit] (worldedit-forge-mc1.7.10-6.1.1-dist.jar) 
	UCHIJAAAA	bspkrsCore{6.16} [bspkrsCore] ([1.7.10]bspkrsCore-universal-6.16.jar) 
	UCHIJAAAA	ForgeMicroblock{1.2.0.347} [Forge Microblocks] (ForgeMultipart-1.7.10-1.2.0.347-universal.jar) 
	UCHIJAAAA	McMultipart{1.2.0.347} [Minecraft Multipart Plugin] (ForgeMultipart-1.7.10-1.2.0.347-universal.jar) 
	UD	Gregtech++{1.5.0-Beta} [GT++] (GT-PlusPlus-1.5.0.1-Beta.jar) 
	UD	MineFactoryReloaded|CompatAtum{1.7.10R2.8.2B1} [MFR Compat: Atum] (MineFactoryReloaded-[1.7.10]2.8.2B1-201.jar) 
	UD	MineFactoryReloaded|CompatBackTools{1.7.10R2.8.2B1} [MFR Compat: BackTools] (MineFactoryReloaded-[1.7.10]2.8.2B1-201.jar) 
	UD	MineFactoryReloaded|CompatChococraft{1.7.10R2.8.2B1} [MFR Compat: Chococraft] (MineFactoryReloaded-[1.7.10]2.8.2B1-201.jar) 
	UD	MineFactoryReloaded|CompatSufficientBiomes{1.7.10R2.8.2B1} [MFR Compat: Sufficient Biomes] (MineFactoryReloaded-[1.7.10]2.8.2B1-201.jar) 
	OpenModsLib class transformers: [stencil_patches:ENABLED],[movement_callback:ENABLED],[player_damage_hook:ACTIVATED],[map_gen_fix:FINISHED],[gl_capabilities_hook:ENABLED],[player_render_hook:ENABLED]
	Class transformer null safety: all safe
	AE2 Version: beta rv3-beta-6 for Forge 10.13.4.1448
	CoFHCore: -[1.7.10]3.1.4-329
	MineFactoryReloaded: -[1.7.10]2.8.2B1-201
	Mantle Environment: DO NOT REPORT THIS CRASH! Unsupported mods in environment: bukkit
	ThermalFoundation: -[1.7.10]1.2.6-118
	ThermalExpansion: -[1.7.10]4.1.5-248
	TConstruct Environment: DO NOT REPORT THIS CRASH! Unsupported mods in environment: gregtech
	RedstoneArsenal: -[1.7.10]1.1.2-92
	ThermalDynamics: -[1.7.10]1.2.1-172
	Chisel: Errors like "[FML]: Unable to lookup ..." are NOT the cause of this crash. You can safely ignore these errors. And update forge while you're at it.
	EnderIO: Found the following problem(s) with your installation:
                  * The RF API that is being used (1.7.10R1.3.1 from <unknown>) differes from that that is reported as being loaded (1.7.10R1.0.13 from ImmersiveEngineering-0.7.7.jar).
                    It is a supported version, but that difference may lead to problems.
                 An unsupported base software is installed: 'thermos, cauldron, craftbukkit, mcpc, kcauldron'. This is NOT supported.
                 This may have caused the error. Try reproducing the crash WITHOUT this/these mod(s) before reporting it.
	List of loaded APIs: 
		* AppleCoreAPI (1.2.0) from AppleCore-mc1.7.10-1.3.9.jar
		* appliedenergistics2|API (rv2) from ThaumicTinkerer-2.5-1.7.10-523.jar
		* asielibAPI (1.1) from AsieLib-1.7.10-0.4.6.100-dev.jar
		* asielibAPI|chat (1.0) from AsieLib-1.7.10-0.4.6.100-dev.jar
		* asielibAPI|tile (1.0) from AsieLib-1.7.10-0.4.6.100-dev.jar
		* asielibAPI|tool (1.1) from AsieLib-1.7.10-0.4.6.100-dev.jar
		* Baubles|API (1.0.1.10) from Baubles-1.7.10-1.0.1.10.jar
		* BiomesOPlentyAPI (1.0.0) from BiomesOPlenty-1.7.10-2.1.0.2027-universal.jar
		* BotaniaAPI (76) from Botania r1.8-249.jar
		* BuildCraftAPI|blocks (1.0) from Railcraft_1.7.10-9.12.2.0.jar
		* BuildCraftAPI|blueprints (1.5) from buildcraft-7.1.22.jar
		* BuildCraftAPI|boards (2.0) from buildcraft-7.1.22.jar
		* BuildCraftAPI|core (1.0) from buildcraft-7.1.22.jar
		* BuildCraftAPI|crops (1.1) from buildcraft-7.1.22.jar
		* BuildCraftAPI|events (2.0) from buildcraft-7.1.22.jar
		* BuildCraftAPI|facades (1.1) from buildcraft-7.1.22.jar
		* BuildCraftAPI|filler (4.0) from buildcraft-7.1.22.jar
		* BuildCraftAPI|fuels (2.0) from buildcraft-7.1.22.jar
		* BuildCraftAPI|gates (4.1) from buildcraft-7.1.22.jar
		* BuildCraftAPI|items (1.1) from Railcraft_1.7.10-9.12.2.0.jar
		* BuildCraftAPI|library (2.0) from buildcraft-7.1.22.jar
		* BuildCraftAPI|lists (1.0) from Railcraft_1.7.10-9.12.2.0.jar
		* BuildCraftAPI|power (1.3) from buildcraft-7.1.22.jar
		* BuildCraftAPI|recipes (3.0) from buildcraft-7.1.22.jar
		* BuildCraftAPI|robotics (3.0) from buildcraft-7.1.22.jar
		* BuildCraftAPI|statements (1.1) from Railcraft_1.7.10-9.12.2.0.jar
		* BuildCraftAPI|tablet (1.0) from buildcraft-7.1.22.jar
		* BuildCraftAPI|tiles (1.2) from Railcraft_1.7.10-9.12.2.0.jar
		* BuildCraftAPI|tools (1.0) from extrautilities-1.2.12.jar
		* BuildCraftAPI|transport (4.1) from buildcraft-7.1.22.jar
		* CarpentersBlocks|API (3.3.7) from Carpenter's Blocks v3.3.8.1 - MC 1.7.10.jar
		* ChiselAPI (0.1.1) from Chisel-2.9.5.11.jar
		* ChiselAPI|Carving (0.1.1) from Chisel-2.9.5.11.jar
		* ChiselAPI|Rendering (0.1.1) from Chisel-2.9.5.11.jar
		* CoFHAPI (1.7.10R1.0.7) from StevesAddons-1.7.10-0.10.16.jar
		* CoFHAPI|block (1.7.10R1.3.1) from CoFHCore-[1.7.10]3.1.4-329.jar
		* CoFHAPI|core (1.7.10R1.0.12) from RouterReborn-1.7.10-1.2.0.43-universal.jar
		* CoFHAPI|energy (1.7.10R1.0.13) from ImmersiveEngineering-0.7.7.jar
		* CoFHAPI|fluid (1.7.10R1.1.0) from SonarCore-1.7.10-1.1.3.jar
		* CoFHAPI|inventory (1.7.10R1.3.1) from CoFHCore-[1.7.10]3.1.4-329.jar
		* CoFHAPI|item (1.7.10R1.0.13B1) from extrautilities-1.2.12.jar
		* CoFHAPI|items (1.7.10R1.0.3) from SolarExpansion-Basic-1.6a.jar
		* CoFHAPI|modhelpers (1.7.10R1.3.1) from CoFHCore-[1.7.10]3.1.4-329.jar
		* CoFHAPI|tileentity (1.7.10R1.1.0) from SonarCore-1.7.10-1.1.3.jar
		* CoFHAPI|transport (1.7.10R1.0.3) from SolarExpansion-Basic-1.6a.jar
		* CoFHAPI|world (1.7.10R1.0.12) from RouterReborn-1.7.10-1.2.0.43-universal.jar
		* CoFHLib (1.7.10R1.2.1) from CoFHCore-[1.7.10]3.1.4-329.jar
		* CoFHLib|audio (1.7.10R1.2.1) from CoFHCore-[1.7.10]3.1.4-329.jar
		* CoFHLib|gui (1.7.10R1.2.1) from CoFHCore-[1.7.10]3.1.4-329.jar
		* CoFHLib|gui|container (1.7.10R1.2.1) from CoFHCore-[1.7.10]3.1.4-329.jar
		* CoFHLib|gui|element (1.7.10R1.2.1) from CoFHCore-[1.7.10]3.1.4-329.jar
		* CoFHLib|gui|element|listbox (1.7.10R1.2.1) from CoFHCore-[1.7.10]3.1.4-329.jar
		* CoFHLib|gui|slot (1.7.10R1.2.1) from CoFHCore-[1.7.10]3.1.4-329.jar
		* CoFHLib|inventory (1.7.10R1.2.1) from CoFHCore-[1.7.10]3.1.4-329.jar
		* CoFHLib|render (1.7.10R1.2.1) from CoFHCore-[1.7.10]3.1.4-329.jar
		* CoFHLib|render|particle (1.7.10R1.2.1) from CoFHCore-[1.7.10]3.1.4-329.jar
		* CoFHLib|util (1.7.10R1.2.1) from CoFHCore-[1.7.10]3.1.4-329.jar
		* CoFHLib|util|helpers (1.7.10R1.2.1) from CoFHCore-[1.7.10]3.1.4-329.jar
		* CoFHLib|util|position (1.7.10R1.2.1) from CoFHCore-[1.7.10]3.1.4-329.jar
		* CoFHLib|world (1.7.10R1.2.1) from CoFHCore-[1.7.10]3.1.4-329.jar
		* CoFHLib|world|feature (1.7.10R1.2.1) from CoFHCore-[1.7.10]3.1.4-329.jar
		* computronicsAPI (1.3) from Computronics-1.7.10-1.6.1.100-dev-OC1.6.jar
		* computronicsAPI|audio (1.0) from Computronics-1.7.10-1.6.1.100-dev-OC1.6.jar
		* computronicsAPI|chat (1.3) from Computronics-1.7.10-1.6.1.100-dev-OC1.6.jar
		* computronicsAPI|multiperipheral (1.1) from Computronics-1.7.10-1.6.1.100-dev-OC1.6.jar
		* computronicsAPI|tape (1.0) from Computronics-1.7.10-1.6.1.100-dev-OC1.6.jar
		* DLDungeonsAPI (1.1) from DoomlikeDungeons-1.8.7-MC1.7.10.jar
		* EnderIOAPI (0.0.2) from EnderIO-1.7.10-2.3.0.429_beta.jar
		* EnderIOAPI|Redstone (0.0.2) from EnderIO-1.7.10-2.3.0.429_beta.jar
		* EnderIOAPI|Teleport (0.0.2) from EnderIO-1.7.10-2.3.0.429_beta.jar
		* EnderIOAPI|Tools (0.0.2) from EnderIO-1.7.10-2.3.0.429_beta.jar
		* factorization notification system (1.0) from Factorization-1.7.10-0.8.107.jar
		* ForestryAPI|apiculture (4.8.0) from forestry_1.7.10-4.2.16.64.jar
		* ForestryAPI|arboriculture (4.2.1) from forestry_1.7.10-4.2.16.64.jar
		* ForestryAPI|circuits (3.1.0) from forestry_1.7.10-4.2.16.64.jar
		* ForestryAPI|core (5.0.0) from forestry_1.7.10-4.2.16.64.jar
		* ForestryAPI|farming (2.1.0) from forestry_1.7.10-4.2.16.64.jar
		* ForestryAPI|food (1.1.0) from forestry_1.7.10-4.2.16.64.jar
		* ForestryAPI|fuels (2.0.1) from forestry_1.7.10-4.2.16.64.jar
		* ForestryAPI|genetics (4.7.1) from forestry_1.7.10-4.2.16.64.jar
		* ForestryAPI|hives (4.1.0) from forestry_1.7.10-4.2.16.64.jar
		* ForestryAPI|lepidopterology (1.3.0) from forestry_1.7.10-4.2.16.64.jar
		* ForestryAPI|mail (3.0.0) from forestry_1.7.10-4.2.16.64.jar
		* ForestryAPI|multiblock (3.0.0) from forestry_1.7.10-4.2.16.64.jar
		* ForestryAPI|recipes (5.4.0) from forestry_1.7.10-4.2.16.64.jar
		* ForestryAPI|storage (3.0.0) from forestry_1.7.10-4.2.16.64.jar
		* ForestryAPI|world (2.1.0) from forestry_1.7.10-4.2.16.64.jar
		* framezAPI (0) from Framez-1.7.10-0.2-32-hotfix-universal.jar
		* Galacticraft API (1.3) from GalacticraftCore-1.7-3.0.12.462.jar
		* gendustryAPI (2.3.0) from gendustry-1.6.4.135-mc1.7.10.jar
		* IC2API (1.0) from SonarCore-1.7.10-1.1.3.jar
		* ImmersiveEngineering|API (1.0) from ImmersiveEngineering-0.7.7.jar
		* inpure|api (1.7) from INpureCore-[1.7.10]1.0.0B9-62.jar
		* McJtyLib (1.8.1) from mcjtylib-1.8.1.jar
		* Mystcraft|API (0.1) from mystcraft-1.7.10-0.12.3.04.jar
		* NuclearControlAPI (v1.0.5) from IC2NuclearControl-2.4.2a.jar
		* OpenBlocks|API (1.1) from OpenBlocks-1.7.10-1.6.jar
		* OpenComputersAPI|Component (6.0.0-alpha) from OpenComputers-MC1.7.10-1.6.2.12-universal.jar
		* OpenComputersAPI|Core (6.0.0-alpha) from OpenComputers-MC1.7.10-1.6.2.12-universal.jar
		* OpenComputersAPI|Driver (6.0.0-alpha) from OpenComputers-MC1.7.10-1.6.2.12-universal.jar
		* OpenComputersAPI|Driver|Item (6.0.0-alpha) from OpenComputers-MC1.7.10-1.6.2.12-universal.jar
		* OpenComputersAPI|Event (6.0.0-alpha) from OpenComputers-MC1.7.10-1.6.2.12-universal.jar
		* OpenComputersAPI|FileSystem (6.0.0-alpha) from OpenComputers-MC1.7.10-1.6.2.12-universal.jar
		* OpenComputersAPI|Internal (6.0.0-alpha) from OpenComputers-MC1.7.10-1.6.2.12-universal.jar
		* OpenComputersAPI|Machine (6.0.0-alpha) from OpenComputers-MC1.7.10-1.6.2.12-universal.jar
		* OpenComputersAPI|Manual (6.0.0-alpha) from OpenComputers-MC1.7.10-1.6.2.12-universal.jar
		* OpenComputersAPI|Network (6.0.0-alpha) from OpenComputers-MC1.7.10-1.6.2.12-universal.jar
		* OpenComputersAPI|Prefab (6.0.0-alpha) from OpenComputers-MC1.7.10-1.6.2.12-universal.jar
		* PneumaticCraftApi (1.0) from PneumaticCraft-1.7.10-1.12.7-150-universal.jar
		* PracticalLogisticsAPI (1.4) from Practical-Logistics-1.7.10-0.2.4.jar
		* pressureAPI (1.3.0.131) from pressure-1.3.0.131-mc1.7.10.jar
		* RailcraftAPI|bore (1.0.0) from Railcraft_1.7.10-9.12.2.0.jar
		* RailcraftAPI|carts (1.6.0) from Railcraft_1.7.10-9.12.2.0.jar
		* RailcraftAPI|core (1.5.0) from Railcraft_1.7.10-9.12.2.0.jar
		* RailcraftAPI|crafting (1.0.0) from Railcraft_1.7.10-9.12.2.0.jar
		* RailcraftAPI|electricity (2.0.0) from Railcraft_1.7.10-9.12.2.0.jar
		* RailcraftAPI|events (1.0.0) from Railcraft_1.7.10-9.12.2.0.jar
		* RailcraftAPI|fuel (1.0.0) from Railcraft_1.7.10-9.12.2.0.jar
		* RailcraftAPI|helpers (1.1.0) from Railcraft_1.7.10-9.12.2.0.jar
		* RailcraftAPI|items (1.0.0) from Railcraft_1.7.10-9.12.2.0.jar
		* RailcraftAPI|locomotive (1.1.0) from Railcraft_1.7.10-9.12.2.0.jar
		* RailcraftAPI|signals (2.3.0) from Railcraft_1.7.10-9.12.2.0.jar
		* RailcraftAPI|tracks (2.3.0) from Railcraft_1.7.10-9.12.2.0.jar
		* StorageDrawersAPI (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.10.8.jar
		* StorageDrawersAPI|config (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.10.8.jar
		* StorageDrawersAPI|event (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.10.8.jar
		* StorageDrawersAPI|inventory (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.10.8.jar
		* StorageDrawersAPI|pack (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.10.8.jar
		* StorageDrawersAPI|registry (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.10.8.jar
		* StorageDrawersAPI|render (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.10.8.jar
		* StorageDrawersAPI|storage (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.10.8.jar
		* StorageDrawersAPI|storage-attribute (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.10.8.jar
		* Thaumcraft|API (4.2.2.0) from Railcraft_1.7.10-9.12.2.0.jar
		* thaumicenergistics|API (1.1) from thaumicenergistics-1.0.0.5.jar
		* TravellersGear|API (1.0) from TravellersGear-1.7.10-1.16.6.jar
		* WailaAPI (1.2) from Waila-1.5.10_1.7.10.jar
	Forestry : Warning: You have mods that change the behavior of Minecraft, ForgeModLoader, and/or Minecraft Forge to your client: 
Bukkit, Cauldron, or other Bukkit replacement
These may have caused this error, and may not be supported. Try reproducing the crash WITHOUT these mods, and report it then.
	AE2 Integration: IC2:ON, RotaryCraft:OFF, RC:ON, BuildCraftCore:ON, BuildCraftTransport:ON, BuildCraftBuilder:ON, RF:ON, RFItem:ON, MFR:ON, DSU:ON, FZ:ON, FMP:ON, RB:OFF, CLApi:OFF, Waila:ON, Mekanism:OFF, ImmibisMicroblocks:OFF, BetterStorage:OFF, OpenComputers:ON, PneumaticCraft:ON
	Profiler Position: N/A (disabled)
	Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
	Player Count: 1 / 20; [EntityPlayerMP['Player'/5809, l='world', x=76.65, y=64.00, z=665.12](Player at 76.648220106601,64.0,665.1156432991444)]
	Is Modded: Definitely; Server brand changed to 'thermos,cauldron,craftbukkit,mcpc,kcauldron,fml,forge'
	Type: Dedicated Server (map_server.txt)

Betweenlands: disable custom main menu

If I turn off beyondrealitycore, then betweenlands has its own custom main menu screen:

screen shot 2017-06-24 at 10 29 42 pm

but I want to see the mod count, so this should be disabled, too.

Steve's Carts: [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: java.io.FileNotFoundException: https://dl.dropboxusercontent.com/u/46486053/RemoteInfo.txt

Something is trying to access a non-existent file on DropBox:

[20:20:59] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: planetguyLib in /Applications/MultiMC.app/Contents/MacOS/instances/1.7.10 Beyond Reality/minecraft/mods/1.7.10/PlanetguyLib-1.9.2.jar
[20:20:59] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: planetguyLib in /Applications/MultiMC.app/Contents/MacOS/instances/1.7.10 Beyond Reality/minecraft/mods/1.7.10/PlanetguyLib-1.9.2.jar
[20:20:59] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: planetguyLib in /Applications/MultiMC.app/Contents/MacOS/instances/1.7.10 Beyond Reality/minecraft/mods/1.7.10/PlanetguyLib-1.9.2.jar
[20:20:59] [Thread-7/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: java.io.FileNotFoundException: https://dl.dropboxusercontent.com/u/46486053/RemoteInfo.txt
[20:20:59] [Thread-7/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: 	at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1872)
[20:20:59] [Thread-7/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: 	at sun.net.www.protocol.http.HttpURLConnection.access$200(HttpURLConnection.java:91)
[20:20:59] [Thread-7/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: 	at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1466)
[20:20:59] [Thread-7/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: 	at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1464)
[20:20:59] [Thread-7/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: 	at java.security.AccessController.doPrivileged(Native Method)
[20:20:59] [Thread-7/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: 	at java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:782)
[20:20:59] [Thread-7/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: 	at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1463)
[20:20:59] [Thread-7/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: 	at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:254)
[20:20:59] [Thread-7/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: 	at vswe.stevescarts.Fancy.FancyPancyLoader.run(FancyPancyLoader.java:51)
[20:20:59] [Thread-7/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: 	at java.lang.Thread.run(Thread.java:748)

GT++: Selenium YES this is a BUG in the mod GT++ report it to them!

Like #8 but instead of in Factorization in GT++:

[20:21:40] [Client thread/INFO] [GT++]: Boiling Point: -4C.
[20:21:40] [Client thread/WARN] [FML]: ****************************************
[20:21:40] [Client thread/WARN] [FML]: * A broken ore dictionary registration with name blockSelenium has occurred. It adds an item (type: class gtPlusPlus.core.item.base.itemblock.ItemBlockGtBlock) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry.
TO USERS: YES this is a BUG in the mod GT++ report it to them!
[20:21:40] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534)
[20:21:40] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501)
[20:21:40] [Client thread/WARN] [FML]: *  at gregtech.api.util.GT_OreDictUnificator.registerOre(GT_OreDictUnificator.java:238)
[20:21:40] [Client thread/WARN] [FML]: *  at gtPlusPlus.core.item.base.itemblock.ItemBlockGtBlock.<init>(ItemBlockGtBlock.java:40)
[20:21:40] [Client thread/WARN] [FML]: *  at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
[20:21:40] [Client thread/WARN] [FML]: *  at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)...
[20:21:40] [Client thread/WARN] [FML]: ****************************************
[20:21:40] [Client thread/WARN] [FML]: ****************************************
[20:21:40] [Client thread/WARN] [FML]: * A broken ore dictionary registration with name frameGtSelenium has occurred. It adds an item (type: class gtPlusPlus.core.item.base.itemblock.ItemBlockGtFrameBox) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry.
TO USERS: YES this is a BUG in the mod GT++ report it to them!
[20:21:40] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534)
[20:21:40] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501)
[20:21:40] [Client thread/WARN] [FML]: *  at gregtech.api.util.GT_OreDictUnificator.registerOre(GT_OreDictUnificator.java:238)
[20:21:40] [Client thread/WARN] [FML]: *  at gtPlusPlus.core.item.base.itemblock.ItemBlockGtFrameBox.<init>(ItemBlockGtFrameBox.java:17)
[20:21:40] [Client thread/WARN] [FML]: *  at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
[20:21:40] [Client thread/WARN] [FML]: *  at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)...
[20:21:40] [Client thread/WARN] [FML]: ****************************************

and later:

[20:21:40] [Client thread/WARN] [FML]: ****************************************
[20:21:40] [Client thread/WARN] [FML]: * A broken ore dictionary registration with name blockBromine has occurred. It adds an item (type: class gtPlusPlus.core.item.base.itemblock.ItemBlockGtBlock) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry.
TO USERS: YES this is a BUG in the mod GT++ report it to them!
[20:21:40] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534)
[20:21:40] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501)
[20:21:40] [Client thread/WARN] [FML]: *  at gregtech.api.util.GT_OreDictUnificator.registerOre(GT_OreDictUnificator.java:238)
[20:21:40] [Client thread/WARN] [FML]: *  at gtPlusPlus.core.item.base.itemblock.ItemBlockGtBlock.<init>(ItemBlockGtBlock.java:40)
[20:21:40] [Client thread/WARN] [FML]: *  at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
[20:21:40] [Client thread/WARN] [FML]: *  at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)...
[20:21:40] [Client thread/WARN] [FML]: ****************************************

and many more:

[20:21:40] [Client thread/INFO] [GT++]: Found a recipe with an invalid output, yet had a valid inputs. Skipping.
[20:21:40] [Client thread/WARN] [FML]: ****************************************
[20:21:40] [Client thread/WARN] [FML]: * A broken ore dictionary registration with name blockZirconium has occurred. It adds an item (type: class gtPlusPlus.core.item.base.itemblock.ItemBlockGtBlock) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry.
TO USERS: YES this is a BUG in the mod GT++ report it to them!
[20:21:40] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534)
[20:21:40] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501)
[20:21:40] [Client thread/WARN] [FML]: *  at gregtech.api.util.GT_OreDictUnificator.registerOre(GT_OreDictUnificator.java:238)
[20:21:40] [Client thread/WARN] [FML]: *  at gtPlusPlus.core.item.base.itemblock.ItemBlockGtBlock.<init>(ItemBlockGtBlock.java:40)
[20:21:40] [Client thread/WARN] [FML]: *  at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
[20:21:40] [Client thread/WARN] [FML]: *  at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)...
[20:21:40] [Client thread/WARN] [FML]: ****************************************
[20:21:40] [Client thread/WARN] [FML]: ****************************************
[20:21:40] [Client thread/WARN] [FML]: * A broken ore dictionary registration with name frameGtZirconium has occurred. It adds an item (type: class gtPlusPlus.core.item.base.itemblock.ItemBlockGtFrameBox) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry.
TO USERS: YES this is a BUG in the mod GT++ report it to them!
[20:21:40] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534)
[20:21:40] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501)
[20:21:40] [Client thread/WARN] [FML]: *  at gregtech.api.util.GT_OreDictUnificator.registerOre(GT_OreDictUnificator.java:238)
[20:21:40] [Client thread/WARN] [FML]: *  at gtPlusPlus.core.item.base.itemblock.ItemBlockGtFrameBox.<init>(ItemBlockGtFrameBox.java:17)
[20:21:40] [Client thread/WARN] [FML]: *  at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
[20:21:40] [Client thread/WARN] [FML]: *  at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)...
[20:21:40] [Client thread/WARN] [FML]: ****************************************
[20:21:40] [Client thread/INFO] [GT++]: Trying with Gt 5.9 Method.
[20:21:40] [Client thread/INFO] [GT++]: mixer length: 0
[20:21:40] [Client thread/WARN] [FML]: ****************************************
[20:21:40] [Client thread/WARN] [FML]: * A broken ore dictionary registration with name blockRuthenium has occurred. It adds an item (type: class gtPlusPlus.core.item.base.itemblock.ItemBlockGtBlock) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry.
TO USERS: YES this is a BUG in the mod GT++ report it to them!
[20:21:40] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534)
[20:21:40] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501)
[20:21:40] [Client thread/WARN] [FML]: *  at gregtech.api.util.GT_OreDictUnificator.registerOre(GT_OreDictUnificator.java:238)
[20:21:40] [Client thread/WARN] [FML]: *  at gtPlusPlus.core.item.base.itemblock.ItemBlockGtBlock.<init>(ItemBlockGtBlock.java:40)
[20:21:40] [Client thread/WARN] [FML]: *  at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
[20:21:40] [Client thread/WARN] [FML]: *  at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)...
[20:21:40] [Client thread/WARN] [FML]: ****************************************
[20:21:40] [Client thread/WARN] [FML]: ****************************************
[20:21:40] [Client thread/WARN] [FML]: * A broken ore dictionary registration with name frameGtRuthenium has occurred. It adds an item (type: class gtPlusPlus.core.item.base.itemblock.ItemBlockGtFrameBox) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry.
TO USERS: YES this is a BUG in the mod GT++ report it to them!
[20:21:40] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534)
[20:21:40] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501)
[20:21:40] [Client thread/WARN] [FML]: *  at gregtech.api.util.GT_OreDictUnificator.registerOre(GT_OreDictUnificator.java:238)
[20:21:40] [Client thread/WARN] [FML]: *  at gtPlusPlus.core.item.base.itemblock.ItemBlockGtFrameBox.<init>(ItemBlockGtFrameBox.java:17)
[20:21:40] [Client thread/WARN] [FML]: *  at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
[20:21:40] [Client thread/WARN] [FML]: *  at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)...
[20:21:40] [Client thread/WARN] [FML]: ****************************************
[20:21:40] [Client thread/INFO] [GT++]: Trying with Gt 5.9 Method.
[20:21:40] [Client thread/INFO] [GT++]: mixer length: 0
[20:21:40] [Client thread/WARN] [FML]: ****************************************
[20:21:40] [Client thread/WARN] [FML]: * A broken ore dictionary registration with name blockIodine has occurred. It adds an item (type: class gtPlusPlus.core.item.base.itemblock.ItemBlockGtBlock) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry.
TO USERS: YES this is a BUG in the mod GT++ report it to them!
[20:21:40] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534)
[20:21:40] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501)
[20:21:40] [Client thread/WARN] [FML]: *  at gregtech.api.util.GT_OreDictUnificator.registerOre(GT_OreDictUnificator.java:238)
[20:21:40] [Client thread/WARN] [FML]: *  at gtPlusPlus.core.item.base.itemblock.ItemBlockGtBlock.<init>(ItemBlockGtBlock.java:40)
[20:21:40] [Client thread/WARN] [FML]: *  at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
[20:21:40] [Client thread/WARN] [FML]: *  at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)...
[20:21:40] [Client thread/WARN] [FML]: ****************************************
[20:21:40] [Client thread/WARN] [FML]: ****************************************
[20:21:40] [Client thread/WARN] [FML]: * A broken ore dictionary registration with name frameGtIodine has occurred. It adds an item (type: class gtPlusPlus.core.item.base.itemblock.ItemBlockGtFrameBox) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry.
TO USERS: YES this is a BUG in the mod GT++ report it to them!
[20:21:40] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534)
[20:21:40] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501)
[20:21:40] [Client thread/WARN] [FML]: *  at gregtech.api.util.GT_OreDictUnificator.registerOre(GT_OreDictUnificator.java:238)
[20:21:40] [Client thread/WARN] [FML]: *  at gtPlusPlus.core.item.base.itemblock.ItemBlockGtFrameBox.<init>(ItemBlockGtFrameBox.java:17)
[20:21:40] [Client thread/WARN] [FML]: *  at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
[20:21:40] [Client thread/WARN] [FML]: *  at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)...
[20:21:40] [Client thread/WARN] [FML]: ****************************************
[20:21:40] [Client thread/INFO] [GT++]: Trying with Gt 5.9 Method.
[20:21:40] [Client thread/INFO] [GT++]: mixer length: 0
[20:21:41] [Client thread/WARN] [FML]: ****************************************
[20:21:41] [Client thread/WARN] [FML]: * A broken ore dictionary registration with name blockHafnium has occurred. It adds an item (type: class gtPlusPlus.core.item.base.itemblock.ItemBlockGtBlock) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry.
TO USERS: YES this is a BUG in the mod GT++ report it to them!
[20:21:41] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534)
[20:21:41] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501)
[20:21:41] [Client thread/WARN] [FML]: *  at gregtech.api.util.GT_OreDictUnificator.registerOre(GT_OreDictUnificator.java:238)
[20:21:41] [Client thread/WARN] [FML]: *  at gtPlusPlus.core.item.base.itemblock.ItemBlockGtBlock.<init>(ItemBlockGtBlock.java:40)
[20:21:41] [Client thread/WARN] [FML]: *  at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
[20:21:41] [Client thread/WARN] [FML]: *  at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)...
[20:21:41] [Client thread/WARN] [FML]: ****************************************
[20:21:41] [Client thread/WARN] [FML]: ****************************************
[20:21:41] [Client thread/WARN] [FML]: * A broken ore dictionary registration with name frameGtHafnium has occurred. It adds an item (type: class gtPlusPlus.core.item.base.itemblock.ItemBlockGtFrameBox) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry.
TO USERS: YES this is a BUG in the mod GT++ report it to them!
[20:21:41] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534)
[20:21:41] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501)
[20:21:41] [Client thread/WARN] [FML]: *  at gregtech.api.util.GT_OreDictUnificator.registerOre(GT_OreDictUnificator.java:238)
[20:21:41] [Client thread/WARN] [FML]: *  at gtPlusPlus.core.item.base.itemblock.ItemBlockGtFrameBox.<init>(ItemBlockGtFrameBox.java:17)
[20:21:41] [Client thread/WARN] [FML]: *  at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
[20:21:41] [Client thread/WARN] [FML]: *  at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)...
[20:21:41] [Client thread/WARN] [FML]: ****************************************
[20:21:41] [Client thread/INFO] [GT++]: Trying with Gt 5.9 Method.
[20:21:41] [Client thread/INFO] [GT++]: mixer length: 0
[20:21:41] [Client thread/WARN] [FML]: ****************************************
[20:21:41] [Client thread/WARN] [FML]: * A broken ore dictionary registration with name blockDysprosium has occurred. It adds an item (type: class gtPlusPlus.core.item.base.itemblock.ItemBlockGtBlock) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry.
TO USERS: YES this is a BUG in the mod GT++ report it to them!
[20:21:41] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534)
[20:21:41] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501)
[20:21:41] [Client thread/WARN] [FML]: *  at gregtech.api.util.GT_OreDictUnificator.registerOre(GT_OreDictUnificator.java:238)
[20:21:41] [Client thread/WARN] [FML]: *  at gtPlusPlus.core.item.base.itemblock.ItemBlockGtBlock.<init>(ItemBlockGtBlock.java:40)
[20:21:41] [Client thread/WARN] [FML]: *  at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
[20:21:41] [Client thread/WARN] [FML]: *  at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)...
[20:21:41] [Client thread/WARN] [FML]: ****************************************
[20:21:41] [Client thread/WARN] [FML]: ****************************************
[20:21:41] [Client thread/WARN] [FML]: * A broken ore dictionary registration with name frameGtDysprosium has occurred. It adds an item (type: class gtPlusPlus.core.item.base.itemblock.ItemBlockGtFrameBox) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry.
TO USERS: YES this is a BUG in the mod GT++ report it to them!
[20:21:41] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534)
[20:21:41] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501)
[20:21:41] [Client thread/WARN] [FML]: *  at gregtech.api.util.GT_OreDictUnificator.registerOre(GT_OreDictUnificator.java:238)
[20:21:41] [Client thread/WARN] [FML]: *  at gtPlusPlus.core.item.base.itemblock.ItemBlockGtFrameBox.<init>(ItemBlockGtFrameBox.java:17)
[20:21:41] [Client thread/WARN] [FML]: *  at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
[20:21:41] [Client thread/WARN] [FML]: *  at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)...
[20:21:41] [Client thread/WARN] [FML]: ****************************************
[20:21:41] [Client thread/INFO] [GT++]: Trying with Gt 5.9 Method.
[20:21:41] [Client thread/INFO] [GT++]: mixer length: 0
[20:21:41] [Client thread/WARN] [FML]: ****************************************
[20:21:41] [Client thread/WARN] [FML]: * A broken ore dictionary registration with name blockTellurium has occurred. It adds an item (type: class gtPlusPlus.core.item.base.itemblock.ItemBlockGtBlock) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry.
TO USERS: YES this is a BUG in the mod GT++ report it to them!
[20:21:41] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534)
[20:21:41] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501)
[20:21:41] [Client thread/WARN] [FML]: *  at gregtech.api.util.GT_OreDictUnificator.registerOre(GT_OreDictUnificator.java:238)
[20:21:41] [Client thread/WARN] [FML]: *  at gtPlusPlus.core.item.base.itemblock.ItemBlockGtBlock.<init>(ItemBlockGtBlock.java:40)
[20:21:41] [Client thread/WARN] [FML]: *  at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
[20:21:41] [Client thread/WARN] [FML]: *  at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)...
[20:21:41] [Client thread/WARN] [FML]: ****************************************
[20:21:41] [Client thread/WARN] [FML]: ****************************************
[20:21:41] [Client thread/WARN] [FML]: * A broken ore dictionary registration with name frameGtTellurium has occurred. It adds an item (type: class gtPlusPlus.core.item.base.itemblock.ItemBlockGtFrameBox) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry.
TO USERS: YES this is a BUG in the mod GT++ report it to them!
[20:21:41] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534)
[20:21:41] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501)
[20:21:41] [Client thread/WARN] [FML]: *  at gregtech.api.util.GT_OreDictUnificator.registerOre(GT_OreDictUnificator.java:238)
[20:21:41] [Client thread/WARN] [FML]: *  at gtPlusPlus.core.item.base.itemblock.ItemBlockGtFrameBox.<init>(ItemBlockGtFrameBox.java:17)
[20:21:41] [Client thread/WARN] [FML]: *  at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
[20:21:41] [Client thread/WARN] [FML]: *  at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)...
[20:21:41] [Client thread/WARN] [FML]: ****************************************
[20:21:41] [Client thread/INFO] [GT++]: Trying with Gt 5.9 Method.
[20:21:41] [Client thread/INFO] [GT++]: mixer length: 0
[20:21:41] [Client thread/WARN] [FML]: ****************************************
[20:21:41] [Client thread/WARN] [FML]: * A broken ore dictionary registration with name blockRhodium has occurred. It adds an item (type: class gtPlusPlus.core.item.base.itemblock.ItemBlockGtBlock) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry.
TO USERS: YES this is a BUG in the mod GT++ report it to them!
[20:21:41] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534)
[20:21:41] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501)
[20:21:41] [Client thread/WARN] [FML]: *  at gregtech.api.util.GT_OreDictUnificator.registerOre(GT_OreDictUnificator.java:238)
[20:21:41] [Client thread/WARN] [FML]: *  at gtPlusPlus.core.item.base.itemblock.ItemBlockGtBlock.<init>(ItemBlockGtBlock.java:40)
[20:21:41] [Client thread/WARN] [FML]: *  at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
[20:21:41] [Client thread/WARN] [FML]: *  at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)...
[20:21:41] [Client thread/WARN] [FML]: ****************************************
[20:21:41] [Client thread/WARN] [FML]: ****************************************
[20:21:41] [Client thread/WARN] [FML]: * A broken ore dictionary registration with name frameGtRhodium has occurred. It adds an item (type: class gtPlusPlus.core.item.base.itemblock.ItemBlockGtFrameBox) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry.
TO USERS: YES this is a BUG in the mod GT++ report it to them!
[20:21:41] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534)
[20:21:41] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501)
[20:21:41] [Client thread/WARN] [FML]: *  at gregtech.api.util.GT_OreDictUnificator.registerOre(GT_OreDictUnificator.java:238)
[20:21:41] [Client thread/WARN] [FML]: *  at gtPlusPlus.core.item.base.itemblock.ItemBlockGtFrameBox.<init>(ItemBlockGtFrameBox.java:17)
[20:21:41] [Client thread/WARN] [FML]: *  at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
[20:21:41] [Client thread/WARN] [FML]: *  at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)...
[20:21:41] [Client thread/WARN] [FML]: ****************************************
[20:21:41] [Client thread/INFO] [GT++]: Trying with Gt 5.9 Method.
[20:21:41] [Client thread/INFO] [GT++]: mixer length: 0
[20:21:41] [Client thread/WARN] [FML]: ****************************************
[20:21:41] [Client thread/WARN] [FML]: * A broken ore dictionary registration with name blockRhenium has occurred. It adds an item (type: class gtPlusPlus.core.item.base.itemblock.ItemBlockGtBlock) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry.
TO USERS: YES this is a BUG in the mod GT++ report it to them!
[20:21:41] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534)
[20:21:41] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501)
[20:21:41] [Client thread/WARN] [FML]: *  at gregtech.api.util.GT_OreDictUnificator.registerOre(GT_OreDictUnificator.java:238)
[20:21:41] [Client thread/WARN] [FML]: *  at gtPlusPlus.core.item.base.itemblock.ItemBlockGtBlock.<init>(ItemBlockGtBlock.java:40)
[20:21:41] [Client thread/WARN] [FML]: *  at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
[20:21:41] [Client thread/WARN] [FML]: *  at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)...
[20:21:41] [Client thread/WARN] [FML]: ****************************************
[20:21:41] [Client thread/WARN] [FML]: ****************************************
[20:21:41] [Client thread/WARN] [FML]: * A broken ore dictionary registration with name frameGtRhenium has occurred. It adds an item (type: class gtPlusPlus.core.item.base.itemblock.ItemBlockGtFrameBox) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry.
TO USERS: YES this is a BUG in the mod GT++ report it to them!
[20:21:41] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534)
[20:21:41] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501)
[20:21:41] [Client thread/WARN] [FML]: *  at gregtech.api.util.GT_OreDictUnificator.registerOre(GT_OreDictUnificator.java:238)
[20:21:41] [Client thread/WARN] [FML]: *  at gtPlusPlus.core.item.base.itemblock.ItemBlockGtFrameBox.<init>(ItemBlockGtFrameBox.java:17)
[20:21:41] [Client thread/WARN] [FML]: *  at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
[20:21:41] [Client thread/WARN] [FML]: *  at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)...
[20:21:41] [Client thread/WARN] [FML]: ****************************************
[20:21:41] [Client thread/INFO] [GT++]: Trying with Gt 5.9 Method.
[20:21:41] [Client thread/INFO] [GT++]: mixer length: 0
[20:21:41] [Client thread/WARN] [FML]: ****************************************
[20:21:41] [Client thread/WARN] [FML]: * A broken ore dictionary registration with name blockThallium has occurred. It adds an item (type: class gtPlusPlus.core.item.base.itemblock.ItemBlockGtBlock) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry.
TO USERS: YES this is a BUG in the mod GT++ report it to them!
[20:21:41] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534)
[20:21:41] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501)
[20:21:41] [Client thread/WARN] [FML]: *  at gregtech.api.util.GT_OreDictUnificator.registerOre(GT_OreDictUnificator.java:238)
[20:21:41] [Client thread/WARN] [FML]: *  at gtPlusPlus.core.item.base.itemblock.ItemBlockGtBlock.<init>(ItemBlockGtBlock.java:40)
[20:21:41] [Client thread/WARN] [FML]: *  at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
[20:21:41] [Client thread/WARN] [FML]: *  at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)...
[20:21:41] [Client thread/WARN] [FML]: ****************************************
[20:21:41] [Client thread/WARN] [FML]: ****************************************
[20:21:41] [Client thread/WARN] [FML]: * A broken ore dictionary registration with name frameGtThallium has occurred. It adds an item (type: class gtPlusPlus.core.item.base.itemblock.ItemBlockGtFrameBox) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry.
TO USERS: YES this is a BUG in the mod GT++ report it to them!
[20:21:41] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534)
[20:21:41] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501)
[20:21:41] [Client thread/WARN] [FML]: *  at gregtech.api.util.GT_OreDictUnificator.registerOre(GT_OreDictUnificator.java:238)
[20:21:41] [Client thread/WARN] [FML]: *  at gtPlusPlus.core.item.base.itemblock.ItemBlockGtFrameBox.<init>(ItemBlockGtFrameBox.java:17)
[20:21:41] [Client thread/WARN] [FML]: *  at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
[20:21:41] [Client thread/WARN] [FML]: *  at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)...
[20:21:41] [Client thread/WARN] [FML]: ****************************************
[20:21:41] [Client thread/INFO] [GT++]: Trying with Gt 5.9 Method.
[20:21:41] [Client thread/INFO] [GT++]: mixer length: 0
[20:21:41] [Client thread/WARN] [FML]: ****************************************
[20:21:41] [Client thread/WARN] [FML]: * A broken ore dictionary registration with name blockTechnetium has occurred. It adds an item (type: class gtPlusPlus.core.item.base.itemblock.ItemBlockGtBlock) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry.
TO USERS: YES this is a BUG in the mod GT++ report it to them!
[20:21:41] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534)
[20:21:41] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501)
[20:21:41] [Client thread/WARN] [FML]: *  at gregtech.api.util.GT_OreDictUnificator.registerOre(GT_OreDictUnificator.java:238)
[20:21:41] [Client thread/WARN] [FML]: *  at gtPlusPlus.core.item.base.itemblock.ItemBlockGtBlock.<init>(ItemBlockGtBlock.java:40)
[20:21:41] [Client thread/WARN] [FML]: *  at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
[20:21:41] [Client thread/WARN] [FML]: *  at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)...
[20:21:41] [Client thread/WARN] [FML]: ****************************************
[20:21:41] [Client thread/INFO] [GT++]: Trying with Gt 5.9 Method.
[20:21:41] [Client thread/INFO] [GT++]: gearTechnetium was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickTechnetium was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickTechnetium was not valid.
[20:21:41] [Client thread/INFO] [GT++]: Found a recipe with an invalid output, yet had a valid inputs. Skipping.
[20:21:41] [Client thread/INFO] [GT++]: stickLongTechnetium was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickTechnetium was not valid.
[20:21:41] [Client thread/INFO] [GT++]: Found a recipe with an invalid output, yet had a valid inputs. Skipping.
[20:21:41] [Client thread/INFO] [GT++]: stickTechnetium was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickTechnetium was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickLongTechnetium was not valid.
[20:21:41] [Client thread/INFO] [GT++]: Found a recipe with an invalid output, yet had a valid inputs. Skipping.
[20:21:41] [Client thread/INFO] [GT++]: gearTechnetium was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickTechnetium was not valid.
[20:21:41] [Client thread/INFO] [GT++]: frameGtTechnetium was not valid.
[20:21:41] [Client thread/INFO] [GT++]: ringTechnetium was not valid.
[20:21:41] [Client thread/INFO] [GT++]: rotorTechnetium was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickTechnetium was not valid.
[20:21:41] [Client thread/INFO] [GT++]: ringTechnetium was not valid.
[20:21:41] [Client thread/INFO] [GT++]: frameGtTechnetium was not valid.
[20:21:41] [Client thread/WARN] [FML]: ****************************************
[20:21:41] [Client thread/WARN] [FML]: * A broken ore dictionary registration with name blockPolonium has occurred. It adds an item (type: class gtPlusPlus.core.item.base.itemblock.ItemBlockGtBlock) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry.
TO USERS: YES this is a BUG in the mod GT++ report it to them!
[20:21:41] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534)
[20:21:41] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501)
[20:21:41] [Client thread/WARN] [FML]: *  at gregtech.api.util.GT_OreDictUnificator.registerOre(GT_OreDictUnificator.java:238)
[20:21:41] [Client thread/WARN] [FML]: *  at gtPlusPlus.core.item.base.itemblock.ItemBlockGtBlock.<init>(ItemBlockGtBlock.java:40)
[20:21:41] [Client thread/WARN] [FML]: *  at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
[20:21:41] [Client thread/WARN] [FML]: *  at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)...
[20:21:41] [Client thread/WARN] [FML]: ****************************************
[20:21:41] [Client thread/INFO] [GT++]: Trying with Gt 5.9 Method.
[20:21:41] [Client thread/INFO] [GT++]: gearPolonium was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickPolonium was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickPolonium was not valid.
[20:21:41] [Client thread/INFO] [GT++]: Found a recipe with an invalid output, yet had a valid inputs. Skipping.
[20:21:41] [Client thread/INFO] [GT++]: stickLongPolonium was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickPolonium was not valid.
[20:21:41] [Client thread/INFO] [GT++]: Found a recipe with an invalid output, yet had a valid inputs. Skipping.
[20:21:41] [Client thread/INFO] [GT++]: stickPolonium was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickPolonium was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickLongPolonium was not valid.
[20:21:41] [Client thread/INFO] [GT++]: Found a recipe with an invalid output, yet had a valid inputs. Skipping.
[20:21:41] [Client thread/INFO] [GT++]: gearPolonium was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickPolonium was not valid.
[20:21:41] [Client thread/INFO] [GT++]: frameGtPolonium was not valid.
[20:21:41] [Client thread/INFO] [GT++]: ringPolonium was not valid.
[20:21:41] [Client thread/INFO] [GT++]: rotorPolonium was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickPolonium was not valid.
[20:21:41] [Client thread/INFO] [GT++]: ringPolonium was not valid.
[20:21:41] [Client thread/INFO] [GT++]: frameGtPolonium was not valid.
[20:21:41] [Client thread/WARN] [FML]: ****************************************
[20:21:41] [Client thread/WARN] [FML]: * A broken ore dictionary registration with name blockAstatine has occurred. It adds an item (type: class gtPlusPlus.core.item.base.itemblock.ItemBlockGtBlock) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry.
TO USERS: YES this is a BUG in the mod GT++ report it to them!
[20:21:41] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534)
[20:21:41] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501)
[20:21:41] [Client thread/WARN] [FML]: *  at gregtech.api.util.GT_OreDictUnificator.registerOre(GT_OreDictUnificator.java:238)
[20:21:41] [Client thread/WARN] [FML]: *  at gtPlusPlus.core.item.base.itemblock.ItemBlockGtBlock.<init>(ItemBlockGtBlock.java:40)
[20:21:41] [Client thread/WARN] [FML]: *  at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
[20:21:41] [Client thread/WARN] [FML]: *  at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)...
[20:21:41] [Client thread/WARN] [FML]: ****************************************
[20:21:41] [Client thread/INFO] [GT++]: Trying with Gt 5.9 Method.
[20:21:41] [Client thread/INFO] [GT++]: gearAstatine was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickAstatine was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickAstatine was not valid.
[20:21:41] [Client thread/INFO] [GT++]: Found a recipe with an invalid output, yet had a valid inputs. Skipping.
[20:21:41] [Client thread/INFO] [GT++]: stickLongAstatine was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickAstatine was not valid.
[20:21:41] [Client thread/INFO] [GT++]: Found a recipe with an invalid output, yet had a valid inputs. Skipping.
[20:21:41] [Client thread/INFO] [GT++]: stickAstatine was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickAstatine was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickLongAstatine was not valid.
[20:21:41] [Client thread/INFO] [GT++]: Found a recipe with an invalid output, yet had a valid inputs. Skipping.
[20:21:41] [Client thread/INFO] [GT++]: gearAstatine was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickAstatine was not valid.
[20:21:41] [Client thread/INFO] [GT++]: frameGtAstatine was not valid.
[20:21:41] [Client thread/INFO] [GT++]: ringAstatine was not valid.
[20:21:41] [Client thread/INFO] [GT++]: rotorAstatine was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickAstatine was not valid.
[20:21:41] [Client thread/INFO] [GT++]: ringAstatine was not valid.
[20:21:41] [Client thread/INFO] [GT++]: frameGtAstatine was not valid.
[20:21:41] [Client thread/WARN] [FML]: ****************************************
[20:21:41] [Client thread/WARN] [FML]: * A broken ore dictionary registration with name blockRadon has occurred. It adds an item (type: class gtPlusPlus.core.item.base.itemblock.ItemBlockGtBlock) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry.
TO USERS: YES this is a BUG in the mod GT++ report it to them!
[20:21:41] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534)
[20:21:41] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501)
[20:21:41] [Client thread/WARN] [FML]: *  at gregtech.api.util.GT_OreDictUnificator.registerOre(GT_OreDictUnificator.java:238)
[20:21:41] [Client thread/WARN] [FML]: *  at gtPlusPlus.core.item.base.itemblock.ItemBlockGtBlock.<init>(ItemBlockGtBlock.java:40)
[20:21:41] [Client thread/WARN] [FML]: *  at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
[20:21:41] [Client thread/WARN] [FML]: *  at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)...
[20:21:41] [Client thread/WARN] [FML]: ****************************************
[20:21:41] [Client thread/INFO] [GT++]: Trying with Gt 5.9 Method.
[20:21:41] [Client thread/INFO] [GT++]: gearRadon was not valid.
[20:21:41] [Client thread/INFO] [GT++]: ringRadon was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickRadon was not valid.
[20:21:41] [Client thread/INFO] [GT++]: boltRadon was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickRadon was not valid.
[20:21:41] [Client thread/INFO] [GT++]: ringRadon was not valid.
[20:21:41] [Client thread/INFO] [GT++]: Found a recipe with an invalid output, yet had a valid inputs. Skipping.
[20:21:41] [Client thread/INFO] [GT++]: stickRadon was not valid.
[20:21:41] [Client thread/INFO] [GT++]: frameGtRadon was not valid.
[20:21:41] [Client thread/INFO] [GT++]: Found a recipe with an invalid output, yet had a valid inputs. Skipping.
[20:21:41] [Client thread/INFO] [GT++]: stickRadon was not valid.
[20:21:41] [Client thread/INFO] [GT++]: boltRadon was not valid.
[20:21:41] [Client thread/INFO] [GT++]: Found a recipe with an invalid output, yet had a valid inputs. Skipping.
[20:21:41] [Client thread/INFO] [GT++]: stickRadon was not valid.
[20:21:41] [Client thread/INFO] [GT++]: Found a recipe with an invalid output, yet had a valid inputs. Skipping.
[20:21:41] [Client thread/INFO] [GT++]: stickLongRadon was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickRadon was not valid.
[20:21:41] [Client thread/INFO] [GT++]: Found a recipe with an invalid output, yet had a valid inputs. Skipping.
[20:21:41] [Client thread/INFO] [GT++]: stickRadon was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickRadon was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickLongRadon was not valid.
[20:21:41] [Client thread/INFO] [GT++]: Found a recipe with an invalid output, yet had a valid inputs. Skipping.
[20:21:41] [Client thread/INFO] [GT++]: screwRadon was not valid.
[20:21:41] [Client thread/INFO] [GT++]: ringRadon was not valid.
[20:21:41] [Client thread/INFO] [GT++]: rotorRadon was not valid.
[20:21:41] [Client thread/INFO] [GT++]: Found a recipe with an invalid output, yet had a valid inputs. Skipping.
[20:21:41] [Client thread/INFO] [GT++]: stickRadon was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickRadon was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickRadon was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickRadon was not valid.
[20:21:41] [Client thread/INFO] [GT++]: gearRadon was not valid.
[20:21:41] [Client thread/INFO] [GT++]: Found a recipe with an invalid output, yet had a valid inputs. Skipping.
[20:21:41] [Client thread/INFO] [GT++]: boltRadon was not valid.
[20:21:41] [Client thread/INFO] [GT++]: boltRadon was not valid.
[20:21:41] [Client thread/INFO] [GT++]: screwRadon was not valid.
[20:21:41] [Client thread/INFO] [GT++]: Found a recipe with an invalid output, yet had a valid inputs. Skipping.
[20:21:41] [Client thread/INFO] [GT++]: gearRadon was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickRadon was not valid.
[20:21:41] [Client thread/INFO] [GT++]: frameGtRadon was not valid.
[20:21:41] [Client thread/INFO] [GT++]: ringRadon was not valid.
[20:21:41] [Client thread/INFO] [GT++]: rotorRadon was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickRadon was not valid.
[20:21:41] [Client thread/INFO] [GT++]: ringRadon was not valid.
[20:21:41] [Client thread/INFO] [GT++]: frameGtRadon was not valid.
[20:21:41] [Client thread/WARN] [FML]: ****************************************
[20:21:41] [Client thread/WARN] [FML]: * A broken ore dictionary registration with name blockFrancium has occurred. It adds an item (type: class gtPlusPlus.core.item.base.itemblock.ItemBlockGtBlock) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry.
TO USERS: YES this is a BUG in the mod GT++ report it to them!
[20:21:41] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534)
[20:21:41] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501)
[20:21:41] [Client thread/WARN] [FML]: *  at gregtech.api.util.GT_OreDictUnificator.registerOre(GT_OreDictUnificator.java:238)
[20:21:41] [Client thread/WARN] [FML]: *  at gtPlusPlus.core.item.base.itemblock.ItemBlockGtBlock.<init>(ItemBlockGtBlock.java:40)
[20:21:41] [Client thread/WARN] [FML]: *  at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
[20:21:41] [Client thread/WARN] [FML]: *  at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)...
[20:21:41] [Client thread/WARN] [FML]: ****************************************
[20:21:41] [Client thread/INFO] [GT++]: Trying with Gt 5.9 Method.
[20:21:41] [Client thread/INFO] [GT++]: gearFrancium was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickFrancium was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickFrancium was not valid.
[20:21:41] [Client thread/INFO] [GT++]: Found a recipe with an invalid output, yet had a valid inputs. Skipping.
[20:21:41] [Client thread/INFO] [GT++]: stickLongFrancium was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickFrancium was not valid.
[20:21:41] [Client thread/INFO] [GT++]: Found a recipe with an invalid output, yet had a valid inputs. Skipping.
[20:21:41] [Client thread/INFO] [GT++]: stickFrancium was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickFrancium was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickLongFrancium was not valid.
[20:21:41] [Client thread/INFO] [GT++]: Found a recipe with an invalid output, yet had a valid inputs. Skipping.
[20:21:41] [Client thread/INFO] [GT++]: gearFrancium was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickFrancium was not valid.
[20:21:41] [Client thread/INFO] [GT++]: frameGtFrancium was not valid.
[20:21:41] [Client thread/INFO] [GT++]: ringFrancium was not valid.
[20:21:41] [Client thread/INFO] [GT++]: rotorFrancium was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickFrancium was not valid.
[20:21:41] [Client thread/INFO] [GT++]: ringFrancium was not valid.
[20:21:41] [Client thread/INFO] [GT++]: frameGtFrancium was not valid.
[20:21:41] [Client thread/WARN] [FML]: ****************************************
[20:21:41] [Client thread/WARN] [FML]: * A broken ore dictionary registration with name blockRadium has occurred. It adds an item (type: class gtPlusPlus.core.item.base.itemblock.ItemBlockGtBlock) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry.
TO USERS: YES this is a BUG in the mod GT++ report it to them!
[20:21:41] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534)
[20:21:41] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501)
[20:21:41] [Client thread/WARN] [FML]: *  at gregtech.api.util.GT_OreDictUnificator.registerOre(GT_OreDictUnificator.java:238)
[20:21:41] [Client thread/WARN] [FML]: *  at gtPlusPlus.core.item.base.itemblock.ItemBlockGtBlock.<init>(ItemBlockGtBlock.java:40)
[20:21:41] [Client thread/WARN] [FML]: *  at sun.reflect.GeneratedConstructorAccessor116.newInstance(Unknown Source)
[20:21:41] [Client thread/WARN] [FML]: *  at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)...
[20:21:41] [Client thread/WARN] [FML]: ****************************************
[20:21:41] [Client thread/INFO] [GT++]: Trying with Gt 5.9 Method.
[20:21:41] [Client thread/INFO] [GT++]: gearRadium was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickRadium was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickRadium was not valid.
[20:21:41] [Client thread/INFO] [GT++]: Found a recipe with an invalid output, yet had a valid inputs. Skipping.
[20:21:41] [Client thread/INFO] [GT++]: stickLongRadium was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickRadium was not valid.
[20:21:41] [Client thread/INFO] [GT++]: Found a recipe with an invalid output, yet had a valid inputs. Skipping.
[20:21:41] [Client thread/INFO] [GT++]: stickRadium was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickRadium was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickLongRadium was not valid.
[20:21:41] [Client thread/INFO] [GT++]: Found a recipe with an invalid output, yet had a valid inputs. Skipping.
[20:21:41] [Client thread/INFO] [GT++]: gearRadium was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickRadium was not valid.
[20:21:41] [Client thread/INFO] [GT++]: frameGtRadium was not valid.
[20:21:41] [Client thread/INFO] [GT++]: ringRadium was not valid.
[20:21:41] [Client thread/INFO] [GT++]: rotorRadium was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickRadium was not valid.
[20:21:41] [Client thread/INFO] [GT++]: ringRadium was not valid.
[20:21:41] [Client thread/INFO] [GT++]: frameGtRadium was not valid.
[20:21:41] [Client thread/WARN] [FML]: ****************************************
[20:21:41] [Client thread/WARN] [FML]: * A broken ore dictionary registration with name blockActinium has occurred. It adds an item (type: class gtPlusPlus.core.item.base.itemblock.ItemBlockGtBlock) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry.
TO USERS: YES this is a BUG in the mod GT++ report it to them!
[20:21:41] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534)
[20:21:41] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501)
[20:21:41] [Client thread/WARN] [FML]: *  at gregtech.api.util.GT_OreDictUnificator.registerOre(GT_OreDictUnificator.java:238)
[20:21:41] [Client thread/WARN] [FML]: *  at gtPlusPlus.core.item.base.itemblock.ItemBlockGtBlock.<init>(ItemBlockGtBlock.java:40)
[20:21:41] [Client thread/WARN] [FML]: *  at sun.reflect.GeneratedConstructorAccessor116.newInstance(Unknown Source)
[20:21:41] [Client thread/WARN] [FML]: *  at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)...
[20:21:41] [Client thread/WARN] [FML]: ****************************************
[20:21:41] [Client thread/INFO] [GT++]: Trying with Gt 5.9 Method.
[20:21:41] [Client thread/INFO] [GT++]: gearActinium was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickActinium was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickActinium was not valid.
[20:21:41] [Client thread/INFO] [GT++]: Found a recipe with an invalid output, yet had a valid inputs. Skipping.
[20:21:41] [Client thread/INFO] [GT++]: stickLongActinium was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickActinium was not valid.
[20:21:41] [Client thread/INFO] [GT++]: Found a recipe with an invalid output, yet had a valid inputs. Skipping.
[20:21:41] [Client thread/INFO] [GT++]: stickActinium was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickActinium was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickLongActinium was not valid.
[20:21:41] [Client thread/INFO] [GT++]: Found a recipe with an invalid output, yet had a valid inputs. Skipping.
[20:21:41] [Client thread/INFO] [GT++]: gearActinium was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickActinium was not valid.
[20:21:41] [Client thread/INFO] [GT++]: frameGtActinium was not valid.
[20:21:41] [Client thread/INFO] [GT++]: ringActinium was not valid.
[20:21:41] [Client thread/INFO] [GT++]: rotorActinium was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickActinium was not valid.
[20:21:41] [Client thread/INFO] [GT++]: ringActinium was not valid.
[20:21:41] [Client thread/INFO] [GT++]: frameGtActinium was not valid.
[20:21:41] [Client thread/WARN] [FML]: ****************************************
[20:21:41] [Client thread/WARN] [FML]: * A broken ore dictionary registration with name blockProtactinium has occurred. It adds an item (type: class gtPlusPlus.core.item.base.itemblock.ItemBlockGtBlock) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry.
TO USERS: YES this is a BUG in the mod GT++ report it to them!
[20:21:41] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534)
[20:21:41] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501)
[20:21:41] [Client thread/WARN] [FML]: *  at gregtech.api.util.GT_OreDictUnificator.registerOre(GT_OreDictUnificator.java:238)
[20:21:41] [Client thread/WARN] [FML]: *  at gtPlusPlus.core.item.base.itemblock.ItemBlockGtBlock.<init>(ItemBlockGtBlock.java:40)
[20:21:41] [Client thread/WARN] [FML]: *  at sun.reflect.GeneratedConstructorAccessor116.newInstance(Unknown Source)
[20:21:41] [Client thread/WARN] [FML]: *  at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)...
[20:21:41] [Client thread/WARN] [FML]: ****************************************
[20:21:41] [Client thread/INFO] [GT++]: Trying with Gt 5.9 Method.
[20:21:41] [Client thread/INFO] [GT++]: gearProtactinium was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickProtactinium was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickProtactinium was not valid.
[20:21:41] [Client thread/INFO] [GT++]: Found a recipe with an invalid output, yet had a valid inputs. Skipping.
[20:21:41] [Client thread/INFO] [GT++]: stickLongProtactinium was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickProtactinium was not valid.
[20:21:41] [Client thread/INFO] [GT++]: Found a recipe with an invalid output, yet had a valid inputs. Skipping.
[20:21:41] [Client thread/INFO] [GT++]: stickProtactinium was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickProtactinium was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickLongProtactinium was not valid.
[20:21:41] [Client thread/INFO] [GT++]: Found a recipe with an invalid output, yet had a valid inputs. Skipping.
[20:21:41] [Client thread/INFO] [GT++]: gearProtactinium was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickProtactinium was not valid.
[20:21:41] [Client thread/INFO] [GT++]: frameGtProtactinium was not valid.
[20:21:41] [Client thread/INFO] [GT++]: ringProtactinium was not valid.
[20:21:41] [Client thread/INFO] [GT++]: rotorProtactinium was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickProtactinium was not valid.
[20:21:41] [Client thread/INFO] [GT++]: ringProtactinium was not valid.
[20:21:41] [Client thread/INFO] [GT++]: frameGtProtactinium was not valid.
[20:21:41] [Client thread/WARN] [FML]: ****************************************
[20:21:41] [Client thread/WARN] [FML]: * A broken ore dictionary registration with name blockNeptunium has occurred. It adds an item (type: class gtPlusPlus.core.item.base.itemblock.ItemBlockGtBlock) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry.
TO USERS: YES this is a BUG in the mod GT++ report it to them!
[20:21:41] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534)
[20:21:41] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501)
[20:21:41] [Client thread/WARN] [FML]: *  at gregtech.api.util.GT_OreDictUnificator.registerOre(GT_OreDictUnificator.java:238)
[20:21:41] [Client thread/WARN] [FML]: *  at gtPlusPlus.core.item.base.itemblock.ItemBlockGtBlock.<init>(ItemBlockGtBlock.java:40)
[20:21:41] [Client thread/WARN] [FML]: *  at sun.reflect.GeneratedConstructorAccessor116.newInstance(Unknown Source)
[20:21:41] [Client thread/WARN] [FML]: *  at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)...
[20:21:41] [Client thread/WARN] [FML]: ****************************************
[20:21:41] [Client thread/INFO] [GT++]: Trying with Gt 5.9 Method.
[20:21:41] [Client thread/INFO] [GT++]: gearNeptunium was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickNeptunium was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickNeptunium was not valid.
[20:21:41] [Client thread/INFO] [GT++]: Found a recipe with an invalid output, yet had a valid inputs. Skipping.
[20:21:41] [Client thread/INFO] [GT++]: stickLongNeptunium was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickNeptunium was not valid.
[20:21:41] [Client thread/INFO] [GT++]: Found a recipe with an invalid output, yet had a valid inputs. Skipping.
[20:21:41] [Client thread/INFO] [GT++]: stickNeptunium was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickNeptunium was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickLongNeptunium was not valid.
[20:21:41] [Client thread/INFO] [GT++]: Found a recipe with an invalid output, yet had a valid inputs. Skipping.
[20:21:41] [Client thread/INFO] [GT++]: gearNeptunium was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickNeptunium was not valid.
[20:21:41] [Client thread/INFO] [GT++]: frameGtNeptunium was not valid.
[20:21:41] [Client thread/INFO] [GT++]: ringNeptunium was not valid.
[20:21:41] [Client thread/INFO] [GT++]: rotorNeptunium was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickNeptunium was not valid.
[20:21:41] [Client thread/INFO] [GT++]: ringNeptunium was not valid.
[20:21:41] [Client thread/INFO] [GT++]: frameGtNeptunium was not valid.
[20:21:41] [Client thread/WARN] [FML]: ****************************************
[20:21:41] [Client thread/WARN] [FML]: * A broken ore dictionary registration with name blockCurium has occurred. It adds an item (type: class gtPlusPlus.core.item.base.itemblock.ItemBlockGtBlock) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry.
TO USERS: YES this is a BUG in the mod GT++ report it to them!
[20:21:41] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534)
[20:21:41] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501)
[20:21:41] [Client thread/WARN] [FML]: *  at gregtech.api.util.GT_OreDictUnificator.registerOre(GT_OreDictUnificator.java:238)
[20:21:41] [Client thread/WARN] [FML]: *  at gtPlusPlus.core.item.base.itemblock.ItemBlockGtBlock.<init>(ItemBlockGtBlock.java:40)
[20:21:41] [Client thread/WARN] [FML]: *  at sun.reflect.GeneratedConstructorAccessor116.newInstance(Unknown Source)
[20:21:41] [Client thread/WARN] [FML]: *  at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)...
[20:21:41] [Client thread/WARN] [FML]: ****************************************
[20:21:41] [Client thread/INFO] [GT++]: Trying with Gt 5.9 Method.
[20:21:41] [Client thread/INFO] [GT++]: gearCurium was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickCurium was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickCurium was not valid.
[20:21:41] [Client thread/INFO] [GT++]: Found a recipe with an invalid output, yet had a valid inputs. Skipping.
[20:21:41] [Client thread/INFO] [GT++]: stickLongCurium was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickCurium was not valid.
[20:21:41] [Client thread/INFO] [GT++]: Found a recipe with an invalid output, yet had a valid inputs. Skipping.
[20:21:41] [Client thread/INFO] [GT++]: stickCurium was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickCurium was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickLongCurium was not valid.
[20:21:41] [Client thread/INFO] [GT++]: Found a recipe with an invalid output, yet had a valid inputs. Skipping.
[20:21:41] [Client thread/INFO] [GT++]: gearCurium was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickCurium was not valid.
[20:21:41] [Client thread/INFO] [GT++]: frameGtCurium was not valid.
[20:21:41] [Client thread/INFO] [GT++]: ringCurium was not valid.
[20:21:41] [Client thread/INFO] [GT++]: rotorCurium was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickCurium was not valid.
[20:21:41] [Client thread/INFO] [GT++]: ringCurium was not valid.
[20:21:41] [Client thread/INFO] [GT++]: frameGtCurium was not valid.
[20:21:41] [Client thread/WARN] [FML]: ****************************************
[20:21:41] [Client thread/WARN] [FML]: * A broken ore dictionary registration with name blockBerkelium has occurred. It adds an item (type: class gtPlusPlus.core.item.base.itemblock.ItemBlockGtBlock) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry.
TO USERS: YES this is a BUG in the mod GT++ report it to them!
[20:21:41] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534)
[20:21:41] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501)
[20:21:41] [Client thread/WARN] [FML]: *  at gregtech.api.util.GT_OreDictUnificator.registerOre(GT_OreDictUnificator.java:238)
[20:21:41] [Client thread/WARN] [FML]: *  at gtPlusPlus.core.item.base.itemblock.ItemBlockGtBlock.<init>(ItemBlockGtBlock.java:40)
[20:21:41] [Client thread/WARN] [FML]: *  at sun.reflect.GeneratedConstructorAccessor116.newInstance(Unknown Source)
[20:21:41] [Client thread/WARN] [FML]: *  at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)...
[20:21:41] [Client thread/WARN] [FML]: ****************************************
[20:21:41] [Client thread/INFO] [GT++]: Trying with Gt 5.9 Method.
[20:21:41] [Client thread/INFO] [GT++]: gearBerkelium was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickBerkelium was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickBerkelium was not valid.
[20:21:41] [Client thread/INFO] [GT++]: Found a recipe with an invalid output, yet had a valid inputs. Skipping.
[20:21:41] [Client thread/INFO] [GT++]: stickLongBerkelium was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickBerkelium was not valid.
[20:21:41] [Client thread/INFO] [GT++]: Found a recipe with an invalid output, yet had a valid inputs. Skipping.
[20:21:41] [Client thread/INFO] [GT++]: stickBerkelium was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickBerkelium was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickLongBerkelium was not valid.
[20:21:41] [Client thread/INFO] [GT++]: Found a recipe with an invalid output, yet had a valid inputs. Skipping.
[20:21:41] [Client thread/INFO] [GT++]: gearBerkelium was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickBerkelium was not valid.
[20:21:41] [Client thread/INFO] [GT++]: frameGtBerkelium was not valid.
[20:21:41] [Client thread/INFO] [GT++]: ringBerkelium was not valid.
[20:21:41] [Client thread/INFO] [GT++]: rotorBerkelium was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickBerkelium was not valid.
[20:21:41] [Client thread/INFO] [GT++]: ringBerkelium was not valid.
[20:21:41] [Client thread/INFO] [GT++]: frameGtBerkelium was not valid.
[20:21:41] [Client thread/WARN] [FML]: ****************************************
[20:21:41] [Client thread/WARN] [FML]: * A broken ore dictionary registration with name blockCalifornium has occurred. It adds an item (type: class gtPlusPlus.core.item.base.itemblock.ItemBlockGtBlock) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry.
TO USERS: YES this is a BUG in the mod GT++ report it to them!
[20:21:41] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534)
[20:21:41] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501)
[20:21:41] [Client thread/WARN] [FML]: *  at gregtech.api.util.GT_OreDictUnificator.registerOre(GT_OreDictUnificator.java:238)
[20:21:41] [Client thread/WARN] [FML]: *  at gtPlusPlus.core.item.base.itemblock.ItemBlockGtBlock.<init>(ItemBlockGtBlock.java:40)
[20:21:41] [Client thread/WARN] [FML]: *  at sun.reflect.GeneratedConstructorAccessor116.newInstance(Unknown Source)
[20:21:41] [Client thread/WARN] [FML]: *  at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)...
[20:21:41] [Client thread/WARN] [FML]: ****************************************
[20:21:41] [Client thread/INFO] [GT++]: Trying with Gt 5.9 Method.
[20:21:41] [Client thread/INFO] [GT++]: gearCalifornium was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickCalifornium was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickCalifornium was not valid.
[20:21:41] [Client thread/INFO] [GT++]: Found a recipe with an invalid output, yet had a valid inputs. Skipping.
[20:21:41] [Client thread/INFO] [GT++]: stickLongCalifornium was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickCalifornium was not valid.
[20:21:41] [Client thread/INFO] [GT++]: Found a recipe with an invalid output, yet had a valid inputs. Skipping.
[20:21:41] [Client thread/INFO] [GT++]: stickCalifornium was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickCalifornium was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickLongCalifornium was not valid.
[20:21:41] [Client thread/INFO] [GT++]: Found a recipe with an invalid output, yet had a valid inputs. Skipping.
[20:21:41] [Client thread/INFO] [GT++]: gearCalifornium was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickCalifornium was not valid.
[20:21:41] [Client thread/INFO] [GT++]: frameGtCalifornium was not valid.
[20:21:41] [Client thread/INFO] [GT++]: ringCalifornium was not valid.
[20:21:41] [Client thread/INFO] [GT++]: rotorCalifornium was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickCalifornium was not valid.
[20:21:41] [Client thread/INFO] [GT++]: ringCalifornium was not valid.
[20:21:41] [Client thread/INFO] [GT++]: frameGtCalifornium was not valid.
[20:21:41] [Client thread/WARN] [FML]: ****************************************
[20:21:41] [Client thread/WARN] [FML]: * A broken ore dictionary registration with name blockEinsteinium has occurred. It adds an item (type: class gtPlusPlus.core.item.base.itemblock.ItemBlockGtBlock) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry.
TO USERS: YES this is a BUG in the mod GT++ report it to them!
[20:21:41] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534)
[20:21:41] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501)
[20:21:41] [Client thread/WARN] [FML]: *  at gregtech.api.util.GT_OreDictUnificator.registerOre(GT_OreDictUnificator.java:238)
[20:21:41] [Client thread/WARN] [FML]: *  at gtPlusPlus.core.item.base.itemblock.ItemBlockGtBlock.<init>(ItemBlockGtBlock.java:40)
[20:21:41] [Client thread/WARN] [FML]: *  at sun.reflect.GeneratedConstructorAccessor116.newInstance(Unknown Source)
[20:21:41] [Client thread/WARN] [FML]: *  at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)...
[20:21:41] [Client thread/WARN] [FML]: ****************************************
[20:21:41] [Client thread/INFO] [GT++]: Trying with Gt 5.9 Method.
[20:21:41] [Client thread/INFO] [GT++]: gearEinsteinium was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickEinsteinium was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickEinsteinium was not valid.
[20:21:41] [Client thread/INFO] [GT++]: Found a recipe with an invalid output, yet had a valid inputs. Skipping.
[20:21:41] [Client thread/INFO] [GT++]: stickLongEinsteinium was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickEinsteinium was not valid.
[20:21:41] [Client thread/INFO] [GT++]: Found a recipe with an invalid output, yet had a valid inputs. Skipping.
[20:21:41] [Client thread/INFO] [GT++]: stickEinsteinium was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickEinsteinium was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickLongEinsteinium was not valid.
[20:21:41] [Client thread/INFO] [GT++]: Found a recipe with an invalid output, yet had a valid inputs. Skipping.
[20:21:41] [Client thread/INFO] [GT++]: gearEinsteinium was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickEinsteinium was not valid.
[20:21:41] [Client thread/INFO] [GT++]: frameGtEinsteinium was not valid.
[20:21:41] [Client thread/INFO] [GT++]: ringEinsteinium was not valid.
[20:21:41] [Client thread/INFO] [GT++]: rotorEinsteinium was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickEinsteinium was not valid.
[20:21:41] [Client thread/INFO] [GT++]: ringEinsteinium was not valid.
[20:21:41] [Client thread/INFO] [GT++]: frameGtEinsteinium was not valid.
[20:21:41] [Client thread/WARN] [FML]: ****************************************
[20:21:41] [Client thread/WARN] [FML]: * A broken ore dictionary registration with name blockFermium has occurred. It adds an item (type: class gtPlusPlus.core.item.base.itemblock.ItemBlockGtBlock) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry.
TO USERS: YES this is a BUG in the mod GT++ report it to them!
[20:21:41] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534)
[20:21:41] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501)
[20:21:41] [Client thread/WARN] [FML]: *  at gregtech.api.util.GT_OreDictUnificator.registerOre(GT_OreDictUnificator.java:238)
[20:21:41] [Client thread/WARN] [FML]: *  at gtPlusPlus.core.item.base.itemblock.ItemBlockGtBlock.<init>(ItemBlockGtBlock.java:40)
[20:21:41] [Client thread/WARN] [FML]: *  at sun.reflect.GeneratedConstructorAccessor116.newInstance(Unknown Source)
[20:21:41] [Client thread/WARN] [FML]: *  at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)...
[20:21:41] [Client thread/WARN] [FML]: ****************************************
[20:21:41] [Client thread/INFO] [GT++]: Trying with Gt 5.9 Method.
[20:21:41] [Client thread/INFO] [GT++]: gearFermium was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickFermium was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickFermium was not valid.
[20:21:41] [Client thread/INFO] [GT++]: Found a recipe with an invalid output, yet had a valid inputs. Skipping.
[20:21:41] [Client thread/INFO] [GT++]: stickLongFermium was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickFermium was not valid.
[20:21:41] [Client thread/INFO] [GT++]: Found a recipe with an invalid output, yet had a valid inputs. Skipping.
[20:21:41] [Client thread/INFO] [GT++]: stickFermium was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickFermium was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickLongFermium was not valid.
[20:21:41] [Client thread/INFO] [GT++]: Found a recipe with an invalid output, yet had a valid inputs. Skipping.
[20:21:41] [Client thread/INFO] [GT++]: gearFermium was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickFermium was not valid.
[20:21:41] [Client thread/INFO] [GT++]: frameGtFermium was not valid.
[20:21:41] [Client thread/INFO] [GT++]: ringFermium was not valid.
[20:21:41] [Client thread/INFO] [GT++]: rotorFermium was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickFermium was not valid.
[20:21:41] [Client thread/INFO] [GT++]: ringFermium was not valid.
[20:21:41] [Client thread/INFO] [GT++]: frameGtFermium was not valid.
[20:21:41] [Client thread/WARN] [FML]: ****************************************
[20:21:41] [Client thread/WARN] [FML]: * A broken ore dictionary registration with name blockLithium7 has occurred. It adds an item (type: class gtPlusPlus.core.item.base.itemblock.ItemBlockGtBlock) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry.
TO USERS: YES this is a BUG in the mod GT++ report it to them!
[20:21:41] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534)
[20:21:41] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501)
[20:21:41] [Client thread/WARN] [FML]: *  at gregtech.api.util.GT_OreDictUnificator.registerOre(GT_OreDictUnificator.java:238)
[20:21:41] [Client thread/WARN] [FML]: *  at gtPlusPlus.core.item.base.itemblock.ItemBlockGtBlock.<init>(ItemBlockGtBlock.java:40)
[20:21:41] [Client thread/WARN] [FML]: *  at sun.reflect.GeneratedConstructorAccessor116.newInstance(Unknown Source)
[20:21:41] [Client thread/WARN] [FML]: *  at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)...
[20:21:41] [Client thread/WARN] [FML]: ****************************************
[20:21:41] [Client thread/INFO] [GT++]: Trying with Gt 5.9 Method.
[20:21:41] [Client thread/INFO] [GT++]: gearLithium7 was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickLithium7 was not valid.
[20:21:41] [Client thread/INFO] [GT++]: frameGtLithium7 was not valid.
[20:21:41] [Client thread/INFO] [GT++]: ringLithium7 was not valid.
[20:21:41] [Client thread/INFO] [GT++]: rotorLithium7 was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickLithium7 was not valid.
[20:21:41] [Client thread/INFO] [GT++]: ringLithium7 was not valid.
[20:21:41] [Client thread/INFO] [GT++]: frameGtLithium7 was not valid.
[20:21:41] [Client thread/INFO] [GT++]: mixer length: 0
[20:21:41] [Client thread/INFO] [GT++]: gearLithium7 was not valid.
[20:21:41] [Client thread/INFO] [GT++]: ringLithium7 was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickLithium7 was not valid.
[20:21:41] [Client thread/INFO] [GT++]: boltLithium7 was not valid.
[20:21:41] [Client thread/INFO] [GT++]: gearLithium7 was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickLithium7 was not valid.
[20:21:41] [Client thread/INFO] [GT++]: ringLithium7 was not valid.
[20:21:41] [Client thread/INFO] [GT++]: Found a recipe with an invalid output, yet had a valid inputs. Skipping.
[20:21:41] [Client thread/INFO] [GT++]: stickLithium7 was not valid.
[20:21:41] [Client thread/INFO] [GT++]: frameGtLithium7 was not valid.
[20:21:41] [Client thread/INFO] [GT++]: Found a recipe with an invalid output, yet had a valid inputs. Skipping.
[20:21:41] [Client thread/INFO] [GT++]: stickLithium7 was not valid.
[20:21:41] [Client thread/INFO] [GT++]: boltLithium7 was not valid.
[20:21:41] [Client thread/INFO] [GT++]: Found a recipe with an invalid output, yet had a valid inputs. Skipping.
[20:21:41] [Client thread/INFO] [GT++]: stickLithium7 was not valid.
[20:21:41] [Client thread/INFO] [GT++]: Found a recipe with an invalid output, yet had a valid inputs. Skipping.
[20:21:41] [Client thread/INFO] [GT++]: stickLongLithium7 was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickLithium7 was not valid.
[20:21:41] [Client thread/INFO] [GT++]: Found a recipe with an invalid output, yet had a valid inputs. Skipping.
[20:21:41] [Client thread/INFO] [GT++]: stickLithium7 was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickLithium7 was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickLongLithium7 was not valid.
[20:21:41] [Client thread/INFO] [GT++]: Found a recipe with an invalid output, yet had a valid inputs. Skipping.
[20:21:41] [Client thread/INFO] [GT++]: screwLithium7 was not valid.
[20:21:41] [Client thread/INFO] [GT++]: ringLithium7 was not valid.
[20:21:41] [Client thread/INFO] [GT++]: rotorLithium7 was not valid.
[20:21:41] [Client thread/INFO] [GT++]: Found a recipe with an invalid output, yet had a valid inputs. Skipping.
[20:21:41] [Client thread/INFO] [GT++]: stickLithium7 was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickLithium7 was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickLithium7 was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickLithium7 was not valid.
[20:21:41] [Client thread/INFO] [GT++]: gearLithium7 was not valid.
[20:21:41] [Client thread/INFO] [GT++]: Found a recipe with an invalid output, yet had a valid inputs. Skipping.
[20:21:41] [Client thread/INFO] [GT++]: boltLithium7 was not valid.
[20:21:41] [Client thread/INFO] [GT++]: boltLithium7 was not valid.
[20:21:41] [Client thread/INFO] [GT++]: screwLithium7 was not valid.
[20:21:41] [Client thread/INFO] [GT++]: Found a recipe with an invalid output, yet had a valid inputs. Skipping.
[20:21:41] [Client thread/WARN] [FML]: ****************************************
[20:21:41] [Client thread/WARN] [FML]: * A broken ore dictionary registration with name blockThorium232 has occurred. It adds an item (type: class gtPlusPlus.core.item.base.itemblock.ItemBlockGtBlock) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry.
TO USERS: YES this is a BUG in the mod GT++ report it to them!
[20:21:41] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534)
[20:21:41] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501)
[20:21:41] [Client thread/WARN] [FML]: *  at gregtech.api.util.GT_OreDictUnificator.registerOre(GT_OreDictUnificator.java:238)
[20:21:41] [Client thread/WARN] [FML]: *  at gtPlusPlus.core.item.base.itemblock.ItemBlockGtBlock.<init>(ItemBlockGtBlock.java:40)
[20:21:41] [Client thread/WARN] [FML]: *  at sun.reflect.GeneratedConstructorAccessor116.newInstance(Unknown Source)
[20:21:41] [Client thread/WARN] [FML]: *  at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)...
[20:21:41] [Client thread/WARN] [FML]: ****************************************
[20:21:41] [Client thread/INFO] [GT++]: Trying with Gt 5.9 Method.
[20:21:41] [Client thread/INFO] [GT++]: gearThorium232 was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickThorium232 was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickThorium232 was not valid.
[20:21:41] [Client thread/INFO] [GT++]: Found a recipe with an invalid output, yet had a valid inputs. Skipping.
[20:21:41] [Client thread/INFO] [GT++]: stickLongThorium232 was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickThorium232 was not valid.
[20:21:41] [Client thread/INFO] [GT++]: Found a recipe with an invalid output, yet had a valid inputs. Skipping.
[20:21:41] [Client thread/INFO] [GT++]: stickThorium232 was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickThorium232 was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickLongThorium232 was not valid.
[20:21:41] [Client thread/INFO] [GT++]: Found a recipe with an invalid output, yet had a valid inputs. Skipping.
[20:21:41] [Client thread/INFO] [GT++]: gearThorium232 was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickThorium232 was not valid.
[20:21:41] [Client thread/INFO] [GT++]: frameGtThorium232 was not valid.
[20:21:41] [Client thread/INFO] [GT++]: ringThorium232 was not valid.
[20:21:41] [Client thread/INFO] [GT++]: rotorThorium232 was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickThorium232 was not valid.
[20:21:41] [Client thread/INFO] [GT++]: ringThorium232 was not valid.
[20:21:41] [Client thread/INFO] [GT++]: frameGtThorium232 was not valid.
[20:21:41] [Client thread/WARN] [FML]: ****************************************
[20:21:41] [Client thread/WARN] [FML]: * A broken ore dictionary registration with name blockUranium232 has occurred. It adds an item (type: class gtPlusPlus.core.item.base.itemblock.ItemBlockGtBlock) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry.
TO USERS: YES this is a BUG in the mod GT++ report it to them!
[20:21:41] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534)
[20:21:41] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501)
[20:21:41] [Client thread/WARN] [FML]: *  at gregtech.api.util.GT_OreDictUnificator.registerOre(GT_OreDictUnificator.java:238)
[20:21:41] [Client thread/WARN] [FML]: *  at gtPlusPlus.core.item.base.itemblock.ItemBlockGtBlock.<init>(ItemBlockGtBlock.java:40)
[20:21:41] [Client thread/WARN] [FML]: *  at sun.reflect.GeneratedConstructorAccessor116.newInstance(Unknown Source)
[20:21:41] [Client thread/WARN] [FML]: *  at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)...
[20:21:41] [Client thread/WARN] [FML]: ****************************************
[20:21:41] [Client thread/INFO] [GT++]: Trying with Gt 5.9 Method.
[20:21:41] [Client thread/INFO] [GT++]: boltUranium232 was not valid.
[20:21:41] [Client thread/INFO] [GT++]: gearUranium232 was not valid.
[20:21:41] [Client thread/INFO] [GT++]: frameGtUranium232 was not valid.
[20:21:41] [Client thread/INFO] [GT++]: ringUranium232 was not valid.
[20:21:41] [Client thread/INFO] [GT++]: rotorUranium232 was not valid.
[20:21:41] [Client thread/INFO] [GT++]: ringUranium232 was not valid.
[20:21:41] [Client thread/INFO] [GT++]: frameGtUranium232 was not valid.
[20:21:41] [Client thread/INFO] [GT++]: mixer length: 0
[20:21:41] [Client thread/INFO] [GT++]: gearUranium232 was not valid.
[20:21:41] [Client thread/INFO] [GT++]: plateDoubleUranium232 was not valid.
[20:21:41] [Client thread/INFO] [GT++]: gearUranium232 was not valid.
[20:21:41] [Client thread/INFO] [GT++]: plateDoubleUranium232 was not valid.
[20:21:41] [Client thread/INFO] [GT++]: plateDoubleUranium232 was not valid.
[20:21:41] [Client thread/INFO] [GT++]: plateDoubleUranium232 was not valid.
[20:21:41] [Client thread/WARN] [FML]: ****************************************
[20:21:41] [Client thread/WARN] [FML]: * A broken ore dictionary registration with name blockUranium233 has occurred. It adds an item (type: class gtPlusPlus.core.item.base.itemblock.ItemBlockGtBlock) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry.
TO USERS: YES this is a BUG in the mod GT++ report it to them!
[20:21:41] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534)
[20:21:41] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501)
[20:21:41] [Client thread/WARN] [FML]: *  at gregtech.api.util.GT_OreDictUnificator.registerOre(GT_OreDictUnificator.java:238)
[20:21:41] [Client thread/WARN] [FML]: *  at gtPlusPlus.core.item.base.itemblock.ItemBlockGtBlock.<init>(ItemBlockGtBlock.java:40)
[20:21:41] [Client thread/WARN] [FML]: *  at sun.reflect.GeneratedConstructorAccessor116.newInstance(Unknown Source)
[20:21:41] [Client thread/WARN] [FML]: *  at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)...
[20:21:41] [Client thread/WARN] [FML]: ****************************************
[20:21:41] [Client thread/INFO] [GT++]: Trying with Gt 5.9 Method.
[20:21:41] [Client thread/INFO] [GT++]: boltUranium233 was not valid.
[20:21:41] [Client thread/INFO] [GT++]: gearUranium233 was not valid.
[20:21:41] [Client thread/INFO] [GT++]: frameGtUranium233 was not valid.
[20:21:41] [Client thread/INFO] [GT++]: ringUranium233 was not valid.
[20:21:41] [Client thread/INFO] [GT++]: rotorUranium233 was not valid.
[20:21:41] [Client thread/INFO] [GT++]: ringUranium233 was not valid.
[20:21:41] [Client thread/INFO] [GT++]: frameGtUranium233 was not valid.
[20:21:41] [Client thread/INFO] [GT++]: mixer length: 0
[20:21:41] [Client thread/INFO] [GT++]: gearUranium233 was not valid.
[20:21:41] [Client thread/INFO] [GT++]: plateDoubleUranium233 was not valid.
[20:21:41] [Client thread/INFO] [GT++]: gearUranium233 was not valid.
[20:21:41] [Client thread/INFO] [GT++]: plateDoubleUranium233 was not valid.
[20:21:41] [Client thread/INFO] [GT++]: plateDoubleUranium233 was not valid.
[20:21:41] [Client thread/INFO] [GT++]: plateDoubleUranium233 was not valid.
[20:21:41] [Client thread/WARN] [FML]: ****************************************
[20:21:41] [Client thread/WARN] [FML]: * A broken ore dictionary registration with name blockPlutonium238 has occurred. It adds an item (type: class gtPlusPlus.core.item.base.itemblock.ItemBlockGtBlock) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry.
TO USERS: YES this is a BUG in the mod GT++ report it to them!
[20:21:41] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534)
[20:21:41] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501)
[20:21:41] [Client thread/WARN] [FML]: *  at gregtech.api.util.GT_OreDictUnificator.registerOre(GT_OreDictUnificator.java:238)
[20:21:41] [Client thread/WARN] [FML]: *  at gtPlusPlus.core.item.base.itemblock.ItemBlockGtBlock.<init>(ItemBlockGtBlock.java:40)
[20:21:41] [Client thread/WARN] [FML]: *  at sun.reflect.GeneratedConstructorAccessor116.newInstance(Unknown Source)
[20:21:41] [Client thread/WARN] [FML]: *  at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)...
[20:21:41] [Client thread/WARN] [FML]: ****************************************
[20:21:41] [Client thread/INFO] [GT++]: Trying with Gt 5.9 Method.
[20:21:41] [Client thread/INFO] [GT++]: gearPlutonium238 was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickPlutonium238 was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickPlutonium238 was not valid.
[20:21:41] [Client thread/INFO] [GT++]: Found a recipe with an invalid output, yet had a valid inputs. Skipping.
[20:21:41] [Client thread/INFO] [GT++]: stickLongPlutonium238 was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickPlutonium238 was not valid.
[20:21:41] [Client thread/INFO] [GT++]: Found a recipe with an invalid output, yet had a valid inputs. Skipping.
[20:21:41] [Client thread/INFO] [GT++]: stickPlutonium238 was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickPlutonium238 was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickLongPlutonium238 was not valid.
[20:21:41] [Client thread/INFO] [GT++]: Found a recipe with an invalid output, yet had a valid inputs. Skipping.
[20:21:41] [Client thread/INFO] [GT++]: gearPlutonium238 was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickPlutonium238 was not valid.
[20:21:41] [Client thread/INFO] [GT++]: frameGtPlutonium238 was not valid.
[20:21:41] [Client thread/INFO] [GT++]: ringPlutonium238 was not valid.
[20:21:41] [Client thread/INFO] [GT++]: rotorPlutonium238 was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickPlutonium238 was not valid.
[20:21:41] [Client thread/INFO] [GT++]: ringPlutonium238 was not valid.
[20:21:41] [Client thread/INFO] [GT++]: frameGtPlutonium238 was not valid.
[20:21:41] [Client thread/WARN] [FML]: ****************************************
[20:21:41] [Client thread/WARN] [FML]: * A broken ore dictionary registration with name blockSiliconCarbide has occurred. It adds an item (type: class gtPlusPlus.core.item.base.itemblock.ItemBlockGtBlock) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry.
TO USERS: YES this is a BUG in the mod GT++ report it to them!
[20:21:41] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534)
[20:21:41] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501)
[20:21:41] [Client thread/WARN] [FML]: *  at gregtech.api.util.GT_OreDictUnificator.registerOre(GT_OreDictUnificator.java:238)
[20:21:41] [Client thread/WARN] [FML]: *  at gtPlusPlus.core.item.base.itemblock.ItemBlockGtBlock.<init>(ItemBlockGtBlock.java:40)
[20:21:41] [Client thread/WARN] [FML]: *  at sun.reflect.GeneratedConstructorAccessor116.newInstance(Unknown Source)
[20:21:41] [Client thread/WARN] [FML]: *  at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)...
[20:21:41] [Client thread/WARN] [FML]: ****************************************
[20:21:41] [Client thread/WARN] [FML]: ****************************************
[20:21:41] [Client thread/WARN] [FML]: * A broken ore dictionary registration with name frameGtSiliconCarbide has occurred. It adds an item (type: class gtPlusPlus.core.item.base.itemblock.ItemBlockGtFrameBox) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry.
TO USERS: YES this is a BUG in the mod GT++ report it to them!
[20:21:41] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534)
[20:21:41] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501)
[20:21:41] [Client thread/WARN] [FML]: *  at gregtech.api.util.GT_OreDictUnificator.registerOre(GT_OreDictUnificator.java:238)
[20:21:41] [Client thread/WARN] [FML]: *  at gtPlusPlus.core.item.base.itemblock.ItemBlockGtFrameBox.<init>(ItemBlockGtFrameBox.java:17)
[20:21:41] [Client thread/WARN] [FML]: *  at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
[20:21:41] [Client thread/WARN] [FML]: *  at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)...
[20:21:41] [Client thread/WARN] [FML]: ****************************************
[20:21:41] [Client thread/INFO] [GT++]: Trying with Gt 5.9 Method.
[20:21:41] [Client thread/INFO] [GT++]: dustOxygen was not valid.
[20:21:41] [Client thread/INFO] [GT++]: dustOxygen was not valid.
[20:21:41] [Client thread/INFO] [GT++]: mixer length: 3
[20:21:41] [Client thread/INFO] [GT++]: mixer is stacksizeVar null? true
[20:21:41] [Client thread/INFO] [GT++]: dustOxygen was not valid.
[20:21:41] [Client thread/INFO] [GT++]: Dust Mixer Recipe: Silicon Carbide - Success
[20:21:41] [Client thread/WARN] [FML]: ****************************************
[20:21:41] [Client thread/WARN] [FML]: * A broken ore dictionary registration with name blockZirconiumCarbide has occurred. It adds an item (type: class gtPlusPlus.core.item.base.itemblock.ItemBlockGtBlock) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry.
TO USERS: YES this is a BUG in the mod GT++ report it to them!
[20:21:41] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534)
[20:21:41] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501)
[20:21:41] [Client thread/WARN] [FML]: *  at gregtech.api.util.GT_OreDictUnificator.registerOre(GT_OreDictUnificator.java:238)
[20:21:41] [Client thread/WARN] [FML]: *  at gtPlusPlus.core.item.base.itemblock.ItemBlockGtBlock.<init>(ItemBlockGtBlock.java:40)
[20:21:41] [Client thread/WARN] [FML]: *  at sun.reflect.GeneratedConstructorAccessor116.newInstance(Unknown Source)
[20:21:41] [Client thread/WARN] [FML]: *  at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)...
[20:21:41] [Client thread/WARN] [FML]: ****************************************
[20:21:41] [Client thread/WARN] [FML]: ****************************************
[20:21:41] [Client thread/WARN] [FML]: * A broken ore dictionary registration with name frameGtZirconiumCarbide has occurred. It adds an item (type: class gtPlusPlus.core.item.base.itemblock.ItemBlockGtFrameBox) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry.
TO USERS: YES this is a BUG in the mod GT++ report it to them!
[20:21:41] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534)
[20:21:41] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501)
[20:21:41] [Client thread/WARN] [FML]: *  at gregtech.api.util.GT_OreDictUnificator.registerOre(GT_OreDictUnificator.java:238)
[20:21:41] [Client thread/WARN] [FML]: *  at gtPlusPlus.core.item.base.itemblock.ItemBlockGtFrameBox.<init>(ItemBlockGtFrameBox.java:17)
[20:21:41] [Client thread/WARN] [FML]: *  at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
[20:21:41] [Client thread/WARN] [FML]: *  at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)...
[20:21:41] [Client thread/WARN] [FML]: ****************************************
[20:21:41] [Client thread/INFO] [GT++]: dustOxygen was not valid.
[20:21:41] [Client thread/INFO] [GT++]: dustOxygen was not valid.
[20:21:41] [Client thread/INFO] [GT++]: mixer length: 3
[20:21:41] [Client thread/INFO] [GT++]: mixer is stacksizeVar null? true
[20:21:41] [Client thread/INFO] [GT++]: dustOxygen was not valid.
[20:21:41] [Client thread/INFO] [GT++]: Dust Mixer Recipe: Zirconium Carbide - Success
[20:21:41] [Client thread/WARN] [FML]: ****************************************
[20:21:41] [Client thread/WARN] [FML]: * A broken ore dictionary registration with name blockTantalumCarbide has occurred. It adds an item (type: class gtPlusPlus.core.item.base.itemblock.ItemBlockGtBlock) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry.
TO USERS: YES this is a BUG in the mod GT++ report it to them!
[20:21:41] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534)
[20:21:41] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501)
[20:21:41] [Client thread/WARN] [FML]: *  at gregtech.api.util.GT_OreDictUnificator.registerOre(GT_OreDictUnificator.java:238)
[20:21:41] [Client thread/WARN] [FML]: *  at gtPlusPlus.core.item.base.itemblock.ItemBlockGtBlock.<init>(ItemBlockGtBlock.java:40)
[20:21:41] [Client thread/WARN] [FML]: *  at sun.reflect.GeneratedConstructorAccessor116.newInstance(Unknown Source)
[20:21:41] [Client thread/WARN] [FML]: *  at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)...
[20:21:41] [Client thread/WARN] [FML]: ****************************************
[20:21:41] [Client thread/WARN] [FML]: ****************************************
[20:21:41] [Client thread/WARN] [FML]: * A broken ore dictionary registration with name frameGtTantalumCarbide has occurred. It adds an item (type: class gtPlusPlus.core.item.base.itemblock.ItemBlockGtFrameBox) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry.
TO USERS: YES this is a BUG in the mod GT++ report it to them!
[20:21:41] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534)
[20:21:41] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501)
[20:21:41] [Client thread/WARN] [FML]: *  at gregtech.api.util.GT_OreDictUnificator.registerOre(GT_OreDictUnificator.java:238)
[20:21:41] [Client thread/WARN] [FML]: *  at gtPlusPlus.core.item.base.itemblock.ItemBlockGtFrameBox.<init>(ItemBlockGtFrameBox.java:17)
[20:21:41] [Client thread/WARN] [FML]: *  at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
[20:21:41] [Client thread/WARN] [FML]: *  at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)...
[20:21:41] [Client thread/WARN] [FML]: ****************************************
[20:21:41] [Client thread/INFO] [GT++]: dustOxygen was not valid.
[20:21:41] [Client thread/INFO] [GT++]: dustOxygen was not valid.
[20:21:41] [Client thread/INFO] [GT++]: mixer length: 3
[20:21:41] [Client thread/INFO] [GT++]: mixer is stacksizeVar null? true
[20:21:41] [Client thread/INFO] [GT++]: dustOxygen was not valid.
[20:21:41] [Client thread/INFO] [GT++]: Dust Mixer Recipe: Tantalum Carbide - Success
[20:21:41] [Client thread/WARN] [FML]: ****************************************
[20:21:41] [Client thread/WARN] [FML]: * A broken ore dictionary registration with name blockNiobiumCarbide has occurred. It adds an item (type: class gtPlusPlus.core.item.base.itemblock.ItemBlockGtBlock) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry.
TO USERS: YES this is a BUG in the mod GT++ report it to them!
[20:21:41] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534)
[20:21:41] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501)
[20:21:41] [Client thread/WARN] [FML]: *  at gregtech.api.util.GT_OreDictUnificator.registerOre(GT_OreDictUnificator.java:238)
[20:21:41] [Client thread/WARN] [FML]: *  at gtPlusPlus.core.item.base.itemblock.ItemBlockGtBlock.<init>(ItemBlockGtBlock.java:40)
[20:21:41] [Client thread/WARN] [FML]: *  at sun.reflect.GeneratedConstructorAccessor116.newInstance(Unknown Source)
[20:21:41] [Client thread/WARN] [FML]: *  at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)...
[20:21:41] [Client thread/WARN] [FML]: ****************************************
[20:21:41] [Client thread/WARN] [FML]: ****************************************
[20:21:41] [Client thread/WARN] [FML]: * A broken ore dictionary registration with name frameGtNiobiumCarbide has occurred. It adds an item (type: class gtPlusPlus.core.item.base.itemblock.ItemBlockGtFrameBox) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry.
TO USERS: YES this is a BUG in the mod GT++ report it to them!
[20:21:41] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534)
[20:21:41] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501)
[20:21:41] [Client thread/WARN] [FML]: *  at gregtech.api.util.GT_OreDictUnificator.registerOre(GT_OreDictUnificator.java:238)
[20:21:41] [Client thread/WARN] [FML]: *  at gtPlusPlus.core.item.base.itemblock.ItemBlockGtFrameBox.<init>(ItemBlockGtFrameBox.java:17)
[20:21:41] [Client thread/WARN] [FML]: *  at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
[20:21:41] [Client thread/WARN] [FML]: *  at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)...
[20:21:41] [Client thread/WARN] [FML]: ****************************************
[20:21:41] [Client thread/INFO] [GT++]: dustOxygen was not valid.
[20:21:41] [Client thread/INFO] [GT++]: dustOxygen was not valid.
[20:21:41] [Client thread/INFO] [GT++]: mixer length: 3
[20:21:41] [Client thread/INFO] [GT++]: mixer is stacksizeVar null? true
[20:21:41] [Client thread/INFO] [GT++]: dustOxygen was not valid.
[20:21:41] [Client thread/INFO] [GT++]: Dust Mixer Recipe: Niobium Carbide - Success
[20:21:41] [Client thread/WARN] [FML]: ****************************************
[20:21:41] [Client thread/WARN] [FML]: * A broken ore dictionary registration with name blockFluorite has occurred. It adds an item (type: class gtPlusPlus.core.item.base.itemblock.ItemBlockGtBlock) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry.
TO USERS: YES this is a BUG in the mod GT++ report it to them!
[20:21:41] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534)
[20:21:41] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501)
[20:21:41] [Client thread/WARN] [FML]: *  at gregtech.api.util.GT_OreDictUnificator.registerOre(GT_OreDictUnificator.java:238)
[20:21:41] [Client thread/WARN] [FML]: *  at gtPlusPlus.core.item.base.itemblock.ItemBlockGtBlock.<init>(ItemBlockGtBlock.java:40)
[20:21:41] [Client thread/WARN] [FML]: *  at sun.reflect.GeneratedConstructorAccessor116.newInstance(Unknown Source)
[20:21:41] [Client thread/WARN] [FML]: *  at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)...
[20:21:41] [Client thread/WARN] [FML]: ****************************************
[20:21:41] [Client thread/INFO] [GT++]: Trying with Gt 5.9 Method.
[20:21:41] [Client thread/INFO] [GT++]: gearFluorite was not valid.
[20:21:41] [Client thread/INFO] [GT++]: ringFluorite was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickFluorite was not valid.
[20:21:41] [Client thread/INFO] [GT++]: boltFluorite was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickFluorite was not valid.
[20:21:41] [Client thread/INFO] [GT++]: ringFluorite was not valid.
[20:21:41] [Client thread/INFO] [GT++]: Found a recipe with an invalid output, yet had a valid inputs. Skipping.
[20:21:41] [Client thread/INFO] [GT++]: stickFluorite was not valid.
[20:21:41] [Client thread/INFO] [GT++]: frameGtFluorite was not valid.
[20:21:41] [Client thread/INFO] [GT++]: Found a recipe with an invalid output, yet had a valid inputs. Skipping.
[20:21:41] [Client thread/INFO] [GT++]: stickFluorite was not valid.
[20:21:41] [Client thread/INFO] [GT++]: boltFluorite was not valid.
[20:21:41] [Client thread/INFO] [GT++]: Found a recipe with an invalid output, yet had a valid inputs. Skipping.
[20:21:41] [Client thread/INFO] [GT++]: stickFluorite was not valid.
[20:21:41] [Client thread/INFO] [GT++]: Found a recipe with an invalid output, yet had a valid inputs. Skipping.
[20:21:41] [Client thread/INFO] [GT++]: stickLongFluorite was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickFluorite was not valid.
[20:21:41] [Client thread/INFO] [GT++]: Found a recipe with an invalid output, yet had a valid inputs. Skipping.
[20:21:41] [Client thread/INFO] [GT++]: stickFluorite was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickFluorite was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickLongFluorite was not valid.
[20:21:41] [Client thread/INFO] [GT++]: Found a recipe with an invalid output, yet had a valid inputs. Skipping.
[20:21:41] [Client thread/INFO] [GT++]: screwFluorite was not valid.
[20:21:41] [Client thread/INFO] [GT++]: ringFluorite was not valid.
[20:21:41] [Client thread/INFO] [GT++]: rotorFluorite was not valid.
[20:21:41] [Client thread/INFO] [GT++]: Found a recipe with an invalid output, yet had a valid inputs. Skipping.
[20:21:41] [Client thread/INFO] [GT++]: stickFluorite was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickFluorite was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickFluorite was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickFluorite was not valid.
[20:21:41] [Client thread/INFO] [GT++]: gearFluorite was not valid.
[20:21:41] [Client thread/INFO] [GT++]: Found a recipe with an invalid output, yet had a valid inputs. Skipping.
[20:21:41] [Client thread/INFO] [GT++]: boltFluorite was not valid.
[20:21:41] [Client thread/INFO] [GT++]: boltFluorite was not valid.
[20:21:41] [Client thread/INFO] [GT++]: screwFluorite was not valid.
[20:21:41] [Client thread/INFO] [GT++]: Found a recipe with an invalid output, yet had a valid inputs. Skipping.
[20:21:41] [Client thread/INFO] [GT++]: gearFluorite was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickFluorite was not valid.
[20:21:41] [Client thread/INFO] [GT++]: frameGtFluorite was not valid.
[20:21:41] [Client thread/INFO] [GT++]: ringFluorite was not valid.
[20:21:41] [Client thread/INFO] [GT++]: rotorFluorite was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickFluorite was not valid.
[20:21:41] [Client thread/INFO] [GT++]: ringFluorite was not valid.
[20:21:41] [Client thread/INFO] [GT++]: dustFluorine was not valid.
[20:21:41] [Client thread/INFO] [GT++]: frameGtFluorite was not valid.
[20:21:41] [Client thread/WARN] [FML]: ****************************************
[20:21:41] [Client thread/WARN] [FML]: * A broken ore dictionary registration with name blockBerylliumTetrafluoride has occurred. It adds an item (type: class gtPlusPlus.core.item.base.itemblock.ItemBlockGtBlock) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry.
TO USERS: YES this is a BUG in the mod GT++ report it to them!
[20:21:41] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534)
[20:21:41] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501)
[20:21:41] [Client thread/WARN] [FML]: *  at gregtech.api.util.GT_OreDictUnificator.registerOre(GT_OreDictUnificator.java:238)
[20:21:41] [Client thread/WARN] [FML]: *  at gtPlusPlus.core.item.base.itemblock.ItemBlockGtBlock.<init>(ItemBlockGtBlock.java:40)
[20:21:41] [Client thread/WARN] [FML]: *  at sun.reflect.GeneratedConstructorAccessor116.newInstance(Unknown Source)
[20:21:41] [Client thread/WARN] [FML]: *  at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)...
[20:21:41] [Client thread/WARN] [FML]: ****************************************
[20:21:41] [Client thread/INFO] [GT++]: Trying with Gt 5.9 Method.
[20:21:41] [Client thread/INFO] [GT++]: gearBerylliumTetrafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: ringBerylliumTetrafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickBerylliumTetrafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: boltBerylliumTetrafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickBerylliumTetrafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: ringBerylliumTetrafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: Found a recipe with an invalid output, yet had a valid inputs. Skipping.
[20:21:41] [Client thread/INFO] [GT++]: stickBerylliumTetrafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: frameGtBerylliumTetrafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: Found a recipe with an invalid output, yet had a valid inputs. Skipping.
[20:21:41] [Client thread/INFO] [GT++]: stickBerylliumTetrafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: boltBerylliumTetrafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: Found a recipe with an invalid output, yet had a valid inputs. Skipping.
[20:21:41] [Client thread/INFO] [GT++]: stickBerylliumTetrafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: Found a recipe with an invalid output, yet had a valid inputs. Skipping.
[20:21:41] [Client thread/INFO] [GT++]: stickLongBerylliumTetrafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickBerylliumTetrafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: Found a recipe with an invalid output, yet had a valid inputs. Skipping.
[20:21:41] [Client thread/INFO] [GT++]: stickBerylliumTetrafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickBerylliumTetrafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickLongBerylliumTetrafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: Found a recipe with an invalid output, yet had a valid inputs. Skipping.
[20:21:41] [Client thread/INFO] [GT++]: screwBerylliumTetrafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: ringBerylliumTetrafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: rotorBerylliumTetrafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: Found a recipe with an invalid output, yet had a valid inputs. Skipping.
[20:21:41] [Client thread/INFO] [GT++]: stickBerylliumTetrafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickBerylliumTetrafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickBerylliumTetrafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickBerylliumTetrafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: gearBerylliumTetrafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: Found a recipe with an invalid output, yet had a valid inputs. Skipping.
[20:21:41] [Client thread/INFO] [GT++]: boltBerylliumTetrafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: boltBerylliumTetrafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: screwBerylliumTetrafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: Found a recipe with an invalid output, yet had a valid inputs. Skipping.
[20:21:41] [Client thread/INFO] [GT++]: gearBerylliumTetrafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickBerylliumTetrafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: frameGtBerylliumTetrafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: ringBerylliumTetrafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: rotorBerylliumTetrafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickBerylliumTetrafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: ringBerylliumTetrafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: dustFluorine was not valid.
[20:21:41] [Client thread/INFO] [GT++]: frameGtBerylliumTetrafluoride was not valid.
[20:21:41] [Client thread/WARN] [FML]: ****************************************
[20:21:41] [Client thread/WARN] [FML]: * A broken ore dictionary registration with name blockLithiumTetrafluoride has occurred. It adds an item (type: class gtPlusPlus.core.item.base.itemblock.ItemBlockGtBlock) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry.
TO USERS: YES this is a BUG in the mod GT++ report it to them!
[20:21:41] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534)
[20:21:41] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501)
[20:21:41] [Client thread/WARN] [FML]: *  at gregtech.api.util.GT_OreDictUnificator.registerOre(GT_OreDictUnificator.java:238)
[20:21:41] [Client thread/WARN] [FML]: *  at gtPlusPlus.core.item.base.itemblock.ItemBlockGtBlock.<init>(ItemBlockGtBlock.java:40)
[20:21:41] [Client thread/WARN] [FML]: *  at sun.reflect.GeneratedConstructorAccessor116.newInstance(Unknown Source)
[20:21:41] [Client thread/WARN] [FML]: *  at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)...
[20:21:41] [Client thread/WARN] [FML]: ****************************************
[20:21:41] [Client thread/INFO] [GT++]: Trying with Gt 5.9 Method.
[20:21:41] [Client thread/INFO] [GT++]: gearLithiumTetrafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: ringLithiumTetrafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickLithiumTetrafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: boltLithiumTetrafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickLithiumTetrafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: ringLithiumTetrafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: Found a recipe with an invalid output, yet had a valid inputs. Skipping.
[20:21:41] [Client thread/INFO] [GT++]: stickLithiumTetrafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: frameGtLithiumTetrafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: Found a recipe with an invalid output, yet had a valid inputs. Skipping.
[20:21:41] [Client thread/INFO] [GT++]: stickLithiumTetrafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: boltLithiumTetrafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: Found a recipe with an invalid output, yet had a valid inputs. Skipping.
[20:21:41] [Client thread/INFO] [GT++]: stickLithiumTetrafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: Found a recipe with an invalid output, yet had a valid inputs. Skipping.
[20:21:41] [Client thread/INFO] [GT++]: stickLongLithiumTetrafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickLithiumTetrafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: Found a recipe with an invalid output, yet had a valid inputs. Skipping.
[20:21:41] [Client thread/INFO] [GT++]: stickLithiumTetrafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickLithiumTetrafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickLongLithiumTetrafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: Found a recipe with an invalid output, yet had a valid inputs. Skipping.
[20:21:41] [Client thread/INFO] [GT++]: screwLithiumTetrafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: ringLithiumTetrafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: rotorLithiumTetrafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: Found a recipe with an invalid output, yet had a valid inputs. Skipping.
[20:21:41] [Client thread/INFO] [GT++]: stickLithiumTetrafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickLithiumTetrafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickLithiumTetrafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickLithiumTetrafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: gearLithiumTetrafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: Found a recipe with an invalid output, yet had a valid inputs. Skipping.
[20:21:41] [Client thread/INFO] [GT++]: boltLithiumTetrafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: boltLithiumTetrafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: screwLithiumTetrafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: Found a recipe with an invalid output, yet had a valid inputs. Skipping.
[20:21:41] [Client thread/INFO] [GT++]: gearLithiumTetrafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickLithiumTetrafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: frameGtLithiumTetrafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: ringLithiumTetrafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: rotorLithiumTetrafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickLithiumTetrafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: ringLithiumTetrafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: dustFluorine was not valid.
[20:21:41] [Client thread/INFO] [GT++]: frameGtLithiumTetrafluoride was not valid.
[20:21:41] [Client thread/WARN] [FML]: ****************************************
[20:21:41] [Client thread/WARN] [FML]: * A broken ore dictionary registration with name blockThoriumTetrafluoride has occurred. It adds an item (type: class gtPlusPlus.core.item.base.itemblock.ItemBlockGtBlock) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry.
TO USERS: YES this is a BUG in the mod GT++ report it to them!
[20:21:41] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534)
[20:21:41] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501)
[20:21:41] [Client thread/WARN] [FML]: *  at gregtech.api.util.GT_OreDictUnificator.registerOre(GT_OreDictUnificator.java:238)
[20:21:41] [Client thread/WARN] [FML]: *  at gtPlusPlus.core.item.base.itemblock.ItemBlockGtBlock.<init>(ItemBlockGtBlock.java:40)
[20:21:41] [Client thread/WARN] [FML]: *  at sun.reflect.GeneratedConstructorAccessor116.newInstance(Unknown Source)
[20:21:41] [Client thread/WARN] [FML]: *  at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)...
[20:21:41] [Client thread/WARN] [FML]: ****************************************
[20:21:41] [Client thread/INFO] [GT++]: Trying with Gt 5.9 Method.
[20:21:41] [Client thread/INFO] [GT++]: gearThoriumTetrafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: ringThoriumTetrafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickThoriumTetrafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: boltThoriumTetrafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickThoriumTetrafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: ringThoriumTetrafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: Found a recipe with an invalid output, yet had a valid inputs. Skipping.
[20:21:41] [Client thread/INFO] [GT++]: stickThoriumTetrafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: frameGtThoriumTetrafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: Found a recipe with an invalid output, yet had a valid inputs. Skipping.
[20:21:41] [Client thread/INFO] [GT++]: stickThoriumTetrafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: boltThoriumTetrafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: Found a recipe with an invalid output, yet had a valid inputs. Skipping.
[20:21:41] [Client thread/INFO] [GT++]: stickThoriumTetrafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: Found a recipe with an invalid output, yet had a valid inputs. Skipping.
[20:21:41] [Client thread/INFO] [GT++]: stickLongThoriumTetrafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickThoriumTetrafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: Found a recipe with an invalid output, yet had a valid inputs. Skipping.
[20:21:41] [Client thread/INFO] [GT++]: stickThoriumTetrafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickThoriumTetrafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickLongThoriumTetrafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: Found a recipe with an invalid output, yet had a valid inputs. Skipping.
[20:21:41] [Client thread/INFO] [GT++]: screwThoriumTetrafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: ringThoriumTetrafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: rotorThoriumTetrafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: Found a recipe with an invalid output, yet had a valid inputs. Skipping.
[20:21:41] [Client thread/INFO] [GT++]: stickThoriumTetrafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickThoriumTetrafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickThoriumTetrafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickThoriumTetrafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: gearThoriumTetrafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: Found a recipe with an invalid output, yet had a valid inputs. Skipping.
[20:21:41] [Client thread/INFO] [GT++]: boltThoriumTetrafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: boltThoriumTetrafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: screwThoriumTetrafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: Found a recipe with an invalid output, yet had a valid inputs. Skipping.
[20:21:41] [Client thread/INFO] [GT++]: gearThoriumTetrafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickThoriumTetrafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: frameGtThoriumTetrafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: ringThoriumTetrafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: rotorThoriumTetrafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickThoriumTetrafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: ringThoriumTetrafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: dustFluorine was not valid.
[20:21:41] [Client thread/INFO] [GT++]: frameGtThoriumTetrafluoride was not valid.
[20:21:41] [Client thread/WARN] [FML]: ****************************************
[20:21:41] [Client thread/WARN] [FML]: * A broken ore dictionary registration with name blockThoriumHexafluoride has occurred. It adds an item (type: class gtPlusPlus.core.item.base.itemblock.ItemBlockGtBlock) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry.
TO USERS: YES this is a BUG in the mod GT++ report it to them!
[20:21:41] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534)
[20:21:41] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501)
[20:21:41] [Client thread/WARN] [FML]: *  at gregtech.api.util.GT_OreDictUnificator.registerOre(GT_OreDictUnificator.java:238)
[20:21:41] [Client thread/WARN] [FML]: *  at gtPlusPlus.core.item.base.itemblock.ItemBlockGtBlock.<init>(ItemBlockGtBlock.java:40)
[20:21:41] [Client thread/WARN] [FML]: *  at sun.reflect.GeneratedConstructorAccessor116.newInstance(Unknown Source)
[20:21:41] [Client thread/WARN] [FML]: *  at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)...
[20:21:41] [Client thread/WARN] [FML]: ****************************************
[20:21:41] [Client thread/INFO] [GT++]: Trying with Gt 5.9 Method.
[20:21:41] [Client thread/INFO] [GT++]: gearThoriumHexafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: ringThoriumHexafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickThoriumHexafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: boltThoriumHexafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickThoriumHexafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: ringThoriumHexafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: Found a recipe with an invalid output, yet had a valid inputs. Skipping.
[20:21:41] [Client thread/INFO] [GT++]: stickThoriumHexafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: frameGtThoriumHexafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: Found a recipe with an invalid output, yet had a valid inputs. Skipping.
[20:21:41] [Client thread/INFO] [GT++]: stickThoriumHexafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: boltThoriumHexafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: Found a recipe with an invalid output, yet had a valid inputs. Skipping.
[20:21:41] [Client thread/INFO] [GT++]: stickThoriumHexafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: Found a recipe with an invalid output, yet had a valid inputs. Skipping.
[20:21:41] [Client thread/INFO] [GT++]: stickLongThoriumHexafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickThoriumHexafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: Found a recipe with an invalid output, yet had a valid inputs. Skipping.
[20:21:41] [Client thread/INFO] [GT++]: stickThoriumHexafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickThoriumHexafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickLongThoriumHexafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: Found a recipe with an invalid output, yet had a valid inputs. Skipping.
[20:21:41] [Client thread/INFO] [GT++]: screwThoriumHexafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: ringThoriumHexafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: rotorThoriumHexafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: Found a recipe with an invalid output, yet had a valid inputs. Skipping.
[20:21:41] [Client thread/INFO] [GT++]: stickThoriumHexafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickThoriumHexafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickThoriumHexafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickThoriumHexafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: gearThoriumHexafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: Found a recipe with an invalid output, yet had a valid inputs. Skipping.
[20:21:41] [Client thread/INFO] [GT++]: boltThoriumHexafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: boltThoriumHexafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: screwThoriumHexafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: Found a recipe with an invalid output, yet had a valid inputs. Skipping.
[20:21:41] [Client thread/INFO] [GT++]: gearThoriumHexafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickThoriumHexafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: frameGtThoriumHexafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: ringThoriumHexafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: rotorThoriumHexafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickThoriumHexafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: ringThoriumHexafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: dustFluorine was not valid.
[20:21:41] [Client thread/INFO] [GT++]: frameGtThoriumHexafluoride was not valid.
[20:21:41] [Client thread/WARN] [FML]: ****************************************
[20:21:41] [Client thread/WARN] [FML]: * A broken ore dictionary registration with name blockUraniumTetrafluoride has occurred. It adds an item (type: class gtPlusPlus.core.item.base.itemblock.ItemBlockGtBlock) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry.
TO USERS: YES this is a BUG in the mod GT++ report it to them!
[20:21:41] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534)
[20:21:41] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501)
[20:21:41] [Client thread/WARN] [FML]: *  at gregtech.api.util.GT_OreDictUnificator.registerOre(GT_OreDictUnificator.java:238)
[20:21:41] [Client thread/WARN] [FML]: *  at gtPlusPlus.core.item.base.itemblock.ItemBlockGtBlock.<init>(ItemBlockGtBlock.java:40)
[20:21:41] [Client thread/WARN] [FML]: *  at sun.reflect.GeneratedConstructorAccessor116.newInstance(Unknown Source)
[20:21:41] [Client thread/WARN] [FML]: *  at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)...
[20:21:41] [Client thread/WARN] [FML]: ****************************************
[20:21:41] [Client thread/INFO] [GT++]: Trying with Gt 5.9 Method.
[20:21:41] [Client thread/INFO] [GT++]: gearUraniumTetrafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: ringUraniumTetrafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickUraniumTetrafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: boltUraniumTetrafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickUraniumTetrafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: ringUraniumTetrafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: Found a recipe with an invalid output, yet had a valid inputs. Skipping.
[20:21:41] [Client thread/INFO] [GT++]: stickUraniumTetrafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: frameGtUraniumTetrafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: Found a recipe with an invalid output, yet had a valid inputs. Skipping.
[20:21:41] [Client thread/INFO] [GT++]: stickUraniumTetrafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: boltUraniumTetrafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: Found a recipe with an invalid output, yet had a valid inputs. Skipping.
[20:21:41] [Client thread/INFO] [GT++]: stickUraniumTetrafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: Found a recipe with an invalid output, yet had a valid inputs. Skipping.
[20:21:41] [Client thread/INFO] [GT++]: stickLongUraniumTetrafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickUraniumTetrafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: Found a recipe with an invalid output, yet had a valid inputs. Skipping.
[20:21:41] [Client thread/INFO] [GT++]: stickUraniumTetrafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickUraniumTetrafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickLongUraniumTetrafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: Found a recipe with an invalid output, yet had a valid inputs. Skipping.
[20:21:41] [Client thread/INFO] [GT++]: screwUraniumTetrafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: ringUraniumTetrafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: rotorUraniumTetrafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: Found a recipe with an invalid output, yet had a valid inputs. Skipping.
[20:21:41] [Client thread/INFO] [GT++]: stickUraniumTetrafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickUraniumTetrafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickUraniumTetrafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickUraniumTetrafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: gearUraniumTetrafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: Found a recipe with an invalid output, yet had a valid inputs. Skipping.
[20:21:41] [Client thread/INFO] [GT++]: boltUraniumTetrafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: boltUraniumTetrafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: screwUraniumTetrafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: Found a recipe with an invalid output, yet had a valid inputs. Skipping.
[20:21:41] [Client thread/INFO] [GT++]: gearUraniumTetrafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickUraniumTetrafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: frameGtUraniumTetrafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: ringUraniumTetrafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: rotorUraniumTetrafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickUraniumTetrafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: ringUraniumTetrafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: dustFluorine was not valid.
[20:21:41] [Client thread/INFO] [GT++]: frameGtUraniumTetrafluoride was not valid.
[20:21:41] [Client thread/WARN] [FML]: ****************************************
[20:21:41] [Client thread/WARN] [FML]: * A broken ore dictionary registration with name blockUraniumHexafluoride has occurred. It adds an item (type: class gtPlusPlus.core.item.base.itemblock.ItemBlockGtBlock) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry.
TO USERS: YES this is a BUG in the mod GT++ report it to them!
[20:21:41] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534)
[20:21:41] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501)
[20:21:41] [Client thread/WARN] [FML]: *  at gregtech.api.util.GT_OreDictUnificator.registerOre(GT_OreDictUnificator.java:238)
[20:21:41] [Client thread/WARN] [FML]: *  at gtPlusPlus.core.item.base.itemblock.ItemBlockGtBlock.<init>(ItemBlockGtBlock.java:40)
[20:21:41] [Client thread/WARN] [FML]: *  at sun.reflect.GeneratedConstructorAccessor116.newInstance(Unknown Source)
[20:21:41] [Client thread/WARN] [FML]: *  at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)...
[20:21:41] [Client thread/WARN] [FML]: ****************************************
[20:21:41] [Client thread/INFO] [GT++]: Trying with Gt 5.9 Method.
[20:21:41] [Client thread/INFO] [GT++]: gearUraniumHexafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: ringUraniumHexafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickUraniumHexafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: boltUraniumHexafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickUraniumHexafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: ringUraniumHexafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: Found a recipe with an invalid output, yet had a valid inputs. Skipping.
[20:21:41] [Client thread/INFO] [GT++]: stickUraniumHexafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: frameGtUraniumHexafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: Found a recipe with an invalid output, yet had a valid inputs. Skipping.
[20:21:41] [Client thread/INFO] [GT++]: stickUraniumHexafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: boltUraniumHexafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: Found a recipe with an invalid output, yet had a valid inputs. Skipping.
[20:21:41] [Client thread/INFO] [GT++]: stickUraniumHexafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: Found a recipe with an invalid output, yet had a valid inputs. Skipping.
[20:21:41] [Client thread/INFO] [GT++]: stickLongUraniumHexafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickUraniumHexafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: Found a recipe with an invalid output, yet had a valid inputs. Skipping.
[20:21:41] [Client thread/INFO] [GT++]: stickUraniumHexafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickUraniumHexafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickLongUraniumHexafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: Found a recipe with an invalid output, yet had a valid inputs. Skipping.
[20:21:41] [Client thread/INFO] [GT++]: screwUraniumHexafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: ringUraniumHexafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: rotorUraniumHexafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: Found a recipe with an invalid output, yet had a valid inputs. Skipping.
[20:21:41] [Client thread/INFO] [GT++]: stickUraniumHexafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickUraniumHexafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickUraniumHexafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickUraniumHexafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: gearUraniumHexafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: Found a recipe with an invalid output, yet had a valid inputs. Skipping.
[20:21:41] [Client thread/INFO] [GT++]: boltUraniumHexafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: boltUraniumHexafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: screwUraniumHexafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: Found a recipe with an invalid output, yet had a valid inputs. Skipping.
[20:21:41] [Client thread/INFO] [GT++]: gearUraniumHexafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickUraniumHexafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: frameGtUraniumHexafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: ringUraniumHexafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: rotorUraniumHexafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickUraniumHexafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: ringUraniumHexafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: dustFluorine was not valid.
[20:21:41] [Client thread/INFO] [GT++]: frameGtUraniumHexafluoride was not valid.
[20:21:41] [Client thread/WARN] [FML]: ****************************************
[20:21:41] [Client thread/WARN] [FML]: * A broken ore dictionary registration with name blockZirconiumTetrafluoride has occurred. It adds an item (type: class gtPlusPlus.core.item.base.itemblock.ItemBlockGtBlock) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry.
TO USERS: YES this is a BUG in the mod GT++ report it to them!
[20:21:41] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534)
[20:21:41] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501)
[20:21:41] [Client thread/WARN] [FML]: *  at gregtech.api.util.GT_OreDictUnificator.registerOre(GT_OreDictUnificator.java:238)
[20:21:41] [Client thread/WARN] [FML]: *  at gtPlusPlus.core.item.base.itemblock.ItemBlockGtBlock.<init>(ItemBlockGtBlock.java:40)
[20:21:41] [Client thread/WARN] [FML]: *  at sun.reflect.GeneratedConstructorAccessor116.newInstance(Unknown Source)
[20:21:41] [Client thread/WARN] [FML]: *  at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)...
[20:21:41] [Client thread/WARN] [FML]: ****************************************
[20:21:41] [Client thread/INFO] [GT++]: Trying with Gt 5.9 Method.
[20:21:41] [Client thread/INFO] [GT++]: gearZirconiumTetrafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: ringZirconiumTetrafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickZirconiumTetrafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: boltZirconiumTetrafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickZirconiumTetrafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: ringZirconiumTetrafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: Found a recipe with an invalid output, yet had a valid inputs. Skipping.
[20:21:41] [Client thread/INFO] [GT++]: stickZirconiumTetrafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: frameGtZirconiumTetrafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: Found a recipe with an invalid output, yet had a valid inputs. Skipping.
[20:21:41] [Client thread/INFO] [GT++]: stickZirconiumTetrafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: boltZirconiumTetrafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: Found a recipe with an invalid output, yet had a valid inputs. Skipping.
[20:21:41] [Client thread/INFO] [GT++]: stickZirconiumTetrafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: Found a recipe with an invalid output, yet had a valid inputs. Skipping.
[20:21:41] [Client thread/INFO] [GT++]: stickLongZirconiumTetrafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickZirconiumTetrafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: Found a recipe with an invalid output, yet had a valid inputs. Skipping.
[20:21:41] [Client thread/INFO] [GT++]: stickZirconiumTetrafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickZirconiumTetrafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickLongZirconiumTetrafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: Found a recipe with an invalid output, yet had a valid inputs. Skipping.
[20:21:41] [Client thread/INFO] [GT++]: screwZirconiumTetrafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: ringZirconiumTetrafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: rotorZirconiumTetrafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: Found a recipe with an invalid output, yet had a valid inputs. Skipping.
[20:21:41] [Client thread/INFO] [GT++]: stickZirconiumTetrafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickZirconiumTetrafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickZirconiumTetrafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickZirconiumTetrafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: gearZirconiumTetrafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: Found a recipe with an invalid output, yet had a valid inputs. Skipping.
[20:21:41] [Client thread/INFO] [GT++]: boltZirconiumTetrafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: boltZirconiumTetrafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: screwZirconiumTetrafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: Found a recipe with an invalid output, yet had a valid inputs. Skipping.
[20:21:41] [Client thread/INFO] [GT++]: gearZirconiumTetrafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickZirconiumTetrafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: frameGtZirconiumTetrafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: ringZirconiumTetrafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: rotorZirconiumTetrafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickZirconiumTetrafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: ringZirconiumTetrafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: dustFluorine was not valid.
[20:21:41] [Client thread/INFO] [GT++]: frameGtZirconiumTetrafluoride was not valid.
[20:21:41] [Client thread/WARN] [FML]: ****************************************
[20:21:41] [Client thread/WARN] [FML]: * A broken ore dictionary registration with name blockNeptuniumHexafluoride has occurred. It adds an item (type: class gtPlusPlus.core.item.base.itemblock.ItemBlockGtBlock) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry.
TO USERS: YES this is a BUG in the mod GT++ report it to them!
[20:21:41] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534)
[20:21:41] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501)
[20:21:41] [Client thread/WARN] [FML]: *  at gregtech.api.util.GT_OreDictUnificator.registerOre(GT_OreDictUnificator.java:238)
[20:21:41] [Client thread/WARN] [FML]: *  at gtPlusPlus.core.item.base.itemblock.ItemBlockGtBlock.<init>(ItemBlockGtBlock.java:40)
[20:21:41] [Client thread/WARN] [FML]: *  at sun.reflect.GeneratedConstructorAccessor116.newInstance(Unknown Source)
[20:21:41] [Client thread/WARN] [FML]: *  at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)...
[20:21:41] [Client thread/WARN] [FML]: ****************************************
[20:21:41] [Client thread/INFO] [GT++]: Trying with Gt 5.9 Method.
[20:21:41] [Client thread/INFO] [GT++]: gearNeptuniumHexafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: ringNeptuniumHexafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickNeptuniumHexafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: boltNeptuniumHexafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickNeptuniumHexafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: ringNeptuniumHexafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: Found a recipe with an invalid output, yet had a valid inputs. Skipping.
[20:21:41] [Client thread/INFO] [GT++]: stickNeptuniumHexafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: frameGtNeptuniumHexafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: Found a recipe with an invalid output, yet had a valid inputs. Skipping.
[20:21:41] [Client thread/INFO] [GT++]: stickNeptuniumHexafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: boltNeptuniumHexafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: Found a recipe with an invalid output, yet had a valid inputs. Skipping.
[20:21:41] [Client thread/INFO] [GT++]: stickNeptuniumHexafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: Found a recipe with an invalid output, yet had a valid inputs. Skipping.
[20:21:41] [Client thread/INFO] [GT++]: stickLongNeptuniumHexafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickNeptuniumHexafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: Found a recipe with an invalid output, yet had a valid inputs. Skipping.
[20:21:41] [Client thread/INFO] [GT++]: stickNeptuniumHexafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickNeptuniumHexafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickLongNeptuniumHexafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: Found a recipe with an invalid output, yet had a valid inputs. Skipping.
[20:21:41] [Client thread/INFO] [GT++]: screwNeptuniumHexafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: ringNeptuniumHexafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: rotorNeptuniumHexafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: Found a recipe with an invalid output, yet had a valid inputs. Skipping.
[20:21:41] [Client thread/INFO] [GT++]: stickNeptuniumHexafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickNeptuniumHexafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickNeptuniumHexafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickNeptuniumHexafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: gearNeptuniumHexafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: Found a recipe with an invalid output, yet had a valid inputs. Skipping.
[20:21:41] [Client thread/INFO] [GT++]: boltNeptuniumHexafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: boltNeptuniumHexafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: screwNeptuniumHexafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: Found a recipe with an invalid output, yet had a valid inputs. Skipping.
[20:21:41] [Client thread/INFO] [GT++]: gearNeptuniumHexafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickNeptuniumHexafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: frameGtNeptuniumHexafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: ringNeptuniumHexafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: rotorNeptuniumHexafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickNeptuniumHexafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: ringNeptuniumHexafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: dustFluorine was not valid.
[20:21:41] [Client thread/INFO] [GT++]: frameGtNeptuniumHexafluoride was not valid.
[20:21:41] [Client thread/WARN] [FML]: ****************************************
[20:21:41] [Client thread/WARN] [FML]: * A broken ore dictionary registration with name blockTechnetiumHexafluoride has occurred. It adds an item (type: class gtPlusPlus.core.item.base.itemblock.ItemBlockGtBlock) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry.
TO USERS: YES this is a BUG in the mod GT++ report it to them!
[20:21:41] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534)
[20:21:41] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501)
[20:21:41] [Client thread/WARN] [FML]: *  at gregtech.api.util.GT_OreDictUnificator.registerOre(GT_OreDictUnificator.java:238)
[20:21:41] [Client thread/WARN] [FML]: *  at gtPlusPlus.core.item.base.itemblock.ItemBlockGtBlock.<init>(ItemBlockGtBlock.java:40)
[20:21:41] [Client thread/WARN] [FML]: *  at sun.reflect.GeneratedConstructorAccessor116.newInstance(Unknown Source)
[20:21:41] [Client thread/WARN] [FML]: *  at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)...
[20:21:41] [Client thread/WARN] [FML]: ****************************************
[20:21:41] [Client thread/INFO] [GT++]: Trying with Gt 5.9 Method.
[20:21:41] [Client thread/INFO] [GT++]: gearTechnetiumHexafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: ringTechnetiumHexafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickTechnetiumHexafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: boltTechnetiumHexafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickTechnetiumHexafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: ringTechnetiumHexafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: Found a recipe with an invalid output, yet had a valid inputs. Skipping.
[20:21:41] [Client thread/INFO] [GT++]: stickTechnetiumHexafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: frameGtTechnetiumHexafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: Found a recipe with an invalid output, yet had a valid inputs. Skipping.
[20:21:41] [Client thread/INFO] [GT++]: stickTechnetiumHexafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: boltTechnetiumHexafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: Found a recipe with an invalid output, yet had a valid inputs. Skipping.
[20:21:41] [Client thread/INFO] [GT++]: stickTechnetiumHexafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: Found a recipe with an invalid output, yet had a valid inputs. Skipping.
[20:21:41] [Client thread/INFO] [GT++]: stickLongTechnetiumHexafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickTechnetiumHexafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: Found a recipe with an invalid output, yet had a valid inputs. Skipping.
[20:21:41] [Client thread/INFO] [GT++]: stickTechnetiumHexafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickTechnetiumHexafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickLongTechnetiumHexafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: Found a recipe with an invalid output, yet had a valid inputs. Skipping.
[20:21:41] [Client thread/INFO] [GT++]: screwTechnetiumHexafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: ringTechnetiumHexafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: rotorTechnetiumHexafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: Found a recipe with an invalid output, yet had a valid inputs. Skipping.
[20:21:41] [Client thread/INFO] [GT++]: stickTechnetiumHexafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickTechnetiumHexafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickTechnetiumHexafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickTechnetiumHexafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: gearTechnetiumHexafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: Found a recipe with an invalid output, yet had a valid inputs. Skipping.
[20:21:41] [Client thread/INFO] [GT++]: boltTechnetiumHexafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: boltTechnetiumHexafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: screwTechnetiumHexafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: Found a recipe with an invalid output, yet had a valid inputs. Skipping.
[20:21:41] [Client thread/INFO] [GT++]: gearTechnetiumHexafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickTechnetiumHexafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: frameGtTechnetiumHexafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: ringTechnetiumHexafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: rotorTechnetiumHexafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickTechnetiumHexafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: ringTechnetiumHexafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: dustFluorine was not valid.
[20:21:41] [Client thread/INFO] [GT++]: frameGtTechnetiumHexafluoride was not valid.
[20:21:41] [Client thread/WARN] [FML]: ****************************************
[20:21:41] [Client thread/WARN] [FML]: * A broken ore dictionary registration with name blockSeleniumHexafluoride has occurred. It adds an item (type: class gtPlusPlus.core.item.base.itemblock.ItemBlockGtBlock) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry.
TO USERS: YES this is a BUG in the mod GT++ report it to them!
[20:21:41] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534)
[20:21:41] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501)
[20:21:41] [Client thread/WARN] [FML]: *  at gregtech.api.util.GT_OreDictUnificator.registerOre(GT_OreDictUnificator.java:238)
[20:21:41] [Client thread/WARN] [FML]: *  at gtPlusPlus.core.item.base.itemblock.ItemBlockGtBlock.<init>(ItemBlockGtBlock.java:40)
[20:21:41] [Client thread/WARN] [FML]: *  at sun.reflect.GeneratedConstructorAccessor116.newInstance(Unknown Source)
[20:21:41] [Client thread/WARN] [FML]: *  at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)...
[20:21:41] [Client thread/WARN] [FML]: ****************************************
[20:21:41] [Client thread/INFO] [GT++]: Trying with Gt 5.9 Method.
[20:21:41] [Client thread/INFO] [GT++]: gearSeleniumHexafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: ringSeleniumHexafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickSeleniumHexafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: boltSeleniumHexafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickSeleniumHexafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: ringSeleniumHexafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: Found a recipe with an invalid output, yet had a valid inputs. Skipping.
[20:21:41] [Client thread/INFO] [GT++]: stickSeleniumHexafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: frameGtSeleniumHexafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: Found a recipe with an invalid output, yet had a valid inputs. Skipping.
[20:21:41] [Client thread/INFO] [GT++]: stickSeleniumHexafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: boltSeleniumHexafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: Found a recipe with an invalid output, yet had a valid inputs. Skipping.
[20:21:41] [Client thread/INFO] [GT++]: stickSeleniumHexafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: Found a recipe with an invalid output, yet had a valid inputs. Skipping.
[20:21:41] [Client thread/INFO] [GT++]: stickLongSeleniumHexafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickSeleniumHexafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: Found a recipe with an invalid output, yet had a valid inputs. Skipping.
[20:21:41] [Client thread/INFO] [GT++]: stickSeleniumHexafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickSeleniumHexafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickLongSeleniumHexafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: Found a recipe with an invalid output, yet had a valid inputs. Skipping.
[20:21:41] [Client thread/INFO] [GT++]: screwSeleniumHexafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: ringSeleniumHexafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: rotorSeleniumHexafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: Found a recipe with an invalid output, yet had a valid inputs. Skipping.
[20:21:41] [Client thread/INFO] [GT++]: stickSeleniumHexafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickSeleniumHexafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickSeleniumHexafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickSeleniumHexafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: gearSeleniumHexafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: Found a recipe with an invalid output, yet had a valid inputs. Skipping.
[20:21:41] [Client thread/INFO] [GT++]: boltSeleniumHexafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: boltSeleniumHexafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: screwSeleniumHexafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: Found a recipe with an invalid output, yet had a valid inputs. Skipping.
[20:21:41] [Client thread/INFO] [GT++]: gearSeleniumHexafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickSeleniumHexafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: frameGtSeleniumHexafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: ringSeleniumHexafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: rotorSeleniumHexafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickSeleniumHexafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: ringSeleniumHexafluoride was not valid.
[20:21:41] [Client thread/INFO] [GT++]: dustFluorine was not valid.
[20:21:41] [Client thread/INFO] [GT++]: frameGtSeleniumHexafluoride was not valid.
[20:21:41] [Client thread/WARN] [FML]: ****************************************
[20:21:41] [Client thread/WARN] [FML]: * A broken ore dictionary registration with name blockLiFBeF2ZrF4U235 has occurred. It adds an item (type: class gtPlusPlus.core.item.base.itemblock.ItemBlockGtBlock) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry.
TO USERS: YES this is a BUG in the mod GT++ report it to them!
[20:21:41] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534)
[20:21:41] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501)
[20:21:41] [Client thread/WARN] [FML]: *  at gregtech.api.util.GT_OreDictUnificator.registerOre(GT_OreDictUnificator.java:238)
[20:21:41] [Client thread/WARN] [FML]: *  at gtPlusPlus.core.item.base.itemblock.ItemBlockGtBlock.<init>(ItemBlockGtBlock.java:40)
[20:21:41] [Client thread/WARN] [FML]: *  at sun.reflect.GeneratedConstructorAccessor116.newInstance(Unknown Source)
[20:21:41] [Client thread/WARN] [FML]: *  at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)...
[20:21:41] [Client thread/WARN] [FML]: ****************************************
[20:21:41] [Client thread/INFO] [GT++]: Trying with Gt 5.9 Method.
[20:21:41] [Client thread/INFO] [GT++]: gearLiFBeF2ZrF4U235 was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickLiFBeF2ZrF4U235 was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickLiFBeF2ZrF4U235 was not valid.
[20:21:41] [Client thread/INFO] [GT++]: Found a recipe with an invalid output, yet had a valid inputs. Skipping.
[20:21:41] [Client thread/INFO] [GT++]: stickLongLiFBeF2ZrF4U235 was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickLiFBeF2ZrF4U235 was not valid.
[20:21:41] [Client thread/INFO] [GT++]: Found a recipe with an invalid output, yet had a valid inputs. Skipping.
[20:21:41] [Client thread/INFO] [GT++]: stickLiFBeF2ZrF4U235 was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickLiFBeF2ZrF4U235 was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickLongLiFBeF2ZrF4U235 was not valid.
[20:21:41] [Client thread/INFO] [GT++]: Found a recipe with an invalid output, yet had a valid inputs. Skipping.
[20:21:41] [Client thread/INFO] [GT++]: gearLiFBeF2ZrF4U235 was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickLiFBeF2ZrF4U235 was not valid.
[20:21:41] [Client thread/INFO] [GT++]: frameGtLiFBeF2ZrF4U235 was not valid.
[20:21:41] [Client thread/INFO] [GT++]: ringLiFBeF2ZrF4U235 was not valid.
[20:21:41] [Client thread/INFO] [GT++]: rotorLiFBeF2ZrF4U235 was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickLiFBeF2ZrF4U235 was not valid.
[20:21:41] [Client thread/INFO] [GT++]: ringLiFBeF2ZrF4U235 was not valid.
[20:21:41] [Client thread/INFO] [GT++]: frameGtLiFBeF2ZrF4U235 was not valid.
[20:21:41] [Client thread/WARN] [FML]: ****************************************
[20:21:41] [Client thread/WARN] [FML]: * A broken ore dictionary registration with name blockLiFBeF2ZrF4UF4 has occurred. It adds an item (type: class gtPlusPlus.core.item.base.itemblock.ItemBlockGtBlock) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry.
TO USERS: YES this is a BUG in the mod GT++ report it to them!
[20:21:41] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534)
[20:21:41] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501)
[20:21:41] [Client thread/WARN] [FML]: *  at gregtech.api.util.GT_OreDictUnificator.registerOre(GT_OreDictUnificator.java:238)
[20:21:41] [Client thread/WARN] [FML]: *  at gtPlusPlus.core.item.base.itemblock.ItemBlockGtBlock.<init>(ItemBlockGtBlock.java:40)
[20:21:41] [Client thread/WARN] [FML]: *  at sun.reflect.GeneratedConstructorAccessor116.newInstance(Unknown Source)
[20:21:41] [Client thread/WARN] [FML]: *  at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)...
[20:21:41] [Client thread/WARN] [FML]: ****************************************
[20:21:41] [Client thread/INFO] [GT++]: Trying with Gt 5.9 Method.
[20:21:41] [Client thread/INFO] [GT++]: gearLiFBeF2ZrF4UF4 was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickLiFBeF2ZrF4UF4 was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickLiFBeF2ZrF4UF4 was not valid.
[20:21:41] [Client thread/INFO] [GT++]: Found a recipe with an invalid output, yet had a valid inputs. Skipping.
[20:21:41] [Client thread/INFO] [GT++]: stickLongLiFBeF2ZrF4UF4 was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickLiFBeF2ZrF4UF4 was not valid.
[20:21:41] [Client thread/INFO] [GT++]: Found a recipe with an invalid output, yet had a valid inputs. Skipping.
[20:21:41] [Client thread/INFO] [GT++]: stickLiFBeF2ZrF4UF4 was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickLiFBeF2ZrF4UF4 was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickLongLiFBeF2ZrF4UF4 was not valid.
[20:21:41] [Client thread/INFO] [GT++]: Found a recipe with an invalid output, yet had a valid inputs. Skipping.
[20:21:41] [Client thread/INFO] [GT++]: gearLiFBeF2ZrF4UF4 was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickLiFBeF2ZrF4UF4 was not valid.
[20:21:41] [Client thread/INFO] [GT++]: frameGtLiFBeF2ZrF4UF4 was not valid.
[20:21:41] [Client thread/INFO] [GT++]: ringLiFBeF2ZrF4UF4 was not valid.
[20:21:41] [Client thread/INFO] [GT++]: rotorLiFBeF2ZrF4UF4 was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickLiFBeF2ZrF4UF4 was not valid.
[20:21:41] [Client thread/INFO] [GT++]: ringLiFBeF2ZrF4UF4 was not valid.
[20:21:41] [Client thread/INFO] [GT++]: frameGtLiFBeF2ZrF4UF4 was not valid.
[20:21:41] [Client thread/WARN] [FML]: ****************************************
[20:21:41] [Client thread/WARN] [FML]: * A broken ore dictionary registration with name blockLiFBeF2ThF4UF4 has occurred. It adds an item (type: class gtPlusPlus.core.item.base.itemblock.ItemBlockGtBlock) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry.
TO USERS: YES this is a BUG in the mod GT++ report it to them!
[20:21:41] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534)
[20:21:41] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501)
[20:21:41] [Client thread/WARN] [FML]: *  at gregtech.api.util.GT_OreDictUnificator.registerOre(GT_OreDictUnificator.java:238)
[20:21:41] [Client thread/WARN] [FML]: *  at gtPlusPlus.core.item.base.itemblock.ItemBlockGtBlock.<init>(ItemBlockGtBlock.java:40)
[20:21:41] [Client thread/WARN] [FML]: *  at sun.reflect.GeneratedConstructorAccessor116.newInstance(Unknown Source)
[20:21:41] [Client thread/WARN] [FML]: *  at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)...
[20:21:41] [Client thread/WARN] [FML]: ****************************************
[20:21:41] [Client thread/INFO] [GT++]: Trying with Gt 5.9 Method.
[20:21:41] [Client thread/INFO] [GT++]: gearLiFBeF2ThF4UF4 was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickLiFBeF2ThF4UF4 was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickLiFBeF2ThF4UF4 was not valid.
[20:21:41] [Client thread/INFO] [GT++]: Found a recipe with an invalid output, yet had a valid inputs. Skipping.
[20:21:41] [Client thread/INFO] [GT++]: stickLongLiFBeF2ThF4UF4 was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickLiFBeF2ThF4UF4 was not valid.
[20:21:41] [Client thread/INFO] [GT++]: Found a recipe with an invalid output, yet had a valid inputs. Skipping.
[20:21:41] [Client thread/INFO] [GT++]: stickLiFBeF2ThF4UF4 was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickLiFBeF2ThF4UF4 was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickLongLiFBeF2ThF4UF4 was not valid.
[20:21:41] [Client thread/INFO] [GT++]: Found a recipe with an invalid output, yet had a valid inputs. Skipping.
[20:21:41] [Client thread/INFO] [GT++]: gearLiFBeF2ThF4UF4 was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickLiFBeF2ThF4UF4 was not valid.
[20:21:41] [Client thread/INFO] [GT++]: frameGtLiFBeF2ThF4UF4 was not valid.
[20:21:41] [Client thread/INFO] [GT++]: ringLiFBeF2ThF4UF4 was not valid.
[20:21:41] [Client thread/INFO] [GT++]: rotorLiFBeF2ThF4UF4 was not valid.
[20:21:41] [Client thread/INFO] [GT++]: stickLiFBeF2ThF4UF4 was not valid.
[20:21:41] [Client thread/INFO] [GT++]: ringLiFBeF2ThF4UF4 was not valid.
[20:21:41] [Client thread/INFO] [GT++]: frameGtLiFBeF2ThF4UF4 was not valid.
[20:21:41] [Client thread/WARN] [FML]: ****************************************
[20:21:41] [Client thread/WARN] [FML]: * A broken ore dictionary registration with name blockEnergyCrystal has occurred. It adds an item (type: class gtPlusPlus.core.item.base.itemblock.ItemBlockGtBlock) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry.
TO USERS: YES this is a BUG in the mod GT++ report it to them!
[20:21:41] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534)
[20:21:41] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501)
[20:21:41] [Client thread/WARN] [FML]: *  at gregtech.api.util.GT_OreDictUnificator.registerOre(GT_OreDictUnificator.java:238)
[20:21:41] [Client thread/WARN] [FML]: *  at gtPlusPlus.core.item.base.itemblock.ItemBlockGtBlock.<init>(ItemBlockGtBlock.java:40)
[20:21:41] [Client thread/WARN] [FML]: *  at sun.reflect.GeneratedConstructorAccessor116.newInstance(Unknown Source)
[20:21:41] [Client thread/WARN] [FML]: *  at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)...
[20:21:41] [Client thread/WARN] [FML]: ****************************************
[20:21:41] [Client thread/WARN] [FML]: ****************************************
[20:21:41] [Client thread/WARN] [FML]: * A broken ore dictionary registration with name frameGtEnergyCrystal has occurred. It adds an item (type: class gtPlusPlus.core.item.base.itemblock.ItemBlockGtFrameBox) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry.
TO USERS: YES this is a BUG in the mod GT++ report it to them!
[20:21:41] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534)
[20:21:41] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501)
[20:21:41] [Client thread/WARN] [FML]: *  at gregtech.api.util.GT_OreDictUnificator.registerOre(GT_OreDictUnificator.java:238)
[20:21:41] [Client thread/WARN] [FML]: *  at gtPlusPlus.core.item.base.itemblock.ItemBlockGtFrameBox.<init>(ItemBlockGtFrameBox.java:17)
[20:21:41] [Client thread/WARN] [FML]: *  at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
[20:21:41] [Client thread/WARN] [FML]: *  at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)...
[20:21:41] [Client thread/WARN] [FML]: ****************************************
[20:21:41] [Client thread/INFO] [GT++]: mixer length: 4
[20:21:41] [Client thread/INFO] [GT++]: mixer is stacksizeVar null? true
[20:21:41] [Client thread/INFO] [GT++]: Dust Mixer Recipe: Energy Crystal - Success
[20:21:41] [Client thread/WARN] [FML]: ****************************************
[20:21:41] [Client thread/WARN] [FML]: * A broken ore dictionary registration with name blockBloodSteel has occurred. It adds an item (type: class gtPlusPlus.core.item.base.itemblock.ItemBlockGtBlock) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry.
TO USERS: YES this is a BUG in the mod GT++ report it to them!
[20:21:41] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534)
[20:21:41] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501)
[20:21:41] [Client thread/WARN] [FML]: *  at gregtech.api.util.GT_OreDictUnificator.registerOre(GT_OreDictUnificator.java:238)
[20:21:41] [Client thread/WARN] [FML]: *  at gtPlusPlus.core.item.base.itemblock.ItemBlockGtBlock.<init>(ItemBlockGtBlock.java:40)
[20:21:41] [Client thread/WARN] [FML]: *  at sun.reflect.GeneratedConstructorAccessor116.newInstance(Unknown Source)
[20:21:41] [Client thread/WARN] [FML]: *  at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)...
[20:21:41] [Client thread/WARN] [FML]: ****************************************
[20:21:41] [Client thread/WARN] [FML]: ****************************************
[20:21:41] [Client thread/WARN] [FML]: * A broken ore dictionary registration with name frameGtBloodSteel has occurred. It adds an item (type: class gtPlusPlus.core.item.base.itemblock.ItemBlockGtFrameBox) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry.
TO USERS: YES this is a BUG in the mod GT++ report it to them!
[20:21:41] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534)
[20:21:41] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501)
[20:21:41] [Client thread/WARN] [FML]: *  at gregtech.api.util.GT_OreDictUnificator.registerOre(GT_OreDictUnificator.java:238)
[20:21:41] [Client thread/WARN] [FML]: *  at gtPlusPlus.core.item.base.itemblock.ItemBlockGtFrameBox.<init>(ItemBlockGtFrameBox.java:17)
[20:21:41] [Client thread/WARN] [FML]: *  at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
[20:21:41] [Client thread/WARN] [FML]: *  at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)...
[20:21:41] [Client thread/WARN] [FML]: ****************************************
[20:21:41] [Client thread/INFO] [GT++]: Trying with Gt 5.9 Method.
[20:21:41] [Client thread/INFO] [GT++]: mixer length: 2
[20:21:41] [Client thread/INFO] [GT++]: mixer is stacksizeVar null? true
[20:21:41] [Client thread/INFO] [GT++]: Dust Mixer Recipe: Blood Steel - Success
[20:21:41] [Client thread/WARN] [FML]: ****************************************
[20:21:41] [Client thread/WARN] [FML]: * A broken ore dictionary registration with name blockZeron100 has occurred. It adds an item (type: class gtPlusPlus.core.item.base.itemblock.ItemBlockGtBlock) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry.
TO USERS: YES this is a BUG in the mod GT++ report it to them!
[20:21:41] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534)
[20:21:41] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501)
[20:21:41] [Client thread/WARN] [FML]: *  at gregtech.api.util.GT_OreDictUnificator.registerOre(GT_OreDictUnificator.java:238)
[20:21:41] [Client thread/WARN] [FML]: *  at gtPlusPlus.core.item.base.itemblock.ItemBlockGtBlock.<init>(ItemBlockGtBlock.java:40)
[20:21:41] [Client thread/WARN] [FML]: *  at sun.reflect.GeneratedConstructorAccessor116.newInstance(Unknown Source)
[20:21:41] [Client thread/WARN] [FML]: *  at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)...
[20:21:41] [Client thread/WARN] [FML]: ****************************************
[20:21:41] [Client thread/WARN] [FML]: ****************************************
[20:21:41] [Client thread/WARN] [FML]: * A broken ore dictionary registration with name frameGtZeron100 has occurred. It adds an item (type: class gtPlusPlus.core.item.base.itemblock.ItemBlockGtFrameBox) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry.
TO USERS: YES this is a BUG in the mod GT++ report it to them!
[20:21:41] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534)
[20:21:41] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501)
[20:21:41] [Client thread/WARN] [FML]: *  at gregtech.api.util.GT_OreDictUnificator.registerOre(GT_OreDictUnificator.java:238)
[20:21:41] [Client thread/WARN] [FML]: *  at gtPlusPlus.core.item.base.itemblock.ItemBlockGtFrameBox.<init>(ItemBlockGtFrameBox.java:17)
[20:21:41] [Client thread/WARN] [FML]: *  at sun.reflect.GeneratedConstructorAccessor117.newInstance(Unknown Source)
[20:21:41] [Client thread/WARN] [FML]: *  at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)...
[20:21:41] [Client thread/WARN] [FML]: ****************************************
[20:21:41] [Client thread/INFO] [GT++]: mixer length: 6
[20:21:41] [Client thread/WARN] [FML]: ****************************************
[20:21:41] [Client thread/WARN] [FML]: * A broken ore dictionary registration with name blockTumbaga has occurred. It adds an item (type: class gtPlusPlus.core.item.base.itemblock.ItemBlockGtBlock) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry.
TO USERS: YES this is a BUG in the mod GT++ report it to them!
[20:21:41] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534)
[20:21:41] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501)
[20:21:41] [Client thread/WARN] [FML]: *  at gregtech.api.util.GT_OreDictUnificator.registerOre(GT_OreDictUnificator.java:238)
[20:21:41] [Client thread/WARN] [FML]: *  at gtPlusPlus.core.item.base.itemblock.ItemBlockGtBlock.<init>(ItemBlockGtBlock.java:40)
[20:21:41] [Client thread/WARN] [FML]: *  at sun.reflect.GeneratedConstructorAccessor116.newInstance(Unknown Source)
[20:21:41] [Client thread/WARN] [FML]: *  at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)...
[20:21:41] [Client thread/WARN] [FML]: ****************************************
[20:21:41] [Client thread/WARN] [FML]: ****************************************
[20:21:41] [Client thread/WARN] [FML]: * A broken ore dictionary registration with name frameGtTumbaga has occurred. It adds an item (type: class gtPlusPlus.core.item.base.itemblock.ItemBlockGtFrameBox) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry.
TO USERS: YES this is a BUG in the mod GT++ report it to them!
[20:21:41] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534)
[20:21:41] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501)
[20:21:41] [Client thread/WARN] [FML]: *  at gregtech.api.util.GT_OreDictUnificator.registerOre(GT_OreDictUnificator.java:238)
[20:21:41] [Client thread/WARN] [FML]: *  at gtPlusPlus.core.item.base.itemblock.ItemBlockGtFrameBox.<init>(ItemBlockGtFrameBox.java:17)
[20:21:41] [Client thread/WARN] [FML]: *  at sun.reflect.GeneratedConstructorAccessor117.newInstance(Unknown Source)
[20:21:41] [Client thread/WARN] [FML]: *  at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)...
[20:21:41] [Client thread/WARN] [FML]: ****************************************
[20:21:41] [Client thread/INFO] [GT++]: Trying with Gt 5.9 Method.
[20:21:41] [Client thread/INFO] [GT++]: mixer length: 3
[20:21:41] [Client thread/INFO] [GT++]: mixer is stacksizeVar null? true
[20:21:41] [Client thread/INFO] [GT++]: Dust Mixer Recipe: Tumbaga - Success
[20:21:41] [Client thread/WARN] [FML]: ****************************************
[20:21:41] [Client thread/WARN] [FML]: * A broken ore dictionary registration with name blockPotin has occurred. It adds an item (type: class gtPlusPlus.core.item.base.itemblock.ItemBlockGtBlock) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry.
TO USERS: YES this is a BUG in the mod GT++ report it to them!
[20:21:41] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534)
[20:21:41] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501)
[20:21:41] [Client thread/WARN] [FML]: *  at gregtech.api.util.GT_OreDictUnificator.registerOre(GT_OreDictUnificator.java:238)
[20:21:41] [Client thread/WARN] [FML]: *  at gtPlusPlus.core.item.base.itemblock.ItemBlockGtBlock.<init>(ItemBlockGtBlock.java:40)
[20:21:41] [Client thread/WARN] [FML]: *  at sun.reflect.GeneratedConstructorAccessor116.newInstance(Unknown Source)
[20:21:41] [Client thread/WARN] [FML]: *  at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)...
[20:21:41] [Client thread/WARN] [FML]: ****************************************
[20:21:41] [Client thread/WARN] [FML]: ****************************************
[20:21:41] [Client thread/WARN] [FML]: * A broken ore dictionary registration with name frameGtPotin has occurred. It adds an item (type: class gtPlusPlus.core.item.base.itemblock.ItemBlockGtFrameBox) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry.
TO USERS: YES this is a BUG in the mod GT++ report it to them!
[20:21:41] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534)
[20:21:41] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501)
[20:21:41] [Client thread/WARN] [FML]: *  at gregtech.api.util.GT_OreDictUnificator.registerOre(GT_OreDictUnificator.java:238)
[20:21:41] [Client thread/WARN] [FML]: *  at gtPlusPlus.core.item.base.itemblock.ItemBlockGtFrameBox.<init>(ItemBlockGtFrameBox.java:17)
[20:21:41] [Client thread/WARN] [FML]: *  at sun.reflect.GeneratedConstructorAccessor117.newInstance(Unknown Source)
[20:21:41] [Client thread/WARN] [FML]: *  at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)...
[20:21:41] [Client thread/WARN] [FML]: ****************************************
[20:21:41] [Client thread/INFO] [GT++]: Trying with Gt 5.9 Method.
[20:21:41] [Client thread/INFO] [GT++]: mixer length: 3
[20:21:41] [Client thread/INFO] [GT++]: mixer is stacksizeVar null? true
[20:21:41] [Client thread/INFO] [GT++]: Dust Mixer Recipe: Potin - Success
[20:21:41] [Client thread/WARN] [FML]: ****************************************
[20:21:41] [Client thread/WARN] [FML]: * A broken ore dictionary registration with name blockStaballoy has occurred. It adds an item (type: class gtPlusPlus.core.item.base.itemblock.ItemBlockGtBlock) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry.
TO USERS: YES this is a BUG in the mod GT++ report it to them!
[20:21:41] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534)
[20:21:41] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501)
[20:21:41] [Client thread/WARN] [FML]: *  at gregtech.api.util.GT_OreDictUnificator.registerOre(GT_OreDictUnificator.java:238)
[20:21:41] [Client thread/WARN] [FML]: *  at gtPlusPlus.core.item.base.itemblock.ItemBlockGtBlock.<init>(ItemBlockGtBlock.java:40)
[20:21:41] [Client thread/WARN] [FML]: *  at sun.reflect.GeneratedConstructorAccessor116.newInstance(Unknown Source)
[20:21:41] [Client thread/WARN] [FML]: *  at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)...
[20:21:41] [Client thread/WARN] [FML]: ****************************************
[20:21:41] [Client thread/WARN] [FML]: ****************************************
[20:21:41] [Client thread/WARN] [FML]: * A broken ore dictionary registration with name frameGtStaballoy has occurred. It adds an item (type: class gtPlusPlus.core.item.base.itemblock.ItemBlockGtFrameBox) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry.
TO USERS: YES this is a BUG in the mod GT++ report it to them!
[20:21:41] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534)
[20:21:41] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501)
[20:21:41] [Client thread/WARN] [FML]: *  at gregtech.api.util.GT_OreDictUnificator.registerOre(GT_OreDictUnificator.java:238)
[20:21:41] [Client thread/WARN] [FML]: *  at gtPlusPlus.core.item.base.itemblock.ItemBlockGtFrameBox.<init>(ItemBlockGtFrameBox.java:17)
[20:21:41] [Client thread/WARN] [FML]: *  at sun.reflect.GeneratedConstructorAccessor117.newInstance(Unknown Source)
[20:21:41] [Client thread/WARN] [FML]: *  at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)...
[20:21:41] [Client thread/WARN] [FML]: ****************************************
[20:21:41] [Client thread/INFO] [GT++]: mixer length: 2
[20:21:41] [Client thread/INFO] [GT++]: mixer is stacksizeVar null? true
[20:21:41] [Client thread/INFO] [GT++]: Dust Mixer Recipe: Staballoy - Success
[20:21:41] [Client thread/WARN] [FML]: ****************************************
[20:21:41] [Client thread/WARN] [FML]: * A broken ore dictionary registration with name blockTantalloy60 has occurred. It adds an item (type: class gtPlusPlus.core.item.base.itemblock.ItemBlockGtBlock) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry.
TO USERS: YES this is a BUG in the mod GT++ report it to them!
[20:21:41] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534)
[20:21:41] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501)
[20:21:41] [Client thread/WARN] [FML]: *  at gregtech.api.util.GT_OreDictUnificator.registerOre(GT_OreDictUnificator.java:238)
[20:21:41] [Client thread/WARN] [FML]: *  at gtPlusPlus.core.item.base.itemblock.ItemBlockGtBlock.<init>(ItemBlockGtBlock.java:40)
[20:21:41] [Client thread/WARN] [FML]: *  at sun.reflect.GeneratedConstructorAccessor116.newInstance(Unknown Source)
[20:21:41] [Client thread/WARN] [FML]: *  at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)...
[20:21:41] [Client thread/WARN] [FML]: ****************************************
[20:21:41] [Client thread/WARN] [FML]: ****************************************
[20:21:41] [Client thread/WARN] [FML]: * A broken ore dictionary registration with name frameGtTantalloy60 has occurred. It adds an item (type: class gtPlusPlus.core.item.base.itemblock.ItemBlockGtFrameBox) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry.
TO USERS: YES this is a BUG in the mod GT++ report it to them!
[20:21:41] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534)
[20:21:41] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501)
[20:21:41] [Client thread/WARN] [FML]: *  at gregtech.api.util.GT_OreDictUnificator.registerOre(GT_OreDictUnificator.java:238)
[20:21:41] [Client thread/WARN] [FML]: *  at gtPlusPlus.core.item.base.itemblock.ItemBlockGtFrameBox.<init>(ItemBlockGtFrameBox.java:17)
[20:21:41] [Client thread/WARN] [FML]: *  at sun.reflect.GeneratedConstructorAccessor117.newInstance(Unknown Source)
[20:21:41] [Client thread/WARN] [FML]: *  at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)...
[20:21:41] [Client thread/WARN] [FML]: ****************************************
[20:21:41] [Client thread/INFO] [GT++]: mixer length: 2
[20:21:41] [Client thread/INFO] [GT++]: mixer is stacksizeVar null? true
[20:21:41] [Client thread/INFO] [GT++]: Dust Mixer Recipe: Tantalloy-60 - Success
[20:21:41] [Client thread/WARN] [FML]: ****************************************
[20:21:41] [Client thread/WARN] [FML]: * A broken ore dictionary registration with name blockTantalloy61 has occurred. It adds an item (type: class gtPlusPlus.core.item.base.itemblock.ItemBlockGtBlock) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry.
TO USERS: YES this is a BUG in the mod GT++ report it to them!
[20:21:41] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534)
[20:21:41] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501)
[20:21:41] [Client thread/WARN] [FML]: *  at gregtech.api.util.GT_OreDictUnificator.registerOre(GT_OreDictUnificator.java:238)
[20:21:41] [Client thread/WARN] [FML]: *  at gtPlusPlus.core.item.base.itemblock.ItemBlockGtBlock.<init>(ItemBlockGtBlock.java:40)
[20:21:41] [Client thread/WARN] [FML]: *  at sun.reflect.GeneratedConstructorAccessor116.newInstance(Unknown Source)
[20:21:41] [Client thread/WARN] [FML]: *  at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)...
[20:21:41] [Client thread/WARN] [FML]: ****************************************
[20:21:41] [Client thread/WARN] [FML]: ****************************************
[20:21:41] [Client thread/WARN] [FML]: * A broken ore dictionary registration with name frameGtTantalloy61 has occurred. It adds an item (type: class gtPlusPlus.core.item.base.itemblock.ItemBlockGtFrameBox) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry.
TO USERS: YES this is a BUG in the mod GT++ report it to them!
[20:21:41] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534)
[20:21:41] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501)
[20:21:41] [Client thread/WARN] [FML]: *  at gregtech.api.util.GT_OreDictUnificator.registerOre(GT_OreDictUnificator.java:238)
[20:21:41] [Client thread/WARN] [FML]: *  at gtPlusPlus.core.item.base.itemblock.ItemBlockGtFrameBox.<init>(ItemBlockGtFrameBox.java:17)
[20:21:41] [Client thread/WARN] [FML]: *  at sun.reflect.GeneratedConstructorAccessor117.newInstance(Unknown Source)
[20:21:41] [Client thread/WARN] [FML]: *  at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)...
[20:21:41] [Client thread/WARN] [FML]: ****************************************
[20:21:41] [Client thread/INFO] [GT++]: mixer length: 3
[20:21:41] [Client thread/INFO] [GT++]: mixer is stacksizeVar null? true
[20:21:41] [Client thread/INFO] [GT++]: Dust Mixer Recipe: Tantalloy-61 - Success
[20:21:41] [Client thread/WARN] [FML]: ****************************************
[20:21:41] [Client thread/WARN] [FML]: * A broken ore dictionary registration with name blockInconel625 has occurred. It adds an item (type: class gtPlusPlus.core.item.base.itemblock.ItemBlockGtBlock) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry.
TO USERS: YES this is a BUG in the mod GT++ report it to them!
[20:21:41] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534)
[20:21:41] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501)
[20:21:41] [Client thread/WARN] [FML]: *  at gregtech.api.util.GT_OreDictUnificator.registerOre(GT_OreDictUnificator.java:238)
[20:21:41] [Client thread/WARN] [FML]: *  at gtPlusPlus.core.item.base.itemblock.ItemBlockGtBlock.<init>(ItemBlockGtBlock.java:40)
[20:21:41] [Client thread/WARN] [FML]: *  at sun.reflect.GeneratedConstructorAccessor116.newInstance(Unknown Source)
[20:21:41] [Client thread/WARN] [FML]: *  at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)...
[20:21:41] [Client thread/WARN] [FML]: ****************************************
[20:21:41] [Client thread/WARN] [FML]: ****************************************
[20:21:41] [Client thread/WARN] [FML]: * A broken ore dictionary registration with name frameGtInconel625 has occurred. It adds an item (type: class gtPlusPlus.core.item.base.itemblock.ItemBlockGtFrameBox) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry.
TO USERS: YES this is a BUG in the mod GT++ report it to them!
[20:21:41] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534)
[20:21:41] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501)
[20:21:41] [Client thread/WARN] [FML]: *  at gregtech.api.util.GT_OreDictUnificator.registerOre(GT_OreDictUnificator.java:238)
[20:21:41] [Client thread/WARN] [FML]: *  at gtPlusPlus.core.item.base.itemblock.ItemBlockGtFrameBox.<init>(ItemBlockGtFrameBox.java:17)
[20:21:41] [Client thread/WARN] [FML]: *  at sun.reflect.GeneratedConstructorAccessor117.newInstance(Unknown Source)
[20:21:41] [Client thread/WARN] [FML]: *  at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)...
[20:21:41] [Client thread/WARN] [FML]: ****************************************
[20:21:41] [Client thread/INFO] [GT++]: mixer length: 4
[20:21:41] [Client thread/INFO] [GT++]: mixer is stacksizeVar null? true
[20:21:41] [Client thread/INFO] [GT++]: Dust Mixer Recipe: Inconel-625 - Success
[20:21:41] [Client thread/WARN] [FML]: ****************************************
[20:21:41] [Client thread/WARN] [FML]: * A broken ore dictionary registration with name blockInconel690 has occurred. It adds an item (type: class gtPlusPlus.core.item.base.itemblock.ItemBlockGtBlock) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry.
TO USERS: YES this is a BUG in the mod GT++ report it to them!
[20:21:41] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534)
[20:21:41] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501)
[20:21:41] [Client thread/WARN] [FML]: *  at gregtech.api.util.GT_OreDictUnificator.registerOre(GT_OreDictUnificator.java:238)
[20:21:41] [Client thread/WARN] [FML]: *  at gtPlusPlus.core.item.base.itemblock.ItemBlockGtBlock.<init>(ItemBlockGtBlock.java:40)
[20:21:41] [Client thread/WARN] [FML]: *  at sun.reflect.GeneratedConstructorAccessor116.newInstance(Unknown Source)
[20:21:41] [Client thread/WARN] [FML]: *  at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)...
[20:21:41] [Client thread/WARN] [FML]: ****************************************
[20:21:41] [Client thread/WARN] [FML]: ****************************************
[20:21:41] [Client thread/WARN] [FML]: * A broken ore dictionary registration with name frameGtInconel690 has occurred. It adds an item (type: class gtPlusPlus.core.item.base.itemblock.ItemBlockGtFrameBox) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry.
TO USERS: YES this is a BUG in the mod GT++ report it to them!
[20:21:41] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534)
[20:21:41] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501)
[20:21:41] [Client thread/WARN] [FML]: *  at gregtech.api.util.GT_OreDictUnificator.registerOre(GT_OreDictUnificator.java:238)
[20:21:41] [Client thread/WARN] [FML]: *  at gtPlusPlus.core.item.base.itemblock.ItemBlockGtFrameBox.<init>(ItemBlockGtFrameBox.java:17)
[20:21:41] [Client thread/WARN] [FML]: *  at sun.reflect.GeneratedConstructorAccessor117.newInstance(Unknown Source)
[20:21:41] [Client thread/WARN] [FML]: *  at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)...
[20:21:41] [Client thread/WARN] [FML]: ****************************************
[20:21:41] [Client thread/INFO] [GT++]: mixer length: 4
[20:21:41] [Client thread/INFO] [GT++]: mixer is stacksizeVar null? true
[20:21:41] [Client thread/INFO] [GT++]: Dust Mixer Recipe: Inconel-690 - Success
[20:21:41] [Client thread/WARN] [FML]: ****************************************
[20:21:41] [Client thread/WARN] [FML]: * A broken ore dictionary registration with name blockInconel792 has occurred. It adds an item (type: class gtPlusPlus.core.item.base.itemblock.ItemBlockGtBlock) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry.
TO USERS: YES this is a BUG in the mod GT++ report it to them!
[20:21:41] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534)
[20:21:41] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501)
[20:21:41] [Client thread/WARN] [FML]: *  at gregtech.api.util.GT_OreDictUnificator.registerOre(GT_OreDictUnificator.java:238)
[20:21:41] [Client thread/WARN] [FML]: *  at gtPlusPlus.core.item.base.itemblock.ItemBlockGtBlock.<init>(ItemBlockGtBlock.java:40)
[20:21:41] [Client thread/WARN] [FML]: *  at sun.reflect.GeneratedConstructorAccessor116.newInstance(Unknown Source)
[20:21:41] [Client thread/WARN] [FML]: *  at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)...
[20:21:41] [Client thread/WARN] [FML]: ****************************************
[20:21:41] [Client thread/WARN] [FML]: ****************************************
[20:21:41] [Client thread/WARN] [FML]: * A broken ore dictionary registration with name frameGtInconel792 has occurred. It adds an item (type: class gtPlusPlus.core.item.base.itemblock.ItemBlockGtFrameBox) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry.
TO USERS: YES this is a BUG in the mod GT++ report it to them!
[20:21:41] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534)
[20:21:41] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501)
[20:21:41] [Client thread/WARN] [FML]: *  at gregtech.api.util.GT_OreDictUnificator.registerOre(GT_OreDictUnificator.java:238)
[20:21:41] [Client thread/WARN] [FML]: *  at gtPlusPlus.core.item.base.itemblock.ItemBlockGtFrameBox.<init>(ItemBlockGtFrameBox.java:17)
[20:21:41] [Client thread/WARN] [FML]: *  at sun.reflect.GeneratedConstructorAccessor117.newInstance(Unknown Source)
[20:21:41] [Client thread/WARN] [FML]: *  at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)...
[20:21:41] [Client thread/WARN] [FML]: ****************************************
[20:21:41] [Client thread/INFO] [GT++]: mixer length: 4
[20:21:41] [Client thread/INFO] [GT++]: mixer is stacksizeVar null? true
[20:21:41] [Client thread/INFO] [GT++]: Dust Mixer Recipe: Inconel-792 - Success
[20:21:41] [Client thread/WARN] [FML]: ****************************************
[20:21:41] [Client thread/WARN] [FML]: * A broken ore dictionary registration with name blockEglinSteel has occurred. It adds an item (type: class gtPlusPlus.core.item.base.itemblock.ItemBlockGtBlock) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry.
TO USERS: YES this is a BUG in the mod GT++ report it to them!
[20:21:41] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534)
[20:21:41] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501)
[20:21:41] [Client thread/WARN] [FML]: *  at gregtech.api.util.GT_OreDictUnificator.registerOre(GT_OreDictUnificator.java:238)
[20:21:41] [Client thread/WARN] [FML]: *  at gtPlusPlus.core.item.base.itemblock.ItemBlockGtBlock.<init>(ItemBlockGtBlock.java:40)
[20:21:41] [Client thread/WARN] [FML]: *  at sun.reflect.GeneratedConstructorAccessor116.newInstance(Unknown Source)
[20:21:41] [Client thread/WARN] [FML]: *  at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)...
[20:21:41] [Client thread/WARN] [FML]: ****************************************
[20:21:41] [Client thread/WARN] [FML]: ****************************************
[20:21:41] [Client thread/WARN] [FML]: * A broken ore dictionary registration with name frameGtEglinSteel has occurred. It adds an item (type: class gtPlusPlus.core.item.base.itemblock.ItemBlockGtFrameBox) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry.
TO USERS: YES this is a BUG in the mod GT++ report it to them!
[20:21:41] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534)
[20:21:41] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501)
[20:21:41] [Client thread/WARN] [FML]: *  at gregtech.api.util.GT_OreDictUnificator.registerOre(GT_OreDictUnificator.java:238)
[20:21:41] [Client thread/WARN] [FML]: *  at gtPlusPlus.core.item.base.itemblock.ItemBlockGtFrameBox.<init>(ItemBlockGtFrameBox.java:17)
[20:21:41] [Client thread/WARN] [FML]: *  at sun.reflect.GeneratedConstructorAccessor117.newInstance(Unknown Source)
[20:21:41] [Client thread/WARN] [FML]: *  at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)...
[20:21:41] [Client thread/WARN] [FML]: ****************************************
[20:21:41] [Client thread/INFO] [GT++]: mixer length: 4
[20:21:41] [Client thread/INFO] [GT++]: mixer is stacksizeVar null? true
[20:21:41] [Client thread/INFO] [GT++]: Dust Mixer Recipe: Eglin Steel - Success
[20:21:41] [Client thread/WARN] [FML]: ****************************************
[20:21:41] [Client thread/WARN] [FML]: * A broken ore dictionary registration with name blockMaragingSteel250 has occurred. It adds an item (type: class gtPlusPlus.core.item.base.itemblock.ItemBlockGtBlock) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry.
TO USERS: YES this is a BUG in the mod GT++ report it to them!
[20:21:41] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534)
[20:21:41] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501)
[20:21:41] [Client thread/WARN] [FML]: *  at gregtech.api.util.GT_OreDictUnificator.registerOre(GT_OreDictUnificator.java:238)
[20:21:41] [Client thread/WARN] [FML]: *  at gtPlusPlus.core.item.base.itemblock.ItemBlockGtBlock.<init>(ItemBlockGtBlock.java:40)
[20:21:41] [Client thread/WARN] [FML]: *  at sun.reflect.GeneratedConstructorAccessor116.newInstance(Unknown Source)
[20:21:41] [Client thread/WARN] [FML]: *  at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)...
[20:21:41] [Client thread/WARN] [FML]: ****************************************
[20:21:41] [Client thread/WARN] [FML]: ****************************************
[20:21:41] [Client thread/WARN] [FML]: * A broken ore dictionary registration with name frameGtMaragingSteel250 has occurred. It adds an item (type: class gtPlusPlus.core.item.base.itemblock.ItemBlockGtFrameBox) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry.
TO USERS: YES this is a BUG in the mod GT++ report it to them!
[20:21:41] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534)
[20:21:41] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501)
[20:21:41] [Client thread/WARN] [FML]: *  at gregtech.api.util.GT_OreDictUnificator.registerOre(GT_OreDictUnificator.java:238)
[20:21:41] [Client thread/WARN] [FML]: *  at gtPlusPlus.core.item.base.itemblock.ItemBlockGtFrameBox.<init>(ItemBlockGtFrameBox.java:17)
[20:21:41] [Client thread/WARN] [FML]: *  at sun.reflect.GeneratedConstructorAccessor117.newInstance(Unknown Source)
[20:21:41] [Client thread/WARN] [FML]: *  at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)...
[20:21:41] [Client thread/WARN] [FML]: ****************************************
[20:21:41] [Client thread/INFO] [GT++]: mixer length: 5
[20:21:41] [Client thread/WARN] [FML]: ****************************************
[20:21:41] [Client thread/WARN] [FML]: * A broken ore dictionary registration with name blockMaragingSteel300 has occurred. It adds an item (type: class gtPlusPlus.core.item.base.itemblock.ItemBlockGtBlock) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry.
TO USERS: YES this is a BUG in the mod GT++ report it to them!
[20:21:41] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534)
[20:21:41] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501)
[20:21:41] [Client thread/WARN] [FML]: *  at gregtech.api.util.GT_OreDictUnificator.registerOre(GT_OreDictUnificator.java:238)
[20:21:41] [Client thread/WARN] [FML]: *  at gtPlusPlus.core.item.base.itemblock.ItemBlockGtBlock.<init>(ItemBlockGtBlock.java:40)
[20:21:41] [Client thread/WARN] [FML]: *  at sun.reflect.GeneratedConstructorAccessor116.newInstance(Unknown Source)
[20:21:41] [Client thread/WARN] [FML]: *  at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)...
[20:21:41] [Client thread/WARN] [FML]: ****************************************
[20:21:41] [Client thread/WARN] [FML]: ****************************************
[20:21:41] [Client thread/WARN] [FML]: * A broken ore dictionary registration with name frameGtMaragingSteel300 has occurred. It adds an item (type: class gtPlusPlus.core.item.base.itemblock.ItemBlockGtFrameBox) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry.
TO USERS: YES this is a BUG in the mod GT++ report it to them!
[20:21:41] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534)
[20:21:41] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501)
[20:21:41] [Client thread/WARN] [FML]: *  at gregtech.api.util.GT_OreDictUnificator.registerOre(GT_OreDictUnificator.java:238)
[20:21:41] [Client thread/WARN] [FML]: *  at gtPlusPlus.core.item.base.itemblock.ItemBlockGtFrameBox.<init>(ItemBlockGtFrameBox.java:17)
[20:21:41] [Client thread/WARN] [FML]: *  at sun.reflect.GeneratedConstructorAccessor117.newInstance(Unknown Source)
[20:21:41] [Client thread/WARN] [FML]: *  at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)...
[20:21:41] [Client thread/WARN] [FML]: ****************************************
[20:21:41] [Client thread/INFO] [GT++]: mixer length: 5
[20:21:41] [Client thread/WARN] [FML]: ****************************************
[20:21:41] [Client thread/WARN] [FML]: * A broken ore dictionary registration with name blockMaragingSteel350 has occurred. It adds an item (type: class gtPlusPlus.core.item.base.itemblock.ItemBlockGtBlock) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry.
TO USERS: YES this is a BUG in the mod GT++ report it to them!
[20:21:41] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534)
[20:21:41] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501)
[20:21:41] [Client thread/WARN] [FML]: *  at gregtech.api.util.GT_OreDictUnificator.registerOre(GT_OreDictUnificator.java:238)
[20:21:41] [Client thread/WARN] [FML]: *  at gtPlusPlus.core.item.base.itemblock.ItemBlockGtBlock.<init>(ItemBlockGtBlock.java:40)
[20:21:41] [Client thread/WARN] [FML]: *  at sun.reflect.GeneratedConstructorAccessor116.newInstance(Unknown Source)
[20:21:41] [Client thread/WARN] [FML]: *  at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)...
[20:21:41] [Client thread/WARN] [FML]: ****************************************
[20:21:41] [Client thread/WARN] [FML]: ****************************************
[20:21:41] [Client thread/WARN] [FML]: * A broken ore dictionary registration with name frameGtMaragingSteel350 has occurred. It adds an item (type: class gtPlusPlus.core.item.base.itemblock.ItemBlockGtFrameBox) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry.
TO USERS: YES this is a BUG in the mod GT++ report it to them!
[20:21:41] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534)
[20:21:41] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501)
[20:21:41] [Client thread/WARN] [FML]: *  at gregtech.api.util.GT_OreDictUnificator.registerOre(GT_OreDictUnificator.java:238)
[20:21:41] [Client thread/WARN] [FML]: *  at gtPlusPlus.core.item.base.itemblock.ItemBlockGtFrameBox.<init>(ItemBlockGtFrameBox.java:17)
[20:21:41] [Client thread/WARN] [FML]: *  at sun.reflect.GeneratedConstructorAccessor117.newInstance(Unknown Source)
[20:21:41] [Client thread/WARN] [FML]: *  at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)...
[20:21:41] [Client thread/WARN] [FML]: ****************************************
[20:21:41] [Client thread/INFO] [GT++]: mixer length: 5
[20:21:41] [Client thread/WARN] [FML]: ****************************************
[20:21:41] [Client thread/WARN] [FML]: * A broken ore dictionary registration with name blockStellite has occurred. It adds an item (type: class gtPlusPlus.core.item.base.itemblock.ItemBlockGtBlock) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry.
TO USERS: YES this is a BUG in the mod GT++ report it to them!
[20:21:41] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534)
[20:21:41] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501)
[20:21:41] [Client thread/WARN] [FML]: *  at gregtech.api.util.GT_OreDictUnificator.registerOre(GT_OreDictUnificator.java:238)
[20:21:41] [Client thread/WARN] [FML]: *  at gtPlusPlus.core.item.base.itemblock.ItemBlockGtBlock.<init>(ItemBlockGtBlock.java:40)
[20:21:41] [Client thread/WARN] [FML]: *  at sun.reflect.GeneratedConstructorAccessor116.newInstance(Unknown Source)
[20:21:41] [Client thread/WARN] [FML]: *  at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)...
[20:21:41] [Client thread/WARN] [FML]: ****************************************
[20:21:41] [Client thread/WARN] [FML]: ****************************************
[20:21:41] [Client thread/WARN] [FML]: * A broken ore dictionary registration with name frameGtStellite has occurred. It adds an item (type: class gtPlusPlus.core.item.base.itemblock.ItemBlockGtFrameBox) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry.
TO USERS: YES this is a BUG in the mod GT++ report it to them!
[20:21:41] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534)
[20:21:41] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501)
[20:21:41] [Client thread/WARN] [FML]: *  at gregtech.api.util.GT_OreDictUnificator.registerOre(GT_OreDictUnificator.java:238)
[20:21:41] [Client thread/WARN] [FML]: *  at gtPlusPlus.core.item.base.itemblock.ItemBlockGtFrameBox.<init>(ItemBlockGtFrameBox.java:17)
[20:21:41] [Client thread/WARN] [FML]: *  at sun.reflect.GeneratedConstructorAccessor117.newInstance(Unknown Source)
[20:21:41] [Client thread/WARN] [FML]: *  at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)...
[20:21:41] [Client thread/WARN] [FML]: ****************************************
[20:21:41] [Client thread/INFO] [GT++]: mixer length: 4
[20:21:41] [Client thread/INFO] [GT++]: mixer is stacksizeVar null? true
[20:21:41] [Client thread/INFO] [GT++]: Dust Mixer Recipe: Stellite - Success
[20:21:41] [Client thread/WARN] [FML]: ****************************************
[20:21:41] [Client thread/WARN] [FML]: * A broken ore dictionary registration with name blockTalonite has occurred. It adds an item (type: class gtPlusPlus.core.item.base.itemblock.ItemBlockGtBlock) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry.
TO USERS: YES this is a BUG in the mod GT++ report it to them!
[20:21:41] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534)
[20:21:41] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501)
[20:21:41] [Client thread/WARN] [FML]: *  at gregtech.api.util.GT_OreDictUnificator.registerOre(GT_OreDictUnificator.java:238)
[20:21:41] [Client thread/WARN] [FML]: *  at gtPlusPlus.core.item.base.itemblock.ItemBlockGtBlock.<init>(ItemBlockGtBlock.java:40)
[20:21:41] [Client thread/WARN] [FML]: *  at sun.reflect.GeneratedConstructorAccessor116.newInstance(Unknown Source)
[20:21:41] [Client thread/WARN] [FML]: *  at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)...
[20:21:41] [Client thread/WARN] [FML]: ****************************************
[20:21:41] [Client thread/WARN] [FML]: ****************************************
[20:21:41] [Client thread/WARN] [FML]: * A broken ore dictionary registration with name frameGtTalonite has occurred. It adds an item (type: class gtPlusPlus.core.item.base.itemblock.ItemBlockGtFrameBox) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry.
TO USERS: YES this is a BUG in the mod GT++ report it to them!
[20:21:41] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534)
[20:21:41] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501)
[20:21:41] [Client thread/WARN] [FML]: *  at gregtech.api.util.GT_OreDictUnificator.registerOre(GT_OreDictUnificator.java:238)
[20:21:41] [Client thread/WARN] [FML]: *  at gtPlusPlus.core.item.base.itemblock.ItemBlockGtFrameBox.<init>(ItemBlockGtFrameBox.java:17)
[20:21:41] [Client thread/WARN] [FML]: *  at sun.reflect.GeneratedConstructorAccessor117.newInstance(Unknown Source)
[20:21:41] [Client thread/WARN] [FML]: *  at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)...
[20:21:41] [Client thread/WARN] [FML]: ****************************************
[20:21:41] [Client thread/INFO] [GT++]: Trying with Gt 5.9 Method.
[20:21:41] [Client thread/INFO] [GT++]: mixer length: 4
[20:21:41] [Client thread/INFO] [GT++]: mixer is stacksizeVar null? true
[20:21:41] [Client thread/INFO] [GT++]: Dust Mixer Recipe: Talonite - Success
[20:21:41] [Client thread/WARN] [FML]: ****************************************
[20:21:41] [Client thread/WARN] [FML]: * A broken ore dictionary registration with name blockHastelloyW has occurred. It adds an item (type: class gtPlusPlus.core.item.base.itemblock.ItemBlockGtBlock) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry.
TO USERS: YES this is a BUG in the mod GT++ report it to them!
[20:21:41] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534)
[20:21:41] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501)
[20:21:41] [Client thread/WARN] [FML]: *  at gregtech.api.util.GT_OreDictUnificator.registerOre(GT_OreDictUnificator.java:238)
[20:21:41] [Client thread/WARN] [FML]: *  at gtPlusPlus.core.item.base.itemblock.ItemBlockGtBlock.<init>(ItemBlockGtBlock.java:40)
[20:21:41] [Client thread/WARN] [FML]: *  at sun.reflect.GeneratedConstructorAccessor116.newInstance(Unknown Source)
[20:21:41] [Client thread/WARN] [FML]: *  at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)...
[20:21:41] [Client thread/WARN] [FML]: ****************************************
[20:21:41] [Client thread/WARN] [FML]: ****************************************
[20:21:41] [Client thread/WARN] [FML]: * A broken ore dictionary registration with name frameGtHastelloyW has occurred. It adds an item (type: class gtPlusPlus.core.item.base.itemblock.ItemBlockGtFrameBox) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry.
TO USERS: YES this is a BUG in the mod GT++ report it to them!
[20:21:41] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534)
[20:21:41] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501)
[20:21:41] [Client thread/WARN] [FML]: *  at gregtech.api.util.GT_OreDictUnificator.registerOre(GT_OreDictUnificator.java:238)
[20:21:41] [Client thread/WARN] [FML]: *  at gtPlusPlus.core.item.base.itemblock.ItemBlockGtFrameBox.<init>(ItemBlockGtFrameBox.java:17)
[20:21:41] [Client thread/WARN] [FML]: *  at sun.reflect.GeneratedConstructorAccessor117.newInstance(Unknown Source)
[20:21:41] [Client thread/WARN] [FML]: *  at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)...
[20:21:41] [Client thread/WARN] [FML]: ****************************************
[20:21:41] [Client thread/INFO] [GT++]: Trying with Gt 5.9 Method.
[20:21:41] [Client thread/INFO] [GT++]: mixer length: 4
[20:21:41] [Client thread/INFO] [GT++]: mixer is stacksizeVar null? true
[20:21:41] [Client thread/INFO] [GT++]: Dust Mixer Recipe: Hastelloy-W - Success
[20:21:41] [Client thread/WARN] [FML]: ****************************************
[20:21:41] [Client thread/WARN] [FML]: * A broken ore dictionary registration with name blockHastelloyX has occurred. It adds an item (type: class gtPlusPlus.core.item.base.itemblock.ItemBlockGtBlock) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry.
TO USERS: YES this is a BUG in the mod GT++ report it to them!
[20:21:41] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534)
[20:21:41] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501)
[20:21:41] [Client thread/WARN] [FML]: *  at gregtech.api.util.GT_OreDictUnificator.registerOre(GT_OreDictUnificator.java:238)
[20:21:41] [Client thread/WARN] [FML]: *  at gtPlusPlus.core.item.base.itemblock.ItemBlockGtBlock.<init>(ItemBlockGtBlock.java:40)
[20:21:41] [Client thread/WARN] [FML]: *  at sun.reflect.GeneratedConstructorAccessor116.newInstance(Unknown Source)
[20:21:41] [Client thread/WARN] [FML]: *  at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)...
[20:21:41] [Client thread/WARN] [FML]: ****************************************
[20:21:41] [Client thread/WARN] [FML]: ****************************************
[20:21:41] [Client thread/WARN] [FML]: * A broken ore dictionary registration with name frameGtHastelloyX has occurred. It adds an item (type: class gtPlusPlus.core.item.base.itemblock.ItemBlockGtFrameBox) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry.
TO USERS: YES this is a BUG in the mod GT++ report it to them!
[20:21:41] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534)
[20:21:41] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501)
[20:21:41] [Client thread/WARN] [FML]: *  at gregtech.api.util.GT_OreDictUnificator.registerOre(GT_OreDictUnificator.java:238)
[20:21:41] [Client thread/WARN] [FML]: *  at gtPlusPlus.core.item.base.itemblock.ItemBlockGtFrameBox.<init>(ItemBlockGtFrameBox.java:17)
[20:21:41] [Client thread/WARN] [FML]: *  at sun.reflect.GeneratedConstructorAccessor117.newInstance(Unknown Source)
[20:21:41] [Client thread/WARN] [FML]: *  at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)...
[20:21:41] [Client thread/WARN] [FML]: ****************************************
[20:21:41] [Client thread/INFO] [GT++]: Trying with Gt 5.9 Method.
[20:21:41] [Client thread/INFO] [GT++]: mixer length: 4
[20:21:41] [Client thread/INFO] [GT++]: mixer is stacksizeVar null? true
[20:21:41] [Client thread/INFO] [GT++]: Dust Mixer Recipe: Hastelloy-X - Success
[20:21:41] [Client thread/WARN] [FML]: ****************************************
[20:21:41] [Client thread/WARN] [FML]: * A broken ore dictionary registration with name blockHastelloyC276 has occurred. It adds an item (type: class gtPlusPlus.core.item.base.itemblock.ItemBlockGtBlock) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry.
TO USERS: YES this is a BUG in the mod GT++ report it to them!
[20:21:41] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534)
[20:21:41] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501)
[20:21:41] [Client thread/WARN] [FML]: *  at gregtech.api.util.GT_OreDictUnificator.registerOre(GT_OreDictUnificator.java:238)
[20:21:41] [Client thread/WARN] [FML]: *  at gtPlusPlus.core.item.base.itemblock.ItemBlockGtBlock.<init>(ItemBlockGtBlock.java:40)
[20:21:41] [Client thread/WARN] [FML]: *  at sun.reflect.GeneratedConstructorAccessor116.newInstance(Unknown Source)
[20:21:41] [Client thread/WARN] [FML]: *  at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)...
[20:21:41] [Client thread/WARN] [FML]: ****************************************
[20:21:41] [Client thread/WARN] [FML]: ****************************************
[20:21:41] [Client thread/WARN] [FML]: * A broken ore dictionary registration with name frameGtHastelloyC276 has occurred. It adds an item (type: class gtPlusPlus.core.item.base.itemblock.ItemBlockGtFrameBox) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry.
TO USERS: YES this is a BUG in the mod GT++ report it to them!
[20:21:41] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534)
[20:21:41] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501)
[20:21:41] [Client thread/WARN] [FML]: *  at gregtech.api.util.GT_OreDictUnificator.registerOre(GT_OreDictUnificator.java:238)
[20:21:41] [Client thread/WARN] [FML]: *  at gtPlusPlus.core.item.base.itemblock.ItemBlockGtFrameBox.<init>(ItemBlockGtFrameBox.java:17)
[20:21:41] [Client thread/WARN] [FML]: *  at sun.reflect.GeneratedConstructorAccessor117.newInstance(Unknown Source)
[20:21:41] [Client thread/WARN] [FML]: *  at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)...
[20:21:41] [Client thread/WARN] [FML]: ****************************************
[20:21:41] [Client thread/INFO] [GT++]: mixer length: 4
[20:21:41] [Client thread/INFO] [GT++]: mixer is stacksizeVar null? true
[20:21:41] [Client thread/INFO] [GT++]: Dust Mixer Recipe: Hastelloy-C276 - Success
[20:21:41] [Client thread/WARN] [FML]: ****************************************
[20:21:41] [Client thread/WARN] [FML]: * A broken ore dictionary registration with name blockHastelloyN has occurred. It adds an item (type: class gtPlusPlus.core.item.base.itemblock.ItemBlockGtBlock) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry.
TO USERS: YES this is a BUG in the mod GT++ report it to them!
[20:21:41] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534)
[20:21:41] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501)
[20:21:41] [Client thread/WARN] [FML]: *  at gregtech.api.util.GT_OreDictUnificator.registerOre(GT_OreDictUnificator.java:238)
[20:21:41] [Client thread/WARN] [FML]: *  at gtPlusPlus.core.item.base.itemblock.ItemBlockGtBlock.<init>(ItemBlockGtBlock.java:40)
[20:21:41] [Client thread/WARN] [FML]: *  at sun.reflect.GeneratedConstructorAccessor116.newInstance(Unknown Source)
[20:21:41] [Client thread/WARN] [FML]: *  at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)...
[20:21:41] [Client thread/WARN] [FML]: ****************************************
[20:21:41] [Client thread/WARN] [FML]: ****************************************
[20:21:41] [Client thread/WARN] [FML]: * A broken ore dictionary registration with name frameGtHastelloyN has occurred. It adds an item (type: class gtPlusPlus.core.item.base.itemblock.ItemBlockGtFrameBox) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry.
TO USERS: YES this is a BUG in the mod GT++ report it to them!
[20:21:41] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534)
[20:21:41] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501)
[20:21:41] [Client thread/WARN] [FML]: *  at gregtech.api.util.GT_OreDictUnificator.registerOre(GT_OreDictUnificator.java:238)
[20:21:41] [Client thread/WARN] [FML]: *  at gtPlusPlus.core.item.base.itemblock.ItemBlockGtFrameBox.<init>(ItemBlockGtFrameBox.java:17)
[20:21:41] [Client thread/WARN] [FML]: *  at sun.reflect.GeneratedConstructorAccessor117.newInstance(Unknown Source)
[20:21:41] [Client thread/WARN] [FML]: *  at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)...
[20:21:41] [Client thread/WARN] [FML]: ****************************************
[20:21:41] [Client thread/INFO] [GT++]: mixer length: 4
[20:21:41] [Client thread/INFO] [GT++]: mixer is stacksizeVar null? true
[20:21:41] [Client thread/INFO] [GT++]: Dust Mixer Recipe: Hastelloy-N - Success
[20:21:41] [Client thread/WARN] [FML]: ****************************************
[20:21:41] [Client thread/WARN] [FML]: * A broken ore dictionary registration with name blockIncoloy020 has occurred. It adds an item (type: class gtPlusPlus.core.item.base.itemblock.ItemBlockGtBlock) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry.
TO USERS: YES this is a BUG in the mod GT++ report it to them!
[20:21:41] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534)
[20:21:41] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501)
[20:21:41] [Client thread/WARN] [FML]: *  at gregtech.api.util.GT_OreDictUnificator.registerOre(GT_OreDictUnificator.java:238)
[20:21:41] [Client thread/WARN] [FML]: *  at gtPlusPlus.core.item.base.itemblock.ItemBlockGtBlock.<init>(ItemBlockGtBlock.java:40)
[20:21:41] [Client thread/WARN] [FML]: *  at sun.reflect.GeneratedConstructorAccessor116.newInstance(Unknown Source)
[20:21:41] [Client thread/WARN] [FML]: *  at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)...
[20:21:41] [Client thread/WARN] [FML]: ****************************************
[20:21:41] [Client thread/WARN] [FML]: ****************************************
[20:21:41] [Client thread/WARN] [FML]: * A broken ore dictionary registration with name frameGtIncoloy020 has occurred. It adds an item (type: class gtPlusPlus.core.item.base.itemblock.ItemBlockGtFrameBox) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry.
TO USERS: YES this is a BUG in the mod GT++ report it to them!
[20:21:41] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534)
[20:21:41] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501)
[20:21:41] [Client thread/WARN] [FML]: *  at gregtech.api.util.GT_OreDictUnificator.registerOre(GT_OreDictUnificator.java:238)
[20:21:41] [Client thread/WARN] [FML]: *  at gtPlusPlus.core.item.base.itemblock.ItemBlockGtFrameBox.<init>(ItemBlockGtFrameBox.java:17)
[20:21:41] [Client thread/WARN] [FML]: *  at sun.reflect.GeneratedConstructorAccessor117.newInstance(Unknown Source)
[20:21:41] [Client thread/WARN] [FML]: *  at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)...
[20:21:41] [Client thread/WARN] [FML]: ****************************************
[20:21:41] [Client thread/INFO] [GT++]: Trying with Gt 5.9 Method.
[20:21:41] [Client thread/INFO] [GT++]: mixer length: 4
[20:21:41] [Client thread/INFO] [GT++]: mixer is stacksizeVar null? true
[20:21:41] [Client thread/INFO] [GT++]: Dust Mixer Recipe: Incoloy-020 - Success
[20:21:41] [Client thread/WARN] [FML]: ****************************************
[20:21:41] [Client thread/WARN] [FML]: * A broken ore dictionary registration with name blockIncoloyDS has occurred. It adds an item (type: class gtPlusPlus.core.item.base.itemblock.ItemBlockGtBlock) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry.
TO USERS: YES this is a BUG in the mod GT++ report it to them!
[20:21:41] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534)
[20:21:41] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501)
[20:21:41] [Client thread/WARN] [FML]: *  at gregtech.api.util.GT_OreDictUnificator.registerOre(GT_OreDictUnificator.java:238)
[20:21:41] [Client thread/WARN] [FML]: *  at gtPlusPlus.core.item.base.itemblock.ItemBlockGtBlock.<init>(ItemBlockGtBlock.java:40)
[20:21:41] [Client thread/WARN] [FML]: *  at sun.reflect.GeneratedConstructorAccessor116.newInstance(Unknown Source)
[20:21:41] [Client thread/WARN] [FML]: *  at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)...
[20:21:41] [Client thread/WARN] [FML]: ****************************************
[20:21:41] [Client thread/WARN] [FML]: ****************************************
[20:21:41] [Client thread/WARN] [FML]: * A broken ore dictionary registration with name frameGtIncoloyDS has occurred. It adds an item (type: class gtPlusPlus.core.item.base.itemblock.ItemBlockGtFrameBox) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry.
TO USERS: YES this is a BUG in the mod GT++ report it to them!
[20:21:41] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534)
[20:21:41] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501)
[20:21:41] [Client thread/WARN] [FML]: *  at gregtech.api.util.GT_OreDictUnificator.registerOre(GT_OreDictUnificator.java:238)
[20:21:41] [Client thread/WARN] [FML]: *  at gtPlusPlus.core.item.base.itemblock.ItemBlockGtFrameBox.<init>(ItemBlockGtFrameBox.java:17)
[20:21:41] [Client thread/WARN] [FML]: *  at sun.reflect.GeneratedConstructorAccessor117.newInstance(Unknown Source)
[20:21:41] [Client thread/WARN] [FML]: *  at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)...
[20:21:41] [Client thread/WARN] [FML]: ****************************************
[20:21:41] [Client thread/INFO] [GT++]: Trying with Gt 5.9 Method.
[20:21:41] [Client thread/INFO] [GT++]: mixer length: 4
[20:21:41] [Client thread/INFO] [GT++]: mixer is stacksizeVar null? true
[20:21:41] [Client thread/INFO] [GT++]: Dust Mixer Recipe: Incoloy-DS - Success
[20:21:41] [Client thread/WARN] [FML]: ****************************************
[20:21:41] [Client thread/WARN] [FML]: * A broken ore dictionary registration with name blockIncoloyMA956 has occurred. It adds an item (type: class gtPlusPlus.core.item.base.itemblock.ItemBlockGtBlock) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry.
TO USERS: YES this is a BUG in the mod GT++ report it to them!
[20:21:41] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534)
[20:21:41] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501)
[20:21:41] [Client thread/WARN] [FML]: *  at gregtech.api.util.GT_OreDictUnificator.registerOre(GT_OreDictUnificator.java:238)
[20:21:41] [Client thread/WARN] [FML]: *  at gtPlusPlus.core.item.base.itemblock.ItemBlockGtBlock.<init>(ItemBlockGtBlock.java:40)
[20:21:41] [Client thread/WARN] [FML]: *  at sun.reflect.GeneratedConstructorAccessor116.newInstance(Unknown Source)
[20:21:41] [Client thread/WARN] [FML]: *  at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)...
[20:21:41] [Client thread/WARN] [FML]: ****************************************
[20:21:41] [Client thread/WARN] [FML]: ****************************************
[20:21:41] [Client thread/WARN] [FML]: * A broken ore dictionary registration with name frameGtIncoloyMA956 has occurred. It adds an item (type: class gtPlusPlus.core.item.base.itemblock.ItemBlockGtFrameBox) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry.
TO USERS: YES this is a BUG in the mod GT++ report it to them!
[20:21:41] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534)
[20:21:41] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501)
[20:21:41] [Client thread/WARN] [FML]: *  at gregtech.api.util.GT_OreDictUnificator.registerOre(GT_OreDictUnificator.java:238)
[20:21:41] [Client thread/WARN] [FML]: *  at gtPlusPlus.core.item.base.itemblock.ItemBlockGtFrameBox.<init>(ItemBlockGtFrameBox.java:17)
[20:21:41] [Client thread/WARN] [FML]: *  at sun.reflect.GeneratedConstructorAccessor117.newInstance(Unknown Source)
[20:21:41] [Client thread/WARN] [FML]: *  at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)...
[20:21:41] [Client thread/WARN] [FML]: ****************************************
[20:21:41] [Client thread/INFO] [GT++]: mixer length: 4
[20:21:41] [Client thread/INFO] [GT++]: mixer is stacksizeVar null? true
[20:21:41] [Client thread/INFO] [GT++]: Dust Mixer Recipe: Incoloy-MA956 - Success
[20:21:41] [Client thread/WARN] [FML]: ****************************************
[20:21:41] [Client thread/WARN] [FML]: * A broken ore dictionary registration with name blockGrisium has occurred. It adds an item (type: class gtPlusPlus.core.item.base.itemblock.ItemBlockGtBlock) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry.
TO USERS: YES this is a BUG in the mod GT++ report it to them!
[20:21:41] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534)
[20:21:41] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501)
[20:21:41] [Client thread/WARN] [FML]: *  at gregtech.api.util.GT_OreDictUnificator.registerOre(GT_OreDictUnificator.java:238)
[20:21:41] [Client thread/WARN] [FML]: *  at gtPlusPlus.core.item.base.itemblock.ItemBlockGtBlock.<init>(ItemBlockGtBlock.java:40)
[20:21:41] [Client thread/WARN] [FML]: *  at sun.reflect.GeneratedConstructorAccessor116.newInstance(Unknown Source)
[20:21:41] [Client thread/WARN] [FML]: *  at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)...
[20:21:41] [Client thread/WARN] [FML]: ****************************************
[20:21:41] [Client thread/WARN] [FML]: ****************************************
[20:21:41] [Client thread/WARN] [FML]: * A broken ore dictionary registration with name frameGtGrisium has occurred. It adds an item (type: class gtPlusPlus.core.item.base.itemblock.ItemBlockGtFrameBox) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry.
TO USERS: YES this is a BUG in the mod GT++ report it to them!
[20:21:41] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534)
[20:21:41] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501)
[20:21:41] [Client thread/WARN] [FML]: *  at gregtech.api.util.GT_OreDictUnificator.registerOre(GT_OreDictUnificator.java:238)
[20:21:41] [Client thread/WARN] [FML]: *  at gtPlusPlus.core.item.base.itemblock.ItemBlockGtFrameBox.<init>(ItemBlockGtFrameBox.java:17)
[20:21:41] [Client thread/WARN] [FML]: *  at sun.reflect.GeneratedConstructorAccessor117.newInstance(Unknown Source)
[20:21:41] [Client thread/WARN] [FML]: *  at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)...
[20:21:41] [Client thread/WARN] [FML]: ****************************************
[20:21:41] [Client thread/INFO] [GT++]: dustHydrogen was not valid.
[20:21:41] [Client thread/INFO] [GT++]: dustHydrogen was not valid.
[20:21:41] [Client thread/INFO] [GT++]: mixer length: 6
[20:21:41] [Client thread/WARN] [FML]: ****************************************
[20:21:41] [Client thread/WARN] [FML]: * A broken ore dictionary registration with name blockQuantum has occurred. It adds an item (type: class gtPlusPlus.core.item.base.itemblock.ItemBlockGtBlock) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry.
TO USERS: YES this is a BUG in the mod GT++ report it to them!
[20:21:41] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534)
[20:21:41] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501)
[20:21:41] [Client thread/WARN] [FML]: *  at gregtech.api.util.GT_OreDictUnificator.registerOre(GT_OreDictUnificator.java:238)
[20:21:41] [Client thread/WARN] [FML]: *  at gtPlusPlus.core.item.base.itemblock.ItemBlockGtBlock.<init>(ItemBlockGtBlock.java:40)
[20:21:41] [Client thread/WARN] [FML]: *  at sun.reflect.GeneratedConstructorAccessor116.newInstance(Unknown Source)
[20:21:41] [Client thread/WARN] [FML]: *  at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)...
[20:21:41] [Client thread/WARN] [FML]: ****************************************
[20:21:41] [Client thread/WARN] [FML]: ****************************************
[20:21:41] [Client thread/WARN] [FML]: * A broken ore dictionary registration with name frameGtQuantum has occurred. It adds an item (type: class gtPlusPlus.core.item.base.itemblock.ItemBlockGtFrameBox) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not going to turn this spam off. Just register your ore dictionary entries after the GameRegistry.
TO USERS: YES this is a BUG in the mod GT++ report it to them!
[20:21:41] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534)
[20:21:41] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501)
[20:21:41] [Client thread/WARN] [FML]: *  at gregtech.api.util.GT_OreDictUnificator.registerOre(GT_OreDictUnificator.java:238)
[20:21:41] [Client thread/WARN] [FML]: *  at gtPlusPlus.core.item.base.itemblock.ItemBlockGtFrameBox.<init>(ItemBlockGtFrameBox.java:17)
[20:21:41] [Client thread/WARN] [FML]: *  at sun.reflect.GeneratedConstructorAccessor117.newInstance(Unknown Source)
[20:21:41] [Client thread/WARN] [FML]: *  at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)...
[20:21:41] [Client thread/WARN] [FML]: ****************************************

IC2NuclearControl: java.lang.ClassNotFoundException: mekanism.api.energy.IStrictEnergyStorage

I think this is IC2NuclearControl, since it logs with FATAL level about an energy system, then there is a huge message bout mekanism class missing - and it is:

[20:21:57] [Client thread/FATAL] [IC2NuclearControl]: Another Energy System is Loaded. Adding Intergration!
[20:21:57] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: java.lang.ClassNotFoundException: mekanism.api.energy.IStrictEnergyStorage
[20:21:57] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: 	at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
[20:21:57] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: 	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
[20:21:57] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: 	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
[20:21:57] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: 	at java.lang.Class.forName0(Native Method)
[20:21:57] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: 	at java.lang.Class.forName(Class.java:348)
[20:21:57] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: 	at shedar.mods.ic2.nuclearcontrol.crossmod.mekanism.CrossMekanism.<init>(CrossMekanism.java:16)
[20:21:57] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: 	at shedar.mods.ic2.nuclearcontrol.crossmod.CrossModLoader.postinit(CrossModLoader.java:30)
[20:21:57] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: 	at shedar.mods.ic2.nuclearcontrol.IC2NuclearControl.postInit(IC2NuclearControl.java:207)
[20:21:57] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[20:21:57] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[20:21:57] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[20:21:57] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: 	at java.lang.reflect.Method.invoke(Method.java:498)
[20:21:57] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: 	at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
[20:21:57] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: 	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
[20:21:57] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[20:21:57] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: 	at java.lang.reflect.Method.invoke(Method.java:498)
[20:21:57] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: 	at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
[20:21:57] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: 	at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
[20:21:57] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: 	at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
[20:21:57] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: 	at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
[20:21:57] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: 	at com.google.common.eventbus.EventBus.post(EventBus.java:275)
[20:21:57] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: 	at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
[20:21:57] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: 	at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
[20:21:57] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[20:21:57] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[20:21:57] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[20:21:57] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: 	at java.lang.reflect.Method.invoke(Method.java:498)
[20:21:57] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: 	at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
[20:21:57] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: 	at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
[20:21:57] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: 	at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
[20:21:57] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: 	at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
[20:21:57] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: 	at com.google.common.eventbus.EventBus.post(EventBus.java:275)
[20:21:57] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: 	at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
[20:21:57] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: 	at cpw.mods.fml.common.Loader.initializeMods(Loader.java:742)
[20:21:57] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: 	at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:311)
[20:21:57] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: 	at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:552)
[20:21:57] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: 	at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
[20:21:57] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: 	at net.minecraft.client.main.Main.main(SourceFile:148)
[20:21:57] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[20:21:57] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[20:21:57] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[20:21:57] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: 	at java.lang.reflect.Method.invoke(Method.java:498)
[20:21:57] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: 	at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
[20:21:57] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: 	at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
[20:21:57] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[20:21:57] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[20:21:57] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[20:21:57] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: 	at java.lang.reflect.Method.invoke(Method.java:498)
[20:21:57] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: 	at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:236)
[20:21:57] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: 	at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:297)
[20:21:57] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: 	at org.multimc.EntryPoint.listen(EntryPoint.java:162)
[20:21:57] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: 	at org.multimc.EntryPoint.main(EntryPoint.java:53)
[20:21:57] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: Caused by: java.lang.NullPointerException

LaunchWrapper/LiteLoader?: has a security seal for path net.java.games.input, but that path is defined and not secure

Security seal but path not secure - seems harmless but can this be disabled? Is this from LiteLoader? Another LiteLoader issue #2

[20:21:32] [Client thread/INFO] [LiteLoader]: JInput Component Registry is initialising...
[20:21:32] [Client thread/ERROR] [LaunchWrapper]: The jar file /Applications/MultiMC.app/Contents/MacOS/libraries/net/java/jinput/jinput/2.0.5/jinput-2.0.5.jar has a security seal for path net.java.games.input, but that path is defined and not secure
[20:21:32] [Client thread/ERROR] [LaunchWrapper]: The jar file /Applications/MultiMC.app/Contents/MacOS/libraries/net/java/jinput/jinput/2.0.5/jinput-2.0.5.jar has a security seal for path net.java.games.input, but that path is defined and not secure
[20:21:32] [Client thread/ERROR] [LaunchWrapper]: The jar file /Applications/MultiMC.app/Contents/MacOS/libraries/net/java/jinput/jinput/2.0.5/jinput-2.0.5.jar has a security seal for path net.java.games.input, but that path is defined and not secure
[20:21:32] [Client thread/ERROR] [LaunchWrapper]: The jar file /Applications/MultiMC.app/Contents/MacOS/libraries/net/java/jinput/jinput/2.0.5/jinput-2.0.5.jar has a security seal for path net.java.games.input, but that path is defined and not secure
[20:21:32] [Client thread/ERROR] [LaunchWrapper]: The jar file /Applications/MultiMC.app/Contents/MacOS/libraries/net/java/jinput/jinput/2.0.5/jinput-2.0.5.jar has a security seal for path net.java.games.input, but that path is defined and not secure
Jun 21, 2017 8:21:32 PM net.java.games.input.DefaultControllerEnvironment getControllers
INFO: Loading: net.java.games.input.OSXEnvironmentPlugin
[20:21:32] [Client thread/ERROR] [LaunchWrapper]: The jar file /Applications/MultiMC.app/Contents/MacOS/libraries/net/java/jinput/jinput/2.0.5/jinput-2.0.5.jar has a security seal for path net.java.games.input, but that path is defined and not secure
[20:21:32] [Client thread/ERROR] [LaunchWrapper]: The jar file /Applications/MultiMC.app/Contents/MacOS/libraries/net/java/jinput/jinput/2.0.5/jinput-2.0.5.jar has a security seal for path net.java.games.input, but that path is defined and not secure
[20:21:32] [Client thread/ERROR] [LaunchWrapper]: The jar file /Applications/MultiMC.app/Contents/MacOS/libraries/net/java/jinput/jinput/2.0.5/jinput-2.0.5.jar has a security seal for path net.java.games.input, but that path is defined and not secure
[20:21:32] [Client thread/ERROR] [LaunchWrapper]: The jar file /Applications/MultiMC.app/Contents/MacOS/libraries/net/java/jinput/jinput/2.0.5/jinput-2.0.5.jar has a security seal for path net.java.games.input, but that path is defined and not secure
[20:21:32] [Client thread/ERROR] [LaunchWrapper]: The jar file /Applications/MultiMC.app/Contents/MacOS/libraries/net/java/jinput/jinput/2.0.5/jinput-2.0.5.jar has a security seal for path net.java.games.input, but that path is defined and not secure
[20:21:32] [Client thread/ERROR] [LaunchWrapper]: The jar file /Applications/MultiMC.app/Contents/MacOS/libraries/net/java/jinput/jinput/2.0.5/jinput-2.0.5.jar has a security seal for path net.java.games.input, but that path is defined and not secure
[20:21:32] [Client thread/ERROR] [LaunchWrapper]: The jar file /Applications/MultiMC.app/Contents/MacOS/libraries/net/java/jinput/jinput/2.0.5/jinput-2.0.5.jar has a security seal for path net.java.games.input, but that path is defined and not secure
[20:21:32] [Client thread/ERROR] [LaunchWrapper]: The jar file /Applications/MultiMC.app/Contents/MacOS/libraries/net/java/jinput/jinput/2.0.5/jinput-2.0.5.jar has a security seal for path net.java.games.input, but that path is defined and not secure
[20:21:32] [Client thread/ERROR] [LaunchWrapper]: The jar file /Applications/MultiMC.app/Contents/MacOS/libraries/net/java/jinput/jinput/2.0.5/jinput-2.0.5.jar has a security seal for path net.java.games.input, but that path is defined and not secure
[20:21:32] [Client thread/ERROR] [LaunchWrapper]: The jar file /Applications/MultiMC.app/Contents/MacOS/libraries/net/java/jinput/jinput/2.0.5/jinput-2.0.5.jar has a security seal for path net.java.games.input, but that path is defined and not secure
[20:21:32] [Client thread/ERROR] [LaunchWrapper]: The jar file /Applications/MultiMC.app/Contents/MacOS/libraries/net/java/jinput/jinput/2.0.5/jinput-2.0.5.jar has a security seal for path net.java.games.input, but that path is defined and not secure
[20:21:32] [Client thread/ERROR] [LaunchWrapper]: The jar file /Applications/MultiMC.app/Contents/MacOS/libraries/net/java/jinput/jinput/2.0.5/jinput-2.0.5.jar has a security seal for path net.java.games.input, but that path is defined and not secure
[20:21:32] [Client thread/ERROR] [LaunchWrapper]: The jar file /Applications/MultiMC.app/Contents/MacOS/libraries/net/java/jinput/jinput/2.0.5/jinput-2.0.5.jar has a security seal for path net.java.games.input, but that path is defined and not secure
[20:21:32] [Client thread/ERROR] [LaunchWrapper]: The jar file /Applications/MultiMC.app/Contents/MacOS/libraries/net/java/jinput/jinput/2.0.5/jinput-2.0.5.jar has a security seal for path net.java.games.input, but that path is defined and not secure
[20:21:32] [Client thread/ERROR] [LaunchWrapper]: The jar file /Applications/MultiMC.app/Contents/MacOS/libraries/net/java/jinput/jinput/2.0.5/jinput-2.0.5.jar has a security seal for path net.java.games.input, but that path is defined and not secure
[20:21:32] [Client thread/ERROR] [LaunchWrapper]: The jar file /Applications/MultiMC.app/Contents/MacOS/libraries/net/java/jinput/jinput/2.0.5/jinput-2.0.5.jar has a security seal for path net.java.games.input, but that path is defined and not secure
[20:21:32] [Client thread/ERROR] [LaunchWrapper]: The jar file /Applications/MultiMC.app/Contents/MacOS/libraries/net/java/jinput/jinput/2.0.5/jinput-2.0.5.jar has a security seal for path net.java.games.input, but that path is defined and not secure
[20:21:32] [Client thread/ERROR] [LaunchWrapper]: The jar file /Applications/MultiMC.app/Contents/MacOS/libraries/net/java/jinput/jinput/2.0.5/jinput-2.0.5.jar has a security seal for path net.java.games.input, but that path is defined and not secure
[20:21:32] [Client thread/ERROR] [LaunchWrapper]: The jar file /Applications/MultiMC.app/Contents/MacOS/libraries/net/java/jinput/jinput/2.0.5/jinput-2.0.5.jar has a security seal for path net.java.games.input, but that path is defined and not secure
[20:21:32] [Client thread/ERROR] [LaunchWrapper]: The jar file /Applications/MultiMC.app/Contents/MacOS/libraries/net/java/jinput/jinput/2.0.5/jinput-2.0.5.jar has a security seal for path net.java.games.input, but that path is defined and not secure
[20:21:32] [Client thread/ERROR] [LaunchWrapper]: The jar file /Applications/MultiMC.app/Contents/MacOS/libraries/net/java/jinput/jinput/2.0.5/jinput-2.0.5.jar has a security seal for path net.java.games.input, but that path is defined and not secure
[20:21:32] [Client thread/ERROR] [LaunchWrapper]: The jar file /Applications/MultiMC.app/Contents/MacOS/libraries/net/java/jinput/jinput/2.0.5/jinput-2.0.5.jar has a security seal for path net.java.games.input, but that path is defined and not secure
[20:21:32] [Client thread/ERROR] [LaunchWrapper]: The jar file /Applications/MultiMC.app/Contents/MacOS/libraries/net/java/jinput/jinput/2.0.5/jinput-2.0.5.jar has a security seal for path net.java.games.input, but that path is defined and not secure
[20:21:32] [Client thread/ERROR] [LaunchWrapper]: The jar file /Applications/MultiMC.app/Contents/MacOS/libraries/net/java/jinput/jinput/2.0.5/jinput-2.0.5.jar has a security seal for path net.java.games.input, but that path is defined and not secure
[20:21:32] [Client thread/ERROR] [LaunchWrapper]: The jar file /Applications/MultiMC.app/Contents/MacOS/libraries/net/java/jinput/jinput/2.0.5/jinput-2.0.5.jar has a security seal for path net.java.games.input, but that path is defined and not secure
[20:21:32] [Client thread/ERROR] [LaunchWrapper]: The jar file /Applications/MultiMC.app/Contents/MacOS/libraries/net/java/jinput/jinput/2.0.5/jinput-2.0.5.jar has a security seal for path net.java.games.input, but that path is defined and not secure
[20:21:32] [Client thread/ERROR] [LaunchWrapper]: The jar file /Applications/MultiMC.app/Contents/MacOS/libraries/net/java/jinput/jinput/2.0.5/jinput-2.0.5.jar has a security seal for path net.java.games.input, but that path is defined and not secure
[20:21:32] [Client thread/ERROR] [LaunchWrapper]: The jar file /Applications/MultiMC.app/Contents/MacOS/libraries/net/java/jinput/jinput/2.0.5/jinput-2.0.5.jar has a security seal for path net.java.games.input, but that path is defined and not secure
[20:21:32] [Client thread/ERROR] [LaunchWrapper]: The jar file /Applications/MultiMC.app/Contents/MacOS/libraries/net/java/jinput/jinput/2.0.5/jinput-2.0.5.jar has a security seal for path net.java.games.input, but that path is defined and not secure
[20:21:32] [Client thread/ERROR] [LaunchWrapper]: The jar file /Applications/MultiMC.app/Contents/MacOS/libraries/net/java/jinput/jinput/2.0.5/jinput-2.0.5.jar has a security seal for path net.java.games.input, but that path is defined and not secure
[20:21:32] [Client thread/ERROR] [LaunchWrapper]: The jar file /Applications/MultiMC.app/Contents/MacOS/libraries/net/java/jinput/jinput/2.0.5/jinput-2.0.5.jar has a security seal for path net.java.games.input, but that path is defined and not secure
[20:21:32] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: 
[20:21:32] [Sound Library Loader/INFO]: Sound engine started
[20:21:33] [Client thread/ERROR] [LaunchWrapper]: The jar file /Applications/MultiMC.app/Contents/MacOS/libraries/net/java/jinput/jinput/2.0.5/jinput-2.0.5.jar has a security seal for path net.java.games.input, but that path is defined and not secure

Add SmartMoving for climbing/crawling etc movement

http://www.minecraftforum.net/forums/mapping-and-modding/minecraft-mods/1274224-smart-moving

The Smart Moving mod provides various additional moving possibilities

  • Climbing only via gaps in the walls
  • Climbing ladders with different speeds depending on ladder coverage and/or neighbour blocks
  • Alternative animations for flying and falling
  • Climbing along ceilings and up vines
  • Jumping up and back while climbing
  • Configurable sneaking
  • Alternative swimming
  • Alternative diving
  • Alternative flying
  • Faster sprinting
  • Side and Back jumps
  • Charged jumps
  • Wall jumping
  • Head jumps
  • Crawling
  • Sliding

Add dimension new world mods

NEI: disable 'O' shortcut key hiding NEI

Not Enough Items supports typing the "O" key to turn hide itself, but this shortcut is too easy to accidentally hit and it is not obvious how to re-enable it if you didn't know you pressed O

Add Tinker's Construct and related mods

Another early-game alternative progression than GregTech, but be mindful of compatibility

http://www.minecraftforum.net/forums/mapping-and-modding/minecraft-mods/2218638-tinkers-construct-2 TConstruct-1.7.10-1.8.8.jar Tinker's Construct https://ftbwiki.org/Tinkers%27_Construct

Tinker's Mechworks? https://ftbwiki.org/Tinkers%27_Mechworks

Tinker's Steelworks https://ftbwiki.org/Tinkers%27_Steelworks https://mods.curse.com/mc-mods/minecraft/233076-tinkers-steelworks-fork#t1:description - requires cookiecore, only adds high oven, skipping it

ExtraTiC? https://ftbwiki.org/ExtraTiC

TiC Tooltips? https://ftbwiki.org/TiC_Tooltips

Natura? https://ftbwiki.org/Natura

BiblioWoods-Natura https://ftbwiki.org/BiblioWoods_Natura

Witching Gadgets: Invalid registration attempt for an Ore Dictionary item with name blockVoid has occurred. The registration has been denied to prevent crashes. The mod responsible for the registration needs to correct this.

[20:21:31] [Client thread/INFO] [WitchingGadgets]: Setting up 'WitchingGadgets'
[20:21:31] [Client thread/WARN] [FML]: ****************************************
[20:21:31] [Client thread/WARN] [FML]: * Invalid registration attempt for an Ore Dictionary item with name blockVoid has occurred. The registration has been denied to prevent crashes. The mod responsible for the registration needs to correct this.
[20:21:31] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:522)
[20:21:31] [Client thread/WARN] [FML]: *  at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501)
[20:21:31] [Client thread/WARN] [FML]: *  at witchinggadgets.common.WGContent.preInitItems(WGContent.java:346)
[20:21:31] [Client thread/WARN] [FML]: *  at witchinggadgets.common.WGContent.preInit(WGContent.java:156)
[20:21:31] [Client thread/WARN] [FML]: *  at witchinggadgets.WitchingGadgets.preInit(WitchingGadgets.java:70)
[20:21:31] [Client thread/WARN] [FML]: *  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)...
[20:21:31] [Client thread/WARN] [FML]: ****************************************

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.