Posts posted by Animus_Surge
-
-
Posted ·
Edited by Animus_Surge
Hello,
I have just recently (as in the day of me putting this up) started getting a LoaderException with random mods that I use in a custom modpack using the curse client. It closes the game and presents me with this:
The game crashed whilst there was a severe problem during mod loading that has caused the game to fail Error: net.minecraftforge.fml.common.LoaderException: bibliocraft Failed load class: jds.bibliocraft.BiblioCraft
Here is my procedure that I used to determine if it was a mod or an FML problem (just in case this helps):
1. Disable the mod
2. Try to launch the game again
Basically, I disabled Bibliocraft (which the curse client changes the mod file extention to a .disabled file which the modloader does not read) and then relaunched the game to see what happens.
It then gave me the same error with a different mod:
Error: net.minecraftforge.fml.common.LoaderException: ctm Failed load class: team.chisel.ctm.CTM
I have absolutely no clue as to what has been going wrong, and regular minecraft from the twitch client works just fine. A full log (from one of the modded ones) is provided in a pastebin link below.
Thank you and have a great night/day/weekend/whatever,
Surge
The log: https://pastebin.com/kiVkzNZR
EDIT: Super really quick thing, it only happens to one of my user created modpacks (which I have two at the moment), if this helps anything
-
-
-
-
This is the third time I posted something along the lines of my basic item not rendering properly... so Im sorry if it is taken as spam.Anyways, I am trying to make a material item so I can use it to craft other cards (coming later), but it has kept giving me an error that looks like this:
Spoiler[17:07:16] [main/ERROR] [FML]: Exception loading model for variant ccbase:blank_card#inventory for item "ccbase:blank_card", normal location exception: net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model ccbase:item/blank_card with loader VanillaLoader.INSTANCE, skipping at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:161) ~[ModelLoaderRegistry.class:?] at net.minecraftforge.client.model.ModelLoader.loadItemModels(ModelLoader.java:302) ~[ModelLoader.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.loadVariantItemModels(ModelBakery.java:175) ~[ModelBakery.class:?] at net.minecraftforge.client.model.ModelLoader.setupModelRegistry(ModelLoader.java:151) ~[ModelLoader.class:?] at net.minecraft.client.renderer.block.model.ModelManager.onResourceManagerReload(ModelManager.java:28) [ModelManager.class:?] at net.minecraft.client.resources.SimpleReloadableResourceManager.registerReloadListener(SimpleReloadableResourceManager.java:121) [SimpleReloadableResourceManager.class:?] at net.minecraft.client.Minecraft.init(Minecraft.java:559) [Minecraft.class:?] at net.minecraft.client.Minecraft.run(Minecraft.java:421) [Minecraft.class:?] at net.minecraft.client.main.Main.main(Main.java:118) [Main.class:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_191] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_191] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_191] at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_191] 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_191] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_191] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_191] at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_191] at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97) [start/:?] at GradleStart.main(GradleStart.java:25) [start/:?] Caused by: java.io.FileNotFoundException: ccbase:models/item/blank_card.json at net.minecraft.client.resources.FallbackResourceManager.getResource(FallbackResourceManager.java:69) ~[FallbackResourceManager.class:?] at net.minecraft.client.resources.SimpleReloadableResourceManager.getResource(SimpleReloadableResourceManager.java:65) ~[SimpleReloadableResourceManager.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.loadModel(ModelBakery.java:334) ~[ModelBakery.class:?] at net.minecraftforge.client.model.ModelLoader.access$1400(ModelLoader.java:115) ~[ModelLoader.class:?] at net.minecraftforge.client.model.ModelLoader$VanillaLoader.loadModel(ModelLoader.java:861) ~[ModelLoader$VanillaLoader.class:?] at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:157) ~[ModelLoaderRegistry.class:?] ... 20 more [17:07:16] [main/ERROR] [FML]: Exception loading model for variant ccbase:blank_card#inventory for item "ccbase:blank_card", blockstate location exception: net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model ccbase:blank_card#inventory with loader VariantLoader.INSTANCE, skipping at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:161) ~[ModelLoaderRegistry.class:?] at net.minecraftforge.client.model.ModelLoader.loadItemModels(ModelLoader.java:296) ~[ModelLoader.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.loadVariantItemModels(ModelBakery.java:175) ~[ModelBakery.class:?] at net.minecraftforge.client.model.ModelLoader.setupModelRegistry(ModelLoader.java:151) ~[ModelLoader.class:?] at net.minecraft.client.renderer.block.model.ModelManager.onResourceManagerReload(ModelManager.java:28) [ModelManager.class:?] at net.minecraft.client.resources.SimpleReloadableResourceManager.registerReloadListener(SimpleReloadableResourceManager.java:121) [SimpleReloadableResourceManager.class:?] at net.minecraft.client.Minecraft.init(Minecraft.java:559) [Minecraft.class:?] at net.minecraft.client.Minecraft.run(Minecraft.java:421) [Minecraft.class:?] at net.minecraft.client.main.Main.main(Main.java:118) [Main.class:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_191] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_191] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_191] at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_191] 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_191] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_191] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_191] at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_191] at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97) [start/:?] at GradleStart.main(GradleStart.java:25) [start/:?] Caused by: net.minecraft.client.renderer.block.model.ModelBlockDefinition$MissingVariantException at net.minecraft.client.renderer.block.model.ModelBlockDefinition.getVariant(ModelBlockDefinition.java:83) ~[ModelBlockDefinition.class:?] at net.minecraftforge.client.model.ModelLoader$VariantLoader.loadModel(ModelLoader.java:1175) ~[ModelLoader$VariantLoader.class:?] at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:157) ~[ModelLoaderRegistry.class:?] ... 20 more
Now, when I look at the code, it gives me no errors, so I'm wondering if you have to include a blockstate for the item. I have a model JSON for the item,
Spoiler{ "parent": "item/generated", "textures": { "layer0": "ccbase:textures/items/blank_card.png" } }
The classes involved (which is like all classes of my mod currently) is below...
The material items package client handler:
Spoilerpackage com.ccbase.card.material; import net.minecraft.client.renderer.block.model.ModelResourceLocation; import net.minecraftforge.client.model.ModelLoader; public class StartupClient { public static void preIC() { ModelResourceLocation blankCardResourceLocation = new ModelResourceLocation("ccbase:blank_card", "inventory"); int meta = 0; ModelLoader.setCustomModelResourceLocation(StartupCommon.blankCard, meta, blankCardResourceLocation); } }
The common handler:
Spoilerpackage com.ccbase.card.material; import net.minecraftforge.fml.common.registry.ForgeRegistries; /** * This is where all basic materials will be loaded in. * @author esflo * */ public class StartupCommon { public static MaterialBlankCard blankCard; public static void preIC() { //blank card blankCard = (MaterialBlankCard)(new MaterialBlankCard().setUnlocalizedName("material-blank_card")); blankCard.setRegistryName("blank_card"); ForgeRegistries.ITEMS.register(blankCard); } public static void IC() { } public static void postIC() { } }
The actual item class:
Spoilerpackage com.ccbase.card.material; import net.minecraft.creativetab.CreativeTabs; import net.minecraft.item.Item; /** * Creates the instance of the crafting material: blank card * @params stacksize, creative tab * * @author Surge * */ public class MaterialBlankCard extends Item { private static int stackSize = 8192; public void blankCard() { this.setMaxStackSize(stackSize); this.setCreativeTab(CreativeTabs.TOOLS); } }
The client and common proxy classes:
Spoilerpackage com.ccbase.proxy; public class ClientProxy { public void preInit() { com.ccbase.card.material.StartupClient.preIC(); } } //client
package com.ccbase.proxy; public class CommonProxy { public void preInit() { com.ccbase.card.material.StartupCommon.preIC(); } public void init() { } } //common
The main mod class:
Spoilerpackage com.ccbase; import net.minecraft.init.Blocks; import net.minecraftforge.fml.common.Mod; import net.minecraftforge.fml.common.Mod.EventHandler; import net.minecraftforge.fml.common.SidedProxy; import net.minecraftforge.fml.common.event.FMLInitializationEvent; import net.minecraftforge.fml.common.event.FMLPreInitializationEvent; import org.apache.logging.log4j.Logger; import com.ccbase.proxy.CommonProxy; /** * @author Surge * @version 1.0-ALPHA */ @Mod(modid = CardCraftBase.MODID, name = CardCraftBase.NAME, version = CardCraftBase.VERSION) public class CardCraftBase { public static final String MODID = "ccbase"; public static final String NAME = "CardCraft: Base"; public static final String VERSION = "1.0-ALPHA"; private static Logger logger; @SidedProxy(clientSide = "com.ccbase.proxy.CommonProxy", serverSide = "com.ccbase.proxy.ClientProxy") public static CommonProxy proxy; @EventHandler public void preInit(FMLPreInitializationEvent event) { proxy.preInit(); logger = event.getModLog(); } @EventHandler public void init(FMLInitializationEvent event) { proxy.init(); logger.debug("initializing..."); } }
The full log:
Spoiler[17:06:57] [main/INFO] [GradleStart]: Extra: [] [17:06:57] [main/INFO] [GradleStart]: Running with arguments: [--userProperties, {}, --assetsDir, C:/Users/esflo/.gradle/caches/minecraft/assets, --assetIndex, 1.12, --accessToken{REDACTED}, --version, 1.12.2, --tweakClass, net.minecraftforge.fml.common.launcher.FMLTweaker, --tweakClass, net.minecraftforge.gradle.tweakers.CoremodTweaker] [17:06:57] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker [17:06:57] [main/INFO] [LaunchWrapper]: Using primary tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker [17:06:57] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.gradle.tweakers.CoremodTweaker [17:06:57] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLTweaker [17:06:57] [main/INFO] [FML]: Forge Mod Loader version 14.23.5.2768 for Minecraft 1.12.2 loading [17:06:57] [main/INFO] [FML]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_191, running on Windows 10:amd64:10.0, installed at C:\Program Files\Java\jre1.8.0_191 [17:06:57] [main/ERROR] [FML]: Apache Maven library folder was not in the format expected. Using default libraries directory. [17:06:57] [main/ERROR] [FML]: Full: C:\Users\esflo\.gradle\caches\modules-2\files-2.1\org.apache.maven\maven-artifact\3.5.3\7dc72b6d6d8a6dced3d294ed54c2cc3515ade9f4\maven-artifact-3.5.3.jar [17:06:57] [main/ERROR] [FML]: Trimmed: c:/users/esflo/.gradle/caches/modules-2/files-2.1/org.apache.maven/maven-artifact/3.5.3/ [17:06:58] [main/INFO] [FML]: Managed to load a deobfuscated Minecraft name- we are in a deobfuscated environment. Skipping runtime deobfuscation [17:06:58] [main/INFO] [FML]: Detected deobfuscated environment, loading log configs for colored console logs. 2018-12-27 17:06:58,862 main WARN Disabling terminal, you're running in an unsupported environment. [17:06:58] [main/INFO] [FML]: Ignoring missing certificate for coremod FMLCorePlugin (net.minecraftforge.fml.relauncher.FMLCorePlugin), we are in deobf and it's a forge core plugin [17:06:58] [main/INFO] [FML]: Ignoring missing certificate for coremod FMLForgePlugin (net.minecraftforge.classloading.FMLForgePlugin), we are in deobf and it's a forge core plugin [17:06:58] [main/INFO] [FML]: Searching C:\Users\esflo\Desktop\forge-1.12.2-14.23.5.2768-mdk\run\.\mods for mods [17:06:58] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.gradle.tweakers.CoremodTweaker [17:06:58] [main/INFO] [GradleStart]: Injecting location in coremod net.minecraftforge.fml.relauncher.FMLCorePlugin [17:06:58] [main/INFO] [GradleStart]: Injecting location in coremod net.minecraftforge.classloading.FMLForgePlugin [17:06:58] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker [17:06:58] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLDeobfTweaker [17:06:58] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.gradle.tweakers.AccessTransformerTweaker [17:06:58] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker [17:06:58] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker [17:06:58] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper [17:07:00] [main/ERROR] [FML]: FML appears to be missing any signature data. This is not a good thing [17:07:00] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper [17:07:00] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLDeobfTweaker [17:07:00] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.gradle.tweakers.AccessTransformerTweaker [17:07:00] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.TerminalTweaker [17:07:00] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.TerminalTweaker [17:07:00] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.client.main.Main} [17:07:01] [main/INFO] [minecraft/Minecraft]: Setting user: Player568 [17:07:03] [main/WARN] [minecraft/GameSettings]: Skipping bad option: lastServer: [17:07:03] [main/INFO] [minecraft/Minecraft]: LWJGL Version: 2.9.4 [17:07:04] [main/INFO] [FML]: -- System Details -- Details: Minecraft Version: 1.12.2 Operating System: Windows 10 (amd64) version 10.0 Java Version: 1.8.0_191, Oracle Corporation Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation Memory: 800246792 bytes (763 MB) / 1038876672 bytes (990 MB) up to 1038876672 bytes (990 MB) JVM Flags: 3 total; -Xincgc -Xmx1024M -Xms1024M IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0 FML: Loaded coremods (and transformers): GL info: ' Vendor: 'Intel' Version: '4.3.0 - Build 20.19.15.5058' Renderer: 'Intel(R) HD Graphics 4600' [17:07:04] [main/INFO] [FML]: MinecraftForge v14.23.5.2768 Initialized [17:07:04] [main/INFO] [FML]: Starts to replace vanilla recipe ingredients with ore ingredients. [17:07:04] [main/INFO] [FML]: Replaced 1036 ore ingredients [17:07:04] [main/INFO] [FML]: Searching C:\Users\esflo\Desktop\forge-1.12.2-14.23.5.2768-mdk\run\.\mods for mods [17:07:05] [main/INFO] [FML]: Forge Mod Loader has identified 5 mods to load [17:07:06] [main/INFO] [FML]: Attempting connection with missing mods [minecraft, mcp, FML, forge, ccbase] at CLIENT [17:07:06] [main/INFO] [FML]: Attempting connection with missing mods [minecraft, mcp, FML, forge, ccbase] at SERVER [17:07:06] [Thread-3/INFO] [FML]: Using sync timing. 200 frames of Display.update took 347186627 nanos [17:07:06] [main/INFO] [minecraft/SimpleReloadableResourceManager]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:CardCraft: Base [17:07:06] [main/INFO] [FML]: Processing ObjectHolder annotations [17:07:07] [main/INFO] [FML]: Found 1168 ObjectHolder annotations [17:07:07] [main/INFO] [FML]: Identifying ItemStackHolder annotations [17:07:07] [main/INFO] [FML]: Found 0 ItemStackHolder annotations [17:07:07] [main/INFO] [FML]: Configured a dormant chunk cache size of 0 [17:07:07] [Forge Version Check/INFO] [forge.VersionCheck]: [forge] Starting version check at http://files.minecraftforge.net/maven/net/minecraftforge/forge/promotions_slim.json [17:07:07] [main/INFO] [FML]: Applying holder lookups [17:07:07] [main/INFO] [FML]: Holder lookups applied [17:07:07] [main/INFO] [FML]: Applying holder lookups [17:07:07] [main/INFO] [FML]: Holder lookups applied [17:07:07] [main/INFO] [FML]: Applying holder lookups [17:07:07] [main/INFO] [FML]: Holder lookups applied [17:07:07] [main/INFO] [FML]: Applying holder lookups [17:07:07] [main/INFO] [FML]: Holder lookups applied [17:07:07] [main/INFO] [FML]: Injecting itemstacks [17:07:07] [main/INFO] [FML]: Itemstack injection complete [17:07:07] [Forge Version Check/INFO] [forge.VersionCheck]: [forge] Found status: UP_TO_DATE Target: null [17:07:10] [Sound Library Loader/INFO] [minecraft/SoundManager]: Starting up SoundSystem... [17:07:10] [Thread-5/INFO] [minecraft/SoundManager]: Initializing LWJGL OpenAL [17:07:10] [Thread-5/INFO] [minecraft/SoundManager]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org) [17:07:10] [Thread-5/INFO] [minecraft/SoundManager]: OpenAL initialized. [17:07:10] [Sound Library Loader/INFO] [minecraft/SoundManager]: Sound engine started [17:07:15] [main/INFO] [FML]: Max texture size: 8192 [17:07:16] [main/INFO] [minecraft/TextureMap]: Created: 512x512 textures-atlas [17:07:16] [main/ERROR] [FML]: Exception loading model for variant ccbase:blank_card#inventory for item "ccbase:blank_card", normal location exception: net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model ccbase:item/blank_card with loader VanillaLoader.INSTANCE, skipping at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:161) ~[ModelLoaderRegistry.class:?] at net.minecraftforge.client.model.ModelLoader.loadItemModels(ModelLoader.java:302) ~[ModelLoader.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.loadVariantItemModels(ModelBakery.java:175) ~[ModelBakery.class:?] at net.minecraftforge.client.model.ModelLoader.setupModelRegistry(ModelLoader.java:151) ~[ModelLoader.class:?] at net.minecraft.client.renderer.block.model.ModelManager.onResourceManagerReload(ModelManager.java:28) [ModelManager.class:?] at net.minecraft.client.resources.SimpleReloadableResourceManager.registerReloadListener(SimpleReloadableResourceManager.java:121) [SimpleReloadableResourceManager.class:?] at net.minecraft.client.Minecraft.init(Minecraft.java:559) [Minecraft.class:?] at net.minecraft.client.Minecraft.run(Minecraft.java:421) [Minecraft.class:?] at net.minecraft.client.main.Main.main(Main.java:118) [Main.class:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_191] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_191] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_191] at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_191] 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_191] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_191] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_191] at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_191] at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97) [start/:?] at GradleStart.main(GradleStart.java:25) [start/:?] Caused by: java.io.FileNotFoundException: ccbase:models/item/blank_card.json at net.minecraft.client.resources.FallbackResourceManager.getResource(FallbackResourceManager.java:69) ~[FallbackResourceManager.class:?] at net.minecraft.client.resources.SimpleReloadableResourceManager.getResource(SimpleReloadableResourceManager.java:65) ~[SimpleReloadableResourceManager.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.loadModel(ModelBakery.java:334) ~[ModelBakery.class:?] at net.minecraftforge.client.model.ModelLoader.access$1400(ModelLoader.java:115) ~[ModelLoader.class:?] at net.minecraftforge.client.model.ModelLoader$VanillaLoader.loadModel(ModelLoader.java:861) ~[ModelLoader$VanillaLoader.class:?] at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:157) ~[ModelLoaderRegistry.class:?] ... 20 more [17:07:16] [main/ERROR] [FML]: Exception loading model for variant ccbase:blank_card#inventory for item "ccbase:blank_card", blockstate location exception: net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model ccbase:blank_card#inventory with loader VariantLoader.INSTANCE, skipping at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:161) ~[ModelLoaderRegistry.class:?] at net.minecraftforge.client.model.ModelLoader.loadItemModels(ModelLoader.java:296) ~[ModelLoader.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.loadVariantItemModels(ModelBakery.java:175) ~[ModelBakery.class:?] at net.minecraftforge.client.model.ModelLoader.setupModelRegistry(ModelLoader.java:151) ~[ModelLoader.class:?] at net.minecraft.client.renderer.block.model.ModelManager.onResourceManagerReload(ModelManager.java:28) [ModelManager.class:?] at net.minecraft.client.resources.SimpleReloadableResourceManager.registerReloadListener(SimpleReloadableResourceManager.java:121) [SimpleReloadableResourceManager.class:?] at net.minecraft.client.Minecraft.init(Minecraft.java:559) [Minecraft.class:?] at net.minecraft.client.Minecraft.run(Minecraft.java:421) [Minecraft.class:?] at net.minecraft.client.main.Main.main(Main.java:118) [Main.class:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_191] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_191] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_191] at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_191] 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_191] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_191] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_191] at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_191] at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97) [start/:?] at GradleStart.main(GradleStart.java:25) [start/:?] Caused by: net.minecraft.client.renderer.block.model.ModelBlockDefinition$MissingVariantException at net.minecraft.client.renderer.block.model.ModelBlockDefinition.getVariant(ModelBlockDefinition.java:83) ~[ModelBlockDefinition.class:?] at net.minecraftforge.client.model.ModelLoader$VariantLoader.loadModel(ModelLoader.java:1175) ~[ModelLoader$VariantLoader.class:?] at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:157) ~[ModelLoaderRegistry.class:?] ... 20 more [17:07:17] [main/INFO] [FML]: Applying holder lookups [17:07:17] [main/INFO] [FML]: Holder lookups applied [17:07:17] [main/INFO] [FML]: Injecting itemstacks [17:07:17] [main/INFO] [FML]: Itemstack injection complete [17:07:17] [main/INFO] [FML]: Forge Mod Loader has successfully loaded 5 mods [17:07:17] [main/WARN] [minecraft/GameSettings]: Skipping bad option: lastServer: [17:07:17] [main/INFO] [mojang/NarratorWindows]: Narrator library for x64 successfully loaded [17:07:18] [Realms Notification Availability checker #1/INFO] [mojang/RealmsClient]: Could not authorize you against Realms server: Invalid session id [17:07:32] [main/INFO] [minecraft/Minecraft]: Stopping! [17:07:32] [main/INFO] [minecraft/SoundManager]: SoundSystem shutting down... [17:07:32] [main/WARN] [minecraft/SoundManager]: Author: Paul Lamb, www.paulscode.com Java HotSpot(TM) 64-Bit Server VM warning: Using incremental CMS is deprecated and will likely be removed in a future release
NOTE: I had to restart because I had lost all of my files from the other version.
If I missed anything, please let me know... this is all the files from the current state, so I'm pretty sure I didn't miss anything.
-
-
Edited by Animus_Surge
I pulled my ram down to 4096 MB, and it gave me the following log:
Spoiler[16:25:11] [main/INFO]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker [16:25:11] [main/INFO]: Using primary tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker [16:25:11] [main/INFO]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLTweaker [16:25:11] [main/INFO]: Forge Mod Loader version 14.23.5.2796 for Minecraft 1.12.2 loading [16:25:11] [main/INFO]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_51, running on Windows 10:amd64:10.0, installed at C:\Users\esflo\Documents\Curse\Minecraft\Install\runtime\jre-x64\1.8.0_51 [16:25:12] [main/INFO]: Searching C:\Users\esflo\Documents\Curse\Minecraft\Instances\subway systems\mods for mods [16:25:12] [main/INFO]: Searching C:\Users\esflo\Documents\Curse\Minecraft\Instances\subway systems\mods\1.12.2 for mods [16:25:12] [main/WARN]: Found FMLCorePluginContainsFMLMod marker in albedo-0.1.3.jar. This is not recommended, @Mods should be in a separate jar from the coremod. [16:25:12] [main/WARN]: The coremod FMLPlugin (elucent.albedo.asm.FMLPlugin) is not signed! [16:25:12] [main/INFO]: Loading tweaker codechicken.asm.internal.Tweaker from ChickenASM-1.12-1.0.2.7.jar [16:25:12] [main/WARN]: Found FMLCorePluginContainsFMLMod marker in CTM-MC1.12.2-0.3.3.22.jar. This is not recommended, @Mods should be in a separate jar from the coremod. [16:25:12] [main/WARN]: The coremod team.chisel.ctm.client.asm.CTMCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft [16:25:12] [main/WARN]: The coremod CTMCorePlugin (team.chisel.ctm.client.asm.CTMCorePlugin) is not signed! [16:25:12] [main/WARN]: Found FMLCorePluginContainsFMLMod marker in EnderCore-1.12.2-0.5.43.jar. This is not recommended, @Mods should be in a separate jar from the coremod. [16:25:12] [main/WARN]: The coremod blusunrize.immersiveengineering.common.asm.IELoadingPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft [16:25:12] [main/INFO]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker [16:25:12] [main/INFO]: Loading tweak class name codechicken.asm.internal.Tweaker [16:25:12] [main/INFO]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLDeobfTweaker [16:25:12] [main/INFO]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker [16:25:12] [main/INFO]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker [16:25:12] [main/INFO]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper [16:25:13] [main/INFO]: Found valid fingerprint for Minecraft Forge. Certificate fingerprint e3c3d50c7c986df74c645c0ac54639741c90a557 [16:25:13] [main/INFO]: Found valid fingerprint for Minecraft. Certificate fingerprint cd99959656f753dc28d863b46769f7f8fbaefcfc [16:25:13] [main/INFO]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper [16:25:13] [main/INFO]: Calling tweak class codechicken.asm.internal.Tweaker [16:25:13] [main/INFO]: [codechicken.asm.internal.Tweaker:injectIntoClassLoader:30]: false [16:25:13] [main/INFO]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLDeobfTweaker [16:25:14] [main/INFO]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper [16:25:14] [main/INFO]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper [16:25:14] [main/INFO]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper [16:25:14] [main/INFO]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper [16:25:14] [main/INFO]: Loading tweak class name net.minecraftforge.fml.common.launcher.TerminalTweaker [16:25:14] [main/INFO]: Calling tweak class net.minecraftforge.fml.common.launcher.TerminalTweaker [16:25:14] [main/INFO]: Launching wrapped minecraft {net.minecraft.client.main.Main} [16:25:14] [main/INFO]: Transforming net.minecraft.entity.player.EntityPlayer finished, added func_184613_cA() overriding EntityLivingBase [16:25:15] [main/INFO]: [elucent.albedo.asm.ASMTransformer:patchProfilerASM:408]: Successfully loaded Profiler ASM! [16:25:15] [main/INFO]: [elucent.albedo.asm.ASMTransformer:patchForgeHooksASM:89]: Successfully patched ForgeHooksClient! [16:25:15] [main/INFO]: [team.chisel.ctm.client.asm.CTMTransformer:preTransform:230]: Transforming Class [net.minecraftforge.client.ForgeHooksClient], Method [getDamageModel] [16:25:15] [main/INFO]: [team.chisel.ctm.client.asm.CTMTransformer:finishTransform:242]: Transforming net.minecraftforge.client.ForgeHooksClient Finished. [16:25:15] [Client thread/INFO]: Setting user: Animus_Surge [16:25:15] [Client thread/INFO]: [team.chisel.ctm.client.asm.CTMTransformer:preTransform:230]: Transforming Class [net.minecraft.block.Block], Method [getExtendedState] [16:25:15] [Client thread/INFO]: [team.chisel.ctm.client.asm.CTMTransformer:finishTransform:242]: Transforming net.minecraft.block.Block Finished. [16:25:17] [Client thread/INFO]: Transforming Class [net.minecraft.entity.ai.EntityAICreeperSwell], Method [func_75246_d] [16:25:17] [Client thread/INFO]: Transforming net.minecraft.entity.ai.EntityAICreeperSwell Finished. [16:25:18] [Client thread/INFO]: Transforming Class [net.minecraft.inventory.ContainerFurnace], Method [func_82846_b] [16:25:18] [Client thread/INFO]: Transforming net.minecraft.inventory.ContainerFurnace Finished. [16:25:18] [Client thread/WARN]: Skipping bad option: lastServer: [16:25:18] [Client thread/INFO]: LWJGL Version: 2.9.4 [16:25:19] [Client thread/INFO]: [elucent.albedo.asm.ASMTransformer:patchGlStateManagerASM:240]: Successfully loaded GlStateManager ASM! [16:25:19] [Client thread/INFO]: [elucent.albedo.asm.ASMTransformer:patchGlStateManagerASM:247]: Successfully loaded GlStateManager ASM! [16:25:19] [Client thread/INFO]: -- System Details -- Details: Minecraft Version: 1.12.2 Operating System: Windows 10 (amd64) version 10.0 Java Version: 1.8.0_51, Oracle Corporation Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation Memory: 545140328 bytes (519 MB) / 782237696 bytes (746 MB) up to 3817865216 bytes (3641 MB) JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx4096m -Xms256m -XX:PermSize=256m IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0 FML: Loaded coremods (and transformers): EnderCorePlugin (EnderCore-1.12.2-0.5.43.jar) com.enderio.core.common.transform.EnderCoreTransformer com.enderio.core.common.transform.SimpleMixinPatcher FMLPlugin (albedo-0.1.3.jar) elucent.albedo.asm.ASMTransformer IELoadingPlugin (ImmersiveEngineering-core-0.12-88.jar) blusunrize.immersiveengineering.common.asm.IEClassTransformer CTMCorePlugin (CTM-MC1.12.2-0.3.3.22.jar) team.chisel.ctm.client.asm.CTMTransformer GL info: ' Vendor: 'Intel' Version: '4.3.0 - Build 20.19.15.5058' Renderer: 'Intel(R) HD Graphics 4600' [16:25:20] [Client thread/INFO]: MinecraftForge v14.23.5.2796 Initialized [16:25:20] [Client thread/INFO]: Starts to replace vanilla recipe ingredients with ore ingredients. [16:25:20] [Client thread/INFO]: Replaced 1036 ore ingredients [16:25:20] [Client thread/INFO]: Searching C:\Users\esflo\Documents\Curse\Minecraft\Instances\subway systems\mods for mods [16:25:20] [Client thread/INFO]: Searching C:\Users\esflo\Documents\Curse\Minecraft\Instances\subway systems\mods\1.12.2 for mods [16:25:22] [Thread-3/INFO]: Using sync timing. 200 frames of Display.update took 625661767 nanos [16:25:22] [Client thread/WARN]: Mod codechickenlib is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 3.2.2.353 [16:25:23] [Client thread/WARN]: Mod microblockcbe is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 2.6.0.79 [16:25:23] [Client thread/WARN]: Mod forgemultipartcbe is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 2.6.0.79 [16:25:23] [Client thread/WARN]: Mod minecraftmultipartcbe is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 2.6.0.79 [16:25:23] [Client thread/WARN]: Mod mrtjpcore is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 2.1.3.35 [16:25:23] [Client thread/WARN]: Mod projectred-core is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 4.9.1.92 [16:25:23] [Client thread/INFO]: Mod projectred-compat is missing the required element 'name'. Substituting projectred-compat [16:25:23] [Client thread/WARN]: Mod projectred-compat is missing the required element 'version' and no fallback can be found. Substituting '1.0'. [16:25:23] [Client thread/WARN]: Mod projectred-fabrication is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 4.9.1.92 [16:25:23] [Client thread/WARN]: Mod projectred-integration is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 4.9.1.92 [16:25:23] [Client thread/WARN]: Mod projectred-transmission is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 4.9.1.92 [16:25:23] [Client thread/WARN]: Mod projectred-illumination is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 4.9.1.92 [16:25:23] [Client thread/WARN]: Mod projectred-expansion is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 4.9.1.92 [16:25:23] [Client thread/WARN]: Mod projectred-relocation is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 4.9.1.92 [16:25:23] [Client thread/WARN]: Mod projectred-transportation is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 4.9.1.92 [16:25:24] [Client thread/WARN]: Mod projectred-exploration is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 4.9.1.92 [16:25:24] [Client thread/INFO]: Disabling mod weissalbedoserver it is server side only. [16:25:24] [Client thread/INFO]: Forge Mod Loader has identified 60 mods to load [16:25:25] [Client thread/INFO]: FML has found a non-mod file AutoSave-1.12.2-1.0.8.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible. [16:25:25] [Client thread/INFO]: FML has found a non-mod file AutoConfig-1.12.2-1.0.1.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible. [16:25:25] [Client thread/INFO]: Attempting connection with missing mods [minecraft, mcp, FML, forge, albedocore, albedo, albedocompat, albedotorches, appliedenergistics2, blakealbedo, chisel, chiselsandbits, codechickenlib, cofhcore, cofhworld, coloredredstone, coloredlights, ctm, endercore, enderio, enderiobase, enderioconduits, enderioconduitsappliedenergistics, enderioconduitsopencomputers, enderioconduitsrefinedstorage, enderiointegrationforestry, enderiointegrationtic, enderiointegrationticlate, enderiomachines, enderiopowertools, microblockcbe, forgemultipartcbe, minecraftmultipartcbe, immersivepetroleum, immersiverailroading, jei, journeymap, mcjtylib_ng, mrtjpcore, projectred-core, projectred-compat, projectred-fabrication, projectred-integration, projectred-transmission, projectred-illumination, projectred-expansion, projectred-relocation, projectred-transportation, projectred-exploration, redstoneflux, rftools, rftoolscontrol, rftoolspower, theoneprobe, thermaldynamics, thermalexpansion, thermalfoundation, trackapi, weissalbedo, immersiveengineering] at CLIENT [16:25:25] [Client thread/INFO]: Attempting connection with missing mods [minecraft, mcp, FML, forge, albedocore, albedo, albedocompat, albedotorches, appliedenergistics2, blakealbedo, chisel, chiselsandbits, codechickenlib, cofhcore, cofhworld, coloredredstone, coloredlights, ctm, endercore, enderio, enderiobase, enderioconduits, enderioconduitsappliedenergistics, enderioconduitsopencomputers, enderioconduitsrefinedstorage, enderiointegrationforestry, enderiointegrationtic, enderiointegrationticlate, enderiomachines, enderiopowertools, microblockcbe, forgemultipartcbe, minecraftmultipartcbe, immersivepetroleum, immersiverailroading, jei, journeymap, mcjtylib_ng, mrtjpcore, projectred-core, projectred-compat, projectred-fabrication, projectred-integration, projectred-transmission, projectred-illumination, projectred-expansion, projectred-relocation, projectred-transportation, projectred-exploration, redstoneflux, rftools, rftoolscontrol, rftoolspower, theoneprobe, thermaldynamics, thermalexpansion, thermalfoundation, trackapi, weissalbedo, immersiveengineering] at SERVER [16:25:26] [Client thread/INFO]: [team.chisel.ctm.client.asm.CTMTransformer:preTransform:230]: Transforming Class [net.minecraft.client.renderer.texture.TextureMap], Method [registerSprite] [16:25:26] [Client thread/INFO]: [team.chisel.ctm.client.asm.CTMTransformer:finishTransform:242]: Transforming net.minecraft.client.renderer.texture.TextureMap Finished. [16:25:26] [Client thread/WARN]: **************************************** [16:25:26] [Client thread/WARN]: * Could not determine owning mod for @EventBusSubscriber on weissmoon.albedo.entity.EntityBurning for mod weissalbedo [16:25:26] [Client thread/WARN]: * at net.minecraftforge.fml.common.AutomaticEventSubscriber.inject(AutomaticEventSubscriber.java:71) [16:25:26] [Client thread/WARN]: * at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:599) [16:25:26] [Client thread/WARN]: * at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [16:25:26] [Client thread/WARN]: * at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [16:25:26] [Client thread/WARN]: * at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [16:25:26] [Client thread/WARN]: * at java.lang.reflect.Method.invoke(Method.java:497)... [16:25:26] [Client thread/WARN]: **************************************** [16:25:26] [Client thread/WARN]: **************************************** [16:25:26] [Client thread/WARN]: * Could not determine owning mod for @EventBusSubscriber on weissmoon.albedo.tile.BeaconColoringLight for mod weissalbedo [16:25:26] [Client thread/WARN]: * at net.minecraftforge.fml.common.AutomaticEventSubscriber.inject(AutomaticEventSubscriber.java:71) [16:25:26] [Client thread/WARN]: * at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:599) [16:25:26] [Client thread/WARN]: * at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [16:25:26] [Client thread/WARN]: * at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [16:25:26] [Client thread/WARN]: * at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [16:25:26] [Client thread/WARN]: * at java.lang.reflect.Method.invoke(Method.java:497)... [16:25:26] [Client thread/WARN]: **************************************** [16:25:26] [Client thread/WARN]: **************************************** [16:25:26] [Client thread/WARN]: * Could not determine owning mod for @EventBusSubscriber on weissmoon.albedo.entity.CreeperCharged for mod weissalbedo [16:25:26] [Client thread/WARN]: * at net.minecraftforge.fml.common.AutomaticEventSubscriber.inject(AutomaticEventSubscriber.java:71) [16:25:26] [Client thread/WARN]: * at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:599) [16:25:26] [Client thread/WARN]: * at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [16:25:26] [Client thread/WARN]: * at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [16:25:26] [Client thread/WARN]: * at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [16:25:26] [Client thread/WARN]: * at java.lang.reflect.Method.invoke(Method.java:497)... [16:25:26] [Client thread/WARN]: **************************************** [16:25:29] [Client thread/INFO]: [team.chisel.ctm.client.asm.CTMTransformer:preTransform:230]: Transforming Class [net.minecraft.client.renderer.texture.TextureAtlasSprite], Method [updateAnimationInterpolated] [16:25:29] [Client thread/INFO]: [team.chisel.ctm.client.asm.CTMTransformer:finishTransform:242]: Transforming net.minecraft.client.renderer.texture.TextureAtlasSprite Finished. [16:25:34] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Albedo, FMLFileResourcePack:Albedo Compat, FMLFileResourcePack:Albedo Torches, FMLFileResourcePack:Applied Energistics 2, FMLFileResourcePack:BlakeAlbedo, FMLFileResourcePack:Chisel, FMLFileResourcePack:Chisels & Bits, FMLFileResourcePack:CodeChicken Lib, FMLFileResourcePack:CoFH Core, FMLFileResourcePack:CoFH World, FMLFileResourcePack:Colored Redstone, FMLFileResourcePack:ColoredLights, FMLFileResourcePack:CTM, FMLFileResourcePack:EnderCore, FMLFileResourcePack:Ender IO, FMLFileResourcePack:Ender IO Base, FMLFileResourcePack:Ender IO Conduits, FMLFileResourcePack:Ender IO Applied Energistics Conduits, FMLFileResourcePack:Ender IO Open Computers Conduits, FMLFileResourcePack:Ender IO Refined Storage Conduits, FMLFileResourcePack:Ender IO Integration with Forestry, FMLFileResourcePack:Ender IO Integration with Tinkers' Construct, FMLFileResourcePack:Ender IO Integration with Tinkers' Construct, FMLFileResourcePack:Ender IO Machines, FMLFileResourcePack:Ender IO Powertools, FMLFileResourcePack:Forge Microblocks, FMLFileResourcePack:Forge Multipart CBE, FMLFileResourcePack:Minecraft Multipart Plugin, FMLFileResourcePack:Immersive Petroleum, FMLFileResourcePack:Immersive Railroading, FMLFileResourcePack:Just Enough Items, FMLFileResourcePack:JourneyMap, FMLFileResourcePack:McJtyLib, FMLFileResourcePack:MrTJPCore, FMLFileResourcePack:ProjectRed Core, FMLFileResourcePack:projectred-compat, FMLFileResourcePack:ProjectRed Fabrication, FMLFileResourcePack:ProjectRed integration, FMLFileResourcePack:ProjectRed Transmission, FMLFileResourcePack:ProjectRed Illumination, FMLFileResourcePack:ProjectRed Expansion, FMLFileResourcePack:ProjectRed Relocation, FMLFileResourcePack:ProjectRed Transportation, FMLFileResourcePack:ProjectRed Exploration, FMLFileResourcePack:Redstone Flux, FMLFileResourcePack:RFTools, FMLFileResourcePack:RFTools Control, FMLFileResourcePack:RFToolsPower, FMLFileResourcePack:The One Probe, FMLFileResourcePack:Thermal Dynamics, FMLFileResourcePack:Thermal Expansion, FMLFileResourcePack:Thermal Foundation, FMLFileResourcePack:Track API, FMLFileResourcePack:Weiss Albedo, FMLFileResourcePack:Immersive Engineering, Amtrak+.zip [16:25:34] [Client thread/INFO]: [elucent.albedo.asm.ASMTransformer:patchRenderItemASM:139]: Successfully loaded RenderItem ASM! [16:25:34] [Client thread/INFO]: Transforming Class [net.minecraft.client.renderer.RenderItem], Method [func_180453_a, func_184391_a] [16:25:34] [Client thread/INFO]: Transforming net.minecraft.client.renderer.RenderItem Finished. [16:25:34] [Client thread/INFO]: Processing ObjectHolder annotations [16:25:34] [Client thread/INFO]: Found 1262 ObjectHolder annotations [16:25:34] [Client thread/INFO]: Identifying ItemStackHolder annotations [16:25:34] [Client thread/INFO]: Found 8 ItemStackHolder annotations [16:25:35] [Client thread/INFO]: Forge Energy integration loaded [16:25:35] [Client thread/INFO]: Configured a dormant chunk cache size of 0 [16:25:35] [Forge Version Check/INFO]: [cofhcore] Starting version check at https://raw.github.com/cofh/version/master/cofhcore_update.json [16:25:35] [Client thread/WARN]: Potentially Dangerous alternative prefix `minecraft` for name `tileentitycolortorch`, expected `albedotorches`. This could be a intended override, but in most cases indicates a broken mod. [16:25:35] [Client thread/INFO]: [elucent.albedo.util.ShaderUtil:readFileAsString:78]: Loading shader [/assets/albedo/shaders/fastlight.vs]... [16:25:35] [Client thread/INFO]: [elucent.albedo.util.ShaderUtil:readFileAsString:78]: Loading shader [/assets/albedo/shaders/fastlight.fs]... [16:25:35] [Client thread/INFO]: [elucent.albedo.util.ShaderUtil:readFileAsString:78]: Loading shader [/assets/albedo/shaders/entitylight.vs]... [16:25:35] [Client thread/INFO]: [elucent.albedo.util.ShaderUtil:readFileAsString:78]: Loading shader [/assets/albedo/shaders/entitylight.fs]... [16:25:35] [Client thread/INFO]: [elucent.albedo.util.ShaderUtil:readFileAsString:78]: Loading shader [/assets/albedo/shaders/depth.vs]... [16:25:35] [Client thread/INFO]: [elucent.albedo.util.ShaderUtil:readFileAsString:78]: Loading shader [/assets/albedo/shaders/depth.fs]... [16:25:35] [Client thread/INFO]: Pre Initialization ( started ) [16:25:36] [Forge Version Check/INFO]: [cofhcore] Found status: UP_TO_DATE Target: null [16:25:36] [Forge Version Check/INFO]: [codechickenlib] Starting version check at http://chickenbones.net/Files/notification/version.php?query=forge&version=1.12&file=CodeChickenLib [16:25:36] [Forge Version Check/INFO]: [codechickenlib] Found status: BETA Target: null [16:25:36] [Forge Version Check/INFO]: [thermaldynamics] Starting version check at https://raw.github.com/cofh/version/master/thermaldynamics_update.json [16:25:36] [Forge Version Check/INFO]: [thermaldynamics] Found status: UP_TO_DATE Target: null [16:25:36] [Forge Version Check/INFO]: [cofhworld] Starting version check at https://raw.github.com/cofh/version/master/cofhworld_update.json [16:25:36] [Forge Version Check/INFO]: [cofhworld] Found status: AHEAD Target: null [16:25:36] [Forge Version Check/INFO]: [immersiveengineering] Starting version check at https://raw.githubusercontent.com/BluSunrize/ImmersiveEngineering/master/changelog.json [16:25:36] [Forge Version Check/INFO]: [immersiveengineering] Found status: UP_TO_DATE Target: null [16:25:36] [Forge Version Check/INFO]: [forge] Starting version check at http://files.minecraftforge.net/maven/net/minecraftforge/forge/promotions_slim.json [16:25:36] [Forge Version Check/INFO]: [forge] Found status: AHEAD Target: null [16:25:36] [Forge Version Check/INFO]: [thermalfoundation] Starting version check at https://raw.github.com/cofh/version/master/thermalfoundation_update.json [16:25:36] [Forge Version Check/INFO]: [thermalfoundation] Found status: UP_TO_DATE Target: null [16:25:36] [Forge Version Check/INFO]: [thermalexpansion] Starting version check at https://raw.github.com/cofh/version/master/thermalexpansion_update.json [16:25:36] [Forge Version Check/INFO]: [thermalexpansion] Found status: UP_TO_DATE Target: null [16:25:39] [Client thread/INFO]: [elucent.albedo.asm.ASMTransformer:patchTERendererASM:297]: Successfully loaded TileEntityRendererDispatcher ASM! [16:25:39] [Client thread/INFO]: [elucent.albedo.asm.ASMTransformer:patchRenderManagerASM:352]: Successfully loaded RenderManager ASM! [16:25:39] [Client thread/INFO]: [team.chisel.ctm.client.asm.CTMTransformer:preTransform:230]: Transforming Class [net.minecraftforge.client.model.ModelLoader$VanillaModelWrapper], Method [getTextures] [16:25:39] [Client thread/INFO]: [team.chisel.ctm.client.asm.CTMTransformer:finishTransform:242]: Transforming net.minecraftforge.client.model.ModelLoader$VanillaModelWrapper Finished. [16:25:39] [Client thread/INFO]: Starting AE2 VersionChecker [16:25:39] [Client thread/INFO]: Pre Initialization ( ended after 4395ms ) [16:25:39] [AE2 VersionChecker/INFO]: Last check was just recently. [16:25:39] [AE2 VersionChecker/INFO]: Stopping AE2 VersionChecker [16:25:39] [Client thread/INFO]: Applying holder lookups [16:25:39] [Client thread/INFO]: Holder lookups applied [16:25:40] [Client thread/WARN]: Potentially Dangerous alternative prefix `minecraft` for name `mod.chiselsandbits.tileentitychiseled`, expected `chiselsandbits`. This could be a intended override, but in most cases indicates a broken mod. [16:25:40] [Client thread/WARN]: Potentially Dangerous alternative prefix `minecraft` for name `mod.chiselsandbits.tileentitychiseled.tesr`, expected `chiselsandbits`. This could be a intended override, but in most cases indicates a broken mod. [16:25:40] [Client thread/WARN]: Potentially Dangerous alternative prefix `minecraft` for name `mod.chiselsandbits.tileentitybittank`, expected `chiselsandbits`. This could be a intended override, but in most cases indicates a broken mod. [16:25:41] [Client thread/INFO]: Registering default Feature Templates... [16:25:41] [Client thread/INFO]: Registering default World Generators... [16:25:41] [Client thread/INFO]: Verifying or creating base world generation directory... [16:25:41] [Client thread/INFO]: Complete. [16:25:44] [Client thread/WARN]: Potentially Dangerous alternative prefix `minecraft` for name `redstone_wire`, expected `coloredredstone`. This could be a intended override, but in most cases indicates a broken mod. [16:25:45] [Client thread/WARN]: Potentially Dangerous alternative prefix `minecraft` for name `powered_repeater`, expected `coloredredstone`. This could be a intended override, but in most cases indicates a broken mod. [16:25:45] [Client thread/WARN]: Potentially Dangerous alternative prefix `minecraft` for name `unpowered_repeater`, expected `coloredredstone`. This could be a intended override, but in most cases indicates a broken mod. [16:25:45] [Client thread/WARN]: Potentially Dangerous alternative prefix `minecraft` for name `powered_comparator`, expected `coloredredstone`. This could be a intended override, but in most cases indicates a broken mod. [16:25:45] [Client thread/WARN]: Potentially Dangerous alternative prefix `minecraft` for name `unpowered_comparator`, expected `coloredredstone`. This could be a intended override, but in most cases indicates a broken mod. [16:25:45] [Client thread/INFO]: Found annotation mixin: crazypants.enderio.conduits.me.conduit.MEMixin [16:25:45] [Client thread/INFO]: Registered mixin. [16:25:45] [Client thread/INFO]: Found annotation mixin: crazypants.enderio.conduits.oc.conduit.OCMixin [16:25:45] [Client thread/INFO]: Skipping mixin due to missing dependencies: [opencomputersapi|network] [16:25:45] [Client thread/INFO]: Found mixin source class data for crazypants.enderio.conduits.me.conduit.MEMixin. [16:25:46] [Client thread/INFO]: Fuel Integration: Integration for fluid 'creosote' loaded [16:25:46] [Client thread/INFO]: Fuel Integration: Integration for fluid 'coal' loaded [16:25:46] [Client thread/INFO]: Fuel Integration: Integration for fluid 'crude_oil' loaded [16:25:46] [Client thread/INFO]: Fuel Integration: Integration for fluid 'refined_oil' loaded [16:25:46] [Client thread/INFO]: Fuel Integration: Integration for fluid 'refined_fuel' loaded [16:25:46] [Client thread/INFO]: Fuel Integration: Integration for fluid 'tree_oil' loaded [16:25:46] [Client thread/INFO]: Fuel Integration: Integration for fluid 'seed_oil' loaded [16:25:46] [Client thread/INFO]: Fuel Integration: Integration for fluid 'refined_biofuel' loaded [16:25:46] [Client thread/INFO]: Fuel Integration: Integration for fluid 'cryotheum' loaded [16:25:48] [Client thread/INFO]: Patching 1 mixins onto class crazypants.enderio.conduits.conduit.TileConduitBundle [16:25:48] [Client thread/INFO]: Added methods and interfaces from class crazypants.enderio.conduits.me.conduit.MEMixin [16:25:48] [Client thread/INFO]: Successfully patched. [16:25:51] [Client thread/WARN]: Tinkers' Construct integration NOT loaded. Tinkers' Construct is not installed [16:25:52] [Client thread/WARN]: Applied Energistics conduits loaded. Let your networks connect! [16:25:52] [Client thread/WARN]: OpenComputers conduits NOT loaded. OpenComputers is not installed [16:25:52] [Client thread/WARN]: Refined Storage conduits NOT loaded. Refined Storage is not installed [16:25:52] [Client thread/WARN]: Forestry integration NOT loaded. Forestry is not installed [16:25:54] [Client thread/WARN]: Potentially Dangerous alternative prefix `ccmp` for name `saved_multipart`, expected `forgemultipartcbe`. This could be a intended override, but in most cases indicates a broken mod. [16:25:55] [Client thread/INFO]: The One Probe Detected RedstoneFlux: enabling support [16:25:55] [Client thread/INFO]: Fuel Integration: Integration for fluid 'biodiesel' loaded [16:25:56] [Client thread/INFO]: OBJLoader: Domain immersiveengineering has been added. [16:25:56] [Client thread/INFO]: Custom OBJLoader: Domain has been added: immersiveengineering [16:25:57] [Immersive Engineering Contributors Thread/INFO]: Attempting to download special revolvers from GitHub [16:25:57] [Client thread/INFO]: Fuel Integration: Integration for fluid 'oil' loaded [16:25:57] [Client thread/INFO]: Fuel Integration: Integration for fluid 'diesel' loaded [16:25:57] [Client thread/INFO]: Fuel Integration: Integration for fluid 'gasoline' loaded [16:25:57] [Client thread/INFO]: Loading stock rolling_stock/locomotives/a1_peppercorn.json [16:25:58] [Client thread/INFO]: Loading stock rolling_stock/locomotives/big_boy.json [16:25:59] [Client thread/INFO]: Loading stock rolling_stock/locomotives/k4_pacific.json [16:25:59] [Client thread/INFO]: Loading stock rolling_stock/locomotives/e6_atlantic.json [16:26:00] [Client thread/INFO]: Loading stock rolling_stock/locomotives/a5_switcher.json [16:26:00] [Client thread/INFO]: Loading stock rolling_stock/locomotives/class_38.json [16:26:00] [Client thread/INFO]: Loading stock rolling_stock/locomotives/rodgers_460.json [16:26:00] [Client thread/INFO]: Loading stock rolling_stock/locomotives/skookum.json [16:26:01] [Client thread/INFO]: Loading stock rolling_stock/locomotives/br01.json [16:26:01] [Client thread/INFO]: Loading stock rolling_stock/locomotives/cooke_mogul.json [16:26:01] [Client thread/INFO]: Loading stock rolling_stock/locomotives/k36.json [16:26:02] [Client thread/INFO]: Loading stock rolling_stock/locomotives/firefly.json [16:26:02] [Client thread/INFO]: Loading stock rolling_stock/locomotives/iron_duke.json [16:26:03] [Client thread/INFO]: Loading stock rolling_stock/locomotives/ge_40_ton_boxcab.json [16:26:03] [Client thread/INFO]: Loading stock rolling_stock/locomotives/ge_b40_8.json [16:26:03] [Client thread/INFO]: Loading stock rolling_stock/locomotives/ge_b40_8w.json [16:26:03] [Client thread/INFO]: Loading stock rolling_stock/locomotives/ge_c44_9cw.json [16:26:03] [Client thread/INFO]: Loading stock rolling_stock/locomotives/emd_sd40-2.json [16:26:04] [Client thread/INFO]: Loading stock rolling_stock/locomotives/emd_sw1500.json [16:26:04] [Client thread/INFO]: Loading stock rolling_stock/locomotives/alco_rs1.json [16:26:04] [Client thread/INFO]: Loading stock rolling_stock/tender/a1_peppercorn_tender.json [16:26:04] [Client thread/INFO]: Loading stock rolling_stock/tender/big_boy_tender.json [16:26:04] [Client thread/INFO]: Loading stock rolling_stock/tender/k4_tender.json [16:26:05] [Client thread/INFO]: Loading stock rolling_stock/tender/e6_tender.json [16:26:05] [Client thread/INFO]: Loading stock rolling_stock/tender/a5_tender.json [16:26:05] [Client thread/INFO]: Loading stock rolling_stock/tender/class_38_tender.json [16:26:05] [Client thread/INFO]: Loading stock rolling_stock/tender/rodgers_460_tender.json [16:26:05] [Client thread/INFO]: Loading stock rolling_stock/tender/skookum_tender.json [16:26:05] [Client thread/INFO]: Loading stock rolling_stock/tender/br01_tender.json [16:26:05] [Client thread/INFO]: Loading stock rolling_stock/tender/cooke_tender.json [16:26:05] [Client thread/INFO]: Loading stock rolling_stock/tender/k36_tender.json [16:26:05] [Client thread/INFO]: Loading stock rolling_stock/passenger/br_coach_mk1.json [16:26:06] [Client thread/INFO]: Loading stock rolling_stock/passenger/b70baggage.json [16:26:06] [Client thread/INFO]: Loading stock rolling_stock/passenger/p70coach1.json [16:26:06] [Client thread/INFO]: Loading stock rolling_stock/freight/boxcar_x26.json [16:26:06] [Client thread/INFO]: Loading stock rolling_stock/freight/usra_boxcar_classrr40.json [16:26:06] [Client thread/INFO]: Loading stock rolling_stock/freight/70t_hopper_slsf.json [16:26:06] [Client thread/INFO]: Loading stock rolling_stock/freight/attx_flatcar_1.json [16:26:07] [Client thread/INFO]: Loading stock rolling_stock/freight/dw_gondola.json [16:26:07] [Client thread/INFO]: Loading stock rolling_stock/freight/prr_flatcar_1.json [16:26:07] [Client thread/INFO]: Loading stock rolling_stock/freight/usra_hopper_55t.json [16:26:07] [Client thread/INFO]: Loading stock rolling_stock/freight/n5c_cabin_car.json [16:26:07] [Client thread/INFO]: Loading stock rolling_stock/freight/russell_snow_plow.json [16:26:07] [Client thread/INFO]: Loading stock rolling_stock/freight/drgw_3000class_boxcar.json [16:26:07] [Client thread/INFO]: Loading stock rolling_stock/freight/drgw_1000class_gondola.json [16:26:08] [Client thread/INFO]: Loading stock rolling_stock/freight/drgw_5500class_stockcar.json [16:26:08] [Client thread/INFO]: Loading stock rolling_stock/freight/drgw_rail_and_tie_outfit.json [16:26:08] [Client thread/INFO]: Loading stock rolling_stock/freight/waycar.json [16:26:08] [Client thread/INFO]: Loading stock rolling_stock/tank/tank_us2.json [16:26:08] [Client thread/INFO]: Loading stock rolling_stock/tank/kamx_t.json [16:26:08] [Client thread/INFO]: Loading stock rolling_stock/tank/slag_car_1.json [16:26:08] [Client thread/INFO]: Loading stock rolling_stock/hand_car/hand_car_1.json [16:26:08] [Client thread/INFO]: Loading stock rolling_stock/locomotives/f59phi.json [16:26:09] [Client thread/INFO]: Loading stock rolling_stock/locomotives/f59phi_cas.json [16:26:09] [Client thread/INFO]: Loading stock rolling_stock/locomotives/f59phi_amcal.json [16:26:09] [Client thread/INFO]: Loading stock rolling_stock/locomotives/f150.json [16:26:09] [Client thread/INFO]: Loading stock rolling_stock/passenger/superliner_coach_surfliner.json [16:26:09] [Client thread/INFO]: Loading stock rolling_stock/passenger/superliner_coach_amcal.json [16:26:10] [Client thread/INFO]: Loading stock rolling_stock/passenger/superliner_coach.json [16:26:10] [Client thread/INFO]: Loading stock rolling_stock/passenger/superliner_diner.json [16:26:10] [Client thread/INFO]: Loading stock rolling_stock/passenger/superliner_lounge.json [16:26:10] [Client thread/INFO]: Generating heightmap rolling_stock/locomotives/a1_peppercorn.json [16:26:11] [Client thread/INFO]: Generating heightmap rolling_stock/locomotives/big_boy.json [16:26:11] [Client thread/INFO]: Generating heightmap rolling_stock/locomotives/k4_pacific.json [16:26:11] [Client thread/INFO]: Generating heightmap rolling_stock/locomotives/e6_atlantic.json [16:26:11] [Client thread/INFO]: Generating heightmap rolling_stock/locomotives/a5_switcher.json [16:26:11] [Client thread/INFO]: Generating heightmap rolling_stock/locomotives/class_38.json [16:26:11] [Client thread/INFO]: Generating heightmap rolling_stock/locomotives/rodgers_460.json [16:26:11] [Client thread/INFO]: Generating heightmap rolling_stock/locomotives/skookum.json [16:26:11] [Client thread/INFO]: Generating heightmap rolling_stock/locomotives/br01.json [16:26:11] [Client thread/INFO]: Generating heightmap rolling_stock/locomotives/cooke_mogul.json [16:26:11] [Client thread/INFO]: Generating heightmap rolling_stock/locomotives/k36.json [16:26:11] [Client thread/INFO]: Generating heightmap rolling_stock/locomotives/firefly.json [16:26:11] [Client thread/INFO]: Generating heightmap rolling_stock/locomotives/iron_duke.json [16:26:11] [Client thread/INFO]: Generating heightmap rolling_stock/locomotives/ge_40_ton_boxcab.json [16:26:11] [Client thread/INFO]: Generating heightmap rolling_stock/locomotives/ge_b40_8.json [16:26:11] [Client thread/INFO]: Generating heightmap rolling_stock/locomotives/ge_b40_8w.json [16:26:11] [Client thread/INFO]: Generating heightmap rolling_stock/locomotives/ge_c44_9cw.json [16:26:11] [Client thread/INFO]: Generating heightmap rolling_stock/locomotives/emd_sd40-2.json [16:26:12] [Client thread/INFO]: Generating heightmap rolling_stock/locomotives/emd_sw1500.json [16:26:12] [Client thread/INFO]: Generating heightmap rolling_stock/locomotives/alco_rs1.json [16:26:12] [Client thread/INFO]: Generating heightmap rolling_stock/tender/a1_peppercorn_tender.json [16:26:12] [Client thread/INFO]: Generating heightmap rolling_stock/tender/big_boy_tender.json [16:26:12] [Client thread/INFO]: Generating heightmap rolling_stock/tender/k4_tender.json [16:26:12] [Client thread/INFO]: Generating heightmap rolling_stock/tender/e6_tender.json [16:26:12] [Client thread/INFO]: Generating heightmap rolling_stock/tender/a5_tender.json [16:26:12] [Client thread/INFO]: Generating heightmap rolling_stock/tender/class_38_tender.json [16:26:12] [Client thread/INFO]: Generating heightmap rolling_stock/tender/rodgers_460_tender.json [16:26:12] [Client thread/INFO]: Generating heightmap rolling_stock/tender/skookum_tender.json [16:26:12] [Client thread/INFO]: Generating heightmap rolling_stock/tender/br01_tender.json [16:26:12] [Client thread/INFO]: Generating heightmap rolling_stock/tender/cooke_tender.json [16:26:12] [Client thread/INFO]: Generating heightmap rolling_stock/tender/k36_tender.json [16:26:12] [Client thread/INFO]: Generating heightmap rolling_stock/passenger/br_coach_mk1.json [16:26:12] [Client thread/INFO]: Generating heightmap rolling_stock/passenger/b70baggage.json [16:26:12] [Client thread/INFO]: Generating heightmap rolling_stock/passenger/p70coach1.json [16:26:12] [Client thread/INFO]: Generating heightmap rolling_stock/freight/boxcar_x26.json [16:26:12] [Client thread/INFO]: Generating heightmap rolling_stock/freight/usra_boxcar_classrr40.json [16:26:12] [Client thread/INFO]: Generating heightmap rolling_stock/freight/70t_hopper_slsf.json [16:26:12] [Client thread/INFO]: Generating heightmap rolling_stock/freight/attx_flatcar_1.json [16:26:12] [Client thread/INFO]: Generating heightmap rolling_stock/freight/dw_gondola.json [16:26:12] [Client thread/INFO]: Generating heightmap rolling_stock/freight/prr_flatcar_1.json [16:26:12] [Client thread/INFO]: Generating heightmap rolling_stock/freight/usra_hopper_55t.json [16:26:12] [Client thread/INFO]: Generating heightmap rolling_stock/freight/n5c_cabin_car.json [16:26:12] [Client thread/INFO]: Generating heightmap rolling_stock/freight/russell_snow_plow.json [16:26:12] [Client thread/INFO]: Generating heightmap rolling_stock/freight/drgw_3000class_boxcar.json [16:26:12] [Client thread/INFO]: Generating heightmap rolling_stock/freight/drgw_1000class_gondola.json [16:26:12] [Client thread/INFO]: Generating heightmap rolling_stock/freight/drgw_5500class_stockcar.json [16:26:12] [Client thread/INFO]: Generating heightmap rolling_stock/freight/drgw_rail_and_tie_outfit.json [16:26:12] [Client thread/INFO]: Generating heightmap rolling_stock/freight/waycar.json [16:26:12] [Client thread/INFO]: Generating heightmap rolling_stock/tank/tank_us2.json [16:26:12] [Client thread/INFO]: Generating heightmap rolling_stock/tank/kamx_t.json [16:26:12] [Client thread/INFO]: Generating heightmap rolling_stock/tank/slag_car_1.json [16:26:12] [Client thread/INFO]: Generating heightmap rolling_stock/hand_car/hand_car_1.json [16:26:12] [Client thread/INFO]: Generating heightmap rolling_stock/locomotives/f59phi.json [16:26:12] [Client thread/INFO]: Generating heightmap rolling_stock/locomotives/f59phi_cas.json [16:26:12] [Client thread/INFO]: Generating heightmap rolling_stock/locomotives/f59phi_amcal.json [16:26:12] [Client thread/INFO]: Generating heightmap rolling_stock/locomotives/f150.json [16:26:12] [Client thread/INFO]: Generating heightmap rolling_stock/passenger/superliner_coach_surfliner.json [16:26:12] [Client thread/INFO]: Generating heightmap rolling_stock/passenger/superliner_coach_amcal.json [16:26:12] [Client thread/INFO]: Generating heightmap rolling_stock/passenger/superliner_coach.json [16:26:12] [Client thread/INFO]: Generating heightmap rolling_stock/passenger/superliner_diner.json [16:26:13] [Client thread/INFO]: Generating heightmap rolling_stock/passenger/superliner_lounge.json [16:26:13] [Client thread/INFO]: No plugins for JourneyMap API discovered. [16:26:13] [Client thread/WARN]: Failed to load PR Plugin: ComputerCraft: bundled cable connections [16:26:13] [Client thread/WARN]: Failed to load PR Plugin: Treecapitator: gem axe compat [16:26:16] [Client thread/INFO]: Could not read 'userbuilder.json', this is not an error! [16:26:17] [Client thread/INFO]: OBJLoader: Domain rftools has been added. [16:26:17] [Client thread/INFO]: OBJLoader: Domain rftoolscontrol has been added. [16:26:18] [Client thread/INFO]: Loading blocks... [16:26:18] [Client thread/INFO]: Skipping feature bloodMagic as its required mod bloodmagic was missing. [16:26:18] [Client thread/INFO]: 71 Feature's blocks loaded. [16:26:18] [Client thread/INFO]: Loading Tile Entities... [16:26:18] [Client thread/INFO]: Tile Entities loaded. [16:26:22] [Client thread/WARN]: Potentially Dangerous alternative prefix `minecraft` for name `block_rail_gag`, expected `immersiverailroading`. This could be a intended override, but in most cases indicates a broken mod. [16:26:22] [Client thread/WARN]: Potentially Dangerous alternative prefix `minecraft` for name `block_rail`, expected `immersiverailroading`. This could be a intended override, but in most cases indicates a broken mod. [16:26:22] [Client thread/WARN]: Potentially Dangerous alternative prefix `minecraft` for name `block_rail_preview`, expected `immersiverailroading`. This could be a intended override, but in most cases indicates a broken mod. [16:26:22] [Client thread/WARN]: Potentially Dangerous alternative prefix `minecraft` for name `multiblock`, expected `immersiverailroading`. This could be a intended override, but in most cases indicates a broken mod. [16:26:22] [Client thread/WARN]: Potentially Dangerous alternative prefix `minecraft` for name `tileentity_coloredlamp`, expected `coloredlights`. This could be a intended override, but in most cases indicates a broken mod. [16:26:22] [Client thread/WARN]: Potentially Dangerous alternative prefix `minecraft` for name `tileentity_grinder`, expected `coloredlights`. This could be a intended override, but in most cases indicates a broken mod. [16:26:22] [Client thread/INFO]: Applying holder lookups [16:26:22] [Client thread/INFO]: Holder lookups applied [16:26:22] [Client thread/INFO]: Loading items... [16:26:22] [Client thread/INFO]: Skipping feature bloodMagic as its required mod bloodmagic was missing. [16:26:22] [Client thread/INFO]: 71 Feature's items loaded. [16:26:23] [Client thread/INFO]: Applying holder lookups [16:26:23] [Client thread/INFO]: Holder lookups applied [16:26:23] [Client thread/WARN]: Potentially Dangerous alternative prefix `botania` for name `petals`, expected `enderio`. This could be a intended override, but in most cases indicates a broken mod. [16:26:23] [Client thread/INFO]: Farming Station: Botania integration for farming fully loaded [16:26:23] [Client thread/INFO]: Farming Station: Natura integration not loaded [16:26:23] [Client thread/INFO]: Farming Station: TechReborn integration not loaded [16:26:23] [Client thread/INFO]: Farming Station: Extra Utilities 2 integration not loaded [16:26:23] [Client thread/INFO]: Farming Station: IC2 integration not loaded [16:26:23] [Client thread/INFO]: Farming Station: IC2 classic integration not loaded [16:26:23] [Client thread/INFO]: Farming Station: MFR integration not loaded [16:26:23] [Client thread/WARN]: Potentially Dangerous alternative prefix `immersiveengineering` for name `hemp`, expected `enderio`. This could be a intended override, but in most cases indicates a broken mod. [16:26:23] [Client thread/INFO]: Farming Station: Immersive Engineering integration fully loaded [16:26:23] [Client thread/WARN]: Potentially Dangerous alternative prefix `minecraft` for name `dye`, expected `enderio`. This could be a intended override, but in most cases indicates a broken mod. [16:26:23] [Client thread/INFO]: Farming Station: Botania integration for fertilizing not loaded [16:26:23] [Client thread/INFO]: Farming Station: Magicalcrops integration not loaded [16:26:23] [Client thread/INFO]: Farming Station: Actually Additions integration not loaded [16:26:23] [Client thread/INFO]: Farming Station: Metallurgy integration not loaded [16:26:23] [Client thread/INFO]: Farming Station: Gardencore integration not loaded [16:26:23] [Client thread/INFO]: Dark Steel Upgrades: TOP integration loaded [16:26:23] [Client thread/INFO]: Applying holder lookups [16:26:23] [Client thread/INFO]: Holder lookups applied [16:26:23] [Client thread/INFO]: OBJLoader: Domain immersiverailroading has been added. [16:26:24] [Client thread/INFO]: Applying holder lookups [16:26:24] [Client thread/INFO]: Holder lookups applied [16:26:24] [Client thread/INFO]: Injecting itemstacks [16:26:24] [Client thread/INFO]: Itemstack injection complete [16:26:48] [Sound Library Loader/INFO]: Starting up SoundSystem... [16:26:48] [Thread-8/INFO]: Initializing LWJGL OpenAL [16:26:48] [Thread-8/INFO]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org) [16:26:49] [Thread-8/INFO]: OpenAL initialized. [16:26:49] [Sound Library Loader/INFO]: Sound engine started [16:27:04] [Client thread/INFO]: OBJLoader.MaterialLibrary: key 'Ns' (model: 'immersiverailroading:models/item/whistle.mtl') is not currently supported, skipping [16:27:04] [Client thread/INFO]: OBJModel: A color has already been defined for material 'Metal' in 'immersiverailroading:models/item/whistle.mtl'. The color defined by key 'Ks' will not be applied! [16:27:04] [Client thread/INFO]: OBJLoader.MaterialLibrary: key 'Ke' (model: 'immersiverailroading:models/item/whistle.mtl') is not currently supported, skipping [16:27:04] [Client thread/INFO]: OBJLoader.MaterialLibrary: key 'Ni' (model: 'immersiverailroading:models/item/whistle.mtl') is not currently supported, skipping [16:27:04] [Client thread/INFO]: OBJLoader.MaterialLibrary: key 'illum' (model: 'immersiverailroading:models/item/whistle.mtl') is not currently supported, skipping [16:27:04] [Client thread/INFO]: OBJModel: A color has already been defined for material 'Shadow' in 'immersiverailroading:models/item/whistle.mtl'. The color defined by key 'Ks' will not be applied! [16:27:04] [Client thread/INFO]: OBJLoader.Parser: command 's' (model: 'immersiverailroading:models/item/whistle.obj') is not currently supported, skipping. Line: 59 's 1' [16:27:04] [Client thread/INFO]: OBJLoader.MaterialLibrary: key 'Ns' (model: 'immersiverailroading:models/item/brake_stick.mtl') is not currently supported, skipping [16:27:04] [Client thread/INFO]: OBJModel: A color has already been defined for material 'Material.001' in 'immersiverailroading:models/item/brake_stick.mtl'. The color defined by key 'Ks' will not be applied! [16:27:04] [Client thread/INFO]: OBJLoader.MaterialLibrary: key 'Ke' (model: 'immersiverailroading:models/item/brake_stick.mtl') is not currently supported, skipping [16:27:04] [Client thread/INFO]: OBJLoader.MaterialLibrary: key 'Ni' (model: 'immersiverailroading:models/item/brake_stick.mtl') is not currently supported, skipping [16:27:04] [Client thread/INFO]: OBJLoader.MaterialLibrary: key 'illum' (model: 'immersiverailroading:models/item/brake_stick.mtl') is not currently supported, skipping [16:27:04] [Client thread/INFO]: OBJModel: A color has already been defined for material 'Material.002' in 'immersiverailroading:models/item/brake_stick.mtl'. The color defined by key 'Ks' will not be applied! [16:27:04] [Client thread/INFO]: OBJModel: A color has already been defined for material 'Material.003' in 'immersiverailroading:models/item/brake_stick.mtl'. The color defined by key 'Ks' will not be applied! [16:27:04] [Client thread/INFO]: OBJModel: A color has already been defined for material 'Material.004' in 'immersiverailroading:models/item/brake_stick.mtl'. The color defined by key 'Ks' will not be applied! [16:27:04] [Client thread/INFO]: OBJLoader.MaterialLibrary: key 'Ns' (model: 'immersiverailroading:models/item/large_wrench.mtl') is not currently supported, skipping [16:27:04] [Client thread/INFO]: OBJModel: A color has already been defined for material 'Color_005_' in 'immersiverailroading:models/item/large_wrench.mtl'. The color defined by key 'Ks' will not be applied! [16:27:04] [Client thread/INFO]: OBJLoader.MaterialLibrary: key 'Ke' (model: 'immersiverailroading:models/item/large_wrench.mtl') is not currently supported, skipping [16:27:04] [Client thread/INFO]: OBJLoader.MaterialLibrary: key 'Ni' (model: 'immersiverailroading:models/item/large_wrench.mtl') is not currently supported, skipping [16:27:04] [Client thread/INFO]: OBJLoader.MaterialLibrary: key 'illum' (model: 'immersiverailroading:models/item/large_wrench.mtl') is not currently supported, skipping [16:27:04] [Client thread/INFO]: OBJLoader.Parser: command 'l' (model: 'immersiverailroading:models/item/large_wrench.obj') is not currently supported, skipping. Line: 7 'l 2 1' [16:27:04] [Client thread/INFO]: OBJLoader.MaterialLibrary: key 'Ns' (model: 'immersiverailroading:models/item/paint_brush.mtl') is not currently supported, skipping [16:27:04] [Client thread/INFO]: OBJModel: A color has already been defined for material 'Material.001' in 'immersiverailroading:models/item/paint_brush.mtl'. The color defined by key 'Ks' will not be applied! [16:27:04] [Client thread/INFO]: OBJLoader.MaterialLibrary: key 'Ke' (model: 'immersiverailroading:models/item/paint_brush.mtl') is not currently supported, skipping [16:27:04] [Client thread/INFO]: OBJLoader.MaterialLibrary: key 'Ni' (model: 'immersiverailroading:models/item/paint_brush.mtl') is not currently supported, skipping [16:27:04] [Client thread/INFO]: OBJLoader.MaterialLibrary: key 'illum' (model: 'immersiverailroading:models/item/paint_brush.mtl') is not currently supported, skipping [16:27:04] [Client thread/INFO]: OBJModel: A color has already been defined for material 'Material.002' in 'immersiverailroading:models/item/paint_brush.mtl'. The color defined by key 'Ks' will not be applied! [16:27:09] [Client thread/INFO]: Stitching Revolver Textures! [16:27:11] [Client thread/INFO]: Max texture size: 8192 [16:27:19] [Client thread/INFO]: Created: 4096x2048 textures-atlas [16:27:19] [Client thread/INFO]: rolling_stock/locomotives/a1_peppercorn.json [16:27:21] [Client thread/INFO]: rolling_stock/locomotives/big_boy.json [16:27:21] [Client thread/INFO]: rolling_stock/locomotives/k4_pacific.json [16:27:21] [Client thread/INFO]: rolling_stock/locomotives/e6_atlantic.json [16:27:22] [Client thread/INFO]: rolling_stock/locomotives/a5_switcher.json [16:27:22] [Client thread/INFO]: rolling_stock/locomotives/class_38.json [16:27:22] [Client thread/INFO]: rolling_stock/locomotives/rodgers_460.json [16:27:23] [Client thread/INFO]: rolling_stock/locomotives/skookum.json [16:27:23] [Client thread/INFO]: rolling_stock/locomotives/br01.json [16:27:23] [Client thread/INFO]: rolling_stock/locomotives/cooke_mogul.json [16:27:24] [Client thread/INFO]: rolling_stock/locomotives/k36.json [16:27:24] [Client thread/INFO]: rolling_stock/locomotives/firefly.json [16:27:24] [Client thread/INFO]: rolling_stock/locomotives/iron_duke.json [16:27:25] [Client thread/INFO]: rolling_stock/locomotives/ge_40_ton_boxcab.json [16:27:25] [Client thread/INFO]: rolling_stock/locomotives/ge_b40_8.json [16:27:25] [Client thread/INFO]: rolling_stock/locomotives/ge_b40_8w.json [16:27:25] [Client thread/INFO]: rolling_stock/locomotives/ge_c44_9cw.json [16:27:25] [Client thread/INFO]: rolling_stock/locomotives/emd_sd40-2.json [16:27:26] [Client thread/INFO]: rolling_stock/locomotives/emd_sw1500.json [16:27:26] [Client thread/INFO]: rolling_stock/locomotives/alco_rs1.json [16:27:26] [Client thread/INFO]: rolling_stock/tender/a1_peppercorn_tender.json [16:27:26] [Client thread/INFO]: rolling_stock/tender/big_boy_tender.json [16:27:26] [Client thread/INFO]: rolling_stock/tender/k4_tender.json [16:27:26] [Client thread/INFO]: rolling_stock/tender/e6_tender.json [16:27:27] [Client thread/INFO]: rolling_stock/tender/a5_tender.json [16:27:27] [Client thread/INFO]: rolling_stock/tender/class_38_tender.json [16:27:27] [Client thread/INFO]: rolling_stock/tender/rodgers_460_tender.json [16:27:27] [Client thread/INFO]: rolling_stock/tender/skookum_tender.json [16:27:27] [Client thread/INFO]: rolling_stock/tender/br01_tender.json [16:27:27] [Client thread/INFO]: rolling_stock/tender/cooke_tender.json [16:27:27] [Client thread/INFO]: rolling_stock/tender/k36_tender.json [16:27:27] [Client thread/INFO]: rolling_stock/passenger/br_coach_mk1.json [16:27:28] [Client thread/INFO]: rolling_stock/passenger/b70baggage.json [16:27:28] [Client thread/INFO]: rolling_stock/passenger/p70coach1.json [16:27:28] [Client thread/INFO]: rolling_stock/freight/boxcar_x26.json [16:27:28] [Client thread/INFO]: rolling_stock/freight/usra_boxcar_classrr40.json [16:27:28] [Client thread/INFO]: rolling_stock/freight/70t_hopper_slsf.json [16:27:29] [Client thread/INFO]: rolling_stock/freight/attx_flatcar_1.json [16:27:29] [Client thread/INFO]: rolling_stock/freight/dw_gondola.json [16:27:29] [Client thread/INFO]: rolling_stock/freight/prr_flatcar_1.json [16:27:29] [Client thread/INFO]: rolling_stock/freight/usra_hopper_55t.json [16:27:30] [Client thread/INFO]: rolling_stock/freight/n5c_cabin_car.json [16:27:30] [Client thread/INFO]: rolling_stock/freight/russell_snow_plow.json [16:27:30] [Client thread/INFO]: rolling_stock/freight/drgw_3000class_boxcar.json [16:27:30] [Client thread/INFO]: rolling_stock/freight/drgw_1000class_gondola.json [16:27:30] [Client thread/INFO]: rolling_stock/freight/drgw_5500class_stockcar.json [16:27:30] [Client thread/INFO]: rolling_stock/freight/drgw_rail_and_tie_outfit.json [16:27:30] [Client thread/INFO]: rolling_stock/freight/waycar.json [16:27:31] [Client thread/INFO]: rolling_stock/tank/tank_us2.json [16:27:31] [Client thread/INFO]: rolling_stock/tank/kamx_t.json [16:27:31] [Client thread/INFO]: rolling_stock/tank/slag_car_1.json [16:27:31] [Client thread/INFO]: rolling_stock/hand_car/hand_car_1.json [16:27:31] [Client thread/INFO]: rolling_stock/locomotives/f59phi.json [16:27:31] [Client thread/INFO]: rolling_stock/locomotives/f59phi_cas.json [16:27:31] [Client thread/INFO]: rolling_stock/locomotives/f59phi_amcal.json [16:27:32] [Client thread/INFO]: rolling_stock/locomotives/f150.json [16:27:32] [Client thread/INFO]: rolling_stock/passenger/superliner_coach_surfliner.json [16:27:32] [Client thread/INFO]: rolling_stock/passenger/superliner_coach_amcal.json [16:27:33] [Client thread/INFO]: rolling_stock/passenger/superliner_coach.json [16:27:33] [Client thread/INFO]: rolling_stock/passenger/superliner_diner.json [16:27:33] [Client thread/INFO]: rolling_stock/passenger/superliner_lounge.json [16:27:33] [Client thread/ERROR]: MultiModel minecraft:builtin/missing is empty (no base model or parts were provided/resolved) [16:27:34] [Client thread/ERROR]: MultiModel minecraft:builtin/missing is empty (no base model or parts were provided/resolved) [16:27:34] [Client thread/ERROR]: MultiModel minecraft:builtin/missing is empty (no base model or parts were provided/resolved) [16:27:34] [Client thread/ERROR]: MultiModel minecraft:builtin/missing is empty (no base model or parts were provided/resolved) [16:27:34] [Client thread/ERROR]: MultiModel minecraft:builtin/missing is empty (no base model or parts were provided/resolved) [16:27:34] [Client thread/ERROR]: MultiModel minecraft:builtin/missing is empty (no base model or parts were provided/resolved) [16:27:34] [Client thread/ERROR]: MultiModel minecraft:builtin/missing is empty (no base model or parts were provided/resolved) [16:27:34] [Client thread/ERROR]: MultiModel minecraft:builtin/missing is empty (no base model or parts were provided/resolved) [16:27:34] [Client thread/ERROR]: MultiModel minecraft:builtin/missing is empty (no base model or parts were provided/resolved) [16:27:34] [Client thread/ERROR]: MultiModel minecraft:builtin/missing is empty (no base model or parts were provided/resolved) [16:27:34] [Client thread/ERROR]: MultiModel minecraft:builtin/missing is empty (no base model or parts were provided/resolved) [16:27:34] [Client thread/ERROR]: MultiModel minecraft:builtin/missing is empty (no base model or parts were provided/resolved) [16:27:34] [Client thread/ERROR]: MultiModel minecraft:builtin/missing is empty (no base model or parts were provided/resolved) [16:27:34] [Client thread/ERROR]: MultiModel minecraft:builtin/missing is empty (no base model or parts were provided/resolved) [16:27:34] [Client thread/ERROR]: MultiModel minecraft:builtin/missing is empty (no base model or parts were provided/resolved) [16:27:34] [Client thread/ERROR]: MultiModel minecraft:builtin/missing is empty (no base model or parts were provided/resolved) [16:27:34] [Client thread/ERROR]: MultiModel minecraft:builtin/missing is empty (no base model or parts were provided/resolved) [16:27:34] [Client thread/ERROR]: MultiModel minecraft:builtin/missing is empty (no base model or parts were provided/resolved) [16:27:34] [Client thread/ERROR]: MultiModel minecraft:builtin/missing is empty (no base model or parts were provided/resolved) [16:27:34] [Client thread/ERROR]: MultiModel minecraft:builtin/missing is empty (no base model or parts were provided/resolved) [16:27:34] [Client thread/ERROR]: MultiModel minecraft:builtin/missing is empty (no base model or parts were provided/resolved) [16:27:34] [Client thread/ERROR]: MultiModel minecraft:builtin/missing is empty (no base model or parts were provided/resolved) [16:27:34] [Client thread/ERROR]: MultiModel minecraft:builtin/missing is empty (no base model or parts were provided/resolved) [16:27:34] [Client thread/ERROR]: MultiModel minecraft:builtin/missing is empty (no base model or parts were provided/resolved) [16:27:34] [Client thread/ERROR]: MultiModel minecraft:builtin/missing is empty (no base model or parts were provided/resolved) [16:27:34] [Client thread/ERROR]: MultiModel minecraft:builtin/missing is empty (no base model or parts were provided/resolved) [16:27:34] [Client thread/ERROR]: MultiModel minecraft:builtin/missing is empty (no base model or parts were provided/resolved) [16:27:34] [Client thread/ERROR]: MultiModel minecraft:builtin/missing is empty (no base model or parts were provided/resolved) [16:27:34] [Client thread/ERROR]: MultiModel minecraft:builtin/missing is empty (no base model or parts were provided/resolved) [16:27:34] [Client thread/ERROR]: MultiModel minecraft:builtin/missing is empty (no base model or parts were provided/resolved) [16:27:34] [Client thread/ERROR]: MultiModel minecraft:builtin/missing is empty (no base model or parts were provided/resolved) [16:27:34] [Client thread/ERROR]: MultiModel minecraft:builtin/missing is empty (no base model or parts were provided/resolved) [16:27:34] [Client thread/ERROR]: MultiModel minecraft:builtin/missing is empty (no base model or parts were provided/resolved) [16:27:34] [Client thread/ERROR]: MultiModel minecraft:builtin/missing is empty (no base model or parts were provided/resolved) [16:27:34] [Client thread/ERROR]: MultiModel minecraft:builtin/missing is empty (no base model or parts were provided/resolved) [16:27:35] [Client thread/ERROR]: MultiModel minecraft:builtin/missing is empty (no base model or parts were provided/resolved) [16:27:35] [Client thread/ERROR]: MultiModel minecraft:builtin/missing is empty (no base model or parts were provided/resolved) [16:27:35] [Client thread/ERROR]: MultiModel minecraft:builtin/missing is empty (no base model or parts were provided/resolved) [16:27:35] [Client thread/ERROR]: MultiModel minecraft:builtin/missing is empty (no base model or parts were provided/resolved) [16:27:35] [Client thread/ERROR]: MultiModel minecraft:builtin/missing is empty (no base model or parts were provided/resolved) [16:27:35] [Client thread/ERROR]: MultiModel minecraft:builtin/missing is empty (no base model or parts were provided/resolved) [16:27:35] [Client thread/ERROR]: MultiModel minecraft:builtin/missing is empty (no base model or parts were provided/resolved) [16:27:35] [Client thread/ERROR]: MultiModel minecraft:builtin/missing is empty (no base model or parts were provided/resolved) [16:27:35] [Client thread/ERROR]: MultiModel minecraft:builtin/missing is empty (no base model or parts were provided/resolved) [16:27:35] [Client thread/ERROR]: MultiModel minecraft:builtin/missing is empty (no base model or parts were provided/resolved) [16:27:35] [Client thread/ERROR]: MultiModel minecraft:builtin/missing is empty (no base model or parts were provided/resolved) [16:27:35] [Client thread/ERROR]: MultiModel minecraft:builtin/missing is empty (no base model or parts were provided/resolved) [16:27:35] [Client thread/ERROR]: MultiModel minecraft:builtin/missing is empty (no base model or parts were provided/resolved) [16:27:35] [Client thread/ERROR]: MultiModel minecraft:builtin/missing is empty (no base model or parts were provided/resolved) [16:27:36] [Client thread/ERROR]: Exception loading model for variant immersivepetroleum:metal_multiblock#_0multiblockslave=true,_1dynamicrender=false,boolean0=true,facing=north,type=distillation_tower_parent net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model immersivepetroleum:metal_multiblock#_0multiblockslave=true,_1dynamicrender=false,boolean0=true,facing=north,type=distillation_tower_parent with loader VariantLoader.INSTANCE, skipping at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:161) ~[ModelLoaderRegistry.class:?] at net.minecraftforge.client.model.ModelLoader.func_177569_a(ModelLoader.java:235) ~[ModelLoader.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.loadBlock(ModelBakery.java:153) ~[cgb.class:?] at net.minecraftforge.client.model.ModelLoader.func_188640_b(ModelLoader.java:223) ~[ModelLoader.class:?] at net.minecraftforge.client.model.ModelLoader.func_177570_a(ModelLoader.java:150) ~[ModelLoader.class:?] at net.minecraft.client.renderer.block.model.ModelManager.func_110549_a(ModelManager.java:28) [cgc.class:?] at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110542_a(SimpleReloadableResourceManager.java:121) [cev.class:?] at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:513) [bib.class:?] at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:378) [bib.class:?] at net.minecraft.client.main.Main.main(SourceFile:123) [Main.class:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_51] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51] at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51] 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:?] Caused by: net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model minecraft:block/cube-all with loader VanillaLoader.INSTANCE, skipping at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:161) ~[ModelLoaderRegistry.class:?] at net.minecraftforge.client.model.ModelLoader$WeightedRandomModel.<init>(ModelLoader.java:658) ~[ModelLoader$WeightedRandomModel.class:?] at net.minecraftforge.client.model.ModelLoader$VariantLoader.loadModel(ModelLoader.java:1176) ~[ModelLoader$VariantLoader.class:?] at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:157) ~[ModelLoaderRegistry.class:?] ... 15 more Caused by: java.io.FileNotFoundException: minecraft:models/block/cube-all.json at net.minecraft.client.resources.FallbackResourceManager.func_110536_a(FallbackResourceManager.java:69) ~[cei.class:?] at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110536_a(SimpleReloadableResourceManager.java:65) ~[cev.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.func_177594_c(ModelBakery.java:334) ~[cgb.class:?] at net.minecraftforge.client.model.ModelLoader.access$1400(ModelLoader.java:115) ~[ModelLoader.class:?] at net.minecraftforge.client.model.ModelLoader$VanillaLoader.loadModel(ModelLoader.java:861) ~[ModelLoader$VanillaLoader.class:?] at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:157) ~[ModelLoaderRegistry.class:?] at net.minecraftforge.client.model.ModelLoader$WeightedRandomModel.<init>(ModelLoader.java:658) ~[ModelLoader$WeightedRandomModel.class:?] at net.minecraftforge.client.model.ModelLoader$VariantLoader.loadModel(ModelLoader.java:1176) ~[ModelLoader$VariantLoader.class:?] at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:157) ~[ModelLoaderRegistry.class:?] ... 15 more [16:27:36] [Client thread/ERROR]: Exception loading model for variant immersivepetroleum:metal_multiblock#_0multiblockslave=true,_1dynamicrender=true,boolean0=false,facing=north,type=pumpjack_parent net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model immersivepetroleum:metal_multiblock#_0multiblockslave=true,_1dynamicrender=true,boolean0=false,facing=north,type=pumpjack_parent with loader VariantLoader.INSTANCE, skipping at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:161) ~[ModelLoaderRegistry.class:?] at net.minecraftforge.client.model.ModelLoader.func_177569_a(ModelLoader.java:235) ~[ModelLoader.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.loadBlock(ModelBakery.java:153) ~[cgb.class:?] at net.minecraftforge.client.model.ModelLoader.func_188640_b(ModelLoader.java:223) ~[ModelLoader.class:?] at net.minecraftforge.client.model.ModelLoader.func_177570_a(ModelLoader.java:150) ~[ModelLoader.class:?] at net.minecraft.client.renderer.block.model.ModelManager.func_110549_a(ModelManager.java:28) [cgc.class:?] at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110542_a(SimpleReloadableResourceManager.java:121) [cev.class:?] at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:513) [bib.class:?] at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:378) [bib.class:?] at net.minecraft.client.main.Main.main(SourceFile:123) [Main.class:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_51] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51] at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51] 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:?] Caused by: net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model minecraft:block/cube-all with loader VanillaLoader.INSTANCE, skipping at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:161) ~[ModelLoaderRegistry.class:?] at net.minecraftforge.client.model.ModelLoader$WeightedRandomModel.<init>(ModelLoader.java:658) ~[ModelLoader$WeightedRandomModel.class:?] at net.minecraftforge.client.model.ModelLoader$VariantLoader.loadModel(ModelLoader.java:1176) ~[ModelLoader$VariantLoader.class:?] at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:157) ~[ModelLoaderRegistry.class:?] ... 15 more Caused by: java.io.FileNotFoundException: minecraft:models/block/cube-all.json at net.minecraft.client.resources.FallbackResourceManager.func_110536_a(FallbackResourceManager.java:69) ~[cei.class:?] at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110536_a(SimpleReloadableResourceManager.java:65) ~[cev.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.func_177594_c(ModelBakery.java:334) ~[cgb.class:?] at net.minecraftforge.client.model.ModelLoader.access$1400(ModelLoader.java:115) ~[ModelLoader.class:?] at net.minecraftforge.client.model.ModelLoader$VanillaLoader.loadModel(ModelLoader.java:861) ~[ModelLoader$VanillaLoader.class:?] at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:157) ~[ModelLoaderRegistry.class:?] at net.minecraftforge.client.model.ModelLoader$WeightedRandomModel.<init>(ModelLoader.java:658) ~[ModelLoader$WeightedRandomModel.class:?] at net.minecraftforge.client.model.ModelLoader$VariantLoader.loadModel(ModelLoader.java:1176) ~[ModelLoader$VariantLoader.class:?] at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:157) ~[ModelLoaderRegistry.class:?] ... 15 more [16:27:36] [Client thread/ERROR]: Exception loading model for variant immersivepetroleum:metal_multiblock#_0multiblockslave=true,_1dynamicrender=true,boolean0=false,facing=south,type=pumpjack net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model immersivepetroleum:metal_multiblock#_0multiblockslave=true,_1dynamicrender=true,boolean0=false,facing=south,type=pumpjack with loader VariantLoader.INSTANCE, skipping at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:161) ~[ModelLoaderRegistry.class:?] at net.minecraftforge.client.model.ModelLoader.func_177569_a(ModelLoader.java:235) ~[ModelLoader.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.loadBlock(ModelBakery.java:153) ~[cgb.class:?] at net.minecraftforge.client.model.ModelLoader.func_188640_b(ModelLoader.java:223) ~[ModelLoader.class:?] at net.minecraftforge.client.model.ModelLoader.func_177570_a(ModelLoader.java:150) ~[ModelLoader.class:?] at net.minecraft.client.renderer.block.model.ModelManager.func_110549_a(ModelManager.java:28) [cgc.class:?] at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110542_a(SimpleReloadableResourceManager.java:121) [cev.class:?] at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:513) [bib.class:?] at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:378) [bib.class:?] at net.minecraft.client.main.Main.main(SourceFile:123) [Main.class:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_51] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51] at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51] 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:?] Caused by: net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model minecraft:block/cube-all with loader VanillaLoader.INSTANCE, skipping at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:161) ~[ModelLoaderRegistry.class:?] at net.minecraftforge.client.model.ModelLoader$WeightedRandomModel.<init>(ModelLoader.java:658) ~[ModelLoader$WeightedRandomModel.class:?] at net.minecraftforge.client.model.ModelLoader$VariantLoader.loadModel(ModelLoader.java:1176) ~[ModelLoader$VariantLoader.class:?] at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:157) ~[ModelLoaderRegistry.class:?] ... 15 more Caused by: java.io.FileNotFoundException: minecraft:models/block/cube-all.json at net.minecraft.client.resources.FallbackResourceManager.func_110536_a(FallbackResourceManager.java:69) ~[cei.class:?] at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110536_a(SimpleReloadableResourceManager.java:65) ~[cev.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.func_177594_c(ModelBakery.java:334) ~[cgb.class:?] at net.minecraftforge.client.model.ModelLoader.access$1400(ModelLoader.java:115) ~[ModelLoader.class:?] at net.minecraftforge.client.model.ModelLoader$VanillaLoader.loadModel(ModelLoader.java:861) ~[ModelLoader$VanillaLoader.class:?] at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:157) ~[ModelLoaderRegistry.class:?] at net.minecraftforge.client.model.ModelLoader$WeightedRandomModel.<init>(ModelLoader.java:658) ~[ModelLoader$WeightedRandomModel.class:?] at net.minecraftforge.client.model.ModelLoader$VariantLoader.loadModel(ModelLoader.java:1176) ~[ModelLoader$VariantLoader.class:?] at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:157) ~[ModelLoaderRegistry.class:?] ... 15 more [16:27:36] [Client thread/ERROR]: Exception loading model for variant immersivepetroleum:metal_device#_0multiblockslave=false,facing=south,type=automatic_lubricator net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model immersivepetroleum:metal_device#_0multiblockslave=false,facing=south,type=automatic_lubricator with loader VariantLoader.INSTANCE, skipping at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:161) ~[ModelLoaderRegistry.class:?] at net.minecraftforge.client.model.ModelLoader.func_177569_a(ModelLoader.java:235) ~[ModelLoader.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.loadBlock(ModelBakery.java:153) ~[cgb.class:?] at net.minecraftforge.client.model.ModelLoader.func_188640_b(ModelLoader.java:223) ~[ModelLoader.class:?] at net.minecraftforge.client.model.ModelLoader.func_177570_a(ModelLoader.java:150) ~[ModelLoader.class:?] at net.minecraft.client.renderer.block.model.ModelManager.func_110549_a(ModelManager.java:28) [cgc.class:?] at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110542_a(SimpleReloadableResourceManager.java:121) [cev.class:?] at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:513) [bib.class:?] at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:378) [bib.class:?] at net.minecraft.client.main.Main.main(SourceFile:123) [Main.class:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_51] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51] at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51] 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:?] Caused by: net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model immersiveengineering:block/iesixsides with loader VanillaLoader.INSTANCE, skipping at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:161) ~[ModelLoaderRegistry.class:?] at net.minecraftforge.client.model.ModelLoader$WeightedRandomModel.<init>(ModelLoader.java:658) ~[ModelLoader$WeightedRandomModel.class:?] at net.minecraftforge.client.model.ModelLoader$VariantLoader.loadModel(ModelLoader.java:1176) ~[ModelLoader$VariantLoader.class:?] at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:157) ~[ModelLoaderRegistry.class:?] ... 15 more Caused by: java.io.FileNotFoundException: immersiveengineering:models/block/iesixsides.json at net.minecraft.client.resources.FallbackResourceManager.func_110536_a(FallbackResourceManager.java:69) ~[cei.class:?] at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110536_a(SimpleReloadableResourceManager.java:65) ~[cev.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.func_177594_c(ModelBakery.java:334) ~[cgb.class:?] at net.minecraftforge.client.model.ModelLoader.access$1400(ModelLoader.java:115) ~[ModelLoader.class:?] at net.minecraftforge.client.model.ModelLoader$VanillaLoader.loadModel(ModelLoader.java:861) ~[ModelLoader$VanillaLoader.class:?] at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:157) ~[ModelLoaderRegistry.class:?] at net.minecraftforge.client.model.ModelLoader$WeightedRandomModel.<init>(ModelLoader.java:658) ~[ModelLoader$WeightedRandomModel.class:?] at net.minecraftforge.client.model.ModelLoader$VariantLoader.loadModel(ModelLoader.java:1176) ~[ModelLoader$VariantLoader.class:?] at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:157) ~[ModelLoaderRegistry.class:?] ... 15 more [16:27:36] [Client thread/ERROR]: Exception loading model for variant immersiverailroading:block_rail_preview#normal net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model immersiverailroading:block_rail_preview#normal with loader VariantLoader.INSTANCE, skipping at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:161) ~[ModelLoaderRegistry.class:?] at net.minecraftforge.client.model.ModelLoader.func_177569_a(ModelLoader.java:235) ~[ModelLoader.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.loadBlock(ModelBakery.java:153) ~[cgb.class:?] at net.minecraftforge.client.model.ModelLoader.func_188640_b(ModelLoader.java:223) ~[ModelLoader.class:?] at net.minecraftforge.client.model.ModelLoader.func_177570_a(ModelLoader.java:150) ~[ModelLoader.class:?] at net.minecraft.client.renderer.block.model.ModelManager.func_110549_a(ModelManager.java:28) [cgc.class:?] at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110542_a(SimpleReloadableResourceManager.java:121) [cev.class:?] at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:513) [bib.class:?] at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:378) [bib.class:?] at net.minecraft.client.main.Main.main(SourceFile:123) [Main.class:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_51] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51] at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51] 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:?] Caused by: net.minecraft.client.renderer.block.model.ModelBlockDefinition$MissingVariantException at net.minecraft.client.renderer.block.model.ModelBlockDefinition.func_188004_c(ModelBlockDefinition.java:83) ~[bvv.class:?] at net.minecraftforge.client.model.ModelLoader$VariantLoader.loadModel(ModelLoader.java:1175) ~[ModelLoader$VariantLoader.class:?] at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:157) ~[ModelLoaderRegistry.class:?] ... 15 more [16:27:36] [Client thread/ERROR]: Exception loading blockstate for the variant immersiverailroading:block_rail_preview#normal: java.lang.Exception: Could not load model definition for variant immersiverailroading:block_rail_preview at net.minecraftforge.client.model.ModelLoader.func_177586_a(ModelLoader.java:269) ~[ModelLoader.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.loadBlock(ModelBakery.java:121) ~[cgb.class:?] at net.minecraftforge.client.model.ModelLoader.func_188640_b(ModelLoader.java:223) ~[ModelLoader.class:?] at net.minecraftforge.client.model.ModelLoader.func_177570_a(ModelLoader.java:150) ~[ModelLoader.class:?] at net.minecraft.client.renderer.block.model.ModelManager.func_110549_a(ModelManager.java:28) [cgc.class:?] at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110542_a(SimpleReloadableResourceManager.java:121) [cev.class:?] at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:513) [bib.class:?] at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:378) [bib.class:?] at net.minecraft.client.main.Main.main(SourceFile:123) [Main.class:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_51] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51] at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51] 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:?] Caused by: java.lang.RuntimeException: Encountered an exception when loading model definition of model immersiverailroading:blockstates/block_rail_preview.json at net.minecraft.client.renderer.block.model.ModelBakery.func_188632_a(ModelBakery.java:228) ~[cgb.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.func_177586_a(ModelBakery.java:208) ~[cgb.class:?] at net.minecraftforge.client.model.ModelLoader.func_177586_a(ModelLoader.java:265) ~[ModelLoader.class:?] ... 14 more Caused by: java.io.FileNotFoundException: immersiverailroading:blockstates/block_rail_preview.json at net.minecraft.client.resources.FallbackResourceManager.func_135056_b(FallbackResourceManager.java:104) ~[cei.class:?] at net.minecraft.client.resources.SimpleReloadableResourceManager.func_135056_b(SimpleReloadableResourceManager.java:79) ~[cev.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.func_188632_a(ModelBakery.java:221) ~[cgb.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.func_177586_a(ModelBakery.java:208) ~[cgb.class:?] at net.minecraftforge.client.model.ModelLoader.func_177586_a(ModelLoader.java:265) ~[ModelLoader.class:?] ... 14 more [16:27:36] [Client thread/ERROR]: Exception loading model for variant projectred-fabrication:ic_machine#inventory, normal location exception: net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model projectred-fabrication:item/ic_machine with loader VanillaLoader.INSTANCE, skipping at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:161) ~[ModelLoaderRegistry.class:?] at net.minecraftforge.client.model.ModelLoader.func_177590_d(ModelLoader.java:302) ~[ModelLoader.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.func_177577_b(ModelBakery.java:175) ~[cgb.class:?] at net.minecraftforge.client.model.ModelLoader.func_177570_a(ModelLoader.java:151) ~[ModelLoader.class:?] at net.minecraft.client.renderer.block.model.ModelManager.func_110549_a(ModelManager.java:28) [cgc.class:?] at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110542_a(SimpleReloadableResourceManager.java:121) [cev.class:?] at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:513) [bib.class:?] at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:378) [bib.class:?] at net.minecraft.client.main.Main.main(SourceFile:123) [Main.class:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_51] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51] at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51] 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:?] Caused by: java.io.FileNotFoundException: projectred-fabrication:models/item/ic_machine.json at net.minecraft.client.resources.FallbackResourceManager.func_110536_a(FallbackResourceManager.java:69) ~[cei.class:?] at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110536_a(SimpleReloadableResourceManager.java:65) ~[cev.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.func_177594_c(ModelBakery.java:334) ~[cgb.class:?] at net.minecraftforge.client.model.ModelLoader.access$1400(ModelLoader.java:115) ~[ModelLoader.class:?] at net.minecraftforge.client.model.ModelLoader$VanillaLoader.loadModel(ModelLoader.java:861) ~[ModelLoader$VanillaLoader.class:?] at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:157) ~[ModelLoaderRegistry.class:?] ... 14 more [16:27:36] [Client thread/ERROR]: Exception loading model for variant projectred-fabrication:ic_machine#inventory, blockstate location exception: net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model projectred-fabrication:ic_machine#inventory with loader VariantLoader.INSTANCE, skipping at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:161) ~[ModelLoaderRegistry.class:?] at net.minecraftforge.client.model.ModelLoader.func_177590_d(ModelLoader.java:296) ~[ModelLoader.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.func_177577_b(ModelBakery.java:175) ~[cgb.class:?] at net.minecraftforge.client.model.ModelLoader.func_177570_a(ModelLoader.java:151) ~[ModelLoader.class:?] at net.minecraft.client.renderer.block.model.ModelManager.func_110549_a(ModelManager.java:28) [cgc.class:?] at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110542_a(SimpleReloadableResourceManager.java:121) [cev.class:?] at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:513) [bib.class:?] at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:378) [bib.class:?] at net.minecraft.client.main.Main.main(SourceFile:123) [Main.class:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_51] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51] at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51] 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:?] Caused by: net.minecraft.client.renderer.block.model.ModelBlockDefinition$MissingVariantException at net.minecraft.client.renderer.block.model.ModelBlockDefinition.func_188004_c(ModelBlockDefinition.java:83) ~[bvv.class:?] at net.minecraftforge.client.model.ModelLoader$VariantLoader.loadModel(ModelLoader.java:1175) ~[ModelLoader$VariantLoader.class:?] at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:157) ~[ModelLoaderRegistry.class:?] ... 14 more [16:27:36] [Client thread/ERROR]: Exception loading blockstate for the variant projectred-fabrication:ic_machine#inventory: java.lang.Exception: Could not load model definition for variant projectred-fabrication:ic_machine at net.minecraftforge.client.model.ModelLoader.func_177586_a(ModelLoader.java:269) ~[ModelLoader.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.loadBlock(ModelBakery.java:121) ~[cgb.class:?] at net.minecraftforge.client.model.ModelLoader.func_188640_b(ModelLoader.java:223) ~[ModelLoader.class:?] at net.minecraftforge.client.model.ModelLoader.func_177570_a(ModelLoader.java:150) ~[ModelLoader.class:?] at net.minecraft.client.renderer.block.model.ModelManager.func_110549_a(ModelManager.java:28) [cgc.class:?] at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110542_a(SimpleReloadableResourceManager.java:121) [cev.class:?] at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:513) [bib.class:?] at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:378) [bib.class:?] at net.minecraft.client.main.Main.main(SourceFile:123) [Main.class:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_51] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51] at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51] 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:?] Caused by: java.lang.RuntimeException: Encountered an exception when loading model definition of model projectred-fabrication:blockstates/ic_machine.json at net.minecraft.client.renderer.block.model.ModelBakery.func_188632_a(ModelBakery.java:228) ~[cgb.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.func_177586_a(ModelBakery.java:208) ~[cgb.class:?] at net.minecraftforge.client.model.ModelLoader.func_177586_a(ModelLoader.java:265) ~[ModelLoader.class:?] ... 14 more Caused by: java.io.FileNotFoundException: projectred-fabrication:blockstates/ic_machine.json at net.minecraft.client.resources.FallbackResourceManager.func_135056_b(FallbackResourceManager.java:104) ~[cei.class:?] at net.minecraft.client.resources.SimpleReloadableResourceManager.func_135056_b(SimpleReloadableResourceManager.java:79) ~[cev.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.func_188632_a(ModelBakery.java:221) ~[cgb.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.func_177586_a(ModelBakery.java:208) ~[cgb.class:?] at net.minecraftforge.client.model.ModelLoader.func_177586_a(ModelLoader.java:265) ~[ModelLoader.class:?] ... 14 more [16:27:36] [Client thread/ERROR]: Exception loading model for variant projectred-relocation:frame#normal net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model projectred-relocation:frame#normal with loader VariantLoader.INSTANCE, skipping at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:161) ~[ModelLoaderRegistry.class:?] at net.minecraftforge.client.model.ModelLoader.func_177569_a(ModelLoader.java:235) ~[ModelLoader.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.loadBlock(ModelBakery.java:153) ~[cgb.class:?] at net.minecraftforge.client.model.ModelLoader.func_188640_b(ModelLoader.java:223) ~[ModelLoader.class:?] at net.minecraftforge.client.model.ModelLoader.func_177570_a(ModelLoader.java:150) ~[ModelLoader.class:?] at net.minecraft.client.renderer.block.model.ModelManager.func_110549_a(ModelManager.java:28) [cgc.class:?] at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110542_a(SimpleReloadableResourceManager.java:121) [cev.class:?] at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:513) [bib.class:?] at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:378) [bib.class:?] at net.minecraft.client.main.Main.main(SourceFile:123) [Main.class:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_51] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51] at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51] 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:?] Caused by: net.minecraft.client.renderer.block.model.ModelBlockDefinition$MissingVariantException at net.minecraft.client.renderer.block.model.ModelBlockDefinition.func_188004_c(ModelBlockDefinition.java:83) ~[bvv.class:?] at net.minecraftforge.client.model.ModelLoader$VariantLoader.loadModel(ModelLoader.java:1175) ~[ModelLoader$VariantLoader.class:?] at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:157) ~[ModelLoaderRegistry.class:?] ... 15 more [16:27:36] [Client thread/ERROR]: Exception loading blockstate for the variant projectred-relocation:frame#normal: java.lang.Exception: Could not load model definition for variant projectred-relocation:frame at net.minecraftforge.client.model.ModelLoader.func_177586_a(ModelLoader.java:269) ~[ModelLoader.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.loadBlock(ModelBakery.java:121) ~[cgb.class:?] at net.minecraftforge.client.model.ModelLoader.func_188640_b(ModelLoader.java:223) ~[ModelLoader.class:?] at net.minecraftforge.client.model.ModelLoader.func_177570_a(ModelLoader.java:150) ~[ModelLoader.class:?] at net.minecraft.client.renderer.block.model.ModelManager.func_110549_a(ModelManager.java:28) [cgc.class:?] at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110542_a(SimpleReloadableResourceManager.java:121) [cev.class:?] at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:513) [bib.class:?] at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:378) [bib.class:?] at net.minecraft.client.main.Main.main(SourceFile:123) [Main.class:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_51] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51] at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51] 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:?] Caused by: java.lang.RuntimeException: Encountered an exception when loading model definition of model projectred-relocation:blockstates/frame.json at net.minecraft.client.renderer.block.model.ModelBakery.func_188632_a(ModelBakery.java:228) ~[cgb.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.func_177586_a(ModelBakery.java:208) ~[cgb.class:?] at net.minecraftforge.client.model.ModelLoader.func_177586_a(ModelLoader.java:265) ~[ModelLoader.class:?] ... 14 more Caused by: java.io.FileNotFoundException: projectred-relocation:blockstates/frame.json at net.minecraft.client.resources.FallbackResourceManager.func_135056_b(FallbackResourceManager.java:104) ~[cei.class:?] at net.minecraft.client.resources.SimpleReloadableResourceManager.func_135056_b(SimpleReloadableResourceManager.java:79) ~[cev.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.func_188632_a(ModelBakery.java:221) ~[cgb.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.func_177586_a(ModelBakery.java:208) ~[cgb.class:?] at net.minecraftforge.client.model.ModelLoader.func_177586_a(ModelLoader.java:265) ~[ModelLoader.class:?] ... 14 more [16:27:36] [Client thread/ERROR]: Exception loading model for variant projectred-expansion:machine1#inventory, normal location exception: net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model projectred-expansion:item/machine1 with loader VanillaLoader.INSTANCE, skipping at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:161) ~[ModelLoaderRegistry.class:?] at net.minecraftforge.client.model.ModelLoader.func_177590_d(ModelLoader.java:302) ~[ModelLoader.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.func_177577_b(ModelBakery.java:175) ~[cgb.class:?] at net.minecraftforge.client.model.ModelLoader.func_177570_a(ModelLoader.java:151) ~[ModelLoader.class:?] at net.minecraft.client.renderer.block.model.ModelManager.func_110549_a(ModelManager.java:28) [cgc.class:?] at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110542_a(SimpleReloadableResourceManager.java:121) [cev.class:?] at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:513) [bib.class:?] at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:378) [bib.class:?] at net.minecraft.client.main.Main.main(SourceFile:123) [Main.class:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_51] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51] at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51] 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:?] Caused by: java.io.FileNotFoundException: projectred-expansion:models/item/machine1.json at net.minecraft.client.resources.FallbackResourceManager.func_110536_a(FallbackResourceManager.java:69) ~[cei.class:?] at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110536_a(SimpleReloadableResourceManager.java:65) ~[cev.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.func_177594_c(ModelBakery.java:334) ~[cgb.class:?] at net.minecraftforge.client.model.ModelLoader.access$1400(ModelLoader.java:115) ~[ModelLoader.class:?] at net.minecraftforge.client.model.ModelLoader$VanillaLoader.loadModel(ModelLoader.java:861) ~[ModelLoader$VanillaLoader.class:?] at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:157) ~[ModelLoaderRegistry.class:?] ... 14 more [16:27:36] [Client thread/ERROR]: Exception loading model for variant projectred-expansion:machine1#inventory, blockstate location exception: net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model projectred-expansion:machine1#inventory with loader VariantLoader.INSTANCE, skipping at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:161) ~[ModelLoaderRegistry.class:?] at net.minecraftforge.client.model.ModelLoader.func_177590_d(ModelLoader.java:296) ~[ModelLoader.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.func_177577_b(ModelBakery.java:175) ~[cgb.class:?] at net.minecraftforge.client.model.ModelLoader.func_177570_a(ModelLoader.java:151) ~[ModelLoader.class:?] at net.minecraft.client.renderer.block.model.ModelManager.func_110549_a(ModelManager.java:28) [cgc.class:?] at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110542_a(SimpleReloadableResourceManager.java:121) [cev.class:?] at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:513) [bib.class:?] at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:378) [bib.class:?] at net.minecraft.client.main.Main.main(SourceFile:123) [Main.class:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_51] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51] at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51] 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:?] Caused by: net.minecraft.client.renderer.block.model.ModelBlockDefinition$MissingVariantException at net.minecraft.client.renderer.block.model.ModelBlockDefinition.func_188004_c(ModelBlockDefinition.java:83) ~[bvv.class:?] at net.minecraftforge.client.model.ModelLoader$VariantLoader.loadModel(ModelLoader.java:1175) ~[ModelLoader$VariantLoader.class:?] at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:157) ~[ModelLoaderRegistry.class:?] ... 14 more [16:27:36] [Client thread/ERROR]: Exception loading blockstate for the variant projectred-expansion:machine1#inventory: java.lang.Exception: Could not load model definition for variant projectred-expansion:machine1 at net.minecraftforge.client.model.ModelLoader.func_177586_a(ModelLoader.java:269) ~[ModelLoader.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.loadBlock(ModelBakery.java:121) ~[cgb.class:?] at net.minecraftforge.client.model.ModelLoader.func_188640_b(ModelLoader.java:223) ~[ModelLoader.class:?] at net.minecraftforge.client.model.ModelLoader.func_177570_a(ModelLoader.java:150) ~[ModelLoader.class:?] at net.minecraft.client.renderer.block.model.ModelManager.func_110549_a(ModelManager.java:28) [cgc.class:?] at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110542_a(SimpleReloadableResourceManager.java:121) [cev.class:?] at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:513) [bib.class:?] at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:378) [bib.class:?] at net.minecraft.client.main.Main.main(SourceFile:123) [Main.class:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_51] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51] at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51] 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:?] Caused by: java.lang.RuntimeException: Encountered an exception when loading model definition of model projectred-expansion:blockstates/machine1.json at net.minecraft.client.renderer.block.model.ModelBakery.func_188632_a(ModelBakery.java:228) ~[cgb.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.func_177586_a(ModelBakery.java:208) ~[cgb.class:?] at net.minecraftforge.client.model.ModelLoader.func_177586_a(ModelLoader.java:265) ~[ModelLoader.class:?] ... 14 more Caused by: java.io.FileNotFoundException: projectred-expansion:blockstates/machine1.json at net.minecraft.client.resources.FallbackResourceManager.func_135056_b(FallbackResourceManager.java:104) ~[cei.class:?] at net.minecraft.client.resources.SimpleReloadableResourceManager.func_135056_b(SimpleReloadableResourceManager.java:79) ~[cev.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.func_188632_a(ModelBakery.java:221) ~[cgb.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.func_177586_a(ModelBakery.java:208) ~[cgb.class:?] at net.minecraftforge.client.model.ModelLoader.func_177586_a(ModelLoader.java:265) ~[ModelLoader.class:?] ... 14 more [16:27:36] [Client thread/ERROR]: Exception loading model for variant projectred-expansion:machine2#inventory, normal location exception: net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model projectred-expansion:item/machine2 with loader VanillaLoader.INSTANCE, skipping at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:161) ~[ModelLoaderRegistry.class:?] at net.minecraftforge.client.model.ModelLoader.func_177590_d(ModelLoader.java:302) ~[ModelLoader.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.func_177577_b(ModelBakery.java:175) ~[cgb.class:?] at net.minecraftforge.client.model.ModelLoader.func_177570_a(ModelLoader.java:151) ~[ModelLoader.class:?] at net.minecraft.client.renderer.block.model.ModelManager.func_110549_a(ModelManager.java:28) [cgc.class:?] at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110542_a(SimpleReloadableResourceManager.java:121) [cev.class:?] at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:513) [bib.class:?] at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:378) [bib.class:?] at net.minecraft.client.main.Main.main(SourceFile:123) [Main.class:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_51] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51] at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51] 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:?] Caused by: java.io.FileNotFoundException: projectred-expansion:models/item/machine2.json at net.minecraft.client.resources.FallbackResourceManager.func_110536_a(FallbackResourceManager.java:69) ~[cei.class:?] at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110536_a(SimpleReloadableResourceManager.java:65) ~[cev.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.func_177594_c(ModelBakery.java:334) ~[cgb.class:?] at net.minecraftforge.client.model.ModelLoader.access$1400(ModelLoader.java:115) ~[ModelLoader.class:?] at net.minecraftforge.client.model.ModelLoader$VanillaLoader.loadModel(ModelLoader.java:861) ~[ModelLoader$VanillaLoader.class:?] at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:157) ~[ModelLoaderRegistry.class:?] ... 14 more [16:27:36] [Client thread/ERROR]: Exception loading model for variant projectred-expansion:machine2#inventory, blockstate location exception: net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model projectred-expansion:machine2#inventory with loader VariantLoader.INSTANCE, skipping at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:161) ~[ModelLoaderRegistry.class:?] at net.minecraftforge.client.model.ModelLoader.func_177590_d(ModelLoader.java:296) ~[ModelLoader.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.func_177577_b(ModelBakery.java:175) ~[cgb.class:?] at net.minecraftforge.client.model.ModelLoader.func_177570_a(ModelLoader.java:151) ~[ModelLoader.class:?] at net.minecraft.client.renderer.block.model.ModelManager.func_110549_a(ModelManager.java:28) [cgc.class:?] at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110542_a(SimpleReloadableResourceManager.java:121) [cev.class:?] at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:513) [bib.class:?] at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:378) [bib.class:?] at net.minecraft.client.main.Main.main(SourceFile:123) [Main.class:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_51] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51] at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51] 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:?] Caused by: net.minecraft.client.renderer.block.model.ModelBlockDefinition$MissingVariantException at net.minecraft.client.renderer.block.model.ModelBlockDefinition.func_188004_c(ModelBlockDefinition.java:83) ~[bvv.class:?] at net.minecraftforge.client.model.ModelLoader$VariantLoader.loadModel(ModelLoader.java:1175) ~[ModelLoader$VariantLoader.class:?] at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:157) ~[ModelLoaderRegistry.class:?] ... 14 more [16:27:36] [Client thread/ERROR]: Exception loading blockstate for the variant projectred-expansion:machine2#inventory: java.lang.Exception: Could not load model definition for variant projectred-expansion:machine2 at net.minecraftforge.client.model.ModelLoader.func_177586_a(ModelLoader.java:269) ~[ModelLoader.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.loadBlock(ModelBakery.java:121) ~[cgb.class:?] at net.minecraftforge.client.model.ModelLoader.func_188640_b(ModelLoader.java:223) ~[ModelLoader.class:?] at net.minecraftforge.client.model.ModelLoader.func_177570_a(ModelLoader.java:150) ~[ModelLoader.class:?] at net.minecraft.client.renderer.block.model.ModelManager.func_110549_a(ModelManager.java:28) [cgc.class:?] at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110542_a(SimpleReloadableResourceManager.java:121) [cev.class:?] at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:513) [bib.class:?] at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:378) [bib.class:?] at net.minecraft.client.main.Main.main(SourceFile:123) [Main.class:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_51] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51] at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51] 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:?] Caused by: java.lang.RuntimeException: Encountered an exception when loading model definition of model projectred-expansion:blockstates/machine2.json at net.minecraft.client.renderer.block.model.ModelBakery.func_188632_a(ModelBakery.java:228) ~[cgb.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.func_177586_a(ModelBakery.java:208) ~[cgb.class:?] at net.minecraftforge.client.model.ModelLoader.func_177586_a(ModelLoader.java:265) ~[ModelLoader.class:?] ... 14 more Caused by: java.io.FileNotFoundException: projectred-expansion:blockstates/machine2.json at net.minecraft.client.resources.FallbackResourceManager.func_135056_b(FallbackResourceManager.java:104) ~[cei.class:?] at net.minecraft.client.resources.SimpleReloadableResourceManager.func_135056_b(SimpleReloadableResourceManager.java:79) ~[cev.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.func_188632_a(ModelBakery.java:221) ~[cgb.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.func_177586_a(ModelBakery.java:208) ~[cgb.class:?] at net.minecraftforge.client.model.ModelLoader.func_177586_a(ModelLoader.java:265) ~[ModelLoader.class:?] ... 14 more [16:27:36] [Client thread/ERROR]: Exception loading model for variant projectred-relocation:blockmovingrow#tile_idx=3 net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model projectred-relocation:blockmovingrow#tile_idx=3 with loader VariantLoader.INSTANCE, skipping at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:161) ~[ModelLoaderRegistry.class:?] at net.minecraftforge.client.model.ModelLoader.func_177569_a(ModelLoader.java:235) ~[ModelLoader.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.loadBlock(ModelBakery.java:153) ~[cgb.class:?] at net.minecraftforge.client.model.ModelLoader.func_188640_b(ModelLoader.java:223) ~[ModelLoader.class:?] at net.minecraftforge.client.model.ModelLoader.func_177570_a(ModelLoader.java:150) ~[ModelLoader.class:?] at net.minecraft.client.renderer.block.model.ModelManager.func_110549_a(ModelManager.java:28) [cgc.class:?] at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110542_a(SimpleReloadableResourceManager.java:121) [cev.class:?] at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:513) [bib.class:?] at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:378) [bib.class:?] at net.minecraft.client.main.Main.main(SourceFile:123) [Main.class:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_51] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51] at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51] 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:?] Caused by: net.minecraft.client.renderer.block.model.ModelBlockDefinition$MissingVariantException at net.minecraft.client.renderer.block.model.ModelBlockDefinition.func_188004_c(ModelBlockDefinition.java:83) ~[bvv.class:?] at net.minecraftforge.client.model.ModelLoader$VariantLoader.loadModel(ModelLoader.java:1175) ~[ModelLoader$VariantLoader.class:?] at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:157) ~[ModelLoaderRegistry.class:?] ... 15 more [16:27:36] [Client thread/ERROR]: Exception loading blockstate for the variant projectred-relocation:blockmovingrow#tile_idx=3: java.lang.Exception: Could not load model definition for variant projectred-relocation:blockmovingrow at net.minecraftforge.client.model.ModelLoader.func_177586_a(ModelLoader.java:269) ~[ModelLoader.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.loadBlock(ModelBakery.java:121) ~[cgb.class:?] at net.minecraftforge.client.model.ModelLoader.func_188640_b(ModelLoader.java:223) ~[ModelLoader.class:?] at net.minecraftforge.client.model.ModelLoader.func_177570_a(ModelLoader.java:150) ~[ModelLoader.class:?] at net.minecraft.client.renderer.block.model.ModelManager.func_110549_a(ModelManager.java:28) [cgc.class:?] at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110542_a(SimpleReloadableResourceManager.java:121) [cev.class:?] at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:513) [bib.class:?] at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:378) [bib.class:?] at net.minecraft.client.main.Main.main(SourceFile:123) [Main.class:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_51] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51] at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51] 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:?] Caused by: java.lang.RuntimeException: Encountered an exception when loading model definition of model projectred-relocation:blockstates/blockmovingrow.json at net.minecraft.client.renderer.block.model.ModelBakery.func_188632_a(ModelBakery.java:228) ~[cgb.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.func_177586_a(ModelBakery.java:208) ~[cgb.class:?] at net.minecraftforge.client.model.ModelLoader.func_177586_a(ModelLoader.java:265) ~[ModelLoader.class:?] ... 14 more Caused by: java.io.FileNotFoundException: projectred-relocation:blockstates/blockmovingrow.json at net.minecraft.client.resources.FallbackResourceManager.func_135056_b(FallbackResourceManager.java:104) ~[cei.class:?] at net.minecraft.client.resources.SimpleReloadableResourceManager.func_135056_b(SimpleReloadableResourceManager.java:79) ~[cev.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.func_188632_a(ModelBakery.java:221) ~[cgb.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.func_177586_a(ModelBakery.java:208) ~[cgb.class:?] at net.minecraftforge.client.model.ModelLoader.func_177586_a(ModelLoader.java:265) ~[ModelLoader.class:?] ... 14 more [16:27:36] [Client thread/ERROR]: Exception loading model for variant projectred-relocation:blockmovingrow#tile_idx=4 net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model projectred-relocation:blockmovingrow#tile_idx=4 with loader VariantLoader.INSTANCE, skipping at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:161) ~[ModelLoaderRegistry.class:?] at net.minecraftforge.client.model.ModelLoader.func_177569_a(ModelLoader.java:235) ~[ModelLoader.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.loadBlock(ModelBakery.java:153) ~[cgb.class:?] at net.minecraftforge.client.model.ModelLoader.func_188640_b(ModelLoader.java:223) ~[ModelLoader.class:?] at net.minecraftforge.client.model.ModelLoader.func_177570_a(ModelLoader.java:150) ~[ModelLoader.class:?] at net.minecraft.client.renderer.block.model.ModelManager.func_110549_a(ModelManager.java:28) [cgc.class:?] at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110542_a(SimpleReloadableResourceManager.java:121) [cev.class:?] at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:513) [bib.class:?] at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:378) [bib.class:?] at net.minecraft.client.main.Main.main(SourceFile:123) [Main.class:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_51] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51] at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51] 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:?] Caused by: net.minecraft.client.renderer.block.model.ModelBlockDefinition$MissingVariantException at net.minecraft.client.renderer.block.model.ModelBlockDefinition.func_188004_c(ModelBlockDefinition.java:83) ~[bvv.class:?] at net.minecraftforge.client.model.ModelLoader$VariantLoader.loadModel(ModelLoader.java:1175) ~[ModelLoader$VariantLoader.class:?] at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:157) ~[ModelLoaderRegistry.class:?] ... 15 more [16:27:36] [Client thread/ERROR]: Exception loading model for variant projectred-relocation:blockmovingrow#tile_idx=5 net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model projectred-relocation:blockmovingrow#tile_idx=5 with loader VariantLoader.INSTANCE, skipping at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:161) ~[ModelLoaderRegistry.class:?] at net.minecraftforge.client.model.ModelLoader.func_177569_a(ModelLoader.java:235) ~[ModelLoader.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.loadBlock(ModelBakery.java:153) ~[cgb.class:?] at net.minecraftforge.client.model.ModelLoader.func_188640_b(ModelLoader.java:223) ~[ModelLoader.class:?] at net.minecraftforge.client.model.ModelLoader.func_177570_a(ModelLoader.java:150) ~[ModelLoader.class:?] at net.minecraft.client.renderer.block.model.ModelManager.func_110549_a(ModelManager.java:28) [cgc.class:?] at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110542_a(SimpleReloadableResourceManager.java:121) [cev.class:?] at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:513) [bib.class:?] at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:378) [bib.class:?] at net.minecraft.client.main.Main.main(SourceFile:123) [Main.class:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_51] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51] at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51] 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:?] Caused by: net.minecraft.client.renderer.block.model.ModelBlockDefinition$MissingVariantException at net.minecraft.client.renderer.block.model.ModelBlockDefinition.func_188004_c(ModelBlockDefinition.java:83) ~[bvv.class:?] at net.minecraftforge.client.model.ModelLoader$VariantLoader.loadModel(ModelLoader.java:1175) ~[ModelLoader$VariantLoader.class:?] at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:157) ~[ModelLoaderRegistry.class:?] ... 15 more [16:27:36] [Client thread/ERROR]: Exception loading model for variant immersiverailroading:multiblock#normal net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model immersiverailroading:multiblock#normal with loader VariantLoader.INSTANCE, skipping at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:161) ~[ModelLoaderRegistry.class:?] at net.minecraftforge.client.model.ModelLoader.func_177569_a(ModelLoader.java:235) ~[ModelLoader.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.loadBlock(ModelBakery.java:153) ~[cgb.class:?] at net.minecraftforge.client.model.ModelLoader.func_188640_b(ModelLoader.java:223) ~[ModelLoader.class:?] at net.minecraftforge.client.model.ModelLoader.func_177570_a(ModelLoader.java:150) ~[ModelLoader.class:?] at net.minecraft.client.renderer.block.model.ModelManager.func_110549_a(ModelManager.java:28) [cgc.class:?] at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110542_a(SimpleReloadableResourceManager.java:121) [cev.class:?] at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:513) [bib.class:?] at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:378) [bib.class:?] at net.minecraft.client.main.Main.main(SourceFile:123) [Main.class:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_51] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51] at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51] 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:?] Caused by: net.minecraft.client.renderer.block.model.ModelBlockDefinition$MissingVariantException at net.minecraft.client.renderer.block.model.ModelBlockDefinition.func_188004_c(ModelBlockDefinition.java:83) ~[bvv.class:?] at net.minecraftforge.client.model.ModelLoader$VariantLoader.loadModel(ModelLoader.java:1175) ~[ModelLoader$VariantLoader.class:?] at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:157) ~[ModelLoaderRegistry.class:?] ... 15 more [16:27:36] [Client thread/ERROR]: Exception loading blockstate for the variant immersiverailroading:multiblock#normal: java.lang.Exception: Could not load model definition for variant immersiverailroading:multiblock at net.minecraftforge.client.model.ModelLoader.func_177586_a(ModelLoader.java:269) ~[ModelLoader.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.loadBlock(ModelBakery.java:121) ~[cgb.class:?] at net.minecraftforge.client.model.ModelLoader.func_188640_b(ModelLoader.java:223) ~[ModelLoader.class:?] at net.minecraftforge.client.model.ModelLoader.func_177570_a(ModelLoader.java:150) ~[ModelLoader.class:?] at net.minecraft.client.renderer.block.model.ModelManager.func_110549_a(ModelManager.java:28) [cgc.class:?] at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110542_a(SimpleReloadableResourceManager.java:121) [cev.class:?] at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:513) [bib.class:?] at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:378) [bib.class:?] at net.minecraft.client.main.Main.main(SourceFile:123) [Main.class:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_51] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51] at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51] 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:?] Caused by: java.lang.RuntimeException: Encountered an exception when loading model definition of model immersiverailroading:blockstates/multiblock.json at net.minecraft.client.renderer.block.model.ModelBakery.func_188632_a(ModelBakery.java:228) ~[cgb.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.func_177586_a(ModelBakery.java:208) ~[cgb.class:?] at net.minecraftforge.client.model.ModelLoader.func_177586_a(ModelLoader.java:265) ~[ModelLoader.class:?] ... 14 more Caused by: java.io.FileNotFoundException: immersiverailroading:blockstates/multiblock.json at net.minecraft.client.resources.FallbackResourceManager.func_135056_b(FallbackResourceManager.java:104) ~[cei.class:?] at net.minecraft.client.resources.SimpleReloadableResourceManager.func_135056_b(SimpleReloadableResourceManager.java:79) ~[cev.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.func_188632_a(ModelBakery.java:221) ~[cgb.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.func_177586_a(ModelBakery.java:208) ~[cgb.class:?] at net.minecraftforge.client.model.ModelLoader.func_177586_a(ModelLoader.java:265) ~[ModelLoader.class:?] ... 14 more [16:27:36] [Client thread/ERROR]: Exception loading model for variant forgemultipartcbe:multipart_block#normal net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model forgemultipartcbe:multipart_block#normal with loader VariantLoader.INSTANCE, skipping at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:161) ~[ModelLoaderRegistry.class:?] at net.minecraftforge.client.model.ModelLoader.func_177569_a(ModelLoader.java:235) ~[ModelLoader.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.loadBlock(ModelBakery.java:153) ~[cgb.class:?] at net.minecraftforge.client.model.ModelLoader.func_188640_b(ModelLoader.java:223) ~[ModelLoader.class:?] at net.minecraftforge.client.model.ModelLoader.func_177570_a(ModelLoader.java:150) ~[ModelLoader.class:?] at net.minecraft.client.renderer.block.model.ModelManager.func_110549_a(ModelManager.java:28) [cgc.class:?] at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110542_a(SimpleReloadableResourceManager.java:121) [cev.class:?] at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:513) [bib.class:?] at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:378) [bib.class:?] at net.minecraft.client.main.Main.main(SourceFile:123) [Main.class:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_51] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51] at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51] 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:?] Caused by: net.minecraft.client.renderer.block.model.ModelBlockDefinition$MissingVariantException at net.minecraft.client.renderer.block.model.ModelBlockDefinition.func_188004_c(ModelBlockDefinition.java:83) ~[bvv.class:?] at net.minecraftforge.client.model.ModelLoader$VariantLoader.loadModel(ModelLoader.java:1175) ~[ModelLoader$VariantLoader.class:?] at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:157) ~[ModelLoaderRegistry.class:?] ... 15 more [16:27:36] [Client thread/ERROR]: Exception loading blockstate for the variant forgemultipartcbe:multipart_block#normal: java.lang.Exception: Could not load model definition for variant forgemultipartcbe:multipart_block at net.minecraftforge.client.model.ModelLoader.func_177586_a(ModelLoader.java:269) ~[ModelLoader.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.loadBlock(ModelBakery.java:121) ~[cgb.class:?] at net.minecraftforge.client.model.ModelLoader.func_188640_b(ModelLoader.java:223) ~[ModelLoader.class:?] at net.minecraftforge.client.model.ModelLoader.func_177570_a(ModelLoader.java:150) ~[ModelLoader.class:?] at net.minecraft.client.renderer.block.model.ModelManager.func_110549_a(ModelManager.java:28) [cgc.class:?] at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110542_a(SimpleReloadableResourceManager.java:121) [cev.class:?] at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:513) [bib.class:?] at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:378) [bib.class:?] at net.minecraft.client.main.Main.main(SourceFile:123) [Main.class:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_51] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51] at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51] 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:?] Caused by: java.lang.RuntimeException: Encountered an exception when loading model definition of model forgemultipartcbe:blockstates/multipart_block.json at net.minecraft.client.renderer.block.model.ModelBakery.func_188632_a(ModelBakery.java:228) ~[cgb.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.func_177586_a(ModelBakery.java:208) ~[cgb.class:?] at net.minecraftforge.client.model.ModelLoader.func_177586_a(ModelLoader.java:265) ~[ModelLoader.class:?] ... 14 more Caused by: java.io.FileNotFoundException: forgemultipartcbe:blockstates/multipart_block.json at net.minecraft.client.resources.SimpleReloadableResourceManager.func_135056_b(SimpleReloadableResourceManager.java:83) ~[cev.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.func_188632_a(ModelBakery.java:221) ~[cgb.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.func_177586_a(ModelBakery.java:208) ~[cgb.class:?] at net.minecraftforge.client.model.ModelLoader.func_177586_a(ModelLoader.java:265) ~[ModelLoader.class:?] ... 14 more [16:27:36] [Client thread/FATAL]: Suppressed additional 12 model loading errors for domain projectred-relocation [16:27:36] [Client thread/FATAL]: Suppressed additional 139 model loading errors for domain immersivepetroleum [16:27:36] [Client thread/INFO]: [elucent.albedo.asm.ASMTransformer:patchRenderChunkASM:467]: Successfully loaded RenderChunk ASM! [16:27:39] [Client thread/INFO]: Loading recipes... [16:27:39] [Client thread/INFO]: Skipping feature bloodMagic as its required mod bloodmagic was missing. [16:27:39] [Client thread/INFO]: 71 Feature's recipes loaded. [16:27:39] [Client thread/WARN]: Potentially Dangerous alternative prefix `enderio` for name `capbank_basic2normal`, expected `enderiopowertools`. This could be a intended override, but in most cases indicates a broken mod. [16:27:39] [Client thread/WARN]: Potentially Dangerous alternative prefix `enderio` for name `capbank_normal2vibrant`, expected `enderiopowertools`. This could be a intended override, but in most cases indicates a broken mod. [16:27:39] [Client thread/INFO]: Ignored smelting recipe with conflicting input: 1xitem.immersiveengineering.metal@18 = 1xitem.ingotIron@0 [16:27:39] [Client thread/INFO]: Ignored smelting recipe with conflicting input: 1xitem.immersiveengineering.metal@19 = 1xitem.ingotGold@0 [16:27:39] [Client thread/INFO]: Ignored smelting recipe with conflicting input: 1xitem.thermalfoundation.material@0 = 1xitem.ingotIron@0 [16:27:39] [Client thread/INFO]: Ignored smelting recipe with conflicting input: 1xitem.thermalfoundation.material@1 = 1xitem.ingotGold@0 [16:27:39] [Client thread/INFO]: Applying holder lookups [16:27:39] [Client thread/INFO]: Holder lookups applied [16:27:39] [Client thread/INFO]: Registering com.possibletriangle.albedocompat.modules.VanillaModule [16:27:39] [Client thread/INFO]: Initialization ( started ) [16:27:39] [Client thread/INFO]: Starting AE2 CSV Export [16:27:39] [AE2 CSV Export/INFO]: Cache is enabled. Checking for new mod configurations. [16:27:39] [AE2 CSV Export/INFO]: Same mod configuration was found. Not updating CSV content. [16:27:39] [Client thread/INFO]: Initialization ( ended after 138ms ) [16:27:39] [Client thread/INFO]: [Handlers] Registering handler XPBoostHandler to busses: [FORGE] [16:27:39] [Client thread/INFO]: [Handlers] Registering handler FluidSpawnHandler to busses: [FORGE] [16:27:39] [Client thread/INFO]: [Handlers] Registering handler Scheduler to busses: [FORGE] [16:27:39] [Client thread/INFO]: [Handlers] Registering handler RightClickCropHandler to busses: [FORGE] [16:27:39] [Client thread/INFO]: [Handlers] Registering handler FireworkHandler to busses: [FORGE] [16:27:39] [Client thread/INFO]: [Handlers] Registering handler OreDictTooltipHandler to busses: [FORGE] [16:27:39] [Client thread/INFO]: [Handlers] Registering handler JoinMessageHandler to busses: [FORGE] [16:27:39] [Client thread/INFO]: [Handlers] Registering handler FluidVisualsHandler to busses: [FORGE] [16:27:39] [Client thread/INFO]: [Handlers] Registering handler ClientHandler to busses: [FORGE] [16:27:39] [Client thread/INFO]: [Handlers] Registering handler SpecialTooltipHandler to busses: [FORGE] [16:27:39] [Client thread/INFO]: [Handlers] Registering handler EnchantTooltipHandler to busses: [FORGE] [16:27:39] [Client thread/INFO]: [Handlers] Registering handler AutoSmeltHandler to busses: [FORGE] [16:27:39] [Client thread/INFO]: Sending dummy event to all mods [16:27:39] [Client thread/INFO]: Reloading ingame configs for modid: endercore [16:27:39] [Client thread/INFO]: Updating config... [16:27:39] [Client thread/INFO]: Updating config... [16:27:39] [Client thread/INFO]: Updating config... [16:27:39] [Client thread/INFO]: Updating config... [16:27:39] [Client thread/INFO]: Updating config... [16:27:40] [Client thread/INFO]: Sending whitelist message to Chisel and Bits for block blockDecoration1 [16:27:40] [Client thread/INFO]: Sending whitelist message to Chisel and Bits for block blockDecoration2 [16:27:40] [Client thread/INFO]: Sending whitelist message to Chisel and Bits for block blockDecoration3 [16:27:40] [Client thread/INFO]: Registered permission enderio.gui.block_dark_steel_anvil [16:27:40] [Client thread/INFO]: Registered permission enderio.gui.item_basic_item_filter [16:27:40] [Client thread/INFO]: Registered permission enderio.gui.item_advanced_item_filter [16:27:40] [Client thread/INFO]: Registered permission enderio.gui.item_limited_item_filter [16:27:40] [Client thread/INFO]: Registered permission enderio.gui.item_big_item_filter [16:27:40] [Client thread/INFO]: Registered permission enderio.gui.item_big_advanced_item_filter [16:27:40] [Client thread/INFO]: Registered permission enderio.gui.item_existing_item_filter [16:27:40] [Client thread/INFO]: Registered permission enderio.gui.item_mod_item_filter [16:27:40] [Client thread/INFO]: Registered permission enderio.gui.item_power_item_filter [16:27:40] [Client thread/INFO]: Registered permission enderio.gui.item_soul_filter_normal [16:27:40] [Client thread/INFO]: Registered permission enderio.gui.item_soul_filter_big [16:27:40] [Client thread/INFO]: Registered permission enderio.gui.item_fluid_filter [16:27:40] [Client thread/INFO]: Registered permission enderio.gui.item_redstone_not_filter [16:27:40] [Client thread/INFO]: Registered permission enderio.gui.item_redstone_or_filter [16:27:40] [Client thread/INFO]: Registered permission enderio.gui.item_redstone_and_filter [16:27:40] [Client thread/INFO]: Registered permission enderio.gui.item_redstone_nor_filter [16:27:40] [Client thread/INFO]: Registered permission enderio.gui.item_redstone_nand_filter [16:27:40] [Client thread/INFO]: Registered permission enderio.gui.item_redstone_xor_filter [16:27:40] [Client thread/INFO]: Registered permission enderio.gui.item_redstone_xnor_filter [16:27:40] [Client thread/INFO]: Registered permission enderio.gui.item_redstone_toggle_filter [16:27:40] [Client thread/INFO]: Registered permission enderio.gui.item_redstone_counting_filter [16:27:40] [Client thread/INFO]: Registered permission enderio.gui.item_redstone_sensor_filter [16:27:40] [Client thread/INFO]: Registered permission enderio.gui.item_redstone_timer_filter [16:27:40] [Client thread/INFO]: Registered permission enderio.gui.block_conduit_bundle [16:27:40] [Client thread/INFO]: Registered permission enderio.gui.block_simple_furnace [16:27:40] [Client thread/INFO]: Registered permission enderio.gui.block_simple_alloy_smelter [16:27:40] [Client thread/INFO]: Registered permission enderio.gui.block_alloy_smelter [16:27:40] [Client thread/INFO]: Registered permission enderio.gui.block_enhanced_alloy_smelter [16:27:40] [Client thread/INFO]: Registered permission enderio.gui.block_buffer [16:27:40] [Client thread/INFO]: Registered permission enderio.gui.block_enchanter [16:27:40] [Client thread/INFO]: Registered permission enderio.gui.block_farm_station [16:27:40] [Client thread/INFO]: Registered permission enderio.gui.block_combustion_generator [16:27:40] [Client thread/INFO]: Registered permission enderio.gui.block_enhanced_combustion_generator [16:27:40] [Client thread/INFO]: Registered permission enderio.gui.block_simple_stirling_generator [16:27:40] [Client thread/INFO]: Registered permission enderio.gui.block_stirling_generator [16:27:40] [Client thread/INFO]: Registered permission enderio.gui.block_zombie_generator [16:27:40] [Client thread/INFO]: Registered permission enderio.gui.block_franken_zombie_generator [16:27:40] [Client thread/INFO]: Registered permission enderio.gui.block_ender_generator [16:27:40] [Client thread/INFO]: Registered permission enderio.gui.block_lava_generator [16:27:40] [Client thread/INFO]: Registered permission enderio.gui.block_killer_joe [16:27:40] [Client thread/INFO]: Registered permission enderio.gui.block_attractor_obelisk [16:27:40] [Client thread/INFO]: Registered permission enderio.gui.block_aversion_obelisk [16:27:40] [Client thread/INFO]: Registered permission enderio.gui.block_inhibitor_obelisk [16:27:40] [Client thread/INFO]: Registered permission enderio.gui.block_relocator_obelisk [16:27:40] [Client thread/INFO]: Registered permission enderio.gui.block_weather_obelisk [16:27:40] [Client thread/INFO]: Registered permission enderio.gui.block_experience_obelisk [16:27:40] [Client thread/INFO]: Registered permission enderio.gui.block_painter [16:27:40] [Client thread/INFO]: Registered permission enderio.gui.block_simple_sag_mill [16:27:40] [Client thread/INFO]: Registered permission enderio.gui.block_sag_mill [16:27:40] [Client thread/INFO]: Registered permission enderio.gui.block_enhanced_sag_mill [16:27:40] [Client thread/INFO]: Registered permission enderio.gui.block_slice_and_splice [16:27:40] [Client thread/INFO]: Registered permission enderio.gui.block_soul_binder [16:27:40] [Client thread/INFO]: Registered permission enderio.gui.block_powered_spawner [16:27:40] [Client thread/INFO]: Registered permission enderio.gui.block_vat [16:27:40] [Client thread/INFO]: Registered permission enderio.gui.block_enhanced_vat [16:27:40] [Client thread/INFO]: Registered permission enderio.gui.block_wired_charger [16:27:40] [Client thread/INFO]: Registered permission enderio.gui.block_enhanced_wired_charger [16:27:40] [Client thread/INFO]: Registered permission enderio.gui.block_simple_wired_charger [16:27:40] [Client thread/INFO]: Registered permission enderio.gui.block_tank [16:27:40] [Client thread/INFO]: Registered permission enderio.gui.block_transceiver [16:27:40] [Client thread/INFO]: Registered permission enderio.gui.block_vacuum_chest [16:27:40] [Client thread/INFO]: Registered permission enderio.gui.block_xp_vacuum [16:27:40] [Client thread/INFO]: Registered permission enderio.gui.block_travel_anchor [16:27:40] [Client thread/INFO]: Registered permission enderio.gui.block_tele_pad [16:27:40] [Client thread/INFO]: Registered permission enderio.gui.block_dialing_device [16:27:40] [Client thread/INFO]: Registered permission enderio.gui.block_impulse_hopper [16:27:40] [Client thread/INFO]: Registered permission enderio.gui.block_crafter [16:27:40] [Client thread/INFO]: Registered permission enderio.gui.block_simple_crafter [16:27:40] [Client thread/INFO]: Registered permission enderio.gui.block_creative_spawner [16:27:40] [Client thread/INFO]: Registered permission enderio.gui.block_cap_bank [16:27:40] [Client thread/INFO]: Registered permission enderio.gui.block_power_monitor [16:27:40] [Client thread/INFO]: Registered permission enderio.gui.block_advanced_power_monitor [16:27:40] [Client thread/INFO]: [crazypants.enderio.conduits.me.EnderIOConduitsAppliedEnergistics:init:69]: Mixin successful? true [16:27:40] [Thread-12/INFO]: Arc Recycling: Removed 0 old recipes [16:27:40] [Immersive Engineering Registry Iteration Thread/WARN]: Recipe has invalid inputs and will be ignored: net.minecraftforge.oredict.ShapedOreRecipe@27a5355e (projectred-exploration:tools/sapphire_sword) [16:27:40] [Immersive Engineering Registry Iteration Thread/WARN]: Recipe has invalid inputs and will be ignored: net.minecraftforge.oredict.ShapedOreRecipe@bb2d102 (projectred-exploration:tools/sapphire_sickle) [16:27:40] [Immersive Engineering Registry Iteration Thread/WARN]: Recipe has invalid inputs and will be ignored: net.minecraftforge.oredict.ShapedOreRecipe@4746bd5f (projectred-exploration:tools/sapphire_shovel) [16:27:40] [Immersive Engineering Registry Iteration Thread/WARN]: Recipe has invalid inputs and will be ignored: net.minecraftforge.oredict.ShapedOreRecipe@3a91a637 (projectred-exploration:tools/sapphire_pickaxe) [16:27:40] [Immersive Engineering Registry Iteration Thread/WARN]: Recipe has invalid inputs and will be ignored: net.minecraftforge.oredict.ShapedOreRecipe@6fd265c5 (projectred-exploration:tools/sapphire_hoe) [16:27:40] [Immersive Engineering Registry Iteration Thread/WARN]: Recipe has invalid inputs and will be ignored: net.minecraftforge.oredict.ShapedOreRecipe@5e921f3f (projectred-exploration:tools/sapphire_axe) [16:27:40] [Immersive Engineering Registry Iteration Thread/WARN]: Recipe has invalid inputs and will be ignored: net.minecraftforge.oredict.ShapedOreRecipe@1a439dfb (projectred-exploration:tools/ruby_sword) [16:27:40] [Immersive Engineering Registry Iteration Thread/WARN]: Recipe has invalid inputs and will be ignored: net.minecraftforge.oredict.ShapedOreRecipe@7e2d0336 (projectred-exploration:tools/ruby_sickle) [16:27:40] [Immersive Engineering Registry Iteration Thread/WARN]: Recipe has invalid inputs and will be ignored: net.minecraftforge.oredict.ShapedOreRecipe@3b98ea58 (projectred-exploration:tools/ruby_shovel) [16:27:40] [Immersive Engineering Registry Iteration Thread/WARN]: Recipe has invalid inputs and will be ignored: net.minecraftforge.oredict.ShapedOreRecipe@1e12269d (projectred-exploration:tools/ruby_pickaxe) [16:27:40] [Immersive Engineering Registry Iteration Thread/WARN]: Recipe has invalid inputs and will be ignored: net.minecraftforge.oredict.ShapedOreRecipe@659e5630 (projectred-exploration:tools/ruby_hoe) [16:27:40] [Immersive Engineering Registry Iteration Thread/WARN]: Recipe has invalid inputs and will be ignored: net.minecraftforge.oredict.ShapedOreRecipe@516c3a82 (projectred-exploration:tools/ruby_axe) [16:27:40] [Immersive Engineering Registry Iteration Thread/WARN]: Recipe has invalid inputs and will be ignored: net.minecraftforge.oredict.ShapedOreRecipe@4c6513e7 (projectred-exploration:tools/peridot_sword) [16:27:40] [Immersive Engineering Registry Iteration Thread/WARN]: Recipe has invalid inputs and will be ignored: net.minecraftforge.oredict.ShapedOreRecipe@5bbdd82c (projectred-exploration:tools/peridot_sickle) [16:27:40] [Immersive Engineering Registry Iteration Thread/WARN]: Recipe has invalid inputs and will be ignored: net.minecraftforge.oredict.ShapedOreRecipe@3ddb99af (projectred-exploration:tools/peridot_shovel) [16:27:40] [Immersive Engineering Registry Iteration Thread/WARN]: Recipe has invalid inputs and will be ignored: net.minecraftforge.oredict.ShapedOreRecipe@a0bad76 (projectred-exploration:tools/peridot_pickaxe) [16:27:40] [Immersive Engineering Registry Iteration Thread/WARN]: Recipe has invalid inputs and will be ignored: net.minecraftforge.oredict.ShapedOreRecipe@38264d24 (projectred-exploration:tools/peridot_hoe) [16:27:40] [Immersive Engineering Registry Iteration Thread/WARN]: Recipe has invalid inputs and will be ignored: net.minecraftforge.oredict.ShapedOreRecipe@481edcce (projectred-exploration:tools/peridot_axe) [16:27:40] [Immersive Engineering Registry Iteration Thread/WARN]: Recipe has invalid inputs and will be ignored: net.minecraftforge.oredict.ShapedOreRecipe@21daaaef (projectred-exploration:armor/sapphire_leggings) [16:27:40] [Immersive Engineering Registry Iteration Thread/WARN]: Recipe has invalid inputs and will be ignored: net.minecraftforge.oredict.ShapedOreRecipe@6ce4008 (projectred-exploration:armor/sapphire_helmet) [16:27:40] [Immersive Engineering Registry Iteration Thread/WARN]: Recipe has invalid inputs and will be ignored: net.minecraftforge.oredict.ShapedOreRecipe@aabdcec (projectred-exploration:armor/sapphire_chestplate) [16:27:40] [Immersive Engineering Registry Iteration Thread/WARN]: Recipe has invalid inputs and will be ignored: net.minecraftforge.oredict.ShapedOreRecipe@40caf732 (projectred-exploration:armor/sapphire_boots) [16:27:40] [Immersive Engineering Registry Iteration Thread/WARN]: Recipe has invalid inputs and will be ignored: net.minecraftforge.oredict.ShapedOreRecipe@1fb37c4e (projectred-exploration:armor/ruby_leggings) [16:27:40] [Immersive Engineering Registry Iteration Thread/WARN]: Recipe has invalid inputs and will be ignored: net.minecraftforge.oredict.ShapedOreRecipe@453bc35f (projectred-exploration:armor/ruby_helmet) [16:27:40] [Immersive Engineering Registry Iteration Thread/WARN]: Recipe has invalid inputs and will be ignored: net.minecraftforge.oredict.ShapedOreRecipe@185c7a7d (projectred-exploration:armor/ruby_chestplate) [16:27:40] [Immersive Engineering Registry Iteration Thread/WARN]: Recipe has invalid inputs and will be ignored: net.minecraftforge.oredict.ShapedOreRecipe@2c433ac9 (projectred-exploration:armor/ruby_boots) [16:27:40] [Immersive Engineering Registry Iteration Thread/WARN]: Recipe has invalid inputs and will be ignored: net.minecraftforge.oredict.ShapedOreRecipe@1af71cd3 (projectred-exploration:armor/peridot_leggings) [16:27:40] [Immersive Engineering Registry Iteration Thread/WARN]: Recipe has invalid inputs and will be ignored: net.minecraftforge.oredict.ShapedOreRecipe@535faed6 (projectred-exploration:armor/peridot_helmet) [16:27:40] [Immersive Engineering Registry Iteration Thread/WARN]: Recipe has invalid inputs and will be ignored: net.minecraftforge.oredict.ShapedOreRecipe@1782aaec (projectred-exploration:armor/peridot_chestplate) [16:27:40] [Immersive Engineering Registry Iteration Thread/WARN]: Recipe has invalid inputs and will be ignored: net.minecraftforge.oredict.ShapedOreRecipe@2ceed50c (projectred-exploration:armor/peridot_boots) [16:27:40] [Thread-12/INFO]: Finished recipe profiler for Arc Recycling, took 40 milliseconds [16:27:41] [Client thread/INFO]: [flaxbeard.immersivepetroleum.common.Config:addConfigReservoirs:689]: aquifer, water, 5000000, 10000000, 6, 30, [], [0], [], [] [16:27:41] [Client thread/INFO]: [flaxbeard.immersivepetroleum.common.Config:addConfigReservoirs:720]: Added resevoir type aquifer [16:27:41] [Client thread/INFO]: [flaxbeard.immersivepetroleum.common.Config:addConfigReservoirs:689]: oil, oil, 2500000, 15000000, 6, 40, [1], [], [], [] [16:27:41] [Client thread/INFO]: [flaxbeard.immersivepetroleum.common.Config:addConfigReservoirs:720]: Added resevoir type oil [16:27:41] [Client thread/INFO]: [flaxbeard.immersivepetroleum.common.Config:addConfigReservoirs:689]: lava, lava, 250000, 1000000, 0, 30, [1], [], [], [] [16:27:41] [Client thread/INFO]: [flaxbeard.immersivepetroleum.common.Config:addConfigReservoirs:720]: Added resevoir type lava [16:27:41] [Client thread/INFO]: [flaxbeard.immersivepetroleum.common.Config:addDistillationRecipe:376]: Added distillation recipe using oil [16:27:41] [Client thread/INFO]: [flaxbeard.immersivepetroleum.common.Config:addDistillationRecipe:378]: Bitumen [16:27:41] [Client thread/INFO]: [flaxbeard.immersivepetroleum.client.ShaderUtil:createShader:78]: BAD: [16:27:41] [Client thread/INFO]: JourneyMap log initialized. [16:27:41] [Client thread/INFO]: initialize ENTER [16:27:41] [Client thread/ERROR]: Default theme not found in C:\Users\esflo\Documents\Curse\Minecraft\Instances\subway systems\journeymap\icon\theme\flat\OceanMonument.theme2.json: OceanMonument (SUPPRESSED) [16:27:41] [Client thread/WARN]: core (Initialized) Bad configField entry during updateFrom(): optionsManagerViewed=null [16:27:41] [Client thread/WARN]: core (Initialized) Bad configField entry during updateFrom(): splashViewed=null [16:27:42] [Client thread/INFO]: [ClientAPI] built with JourneyMap API 1.4 [16:27:42] [Client thread/INFO]: Initializing plugins with Client API: journeymap.client.api.impl.ClientAPI [16:27:42] [Client thread/INFO]: initialize EXIT, elapsed count 0 avg ?ms [16:27:42] [Client thread/WARN]: Unable to inject capability mrtjp.projectred.api.IFrame at mrtjp.projectred.relocation.RelocationProxy_server.FRAME_CAPABILITY (Non-Static) [16:27:42] [Client thread/INFO]: [mcjty.lib.font.TrueTypeFont:<init>:119]: TrueTypeFont loaded: java.awt.Font[family=Ubuntu,name=Ubuntu,style=plain,size=40] - AntiAlias = false [16:27:42] [Client thread/INFO]: Received 9 IMC messages from mod immersiveengineering. [16:27:42] [Client thread/INFO]: Received 15 IMC messages from mod coloredredstone. [16:27:42] [Client thread/WARN]: Thermal Expansion received an invalid IMC from chisel! Key was addcompactorpressrecipe [16:27:42] [Client thread/WARN]: Thermal Expansion received an invalid IMC from chisel! Key was addcompactorpressrecipe [16:27:42] [Client thread/INFO]: Processing IMC message recipe:xml from endercore [16:27:42] [Client thread/INFO]: Processing IMC message recipe:xml from endercore [16:27:43] [Client thread/INFO]: Reading user recipe file user_recipes.xml [16:27:43] [Client thread/INFO]: Could not find an entity for 'enderzoo:concussioncreeper' [16:27:43] [Client thread/INFO]: Could not find an entity for 'enderzoo:direslime' [16:27:43] [Client thread/INFO]: Could not find an entity for 'enderzoo:direwolf' [16:27:43] [Client thread/INFO]: Could not find an entity for 'enderzoo:enderminy' [16:27:43] [Client thread/INFO]: Could not find an entity for 'enderzoo:fallenknight' [16:27:43] [Client thread/INFO]: Could not find an entity for 'enderzoo:fallenmount' [16:27:43] [Client thread/INFO]: Could not find an entity for 'enderzoo:owl' [16:27:43] [Client thread/INFO]: Could not find an entity for 'enderzoo:withercat' [16:27:43] [Client thread/INFO]: Could not find an entity for 'enderzoo:witherwitch' [16:27:43] [Client thread/INFO]: Could not find an entity for 'chickens:chickenschicken' [16:27:43] [Client thread/INFO]: Could not find an entity for 'industrialforegoing:pink_slime' [16:27:43] [Client thread/INFO]: Could not find an entity for 'iceandfire:firedragon' [16:27:43] [Client thread/INFO]: Could not find an entity for 'iceandfire:icedragon' [16:27:43] [Client thread/INFO]: Could not find an entity for 'iceandfire:icevillager' [16:27:43] [Client thread/INFO]: Could not find an entity for 'iceandfire:hippogryph' [16:27:43] [Client thread/INFO]: Could not find an entity for 'iceandfire:gorgon' [16:27:43] [Client thread/INFO]: Could not find an entity for 'iceandfire:if_pixie' [16:27:43] [Client thread/INFO]: Could not find an entity for 'iceandfire:cyclops' [16:27:43] [Client thread/INFO]: Could not find an entity for 'iceandfire:hippogryph' [16:27:43] [Client thread/INFO]: Could not find an entity for 'matteroverdrive:rogue_android' [16:27:43] [Client thread/INFO]: Could not find an entity for 'matteroverdrive:mad_scientist' [16:27:43] [Client thread/INFO]: Could not find an entity for 'matteroverdrive:mutant_scientist' [16:27:43] [Client thread/INFO]: Could not find an entity for 'meecreeps:meecreeps' [16:27:43] [Client thread/INFO]: Could not find an entity for 'primitivemobs:chameleon' [16:27:43] [Client thread/INFO]: Could not find an entity for 'primitivemobs:treasure_slime' [16:27:43] [Client thread/INFO]: Could not find an entity for 'primitivemobs:haunted_tool' [16:27:43] [Client thread/INFO]: Could not find an entity for 'primitivemobs:grovesprite' [16:27:43] [Client thread/INFO]: Could not find an entity for 'primitivemobs:bewitched_tome' [16:27:43] [Client thread/INFO]: Could not find an entity for 'primitivemobs:filch_lizard' [16:27:43] [Client thread/INFO]: Could not find an entity for 'primitivemobs:brain_slime' [16:27:43] [Client thread/INFO]: Could not find an entity for 'primitivemobs:rocket_creeper' [16:27:43] [Client thread/INFO]: Could not find an entity for 'primitivemobs:festive_creeper' [16:27:43] [Client thread/INFO]: Could not find an entity for 'primitivemobs:support_creeper' [16:27:43] [Client thread/INFO]: Could not find an entity for 'primitivemobs:skeleton_warrior' [16:27:43] [Client thread/INFO]: Could not find an entity for 'primitivemobs:blazing_juggernaut' [16:27:43] [Client thread/INFO]: Could not find an entity for 'primitivemobs:lily_lurker' [16:27:43] [Client thread/INFO]: Could not find an entity for 'primitivemobs:mother_spider' [16:27:43] [Client thread/INFO]: Could not find an entity for 'primitivemobs:baby_spider' [16:27:43] [Client thread/INFO]: Could not find an entity for 'primitivemobs:trollager' [16:27:43] [Client thread/INFO]: Could not find an entity for 'primitivemobs:lost_miner' [16:27:43] [Client thread/INFO]: Could not find an entity for 'primitivemobs:traveling_merchant' [16:27:43] [Client thread/INFO]: Could not find an entity for 'primitivemobs:dodo' [16:27:43] [Client thread/INFO]: Could not find an entity for 'primitivemobs:mimic' [16:27:43] [Client thread/INFO]: Could not find an entity for 'quark:pirate' [16:27:43] [Client thread/INFO]: Could not find an entity for 'quark:wraith' [16:27:43] [Client thread/INFO]: Could not find an entity for 'quark:dweller' [16:27:43] [Client thread/INFO]: Could not find an entity for 'quark:ashen' [16:27:43] [Client thread/INFO]: Could not find an entity for 'tconstruct:blueslime' [16:27:43] [Client thread/INFO]: Could not find an entity for 'totemic:buffalo' [16:27:43] [Client thread/INFO]: Could not find an entity for 'totemic:baykok' [16:27:43] [Client thread/INFO]: Could not find an entity for 'totemic:bald_eagle' [16:27:43] [Client thread/INFO]: Valid IMC recipes to be processed: [16:27:43] [Client thread/INFO]: * Enchanter: endercore:xpboost from IMC from mod 'endercore' [16:27:43] [Client thread/INFO]: * Enchanter: endercore:autosmelt from IMC from mod 'endercore' [16:27:43] [Client thread/INFO]: Reading user recipe file user_recipes.xml [16:27:47] [Client thread/WARN]: Adding smelting recipes for non-EnderIO items is not recommended (1xitem.thermalfoundation.material@99 => 1xitem.thermalfoundation.material@163) [16:27:47] [Client thread/INFO]: Ignored smelting recipe with conflicting input: 1xitem.thermalfoundation.material@99 = 1xitem.thermalfoundation.material@163 [16:27:47] [Client thread/WARN]: Adding smelting recipes for non-EnderIO items is not recommended (1xitem.thermalfoundation.material@97 => 1xitem.thermalfoundation.material@161) [16:27:47] [Client thread/INFO]: Ignored smelting recipe with conflicting input: 1xitem.thermalfoundation.material@97 = 1xitem.thermalfoundation.material@161 [16:27:47] [Client thread/WARN]: Adding smelting recipes for non-EnderIO items is not recommended (1xitem.immersiveengineering.metal@16 => 1xitem.thermalfoundation.material@161) [16:27:47] [Client thread/INFO]: Ignored smelting recipe with conflicting input: 1xitem.immersiveengineering.metal@16 = 1xitem.thermalfoundation.material@161 [16:27:47] [Client thread/WARN]: Adding smelting recipes for non-EnderIO items is not recommended (1xitem.thermalfoundation.material@0 => 1xitem.ingotIron@0) [16:27:47] [Client thread/INFO]: Ignored smelting recipe with conflicting input: 1xitem.thermalfoundation.material@0 = 1xitem.ingotIron@0 [16:27:47] [Client thread/WARN]: Adding smelting recipes for non-EnderIO items is not recommended (1xitem.appliedenergistics2.material@49 => 1xitem.ingotIron@0) [16:27:47] [Client thread/INFO]: Ignored smelting recipe with conflicting input: 1xitem.appliedenergistics2.material@49 = 1xitem.ingotIron@0 [16:27:47] [Client thread/WARN]: Adding smelting recipes for non-EnderIO items is not recommended (1xitem.immersiveengineering.metal@18 => 1xitem.ingotIron@0) [16:27:47] [Client thread/INFO]: Ignored smelting recipe with conflicting input: 1xitem.immersiveengineering.metal@18 = 1xitem.ingotIron@0 [16:27:47] [Client thread/INFO]: Ignored smelting recipe with conflicting input: 1xitem.item_material@24 = 1xitem.ingotIron@0 [16:27:47] [Client thread/WARN]: Adding smelting recipes for non-EnderIO items is not recommended (1xitem.thermalfoundation.material@1 => 1xitem.ingotGold@0) [16:27:47] [Client thread/INFO]: Ignored smelting recipe with conflicting input: 1xitem.thermalfoundation.material@1 = 1xitem.ingotGold@0 [16:27:47] [Client thread/WARN]: Adding smelting recipes for non-EnderIO items is not recommended (1xitem.appliedenergistics2.material@51 => 1xitem.ingotGold@0) [16:27:47] [Client thread/INFO]: Ignored smelting recipe with conflicting input: 1xitem.appliedenergistics2.material@51 = 1xitem.ingotGold@0 [16:27:47] [Client thread/WARN]: Adding smelting recipes for non-EnderIO items is not recommended (1xitem.immersiveengineering.metal@19 => 1xitem.ingotGold@0) [16:27:47] [Client thread/INFO]: Ignored smelting recipe with conflicting input: 1xitem.immersiveengineering.metal@19 = 1xitem.ingotGold@0 [16:27:47] [Client thread/INFO]: Ignored smelting recipe with conflicting input: 1xitem.item_material@25 = 1xitem.ingotGold@0 [16:27:47] [Client thread/WARN]: Adding smelting recipes for non-EnderIO items is not recommended (1xitem.thermalfoundation.material@64 => 1xitem.thermalfoundation.material@128) [16:27:47] [Client thread/INFO]: Ignored smelting recipe with conflicting input: 1xitem.thermalfoundation.material@64 = 1xitem.thermalfoundation.material@128 [16:27:47] [Client thread/WARN]: Adding smelting recipes for non-EnderIO items is not recommended (1xitem.immersiveengineering.metal@9 => 1xitem.thermalfoundation.material@128) [16:27:47] [Client thread/INFO]: Ignored smelting recipe with conflicting input: 1xitem.immersiveengineering.metal@9 = 1xitem.thermalfoundation.material@128 [16:27:47] [Client thread/WARN]: Adding smelting recipes for non-EnderIO items is not recommended (1xitem.thermalfoundation.material@65 => 1xitem.thermalfoundation.material@129) [16:27:47] [Client thread/INFO]: Ignored smelting recipe with conflicting input: 1xitem.thermalfoundation.material@65 = 1xitem.thermalfoundation.material@129 [16:27:47] [Client thread/WARN]: Adding smelting recipes for non-EnderIO items is not recommended (1xitem.thermalfoundation.material@67 => 1xitem.thermalfoundation.material@131) [16:27:47] [Client thread/INFO]: Ignored smelting recipe with conflicting input: 1xitem.thermalfoundation.material@67 = 1xitem.thermalfoundation.material@131 [16:27:47] [Client thread/WARN]: Adding smelting recipes for non-EnderIO items is not recommended (1xitem.immersiveengineering.metal@11 => 1xitem.thermalfoundation.material@131) [16:27:47] [Client thread/INFO]: Ignored smelting recipe with conflicting input: 1xitem.immersiveengineering.metal@11 = 1xitem.thermalfoundation.material@131 [16:27:47] [Client thread/WARN]: Adding smelting recipes for non-EnderIO items is not recommended (1xitem.thermalfoundation.material@66 => 1xitem.thermalfoundation.material@130) [16:27:47] [Client thread/INFO]: Ignored smelting recipe with conflicting input: 1xitem.thermalfoundation.material@66 = 1xitem.thermalfoundation.material@130 [16:27:47] [Client thread/WARN]: Adding smelting recipes for non-EnderIO items is not recommended (1xitem.immersiveengineering.metal@12 => 1xitem.thermalfoundation.material@130) [16:27:47] [Client thread/INFO]: Ignored smelting recipe with conflicting input: 1xitem.immersiveengineering.metal@12 = 1xitem.thermalfoundation.material@130 [16:27:47] [Client thread/WARN]: Adding smelting recipes for non-EnderIO items is not recommended (1xitem.thermalfoundation.material@69 => 1xitem.thermalfoundation.material@133) [16:27:47] [Client thread/INFO]: Ignored smelting recipe with conflicting input: 1xitem.thermalfoundation.material@69 = 1xitem.thermalfoundation.material@133 [16:27:47] [Client thread/WARN]: Adding smelting recipes for non-EnderIO items is not recommended (1xitem.immersiveengineering.metal@13 => 1xitem.thermalfoundation.material@133) [16:27:47] [Client thread/INFO]: Ignored smelting recipe with conflicting input: 1xitem.immersiveengineering.metal@13 = 1xitem.thermalfoundation.material@133 [16:27:47] [Client thread/WARN]: Adding smelting recipes for non-EnderIO items is not recommended (1xitem.thermalfoundation.material@68 => 1xitem.thermalfoundation.material@132) [16:27:47] [Client thread/INFO]: Ignored smelting recipe with conflicting input: 1xitem.thermalfoundation.material@68 = 1xitem.thermalfoundation.material@132 [16:27:47] [Client thread/WARN]: Adding smelting recipes for non-EnderIO items is not recommended (1xitem.immersiveengineering.metal@10 => 1xitem.thermalfoundation.material@132) [16:27:47] [Client thread/INFO]: Ignored smelting recipe with conflicting input: 1xitem.immersiveengineering.metal@10 = 1xitem.thermalfoundation.material@132 [16:27:47] [Client thread/WARN]: Adding smelting recipes for non-EnderIO items is not recommended (1xitem.thermalfoundation.material@70 => 1xitem.thermalfoundation.material@134) [16:27:47] [Client thread/INFO]: Ignored smelting recipe with conflicting input: 1xitem.thermalfoundation.material@70 = 1xitem.thermalfoundation.material@134 [16:27:47] [Client thread/WARN]: Adding smelting recipes for non-EnderIO items is not recommended (1xitem.thermalfoundation.material@72 => 1xitem.thermalfoundation.material@136) [16:27:47] [Client thread/INFO]: Ignored smelting recipe with conflicting input: 1xitem.thermalfoundation.material@72 = 1xitem.thermalfoundation.material@136 [16:27:47] [Client thread/WARN]: Adding smelting recipes for non-EnderIO items is not recommended (1xitem.immersiveengineering.metal@14 => 1xitem.immersiveengineering.metal@5) [16:27:47] [Client thread/INFO]: Ignored smelting recipe with conflicting input: 1xitem.immersiveengineering.metal@14 = 1xitem.immersiveengineering.metal@5 [16:27:47] [Client thread/WARN]: Adding smelting recipes for non-EnderIO items is not recommended (1xitem.thermalfoundation.material@96 => 1xitem.thermalfoundation.material@160) [16:27:47] [Client thread/WARN]: Adding smelting recipes for non-EnderIO items is not recommended (1xitem.immersiveengineering.metal@17 => 1xitem.thermalfoundation.material@160) [16:27:47] [Client thread/INFO]: Ignored smelting recipe with conflicting input: 1xitem.immersiveengineering.metal@17 = 1xitem.thermalfoundation.material@160 [16:27:47] [Client thread/WARN]: The supplied recipe BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.immersiveengineering.metal@2, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.thermalfoundation.material@131, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@71d77ea4], energyRequired=10000]] for Alloy Smelter may be a duplicate to: BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.thermalfoundation.material@131, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.immersiveengineering.metal@2, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@71d77ea4], energyRequired=10000]] [16:27:47] [Client thread/WARN]: The supplied recipe BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.thermalfoundation.material@128, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.thermalfoundation.material@131, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@71d77ea4], energyRequired=10000]] for Alloy Smelter may be a duplicate to: BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.thermalfoundation.material@131, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.thermalfoundation.material@128, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@71d77ea4], energyRequired=10000]] [16:27:47] [Client thread/WARN]: The supplied recipe BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.thermalfoundation.material@128, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.immersiveengineering.metal@2, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@71d77ea4], energyRequired=10000]] for Alloy Smelter may be a duplicate to: BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.immersiveengineering.metal@2, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.thermalfoundation.material@128, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@71d77ea4], energyRequired=10000]] [16:27:47] [Client thread/WARN]: The supplied recipe BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.immersiveengineering.metal@0, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.thermalfoundation.material@131, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@71d77ea4], energyRequired=10000]] for Alloy Smelter may be a duplicate to: BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.thermalfoundation.material@131, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.immersiveengineering.metal@0, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@71d77ea4], energyRequired=10000]] [16:27:47] [Client thread/WARN]: The supplied recipe BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.immersiveengineering.metal@0, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.immersiveengineering.metal@2, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@71d77ea4], energyRequired=10000]] for Alloy Smelter may be a duplicate to: BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.immersiveengineering.metal@2, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.immersiveengineering.metal@0, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@71d77ea4], energyRequired=10000]] [16:27:47] [Client thread/WARN]: The supplied recipe BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.immersiveengineering.metal@0, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.thermalfoundation.material@128, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@71d77ea4], energyRequired=10000]] for Alloy Smelter may be a duplicate to: BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.thermalfoundation.material@128, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.immersiveengineering.metal@0, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@71d77ea4], energyRequired=10000]] [16:27:47] [Client thread/WARN]: The supplied recipe BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.projectred.core.itemResource@100, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.thermalfoundation.material@131, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@71d77ea4], energyRequired=10000]] for Alloy Smelter may be a duplicate to: BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.thermalfoundation.material@131, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.projectred.core.itemResource@100, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@71d77ea4], energyRequired=10000]] [16:27:47] [Client thread/WARN]: The supplied recipe BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.projectred.core.itemResource@100, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.immersiveengineering.metal@2, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@71d77ea4], energyRequired=10000]] for Alloy Smelter may be a duplicate to: BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.immersiveengineering.metal@2, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.projectred.core.itemResource@100, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@71d77ea4], energyRequired=10000]] [16:27:47] [Client thread/WARN]: The supplied recipe BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.projectred.core.itemResource@100, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.thermalfoundation.material@128, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@71d77ea4], energyRequired=10000]] for Alloy Smelter may be a duplicate to: BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.thermalfoundation.material@128, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.projectred.core.itemResource@100, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@71d77ea4], energyRequired=10000]] [16:27:47] [Client thread/WARN]: The supplied recipe BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.projectred.core.itemResource@100, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.immersiveengineering.metal@0, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@71d77ea4], energyRequired=10000]] for Alloy Smelter may be a duplicate to: BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.immersiveengineering.metal@0, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.projectred.core.itemResource@100, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@71d77ea4], energyRequired=10000]] [16:27:47] [Client thread/WARN]: The supplied recipe BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.thermalfoundation.material@130, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.thermalfoundation.material@131, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@71d77ea4], energyRequired=10000]] for Alloy Smelter may be a duplicate to: BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.thermalfoundation.material@131, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.thermalfoundation.material@130, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@71d77ea4], energyRequired=10000]] [16:27:47] [Client thread/WARN]: The supplied recipe BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.thermalfoundation.material@130, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.immersiveengineering.metal@2, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@71d77ea4], energyRequired=10000]] for Alloy Smelter may be a duplicate to: BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.immersiveengineering.metal@2, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.thermalfoundation.material@130, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@71d77ea4], energyRequired=10000]] [16:27:47] [Client thread/WARN]: The supplied recipe BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.thermalfoundation.material@130, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.thermalfoundation.material@128, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@71d77ea4], energyRequired=10000]] for Alloy Smelter may be a duplicate to: BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.thermalfoundation.material@128, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.thermalfoundation.material@130, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@71d77ea4], energyRequired=10000]] [16:27:47] [Client thread/WARN]: The supplied recipe BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.thermalfoundation.material@130, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.immersiveengineering.metal@0, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@71d77ea4], energyRequired=10000]] for Alloy Smelter may be a duplicate to: BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.immersiveengineering.metal@0, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.thermalfoundation.material@130, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@71d77ea4], energyRequired=10000]] [16:27:47] [Client thread/WARN]: The supplied recipe BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.thermalfoundation.material@130, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.projectred.core.itemResource@100, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@71d77ea4], energyRequired=10000]] for Alloy Smelter may be a duplicate to: BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.projectred.core.itemResource@100, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.thermalfoundation.material@130, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@71d77ea4], energyRequired=10000]] [16:27:47] [Client thread/WARN]: The supplied recipe BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.immersiveengineering.metal@3, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.thermalfoundation.material@131, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@71d77ea4], energyRequired=10000]] for Alloy Smelter may be a duplicate to: BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.thermalfoundation.material@131, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.immersiveengineering.metal@3, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@71d77ea4], energyRequired=10000]] [16:27:47] [Client thread/WARN]: The supplied recipe BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.immersiveengineering.metal@3, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.immersiveengineering.metal@2, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@71d77ea4], energyRequired=10000]] for Alloy Smelter may be a duplicate to: BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.immersiveengineering.metal@2, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.immersiveengineering.metal@3, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@71d77ea4], energyRequired=10000]] [16:27:47] [Client thread/WARN]: The supplied recipe BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.immersiveengineering.metal@3, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.thermalfoundation.material@128, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@71d77ea4], energyRequired=10000]] for Alloy Smelter may be a duplicate to: BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.thermalfoundation.material@128, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.immersiveengineering.metal@3, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@71d77ea4], energyRequired=10000]] [16:27:47] [Client thread/WARN]: The supplied recipe BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.immersiveengineering.metal@3, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.immersiveengineering.metal@0, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@71d77ea4], energyRequired=10000]] for Alloy Smelter may be a duplicate to: BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.immersiveengineering.metal@0, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.immersiveengineering.metal@3, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@71d77ea4], energyRequired=10000]] [16:27:47] [Client thread/WARN]: The supplied recipe BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.immersiveengineering.metal@3, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.projectred.core.itemResource@100, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@71d77ea4], energyRequired=10000]] for Alloy Smelter may be a duplicate to: BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.projectred.core.itemResource@100, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.immersiveengineering.metal@3, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@71d77ea4], energyRequired=10000]] [16:27:47] [Client thread/WARN]: The supplied recipe BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.immersiveengineering.metal@3, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.thermalfoundation.material@130, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@71d77ea4], energyRequired=10000]] for Alloy Smelter may be a duplicate to: BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.thermalfoundation.material@130, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.immersiveengineering.metal@3, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@71d77ea4], energyRequired=10000]] [16:27:47] [Client thread/WARN]: The supplied recipe BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.projectred.core.itemResource@102, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.thermalfoundation.material@131, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@71d77ea4], energyRequired=10000]] for Alloy Smelter may be a duplicate to: BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.thermalfoundation.material@131, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.projectred.core.itemResource@102, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@71d77ea4], energyRequired=10000]] [16:27:47] [Client thread/WARN]: The supplied recipe BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.projectred.core.itemResource@102, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.immersiveengineering.metal@2, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@71d77ea4], energyRequired=10000]] for Alloy Smelter may be a duplicate to: BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.immersiveengineering.metal@2, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.projectred.core.itemResource@102, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@71d77ea4], energyRequired=10000]] [16:27:47] [Client thread/WARN]: The supplied recipe BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.projectred.core.itemResource@102, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.thermalfoundation.material@128, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@71d77ea4], energyRequired=10000]] for Alloy Smelter may be a duplicate to: BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.thermalfoundation.material@128, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.projectred.core.itemResource@102, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@71d77ea4], energyRequired=10000]] [16:27:47] [Client thread/WARN]: The supplied recipe BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.projectred.core.itemResource@102, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.immersiveengineering.metal@0, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@71d77ea4], energyRequired=10000]] for Alloy Smelter may be a duplicate to: BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.immersiveengineering.metal@0, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.projectred.core.itemResource@102, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@71d77ea4], energyRequired=10000]] [16:27:47] [Client thread/WARN]: The supplied recipe BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.projectred.core.itemResource@102, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.projectred.core.itemResource@100, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@71d77ea4], energyRequired=10000]] for Alloy Smelter may be a duplicate to: BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.projectred.core.itemResource@100, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.projectred.core.itemResource@102, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@71d77ea4], energyRequired=10000]] [16:27:47] [Client thread/WARN]: The supplied recipe BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.projectred.core.itemResource@102, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.thermalfoundation.material@130, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@71d77ea4], energyRequired=10000]] for Alloy Smelter may be a duplicate to: BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.thermalfoundation.material@130, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.projectred.core.itemResource@102, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@71d77ea4], energyRequired=10000]] [16:27:47] [Client thread/WARN]: The supplied recipe BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.projectred.core.itemResource@102, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.immersiveengineering.metal@3, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@71d77ea4], energyRequired=10000]] for Alloy Smelter may be a duplicate to: BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.immersiveengineering.metal@3, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.projectred.core.itemResource@102, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@71d77ea4], energyRequired=10000]] [16:27:47] [Client thread/WARN]: The supplied recipe BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.thermalfoundation.material@132, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.thermalfoundation.material@131, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@71d77ea4], energyRequired=10000]] for Alloy Smelter may be a duplicate to: BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.thermalfoundation.material@131, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.thermalfoundation.material@132, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@71d77ea4], energyRequired=10000]] [16:27:47] [Client thread/WARN]: The supplied recipe BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.thermalfoundation.material@132, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.immersiveengineering.metal@2, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@71d77ea4], energyRequired=10000]] for Alloy Smelter may be a duplicate to: BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.immersiveengineering.metal@2, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.thermalfoundation.material@132, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@71d77ea4], energyRequired=10000]] [16:27:47] [Client thread/WARN]: The supplied recipe BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.thermalfoundation.material@132, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.thermalfoundation.material@128, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@71d77ea4], energyRequired=10000]] for Alloy Smelter may be a duplicate to: BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.thermalfoundation.material@128, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.thermalfoundation.material@132, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@71d77ea4], energyRequired=10000]] [16:27:47] [Client thread/WARN]: The supplied recipe BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.thermalfoundation.material@132, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.immersiveengineering.metal@0, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@71d77ea4], energyRequired=10000]] for Alloy Smelter may be a duplicate to: BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.immersiveengineering.metal@0, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.thermalfoundation.material@132, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@71d77ea4], energyRequired=10000]] [16:27:47] [Client thread/WARN]: The supplied recipe BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.thermalfoundation.material@132, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.projectred.core.itemResource@100, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@71d77ea4], energyRequired=10000]] for Alloy Smelter may be a duplicate to: BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.projectred.core.itemResource@100, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.thermalfoundation.material@132, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@71d77ea4], energyRequired=10000]] [16:27:47] [Client thread/WARN]: The supplied recipe BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.thermalfoundation.material@132, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.thermalfoundation.material@130, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@71d77ea4], energyRequired=10000]] for Alloy Smelter may be a duplicate to: BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.thermalfoundation.material@130, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.thermalfoundation.material@132, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@71d77ea4], energyRequired=10000]] [16:27:47] [Client thread/WARN]: The supplied recipe BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.thermalfoundation.material@132, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.immersiveengineering.metal@3, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@71d77ea4], energyRequired=10000]] for Alloy Smelter may be a duplicate to: BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.immersiveengineering.metal@3, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.thermalfoundation.material@132, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@71d77ea4], energyRequired=10000]] [16:27:47] [Client thread/WARN]: The supplied recipe BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.thermalfoundation.material@132, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.projectred.core.itemResource@102, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@71d77ea4], energyRequired=10000]] for Alloy Smelter may be a duplicate to: BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.projectred.core.itemResource@102, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.thermalfoundation.material@132, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@71d77ea4], energyRequired=10000]] [16:27:47] [Client thread/WARN]: The supplied recipe BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.immersiveengineering.metal@1, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.thermalfoundation.material@131, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@71d77ea4], energyRequired=10000]] for Alloy Smelter may be a duplicate to: BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.thermalfoundation.material@131, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.immersiveengineering.metal@1, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@71d77ea4], energyRequired=10000]] [16:27:47] [Client thread/WARN]: The supplied recipe BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.immersiveengineering.metal@1, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.immersiveengineering.metal@2, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@71d77ea4], energyRequired=10000]] for Alloy Smelter may be a duplicate to: BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.immersiveengineering.metal@2, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.immersiveengineering.metal@1, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@71d77ea4], energyRequired=10000]] [16:27:47] [Client thread/WARN]: The supplied recipe BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.immersiveengineering.metal@1, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.thermalfoundation.material@128, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@71d77ea4], energyRequired=10000]] for Alloy Smelter may be a duplicate to: BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.thermalfoundation.material@128, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.immersiveengineering.metal@1, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@71d77ea4], energyRequired=10000]] [16:27:47] [Client thread/WARN]: The supplied recipe BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.immersiveengineering.metal@1, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.immersiveengineering.metal@0, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@71d77ea4], energyRequired=10000]] for Alloy Smelter may be a duplicate to: BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.immersiveengineering.metal@0, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.immersiveengineering.metal@1, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@71d77ea4], energyRequired=10000]] [16:27:47] [Client thread/WARN]: The supplied recipe BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.immersiveengineering.metal@1, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.projectred.core.itemResource@100, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@71d77ea4], energyRequired=10000]] for Alloy Smelter may be a duplicate to: BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.projectred.core.itemResource@100, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.immersiveengineering.metal@1, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@71d77ea4], energyRequired=10000]] [16:27:47] [Client thread/WARN]: The supplied recipe BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.immersiveengineering.metal@1, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.thermalfoundation.material@130, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@71d77ea4], energyRequired=10000]] for Alloy Smelter may be a duplicate to: BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.thermalfoundation.material@130, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.immersiveengineering.metal@1, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@71d77ea4], energyRequired=10000]] [16:27:47] [Client thread/WARN]: The supplied recipe BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.immersiveengineering.metal@1, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.immersiveengineering.metal@3, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@71d77ea4], energyRequired=10000]] for Alloy Smelter may be a duplicate to: BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.immersiveengineering.metal@3, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.immersiveengineering.metal@1, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@71d77ea4], energyRequired=10000]] [16:27:47] [Client thread/WARN]: The supplied recipe BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.immersiveengineering.metal@1, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.projectred.core.itemResource@102, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@71d77ea4], energyRequired=10000]] for Alloy Smelter may be a duplicate to: BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.projectred.core.itemResource@102, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.immersiveengineering.metal@1, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@71d77ea4], energyRequired=10000]] [16:27:47] [Client thread/WARN]: The supplied recipe BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.immersiveengineering.metal@1, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.thermalfoundation.material@132, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@71d77ea4], energyRequired=10000]] for Alloy Smelter may be a duplicate to: BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.thermalfoundation.material@132, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.immersiveengineering.metal@1, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@71d77ea4], energyRequired=10000]] [16:27:47] [Client thread/WARN]: The supplied recipe BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.thermalfoundation.material@129, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.thermalfoundation.material@131, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@71d77ea4], energyRequired=10000]] for Alloy Smelter may be a duplicate to: BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.thermalfoundation.material@131, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.thermalfoundation.material@129, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@71d77ea4], energyRequired=10000]] [16:27:47] [Client thread/WARN]: The supplied recipe BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.thermalfoundation.material@129, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.immersiveengineering.metal@2, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@71d77ea4], energyRequired=10000]] for Alloy Smelter may be a duplicate to: BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.immersiveengineering.metal@2, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.thermalfoundation.material@129, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@71d77ea4], energyRequired=10000]] [16:27:47] [Client thread/WARN]: The supplied recipe BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.thermalfoundation.material@129, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.thermalfoundation.material@128, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@71d77ea4], energyRequired=10000]] for Alloy Smelter may be a duplicate to: BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.thermalfoundation.material@128, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.thermalfoundation.material@129, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@71d77ea4], energyRequired=10000]] [16:27:47] [Client thread/WARN]: The supplied recipe BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.thermalfoundation.material@129, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.immersiveengineering.metal@0, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@71d77ea4], energyRequired=10000]] for Alloy Smelter may be a duplicate to: BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.immersiveengineering.metal@0, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.thermalfoundation.material@129, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@71d77ea4], energyRequired=10000]] [16:27:47] [Client thread/WARN]: The supplied recipe BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.thermalfoundation.material@129, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.projectred.core.itemResource@100, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@71d77ea4], energyRequired=10000]] for Alloy Smelter may be a duplicate to: BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.projectred.core.itemResource@100, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.thermalfoundation.material@129, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@71d77ea4], energyRequired=10000]] [16:27:47] [Client thread/WARN]: The supplied recipe BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.thermalfoundation.material@129, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.thermalfoundation.material@130, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@71d77ea4], energyRequired=10000]] for Alloy Smelter may be a duplicate to: BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.thermalfoundation.material@130, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.thermalfoundation.material@129, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@71d77ea4], energyRequired=10000]] [16:27:47] [Client thread/WARN]: The supplied recipe BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.thermalfoundation.material@129, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.immersiveengineering.metal@3, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@71d77ea4], energyRequired=10000]] for Alloy Smelter may be a duplicate to: BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.immersiveengineering.metal@3, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.thermalfoundation.material@129, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@71d77ea4], energyRequired=10000]] [16:27:47] [Client thread/WARN]: The supplied recipe BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.thermalfoundation.material@129, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.projectred.core.itemResource@102, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@71d77ea4], energyRequired=10000]] for Alloy Smelter may be a duplicate to: BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.projectred.core.itemResource@102, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.thermalfoundation.material@129, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@71d77ea4], energyRequired=10000]] [16:27:47] [Client thread/WARN]: The supplied recipe BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.thermalfoundation.material@129, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.thermalfoundation.material@132, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@71d77ea4], energyRequired=10000]] for Alloy Smelter may be a duplicate to: BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.thermalfoundation.material@132, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.thermalfoundation.material@129, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@71d77ea4], energyRequired=10000]] [16:27:47] [Client thread/WARN]: The supplied recipe BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.thermalfoundation.material@129, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.immersiveengineering.metal@1, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@71d77ea4], energyRequired=10000]] for Alloy Smelter may be a duplicate to: BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.immersiveengineering.metal@1, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.thermalfoundation.material@129, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@71d77ea4], energyRequired=10000]] [16:27:47] [Client thread/WARN]: The supplied recipe BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.projectred.core.itemResource@101, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.thermalfoundation.material@131, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@71d77ea4], energyRequired=10000]] for Alloy Smelter may be a duplicate to: BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.thermalfoundation.material@131, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.projectred.core.itemResource@101, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@71d77ea4], energyRequired=10000]] [16:27:47] [Client thread/WARN]: The supplied recipe BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.projectred.core.itemResource@101, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.immersiveengineering.metal@2, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@71d77ea4], energyRequired=10000]] for Alloy Smelter may be a duplicate to: BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.immersiveengineering.metal@2, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.projectred.core.itemResource@101, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@71d77ea4], energyRequired=10000]] [16:27:47] [Client thread/WARN]: The supplied recipe BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.projectred.core.itemResource@101, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.thermalfoundation.material@128, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@71d77ea4], energyRequired=10000]] for Alloy Smelter may be a duplicate to: BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.thermalfoundation.material@128, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.projectred.core.itemResource@101, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@71d77ea4], energyRequired=10000]] [16:27:47] [Client thread/WARN]: The supplied recipe BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.projectred.core.itemResource@101, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.immersiveengineering.metal@0, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@71d77ea4], energyRequired=10000]] for Alloy Smelter may be a duplicate to: BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.immersiveengineering.metal@0, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.projectred.core.itemResource@101, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@71d77ea4], energyRequired=10000]] [16:27:47] [Client thread/WARN]: The supplied recipe BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.projectred.core.itemResource@101, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.projectred.core.itemResource@100, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@71d77ea4], energyRequired=10000]] for Alloy Smelter may be a duplicate to: BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.projectred.core.itemResource@100, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.projectred.core.itemResource@101, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@71d77ea4], energyRequired=10000]] [16:27:47] [Client thread/WARN]: The supplied recipe BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.projectred.core.itemResource@101, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.thermalfoundation.material@130, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@71d77ea4], energyRequired=10000]] for Alloy Smelter may be a duplicate to: BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.thermalfoundation.material@130, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.projectred.core.itemResource@101, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@71d77ea4], energyRequired=10000]] [16:27:47] [Client thread/WARN]: The supplied recipe BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.projectred.core.itemResource@101, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.immersiveengineering.metal@3, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@71d77ea4], energyRequired=10000]] for Alloy Smelter may be a duplicate to: BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.immersiveengineering.metal@3, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.projectred.core.itemResource@101, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@71d77ea4], energyRequired=10000]] [16:27:47] [Client thread/WARN]: The supplied recipe BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.projectred.core.itemResource@101, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.projectred.core.itemResource@102, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@71d77ea4], energyRequired=10000]] for Alloy Smelter may be a duplicate to: BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.projectred.core.itemResource@102, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.projectred.core.itemResource@101, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@71d77ea4], energyRequired=10000]] [16:27:47] [Client thread/WARN]: The supplied recipe BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.projectred.core.itemResource@101, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.thermalfoundation.material@132, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@71d77ea4], energyRequired=10000]] for Alloy Smelter may be a duplicate to: BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.thermalfoundation.material@132, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.projectred.core.itemResource@101, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@71d77ea4], energyRequired=10000]] [16:27:47] [Client thread/WARN]: The supplied recipe BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.projectred.core.itemResource@101, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.immersiveengineering.metal@1, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@71d77ea4], energyRequired=10000]] for Alloy Smelter may be a duplicate to: BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.immersiveengineering.metal@1, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.projectred.core.itemResource@101, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@71d77ea4], energyRequired=10000]] [16:27:47] [Client thread/WARN]: The supplied recipe BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.projectred.core.itemResource@101, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.thermalfoundation.material@129, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@71d77ea4], energyRequired=10000]] for Alloy Smelter may be a duplicate to: BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.thermalfoundation.material@129, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.projectred.core.itemResource@101, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@71d77ea4], energyRequired=10000]] [16:27:47] [Client thread/WARN]: The supplied recipe BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.thermalfoundation.material@133, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.thermalfoundation.material@131, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@71d77ea4], energyRequired=10000]] for Alloy Smelter may be a duplicate to: BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.thermalfoundation.material@131, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.thermalfoundation.material@133, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@71d77ea4], energyRequired=10000]] [16:27:47] [Client thread/WARN]: The supplied recipe BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.thermalfoundation.material@133, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.immersiveengineering.metal@2, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@71d77ea4], energyRequired=10000]] for Alloy Smelter may be a duplicate to: BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.immersiveengineering.metal@2, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.thermalfoundation.material@133, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@71d77ea4], energyRequired=10000]] [16:27:47] [Client thread/WARN]: The supplied recipe BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.thermalfoundation.material@133, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.thermalfoundation.material@128, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@71d77ea4], energyRequired=10000]] for Alloy Smelter may be a duplicate to: BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.thermalfoundation.material@128, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.thermalfoundation.material@133, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@71d77ea4], energyRequired=10000]] [16:27:47] [Client thread/WARN]: The supplied recipe BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.thermalfoundation.material@133, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.immersiveengineering.metal@0, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@71d77ea4], energyRequired=10000]] for Alloy Smelter may be a duplicate to: BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.immersiveengineering.metal@0, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.thermalfoundation.material@133, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@71d77ea4], energyRequired=10000]] [16:27:47] [Client thread/WARN]: The supplied recipe BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.thermalfoundation.material@133, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.projectred.core.itemResource@100, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@71d77ea4], energyRequired=10000]] for Alloy Smelter may be a duplicate to: BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.projectred.core.itemResource@100, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.thermalfoundation.material@133, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@71d77ea4], energyRequired=10000]] [16:27:47] [Client thread/WARN]: The supplied recipe BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.thermalfoundation.material@133, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.thermalfoundation.material@130, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@71d77ea4], energyRequired=10000]] for Alloy Smelter may be a duplicate to: BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.thermalfoundation.material@130, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.thermalfoundation.material@133, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@71d77ea4], energyRequired=10000]] [16:27:47] [Client thread/WARN]: The supplied recipe BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.thermalfoundation.material@133, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.immersiveengineering.metal@3, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@71d77ea4], energyRequired=10000]] for Alloy Smelter may be a duplicate to: BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.immersiveengineering.metal@3, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.thermalfoundation.material@133, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@71d77ea4], energyRequired=10000]] [16:27:47] [Client thread/WARN]: The supplied recipe BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.thermalfoundation.material@133, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.projectred.core.itemResource@102, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@71d77ea4], energyRequired=10000]] for Alloy Smelter may be a duplicate to: BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.projectred.core.itemResource@102, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.thermalfoundation.material@133, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@71d77ea4], energyRequired=10000]] [16:27:47] [Client thread/WARN]: The supplied recipe BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.thermalfoundation.material@133, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.thermalfoundation.material@132, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@71d77ea4], energyRequired=10000]] for Alloy Smelter may be a duplicate to: BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.thermalfoundation.material@132, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.thermalfoundation.material@133, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@71d77ea4], energyRequired=10000]] [16:27:47] [Client thread/WARN]: The supplied recipe BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.thermalfoundation.material@133, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.immersiveengineering.metal@1, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@71d77ea4], energyRequired=10000]] for Alloy Smelter may be a duplicate to: BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.immersiveengineering.metal@1, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.thermalfoundation.material@133, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@71d77ea4], energyRequired=10000]] [16:27:47] [Client thread/WARN]: The supplied recipe BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.thermalfoundation.material@133, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.thermalfoundation.material@129, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@71d77ea4], energyRequired=10000]] for Alloy Smelter may be a duplicate to: BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.thermalfoundation.material@129, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.thermalfoundation.material@133, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@71d77ea4], energyRequired=10000]] [16:27:47] [Client thread/WARN]: The supplied recipe BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.thermalfoundation.material@133, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.projectred.core.itemResource@101, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@71d77ea4], energyRequired=10000]] for Alloy Smelter may be a duplicate to: BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.projectred.core.itemResource@101, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.thermalfoundation.material@133, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@71d77ea4], energyRequired=10000]] [16:27:47] [Client thread/WARN]: The supplied recipe BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.immersiveengineering.metal@4, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.thermalfoundation.material@131, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@71d77ea4], energyRequired=10000]] for Alloy Smelter may be a duplicate to: BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.thermalfoundation.material@131, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.immersiveengineering.metal@4, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@71d77ea4], energyRequired=10000]] [16:27:47] [Client thread/WARN]: The supplied recipe BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.immersiveengineering.metal@4, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.immersiveengineering.metal@2, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@71d77ea4], energyRequired=10000]] for Alloy Smelter may be a duplicate to: BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.immersiveengineering.metal@2, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.immersiveengineering.metal@4, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@71d77ea4], energyRequired=10000]] [16:27:47] [Client thread/WARN]: The supplied recipe BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.immersiveengineering.metal@4, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.thermalfoundation.material@128, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@71d77ea4], energyRequired=10000]] for Alloy Smelter may be a duplicate to: BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.thermalfoundation.material@128, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.immersiveengineering.metal@4, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@71d77ea4], energyRequired=10000]] [16:27:47] [Client thread/WARN]: The supplied recipe BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.immersiveengineering.metal@4, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.immersiveengineering.metal@0, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@71d77ea4], energyRequired=10000]] for Alloy Smelter may be a duplicate to: BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.immersiveengineering.metal@0, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.immersiveengineering.metal@4, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@71d77ea4], energyRequired=10000]] [16:27:47] [Client thread/WARN]: The supplied recipe BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.immersiveengineering.metal@4, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.projectred.core.itemResource@100, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@71d77ea4], energyRequired=10000]] for Alloy Smelter may be a duplicate to: BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.projectred.core.itemResource@100, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.immersiveengineering.metal@4, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@71d77ea4], energyRequired=10000]] [16:27:47] [Client thread/WARN]: The supplied recipe BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.immersiveengineering.metal@4, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.thermalfoundation.material@130, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@71d77ea4], energyRequired=10000]] for Alloy Smelter may be a duplicate to: BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.thermalfoundation.material@130, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.immersiveengineering.metal@4, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@71d77ea4], energyRequired=10000]] [16:27:47] [Client thread/WARN]: The supplied recipe BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.immersiveengineering.metal@4, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.immersiveengineering.metal@3, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@71d77ea4], energyRequired=10000]] for Alloy Smelter may be a duplicate to: BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.immersiveengineering.metal@3, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.immersiveengineering.metal@4, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@71d77ea4], energyRequired=10000]] [16:27:47] [Client thread/WARN]: The supplied recipe BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.immersiveengineering.metal@4, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.projectred.core.itemResource@102, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@71d77ea4], energyRequired=10000]] for Alloy Smelter may be a duplicate to: BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.projectred.core.itemResource@102, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.immersiveengineering.metal@4, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@71d77ea4], energyRequired=10000]] [16:27:47] [Client thread/WARN]: The supplied recipe BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.immersiveengineering.metal@4, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.thermalfoundation.material@132, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@71d77ea4], energyRequired=10000]] for Alloy Smelter may be a duplicate to: BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.thermalfoundation.material@132, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.immersiveengineering.metal@4, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@71d77ea4], energyRequired=10000]] [16:27:47] [Client thread/WARN]: The supplied recipe BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.immersiveengineering.metal@4, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.immersiveengineering.metal@1, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@71d77ea4], energyRequired=10000]] for Alloy Smelter may be a duplicate to: BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.immersiveengineering.metal@1, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.immersiveengineering.metal@4, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@71d77ea4], energyRequired=10000]] [16:27:47] [Client thread/WARN]: The supplied recipe BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.immersiveengineering.metal@4, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.thermalfoundation.material@129, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@71d77ea4], energyRequired=10000]] for Alloy Smelter may be a duplicate to: BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.thermalfoundation.material@129, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.immersiveengineering.metal@4, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@71d77ea4], energyRequired=10000]] [16:27:47] [Client thread/WARN]: The supplied recipe BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.immersiveengineering.metal@4, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.projectred.core.itemResource@101, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@71d77ea4], energyRequired=10000]] for Alloy Smelter may be a duplicate to: BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.projectred.core.itemResource@101, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.immersiveengineering.metal@4, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@71d77ea4], energyRequired=10000]] [16:27:47] [Client thread/WARN]: The supplied recipe BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.immersiveengineering.metal@4, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.thermalfoundation.material@133, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@71d77ea4], energyRequired=10000]] for Alloy Smelter may be a duplicate to: BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.thermalfoundation.material@133, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.immersiveengineering.metal@4, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@71d77ea4], energyRequired=10000]] [16:27:47] [Client thread/WARN]: The supplied recipe BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.thermalfoundation.material@134, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.thermalfoundation.material@131, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@71d77ea4], energyRequired=10000]] for Alloy Smelter may be a duplicate to: BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.thermalfoundation.material@131, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.thermalfoundation.material@134, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@71d77ea4], energyRequired=10000]] [16:27:47] [Client thread/WARN]: The supplied recipe BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.thermalfoundation.material@134, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.immersiveengineering.metal@2, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@71d77ea4], energyRequired=10000]] for Alloy Smelter may be a duplicate to: BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.immersiveengineering.metal@2, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.thermalfoundation.material@134, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@71d77ea4], energyRequired=10000]] [16:27:47] [Client thread/WARN]: The supplied recipe BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.thermalfoundation.material@134, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.thermalfoundation.material@128, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@71d77ea4], energyRequired=10000]] for Alloy Smelter may be a duplicate to: BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.thermalfoundation.material@128, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.thermalfoundation.material@134, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@71d77ea4], energyRequired=10000]] [16:27:47] [Client thread/WARN]: The supplied recipe BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.thermalfoundation.material@134, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.immersiveengineering.metal@0, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@71d77ea4], energyRequired=10000]] for Alloy Smelter may be a duplicate to: BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.immersiveengineering.metal@0, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.thermalfoundation.material@134, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@71d77ea4], energyRequired=10000]] [16:27:47] [Client thread/WARN]: The supplied recipe BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.thermalfoundation.material@134, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.projectred.core.itemResource@100, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@71d77ea4], energyRequired=10000]] for Alloy Smelter may be a duplicate to: BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.projectred.core.itemResource@100, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.thermalfoundation.material@134, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@71d77ea4], energyRequired=10000]] [16:27:47] [Client thread/WARN]: The supplied recipe BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.thermalfoundation.material@134, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.thermalfoundation.material@130, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@71d77ea4], energyRequired=10000]] for Alloy Smelter may be a duplicate to: BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.thermalfoundation.material@130, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.thermalfoundation.material@134, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@71d77ea4], energyRequired=10000]] [16:27:47] [Client thread/WARN]: The supplied recipe BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.thermalfoundation.material@134, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.immersiveengineering.metal@3, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@71d77ea4], energyRequired=10000]] for Alloy Smelter may be a duplicate to: BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.immersiveengineering.metal@3, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.thermalfoundation.material@134, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@71d77ea4], energyRequired=10000]] [16:27:47] [Client thread/WARN]: The supplied recipe BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.thermalfoundation.material@134, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.projectred.core.itemResource@102, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@71d77ea4], energyRequired=10000]] for Alloy Smelter may be a duplicate to: BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.projectred.core.itemResource@102, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.thermalfoundation.material@134, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@71d77ea4], energyRequired=10000]] [16:27:47] [Client thread/WARN]: The supplied recipe BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.thermalfoundation.material@134, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.thermalfoundation.material@132, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@71d77ea4], energyRequired=10000]] for Alloy Smelter may be a duplicate to: BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.thermalfoundation.material@132, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.thermalfoundation.material@134, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@71d77ea4], energyRequired=10000]] [16:27:47] [Client thread/WARN]: The supplied recipe BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.thermalfoundation.material@134, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.immersiveengineering.metal@1, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@71d77ea4], energyRequired=10000]] for Alloy Smelter may be a duplicate to: BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.immersiveengineering.metal@1, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.thermalfoundation.material@134, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@71d77ea4], energyRequired=10000]] [16:27:47] [Client thread/WARN]: The supplied recipe BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.thermalfoundation.material@134, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.thermalfoundation.material@129, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@71d77ea4], energyRequired=10000]] for Alloy Smelter may be a duplicate to: BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.thermalfoundation.material@129, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.thermalfoundation.material@134, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@71d77ea4], energyRequired=10000]] [16:27:47] [Client thread/WARN]: The supplied recipe BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.thermalfoundation.material@134, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.projectred.core.itemResource@101, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@71d77ea4], energyRequired=10000]] for Alloy Smelter may be a duplicate to: BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.projectred.core.itemResource@101, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.thermalfoundation.material@134, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@71d77ea4], energyRequired=10000]] [16:27:47] [Client thread/WARN]: The supplied recipe BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.thermalfoundation.material@134, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.thermalfoundation.material@133, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@71d77ea4], energyRequired=10000]] for Alloy Smelter may be a duplicate to: BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.thermalfoundation.material@133, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.thermalfoundation.material@134, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@71d77ea4], energyRequired=10000]] [16:27:47] [Client thread/WARN]: The supplied recipe BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.thermalfoundation.material@134, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.immersiveengineering.metal@4, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@71d77ea4], energyRequired=10000]] for Alloy Smelter may be a duplicate to: BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.immersiveengineering.metal@4, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.thermalfoundation.material@134, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@71d77ea4], energyRequired=10000]] [16:27:47] [Client thread/INFO]: Created 6 synthetic recipes for 3xitem.item_material@38 => 1xitem.item_material@3 [16:27:47] [Client thread/INFO]: Created 6 synthetic recipes for 4xitem.netherquartz@0 => 1xtile.block_fused_quartz@0 [16:27:47] [Client thread/INFO]: Created 6 synthetic recipes for 1xtile.quartzBlock@0 => 1xtile.block_fused_quartz@0 [16:27:47] [Client thread/INFO]: Created 6 synthetic recipes for 1xtile.glass@0 => 1xtile.block_fused_glass@0 [16:27:47] [Client thread/INFO]: Created 6 synthetic recipes for 1xtile.sapling@0 => 1xtile.deadbush@0 [16:27:47] [Client thread/WARN]: TiC recipe is active, but TiC integration is not loaded [16:27:47] [Client thread/WARN]: TiC recipe is active, but TiC integration is not loaded [16:27:47] [Client thread/INFO]: Created 6 synthetic recipes for 9xitem.item_material@28 => 1xitem.enderPearl@0 [16:27:47] [Client thread/WARN]: TiC recipe is active, but TiC integration is not loaded [16:27:47] [Client thread/WARN]: TiC recipe is active, but TiC integration is not loaded [16:27:47] [Client thread/WARN]: TiC recipe is active, but TiC integration is not loaded [16:27:47] [Client thread/WARN]: TiC recipe is active, but TiC integration is not loaded [16:27:47] [Client thread/WARN]: TiC recipe is active, but TiC integration is not loaded [16:27:47] [Client thread/WARN]: Adding smelting recipes for non-EnderIO items is not recommended (1xitem.appliedenergistics2.material@4 => 1xitem.bread@0) [16:27:47] [Client thread/INFO]: Ignored smelting recipe with conflicting input: 1xitem.appliedenergistics2.material@4 = 1xitem.bread@0 [16:27:47] [Client thread/WARN]: Adding smelting recipes for non-EnderIO items is not recommended (1xitem.thermalfoundation.material@64 => 1xitem.thermalfoundation.material@128) [16:27:47] [Client thread/INFO]: Ignored smelting recipe with conflicting input: 1xitem.thermalfoundation.material@64 = 1xitem.thermalfoundation.material@128 [16:27:47] [Client thread/WARN]: Adding smelting recipes for non-EnderIO items is not recommended (1xitem.immersiveengineering.metal@9 => 1xitem.thermalfoundation.material@128) [16:27:47] [Client thread/INFO]: Ignored smelting recipe with conflicting input: 1xitem.immersiveengineering.metal@9 = 1xitem.thermalfoundation.material@128 [16:27:47] [Client thread/INFO]: Ignored smelting recipe with conflicting input: 1xitem.item_material@26 = 1xitem.thermalfoundation.material@128 [16:27:47] [Client thread/WARN]: Adding smelting recipes for non-EnderIO items is not recommended (1xitem.thermalfoundation.material@65 => 1xitem.thermalfoundation.material@129) [16:27:47] [Client thread/INFO]: Ignored smelting recipe with conflicting input: 1xitem.thermalfoundation.material@65 = 1xitem.thermalfoundation.material@129 [16:27:47] [Client thread/INFO]: Ignored smelting recipe with conflicting input: 1xitem.item_material@27 = 1xitem.thermalfoundation.material@129 [16:27:47] [Client thread/INFO]: Enabled support for The One Probe [16:27:47] [Client thread/INFO]: Enabled support for The One Probe [16:27:47] [Client thread/INFO]: Enabled support for The One Probe [16:27:47] [Client thread/INFO]: Enabled support for The One Probe [16:27:47] [Client thread/INFO]: Injecting itemstacks [16:27:47] [Client thread/INFO]: Itemstack injection complete [16:27:47] [Client thread/WARN]: No types have been added to Biome appliedenergistics2:storage_biome, types have been assigned on a best-effort guess: [COLD, PLAINS] [16:27:47] [Client thread/INFO]: Post Initialization ( started ) [16:27:47] [Client thread/INFO]: Industrial Craft 2 - Integration Disabled [16:27:47] [Client thread/INFO]: Railcraft - Integration Disabled [16:27:47] [Client thread/INFO]: Mine Factory Reloaded - Integration Disabled [16:27:47] [Client thread/INFO]: Waila - Integration Disabled [16:27:47] [Client thread/INFO]: Inventory Tweaks - Integration Disabled [16:27:47] [Client thread/INFO]: Just Enough Items - Integration Enable [16:27:47] [Client thread/INFO]: Mekanism - Integration Disabled [16:27:47] [Client thread/INFO]: OpenComputers - Integration Disabled [16:27:47] [Client thread/INFO]: TheOneProbe - Integration Enable [16:27:47] [Client thread/INFO]: Tesla - Integration Disabled [16:27:47] [Client thread/INFO]: CraftTweaker - Integration Disabled [16:27:47] [Client thread/INFO]: Post Initialization ( ended after 333ms ) [16:27:47] [Client thread/INFO]: Thermal Expansion: The One Probe Plugin Enabled. [16:27:47] [Client thread/INFO]: Thermal Expansion: Applied Energistics 2 Plugin Enabled. [16:27:47] [Client thread/INFO]: Thermal Expansion: Chisel Plugin Enabled. [16:27:47] [Client thread/INFO]: Thermal Expansion: Ender IO Plugin Enabled. [16:27:47] [Client thread/INFO]: Thermal Expansion: Immersive Engineering Plugin Enabled. [16:27:48] [Client thread/WARN]: Could not find Build Craft Wrench definition. Wrench integration with other mods may fail [16:27:48] [Client thread/INFO]: Couldn't fully analyze 1xtile.immersiveengineering.metal_device1@10, missing knowledge for {1xtile.immersiveengineering.metal_device0@4=1.0} [16:27:49] [Client thread/WARN]: GL Error in TextureImpl after glTexImage2D: 1285 in TextureImpl{glid=86, description=null, lastImageUpdate=1545859669138, lastBound=0} [16:27:49] [Client thread/ERROR]: Couldn't locate icons for Default: C:\Users\esflo\Documents\Curse\Minecraft\Instances\subway%20systems\mods\journeymap-1.12.2-5.5.3.jar\assets\journeymap\icon\entity [16:27:49] [Client thread/INFO]: Added entity icons from journeymap:icon/entity. Success: false [16:27:49] [Client thread/ERROR]: Couldn't locate icons for flat: C:\Users\esflo\Documents\Curse\Minecraft\Instances\subway%20systems\mods\journeymap-1.12.2-5.5.3.jar\assets\journeymap\theme\flat [16:27:49] [Client thread/INFO]: Preloaded theme textures: 0 [16:27:49] [Client thread/INFO]: Failed to load wrench class buildcraft.api.tools.IToolWrench (this is not an error) [16:27:49] [Client thread/INFO]: Failed to load wrench class resonant.core.content.ItemScrewdriver (this is not an error) [16:27:49] [Client thread/INFO]: Failed to load wrench class ic2.core.item.tool.ItemToolWrench (this is not an error) [16:27:49] [Client thread/INFO]: Failed to load wrench class ic2.core.item.tool.ItemToolWrenchElectric (this is not an error) [16:27:49] [Client thread/INFO]: Failed to load wrench class mods.railcraft.api.core.items.IToolCrowbar (this is not an error) [16:27:49] [Client thread/INFO]: Failed to load wrench class com.bluepowermod.items.ItemScrewdriver (this is not an error) [16:27:49] [Client thread/INFO]: Failed to load wrench class thermalexpansion.item.tool.ItemWrench (this is not an error) [16:27:49] [Client thread/INFO]: Failed to load wrench class mekanism.api.IMekWrench (this is not an error) [16:27:49] [Client thread/INFO]: Failed to load wrench class mcjty.rftools.items.smartwrench (this is not an error) [16:27:49] [Client thread/INFO]: Failed to load wrench class pneumaticCraft.common.item.ItemPneumaticWrench (this is not an error) [16:27:49] [Client thread/INFO]: Failed to load wrench class powercrystals.minefactoryreloaded.api.IToolHammer (this is not an error) [16:27:49] [Client thread/INFO]: Failed to load wrench class buildcraft.api.tools.IToolWrench (this is not an error) [16:27:49] [Client thread/INFO]: Failed to load wrench class resonant.core.content.ItemScrewdriver (this is not an error) [16:27:49] [Client thread/INFO]: Failed to load wrench class ic2.core.item.tool.ItemToolWrench (this is not an error) [16:27:49] [Client thread/INFO]: Failed to load wrench class ic2.core.item.tool.ItemToolWrenchElectric (this is not an error) [16:27:49] [Client thread/INFO]: Failed to load wrench class mods.railcraft.api.core.items.IToolCrowbar (this is not an error) [16:27:49] [Client thread/INFO]: Failed to load wrench class com.bluepowermod.items.ItemScrewdriver (this is not an error) [16:27:49] [Client thread/INFO]: Failed to load wrench class thermalexpansion.item.tool.ItemWrench (this is not an error) [16:27:49] [Client thread/INFO]: Failed to load wrench class mekanism.api.IMekWrench (this is not an error) [16:27:49] [Client thread/INFO]: Failed to load wrench class mcjty.rftools.items.smartwrench (this is not an error) [16:27:49] [Client thread/INFO]: Failed to load wrench class pneumaticCraft.common.item.ItemPneumaticWrench (this is not an error) [16:27:49] [Client thread/INFO]: Failed to load wrench class powercrystals.minefactoryreloaded.api.IToolHammer (this is not an error) [16:27:49] [Client thread/INFO]: Failed to load wrench class buildcraft.api.tools.IToolWrench (this is not an error) [16:27:49] [Client thread/INFO]: Failed to load wrench class resonant.core.content.ItemScrewdriver (this is not an error) [16:27:49] [Client thread/INFO]: Failed to load wrench class ic2.core.item.tool.ItemToolWrench (this is not an error) [16:27:49] [Client thread/INFO]: Failed to load wrench class ic2.core.item.tool.ItemToolWrenchElectric (this is not an error) [16:27:49] [Client thread/INFO]: Failed to load wrench class mods.railcraft.api.core.items.IToolCrowbar (this is not an error) [16:27:49] [Client thread/INFO]: Failed to load wrench class com.bluepowermod.items.ItemScrewdriver (this is not an error) [16:27:49] [Client thread/INFO]: Failed to load wrench class thermalexpansion.item.tool.ItemWrench (this is not an error) [16:27:49] [Client thread/INFO]: Failed to load wrench class mekanism.api.IMekWrench (this is not an error) [16:27:49] [Client thread/INFO]: Failed to load wrench class mcjty.rftools.items.smartwrench (this is not an error) [16:27:49] [Client thread/INFO]: Failed to load wrench class pneumaticCraft.common.item.ItemPneumaticWrench (this is not an error) [16:27:49] [Client thread/INFO]: Failed to load wrench class powercrystals.minefactoryreloaded.api.IToolHammer (this is not an error) [16:27:49] [Client thread/INFO]: Failed to load wrench class buildcraft.api.tools.IToolWrench (this is not an error) [16:27:49] [Client thread/INFO]: Failed to load wrench class resonant.core.content.ItemScrewdriver (this is not an error) [16:27:49] [Client thread/INFO]: Failed to load wrench class ic2.core.item.tool.ItemToolWrench (this is not an error) [16:27:49] [Client thread/INFO]: Failed to load wrench class ic2.core.item.tool.ItemToolWrenchElectric (this is not an error) [16:27:49] [Client thread/INFO]: Failed to load wrench class mods.railcraft.api.core.items.IToolCrowbar (this is not an error) [16:27:49] [Client thread/INFO]: Failed to load wrench class com.bluepowermod.items.ItemScrewdriver (this is not an error) [16:27:49] [Client thread/INFO]: Failed to load wrench class thermalexpansion.item.tool.ItemWrench (this is not an error) [16:27:49] [Client thread/INFO]: Failed to load wrench class mekanism.api.IMekWrench (this is not an error) [16:27:49] [Client thread/INFO]: Failed to load wrench class mcjty.rftools.items.smartwrench (this is not an error) [16:27:49] [Client thread/INFO]: Failed to load wrench class pneumaticCraft.common.item.ItemPneumaticWrench (this is not an error) [16:27:49] [Client thread/INFO]: Failed to load wrench class powercrystals.minefactoryreloaded.api.IToolHammer (this is not an error) [16:27:49] [Client thread/INFO]: Failed to load wrench class buildcraft.api.tools.IToolWrench (this is not an error) [16:27:49] [Client thread/INFO]: Failed to load wrench class resonant.core.content.ItemScrewdriver (this is not an error) [16:27:49] [Client thread/INFO]: Failed to load wrench class ic2.core.item.tool.ItemToolWrench (this is not an error) [16:27:49] [Client thread/INFO]: Failed to load wrench class ic2.core.item.tool.ItemToolWrenchElectric (this is not an error) [16:27:49] [Client thread/INFO]: Failed to load wrench class mods.railcraft.api.core.items.IToolCrowbar (this is not an error) [16:27:49] [Client thread/INFO]: Failed to load wrench class com.bluepowermod.items.ItemScrewdriver (this is not an error) [16:27:49] [Client thread/INFO]: Failed to load wrench class thermalexpansion.item.tool.ItemWrench (this is not an error) [16:27:49] [Client thread/INFO]: Failed to load wrench class mekanism.api.IMekWrench (this is not an error) [16:27:49] [Client thread/INFO]: Failed to load wrench class mcjty.rftools.items.smartwrench (this is not an error) [16:27:49] [Client thread/INFO]: Failed to load wrench class pneumaticCraft.common.item.ItemPneumaticWrench (this is not an error) [16:27:49] [Client thread/INFO]: Failed to load wrench class powercrystals.minefactoryreloaded.api.IToolHammer (this is not an error) [16:27:49] [Client thread/INFO]: CoFH Core: Load Complete. [16:27:49] [Client thread/INFO]: Accumulating world generation files from: "C:\Users\esflo\Documents\Curse\Minecraft\Instances\subway systems\config\cofh\world" [16:27:49] [Client thread/INFO]: Found a total of 3 world generation files. [16:27:49] [JM-VersionCheck-1/ERROR]: Could not check version URL javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target at sun.security.ssl.Alerts.getSSLException(Alerts.java:192) ~[?:1.8.0_51] at sun.security.ssl.SSLSocketImpl.fatal(SSLSocketImpl.java:1949) ~[?:1.8.0_51] at sun.security.ssl.Handshaker.fatalSE(Handshaker.java:302) ~[?:1.8.0_51] at sun.security.ssl.Handshaker.fatalSE(Handshaker.java:296) ~[?:1.8.0_51] at sun.security.ssl.ClientHandshaker.serverCertificate(ClientHandshaker.java:1497) ~[?:1.8.0_51] at sun.security.ssl.ClientHandshaker.processMessage(ClientHandshaker.java:212) ~[?:1.8.0_51] at sun.security.ssl.Handshaker.processLoop(Handshaker.java:979) ~[?:1.8.0_51] at sun.security.ssl.Handshaker.process_record(Handshaker.java:914) ~[?:1.8.0_51] at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:1062) ~[?:1.8.0_51] at sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1375) ~[?:1.8.0_51] at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1403) ~[?:1.8.0_51] at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1387) ~[?:1.8.0_51] at org.apache.http.conn.ssl.SSLConnectionSocketFactory.createLayeredSocket(SSLConnectionSocketFactory.java:275) ~[httpclient-4.3.3.jar:4.3.3] at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:254) ~[httpclient-4.3.3.jar:4.3.3] at org.apache.http.impl.conn.HttpClientConnectionOperator.connect(HttpClientConnectionOperator.java:117) ~[httpclient-4.3.3.jar:4.3.3] at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:314) ~[httpclient-4.3.3.jar:4.3.3] at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:363) ~[httpclient-4.3.3.jar:4.3.3] at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:219) ~[httpclient-4.3.3.jar:4.3.3] at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:195) ~[httpclient-4.3.3.jar:4.3.3] at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:86) ~[httpclient-4.3.3.jar:4.3.3] at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:108) ~[httpclient-4.3.3.jar:4.3.3] at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:186) ~[httpclient-4.3.3.jar:4.3.3] at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82) ~[httpclient-4.3.3.jar:4.3.3] at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106) ~[httpclient-4.3.3.jar:4.3.3] at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57) ~[httpclient-4.3.3.jar:4.3.3] at journeymap.common.version.VersionCheck$1.run(VersionCheck.java:131) [VersionCheck$1.class:1.12.2-5.5.3] at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_51] at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_51] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [?:1.8.0_51] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [?:1.8.0_51] at java.lang.Thread.run(Thread.java:745) [?:1.8.0_51] Caused by: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target at sun.security.validator.PKIXValidator.doBuild(PKIXValidator.java:387) ~[?:1.8.0_51] at sun.security.validator.PKIXValidator.engineValidate(PKIXValidator.java:292) ~[?:1.8.0_51] at sun.security.validator.Validator.validate(Validator.java:260) ~[?:1.8.0_51] at sun.security.ssl.X509TrustManagerImpl.validate(X509TrustManagerImpl.java:324) ~[?:1.8.0_51] at sun.security.ssl.X509TrustManagerImpl.checkTrusted(X509TrustManagerImpl.java:229) ~[?:1.8.0_51] at sun.security.ssl.X509TrustManagerImpl.checkServerTrusted(X509TrustManagerImpl.java:124) ~[?:1.8.0_51] at sun.security.ssl.ClientHandshaker.serverCertificate(ClientHandshaker.java:1479) ~[?:1.8.0_51] ... 26 more Caused by: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target at sun.security.provider.certpath.SunCertPathBuilder.build(SunCertPathBuilder.java:145) ~[?:1.8.0_51] at sun.security.provider.certpath.SunCertPathBuilder.engineBuild(SunCertPathBuilder.java:131) ~[?:1.8.0_51] at java.security.cert.CertPathBuilder.build(CertPathBuilder.java:280) ~[?:1.8.0_51] at sun.security.validator.PKIXValidator.doBuild(PKIXValidator.java:382) ~[?:1.8.0_51] at sun.security.validator.PKIXValidator.engineValidate(PKIXValidator.java:292) ~[?:1.8.0_51] at sun.security.validator.Validator.validate(Validator.java:260) ~[?:1.8.0_51] at sun.security.ssl.X509TrustManagerImpl.validate(X509TrustManagerImpl.java:324) ~[?:1.8.0_51] at sun.security.ssl.X509TrustManagerImpl.checkTrusted(X509TrustManagerImpl.java:229) ~[?:1.8.0_51] at sun.security.ssl.X509TrustManagerImpl.checkServerTrusted(X509TrustManagerImpl.java:124) ~[?:1.8.0_51] at sun.security.ssl.ClientHandshaker.serverCertificate(ClientHandshaker.java:1479) ~[?:1.8.0_51] ... 26 more [16:27:50] [Client thread/INFO]: Reading world generation info from: "cofh\world\01_thermalfoundation_ores.json": [16:27:50] [Client thread/INFO]: Reading world generation info from: "cofh\world\02_thermalfoundation_oil.json": [16:27:50] [Client thread/INFO]: Reading world generation info from: "cofh\world\03_thermalfoundation_clathrates.json": [16:27:50] [Client thread/INFO]: CoFH World: Load Complete. [16:27:50] [Client thread/INFO]: Starting JEI... [16:27:51] [Client thread/INFO]: Registering recipe categories... [16:27:51] [Client thread/INFO]: Registering recipe categories took 258.4 ms [16:27:51] [Client thread/INFO]: Registering mod plugins... [16:27:52] [Client thread/INFO]: Adding recipes to JEI!! [16:27:52] [Client thread/INFO]: AlloyRecipeCategory: Added 201 alloy smelter recipes to JEI in 0.009 seconds. [16:27:52] [Client thread/INFO]: CombustionRecipeCategory: Added 45 combustion generator recipes to JEI in 0.008 seconds. [16:27:52] [Client thread/INFO]: Added recipe registry plugin: class crazypants.enderio.machines.integration.jei.PainterRegistryPlugin [16:27:52] [Client thread/INFO]: StirlingRecipeCategory: Added 14 stirling generator recipes for 404 solid fuels to JEI in 0.040 seconds. [16:27:52] [Client thread/INFO]: TankRecipeCategory: Added 1016 tank recipes to JEI in 0.042 seconds. [16:27:52] [Client thread/INFO]: WiredChargerRecipeCategory: Added 36 item charging recipes to JEI in 0.035 seconds. [16:27:52] [Client thread/INFO]: WeatherObeliskRecipeCategory: Added 3 weather changing recipes to JEI in 0.003 seconds. [16:27:53] [Client thread/INFO]: DarkSteelUpgradeRecipeCategory: Added 8752 dark steel upgrade recipes and 35988 enchantment recipes for upgradable items to JEI in 0.703 seconds. [16:27:53] [Client thread/INFO]: InfinityRecipeCategory: Added 2 infinity recipe(s) to JEI in 0.007 seconds. [16:27:53] [Client thread/INFO]: Added recipe registry plugin: class appeng.integration.modules.jei.FacadeRegistryPlugin [16:27:53] [Client thread/INFO]: Registering mod plugins took 1.765 s [16:27:53] [Client thread/INFO]: Building recipe registry... [16:27:55] [Client thread/INFO]: Building recipe registry took 1.940 s [16:27:55] [Client thread/INFO]: Building ingredient list... [16:27:55] [Client thread/INFO]: Building ingredient list took 140.6 ms [16:27:55] [Client thread/INFO]: Building ingredient filter... [16:27:57] [Client thread/INFO]: Building ingredient filter took 1.499 s [16:27:57] [Client thread/INFO]: Building runtime... [16:27:57] [Client thread/INFO]: Building runtime took 112.4 ms [16:27:57] [Client thread/INFO]: Starting JEI took 7.202 s [16:27:57] [Client thread/INFO]: [Whitelist] Reading established Whitelist from file. [16:27:57] [Client thread/INFO]: Thermal Foundation: Load Complete. [16:27:57] [Client thread/INFO]: Thermal Expansion: Load Complete. [16:27:57] [Client thread/INFO]: Thermal Dynamics: Load Complete. [16:28:02] [Client thread/INFO]: Forge Mod Loader has successfully loaded 60 mods [16:28:02] [Client thread/WARN]: Skipping bad option: lastServer: [16:28:02] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:02] [Client thread/ERROR]: @ Post startup [16:28:02] [Client thread/ERROR]: 1285: Out of memory [16:28:02] [Client thread/INFO]: Narrator library for x64 successfully loaded [16:28:02] [Client thread/ERROR]: +=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+= [16:28:02] [Client thread/ERROR]: The following texture errors were found. [16:28:02] [Client thread/ERROR]: ================================================== [16:28:02] [Client thread/ERROR]: DOMAIN rftoolspower [16:28:02] [Client thread/ERROR]: -------------------------------------------------- [16:28:02] [Client thread/ERROR]: domain rftoolspower is missing 2 textures [16:28:02] [Client thread/ERROR]: domain rftoolspower has 1 location: [16:28:02] [Client thread/ERROR]: unknown resourcepack type net.minecraft.client.resources.LegacyV2Adapter : FMLFileResourcePack:RFToolsPower [16:28:02] [Client thread/ERROR]: ------------------------- [16:28:02] [Client thread/ERROR]: The missing resources for domain rftoolspower are: [16:28:02] [Client thread/ERROR]: textures/blocks/cellhoriz_t2.png [16:28:02] [Client thread/ERROR]: textures/blocks/cellhoriz_t3.png [16:28:02] [Client thread/ERROR]: ------------------------- [16:28:02] [Client thread/ERROR]: No other errors exist for domain rftoolspower [16:28:02] [Client thread/ERROR]: ================================================== [16:28:02] [Client thread/ERROR]: ================================================== [16:28:02] [Client thread/ERROR]: DOMAIN rftools [16:28:02] [Client thread/ERROR]: -------------------------------------------------- [16:28:02] [Client thread/ERROR]: domain rftools is missing 6 textures [16:28:02] [Client thread/ERROR]: domain rftools has 1 location: [16:28:02] [Client thread/ERROR]: mod rftools resources at C:\Users\esflo\Documents\Curse\Minecraft\Instances\subway systems\mods\rftools-1.12-7.59.jar [16:28:02] [Client thread/ERROR]: ------------------------- [16:28:02] [Client thread/ERROR]: The missing resources for domain rftools are: [16:28:02] [Client thread/ERROR]: textures/blocks/powercelln.png [16:28:02] [Client thread/ERROR]: textures/blocks/powercells.png [16:28:02] [Client thread/ERROR]: textures/blocks/powercellw.png [16:28:02] [Client thread/ERROR]: textures/blocks/powercelle.png [16:28:02] [Client thread/ERROR]: textures/blocks/powercelld.png [16:28:02] [Client thread/ERROR]: textures/blocks/powercellu.png [16:28:02] [Client thread/ERROR]: ------------------------- [16:28:02] [Client thread/ERROR]: No other errors exist for domain rftools [16:28:02] [Client thread/ERROR]: ================================================== [16:28:02] [Client thread/ERROR]: +=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+= [16:28:02] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:02] [Client thread/ERROR]: @ Post render [16:28:02] [Client thread/ERROR]: 1285: Out of memory [16:28:02] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:02] [Client thread/ERROR]: @ Post render [16:28:02] [Client thread/ERROR]: 1285: Out of memory [16:28:02] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:02] [Client thread/ERROR]: @ Post render [16:28:02] [Client thread/ERROR]: 1285: Out of memory [16:28:02] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:02] [Client thread/ERROR]: @ Post render [16:28:02] [Client thread/ERROR]: 1285: Out of memory [16:28:02] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:02] [Client thread/ERROR]: @ Post render [16:28:02] [Client thread/ERROR]: 1285: Out of memory [16:28:02] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:02] [Client thread/ERROR]: @ Post render [16:28:02] [Client thread/ERROR]: 1285: Out of memory [16:28:02] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:02] [Client thread/ERROR]: @ Post render [16:28:02] [Client thread/ERROR]: 1285: Out of memory [16:28:02] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:02] [Client thread/ERROR]: @ Post render [16:28:02] [Client thread/ERROR]: 1285: Out of memory [16:28:02] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:02] [Client thread/ERROR]: @ Post render [16:28:02] [Client thread/ERROR]: 1285: Out of memory [16:28:02] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:02] [Client thread/ERROR]: @ Post render [16:28:02] [Client thread/ERROR]: 1285: Out of memory [16:28:02] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:02] [Client thread/ERROR]: @ Post render [16:28:02] [Client thread/ERROR]: 1285: Out of memory [16:28:02] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:02] [Client thread/ERROR]: @ Post render [16:28:02] [Client thread/ERROR]: 1285: Out of memory [16:28:02] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:02] [Client thread/ERROR]: @ Post render [16:28:02] [Client thread/ERROR]: 1285: Out of memory [16:28:02] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:02] [Client thread/ERROR]: @ Post render [16:28:02] [Client thread/ERROR]: 1285: Out of memory [16:28:02] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:02] [Client thread/ERROR]: @ Post render [16:28:02] [Client thread/ERROR]: 1285: Out of memory [16:28:03] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:03] [Client thread/ERROR]: @ Post render [16:28:03] [Client thread/ERROR]: 1285: Out of memory [16:28:03] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:03] [Client thread/ERROR]: @ Post render [16:28:03] [Client thread/ERROR]: 1285: Out of memory [16:28:03] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:03] [Client thread/ERROR]: @ Post render [16:28:03] [Client thread/ERROR]: 1285: Out of memory [16:28:03] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:03] [Client thread/ERROR]: @ Post render [16:28:03] [Client thread/ERROR]: 1285: Out of memory [16:28:03] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:03] [Client thread/ERROR]: @ Post render [16:28:03] [Client thread/ERROR]: 1285: Out of memory [16:28:03] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:03] [Client thread/ERROR]: @ Post render [16:28:03] [Client thread/ERROR]: 1285: Out of memory [16:28:03] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:03] [Client thread/ERROR]: @ Post render [16:28:03] [Client thread/ERROR]: 1285: Out of memory [16:28:03] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:03] [Client thread/ERROR]: @ Post render [16:28:03] [Client thread/ERROR]: 1285: Out of memory [16:28:03] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:03] [Client thread/ERROR]: @ Post render [16:28:03] [Client thread/ERROR]: 1285: Out of memory [16:28:03] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:03] [Client thread/ERROR]: @ Post render [16:28:03] [Client thread/ERROR]: 1285: Out of memory [16:28:03] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:03] [Client thread/ERROR]: @ Post render [16:28:03] [Client thread/ERROR]: 1285: Out of memory [16:28:03] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:03] [Client thread/ERROR]: @ Post render [16:28:03] [Client thread/ERROR]: 1285: Out of memory [16:28:03] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:03] [Client thread/ERROR]: @ Post render [16:28:03] [Client thread/ERROR]: 1285: Out of memory [16:28:03] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:03] [Client thread/ERROR]: @ Post render [16:28:03] [Client thread/ERROR]: 1285: Out of memory [16:28:03] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:03] [Client thread/ERROR]: @ Post render [16:28:03] [Client thread/ERROR]: 1285: Out of memory [16:28:03] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:03] [Client thread/ERROR]: @ Post render [16:28:03] [Client thread/ERROR]: 1285: Out of memory [16:28:03] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:03] [Client thread/ERROR]: @ Post render [16:28:03] [Client thread/ERROR]: 1285: Out of memory [16:28:03] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:03] [Client thread/ERROR]: @ Post render [16:28:03] [Client thread/ERROR]: 1285: Out of memory [16:28:03] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:03] [Client thread/ERROR]: @ Post render [16:28:03] [Client thread/ERROR]: 1285: Out of memory [16:28:03] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:03] [Client thread/ERROR]: @ Post render [16:28:03] [Client thread/ERROR]: 1285: Out of memory [16:28:03] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:03] [Client thread/ERROR]: @ Post render [16:28:03] [Client thread/ERROR]: 1285: Out of memory [16:28:03] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:03] [Client thread/ERROR]: @ Post render [16:28:03] [Client thread/ERROR]: 1285: Out of memory [16:28:03] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:03] [Client thread/ERROR]: @ Post render [16:28:03] [Client thread/ERROR]: 1285: Out of memory [16:28:03] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:03] [Client thread/ERROR]: @ Post render [16:28:03] [Client thread/ERROR]: 1285: Out of memory [16:28:03] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:03] [Client thread/ERROR]: @ Post render [16:28:03] [Client thread/ERROR]: 1285: Out of memory [16:28:03] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:03] [Client thread/ERROR]: @ Post render [16:28:03] [Client thread/ERROR]: 1285: Out of memory [16:28:03] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:03] [Client thread/ERROR]: @ Post render [16:28:03] [Client thread/ERROR]: 1285: Out of memory [16:28:03] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:03] [Client thread/ERROR]: @ Post render [16:28:03] [Client thread/ERROR]: 1285: Out of memory [16:28:03] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:03] [Client thread/ERROR]: @ Post render [16:28:03] [Client thread/ERROR]: 1285: Out of memory [16:28:03] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:03] [Client thread/ERROR]: @ Post render [16:28:03] [Client thread/ERROR]: 1285: Out of memory [16:28:04] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:04] [Client thread/ERROR]: @ Post render [16:28:04] [Client thread/ERROR]: 1285: Out of memory [16:28:04] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:04] [Client thread/ERROR]: @ Post render [16:28:04] [Client thread/ERROR]: 1285: Out of memory [16:28:04] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:04] [Client thread/ERROR]: @ Post render [16:28:04] [Client thread/ERROR]: 1285: Out of memory [16:28:04] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:04] [Client thread/ERROR]: @ Post render [16:28:04] [Client thread/ERROR]: 1285: Out of memory [16:28:04] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:04] [Client thread/ERROR]: @ Post render [16:28:04] [Client thread/ERROR]: 1285: Out of memory [16:28:04] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:04] [Client thread/ERROR]: @ Post render [16:28:04] [Client thread/ERROR]: 1285: Out of memory [16:28:04] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:04] [Client thread/ERROR]: @ Post render [16:28:04] [Client thread/ERROR]: 1285: Out of memory [16:28:04] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:04] [Client thread/ERROR]: @ Post render [16:28:04] [Client thread/ERROR]: 1285: Out of memory [16:28:04] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:04] [Client thread/ERROR]: @ Post render [16:28:04] [Client thread/ERROR]: 1285: Out of memory [16:28:04] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:04] [Client thread/ERROR]: @ Post render [16:28:04] [Client thread/ERROR]: 1285: Out of memory [16:28:04] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:04] [Client thread/ERROR]: @ Post render [16:28:04] [Client thread/ERROR]: 1285: Out of memory [16:28:04] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:04] [Client thread/ERROR]: @ Post render [16:28:04] [Client thread/ERROR]: 1285: Out of memory [16:28:04] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:04] [Client thread/ERROR]: @ Post render [16:28:04] [Client thread/ERROR]: 1285: Out of memory [16:28:04] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:04] [Client thread/ERROR]: @ Post render [16:28:04] [Client thread/ERROR]: 1285: Out of memory [16:28:04] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:04] [Client thread/ERROR]: @ Post render [16:28:04] [Client thread/ERROR]: 1285: Out of memory [16:28:04] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:04] [Client thread/ERROR]: @ Post render [16:28:04] [Client thread/ERROR]: 1285: Out of memory [16:28:04] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:04] [Client thread/ERROR]: @ Post render [16:28:04] [Client thread/ERROR]: 1285: Out of memory [16:28:04] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:04] [Client thread/ERROR]: @ Post render [16:28:04] [Client thread/ERROR]: 1285: Out of memory [16:28:04] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:04] [Client thread/ERROR]: @ Post render [16:28:04] [Client thread/ERROR]: 1285: Out of memory [16:28:04] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:04] [Client thread/ERROR]: @ Post render [16:28:04] [Client thread/ERROR]: 1285: Out of memory [16:28:04] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:04] [Client thread/ERROR]: @ Post render [16:28:04] [Client thread/ERROR]: 1285: Out of memory [16:28:04] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:04] [Client thread/ERROR]: @ Post render [16:28:04] [Client thread/ERROR]: 1285: Out of memory [16:28:04] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:04] [Client thread/ERROR]: @ Post render [16:28:04] [Client thread/ERROR]: 1285: Out of memory [16:28:04] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:04] [Client thread/ERROR]: @ Post render [16:28:04] [Client thread/ERROR]: 1285: Out of memory [16:28:04] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:04] [Client thread/ERROR]: @ Post render [16:28:04] [Client thread/ERROR]: 1285: Out of memory [16:28:04] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:04] [Client thread/ERROR]: @ Post render [16:28:04] [Client thread/ERROR]: 1285: Out of memory [16:28:04] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:04] [Client thread/ERROR]: @ Post render [16:28:04] [Client thread/ERROR]: 1285: Out of memory [16:28:04] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:04] [Client thread/ERROR]: @ Post render [16:28:04] [Client thread/ERROR]: 1285: Out of memory [16:28:04] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:04] [Client thread/ERROR]: @ Post render [16:28:04] [Client thread/ERROR]: 1285: Out of memory [16:28:04] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:04] [Client thread/ERROR]: @ Post render [16:28:04] [Client thread/ERROR]: 1285: Out of memory [16:28:05] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:05] [Client thread/ERROR]: @ Post render [16:28:05] [Client thread/ERROR]: 1285: Out of memory [16:28:05] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:05] [Client thread/ERROR]: @ Post render [16:28:05] [Client thread/ERROR]: 1285: Out of memory [16:28:05] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:05] [Client thread/ERROR]: @ Post render [16:28:05] [Client thread/ERROR]: 1285: Out of memory [16:28:05] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:05] [Client thread/ERROR]: @ Post render [16:28:05] [Client thread/ERROR]: 1285: Out of memory [16:28:05] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:05] [Client thread/ERROR]: @ Post render [16:28:05] [Client thread/ERROR]: 1285: Out of memory [16:28:05] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:05] [Client thread/ERROR]: @ Post render [16:28:05] [Client thread/ERROR]: 1285: Out of memory [16:28:05] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:05] [Client thread/ERROR]: @ Post render [16:28:05] [Client thread/ERROR]: 1285: Out of memory [16:28:05] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:05] [Client thread/ERROR]: @ Post render [16:28:05] [Client thread/ERROR]: 1285: Out of memory [16:28:05] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:05] [Client thread/ERROR]: @ Post render [16:28:05] [Client thread/ERROR]: 1285: Out of memory [16:28:05] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:05] [Client thread/ERROR]: @ Post render [16:28:05] [Client thread/ERROR]: 1285: Out of memory [16:28:05] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:05] [Client thread/ERROR]: @ Post render [16:28:05] [Client thread/ERROR]: 1285: Out of memory [16:28:05] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:05] [Client thread/ERROR]: @ Post render [16:28:05] [Client thread/ERROR]: 1285: Out of memory [16:28:05] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:05] [Client thread/ERROR]: @ Post render [16:28:05] [Client thread/ERROR]: 1285: Out of memory [16:28:05] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:05] [Client thread/ERROR]: @ Post render [16:28:05] [Client thread/ERROR]: 1285: Out of memory [16:28:05] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:05] [Client thread/ERROR]: @ Post render [16:28:05] [Client thread/ERROR]: 1285: Out of memory [16:28:05] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:05] [Client thread/ERROR]: @ Post render [16:28:05] [Client thread/ERROR]: 1285: Out of memory [16:28:05] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:05] [Client thread/ERROR]: @ Post render [16:28:05] [Client thread/ERROR]: 1285: Out of memory [16:28:05] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:05] [Client thread/ERROR]: @ Post render [16:28:05] [Client thread/ERROR]: 1285: Out of memory [16:28:05] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:05] [Client thread/ERROR]: @ Post render [16:28:05] [Client thread/ERROR]: 1285: Out of memory [16:28:05] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:05] [Client thread/ERROR]: @ Post render [16:28:05] [Client thread/ERROR]: 1285: Out of memory [16:28:05] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:05] [Client thread/ERROR]: @ Post render [16:28:05] [Client thread/ERROR]: 1285: Out of memory [16:28:05] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:05] [Client thread/ERROR]: @ Post render [16:28:05] [Client thread/ERROR]: 1285: Out of memory [16:28:05] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:05] [Client thread/ERROR]: @ Post render [16:28:05] [Client thread/ERROR]: 1285: Out of memory [16:28:05] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:05] [Client thread/ERROR]: @ Post render [16:28:05] [Client thread/ERROR]: 1285: Out of memory [16:28:05] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:05] [Client thread/ERROR]: @ Post render [16:28:05] [Client thread/ERROR]: 1285: Out of memory [16:28:05] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:05] [Client thread/ERROR]: @ Post render [16:28:05] [Client thread/ERROR]: 1285: Out of memory [16:28:05] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:05] [Client thread/ERROR]: @ Post render [16:28:05] [Client thread/ERROR]: 1285: Out of memory [16:28:05] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:05] [Client thread/ERROR]: @ Post render [16:28:05] [Client thread/ERROR]: 1285: Out of memory [16:28:05] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:05] [Client thread/ERROR]: @ Post render [16:28:05] [Client thread/ERROR]: 1285: Out of memory [16:28:05] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:05] [Client thread/ERROR]: @ Post render [16:28:05] [Client thread/ERROR]: 1285: Out of memory [16:28:06] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:06] [Client thread/ERROR]: @ Post render [16:28:06] [Client thread/ERROR]: 1285: Out of memory [16:28:06] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:06] [Client thread/ERROR]: @ Post render [16:28:06] [Client thread/ERROR]: 1285: Out of memory [16:28:06] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:06] [Client thread/ERROR]: @ Post render [16:28:06] [Client thread/ERROR]: 1285: Out of memory [16:28:06] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:06] [Client thread/ERROR]: @ Post render [16:28:06] [Client thread/ERROR]: 1285: Out of memory [16:28:06] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:06] [Client thread/ERROR]: @ Post render [16:28:06] [Client thread/ERROR]: 1285: Out of memory [16:28:06] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:06] [Client thread/ERROR]: @ Post render [16:28:06] [Client thread/ERROR]: 1285: Out of memory [16:28:06] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:06] [Client thread/ERROR]: @ Post render [16:28:06] [Client thread/ERROR]: 1285: Out of memory [16:28:06] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:06] [Client thread/ERROR]: @ Post render [16:28:06] [Client thread/ERROR]: 1285: Out of memory [16:28:06] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:06] [Client thread/ERROR]: @ Post render [16:28:06] [Client thread/ERROR]: 1285: Out of memory [16:28:06] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:06] [Client thread/ERROR]: @ Post render [16:28:06] [Client thread/ERROR]: 1285: Out of memory [16:28:06] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:06] [Client thread/ERROR]: @ Post render [16:28:06] [Client thread/ERROR]: 1285: Out of memory [16:28:06] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:06] [Client thread/ERROR]: @ Post render [16:28:06] [Client thread/ERROR]: 1285: Out of memory [16:28:06] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:06] [Client thread/ERROR]: @ Post render [16:28:06] [Client thread/ERROR]: 1285: Out of memory [16:28:06] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:06] [Client thread/ERROR]: @ Post render [16:28:06] [Client thread/ERROR]: 1285: Out of memory [16:28:06] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:06] [Client thread/ERROR]: @ Post render [16:28:06] [Client thread/ERROR]: 1285: Out of memory [16:28:06] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:06] [Client thread/ERROR]: @ Post render [16:28:06] [Client thread/ERROR]: 1285: Out of memory [16:28:06] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:06] [Client thread/ERROR]: @ Post render [16:28:06] [Client thread/ERROR]: 1285: Out of memory [16:28:06] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:06] [Client thread/ERROR]: @ Post render [16:28:06] [Client thread/ERROR]: 1285: Out of memory [16:28:06] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:06] [Client thread/ERROR]: @ Post render [16:28:06] [Client thread/ERROR]: 1285: Out of memory [16:28:06] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:06] [Client thread/ERROR]: @ Post render [16:28:06] [Client thread/ERROR]: 1285: Out of memory [16:28:06] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:06] [Client thread/ERROR]: @ Post render [16:28:06] [Client thread/ERROR]: 1285: Out of memory [16:28:06] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:06] [Client thread/ERROR]: @ Post render [16:28:06] [Client thread/ERROR]: 1285: Out of memory [16:28:06] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:06] [Client thread/ERROR]: @ Post render [16:28:06] [Client thread/ERROR]: 1285: Out of memory [16:28:06] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:06] [Client thread/ERROR]: @ Post render [16:28:06] [Client thread/ERROR]: 1285: Out of memory [16:28:06] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:06] [Client thread/ERROR]: @ Post render [16:28:06] [Client thread/ERROR]: 1285: Out of memory [16:28:06] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:06] [Client thread/ERROR]: @ Post render [16:28:06] [Client thread/ERROR]: 1285: Out of memory [16:28:06] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:06] [Client thread/ERROR]: @ Post render [16:28:06] [Client thread/ERROR]: 1285: Out of memory [16:28:06] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:06] [Client thread/ERROR]: @ Post render [16:28:06] [Client thread/ERROR]: 1285: Out of memory [16:28:06] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:06] [Client thread/ERROR]: @ Post render [16:28:06] [Client thread/ERROR]: 1285: Out of memory [16:28:06] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:06] [Client thread/ERROR]: @ Post render [16:28:06] [Client thread/ERROR]: 1285: Out of memory [16:28:07] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:07] [Client thread/ERROR]: @ Post render [16:28:07] [Client thread/ERROR]: 1285: Out of memory [16:28:07] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:07] [Client thread/ERROR]: @ Post render [16:28:07] [Client thread/ERROR]: 1285: Out of memory [16:28:07] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:07] [Client thread/ERROR]: @ Post render [16:28:07] [Client thread/ERROR]: 1285: Out of memory [16:28:07] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:07] [Client thread/ERROR]: @ Post render [16:28:07] [Client thread/ERROR]: 1285: Out of memory [16:28:07] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:07] [Client thread/ERROR]: @ Post render [16:28:07] [Client thread/ERROR]: 1285: Out of memory [16:28:07] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:07] [Client thread/ERROR]: @ Post render [16:28:07] [Client thread/ERROR]: 1285: Out of memory [16:28:07] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:07] [Client thread/ERROR]: @ Post render [16:28:07] [Client thread/ERROR]: 1285: Out of memory [16:28:07] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:07] [Client thread/ERROR]: @ Post render [16:28:07] [Client thread/ERROR]: 1285: Out of memory [16:28:07] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:07] [Client thread/ERROR]: @ Post render [16:28:07] [Client thread/ERROR]: 1285: Out of memory [16:28:07] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:07] [Client thread/ERROR]: @ Post render [16:28:07] [Client thread/ERROR]: 1285: Out of memory [16:28:07] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:07] [Client thread/ERROR]: @ Post render [16:28:07] [Client thread/ERROR]: 1285: Out of memory [16:28:07] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:07] [Client thread/ERROR]: @ Post render [16:28:07] [Client thread/ERROR]: 1285: Out of memory [16:28:07] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:07] [Client thread/ERROR]: @ Post render [16:28:07] [Client thread/ERROR]: 1285: Out of memory [16:28:07] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:07] [Client thread/ERROR]: @ Post render [16:28:07] [Client thread/ERROR]: 1285: Out of memory [16:28:07] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:07] [Client thread/ERROR]: @ Post render [16:28:07] [Client thread/ERROR]: 1285: Out of memory [16:28:07] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:07] [Client thread/ERROR]: @ Post render [16:28:07] [Client thread/ERROR]: 1285: Out of memory [16:28:07] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:07] [Client thread/ERROR]: @ Post render [16:28:07] [Client thread/ERROR]: 1285: Out of memory [16:28:07] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:07] [Client thread/ERROR]: @ Post render [16:28:07] [Client thread/ERROR]: 1285: Out of memory [16:28:07] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:07] [Client thread/ERROR]: @ Post render [16:28:07] [Client thread/ERROR]: 1285: Out of memory [16:28:07] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:07] [Client thread/ERROR]: @ Post render [16:28:07] [Client thread/ERROR]: 1285: Out of memory [16:28:07] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:07] [Client thread/ERROR]: @ Post render [16:28:07] [Client thread/ERROR]: 1285: Out of memory [16:28:07] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:07] [Client thread/ERROR]: @ Post render [16:28:07] [Client thread/ERROR]: 1285: Out of memory [16:28:07] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:07] [Client thread/ERROR]: @ Post render [16:28:07] [Client thread/ERROR]: 1285: Out of memory [16:28:07] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:07] [Client thread/ERROR]: @ Post render [16:28:07] [Client thread/ERROR]: 1285: Out of memory [16:28:07] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:07] [Client thread/ERROR]: @ Post render [16:28:07] [Client thread/ERROR]: 1285: Out of memory [16:28:07] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:07] [Client thread/ERROR]: @ Post render [16:28:07] [Client thread/ERROR]: 1285: Out of memory [16:28:07] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:07] [Client thread/ERROR]: @ Post render [16:28:07] [Client thread/ERROR]: 1285: Out of memory [16:28:07] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:07] [Client thread/ERROR]: @ Post render [16:28:07] [Client thread/ERROR]: 1285: Out of memory [16:28:07] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:07] [Client thread/ERROR]: @ Post render [16:28:07] [Client thread/ERROR]: 1285: Out of memory [16:28:08] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:08] [Client thread/ERROR]: @ Post render [16:28:08] [Client thread/ERROR]: 1285: Out of memory [16:28:08] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:08] [Client thread/ERROR]: @ Post render [16:28:08] [Client thread/ERROR]: 1285: Out of memory [16:28:08] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:08] [Client thread/ERROR]: @ Post render [16:28:08] [Client thread/ERROR]: 1285: Out of memory [16:28:08] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:08] [Client thread/ERROR]: @ Post render [16:28:08] [Client thread/ERROR]: 1285: Out of memory [16:28:08] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:08] [Client thread/ERROR]: @ Post render [16:28:08] [Client thread/ERROR]: 1285: Out of memory [16:28:08] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:08] [Client thread/ERROR]: @ Post render [16:28:08] [Client thread/ERROR]: 1285: Out of memory [16:28:08] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:08] [Client thread/ERROR]: @ Post render [16:28:08] [Client thread/ERROR]: 1285: Out of memory [16:28:08] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:08] [Client thread/ERROR]: @ Post render [16:28:08] [Client thread/ERROR]: 1285: Out of memory [16:28:08] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:08] [Client thread/ERROR]: @ Post render [16:28:08] [Client thread/ERROR]: 1285: Out of memory [16:28:08] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:08] [Client thread/ERROR]: @ Post render [16:28:08] [Client thread/ERROR]: 1285: Out of memory [16:28:08] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:08] [Client thread/ERROR]: @ Post render [16:28:08] [Client thread/ERROR]: 1285: Out of memory [16:28:08] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:08] [Client thread/ERROR]: @ Post render [16:28:08] [Client thread/ERROR]: 1285: Out of memory [16:28:08] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:08] [Client thread/ERROR]: @ Post render [16:28:08] [Client thread/ERROR]: 1285: Out of memory [16:28:08] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:08] [Client thread/ERROR]: @ Post render [16:28:08] [Client thread/ERROR]: 1285: Out of memory [16:28:08] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:08] [Client thread/ERROR]: @ Post render [16:28:08] [Client thread/ERROR]: 1285: Out of memory [16:28:08] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:08] [Client thread/ERROR]: @ Post render [16:28:08] [Client thread/ERROR]: 1285: Out of memory [16:28:08] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:08] [Client thread/ERROR]: @ Post render [16:28:08] [Client thread/ERROR]: 1285: Out of memory [16:28:08] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:08] [Client thread/ERROR]: @ Post render [16:28:08] [Client thread/ERROR]: 1285: Out of memory [16:28:08] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:08] [Client thread/ERROR]: @ Post render [16:28:08] [Client thread/ERROR]: 1285: Out of memory [16:28:08] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:08] [Client thread/ERROR]: @ Post render [16:28:08] [Client thread/ERROR]: 1285: Out of memory [16:28:08] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:08] [Client thread/ERROR]: @ Post render [16:28:08] [Client thread/ERROR]: 1285: Out of memory [16:28:08] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:08] [Client thread/ERROR]: @ Post render [16:28:08] [Client thread/ERROR]: 1285: Out of memory [16:28:08] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:08] [Client thread/ERROR]: @ Post render [16:28:08] [Client thread/ERROR]: 1285: Out of memory [16:28:08] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:08] [Client thread/ERROR]: @ Post render [16:28:08] [Client thread/ERROR]: 1285: Out of memory [16:28:08] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:08] [Client thread/ERROR]: @ Post render [16:28:08] [Client thread/ERROR]: 1285: Out of memory [16:28:08] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:08] [Client thread/ERROR]: @ Post render [16:28:08] [Client thread/ERROR]: 1285: Out of memory [16:28:08] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:08] [Client thread/ERROR]: @ Post render [16:28:08] [Client thread/ERROR]: 1285: Out of memory [16:28:08] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:08] [Client thread/ERROR]: @ Post render [16:28:08] [Client thread/ERROR]: 1285: Out of memory [16:28:08] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:08] [Client thread/ERROR]: @ Post render [16:28:08] [Client thread/ERROR]: 1285: Out of memory [16:28:08] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:08] [Client thread/ERROR]: @ Post render [16:28:08] [Client thread/ERROR]: 1285: Out of memory [16:28:09] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:09] [Client thread/ERROR]: @ Post render [16:28:09] [Client thread/ERROR]: 1285: Out of memory [16:28:09] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:09] [Client thread/ERROR]: @ Post render [16:28:09] [Client thread/ERROR]: 1285: Out of memory [16:28:09] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:09] [Client thread/ERROR]: @ Post render [16:28:09] [Client thread/ERROR]: 1285: Out of memory [16:28:09] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:09] [Client thread/ERROR]: @ Post render [16:28:09] [Client thread/ERROR]: 1285: Out of memory [16:28:09] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:09] [Client thread/ERROR]: @ Post render [16:28:09] [Client thread/ERROR]: 1285: Out of memory [16:28:09] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:09] [Client thread/ERROR]: @ Post render [16:28:09] [Client thread/ERROR]: 1285: Out of memory [16:28:09] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:09] [Client thread/ERROR]: @ Post render [16:28:09] [Client thread/ERROR]: 1285: Out of memory [16:28:09] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:09] [Client thread/ERROR]: @ Post render [16:28:09] [Client thread/ERROR]: 1285: Out of memory [16:28:09] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:09] [Client thread/ERROR]: @ Post render [16:28:09] [Client thread/ERROR]: 1285: Out of memory [16:28:09] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:09] [Client thread/ERROR]: @ Post render [16:28:09] [Client thread/ERROR]: 1285: Out of memory [16:28:09] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:09] [Client thread/ERROR]: @ Post render [16:28:09] [Client thread/ERROR]: 1285: Out of memory [16:28:09] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:09] [Client thread/ERROR]: @ Post render [16:28:09] [Client thread/ERROR]: 1285: Out of memory [16:28:09] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:09] [Client thread/ERROR]: @ Post render [16:28:09] [Client thread/ERROR]: 1285: Out of memory [16:28:09] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:09] [Client thread/ERROR]: @ Post render [16:28:09] [Client thread/ERROR]: 1285: Out of memory [16:28:09] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:09] [Client thread/ERROR]: @ Post render [16:28:09] [Client thread/ERROR]: 1285: Out of memory [16:28:09] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:09] [Client thread/ERROR]: @ Post render [16:28:09] [Client thread/ERROR]: 1285: Out of memory [16:28:09] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:09] [Client thread/ERROR]: @ Post render [16:28:09] [Client thread/ERROR]: 1285: Out of memory [16:28:09] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:09] [Client thread/ERROR]: @ Post render [16:28:09] [Client thread/ERROR]: 1285: Out of memory [16:28:09] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:09] [Client thread/ERROR]: @ Post render [16:28:09] [Client thread/ERROR]: 1285: Out of memory [16:28:09] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:09] [Client thread/ERROR]: @ Post render [16:28:09] [Client thread/ERROR]: 1285: Out of memory [16:28:09] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:09] [Client thread/ERROR]: @ Post render [16:28:09] [Client thread/ERROR]: 1285: Out of memory [16:28:09] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:09] [Client thread/ERROR]: @ Post render [16:28:09] [Client thread/ERROR]: 1285: Out of memory [16:28:09] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:09] [Client thread/ERROR]: @ Post render [16:28:09] [Client thread/ERROR]: 1285: Out of memory [16:28:09] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:09] [Client thread/ERROR]: @ Post render [16:28:09] [Client thread/ERROR]: 1285: Out of memory [16:28:09] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:09] [Client thread/ERROR]: @ Post render [16:28:09] [Client thread/ERROR]: 1285: Out of memory [16:28:09] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:09] [Client thread/ERROR]: @ Post render [16:28:09] [Client thread/ERROR]: 1285: Out of memory [16:28:09] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:09] [Client thread/ERROR]: @ Post render [16:28:09] [Client thread/ERROR]: 1285: Out of memory [16:28:09] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:09] [Client thread/ERROR]: @ Post render [16:28:09] [Client thread/ERROR]: 1285: Out of memory [16:28:09] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:09] [Client thread/ERROR]: @ Post render [16:28:09] [Client thread/ERROR]: 1285: Out of memory [16:28:09] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:09] [Client thread/ERROR]: @ Post render [16:28:09] [Client thread/ERROR]: 1285: Out of memory [16:28:10] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:10] [Client thread/ERROR]: @ Post render [16:28:10] [Client thread/ERROR]: 1285: Out of memory [16:28:10] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:10] [Client thread/ERROR]: @ Post render [16:28:10] [Client thread/ERROR]: 1285: Out of memory [16:28:10] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:10] [Client thread/ERROR]: @ Post render [16:28:10] [Client thread/ERROR]: 1285: Out of memory [16:28:10] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:10] [Client thread/ERROR]: @ Post render [16:28:10] [Client thread/ERROR]: 1285: Out of memory [16:28:10] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:10] [Client thread/ERROR]: @ Post render [16:28:10] [Client thread/ERROR]: 1285: Out of memory [16:28:10] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:10] [Client thread/ERROR]: @ Post render [16:28:10] [Client thread/ERROR]: 1285: Out of memory [16:28:10] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:10] [Client thread/ERROR]: @ Post render [16:28:10] [Client thread/ERROR]: 1285: Out of memory [16:28:10] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:10] [Client thread/ERROR]: @ Post render [16:28:10] [Client thread/ERROR]: 1285: Out of memory [16:28:10] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:10] [Client thread/ERROR]: @ Post render [16:28:10] [Client thread/ERROR]: 1285: Out of memory [16:28:10] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:10] [Client thread/ERROR]: @ Post render [16:28:10] [Client thread/ERROR]: 1285: Out of memory [16:28:10] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:10] [Client thread/ERROR]: @ Post render [16:28:10] [Client thread/ERROR]: 1285: Out of memory [16:28:10] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:10] [Client thread/ERROR]: @ Post render [16:28:10] [Client thread/ERROR]: 1285: Out of memory [16:28:10] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:10] [Client thread/ERROR]: @ Post render [16:28:10] [Client thread/ERROR]: 1285: Out of memory [16:28:10] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:10] [Client thread/ERROR]: @ Post render [16:28:10] [Client thread/ERROR]: 1285: Out of memory [16:28:10] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:10] [Client thread/ERROR]: @ Post render [16:28:10] [Client thread/ERROR]: 1285: Out of memory [16:28:10] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:10] [Client thread/ERROR]: @ Post render [16:28:10] [Client thread/ERROR]: 1285: Out of memory [16:28:10] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:10] [Client thread/ERROR]: @ Post render [16:28:10] [Client thread/ERROR]: 1285: Out of memory [16:28:10] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:10] [Client thread/ERROR]: @ Post render [16:28:10] [Client thread/ERROR]: 1285: Out of memory [16:28:10] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:10] [Client thread/ERROR]: @ Post render [16:28:10] [Client thread/ERROR]: 1285: Out of memory [16:28:10] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:10] [Client thread/ERROR]: @ Post render [16:28:10] [Client thread/ERROR]: 1285: Out of memory [16:28:10] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:10] [Client thread/ERROR]: @ Post render [16:28:10] [Client thread/ERROR]: 1285: Out of memory [16:28:10] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:10] [Client thread/ERROR]: @ Post render [16:28:10] [Client thread/ERROR]: 1285: Out of memory [16:28:10] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:10] [Client thread/ERROR]: @ Post render [16:28:10] [Client thread/ERROR]: 1285: Out of memory [16:28:10] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:10] [Client thread/ERROR]: @ Post render [16:28:10] [Client thread/ERROR]: 1285: Out of memory [16:28:10] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:10] [Client thread/ERROR]: @ Post render [16:28:10] [Client thread/ERROR]: 1285: Out of memory [16:28:10] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:10] [Client thread/ERROR]: @ Post render [16:28:10] [Client thread/ERROR]: 1285: Out of memory [16:28:10] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:10] [Client thread/ERROR]: @ Post render [16:28:10] [Client thread/ERROR]: 1285: Out of memory [16:28:10] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:10] [Client thread/ERROR]: @ Post render [16:28:10] [Client thread/ERROR]: 1285: Out of memory [16:28:10] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:10] [Client thread/ERROR]: @ Post render [16:28:10] [Client thread/ERROR]: 1285: Out of memory [16:28:10] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:10] [Client thread/ERROR]: @ Post render [16:28:10] [Client thread/ERROR]: 1285: Out of memory [16:28:11] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:11] [Client thread/ERROR]: @ Post render [16:28:11] [Client thread/ERROR]: 1285: Out of memory [16:28:11] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:11] [Client thread/ERROR]: @ Post render [16:28:11] [Client thread/ERROR]: 1285: Out of memory [16:28:11] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:11] [Client thread/ERROR]: @ Post render [16:28:11] [Client thread/ERROR]: 1285: Out of memory [16:28:11] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:11] [Client thread/ERROR]: @ Post render [16:28:11] [Client thread/ERROR]: 1285: Out of memory [16:28:11] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:11] [Client thread/ERROR]: @ Post render [16:28:11] [Client thread/ERROR]: 1285: Out of memory [16:28:11] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:11] [Client thread/ERROR]: @ Post render [16:28:11] [Client thread/ERROR]: 1285: Out of memory [16:28:11] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:11] [Client thread/ERROR]: @ Post render [16:28:11] [Client thread/ERROR]: 1285: Out of memory [16:28:11] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:11] [Client thread/ERROR]: @ Post render [16:28:11] [Client thread/ERROR]: 1285: Out of memory [16:28:11] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:11] [Client thread/ERROR]: @ Post render [16:28:11] [Client thread/ERROR]: 1285: Out of memory [16:28:11] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:11] [Client thread/ERROR]: @ Post render [16:28:11] [Client thread/ERROR]: 1285: Out of memory [16:28:11] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:11] [Client thread/ERROR]: @ Post render [16:28:11] [Client thread/ERROR]: 1285: Out of memory [16:28:11] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:11] [Client thread/ERROR]: @ Post render [16:28:11] [Client thread/ERROR]: 1285: Out of memory [16:28:11] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:11] [Client thread/ERROR]: @ Post render [16:28:11] [Client thread/ERROR]: 1285: Out of memory [16:28:11] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:11] [Client thread/ERROR]: @ Post render [16:28:11] [Client thread/ERROR]: 1285: Out of memory [16:28:11] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:11] [Client thread/ERROR]: @ Post render [16:28:11] [Client thread/ERROR]: 1285: Out of memory [16:28:11] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:11] [Client thread/ERROR]: @ Post render [16:28:11] [Client thread/ERROR]: 1285: Out of memory [16:28:11] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:11] [Client thread/ERROR]: @ Post render [16:28:11] [Client thread/ERROR]: 1285: Out of memory [16:28:11] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:11] [Client thread/ERROR]: @ Post render [16:28:11] [Client thread/ERROR]: 1285: Out of memory [16:28:11] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:11] [Client thread/ERROR]: @ Post render [16:28:11] [Client thread/ERROR]: 1285: Out of memory [16:28:11] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:11] [Client thread/ERROR]: @ Post render [16:28:11] [Client thread/ERROR]: 1285: Out of memory [16:28:11] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:11] [Client thread/ERROR]: @ Post render [16:28:11] [Client thread/ERROR]: 1285: Out of memory [16:28:11] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:11] [Client thread/ERROR]: @ Post render [16:28:11] [Client thread/ERROR]: 1285: Out of memory [16:28:11] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:11] [Client thread/ERROR]: @ Post render [16:28:11] [Client thread/ERROR]: 1285: Out of memory [16:28:11] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:11] [Client thread/ERROR]: @ Post render [16:28:11] [Client thread/ERROR]: 1285: Out of memory [16:28:11] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:11] [Client thread/ERROR]: @ Post render [16:28:11] [Client thread/ERROR]: 1285: Out of memory [16:28:11] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:11] [Client thread/ERROR]: @ Post render [16:28:11] [Client thread/ERROR]: 1285: Out of memory [16:28:11] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:11] [Client thread/ERROR]: @ Post render [16:28:11] [Client thread/ERROR]: 1285: Out of memory [16:28:11] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:11] [Client thread/ERROR]: @ Post render [16:28:11] [Client thread/ERROR]: 1285: Out of memory [16:28:11] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:11] [Client thread/ERROR]: @ Post render [16:28:11] [Client thread/ERROR]: 1285: Out of memory [16:28:11] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:11] [Client thread/ERROR]: @ Post render [16:28:11] [Client thread/ERROR]: 1285: Out of memory [16:28:12] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:12] [Client thread/ERROR]: @ Post render [16:28:12] [Client thread/ERROR]: 1285: Out of memory [16:28:12] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:12] [Client thread/ERROR]: @ Post render [16:28:12] [Client thread/ERROR]: 1285: Out of memory [16:28:12] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:12] [Client thread/ERROR]: @ Post render [16:28:12] [Client thread/ERROR]: 1285: Out of memory [16:28:12] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:12] [Client thread/ERROR]: @ Post render [16:28:12] [Client thread/ERROR]: 1285: Out of memory [16:28:12] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:12] [Client thread/ERROR]: @ Post render [16:28:12] [Client thread/ERROR]: 1285: Out of memory [16:28:12] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:12] [Client thread/ERROR]: @ Post render [16:28:12] [Client thread/ERROR]: 1285: Out of memory [16:28:12] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:12] [Client thread/ERROR]: @ Post render [16:28:12] [Client thread/ERROR]: 1285: Out of memory [16:28:12] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:12] [Client thread/ERROR]: @ Post render [16:28:12] [Client thread/ERROR]: 1285: Out of memory [16:28:12] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:12] [Client thread/ERROR]: @ Post render [16:28:12] [Client thread/ERROR]: 1285: Out of memory [16:28:12] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:12] [Client thread/ERROR]: @ Post render [16:28:12] [Client thread/ERROR]: 1285: Out of memory [16:28:12] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:12] [Client thread/ERROR]: @ Post render [16:28:12] [Client thread/ERROR]: 1285: Out of memory [16:28:12] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:12] [Client thread/ERROR]: @ Post render [16:28:12] [Client thread/ERROR]: 1285: Out of memory [16:28:12] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:12] [Client thread/ERROR]: @ Post render [16:28:12] [Client thread/ERROR]: 1285: Out of memory [16:28:12] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:12] [Client thread/ERROR]: @ Post render [16:28:12] [Client thread/ERROR]: 1285: Out of memory [16:28:12] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:12] [Client thread/ERROR]: @ Post render [16:28:12] [Client thread/ERROR]: 1285: Out of memory [16:28:12] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:12] [Client thread/ERROR]: @ Post render [16:28:12] [Client thread/ERROR]: 1285: Out of memory [16:28:12] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:12] [Client thread/ERROR]: @ Post render [16:28:12] [Client thread/ERROR]: 1285: Out of memory [16:28:12] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:12] [Client thread/ERROR]: @ Post render [16:28:12] [Client thread/ERROR]: 1285: Out of memory [16:28:12] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:12] [Client thread/ERROR]: @ Post render [16:28:12] [Client thread/ERROR]: 1285: Out of memory [16:28:12] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:12] [Client thread/ERROR]: @ Post render [16:28:12] [Client thread/ERROR]: 1285: Out of memory [16:28:12] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:12] [Client thread/ERROR]: @ Post render [16:28:12] [Client thread/ERROR]: 1285: Out of memory [16:28:12] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:12] [Client thread/ERROR]: @ Post render [16:28:12] [Client thread/ERROR]: 1285: Out of memory [16:28:12] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:12] [Client thread/ERROR]: @ Post render [16:28:12] [Client thread/ERROR]: 1285: Out of memory [16:28:12] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:12] [Client thread/ERROR]: @ Post render [16:28:12] [Client thread/ERROR]: 1285: Out of memory [16:28:12] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:12] [Client thread/ERROR]: @ Post render [16:28:12] [Client thread/ERROR]: 1285: Out of memory [16:28:12] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:12] [Client thread/ERROR]: @ Post render [16:28:12] [Client thread/ERROR]: 1285: Out of memory [16:28:12] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:12] [Client thread/ERROR]: @ Post render [16:28:12] [Client thread/ERROR]: 1285: Out of memory [16:28:12] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:12] [Client thread/ERROR]: @ Post render [16:28:12] [Client thread/ERROR]: 1285: Out of memory [16:28:12] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:12] [Client thread/ERROR]: @ Post render [16:28:12] [Client thread/ERROR]: 1285: Out of memory [16:28:12] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:12] [Client thread/ERROR]: @ Post render [16:28:12] [Client thread/ERROR]: 1285: Out of memory [16:28:13] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:13] [Client thread/ERROR]: @ Post render [16:28:13] [Client thread/ERROR]: 1285: Out of memory [16:28:13] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:13] [Client thread/ERROR]: @ Post render [16:28:13] [Client thread/ERROR]: 1285: Out of memory [16:28:13] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:13] [Client thread/ERROR]: @ Post render [16:28:13] [Client thread/ERROR]: 1285: Out of memory [16:28:13] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:13] [Client thread/ERROR]: @ Post render [16:28:13] [Client thread/ERROR]: 1285: Out of memory [16:28:13] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:13] [Client thread/ERROR]: @ Post render [16:28:13] [Client thread/ERROR]: 1285: Out of memory [16:28:13] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:13] [Client thread/ERROR]: @ Post render [16:28:13] [Client thread/ERROR]: 1285: Out of memory [16:28:13] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:13] [Client thread/ERROR]: @ Post render [16:28:13] [Client thread/ERROR]: 1285: Out of memory [16:28:13] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:13] [Client thread/ERROR]: @ Post render [16:28:13] [Client thread/ERROR]: 1285: Out of memory [16:28:13] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:13] [Client thread/ERROR]: @ Post render [16:28:13] [Client thread/ERROR]: 1285: Out of memory [16:28:13] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:13] [Client thread/ERROR]: @ Post render [16:28:13] [Client thread/ERROR]: 1285: Out of memory [16:28:13] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:13] [Client thread/ERROR]: @ Post render [16:28:13] [Client thread/ERROR]: 1285: Out of memory [16:28:13] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:13] [Client thread/ERROR]: @ Post render [16:28:13] [Client thread/ERROR]: 1285: Out of memory [16:28:13] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:13] [Client thread/ERROR]: @ Post render [16:28:13] [Client thread/ERROR]: 1285: Out of memory [16:28:13] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:13] [Client thread/ERROR]: @ Post render [16:28:13] [Client thread/ERROR]: 1285: Out of memory [16:28:13] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:13] [Client thread/ERROR]: @ Post render [16:28:13] [Client thread/ERROR]: 1285: Out of memory [16:28:13] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:13] [Client thread/ERROR]: @ Post render [16:28:13] [Client thread/ERROR]: 1285: Out of memory [16:28:13] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:13] [Client thread/ERROR]: @ Post render [16:28:13] [Client thread/ERROR]: 1285: Out of memory [16:28:13] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:13] [Client thread/ERROR]: @ Post render [16:28:13] [Client thread/ERROR]: 1285: Out of memory [16:28:13] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:13] [Client thread/ERROR]: @ Post render [16:28:13] [Client thread/ERROR]: 1285: Out of memory [16:28:13] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:13] [Client thread/ERROR]: @ Post render [16:28:13] [Client thread/ERROR]: 1285: Out of memory [16:28:13] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:13] [Client thread/ERROR]: @ Post render [16:28:13] [Client thread/ERROR]: 1285: Out of memory [16:28:13] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:13] [Client thread/ERROR]: @ Post render [16:28:13] [Client thread/ERROR]: 1285: Out of memory [16:28:13] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:13] [Client thread/ERROR]: @ Post render [16:28:13] [Client thread/ERROR]: 1285: Out of memory [16:28:13] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:13] [Client thread/ERROR]: @ Post render [16:28:13] [Client thread/ERROR]: 1285: Out of memory [16:28:13] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:13] [Client thread/ERROR]: @ Post render [16:28:13] [Client thread/ERROR]: 1285: Out of memory [16:28:13] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:13] [Client thread/ERROR]: @ Post render [16:28:13] [Client thread/ERROR]: 1285: Out of memory [16:28:13] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:13] [Client thread/ERROR]: @ Post render [16:28:13] [Client thread/ERROR]: 1285: Out of memory [16:28:13] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:13] [Client thread/ERROR]: @ Post render [16:28:13] [Client thread/ERROR]: 1285: Out of memory [16:28:13] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:13] [Client thread/ERROR]: @ Post render [16:28:13] [Client thread/ERROR]: 1285: Out of memory [16:28:13] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:13] [Client thread/ERROR]: @ Post render [16:28:13] [Client thread/ERROR]: 1285: Out of memory [16:28:14] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:14] [Client thread/ERROR]: @ Post render [16:28:14] [Client thread/ERROR]: 1285: Out of memory [16:28:14] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:14] [Client thread/ERROR]: @ Post render [16:28:14] [Client thread/ERROR]: 1285: Out of memory [16:28:14] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:14] [Client thread/ERROR]: @ Post render [16:28:14] [Client thread/ERROR]: 1285: Out of memory [16:28:14] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:14] [Client thread/ERROR]: @ Post render [16:28:14] [Client thread/ERROR]: 1285: Out of memory [16:28:14] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:14] [Client thread/ERROR]: @ Post render [16:28:14] [Client thread/ERROR]: 1285: Out of memory [16:28:14] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:14] [Client thread/ERROR]: @ Post render [16:28:14] [Client thread/ERROR]: 1285: Out of memory [16:28:14] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:14] [Client thread/ERROR]: @ Post render [16:28:14] [Client thread/ERROR]: 1285: Out of memory [16:28:14] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:14] [Client thread/ERROR]: @ Post render [16:28:14] [Client thread/ERROR]: 1285: Out of memory [16:28:14] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:14] [Client thread/ERROR]: @ Post render [16:28:14] [Client thread/ERROR]: 1285: Out of memory [16:28:14] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:14] [Client thread/ERROR]: @ Post render [16:28:14] [Client thread/ERROR]: 1285: Out of memory [16:28:14] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:14] [Client thread/ERROR]: @ Post render [16:28:14] [Client thread/ERROR]: 1285: Out of memory [16:28:14] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:14] [Client thread/ERROR]: @ Post render [16:28:14] [Client thread/ERROR]: 1285: Out of memory [16:28:14] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:14] [Client thread/ERROR]: @ Post render [16:28:14] [Client thread/ERROR]: 1285: Out of memory [16:28:14] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:14] [Client thread/ERROR]: @ Post render [16:28:14] [Client thread/ERROR]: 1285: Out of memory [16:28:14] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:14] [Client thread/ERROR]: @ Post render [16:28:14] [Client thread/ERROR]: 1285: Out of memory [16:28:14] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:14] [Client thread/ERROR]: @ Post render [16:28:14] [Client thread/ERROR]: 1285: Out of memory [16:28:14] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:14] [Client thread/ERROR]: @ Post render [16:28:14] [Client thread/ERROR]: 1285: Out of memory [16:28:14] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:14] [Client thread/ERROR]: @ Post render [16:28:14] [Client thread/ERROR]: 1285: Out of memory [16:28:14] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:14] [Client thread/ERROR]: @ Post render [16:28:14] [Client thread/ERROR]: 1285: Out of memory [16:28:14] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:14] [Client thread/ERROR]: @ Post render [16:28:14] [Client thread/ERROR]: 1285: Out of memory [16:28:14] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:14] [Client thread/ERROR]: @ Post render [16:28:14] [Client thread/ERROR]: 1285: Out of memory [16:28:14] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:14] [Client thread/ERROR]: @ Post render [16:28:14] [Client thread/ERROR]: 1285: Out of memory [16:28:14] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:14] [Client thread/ERROR]: @ Post render [16:28:14] [Client thread/ERROR]: 1285: Out of memory [16:28:14] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:14] [Client thread/ERROR]: @ Post render [16:28:14] [Client thread/ERROR]: 1285: Out of memory [16:28:14] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:14] [Client thread/ERROR]: @ Post render [16:28:14] [Client thread/ERROR]: 1285: Out of memory [16:28:14] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:14] [Client thread/ERROR]: @ Post render [16:28:14] [Client thread/ERROR]: 1285: Out of memory [16:28:14] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:14] [Client thread/ERROR]: @ Post render [16:28:14] [Client thread/ERROR]: 1285: Out of memory [16:28:14] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:14] [Client thread/ERROR]: @ Post render [16:28:14] [Client thread/ERROR]: 1285: Out of memory [16:28:14] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:14] [Client thread/ERROR]: @ Post render [16:28:14] [Client thread/ERROR]: 1285: Out of memory [16:28:14] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:14] [Client thread/ERROR]: @ Post render [16:28:14] [Client thread/ERROR]: 1285: Out of memory [16:28:15] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:15] [Client thread/ERROR]: @ Post render [16:28:15] [Client thread/ERROR]: 1285: Out of memory [16:28:15] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:15] [Client thread/ERROR]: @ Post render [16:28:15] [Client thread/ERROR]: 1285: Out of memory [16:28:15] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:15] [Client thread/ERROR]: @ Post render [16:28:15] [Client thread/ERROR]: 1285: Out of memory [16:28:15] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:15] [Client thread/ERROR]: @ Post render [16:28:15] [Client thread/ERROR]: 1285: Out of memory [16:28:15] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:15] [Client thread/ERROR]: @ Post render [16:28:15] [Client thread/ERROR]: 1285: Out of memory [16:28:15] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:15] [Client thread/ERROR]: @ Post render [16:28:15] [Client thread/ERROR]: 1285: Out of memory [16:28:15] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:15] [Client thread/ERROR]: @ Post render [16:28:15] [Client thread/ERROR]: 1285: Out of memory [16:28:15] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:15] [Client thread/ERROR]: @ Post render [16:28:15] [Client thread/ERROR]: 1285: Out of memory [16:28:15] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:15] [Client thread/ERROR]: @ Post render [16:28:15] [Client thread/ERROR]: 1285: Out of memory [16:28:15] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:15] [Client thread/ERROR]: @ Post render [16:28:15] [Client thread/ERROR]: 1285: Out of memory [16:28:15] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:15] [Client thread/ERROR]: @ Post render [16:28:15] [Client thread/ERROR]: 1285: Out of memory [16:28:15] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:15] [Client thread/ERROR]: @ Post render [16:28:15] [Client thread/ERROR]: 1285: Out of memory [16:28:15] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:15] [Client thread/ERROR]: @ Post render [16:28:15] [Client thread/ERROR]: 1285: Out of memory [16:28:15] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:15] [Client thread/ERROR]: @ Post render [16:28:15] [Client thread/ERROR]: 1285: Out of memory [16:28:15] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:15] [Client thread/ERROR]: @ Post render [16:28:15] [Client thread/ERROR]: 1285: Out of memory [16:28:15] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:15] [Client thread/ERROR]: @ Post render [16:28:15] [Client thread/ERROR]: 1285: Out of memory [16:28:15] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:15] [Client thread/ERROR]: @ Post render [16:28:15] [Client thread/ERROR]: 1285: Out of memory [16:28:15] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:15] [Client thread/ERROR]: @ Post render [16:28:15] [Client thread/ERROR]: 1285: Out of memory [16:28:15] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:15] [Client thread/ERROR]: @ Post render [16:28:15] [Client thread/ERROR]: 1285: Out of memory [16:28:15] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:15] [Client thread/ERROR]: @ Post render [16:28:15] [Client thread/ERROR]: 1285: Out of memory [16:28:15] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:15] [Client thread/ERROR]: @ Post render [16:28:15] [Client thread/ERROR]: 1285: Out of memory [16:28:15] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:15] [Client thread/ERROR]: @ Post render [16:28:15] [Client thread/ERROR]: 1285: Out of memory [16:28:15] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:15] [Client thread/ERROR]: @ Post render [16:28:15] [Client thread/ERROR]: 1285: Out of memory [16:28:15] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:15] [Client thread/ERROR]: @ Post render [16:28:15] [Client thread/ERROR]: 1285: Out of memory [16:28:15] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:15] [Client thread/ERROR]: @ Post render [16:28:15] [Client thread/ERROR]: 1285: Out of memory [16:28:15] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:15] [Client thread/ERROR]: @ Post render [16:28:15] [Client thread/ERROR]: 1285: Out of memory [16:28:15] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:15] [Client thread/ERROR]: @ Post render [16:28:15] [Client thread/ERROR]: 1285: Out of memory [16:28:15] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:15] [Client thread/ERROR]: @ Post render [16:28:15] [Client thread/ERROR]: 1285: Out of memory [16:28:15] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:15] [Client thread/ERROR]: @ Post render [16:28:15] [Client thread/ERROR]: 1285: Out of memory [16:28:15] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:15] [Client thread/ERROR]: @ Post render [16:28:15] [Client thread/ERROR]: 1285: Out of memory [16:28:16] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:16] [Client thread/ERROR]: @ Post render [16:28:16] [Client thread/ERROR]: 1285: Out of memory [16:28:16] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:16] [Client thread/ERROR]: @ Post render [16:28:16] [Client thread/ERROR]: 1285: Out of memory [16:28:16] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:16] [Client thread/ERROR]: @ Post render [16:28:16] [Client thread/ERROR]: 1285: Out of memory [16:28:16] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:16] [Client thread/ERROR]: @ Post render [16:28:16] [Client thread/ERROR]: 1285: Out of memory [16:28:16] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:16] [Client thread/ERROR]: @ Post render [16:28:16] [Client thread/ERROR]: 1285: Out of memory [16:28:16] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:16] [Client thread/ERROR]: @ Post render [16:28:16] [Client thread/ERROR]: 1285: Out of memory [16:28:16] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:16] [Client thread/ERROR]: @ Post render [16:28:16] [Client thread/ERROR]: 1285: Out of memory [16:28:16] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:16] [Client thread/ERROR]: @ Post render [16:28:16] [Client thread/ERROR]: 1285: Out of memory [16:28:16] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:16] [Client thread/ERROR]: @ Post render [16:28:16] [Client thread/ERROR]: 1285: Out of memory [16:28:16] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:16] [Client thread/ERROR]: @ Post render [16:28:16] [Client thread/ERROR]: 1285: Out of memory [16:28:16] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:16] [Client thread/ERROR]: @ Post render [16:28:16] [Client thread/ERROR]: 1285: Out of memory [16:28:16] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:16] [Client thread/ERROR]: @ Post render [16:28:16] [Client thread/ERROR]: 1285: Out of memory [16:28:16] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:16] [Client thread/ERROR]: @ Post render [16:28:16] [Client thread/ERROR]: 1285: Out of memory [16:28:16] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:16] [Client thread/ERROR]: @ Post render [16:28:16] [Client thread/ERROR]: 1285: Out of memory [16:28:16] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:16] [Client thread/ERROR]: @ Post render [16:28:16] [Client thread/ERROR]: 1285: Out of memory [16:28:16] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:16] [Client thread/ERROR]: @ Post render [16:28:16] [Client thread/ERROR]: 1285: Out of memory [16:28:16] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:16] [Client thread/ERROR]: @ Post render [16:28:16] [Client thread/ERROR]: 1285: Out of memory [16:28:16] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:16] [Client thread/ERROR]: @ Post render [16:28:16] [Client thread/ERROR]: 1285: Out of memory [16:28:16] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:16] [Client thread/ERROR]: @ Post render [16:28:16] [Client thread/ERROR]: 1285: Out of memory [16:28:16] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:16] [Client thread/ERROR]: @ Post render [16:28:16] [Client thread/ERROR]: 1285: Out of memory [16:28:16] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:16] [Client thread/ERROR]: @ Post render [16:28:16] [Client thread/ERROR]: 1285: Out of memory [16:28:16] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:16] [Client thread/ERROR]: @ Post render [16:28:16] [Client thread/ERROR]: 1285: Out of memory [16:28:16] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:16] [Client thread/ERROR]: @ Post render [16:28:16] [Client thread/ERROR]: 1285: Out of memory [16:28:16] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:16] [Client thread/ERROR]: @ Post render [16:28:16] [Client thread/ERROR]: 1285: Out of memory [16:28:16] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:16] [Client thread/ERROR]: @ Post render [16:28:16] [Client thread/ERROR]: 1285: Out of memory [16:28:16] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:16] [Client thread/ERROR]: @ Post render [16:28:16] [Client thread/ERROR]: 1285: Out of memory [16:28:16] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:16] [Client thread/ERROR]: @ Post render [16:28:16] [Client thread/ERROR]: 1285: Out of memory [16:28:16] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:16] [Client thread/ERROR]: @ Post render [16:28:16] [Client thread/ERROR]: 1285: Out of memory [16:28:16] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:16] [Client thread/ERROR]: @ Post render [16:28:16] [Client thread/ERROR]: 1285: Out of memory [16:28:16] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:16] [Client thread/ERROR]: @ Post render [16:28:16] [Client thread/ERROR]: 1285: Out of memory [16:28:17] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:17] [Client thread/ERROR]: @ Post render [16:28:17] [Client thread/ERROR]: 1285: Out of memory [16:28:17] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:17] [Client thread/ERROR]: @ Post render [16:28:17] [Client thread/ERROR]: 1285: Out of memory [16:28:17] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:17] [Client thread/ERROR]: @ Post render [16:28:17] [Client thread/ERROR]: 1285: Out of memory [16:28:17] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:17] [Client thread/ERROR]: @ Post render [16:28:17] [Client thread/ERROR]: 1285: Out of memory [16:28:17] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:17] [Client thread/ERROR]: @ Post render [16:28:17] [Client thread/ERROR]: 1285: Out of memory [16:28:17] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:17] [Client thread/ERROR]: @ Post render [16:28:17] [Client thread/ERROR]: 1285: Out of memory [16:28:17] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:17] [Client thread/ERROR]: @ Post render [16:28:17] [Client thread/ERROR]: 1285: Out of memory [16:28:17] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:17] [Client thread/ERROR]: @ Post render [16:28:17] [Client thread/ERROR]: 1285: Out of memory [16:28:17] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:17] [Client thread/ERROR]: @ Post render [16:28:17] [Client thread/ERROR]: 1285: Out of memory [16:28:17] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:17] [Client thread/ERROR]: @ Post render [16:28:17] [Client thread/ERROR]: 1285: Out of memory [16:28:17] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:17] [Client thread/ERROR]: @ Post render [16:28:17] [Client thread/ERROR]: 1285: Out of memory [16:28:17] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:17] [Client thread/ERROR]: @ Post render [16:28:17] [Client thread/ERROR]: 1285: Out of memory [16:28:17] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:17] [Client thread/ERROR]: @ Post render [16:28:17] [Client thread/ERROR]: 1285: Out of memory [16:28:17] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:17] [Client thread/ERROR]: @ Post render [16:28:17] [Client thread/ERROR]: 1285: Out of memory [16:28:17] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:17] [Client thread/ERROR]: @ Post render [16:28:17] [Client thread/ERROR]: 1285: Out of memory [16:28:17] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:17] [Client thread/ERROR]: @ Post render [16:28:17] [Client thread/ERROR]: 1285: Out of memory [16:28:17] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:17] [Client thread/ERROR]: @ Post render [16:28:17] [Client thread/ERROR]: 1285: Out of memory [16:28:17] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:17] [Client thread/ERROR]: @ Post render [16:28:17] [Client thread/ERROR]: 1285: Out of memory [16:28:17] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:17] [Client thread/ERROR]: @ Post render [16:28:17] [Client thread/ERROR]: 1285: Out of memory [16:28:17] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:17] [Client thread/ERROR]: @ Post render [16:28:17] [Client thread/ERROR]: 1285: Out of memory [16:28:17] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:17] [Client thread/ERROR]: @ Post render [16:28:17] [Client thread/ERROR]: 1285: Out of memory [16:28:17] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:17] [Client thread/ERROR]: @ Post render [16:28:17] [Client thread/ERROR]: 1285: Out of memory [16:28:17] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:17] [Client thread/ERROR]: @ Post render [16:28:17] [Client thread/ERROR]: 1285: Out of memory [16:28:17] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:17] [Client thread/ERROR]: @ Post render [16:28:17] [Client thread/ERROR]: 1285: Out of memory [16:28:17] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:17] [Client thread/ERROR]: @ Post render [16:28:17] [Client thread/ERROR]: 1285: Out of memory [16:28:17] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:17] [Client thread/ERROR]: @ Post render [16:28:17] [Client thread/ERROR]: 1285: Out of memory [16:28:17] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:17] [Client thread/ERROR]: @ Post render [16:28:17] [Client thread/ERROR]: 1285: Out of memory [16:28:17] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:17] [Client thread/ERROR]: @ Post render [16:28:17] [Client thread/ERROR]: 1285: Out of memory [16:28:17] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:17] [Client thread/ERROR]: @ Post render [16:28:17] [Client thread/ERROR]: 1285: Out of memory [16:28:17] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:17] [Client thread/ERROR]: @ Post render [16:28:17] [Client thread/ERROR]: 1285: Out of memory [16:28:18] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:18] [Client thread/ERROR]: @ Post render [16:28:18] [Client thread/ERROR]: 1285: Out of memory [16:28:18] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:18] [Client thread/ERROR]: @ Post render [16:28:18] [Client thread/ERROR]: 1285: Out of memory [16:28:18] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:18] [Client thread/ERROR]: @ Post render [16:28:18] [Client thread/ERROR]: 1285: Out of memory [16:28:18] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:18] [Client thread/ERROR]: @ Post render [16:28:18] [Client thread/ERROR]: 1285: Out of memory [16:28:18] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:18] [Client thread/ERROR]: @ Post render [16:28:18] [Client thread/ERROR]: 1285: Out of memory [16:28:18] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:18] [Client thread/ERROR]: @ Post render [16:28:18] [Client thread/ERROR]: 1285: Out of memory [16:28:18] [Client thread/ERROR]: ########## GL ERROR ########## [16:28:18] [Client thread/ERROR]: @ Post render [16:28:18] [Client thread/ERROR]: 1285: Out of memory [16:28:18] [Client thread/INFO]: Stopping! [16:28:18] [Client thread/INFO]: SoundSystem shutting down... [16:28:18] [Client thread/WARN]: Author: Paul Lamb, www.paulscode.com
-
-
It's been awhile since I last posted, but anyways...
So I am running the latest forge and about 60 mods in my game (using the curse client). The modlist is below:
SpoilerAlbedo
Albedo Compat
Albedo Torches
Applied Energetics 2
BlakeAlbedo
Chisel
Chisel and Bits
Forge Multipart CDE
CodeChickenLib1.8+
CoFH core
Thermal Foundation
Thermal Expansion
Thermal Dynamics
Immersive Engineering
Immersive Petroleum
Immersive Railroading
CoFH World
ConnectedTexturesMod
Colored Lights
Colored Redstone
Enderio
Ender core
JourneyMap
Just Enough Items
The one probe
McJTY lib
MrTJP core
Projectred (all)
RFTools
RFTools power
RFTools control
TrackAPI
WeissAlbedo
(I have some disabled mods i only listed active)
Now, whenever I either start the game or open my inventory to one of Immersive Railroading's tabs, my game runs out of memory with the following error:
Spoiler[15:50:28] [Client thread/ERROR]: ########## GL ERROR ########## [15:50:28] [Client thread/ERROR]: @ Post render [15:50:28] [Client thread/ERROR]: 1285: Out of memory [15:50:28] [Client thread/ERROR]: ########## GL ERROR ########## [15:50:28] [Client thread/ERROR]: @ Pre render [15:50:28] [Client thread/ERROR]: 1285: Out of memory
The latest time I played my custom pack has a log of this:
Spoiler[15:46:30] [main/INFO]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker [15:46:30] [main/INFO]: Using primary tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker [15:46:30] [main/INFO]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLTweaker [15:46:30] [main/INFO]: Forge Mod Loader version 14.23.5.2796 for Minecraft 1.12.2 loading [15:46:30] [main/INFO]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_51, running on Windows 10:amd64:10.0, installed at C:\Users\esflo\Documents\Curse\Minecraft\Install\runtime\jre-x64\1.8.0_51 [15:46:32] [main/INFO]: Searching C:\Users\esflo\Documents\Curse\Minecraft\Instances\subway systems\mods for mods [15:46:32] [main/INFO]: Searching C:\Users\esflo\Documents\Curse\Minecraft\Instances\subway systems\mods\1.12.2 for mods [15:46:32] [main/WARN]: Found FMLCorePluginContainsFMLMod marker in albedo-0.1.3.jar. This is not recommended, @Mods should be in a separate jar from the coremod. [15:46:32] [main/WARN]: The coremod FMLPlugin (elucent.albedo.asm.FMLPlugin) is not signed! [15:46:32] [main/INFO]: Loading tweaker codechicken.asm.internal.Tweaker from ChickenASM-1.12-1.0.2.7.jar [15:46:32] [main/WARN]: Found FMLCorePluginContainsFMLMod marker in CTM-MC1.12.2-0.3.3.22.jar. This is not recommended, @Mods should be in a separate jar from the coremod. [15:46:32] [main/WARN]: The coremod team.chisel.ctm.client.asm.CTMCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft [15:46:32] [main/WARN]: The coremod CTMCorePlugin (team.chisel.ctm.client.asm.CTMCorePlugin) is not signed! [15:46:32] [main/WARN]: Found FMLCorePluginContainsFMLMod marker in EnderCore-1.12.2-0.5.43.jar. This is not recommended, @Mods should be in a separate jar from the coremod. [15:46:32] [main/WARN]: The coremod blusunrize.immersiveengineering.common.asm.IELoadingPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft [15:46:32] [main/INFO]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker [15:46:32] [main/INFO]: Loading tweak class name codechicken.asm.internal.Tweaker [15:46:32] [main/INFO]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLDeobfTweaker [15:46:32] [main/INFO]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker [15:46:32] [main/INFO]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker [15:46:32] [main/INFO]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper [15:46:34] [main/INFO]: Found valid fingerprint for Minecraft Forge. Certificate fingerprint e3c3d50c7c986df74c645c0ac54639741c90a557 [15:46:34] [main/INFO]: Found valid fingerprint for Minecraft. Certificate fingerprint cd99959656f753dc28d863b46769f7f8fbaefcfc [15:46:34] [main/INFO]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper [15:46:34] [main/INFO]: Calling tweak class codechicken.asm.internal.Tweaker [15:46:34] [main/INFO]: [codechicken.asm.internal.Tweaker:injectIntoClassLoader:30]: false [15:46:34] [main/INFO]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLDeobfTweaker [15:46:34] [main/INFO]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper [15:46:34] [main/INFO]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper [15:46:34] [main/INFO]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper [15:46:34] [main/INFO]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper [15:46:34] [main/INFO]: Loading tweak class name net.minecraftforge.fml.common.launcher.TerminalTweaker [15:46:34] [main/INFO]: Calling tweak class net.minecraftforge.fml.common.launcher.TerminalTweaker [15:46:34] [main/INFO]: Launching wrapped minecraft {net.minecraft.client.main.Main} [15:46:34] [main/INFO]: Transforming net.minecraft.entity.player.EntityPlayer finished, added func_184613_cA() overriding EntityLivingBase [15:46:35] [main/INFO]: [elucent.albedo.asm.ASMTransformer:patchProfilerASM:408]: Successfully loaded Profiler ASM! [15:46:35] [main/INFO]: [elucent.albedo.asm.ASMTransformer:patchForgeHooksASM:89]: Successfully patched ForgeHooksClient! [15:46:35] [main/INFO]: [team.chisel.ctm.client.asm.CTMTransformer:preTransform:230]: Transforming Class [net.minecraftforge.client.ForgeHooksClient], Method [getDamageModel] [15:46:35] [main/INFO]: [team.chisel.ctm.client.asm.CTMTransformer:finishTransform:242]: Transforming net.minecraftforge.client.ForgeHooksClient Finished. [15:46:35] [Client thread/INFO]: Setting user: Animus_Surge [15:46:35] [Client thread/INFO]: [team.chisel.ctm.client.asm.CTMTransformer:preTransform:230]: Transforming Class [net.minecraft.block.Block], Method [getExtendedState] [15:46:35] [Client thread/INFO]: [team.chisel.ctm.client.asm.CTMTransformer:finishTransform:242]: Transforming net.minecraft.block.Block Finished. [15:46:37] [Client thread/INFO]: Transforming Class [net.minecraft.entity.ai.EntityAICreeperSwell], Method [func_75246_d] [15:46:37] [Client thread/INFO]: Transforming net.minecraft.entity.ai.EntityAICreeperSwell Finished. [15:46:38] [Client thread/INFO]: Transforming Class [net.minecraft.inventory.ContainerFurnace], Method [func_82846_b] [15:46:38] [Client thread/INFO]: Transforming net.minecraft.inventory.ContainerFurnace Finished. [15:46:38] [Client thread/WARN]: Skipping bad option: lastServer: [15:46:38] [Client thread/INFO]: LWJGL Version: 2.9.4 [15:46:39] [Client thread/INFO]: [elucent.albedo.asm.ASMTransformer:patchGlStateManagerASM:240]: Successfully loaded GlStateManager ASM! [15:46:39] [Client thread/INFO]: [elucent.albedo.asm.ASMTransformer:patchGlStateManagerASM:247]: Successfully loaded GlStateManager ASM! [15:46:39] [Client thread/INFO]: -- System Details -- Details: Minecraft Version: 1.12.2 Operating System: Windows 10 (amd64) version 10.0 Java Version: 1.8.0_51, Oracle Corporation Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation Memory: 598078360 bytes (570 MB) / 817364992 bytes (779 MB) up to 11453595648 bytes (10923 MB) JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx12288m -Xms256m -XX:PermSize=256m IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0 FML: Loaded coremods (and transformers): EnderCorePlugin (EnderCore-1.12.2-0.5.43.jar) com.enderio.core.common.transform.EnderCoreTransformer com.enderio.core.common.transform.SimpleMixinPatcher FMLPlugin (albedo-0.1.3.jar) elucent.albedo.asm.ASMTransformer IELoadingPlugin (ImmersiveEngineering-core-0.12-88.jar) blusunrize.immersiveengineering.common.asm.IEClassTransformer CTMCorePlugin (CTM-MC1.12.2-0.3.3.22.jar) team.chisel.ctm.client.asm.CTMTransformer GL info: ' Vendor: 'Intel' Version: '4.3.0 - Build 20.19.15.5058' Renderer: 'Intel(R) HD Graphics 4600' [15:46:39] [Client thread/INFO]: MinecraftForge v14.23.5.2796 Initialized [15:46:39] [Client thread/INFO]: Starts to replace vanilla recipe ingredients with ore ingredients. [15:46:39] [Client thread/INFO]: Replaced 1036 ore ingredients [15:46:40] [Client thread/INFO]: Searching C:\Users\esflo\Documents\Curse\Minecraft\Instances\subway systems\mods for mods [15:46:40] [Client thread/INFO]: Searching C:\Users\esflo\Documents\Curse\Minecraft\Instances\subway systems\mods\1.12.2 for mods [15:46:41] [Thread-3/INFO]: Using sync timing. 200 frames of Display.update took 668141537 nanos [15:46:42] [Client thread/WARN]: Mod codechickenlib is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 3.2.2.353 [15:46:43] [Client thread/WARN]: Mod microblockcbe is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 2.6.0.79 [15:46:43] [Client thread/WARN]: Mod forgemultipartcbe is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 2.6.0.79 [15:46:43] [Client thread/WARN]: Mod minecraftmultipartcbe is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 2.6.0.79 [15:46:43] [Client thread/WARN]: Mod mrtjpcore is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 2.1.3.35 [15:46:43] [Client thread/WARN]: Mod projectred-core is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 4.9.1.92 [15:46:43] [Client thread/INFO]: Mod projectred-compat is missing the required element 'name'. Substituting projectred-compat [15:46:43] [Client thread/WARN]: Mod projectred-compat is missing the required element 'version' and no fallback can be found. Substituting '1.0'. [15:46:43] [Client thread/WARN]: Mod projectred-fabrication is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 4.9.1.92 [15:46:44] [Client thread/WARN]: Mod projectred-integration is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 4.9.1.92 [15:46:44] [Client thread/WARN]: Mod projectred-transmission is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 4.9.1.92 [15:46:44] [Client thread/WARN]: Mod projectred-illumination is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 4.9.1.92 [15:46:44] [Client thread/WARN]: Mod projectred-expansion is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 4.9.1.92 [15:46:44] [Client thread/WARN]: Mod projectred-relocation is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 4.9.1.92 [15:46:44] [Client thread/WARN]: Mod projectred-transportation is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 4.9.1.92 [15:46:44] [Client thread/WARN]: Mod projectred-exploration is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 4.9.1.92 [15:46:44] [Client thread/INFO]: Disabling mod weissalbedoserver it is server side only. [15:46:45] [Client thread/INFO]: Forge Mod Loader has identified 60 mods to load [15:46:45] [Client thread/INFO]: FML has found a non-mod file AutoSave-1.12.2-1.0.8.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible. [15:46:45] [Client thread/INFO]: FML has found a non-mod file AutoConfig-1.12.2-1.0.1.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible. [15:46:46] [Client thread/INFO]: Attempting connection with missing mods [minecraft, mcp, FML, forge, albedocore, albedo, albedocompat, albedotorches, appliedenergistics2, blakealbedo, chisel, chiselsandbits, codechickenlib, cofhcore, cofhworld, coloredredstone, coloredlights, ctm, endercore, enderio, enderiobase, enderioconduits, enderioconduitsappliedenergistics, enderioconduitsopencomputers, enderioconduitsrefinedstorage, enderiointegrationforestry, enderiointegrationtic, enderiointegrationticlate, enderiomachines, enderiopowertools, microblockcbe, forgemultipartcbe, minecraftmultipartcbe, immersivepetroleum, immersiverailroading, jei, journeymap, mcjtylib_ng, mrtjpcore, projectred-core, projectred-compat, projectred-fabrication, projectred-integration, projectred-transmission, projectred-illumination, projectred-expansion, projectred-relocation, projectred-transportation, projectred-exploration, redstoneflux, rftools, rftoolscontrol, rftoolspower, theoneprobe, thermaldynamics, thermalexpansion, thermalfoundation, trackapi, weissalbedo, immersiveengineering] at CLIENT [15:46:46] [Client thread/INFO]: Attempting connection with missing mods [minecraft, mcp, FML, forge, albedocore, albedo, albedocompat, albedotorches, appliedenergistics2, blakealbedo, chisel, chiselsandbits, codechickenlib, cofhcore, cofhworld, coloredredstone, coloredlights, ctm, endercore, enderio, enderiobase, enderioconduits, enderioconduitsappliedenergistics, enderioconduitsopencomputers, enderioconduitsrefinedstorage, enderiointegrationforestry, enderiointegrationtic, enderiointegrationticlate, enderiomachines, enderiopowertools, microblockcbe, forgemultipartcbe, minecraftmultipartcbe, immersivepetroleum, immersiverailroading, jei, journeymap, mcjtylib_ng, mrtjpcore, projectred-core, projectred-compat, projectred-fabrication, projectred-integration, projectred-transmission, projectred-illumination, projectred-expansion, projectred-relocation, projectred-transportation, projectred-exploration, redstoneflux, rftools, rftoolscontrol, rftoolspower, theoneprobe, thermaldynamics, thermalexpansion, thermalfoundation, trackapi, weissalbedo, immersiveengineering] at SERVER [15:46:47] [Client thread/INFO]: [team.chisel.ctm.client.asm.CTMTransformer:preTransform:230]: Transforming Class [net.minecraft.client.renderer.texture.TextureMap], Method [registerSprite] [15:46:47] [Client thread/INFO]: [team.chisel.ctm.client.asm.CTMTransformer:finishTransform:242]: Transforming net.minecraft.client.renderer.texture.TextureMap Finished. [15:46:47] [Client thread/WARN]: **************************************** [15:46:47] [Client thread/WARN]: * Could not determine owning mod for @EventBusSubscriber on weissmoon.albedo.entity.EntityBurning for mod weissalbedo [15:46:47] [Client thread/WARN]: * at net.minecraftforge.fml.common.AutomaticEventSubscriber.inject(AutomaticEventSubscriber.java:71) [15:46:47] [Client thread/WARN]: * at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:599) [15:46:47] [Client thread/WARN]: * at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [15:46:47] [Client thread/WARN]: * at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [15:46:47] [Client thread/WARN]: * at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [15:46:47] [Client thread/WARN]: * at java.lang.reflect.Method.invoke(Method.java:497)... [15:46:47] [Client thread/WARN]: **************************************** [15:46:47] [Client thread/WARN]: **************************************** [15:46:47] [Client thread/WARN]: * Could not determine owning mod for @EventBusSubscriber on weissmoon.albedo.tile.BeaconColoringLight for mod weissalbedo [15:46:47] [Client thread/WARN]: * at net.minecraftforge.fml.common.AutomaticEventSubscriber.inject(AutomaticEventSubscriber.java:71) [15:46:47] [Client thread/WARN]: * at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:599) [15:46:47] [Client thread/WARN]: * at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [15:46:47] [Client thread/WARN]: * at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [15:46:47] [Client thread/WARN]: * at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [15:46:47] [Client thread/WARN]: * at java.lang.reflect.Method.invoke(Method.java:497)... [15:46:47] [Client thread/WARN]: **************************************** [15:46:47] [Client thread/WARN]: **************************************** [15:46:47] [Client thread/WARN]: * Could not determine owning mod for @EventBusSubscriber on weissmoon.albedo.entity.CreeperCharged for mod weissalbedo [15:46:47] [Client thread/WARN]: * at net.minecraftforge.fml.common.AutomaticEventSubscriber.inject(AutomaticEventSubscriber.java:71) [15:46:47] [Client thread/WARN]: * at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:599) [15:46:47] [Client thread/WARN]: * at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [15:46:47] [Client thread/WARN]: * at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [15:46:47] [Client thread/WARN]: * at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [15:46:47] [Client thread/WARN]: * at java.lang.reflect.Method.invoke(Method.java:497)... [15:46:47] [Client thread/WARN]: **************************************** [15:46:50] [Client thread/INFO]: [team.chisel.ctm.client.asm.CTMTransformer:preTransform:230]: Transforming Class [net.minecraft.client.renderer.texture.TextureAtlasSprite], Method [updateAnimationInterpolated] [15:46:50] [Client thread/INFO]: [team.chisel.ctm.client.asm.CTMTransformer:finishTransform:242]: Transforming net.minecraft.client.renderer.texture.TextureAtlasSprite Finished. [15:46:54] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Albedo, FMLFileResourcePack:Albedo Compat, FMLFileResourcePack:Albedo Torches, FMLFileResourcePack:Applied Energistics 2, FMLFileResourcePack:BlakeAlbedo, FMLFileResourcePack:Chisel, FMLFileResourcePack:Chisels & Bits, FMLFileResourcePack:CodeChicken Lib, FMLFileResourcePack:CoFH Core, FMLFileResourcePack:CoFH World, FMLFileResourcePack:Colored Redstone, FMLFileResourcePack:ColoredLights, FMLFileResourcePack:CTM, FMLFileResourcePack:EnderCore, FMLFileResourcePack:Ender IO, FMLFileResourcePack:Ender IO Base, FMLFileResourcePack:Ender IO Conduits, FMLFileResourcePack:Ender IO Applied Energistics Conduits, FMLFileResourcePack:Ender IO Open Computers Conduits, FMLFileResourcePack:Ender IO Refined Storage Conduits, FMLFileResourcePack:Ender IO Integration with Forestry, FMLFileResourcePack:Ender IO Integration with Tinkers' Construct, FMLFileResourcePack:Ender IO Integration with Tinkers' Construct, FMLFileResourcePack:Ender IO Machines, FMLFileResourcePack:Ender IO Powertools, FMLFileResourcePack:Forge Microblocks, FMLFileResourcePack:Forge Multipart CBE, FMLFileResourcePack:Minecraft Multipart Plugin, FMLFileResourcePack:Immersive Petroleum, FMLFileResourcePack:Immersive Railroading, FMLFileResourcePack:Just Enough Items, FMLFileResourcePack:JourneyMap, FMLFileResourcePack:McJtyLib, FMLFileResourcePack:MrTJPCore, FMLFileResourcePack:ProjectRed Core, FMLFileResourcePack:projectred-compat, FMLFileResourcePack:ProjectRed Fabrication, FMLFileResourcePack:ProjectRed integration, FMLFileResourcePack:ProjectRed Transmission, FMLFileResourcePack:ProjectRed Illumination, FMLFileResourcePack:ProjectRed Expansion, FMLFileResourcePack:ProjectRed Relocation, FMLFileResourcePack:ProjectRed Transportation, FMLFileResourcePack:ProjectRed Exploration, FMLFileResourcePack:Redstone Flux, FMLFileResourcePack:RFTools, FMLFileResourcePack:RFTools Control, FMLFileResourcePack:RFToolsPower, FMLFileResourcePack:The One Probe, FMLFileResourcePack:Thermal Dynamics, FMLFileResourcePack:Thermal Expansion, FMLFileResourcePack:Thermal Foundation, FMLFileResourcePack:Track API, FMLFileResourcePack:Weiss Albedo, FMLFileResourcePack:Immersive Engineering, Amtrak+.zip [15:46:54] [Client thread/INFO]: [elucent.albedo.asm.ASMTransformer:patchRenderItemASM:139]: Successfully loaded RenderItem ASM! [15:46:54] [Client thread/INFO]: Transforming Class [net.minecraft.client.renderer.RenderItem], Method [func_180453_a, func_184391_a] [15:46:54] [Client thread/INFO]: Transforming net.minecraft.client.renderer.RenderItem Finished. [15:46:55] [Client thread/INFO]: Processing ObjectHolder annotations [15:46:55] [Client thread/INFO]: Found 1262 ObjectHolder annotations [15:46:55] [Client thread/INFO]: Identifying ItemStackHolder annotations [15:46:55] [Client thread/INFO]: Found 8 ItemStackHolder annotations [15:46:55] [Client thread/INFO]: Forge Energy integration loaded [15:46:55] [Client thread/INFO]: Configured a dormant chunk cache size of 0 [15:46:55] [Forge Version Check/INFO]: [cofhcore] Starting version check at https://raw.github.com/cofh/version/master/cofhcore_update.json [15:46:55] [Client thread/WARN]: Potentially Dangerous alternative prefix `minecraft` for name `tileentitycolortorch`, expected `albedotorches`. This could be a intended override, but in most cases indicates a broken mod. [15:46:55] [Client thread/INFO]: [elucent.albedo.util.ShaderUtil:readFileAsString:78]: Loading shader [/assets/albedo/shaders/fastlight.vs]... [15:46:55] [Client thread/INFO]: [elucent.albedo.util.ShaderUtil:readFileAsString:78]: Loading shader [/assets/albedo/shaders/fastlight.fs]... [15:46:55] [Client thread/INFO]: [elucent.albedo.util.ShaderUtil:readFileAsString:78]: Loading shader [/assets/albedo/shaders/entitylight.vs]... [15:46:55] [Client thread/INFO]: [elucent.albedo.util.ShaderUtil:readFileAsString:78]: Loading shader [/assets/albedo/shaders/entitylight.fs]... [15:46:55] [Client thread/INFO]: [elucent.albedo.util.ShaderUtil:readFileAsString:78]: Loading shader [/assets/albedo/shaders/depth.vs]... [15:46:55] [Client thread/INFO]: [elucent.albedo.util.ShaderUtil:readFileAsString:78]: Loading shader [/assets/albedo/shaders/depth.fs]... [15:46:56] [Client thread/INFO]: Pre Initialization ( started ) [15:46:56] [Forge Version Check/INFO]: [cofhcore] Found status: UP_TO_DATE Target: null [15:46:56] [Forge Version Check/INFO]: [codechickenlib] Starting version check at http://chickenbones.net/Files/notification/version.php?query=forge&version=1.12&file=CodeChickenLib [15:46:56] [Forge Version Check/INFO]: [codechickenlib] Found status: BETA Target: null [15:46:56] [Forge Version Check/INFO]: [thermaldynamics] Starting version check at https://raw.github.com/cofh/version/master/thermaldynamics_update.json [15:46:56] [Forge Version Check/INFO]: [thermaldynamics] Found status: UP_TO_DATE Target: null [15:46:56] [Forge Version Check/INFO]: [cofhworld] Starting version check at https://raw.github.com/cofh/version/master/cofhworld_update.json [15:46:56] [Forge Version Check/INFO]: [cofhworld] Found status: AHEAD Target: null [15:46:56] [Forge Version Check/INFO]: [immersiveengineering] Starting version check at https://raw.githubusercontent.com/BluSunrize/ImmersiveEngineering/master/changelog.json [15:46:56] [Forge Version Check/INFO]: [immersiveengineering] Found status: UP_TO_DATE Target: null [15:46:56] [Forge Version Check/INFO]: [forge] Starting version check at http://files.minecraftforge.net/maven/net/minecraftforge/forge/promotions_slim.json [15:46:56] [Forge Version Check/INFO]: [forge] Found status: AHEAD Target: null [15:46:56] [Forge Version Check/INFO]: [thermalfoundation] Starting version check at https://raw.github.com/cofh/version/master/thermalfoundation_update.json [15:46:56] [Forge Version Check/INFO]: [thermalfoundation] Found status: UP_TO_DATE Target: null [15:46:56] [Forge Version Check/INFO]: [thermalexpansion] Starting version check at https://raw.github.com/cofh/version/master/thermalexpansion_update.json [15:46:56] [Forge Version Check/INFO]: [thermalexpansion] Found status: UP_TO_DATE Target: null [15:46:59] [Client thread/INFO]: [elucent.albedo.asm.ASMTransformer:patchTERendererASM:297]: Successfully loaded TileEntityRendererDispatcher ASM! [15:46:59] [Client thread/INFO]: [elucent.albedo.asm.ASMTransformer:patchRenderManagerASM:352]: Successfully loaded RenderManager ASM! [15:46:59] [Client thread/INFO]: [team.chisel.ctm.client.asm.CTMTransformer:preTransform:230]: Transforming Class [net.minecraftforge.client.model.ModelLoader$VanillaModelWrapper], Method [getTextures] [15:46:59] [Client thread/INFO]: [team.chisel.ctm.client.asm.CTMTransformer:finishTransform:242]: Transforming net.minecraftforge.client.model.ModelLoader$VanillaModelWrapper Finished. [15:47:00] [Client thread/INFO]: Starting AE2 VersionChecker [15:47:00] [Client thread/INFO]: Pre Initialization ( ended after 4437ms ) [15:47:00] [AE2 VersionChecker/INFO]: Last check was just recently. [15:47:00] [AE2 VersionChecker/INFO]: Stopping AE2 VersionChecker [15:47:00] [Client thread/INFO]: Applying holder lookups [15:47:00] [Client thread/INFO]: Holder lookups applied [15:47:00] [Client thread/WARN]: Potentially Dangerous alternative prefix `minecraft` for name `mod.chiselsandbits.tileentitychiseled`, expected `chiselsandbits`. This could be a intended override, but in most cases indicates a broken mod. [15:47:00] [Client thread/WARN]: Potentially Dangerous alternative prefix `minecraft` for name `mod.chiselsandbits.tileentitychiseled.tesr`, expected `chiselsandbits`. This could be a intended override, but in most cases indicates a broken mod. [15:47:00] [Client thread/WARN]: Potentially Dangerous alternative prefix `minecraft` for name `mod.chiselsandbits.tileentitybittank`, expected `chiselsandbits`. This could be a intended override, but in most cases indicates a broken mod. [15:47:01] [Client thread/INFO]: Registering default Feature Templates... [15:47:01] [Client thread/INFO]: Registering default World Generators... [15:47:01] [Client thread/INFO]: Verifying or creating base world generation directory... [15:47:01] [Client thread/INFO]: Complete. [15:47:04] [Client thread/WARN]: Potentially Dangerous alternative prefix `minecraft` for name `redstone_wire`, expected `coloredredstone`. This could be a intended override, but in most cases indicates a broken mod. [15:47:04] [Client thread/WARN]: Potentially Dangerous alternative prefix `minecraft` for name `powered_repeater`, expected `coloredredstone`. This could be a intended override, but in most cases indicates a broken mod. [15:47:04] [Client thread/WARN]: Potentially Dangerous alternative prefix `minecraft` for name `unpowered_repeater`, expected `coloredredstone`. This could be a intended override, but in most cases indicates a broken mod. [15:47:05] [Client thread/WARN]: Potentially Dangerous alternative prefix `minecraft` for name `powered_comparator`, expected `coloredredstone`. This could be a intended override, but in most cases indicates a broken mod. [15:47:05] [Client thread/WARN]: Potentially Dangerous alternative prefix `minecraft` for name `unpowered_comparator`, expected `coloredredstone`. This could be a intended override, but in most cases indicates a broken mod. [15:47:05] [Client thread/INFO]: Found annotation mixin: crazypants.enderio.conduits.me.conduit.MEMixin [15:47:05] [Client thread/INFO]: Registered mixin. [15:47:05] [Client thread/INFO]: Found annotation mixin: crazypants.enderio.conduits.oc.conduit.OCMixin [15:47:05] [Client thread/INFO]: Skipping mixin due to missing dependencies: [opencomputersapi|network] [15:47:05] [Client thread/INFO]: Found mixin source class data for crazypants.enderio.conduits.me.conduit.MEMixin. [15:47:06] [Client thread/INFO]: Fuel Integration: Integration for fluid 'creosote' loaded [15:47:06] [Client thread/INFO]: Fuel Integration: Integration for fluid 'coal' loaded [15:47:06] [Client thread/INFO]: Fuel Integration: Integration for fluid 'crude_oil' loaded [15:47:06] [Client thread/INFO]: Fuel Integration: Integration for fluid 'refined_oil' loaded [15:47:06] [Client thread/INFO]: Fuel Integration: Integration for fluid 'refined_fuel' loaded [15:47:06] [Client thread/INFO]: Fuel Integration: Integration for fluid 'tree_oil' loaded [15:47:06] [Client thread/INFO]: Fuel Integration: Integration for fluid 'seed_oil' loaded [15:47:06] [Client thread/INFO]: Fuel Integration: Integration for fluid 'refined_biofuel' loaded [15:47:06] [Client thread/INFO]: Fuel Integration: Integration for fluid 'cryotheum' loaded [15:47:08] [Client thread/INFO]: Patching 1 mixins onto class crazypants.enderio.conduits.conduit.TileConduitBundle [15:47:08] [Client thread/INFO]: Added methods and interfaces from class crazypants.enderio.conduits.me.conduit.MEMixin [15:47:08] [Client thread/INFO]: Successfully patched. [15:47:11] [Client thread/WARN]: Tinkers' Construct integration NOT loaded. Tinkers' Construct is not installed [15:47:11] [Client thread/WARN]: Applied Energistics conduits loaded. Let your networks connect! [15:47:11] [Client thread/WARN]: OpenComputers conduits NOT loaded. OpenComputers is not installed [15:47:11] [Client thread/WARN]: Refined Storage conduits NOT loaded. Refined Storage is not installed [15:47:11] [Client thread/WARN]: Forestry integration NOT loaded. Forestry is not installed [15:47:13] [Client thread/WARN]: Potentially Dangerous alternative prefix `ccmp` for name `saved_multipart`, expected `forgemultipartcbe`. This could be a intended override, but in most cases indicates a broken mod. [15:47:14] [Client thread/INFO]: The One Probe Detected RedstoneFlux: enabling support [15:47:14] [Client thread/INFO]: Fuel Integration: Integration for fluid 'biodiesel' loaded [15:47:16] [Client thread/INFO]: OBJLoader: Domain immersiveengineering has been added. [15:47:16] [Client thread/INFO]: Custom OBJLoader: Domain has been added: immersiveengineering [15:47:16] [Immersive Engineering Contributors Thread/INFO]: Attempting to download special revolvers from GitHub [15:47:16] [Client thread/INFO]: Fuel Integration: Integration for fluid 'oil' loaded [15:47:16] [Client thread/INFO]: Fuel Integration: Integration for fluid 'diesel' loaded [15:47:16] [Client thread/INFO]: Fuel Integration: Integration for fluid 'gasoline' loaded [15:47:16] [Client thread/INFO]: Loading stock rolling_stock/locomotives/a1_peppercorn.json [15:47:17] [Client thread/INFO]: Loading stock rolling_stock/locomotives/big_boy.json [15:47:18] [Client thread/INFO]: Loading stock rolling_stock/locomotives/k4_pacific.json [15:47:18] [Client thread/INFO]: Loading stock rolling_stock/locomotives/e6_atlantic.json [15:47:19] [Client thread/INFO]: Loading stock rolling_stock/locomotives/a5_switcher.json [15:47:19] [Client thread/INFO]: Loading stock rolling_stock/locomotives/class_38.json [15:47:19] [Client thread/INFO]: Loading stock rolling_stock/locomotives/rodgers_460.json [15:47:20] [Client thread/INFO]: Loading stock rolling_stock/locomotives/skookum.json [15:47:20] [Client thread/INFO]: Loading stock rolling_stock/locomotives/br01.json [15:47:20] [Client thread/INFO]: Loading stock rolling_stock/locomotives/cooke_mogul.json [15:47:21] [Client thread/INFO]: Loading stock rolling_stock/locomotives/k36.json [15:47:21] [Client thread/INFO]: Loading stock rolling_stock/locomotives/firefly.json [15:47:22] [Client thread/INFO]: Loading stock rolling_stock/locomotives/iron_duke.json [15:47:22] [Client thread/INFO]: Loading stock rolling_stock/locomotives/ge_40_ton_boxcab.json [15:47:22] [Client thread/INFO]: Loading stock rolling_stock/locomotives/ge_b40_8.json [15:47:22] [Client thread/INFO]: Loading stock rolling_stock/locomotives/ge_b40_8w.json [15:47:23] [Client thread/INFO]: Loading stock rolling_stock/locomotives/ge_c44_9cw.json [15:47:23] [Client thread/INFO]: Loading stock rolling_stock/locomotives/emd_sd40-2.json [15:47:23] [Client thread/INFO]: Loading stock rolling_stock/locomotives/emd_sw1500.json [15:47:23] [Client thread/INFO]: Loading stock rolling_stock/locomotives/alco_rs1.json [15:47:24] [Client thread/INFO]: Loading stock rolling_stock/tender/a1_peppercorn_tender.json [15:47:24] [Client thread/INFO]: Loading stock rolling_stock/tender/big_boy_tender.json [15:47:24] [Client thread/INFO]: Loading stock rolling_stock/tender/k4_tender.json [15:47:24] [Client thread/INFO]: Loading stock rolling_stock/tender/e6_tender.json [15:47:24] [Client thread/INFO]: Loading stock rolling_stock/tender/a5_tender.json [15:47:24] [Client thread/INFO]: Loading stock rolling_stock/tender/class_38_tender.json [15:47:24] [Client thread/INFO]: Loading stock rolling_stock/tender/rodgers_460_tender.json [15:47:25] [Client thread/INFO]: Loading stock rolling_stock/tender/skookum_tender.json [15:47:25] [Client thread/INFO]: Loading stock rolling_stock/tender/br01_tender.json [15:47:25] [Client thread/INFO]: Loading stock rolling_stock/tender/cooke_tender.json [15:47:25] [Client thread/INFO]: Loading stock rolling_stock/tender/k36_tender.json [15:47:25] [Client thread/INFO]: Loading stock rolling_stock/passenger/br_coach_mk1.json [15:47:25] [Client thread/INFO]: Loading stock rolling_stock/passenger/b70baggage.json [15:47:25] [Client thread/INFO]: Loading stock rolling_stock/passenger/p70coach1.json [15:47:26] [Client thread/INFO]: Loading stock rolling_stock/freight/boxcar_x26.json [15:47:26] [Client thread/INFO]: Loading stock rolling_stock/freight/usra_boxcar_classrr40.json [15:47:26] [Client thread/INFO]: Loading stock rolling_stock/freight/70t_hopper_slsf.json [15:47:26] [Client thread/INFO]: Loading stock rolling_stock/freight/attx_flatcar_1.json [15:47:26] [Client thread/INFO]: Loading stock rolling_stock/freight/dw_gondola.json [15:47:26] [Client thread/INFO]: Loading stock rolling_stock/freight/prr_flatcar_1.json [15:47:27] [Client thread/INFO]: Loading stock rolling_stock/freight/usra_hopper_55t.json [15:47:27] [Client thread/INFO]: Loading stock rolling_stock/freight/n5c_cabin_car.json [15:47:27] [Client thread/INFO]: Loading stock rolling_stock/freight/russell_snow_plow.json [15:47:27] [Client thread/INFO]: Loading stock rolling_stock/freight/drgw_3000class_boxcar.json [15:47:27] [Client thread/INFO]: Loading stock rolling_stock/freight/drgw_1000class_gondola.json [15:47:27] [Client thread/INFO]: Loading stock rolling_stock/freight/drgw_5500class_stockcar.json [15:47:27] [Client thread/INFO]: Loading stock rolling_stock/freight/drgw_rail_and_tie_outfit.json [15:47:27] [Client thread/INFO]: Loading stock rolling_stock/freight/waycar.json [15:47:28] [Client thread/INFO]: Loading stock rolling_stock/tank/tank_us2.json [15:47:28] [Client thread/INFO]: Loading stock rolling_stock/tank/kamx_t.json [15:47:28] [Client thread/INFO]: Loading stock rolling_stock/tank/slag_car_1.json [15:47:28] [Client thread/INFO]: Loading stock rolling_stock/hand_car/hand_car_1.json [15:47:28] [Client thread/INFO]: Loading stock rolling_stock/locomotives/f59phi.json [15:47:28] [Client thread/INFO]: Loading stock rolling_stock/locomotives/f59phi_cas.json [15:47:28] [Client thread/INFO]: Loading stock rolling_stock/locomotives/f59phi_amcal.json [15:47:29] [Client thread/INFO]: Loading stock rolling_stock/locomotives/f150.json [15:47:29] [Client thread/INFO]: Loading stock rolling_stock/passenger/superliner_coach_surfliner.json [15:47:29] [Client thread/INFO]: Loading stock rolling_stock/passenger/superliner_coach_amcal.json [15:47:29] [Client thread/INFO]: Loading stock rolling_stock/passenger/superliner_coach.json [15:47:30] [Client thread/INFO]: Loading stock rolling_stock/passenger/superliner_diner.json [15:47:30] [Client thread/INFO]: Loading stock rolling_stock/passenger/superliner_lounge.json [15:47:30] [Client thread/INFO]: Generating heightmap rolling_stock/locomotives/a1_peppercorn.json [15:47:30] [Client thread/INFO]: Generating heightmap rolling_stock/locomotives/big_boy.json [15:47:30] [Client thread/INFO]: Generating heightmap rolling_stock/locomotives/k4_pacific.json [15:47:31] [Client thread/INFO]: Generating heightmap rolling_stock/locomotives/e6_atlantic.json [15:47:31] [Client thread/INFO]: Generating heightmap rolling_stock/locomotives/a5_switcher.json [15:47:31] [Client thread/INFO]: Generating heightmap rolling_stock/locomotives/class_38.json [15:47:31] [Client thread/INFO]: Generating heightmap rolling_stock/locomotives/rodgers_460.json [15:47:31] [Client thread/INFO]: Generating heightmap rolling_stock/locomotives/skookum.json [15:47:31] [Client thread/INFO]: Generating heightmap rolling_stock/locomotives/br01.json [15:47:31] [Client thread/INFO]: Generating heightmap rolling_stock/locomotives/cooke_mogul.json [15:47:31] [Client thread/INFO]: Generating heightmap rolling_stock/locomotives/k36.json [15:47:31] [Client thread/INFO]: Generating heightmap rolling_stock/locomotives/firefly.json [15:47:31] [Client thread/INFO]: Generating heightmap rolling_stock/locomotives/iron_duke.json [15:47:31] [Client thread/INFO]: Generating heightmap rolling_stock/locomotives/ge_40_ton_boxcab.json [15:47:31] [Client thread/INFO]: Generating heightmap rolling_stock/locomotives/ge_b40_8.json [15:47:31] [Client thread/INFO]: Generating heightmap rolling_stock/locomotives/ge_b40_8w.json [15:47:31] [Client thread/INFO]: Generating heightmap rolling_stock/locomotives/ge_c44_9cw.json [15:47:31] [Client thread/INFO]: Generating heightmap rolling_stock/locomotives/emd_sd40-2.json [15:47:31] [Client thread/INFO]: Generating heightmap rolling_stock/locomotives/emd_sw1500.json [15:47:31] [Client thread/INFO]: Generating heightmap rolling_stock/locomotives/alco_rs1.json [15:47:31] [Client thread/INFO]: Generating heightmap rolling_stock/tender/a1_peppercorn_tender.json [15:47:31] [Client thread/INFO]: Generating heightmap rolling_stock/tender/big_boy_tender.json [15:47:31] [Client thread/INFO]: Generating heightmap rolling_stock/tender/k4_tender.json [15:47:32] [Client thread/INFO]: Generating heightmap rolling_stock/tender/e6_tender.json [15:47:32] [Client thread/INFO]: Generating heightmap rolling_stock/tender/a5_tender.json [15:47:32] [Client thread/INFO]: Generating heightmap rolling_stock/tender/class_38_tender.json [15:47:32] [Client thread/INFO]: Generating heightmap rolling_stock/tender/rodgers_460_tender.json [15:47:32] [Client thread/INFO]: Generating heightmap rolling_stock/tender/skookum_tender.json [15:47:32] [Client thread/INFO]: Generating heightmap rolling_stock/tender/br01_tender.json [15:47:32] [Client thread/INFO]: Generating heightmap rolling_stock/tender/cooke_tender.json [15:47:32] [Client thread/INFO]: Generating heightmap rolling_stock/tender/k36_tender.json [15:47:32] [Client thread/INFO]: Generating heightmap rolling_stock/passenger/br_coach_mk1.json [15:47:32] [Client thread/INFO]: Generating heightmap rolling_stock/passenger/b70baggage.json [15:47:32] [Client thread/INFO]: Generating heightmap rolling_stock/passenger/p70coach1.json [15:47:32] [Client thread/INFO]: Generating heightmap rolling_stock/freight/boxcar_x26.json [15:47:32] [Client thread/INFO]: Generating heightmap rolling_stock/freight/usra_boxcar_classrr40.json [15:47:32] [Client thread/INFO]: Generating heightmap rolling_stock/freight/70t_hopper_slsf.json [15:47:32] [Client thread/INFO]: Generating heightmap rolling_stock/freight/attx_flatcar_1.json [15:47:32] [Client thread/INFO]: Generating heightmap rolling_stock/freight/dw_gondola.json [15:47:32] [Client thread/INFO]: Generating heightmap rolling_stock/freight/prr_flatcar_1.json [15:47:32] [Client thread/INFO]: Generating heightmap rolling_stock/freight/usra_hopper_55t.json [15:47:32] [Client thread/INFO]: Generating heightmap rolling_stock/freight/n5c_cabin_car.json [15:47:32] [Client thread/INFO]: Generating heightmap rolling_stock/freight/russell_snow_plow.json [15:47:32] [Client thread/INFO]: Generating heightmap rolling_stock/freight/drgw_3000class_boxcar.json [15:47:32] [Client thread/INFO]: Generating heightmap rolling_stock/freight/drgw_1000class_gondola.json [15:47:32] [Client thread/INFO]: Generating heightmap rolling_stock/freight/drgw_5500class_stockcar.json [15:47:32] [Client thread/INFO]: Generating heightmap rolling_stock/freight/drgw_rail_and_tie_outfit.json [15:47:32] [Client thread/INFO]: Generating heightmap rolling_stock/freight/waycar.json [15:47:32] [Client thread/INFO]: Generating heightmap rolling_stock/tank/tank_us2.json [15:47:32] [Client thread/INFO]: Generating heightmap rolling_stock/tank/kamx_t.json [15:47:32] [Client thread/INFO]: Generating heightmap rolling_stock/tank/slag_car_1.json [15:47:32] [Client thread/INFO]: Generating heightmap rolling_stock/hand_car/hand_car_1.json [15:47:32] [Client thread/INFO]: Generating heightmap rolling_stock/locomotives/f59phi.json [15:47:32] [Client thread/INFO]: Generating heightmap rolling_stock/locomotives/f59phi_cas.json [15:47:32] [Client thread/INFO]: Generating heightmap rolling_stock/locomotives/f59phi_amcal.json [15:47:32] [Client thread/INFO]: Generating heightmap rolling_stock/locomotives/f150.json [15:47:32] [Client thread/INFO]: Generating heightmap rolling_stock/passenger/superliner_coach_surfliner.json [15:47:32] [Client thread/INFO]: Generating heightmap rolling_stock/passenger/superliner_coach_amcal.json [15:47:32] [Client thread/INFO]: Generating heightmap rolling_stock/passenger/superliner_coach.json [15:47:32] [Client thread/INFO]: Generating heightmap rolling_stock/passenger/superliner_diner.json [15:47:32] [Client thread/INFO]: Generating heightmap rolling_stock/passenger/superliner_lounge.json [15:47:32] [Client thread/INFO]: No plugins for JourneyMap API discovered. [15:47:33] [Client thread/WARN]: Failed to load PR Plugin: ComputerCraft: bundled cable connections [15:47:33] [Client thread/WARN]: Failed to load PR Plugin: Treecapitator: gem axe compat [15:47:36] [Client thread/INFO]: Could not read 'userbuilder.json', this is not an error! [15:47:36] [Client thread/INFO]: OBJLoader: Domain rftools has been added. [15:47:37] [Client thread/INFO]: OBJLoader: Domain rftoolscontrol has been added. [15:47:37] [Client thread/INFO]: Loading blocks... [15:47:37] [Client thread/INFO]: Skipping feature bloodMagic as its required mod bloodmagic was missing. [15:47:38] [Client thread/INFO]: 71 Feature's blocks loaded. [15:47:38] [Client thread/INFO]: Loading Tile Entities... [15:47:38] [Client thread/INFO]: Tile Entities loaded. [15:47:42] [Client thread/WARN]: Potentially Dangerous alternative prefix `minecraft` for name `block_rail_gag`, expected `immersiverailroading`. This could be a intended override, but in most cases indicates a broken mod. [15:47:42] [Client thread/WARN]: Potentially Dangerous alternative prefix `minecraft` for name `block_rail`, expected `immersiverailroading`. This could be a intended override, but in most cases indicates a broken mod. [15:47:42] [Client thread/WARN]: Potentially Dangerous alternative prefix `minecraft` for name `block_rail_preview`, expected `immersiverailroading`. This could be a intended override, but in most cases indicates a broken mod. [15:47:42] [Client thread/WARN]: Potentially Dangerous alternative prefix `minecraft` for name `multiblock`, expected `immersiverailroading`. This could be a intended override, but in most cases indicates a broken mod. [15:47:42] [Client thread/WARN]: Potentially Dangerous alternative prefix `minecraft` for name `tileentity_coloredlamp`, expected `coloredlights`. This could be a intended override, but in most cases indicates a broken mod. [15:47:42] [Client thread/WARN]: Potentially Dangerous alternative prefix `minecraft` for name `tileentity_grinder`, expected `coloredlights`. This could be a intended override, but in most cases indicates a broken mod. [15:47:42] [Client thread/INFO]: Applying holder lookups [15:47:42] [Client thread/INFO]: Holder lookups applied [15:47:42] [Client thread/INFO]: Loading items... [15:47:42] [Client thread/INFO]: Skipping feature bloodMagic as its required mod bloodmagic was missing. [15:47:42] [Client thread/INFO]: 71 Feature's items loaded. [15:47:43] [Client thread/INFO]: Applying holder lookups [15:47:43] [Client thread/INFO]: Holder lookups applied [15:47:43] [Client thread/WARN]: Potentially Dangerous alternative prefix `botania` for name `petals`, expected `enderio`. This could be a intended override, but in most cases indicates a broken mod. [15:47:43] [Client thread/INFO]: Farming Station: Botania integration for farming fully loaded [15:47:43] [Client thread/INFO]: Farming Station: Natura integration not loaded [15:47:43] [Client thread/INFO]: Farming Station: TechReborn integration not loaded [15:47:43] [Client thread/INFO]: Farming Station: Extra Utilities 2 integration not loaded [15:47:43] [Client thread/INFO]: Farming Station: IC2 integration not loaded [15:47:43] [Client thread/INFO]: Farming Station: IC2 classic integration not loaded [15:47:43] [Client thread/INFO]: Farming Station: MFR integration not loaded [15:47:43] [Client thread/WARN]: Potentially Dangerous alternative prefix `immersiveengineering` for name `hemp`, expected `enderio`. This could be a intended override, but in most cases indicates a broken mod. [15:47:43] [Client thread/INFO]: Farming Station: Immersive Engineering integration fully loaded [15:47:43] [Client thread/WARN]: Potentially Dangerous alternative prefix `minecraft` for name `dye`, expected `enderio`. This could be a intended override, but in most cases indicates a broken mod. [15:47:43] [Client thread/INFO]: Farming Station: Botania integration for fertilizing not loaded [15:47:43] [Client thread/INFO]: Farming Station: Magicalcrops integration not loaded [15:47:43] [Client thread/INFO]: Farming Station: Actually Additions integration not loaded [15:47:43] [Client thread/INFO]: Farming Station: Metallurgy integration not loaded [15:47:43] [Client thread/INFO]: Farming Station: Gardencore integration not loaded [15:47:43] [Client thread/INFO]: Dark Steel Upgrades: TOP integration loaded [15:47:43] [Client thread/INFO]: Applying holder lookups [15:47:43] [Client thread/INFO]: Holder lookups applied [15:47:43] [Client thread/INFO]: OBJLoader: Domain immersiverailroading has been added. [15:47:44] [Client thread/INFO]: Applying holder lookups [15:47:44] [Client thread/INFO]: Holder lookups applied [15:47:44] [Client thread/INFO]: Injecting itemstacks [15:47:44] [Client thread/INFO]: Itemstack injection complete [15:48:06] [Sound Library Loader/INFO]: Starting up SoundSystem... [15:48:06] [Thread-8/INFO]: Initializing LWJGL OpenAL [15:48:06] [Thread-8/INFO]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org) [15:48:06] [Thread-8/INFO]: OpenAL initialized. [15:48:06] [Sound Library Loader/INFO]: Sound engine started [15:48:17] [Client thread/INFO]: OBJLoader.MaterialLibrary: key 'Ns' (model: 'immersiverailroading:models/item/whistle.mtl') is not currently supported, skipping [15:48:17] [Client thread/INFO]: OBJModel: A color has already been defined for material 'Metal' in 'immersiverailroading:models/item/whistle.mtl'. The color defined by key 'Ks' will not be applied! [15:48:17] [Client thread/INFO]: OBJLoader.MaterialLibrary: key 'Ke' (model: 'immersiverailroading:models/item/whistle.mtl') is not currently supported, skipping [15:48:17] [Client thread/INFO]: OBJLoader.MaterialLibrary: key 'Ni' (model: 'immersiverailroading:models/item/whistle.mtl') is not currently supported, skipping [15:48:17] [Client thread/INFO]: OBJLoader.MaterialLibrary: key 'illum' (model: 'immersiverailroading:models/item/whistle.mtl') is not currently supported, skipping [15:48:17] [Client thread/INFO]: OBJModel: A color has already been defined for material 'Shadow' in 'immersiverailroading:models/item/whistle.mtl'. The color defined by key 'Ks' will not be applied! [15:48:17] [Client thread/INFO]: OBJLoader.Parser: command 's' (model: 'immersiverailroading:models/item/whistle.obj') is not currently supported, skipping. Line: 59 's 1' [15:48:17] [Client thread/INFO]: OBJLoader.MaterialLibrary: key 'Ns' (model: 'immersiverailroading:models/item/brake_stick.mtl') is not currently supported, skipping [15:48:17] [Client thread/INFO]: OBJModel: A color has already been defined for material 'Material.001' in 'immersiverailroading:models/item/brake_stick.mtl'. The color defined by key 'Ks' will not be applied! [15:48:17] [Client thread/INFO]: OBJLoader.MaterialLibrary: key 'Ke' (model: 'immersiverailroading:models/item/brake_stick.mtl') is not currently supported, skipping [15:48:17] [Client thread/INFO]: OBJLoader.MaterialLibrary: key 'Ni' (model: 'immersiverailroading:models/item/brake_stick.mtl') is not currently supported, skipping [15:48:17] [Client thread/INFO]: OBJLoader.MaterialLibrary: key 'illum' (model: 'immersiverailroading:models/item/brake_stick.mtl') is not currently supported, skipping [15:48:17] [Client thread/INFO]: OBJModel: A color has already been defined for material 'Material.002' in 'immersiverailroading:models/item/brake_stick.mtl'. The color defined by key 'Ks' will not be applied! [15:48:17] [Client thread/INFO]: OBJModel: A color has already been defined for material 'Material.003' in 'immersiverailroading:models/item/brake_stick.mtl'. The color defined by key 'Ks' will not be applied! [15:48:17] [Client thread/INFO]: OBJModel: A color has already been defined for material 'Material.004' in 'immersiverailroading:models/item/brake_stick.mtl'. The color defined by key 'Ks' will not be applied! [15:48:17] [Client thread/INFO]: OBJLoader.MaterialLibrary: key 'Ns' (model: 'immersiverailroading:models/item/large_wrench.mtl') is not currently supported, skipping [15:48:17] [Client thread/INFO]: OBJModel: A color has already been defined for material 'Color_005_' in 'immersiverailroading:models/item/large_wrench.mtl'. The color defined by key 'Ks' will not be applied! [15:48:17] [Client thread/INFO]: OBJLoader.MaterialLibrary: key 'Ke' (model: 'immersiverailroading:models/item/large_wrench.mtl') is not currently supported, skipping [15:48:17] [Client thread/INFO]: OBJLoader.MaterialLibrary: key 'Ni' (model: 'immersiverailroading:models/item/large_wrench.mtl') is not currently supported, skipping [15:48:17] [Client thread/INFO]: OBJLoader.MaterialLibrary: key 'illum' (model: 'immersiverailroading:models/item/large_wrench.mtl') is not currently supported, skipping [15:48:17] [Client thread/INFO]: OBJLoader.Parser: command 'l' (model: 'immersiverailroading:models/item/large_wrench.obj') is not currently supported, skipping. Line: 7 'l 2 1' [15:48:17] [Client thread/INFO]: OBJLoader.MaterialLibrary: key 'Ns' (model: 'immersiverailroading:models/item/paint_brush.mtl') is not currently supported, skipping [15:48:17] [Client thread/INFO]: OBJModel: A color has already been defined for material 'Material.001' in 'immersiverailroading:models/item/paint_brush.mtl'. The color defined by key 'Ks' will not be applied! [15:48:17] [Client thread/INFO]: OBJLoader.MaterialLibrary: key 'Ke' (model: 'immersiverailroading:models/item/paint_brush.mtl') is not currently supported, skipping [15:48:17] [Client thread/INFO]: OBJLoader.MaterialLibrary: key 'Ni' (model: 'immersiverailroading:models/item/paint_brush.mtl') is not currently supported, skipping [15:48:17] [Client thread/INFO]: OBJLoader.MaterialLibrary: key 'illum' (model: 'immersiverailroading:models/item/paint_brush.mtl') is not currently supported, skipping [15:48:17] [Client thread/INFO]: OBJModel: A color has already been defined for material 'Material.002' in 'immersiverailroading:models/item/paint_brush.mtl'. The color defined by key 'Ks' will not be applied! [15:48:22] [Client thread/INFO]: Stitching Revolver Textures! [15:48:23] [Client thread/INFO]: Max texture size: 8192 [15:48:32] [Client thread/INFO]: Created: 4096x2048 textures-atlas [15:48:32] [Client thread/INFO]: rolling_stock/locomotives/a1_peppercorn.json [15:48:36] [Client thread/INFO]: rolling_stock/locomotives/big_boy.json [15:48:36] [Client thread/INFO]: rolling_stock/locomotives/k4_pacific.json [15:48:36] [Client thread/INFO]: rolling_stock/locomotives/e6_atlantic.json [15:48:37] [Client thread/INFO]: rolling_stock/locomotives/a5_switcher.json [15:48:37] [Client thread/INFO]: rolling_stock/locomotives/class_38.json [15:48:38] [Client thread/INFO]: rolling_stock/locomotives/rodgers_460.json [15:48:38] [Client thread/INFO]: rolling_stock/locomotives/skookum.json [15:48:38] [Client thread/INFO]: rolling_stock/locomotives/br01.json [15:48:38] [Client thread/INFO]: rolling_stock/locomotives/cooke_mogul.json [15:48:39] [Client thread/INFO]: rolling_stock/locomotives/k36.json [15:48:39] [Client thread/INFO]: rolling_stock/locomotives/firefly.json [15:48:39] [Client thread/INFO]: rolling_stock/locomotives/iron_duke.json [15:48:40] [Client thread/INFO]: rolling_stock/locomotives/ge_40_ton_boxcab.json [15:48:40] [Client thread/INFO]: rolling_stock/locomotives/ge_b40_8.json [15:48:40] [Client thread/INFO]: rolling_stock/locomotives/ge_b40_8w.json [15:48:40] [Client thread/INFO]: rolling_stock/locomotives/ge_c44_9cw.json [15:48:40] [Client thread/INFO]: rolling_stock/locomotives/emd_sd40-2.json [15:48:41] [Client thread/INFO]: rolling_stock/locomotives/emd_sw1500.json [15:48:41] [Client thread/INFO]: rolling_stock/locomotives/alco_rs1.json [15:48:41] [Client thread/INFO]: rolling_stock/tender/a1_peppercorn_tender.json [15:48:42] [Client thread/INFO]: rolling_stock/tender/big_boy_tender.json [15:48:42] [Client thread/INFO]: rolling_stock/tender/k4_tender.json [15:48:42] [Client thread/INFO]: rolling_stock/tender/e6_tender.json [15:48:42] [Client thread/INFO]: rolling_stock/tender/a5_tender.json [15:48:42] [Client thread/INFO]: rolling_stock/tender/class_38_tender.json [15:48:42] [Client thread/INFO]: rolling_stock/tender/rodgers_460_tender.json [15:48:42] [Client thread/INFO]: rolling_stock/tender/skookum_tender.json [15:48:42] [Client thread/INFO]: rolling_stock/tender/br01_tender.json [15:48:42] [Client thread/INFO]: rolling_stock/tender/cooke_tender.json [15:48:43] [Client thread/INFO]: rolling_stock/tender/k36_tender.json [15:48:43] [Client thread/INFO]: rolling_stock/passenger/br_coach_mk1.json [15:48:43] [Client thread/INFO]: rolling_stock/passenger/b70baggage.json [15:48:43] [Client thread/INFO]: rolling_stock/passenger/p70coach1.json [15:48:43] [Client thread/INFO]: rolling_stock/freight/boxcar_x26.json [15:48:44] [Client thread/INFO]: rolling_stock/freight/usra_boxcar_classrr40.json [15:48:44] [Client thread/INFO]: rolling_stock/freight/70t_hopper_slsf.json [15:48:44] [Client thread/INFO]: rolling_stock/freight/attx_flatcar_1.json [15:48:45] [Client thread/INFO]: rolling_stock/freight/dw_gondola.json [15:48:45] [Client thread/INFO]: rolling_stock/freight/prr_flatcar_1.json [15:48:45] [Client thread/INFO]: rolling_stock/freight/usra_hopper_55t.json [15:48:45] [Client thread/INFO]: rolling_stock/freight/n5c_cabin_car.json [15:48:45] [Client thread/INFO]: rolling_stock/freight/russell_snow_plow.json [15:48:45] [Client thread/INFO]: rolling_stock/freight/drgw_3000class_boxcar.json [15:48:46] [Client thread/INFO]: rolling_stock/freight/drgw_1000class_gondola.json [15:48:46] [Client thread/INFO]: rolling_stock/freight/drgw_5500class_stockcar.json [15:48:46] [Client thread/INFO]: rolling_stock/freight/drgw_rail_and_tie_outfit.json [15:48:46] [Client thread/INFO]: rolling_stock/freight/waycar.json [15:48:46] [Client thread/INFO]: rolling_stock/tank/tank_us2.json [15:48:46] [Client thread/INFO]: rolling_stock/tank/kamx_t.json [15:48:46] [Client thread/INFO]: rolling_stock/tank/slag_car_1.json [15:48:46] [Client thread/INFO]: rolling_stock/hand_car/hand_car_1.json [15:48:46] [Client thread/INFO]: rolling_stock/locomotives/f59phi.json [15:48:47] [Client thread/INFO]: rolling_stock/locomotives/f59phi_cas.json [15:48:47] [Client thread/INFO]: rolling_stock/locomotives/f59phi_amcal.json [15:48:47] [Client thread/INFO]: rolling_stock/locomotives/f150.json [15:48:48] [Client thread/INFO]: rolling_stock/passenger/superliner_coach_surfliner.json [15:48:48] [Client thread/INFO]: rolling_stock/passenger/superliner_coach_amcal.json [15:48:48] [Client thread/INFO]: rolling_stock/passenger/superliner_coach.json [15:48:48] [Client thread/INFO]: rolling_stock/passenger/superliner_diner.json [15:48:49] [Client thread/INFO]: rolling_stock/passenger/superliner_lounge.json [15:48:50] [Client thread/ERROR]: MultiModel minecraft:builtin/missing is empty (no base model or parts were provided/resolved) [15:48:50] [Client thread/ERROR]: MultiModel minecraft:builtin/missing is empty (no base model or parts were provided/resolved) [15:48:50] [Client thread/ERROR]: MultiModel minecraft:builtin/missing is empty (no base model or parts were provided/resolved) [15:48:50] [Client thread/ERROR]: MultiModel minecraft:builtin/missing is empty (no base model or parts were provided/resolved) [15:48:50] [Client thread/ERROR]: MultiModel minecraft:builtin/missing is empty (no base model or parts were provided/resolved) [15:48:50] [Client thread/ERROR]: MultiModel minecraft:builtin/missing is empty (no base model or parts were provided/resolved) [15:48:50] [Client thread/ERROR]: MultiModel minecraft:builtin/missing is empty (no base model or parts were provided/resolved) [15:48:50] [Client thread/ERROR]: MultiModel minecraft:builtin/missing is empty (no base model or parts were provided/resolved) [15:48:50] [Client thread/ERROR]: MultiModel minecraft:builtin/missing is empty (no base model or parts were provided/resolved) [15:48:50] [Client thread/ERROR]: MultiModel minecraft:builtin/missing is empty (no base model or parts were provided/resolved) [15:48:50] [Client thread/ERROR]: MultiModel minecraft:builtin/missing is empty (no base model or parts were provided/resolved) [15:48:50] [Client thread/ERROR]: MultiModel minecraft:builtin/missing is empty (no base model or parts were provided/resolved) [15:48:50] [Client thread/ERROR]: MultiModel minecraft:builtin/missing is empty (no base model or parts were provided/resolved) [15:48:50] [Client thread/ERROR]: MultiModel minecraft:builtin/missing is empty (no base model or parts were provided/resolved) [15:48:50] [Client thread/ERROR]: MultiModel minecraft:builtin/missing is empty (no base model or parts were provided/resolved) [15:48:50] [Client thread/ERROR]: MultiModel minecraft:builtin/missing is empty (no base model or parts were provided/resolved) [15:48:50] [Client thread/ERROR]: MultiModel minecraft:builtin/missing is empty (no base model or parts were provided/resolved) [15:48:50] [Client thread/ERROR]: MultiModel minecraft:builtin/missing is empty (no base model or parts were provided/resolved) [15:48:50] [Client thread/ERROR]: MultiModel minecraft:builtin/missing is empty (no base model or parts were provided/resolved) [15:48:50] [Client thread/ERROR]: MultiModel minecraft:builtin/missing is empty (no base model or parts were provided/resolved) [15:48:50] [Client thread/ERROR]: MultiModel minecraft:builtin/missing is empty (no base model or parts were provided/resolved) [15:48:50] [Client thread/ERROR]: MultiModel minecraft:builtin/missing is empty (no base model or parts were provided/resolved) [15:48:50] [Client thread/ERROR]: MultiModel minecraft:builtin/missing is empty (no base model or parts were provided/resolved) [15:48:50] [Client thread/ERROR]: MultiModel minecraft:builtin/missing is empty (no base model or parts were provided/resolved) [15:48:50] [Client thread/ERROR]: MultiModel minecraft:builtin/missing is empty (no base model or parts were provided/resolved) [15:48:50] [Client thread/ERROR]: MultiModel minecraft:builtin/missing is empty (no base model or parts were provided/resolved) [15:48:50] [Client thread/ERROR]: MultiModel minecraft:builtin/missing is empty (no base model or parts were provided/resolved) [15:48:50] [Client thread/ERROR]: MultiModel minecraft:builtin/missing is empty (no base model or parts were provided/resolved) [15:48:50] [Client thread/ERROR]: MultiModel minecraft:builtin/missing is empty (no base model or parts were provided/resolved) [15:48:50] [Client thread/ERROR]: MultiModel minecraft:builtin/missing is empty (no base model or parts were provided/resolved) [15:48:50] [Client thread/ERROR]: MultiModel minecraft:builtin/missing is empty (no base model or parts were provided/resolved) [15:48:50] [Client thread/ERROR]: MultiModel minecraft:builtin/missing is empty (no base model or parts were provided/resolved) [15:48:50] [Client thread/ERROR]: MultiModel minecraft:builtin/missing is empty (no base model or parts were provided/resolved) [15:48:51] [Client thread/ERROR]: MultiModel minecraft:builtin/missing is empty (no base model or parts were provided/resolved) [15:48:51] [Client thread/ERROR]: MultiModel minecraft:builtin/missing is empty (no base model or parts were provided/resolved) [15:48:51] [Client thread/ERROR]: MultiModel minecraft:builtin/missing is empty (no base model or parts were provided/resolved) [15:48:51] [Client thread/ERROR]: MultiModel minecraft:builtin/missing is empty (no base model or parts were provided/resolved) [15:48:51] [Client thread/ERROR]: MultiModel minecraft:builtin/missing is empty (no base model or parts were provided/resolved) [15:48:51] [Client thread/ERROR]: MultiModel minecraft:builtin/missing is empty (no base model or parts were provided/resolved) [15:48:51] [Client thread/ERROR]: MultiModel minecraft:builtin/missing is empty (no base model or parts were provided/resolved) [15:48:51] [Client thread/ERROR]: MultiModel minecraft:builtin/missing is empty (no base model or parts were provided/resolved) [15:48:51] [Client thread/ERROR]: MultiModel minecraft:builtin/missing is empty (no base model or parts were provided/resolved) [15:48:51] [Client thread/ERROR]: MultiModel minecraft:builtin/missing is empty (no base model or parts were provided/resolved) [15:48:51] [Client thread/ERROR]: MultiModel minecraft:builtin/missing is empty (no base model or parts were provided/resolved) [15:48:51] [Client thread/ERROR]: MultiModel minecraft:builtin/missing is empty (no base model or parts were provided/resolved) [15:48:51] [Client thread/ERROR]: MultiModel minecraft:builtin/missing is empty (no base model or parts were provided/resolved) [15:48:51] [Client thread/ERROR]: MultiModel minecraft:builtin/missing is empty (no base model or parts were provided/resolved) [15:48:51] [Client thread/ERROR]: MultiModel minecraft:builtin/missing is empty (no base model or parts were provided/resolved) [15:48:51] [Client thread/ERROR]: MultiModel minecraft:builtin/missing is empty (no base model or parts were provided/resolved) [15:48:53] [Client thread/ERROR]: Exception loading model for variant immersivepetroleum:metal_multiblock#_0multiblockslave=true,_1dynamicrender=false,boolean0=true,facing=north,type=distillation_tower_parent net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model immersivepetroleum:metal_multiblock#_0multiblockslave=true,_1dynamicrender=false,boolean0=true,facing=north,type=distillation_tower_parent with loader VariantLoader.INSTANCE, skipping at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:161) ~[ModelLoaderRegistry.class:?] at net.minecraftforge.client.model.ModelLoader.func_177569_a(ModelLoader.java:235) ~[ModelLoader.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.loadBlock(ModelBakery.java:153) ~[cgb.class:?] at net.minecraftforge.client.model.ModelLoader.func_188640_b(ModelLoader.java:223) ~[ModelLoader.class:?] at net.minecraftforge.client.model.ModelLoader.func_177570_a(ModelLoader.java:150) ~[ModelLoader.class:?] at net.minecraft.client.renderer.block.model.ModelManager.func_110549_a(ModelManager.java:28) [cgc.class:?] at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110542_a(SimpleReloadableResourceManager.java:121) [cev.class:?] at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:513) [bib.class:?] at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:378) [bib.class:?] at net.minecraft.client.main.Main.main(SourceFile:123) [Main.class:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_51] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51] at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51] 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:?] Caused by: net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model minecraft:block/cube-all with loader VanillaLoader.INSTANCE, skipping at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:161) ~[ModelLoaderRegistry.class:?] at net.minecraftforge.client.model.ModelLoader$WeightedRandomModel.<init>(ModelLoader.java:658) ~[ModelLoader$WeightedRandomModel.class:?] at net.minecraftforge.client.model.ModelLoader$VariantLoader.loadModel(ModelLoader.java:1176) ~[ModelLoader$VariantLoader.class:?] at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:157) ~[ModelLoaderRegistry.class:?] ... 15 more Caused by: java.io.FileNotFoundException: minecraft:models/block/cube-all.json at net.minecraft.client.resources.FallbackResourceManager.func_110536_a(FallbackResourceManager.java:69) ~[cei.class:?] at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110536_a(SimpleReloadableResourceManager.java:65) ~[cev.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.func_177594_c(ModelBakery.java:334) ~[cgb.class:?] at net.minecraftforge.client.model.ModelLoader.access$1400(ModelLoader.java:115) ~[ModelLoader.class:?] at net.minecraftforge.client.model.ModelLoader$VanillaLoader.loadModel(ModelLoader.java:861) ~[ModelLoader$VanillaLoader.class:?] at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:157) ~[ModelLoaderRegistry.class:?] at net.minecraftforge.client.model.ModelLoader$WeightedRandomModel.<init>(ModelLoader.java:658) ~[ModelLoader$WeightedRandomModel.class:?] at net.minecraftforge.client.model.ModelLoader$VariantLoader.loadModel(ModelLoader.java:1176) ~[ModelLoader$VariantLoader.class:?] at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:157) ~[ModelLoaderRegistry.class:?] ... 15 more [15:48:53] [Client thread/ERROR]: Exception loading model for variant immersivepetroleum:metal_multiblock#_0multiblockslave=true,_1dynamicrender=true,boolean0=false,facing=north,type=pumpjack_parent net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model immersivepetroleum:metal_multiblock#_0multiblockslave=true,_1dynamicrender=true,boolean0=false,facing=north,type=pumpjack_parent with loader VariantLoader.INSTANCE, skipping at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:161) ~[ModelLoaderRegistry.class:?] at net.minecraftforge.client.model.ModelLoader.func_177569_a(ModelLoader.java:235) ~[ModelLoader.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.loadBlock(ModelBakery.java:153) ~[cgb.class:?] at net.minecraftforge.client.model.ModelLoader.func_188640_b(ModelLoader.java:223) ~[ModelLoader.class:?] at net.minecraftforge.client.model.ModelLoader.func_177570_a(ModelLoader.java:150) ~[ModelLoader.class:?] at net.minecraft.client.renderer.block.model.ModelManager.func_110549_a(ModelManager.java:28) [cgc.class:?] at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110542_a(SimpleReloadableResourceManager.java:121) [cev.class:?] at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:513) [bib.class:?] at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:378) [bib.class:?] at net.minecraft.client.main.Main.main(SourceFile:123) [Main.class:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_51] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51] at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51] 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:?] Caused by: net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model minecraft:block/cube-all with loader VanillaLoader.INSTANCE, skipping at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:161) ~[ModelLoaderRegistry.class:?] at net.minecraftforge.client.model.ModelLoader$WeightedRandomModel.<init>(ModelLoader.java:658) ~[ModelLoader$WeightedRandomModel.class:?] at net.minecraftforge.client.model.ModelLoader$VariantLoader.loadModel(ModelLoader.java:1176) ~[ModelLoader$VariantLoader.class:?] at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:157) ~[ModelLoaderRegistry.class:?] ... 15 more Caused by: java.io.FileNotFoundException: minecraft:models/block/cube-all.json at net.minecraft.client.resources.FallbackResourceManager.func_110536_a(FallbackResourceManager.java:69) ~[cei.class:?] at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110536_a(SimpleReloadableResourceManager.java:65) ~[cev.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.func_177594_c(ModelBakery.java:334) ~[cgb.class:?] at net.minecraftforge.client.model.ModelLoader.access$1400(ModelLoader.java:115) ~[ModelLoader.class:?] at net.minecraftforge.client.model.ModelLoader$VanillaLoader.loadModel(ModelLoader.java:861) ~[ModelLoader$VanillaLoader.class:?] at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:157) ~[ModelLoaderRegistry.class:?] at net.minecraftforge.client.model.ModelLoader$WeightedRandomModel.<init>(ModelLoader.java:658) ~[ModelLoader$WeightedRandomModel.class:?] at net.minecraftforge.client.model.ModelLoader$VariantLoader.loadModel(ModelLoader.java:1176) ~[ModelLoader$VariantLoader.class:?] at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:157) ~[ModelLoaderRegistry.class:?] ... 15 more [15:48:53] [Client thread/ERROR]: Exception loading model for variant immersivepetroleum:metal_multiblock#_0multiblockslave=true,_1dynamicrender=true,boolean0=false,facing=south,type=pumpjack net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model immersivepetroleum:metal_multiblock#_0multiblockslave=true,_1dynamicrender=true,boolean0=false,facing=south,type=pumpjack with loader VariantLoader.INSTANCE, skipping at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:161) ~[ModelLoaderRegistry.class:?] at net.minecraftforge.client.model.ModelLoader.func_177569_a(ModelLoader.java:235) ~[ModelLoader.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.loadBlock(ModelBakery.java:153) ~[cgb.class:?] at net.minecraftforge.client.model.ModelLoader.func_188640_b(ModelLoader.java:223) ~[ModelLoader.class:?] at net.minecraftforge.client.model.ModelLoader.func_177570_a(ModelLoader.java:150) ~[ModelLoader.class:?] at net.minecraft.client.renderer.block.model.ModelManager.func_110549_a(ModelManager.java:28) [cgc.class:?] at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110542_a(SimpleReloadableResourceManager.java:121) [cev.class:?] at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:513) [bib.class:?] at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:378) [bib.class:?] at net.minecraft.client.main.Main.main(SourceFile:123) [Main.class:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_51] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51] at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51] 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:?] Caused by: net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model minecraft:block/cube-all with loader VanillaLoader.INSTANCE, skipping at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:161) ~[ModelLoaderRegistry.class:?] at net.minecraftforge.client.model.ModelLoader$WeightedRandomModel.<init>(ModelLoader.java:658) ~[ModelLoader$WeightedRandomModel.class:?] at net.minecraftforge.client.model.ModelLoader$VariantLoader.loadModel(ModelLoader.java:1176) ~[ModelLoader$VariantLoader.class:?] at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:157) ~[ModelLoaderRegistry.class:?] ... 15 more Caused by: java.io.FileNotFoundException: minecraft:models/block/cube-all.json at net.minecraft.client.resources.FallbackResourceManager.func_110536_a(FallbackResourceManager.java:69) ~[cei.class:?] at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110536_a(SimpleReloadableResourceManager.java:65) ~[cev.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.func_177594_c(ModelBakery.java:334) ~[cgb.class:?] at net.minecraftforge.client.model.ModelLoader.access$1400(ModelLoader.java:115) ~[ModelLoader.class:?] at net.minecraftforge.client.model.ModelLoader$VanillaLoader.loadModel(ModelLoader.java:861) ~[ModelLoader$VanillaLoader.class:?] at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:157) ~[ModelLoaderRegistry.class:?] at net.minecraftforge.client.model.ModelLoader$WeightedRandomModel.<init>(ModelLoader.java:658) ~[ModelLoader$WeightedRandomModel.class:?] at net.minecraftforge.client.model.ModelLoader$VariantLoader.loadModel(ModelLoader.java:1176) ~[ModelLoader$VariantLoader.class:?] at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:157) ~[ModelLoaderRegistry.class:?] ... 15 more [15:48:53] [Client thread/ERROR]: Exception loading model for variant immersivepetroleum:metal_device#_0multiblockslave=false,facing=south,type=automatic_lubricator net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model immersivepetroleum:metal_device#_0multiblockslave=false,facing=south,type=automatic_lubricator with loader VariantLoader.INSTANCE, skipping at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:161) ~[ModelLoaderRegistry.class:?] at net.minecraftforge.client.model.ModelLoader.func_177569_a(ModelLoader.java:235) ~[ModelLoader.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.loadBlock(ModelBakery.java:153) ~[cgb.class:?] at net.minecraftforge.client.model.ModelLoader.func_188640_b(ModelLoader.java:223) ~[ModelLoader.class:?] at net.minecraftforge.client.model.ModelLoader.func_177570_a(ModelLoader.java:150) ~[ModelLoader.class:?] at net.minecraft.client.renderer.block.model.ModelManager.func_110549_a(ModelManager.java:28) [cgc.class:?] at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110542_a(SimpleReloadableResourceManager.java:121) [cev.class:?] at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:513) [bib.class:?] at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:378) [bib.class:?] at net.minecraft.client.main.Main.main(SourceFile:123) [Main.class:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_51] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51] at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51] 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:?] Caused by: net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model immersiveengineering:block/iesixsides with loader VanillaLoader.INSTANCE, skipping at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:161) ~[ModelLoaderRegistry.class:?] at net.minecraftforge.client.model.ModelLoader$WeightedRandomModel.<init>(ModelLoader.java:658) ~[ModelLoader$WeightedRandomModel.class:?] at net.minecraftforge.client.model.ModelLoader$VariantLoader.loadModel(ModelLoader.java:1176) ~[ModelLoader$VariantLoader.class:?] at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:157) ~[ModelLoaderRegistry.class:?] ... 15 more Caused by: java.io.FileNotFoundException: immersiveengineering:models/block/iesixsides.json at net.minecraft.client.resources.FallbackResourceManager.func_110536_a(FallbackResourceManager.java:69) ~[cei.class:?] at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110536_a(SimpleReloadableResourceManager.java:65) ~[cev.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.func_177594_c(ModelBakery.java:334) ~[cgb.class:?] at net.minecraftforge.client.model.ModelLoader.access$1400(ModelLoader.java:115) ~[ModelLoader.class:?] at net.minecraftforge.client.model.ModelLoader$VanillaLoader.loadModel(ModelLoader.java:861) ~[ModelLoader$VanillaLoader.class:?] at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:157) ~[ModelLoaderRegistry.class:?] at net.minecraftforge.client.model.ModelLoader$WeightedRandomModel.<init>(ModelLoader.java:658) ~[ModelLoader$WeightedRandomModel.class:?] at net.minecraftforge.client.model.ModelLoader$VariantLoader.loadModel(ModelLoader.java:1176) ~[ModelLoader$VariantLoader.class:?] at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:157) ~[ModelLoaderRegistry.class:?] ... 15 more [15:48:53] [Client thread/ERROR]: Exception loading model for variant immersiverailroading:block_rail_preview#normal net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model immersiverailroading:block_rail_preview#normal with loader VariantLoader.INSTANCE, skipping at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:161) ~[ModelLoaderRegistry.class:?] at net.minecraftforge.client.model.ModelLoader.func_177569_a(ModelLoader.java:235) ~[ModelLoader.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.loadBlock(ModelBakery.java:153) ~[cgb.class:?] at net.minecraftforge.client.model.ModelLoader.func_188640_b(ModelLoader.java:223) ~[ModelLoader.class:?] at net.minecraftforge.client.model.ModelLoader.func_177570_a(ModelLoader.java:150) ~[ModelLoader.class:?] at net.minecraft.client.renderer.block.model.ModelManager.func_110549_a(ModelManager.java:28) [cgc.class:?] at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110542_a(SimpleReloadableResourceManager.java:121) [cev.class:?] at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:513) [bib.class:?] at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:378) [bib.class:?] at net.minecraft.client.main.Main.main(SourceFile:123) [Main.class:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_51] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51] at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51] 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:?] Caused by: net.minecraft.client.renderer.block.model.ModelBlockDefinition$MissingVariantException at net.minecraft.client.renderer.block.model.ModelBlockDefinition.func_188004_c(ModelBlockDefinition.java:83) ~[bvv.class:?] at net.minecraftforge.client.model.ModelLoader$VariantLoader.loadModel(ModelLoader.java:1175) ~[ModelLoader$VariantLoader.class:?] at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:157) ~[ModelLoaderRegistry.class:?] ... 15 more [15:48:53] [Client thread/ERROR]: Exception loading blockstate for the variant immersiverailroading:block_rail_preview#normal: java.lang.Exception: Could not load model definition for variant immersiverailroading:block_rail_preview at net.minecraftforge.client.model.ModelLoader.func_177586_a(ModelLoader.java:269) ~[ModelLoader.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.loadBlock(ModelBakery.java:121) ~[cgb.class:?] at net.minecraftforge.client.model.ModelLoader.func_188640_b(ModelLoader.java:223) ~[ModelLoader.class:?] at net.minecraftforge.client.model.ModelLoader.func_177570_a(ModelLoader.java:150) ~[ModelLoader.class:?] at net.minecraft.client.renderer.block.model.ModelManager.func_110549_a(ModelManager.java:28) [cgc.class:?] at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110542_a(SimpleReloadableResourceManager.java:121) [cev.class:?] at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:513) [bib.class:?] at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:378) [bib.class:?] at net.minecraft.client.main.Main.main(SourceFile:123) [Main.class:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_51] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51] at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51] 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:?] Caused by: java.lang.RuntimeException: Encountered an exception when loading model definition of model immersiverailroading:blockstates/block_rail_preview.json at net.minecraft.client.renderer.block.model.ModelBakery.func_188632_a(ModelBakery.java:228) ~[cgb.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.func_177586_a(ModelBakery.java:208) ~[cgb.class:?] at net.minecraftforge.client.model.ModelLoader.func_177586_a(ModelLoader.java:265) ~[ModelLoader.class:?] ... 14 more Caused by: java.io.FileNotFoundException: immersiverailroading:blockstates/block_rail_preview.json at net.minecraft.client.resources.FallbackResourceManager.func_135056_b(FallbackResourceManager.java:104) ~[cei.class:?] at net.minecraft.client.resources.SimpleReloadableResourceManager.func_135056_b(SimpleReloadableResourceManager.java:79) ~[cev.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.func_188632_a(ModelBakery.java:221) ~[cgb.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.func_177586_a(ModelBakery.java:208) ~[cgb.class:?] at net.minecraftforge.client.model.ModelLoader.func_177586_a(ModelLoader.java:265) ~[ModelLoader.class:?] ... 14 more [15:48:53] [Client thread/ERROR]: Exception loading model for variant projectred-fabrication:ic_machine#inventory, normal location exception: net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model projectred-fabrication:item/ic_machine with loader VanillaLoader.INSTANCE, skipping at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:161) ~[ModelLoaderRegistry.class:?] at net.minecraftforge.client.model.ModelLoader.func_177590_d(ModelLoader.java:302) ~[ModelLoader.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.func_177577_b(ModelBakery.java:175) ~[cgb.class:?] at net.minecraftforge.client.model.ModelLoader.func_177570_a(ModelLoader.java:151) ~[ModelLoader.class:?] at net.minecraft.client.renderer.block.model.ModelManager.func_110549_a(ModelManager.java:28) [cgc.class:?] at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110542_a(SimpleReloadableResourceManager.java:121) [cev.class:?] at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:513) [bib.class:?] at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:378) [bib.class:?] at net.minecraft.client.main.Main.main(SourceFile:123) [Main.class:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_51] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51] at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51] 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:?] Caused by: java.io.FileNotFoundException: projectred-fabrication:models/item/ic_machine.json at net.minecraft.client.resources.FallbackResourceManager.func_110536_a(FallbackResourceManager.java:69) ~[cei.class:?] at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110536_a(SimpleReloadableResourceManager.java:65) ~[cev.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.func_177594_c(ModelBakery.java:334) ~[cgb.class:?] at net.minecraftforge.client.model.ModelLoader.access$1400(ModelLoader.java:115) ~[ModelLoader.class:?] at net.minecraftforge.client.model.ModelLoader$VanillaLoader.loadModel(ModelLoader.java:861) ~[ModelLoader$VanillaLoader.class:?] at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:157) ~[ModelLoaderRegistry.class:?] ... 14 more [15:48:53] [Client thread/ERROR]: Exception loading model for variant projectred-fabrication:ic_machine#inventory, blockstate location exception: net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model projectred-fabrication:ic_machine#inventory with loader VariantLoader.INSTANCE, skipping at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:161) ~[ModelLoaderRegistry.class:?] at net.minecraftforge.client.model.ModelLoader.func_177590_d(ModelLoader.java:296) ~[ModelLoader.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.func_177577_b(ModelBakery.java:175) ~[cgb.class:?] at net.minecraftforge.client.model.ModelLoader.func_177570_a(ModelLoader.java:151) ~[ModelLoader.class:?] at net.minecraft.client.renderer.block.model.ModelManager.func_110549_a(ModelManager.java:28) [cgc.class:?] at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110542_a(SimpleReloadableResourceManager.java:121) [cev.class:?] at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:513) [bib.class:?] at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:378) [bib.class:?] at net.minecraft.client.main.Main.main(SourceFile:123) [Main.class:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_51] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51] at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51] 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:?] Caused by: net.minecraft.client.renderer.block.model.ModelBlockDefinition$MissingVariantException at net.minecraft.client.renderer.block.model.ModelBlockDefinition.func_188004_c(ModelBlockDefinition.java:83) ~[bvv.class:?] at net.minecraftforge.client.model.ModelLoader$VariantLoader.loadModel(ModelLoader.java:1175) ~[ModelLoader$VariantLoader.class:?] at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:157) ~[ModelLoaderRegistry.class:?] ... 14 more [15:48:53] [Client thread/ERROR]: Exception loading blockstate for the variant projectred-fabrication:ic_machine#inventory: java.lang.Exception: Could not load model definition for variant projectred-fabrication:ic_machine at net.minecraftforge.client.model.ModelLoader.func_177586_a(ModelLoader.java:269) ~[ModelLoader.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.loadBlock(ModelBakery.java:121) ~[cgb.class:?] at net.minecraftforge.client.model.ModelLoader.func_188640_b(ModelLoader.java:223) ~[ModelLoader.class:?] at net.minecraftforge.client.model.ModelLoader.func_177570_a(ModelLoader.java:150) ~[ModelLoader.class:?] at net.minecraft.client.renderer.block.model.ModelManager.func_110549_a(ModelManager.java:28) [cgc.class:?] at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110542_a(SimpleReloadableResourceManager.java:121) [cev.class:?] at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:513) [bib.class:?] at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:378) [bib.class:?] at net.minecraft.client.main.Main.main(SourceFile:123) [Main.class:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_51] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51] at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51] 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:?] Caused by: java.lang.RuntimeException: Encountered an exception when loading model definition of model projectred-fabrication:blockstates/ic_machine.json at net.minecraft.client.renderer.block.model.ModelBakery.func_188632_a(ModelBakery.java:228) ~[cgb.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.func_177586_a(ModelBakery.java:208) ~[cgb.class:?] at net.minecraftforge.client.model.ModelLoader.func_177586_a(ModelLoader.java:265) ~[ModelLoader.class:?] ... 14 more Caused by: java.io.FileNotFoundException: projectred-fabrication:blockstates/ic_machine.json at net.minecraft.client.resources.FallbackResourceManager.func_135056_b(FallbackResourceManager.java:104) ~[cei.class:?] at net.minecraft.client.resources.SimpleReloadableResourceManager.func_135056_b(SimpleReloadableResourceManager.java:79) ~[cev.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.func_188632_a(ModelBakery.java:221) ~[cgb.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.func_177586_a(ModelBakery.java:208) ~[cgb.class:?] at net.minecraftforge.client.model.ModelLoader.func_177586_a(ModelLoader.java:265) ~[ModelLoader.class:?] ... 14 more [15:48:53] [Client thread/ERROR]: Exception loading model for variant projectred-relocation:frame#normal net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model projectred-relocation:frame#normal with loader VariantLoader.INSTANCE, skipping at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:161) ~[ModelLoaderRegistry.class:?] at net.minecraftforge.client.model.ModelLoader.func_177569_a(ModelLoader.java:235) ~[ModelLoader.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.loadBlock(ModelBakery.java:153) ~[cgb.class:?] at net.minecraftforge.client.model.ModelLoader.func_188640_b(ModelLoader.java:223) ~[ModelLoader.class:?] at net.minecraftforge.client.model.ModelLoader.func_177570_a(ModelLoader.java:150) ~[ModelLoader.class:?] at net.minecraft.client.renderer.block.model.ModelManager.func_110549_a(ModelManager.java:28) [cgc.class:?] at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110542_a(SimpleReloadableResourceManager.java:121) [cev.class:?] at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:513) [bib.class:?] at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:378) [bib.class:?] at net.minecraft.client.main.Main.main(SourceFile:123) [Main.class:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_51] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51] at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51] 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:?] Caused by: net.minecraft.client.renderer.block.model.ModelBlockDefinition$MissingVariantException at net.minecraft.client.renderer.block.model.ModelBlockDefinition.func_188004_c(ModelBlockDefinition.java:83) ~[bvv.class:?] at net.minecraftforge.client.model.ModelLoader$VariantLoader.loadModel(ModelLoader.java:1175) ~[ModelLoader$VariantLoader.class:?] at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:157) ~[ModelLoaderRegistry.class:?] ... 15 more [15:48:53] [Client thread/ERROR]: Exception loading blockstate for the variant projectred-relocation:frame#normal: java.lang.Exception: Could not load model definition for variant projectred-relocation:frame at net.minecraftforge.client.model.ModelLoader.func_177586_a(ModelLoader.java:269) ~[ModelLoader.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.loadBlock(ModelBakery.java:121) ~[cgb.class:?] at net.minecraftforge.client.model.ModelLoader.func_188640_b(ModelLoader.java:223) ~[ModelLoader.class:?] at net.minecraftforge.client.model.ModelLoader.func_177570_a(ModelLoader.java:150) ~[ModelLoader.class:?] at net.minecraft.client.renderer.block.model.ModelManager.func_110549_a(ModelManager.java:28) [cgc.class:?] at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110542_a(SimpleReloadableResourceManager.java:121) [cev.class:?] at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:513) [bib.class:?] at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:378) [bib.class:?] at net.minecraft.client.main.Main.main(SourceFile:123) [Main.class:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_51] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51] at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51] 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:?] Caused by: java.lang.RuntimeException: Encountered an exception when loading model definition of model projectred-relocation:blockstates/frame.json at net.minecraft.client.renderer.block.model.ModelBakery.func_188632_a(ModelBakery.java:228) ~[cgb.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.func_177586_a(ModelBakery.java:208) ~[cgb.class:?] at net.minecraftforge.client.model.ModelLoader.func_177586_a(ModelLoader.java:265) ~[ModelLoader.class:?] ... 14 more Caused by: java.io.FileNotFoundException: projectred-relocation:blockstates/frame.json at net.minecraft.client.resources.FallbackResourceManager.func_135056_b(FallbackResourceManager.java:104) ~[cei.class:?] at net.minecraft.client.resources.SimpleReloadableResourceManager.func_135056_b(SimpleReloadableResourceManager.java:79) ~[cev.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.func_188632_a(ModelBakery.java:221) ~[cgb.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.func_177586_a(ModelBakery.java:208) ~[cgb.class:?] at net.minecraftforge.client.model.ModelLoader.func_177586_a(ModelLoader.java:265) ~[ModelLoader.class:?] ... 14 more [15:48:53] [Client thread/ERROR]: Exception loading model for variant projectred-expansion:machine1#inventory, normal location exception: net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model projectred-expansion:item/machine1 with loader VanillaLoader.INSTANCE, skipping at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:161) ~[ModelLoaderRegistry.class:?] at net.minecraftforge.client.model.ModelLoader.func_177590_d(ModelLoader.java:302) ~[ModelLoader.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.func_177577_b(ModelBakery.java:175) ~[cgb.class:?] at net.minecraftforge.client.model.ModelLoader.func_177570_a(ModelLoader.java:151) ~[ModelLoader.class:?] at net.minecraft.client.renderer.block.model.ModelManager.func_110549_a(ModelManager.java:28) [cgc.class:?] at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110542_a(SimpleReloadableResourceManager.java:121) [cev.class:?] at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:513) [bib.class:?] at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:378) [bib.class:?] at net.minecraft.client.main.Main.main(SourceFile:123) [Main.class:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_51] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51] at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51] 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:?] Caused by: java.io.FileNotFoundException: projectred-expansion:models/item/machine1.json at net.minecraft.client.resources.FallbackResourceManager.func_110536_a(FallbackResourceManager.java:69) ~[cei.class:?] at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110536_a(SimpleReloadableResourceManager.java:65) ~[cev.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.func_177594_c(ModelBakery.java:334) ~[cgb.class:?] at net.minecraftforge.client.model.ModelLoader.access$1400(ModelLoader.java:115) ~[ModelLoader.class:?] at net.minecraftforge.client.model.ModelLoader$VanillaLoader.loadModel(ModelLoader.java:861) ~[ModelLoader$VanillaLoader.class:?] at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:157) ~[ModelLoaderRegistry.class:?] ... 14 more [15:48:53] [Client thread/ERROR]: Exception loading model for variant projectred-expansion:machine1#inventory, blockstate location exception: net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model projectred-expansion:machine1#inventory with loader VariantLoader.INSTANCE, skipping at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:161) ~[ModelLoaderRegistry.class:?] at net.minecraftforge.client.model.ModelLoader.func_177590_d(ModelLoader.java:296) ~[ModelLoader.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.func_177577_b(ModelBakery.java:175) ~[cgb.class:?] at net.minecraftforge.client.model.ModelLoader.func_177570_a(ModelLoader.java:151) ~[ModelLoader.class:?] at net.minecraft.client.renderer.block.model.ModelManager.func_110549_a(ModelManager.java:28) [cgc.class:?] at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110542_a(SimpleReloadableResourceManager.java:121) [cev.class:?] at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:513) [bib.class:?] at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:378) [bib.class:?] at net.minecraft.client.main.Main.main(SourceFile:123) [Main.class:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_51] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51] at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51] 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:?] Caused by: net.minecraft.client.renderer.block.model.ModelBlockDefinition$MissingVariantException at net.minecraft.client.renderer.block.model.ModelBlockDefinition.func_188004_c(ModelBlockDefinition.java:83) ~[bvv.class:?] at net.minecraftforge.client.model.ModelLoader$VariantLoader.loadModel(ModelLoader.java:1175) ~[ModelLoader$VariantLoader.class:?] at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:157) ~[ModelLoaderRegistry.class:?] ... 14 more [15:48:53] [Client thread/ERROR]: Exception loading blockstate for the variant projectred-expansion:machine1#inventory: java.lang.Exception: Could not load model definition for variant projectred-expansion:machine1 at net.minecraftforge.client.model.ModelLoader.func_177586_a(ModelLoader.java:269) ~[ModelLoader.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.loadBlock(ModelBakery.java:121) ~[cgb.class:?] at net.minecraftforge.client.model.ModelLoader.func_188640_b(ModelLoader.java:223) ~[ModelLoader.class:?] at net.minecraftforge.client.model.ModelLoader.func_177570_a(ModelLoader.java:150) ~[ModelLoader.class:?] at net.minecraft.client.renderer.block.model.ModelManager.func_110549_a(ModelManager.java:28) [cgc.class:?] at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110542_a(SimpleReloadableResourceManager.java:121) [cev.class:?] at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:513) [bib.class:?] at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:378) [bib.class:?] at net.minecraft.client.main.Main.main(SourceFile:123) [Main.class:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_51] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51] at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51] 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:?] Caused by: java.lang.RuntimeException: Encountered an exception when loading model definition of model projectred-expansion:blockstates/machine1.json at net.minecraft.client.renderer.block.model.ModelBakery.func_188632_a(ModelBakery.java:228) ~[cgb.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.func_177586_a(ModelBakery.java:208) ~[cgb.class:?] at net.minecraftforge.client.model.ModelLoader.func_177586_a(ModelLoader.java:265) ~[ModelLoader.class:?] ... 14 more Caused by: java.io.FileNotFoundException: projectred-expansion:blockstates/machine1.json at net.minecraft.client.resources.FallbackResourceManager.func_135056_b(FallbackResourceManager.java:104) ~[cei.class:?] at net.minecraft.client.resources.SimpleReloadableResourceManager.func_135056_b(SimpleReloadableResourceManager.java:79) ~[cev.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.func_188632_a(ModelBakery.java:221) ~[cgb.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.func_177586_a(ModelBakery.java:208) ~[cgb.class:?] at net.minecraftforge.client.model.ModelLoader.func_177586_a(ModelLoader.java:265) ~[ModelLoader.class:?] ... 14 more [15:48:53] [Client thread/ERROR]: Exception loading model for variant projectred-expansion:machine2#inventory, normal location exception: net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model projectred-expansion:item/machine2 with loader VanillaLoader.INSTANCE, skipping at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:161) ~[ModelLoaderRegistry.class:?] at net.minecraftforge.client.model.ModelLoader.func_177590_d(ModelLoader.java:302) ~[ModelLoader.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.func_177577_b(ModelBakery.java:175) ~[cgb.class:?] at net.minecraftforge.client.model.ModelLoader.func_177570_a(ModelLoader.java:151) ~[ModelLoader.class:?] at net.minecraft.client.renderer.block.model.ModelManager.func_110549_a(ModelManager.java:28) [cgc.class:?] at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110542_a(SimpleReloadableResourceManager.java:121) [cev.class:?] at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:513) [bib.class:?] at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:378) [bib.class:?] at net.minecraft.client.main.Main.main(SourceFile:123) [Main.class:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_51] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51] at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51] 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:?] Caused by: java.io.FileNotFoundException: projectred-expansion:models/item/machine2.json at net.minecraft.client.resources.FallbackResourceManager.func_110536_a(FallbackResourceManager.java:69) ~[cei.class:?] at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110536_a(SimpleReloadableResourceManager.java:65) ~[cev.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.func_177594_c(ModelBakery.java:334) ~[cgb.class:?] at net.minecraftforge.client.model.ModelLoader.access$1400(ModelLoader.java:115) ~[ModelLoader.class:?] at net.minecraftforge.client.model.ModelLoader$VanillaLoader.loadModel(ModelLoader.java:861) ~[ModelLoader$VanillaLoader.class:?] at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:157) ~[ModelLoaderRegistry.class:?] ... 14 more [15:48:53] [Client thread/ERROR]: Exception loading model for variant projectred-expansion:machine2#inventory, blockstate location exception: net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model projectred-expansion:machine2#inventory with loader VariantLoader.INSTANCE, skipping at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:161) ~[ModelLoaderRegistry.class:?] at net.minecraftforge.client.model.ModelLoader.func_177590_d(ModelLoader.java:296) ~[ModelLoader.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.func_177577_b(ModelBakery.java:175) ~[cgb.class:?] at net.minecraftforge.client.model.ModelLoader.func_177570_a(ModelLoader.java:151) ~[ModelLoader.class:?] at net.minecraft.client.renderer.block.model.ModelManager.func_110549_a(ModelManager.java:28) [cgc.class:?] at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110542_a(SimpleReloadableResourceManager.java:121) [cev.class:?] at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:513) [bib.class:?] at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:378) [bib.class:?] at net.minecraft.client.main.Main.main(SourceFile:123) [Main.class:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_51] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51] at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51] 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:?] Caused by: net.minecraft.client.renderer.block.model.ModelBlockDefinition$MissingVariantException at net.minecraft.client.renderer.block.model.ModelBlockDefinition.func_188004_c(ModelBlockDefinition.java:83) ~[bvv.class:?] at net.minecraftforge.client.model.ModelLoader$VariantLoader.loadModel(ModelLoader.java:1175) ~[ModelLoader$VariantLoader.class:?] at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:157) ~[ModelLoaderRegistry.class:?] ... 14 more [15:48:53] [Client thread/ERROR]: Exception loading blockstate for the variant projectred-expansion:machine2#inventory: java.lang.Exception: Could not load model definition for variant projectred-expansion:machine2 at net.minecraftforge.client.model.ModelLoader.func_177586_a(ModelLoader.java:269) ~[ModelLoader.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.loadBlock(ModelBakery.java:121) ~[cgb.class:?] at net.minecraftforge.client.model.ModelLoader.func_188640_b(ModelLoader.java:223) ~[ModelLoader.class:?] at net.minecraftforge.client.model.ModelLoader.func_177570_a(ModelLoader.java:150) ~[ModelLoader.class:?] at net.minecraft.client.renderer.block.model.ModelManager.func_110549_a(ModelManager.java:28) [cgc.class:?] at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110542_a(SimpleReloadableResourceManager.java:121) [cev.class:?] at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:513) [bib.class:?] at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:378) [bib.class:?] at net.minecraft.client.main.Main.main(SourceFile:123) [Main.class:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_51] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51] at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51] 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:?] Caused by: java.lang.RuntimeException: Encountered an exception when loading model definition of model projectred-expansion:blockstates/machine2.json at net.minecraft.client.renderer.block.model.ModelBakery.func_188632_a(ModelBakery.java:228) ~[cgb.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.func_177586_a(ModelBakery.java:208) ~[cgb.class:?] at net.minecraftforge.client.model.ModelLoader.func_177586_a(ModelLoader.java:265) ~[ModelLoader.class:?] ... 14 more Caused by: java.io.FileNotFoundException: projectred-expansion:blockstates/machine2.json at net.minecraft.client.resources.FallbackResourceManager.func_135056_b(FallbackResourceManager.java:104) ~[cei.class:?] at net.minecraft.client.resources.SimpleReloadableResourceManager.func_135056_b(SimpleReloadableResourceManager.java:79) ~[cev.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.func_188632_a(ModelBakery.java:221) ~[cgb.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.func_177586_a(ModelBakery.java:208) ~[cgb.class:?] at net.minecraftforge.client.model.ModelLoader.func_177586_a(ModelLoader.java:265) ~[ModelLoader.class:?] ... 14 more [15:48:53] [Client thread/ERROR]: Exception loading model for variant projectred-relocation:blockmovingrow#tile_idx=3 net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model projectred-relocation:blockmovingrow#tile_idx=3 with loader VariantLoader.INSTANCE, skipping at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:161) ~[ModelLoaderRegistry.class:?] at net.minecraftforge.client.model.ModelLoader.func_177569_a(ModelLoader.java:235) ~[ModelLoader.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.loadBlock(ModelBakery.java:153) ~[cgb.class:?] at net.minecraftforge.client.model.ModelLoader.func_188640_b(ModelLoader.java:223) ~[ModelLoader.class:?] at net.minecraftforge.client.model.ModelLoader.func_177570_a(ModelLoader.java:150) ~[ModelLoader.class:?] at net.minecraft.client.renderer.block.model.ModelManager.func_110549_a(ModelManager.java:28) [cgc.class:?] at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110542_a(SimpleReloadableResourceManager.java:121) [cev.class:?] at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:513) [bib.class:?] at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:378) [bib.class:?] at net.minecraft.client.main.Main.main(SourceFile:123) [Main.class:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_51] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51] at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51] 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:?] Caused by: net.minecraft.client.renderer.block.model.ModelBlockDefinition$MissingVariantException at net.minecraft.client.renderer.block.model.ModelBlockDefinition.func_188004_c(ModelBlockDefinition.java:83) ~[bvv.class:?] at net.minecraftforge.client.model.ModelLoader$VariantLoader.loadModel(ModelLoader.java:1175) ~[ModelLoader$VariantLoader.class:?] at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:157) ~[ModelLoaderRegistry.class:?] ... 15 more [15:48:53] [Client thread/ERROR]: Exception loading blockstate for the variant projectred-relocation:blockmovingrow#tile_idx=3: java.lang.Exception: Could not load model definition for variant projectred-relocation:blockmovingrow at net.minecraftforge.client.model.ModelLoader.func_177586_a(ModelLoader.java:269) ~[ModelLoader.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.loadBlock(ModelBakery.java:121) ~[cgb.class:?] at net.minecraftforge.client.model.ModelLoader.func_188640_b(ModelLoader.java:223) ~[ModelLoader.class:?] at net.minecraftforge.client.model.ModelLoader.func_177570_a(ModelLoader.java:150) ~[ModelLoader.class:?] at net.minecraft.client.renderer.block.model.ModelManager.func_110549_a(ModelManager.java:28) [cgc.class:?] at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110542_a(SimpleReloadableResourceManager.java:121) [cev.class:?] at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:513) [bib.class:?] at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:378) [bib.class:?] at net.minecraft.client.main.Main.main(SourceFile:123) [Main.class:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_51] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51] at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51] 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:?] Caused by: java.lang.RuntimeException: Encountered an exception when loading model definition of model projectred-relocation:blockstates/blockmovingrow.json at net.minecraft.client.renderer.block.model.ModelBakery.func_188632_a(ModelBakery.java:228) ~[cgb.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.func_177586_a(ModelBakery.java:208) ~[cgb.class:?] at net.minecraftforge.client.model.ModelLoader.func_177586_a(ModelLoader.java:265) ~[ModelLoader.class:?] ... 14 more Caused by: java.io.FileNotFoundException: projectred-relocation:blockstates/blockmovingrow.json at net.minecraft.client.resources.FallbackResourceManager.func_135056_b(FallbackResourceManager.java:104) ~[cei.class:?] at net.minecraft.client.resources.SimpleReloadableResourceManager.func_135056_b(SimpleReloadableResourceManager.java:79) ~[cev.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.func_188632_a(ModelBakery.java:221) ~[cgb.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.func_177586_a(ModelBakery.java:208) ~[cgb.class:?] at net.minecraftforge.client.model.ModelLoader.func_177586_a(ModelLoader.java:265) ~[ModelLoader.class:?] ... 14 more [15:48:53] [Client thread/ERROR]: Exception loading model for variant projectred-relocation:blockmovingrow#tile_idx=4 net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model projectred-relocation:blockmovingrow#tile_idx=4 with loader VariantLoader.INSTANCE, skipping at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:161) ~[ModelLoaderRegistry.class:?] at net.minecraftforge.client.model.ModelLoader.func_177569_a(ModelLoader.java:235) ~[ModelLoader.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.loadBlock(ModelBakery.java:153) ~[cgb.class:?] at net.minecraftforge.client.model.ModelLoader.func_188640_b(ModelLoader.java:223) ~[ModelLoader.class:?] at net.minecraftforge.client.model.ModelLoader.func_177570_a(ModelLoader.java:150) ~[ModelLoader.class:?] at net.minecraft.client.renderer.block.model.ModelManager.func_110549_a(ModelManager.java:28) [cgc.class:?] at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110542_a(SimpleReloadableResourceManager.java:121) [cev.class:?] at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:513) [bib.class:?] at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:378) [bib.class:?] at net.minecraft.client.main.Main.main(SourceFile:123) [Main.class:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_51] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51] at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51] 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:?] Caused by: net.minecraft.client.renderer.block.model.ModelBlockDefinition$MissingVariantException at net.minecraft.client.renderer.block.model.ModelBlockDefinition.func_188004_c(ModelBlockDefinition.java:83) ~[bvv.class:?] at net.minecraftforge.client.model.ModelLoader$VariantLoader.loadModel(ModelLoader.java:1175) ~[ModelLoader$VariantLoader.class:?] at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:157) ~[ModelLoaderRegistry.class:?] ... 15 more [15:48:53] [Client thread/ERROR]: Exception loading model for variant projectred-relocation:blockmovingrow#tile_idx=5 net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model projectred-relocation:blockmovingrow#tile_idx=5 with loader VariantLoader.INSTANCE, skipping at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:161) ~[ModelLoaderRegistry.class:?] at net.minecraftforge.client.model.ModelLoader.func_177569_a(ModelLoader.java:235) ~[ModelLoader.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.loadBlock(ModelBakery.java:153) ~[cgb.class:?] at net.minecraftforge.client.model.ModelLoader.func_188640_b(ModelLoader.java:223) ~[ModelLoader.class:?] at net.minecraftforge.client.model.ModelLoader.func_177570_a(ModelLoader.java:150) ~[ModelLoader.class:?] at net.minecraft.client.renderer.block.model.ModelManager.func_110549_a(ModelManager.java:28) [cgc.class:?] at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110542_a(SimpleReloadableResourceManager.java:121) [cev.class:?] at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:513) [bib.class:?] at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:378) [bib.class:?] at net.minecraft.client.main.Main.main(SourceFile:123) [Main.class:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_51] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51] at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51] 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:?] Caused by: net.minecraft.client.renderer.block.model.ModelBlockDefinition$MissingVariantException at net.minecraft.client.renderer.block.model.ModelBlockDefinition.func_188004_c(ModelBlockDefinition.java:83) ~[bvv.class:?] at net.minecraftforge.client.model.ModelLoader$VariantLoader.loadModel(ModelLoader.java:1175) ~[ModelLoader$VariantLoader.class:?] at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:157) ~[ModelLoaderRegistry.class:?] ... 15 more [15:48:53] [Client thread/ERROR]: Exception loading model for variant immersiverailroading:multiblock#normal net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model immersiverailroading:multiblock#normal with loader VariantLoader.INSTANCE, skipping at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:161) ~[ModelLoaderRegistry.class:?] at net.minecraftforge.client.model.ModelLoader.func_177569_a(ModelLoader.java:235) ~[ModelLoader.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.loadBlock(ModelBakery.java:153) ~[cgb.class:?] at net.minecraftforge.client.model.ModelLoader.func_188640_b(ModelLoader.java:223) ~[ModelLoader.class:?] at net.minecraftforge.client.model.ModelLoader.func_177570_a(ModelLoader.java:150) ~[ModelLoader.class:?] at net.minecraft.client.renderer.block.model.ModelManager.func_110549_a(ModelManager.java:28) [cgc.class:?] at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110542_a(SimpleReloadableResourceManager.java:121) [cev.class:?] at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:513) [bib.class:?] at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:378) [bib.class:?] at net.minecraft.client.main.Main.main(SourceFile:123) [Main.class:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_51] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51] at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51] 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:?] Caused by: net.minecraft.client.renderer.block.model.ModelBlockDefinition$MissingVariantException at net.minecraft.client.renderer.block.model.ModelBlockDefinition.func_188004_c(ModelBlockDefinition.java:83) ~[bvv.class:?] at net.minecraftforge.client.model.ModelLoader$VariantLoader.loadModel(ModelLoader.java:1175) ~[ModelLoader$VariantLoader.class:?] at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:157) ~[ModelLoaderRegistry.class:?] ... 15 more [15:48:53] [Client thread/ERROR]: Exception loading blockstate for the variant immersiverailroading:multiblock#normal: java.lang.Exception: Could not load model definition for variant immersiverailroading:multiblock at net.minecraftforge.client.model.ModelLoader.func_177586_a(ModelLoader.java:269) ~[ModelLoader.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.loadBlock(ModelBakery.java:121) ~[cgb.class:?] at net.minecraftforge.client.model.ModelLoader.func_188640_b(ModelLoader.java:223) ~[ModelLoader.class:?] at net.minecraftforge.client.model.ModelLoader.func_177570_a(ModelLoader.java:150) ~[ModelLoader.class:?] at net.minecraft.client.renderer.block.model.ModelManager.func_110549_a(ModelManager.java:28) [cgc.class:?] at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110542_a(SimpleReloadableResourceManager.java:121) [cev.class:?] at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:513) [bib.class:?] at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:378) [bib.class:?] at net.minecraft.client.main.Main.main(SourceFile:123) [Main.class:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_51] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51] at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51] 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:?] Caused by: java.lang.RuntimeException: Encountered an exception when loading model definition of model immersiverailroading:blockstates/multiblock.json at net.minecraft.client.renderer.block.model.ModelBakery.func_188632_a(ModelBakery.java:228) ~[cgb.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.func_177586_a(ModelBakery.java:208) ~[cgb.class:?] at net.minecraftforge.client.model.ModelLoader.func_177586_a(ModelLoader.java:265) ~[ModelLoader.class:?] ... 14 more Caused by: java.io.FileNotFoundException: immersiverailroading:blockstates/multiblock.json at net.minecraft.client.resources.FallbackResourceManager.func_135056_b(FallbackResourceManager.java:104) ~[cei.class:?] at net.minecraft.client.resources.SimpleReloadableResourceManager.func_135056_b(SimpleReloadableResourceManager.java:79) ~[cev.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.func_188632_a(ModelBakery.java:221) ~[cgb.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.func_177586_a(ModelBakery.java:208) ~[cgb.class:?] at net.minecraftforge.client.model.ModelLoader.func_177586_a(ModelLoader.java:265) ~[ModelLoader.class:?] ... 14 more [15:48:53] [Client thread/ERROR]: Exception loading model for variant forgemultipartcbe:multipart_block#normal net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model forgemultipartcbe:multipart_block#normal with loader VariantLoader.INSTANCE, skipping at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:161) ~[ModelLoaderRegistry.class:?] at net.minecraftforge.client.model.ModelLoader.func_177569_a(ModelLoader.java:235) ~[ModelLoader.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.loadBlock(ModelBakery.java:153) ~[cgb.class:?] at net.minecraftforge.client.model.ModelLoader.func_188640_b(ModelLoader.java:223) ~[ModelLoader.class:?] at net.minecraftforge.client.model.ModelLoader.func_177570_a(ModelLoader.java:150) ~[ModelLoader.class:?] at net.minecraft.client.renderer.block.model.ModelManager.func_110549_a(ModelManager.java:28) [cgc.class:?] at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110542_a(SimpleReloadableResourceManager.java:121) [cev.class:?] at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:513) [bib.class:?] at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:378) [bib.class:?] at net.minecraft.client.main.Main.main(SourceFile:123) [Main.class:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_51] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51] at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51] 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:?] Caused by: net.minecraft.client.renderer.block.model.ModelBlockDefinition$MissingVariantException at net.minecraft.client.renderer.block.model.ModelBlockDefinition.func_188004_c(ModelBlockDefinition.java:83) ~[bvv.class:?] at net.minecraftforge.client.model.ModelLoader$VariantLoader.loadModel(ModelLoader.java:1175) ~[ModelLoader$VariantLoader.class:?] at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:157) ~[ModelLoaderRegistry.class:?] ... 15 more [15:48:53] [Client thread/ERROR]: Exception loading blockstate for the variant forgemultipartcbe:multipart_block#normal: java.lang.Exception: Could not load model definition for variant forgemultipartcbe:multipart_block at net.minecraftforge.client.model.ModelLoader.func_177586_a(ModelLoader.java:269) ~[ModelLoader.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.loadBlock(ModelBakery.java:121) ~[cgb.class:?] at net.minecraftforge.client.model.ModelLoader.func_188640_b(ModelLoader.java:223) ~[ModelLoader.class:?] at net.minecraftforge.client.model.ModelLoader.func_177570_a(ModelLoader.java:150) ~[ModelLoader.class:?] at net.minecraft.client.renderer.block.model.ModelManager.func_110549_a(ModelManager.java:28) [cgc.class:?] at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110542_a(SimpleReloadableResourceManager.java:121) [cev.class:?] at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:513) [bib.class:?] at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:378) [bib.class:?] at net.minecraft.client.main.Main.main(SourceFile:123) [Main.class:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_51] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51] at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51] 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:?] Caused by: java.lang.RuntimeException: Encountered an exception when loading model definition of model forgemultipartcbe:blockstates/multipart_block.json at net.minecraft.client.renderer.block.model.ModelBakery.func_188632_a(ModelBakery.java:228) ~[cgb.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.func_177586_a(ModelBakery.java:208) ~[cgb.class:?] at net.minecraftforge.client.model.ModelLoader.func_177586_a(ModelLoader.java:265) ~[ModelLoader.class:?] ... 14 more Caused by: java.io.FileNotFoundException: forgemultipartcbe:blockstates/multipart_block.json at net.minecraft.client.resources.SimpleReloadableResourceManager.func_135056_b(SimpleReloadableResourceManager.java:83) ~[cev.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.func_188632_a(ModelBakery.java:221) ~[cgb.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.func_177586_a(ModelBakery.java:208) ~[cgb.class:?] at net.minecraftforge.client.model.ModelLoader.func_177586_a(ModelLoader.java:265) ~[ModelLoader.class:?] ... 14 more [15:48:53] [Client thread/FATAL]: Suppressed additional 12 model loading errors for domain projectred-relocation [15:48:53] [Client thread/FATAL]: Suppressed additional 139 model loading errors for domain immersivepetroleum [15:48:53] [Client thread/INFO]: [elucent.albedo.asm.ASMTransformer:patchRenderChunkASM:467]: Successfully loaded RenderChunk ASM! [15:48:57] [Client thread/INFO]: Loading recipes... [15:48:57] [Client thread/INFO]: Skipping feature bloodMagic as its required mod bloodmagic was missing. [15:48:57] [Client thread/INFO]: 71 Feature's recipes loaded. [15:48:57] [Client thread/WARN]: Potentially Dangerous alternative prefix `enderio` for name `capbank_basic2normal`, expected `enderiopowertools`. This could be a intended override, but in most cases indicates a broken mod. [15:48:57] [Client thread/WARN]: Potentially Dangerous alternative prefix `enderio` for name `capbank_normal2vibrant`, expected `enderiopowertools`. This could be a intended override, but in most cases indicates a broken mod. [15:48:57] [Client thread/INFO]: Ignored smelting recipe with conflicting input: 1xitem.immersiveengineering.metal@18 = 1xitem.ingotIron@0 [15:48:57] [Client thread/INFO]: Ignored smelting recipe with conflicting input: 1xitem.immersiveengineering.metal@19 = 1xitem.ingotGold@0 [15:48:57] [Client thread/INFO]: Ignored smelting recipe with conflicting input: 1xitem.thermalfoundation.material@0 = 1xitem.ingotIron@0 [15:48:57] [Client thread/INFO]: Ignored smelting recipe with conflicting input: 1xitem.thermalfoundation.material@1 = 1xitem.ingotGold@0 [15:48:57] [Client thread/INFO]: Applying holder lookups [15:48:57] [Client thread/INFO]: Holder lookups applied [15:48:57] [Client thread/INFO]: Registering com.possibletriangle.albedocompat.modules.VanillaModule [15:48:57] [Client thread/INFO]: Initialization ( started ) [15:48:57] [Client thread/INFO]: Starting AE2 CSV Export [15:48:57] [AE2 CSV Export/INFO]: Cache is enabled. Checking for new mod configurations. [15:48:57] [AE2 CSV Export/INFO]: New mod configuration was found. Commencing exporting. [15:48:57] [AE2 CSV Export/INFO]: Item Exporting ( started ) [15:48:57] [Client thread/INFO]: Initialization ( ended after 349ms ) [15:48:58] [AE2 CSV Export/INFO]: Exported successfully 1648 items into items.csv [15:48:58] [AE2 CSV Export/INFO]: Item Exporting ( ended after 449 ms) [15:48:58] [Client thread/INFO]: [Handlers] Registering handler XPBoostHandler to busses: [FORGE] [15:48:58] [Client thread/INFO]: [Handlers] Registering handler FluidSpawnHandler to busses: [FORGE] [15:48:58] [Client thread/INFO]: [Handlers] Registering handler Scheduler to busses: [FORGE] [15:48:58] [Client thread/INFO]: [Handlers] Registering handler RightClickCropHandler to busses: [FORGE] [15:48:58] [Client thread/INFO]: [Handlers] Registering handler FireworkHandler to busses: [FORGE] [15:48:58] [Client thread/INFO]: [Handlers] Registering handler OreDictTooltipHandler to busses: [FORGE] [15:48:58] [Client thread/INFO]: [Handlers] Registering handler JoinMessageHandler to busses: [FORGE] [15:48:58] [Client thread/INFO]: [Handlers] Registering handler FluidVisualsHandler to busses: [FORGE] [15:48:58] [Client thread/INFO]: [Handlers] Registering handler ClientHandler to busses: [FORGE] [15:48:58] [Client thread/INFO]: [Handlers] Registering handler SpecialTooltipHandler to busses: [FORGE] [15:48:58] [Client thread/INFO]: [Handlers] Registering handler EnchantTooltipHandler to busses: [FORGE] [15:48:58] [Client thread/INFO]: [Handlers] Registering handler AutoSmeltHandler to busses: [FORGE] [15:48:58] [Client thread/INFO]: Sending dummy event to all mods [15:48:58] [Client thread/INFO]: Reloading ingame configs for modid: endercore [15:48:58] [Client thread/INFO]: Updating config... [15:48:58] [Client thread/INFO]: Updating config... [15:48:58] [Client thread/INFO]: Updating config... [15:48:58] [Client thread/INFO]: Updating config... [15:48:58] [Client thread/INFO]: Updating config... [15:48:58] [Client thread/INFO]: Sending whitelist message to Chisel and Bits for block blockDecoration1 [15:48:58] [Client thread/INFO]: Sending whitelist message to Chisel and Bits for block blockDecoration2 [15:48:58] [Client thread/INFO]: Sending whitelist message to Chisel and Bits for block blockDecoration3 [15:48:58] [Client thread/INFO]: Registered permission enderio.gui.block_dark_steel_anvil [15:48:58] [Client thread/INFO]: Registered permission enderio.gui.item_basic_item_filter [15:48:58] [Client thread/INFO]: Registered permission enderio.gui.item_advanced_item_filter [15:48:58] [Client thread/INFO]: Registered permission enderio.gui.item_limited_item_filter [15:48:58] [Client thread/INFO]: Registered permission enderio.gui.item_big_item_filter [15:48:58] [Client thread/INFO]: Registered permission enderio.gui.item_big_advanced_item_filter [15:48:58] [Client thread/INFO]: Registered permission enderio.gui.item_existing_item_filter [15:48:58] [Client thread/INFO]: Registered permission enderio.gui.item_mod_item_filter [15:48:58] [Client thread/INFO]: Registered permission enderio.gui.item_power_item_filter [15:48:58] [Client thread/INFO]: Registered permission enderio.gui.item_soul_filter_normal [15:48:58] [Client thread/INFO]: Registered permission enderio.gui.item_soul_filter_big [15:48:58] [Client thread/INFO]: Registered permission enderio.gui.item_fluid_filter [15:48:58] [Client thread/INFO]: Registered permission enderio.gui.item_redstone_not_filter [15:48:58] [Client thread/INFO]: Registered permission enderio.gui.item_redstone_or_filter [15:48:58] [Client thread/INFO]: Registered permission enderio.gui.item_redstone_and_filter [15:48:58] [Client thread/INFO]: Registered permission enderio.gui.item_redstone_nor_filter [15:48:58] [Client thread/INFO]: Registered permission enderio.gui.item_redstone_nand_filter [15:48:58] [Client thread/INFO]: Registered permission enderio.gui.item_redstone_xor_filter [15:48:58] [Client thread/INFO]: Registered permission enderio.gui.item_redstone_xnor_filter [15:48:58] [Client thread/INFO]: Registered permission enderio.gui.item_redstone_toggle_filter [15:48:58] [Client thread/INFO]: Registered permission enderio.gui.item_redstone_counting_filter [15:48:58] [Client thread/INFO]: Registered permission enderio.gui.item_redstone_sensor_filter [15:48:58] [Client thread/INFO]: Registered permission enderio.gui.item_redstone_timer_filter [15:48:58] [Client thread/INFO]: Registered permission enderio.gui.block_conduit_bundle [15:48:58] [Client thread/INFO]: Registered permission enderio.gui.block_simple_furnace [15:48:58] [Client thread/INFO]: Registered permission enderio.gui.block_simple_alloy_smelter [15:48:58] [Client thread/INFO]: Registered permission enderio.gui.block_alloy_smelter [15:48:58] [Client thread/INFO]: Registered permission enderio.gui.block_enhanced_alloy_smelter [15:48:58] [Client thread/INFO]: Registered permission enderio.gui.block_buffer [15:48:58] [Client thread/INFO]: Registered permission enderio.gui.block_enchanter [15:48:58] [Client thread/INFO]: Registered permission enderio.gui.block_farm_station [15:48:58] [Client thread/INFO]: Registered permission enderio.gui.block_combustion_generator [15:48:58] [Client thread/INFO]: Registered permission enderio.gui.block_enhanced_combustion_generator [15:48:58] [Client thread/INFO]: Registered permission enderio.gui.block_simple_stirling_generator [15:48:58] [Client thread/INFO]: Registered permission enderio.gui.block_stirling_generator [15:48:58] [Client thread/INFO]: Registered permission enderio.gui.block_zombie_generator [15:48:58] [Client thread/INFO]: Registered permission enderio.gui.block_franken_zombie_generator [15:48:58] [Client thread/INFO]: Registered permission enderio.gui.block_ender_generator [15:48:58] [Client thread/INFO]: Registered permission enderio.gui.block_lava_generator [15:48:58] [Client thread/INFO]: Registered permission enderio.gui.block_killer_joe [15:48:58] [Client thread/INFO]: Registered permission enderio.gui.block_attractor_obelisk [15:48:58] [Client thread/INFO]: Registered permission enderio.gui.block_aversion_obelisk [15:48:58] [Client thread/INFO]: Registered permission enderio.gui.block_inhibitor_obelisk [15:48:58] [Client thread/INFO]: Registered permission enderio.gui.block_relocator_obelisk [15:48:58] [Client thread/INFO]: Registered permission enderio.gui.block_weather_obelisk [15:48:58] [Client thread/INFO]: Registered permission enderio.gui.block_experience_obelisk [15:48:58] [Client thread/INFO]: Registered permission enderio.gui.block_painter [15:48:58] [Client thread/INFO]: Registered permission enderio.gui.block_simple_sag_mill [15:48:58] [Client thread/INFO]: Registered permission enderio.gui.block_sag_mill [15:48:58] [Client thread/INFO]: Registered permission enderio.gui.block_enhanced_sag_mill [15:48:58] [Client thread/INFO]: Registered permission enderio.gui.block_slice_and_splice [15:48:58] [Client thread/INFO]: Registered permission enderio.gui.block_soul_binder [15:48:58] [Client thread/INFO]: Registered permission enderio.gui.block_powered_spawner [15:48:58] [Client thread/INFO]: Registered permission enderio.gui.block_vat [15:48:58] [Client thread/INFO]: Registered permission enderio.gui.block_enhanced_vat [15:48:58] [Client thread/INFO]: Registered permission enderio.gui.block_wired_charger [15:48:58] [Client thread/INFO]: Registered permission enderio.gui.block_enhanced_wired_charger [15:48:58] [Client thread/INFO]: Registered permission enderio.gui.block_simple_wired_charger [15:48:58] [Client thread/INFO]: Registered permission enderio.gui.block_tank [15:48:58] [Client thread/INFO]: Registered permission enderio.gui.block_transceiver [15:48:58] [Client thread/INFO]: Registered permission enderio.gui.block_vacuum_chest [15:48:58] [Client thread/INFO]: Registered permission enderio.gui.block_xp_vacuum [15:48:58] [Client thread/INFO]: Registered permission enderio.gui.block_travel_anchor [15:48:58] [Client thread/INFO]: Registered permission enderio.gui.block_tele_pad [15:48:58] [Client thread/INFO]: Registered permission enderio.gui.block_dialing_device [15:48:58] [Client thread/INFO]: Registered permission enderio.gui.block_impulse_hopper [15:48:58] [Client thread/INFO]: Registered permission enderio.gui.block_crafter [15:48:58] [Client thread/INFO]: Registered permission enderio.gui.block_simple_crafter [15:48:58] [Client thread/INFO]: Registered permission enderio.gui.block_creative_spawner [15:48:58] [Client thread/INFO]: Registered permission enderio.gui.block_cap_bank [15:48:58] [Client thread/INFO]: Registered permission enderio.gui.block_power_monitor [15:48:58] [Client thread/INFO]: Registered permission enderio.gui.block_advanced_power_monitor [15:48:59] [Client thread/INFO]: [crazypants.enderio.conduits.me.EnderIOConduitsAppliedEnergistics:init:69]: Mixin successful? true [15:48:59] [Thread-12/INFO]: Arc Recycling: Removed 0 old recipes [15:48:59] [Immersive Engineering Registry Iteration Thread/WARN]: Recipe has invalid inputs and will be ignored: net.minecraftforge.oredict.ShapedOreRecipe@22295f7b (projectred-exploration:tools/sapphire_sword) [15:48:59] [Immersive Engineering Registry Iteration Thread/WARN]: Recipe has invalid inputs and will be ignored: net.minecraftforge.oredict.ShapedOreRecipe@14828d3 (projectred-exploration:tools/sapphire_sickle) [15:48:59] [Immersive Engineering Registry Iteration Thread/WARN]: Recipe has invalid inputs and will be ignored: net.minecraftforge.oredict.ShapedOreRecipe@4fd328a0 (projectred-exploration:tools/sapphire_shovel) [15:48:59] [Immersive Engineering Registry Iteration Thread/WARN]: Recipe has invalid inputs and will be ignored: net.minecraftforge.oredict.ShapedOreRecipe@544f8cfd (projectred-exploration:tools/sapphire_pickaxe) [15:48:59] [Immersive Engineering Registry Iteration Thread/WARN]: Recipe has invalid inputs and will be ignored: net.minecraftforge.oredict.ShapedOreRecipe@18add639 (projectred-exploration:tools/sapphire_hoe) [15:48:59] [Immersive Engineering Registry Iteration Thread/WARN]: Recipe has invalid inputs and will be ignored: net.minecraftforge.oredict.ShapedOreRecipe@7e8268e9 (projectred-exploration:tools/sapphire_axe) [15:48:59] [Immersive Engineering Registry Iteration Thread/WARN]: Recipe has invalid inputs and will be ignored: net.minecraftforge.oredict.ShapedOreRecipe@3eda2987 (projectred-exploration:tools/ruby_sword) [15:48:59] [Immersive Engineering Registry Iteration Thread/WARN]: Recipe has invalid inputs and will be ignored: net.minecraftforge.oredict.ShapedOreRecipe@52057e4 (projectred-exploration:tools/ruby_sickle) [15:48:59] [Immersive Engineering Registry Iteration Thread/WARN]: Recipe has invalid inputs and will be ignored: net.minecraftforge.oredict.ShapedOreRecipe@7d9033ec (projectred-exploration:tools/ruby_shovel) [15:48:59] [Immersive Engineering Registry Iteration Thread/WARN]: Recipe has invalid inputs and will be ignored: net.minecraftforge.oredict.ShapedOreRecipe@9fb18aa (projectred-exploration:tools/ruby_pickaxe) [15:48:59] [Immersive Engineering Registry Iteration Thread/WARN]: Recipe has invalid inputs and will be ignored: net.minecraftforge.oredict.ShapedOreRecipe@1b42d882 (projectred-exploration:tools/ruby_hoe) [15:48:59] [Immersive Engineering Registry Iteration Thread/WARN]: Recipe has invalid inputs and will be ignored: net.minecraftforge.oredict.ShapedOreRecipe@5e982940 (projectred-exploration:tools/ruby_axe) [15:48:59] [Immersive Engineering Registry Iteration Thread/WARN]: Recipe has invalid inputs and will be ignored: net.minecraftforge.oredict.ShapedOreRecipe@203ae14a (projectred-exploration:tools/peridot_sword) [15:48:59] [Immersive Engineering Registry Iteration Thread/WARN]: Recipe has invalid inputs and will be ignored: net.minecraftforge.oredict.ShapedOreRecipe@2a075cd7 (projectred-exploration:tools/peridot_sickle) [15:48:59] [Immersive Engineering Registry Iteration Thread/WARN]: Recipe has invalid inputs and will be ignored: net.minecraftforge.oredict.ShapedOreRecipe@62e9d6a6 (projectred-exploration:tools/peridot_shovel) [15:48:59] [Immersive Engineering Registry Iteration Thread/WARN]: Recipe has invalid inputs and will be ignored: net.minecraftforge.oredict.ShapedOreRecipe@7be47084 (projectred-exploration:tools/peridot_pickaxe) [15:48:59] [Immersive Engineering Registry Iteration Thread/WARN]: Recipe has invalid inputs and will be ignored: net.minecraftforge.oredict.ShapedOreRecipe@4ab7ab17 (projectred-exploration:tools/peridot_hoe) [15:48:59] [Immersive Engineering Registry Iteration Thread/WARN]: Recipe has invalid inputs and will be ignored: net.minecraftforge.oredict.ShapedOreRecipe@6c6f7679 (projectred-exploration:tools/peridot_axe) [15:48:59] [Immersive Engineering Registry Iteration Thread/WARN]: Recipe has invalid inputs and will be ignored: net.minecraftforge.oredict.ShapedOreRecipe@7bfe8691 (projectred-exploration:armor/sapphire_leggings) [15:48:59] [Immersive Engineering Registry Iteration Thread/WARN]: Recipe has invalid inputs and will be ignored: net.minecraftforge.oredict.ShapedOreRecipe@4909ec2d (projectred-exploration:armor/sapphire_helmet) [15:48:59] [Immersive Engineering Registry Iteration Thread/WARN]: Recipe has invalid inputs and will be ignored: net.minecraftforge.oredict.ShapedOreRecipe@7ad9be62 (projectred-exploration:armor/sapphire_chestplate) [15:48:59] [Immersive Engineering Registry Iteration Thread/WARN]: Recipe has invalid inputs and will be ignored: net.minecraftforge.oredict.ShapedOreRecipe@6c928252 (projectred-exploration:armor/sapphire_boots) [15:48:59] [Immersive Engineering Registry Iteration Thread/WARN]: Recipe has invalid inputs and will be ignored: net.minecraftforge.oredict.ShapedOreRecipe@272d8c6f (projectred-exploration:armor/ruby_leggings) [15:48:59] [Immersive Engineering Registry Iteration Thread/WARN]: Recipe has invalid inputs and will be ignored: net.minecraftforge.oredict.ShapedOreRecipe@7ec7cecc (projectred-exploration:armor/ruby_helmet) [15:48:59] [Immersive Engineering Registry Iteration Thread/WARN]: Recipe has invalid inputs and will be ignored: net.minecraftforge.oredict.ShapedOreRecipe@50fe44b4 (projectred-exploration:armor/ruby_chestplate) [15:48:59] [Immersive Engineering Registry Iteration Thread/WARN]: Recipe has invalid inputs and will be ignored: net.minecraftforge.oredict.ShapedOreRecipe@70dacff2 (projectred-exploration:armor/ruby_boots) [15:48:59] [Immersive Engineering Registry Iteration Thread/WARN]: Recipe has invalid inputs and will be ignored: net.minecraftforge.oredict.ShapedOreRecipe@2121639c (projectred-exploration:armor/peridot_leggings) [15:48:59] [Immersive Engineering Registry Iteration Thread/WARN]: Recipe has invalid inputs and will be ignored: net.minecraftforge.oredict.ShapedOreRecipe@7e2a283 (projectred-exploration:armor/peridot_helmet) [15:48:59] [Immersive Engineering Registry Iteration Thread/WARN]: Recipe has invalid inputs and will be ignored: net.minecraftforge.oredict.ShapedOreRecipe@6f92ce63 (projectred-exploration:armor/peridot_chestplate) [15:48:59] [Immersive Engineering Registry Iteration Thread/WARN]: Recipe has invalid inputs and will be ignored: net.minecraftforge.oredict.ShapedOreRecipe@64e47939 (projectred-exploration:armor/peridot_boots) [15:48:59] [Thread-12/INFO]: Finished recipe profiler for Arc Recycling, took 90 milliseconds [15:49:00] [Client thread/INFO]: [flaxbeard.immersivepetroleum.common.Config:addConfigReservoirs:689]: aquifer, water, 5000000, 10000000, 6, 30, [], [0], [], [] [15:49:00] [Client thread/INFO]: [flaxbeard.immersivepetroleum.common.Config:addConfigReservoirs:720]: Added resevoir type aquifer [15:49:00] [Client thread/INFO]: [flaxbeard.immersivepetroleum.common.Config:addConfigReservoirs:689]: oil, oil, 2500000, 15000000, 6, 40, [1], [], [], [] [15:49:00] [Client thread/INFO]: [flaxbeard.immersivepetroleum.common.Config:addConfigReservoirs:720]: Added resevoir type oil [15:49:00] [Client thread/INFO]: [flaxbeard.immersivepetroleum.common.Config:addConfigReservoirs:689]: lava, lava, 250000, 1000000, 0, 30, [1], [], [], [] [15:49:00] [Client thread/INFO]: [flaxbeard.immersivepetroleum.common.Config:addConfigReservoirs:720]: Added resevoir type lava [15:49:00] [Client thread/INFO]: [flaxbeard.immersivepetroleum.common.Config:addDistillationRecipe:376]: Added distillation recipe using oil [15:49:00] [Client thread/INFO]: [flaxbeard.immersivepetroleum.common.Config:addDistillationRecipe:378]: Bitumen [15:49:00] [Client thread/INFO]: [flaxbeard.immersivepetroleum.client.ShaderUtil:createShader:78]: BAD: [15:49:00] [Client thread/INFO]: JourneyMap log initialized. [15:49:00] [Client thread/INFO]: initialize ENTER [15:49:01] [Client thread/ERROR]: Default theme not found in C:\Users\esflo\Documents\Curse\Minecraft\Instances\subway systems\journeymap\icon\theme\flat\OceanMonument.theme2.json: OceanMonument (SUPPRESSED) [15:49:01] [Client thread/WARN]: core (Initialized) Bad configField entry during updateFrom(): optionsManagerViewed=null [15:49:01] [Client thread/WARN]: core (Initialized) Bad configField entry during updateFrom(): splashViewed=null [15:49:01] [Client thread/INFO]: [ClientAPI] built with JourneyMap API 1.4 [15:49:01] [Client thread/INFO]: Initializing plugins with Client API: journeymap.client.api.impl.ClientAPI [15:49:01] [Client thread/INFO]: initialize EXIT, elapsed count 0 avg ?ms [15:49:01] [Client thread/WARN]: Unable to inject capability mrtjp.projectred.api.IFrame at mrtjp.projectred.relocation.RelocationProxy_server.FRAME_CAPABILITY (Non-Static) [15:49:02] [Client thread/INFO]: [mcjty.lib.font.TrueTypeFont:<init>:119]: TrueTypeFont loaded: java.awt.Font[family=Ubuntu,name=Ubuntu,style=plain,size=40] - AntiAlias = false [15:49:02] [Client thread/INFO]: Received 9 IMC messages from mod immersiveengineering. [15:49:02] [Client thread/INFO]: Received 15 IMC messages from mod coloredredstone. [15:49:02] [Client thread/WARN]: Thermal Expansion received an invalid IMC from chisel! Key was addcompactorpressrecipe [15:49:02] [Client thread/WARN]: Thermal Expansion received an invalid IMC from chisel! Key was addcompactorpressrecipe [15:49:02] [Client thread/INFO]: Processing IMC message recipe:xml from endercore [15:49:02] [Client thread/INFO]: Processing IMC message recipe:xml from endercore [15:49:03] [Client thread/INFO]: Reading user recipe file user_recipes.xml [15:49:04] [Client thread/INFO]: Could not find an entity for 'enderzoo:concussioncreeper' [15:49:04] [Client thread/INFO]: Could not find an entity for 'enderzoo:direslime' [15:49:04] [Client thread/INFO]: Could not find an entity for 'enderzoo:direwolf' [15:49:04] [Client thread/INFO]: Could not find an entity for 'enderzoo:enderminy' [15:49:04] [Client thread/INFO]: Could not find an entity for 'enderzoo:fallenknight' [15:49:04] [Client thread/INFO]: Could not find an entity for 'enderzoo:fallenmount' [15:49:04] [Client thread/INFO]: Could not find an entity for 'enderzoo:owl' [15:49:04] [Client thread/INFO]: Could not find an entity for 'enderzoo:withercat' [15:49:04] [Client thread/INFO]: Could not find an entity for 'enderzoo:witherwitch' [15:49:04] [Client thread/INFO]: Could not find an entity for 'chickens:chickenschicken' [15:49:04] [Client thread/INFO]: Could not find an entity for 'industrialforegoing:pink_slime' [15:49:04] [Client thread/INFO]: Could not find an entity for 'iceandfire:firedragon' [15:49:04] [Client thread/INFO]: Could not find an entity for 'iceandfire:icedragon' [15:49:04] [Client thread/INFO]: Could not find an entity for 'iceandfire:icevillager' [15:49:04] [Client thread/INFO]: Could not find an entity for 'iceandfire:hippogryph' [15:49:04] [Client thread/INFO]: Could not find an entity for 'iceandfire:gorgon' [15:49:04] [Client thread/INFO]: Could not find an entity for 'iceandfire:if_pixie' [15:49:04] [Client thread/INFO]: Could not find an entity for 'iceandfire:cyclops' [15:49:04] [Client thread/INFO]: Could not find an entity for 'iceandfire:hippogryph' [15:49:04] [Client thread/INFO]: Could not find an entity for 'matteroverdrive:rogue_android' [15:49:04] [Client thread/INFO]: Could not find an entity for 'matteroverdrive:mad_scientist' [15:49:04] [Client thread/INFO]: Could not find an entity for 'matteroverdrive:mutant_scientist' [15:49:04] [Client thread/INFO]: Could not find an entity for 'meecreeps:meecreeps' [15:49:04] [Client thread/INFO]: Could not find an entity for 'primitivemobs:chameleon' [15:49:04] [Client thread/INFO]: Could not find an entity for 'primitivemobs:treasure_slime' [15:49:04] [Client thread/INFO]: Could not find an entity for 'primitivemobs:haunted_tool' [15:49:04] [Client thread/INFO]: Could not find an entity for 'primitivemobs:grovesprite' [15:49:04] [Client thread/INFO]: Could not find an entity for 'primitivemobs:bewitched_tome' [15:49:04] [Client thread/INFO]: Could not find an entity for 'primitivemobs:filch_lizard' [15:49:04] [Client thread/INFO]: Could not find an entity for 'primitivemobs:brain_slime' [15:49:04] [Client thread/INFO]: Could not find an entity for 'primitivemobs:rocket_creeper' [15:49:04] [Client thread/INFO]: Could not find an entity for 'primitivemobs:festive_creeper' [15:49:04] [Client thread/INFO]: Could not find an entity for 'primitivemobs:support_creeper' [15:49:04] [Client thread/INFO]: Could not find an entity for 'primitivemobs:skeleton_warrior' [15:49:04] [Client thread/INFO]: Could not find an entity for 'primitivemobs:blazing_juggernaut' [15:49:04] [Client thread/INFO]: Could not find an entity for 'primitivemobs:lily_lurker' [15:49:04] [Client thread/INFO]: Could not find an entity for 'primitivemobs:mother_spider' [15:49:04] [Client thread/INFO]: Could not find an entity for 'primitivemobs:baby_spider' [15:49:04] [Client thread/INFO]: Could not find an entity for 'primitivemobs:trollager' [15:49:04] [Client thread/INFO]: Could not find an entity for 'primitivemobs:lost_miner' [15:49:04] [Client thread/INFO]: Could not find an entity for 'primitivemobs:traveling_merchant' [15:49:04] [Client thread/INFO]: Could not find an entity for 'primitivemobs:dodo' [15:49:04] [Client thread/INFO]: Could not find an entity for 'primitivemobs:mimic' [15:49:04] [Client thread/INFO]: Could not find an entity for 'quark:pirate' [15:49:04] [Client thread/INFO]: Could not find an entity for 'quark:wraith' [15:49:04] [Client thread/INFO]: Could not find an entity for 'quark:dweller' [15:49:04] [Client thread/INFO]: Could not find an entity for 'quark:ashen' [15:49:04] [Client thread/INFO]: Could not find an entity for 'tconstruct:blueslime' [15:49:04] [Client thread/INFO]: Could not find an entity for 'totemic:buffalo' [15:49:04] [Client thread/INFO]: Could not find an entity for 'totemic:baykok' [15:49:04] [Client thread/INFO]: Could not find an entity for 'totemic:bald_eagle' [15:49:04] [Client thread/INFO]: Valid IMC recipes to be processed: [15:49:04] [Client thread/INFO]: * Enchanter: endercore:xpboost from IMC from mod 'endercore' [15:49:04] [Client thread/INFO]: * Enchanter: endercore:autosmelt from IMC from mod 'endercore' [15:49:04] [Client thread/INFO]: Reading user recipe file user_recipes.xml [15:49:04] [Client thread/WARN]: Adding smelting recipes for non-EnderIO items is not recommended (1xitem.thermalfoundation.material@99 => 1xitem.thermalfoundation.material@163) [15:49:04] [Client thread/INFO]: Ignored smelting recipe with conflicting input: 1xitem.thermalfoundation.material@99 = 1xitem.thermalfoundation.material@163 [15:49:04] [Client thread/WARN]: Adding smelting recipes for non-EnderIO items is not recommended (1xitem.thermalfoundation.material@97 => 1xitem.thermalfoundation.material@161) [15:49:04] [Client thread/INFO]: Ignored smelting recipe with conflicting input: 1xitem.thermalfoundation.material@97 = 1xitem.thermalfoundation.material@161 [15:49:04] [Client thread/WARN]: Adding smelting recipes for non-EnderIO items is not recommended (1xitem.immersiveengineering.metal@16 => 1xitem.thermalfoundation.material@161) [15:49:04] [Client thread/INFO]: Ignored smelting recipe with conflicting input: 1xitem.immersiveengineering.metal@16 = 1xitem.thermalfoundation.material@161 [15:49:04] [Client thread/WARN]: Adding smelting recipes for non-EnderIO items is not recommended (1xitem.thermalfoundation.material@0 => 1xitem.ingotIron@0) [15:49:04] [Client thread/INFO]: Ignored smelting recipe with conflicting input: 1xitem.thermalfoundation.material@0 = 1xitem.ingotIron@0 [15:49:04] [Client thread/WARN]: Adding smelting recipes for non-EnderIO items is not recommended (1xitem.appliedenergistics2.material@49 => 1xitem.ingotIron@0) [15:49:04] [Client thread/INFO]: Ignored smelting recipe with conflicting input: 1xitem.appliedenergistics2.material@49 = 1xitem.ingotIron@0 [15:49:04] [Client thread/WARN]: Adding smelting recipes for non-EnderIO items is not recommended (1xitem.immersiveengineering.metal@18 => 1xitem.ingotIron@0) [15:49:04] [Client thread/INFO]: Ignored smelting recipe with conflicting input: 1xitem.immersiveengineering.metal@18 = 1xitem.ingotIron@0 [15:49:04] [Client thread/INFO]: Ignored smelting recipe with conflicting input: 1xitem.item_material@24 = 1xitem.ingotIron@0 [15:49:04] [Client thread/WARN]: Adding smelting recipes for non-EnderIO items is not recommended (1xitem.thermalfoundation.material@1 => 1xitem.ingotGold@0) [15:49:04] [Client thread/INFO]: Ignored smelting recipe with conflicting input: 1xitem.thermalfoundation.material@1 = 1xitem.ingotGold@0 [15:49:04] [Client thread/WARN]: Adding smelting recipes for non-EnderIO items is not recommended (1xitem.appliedenergistics2.material@51 => 1xitem.ingotGold@0) [15:49:04] [Client thread/INFO]: Ignored smelting recipe with conflicting input: 1xitem.appliedenergistics2.material@51 = 1xitem.ingotGold@0 [15:49:04] [Client thread/WARN]: Adding smelting recipes for non-EnderIO items is not recommended (1xitem.immersiveengineering.metal@19 => 1xitem.ingotGold@0) [15:49:04] [Client thread/INFO]: Ignored smelting recipe with conflicting input: 1xitem.immersiveengineering.metal@19 = 1xitem.ingotGold@0 [15:49:04] [Client thread/INFO]: Ignored smelting recipe with conflicting input: 1xitem.item_material@25 = 1xitem.ingotGold@0 [15:49:04] [Client thread/WARN]: Adding smelting recipes for non-EnderIO items is not recommended (1xitem.thermalfoundation.material@64 => 1xitem.thermalfoundation.material@128) [15:49:04] [Client thread/INFO]: Ignored smelting recipe with conflicting input: 1xitem.thermalfoundation.material@64 = 1xitem.thermalfoundation.material@128 [15:49:04] [Client thread/WARN]: Adding smelting recipes for non-EnderIO items is not recommended (1xitem.immersiveengineering.metal@9 => 1xitem.thermalfoundation.material@128) [15:49:04] [Client thread/INFO]: Ignored smelting recipe with conflicting input: 1xitem.immersiveengineering.metal@9 = 1xitem.thermalfoundation.material@128 [15:49:04] [Client thread/WARN]: Adding smelting recipes for non-EnderIO items is not recommended (1xitem.thermalfoundation.material@65 => 1xitem.thermalfoundation.material@129) [15:49:04] [Client thread/INFO]: Ignored smelting recipe with conflicting input: 1xitem.thermalfoundation.material@65 = 1xitem.thermalfoundation.material@129 [15:49:04] [Client thread/WARN]: Adding smelting recipes for non-EnderIO items is not recommended (1xitem.thermalfoundation.material@67 => 1xitem.thermalfoundation.material@131) [15:49:04] [Client thread/INFO]: Ignored smelting recipe with conflicting input: 1xitem.thermalfoundation.material@67 = 1xitem.thermalfoundation.material@131 [15:49:04] [Client thread/WARN]: Adding smelting recipes for non-EnderIO items is not recommended (1xitem.immersiveengineering.metal@11 => 1xitem.thermalfoundation.material@131) [15:49:04] [Client thread/INFO]: Ignored smelting recipe with conflicting input: 1xitem.immersiveengineering.metal@11 = 1xitem.thermalfoundation.material@131 [15:49:04] [Client thread/WARN]: Adding smelting recipes for non-EnderIO items is not recommended (1xitem.thermalfoundation.material@66 => 1xitem.thermalfoundation.material@130) [15:49:04] [Client thread/INFO]: Ignored smelting recipe with conflicting input: 1xitem.thermalfoundation.material@66 = 1xitem.thermalfoundation.material@130 [15:49:04] [Client thread/WARN]: Adding smelting recipes for non-EnderIO items is not recommended (1xitem.immersiveengineering.metal@12 => 1xitem.thermalfoundation.material@130) [15:49:04] [Client thread/INFO]: Ignored smelting recipe with conflicting input: 1xitem.immersiveengineering.metal@12 = 1xitem.thermalfoundation.material@130 [15:49:04] [Client thread/WARN]: Adding smelting recipes for non-EnderIO items is not recommended (1xitem.thermalfoundation.material@69 => 1xitem.thermalfoundation.material@133) [15:49:04] [Client thread/INFO]: Ignored smelting recipe with conflicting input: 1xitem.thermalfoundation.material@69 = 1xitem.thermalfoundation.material@133 [15:49:04] [Client thread/WARN]: Adding smelting recipes for non-EnderIO items is not recommended (1xitem.immersiveengineering.metal@13 => 1xitem.thermalfoundation.material@133) [15:49:04] [Client thread/INFO]: Ignored smelting recipe with conflicting input: 1xitem.immersiveengineering.metal@13 = 1xitem.thermalfoundation.material@133 [15:49:04] [Client thread/WARN]: Adding smelting recipes for non-EnderIO items is not recommended (1xitem.thermalfoundation.material@68 => 1xitem.thermalfoundation.material@132) [15:49:04] [Client thread/INFO]: Ignored smelting recipe with conflicting input: 1xitem.thermalfoundation.material@68 = 1xitem.thermalfoundation.material@132 [15:49:04] [Client thread/WARN]: Adding smelting recipes for non-EnderIO items is not recommended (1xitem.immersiveengineering.metal@10 => 1xitem.thermalfoundation.material@132) [15:49:04] [Client thread/INFO]: Ignored smelting recipe with conflicting input: 1xitem.immersiveengineering.metal@10 = 1xitem.thermalfoundation.material@132 [15:49:04] [Client thread/WARN]: Adding smelting recipes for non-EnderIO items is not recommended (1xitem.thermalfoundation.material@70 => 1xitem.thermalfoundation.material@134) [15:49:04] [Client thread/INFO]: Ignored smelting recipe with conflicting input: 1xitem.thermalfoundation.material@70 = 1xitem.thermalfoundation.material@134 [15:49:04] [Client thread/WARN]: Adding smelting recipes for non-EnderIO items is not recommended (1xitem.thermalfoundation.material@72 => 1xitem.thermalfoundation.material@136) [15:49:04] [Client thread/INFO]: Ignored smelting recipe with conflicting input: 1xitem.thermalfoundation.material@72 = 1xitem.thermalfoundation.material@136 [15:49:04] [Client thread/WARN]: Adding smelting recipes for non-EnderIO items is not recommended (1xitem.immersiveengineering.metal@14 => 1xitem.immersiveengineering.metal@5) [15:49:04] [Client thread/INFO]: Ignored smelting recipe with conflicting input: 1xitem.immersiveengineering.metal@14 = 1xitem.immersiveengineering.metal@5 [15:49:04] [Client thread/WARN]: Adding smelting recipes for non-EnderIO items is not recommended (1xitem.thermalfoundation.material@96 => 1xitem.thermalfoundation.material@160) [15:49:04] [Client thread/WARN]: Adding smelting recipes for non-EnderIO items is not recommended (1xitem.immersiveengineering.metal@17 => 1xitem.thermalfoundation.material@160) [15:49:04] [Client thread/INFO]: Ignored smelting recipe with conflicting input: 1xitem.immersiveengineering.metal@17 = 1xitem.thermalfoundation.material@160 [15:49:04] [Client thread/WARN]: The supplied recipe BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.immersiveengineering.metal@2, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.thermalfoundation.material@131, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@6282c46e], energyRequired=10000]] for Alloy Smelter may be a duplicate to: BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.thermalfoundation.material@131, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.immersiveengineering.metal@2, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@6282c46e], energyRequired=10000]] [15:49:04] [Client thread/WARN]: The supplied recipe BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.thermalfoundation.material@128, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.thermalfoundation.material@131, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@6282c46e], energyRequired=10000]] for Alloy Smelter may be a duplicate to: BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.thermalfoundation.material@131, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.thermalfoundation.material@128, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@6282c46e], energyRequired=10000]] [15:49:04] [Client thread/WARN]: The supplied recipe BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.thermalfoundation.material@128, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.immersiveengineering.metal@2, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@6282c46e], energyRequired=10000]] for Alloy Smelter may be a duplicate to: BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.immersiveengineering.metal@2, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.thermalfoundation.material@128, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@6282c46e], energyRequired=10000]] [15:49:04] [Client thread/WARN]: The supplied recipe BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.immersiveengineering.metal@0, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.thermalfoundation.material@131, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@6282c46e], energyRequired=10000]] for Alloy Smelter may be a duplicate to: BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.thermalfoundation.material@131, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.immersiveengineering.metal@0, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@6282c46e], energyRequired=10000]] [15:49:04] [Client thread/WARN]: The supplied recipe BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.immersiveengineering.metal@0, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.immersiveengineering.metal@2, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@6282c46e], energyRequired=10000]] for Alloy Smelter may be a duplicate to: BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.immersiveengineering.metal@2, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.immersiveengineering.metal@0, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@6282c46e], energyRequired=10000]] [15:49:04] [Client thread/WARN]: The supplied recipe BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.immersiveengineering.metal@0, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.thermalfoundation.material@128, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@6282c46e], energyRequired=10000]] for Alloy Smelter may be a duplicate to: BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.thermalfoundation.material@128, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.immersiveengineering.metal@0, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@6282c46e], energyRequired=10000]] [15:49:04] [Client thread/WARN]: The supplied recipe BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.projectred.core.itemResource@100, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.thermalfoundation.material@131, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@6282c46e], energyRequired=10000]] for Alloy Smelter may be a duplicate to: BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.thermalfoundation.material@131, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.projectred.core.itemResource@100, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@6282c46e], energyRequired=10000]] [15:49:04] [Client thread/WARN]: The supplied recipe BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.projectred.core.itemResource@100, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.immersiveengineering.metal@2, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@6282c46e], energyRequired=10000]] for Alloy Smelter may be a duplicate to: BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.immersiveengineering.metal@2, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.projectred.core.itemResource@100, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@6282c46e], energyRequired=10000]] [15:49:04] [Client thread/WARN]: The supplied recipe BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.projectred.core.itemResource@100, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.thermalfoundation.material@128, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@6282c46e], energyRequired=10000]] for Alloy Smelter may be a duplicate to: BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.thermalfoundation.material@128, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.projectred.core.itemResource@100, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@6282c46e], energyRequired=10000]] [15:49:04] [Client thread/WARN]: The supplied recipe BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.projectred.core.itemResource@100, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.immersiveengineering.metal@0, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@6282c46e], energyRequired=10000]] for Alloy Smelter may be a duplicate to: BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.immersiveengineering.metal@0, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.projectred.core.itemResource@100, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@6282c46e], energyRequired=10000]] [15:49:04] [Client thread/WARN]: The supplied recipe BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.thermalfoundation.material@130, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.thermalfoundation.material@131, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@6282c46e], energyRequired=10000]] for Alloy Smelter may be a duplicate to: BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.thermalfoundation.material@131, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.thermalfoundation.material@130, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@6282c46e], energyRequired=10000]] [15:49:04] [Client thread/WARN]: The supplied recipe BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.thermalfoundation.material@130, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.immersiveengineering.metal@2, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@6282c46e], energyRequired=10000]] for Alloy Smelter may be a duplicate to: BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.immersiveengineering.metal@2, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.thermalfoundation.material@130, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@6282c46e], energyRequired=10000]] [15:49:04] [Client thread/WARN]: The supplied recipe BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.thermalfoundation.material@130, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.thermalfoundation.material@128, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@6282c46e], energyRequired=10000]] for Alloy Smelter may be a duplicate to: BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.thermalfoundation.material@128, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.thermalfoundation.material@130, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@6282c46e], energyRequired=10000]] [15:49:04] [Client thread/WARN]: The supplied recipe BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.thermalfoundation.material@130, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.immersiveengineering.metal@0, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@6282c46e], energyRequired=10000]] for Alloy Smelter may be a duplicate to: BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.immersiveengineering.metal@0, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.thermalfoundation.material@130, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@6282c46e], energyRequired=10000]] [15:49:04] [Client thread/WARN]: The supplied recipe BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.thermalfoundation.material@130, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.projectred.core.itemResource@100, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@6282c46e], energyRequired=10000]] for Alloy Smelter may be a duplicate to: BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.projectred.core.itemResource@100, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.thermalfoundation.material@130, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@6282c46e], energyRequired=10000]] [15:49:04] [Client thread/WARN]: The supplied recipe BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.immersiveengineering.metal@3, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.thermalfoundation.material@131, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@6282c46e], energyRequired=10000]] for Alloy Smelter may be a duplicate to: BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.thermalfoundation.material@131, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.immersiveengineering.metal@3, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@6282c46e], energyRequired=10000]] [15:49:04] [Client thread/WARN]: The supplied recipe BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.immersiveengineering.metal@3, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.immersiveengineering.metal@2, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@6282c46e], energyRequired=10000]] for Alloy Smelter may be a duplicate to: BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.immersiveengineering.metal@2, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.immersiveengineering.metal@3, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@6282c46e], energyRequired=10000]] [15:49:04] [Client thread/WARN]: The supplied recipe BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.immersiveengineering.metal@3, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.thermalfoundation.material@128, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@6282c46e], energyRequired=10000]] for Alloy Smelter may be a duplicate to: BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.thermalfoundation.material@128, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.immersiveengineering.metal@3, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@6282c46e], energyRequired=10000]] [15:49:04] [Client thread/WARN]: The supplied recipe BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.immersiveengineering.metal@3, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.immersiveengineering.metal@0, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@6282c46e], energyRequired=10000]] for Alloy Smelter may be a duplicate to: BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.immersiveengineering.metal@0, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.immersiveengineering.metal@3, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@6282c46e], energyRequired=10000]] [15:49:04] [Client thread/WARN]: The supplied recipe BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.immersiveengineering.metal@3, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.projectred.core.itemResource@100, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@6282c46e], energyRequired=10000]] for Alloy Smelter may be a duplicate to: BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.projectred.core.itemResource@100, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.immersiveengineering.metal@3, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@6282c46e], energyRequired=10000]] [15:49:04] [Client thread/WARN]: The supplied recipe BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.immersiveengineering.metal@3, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.thermalfoundation.material@130, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@6282c46e], energyRequired=10000]] for Alloy Smelter may be a duplicate to: BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.thermalfoundation.material@130, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.immersiveengineering.metal@3, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@6282c46e], energyRequired=10000]] [15:49:04] [Client thread/WARN]: The supplied recipe BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.projectred.core.itemResource@102, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.thermalfoundation.material@131, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@6282c46e], energyRequired=10000]] for Alloy Smelter may be a duplicate to: BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.thermalfoundation.material@131, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.projectred.core.itemResource@102, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@6282c46e], energyRequired=10000]] [15:49:04] [Client thread/WARN]: The supplied recipe BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.projectred.core.itemResource@102, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.immersiveengineering.metal@2, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@6282c46e], energyRequired=10000]] for Alloy Smelter may be a duplicate to: BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.immersiveengineering.metal@2, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.projectred.core.itemResource@102, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@6282c46e], energyRequired=10000]] [15:49:04] [Client thread/WARN]: The supplied recipe BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.projectred.core.itemResource@102, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.thermalfoundation.material@128, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@6282c46e], energyRequired=10000]] for Alloy Smelter may be a duplicate to: BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.thermalfoundation.material@128, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.projectred.core.itemResource@102, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@6282c46e], energyRequired=10000]] [15:49:04] [Client thread/WARN]: The supplied recipe BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.projectred.core.itemResource@102, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.immersiveengineering.metal@0, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@6282c46e], energyRequired=10000]] for Alloy Smelter may be a duplicate to: BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.immersiveengineering.metal@0, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.projectred.core.itemResource@102, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@6282c46e], energyRequired=10000]] [15:49:04] [Client thread/WARN]: The supplied recipe BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.projectred.core.itemResource@102, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.projectred.core.itemResource@100, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@6282c46e], energyRequired=10000]] for Alloy Smelter may be a duplicate to: BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.projectred.core.itemResource@100, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.projectred.core.itemResource@102, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@6282c46e], energyRequired=10000]] [15:49:04] [Client thread/WARN]: The supplied recipe BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.projectred.core.itemResource@102, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.thermalfoundation.material@130, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@6282c46e], energyRequired=10000]] for Alloy Smelter may be a duplicate to: BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.thermalfoundation.material@130, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.projectred.core.itemResource@102, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@6282c46e], energyRequired=10000]] [15:49:04] [Client thread/WARN]: The supplied recipe BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.projectred.core.itemResource@102, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.immersiveengineering.metal@3, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@6282c46e], energyRequired=10000]] for Alloy Smelter may be a duplicate to: BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.immersiveengineering.metal@3, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.projectred.core.itemResource@102, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@6282c46e], energyRequired=10000]] [15:49:04] [Client thread/WARN]: The supplied recipe BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.thermalfoundation.material@132, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.thermalfoundation.material@131, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@6282c46e], energyRequired=10000]] for Alloy Smelter may be a duplicate to: BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.thermalfoundation.material@131, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.thermalfoundation.material@132, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@6282c46e], energyRequired=10000]] [15:49:04] [Client thread/WARN]: The supplied recipe BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.thermalfoundation.material@132, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.immersiveengineering.metal@2, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@6282c46e], energyRequired=10000]] for Alloy Smelter may be a duplicate to: BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.immersiveengineering.metal@2, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.thermalfoundation.material@132, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@6282c46e], energyRequired=10000]] [15:49:04] [Client thread/WARN]: The supplied recipe BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.thermalfoundation.material@132, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.thermalfoundation.material@128, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@6282c46e], energyRequired=10000]] for Alloy Smelter may be a duplicate to: BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.thermalfoundation.material@128, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.thermalfoundation.material@132, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@6282c46e], energyRequired=10000]] [15:49:04] [Client thread/WARN]: The supplied recipe BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.thermalfoundation.material@132, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.immersiveengineering.metal@0, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@6282c46e], energyRequired=10000]] for Alloy Smelter may be a duplicate to: BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.immersiveengineering.metal@0, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.thermalfoundation.material@132, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@6282c46e], energyRequired=10000]] [15:49:04] [Client thread/WARN]: The supplied recipe BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.thermalfoundation.material@132, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.projectred.core.itemResource@100, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@6282c46e], energyRequired=10000]] for Alloy Smelter may be a duplicate to: BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.projectred.core.itemResource@100, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.thermalfoundation.material@132, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@6282c46e], energyRequired=10000]] [15:49:04] [Client thread/WARN]: The supplied recipe BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.thermalfoundation.material@132, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.thermalfoundation.material@130, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@6282c46e], energyRequired=10000]] for Alloy Smelter may be a duplicate to: BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.thermalfoundation.material@130, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.thermalfoundation.material@132, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@6282c46e], energyRequired=10000]] [15:49:04] [Client thread/WARN]: The supplied recipe BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.thermalfoundation.material@132, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.immersiveengineering.metal@3, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@6282c46e], energyRequired=10000]] for Alloy Smelter may be a duplicate to: BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.immersiveengineering.metal@3, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.thermalfoundation.material@132, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@6282c46e], energyRequired=10000]] [15:49:04] [Client thread/WARN]: The supplied recipe BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.thermalfoundation.material@132, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.projectred.core.itemResource@102, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@6282c46e], energyRequired=10000]] for Alloy Smelter may be a duplicate to: BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.projectred.core.itemResource@102, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.thermalfoundation.material@132, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@6282c46e], energyRequired=10000]] [15:49:04] [Client thread/WARN]: The supplied recipe BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.immersiveengineering.metal@1, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.thermalfoundation.material@131, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@6282c46e], energyRequired=10000]] for Alloy Smelter may be a duplicate to: BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.thermalfoundation.material@131, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.immersiveengineering.metal@1, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@6282c46e], energyRequired=10000]] [15:49:04] [Client thread/WARN]: The supplied recipe BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.immersiveengineering.metal@1, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.immersiveengineering.metal@2, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@6282c46e], energyRequired=10000]] for Alloy Smelter may be a duplicate to: BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.immersiveengineering.metal@2, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.immersiveengineering.metal@1, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@6282c46e], energyRequired=10000]] [15:49:04] [Client thread/WARN]: The supplied recipe BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.immersiveengineering.metal@1, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.thermalfoundation.material@128, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@6282c46e], energyRequired=10000]] for Alloy Smelter may be a duplicate to: BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.thermalfoundation.material@128, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.immersiveengineering.metal@1, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@6282c46e], energyRequired=10000]] [15:49:04] [Client thread/WARN]: The supplied recipe BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.immersiveengineering.metal@1, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.immersiveengineering.metal@0, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@6282c46e], energyRequired=10000]] for Alloy Smelter may be a duplicate to: BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.immersiveengineering.metal@0, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.immersiveengineering.metal@1, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@6282c46e], energyRequired=10000]] [15:49:04] [Client thread/WARN]: The supplied recipe BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.immersiveengineering.metal@1, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.projectred.core.itemResource@100, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@6282c46e], energyRequired=10000]] for Alloy Smelter may be a duplicate to: BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.projectred.core.itemResource@100, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.immersiveengineering.metal@1, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@6282c46e], energyRequired=10000]] [15:49:04] [Client thread/WARN]: The supplied recipe BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.immersiveengineering.metal@1, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.thermalfoundation.material@130, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@6282c46e], energyRequired=10000]] for Alloy Smelter may be a duplicate to: BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.thermalfoundation.material@130, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.immersiveengineering.metal@1, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@6282c46e], energyRequired=10000]] [15:49:04] [Client thread/WARN]: The supplied recipe BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.immersiveengineering.metal@1, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.immersiveengineering.metal@3, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@6282c46e], energyRequired=10000]] for Alloy Smelter may be a duplicate to: BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.immersiveengineering.metal@3, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.immersiveengineering.metal@1, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@6282c46e], energyRequired=10000]] [15:49:04] [Client thread/WARN]: The supplied recipe BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.immersiveengineering.metal@1, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.projectred.core.itemResource@102, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@6282c46e], energyRequired=10000]] for Alloy Smelter may be a duplicate to: BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.projectred.core.itemResource@102, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.immersiveengineering.metal@1, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@6282c46e], energyRequired=10000]] [15:49:04] [Client thread/WARN]: The supplied recipe BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.immersiveengineering.metal@1, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.thermalfoundation.material@132, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@6282c46e], energyRequired=10000]] for Alloy Smelter may be a duplicate to: BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.thermalfoundation.material@132, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.immersiveengineering.metal@1, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@6282c46e], energyRequired=10000]] [15:49:04] [Client thread/WARN]: The supplied recipe BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.thermalfoundation.material@129, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.thermalfoundation.material@131, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@6282c46e], energyRequired=10000]] for Alloy Smelter may be a duplicate to: BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.thermalfoundation.material@131, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.thermalfoundation.material@129, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@6282c46e], energyRequired=10000]] [15:49:04] [Client thread/WARN]: The supplied recipe BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.thermalfoundation.material@129, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.immersiveengineering.metal@2, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@6282c46e], energyRequired=10000]] for Alloy Smelter may be a duplicate to: BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.immersiveengineering.metal@2, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.thermalfoundation.material@129, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@6282c46e], energyRequired=10000]] [15:49:04] [Client thread/WARN]: The supplied recipe BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.thermalfoundation.material@129, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.thermalfoundation.material@128, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@6282c46e], energyRequired=10000]] for Alloy Smelter may be a duplicate to: BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.thermalfoundation.material@128, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.thermalfoundation.material@129, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@6282c46e], energyRequired=10000]] [15:49:04] [Client thread/WARN]: The supplied recipe BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.thermalfoundation.material@129, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.immersiveengineering.metal@0, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@6282c46e], energyRequired=10000]] for Alloy Smelter may be a duplicate to: BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.immersiveengineering.metal@0, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.thermalfoundation.material@129, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@6282c46e], energyRequired=10000]] [15:49:04] [Client thread/WARN]: The supplied recipe BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.thermalfoundation.material@129, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.projectred.core.itemResource@100, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@6282c46e], energyRequired=10000]] for Alloy Smelter may be a duplicate to: BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.projectred.core.itemResource@100, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.thermalfoundation.material@129, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@6282c46e], energyRequired=10000]] [15:49:04] [Client thread/WARN]: The supplied recipe BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.thermalfoundation.material@129, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.thermalfoundation.material@130, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@6282c46e], energyRequired=10000]] for Alloy Smelter may be a duplicate to: BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.thermalfoundation.material@130, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.thermalfoundation.material@129, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@6282c46e], energyRequired=10000]] [15:49:04] [Client thread/WARN]: The supplied recipe BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.thermalfoundation.material@129, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.immersiveengineering.metal@3, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@6282c46e], energyRequired=10000]] for Alloy Smelter may be a duplicate to: BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.immersiveengineering.metal@3, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.thermalfoundation.material@129, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@6282c46e], energyRequired=10000]] [15:49:04] [Client thread/WARN]: The supplied recipe BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.thermalfoundation.material@129, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.projectred.core.itemResource@102, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@6282c46e], energyRequired=10000]] for Alloy Smelter may be a duplicate to: BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.projectred.core.itemResource@102, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.thermalfoundation.material@129, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@6282c46e], energyRequired=10000]] [15:49:04] [Client thread/WARN]: The supplied recipe BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.thermalfoundation.material@129, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.thermalfoundation.material@132, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@6282c46e], energyRequired=10000]] for Alloy Smelter may be a duplicate to: BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.thermalfoundation.material@132, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.thermalfoundation.material@129, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@6282c46e], energyRequired=10000]] [15:49:04] [Client thread/WARN]: The supplied recipe BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.thermalfoundation.material@129, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.immersiveengineering.metal@1, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@6282c46e], energyRequired=10000]] for Alloy Smelter may be a duplicate to: BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.immersiveengineering.metal@1, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.thermalfoundation.material@129, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@6282c46e], energyRequired=10000]] [15:49:04] [Client thread/WARN]: The supplied recipe BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.projectred.core.itemResource@101, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.thermalfoundation.material@131, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@6282c46e], energyRequired=10000]] for Alloy Smelter may be a duplicate to: BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.thermalfoundation.material@131, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.projectred.core.itemResource@101, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@6282c46e], energyRequired=10000]] [15:49:04] [Client thread/WARN]: The supplied recipe BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.projectred.core.itemResource@101, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.immersiveengineering.metal@2, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@6282c46e], energyRequired=10000]] for Alloy Smelter may be a duplicate to: BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.immersiveengineering.metal@2, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.projectred.core.itemResource@101, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@6282c46e], energyRequired=10000]] [15:49:04] [Client thread/WARN]: The supplied recipe BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.projectred.core.itemResource@101, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.thermalfoundation.material@128, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@6282c46e], energyRequired=10000]] for Alloy Smelter may be a duplicate to: BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.thermalfoundation.material@128, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.projectred.core.itemResource@101, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@6282c46e], energyRequired=10000]] [15:49:04] [Client thread/WARN]: The supplied recipe BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.projectred.core.itemResource@101, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.immersiveengineering.metal@0, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@6282c46e], energyRequired=10000]] for Alloy Smelter may be a duplicate to: BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.immersiveengineering.metal@0, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.projectred.core.itemResource@101, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@6282c46e], energyRequired=10000]] [15:49:04] [Client thread/WARN]: The supplied recipe BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.projectred.core.itemResource@101, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.projectred.core.itemResource@100, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@6282c46e], energyRequired=10000]] for Alloy Smelter may be a duplicate to: BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.projectred.core.itemResource@100, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.projectred.core.itemResource@101, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@6282c46e], energyRequired=10000]] [15:49:04] [Client thread/WARN]: The supplied recipe BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.projectred.core.itemResource@101, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.thermalfoundation.material@130, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@6282c46e], energyRequired=10000]] for Alloy Smelter may be a duplicate to: BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.thermalfoundation.material@130, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.projectred.core.itemResource@101, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@6282c46e], energyRequired=10000]] [15:49:04] [Client thread/WARN]: The supplied recipe BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.projectred.core.itemResource@101, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.immersiveengineering.metal@3, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@6282c46e], energyRequired=10000]] for Alloy Smelter may be a duplicate to: BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.immersiveengineering.metal@3, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.projectred.core.itemResource@101, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@6282c46e], energyRequired=10000]] [15:49:04] [Client thread/WARN]: The supplied recipe BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.projectred.core.itemResource@101, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.projectred.core.itemResource@102, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@6282c46e], energyRequired=10000]] for Alloy Smelter may be a duplicate to: BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.projectred.core.itemResource@102, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.projectred.core.itemResource@101, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@6282c46e], energyRequired=10000]] [15:49:04] [Client thread/WARN]: The supplied recipe BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.projectred.core.itemResource@101, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.thermalfoundation.material@132, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@6282c46e], energyRequired=10000]] for Alloy Smelter may be a duplicate to: BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.thermalfoundation.material@132, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.projectred.core.itemResource@101, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@6282c46e], energyRequired=10000]] [15:49:04] [Client thread/WARN]: The supplied recipe BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.projectred.core.itemResource@101, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.immersiveengineering.metal@1, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@6282c46e], energyRequired=10000]] for Alloy Smelter may be a duplicate to: BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.immersiveengineering.metal@1, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.projectred.core.itemResource@101, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@6282c46e], energyRequired=10000]] [15:49:04] [Client thread/WARN]: The supplied recipe BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.projectred.core.itemResource@101, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.thermalfoundation.material@129, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@6282c46e], energyRequired=10000]] for Alloy Smelter may be a duplicate to: BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.thermalfoundation.material@129, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.projectred.core.itemResource@101, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@6282c46e], energyRequired=10000]] [15:49:04] [Client thread/WARN]: The supplied recipe BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.thermalfoundation.material@133, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.thermalfoundation.material@131, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@6282c46e], energyRequired=10000]] for Alloy Smelter may be a duplicate to: BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.thermalfoundation.material@131, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.thermalfoundation.material@133, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@6282c46e], energyRequired=10000]] [15:49:04] [Client thread/WARN]: The supplied recipe BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.thermalfoundation.material@133, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.immersiveengineering.metal@2, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@6282c46e], energyRequired=10000]] for Alloy Smelter may be a duplicate to: BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.immersiveengineering.metal@2, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.thermalfoundation.material@133, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@6282c46e], energyRequired=10000]] [15:49:04] [Client thread/WARN]: The supplied recipe BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.thermalfoundation.material@133, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.thermalfoundation.material@128, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@6282c46e], energyRequired=10000]] for Alloy Smelter may be a duplicate to: BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.thermalfoundation.material@128, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.thermalfoundation.material@133, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@6282c46e], energyRequired=10000]] [15:49:04] [Client thread/WARN]: The supplied recipe BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.thermalfoundation.material@133, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.immersiveengineering.metal@0, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@6282c46e], energyRequired=10000]] for Alloy Smelter may be a duplicate to: BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.immersiveengineering.metal@0, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.thermalfoundation.material@133, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@6282c46e], energyRequired=10000]] [15:49:04] [Client thread/WARN]: The supplied recipe BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.thermalfoundation.material@133, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.projectred.core.itemResource@100, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@6282c46e], energyRequired=10000]] for Alloy Smelter may be a duplicate to: BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.projectred.core.itemResource@100, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.thermalfoundation.material@133, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@6282c46e], energyRequired=10000]] [15:49:04] [Client thread/WARN]: The supplied recipe BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.thermalfoundation.material@133, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.thermalfoundation.material@130, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@6282c46e], energyRequired=10000]] for Alloy Smelter may be a duplicate to: BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.thermalfoundation.material@130, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.thermalfoundation.material@133, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@6282c46e], energyRequired=10000]] [15:49:04] [Client thread/WARN]: The supplied recipe BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.thermalfoundation.material@133, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.immersiveengineering.metal@3, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@6282c46e], energyRequired=10000]] for Alloy Smelter may be a duplicate to: BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.immersiveengineering.metal@3, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.thermalfoundation.material@133, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@6282c46e], energyRequired=10000]] [15:49:04] [Client thread/WARN]: The supplied recipe BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.thermalfoundation.material@133, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.projectred.core.itemResource@102, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@6282c46e], energyRequired=10000]] for Alloy Smelter may be a duplicate to: BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.projectred.core.itemResource@102, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.thermalfoundation.material@133, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@6282c46e], energyRequired=10000]] [15:49:04] [Client thread/WARN]: The supplied recipe BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.thermalfoundation.material@133, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.thermalfoundation.material@132, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@6282c46e], energyRequired=10000]] for Alloy Smelter may be a duplicate to: BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.thermalfoundation.material@132, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.thermalfoundation.material@133, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@6282c46e], energyRequired=10000]] [15:49:04] [Client thread/WARN]: The supplied recipe BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.thermalfoundation.material@133, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.immersiveengineering.metal@1, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@6282c46e], energyRequired=10000]] for Alloy Smelter may be a duplicate to: BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.immersiveengineering.metal@1, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.thermalfoundation.material@133, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@6282c46e], energyRequired=10000]] [15:49:04] [Client thread/WARN]: The supplied recipe BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.thermalfoundation.material@133, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.thermalfoundation.material@129, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@6282c46e], energyRequired=10000]] for Alloy Smelter may be a duplicate to: BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.thermalfoundation.material@129, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.thermalfoundation.material@133, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@6282c46e], energyRequired=10000]] [15:49:04] [Client thread/WARN]: The supplied recipe BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.thermalfoundation.material@133, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.projectred.core.itemResource@101, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@6282c46e], energyRequired=10000]] for Alloy Smelter may be a duplicate to: BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.projectred.core.itemResource@101, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.thermalfoundation.material@133, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@6282c46e], energyRequired=10000]] [15:49:04] [Client thread/WARN]: The supplied recipe BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.immersiveengineering.metal@4, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.thermalfoundation.material@131, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@6282c46e], energyRequired=10000]] for Alloy Smelter may be a duplicate to: BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.thermalfoundation.material@131, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.immersiveengineering.metal@4, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@6282c46e], energyRequired=10000]] [15:49:04] [Client thread/WARN]: The supplied recipe BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.immersiveengineering.metal@4, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.immersiveengineering.metal@2, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@6282c46e], energyRequired=10000]] for Alloy Smelter may be a duplicate to: BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.immersiveengineering.metal@2, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.immersiveengineering.metal@4, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@6282c46e], energyRequired=10000]] [15:49:04] [Client thread/WARN]: The supplied recipe BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.immersiveengineering.metal@4, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.thermalfoundation.material@128, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@6282c46e], energyRequired=10000]] for Alloy Smelter may be a duplicate to: BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.thermalfoundation.material@128, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.immersiveengineering.metal@4, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@6282c46e], energyRequired=10000]] [15:49:04] [Client thread/WARN]: The supplied recipe BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.immersiveengineering.metal@4, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.immersiveengineering.metal@0, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@6282c46e], energyRequired=10000]] for Alloy Smelter may be a duplicate to: BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.immersiveengineering.metal@0, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.immersiveengineering.metal@4, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@6282c46e], energyRequired=10000]] [15:49:04] [Client thread/WARN]: The supplied recipe BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.immersiveengineering.metal@4, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.projectred.core.itemResource@100, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@6282c46e], energyRequired=10000]] for Alloy Smelter may be a duplicate to: BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.projectred.core.itemResource@100, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.immersiveengineering.metal@4, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@6282c46e], energyRequired=10000]] [15:49:04] [Client thread/WARN]: The supplied recipe BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.immersiveengineering.metal@4, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.thermalfoundation.material@130, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@6282c46e], energyRequired=10000]] for Alloy Smelter may be a duplicate to: BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.thermalfoundation.material@130, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.immersiveengineering.metal@4, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@6282c46e], energyRequired=10000]] [15:49:04] [Client thread/WARN]: The supplied recipe BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.immersiveengineering.metal@4, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.immersiveengineering.metal@3, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@6282c46e], energyRequired=10000]] for Alloy Smelter may be a duplicate to: BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.immersiveengineering.metal@3, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.immersiveengineering.metal@4, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@6282c46e], energyRequired=10000]] [15:49:04] [Client thread/WARN]: The supplied recipe BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.immersiveengineering.metal@4, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.projectred.core.itemResource@102, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@6282c46e], energyRequired=10000]] for Alloy Smelter may be a duplicate to: BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.projectred.core.itemResource@102, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.immersiveengineering.metal@4, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@6282c46e], energyRequired=10000]] [15:49:04] [Client thread/WARN]: The supplied recipe BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.immersiveengineering.metal@4, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.thermalfoundation.material@132, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@6282c46e], energyRequired=10000]] for Alloy Smelter may be a duplicate to: BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.thermalfoundation.material@132, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.immersiveengineering.metal@4, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@6282c46e], energyRequired=10000]] [15:49:04] [Client thread/WARN]: The supplied recipe BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.immersiveengineering.metal@4, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.immersiveengineering.metal@1, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@6282c46e], energyRequired=10000]] for Alloy Smelter may be a duplicate to: BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.immersiveengineering.metal@1, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.immersiveengineering.metal@4, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@6282c46e], energyRequired=10000]] [15:49:04] [Client thread/WARN]: The supplied recipe BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.immersiveengineering.metal@4, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.thermalfoundation.material@129, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@6282c46e], energyRequired=10000]] for Alloy Smelter may be a duplicate to: BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.thermalfoundation.material@129, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.immersiveengineering.metal@4, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@6282c46e], energyRequired=10000]] [15:49:04] [Client thread/WARN]: The supplied recipe BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.immersiveengineering.metal@4, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.projectred.core.itemResource@101, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@6282c46e], energyRequired=10000]] for Alloy Smelter may be a duplicate to: BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.projectred.core.itemResource@101, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.immersiveengineering.metal@4, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@6282c46e], energyRequired=10000]] [15:49:04] [Client thread/WARN]: The supplied recipe BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.immersiveengineering.metal@4, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.thermalfoundation.material@133, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@6282c46e], energyRequired=10000]] for Alloy Smelter may be a duplicate to: BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.thermalfoundation.material@133, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.immersiveengineering.metal@4, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@6282c46e], energyRequired=10000]] [15:49:04] [Client thread/WARN]: The supplied recipe BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.thermalfoundation.material@134, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.thermalfoundation.material@131, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@6282c46e], energyRequired=10000]] for Alloy Smelter may be a duplicate to: BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.thermalfoundation.material@131, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.thermalfoundation.material@134, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@6282c46e], energyRequired=10000]] [15:49:04] [Client thread/WARN]: The supplied recipe BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.thermalfoundation.material@134, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.immersiveengineering.metal@2, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@6282c46e], energyRequired=10000]] for Alloy Smelter may be a duplicate to: BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.immersiveengineering.metal@2, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.thermalfoundation.material@134, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@6282c46e], energyRequired=10000]] [15:49:04] [Client thread/WARN]: The supplied recipe BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.thermalfoundation.material@134, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.thermalfoundation.material@128, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@6282c46e], energyRequired=10000]] for Alloy Smelter may be a duplicate to: BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.thermalfoundation.material@128, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.thermalfoundation.material@134, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@6282c46e], energyRequired=10000]] [15:49:04] [Client thread/WARN]: The supplied recipe BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.thermalfoundation.material@134, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.immersiveengineering.metal@0, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@6282c46e], energyRequired=10000]] for Alloy Smelter may be a duplicate to: BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.immersiveengineering.metal@0, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.thermalfoundation.material@134, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@6282c46e], energyRequired=10000]] [15:49:04] [Client thread/WARN]: The supplied recipe BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.thermalfoundation.material@134, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.projectred.core.itemResource@100, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@6282c46e], energyRequired=10000]] for Alloy Smelter may be a duplicate to: BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.projectred.core.itemResource@100, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.thermalfoundation.material@134, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@6282c46e], energyRequired=10000]] [15:49:04] [Client thread/WARN]: The supplied recipe BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.thermalfoundation.material@134, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.thermalfoundation.material@130, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@6282c46e], energyRequired=10000]] for Alloy Smelter may be a duplicate to: BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.thermalfoundation.material@130, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.thermalfoundation.material@134, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@6282c46e], energyRequired=10000]] [15:49:04] [Client thread/WARN]: The supplied recipe BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.thermalfoundation.material@134, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.immersiveengineering.metal@3, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@6282c46e], energyRequired=10000]] for Alloy Smelter may be a duplicate to: BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.immersiveengineering.metal@3, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.thermalfoundation.material@134, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@6282c46e], energyRequired=10000]] [15:49:04] [Client thread/WARN]: The supplied recipe BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.thermalfoundation.material@134, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.projectred.core.itemResource@102, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@6282c46e], energyRequired=10000]] for Alloy Smelter may be a duplicate to: BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.projectred.core.itemResource@102, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.thermalfoundation.material@134, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@6282c46e], energyRequired=10000]] [15:49:04] [Client thread/WARN]: The supplied recipe BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.thermalfoundation.material@134, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.thermalfoundation.material@132, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@6282c46e], energyRequired=10000]] for Alloy Smelter may be a duplicate to: BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.thermalfoundation.material@132, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.thermalfoundation.material@134, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@6282c46e], energyRequired=10000]] [15:49:04] [Client thread/WARN]: The supplied recipe BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.thermalfoundation.material@134, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.immersiveengineering.metal@1, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@6282c46e], energyRequired=10000]] for Alloy Smelter may be a duplicate to: BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.immersiveengineering.metal@1, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.thermalfoundation.material@134, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@6282c46e], energyRequired=10000]] [15:49:04] [Client thread/WARN]: The supplied recipe BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.thermalfoundation.material@134, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.thermalfoundation.material@129, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@6282c46e], energyRequired=10000]] for Alloy Smelter may be a duplicate to: BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.thermalfoundation.material@129, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.thermalfoundation.material@134, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@6282c46e], energyRequired=10000]] [15:49:04] [Client thread/WARN]: The supplied recipe BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.thermalfoundation.material@134, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.projectred.core.itemResource@101, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@6282c46e], energyRequired=10000]] for Alloy Smelter may be a duplicate to: BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.projectred.core.itemResource@101, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.thermalfoundation.material@134, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@6282c46e], energyRequired=10000]] [15:49:04] [Client thread/WARN]: The supplied recipe BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.thermalfoundation.material@134, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.thermalfoundation.material@133, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@6282c46e], energyRequired=10000]] for Alloy Smelter may be a duplicate to: BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.thermalfoundation.material@133, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.thermalfoundation.material@134, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@6282c46e], energyRequired=10000]] [15:49:04] [Client thread/WARN]: The supplied recipe BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.thermalfoundation.material@134, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.immersiveengineering.metal@4, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@6282c46e], energyRequired=10000]] for Alloy Smelter may be a duplicate to: BasicManyToOneRecipe [output=3xitem.item_alloy_ingot@9, recipe=Recipe [input=[RecipeInput [input=1xitem.immersiveengineering.metal@4, useMeta=true], RecipeInput [input=1xitem.ingotIron@0, useMeta=true], RecipeInput [input=1xitem.thermalfoundation.material@134, useMeta=true]], output=[crazypants.enderio.base.recipe.RecipeOutput@6282c46e], energyRequired=10000]] [15:49:04] [Client thread/INFO]: Created 6 synthetic recipes for 3xitem.item_material@38 => 1xitem.item_material@3 [15:49:04] [Client thread/INFO]: Created 6 synthetic recipes for 4xitem.netherquartz@0 => 1xtile.block_fused_quartz@0 [15:49:04] [Client thread/INFO]: Created 6 synthetic recipes for 1xtile.quartzBlock@0 => 1xtile.block_fused_quartz@0 [15:49:04] [Client thread/INFO]: Created 6 synthetic recipes for 1xtile.glass@0 => 1xtile.block_fused_glass@0 [15:49:04] [Client thread/INFO]: Created 6 synthetic recipes for 1xtile.sapling@0 => 1xtile.deadbush@0 [15:49:04] [Client thread/WARN]: TiC recipe is active, but TiC integration is not loaded [15:49:04] [Client thread/WARN]: TiC recipe is active, but TiC integration is not loaded [15:49:04] [Client thread/INFO]: Created 6 synthetic recipes for 9xitem.item_material@28 => 1xitem.enderPearl@0 [15:49:04] [Client thread/WARN]: TiC recipe is active, but TiC integration is not loaded [15:49:04] [Client thread/WARN]: TiC recipe is active, but TiC integration is not loaded [15:49:04] [Client thread/WARN]: TiC recipe is active, but TiC integration is not loaded [15:49:04] [Client thread/WARN]: TiC recipe is active, but TiC integration is not loaded [15:49:04] [Client thread/WARN]: TiC recipe is active, but TiC integration is not loaded [15:49:04] [Client thread/WARN]: Adding smelting recipes for non-EnderIO items is not recommended (1xitem.appliedenergistics2.material@4 => 1xitem.bread@0) [15:49:04] [Client thread/INFO]: Ignored smelting recipe with conflicting input: 1xitem.appliedenergistics2.material@4 = 1xitem.bread@0 [15:49:04] [Client thread/WARN]: Adding smelting recipes for non-EnderIO items is not recommended (1xitem.thermalfoundation.material@64 => 1xitem.thermalfoundation.material@128) [15:49:04] [Client thread/INFO]: Ignored smelting recipe with conflicting input: 1xitem.thermalfoundation.material@64 = 1xitem.thermalfoundation.material@128 [15:49:04] [Client thread/WARN]: Adding smelting recipes for non-EnderIO items is not recommended (1xitem.immersiveengineering.metal@9 => 1xitem.thermalfoundation.material@128) [15:49:04] [Client thread/INFO]: Ignored smelting recipe with conflicting input: 1xitem.immersiveengineering.metal@9 = 1xitem.thermalfoundation.material@128 [15:49:04] [Client thread/INFO]: Ignored smelting recipe with conflicting input: 1xitem.item_material@26 = 1xitem.thermalfoundation.material@128 [15:49:04] [Client thread/WARN]: Adding smelting recipes for non-EnderIO items is not recommended (1xitem.thermalfoundation.material@65 => 1xitem.thermalfoundation.material@129) [15:49:04] [Client thread/INFO]: Ignored smelting recipe with conflicting input: 1xitem.thermalfoundation.material@65 = 1xitem.thermalfoundation.material@129 [15:49:04] [Client thread/INFO]: Ignored smelting recipe with conflicting input: 1xitem.item_material@27 = 1xitem.thermalfoundation.material@129 [15:49:04] [Client thread/INFO]: Enabled support for The One Probe [15:49:04] [Client thread/INFO]: Enabled support for The One Probe [15:49:04] [Client thread/INFO]: Enabled support for The One Probe [15:49:04] [Client thread/INFO]: Enabled support for The One Probe [15:49:04] [Client thread/INFO]: Injecting itemstacks [15:49:04] [Client thread/INFO]: Itemstack injection complete [15:49:04] [Client thread/WARN]: No types have been added to Biome appliedenergistics2:storage_biome, types have been assigned on a best-effort guess: [PLAINS, COLD] [15:49:04] [Client thread/INFO]: Post Initialization ( started ) [15:49:05] [Client thread/INFO]: Industrial Craft 2 - Integration Disabled [15:49:05] [Client thread/INFO]: Railcraft - Integration Disabled [15:49:05] [Client thread/INFO]: Mine Factory Reloaded - Integration Disabled [15:49:05] [Client thread/INFO]: Waila - Integration Disabled [15:49:05] [Client thread/INFO]: Inventory Tweaks - Integration Disabled [15:49:05] [Client thread/INFO]: Just Enough Items - Integration Enable [15:49:05] [Client thread/INFO]: Mekanism - Integration Disabled [15:49:05] [Client thread/INFO]: OpenComputers - Integration Disabled [15:49:05] [Client thread/INFO]: TheOneProbe - Integration Enable [15:49:05] [Client thread/INFO]: Tesla - Integration Disabled [15:49:05] [Client thread/INFO]: CraftTweaker - Integration Disabled [15:49:05] [Client thread/INFO]: Post Initialization ( ended after 676ms ) [15:49:05] [Client thread/INFO]: Thermal Expansion: The One Probe Plugin Enabled. [15:49:05] [Client thread/INFO]: Thermal Expansion: Applied Energistics 2 Plugin Enabled. [15:49:05] [Client thread/INFO]: Thermal Expansion: Chisel Plugin Enabled. [15:49:05] [Client thread/INFO]: Thermal Expansion: Ender IO Plugin Enabled. [15:49:05] [Client thread/INFO]: Thermal Expansion: Immersive Engineering Plugin Enabled. [15:49:06] [Client thread/WARN]: Could not find Build Craft Wrench definition. Wrench integration with other mods may fail [15:49:06] [Client thread/INFO]: Couldn't fully analyze 1xtile.immersiveengineering.metal_device1@10, missing knowledge for {1xtile.immersiveengineering.metal_device0@4=1.0} [15:49:08] [Client thread/ERROR]: Couldn't locate icons for Default: C:\Users\esflo\Documents\Curse\Minecraft\Instances\subway%20systems\mods\journeymap-1.12.2-5.5.3.jar\assets\journeymap\icon\entity [15:49:08] [Client thread/INFO]: Added entity icons from journeymap:icon/entity. Success: false [15:49:08] [Client thread/ERROR]: Couldn't locate icons for flat: C:\Users\esflo\Documents\Curse\Minecraft\Instances\subway%20systems\mods\journeymap-1.12.2-5.5.3.jar\assets\journeymap\theme\flat [15:49:08] [Client thread/INFO]: Preloaded theme textures: 0 [15:49:08] [Client thread/INFO]: Failed to load wrench class buildcraft.api.tools.IToolWrench (this is not an error) [15:49:08] [Client thread/INFO]: Failed to load wrench class resonant.core.content.ItemScrewdriver (this is not an error) [15:49:08] [Client thread/INFO]: Failed to load wrench class ic2.core.item.tool.ItemToolWrench (this is not an error) [15:49:08] [Client thread/INFO]: Failed to load wrench class ic2.core.item.tool.ItemToolWrenchElectric (this is not an error) [15:49:08] [Client thread/INFO]: Failed to load wrench class mods.railcraft.api.core.items.IToolCrowbar (this is not an error) [15:49:08] [Client thread/INFO]: Failed to load wrench class com.bluepowermod.items.ItemScrewdriver (this is not an error) [15:49:08] [Client thread/INFO]: Failed to load wrench class thermalexpansion.item.tool.ItemWrench (this is not an error) [15:49:08] [Client thread/INFO]: Failed to load wrench class mekanism.api.IMekWrench (this is not an error) [15:49:08] [Client thread/INFO]: Failed to load wrench class mcjty.rftools.items.smartwrench (this is not an error) [15:49:08] [Client thread/INFO]: Failed to load wrench class pneumaticCraft.common.item.ItemPneumaticWrench (this is not an error) [15:49:08] [Client thread/INFO]: Failed to load wrench class powercrystals.minefactoryreloaded.api.IToolHammer (this is not an error) [15:49:08] [Client thread/INFO]: Failed to load wrench class buildcraft.api.tools.IToolWrench (this is not an error) [15:49:08] [Client thread/INFO]: Failed to load wrench class resonant.core.content.ItemScrewdriver (this is not an error) [15:49:08] [Client thread/INFO]: Failed to load wrench class ic2.core.item.tool.ItemToolWrench (this is not an error) [15:49:08] [Client thread/INFO]: Failed to load wrench class ic2.core.item.tool.ItemToolWrenchElectric (this is not an error) [15:49:08] [Client thread/INFO]: Failed to load wrench class mods.railcraft.api.core.items.IToolCrowbar (this is not an error) [15:49:08] [Client thread/INFO]: Failed to load wrench class com.bluepowermod.items.ItemScrewdriver (this is not an error) [15:49:08] [Client thread/INFO]: Failed to load wrench class thermalexpansion.item.tool.ItemWrench (this is not an error) [15:49:08] [Client thread/INFO]: Failed to load wrench class mekanism.api.IMekWrench (this is not an error) [15:49:08] [Client thread/INFO]: Failed to load wrench class mcjty.rftools.items.smartwrench (this is not an error) [15:49:08] [Client thread/INFO]: Failed to load wrench class pneumaticCraft.common.item.ItemPneumaticWrench (this is not an error) [15:49:08] [Client thread/INFO]: Failed to load wrench class powercrystals.minefactoryreloaded.api.IToolHammer (this is not an error) [15:49:08] [Client thread/INFO]: Failed to load wrench class buildcraft.api.tools.IToolWrench (this is not an error) [15:49:08] [Client thread/INFO]: Failed to load wrench class resonant.core.content.ItemScrewdriver (this is not an error) [15:49:08] [Client thread/INFO]: Failed to load wrench class ic2.core.item.tool.ItemToolWrench (this is not an error) [15:49:08] [Client thread/INFO]: Failed to load wrench class ic2.core.item.tool.ItemToolWrenchElectric (this is not an error) [15:49:08] [Client thread/INFO]: Failed to load wrench class mods.railcraft.api.core.items.IToolCrowbar (this is not an error) [15:49:08] [Client thread/INFO]: Failed to load wrench class com.bluepowermod.items.ItemScrewdriver (this is not an error) [15:49:08] [Client thread/INFO]: Failed to load wrench class thermalexpansion.item.tool.ItemWrench (this is not an error) [15:49:08] [Client thread/INFO]: Failed to load wrench class mekanism.api.IMekWrench (this is not an error) [15:49:08] [Client thread/INFO]: Failed to load wrench class mcjty.rftools.items.smartwrench (this is not an error) [15:49:08] [Client thread/INFO]: Failed to load wrench class pneumaticCraft.common.item.ItemPneumaticWrench (this is not an error) [15:49:08] [Client thread/INFO]: Failed to load wrench class powercrystals.minefactoryreloaded.api.IToolHammer (this is not an error) [15:49:08] [Client thread/INFO]: Failed to load wrench class buildcraft.api.tools.IToolWrench (this is not an error) [15:49:08] [Client thread/INFO]: Failed to load wrench class resonant.core.content.ItemScrewdriver (this is not an error) [15:49:08] [Client thread/INFO]: Failed to load wrench class ic2.core.item.tool.ItemToolWrench (this is not an error) [15:49:08] [Client thread/INFO]: Failed to load wrench class ic2.core.item.tool.ItemToolWrenchElectric (this is not an error) [15:49:08] [Client thread/INFO]: Failed to load wrench class mods.railcraft.api.core.items.IToolCrowbar (this is not an error) [15:49:08] [Client thread/INFO]: Failed to load wrench class com.bluepowermod.items.ItemScrewdriver (this is not an error) [15:49:08] [Client thread/INFO]: Failed to load wrench class thermalexpansion.item.tool.ItemWrench (this is not an error) [15:49:08] [Client thread/INFO]: Failed to load wrench class mekanism.api.IMekWrench (this is not an error) [15:49:08] [Client thread/INFO]: Failed to load wrench class mcjty.rftools.items.smartwrench (this is not an error) [15:49:08] [Client thread/INFO]: Failed to load wrench class pneumaticCraft.common.item.ItemPneumaticWrench (this is not an error) [15:49:08] [Client thread/INFO]: Failed to load wrench class powercrystals.minefactoryreloaded.api.IToolHammer (this is not an error) [15:49:08] [Client thread/INFO]: Failed to load wrench class buildcraft.api.tools.IToolWrench (this is not an error) [15:49:08] [Client thread/INFO]: Failed to load wrench class resonant.core.content.ItemScrewdriver (this is not an error) [15:49:08] [Client thread/INFO]: Failed to load wrench class ic2.core.item.tool.ItemToolWrench (this is not an error) [15:49:08] [Client thread/INFO]: Failed to load wrench class ic2.core.item.tool.ItemToolWrenchElectric (this is not an error) [15:49:08] [Client thread/INFO]: Failed to load wrench class mods.railcraft.api.core.items.IToolCrowbar (this is not an error) [15:49:08] [Client thread/INFO]: Failed to load wrench class com.bluepowermod.items.ItemScrewdriver (this is not an error) [15:49:08] [Client thread/INFO]: Failed to load wrench class thermalexpansion.item.tool.ItemWrench (this is not an error) [15:49:08] [Client thread/INFO]: Failed to load wrench class mekanism.api.IMekWrench (this is not an error) [15:49:08] [Client thread/INFO]: Failed to load wrench class mcjty.rftools.items.smartwrench (this is not an error) [15:49:08] [Client thread/INFO]: Failed to load wrench class pneumaticCraft.common.item.ItemPneumaticWrench (this is not an error) [15:49:08] [Client thread/INFO]: Failed to load wrench class powercrystals.minefactoryreloaded.api.IToolHammer (this is not an error) [15:49:08] [Client thread/INFO]: CoFH Core: Load Complete. [15:49:08] [Client thread/INFO]: Accumulating world generation files from: "C:\Users\esflo\Documents\Curse\Minecraft\Instances\subway systems\config\cofh\world" [15:49:08] [Client thread/INFO]: Found a total of 3 world generation files. [15:49:08] [JM-VersionCheck-1/ERROR]: Could not check version URL javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target at sun.security.ssl.Alerts.getSSLException(Alerts.java:192) ~[?:1.8.0_51] at sun.security.ssl.SSLSocketImpl.fatal(SSLSocketImpl.java:1949) ~[?:1.8.0_51] at sun.security.ssl.Handshaker.fatalSE(Handshaker.java:302) ~[?:1.8.0_51] at sun.security.ssl.Handshaker.fatalSE(Handshaker.java:296) ~[?:1.8.0_51] at sun.security.ssl.ClientHandshaker.serverCertificate(ClientHandshaker.java:1497) ~[?:1.8.0_51] at sun.security.ssl.ClientHandshaker.processMessage(ClientHandshaker.java:212) ~[?:1.8.0_51] at sun.security.ssl.Handshaker.processLoop(Handshaker.java:979) ~[?:1.8.0_51] at sun.security.ssl.Handshaker.process_record(Handshaker.java:914) ~[?:1.8.0_51] at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:1062) ~[?:1.8.0_51] at sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1375) ~[?:1.8.0_51] at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1403) ~[?:1.8.0_51] at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1387) ~[?:1.8.0_51] at org.apache.http.conn.ssl.SSLConnectionSocketFactory.createLayeredSocket(SSLConnectionSocketFactory.java:275) ~[httpclient-4.3.3.jar:4.3.3] at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:254) ~[httpclient-4.3.3.jar:4.3.3] at org.apache.http.impl.conn.HttpClientConnectionOperator.connect(HttpClientConnectionOperator.java:117) ~[httpclient-4.3.3.jar:4.3.3] at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:314) ~[httpclient-4.3.3.jar:4.3.3] at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:363) ~[httpclient-4.3.3.jar:4.3.3] at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:219) ~[httpclient-4.3.3.jar:4.3.3] at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:195) ~[httpclient-4.3.3.jar:4.3.3] at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:86) ~[httpclient-4.3.3.jar:4.3.3] at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:108) ~[httpclient-4.3.3.jar:4.3.3] at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:186) ~[httpclient-4.3.3.jar:4.3.3] at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82) ~[httpclient-4.3.3.jar:4.3.3] at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106) ~[httpclient-4.3.3.jar:4.3.3] at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57) ~[httpclient-4.3.3.jar:4.3.3] at journeymap.common.version.VersionCheck$1.run(VersionCheck.java:131) [VersionCheck$1.class:1.12.2-5.5.3] at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_51] at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_51] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [?:1.8.0_51] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [?:1.8.0_51] at java.lang.Thread.run(Thread.java:745) [?:1.8.0_51] Caused by: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target at sun.security.validator.PKIXValidator.doBuild(PKIXValidator.java:387) ~[?:1.8.0_51] at sun.security.validator.PKIXValidator.engineValidate(PKIXValidator.java:292) ~[?:1.8.0_51] at sun.security.validator.Validator.validate(Validator.java:260) ~[?:1.8.0_51] at sun.security.ssl.X509TrustManagerImpl.validate(X509TrustManagerImpl.java:324) ~[?:1.8.0_51] at sun.security.ssl.X509TrustManagerImpl.checkTrusted(X509TrustManagerImpl.java:229) ~[?:1.8.0_51] at sun.security.ssl.X509TrustManagerImpl.checkServerTrusted(X509TrustManagerImpl.java:124) ~[?:1.8.0_51] at sun.security.ssl.ClientHandshaker.serverCertificate(ClientHandshaker.java:1479) ~[?:1.8.0_51] ... 26 more Caused by: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target at sun.security.provider.certpath.SunCertPathBuilder.build(SunCertPathBuilder.java:145) ~[?:1.8.0_51] at sun.security.provider.certpath.SunCertPathBuilder.engineBuild(SunCertPathBuilder.java:131) ~[?:1.8.0_51] at java.security.cert.CertPathBuilder.build(CertPathBuilder.java:280) ~[?:1.8.0_51] at sun.security.validator.PKIXValidator.doBuild(PKIXValidator.java:382) ~[?:1.8.0_51] at sun.security.validator.PKIXValidator.engineValidate(PKIXValidator.java:292) ~[?:1.8.0_51] at sun.security.validator.Validator.validate(Validator.java:260) ~[?:1.8.0_51] at sun.security.ssl.X509TrustManagerImpl.validate(X509TrustManagerImpl.java:324) ~[?:1.8.0_51] at sun.security.ssl.X509TrustManagerImpl.checkTrusted(X509TrustManagerImpl.java:229) ~[?:1.8.0_51] at sun.security.ssl.X509TrustManagerImpl.checkServerTrusted(X509TrustManagerImpl.java:124) ~[?:1.8.0_51] at sun.security.ssl.ClientHandshaker.serverCertificate(ClientHandshaker.java:1479) ~[?:1.8.0_51] ... 26 more [15:49:09] [Client thread/INFO]: Reading world generation info from: "cofh\world\01_thermalfoundation_ores.json": [15:49:09] [Client thread/INFO]: Reading world generation info from: "cofh\world\02_thermalfoundation_oil.json": [15:49:09] [Client thread/INFO]: Reading world generation info from: "cofh\world\03_thermalfoundation_clathrates.json": [15:49:09] [Client thread/INFO]: CoFH World: Load Complete. [15:49:09] [Client thread/INFO]: Starting JEI... [15:49:11] [Client thread/INFO]: Registering recipe categories... [15:49:11] [Client thread/INFO]: Registering recipe categories took 492.6 ms [15:49:11] [Client thread/INFO]: Registering mod plugins... [15:49:11] [Client thread/INFO]: Adding recipes to JEI!! [15:49:11] [Client thread/INFO]: AlloyRecipeCategory: Added 201 alloy smelter recipes to JEI in 0.014 seconds. [15:49:12] [Client thread/INFO]: CombustionRecipeCategory: Added 45 combustion generator recipes to JEI in 0.015 seconds. [15:49:12] [Client thread/INFO]: Added recipe registry plugin: class crazypants.enderio.machines.integration.jei.PainterRegistryPlugin [15:49:12] [Client thread/INFO]: StirlingRecipeCategory: Added 14 stirling generator recipes for 404 solid fuels to JEI in 0.067 seconds. [15:49:12] [Client thread/INFO]: TankRecipeCategory: Added 1017 tank recipes to JEI in 0.042 seconds. [15:49:12] [Client thread/INFO]: WiredChargerRecipeCategory: Added 36 item charging recipes to JEI in 0.066 seconds. [15:49:12] [Client thread/INFO]: WeatherObeliskRecipeCategory: Added 3 weather changing recipes to JEI in 0.004 seconds. [15:49:13] [Client thread/INFO]: DarkSteelUpgradeRecipeCategory: Added 8752 dark steel upgrade recipes and 35988 enchantment recipes for upgradable items to JEI in 1.077 seconds. [15:49:13] [Client thread/INFO]: InfinityRecipeCategory: Added 2 infinity recipe(s) to JEI in 0.010 seconds. [15:49:13] [Client thread/INFO]: Added recipe registry plugin: class appeng.integration.modules.jei.FacadeRegistryPlugin [15:49:14] [Client thread/INFO]: Registering mod plugins took 2.588 s [15:49:14] [Client thread/INFO]: Building recipe registry... [15:49:16] [Client thread/INFO]: Building recipe registry took 2.771 s [15:49:16] [Client thread/INFO]: Building ingredient list... [15:49:17] [Client thread/INFO]: Building ingredient list took 301.1 ms [15:49:17] [Client thread/INFO]: Building ingredient filter... [15:49:19] [Client thread/INFO]: Building ingredient filter took 1.890 s [15:49:19] [Client thread/INFO]: Building runtime... [15:49:19] [Client thread/INFO]: Building runtime took 160.3 ms [15:49:19] [Client thread/INFO]: Starting JEI took 9.879 s [15:49:19] [Client thread/INFO]: [Whitelist] Reading established Whitelist from file. [15:49:19] [Client thread/INFO]: Thermal Foundation: Load Complete. [15:49:19] [Client thread/INFO]: Thermal Expansion: Load Complete. [15:49:19] [Client thread/INFO]: Thermal Dynamics: Load Complete. [15:49:21] [Client thread/INFO]: Forge Mod Loader has successfully loaded 60 mods [15:49:22] [Client thread/WARN]: Skipping bad option: lastServer: [15:49:22] [Client thread/INFO]: Narrator library for x64 successfully loaded [15:49:22] [Client thread/ERROR]: +=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+= [15:49:22] [Client thread/ERROR]: The following texture errors were found. [15:49:22] [Client thread/ERROR]: ================================================== [15:49:22] [Client thread/ERROR]: DOMAIN rftoolspower [15:49:22] [Client thread/ERROR]: -------------------------------------------------- [15:49:22] [Client thread/ERROR]: domain rftoolspower is missing 2 textures [15:49:22] [Client thread/ERROR]: domain rftoolspower has 1 location: [15:49:22] [Client thread/ERROR]: unknown resourcepack type net.minecraft.client.resources.LegacyV2Adapter : FMLFileResourcePack:RFToolsPower [15:49:22] [Client thread/ERROR]: ------------------------- [15:49:22] [Client thread/ERROR]: The missing resources for domain rftoolspower are: [15:49:22] [Client thread/ERROR]: textures/blocks/cellhoriz_t2.png [15:49:22] [Client thread/ERROR]: textures/blocks/cellhoriz_t3.png [15:49:22] [Client thread/ERROR]: ------------------------- [15:49:22] [Client thread/ERROR]: No other errors exist for domain rftoolspower [15:49:22] [Client thread/ERROR]: ================================================== [15:49:22] [Client thread/ERROR]: ================================================== [15:49:22] [Client thread/ERROR]: DOMAIN rftools [15:49:22] [Client thread/ERROR]: -------------------------------------------------- [15:49:22] [Client thread/ERROR]: domain rftools is missing 6 textures [15:49:22] [Client thread/ERROR]: domain rftools has 1 location: [15:49:22] [Client thread/ERROR]: mod rftools resources at C:\Users\esflo\Documents\Curse\Minecraft\Instances\subway systems\mods\rftools-1.12-7.59.jar [15:49:22] [Client thread/ERROR]: ------------------------- [15:49:22] [Client thread/ERROR]: The missing resources for domain rftools are: [15:49:22] [Client thread/ERROR]: textures/blocks/powercelln.png [15:49:22] [Client thread/ERROR]: textures/blocks/powercells.png [15:49:22] [Client thread/ERROR]: textures/blocks/powercellw.png [15:49:22] [Client thread/ERROR]: textures/blocks/powercelle.png [15:49:22] [Client thread/ERROR]: textures/blocks/powercelld.png [15:49:22] [Client thread/ERROR]: textures/blocks/powercellu.png [15:49:22] [Client thread/ERROR]: ------------------------- [15:49:22] [Client thread/ERROR]: No other errors exist for domain rftools [15:49:22] [Client thread/ERROR]: ================================================== [15:49:22] [Client thread/ERROR]: +=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+= [15:49:51] [Server thread/INFO]: Starting integrated minecraft server version 1.12.2 [15:49:51] [Server thread/INFO]: Generating keypair [15:49:51] [Server thread/INFO]: Preparing all world data [15:49:51] [Server thread/ERROR]: This world was saved with mod immersivetech which appears to be missing, things may not work well [15:49:51] [Server thread/ERROR]: This world was saved with mod ironchest which appears to be missing, things may not work well [15:49:51] [Server thread/ERROR]: This world was saved with mod logicblox which appears to be missing, things may not work well [15:49:51] [Server thread/ERROR]: This world was saved with mod notenoughroofs which appears to be missing, things may not work well [15:49:51] [Server thread/ERROR]: This world was saved with mod wrcbe which appears to be missing, things may not work well [15:49:51] [Server thread/ERROR]: This world was saved with mod xtones which appears to be missing, things may not work well [15:49:51] [Server thread/INFO]: Injecting existing registry data into this server instance [15:49:51] [Server thread/INFO]: Registry Block: Found a missing id from the world notenoughroofs:terracotta_conn_planks_acacia [15:49:51] [Server thread/INFO]: Registry Block: Found a missing id from the world xtones:zane [15:49:51] [Server thread/INFO]: Registry Block: Found a missing id from the world ironchest:iron_shulker_box_pink [15:49:51] [Server thread/INFO]: Registry Block: Found a missing id from the world logicblox:nor_gate [15:49:51] [Server thread/INFO]: Registry Block: Found a missing id from the world xtones:zest [15:49:51] [Server thread/INFO]: Registry Block: Found a missing id from the world xtones:zeta [15:49:51] [Server thread/INFO]: Registry Block: Found a missing id from the world notenoughroofs:terracotta_brick [15:49:51] [Server thread/INFO]: Registry Block: Found a missing id from the world notenoughroofs:slate_tiles_planks_birch [15:49:51] [Server thread/INFO]: Registry Block: Found a missing id from the world notenoughroofs:terracotta_conn_stonebrick [15:49:51] [Server thread/INFO]: Registry Block: Found a missing id from the world xtones:base [15:49:51] [Server thread/INFO]: Registry Block: Found a missing id from the world xtones:kryp [15:49:51] [Server thread/INFO]: Registry Block: Found a missing id from the world notenoughroofs:slate_tiles_conn_planks_spruce [15:49:51] [Server thread/INFO]: Registry Block: Found a missing id from the world notenoughroofs:slate_tiles_conn_planks_oak [15:49:51] [Server thread/INFO]: Registry Block: Found a missing id from the world xtones:roen [15:49:51] [Server thread/INFO]: Registry Block: Found a missing id from the world logicblox:and_gate [15:49:51] [Server thread/INFO]: Registry Block: Found a missing id from the world ironchest:iron_shulker_box_brown [15:49:51] [Server thread/INFO]: Registry Block: Found a missing id from the world logicblox:randomizer_analog [15:49:51] [Server thread/INFO]: Registry Block: Found a missing id from the world xtones:jelt [15:49:51] [Server thread/INFO]: Registry Block: Found a missing id from the world notenoughroofs:slate_tiles_brick [15:49:51] [Server thread/INFO]: Registry Block: Found a missing id from the world notenoughroofs:slate_tiles_planks_oak [15:49:51] [Server thread/INFO]: Registry Block: Found a missing id from the world notenoughroofs:iron_tiles_planks_birch [15:49:51] [Server thread/INFO]: Registry Block: Found a missing id from the world notenoughroofs:copper_tiles_conn_planks_spruce [15:49:51] [Server thread/INFO]: Registry Block: Found a missing id from the world xtones:ztyl [15:49:51] [Server thread/INFO]: Registry Block: Found a missing id from the world notenoughroofs:iron_tiles_conn_planks_spruce [15:49:51] [Server thread/INFO]: Registry Block: Found a missing id from the world notenoughroofs:iron_tiles_planks_acacia [15:49:51] [Server thread/INFO]: Registry Block: Found a missing id from the world notenoughroofs:copper_tiles_planks_jungle [15:49:51] [Server thread/INFO]: Registry Block: Found a missing id from the world xtones:agon [15:49:51] [Server thread/INFO]: Registry Block: Found a missing id from the world notenoughroofs:iron_tiles_conn_planks_birch [15:49:51] [Server thread/INFO]: Registry Block: Found a missing id from the world notenoughroofs:slate_tiles_planks_jungle [15:49:51] [Server thread/INFO]: Registry Block: Found a missing id from the world xtones:azur [15:49:51] [Server thread/INFO]: Registry Block: Found a missing id from the world notenoughroofs:slate_tiles_planks_spruce [15:49:51] [Server thread/INFO]: Registry Block: Found a missing id from the world logicblox:resistor [15:49:51] [Server thread/INFO]: Registry Block: Found a missing id from the world ironchest:iron_shulker_box_blue [15:49:51] [Server thread/INFO]: Registry Block: Found a missing id from the world notenoughroofs:copper_tiles_conn_planks_jungle [15:49:51] [Server thread/INFO]: Registry Block: Found a missing id from the world xtones:myst [15:49:51] [Server thread/INFO]: Registry Block: Found a missing id from the world notenoughroofs:copper_tiles_conn_planks_birch [15:49:51] [Server thread/INFO]: Registry Block: Found a missing id from the world immersivetech:fluiddistwater [15:49:51] [Server thread/INFO]: Registry Block: Found a missing id from the world notenoughroofs:copper_tiles_planks_acacia [15:49:51] [Server thread/INFO]: Registry Block: Found a missing id from the world immersivetech:fluidsteam [15:49:51] [Server thread/INFO]: Registry Block: Found a missing id from the world notenoughroofs:terracotta_planks_acacia [15:49:51] [Server thread/INFO]: Registry Block: Found a missing id from the world notenoughroofs:copper_tiles_planks_big_oak [15:49:51] [Server thread/INFO]: Registry Block: Found a missing id from the world ironchest:iron_shulker_box_light_blue [15:49:51] [Server thread/INFO]: Registry Block: Found a missing id from the world ironchest:iron_chest [15:49:51] [Server thread/INFO]: Registry Block: Found a missing id from the world xtones:cray [15:49:51] [Server thread/INFO]: Registry Block: Found a missing id from the world logicblox:tflip_flop [15:49:51] [Server thread/INFO]: Registry Block: Found a missing id from the world ironchest:iron_shulker_box_red [15:49:51] [Server thread/INFO]: Registry Block: Found a missing id from the world notenoughroofs:iron_tiles_conn_stonebrick [15:49:51] [Server thread/INFO]: Registry Block: Found a missing id from the world notenoughroofs:iron_tiles_conn_brick [15:49:51] [Server thread/INFO]: Registry Block: Found a missing id from the world notenoughroofs:iron_tiles_conn_planks_acacia [15:49:51] [Server thread/INFO]: Registry Block: Found a missing id from the world notenoughroofs:slate_tiles_conn_stonebrick [15:49:51] [Server thread/INFO]: Registry Block: Found a missing id from the world notenoughroofs:iron_tiles_conn_planks_big_oak [15:49:51] [Server thread/INFO]: Registry Block: Found a missing id from the world ironchest:iron_shulker_box_cyan [15:49:51] [Server thread/INFO]: Registry Block: Found a missing id from the world xtones:lair [15:49:51] [Server thread/INFO]: Registry Block: Found a missing id from the world notenoughroofs:copper_tiles_brick [15:49:51] [Server thread/INFO]: Registry Block: Found a missing id from the world ironchest:iron_shulker_box_white [15:49:51] [Server thread/INFO]: Registry Block: Found a missing id from the world ironchest:iron_shulker_box_gray [15:49:51] [Server thread/INFO]: Registry Block: Found a missing id from the world xtones:reed [15:49:51] [Server thread/INFO]: Registry Block: Found a missing id from the world xtones:zyth [15:49:51] [Server thread/INFO]: Registry Block: Found a missing id from the world xtones:reds [15:49:51] [Server thread/INFO]: Registry Block: Found a missing id from the world logicblox:or_gate [15:49:51] [Server thread/INFO]: Registry Block: Found a missing id from the world notenoughroofs:terracotta_planks_spruce [15:49:51] [Server thread/INFO]: Registry Block: Found a missing id from the world xtones:iszm [15:49:51] [Server thread/INFO]: Registry Block: Found a missing id from the world xtones:zoea [15:49:51] [Server thread/INFO]: Registry Block: Found a missing id from the world xtones:sync [15:49:51] [Server thread/INFO]: Registry Block: Found a missing id from the world ironchest:iron_shulker_box_silver [15:49:51] [Server thread/INFO]: Registry Block: Found a missing id from the world notenoughroofs:slate_tiles_conn_planks_jungle [15:49:51] [Server thread/INFO]: Registry Block: Found a missing id from the world xtones:korp [15:49:51] [Server thread/INFO]: Registry Block: Found a missing id from the world ironchest:iron_shulker_box_purple [15:49:51] [Server thread/INFO]: Registry Block: Found a missing id from the world notenoughroofs:iron_tiles_planks_spruce [15:49:51] [Server thread/INFO]: Registry Block: Found a missing id from the world logicblox:not_gate [15:49:51] [Server thread/INFO]: Registry Block: Found a missing id from the world notenoughroofs:copper_tiles_stonebrick [15:49:51] [Server thread/INFO]: Registry Block: Found a missing id from the world notenoughroofs:iron_tiles_stonebrick [15:49:51] [Server thread/INFO]: Registry Block: Found a missing id from the world immersivetech:connectors [15:49:51] [Server thread/INFO]: Registry Block: Found a missing id from the world xtones:lave [15:49:51] [Server thread/INFO]: Registry Block: Found a missing id from the world notenoughroofs:iron_tiles_brick [15:49:51] [Server thread/INFO]: Registry Block: Found a missing id from the world notenoughroofs:copper_tiles_conn_stonebrick [15:49:51] [Server thread/INFO]: Registry Block: Found a missing id from the world notenoughroofs:slate_tiles_planks_acacia [15:49:51] [Server thread/INFO]: Registry Block: Found a missing id from the world notenoughroofs:iron_tiles_conn_planks_oak [15:49:51] [Server thread/INFO]: Registry Block: Found a missing id from the world notenoughroofs:terracotta_conn_planks_jungle [15:49:51] [Server thread/INFO]: Registry Block: Found a missing id from the world xtones:zome [15:49:51] [Server thread/INFO]: Registry Block: Found a missing id from the world notenoughroofs:slate_tile [15:49:51] [Server thread/INFO]: Registry Block: Found a missing id from the world immersivetech:stone_decoration [15:49:51] [Server thread/INFO]: Registry Block: Found a missing id from the world notenoughroofs:slate_tiles_conn_brick [15:49:51] [Server thread/INFO]: Registry Block: Found a missing id from the world notenoughroofs:copper_tiles_conn_planks_acacia [15:49:51] [Server thread/INFO]: Registry Block: Found a missing id from the world logicblox:clock [15:49:51] [Server thread/INFO]: Registry Block: Found a missing id from the world notenoughroofs:slate_tiles_conn_planks_big_oak [15:49:51] [Server thread/INFO]: Registry Block: Found a missing id from the world xtones:vect [15:49:51] [Server thread/INFO]: Registry Block: Found a missing id from the world notenoughroofs:iron_tiles_planks_oak [15:49:51] [Server thread/INFO]: Registry Block: Found a missing id from the world notenoughroofs:slate_tiles_planks_big_oak [15:49:51] [Server thread/INFO]: Registry Block: Found a missing id from the world notenoughroofs:copper_tiles_conn_planks_oak [15:49:51] [Server thread/INFO]: Registry Block: Found a missing id from the world xtones:lamp_flat [15:49:51] [Server thread/INFO]: Registry Block: Found a missing id from the world xtones:zone [15:49:51] [Server thread/INFO]: Registry Block: Found a missing id from the world logicblox:nor_latch [15:49:51] [Server thread/INFO]: Registry Block: Found a missing id from the world notenoughroofs:copper_tiles_planks_spruce [15:49:51] [Server thread/INFO]: Registry Block: Found a missing id from the world notenoughroofs:iron_tiles_conn_planks_jungle [15:49:51] [Server thread/INFO]: Registry Block: Found a missing id from the world notenoughroofs:copper_tiles_conn_brick [15:49:51] [Server thread/INFO]: Registry Block: Found a missing id from the world xtones:vena [15:49:51] [Server thread/INFO]: Registry Block: Found a missing id from the world notenoughroofs:terracotta_stonebrick [15:49:51] [Server thread/INFO]: Registry Block: Found a missing id from the world notenoughroofs:terracotta_planks_birch [15:49:51] [Server thread/INFO]: Registry Block: Found a missing id from the world xtones:mint [15:49:51] [Server thread/INFO]: Registry Block: Found a missing id from the world xtones:zorg [15:49:51] [Server thread/INFO]: Registry Block: Found a missing id from the world notenoughroofs:terracotta_planks_big_oak [15:49:51] [Server thread/INFO]: Registry Block: Found a missing id from the world ironchest:iron_shulker_box_magenta [15:49:51] [Server thread/INFO]: Registry Block: Found a missing id from the world xtones:bitt [15:49:51] [Server thread/INFO]: Registry Block: Found a missing id from the world xtones:tank [15:49:51] [Server thread/INFO]: Registry Block: Found a missing id from the world notenoughroofs:terracotta_conn_planks_birch [15:49:51] [Server thread/INFO]: Registry Block: Found a missing id from the world xtones:zech [15:49:51] [Server thread/INFO]: Registry Block: Found a missing id from the world notenoughroofs:slate_tiles_conn_planks_birch [15:49:51] [Server thread/INFO]: Registry Block: Found a missing id from the world xtones:sols [15:49:51] [Server thread/INFO]: Registry Block: Found a missing id from the world ironchest:iron_shulker_box_lime [15:49:51] [Server thread/INFO]: Registry Block: Found a missing id from the world xtones:fort [15:49:51] [Server thread/INFO]: Registry Block: Found a missing id from the world notenoughroofs:iron_tiles_planks_big_oak [15:49:51] [Server thread/INFO]: Registry Block: Found a missing id from the world notenoughroofs:terracotta_conn_planks_big_oak [15:49:51] [Server thread/INFO]: Registry Block: Found a missing id from the world notenoughroofs:terracotta_planks_oak [15:49:51] [Server thread/INFO]: Registry Block: Found a missing id from the world logicblox:xor_gate [15:49:51] [Server thread/INFO]: Registry Block: Found a missing id from the world xtones:zkul [15:49:51] [Server thread/INFO]: Registry Block: Found a missing id from the world immersivetech:metal_multiblock [15:49:51] [Server thread/INFO]: Registry Block: Found a missing id from the world xtones:zion [15:49:51] [Server thread/INFO]: Registry Block: Found a missing id from the world notenoughroofs:slate [15:49:51] [Server thread/INFO]: Registry Block: Found a missing id from the world notenoughroofs:slate_tiles_stonebrick [15:49:51] [Server thread/INFO]: Registry Block: Found a missing id from the world notenoughroofs:terracotta_conn_planks_spruce [15:49:51] [Server thread/INFO]: Registry Block: Found a missing id from the world ironchest:iron_shulker_box_green [15:49:51] [Server thread/INFO]: Registry Block: Found a missing id from the world notenoughroofs:slate_tiles_conn_planks_acacia [15:49:51] [Server thread/INFO]: Registry Block: Found a missing id from the world ironchest:iron_shulker_box_orange [15:49:51] [Server thread/INFO]: Registry Block: Found a missing id from the world notenoughroofs:copper_tiles_conn_planks_big_oak [15:49:51] [Server thread/INFO]: Registry Block: Found a missing id from the world notenoughroofs:copper_ore [15:49:51] [Server thread/INFO]: Registry Block: Found a missing id from the world immersivetech:stone_multiblock [15:49:51] [Server thread/INFO]: Registry Block: Found a missing id from the world ironchest:iron_shulker_box_black [15:49:51] [Server thread/INFO]: Registry Block: Found a missing id from the world notenoughroofs:terracotta_conn_planks_oak [15:49:51] [Server thread/INFO]: Registry Block: Found a missing id from the world ironchest:iron_shulker_box_yellow [15:49:51] [Server thread/INFO]: Registry Block: Found a missing id from the world notenoughroofs:terracotta_conn_brick [15:49:51] [Server thread/INFO]: Registry Block: Found a missing id from the world logicblox:nand_gate [15:49:51] [Server thread/INFO]: Registry Block: Found a missing id from the world notenoughroofs:copper_tiles_planks_birch [15:49:51] [Server thread/INFO]: Registry Block: Found a missing id from the world notenoughroofs:copper_tiles_planks_oak [15:49:51] [Server thread/INFO]: Registry Block: Found a missing id from the world notenoughroofs:terracotta_planks_jungle [15:49:51] [Server thread/INFO]: Registry Block: Found a missing id from the world xtones:glaxx [15:49:51] [Server thread/INFO]: Registry Block: Found a missing id from the world logicblox:bit_stone [15:49:51] [Server thread/INFO]: Registry Block: Found a missing id from the world logicblox:randomizer_digital [15:49:51] [Server thread/INFO]: Registry Block: Found a missing id from the world notenoughroofs:iron_tiles_planks_jungle [15:49:51] [Server thread/INFO]: Registry Block: Found a missing id from the world immersivetech:metal_device [15:49:51] [Server thread/INFO]: Registry Block: Found a missing id from the world logicblox:xnor_gate [15:49:51] [Server thread/INFO]: Registry EntityEntry: Found a missing id from the world wrcbe:tracker [15:49:51] [Server thread/INFO]: Registry Item: Found a missing id from the world xtones:zane [15:49:51] [Server thread/INFO]: Registry Item: Found a missing id from the world xtones:zest [15:49:51] [Server thread/INFO]: Registry Item: Found a missing id from the world xtones:zeta [15:49:51] [Server thread/INFO]: Registry Item: Found a missing id from the world ironchest:gold_diamond_chest_upgrade [15:49:51] [Server thread/INFO]: Registry Item: Found a missing id from the world xtones:kryp [15:49:51] [Server thread/INFO]: Registry Item: Found a missing id from the world notenoughroofs:slate_tiles_conn_planks_spruce [15:49:51] [Server thread/INFO]: Registry Item: Found a missing id from the world wrcbe:sniffer [15:49:51] [Server thread/INFO]: Registry Item: Found a missing id from the world xtones:roen [15:49:51] [Server thread/INFO]: Registry Item: Found a missing id from the world ironchest:iron_gold_shulker_upgrade [15:49:51] [Server thread/INFO]: Registry Item: Found a missing id from the world notenoughroofs:slate_brick [15:49:51] [Server thread/INFO]: Registry Item: Found a missing id from the world ironchest:vanilla_copper_shulker_upgrade [15:49:51] [Server thread/INFO]: Registry Item: Found a missing id from the world notenoughroofs:slate_tiles_brick [15:49:51] [Server thread/INFO]: Registry Item: Found a missing id from the world notenoughroofs:iron_tiles_planks_birch [15:49:51] [Server thread/INFO]: Registry Item: Found a missing id from the world notenoughroofs:copper_tiles_conn_planks_spruce [15:49:51] [Server thread/INFO]: Registry Item: Found a missing id from the world notenoughroofs:iron_tiles_planks_acacia [15:49:51] [Server thread/INFO]: Registry Item: Found a missing id from the world notenoughroofs:copper_tiles_planks_jungle [15:49:51] [Server thread/INFO]: Registry Item: Found a missing id from the world notenoughroofs:iron_tiles_conn_planks_birch [15:49:51] [Server thread/INFO]: Registry Item: Found a missing id from the world notenoughroofs:slate_tiles_planks_jungle [15:49:51] [Server thread/INFO]: Registry Item: Found a missing id from the world xtones:azur [15:49:51] [Server thread/INFO]: Registry Item: Found a missing id from the world notenoughroofs:slate_tiles_planks_spruce [15:49:51] [Server thread/INFO]: Registry Item: Found a missing id from the world ironchest:gold_diamond_shulker_upgrade [15:49:51] [Server thread/INFO]: Registry Item: Found a missing id from the world notenoughroofs:copper_tiles_conn_planks_jungle [15:49:51] [Server thread/INFO]: Registry Item: Found a missing id from the world xtones:myst [15:49:51] [Server thread/INFO]: Registry Item: Found a missing id from the world logicblox:and_gate_item [15:49:51] [Server thread/INFO]: Registry Item: Found a missing id from the world ironchest:copper_iron_chest_upgrade [15:49:51] [Server thread/INFO]: Registry Item: Found a missing id from the world notenoughroofs:copper_tiles_planks_acacia [15:49:51] [Server thread/INFO]: Registry Item: Found a missing id from the world notenoughroofs:terracotta_planks_acacia [15:49:51] [Server thread/INFO]: Registry Item: Found a missing id from the world notenoughroofs:copper_tiles_planks_big_oak [15:49:51] [Server thread/INFO]: Registry Item: Found a missing id from the world ironchest:diamond_obsidian_chest_upgrade [15:49:51] [Server thread/INFO]: Registry Item: Found a missing id from the world ironchest:iron_shulker_box_light_blue [15:49:51] [Server thread/INFO]: Registry Item: Found a missing id from the world ironchest:iron_chest [15:49:51] [Server thread/INFO]: Registry Item: Found a missing id from the world notenoughroofs:iron_tiles_conn_stonebrick [15:49:51] [Server thread/INFO]: Registry Item: Found a missing id from the world wrcbe:triangulator [15:49:51] [Server thread/INFO]: Registry Item: Found a missing id from the world notenoughroofs:iron_tiles_conn_planks_acacia [15:49:51] [Server thread/INFO]: Registry Item: Found a missing id from the world notenoughroofs:slate_tiles_conn_stonebrick [15:49:51] [Server thread/INFO]: Registry Item: Found a missing id from the world xtones:lair [15:49:51] [Server thread/INFO]: Registry Item: Found a missing id from the world notenoughroofs:copper_tiles_brick [15:49:51] [Server thread/INFO]: Registry Item: Found a missing id from the world ironchest:iron_shulker_box_white [15:49:51] [Server thread/INFO]: Registry Item: Found a missing id from the world ironchest:iron_shulker_box_gray [15:49:51] [Server thread/INFO]: Registry Item: Found a missing id from the world wrcbe:wireless_logic [15:49:51] [Server thread/INFO]: Registry Item: Found a missing id from the world notenoughroofs:terracotta_planks_spruce [15:49:51] [Server thread/INFO]: Registry Item: Found a missing id from the world xtones:zoea [15:49:51] [Server thread/INFO]: Registry Item: Found a missing id from the world notenoughroofs:slate_tiles_conn_planks_jungle [15:49:51] [Server thread/INFO]: Registry Item: Found a missing id from the world logicblox:bit_stone_item [15:49:51] [Server thread/INFO]: Registry Item: Found a missing id from the world xtones:korp [15:49:51] [Server thread/INFO]: Registry Item: Found a missing id from the world ironchest:silver_gold_shulker_upgrade [15:49:51] [Server thread/INFO]: Registry Item: Found a missing id from the world notenoughroofs:copper_tiles_stonebrick [15:49:51] [Server thread/INFO]: Registry Item: Found a missing id from the world notenoughroofs:iron_tiles_stonebrick [15:49:51] [Server thread/INFO]: Registry Item: Found a missing id from the world immersivetech:connectors [15:49:51] [Server thread/INFO]: Registry Item: Found a missing id from the world xtones:lave [15:49:51] [Server thread/INFO]: Registry Item: Found a missing id from the world notenoughroofs:copper_tiles_conn_stonebrick [15:49:51] [Server thread/INFO]: Registry Item: Found a missing id from the world notenoughroofs:copper_ingot [15:49:51] [Server thread/INFO]: Registry Item: Found a missing id from the world notenoughroofs:terracotta_conn_planks_jungle [15:49:51] [Server thread/INFO]: Registry Item: Found a missing id from the world xtones:zome [15:49:51] [Server thread/INFO]: Registry Item: Found a missing id from the world notenoughroofs:slate_tile [15:49:51] [Server thread/INFO]: Registry Item: Found a missing id from the world logicblox:clock_item [15:49:51] [Server thread/INFO]: Registry Item: Found a missing id from the world notenoughroofs:slate_tiles_conn_brick [15:49:51] [Server thread/INFO]: Registry Item: Found a missing id from the world ironchest:diamond_crystal_shulker_upgrade [15:49:51] [Server thread/INFO]: Registry Item: Found a missing id from the world notenoughroofs:copper_tiles_conn_planks_acacia [15:49:51] [Server thread/INFO]: Registry Item: Found a missing id from the world notenoughroofs:slate_tiles_conn_planks_big_oak [15:49:51] [Server thread/INFO]: Registry Item: Found a missing id from the world logicblox:randomizer_analog_item [15:49:51] [Server thread/INFO]: Registry Item: Found a missing id from the world notenoughroofs:iron_tiles_planks_oak [15:49:51] [Server thread/INFO]: Registry Item: Found a missing id from the world notenoughroofs:copper_tiles_conn_planks_oak [15:49:51] [Server thread/INFO]: Registry Item: Found a missing id from the world xtones:zone [15:49:51] [Server thread/INFO]: Registry Item: Found a missing id from the world notenoughroofs:copper_tiles_planks_spruce [15:49:51] [Server thread/INFO]: Registry Item: Found a missing id from the world notenoughroofs:iron_tiles_conn_planks_jungle [15:49:51] [Server thread/INFO]: Registry Item: Found a missing id from the world notenoughroofs:terracotta_stonebrick [15:49:51] [Server thread/INFO]: Registry Item: Found a missing id from the world notenoughroofs:terracotta_planks_birch [15:49:51] [Server thread/INFO]: Registry Item: Found a missing id from the world xtones:mint [15:49:51] [Server thread/INFO]: Registry Item: Found a missing id from the world xtones:zorg [15:49:51] [Server thread/INFO]: Registry Item: Found a missing id from the world ironchest:iron_shulker_box_magenta [15:49:51] [Server thread/INFO]: Registry Item: Found a missing id from the world xtones:bitt [15:49:51] [Server thread/INFO]: Registry Item: Found a missing id from the world xtones:tank [15:49:51] [Server thread/INFO]: Registry Item: Found a missing id from the world notenoughroofs:terracotta_conn_planks_birch [15:49:51] [Server thread/INFO]: Registry Item: Found a missing id from the world xtones:sols [15:49:51] [Server thread/INFO]: Registry Item: Found a missing id from the world ironchest:iron_shulker_box_lime [15:49:51] [Server thread/INFO]: Registry Item: Found a missing id from the world notenoughroofs:terracotta_conn_planks_big_oak [15:49:51] [Server thread/INFO]: Registry Item: Found a missing id from the world xtones:zkul [15:49:51] [Server thread/INFO]: Registry Item: Found a missing id from the world immersivetech:metal_multiblock [15:49:51] [Server thread/INFO]: Registry Item: Found a missing id from the world logicblox:or_gate_item [15:49:51] [Server thread/INFO]: Registry Item: Found a missing id from the world ironchest:iron_shulker_box_green [15:49:51] [Server thread/INFO]: Registry Item: Found a missing id from the world notenoughroofs:slate_tiles_conn_planks_acacia [15:49:51] [Server thread/INFO]: Registry Item: Found a missing id from the world ironchest:iron_shulker_box_orange [15:49:51] [Server thread/INFO]: Registry Item: Found a missing id from the world notenoughroofs:copper_tiles_conn_planks_big_oak [15:49:51] [Server thread/INFO]: Registry Item: Found a missing id from the world ironchest:iron_shulker_box_black [15:49:51] [Server thread/INFO]: Registry Item: Found a missing id from the world ironchest:iron_shulker_box_yellow [15:49:51] [Server thread/INFO]: Registry Item: Found a missing id from the world notenoughroofs:copper_tiles_planks_birch [15:49:51] [Server thread/INFO]: Registry Item: Found a missing id from the world wrcbe:remote [15:49:51] [Server thread/INFO]: Registry Item: Found a missing id from the world notenoughroofs:iron_tiles_planks_jungle [15:49:51] [Server thread/INFO]: Registry Item: Found a missing id from the world notenoughroofs:terracotta_conn_planks_acacia [15:49:51] [Server thread/INFO]: Registry Item: Found a missing id from the world wrcbe:material [15:49:51] [Server thread/INFO]: Registry Item: Found a missing id from the world ironchest:iron_shulker_box_pink [15:49:51] [Server thread/INFO]: Registry Item: Found a missing id from the world ironchest:iron_gold_chest_upgrade [15:49:51] [Server thread/INFO]: Registry Item: Found a missing id from the world notenoughroofs:terracotta_brick [15:49:51] [Server thread/INFO]: Registry Item: Found a missing id from the world notenoughroofs:slate_tiles_planks_birch [15:49:51] [Server thread/INFO]: Registry Item: Found a missing id from the world notenoughroofs:terracotta_conn_stonebrick [15:49:51] [Server thread/INFO]: Registry Item: Found a missing id from the world xtones:base [15:49:51] [Server thread/INFO]: Registry Item: Found a missing id from the world notenoughroofs:slate_tiles_conn_planks_oak [15:49:51] [Server thread/INFO]: Registry Item: Found a missing id from the world ironchest:wood_iron_chest_upgrade [15:49:51] [Server thread/INFO]: Registry Item: Found a missing id from the world logicblox:resistor_item [15:49:51] [Server thread/INFO]: Registry Item: Found a missing id from the world ironchest:iron_shulker_box_brown [15:49:51] [Server thread/INFO]: Registry Item: Found a missing id from the world ironchest:wood_copper_chest_upgrade [15:49:51] [Server thread/INFO]: Registry Item: Found a missing id from the world xtones:jelt [15:49:51] [Server thread/INFO]: Registry Item: Found a missing id from the world logicblox:nand_gate_item [15:49:51] [Server thread/INFO]: Registry Item: Found a missing id from the world notenoughroofs:slate_tiles_planks_oak [15:49:51] [Server thread/INFO]: Registry Item: Found a missing id from the world xtones:ztyl [15:49:51] [Server thread/INFO]: Registry Item: Found a missing id from the world logicblox:tflip_flop_item [15:49:51] [Server thread/INFO]: Registry Item: Found a missing id from the world notenoughroofs:iron_tiles_conn_planks_spruce [15:49:51] [Server thread/INFO]: Registry Item: Found a missing id from the world xtones:agon [15:49:51] [Server thread/INFO]: Registry Item: Found a missing id from the world ironchest:iron_shulker_box_blue [15:49:51] [Server thread/INFO]: Registry Item: Found a missing id from the world notenoughroofs:copper_tiles_conn_planks_birch [15:49:51] [Server thread/INFO]: Registry Item: Found a missing id from the world wrcbe:map [15:49:51] [Server thread/INFO]: Registry Item: Found a missing id from the world ironchest:copper_silver_shulker_upgrade [15:49:51] [Server thread/INFO]: Registry Item: Found a missing id from the world logicblox:nor_latch_item [15:49:51] [Server thread/INFO]: Registry Item: Found a missing id from the world logicblox:randomizer_digital_item [15:49:51] [Server thread/INFO]: Registry Item: Found a missing id from the world xtones:cray [15:49:51] [Server thread/INFO]: Registry Item: Found a missing id from the world ironchest:iron_shulker_box_red [15:49:51] [Server thread/INFO]: Registry Item: Found a missing id from the world ironchest:vanilla_iron_shulker_upgrade [15:49:51] [Server thread/INFO]: Registry Item: Found a missing id from the world notenoughroofs:iron_tiles_conn_brick [15:49:51] [Server thread/INFO]: Registry Item: Found a missing id from the world notenoughroofs:iron_tiles_conn_planks_big_oak [15:49:51] [Server thread/INFO]: Registry Item: Found a missing id from the world ironchest:iron_shulker_box_cyan [15:49:51] [Server thread/INFO]: Registry Item: Found a missing id from the world ironchest:silver_gold_chest_upgrade [15:49:51] [Server thread/INFO]: Registry Item: Found a missing id from the world ironchest:copper_iron_shulker_upgrade [15:49:51] [Server thread/INFO]: Registry Item: Found a missing id from the world xtones:reed [15:49:51] [Server thread/INFO]: Registry Item: Found a missing id from the world xtones:zyth [15:49:51] [Server thread/INFO]: Registry Item: Found a missing id from the world xtones:reds [15:49:51] [Server thread/INFO]: Registry Item: Found a missing id from the world immersivetech:material [15:49:51] [Server thread/INFO]: Registry Item: Found a missing id from the world xtones:iszm [15:49:51] [Server thread/INFO]: Registry Item: Found a missing id from the world xtones:sync [15:49:51] [Server thread/INFO]: Registry Item: Found a missing id from the world ironchest:iron_shulker_box_silver [15:49:51] [Server thread/INFO]: Registry Item: Found a missing id from the world ironchest:iron_shulker_box_purple [15:49:51] [Server thread/INFO]: Registry Item: Found a missing id from the world notenoughroofs:iron_tiles_planks_spruce [15:49:51] [Server thread/INFO]: Registry Item: Found a missing id from the world logicblox:xnor_gate_item [15:49:51] [Server thread/INFO]: Registry Item: Found a missing id from the world notenoughroofs:iron_tiles_brick [15:49:51] [Server thread/INFO]: Registry Item: Found a missing id from the world wrcbe:p_sniffer [15:49:51] [Server thread/INFO]: Registry Item: Found a missing id from the world notenoughroofs:slate_tiles_planks_acacia [15:49:51] [Server thread/INFO]: Registry Item: Found a missing id from the world notenoughroofs:iron_tiles_conn_planks_oak [15:49:51] [Server thread/INFO]: Registry Item: Found a missing id from the world wrcbe:tracker [15:49:51] [Server thread/INFO]: Registry Item: Found a missing id from the world immersivetech:stone_decoration [15:49:51] [Server thread/INFO]: Registry Item: Found a missing id from the world xtones:vect [15:49:51] [Server thread/INFO]: Registry Item: Found a missing id from the world notenoughroofs:terracotta [15:49:51] [Server thread/INFO]: Registry Item: Found a missing id from the world notenoughroofs:slate_tiles_planks_big_oak [15:49:51] [Server thread/INFO]: Registry Item: Found a missing id from the world xtones:lamp_flat [15:49:51] [Server thread/INFO]: Registry Item: Found a missing id from the world wrcbe:empty_map [15:49:51] [Server thread/INFO]: Registry Item: Found a missing id from the world notenoughroofs:copper_tiles_conn_brick [15:49:51] [Server thread/INFO]: Registry Item: Found a missing id from the world xtones:vena [15:49:51] [Server thread/INFO]: Registry Item: Found a missing id from the world ironchest:diamond_crystal_chest_upgrade [15:49:51] [Server thread/INFO]: Registry Item: Found a missing id from the world notenoughroofs:terracotta_planks_big_oak [15:49:51] [Server thread/INFO]: Registry Item: Found a missing id from the world logicblox:not_gate_item [15:49:51] [Server thread/INFO]: Registry Item: Found a missing id from the world xtones:zech [15:49:51] [Server thread/INFO]: Registry Item: Found a missing id from the world notenoughroofs:slate_tiles_conn_planks_birch [15:49:51] [Server thread/INFO]: Registry Item: Found a missing id from the world ironchest:copper_silver_chest_upgrade [15:49:51] [Server thread/INFO]: Registry Item: Found a missing id from the world xtones:fort [15:49:51] [Server thread/INFO]: Registry Item: Found a missing id from the world notenoughroofs:iron_tiles_planks_big_oak [15:49:51] [Server thread/INFO]: Registry Item: Found a missing id from the world logicblox:xor_gate_item [15:49:51] [Server thread/INFO]: Registry Item: Found a missing id from the world notenoughroofs:terracotta_planks_oak [15:49:51] [Server thread/INFO]: Registry Item: Found a missing id from the world logicblox:nor_gate_item [15:49:51] [Server thread/INFO]: Registry Item: Found a missing id from the world ironchest:diamond_obsidian_shulker_upgrade [15:49:51] [Server thread/INFO]: Registry Item: Found a missing id from the world xtones:zion [15:49:51] [Server thread/INFO]: Registry Item: Found a missing id from the world notenoughroofs:slate [15:49:51] [Server thread/INFO]: Registry Item: Found a missing id from the world notenoughroofs:slate_tiles_stonebrick [15:49:51] [Server thread/INFO]: Registry Item: Found a missing id from the world notenoughroofs:terracotta_conn_planks_spruce [15:49:51] [Server thread/INFO]: Registry Item: Found a missing id from the world notenoughroofs:copper_ore [15:49:51] [Server thread/INFO]: Registry Item: Found a missing id from the world immersivetech:stone_multiblock [15:49:51] [Server thread/INFO]: Registry Item: Found a missing id from the world notenoughroofs:terracotta_conn_planks_oak [15:49:51] [Server thread/INFO]: Registry Item: Found a missing id from the world notenoughroofs:terracotta_conn_brick [15:49:51] [Server thread/INFO]: Registry Item: Found a missing id from the world wrcbe:rep [15:49:51] [Server thread/INFO]: Registry Item: Found a missing id from the world notenoughroofs:copper_tiles_planks_oak [15:49:51] [Server thread/INFO]: Registry Item: Found a missing id from the world notenoughroofs:terracotta_planks_jungle [15:49:51] [Server thread/INFO]: Registry Item: Found a missing id from the world xtones:glaxx [15:49:51] [Server thread/INFO]: Registry Item: Found a missing id from the world immersivetech:metal_device [15:49:51] [Server thread/ERROR]: Unidentified mapping from registry minecraft:blocks [15:49:51] [Server thread/ERROR]: xtones:jelt: 925 [15:49:51] [Server thread/ERROR]: notenoughroofs:terracotta_planks_birch: 890 [15:49:51] [Server thread/ERROR]: xtones:sols: 935 [15:49:51] [Server thread/ERROR]: notenoughroofs:iron_tiles_conn_planks_jungle: 861 [15:49:51] [Server thread/ERROR]: xtones:bitt: 920 [15:49:51] [Server thread/ERROR]: xtones:sync: 936 [15:49:51] [Server thread/ERROR]: notenoughroofs:terracotta_conn_planks_birch: 891 [15:49:51] [Server thread/ERROR]: notenoughroofs:iron_tiles_planks_big_oak: 856 [15:49:51] [Server thread/ERROR]: immersivetech:connectors: 813 [15:49:51] [Server thread/ERROR]: notenoughroofs:iron_tiles_conn_planks_acacia: 855 [15:49:51] [Server thread/ERROR]: notenoughroofs:copper_tiles_conn_planks_birch: 907 [15:49:51] [Server thread/ERROR]: xtones:base: 916 [15:49:51] [Server thread/ERROR]: logicblox:bit_stone: 835 [15:49:51] [Server thread/ERROR]: notenoughroofs:iron_tiles_planks_birch: 858 [15:49:51] [Server thread/ERROR]: xtones:zome: 947 [15:49:51] [Server thread/ERROR]: notenoughroofs:terracotta_conn_planks_jungle: 893 [15:49:51] [Server thread/ERROR]: ironchest:iron_chest: 818 [15:49:51] [Server thread/ERROR]: notenoughroofs:iron_tiles_brick: 852 [15:49:51] [Server thread/ERROR]: xtones:zoea: 946 [15:49:51] [Server thread/ERROR]: notenoughroofs:copper_tiles_conn_stonebrick: 915 [15:49:51] [Server thread/ERROR]: xtones:zyth: 951 [15:49:51] [Server thread/ERROR]: logicblox:resistor: 838 [15:49:51] [Server thread/ERROR]: xtones:iszm: 924 [15:49:51] [Server thread/ERROR]: xtones:tank: 937 [15:49:51] [Server thread/ERROR]: notenoughroofs:terracotta_conn_planks_acacia: 887 [15:49:51] [Server thread/ERROR]: xtones:zech: 941 [15:49:51] [Server thread/ERROR]: notenoughroofs:iron_tiles_conn_planks_oak: 863 [15:49:51] [Server thread/ERROR]: xtones:zeta: 943 [15:49:51] [Server thread/ERROR]: ironchest:iron_shulker_box_black: 834 [15:49:51] [Server thread/ERROR]: notenoughroofs:slate_tiles_conn_planks_acacia: 871 [15:49:51] [Server thread/ERROR]: notenoughroofs:copper_tiles_conn_planks_jungle: 909 [15:49:51] [Server thread/ERROR]: notenoughroofs:copper_tiles_conn_planks_big_oak: 905 [15:49:51] [Server thread/ERROR]: notenoughroofs:iron_tiles_conn_planks_big_oak: 857 [15:49:51] [Server thread/ERROR]: notenoughroofs:terracotta_planks_spruce: 896 [15:49:51] [Server thread/ERROR]: xtones:glaxx: 923 [15:49:51] [Server thread/ERROR]: xtones:reed: 933 [15:49:51] [Server thread/ERROR]: logicblox:not_gate: 839 [15:49:51] [Server thread/ERROR]: xtones:cray: 921 [15:49:51] [Server thread/ERROR]: notenoughroofs:terracotta_planks_oak: 894 [15:49:51] [Server thread/ERROR]: notenoughroofs:copper_tiles_conn_planks_acacia: 903 [15:49:51] [Server thread/ERROR]: ironchest:iron_shulker_box_gray: 826 [15:49:51] [Server thread/ERROR]: notenoughroofs:iron_tiles_stonebrick: 866 [15:49:51] [Server thread/ERROR]: notenoughroofs:copper_tiles_brick: 900 [15:49:51] [Server thread/ERROR]: notenoughroofs:slate_tiles_planks_jungle: 876 [15:49:51] [Server thread/ERROR]: xtones:lair: 928 [15:49:51] [Server thread/ERROR]: xtones:lave: 929 [15:49:51] [Server thread/ERROR]: notenoughroofs:slate_tiles_planks_big_oak: 872 [15:49:51] [Server thread/ERROR]: notenoughroofs:copper_tiles_stonebrick: 914 [15:49:51] [Server thread/ERROR]: notenoughroofs:terracotta_brick: 884 [15:49:51] [Server thread/ERROR]: logicblox:randomizer_digital: 836 [15:49:51] [Server thread/ERROR]: xtones:reds: 932 [15:49:51] [Server thread/ERROR]: xtones:zkul: 945 [15:49:51] [Server thread/ERROR]: notenoughroofs:copper_tiles_planks_oak: 910 [15:49:51] [Server thread/ERROR]: logicblox:xor_gate: 844 [15:49:51] [Server thread/ERROR]: ironchest:iron_shulker_box_yellow: 823 [15:49:51] [Server thread/ERROR]: notenoughroofs:terracotta_conn_planks_big_oak: 889 [15:49:51] [Server thread/ERROR]: xtones:zone: 948 [15:49:51] [Server thread/ERROR]: xtones:zion: 944 [15:49:51] [Server thread/ERROR]: xtones:azur: 919 [15:49:51] [Server thread/ERROR]: ironchest:iron_shulker_box_white: 819 [15:49:51] [Server thread/ERROR]: notenoughroofs:iron_tiles_conn_stonebrick: 867 [15:49:51] [Server thread/ERROR]: immersivetech:metal_multiblock: 811 [15:49:51] [Server thread/ERROR]: xtones:kryp: 927 [15:49:51] [Server thread/ERROR]: notenoughroofs:copper_tiles_conn_brick: 901 [15:49:51] [Server thread/ERROR]: immersivetech:stone_multiblock: 812 [15:49:51] [Server thread/ERROR]: notenoughroofs:terracotta_planks_jungle: 892 [15:49:51] [Server thread/ERROR]: notenoughroofs:iron_tiles_conn_planks_spruce: 865 [15:49:51] [Server thread/ERROR]: ironchest:iron_shulker_box_pink: 825 [15:49:51] [Server thread/ERROR]: notenoughroofs:terracotta_conn_brick: 885 [15:49:51] [Server thread/ERROR]: ironchest:iron_shulker_box_red: 833 [15:49:51] [Server thread/ERROR]: xtones:korp: 926 [15:49:51] [Server thread/ERROR]: notenoughroofs:copper_tiles_planks_jungle: 908 [15:49:51] [Server thread/ERROR]: notenoughroofs:slate_tiles_stonebrick: 882 [15:49:51] [Server thread/ERROR]: logicblox:or_gate: 842 [15:49:51] [Server thread/ERROR]: notenoughroofs:slate_tiles_planks_birch: 874 [15:49:51] [Server thread/ERROR]: notenoughroofs:terracotta_stonebrick: 898 [15:49:51] [Server thread/ERROR]: xtones:myst: 931 [15:49:51] [Server thread/ERROR]: xtones:roen: 934 [15:49:51] [Server thread/ERROR]: xtones:vect: 938 [15:49:51] [Server thread/ERROR]: notenoughroofs:copper_tiles_planks_acacia: 902 [15:49:51] [Server thread/ERROR]: notenoughroofs:slate_tiles_conn_stonebrick: 883 [15:49:51] [Server thread/ERROR]: xtones:lamp_flat: 917 [15:49:51] [Server thread/ERROR]: notenoughroofs:slate: 849 [15:49:51] [Server thread/ERROR]: xtones:agon: 918 [15:49:51] [Server thread/ERROR]: notenoughroofs:slate_tiles_planks_oak: 878 [15:49:51] [Server thread/ERROR]: ironchest:iron_shulker_box_green: 832 [15:49:51] [Server thread/ERROR]: ironchest:iron_shulker_box_orange: 820 [15:49:51] [Server thread/ERROR]: notenoughroofs:terracotta_conn_stonebrick: 899 [15:49:51] [Server thread/ERROR]: logicblox:nor_gate: 843 [15:49:51] [Server thread/ERROR]: notenoughroofs:slate_tiles_conn_planks_oak: 879 [15:49:51] [Server thread/ERROR]: ironchest:iron_shulker_box_cyan: 828 [15:49:51] [Server thread/ERROR]: ironchest:iron_shulker_box_purple: 829 [15:49:51] [Server thread/ERROR]: notenoughroofs:iron_tiles_planks_acacia: 854 [15:49:51] [Server thread/ERROR]: logicblox:tflip_flop: 847 [15:49:51] [Server thread/ERROR]: notenoughroofs:slate_tiles_conn_planks_jungle: 877 [15:49:51] [Server thread/ERROR]: notenoughroofs:iron_tiles_planks_oak: 862 [15:49:51] [Server thread/ERROR]: ironchest:iron_shulker_box_lime: 824 [15:49:51] [Server thread/ERROR]: notenoughroofs:terracotta_conn_planks_spruce: 897 [15:49:51] [Server thread/ERROR]: logicblox:randomizer_analog: 837 [15:49:51] [Server thread/ERROR]: xtones:fort: 922 [15:49:51] [Server thread/ERROR]: notenoughroofs:slate_tiles_conn_planks_birch: 875 [15:49:51] [Server thread/ERROR]: ironchest:iron_shulker_box_magenta: 821 [15:49:51] [Server thread/ERROR]: ironchest:iron_shulker_box_brown: 831 [15:49:51] [Server thread/ERROR]: xtones:mint: 930 [15:49:51] [Server thread/ERROR]: logicblox:xnor_gate: 845 [15:49:51] [Server thread/ERROR]: notenoughroofs:copper_tiles_planks_big_oak: 904 [15:49:51] [Server thread/ERROR]: logicblox:nand_gate: 841 [15:49:51] [Server thread/ERROR]: notenoughroofs:copper_tiles_conn_planks_spruce: 913 [15:49:51] [Server thread/ERROR]: notenoughroofs:iron_tiles_conn_planks_birch: 859 [15:49:51] [Server thread/ERROR]: logicblox:nor_latch: 846 [15:49:51] [Server thread/ERROR]: notenoughroofs:iron_tiles_planks_spruce: 864 [15:49:51] [Server thread/ERROR]: ironchest:iron_shulker_box_blue: 830 [15:49:51] [Server thread/ERROR]: notenoughroofs:slate_tiles_planks_spruce: 880 [15:49:51] [Server thread/ERROR]: notenoughroofs:slate_tiles_conn_brick: 869 [15:49:51] [Server thread/ERROR]: immersivetech:fluidsteam: 817 [15:49:51] [Server thread/ERROR]: immersivetech:metal_device: 814 [15:49:51] [Server thread/ERROR]: notenoughroofs:iron_tiles_conn_brick: 853 [15:49:51] [Server thread/ERROR]: ironchest:iron_shulker_box_light_blue: 822 [15:49:51] [Server thread/ERROR]: xtones:zane: 940 [15:49:51] [Server thread/ERROR]: xtones:zest: 942 [15:49:51] [Server thread/ERROR]: notenoughroofs:slate_tiles_conn_planks_spruce: 881 [15:49:51] [Server thread/ERROR]: notenoughroofs:slate_tile: 851 [15:49:51] [Server thread/ERROR]: xtones:vena: 939 [15:49:51] [Server thread/ERROR]: notenoughroofs:copper_ore: 850 [15:49:51] [Server thread/ERROR]: notenoughroofs:terracotta_planks_big_oak: 888 [15:49:51] [Server thread/ERROR]: notenoughroofs:slate_tiles_planks_acacia: 870 [15:49:51] [Server thread/ERROR]: notenoughroofs:terracotta_planks_acacia: 886 [15:49:51] [Server thread/ERROR]: notenoughroofs:copper_tiles_conn_planks_oak: 911 [15:49:51] [Server thread/ERROR]: immersivetech:fluiddistwater: 816 [15:49:51] [Server thread/ERROR]: notenoughroofs:copper_tiles_planks_spruce: 912 [15:49:51] [Server thread/ERROR]: notenoughroofs:slate_tiles_conn_planks_big_oak: 873 [15:49:51] [Server thread/ERROR]: xtones:zorg: 949 [15:49:51] [Server thread/ERROR]: logicblox:and_gate: 840 [15:49:51] [Server thread/ERROR]: xtones:ztyl: 950 [15:49:51] [Server thread/ERROR]: logicblox:clock: 848 [15:49:51] [Server thread/ERROR]: notenoughroofs:terracotta_conn_planks_oak: 895 [15:49:51] [Server thread/ERROR]: notenoughroofs:iron_tiles_planks_jungle: 860 [15:49:51] [Server thread/ERROR]: immersivetech:stone_decoration: 815 [15:49:51] [Server thread/ERROR]: notenoughroofs:slate_tiles_brick: 868 [15:49:51] [Server thread/ERROR]: ironchest:iron_shulker_box_silver: 827 [15:49:51] [Server thread/ERROR]: notenoughroofs:copper_tiles_planks_birch: 906 [15:49:51] [Server thread/ERROR]: Unidentified mapping from registry minecraft:entities [15:49:51] [Server thread/ERROR]: wrcbe:tracker: 74 [15:49:51] [Server thread/ERROR]: Unidentified mapping from registry minecraft:items [15:49:51] [Server thread/ERROR]: ironchest:iron_shulker_box_black: 5156 [15:49:51] [Server thread/ERROR]: notenoughroofs:copper_ingot: 5191 [15:49:51] [Server thread/ERROR]: xtones:bitt: 5263 [15:49:51] [Server thread/ERROR]: logicblox:not_gate_item: 5175 [15:49:51] [Server thread/ERROR]: xtones:kryp: 5270 [15:49:51] [Server thread/ERROR]: notenoughroofs:copper_tiles_planks_spruce: 5255 [15:49:51] [Server thread/ERROR]: notenoughroofs:slate_tiles_conn_brick: 5212 [15:49:51] [Server thread/ERROR]: notenoughroofs:slate_tiles_conn_planks_oak: 5222 [15:49:51] [Server thread/ERROR]: wrcbe:material: 4472 [15:49:51] [Server thread/ERROR]: ironchest:vanilla_iron_shulker_upgrade: 5172 [15:49:51] [Server thread/ERROR]: ironchest:iron_shulker_box_red: 5155 [15:49:51] [Server thread/ERROR]: wrcbe:triangulator: 4473 [15:49:51] [Server thread/ERROR]: immersivetech:metal_device: 5137 [15:49:51] [Server thread/ERROR]: xtones:zane: 5283 [15:49:51] [Server thread/ERROR]: notenoughroofs:slate_tiles_planks_acacia: 5213 [15:49:51] [Server thread/ERROR]: xtones:sols: 5278 [15:49:51] [Server thread/ERROR]: notenoughroofs:iron_tiles_conn_stonebrick: 5210 [15:49:51] [Server thread/ERROR]: immersivetech:stone_decoration: 5138 [15:49:51] [Server thread/ERROR]: wrcbe:remote: 4474 [15:49:51] [Server thread/ERROR]: ironchest:copper_iron_chest_upgrade: 5161 [15:49:51] [Server thread/ERROR]: notenoughroofs:iron_tiles_planks_big_oak: 5199 [15:49:51] [Server thread/ERROR]: wrcbe:p_sniffer: 4480 [15:49:51] [Server thread/ERROR]: ironchest:iron_shulker_box_yellow: 5145 [15:49:51] [Server thread/ERROR]: xtones:lamp_flat: 5260 [15:49:51] [Server thread/ERROR]: ironchest:diamond_obsidian_shulker_upgrade: 5174 [15:49:51] [Server thread/ERROR]: ironchest:iron_chest: 5140 [15:49:51] [Server thread/ERROR]: notenoughroofs:copper_tiles_conn_brick: 5244 [15:49:51] [Server thread/ERROR]: wrcbe:map: 4477 [15:49:51] [Server thread/ERROR]: notenoughroofs:copper_tiles_conn_planks_big_oak: 5248 [15:49:51] [Server thread/ERROR]: immersivetech:stone_multiblock: 5135 [15:49:51] [Server thread/ERROR]: xtones:vena: 5282 [15:49:51] [Server thread/ERROR]: notenoughroofs:slate_tile: 5194 [15:49:51] [Server thread/ERROR]: xtones:cray: 5264 [15:49:51] [Server thread/ERROR]: notenoughroofs:copper_tiles_conn_planks_oak: 5254 [15:49:51] [Server thread/ERROR]: xtones:myst: 5274 [15:49:51] [Server thread/ERROR]: notenoughroofs:copper_tiles_planks_big_oak: 5247 [15:49:51] [Server thread/ERROR]: xtones:zone: 5291 [15:49:51] [Server thread/ERROR]: notenoughroofs:copper_tiles_conn_planks_birch: 5250 [15:49:51] [Server thread/ERROR]: ironchest:wood_copper_chest_upgrade: 5164 [15:49:51] [Server thread/ERROR]: logicblox:nand_gate_item: 5179 [15:49:51] [Server thread/ERROR]: logicblox:xnor_gate_item: 5181 [15:49:51] [Server thread/ERROR]: immersivetech:connectors: 5136 [15:49:51] [Server thread/ERROR]: logicblox:or_gate_item: 5177 [15:49:51] [Server thread/ERROR]: xtones:zion: 5287 [15:49:51] [Server thread/ERROR]: notenoughroofs:iron_tiles_conn_planks_spruce: 5208 [15:49:51] [Server thread/ERROR]: notenoughroofs:terracotta_planks_acacia: 5229 [15:49:51] [Server thread/ERROR]: notenoughroofs:slate: 5192 [15:49:51] [Server thread/ERROR]: ironchest:vanilla_copper_shulker_upgrade: 5173 [15:49:51] [Server thread/ERROR]: notenoughroofs:iron_tiles_planks_spruce: 5207 [15:49:51] [Server thread/ERROR]: xtones:azur: 5262 [15:49:51] [Server thread/ERROR]: notenoughroofs:terracotta_brick: 5227 [15:49:51] [Server thread/ERROR]: notenoughroofs:slate_tiles_conn_planks_jungle: 5220 [15:49:51] [Server thread/ERROR]: wrcbe:sniffer: 4475 [15:49:51] [Server thread/ERROR]: notenoughroofs:slate_tiles_stonebrick: 5225 [15:49:51] [Server thread/ERROR]: notenoughroofs:iron_tiles_conn_planks_jungle: 5204 [15:49:51] [Server thread/ERROR]: notenoughroofs:copper_tiles_planks_oak: 5253 [15:49:51] [Server thread/ERROR]: notenoughroofs:terracotta_planks_big_oak: 5231 [15:49:51] [Server thread/ERROR]: notenoughroofs:slate_tiles_conn_planks_birch: 5218 [15:49:51] [Server thread/ERROR]: logicblox:resistor_item: 5187 [15:49:51] [Server thread/ERROR]: logicblox:nor_latch_item: 5182 [15:49:51] [Server thread/ERROR]: notenoughroofs:terracotta_conn_planks_spruce: 5240 [15:49:51] [Server thread/ERROR]: notenoughroofs:copper_ore: 5193 [15:49:51] [Server thread/ERROR]: xtones:mint: 5273 [15:49:51] [Server thread/ERROR]: notenoughroofs:copper_tiles_stonebrick: 5257 [15:49:51] [Server thread/ERROR]: xtones:zeta: 5286 [15:49:51] [Server thread/ERROR]: immersivetech:metal_multiblock: 5134 [15:49:51] [Server thread/ERROR]: ironchest:wood_iron_chest_upgrade: 5163 [15:49:51] [Server thread/ERROR]: ironchest:iron_shulker_box_blue: 5152 [15:49:51] [Server thread/ERROR]: notenoughroofs:slate_tiles_planks_birch: 5217 [15:49:51] [Server thread/ERROR]: xtones:reds: 5275 [15:49:51] [Server thread/ERROR]: logicblox:randomizer_digital_item: 5185 [15:49:51] [Server thread/ERROR]: notenoughroofs:copper_tiles_conn_stonebrick: 5258 [15:49:51] [Server thread/ERROR]: notenoughroofs:iron_tiles_planks_birch: 5201 [15:49:51] [Server thread/ERROR]: xtones:agon: 5261 [15:49:51] [Server thread/ERROR]: xtones:zoea: 5289 [15:49:51] [Server thread/ERROR]: ironchest:silver_gold_chest_upgrade: 5160 [15:49:51] [Server thread/ERROR]: notenoughroofs:iron_tiles_planks_acacia: 5197 [15:49:51] [Server thread/ERROR]: logicblox:and_gate_item: 5176 [15:49:51] [Server thread/ERROR]: ironchest:iron_shulker_box_orange: 5142 [15:49:51] [Server thread/ERROR]: notenoughroofs:slate_tiles_planks_jungle: 5219 [15:49:51] [Server thread/ERROR]: notenoughroofs:iron_tiles_conn_planks_acacia: 5198 [15:49:51] [Server thread/ERROR]: xtones:lair: 5271 [15:49:51] [Server thread/ERROR]: notenoughroofs:iron_tiles_conn_brick: 5196 [15:49:51] [Server thread/ERROR]: ironchest:iron_shulker_box_pink: 5147 [15:49:51] [Server thread/ERROR]: notenoughroofs:slate_tiles_conn_planks_big_oak: 5216 [15:49:51] [Server thread/ERROR]: ironchest:diamond_obsidian_chest_upgrade: 5165 [15:49:51] [Server thread/ERROR]: ironchest:gold_diamond_shulker_upgrade: 5167 [15:49:51] [Server thread/ERROR]: notenoughroofs:slate_tiles_conn_planks_spruce: 5224 [15:49:51] [Server thread/ERROR]: xtones:glaxx: 5266 [15:49:51] [Server thread/ERROR]: xtones:reed: 5276 [15:49:51] [Server thread/ERROR]: logicblox:xor_gate_item: 5178 [15:49:51] [Server thread/ERROR]: notenoughroofs:slate_tiles_brick: 5211 [15:49:51] [Server thread/ERROR]: xtones:base: 5259 [15:49:51] [Server thread/ERROR]: notenoughroofs:slate_brick: 5190 [15:49:51] [Server thread/ERROR]: ironchest:iron_shulker_box_brown: 5153 [15:49:51] [Server thread/ERROR]: notenoughroofs:terracotta_conn_planks_acacia: 5230 [15:49:51] [Server thread/ERROR]: notenoughroofs:iron_tiles_conn_planks_birch: 5202 [15:49:51] [Server thread/ERROR]: ironchest:copper_iron_shulker_upgrade: 5170 [15:49:51] [Server thread/ERROR]: xtones:korp: 5269 [15:49:51] [Server thread/ERROR]: notenoughroofs:copper_tiles_conn_planks_acacia: 5246 [15:49:51] [Server thread/ERROR]: xtones:zest: 5285 [15:49:51] [Server thread/ERROR]: xtones:zyth: 5294 [15:49:51] [Server thread/ERROR]: notenoughroofs:slate_tiles_conn_stonebrick: 5226 [15:49:51] [Server thread/ERROR]: xtones:ztyl: 5293 [15:49:51] [Server thread/ERROR]: notenoughroofs:copper_tiles_planks_birch: 5249 [15:49:51] [Server thread/ERROR]: ironchest:iron_shulker_box_silver: 5149 [15:49:51] [Server thread/ERROR]: notenoughroofs:iron_tiles_planks_oak: 5205 [15:49:51] [Server thread/ERROR]: notenoughroofs:slate_tiles_planks_spruce: 5223 [15:49:51] [Server thread/ERROR]: ironchest:iron_shulker_box_white: 5141 [15:49:51] [Server thread/ERROR]: notenoughroofs:terracotta_conn_planks_birch: 5234 [15:49:51] [Server thread/ERROR]: wrcbe:wireless_logic: 4471 [15:49:51] [Server thread/ERROR]: notenoughroofs:iron_tiles_conn_planks_oak: 5206 [15:49:51] [Server thread/ERROR]: ironchest:iron_shulker_box_gray: 5148 [15:49:51] [Server thread/ERROR]: xtones:fort: 5265 [15:49:51] [Server thread/ERROR]: notenoughroofs:terracotta_conn_planks_big_oak: 5232 [15:49:51] [Server thread/ERROR]: ironchest:copper_silver_chest_upgrade: 5159 [15:49:51] [Server thread/ERROR]: notenoughroofs:copper_tiles_conn_planks_jungle: 5252 [15:49:51] [Server thread/ERROR]: ironchest:iron_shulker_box_lime: 5146 [15:49:51] [Server thread/ERROR]: notenoughroofs:slate_tiles_conn_planks_acacia: 5214 [15:49:51] [Server thread/ERROR]: ironchest:iron_shulker_box_purple: 5151 [15:49:51] [Server thread/ERROR]: notenoughroofs:terracotta_planks_jungle: 5235 [15:49:51] [Server thread/ERROR]: xtones:zkul: 5288 [15:49:51] [Server thread/ERROR]: ironchest:iron_gold_chest_upgrade: 5157 [15:49:51] [Server thread/ERROR]: xtones:zome: 5290 [15:49:51] [Server thread/ERROR]: logicblox:clock_item: 5184 [15:49:51] [Server thread/ERROR]: notenoughroofs:terracotta_stonebrick: 5241 [15:49:51] [Server thread/ERROR]: wrcbe:empty_map: 4476 [15:49:51] [Server thread/ERROR]: notenoughroofs:iron_tiles_conn_planks_big_oak: 5200 [15:49:51] [Server thread/ERROR]: notenoughroofs:iron_tiles_brick: 5195 [15:49:51] [Server thread/ERROR]: ironchest:copper_silver_shulker_upgrade: 5168 [15:49:51] [Server thread/ERROR]: notenoughroofs:terracotta_planks_oak: 5237 [15:49:51] [Server thread/ERROR]: xtones:lave: 5272 [15:49:51] [Server thread/ERROR]: ironchest:gold_diamond_chest_upgrade: 5158 [15:49:51] [Server thread/ERROR]: notenoughroofs:terracotta_planks_birch: 5233 [15:49:51] [Server thread/ERROR]: logicblox:bit_stone_item: 5188 [15:49:51] [Server thread/ERROR]: ironchest:diamond_crystal_chest_upgrade: 5162 [15:49:51] [Server thread/ERROR]: ironchest:iron_shulker_box_magenta: 5143 [15:49:51] [Server thread/ERROR]: notenoughroofs:slate_tiles_planks_big_oak: 5215 [15:49:51] [Server thread/ERROR]: notenoughroofs:copper_tiles_planks_acacia: 5245 [15:49:51] [Server thread/ERROR]: xtones:iszm: 5267 [15:49:51] [Server thread/ERROR]: xtones:jelt: 5268 [15:49:51] [Server thread/ERROR]: notenoughroofs:slate_tiles_planks_oak: 5221 [15:49:51] [Server thread/ERROR]: immersivetech:material: 5139 [15:49:51] [Server thread/ERROR]: wrcbe:rep: 4479 [15:49:51] [Server thread/ERROR]: notenoughroofs:terracotta_planks_spruce: 5239 [15:49:51] [Server thread/ERROR]: xtones:roen: 5277 [15:49:51] [Server thread/ERROR]: xtones:vect: 5281 [15:49:51] [Server thread/ERROR]: notenoughroofs:iron_tiles_stonebrick: 5209 [15:49:51] [Server thread/ERROR]: ironchest:iron_shulker_box_green: 5154 [15:49:51] [Server thread/ERROR]: notenoughroofs:terracotta_conn_stonebrick: 5242 [15:49:51] [Server thread/ERROR]: logicblox:tflip_flop_item: 5183 [15:49:51] [Server thread/ERROR]: logicblox:nor_gate_item: 5180 [15:49:51] [Server thread/ERROR]: ironchest:iron_shulker_box_cyan: 5150 [15:49:51] [Server thread/ERROR]: notenoughroofs:terracotta_conn_planks_jungle: 5236 [15:49:51] [Server thread/ERROR]: ironchest:diamond_crystal_shulker_upgrade: 5171 [15:49:51] [Server thread/ERROR]: ironchest:iron_gold_shulker_upgrade: 5166 [15:49:51] [Server thread/ERROR]: logicblox:randomizer_analog_item: 5186 [15:49:51] [Server thread/ERROR]: xtones:zorg: 5292 [15:49:51] [Server thread/ERROR]: notenoughroofs:terracotta: 5189 [15:49:51] [Server thread/ERROR]: xtones:tank: 5280 [15:49:51] [Server thread/ERROR]: notenoughroofs:terracotta_conn_brick: 5228 [15:49:51] [Server thread/ERROR]: xtones:zech: 5284 [15:49:51] [Server thread/ERROR]: notenoughroofs:copper_tiles_conn_planks_spruce: 5256 [15:49:51] [Server thread/ERROR]: notenoughroofs:terracotta_conn_planks_oak: 5238 [15:49:51] [Server thread/ERROR]: ironchest:iron_shulker_box_light_blue: 5144 [15:49:51] [Server thread/ERROR]: xtones:sync: 5279 [15:49:51] [Server thread/ERROR]: notenoughroofs:copper_tiles_brick: 5243 [15:49:51] [Server thread/ERROR]: ironchest:silver_gold_shulker_upgrade: 5169 [15:49:51] [Server thread/ERROR]: notenoughroofs:copper_tiles_planks_jungle: 5251 [15:49:51] [Server thread/ERROR]: wrcbe:tracker: 4478 [15:49:51] [Server thread/ERROR]: notenoughroofs:iron_tiles_planks_jungle: 5203 [15:50:00] [Server thread/INFO]: World backup created at C:\Users\esflo\Documents\Curse\Minecraft\Instances\subway systems\saves\subway-20181226-154959.zip. [15:50:00] [Server thread/ERROR]: There are unidentified mappings in this world - we are going to attempt to process anyway [15:50:02] [Server thread/INFO]: Applying holder lookups [15:50:02] [Server thread/INFO]: Holder lookups applied [15:50:02] [Server thread/ERROR]: The fluid dist_water (specified as immersivetech:dist_water) is missing from this instance - it will be removed [15:50:02] [Server thread/INFO]: Loading dimension 0 (subway) (net.minecraft.server.integrated.IntegratedServer@7904603d) [15:50:03] [Server thread/INFO]: Loaded 593 advancements [15:50:03] [Server thread/INFO]: Loading dimension -1 (subway) (net.minecraft.server.integrated.IntegratedServer@7904603d) [15:50:03] [Server thread/INFO]: Loading dimension 1 (subway) (net.minecraft.server.integrated.IntegratedServer@7904603d) [15:50:03] [Server thread/INFO]: Loading dimension 2 (subway) (net.minecraft.server.integrated.IntegratedServer@7904603d) [15:50:03] [Server thread/INFO]: Preparing start region for level 0 [15:50:03] [Server thread/INFO]: Transforming Class [net.minecraft.world.chunk.storage.ExtendedBlockStorage], Method [func_76663_a] [15:50:03] [Server thread/INFO]: Transforming net.minecraft.world.chunk.storage.ExtendedBlockStorage Finished. [15:50:04] [Server thread/INFO]: WorldData loading [15:50:04] [Server thread/INFO]: WorldData retrieved [15:50:04] [Server thread/ERROR]: ExecutionException in getPlayer: com.google.common.util.concurrent.UncheckedExecutionException: java.lang.NullPointerException at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2217) at com.google.common.cache.LocalCache.get(LocalCache.java:4154) at com.google.common.cache.LocalCache.getOrLoad(LocalCache.java:4158) at com.google.common.cache.LocalCache$LocalLoadingCache.get(LocalCache.java:5147) at journeymap.client.data.DataCache.getPlayer(DataCache.java:303) at journeymap.client.data.DataCache.getPlayer(DataCache.java:190) at journeymap.client.forge.event.WorldEventHandler.onUnload(WorldEventHandler.java:30) at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_641_WorldEventHandler_onUnload_Unload.invoke(.dynamic) at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182) at net.minecraftforge.common.DimensionManager.unloadWorlds(DimensionManager.java:403) at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:788) at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668) at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:185) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526) at java.lang.Thread.run(Thread.java:745) Caused by: java.lang.NullPointerException at com.google.common.base.Preconditions.checkNotNull(Preconditions.java:770) at com.google.common.cache.LocalCache.get(LocalCache.java:4153) at com.google.common.cache.LocalCache.getOrLoad(LocalCache.java:4158) at com.google.common.cache.LocalCache$LocalLoadingCache.get(LocalCache.java:5147) at com.google.common.cache.LocalCache$LocalLoadingCache.getUnchecked(LocalCache.java:5153) at journeymap.client.data.DataCache.getEntityDTO(DataCache.java:441) at journeymap.client.data.PlayerData.load(PlayerData.java:83) at journeymap.client.data.PlayerData.load(PlayerData.java:27) at com.google.common.cache.LocalCache$LoadingValueReference.loadFuture(LocalCache.java:3716) at com.google.common.cache.LocalCache$Segment.loadSync(LocalCache.java:2424) at com.google.common.cache.LocalCache$Segment.lockedGetOrLoad(LocalCache.java:2298) at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2211) ... 15 more [15:50:04] [Server thread/ERROR]: Error handling WorldEvent.Unload java.lang.NullPointerException: null at journeymap.client.forge.event.WorldEventHandler.onUnload(WorldEventHandler.java:30) [WorldEventHandler.class:1.12.2-5.5.3] at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_641_WorldEventHandler_onUnload_Unload.invoke(.dynamic) [?:?] at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) [ASMEventHandler.class:?] at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182) [EventBus.class:?] at net.minecraftforge.common.DimensionManager.unloadWorlds(DimensionManager.java:403) [DimensionManager.class:?] at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:788) [MinecraftServer.class:?] at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668) [MinecraftServer.class:?] at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:185) [chd.class:?] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526) [MinecraftServer.class:?] at java.lang.Thread.run(Thread.java:745) [?:1.8.0_51] [15:50:04] [Server thread/INFO]: Unloading dimension -1 [15:50:04] [Server thread/ERROR]: ExecutionException in getPlayer: com.google.common.util.concurrent.UncheckedExecutionException: java.lang.NullPointerException at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2217) at com.google.common.cache.LocalCache.get(LocalCache.java:4154) at com.google.common.cache.LocalCache.getOrLoad(LocalCache.java:4158) at com.google.common.cache.LocalCache$LocalLoadingCache.get(LocalCache.java:5147) at journeymap.client.data.DataCache.getPlayer(DataCache.java:303) at journeymap.client.data.DataCache.getPlayer(DataCache.java:190) at journeymap.client.forge.event.WorldEventHandler.onUnload(WorldEventHandler.java:30) at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_641_WorldEventHandler_onUnload_Unload.invoke(.dynamic) at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182) at net.minecraftforge.common.DimensionManager.unloadWorlds(DimensionManager.java:403) at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:788) at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668) at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:185) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526) at java.lang.Thread.run(Thread.java:745) Caused by: java.lang.NullPointerException at com.google.common.base.Preconditions.checkNotNull(Preconditions.java:770) at com.google.common.cache.LocalCache.get(LocalCache.java:4153) at com.google.common.cache.LocalCache.getOrLoad(LocalCache.java:4158) at com.google.common.cache.LocalCache$LocalLoadingCache.get(LocalCache.java:5147) at com.google.common.cache.LocalCache$LocalLoadingCache.getUnchecked(LocalCache.java:5153) at journeymap.client.data.DataCache.getEntityDTO(DataCache.java:441) at journeymap.client.data.PlayerData.load(PlayerData.java:83) at journeymap.client.data.PlayerData.load(PlayerData.java:27) at com.google.common.cache.LocalCache$LoadingValueReference.loadFuture(LocalCache.java:3716) at com.google.common.cache.LocalCache$Segment.loadSync(LocalCache.java:2424) at com.google.common.cache.LocalCache$Segment.lockedGetOrLoad(LocalCache.java:2298) at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2211) ... 15 more [15:50:04] [Server thread/ERROR]: Error handling WorldEvent.Unload java.lang.NullPointerException: null at journeymap.client.forge.event.WorldEventHandler.onUnload(WorldEventHandler.java:30) [WorldEventHandler.class:1.12.2-5.5.3] at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_641_WorldEventHandler_onUnload_Unload.invoke(.dynamic) [?:?] at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) [ASMEventHandler.class:?] at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182) [EventBus.class:?] at net.minecraftforge.common.DimensionManager.unloadWorlds(DimensionManager.java:403) [DimensionManager.class:?] at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:788) [MinecraftServer.class:?] at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668) [MinecraftServer.class:?] at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:185) [chd.class:?] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526) [MinecraftServer.class:?] at java.lang.Thread.run(Thread.java:745) [?:1.8.0_51] [15:50:04] [Server thread/INFO]: Unloading dimension 1 [15:50:04] [Server thread/INFO]: Changing view distance to 12, from 10 [15:50:05] [Client thread/WARN]: Unloading IR sound system [15:50:05] [Netty Local Client IO #0/INFO]: Server protocol version 2 [15:50:05] [Netty Server IO #1/INFO]: Client protocol version 2 [15:50:05] [Netty Server IO #1/INFO]: Client attempting to join with 60 mods : [email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],appliedenergistics2@rv6-stable-4,[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected] [15:50:05] [Netty Server IO #1/INFO]: Skipping config sync, No mods have registered a syncable config. [15:50:05] [Netty Local Client IO #0/INFO]: [Netty Local Client IO #0] Client side modded connection established [15:50:05] [Server thread/INFO]: [Server thread] Server side modded connection established [15:50:05] [Server thread/INFO]: Animus_Surge[local:E:489335f3] logged in with entity id 1 at (-334.4959266593279, 21.967871928424298, 35.60904405097433) [15:50:05] [Server thread/INFO]: Animus_Surge joined the game [15:50:05] [Server thread/INFO]: Sending server configs to client for com.enderio.core.common.config.ConfigHandler [15:50:09] [Server thread/INFO]: Saving and pausing game... [15:50:09] [Server thread/INFO]: Saving chunks for level 'subway'/overworld [15:50:09] [Server thread/INFO]: Saving chunks for level 'subway'/Storage Cell [15:50:09] [Server thread/WARN]: Can't keep up! Did the system time change, or is the server overloaded? Running 3829ms behind, skipping 76 tick(s) [15:50:09] [Client thread/ERROR]: ########## GL ERROR ########## [15:50:09] [Client thread/ERROR]: @ Post render [15:50:09] [Client thread/ERROR]: 1281: Invalid value [15:50:09] [Client thread/INFO]: Loaded 5 advancements [15:50:09] [Client thread/WARN]: core (Initialized) Bad configField entry during updateFrom(): optionsManagerViewed=null [15:50:09] [Client thread/WARN]: core (Initialized) Bad configField entry during updateFrom(): splashViewed=null [15:50:09] [Client thread/INFO]: Loading journeymap.topo.config [15:50:10] [Client thread/INFO]: Loaded 0 waypoints from C:\Users\esflo\Documents\Curse\Minecraft\Instances\subway systems\journeymap\data\sp\subway\waypoints [15:50:10] [Client thread/INFO]: Mapping started in C:\Users\esflo\Documents\Curse\Minecraft\Instances\subway systems\journeymap\data\sp\subway\DIM0. Memory: 4032MB total, 1904MB free [15:50:10] [Client thread/INFO]: [CHAT] §eJourneyMap:§f Press [§bJ§f] [15:50:10] [Client thread/INFO]: JourneyMap: Press [J] [15:50:10] [Server thread/INFO]: Saving and pausing game... [15:50:10] [Server thread/INFO]: Saving chunks for level 'subway'/overworld [15:50:10] [Server thread/INFO]: Saving chunks for level 'subway'/Storage Cell [15:50:28] [Client thread/ERROR]: ########## GL ERROR ########## [15:50:28] [Client thread/ERROR]: @ Post render [15:50:28] [Client thread/ERROR]: 1285: Out of memory [15:50:28] [Client thread/ERROR]: ########## GL ERROR ########## [15:50:28] [Client thread/ERROR]: @ Pre render [15:50:28] [Client thread/ERROR]: 1285: Out of memory [15:50:28] [Client thread/ERROR]: ########## GL ERROR ########## [15:50:28] [Client thread/ERROR]: @ Post render [15:50:28] [Client thread/ERROR]: 1285: Out of memory [15:50:28] [Client thread/ERROR]: ########## GL ERROR ########## [15:50:28] [Client thread/ERROR]: @ Pre render [15:50:28] [Client thread/ERROR]: 1285: Out of memory [15:50:28] [Client thread/ERROR]: ########## GL ERROR ########## [15:50:28] [Client thread/ERROR]: @ Post render [15:50:28] [Client thread/ERROR]: 1285: Out of memory [15:50:28] [Client thread/ERROR]: ########## GL ERROR ########## [15:50:28] [Client thread/ERROR]: @ Pre render [15:50:28] [Client thread/ERROR]: 1285: Out of memory [15:50:28] [Client thread/ERROR]: ########## GL ERROR ########## [15:50:28] [Client thread/ERROR]: @ Post render [15:50:28] [Client thread/ERROR]: 1285: Out of memory [15:50:28] [Client thread/ERROR]: ########## GL ERROR ########## [15:50:28] [Client thread/ERROR]: @ Pre render [15:50:28] [Client thread/ERROR]: 1285: Out of memory [15:50:28] [Client thread/ERROR]: ########## GL ERROR ########## [15:50:28] [Client thread/ERROR]: @ Post render [15:50:28] [Client thread/ERROR]: 1285: Out of memory [15:50:28] [Client thread/ERROR]: ########## GL ERROR ########## [15:50:28] [Client thread/ERROR]: @ Pre render [15:50:28] [Client thread/ERROR]: 1285: Out of memory [15:50:29] [Client thread/ERROR]: ########## GL ERROR ########## [15:50:29] [Client thread/ERROR]: @ Post render [15:50:29] [Client thread/ERROR]: 1285: Out of memory [15:50:29] [Client thread/ERROR]: ########## GL ERROR ########## [15:50:29] [Client thread/ERROR]: @ Pre render [15:50:29] [Client thread/ERROR]: 1285: Out of memory [15:50:29] [Client thread/ERROR]: ########## GL ERROR ########## [15:50:29] [Client thread/ERROR]: @ Post render [15:50:29] [Client thread/ERROR]: 1285: Out of memory [15:50:29] [Client thread/ERROR]: ########## GL ERROR ########## [15:50:29] [Client thread/ERROR]: @ Pre render [15:50:29] [Client thread/ERROR]: 1285: Out of memory [15:50:29] [Client thread/ERROR]: ########## GL ERROR ########## [15:50:29] [Client thread/ERROR]: @ Post render [15:50:29] [Client thread/ERROR]: 1285: Out of memory [15:50:29] [Client thread/ERROR]: ########## GL ERROR ########## [15:50:29] [Client thread/ERROR]: @ Pre render [15:50:29] [Client thread/ERROR]: 1285: Out of memory [15:50:29] [Client thread/ERROR]: ########## GL ERROR ########## [15:50:29] [Client thread/ERROR]: @ Post render [15:50:29] [Client thread/ERROR]: 1285: Out of memory [15:50:29] [Client thread/ERROR]: ########## GL ERROR ########## [15:50:29] [Client thread/ERROR]: @ Pre render [15:50:29] [Client thread/ERROR]: 1285: Out of memory [15:50:29] [Client thread/ERROR]: ########## GL ERROR ########## [15:50:29] [Client thread/ERROR]: @ Post render [15:50:29] [Client thread/ERROR]: 1285: Out of memory [15:50:32] [Client thread/ERROR]: ########## GL ERROR ########## [15:50:32] [Client thread/ERROR]: @ Pre render [15:50:32] [Client thread/ERROR]: 1285: Out of memory [15:50:32] [Client thread/ERROR]: ########## GL ERROR ########## [15:50:32] [Client thread/ERROR]: @ Post render [15:50:32] [Client thread/ERROR]: 1285: Out of memory [15:50:41] [Client thread/ERROR]: ########## GL ERROR ########## [15:50:41] [Client thread/ERROR]: @ Pre render [15:50:41] [Client thread/ERROR]: 1285: Out of memory [15:50:43] [Client thread/ERROR]: ########## GL ERROR ########## [15:50:43] [Client thread/ERROR]: @ Post render [15:50:43] [Client thread/ERROR]: 1285: Out of memory [15:50:59] [Client thread/ERROR]: ########## GL ERROR ########## [15:50:59] [Client thread/ERROR]: @ Pre render [15:50:59] [Client thread/ERROR]: 1285: Out of memory [15:51:01] [Client thread/ERROR]: ########## GL ERROR ########## [15:51:01] [Client thread/ERROR]: @ Post render [15:51:01] [Client thread/ERROR]: 1285: Out of memory [15:51:14] [Server thread/WARN]: Can't keep up! Did the system time change, or is the server overloaded? Running 4872ms behind, skipping 97 tick(s) ((Then it crashes because I force closed it))
This has happened three days in a row now, and I am using the maximum allocated ram (unless that is the issue) that the curse client would let me do. I would appreciate if someone could tell me what exactly is going on and how to fix it.
Thank you and have a happy new year (american time sorry if offensive),
Animus_Surge
-
Hey, it seems that Immersive Engineering is breaking my game.
LOG
Spoiler[19:57:26] [main/INFO]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker [19:57:26] [main/INFO]: Using primary tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker [19:57:26] [main/INFO]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLTweaker [19:57:26] [main/INFO]: Forge Mod Loader version 14.23.5.2768 for Minecraft 1.12.2 loading [19:57:26] [main/INFO]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_51, running on Windows 10:amd64:10.0, installed at C:\Users\Mike\Documents\Curse\Minecraft\Install\runtime\jre-x64\1.8.0_51 [19:57:27] [main/INFO]: Searching C:\Users\Mike\Documents\Curse\Minecraft\Instances\ExtendedCraftingSetups\mods for mods [19:57:27] [main/INFO]: Searching C:\Users\Mike\Documents\Curse\Minecraft\Instances\ExtendedCraftingSetups\mods\1.12.2 for mods [19:57:27] [main/INFO]: Loading tweaker codechicken.asm.internal.Tweaker from ChickenASM-1.12-1.0.2.7.jar [19:57:27] [main/WARN]: Found FMLCorePluginContainsFMLMod marker in CTM-MC1.12.2-0.3.2.18.jar. This is not recommended, @Mods should be in a separate jar from the coremod. [19:57:27] [main/WARN]: The coremod team.chisel.ctm.client.asm.CTMCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft [19:57:27] [main/WARN]: The coremod CTMCorePlugin (team.chisel.ctm.client.asm.CTMCorePlugin) is not signed! [19:57:27] [main/WARN]: Found FMLCorePluginContainsFMLMod marker in EnderCore-1.12.2-0.5.41.jar. This is not recommended, @Mods should be in a separate jar from the coremod. [19:57:27] [main/WARN]: Found FMLCorePluginContainsFMLMod marker in InventoryTweaks-1.63.jar. This is not recommended, @Mods should be in a separate jar from the coremod. [19:57:28] [main/WARN]: The coremod invtweaks.forge.asm.FMLPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft [19:57:28] [main/WARN]: The coremod blusunrize.immersiveengineering.common.asm.IELoadingPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft [19:57:28] [main/INFO]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker [19:57:28] [main/INFO]: Loading tweak class name codechicken.asm.internal.Tweaker [19:57:28] [main/INFO]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLDeobfTweaker [19:57:28] [main/INFO]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker [19:57:28] [main/INFO]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker [19:57:28] [main/INFO]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper [19:57:32] [main/INFO]: Found valid fingerprint for Minecraft Forge. Certificate fingerprint e3c3d50c7c986df74c645c0ac54639741c90a557 [19:57:32] [main/INFO]: Found valid fingerprint for Minecraft. Certificate fingerprint cd99959656f753dc28d863b46769f7f8fbaefcfc [19:57:32] [main/INFO]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper [19:57:32] [main/INFO]: Calling tweak class codechicken.asm.internal.Tweaker [19:57:32] [main/INFO]: [codechicken.asm.internal.Tweaker:injectIntoClassLoader:30]: false [19:57:32] [main/INFO]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLDeobfTweaker [19:57:33] [main/INFO]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper [19:57:33] [main/INFO]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper [19:57:33] [main/INFO]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper [19:57:33] [main/INFO]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper [19:57:33] [main/INFO]: Loading tweak class name net.minecraftforge.fml.common.launcher.TerminalTweaker [19:57:33] [main/INFO]: Calling tweak class net.minecraftforge.fml.common.launcher.TerminalTweaker [19:57:33] [main/INFO]: Launching wrapped minecraft {net.minecraft.client.main.Main} [19:57:34] [main/INFO]: Transforming net.minecraft.entity.player.EntityPlayer finished, added func_184613_cA() overriding EntityLivingBase [19:57:36] [main/INFO]: Setting user: Animus_Surge [19:57:36] [main/INFO]: [team.chisel.ctm.client.asm.CTMTransformer:preTransform:229]: Transforming Class [net.minecraft.block.Block], Method [getExtendedState] [19:57:36] [main/INFO]: [team.chisel.ctm.client.asm.CTMTransformer:finishTransform:241]: Transforming net.minecraft.block.Block Finished. [19:57:43] [main/INFO]: Transforming Class [net.minecraft.entity.ai.EntityAICreeperSwell], Method [func_75246_d] [19:57:43] [main/INFO]: Transforming net.minecraft.entity.ai.EntityAICreeperSwell Finished. [19:57:44] [main/INFO]: Transforming Class [net.minecraft.inventory.ContainerFurnace], Method [func_82846_b] [19:57:44] [main/INFO]: Transforming net.minecraft.inventory.ContainerFurnace Finished. [19:57:44] [main/INFO]: LWJGL Version: 2.9.4 [19:57:47] [main/INFO]: -- System Details -- Details: Minecraft Version: 1.12.2 Operating System: Windows 10 (amd64) version 10.0 Java Version: 1.8.0_51, Oracle Corporation Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation Memory: 160754240 bytes (153 MB) / 736624640 bytes (702 MB) up to 5726797824 bytes (5461 MB) JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx6144m -Xms256m -XX:PermSize=256m IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0 FML: Loaded coremods (and transformers): Inventory Tweaks Coremod (InventoryTweaks-1.63.jar) invtweaks.forge.asm.ContainerTransformer EnderCorePlugin (EnderCore-1.12.2-0.5.41.jar) com.enderio.core.common.transform.EnderCoreTransformer com.enderio.core.common.transform.SimpleMixinPatcher CTMCorePlugin (CTM-MC1.12.2-0.3.2.18.jar) team.chisel.ctm.client.asm.CTMTransformer IELoadingPlugin (ImmersiveEngineering-core-0.12-85.jar) blusunrize.immersiveengineering.common.asm.IEClassTransformer GL info: ' Vendor: 'Intel' Version: '4.0.0 - Build 10.18.10.4358' Renderer: 'Intel(R) HD Graphics 4000' [19:57:47] [main/INFO]: MinecraftForge v14.23.5.2768 Initialized [19:57:47] [main/INFO]: Starts to replace vanilla recipe ingredients with ore ingredients. [19:57:47] [main/INFO]: Replaced 1036 ore ingredients [19:57:50] [main/INFO]: Searching C:\Users\Mike\Documents\Curse\Minecraft\Instances\ExtendedCraftingSetups\mods for mods [19:57:50] [main/INFO]: Searching C:\Users\Mike\Documents\Curse\Minecraft\Instances\ExtendedCraftingSetups\mods\1.12.2 for mods [19:57:52] [Thread-3/INFO]: Using sync timing. 200 frames of Display.update took 846787337 nanos [19:57:54] [main/WARN]: Mod betterbuilderswands is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 0.11.1 [19:57:55] [main/WARN]: Mod codechickenlib is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 3.2.2.353 [19:57:56] [main/WARN]: Mod enderstorage is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 2.4.5.135 [19:57:56] [main/WARN]: Mod microblockcbe is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 2.5.0.71 [19:57:56] [main/WARN]: Mod forgemultipartcbe is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 2.5.0.71 [19:57:56] [main/WARN]: Mod minecraftmultipartcbe is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 2.5.0.71 [19:57:57] [main/WARN]: Mod ironchest is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.12.2-7.0.40.824 [19:57:57] [main/WARN]: Mod mrtjpcore is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 2.1.3.35 [19:57:57] [main/WARN]: Mod projectred-core is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 4.9.1.92 [19:57:57] [main/INFO]: Mod projectred-compat is missing the required element 'name'. Substituting projectred-compat [19:57:57] [main/WARN]: Mod projectred-compat is missing the required element 'version' and no fallback can be found. Substituting '1.0'. [19:57:57] [main/WARN]: Mod projectred-fabrication is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 4.9.1.92 [19:57:57] [main/WARN]: Mod projectred-integration is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 4.9.1.92 [19:57:57] [main/WARN]: Mod projectred-transmission is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 4.9.1.92 [19:57:58] [main/WARN]: Mod projectred-illumination is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 4.9.1.92 [19:57:58] [main/WARN]: Mod projectred-expansion is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 4.9.1.92 [19:57:58] [main/WARN]: Mod projectred-relocation is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 4.9.1.92 [19:57:58] [main/WARN]: Mod projectred-transportation is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 4.9.1.92 [19:57:58] [main/WARN]: Mod projectred-exploration is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 4.9.1.92 [19:57:59] [main/INFO]: Forge Mod Loader has identified 63 mods to load [19:58:00] [main/INFO]: FML has found a non-mod file AutoSave-1.12.2-1.0.6.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible. [19:58:02] [main/INFO]: Attempting connection with missing mods [minecraft, mcp, FML, forge, actuallyadditions, appliedenergistics2, baubles, betterbuilderswands, bibliocraft, botania, chameleon, chisel, chiselsandbits, codechickenlib, cofhcore, cofhworld, ctm, cucumber, endercore, enderio, enderiobase, enderioconduits, enderioconduitsappliedenergistics, enderioconduitsopencomputers, enderioconduitsrefinedstorage, enderiointegrationforestry, enderiointegrationtic, enderiointegrationticlate, enderiomachines, enderiopowertools, enderstorage, extendedcrafting, microblockcbe, forgemultipartcbe, minecraftmultipartcbe, ftblib, ftbutilities, inventorytweaks, ironchest, jei, journeymap, mantle, mcjtylib_ng, morpheus, mrtjpcore, projectred-core, projectred-compat, projectred-fabrication, projectred-integration, projectred-transmission, projectred-illumination, projectred-expansion, projectred-relocation, projectred-transportation, projectred-exploration, redstoneflux, rftools, storagedrawers, tconstruct, thermaldynamics, thermalexpansion, thermalfoundation, immersiveengineering] at CLIENT [19:58:02] [main/INFO]: Attempting connection with missing mods [minecraft, mcp, FML, forge, actuallyadditions, appliedenergistics2, baubles, betterbuilderswands, bibliocraft, botania, chameleon, chisel, chiselsandbits, codechickenlib, cofhcore, cofhworld, ctm, cucumber, endercore, enderio, enderiobase, enderioconduits, enderioconduitsappliedenergistics, enderioconduitsopencomputers, enderioconduitsrefinedstorage, enderiointegrationforestry, enderiointegrationtic, enderiointegrationticlate, enderiomachines, enderiopowertools, enderstorage, extendedcrafting, microblockcbe, forgemultipartcbe, minecraftmultipartcbe, ftblib, ftbutilities, inventorytweaks, ironchest, jei, journeymap, mantle, mcjtylib_ng, morpheus, mrtjpcore, projectred-core, projectred-compat, projectred-fabrication, projectred-integration, projectred-transmission, projectred-illumination, projectred-expansion, projectred-relocation, projectred-transportation, projectred-exploration, redstoneflux, rftools, storagedrawers, tconstruct, thermaldynamics, thermalexpansion, thermalfoundation, immersiveengineering] at SERVER [19:58:08] [main/INFO]: [team.chisel.ctm.client.asm.CTMTransformer:preTransform:229]: Transforming Class [net.minecraft.client.renderer.texture.TextureMap], Method [registerSprite] [19:58:08] [main/INFO]: [team.chisel.ctm.client.asm.CTMTransformer:finishTransform:241]: Transforming net.minecraft.client.renderer.texture.TextureMap Finished. [19:58:12] [main/INFO]: Skipping Pulse craftingtweaksIntegration; missing dependency: craftingtweaks [19:58:12] [main/INFO]: Skipping Pulse wailaIntegration; missing dependency: waila [19:58:12] [main/INFO]: Skipping Pulse theoneprobeIntegration; missing dependency: theoneprobe [19:58:13] [main/INFO]: Preparing to take over the world [19:58:16] [main/INFO]: [team.chisel.ctm.client.asm.CTMTransformer:preTransform:229]: Transforming Class [net.minecraft.client.renderer.texture.TextureAtlasSprite], Method [updateAnimationInterpolated] [19:58:16] [main/INFO]: [team.chisel.ctm.client.asm.CTMTransformer:finishTransform:241]: Transforming net.minecraft.client.renderer.texture.TextureAtlasSprite Finished. [19:58:18] [main/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Actually Additions, FMLFileResourcePack:Applied Energistics 2, FMLFileResourcePack:Baubles, FMLFileResourcePack:Better Builder's Wands, FMLFileResourcePack:BiblioCraft, FMLFileResourcePack:Botania, FMLFileResourcePack:Chameleon, FMLFileResourcePack:Chisel, FMLFileResourcePack:Chisels & Bits, FMLFileResourcePack:CodeChicken Lib, FMLFileResourcePack:CoFH Core, FMLFileResourcePack:CoFH World, FMLFileResourcePack:CTM, FMLFileResourcePack:Cucumber Library, FMLFileResourcePack:EnderCore, FMLFileResourcePack:Ender IO, FMLFileResourcePack:Ender IO Base, FMLFileResourcePack:Ender IO Conduits, FMLFileResourcePack:Ender IO Applied Energistics Conduits, FMLFileResourcePack:Ender IO Open Computers Conduits, FMLFileResourcePack:Ender IO Refined Storage Conduits, FMLFileResourcePack:Ender IO Integration with Forestry, FMLFileResourcePack:Ender IO Integration with Tinkers' Construct, FMLFileResourcePack:Ender IO Integration with Tinkers' Construct, FMLFileResourcePack:Ender IO Machines, FMLFileResourcePack:Ender IO Powertools, FMLFileResourcePack:EnderStorage, FMLFileResourcePack:Extended Crafting, FMLFileResourcePack:Forge Microblocks, FMLFileResourcePack:Forge Multipart CBE, FMLFileResourcePack:Minecraft Multipart Plugin, FMLFileResourcePack:FTBLib, FMLFileResourcePack:FTB Utilities, FMLFileResourcePack:Inventory Tweaks, FMLFileResourcePack:Iron Chest, FMLFileResourcePack:Just Enough Items, FMLFileResourcePack:JourneyMap, FMLFileResourcePack:Mantle, FMLFileResourcePack:McJtyLib, FMLFileResourcePack:Morpheus, FMLFileResourcePack:MrTJPCore, FMLFileResourcePack:ProjectRed Core, FMLFileResourcePack:projectred-compat, FMLFileResourcePack:ProjectRed Fabrication, FMLFileResourcePack:ProjectRed integration, FMLFileResourcePack:ProjectRed Transmission, FMLFileResourcePack:ProjectRed Illumination, FMLFileResourcePack:ProjectRed Expansion, FMLFileResourcePack:ProjectRed Relocation, FMLFileResourcePack:ProjectRed Transportation, FMLFileResourcePack:ProjectRed Exploration, FMLFileResourcePack:Redstone Flux, FMLFileResourcePack:RFTools, FMLFileResourcePack:Storage Drawers, FMLFileResourcePack:Tinkers' Construct, FMLFileResourcePack:Thermal Dynamics, FMLFileResourcePack:Thermal Expansion, FMLFileResourcePack:Thermal Foundation, FMLFileResourcePack:Immersive Engineering [19:58:18] [main/INFO]: [team.chisel.ctm.client.asm.CTMTransformer:preTransform:229]: Transforming Class [net.minecraftforge.client.ForgeHooksClient], Method [getDamageModel] [19:58:18] [main/INFO]: [team.chisel.ctm.client.asm.CTMTransformer:finishTransform:241]: Transforming net.minecraftforge.client.ForgeHooksClient Finished. [19:58:18] [main/INFO]: Transforming Class [net.minecraft.client.renderer.RenderItem], Method [func_180453_a, func_184391_a] [19:58:18] [main/INFO]: Transforming net.minecraft.client.renderer.RenderItem Finished. [19:58:19] [main/INFO]: Processing ObjectHolder annotations [19:58:19] [main/INFO]: Found 1305 ObjectHolder annotations [19:58:19] [main/INFO]: Identifying ItemStackHolder annotations [19:58:19] [main/INFO]: Found 9 ItemStackHolder annotations [19:58:19] [main/INFO]: Forge Energy integration loaded [19:58:19] [main/INFO]: Configured a dormant chunk cache size of 0 [19:58:19] [main/INFO]: Starting PreInitialization Phase... [19:58:19] [Forge Version Check/INFO]: [codechickenlib] Starting version check at http://chickenbones.net/Files/notification/version.php?query=forge&version=1.12&file=CodeChickenLib [19:58:19] [main/INFO]: Grabbing Configurations... [19:58:20] [main/INFO]: Initializing Tool Materials... [19:58:20] [main/INFO]: Initializing Armor Materials... [19:58:20] [main/INFO]: Fuel Integration: Integration for fluid 'canolaoil' loaded [19:58:20] [main/INFO]: Fuel Integration: Integration for fluid 'refinedcanolaoil' loaded [19:58:20] [main/INFO]: Fuel Integration: Integration for fluid 'crystaloil' loaded [19:58:20] [main/INFO]: Fuel Integration: Integration for fluid 'empoweredoil' loaded [19:58:20] [main/INFO]: Initializing Update Checker... [19:58:20] [main/INFO]: PreInitializing ClientProxy... [19:58:20] [Actually Additions Update Checker/INFO]: Starting Update Check... [19:58:20] [Forge Version Check/INFO]: [codechickenlib] Found status: BETA Target: null [19:58:20] [Forge Version Check/INFO]: [cofhcore] Starting version check at https://raw.github.com/cofh/version/master/cofhcore_update.json [19:58:20] [main/INFO]: PreInitialization Finished. [19:58:21] [Actually Additions Update Checker/INFO]: Update Check done! [19:58:21] [Actually Additions Update Checker/INFO]: There is an Update for Actually Additions available! [19:58:21] [Actually Additions Update Checker/INFO]: Current Version: 1.12.2-r141, newest Version: 1.12.2-r142! [19:58:21] [Actually Additions Update Checker/INFO]: View the Changelog at http://ellpeck.de/actaddchangelog [19:58:21] [Actually Additions Update Checker/INFO]: Download at http://ellpeck.de/actadddownload [19:58:21] [main/INFO]: Pre Initialization ( started ) [19:58:21] [Forge Version Check/INFO]: [cofhcore] Found status: UP_TO_DATE Target: null [19:58:21] [Forge Version Check/INFO]: [forge] Starting version check at http://files.minecraftforge.net/maven/net/minecraftforge/forge/promotions_slim.json [19:58:21] [Forge Version Check/INFO]: [forge] Found status: UP_TO_DATE Target: null [19:58:21] [Forge Version Check/INFO]: [enderstorage] Starting version check at http://chickenbones.net/Files/notification/version.php?query=forge&version=1.12&file=EnderStorage [19:58:22] [Forge Version Check/INFO]: [enderstorage] Found status: BETA Target: null [19:58:22] [Forge Version Check/INFO]: [thermalexpansion] Starting version check at https://raw.github.com/cofh/version/master/thermalexpansion_update.json [19:58:22] [Forge Version Check/INFO]: [thermalexpansion] Found status: UP_TO_DATE Target: null [19:58:22] [Forge Version Check/INFO]: [thermalfoundation] Starting version check at https://raw.github.com/cofh/version/master/thermalfoundation_update.json [19:58:22] [Forge Version Check/INFO]: [thermalfoundation] Found status: UP_TO_DATE Target: null [19:58:22] [Forge Version Check/INFO]: [thermaldynamics] Starting version check at https://raw.github.com/cofh/version/master/thermaldynamics_update.json [19:58:22] [Forge Version Check/INFO]: [thermaldynamics] Found status: UP_TO_DATE Target: null [19:58:22] [Forge Version Check/INFO]: [immersiveengineering] Starting version check at https://raw.githubusercontent.com/BluSunrize/ImmersiveEngineering/master/changelog.json [19:58:22] [Forge Version Check/INFO]: [immersiveengineering] Found status: UP_TO_DATE Target: null [19:58:22] [Forge Version Check/INFO]: [cofhworld] Starting version check at https://raw.github.com/cofh/version/master/cofhworld_update.json [19:58:22] [Forge Version Check/INFO]: [cofhworld] Found status: AHEAD Target: null [19:58:29] [main/INFO]: [team.chisel.ctm.client.asm.CTMTransformer:preTransform:229]: Transforming Class [net.minecraftforge.client.model.ModelLoader$VanillaModelWrapper], Method [getTextures] [19:58:29] [main/INFO]: [team.chisel.ctm.client.asm.CTMTransformer:finishTransform:241]: Transforming net.minecraftforge.client.model.ModelLoader$VanillaModelWrapper Finished. [19:58:29] [main/INFO]: Starting AE2 VersionChecker [19:58:29] [main/INFO]: Pre Initialization ( ended after 9326ms ) [19:58:29] [AE2 VersionChecker/INFO]: Last check was just recently. [19:58:29] [AE2 VersionChecker/INFO]: Stopping AE2 VersionChecker [19:58:29] [main/INFO]: Access transform success createStackedBlock (func_180643_i). [19:58:36] [main/INFO]: Applying holder lookups [19:58:36] [main/INFO]: Holder lookups applied [19:58:37] [main/WARN]: Potentially Dangerous alternative prefix `minecraft` for name `mod.chiselsandbits.tileentitychiseled`, expected `chiselsandbits`. This could be a intended override, but in most cases indicates a broken mod. [19:58:37] [main/WARN]: Potentially Dangerous alternative prefix `minecraft` for name `mod.chiselsandbits.tileentitychiseled.tesr`, expected `chiselsandbits`. This could be a intended override, but in most cases indicates a broken mod. [19:58:37] [main/WARN]: Potentially Dangerous alternative prefix `minecraft` for name `mod.chiselsandbits.tileentitybittank`, expected `chiselsandbits`. This could be a intended override, but in most cases indicates a broken mod. [19:58:39] [main/INFO]: Registering default Feature Templates... [19:58:39] [main/INFO]: Registering default World Generators... [19:58:39] [main/INFO]: Verifying or creating base world generation directory... [19:58:39] [main/INFO]: Complete. [19:58:39] [main/INFO]: Found annotation mixin: crazypants.enderio.conduits.oc.conduit.OCMixin [19:58:39] [main/INFO]: Skipping mixin due to missing dependencies: [opencomputersapi|network] [19:58:39] [main/INFO]: Found annotation mixin: crazypants.enderio.conduits.me.conduit.MEMixin [19:58:39] [main/INFO]: Registered mixin. [19:58:39] [main/INFO]: Found mixin source class data for crazypants.enderio.conduits.me.conduit.MEMixin. [19:58:40] [main/INFO]: Fuel Integration: Integration for fluid 'creosote' loaded [19:58:40] [main/INFO]: Fuel Integration: Integration for fluid 'coal' loaded [19:58:40] [main/INFO]: Fuel Integration: Integration for fluid 'crude_oil' loaded [19:58:40] [main/INFO]: Fuel Integration: Integration for fluid 'refined_oil' loaded [19:58:40] [main/INFO]: Fuel Integration: Integration for fluid 'refined_fuel' loaded [19:58:40] [main/INFO]: Fuel Integration: Integration for fluid 'tree_oil' loaded [19:58:40] [main/INFO]: Fuel Integration: Integration for fluid 'seed_oil' loaded [19:58:40] [main/INFO]: Fuel Integration: Integration for fluid 'refined_biofuel' loaded [19:58:40] [main/INFO]: Fuel Integration: Integration for fluid 'cryotheum' loaded [19:58:47] [main/INFO]: Patching 1 mixins onto class crazypants.enderio.conduits.conduit.TileConduitBundle [19:58:47] [main/INFO]: Added methods and interfaces from class crazypants.enderio.conduits.me.conduit.MEMixin [19:58:47] [main/INFO]: Successfully patched. [19:58:55] [main/WARN]: TConstruct, you fail again, muhaha! The world is mine, mine! [19:58:55] [main/WARN]: Applied Energistics conduits loaded. Let your networks connect! [19:58:55] [main/WARN]: OpenComputers conduits NOT loaded. OpenComputers is not installed [19:58:55] [main/WARN]: Refined Storage conduits NOT loaded. Refined Storage is not installed [19:58:55] [main/WARN]: Forestry integration NOT loaded. Forestry is not installed [19:58:56] [main/WARN]: Replacing com.feed_the_beast.ftblib.lib.config.DefaultRankConfigHandler with com.feed_the_beast.ftbutilities.ranks.FTBUtilitiesPermissionHandler [19:58:58] [main/WARN]: Potentially Dangerous alternative prefix `minecraft` for name `ender chest`, expected `enderstorage`. This could be a intended override, but in most cases indicates a broken mod. [19:58:58] [main/WARN]: Potentially Dangerous alternative prefix `minecraft` for name `ender tank`, expected `enderstorage`. This could be a intended override, but in most cases indicates a broken mod. [19:58:59] [main/WARN]: Potentially Dangerous alternative prefix `minecraft` for name `ec_pedestal`, expected `extendedcrafting`. This could be a intended override, but in most cases indicates a broken mod. [19:58:59] [main/WARN]: Potentially Dangerous alternative prefix `minecraft` for name `ec_crafting_core`, expected `extendedcrafting`. This could be a intended override, but in most cases indicates a broken mod. [19:58:59] [main/WARN]: Potentially Dangerous alternative prefix `minecraft` for name `ec_automation_interface`, expected `extendedcrafting`. This could be a intended override, but in most cases indicates a broken mod. [19:58:59] [main/WARN]: Potentially Dangerous alternative prefix `minecraft` for name `ec_basic_table`, expected `extendedcrafting`. This could be a intended override, but in most cases indicates a broken mod. [19:58:59] [main/WARN]: Potentially Dangerous alternative prefix `minecraft` for name `ec_advanced_table`, expected `extendedcrafting`. This could be a intended override, but in most cases indicates a broken mod. [19:58:59] [main/WARN]: Potentially Dangerous alternative prefix `minecraft` for name `ec_elite_table`, expected `extendedcrafting`. This could be a intended override, but in most cases indicates a broken mod. [19:58:59] [main/WARN]: Potentially Dangerous alternative prefix `minecraft` for name `ec_ultimate_table`, expected `extendedcrafting`. This could be a intended override, but in most cases indicates a broken mod. [19:58:59] [main/WARN]: Potentially Dangerous alternative prefix `minecraft` for name `ec_compressor`, expected `extendedcrafting`. This could be a intended override, but in most cases indicates a broken mod. [19:58:59] [main/WARN]: Potentially Dangerous alternative prefix `minecraft` for name `extendedcraftingender_crafter`, expected `extendedcrafting`. This could be a intended override, but in most cases indicates a broken mod. [19:59:05] [main/WARN]: Potentially Dangerous alternative prefix `ccmp` for name `saved_multipart`, expected `forgemultipartcbe`. This could be a intended override, but in most cases indicates a broken mod. [19:59:07] [main/WARN]: Replacing net.minecraftforge.server.permission.DefaultPermissionHandler with com.feed_the_beast.ftbutilities.ranks.FTBUtilitiesPermissionHandler [19:59:08] [main/INFO]: Found @journeymap.client.api.ClientPlugin: com.feed_the_beast.ftbutilities.integration.JourneyMapIntegration [19:59:08] [main/INFO]: Loading configuration [19:59:08] [main/WARN]: Failed to load PR Plugin: ComputerCraft: bundled cable connections [19:59:08] [main/WARN]: Failed to load PR Plugin: Treecapitator: gem axe compat [19:59:26] [main/INFO]: Could not read 'userbuilder.json', this is not an error! [19:59:27] [main/INFO]: OBJLoader: Domain rftools has been added. [19:59:29] [main/INFO]: Fuel Integration: Integration for fluid 'biodiesel' loaded [19:59:40] [main/INFO]: OBJLoader: Domain immersiveengineering has been added. [19:59:40] [main/INFO]: Custom OBJLoader: Domain has been added: immersiveengineering [19:59:40] [Immersive Engineering Contributors Thread/INFO]: Attempting to download special revolvers from GitHub [19:59:41] [main/WARN]: Potentially Dangerous alternative prefix `minecraft` for name `bookcase`, expected `bibliocraft`. This could be a intended override, but in most cases indicates a broken mod. [19:59:41] [main/WARN]: Potentially Dangerous alternative prefix `minecraft` for name `shelf`, expected `bibliocraft`. This could be a intended override, but in most cases indicates a broken mod. [19:59:41] [main/WARN]: Potentially Dangerous alternative prefix `minecraft` for name `markerpole`, expected `bibliocraft`. This could be a intended override, but in most cases indicates a broken mod. [19:59:41] [main/WARN]: Potentially Dangerous alternative prefix `minecraft` for name `clipboard`, expected `bibliocraft`. This could be a intended override, but in most cases indicates a broken mod. [19:59:41] [main/WARN]: Potentially Dangerous alternative prefix `minecraft` for name `bibliolight`, expected `bibliocraft`. This could be a intended override, but in most cases indicates a broken mod. [19:59:41] [main/WARN]: Potentially Dangerous alternative prefix `minecraft` for name `furniturepaneler`, expected `bibliocraft`. This could be a intended override, but in most cases indicates a broken mod. [19:59:41] [main/WARN]: Potentially Dangerous alternative prefix `minecraft` for name `potionshelf`, expected `bibliocraft`. This could be a intended override, but in most cases indicates a broken mod. [19:59:41] [main/WARN]: Potentially Dangerous alternative prefix `minecraft` for name `toolrack`, expected `bibliocraft`. This could be a intended override, but in most cases indicates a broken mod. [19:59:41] [main/WARN]: Potentially Dangerous alternative prefix `minecraft` for name `label`, expected `bibliocraft`. This could be a intended override, but in most cases indicates a broken mod. [19:59:41] [main/WARN]: Potentially Dangerous alternative prefix `minecraft` for name `desk`, expected `bibliocraft`. This could be a intended override, but in most cases indicates a broken mod. [19:59:41] [main/WARN]: Potentially Dangerous alternative prefix `minecraft` for name `table`, expected `bibliocraft`. This could be a intended override, but in most cases indicates a broken mod. [19:59:41] [main/WARN]: Potentially Dangerous alternative prefix `minecraft` for name `seat`, expected `bibliocraft`. This could be a intended override, but in most cases indicates a broken mod. [19:59:41] [main/WARN]: Potentially Dangerous alternative prefix `minecraft` for name `fancysign`, expected `bibliocraft`. This could be a intended override, but in most cases indicates a broken mod. [19:59:41] [main/WARN]: Potentially Dangerous alternative prefix `minecraft` for name `fancyworkbench`, expected `bibliocraft`. This could be a intended override, but in most cases indicates a broken mod. [19:59:41] [main/WARN]: Potentially Dangerous alternative prefix `minecraft` for name `framedchest`, expected `bibliocraft`. This could be a intended override, but in most cases indicates a broken mod. [19:59:41] [main/WARN]: Potentially Dangerous alternative prefix `minecraft` for name `mapframe`, expected `bibliocraft`. This could be a intended override, but in most cases indicates a broken mod. [19:59:41] [main/WARN]: Potentially Dangerous alternative prefix `minecraft` for name `case`, expected `bibliocraft`. This could be a intended override, but in most cases indicates a broken mod. [19:59:41] [main/WARN]: Potentially Dangerous alternative prefix `minecraft` for name `clock`, expected `bibliocraft`. This could be a intended override, but in most cases indicates a broken mod. [19:59:41] [main/WARN]: Potentially Dangerous alternative prefix `minecraft` for name `paintingframeborderless`, expected `bibliocraft`. This could be a intended override, but in most cases indicates a broken mod. [19:59:41] [main/WARN]: Potentially Dangerous alternative prefix `minecraft` for name `paintingframefancy`, expected `bibliocraft`. This could be a intended override, but in most cases indicates a broken mod. [19:59:41] [main/WARN]: Potentially Dangerous alternative prefix `minecraft` for name `paintingframeflat`, expected `bibliocraft`. This could be a intended override, but in most cases indicates a broken mod. [19:59:41] [main/WARN]: Potentially Dangerous alternative prefix `minecraft` for name `paintingframemiddle`, expected `bibliocraft`. This could be a intended override, but in most cases indicates a broken mod. [19:59:41] [main/WARN]: Potentially Dangerous alternative prefix `minecraft` for name `paintingframesimple`, expected `bibliocraft`. This could be a intended override, but in most cases indicates a broken mod. [19:59:41] [main/WARN]: Potentially Dangerous alternative prefix `minecraft` for name `paintingpress`, expected `bibliocraft`. This could be a intended override, but in most cases indicates a broken mod. [19:59:41] [main/WARN]: Potentially Dangerous alternative prefix `minecraft` for name `armorstand`, expected `bibliocraft`. This could be a intended override, but in most cases indicates a broken mod. [19:59:41] [main/WARN]: Potentially Dangerous alternative prefix `minecraft` for name `typesettingtable`, expected `bibliocraft`. This could be a intended override, but in most cases indicates a broken mod. [19:59:41] [main/WARN]: Potentially Dangerous alternative prefix `minecraft` for name `printingpress`, expected `bibliocraft`. This could be a intended override, but in most cases indicates a broken mod. [19:59:41] [main/WARN]: Potentially Dangerous alternative prefix `minecraft` for name `cookiejar`, expected `bibliocraft`. This could be a intended override, but in most cases indicates a broken mod. [19:59:41] [main/WARN]: Potentially Dangerous alternative prefix `minecraft` for name `dinnerplate`, expected `bibliocraft`. This could be a intended override, but in most cases indicates a broken mod. [19:59:41] [main/WARN]: Potentially Dangerous alternative prefix `minecraft` for name `discrack`, expected `bibliocraft`. This could be a intended override, but in most cases indicates a broken mod. [19:59:41] [main/WARN]: Potentially Dangerous alternative prefix `minecraft` for name `swordpedestal`, expected `bibliocraft`. This could be a intended override, but in most cases indicates a broken mod. [19:59:41] [main/WARN]: Potentially Dangerous alternative prefix `minecraft` for name `bell`, expected `bibliocraft`. This could be a intended override, but in most cases indicates a broken mod. [19:59:41] [main/WARN]: Potentially Dangerous alternative prefix `minecraft` for name `typewriter`, expected `bibliocraft`. This could be a intended override, but in most cases indicates a broken mod. [19:59:41] [main/INFO]: Loading blocks... [19:59:42] [main/INFO]: Skipping feature bloodMagic as its required mod bloodmagic was missing. [19:59:43] [main/INFO]: 71 Feature's blocks loaded. [19:59:43] [main/INFO]: Loading Tile Entities... [19:59:43] [main/INFO]: Tile Entities loaded. [20:00:12] [main/WARN]: Potentially Dangerous alternative prefix `minecraft` for name `tconstruct.table`, expected `tconstruct`. This could be a intended override, but in most cases indicates a broken mod. [20:00:12] [main/WARN]: Potentially Dangerous alternative prefix `minecraft` for name `tconstruct.craftingstation`, expected `tconstruct`. This could be a intended override, but in most cases indicates a broken mod. [20:00:12] [main/WARN]: Potentially Dangerous alternative prefix `minecraft` for name `tconstruct.stenciltable`, expected `tconstruct`. This could be a intended override, but in most cases indicates a broken mod. [20:00:12] [main/WARN]: Potentially Dangerous alternative prefix `minecraft` for name `tconstruct.partbuilder`, expected `tconstruct`. This could be a intended override, but in most cases indicates a broken mod. [20:00:12] [main/WARN]: Potentially Dangerous alternative prefix `minecraft` for name `tconstruct.patternchest`, expected `tconstruct`. This could be a intended override, but in most cases indicates a broken mod. [20:00:12] [main/WARN]: Potentially Dangerous alternative prefix `minecraft` for name `tconstruct.partchest`, expected `tconstruct`. This could be a intended override, but in most cases indicates a broken mod. [20:00:12] [main/WARN]: Potentially Dangerous alternative prefix `minecraft` for name `tconstruct.toolstation`, expected `tconstruct`. This could be a intended override, but in most cases indicates a broken mod. [20:00:12] [main/WARN]: Potentially Dangerous alternative prefix `minecraft` for name `tconstruct.toolforge`, expected `tconstruct`. This could be a intended override, but in most cases indicates a broken mod. [20:00:13] [main/WARN]: Potentially Dangerous alternative prefix `minecraft` for name `tconstruct.smeltery_controller`, expected `tconstruct`. This could be a intended override, but in most cases indicates a broken mod. [20:00:13] [main/WARN]: Potentially Dangerous alternative prefix `minecraft` for name `tconstruct.smeltery_component`, expected `tconstruct`. This could be a intended override, but in most cases indicates a broken mod. [20:00:13] [main/WARN]: Potentially Dangerous alternative prefix `minecraft` for name `tconstruct.tank`, expected `tconstruct`. This could be a intended override, but in most cases indicates a broken mod. [20:00:13] [main/WARN]: Potentially Dangerous alternative prefix `minecraft` for name `tconstruct.faucet`, expected `tconstruct`. This could be a intended override, but in most cases indicates a broken mod. [20:00:13] [main/WARN]: Potentially Dangerous alternative prefix `minecraft` for name `tconstruct.channel`, expected `tconstruct`. This could be a intended override, but in most cases indicates a broken mod. [20:00:13] [main/WARN]: Potentially Dangerous alternative prefix `minecraft` for name `tconstruct.casting_table`, expected `tconstruct`. This could be a intended override, but in most cases indicates a broken mod. [20:00:13] [main/WARN]: Potentially Dangerous alternative prefix `minecraft` for name `tconstruct.casting_basin`, expected `tconstruct`. This could be a intended override, but in most cases indicates a broken mod. [20:00:13] [main/WARN]: Potentially Dangerous alternative prefix `minecraft` for name `tconstruct.smeltery_drain`, expected `tconstruct`. This could be a intended override, but in most cases indicates a broken mod. [20:00:13] [main/WARN]: Potentially Dangerous alternative prefix `minecraft` for name `tconstruct.seared_furnace`, expected `tconstruct`. This could be a intended override, but in most cases indicates a broken mod. [20:00:13] [main/WARN]: Potentially Dangerous alternative prefix `minecraft` for name `tconstruct.tinker_tank`, expected `tconstruct`. This could be a intended override, but in most cases indicates a broken mod. [20:00:14] [main/WARN]: Potentially Dangerous alternative prefix `minecraft` for name `tconstruct.item_rack`, expected `tconstruct`. This could be a intended override, but in most cases indicates a broken mod. [20:00:14] [main/WARN]: Potentially Dangerous alternative prefix `minecraft` for name `tconstruct.drying_rack`, expected `tconstruct`. This could be a intended override, but in most cases indicates a broken mod. [20:00:14] [main/WARN]: Potentially Dangerous alternative prefix `minecraft` for name `tconstruct.slime_channel`, expected `tconstruct`. This could be a intended override, but in most cases indicates a broken mod. [20:00:15] [main/WARN]: Potentially Dangerous alternative prefix `minecraft` for name `ironchest.iron`, expected `ironchest`. This could be a intended override, but in most cases indicates a broken mod. [20:00:15] [main/WARN]: Potentially Dangerous alternative prefix `minecraft` for name `ironchest.gold`, expected `ironchest`. This could be a intended override, but in most cases indicates a broken mod. [20:00:15] [main/WARN]: Potentially Dangerous alternative prefix `minecraft` for name `ironchest.diamond`, expected `ironchest`. This could be a intended override, but in most cases indicates a broken mod. [20:00:15] [main/WARN]: Potentially Dangerous alternative prefix `minecraft` for name `ironchest.copper`, expected `ironchest`. This could be a intended override, but in most cases indicates a broken mod. [20:00:15] [main/WARN]: Potentially Dangerous alternative prefix `minecraft` for name `ironchest.silver`, expected `ironchest`. This could be a intended override, but in most cases indicates a broken mod. [20:00:15] [main/WARN]: Potentially Dangerous alternative prefix `minecraft` for name `ironchest.crystal`, expected `ironchest`. This could be a intended override, but in most cases indicates a broken mod. [20:00:15] [main/WARN]: Potentially Dangerous alternative prefix `minecraft` for name `ironchest.obsidian`, expected `ironchest`. This could be a intended override, but in most cases indicates a broken mod. [20:00:15] [main/WARN]: Potentially Dangerous alternative prefix `minecraft` for name `ironchest.dirtchest9000`, expected `ironchest`. This could be a intended override, but in most cases indicates a broken mod. [20:00:15] [main/WARN]: Potentially Dangerous alternative prefix `minecraft` for name `ironshulkerbox.iron`, expected `ironchest`. This could be a intended override, but in most cases indicates a broken mod. [20:00:15] [main/WARN]: Potentially Dangerous alternative prefix `minecraft` for name `ironshulkerbox.gold`, expected `ironchest`. This could be a intended override, but in most cases indicates a broken mod. [20:00:15] [main/WARN]: Potentially Dangerous alternative prefix `minecraft` for name `ironshulkerbox.diamond`, expected `ironchest`. This could be a intended override, but in most cases indicates a broken mod. [20:00:15] [main/WARN]: Potentially Dangerous alternative prefix `minecraft` for name `ironshulkerbox.copper`, expected `ironchest`. This could be a intended override, but in most cases indicates a broken mod. [20:00:15] [main/WARN]: Potentially Dangerous alternative prefix `minecraft` for name `ironshulkerbox.silver`, expected `ironchest`. This could be a intended override, but in most cases indicates a broken mod. [20:00:15] [main/WARN]: Potentially Dangerous alternative prefix `minecraft` for name `ironshulkerbox.crystal`, expected `ironchest`. This could be a intended override, but in most cases indicates a broken mod. [20:00:15] [main/WARN]: Potentially Dangerous alternative prefix `minecraft` for name `ironshulkerbox.obsidian`, expected `ironchest`. This could be a intended override, but in most cases indicates a broken mod. [20:00:15] [main/INFO]: Initializing Blocks... [20:00:17] [main/INFO]: Applying holder lookups [20:00:17] [main/INFO]: Holder lookups applied [20:00:18] [main/INFO]: Loading items... [20:00:18] [main/INFO]: Skipping feature bloodMagic as its required mod bloodmagic was missing. [20:00:18] [main/INFO]: 71 Feature's items loaded. [20:00:24] [main/INFO]: Initializing Items... [20:00:25] [main/INFO]: Initializing OreDictionary Entries... [20:00:25] [main/INFO]: Applying holder lookups [20:00:25] [main/INFO]: Holder lookups applied [20:00:25] [main/INFO]: Farming Station: Natura integration not loaded [20:00:25] [main/INFO]: Farming Station: IC2 classic integration not loaded [20:00:25] [main/INFO]: Farming Station: IC2 integration not loaded [20:00:25] [main/INFO]: Farming Station: MFR integration not loaded [20:00:25] [main/WARN]: Potentially Dangerous alternative prefix `botania` for name `petals`, expected `enderio`. This could be a intended override, but in most cases indicates a broken mod. [20:00:25] [main/INFO]: Farming Station: Botania integration for farming fully loaded [20:00:25] [main/INFO]: Farming Station: Extra Utilities 2 integration not loaded [20:00:25] [main/INFO]: Farming Station: TechReborn integration not loaded [20:00:25] [main/WARN]: Potentially Dangerous alternative prefix `immersiveengineering` for name `hemp`, expected `enderio`. This could be a intended override, but in most cases indicates a broken mod. [20:00:25] [main/INFO]: Farming Station: Immersive Engineering integration fully loaded [20:00:25] [main/WARN]: Potentially Dangerous alternative prefix `minecraft` for name `dye`, expected `enderio`. This could be a intended override, but in most cases indicates a broken mod. [20:00:25] [main/WARN]: Potentially Dangerous alternative prefix `actuallyadditions` for name `item_fertilizer`, expected `enderio`. This could be a intended override, but in most cases indicates a broken mod. [20:00:25] [main/INFO]: Farming Station: Actually Additions integration loaded [20:00:26] [main/WARN]: Potentially Dangerous alternative prefix `botania` for name `fertilizer`, expected `enderio`. This could be a intended override, but in most cases indicates a broken mod. [20:00:26] [main/INFO]: Farming Station: Botania integration for fertilizing fully loaded [20:00:26] [main/INFO]: Farming Station: Gardencore integration not loaded [20:00:26] [main/INFO]: Farming Station: Magicalcrops integration not loaded [20:00:26] [main/INFO]: Farming Station: Metallurgy integration not loaded [20:00:26] [main/INFO]: Initializing Village Addons... [20:00:27] [main/INFO]: Applying holder lookups [20:00:27] [main/INFO]: Holder lookups applied [20:00:27] [main/INFO]: OBJLoader: Domain bibliocraft has been added. [20:00:28] [main/INFO]: OBJLoader: Domain botania has been added. [20:00:31] [main/INFO]: Applying holder lookups [20:00:31] [main/INFO]: Holder lookups applied [20:00:31] [main/INFO]: Injecting itemstacks [20:00:31] [main/INFO]: Itemstack injection complete [20:00:43] [Sound Library Loader/INFO]: Starting up SoundSystem... [20:00:44] [Thread-9/INFO]: Initializing LWJGL OpenAL [20:00:44] [Thread-9/INFO]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org) [20:00:46] [Thread-9/INFO]: OpenAL initialized. [20:00:46] [Sound Library Loader/INFO]: Sound engine started [20:02:18] [main/ERROR]: Could not load multimodel tconstruct:tools/arrow.tcon#inventory [20:02:19] [main/ERROR]: Could not load material model tconstruct:parts/arrow_head.tmat#inventory [20:02:19] [main/ERROR]: Could not load material model tconstruct:parts/arrow_shaft.tmat#inventory [20:02:19] [main/ERROR]: Could not load material model tconstruct:parts/axe_head.tmat#inventory [20:02:19] [main/ERROR]: Could not load multimodel tconstruct:tools/battlesign.tcon#inventory [20:02:19] [main/ERROR]: Could not load material model tconstruct:parts/binding.tmat#inventory [20:02:19] [main/ERROR]: Could not load multimodel tconstruct:tools/bolt.tcon#inventory [20:02:19] [main/ERROR]: Could not load multimodel tconstruct:parts/bolt_core.tcon#inventory [20:02:19] [main/ERROR]: Could not load material model tconstruct:parts/bow_limb.tmat#inventory [20:02:19] [main/ERROR]: Could not load material model tconstruct:parts/bow_string.tmat#inventory [20:02:19] [main/ERROR]: Could not load material model tconstruct:parts/broad_axe_head.tmat#inventory [20:02:19] [main/ERROR]: Could not load multimodel tconstruct:tools/broadsword.tcon#inventory [20:02:19] [main/ERROR]: Could not load multimodel tconstruct:tools/cleaver.tcon#inventory [20:02:19] [main/ERROR]: Could not load material model tconstruct:parts/cross_guard.tmat#inventory [20:02:19] [main/ERROR]: Could not load multimodel tconstruct:tools/crossbow.tcon#inventory [20:02:19] [main/ERROR]: Could not load multimodel tconstruct:tools/excavator.tcon#inventory [20:02:19] [main/ERROR]: Could not load material model tconstruct:parts/excavator_head.tmat#inventory [20:02:19] [main/ERROR]: Could not load material model tconstruct:parts/fletching.tmat#inventory [20:02:19] [main/ERROR]: Could not load multimodel tconstruct:tools/frypan.tcon#inventory [20:02:19] [main/ERROR]: Could not load multimodel tconstruct:tools/hammer.tcon#inventory [20:02:19] [main/ERROR]: Could not load material model tconstruct:parts/hammer_head.tmat#inventory [20:02:19] [main/ERROR]: Could not load material model tconstruct:parts/hand_guard.tmat#inventory [20:02:19] [main/ERROR]: Could not load multimodel tconstruct:tools/hatchet.tcon#inventory [20:02:19] [main/ERROR]: Could not load multimodel tconstruct:tools/kama.tcon#inventory [20:02:19] [main/ERROR]: Could not load material model tconstruct:parts/kama_head.tmat#inventory [20:02:19] [main/ERROR]: Could not load material model tconstruct:parts/knife_blade.tmat#inventory [20:02:19] [main/ERROR]: Could not load material model tconstruct:parts/large_plate.tmat#inventory [20:02:19] [main/ERROR]: Could not load material model tconstruct:parts/large_sword_blade.tmat#inventory [20:02:19] [main/ERROR]: Could not load multimodel tconstruct:tools/longbow.tcon#inventory [20:02:20] [main/ERROR]: Could not load multimodel tconstruct:tools/longsword.tcon#inventory [20:02:20] [main/ERROR]: Could not load multimodel tconstruct:tools/lumberaxe.tcon#inventory [20:02:20] [main/ERROR]: Could not load multimodel tconstruct:tools/mattock.tcon#inventory [20:02:20] [main/ERROR]: Could not load multimodel tconstruct:moms_spaghetti.tcon#inventory [20:02:20] [main/ERROR]: Could not load material model tconstruct:parts/pan_head.tmat#inventory [20:02:20] [main/ERROR]: Could not load material model tconstruct:parts/pick_head.tmat#inventory [20:02:20] [main/ERROR]: Could not load multimodel tconstruct:tools/pickaxe.tcon#inventory [20:02:20] [main/ERROR]: Could not load multimodel tconstruct:tools/rapier.tcon#inventory [20:02:20] [main/ERROR]: Could not load multimodel tconstruct:tools/scythe.tcon#inventory [20:02:20] [main/ERROR]: Could not load material model tconstruct:parts/scythe_head.tmat#inventory [20:02:20] [main/ERROR]: Could not load material model tconstruct:parts/shard.tmat#inventory [20:02:20] [main/ERROR]: Could not load material model tconstruct:parts/sharpening_kit.tmat#inventory [20:02:20] [main/ERROR]: Could not load multimodel tconstruct:tools/shortbow.tcon#inventory [20:02:20] [main/ERROR]: Could not load multimodel tconstruct:tools/shovel.tcon#inventory [20:02:20] [main/ERROR]: Could not load material model tconstruct:parts/shovel_head.tmat#inventory [20:02:20] [main/ERROR]: Could not load multimodel tconstruct:tools/shuriken.tcon#inventory [20:02:20] [main/ERROR]: Could not load material model tconstruct:parts/sign_head.tmat#inventory [20:02:20] [main/ERROR]: Could not load material model tconstruct:parts/sword_blade.tmat#inventory [20:02:20] [main/ERROR]: Could not load material model tconstruct:parts/tool_rod.tmat#inventory [20:02:20] [main/ERROR]: Could not load material model tconstruct:parts/tough_binding.tmat#inventory [20:02:20] [main/ERROR]: Could not load material model tconstruct:parts/tough_tool_rod.tmat#inventory [20:02:20] [main/ERROR]: Could not load material model tconstruct:parts/wide_guard.tmat#inventory [20:02:28] [main/INFO]: Stitching Revolver Textures! [20:02:37] [main/INFO]: Max texture size: 8192 [20:03:10] [main/INFO]: Created: 4096x2048 textures-atlas [20:03:13] [main/ERROR]: MultiModel minecraft:builtin/missing is empty (no base model or parts were provided/resolved) [20:03:14] [main/ERROR]: MultiModel minecraft:builtin/missing is empty (no base model or parts were provided/resolved) [20:03:15] [main/ERROR]: MultiModel minecraft:builtin/missing is empty (no base model or parts were provided/resolved) [20:03:15] [main/ERROR]: MultiModel minecraft:builtin/missing is empty (no base model or parts were provided/resolved) [20:03:15] [main/ERROR]: MultiModel minecraft:builtin/missing is empty (no base model or parts were provided/resolved) [20:03:15] [main/ERROR]: MultiModel minecraft:builtin/missing is empty (no base model or parts were provided/resolved) [20:03:16] [main/ERROR]: MultiModel minecraft:builtin/missing is empty (no base model or parts were provided/resolved) [20:03:16] [main/ERROR]: MultiModel minecraft:builtin/missing is empty (no base model or parts were provided/resolved) [20:03:17] [main/ERROR]: MultiModel minecraft:builtin/missing is empty (no base model or parts were provided/resolved) [20:03:17] [main/ERROR]: MultiModel minecraft:builtin/missing is empty (no base model or parts were provided/resolved) [20:03:18] [main/ERROR]: MultiModel minecraft:builtin/missing is empty (no base model or parts were provided/resolved) [20:03:18] [main/ERROR]: MultiModel minecraft:builtin/missing is empty (no base model or parts were provided/resolved) [20:03:19] [main/ERROR]: MultiModel minecraft:builtin/missing is empty (no base model or parts were provided/resolved) [20:03:19] [main/ERROR]: MultiModel minecraft:builtin/missing is empty (no base model or parts were provided/resolved) [20:03:19] [main/ERROR]: MultiModel minecraft:builtin/missing is empty (no base model or parts were provided/resolved) [20:03:20] [main/ERROR]: MultiModel minecraft:builtin/missing is empty (no base model or parts were provided/resolved) [20:03:22] [main/ERROR]: MultiModel minecraft:builtin/missing is empty (no base model or parts were provided/resolved) [20:03:22] [main/ERROR]: MultiModel minecraft:builtin/missing is empty (no base model or parts were provided/resolved) [20:03:23] [main/ERROR]: MultiModel minecraft:builtin/missing is empty (no base model or parts were provided/resolved) [20:03:23] [main/ERROR]: MultiModel minecraft:builtin/missing is empty (no base model or parts were provided/resolved) [20:03:23] [main/ERROR]: MultiModel minecraft:builtin/missing is empty (no base model or parts were provided/resolved) [20:03:23] [main/ERROR]: MultiModel minecraft:builtin/missing is empty (no base model or parts were provided/resolved) [20:03:23] [main/ERROR]: MultiModel minecraft:builtin/missing is empty (no base model or parts were provided/resolved) [20:03:23] [main/ERROR]: MultiModel minecraft:builtin/missing is empty (no base model or parts were provided/resolved) [20:03:23] [main/ERROR]: MultiModel minecraft:builtin/missing is empty (no base model or parts were provided/resolved) [20:03:24] [main/ERROR]: MultiModel minecraft:builtin/missing is empty (no base model or parts were provided/resolved) [20:03:24] [main/ERROR]: MultiModel minecraft:builtin/missing is empty (no base model or parts were provided/resolved) [20:03:25] [main/ERROR]: MultiModel minecraft:builtin/missing is empty (no base model or parts were provided/resolved) [20:03:26] [main/ERROR]: MultiModel minecraft:builtin/missing is empty (no base model or parts were provided/resolved) [20:03:27] [main/ERROR]: MultiModel minecraft:builtin/missing is empty (no base model or parts were provided/resolved) [20:03:27] [main/ERROR]: MultiModel minecraft:builtin/missing is empty (no base model or parts were provided/resolved) [20:03:28] [main/ERROR]: MultiModel minecraft:builtin/missing is empty (no base model or parts were provided/resolved) [20:03:28] [main/ERROR]: MultiModel minecraft:builtin/missing is empty (no base model or parts were provided/resolved) [20:03:28] [main/ERROR]: MultiModel minecraft:builtin/missing is empty (no base model or parts were provided/resolved) [20:03:28] [main/ERROR]: MultiModel minecraft:builtin/missing is empty (no base model or parts were provided/resolved) [20:03:28] [main/ERROR]: MultiModel minecraft:builtin/missing is empty (no base model or parts were provided/resolved) [20:03:54] [main/ERROR]: MultiModel minecraft:builtin/missing is empty (no base model or parts were provided/resolved) [20:03:55] [main/ERROR]: MultiModel minecraft:builtin/missing is empty (no base model or parts were provided/resolved) [20:03:55] [main/ERROR]: MultiModel minecraft:builtin/missing is empty (no base model or parts were provided/resolved) [20:03:55] [main/ERROR]: MultiModel minecraft:builtin/missing is empty (no base model or parts were provided/resolved) [20:03:56] [main/ERROR]: MultiModel minecraft:builtin/missing is empty (no base model or parts were provided/resolved) [20:03:56] [main/ERROR]: MultiModel minecraft:builtin/missing is empty (no base model or parts were provided/resolved) [20:03:56] [main/ERROR]: MultiModel minecraft:builtin/missing is empty (no base model or parts were provided/resolved) [20:03:56] [main/ERROR]: MultiModel minecraft:builtin/missing is empty (no base model or parts were provided/resolved) [20:03:56] [main/ERROR]: MultiModel minecraft:builtin/missing is empty (no base model or parts were provided/resolved) [20:03:56] [main/ERROR]: MultiModel minecraft:builtin/missing is empty (no base model or parts were provided/resolved) [20:03:56] [main/ERROR]: MultiModel minecraft:builtin/missing is empty (no base model or parts were provided/resolved) [20:03:57] [main/ERROR]: MultiModel minecraft:builtin/missing is empty (no base model or parts were provided/resolved) [20:03:57] [main/ERROR]: MultiModel minecraft:builtin/missing is empty (no base model or parts were provided/resolved) [20:04:04] [main/ERROR]: Exception loading model for variant projectred-fabrication:ic_machine#inventory, normal location exception: net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model projectred-fabrication:item/ic_machine with loader VanillaLoader.INSTANCE, skipping at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:161) ~[ModelLoaderRegistry.class:?] at net.minecraftforge.client.model.ModelLoader.func_177590_d(ModelLoader.java:302) ~[ModelLoader.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.func_177577_b(ModelBakery.java:175) ~[cgb.class:?] at net.minecraftforge.client.model.ModelLoader.func_177570_a(ModelLoader.java:151) ~[ModelLoader.class:?] at net.minecraft.client.renderer.block.model.ModelManager.func_110549_a(ModelManager.java:28) [cgc.class:?] at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110542_a(SimpleReloadableResourceManager.java:121) [cev.class:?] at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:512) [bib.class:?] at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377) [bib.class:?] at net.minecraft.client.main.Main.main(SourceFile:123) [Main.class:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_51] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51] at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51] 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:?] Caused by: java.io.FileNotFoundException: projectred-fabrication:models/item/ic_machine.json at net.minecraft.client.resources.FallbackResourceManager.func_110536_a(FallbackResourceManager.java:69) ~[cei.class:?] at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110536_a(SimpleReloadableResourceManager.java:65) ~[cev.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.func_177594_c(ModelBakery.java:334) ~[cgb.class:?] at net.minecraftforge.client.model.ModelLoader.access$1400(ModelLoader.java:115) ~[ModelLoader.class:?] at net.minecraftforge.client.model.ModelLoader$VanillaLoader.loadModel(ModelLoader.java:861) ~[ModelLoader$VanillaLoader.class:?] at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:157) ~[ModelLoaderRegistry.class:?] ... 14 more [20:04:04] [main/ERROR]: Exception loading model for variant projectred-fabrication:ic_machine#inventory, blockstate location exception: net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model projectred-fabrication:ic_machine#inventory with loader VariantLoader.INSTANCE, skipping at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:161) ~[ModelLoaderRegistry.class:?] at net.minecraftforge.client.model.ModelLoader.func_177590_d(ModelLoader.java:296) ~[ModelLoader.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.func_177577_b(ModelBakery.java:175) ~[cgb.class:?] at net.minecraftforge.client.model.ModelLoader.func_177570_a(ModelLoader.java:151) ~[ModelLoader.class:?] at net.minecraft.client.renderer.block.model.ModelManager.func_110549_a(ModelManager.java:28) [cgc.class:?] at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110542_a(SimpleReloadableResourceManager.java:121) [cev.class:?] at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:512) [bib.class:?] at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377) [bib.class:?] at net.minecraft.client.main.Main.main(SourceFile:123) [Main.class:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_51] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51] at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51] 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:?] Caused by: net.minecraft.client.renderer.block.model.ModelBlockDefinition$MissingVariantException at net.minecraft.client.renderer.block.model.ModelBlockDefinition.func_188004_c(ModelBlockDefinition.java:83) ~[bvv.class:?] at net.minecraftforge.client.model.ModelLoader$VariantLoader.loadModel(ModelLoader.java:1175) ~[ModelLoader$VariantLoader.class:?] at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:157) ~[ModelLoaderRegistry.class:?] ... 14 more [20:04:04] [main/ERROR]: Exception loading blockstate for the variant projectred-fabrication:ic_machine#inventory: java.lang.Exception: Could not load model definition for variant projectred-fabrication:ic_machine at net.minecraftforge.client.model.ModelLoader.func_177586_a(ModelLoader.java:269) ~[ModelLoader.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.loadBlock(ModelBakery.java:121) ~[cgb.class:?] at net.minecraftforge.client.model.ModelLoader.func_188640_b(ModelLoader.java:223) ~[ModelLoader.class:?] at net.minecraftforge.client.model.ModelLoader.func_177570_a(ModelLoader.java:150) ~[ModelLoader.class:?] at net.minecraft.client.renderer.block.model.ModelManager.func_110549_a(ModelManager.java:28) [cgc.class:?] at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110542_a(SimpleReloadableResourceManager.java:121) [cev.class:?] at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:512) [bib.class:?] at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377) [bib.class:?] at net.minecraft.client.main.Main.main(SourceFile:123) [Main.class:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_51] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51] at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51] 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:?] Caused by: java.lang.RuntimeException: Encountered an exception when loading model definition of model projectred-fabrication:blockstates/ic_machine.json at net.minecraft.client.renderer.block.model.ModelBakery.func_188632_a(ModelBakery.java:228) ~[cgb.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.func_177586_a(ModelBakery.java:208) ~[cgb.class:?] at net.minecraftforge.client.model.ModelLoader.func_177586_a(ModelLoader.java:265) ~[ModelLoader.class:?] ... 14 more Caused by: java.io.FileNotFoundException: projectred-fabrication:blockstates/ic_machine.json at net.minecraft.client.resources.FallbackResourceManager.func_135056_b(FallbackResourceManager.java:104) ~[cei.class:?] at net.minecraft.client.resources.SimpleReloadableResourceManager.func_135056_b(SimpleReloadableResourceManager.java:79) ~[cev.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.func_188632_a(ModelBakery.java:221) ~[cgb.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.func_177586_a(ModelBakery.java:208) ~[cgb.class:?] at net.minecraftforge.client.model.ModelLoader.func_177586_a(ModelLoader.java:265) ~[ModelLoader.class:?] ... 14 more [20:04:04] [main/ERROR]: Exception loading model for variant projectred-relocation:frame#normal net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model projectred-relocation:frame#normal with loader VariantLoader.INSTANCE, skipping at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:161) ~[ModelLoaderRegistry.class:?] at net.minecraftforge.client.model.ModelLoader.func_177569_a(ModelLoader.java:235) ~[ModelLoader.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.loadBlock(ModelBakery.java:153) ~[cgb.class:?] at net.minecraftforge.client.model.ModelLoader.func_188640_b(ModelLoader.java:223) ~[ModelLoader.class:?] at net.minecraftforge.client.model.ModelLoader.func_177570_a(ModelLoader.java:150) ~[ModelLoader.class:?] at net.minecraft.client.renderer.block.model.ModelManager.func_110549_a(ModelManager.java:28) [cgc.class:?] at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110542_a(SimpleReloadableResourceManager.java:121) [cev.class:?] at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:512) [bib.class:?] at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377) [bib.class:?] at net.minecraft.client.main.Main.main(SourceFile:123) [Main.class:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_51] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51] at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51] 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:?] Caused by: net.minecraft.client.renderer.block.model.ModelBlockDefinition$MissingVariantException at net.minecraft.client.renderer.block.model.ModelBlockDefinition.func_188004_c(ModelBlockDefinition.java:83) ~[bvv.class:?] at net.minecraftforge.client.model.ModelLoader$VariantLoader.loadModel(ModelLoader.java:1175) ~[ModelLoader$VariantLoader.class:?] at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:157) ~[ModelLoaderRegistry.class:?] ... 15 more [20:04:05] [main/ERROR]: Exception loading blockstate for the variant projectred-relocation:frame#normal: java.lang.Exception: Could not load model definition for variant projectred-relocation:frame at net.minecraftforge.client.model.ModelLoader.func_177586_a(ModelLoader.java:269) ~[ModelLoader.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.loadBlock(ModelBakery.java:121) ~[cgb.class:?] at net.minecraftforge.client.model.ModelLoader.func_188640_b(ModelLoader.java:223) ~[ModelLoader.class:?] at net.minecraftforge.client.model.ModelLoader.func_177570_a(ModelLoader.java:150) ~[ModelLoader.class:?] at net.minecraft.client.renderer.block.model.ModelManager.func_110549_a(ModelManager.java:28) [cgc.class:?] at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110542_a(SimpleReloadableResourceManager.java:121) [cev.class:?] at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:512) [bib.class:?] at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377) [bib.class:?] at net.minecraft.client.main.Main.main(SourceFile:123) [Main.class:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_51] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51] at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51] 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:?] Caused by: java.lang.RuntimeException: Encountered an exception when loading model definition of model projectred-relocation:blockstates/frame.json at net.minecraft.client.renderer.block.model.ModelBakery.func_188632_a(ModelBakery.java:228) ~[cgb.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.func_177586_a(ModelBakery.java:208) ~[cgb.class:?] at net.minecraftforge.client.model.ModelLoader.func_177586_a(ModelLoader.java:265) ~[ModelLoader.class:?] ... 14 more Caused by: java.io.FileNotFoundException: projectred-relocation:blockstates/frame.json at net.minecraft.client.resources.FallbackResourceManager.func_135056_b(FallbackResourceManager.java:104) ~[cei.class:?] at net.minecraft.client.resources.SimpleReloadableResourceManager.func_135056_b(SimpleReloadableResourceManager.java:79) ~[cev.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.func_188632_a(ModelBakery.java:221) ~[cgb.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.func_177586_a(ModelBakery.java:208) ~[cgb.class:?] at net.minecraftforge.client.model.ModelLoader.func_177586_a(ModelLoader.java:265) ~[ModelLoader.class:?] ... 14 more [20:04:05] [main/ERROR]: Exception loading model for variant projectred-expansion:machine1#inventory, normal location exception: net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model projectred-expansion:item/machine1 with loader VanillaLoader.INSTANCE, skipping at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:161) ~[ModelLoaderRegistry.class:?] at net.minecraftforge.client.model.ModelLoader.func_177590_d(ModelLoader.java:302) ~[ModelLoader.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.func_177577_b(ModelBakery.java:175) ~[cgb.class:?] at net.minecraftforge.client.model.ModelLoader.func_177570_a(ModelLoader.java:151) ~[ModelLoader.class:?] at net.minecraft.client.renderer.block.model.ModelManager.func_110549_a(ModelManager.java:28) [cgc.class:?] at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110542_a(SimpleReloadableResourceManager.java:121) [cev.class:?] at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:512) [bib.class:?] at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377) [bib.class:?] at net.minecraft.client.main.Main.main(SourceFile:123) [Main.class:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_51] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51] at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51] 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:?] Caused by: java.io.FileNotFoundException: projectred-expansion:models/item/machine1.json at net.minecraft.client.resources.FallbackResourceManager.func_110536_a(FallbackResourceManager.java:69) ~[cei.class:?] at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110536_a(SimpleReloadableResourceManager.java:65) ~[cev.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.func_177594_c(ModelBakery.java:334) ~[cgb.class:?] at net.minecraftforge.client.model.ModelLoader.access$1400(ModelLoader.java:115) ~[ModelLoader.class:?] at net.minecraftforge.client.model.ModelLoader$VanillaLoader.loadModel(ModelLoader.java:861) ~[ModelLoader$VanillaLoader.class:?] at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:157) ~[ModelLoaderRegistry.class:?] ... 14 more [20:04:05] [main/ERROR]: Exception loading model for variant projectred-expansion:machine1#inventory, blockstate location exception: net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model projectred-expansion:machine1#inventory with loader VariantLoader.INSTANCE, skipping at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:161) ~[ModelLoaderRegistry.class:?] at net.minecraftforge.client.model.ModelLoader.func_177590_d(ModelLoader.java:296) ~[ModelLoader.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.func_177577_b(ModelBakery.java:175) ~[cgb.class:?] at net.minecraftforge.client.model.ModelLoader.func_177570_a(ModelLoader.java:151) ~[ModelLoader.class:?] at net.minecraft.client.renderer.block.model.ModelManager.func_110549_a(ModelManager.java:28) [cgc.class:?] at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110542_a(SimpleReloadableResourceManager.java:121) [cev.class:?] at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:512) [bib.class:?] at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377) [bib.class:?] at net.minecraft.client.main.Main.main(SourceFile:123) [Main.class:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_51] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51] at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51] 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:?] Caused by: net.minecraft.client.renderer.block.model.ModelBlockDefinition$MissingVariantException at net.minecraft.client.renderer.block.model.ModelBlockDefinition.func_188004_c(ModelBlockDefinition.java:83) ~[bvv.class:?] at net.minecraftforge.client.model.ModelLoader$VariantLoader.loadModel(ModelLoader.java:1175) ~[ModelLoader$VariantLoader.class:?] at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:157) ~[ModelLoaderRegistry.class:?] ... 14 more [20:04:05] [main/ERROR]: Exception loading blockstate for the variant projectred-expansion:machine1#inventory: java.lang.Exception: Could not load model definition for variant projectred-expansion:machine1 at net.minecraftforge.client.model.ModelLoader.func_177586_a(ModelLoader.java:269) ~[ModelLoader.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.loadBlock(ModelBakery.java:121) ~[cgb.class:?] at net.minecraftforge.client.model.ModelLoader.func_188640_b(ModelLoader.java:223) ~[ModelLoader.class:?] at net.minecraftforge.client.model.ModelLoader.func_177570_a(ModelLoader.java:150) ~[ModelLoader.class:?] at net.minecraft.client.renderer.block.model.ModelManager.func_110549_a(ModelManager.java:28) [cgc.class:?] at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110542_a(SimpleReloadableResourceManager.java:121) [cev.class:?] at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:512) [bib.class:?] at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377) [bib.class:?] at net.minecraft.client.main.Main.main(SourceFile:123) [Main.class:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_51] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51] at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51] 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:?] Caused by: java.lang.RuntimeException: Encountered an exception when loading model definition of model projectred-expansion:blockstates/machine1.json at net.minecraft.client.renderer.block.model.ModelBakery.func_188632_a(ModelBakery.java:228) ~[cgb.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.func_177586_a(ModelBakery.java:208) ~[cgb.class:?] at net.minecraftforge.client.model.ModelLoader.func_177586_a(ModelLoader.java:265) ~[ModelLoader.class:?] ... 14 more Caused by: java.io.FileNotFoundException: projectred-expansion:blockstates/machine1.json at net.minecraft.client.resources.FallbackResourceManager.func_135056_b(FallbackResourceManager.java:104) ~[cei.class:?] at net.minecraft.client.resources.SimpleReloadableResourceManager.func_135056_b(SimpleReloadableResourceManager.java:79) ~[cev.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.func_188632_a(ModelBakery.java:221) ~[cgb.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.func_177586_a(ModelBakery.java:208) ~[cgb.class:?] at net.minecraftforge.client.model.ModelLoader.func_177586_a(ModelLoader.java:265) ~[ModelLoader.class:?] ... 14 more [20:04:05] [main/ERROR]: Exception loading model for variant projectred-expansion:machine2#inventory, normal location exception: net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model projectred-expansion:item/machine2 with loader VanillaLoader.INSTANCE, skipping at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:161) ~[ModelLoaderRegistry.class:?] at net.minecraftforge.client.model.ModelLoader.func_177590_d(ModelLoader.java:302) ~[ModelLoader.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.func_177577_b(ModelBakery.java:175) ~[cgb.class:?] at net.minecraftforge.client.model.ModelLoader.func_177570_a(ModelLoader.java:151) ~[ModelLoader.class:?] at net.minecraft.client.renderer.block.model.ModelManager.func_110549_a(ModelManager.java:28) [cgc.class:?] at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110542_a(SimpleReloadableResourceManager.java:121) [cev.class:?] at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:512) [bib.class:?] at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377) [bib.class:?] at net.minecraft.client.main.Main.main(SourceFile:123) [Main.class:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_51] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51] at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51] 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:?] Caused by: java.io.FileNotFoundException: projectred-expansion:models/item/machine2.json at net.minecraft.client.resources.FallbackResourceManager.func_110536_a(FallbackResourceManager.java:69) ~[cei.class:?] at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110536_a(SimpleReloadableResourceManager.java:65) ~[cev.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.func_177594_c(ModelBakery.java:334) ~[cgb.class:?] at net.minecraftforge.client.model.ModelLoader.access$1400(ModelLoader.java:115) ~[ModelLoader.class:?] at net.minecraftforge.client.model.ModelLoader$VanillaLoader.loadModel(ModelLoader.java:861) ~[ModelLoader$VanillaLoader.class:?] at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:157) ~[ModelLoaderRegistry.class:?] ... 14 more [20:04:05] [main/ERROR]: Exception loading model for variant projectred-expansion:machine2#inventory, blockstate location exception: net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model projectred-expansion:machine2#inventory with loader VariantLoader.INSTANCE, skipping at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:161) ~[ModelLoaderRegistry.class:?] at net.minecraftforge.client.model.ModelLoader.func_177590_d(ModelLoader.java:296) ~[ModelLoader.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.func_177577_b(ModelBakery.java:175) ~[cgb.class:?] at net.minecraftforge.client.model.ModelLoader.func_177570_a(ModelLoader.java:151) ~[ModelLoader.class:?] at net.minecraft.client.renderer.block.model.ModelManager.func_110549_a(ModelManager.java:28) [cgc.class:?] at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110542_a(SimpleReloadableResourceManager.java:121) [cev.class:?] at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:512) [bib.class:?] at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377) [bib.class:?] at net.minecraft.client.main.Main.main(SourceFile:123) [Main.class:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_51] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51] at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51] 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:?] Caused by: net.minecraft.client.renderer.block.model.ModelBlockDefinition$MissingVariantException at net.minecraft.client.renderer.block.model.ModelBlockDefinition.func_188004_c(ModelBlockDefinition.java:83) ~[bvv.class:?] at net.minecraftforge.client.model.ModelLoader$VariantLoader.loadModel(ModelLoader.java:1175) ~[ModelLoader$VariantLoader.class:?] at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:157) ~[ModelLoaderRegistry.class:?] ... 14 more [20:04:05] [main/ERROR]: Exception loading blockstate for the variant projectred-expansion:machine2#inventory: java.lang.Exception: Could not load model definition for variant projectred-expansion:machine2 at net.minecraftforge.client.model.ModelLoader.func_177586_a(ModelLoader.java:269) ~[ModelLoader.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.loadBlock(ModelBakery.java:121) ~[cgb.class:?] at net.minecraftforge.client.model.ModelLoader.func_188640_b(ModelLoader.java:223) ~[ModelLoader.class:?] at net.minecraftforge.client.model.ModelLoader.func_177570_a(ModelLoader.java:150) ~[ModelLoader.class:?] at net.minecraft.client.renderer.block.model.ModelManager.func_110549_a(ModelManager.java:28) [cgc.class:?] at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110542_a(SimpleReloadableResourceManager.java:121) [cev.class:?] at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:512) [bib.class:?] at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377) [bib.class:?] at net.minecraft.client.main.Main.main(SourceFile:123) [Main.class:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_51] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51] at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51] 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:?] Caused by: java.lang.RuntimeException: Encountered an exception when loading model definition of model projectred-expansion:blockstates/machine2.json at net.minecraft.client.renderer.block.model.ModelBakery.func_188632_a(ModelBakery.java:228) ~[cgb.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.func_177586_a(ModelBakery.java:208) ~[cgb.class:?] at net.minecraftforge.client.model.ModelLoader.func_177586_a(ModelLoader.java:265) ~[ModelLoader.class:?] ... 14 more Caused by: java.io.FileNotFoundException: projectred-expansion:blockstates/machine2.json at net.minecraft.client.resources.FallbackResourceManager.func_135056_b(FallbackResourceManager.java:104) ~[cei.class:?] at net.minecraft.client.resources.SimpleReloadableResourceManager.func_135056_b(SimpleReloadableResourceManager.java:79) ~[cev.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.func_188632_a(ModelBakery.java:221) ~[cgb.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.func_177586_a(ModelBakery.java:208) ~[cgb.class:?] at net.minecraftforge.client.model.ModelLoader.func_177586_a(ModelLoader.java:265) ~[ModelLoader.class:?] ... 14 more [20:04:05] [main/ERROR]: Exception loading model for variant projectred-relocation:blockmovingrow#tile_idx=3 net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model projectred-relocation:blockmovingrow#tile_idx=3 with loader VariantLoader.INSTANCE, skipping at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:161) ~[ModelLoaderRegistry.class:?] at net.minecraftforge.client.model.ModelLoader.func_177569_a(ModelLoader.java:235) ~[ModelLoader.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.loadBlock(ModelBakery.java:153) ~[cgb.class:?] at net.minecraftforge.client.model.ModelLoader.func_188640_b(ModelLoader.java:223) ~[ModelLoader.class:?] at net.minecraftforge.client.model.ModelLoader.func_177570_a(ModelLoader.java:150) ~[ModelLoader.class:?] at net.minecraft.client.renderer.block.model.ModelManager.func_110549_a(ModelManager.java:28) [cgc.class:?] at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110542_a(SimpleReloadableResourceManager.java:121) [cev.class:?] at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:512) [bib.class:?] at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377) [bib.class:?] at net.minecraft.client.main.Main.main(SourceFile:123) [Main.class:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_51] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51] at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51] 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:?] Caused by: net.minecraft.client.renderer.block.model.ModelBlockDefinition$MissingVariantException at net.minecraft.client.renderer.block.model.ModelBlockDefinition.func_188004_c(ModelBlockDefinition.java:83) ~[bvv.class:?] at net.minecraftforge.client.model.ModelLoader$VariantLoader.loadModel(ModelLoader.java:1175) ~[ModelLoader$VariantLoader.class:?] at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:157) ~[ModelLoaderRegistry.class:?] ... 15 more [20:04:05] [main/ERROR]: Exception loading blockstate for the variant projectred-relocation:blockmovingrow#tile_idx=3: java.lang.Exception: Could not load model definition for variant projectred-relocation:blockmovingrow at net.minecraftforge.client.model.ModelLoader.func_177586_a(ModelLoader.java:269) ~[ModelLoader.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.loadBlock(ModelBakery.java:121) ~[cgb.class:?] at net.minecraftforge.client.model.ModelLoader.func_188640_b(ModelLoader.java:223) ~[ModelLoader.class:?] at net.minecraftforge.client.model.ModelLoader.func_177570_a(ModelLoader.java:150) ~[ModelLoader.class:?] at net.minecraft.client.renderer.block.model.ModelManager.func_110549_a(ModelManager.java:28) [cgc.class:?] at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110542_a(SimpleReloadableResourceManager.java:121) [cev.class:?] at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:512) [bib.class:?] at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377) [bib.class:?] at net.minecraft.client.main.Main.main(SourceFile:123) [Main.class:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_51] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51] at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51] 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:?] Caused by: java.lang.RuntimeException: Encountered an exception when loading model definition of model projectred-relocation:blockstates/blockmovingrow.json at net.minecraft.client.renderer.block.model.ModelBakery.func_188632_a(ModelBakery.java:228) ~[cgb.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.func_177586_a(ModelBakery.java:208) ~[cgb.class:?] at net.minecraftforge.client.model.ModelLoader.func_177586_a(ModelLoader.java:265) ~[ModelLoader.class:?] ... 14 more Caused by: java.io.FileNotFoundException: projectred-relocation:blockstates/blockmovingrow.json at net.minecraft.client.resources.FallbackResourceManager.func_135056_b(FallbackResourceManager.java:104) ~[cei.class:?] at net.minecraft.client.resources.SimpleReloadableResourceManager.func_135056_b(SimpleReloadableResourceManager.java:79) ~[cev.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.func_188632_a(ModelBakery.java:221) ~[cgb.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.func_177586_a(ModelBakery.java:208) ~[cgb.class:?] at net.minecraftforge.client.model.ModelLoader.func_177586_a(ModelLoader.java:265) ~[ModelLoader.class:?] ... 14 more [20:04:05] [main/ERROR]: Exception loading model for variant projectred-relocation:blockmovingrow#tile_idx=4 net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model projectred-relocation:blockmovingrow#tile_idx=4 with loader VariantLoader.INSTANCE, skipping at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:161) ~[ModelLoaderRegistry.class:?] at net.minecraftforge.client.model.ModelLoader.func_177569_a(ModelLoader.java:235) ~[ModelLoader.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.loadBlock(ModelBakery.java:153) ~[cgb.class:?] at net.minecraftforge.client.model.ModelLoader.func_188640_b(ModelLoader.java:223) ~[ModelLoader.class:?] at net.minecraftforge.client.model.ModelLoader.func_177570_a(ModelLoader.java:150) ~[ModelLoader.class:?] at net.minecraft.client.renderer.block.model.ModelManager.func_110549_a(ModelManager.java:28) [cgc.class:?] at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110542_a(SimpleReloadableResourceManager.java:121) [cev.class:?] at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:512) [bib.class:?] at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377) [bib.class:?] at net.minecraft.client.main.Main.main(SourceFile:123) [Main.class:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_51] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51] at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51] 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:?] Caused by: net.minecraft.client.renderer.block.model.ModelBlockDefinition$MissingVariantException at net.minecraft.client.renderer.block.model.ModelBlockDefinition.func_188004_c(ModelBlockDefinition.java:83) ~[bvv.class:?] at net.minecraftforge.client.model.ModelLoader$VariantLoader.loadModel(ModelLoader.java:1175) ~[ModelLoader$VariantLoader.class:?] at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:157) ~[ModelLoaderRegistry.class:?] ... 15 more [20:04:05] [main/ERROR]: Exception loading model for variant projectred-relocation:blockmovingrow#tile_idx=5 net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model projectred-relocation:blockmovingrow#tile_idx=5 with loader VariantLoader.INSTANCE, skipping at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:161) ~[ModelLoaderRegistry.class:?] at net.minecraftforge.client.model.ModelLoader.func_177569_a(ModelLoader.java:235) ~[ModelLoader.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.loadBlock(ModelBakery.java:153) ~[cgb.class:?] at net.minecraftforge.client.model.ModelLoader.func_188640_b(ModelLoader.java:223) ~[ModelLoader.class:?] at net.minecraftforge.client.model.ModelLoader.func_177570_a(ModelLoader.java:150) ~[ModelLoader.class:?] at net.minecraft.client.renderer.block.model.ModelManager.func_110549_a(ModelManager.java:28) [cgc.class:?] at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110542_a(SimpleReloadableResourceManager.java:121) [cev.class:?] at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:512) [bib.class:?] at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377) [bib.class:?] at net.minecraft.client.main.Main.main(SourceFile:123) [Main.class:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_51] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51] at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51] 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:?] Caused by: net.minecraft.client.renderer.block.model.ModelBlockDefinition$MissingVariantException at net.minecraft.client.renderer.block.model.ModelBlockDefinition.func_188004_c(ModelBlockDefinition.java:83) ~[bvv.class:?] at net.minecraftforge.client.model.ModelLoader$VariantLoader.loadModel(ModelLoader.java:1175) ~[ModelLoader$VariantLoader.class:?] at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:157) ~[ModelLoaderRegistry.class:?] ... 15 more [20:04:05] [main/ERROR]: Exception loading model for variant forgemultipartcbe:multipart_block#normal net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model forgemultipartcbe:multipart_block#normal with loader VariantLoader.INSTANCE, skipping at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:161) ~[ModelLoaderRegistry.class:?] at net.minecraftforge.client.model.ModelLoader.func_177569_a(ModelLoader.java:235) ~[ModelLoader.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.loadBlock(ModelBakery.java:153) ~[cgb.class:?] at net.minecraftforge.client.model.ModelLoader.func_188640_b(ModelLoader.java:223) ~[ModelLoader.class:?] at net.minecraftforge.client.model.ModelLoader.func_177570_a(ModelLoader.java:150) ~[ModelLoader.class:?] at net.minecraft.client.renderer.block.model.ModelManager.func_110549_a(ModelManager.java:28) [cgc.class:?] at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110542_a(SimpleReloadableResourceManager.java:121) [cev.class:?] at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:512) [bib.class:?] at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377) [bib.class:?] at net.minecraft.client.main.Main.main(SourceFile:123) [Main.class:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_51] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51] at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51] 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:?] Caused by: net.minecraft.client.renderer.block.model.ModelBlockDefinition$MissingVariantException at net.minecraft.client.renderer.block.model.ModelBlockDefinition.func_188004_c(ModelBlockDefinition.java:83) ~[bvv.class:?] at net.minecraftforge.client.model.ModelLoader$VariantLoader.loadModel(ModelLoader.java:1175) ~[ModelLoader$VariantLoader.class:?] at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:157) ~[ModelLoaderRegistry.class:?] ... 15 more [20:04:05] [main/ERROR]: Exception loading blockstate for the variant forgemultipartcbe:multipart_block#normal: java.lang.Exception: Could not load model definition for variant forgemultipartcbe:multipart_block at net.minecraftforge.client.model.ModelLoader.func_177586_a(ModelLoader.java:269) ~[ModelLoader.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.loadBlock(ModelBakery.java:121) ~[cgb.class:?] at net.minecraftforge.client.model.ModelLoader.func_188640_b(ModelLoader.java:223) ~[ModelLoader.class:?] at net.minecraftforge.client.model.ModelLoader.func_177570_a(ModelLoader.java:150) ~[ModelLoader.class:?] at net.minecraft.client.renderer.block.model.ModelManager.func_110549_a(ModelManager.java:28) [cgc.class:?] at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110542_a(SimpleReloadableResourceManager.java:121) [cev.class:?] at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:512) [bib.class:?] at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377) [bib.class:?] at net.minecraft.client.main.Main.main(SourceFile:123) [Main.class:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_51] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51] at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51] 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:?] Caused by: java.lang.RuntimeException: Encountered an exception when loading model definition of model forgemultipartcbe:blockstates/multipart_block.json at net.minecraft.client.renderer.block.model.ModelBakery.func_188632_a(ModelBakery.java:228) ~[cgb.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.func_177586_a(ModelBakery.java:208) ~[cgb.class:?] at net.minecraftforge.client.model.ModelLoader.func_177586_a(ModelLoader.java:265) ~[ModelLoader.class:?] ... 14 more Caused by: java.io.FileNotFoundException: forgemultipartcbe:blockstates/multipart_block.json at net.minecraft.client.resources.SimpleReloadableResourceManager.func_135056_b(SimpleReloadableResourceManager.java:83) ~[cev.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.func_188632_a(ModelBakery.java:221) ~[cgb.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.func_177586_a(ModelBakery.java:208) ~[cgb.class:?] at net.minecraftforge.client.model.ModelLoader.func_177586_a(ModelLoader.java:265) ~[ModelLoader.class:?] ... 14 more [20:04:05] [main/FATAL]: Suppressed additional 12 model loading errors for domain projectred-relocation [20:04:40] [main/ERROR]: Parsing error loading recipe bibliocraft:markerpole com.google.gson.JsonSyntaxException: Invalid pattern: empty pattern not allowed at net.minecraftforge.common.crafting.CraftingHelper.lambda$init$14(CraftingHelper.java:481) ~[CraftingHelper.class:?] at net.minecraftforge.common.crafting.CraftingHelper$$Lambda$393/1695802490.parse(Unknown Source) ~[?:?] at net.minecraftforge.common.crafting.CraftingHelper.getRecipe(CraftingHelper.java:409) ~[CraftingHelper.class:?] at net.minecraftforge.common.crafting.CraftingHelper.lambda$loadRecipes$22(CraftingHelper.java:711) [CraftingHelper.class:?] at net.minecraftforge.common.crafting.CraftingHelper$$Lambda$1052/1334612059.apply(Unknown Source) [CraftingHelper.class:?] at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:822) [CraftingHelper.class:?] at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:668) [CraftingHelper.class:?] at net.minecraftforge.common.crafting.CraftingHelper$$Lambda$1050/1953807246.accept(Unknown Source) [CraftingHelper.class:?] at java.util.ArrayList.forEach(ArrayList.java:1249) [?:1.8.0_51] at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:620) [CraftingHelper.class:?] at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:742) [Loader.class:?] at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:336) [FMLClientHandler.class:?] at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:534) [bib.class:?] at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377) [bib.class:?] at net.minecraft.client.main.Main.main(SourceFile:123) [Main.class:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_51] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51] at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51] 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:?] [20:04:40] [main/ERROR]: Parsing error loading recipe bibliocraft:clipboard com.google.gson.JsonSyntaxException: Invalid pattern: empty pattern not allowed at net.minecraftforge.common.crafting.CraftingHelper.lambda$init$14(CraftingHelper.java:481) ~[CraftingHelper.class:?] at net.minecraftforge.common.crafting.CraftingHelper$$Lambda$393/1695802490.parse(Unknown Source) ~[?:?] at net.minecraftforge.common.crafting.CraftingHelper.getRecipe(CraftingHelper.java:409) ~[CraftingHelper.class:?] at net.minecraftforge.common.crafting.CraftingHelper.lambda$loadRecipes$22(CraftingHelper.java:711) [CraftingHelper.class:?] at net.minecraftforge.common.crafting.CraftingHelper$$Lambda$1052/1334612059.apply(Unknown Source) [CraftingHelper.class:?] at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:822) [CraftingHelper.class:?] at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:668) [CraftingHelper.class:?] at net.minecraftforge.common.crafting.CraftingHelper$$Lambda$1050/1953807246.accept(Unknown Source) [CraftingHelper.class:?] at java.util.ArrayList.forEach(ArrayList.java:1249) [?:1.8.0_51] at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:620) [CraftingHelper.class:?] at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:742) [Loader.class:?] at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:336) [FMLClientHandler.class:?] at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:534) [bib.class:?] at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377) [bib.class:?] at net.minecraft.client.main.Main.main(SourceFile:123) [Main.class:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_51] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51] at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51] 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:?] [20:04:47] [main/INFO]: Loading recipes... [20:04:47] [main/INFO]: Skipping feature bloodMagic as its required mod bloodmagic was missing. [20:04:47] [main/INFO]: 71 Feature's recipes loaded. [20:04:49] [main/WARN]: Potentially Dangerous alternative prefix `enderio` for name `capbank_basic2normal`, expected `enderiopowertools`. This could be a intended override, but in most cases indicates a broken mod. [20:04:49] [main/WARN]: Potentially Dangerous alternative prefix `enderio` for name `capbank_normal2vibrant`, expected `enderiopowertools`. This could be a intended override, but in most cases indicates a broken mod. [20:04:49] [main/INFO]: Ignored smelting recipe with conflicting input: 1xitem.immersiveengineering.metal@18 = 1xitem.ingotIron@0 [20:04:49] [main/INFO]: Ignored smelting recipe with conflicting input: 1xitem.immersiveengineering.metal@19 = 1xitem.ingotGold@0 [20:04:49] [main/INFO]: Initializing Crafting Recipes... [20:04:49] [main/INFO]: Ignored smelting recipe with conflicting input: 1xitem.actuallyadditions.item_dust@0 = 1xitem.ingotIron@0 [20:04:49] [main/INFO]: Ignored smelting recipe with conflicting input: 1xitem.actuallyadditions.item_dust@1 = 1xitem.ingotGold@0 [20:04:49] [main/INFO]: Ignored smelting recipe with conflicting input: 1xitem.actuallyadditions.item_dust@5 = 1xitem.netherquartz@0 [20:04:49] [main/INFO]: Ignored smelting recipe with conflicting input: 1xitem.thermalfoundation.material@0 = 1xitem.ingotIron@0 [20:04:49] [main/INFO]: Ignored smelting recipe with conflicting input: 1xitem.thermalfoundation.material@1 = 1xitem.ingotGold@0 [20:04:51] [main/INFO]: Applying holder lookups [20:04:51] [main/INFO]: Holder lookups applied [20:04:51] [main/INFO]: Starting Initialization Phase... [20:04:51] [main/INFO]: Initializing GuiHandler... [20:04:51] [main/INFO]: Registering World Generator... [20:04:51] [main/INFO]: Registering TileEntities... [20:04:52] [main/INFO]: Initializing Entities... [20:04:52] [main/INFO]: Initializing ClientProxy... [20:04:52] [main/INFO]: Initialization Finished. [20:04:52] [main/INFO]: Initialization ( started ) [20:04:52] [main/INFO]: Starting AE2 CSV Export [20:04:52] [AE2 CSV Export/INFO]: Cache is enabled. Checking for new mod configurations. [20:04:52] [AE2 CSV Export/INFO]: Same mod configuration was found. Not updating CSV content. [20:04:53] [main/INFO]: Initialization ( ended after 844ms ) [20:04:55] [main/INFO]: [Handlers] Registering handler FluidSpawnHandler to busses: [FORGE] [20:04:55] [main/INFO]: [Handlers] Registering handler JoinMessageHandler to busses: [FORGE] [20:04:55] [main/INFO]: [Handlers] Registering handler XPBoostHandler to busses: [FORGE] [20:04:55] [main/INFO]: [Handlers] Registering handler RightClickCropHandler to busses: [FORGE] [20:04:55] [main/INFO]: [Handlers] Registering handler AutoSmeltHandler to busses: [FORGE] [20:04:55] [main/INFO]: [Handlers] Registering handler FluidVisualsHandler to busses: [FORGE] [20:04:55] [main/INFO]: [Handlers] Registering handler EnchantTooltipHandler to busses: [FORGE] [20:04:55] [main/INFO]: [Handlers] Registering handler SpecialTooltipHandler to busses: [FORGE] [20:04:56] [main/INFO]: [Handlers] Registering handler OreDictTooltipHandler to busses: [FORGE] [20:04:56] [main/INFO]: [Handlers] Registering handler FireworkHandler to busses: [FORGE] [20:04:56] [main/INFO]: [Handlers] Registering handler Scheduler to busses: [FORGE] [20:04:56] [main/INFO]: [Handlers] Registering handler ClientHandler to busses: [FORGE] [20:04:56] [main/INFO]: Sending dummy event to all mods [20:04:56] [main/INFO]: Reloading ingame configs for modid: endercore [20:04:56] [main/INFO]: Updating config... [20:04:57] [main/INFO]: Updating config... [20:04:57] [main/INFO]: Updating config... [20:04:57] [main/INFO]: Updating config... [20:04:57] [main/INFO]: Updating config... [20:04:58] [main/INFO]: Sending whitelist message to Chisel and Bits for block blockDecoration1 [20:04:58] [main/INFO]: Sending whitelist message to Chisel and Bits for block blockDecoration2 [20:04:58] [main/INFO]: Sending whitelist message to Chisel and Bits for block blockDecoration3 [20:04:59] [main/INFO]: Registered permission enderio.gui.block_dark_steel_anvil [20:04:59] [main/INFO]: Registered permission enderio.gui.item_basic_item_filter [20:04:59] [main/INFO]: Registered permission enderio.gui.item_advanced_item_filter [20:04:59] [main/INFO]: Registered permission enderio.gui.item_limited_item_filter [20:04:59] [main/INFO]: Registered permission enderio.gui.item_big_item_filter [20:04:59] [main/INFO]: Registered permission enderio.gui.item_big_advanced_item_filter [20:04:59] [main/INFO]: Registered permission enderio.gui.item_existing_item_filter [20:04:59] [main/INFO]: Registered permission enderio.gui.item_mod_item_filter [20:04:59] [main/INFO]: Registered permission enderio.gui.item_power_item_filter [20:04:59] [main/INFO]: Registered permission enderio.gui.item_fluid_filter [20:04:59] [main/INFO]: Registered permission enderio.gui.item_redstone_not_filter [20:04:59] [main/INFO]: Registered permission enderio.gui.item_redstone_or_filter [20:04:59] [main/INFO]: Registered permission enderio.gui.item_redstone_and_filter [20:04:59] [main/INFO]: Registered permission enderio.gui.item_redstone_nor_filter [20:04:59] [main/INFO]: Registered permission enderio.gui.item_redstone_nand_filter [20:04:59] [main/INFO]: Registered permission enderio.gui.item_redstone_xor_filter [20:04:59] [main/INFO]: Registered permission enderio.gui.item_redstone_xnor_filter [20:04:59] [main/INFO]: Registered permission enderio.gui.item_redstone_toggle_filter [20:04:59] [main/INFO]: Registered permission enderio.gui.item_redstone_counting_filter [20:04:59] [main/INFO]: Registered permission enderio.gui.item_redstone_sensor_filter [20:04:59] [main/INFO]: Registered permission enderio.gui.item_redstone_timer_filter [20:04:59] [main/INFO]: Registered permission enderio.gui.block_conduit_bundle [20:04:59] [main/INFO]: Registered permission enderio.gui.block_simple_furnace [20:04:59] [main/INFO]: Registered permission enderio.gui.block_simple_alloy_smelter [20:04:59] [main/INFO]: Registered permission enderio.gui.block_alloy_smelter [20:04:59] [main/INFO]: Registered permission enderio.gui.block_enhanced_alloy_smelter [20:04:59] [main/INFO]: Registered permission enderio.gui.block_buffer [20:04:59] [main/INFO]: Registered permission enderio.gui.block_enchanter [20:04:59] [main/INFO]: Registered permission enderio.gui.block_farm_station [20:04:59] [main/INFO]: Registered permission enderio.gui.block_combustion_generator [20:04:59] [main/INFO]: Registered permission enderio.gui.block_enhanced_combustion_generator [20:04:59] [main/INFO]: Registered permission enderio.gui.block_simple_stirling_generator [20:04:59] [main/INFO]: Registered permission enderio.gui.block_stirling_generator [20:04:59] [main/INFO]: Registered permission enderio.gui.block_zombie_generator [20:04:59] [main/INFO]: Registered permission enderio.gui.block_franken_zombie_generator [20:04:59] [main/INFO]: Registered permission enderio.gui.block_ender_generator [20:04:59] [main/INFO]: Registered permission enderio.gui.block_lava_generator [20:04:59] [main/INFO]: Registered permission enderio.gui.block_killer_joe [20:04:59] [main/INFO]: Registered permission enderio.gui.block_attractor_obelisk [20:04:59] [main/INFO]: Registered permission enderio.gui.block_aversion_obelisk [20:04:59] [main/INFO]: Registered permission enderio.gui.block_inhibitor_obelisk [20:04:59] [main/INFO]: Registered permission enderio.gui.block_relocator_obelisk [20:04:59] [main/INFO]: Registered permission enderio.gui.block_weather_obelisk [20:04:59] [main/INFO]: Registered permission enderio.gui.block_experience_obelisk [20:04:59] [main/INFO]: Registered permission enderio.gui.block_painter [20:04:59] [main/INFO]: Registered permission enderio.gui.block_simple_sag_mill [20:04:59] [main/INFO]: Registered permission enderio.gui.block_sag_mill [20:04:59] [main/INFO]: Registered permission enderio.gui.block_enhanced_sag_mill [20:04:59] [main/INFO]: Registered permission enderio.gui.block_slice_and_splice [20:04:59] [main/INFO]: Registered permission enderio.gui.block_soul_binder [20:04:59] [main/INFO]: Registered permission enderio.gui.block_powered_spawner [20:04:59] [main/INFO]: Registered permission enderio.gui.block_vat [20:04:59] [main/INFO]: Registered permission enderio.gui.block_enhanced_vat [20:04:59] [main/INFO]: Registered permission enderio.gui.block_wired_charger [20:04:59] [main/INFO]: Registered permission enderio.gui.block_enhanced_wired_charger [20:04:59] [main/INFO]: Registered permission enderio.gui.block_simple_wired_charger [20:04:59] [main/INFO]: Registered permission enderio.gui.block_tank [20:04:59] [main/INFO]: Registered permission enderio.gui.block_transceiver [20:04:59] [main/INFO]: Registered permission enderio.gui.block_vacuum_chest [20:04:59] [main/INFO]: Registered permission enderio.gui.block_xp_vacuum [20:04:59] [main/INFO]: Registered permission enderio.gui.block_travel_anchor [20:04:59] [main/INFO]: Registered permission enderio.gui.block_tele_pad [20:04:59] [main/INFO]: Registered permission enderio.gui.block_dialing_device [20:04:59] [main/INFO]: Registered permission enderio.gui.block_impulse_hopper [20:04:59] [main/INFO]: Registered permission enderio.gui.block_crafter [20:04:59] [main/INFO]: Registered permission enderio.gui.block_simple_crafter [20:04:59] [main/INFO]: Registered permission enderio.gui.block_creative_spawner [20:04:59] [main/INFO]: Registered permission enderio.gui.block_cap_bank [20:04:59] [main/INFO]: Registered permission enderio.gui.block_power_monitor [20:04:59] [main/INFO]: Registered permission enderio.gui.block_advanced_power_monitor [20:05:00] [main/INFO]: [crazypants.enderio.conduits.me.EnderIOConduitsAppliedEnergistics:init:69]: Mixin successful? true [20:05:03] [main/INFO]: Mod initialized [20:05:24] [main/ERROR]: Default theme not found in C:\Users\Mike\Documents\Curse\Minecraft\Instances\ExtendedCraftingSetups\journeymap\icon\theme\flat\OceanMonument.theme2.json: OceanMonument (SUPPRESSED) [20:05:25] [main/WARN]: core (Initialized) Bad configField entry during updateFrom(): optionsManagerViewed=null [20:05:25] [main/WARN]: core (Initialized) Bad configField entry during updateFrom(): splashViewed=null [20:05:25] [main/INFO]: JourneyMap log initialized. [20:05:25] [main/INFO]: initialize ENTER [20:05:25] [main/WARN]: core (Initialized) Bad configField entry during updateFrom(): optionsManagerViewed=null [20:05:25] [main/WARN]: core (Initialized) Bad configField entry during updateFrom(): splashViewed=null [20:05:26] [main/INFO]: [ClientAPI] built with JourneyMap API 1.4 [20:05:26] [main/INFO]: Initializing plugins with Client API: journeymap.client.api.impl.ClientAPI [20:05:26] [main/INFO]: Initialized IClientPlugin: com.feed_the_beast.ftbutilities.integration.JourneyMapIntegration [20:05:26] [main/INFO]: initialize EXIT, elapsed count 0 avg ?ms [20:05:26] [main/WARN]: Unable to inject capability mrtjp.projectred.api.IFrame at mrtjp.projectred.relocation.RelocationProxy_server.FRAME_CAPABILITY (Non-Static) [20:05:30] [main/INFO]: [mcjty.lib.font.TrueTypeFont:<init>:119]: TrueTypeFont loaded: java.awt.Font[family=Ubuntu,name=Ubuntu,style=plain,size=40] - AntiAlias = false [20:05:30] [Thread-15/INFO]: Arc Recycling: Removed 0 old recipes [20:05:31] [Thread-15/INFO]: Finished recipe profiler for Arc Recycling, took 704 milliseconds [20:05:32] [main/INFO]: Received 9 IMC messages from mod immersiveengineering. [20:05:32] [main/INFO]: Received 22 IMC messages from mod tconstruct. [20:05:33] [main/INFO]: Thermal Foundation: Tinkers' Construct Plugin Enabled. [20:05:33] [main/WARN]: Thermal Expansion received an invalid IMC from chisel! Key was addcompactorpressrecipe [20:05:33] [main/WARN]: Thermal Expansion received an invalid IMC from chisel! Key was addcompactorpressrecipe [20:05:33] [main/INFO]: Processing IMC message recipe:xml from endercore [20:05:33] [main/INFO]: Processing IMC message recipe:xml from endercore [20:05:34] [main/INFO]: Reading user recipe file user_recipes.xml [20:05:36] [main/INFO]: Could not find an entity for 'enderzoo:concussioncreeper' [20:05:36] [main/INFO]: Could not find an entity for 'enderzoo:direslime' [20:05:36] [main/INFO]: Could not find an entity for 'enderzoo:direwolf' [20:05:36] [main/INFO]: Could not find an entity for 'enderzoo:enderminy' [20:05:36] [main/INFO]: Could not find an entity for 'enderzoo:fallenknight' [20:05:36] [main/INFO]: Could not find an entity for 'enderzoo:fallenmount' [20:05:36] [main/INFO]: Could not find an entity for 'enderzoo:owl' [20:05:36] [main/INFO]: Could not find an entity for 'enderzoo:withercat' [20:05:36] [main/INFO]: Could not find an entity for 'enderzoo:witherwitch' [20:05:36] [main/INFO]: Could not find an entity for 'chickens:chickenschicken' [20:05:36] [main/INFO]: Could not find an entity for 'industrialforegoing:pink_slime' [20:05:36] [main/INFO]: Could not find an entity for 'iceandfire:firedragon' [20:05:36] [main/INFO]: Could not find an entity for 'iceandfire:icedragon' [20:05:36] [main/INFO]: Could not find an entity for 'iceandfire:icevillager' [20:05:36] [main/INFO]: Could not find an entity for 'iceandfire:hippogryph' [20:05:36] [main/INFO]: Could not find an entity for 'iceandfire:gorgon' [20:05:36] [main/INFO]: Could not find an entity for 'iceandfire:if_pixie' [20:05:36] [main/INFO]: Could not find an entity for 'iceandfire:cyclops' [20:05:36] [main/INFO]: Could not find an entity for 'iceandfire:hippogryph' [20:05:36] [main/INFO]: Could not find an entity for 'matteroverdrive:rogue_android' [20:05:36] [main/INFO]: Could not find an entity for 'matteroverdrive:mad_scientist' [20:05:36] [main/INFO]: Could not find an entity for 'matteroverdrive:mutant_scientist' [20:05:36] [main/INFO]: Could not find an entity for 'meecreeps:meecreeps' [20:05:36] [main/INFO]: Could not find an entity for 'primitivemobs:chameleon' [20:05:36] [main/INFO]: Could not find an entity for 'primitivemobs:treasure_slime' [20:05:36] [main/INFO]: Could not find an entity for 'primitivemobs:haunted_tool' [20:05:36] [main/INFO]: Could not find an entity for 'primitivemobs:grovesprite' [20:05:36] [main/INFO]: Could not find an entity for 'primitivemobs:bewitched_tome' [20:05:36] [main/INFO]: Could not find an entity for 'primitivemobs:filch_lizard' [20:05:36] [main/INFO]: Could not find an entity for 'primitivemobs:brain_slime' [20:05:36] [main/INFO]: Could not find an entity for 'primitivemobs:rocket_creeper' [20:05:36] [main/INFO]: Could not find an entity for 'primitivemobs:festive_creeper' [20:05:36] [main/INFO]: Could not find an entity for 'primitivemobs:support_creeper' [20:05:36] [main/INFO]: Could not find an entity for 'primitivemobs:skeleton_warrior' [20:05:36] [main/INFO]: Could not find an entity for 'primitivemobs:blazing_juggernaut' [20:05:36] [main/INFO]: Could not find an entity for 'primitivemobs:lily_lurker' [20:05:36] [main/INFO]: Could not find an entity for 'primitivemobs:mother_spider' [20:05:36] [main/INFO]: Could not find an entity for 'primitivemobs:baby_spider' [20:05:36] [main/INFO]: Could not find an entity for 'primitivemobs:trollager' [20:05:36] [main/INFO]: Could not find an entity for 'primitivemobs:lost_miner' [20:05:36] [main/INFO]: Could not find an entity for 'primitivemobs:traveling_merchant' [20:05:36] [main/INFO]: Could not find an entity for 'primitivemobs:dodo' [20:05:36] [main/INFO]: Could not find an entity for 'primitivemobs:mimic' [20:05:36] [main/INFO]: Could not find an entity for 'quark:pirate' [20:05:36] [main/INFO]: Could not find an entity for 'quark:wraith' [20:05:36] [main/INFO]: Could not find an entity for 'quark:dweller' [20:05:36] [main/INFO]: Could not find an entity for 'quark:ashen' [20:05:36] [main/INFO]: Could not find an entity for 'totemic:buffalo' [20:05:36] [main/INFO]: Could not find an entity for 'totemic:baykok' [20:05:36] [main/INFO]: Could not find an entity for 'totemic:bald_eagle' [20:05:36] [main/INFO]: Reading user recipe file user_recipes.xml [20:05:36] [main/WARN]: Adding smelting recipes for non-EnderIO items is not recommended (1xitem.thermalfoundation.material@99 => 1xitem.thermalfoundation.material@163) [20:05:36] [main/INFO]: Ignored smelting recipe with conflicting input: 1xitem.thermalfoundation.material@99 = 1xitem.thermalfoundation.material@163 [20:05:36] [main/WARN]: Adding smelting recipes for non-EnderIO items is not recommended (1xitem.thermalfoundation.material@97 => 1xitem.thermalfoundation.material@161) [20:05:36] [main/INFO]: Ignored smelting recipe with conflicting input: 1xitem.thermalfoundation.material@97 = 1xitem.thermalfoundation.material@161 [20:05:36] [main/WARN]: Adding smelting recipes for non-EnderIO items is not recommended (1xitem.immersiveengineering.metal@16 => 1xitem.thermalfoundation.material@161) [20:05:36] [main/INFO]: Ignored smelting recipe with conflicting input: 1xitem.immersiveengineering.metal@16 = 1xitem.thermalfoundation.material@161 [20:05:36] [main/WARN]: Adding smelting recipes for non-EnderIO items is not recommended (1xitem.thermalfoundation.material@0 => 1xitem.ingotIron@0) [20:05:36] [main/INFO]: Ignored smelting recipe with conflicting input: 1xitem.thermalfoundation.material@0 = 1xitem.ingotIron@0 [20:05:36] [main/WARN]: Adding smelting recipes for non-EnderIO items is not recommended (1xitem.appliedenergistics2.material@49 => 1xitem.ingotIron@0) [20:05:36] [main/INFO]: Ignored smelting recipe with conflicting input: 1xitem.appliedenergistics2.material@49 = 1xitem.ingotIron@0 [20:05:36] [main/WARN]: Adding smelting recipes for non-EnderIO items is not recommended (1xitem.immersiveengineering.metal@18 => 1xitem.ingotIron@0) [20:05:36] [main/INFO]: Ignored smelting recipe with conflicting input: 1xitem.immersiveengineering.metal@18 = 1xitem.ingotIron@0 [20:05:36] [main/WARN]: Adding smelting recipes for non-EnderIO items is not recommended (1xitem.actuallyadditions.item_dust@0 => 1xitem.ingotIron@0) [20:05:36] [main/INFO]: Ignored smelting recipe with conflicting input: 1xitem.actuallyadditions.item_dust@0 = 1xitem.ingotIron@0 [20:05:36] [main/INFO]: Ignored smelting recipe with conflicting input: 1xitem.item_material@24 = 1xitem.ingotIron@0 [20:05:36] [main/WARN]: Adding smelting recipes for non-EnderIO items is not recommended (1xitem.thermalfoundation.material@1 => 1xitem.ingotGold@0) [20:05:36] [main/INFO]: Ignored smelting recipe with conflicting input: 1xitem.thermalfoundation.material@1 = 1xitem.ingotGold@0 [20:05:36] [main/WARN]: Adding smelting recipes for non-EnderIO items is not recommended (1xitem.appliedenergistics2.material@51 => 1xitem.ingotGold@0) [20:05:36] [main/INFO]: Ignored smelting recipe with conflicting input: 1xitem.appliedenergistics2.material@51 = 1xitem.ingotGold@0 [20:05:36] [main/WARN]: Adding smelting recipes for non-EnderIO items is not recommended (1xitem.immersiveengineering.metal@19 => 1xitem.ingotGold@0) [20:05:36] [main/INFO]: Ignored smelting recipe with conflicting input: 1xitem.immersiveengineering.metal@19 = 1xitem.ingotGold@0 [20:05:36] [main/WARN]: Adding smelting recipes for non-EnderIO items is not recommended (1xitem.actuallyadditions.item_dust@1 => 1xitem.ingotGold@0) [20:05:36] [main/INFO]: Ignored smelting recipe with conflicting input: 1xitem.actuallyadditions.item_dust@1 = 1xitem.ingotGold@0 [20:05:36] [main/INFO]: Ignored smelting recipe with conflicting input: 1xitem.item_material@25 = 1xitem.ingotGold@0 [20:05:36] [main/WARN]: Adding smelting recipes for non-EnderIO items is not recommended (1xitem.thermalfoundation.material@64 => 1xitem.thermalfoundation.material@128) [20:05:36] [main/INFO]: Ignored smelting recipe with conflicting input: 1xitem.thermalfoundation.material@64 = 1xitem.thermalfoundation.material@128 [20:05:36] [main/WARN]: Adding smelting recipes for non-EnderIO items is not recommended (1xitem.immersiveengineering.metal@9 => 1xitem.thermalfoundation.material@128) [20:05:36] [main/INFO]: Ignored smelting recipe with conflicting input: 1xitem.immersiveengineering.metal@9 = 1xitem.thermalfoundation.material@128 [20:05:36] [main/WARN]: Adding smelting recipes for non-EnderIO items is not recommended (1xitem.thermalfoundation.material@65 => 1xitem.thermalfoundation.material@129) [20:05:36] [main/INFO]: Ignored smelting recipe with conflicting input: 1xitem.thermalfoundation.material@65 = 1xitem.thermalfoundation.material@129 [20:05:36] [main/WARN]: Adding smelting recipes for non-EnderIO items is not recommended (1xitem.thermalfoundation.material@67 => 1xitem.thermalfoundation.material@131) [20:05:36] [main/INFO]: Ignored smelting recipe with conflicting input: 1xitem.thermalfoundation.material@67 = 1xitem.thermalfoundation.material@131 [20:05:36] [main/WARN]: Adding smelting recipes for non-EnderIO items is not recommended (1xitem.immersiveengineering.metal@11 => 1xitem.thermalfoundation.material@131) [20:05:36] [main/INFO]: Ignored smelting recipe with conflicting input: 1xitem.immersiveengineering.metal@11 = 1xitem.thermalfoundation.material@131 [20:05:36] [main/WARN]: Adding smelting recipes for non-EnderIO items is not recommended (1xitem.thermalfoundation.material@66 => 1xitem.thermalfoundation.material@130) [20:05:36] [main/INFO]: Ignored smelting recipe with conflicting input: 1xitem.thermalfoundation.material@66 = 1xitem.thermalfoundation.material@130 [20:05:36] [main/WARN]: Adding smelting recipes for non-EnderIO items is not recommended (1xitem.immersiveengineering.metal@12 => 1xitem.thermalfoundation.material@130) [20:05:36] [main/INFO]: Ignored smelting recipe with conflicting input: 1xitem.immersiveengineering.metal@12 = 1xitem.thermalfoundation.material@130 [20:05:36] [main/WARN]: Adding smelting recipes for non-EnderIO items is not recommended (1xitem.thermalfoundation.material@69 => 1xitem.thermalfoundation.material@133) [20:05:36] [main/INFO]: Ignored smelting recipe with conflicting input: 1xitem.thermalfoundation.material@69 = 1xitem.thermalfoundation.material@133 [20:05:36] [main/WARN]: Adding smelting recipes for non-EnderIO items is not recommended (1xitem.immersiveengineering.metal@13 => 1xitem.thermalfoundation.material@133) [20:05:36] [main/INFO]: Ignored smelting recipe with conflicting input: 1xitem.immersiveengineering.metal@13 = 1xitem.thermalfoundation.material@133 [20:05:36] [main/WARN]: Adding smelting recipes for non-EnderIO items is not recommended (1xitem.thermalfoundation.material@68 => 1xitem.thermalfoundation.material@132) [20:05:36] [main/INFO]: Ignored smelting recipe with conflicting input: 1xitem.thermalfoundation.material@68 = 1xitem.thermalfoundation.material@132 [20:05:36] [main/WARN]: Adding smelting recipes for non-EnderIO items is not recommended (1xitem.immersiveengineering.metal@10 => 1xitem.thermalfoundation.material@132) [20:05:36] [main/INFO]: Ignored smelting recipe with conflicting input: 1xitem.immersiveengineering.metal@10 = 1xitem.thermalfoundation.material@132 [20:05:36] [main/WARN]: Adding smelting recipes for non-EnderIO items is not recommended (1xitem.thermalfoundation.material@70 => 1xitem.thermalfoundation.material@134) [20:05:36] [main/INFO]: Ignored smelting recipe with conflicting input: 1xitem.thermalfoundation.material@70 = 1xitem.thermalfoundation.material@134 [20:05:36] [main/WARN]: Adding smelting recipes for non-EnderIO items is not recommended (1xitem.thermalfoundation.material@72 => 1xitem.thermalfoundation.material@136) [20:05:36] [main/INFO]: Ignored smelting recipe with conflicting input: 1xitem.thermalfoundation.material@72 = 1xitem.thermalfoundation.material@136 [20:05:36] [main/WARN]: Adding smelting recipes for non-EnderIO items is not recommended (1xitem.immersiveengineering.metal@14 => 1xitem.immersiveengineering.metal@5) [20:05:36] [main/INFO]: Ignored smelting recipe with conflicting input: 1xitem.immersiveengineering.metal@14 = 1xitem.immersiveengineering.metal@5 [20:05:36] [main/WARN]: Adding smelting recipes for non-EnderIO items is not recommended (1xitem.thermalfoundation.material@96 => 1xitem.thermalfoundation.material@160) [20:05:36] [main/WARN]: Adding smelting recipes for non-EnderIO items is not recommended (1xitem.immersiveengineering.metal@17 => 1xitem.thermalfoundation.material@160) [20:05:36] [main/INFO]: Ignored smelting recipe with conflicting input: 1xitem.immersiveengineering.metal@17 = 1xitem.thermalfoundation.material@160 [20:05:37] [main/INFO]: Created 6 synthetic recipes for 3xitem.item_material@38 => 1xitem.item_material@3 [20:05:37] [main/INFO]: Created 6 synthetic recipes for 4xitem.netherquartz@0 => 1xtile.block_fused_quartz@0 [20:05:37] [main/INFO]: Created 6 synthetic recipes for 1xtile.quartzBlock@0 => 1xtile.block_fused_quartz@0 [20:05:37] [main/INFO]: Created 6 synthetic recipes for 1xtile.glass@0 => 1xtile.block_fused_glass@0 [20:05:37] [main/INFO]: Created 6 synthetic recipes for 1xtile.sapling@0 => 1xtile.deadbush@0 [20:05:37] [main/INFO]: Created 6 synthetic recipes for 9xitem.item_material@28 => 1xitem.enderPearl@0 [20:05:37] [main/WARN]: Adding smelting recipes for non-EnderIO items is not recommended (1xitem.appliedenergistics2.material@4 => 1xitem.bread@0) [20:05:37] [main/INFO]: Ignored smelting recipe with conflicting input: 1xitem.appliedenergistics2.material@4 = 1xitem.bread@0 [20:05:37] [main/WARN]: Adding smelting recipes for non-EnderIO items is not recommended (1xitem.thermalfoundation.material@64 => 1xitem.thermalfoundation.material@128) [20:05:37] [main/INFO]: Ignored smelting recipe with conflicting input: 1xitem.thermalfoundation.material@64 = 1xitem.thermalfoundation.material@128 [20:05:37] [main/WARN]: Adding smelting recipes for non-EnderIO items is not recommended (1xitem.immersiveengineering.metal@9 => 1xitem.thermalfoundation.material@128) [20:05:37] [main/INFO]: Ignored smelting recipe with conflicting input: 1xitem.immersiveengineering.metal@9 = 1xitem.thermalfoundation.material@128 [20:05:37] [main/INFO]: Ignored smelting recipe with conflicting input: 1xitem.item_material@26 = 1xitem.thermalfoundation.material@128 [20:05:37] [main/WARN]: Adding smelting recipes for non-EnderIO items is not recommended (1xitem.thermalfoundation.material@65 => 1xitem.thermalfoundation.material@129) [20:05:37] [main/INFO]: Ignored smelting recipe with conflicting input: 1xitem.thermalfoundation.material@65 = 1xitem.thermalfoundation.material@129 [20:05:37] [main/INFO]: Ignored smelting recipe with conflicting input: 1xitem.item_material@27 = 1xitem.thermalfoundation.material@129 [20:05:37] [main/INFO]: Ignored smelting recipe with conflicting input: 1xitem.item_material@30 = 1xitem.tconstruct.ingots@1 [20:05:37] [main/INFO]: Ignored smelting recipe with conflicting input: 1xitem.item_material@31 = 1xitem.tconstruct.ingots@0 [20:05:37] [main/INFO]: Injecting itemstacks [20:05:37] [main/INFO]: Itemstack injection complete [20:05:37] [main/WARN]: No types have been added to Biome appliedenergistics2:storage_biome, types have been assigned on a best-effort guess: [PLAINS, COLD] [20:05:37] [main/INFO]: Starting PostInitialization Phase... [20:05:37] [main/INFO]: Initializing Crusher Recipes... [20:05:38] [main/INFO]: Registered a total of 105 booklet chapters, where 302 out of 420 booklet pages contain information about items or fluids! [20:05:38] [main/INFO]: PostInitializing ClientProxy... [20:05:38] [Actually Additions Special Fetcher/INFO]: Fetching Special People Stuff... [20:05:38] [main/INFO]: PostInitialization Finished. [20:05:38] [main/INFO]: Post Initialization ( started ) [20:05:38] [Actually Additions Special Fetcher/INFO]: Fetching Special People Stuff done! [20:05:39] [main/INFO]: Industrial Craft 2 - Integration Disabled [20:05:39] [main/INFO]: Railcraft - Integration Disabled [20:05:39] [main/INFO]: Mine Factory Reloaded - Integration Disabled [20:05:39] [main/INFO]: Waila - Integration Disabled [20:05:39] [main/INFO]: Inventory Tweaks - Integration Enable [20:05:39] [main/INFO]: Just Enough Items - Integration Enable [20:05:39] [main/INFO]: Mekanism - Integration Disabled [20:05:39] [main/INFO]: OpenComputers - Integration Disabled [20:05:39] [main/INFO]: TheOneProbe - Integration Disabled [20:05:39] [main/INFO]: Tesla - Integration Disabled [20:05:39] [main/INFO]: CraftTweaker - Integration Disabled [20:05:42] [main/INFO]: Post Initialization ( ended after 4388ms ) [20:05:42] [main/INFO]: Added 'minecraft:lapis_ore/0=>1*minecraft:lapis_ore/4=>minecraft:lapis_ore/0' to mapping [20:05:42] [main/INFO]: Added 'minecraft:lit_redstone_ore/0=>1*minecraft:redstone_ore/0=>minecraft:lit_redstone_ore/0' to mapping [20:05:42] [main/INFO]: Added 'minecraft:grass/0=>1*minecraft:grass/0=>minecraft:grass/0' to mapping [20:05:42] [main/INFO]: Added 'minecraft:grass/0=>1*minecraft:dirt/0=>minecraft:dirt/0' to mapping [20:05:42] [main/INFO]: Added 'minecraft:dirt/1=>1*minecraft:dirt/1=>minecraft:dirt/1' to mapping [20:05:42] [main/INFO]: Added 'minecraft:dirt/1=>1*minecraft:dirt/0=>minecraft:dirt/0' to mapping [20:05:42] [main/INFO]: Added 'minecraft:dirt/2=>1*minecraft:dirt/2=>minecraft:dirt/2' to mapping [20:05:42] [main/INFO]: Added 'minecraft:dirt/2=>1*minecraft:dirt/0=>minecraft:dirt/0' to mapping [20:05:42] [main/INFO]: The Lexica Botania has 26573 words. [20:05:44] [main/INFO]: Thermal Expansion: Actually Additions Plugin Enabled. [20:05:44] [main/INFO]: Thermal Expansion: Applied Energistics 2 Plugin Enabled. [20:05:44] [main/INFO]: Thermal Expansion: Chisel Plugin Enabled. [20:05:44] [main/INFO]: Thermal Expansion: Ender IO Plugin Enabled. [20:05:44] [main/INFO]: Thermal Expansion: Immersive Engineering Plugin Enabled. [20:05:44] [main/INFO]: Thermal Expansion: Tinkers' Construct Plugin Enabled. [20:05:46] [main/WARN]: Could not find Build Craft Wrench definition. Wrench integration with other mods may fail [20:06:28] [main/INFO]: Added entity icons from journeymap:icon/entity. Success: false [20:06:29] [main/INFO]: Preloaded theme textures: 71 [20:06:29] [JM-VersionCheck-1/ERROR]: Could not check version URL com.google.gson.JsonSyntaxException: com.google.gson.stream.MalformedJsonException: Use JsonReader.setLenient(true) to accept malformed JSON at line 2 column 2 path $ at com.google.gson.JsonParser.parse(JsonParser.java:65) ~[JsonParser.class:?] at com.google.gson.JsonParser.parse(JsonParser.java:45) ~[JsonParser.class:?] at journeymap.common.version.VersionCheck$1.run(VersionCheck.java:134) [VersionCheck$1.class:1.12.2-5.5.2] at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_51] at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_51] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [?:1.8.0_51] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [?:1.8.0_51] at java.lang.Thread.run(Thread.java:745) [?:1.8.0_51] Caused by: com.google.gson.stream.MalformedJsonException: Use JsonReader.setLenient(true) to accept malformed JSON at line 2 column 2 path $ at com.google.gson.stream.JsonReader.syntaxError(JsonReader.java:1559) ~[JsonReader.class:?] at com.google.gson.stream.JsonReader.checkLenient(JsonReader.java:1401) ~[JsonReader.class:?] at com.google.gson.stream.JsonReader.doPeek(JsonReader.java:542) ~[JsonReader.class:?] at com.google.gson.stream.JsonReader.peek(JsonReader.java:425) ~[JsonReader.class:?] at com.google.gson.JsonParser.parse(JsonParser.java:60) ~[JsonParser.class:?] ... 7 more [20:06:31] [main/INFO]: Failed to load wrench class buildcraft.api.tools.IToolWrench (this is not an error) [20:06:31] [main/INFO]: Failed to load wrench class resonant.core.content.ItemScrewdriver (this is not an error) [20:06:31] [main/INFO]: Failed to load wrench class ic2.core.item.tool.ItemToolWrench (this is not an error) [20:06:31] [main/INFO]: Failed to load wrench class ic2.core.item.tool.ItemToolWrenchElectric (this is not an error) [20:06:31] [main/INFO]: Failed to load wrench class mods.railcraft.api.core.items.IToolCrowbar (this is not an error) [20:06:31] [main/INFO]: Failed to load wrench class com.bluepowermod.items.ItemScrewdriver (this is not an error) [20:06:31] [main/INFO]: Failed to load wrench class thermalexpansion.item.tool.ItemWrench (this is not an error) [20:06:31] [main/INFO]: Failed to load wrench class mekanism.api.IMekWrench (this is not an error) [20:06:31] [main/INFO]: Failed to load wrench class mcjty.rftools.items.smartwrench (this is not an error) [20:06:31] [main/INFO]: Failed to load wrench class pneumaticCraft.common.item.ItemPneumaticWrench (this is not an error) [20:06:31] [main/INFO]: Failed to load wrench class powercrystals.minefactoryreloaded.api.IToolHammer (this is not an error) [20:06:31] [main/INFO]: Failed to load wrench class buildcraft.api.tools.IToolWrench (this is not an error) [20:06:31] [main/INFO]: Failed to load wrench class resonant.core.content.ItemScrewdriver (this is not an error) [20:06:31] [main/INFO]: Failed to load wrench class ic2.core.item.tool.ItemToolWrench (this is not an error) [20:06:31] [main/INFO]: Failed to load wrench class ic2.core.item.tool.ItemToolWrenchElectric (this is not an error) [20:06:31] [main/INFO]: Failed to load wrench class mods.railcraft.api.core.items.IToolCrowbar (this is not an error) [20:06:31] [main/INFO]: Failed to load wrench class com.bluepowermod.items.ItemScrewdriver (this is not an error) [20:06:31] [main/INFO]: Failed to load wrench class thermalexpansion.item.tool.ItemWrench (this is not an error) [20:06:31] [main/INFO]: Failed to load wrench class mekanism.api.IMekWrench (this is not an error) [20:06:31] [main/INFO]: Failed to load wrench class mcjty.rftools.items.smartwrench (this is not an error) [20:06:31] [main/INFO]: Failed to load wrench class pneumaticCraft.common.item.ItemPneumaticWrench (this is not an error) [20:06:31] [main/INFO]: Failed to load wrench class powercrystals.minefactoryreloaded.api.IToolHammer (this is not an error) [20:06:31] [main/INFO]: [net.minecraft.init.Bootstrap:func_179870_a:553]: ---- Minecraft Crash Report ---- WARNING: coremods are present: Inventory Tweaks Coremod (InventoryTweaks-1.63.jar) EnderCorePlugin (EnderCore-1.12.2-0.5.41.jar) CTMCorePlugin (CTM-MC1.12.2-0.3.2.18.jar) IELoadingPlugin (ImmersiveEngineering-core-0.12-85.jar) Contact their authors BEFORE contacting forge // I feel sad now :( Time: 10/6/18 8:06 PM Description: There was a severe problem during mod loading that has caused the game to fail net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from Immersive Engineering (immersiveengineering) Caused by: java.lang.IllegalAccessError: tried to access class net.minecraft.potion.PotionHelper$MixPredicate from class blusunrize.immersiveengineering.common.IEContent at blusunrize.immersiveengineering.common.IEContent.postInit(IEContent.java:1014) at blusunrize.immersiveengineering.ImmersiveEngineering.postInit(ImmersiveEngineering.java:145) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:497) at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:624) at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:497) at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) at com.google.common.eventbus.EventBus.post(EventBus.java:217) at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:218) at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:196) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:497) at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) at com.google.common.eventbus.EventBus.post(EventBus.java:217) at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:135) at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:749) at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:336) at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:534) at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377) at net.minecraft.client.main.Main.main(SourceFile:123) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:497) at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) at net.minecraft.launchwrapper.Launch.main(Launch.java:28) A detailed walkthrough of the error, its code path and all known details is as follows: --------------------------------------------------------------------------------------- -- System Details -- Details: Minecraft Version: 1.12.2 Operating System: Windows 10 (amd64) version 10.0 Java Version: 1.8.0_51, Oracle Corporation Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation Memory: 1537628384 bytes (1466 MB) / 3851943936 bytes (3673 MB) up to 5726797824 bytes (5461 MB) JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx6144m -Xms256m -XX:PermSize=256m IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0 FML: MCP 9.42 Powered by Forge 14.23.5.2768 63 mods loaded, 63 mods active States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored | State | ID | Version | Source | Signature | |:------ |:--------------------------------- |:------------------------ |:----------------------------------------------- |:---------------------------------------- | | UCHIJ | minecraft | 1.12.2 | minecraft.jar | None | | UCHIJ | mcp | 9.42 | minecraft.jar | None | | UCHIJ | FML | 8.0.99.99 | forge-1.12.2-14.23.5.2768.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 | | UCHIJ | forge | 14.23.5.2768 | forge-1.12.2-14.23.5.2768.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 | | UCHIJ | actuallyadditions | 1.12.2-r141 | ActuallyAdditions-1.12.2-r141.jar | None | | UCHIJ | appliedenergistics2 | rv6-stable-2 | appliedenergistics2-rv6-stable-2.jar | dfa4d3ac143316c6f32aa1a1beda1e34d42132e5 | | UCHIJ | baubles | 1.5.2 | Baubles-1.12-1.5.2.jar | None | | UCHIJ | betterbuilderswands | 0.11.1 | BetterBuildersWands-1.12-0.11.1.245+69d0d70.jar | None | | UCHIJ | bibliocraft | 2.4.5 | BiblioCraft[v2.4.5][MC1.12.2].jar | None | | UCHIJ | jei | 4.12.1.217 | jei_1.12.2-4.12.1.217.jar | None | | UCHIJ | botania | r1.10-356 | Botania r1.10-356.jar | None | | UCHIJ | chameleon | 1.12-4.1.3 | Chameleon-1.12-4.1.3.jar | None | | UCHIJ | ctm | MC1.12.2-0.3.2.18 | CTM-MC1.12.2-0.3.2.18.jar | None | | UCHIJ | chisel | MC1.12.2-0.2.1.35 | Chisel-MC1.12.2-0.2.1.35.jar | None | | UCHIJ | chiselsandbits | 14.26 | chiselsandbits-14.26.jar | None | | UCHIJ | codechickenlib | 3.2.2.353 | CodeChickenLib-1.12.2-3.2.2.353-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 | | UCHIJ | redstoneflux | 2.1.0 | RedstoneFlux-1.12-2.1.0.6-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f | | UCHIJ | cofhcore | 4.6.1 | CoFHCore-1.12.2-4.6.1.22-universal.jar | None | | UCHIJ | cofhworld | 1.3.0 | CoFHWorld-1.12.2-1.3.0.6-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f | | UCHIJ | cucumber | 1.1.1 | Cucumber-1.12.2-1.1.1.jar | None | | UCHIJ | endercore | 1.12.2-0.5.41 | EnderCore-1.12.2-0.5.41.jar | None | | UCHIJ | thermalfoundation | 2.6.1 | ThermalFoundation-1.12.2-2.6.1.22-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f | | UCHIJ | thermalexpansion | 5.5.2 | ThermalExpansion-1.12.2-5.5.2.39-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f | | UCHIJ | enderio | 5.0.35 | EnderIO-1.12.2-5.0.35.jar | None | | UCHIJ | enderiointegrationtic | 5.0.35 | EnderIO-1.12.2-5.0.35.jar | None | | UCHIJ | enderiobase | 5.0.35 | EnderIO-1.12.2-5.0.35.jar | None | | UCHIJ | enderioconduits | 5.0.35 | EnderIO-1.12.2-5.0.35.jar | None | | UCHIJ | enderioconduitsappliedenergistics | 5.0.35 | EnderIO-1.12.2-5.0.35.jar | None | | UCHIJ | enderioconduitsopencomputers | 5.0.35 | EnderIO-1.12.2-5.0.35.jar | None | | UCHIJ | enderioconduitsrefinedstorage | 5.0.35 | EnderIO-1.12.2-5.0.35.jar | None | | UCHIJ | enderiointegrationforestry | 5.0.35 | EnderIO-1.12.2-5.0.35.jar | None | | UCHIJ | mantle | 1.12-1.3.2.24 | Mantle-1.12-1.3.2.24.jar | None | | UCHIJ | tconstruct | 1.12.2-2.10.1.87 | TConstruct-1.12.2-2.10.1.87.jar | None | | UCHIJ | enderiointegrationticlate | 5.0.35 | EnderIO-1.12.2-5.0.35.jar | None | | UCHIJ | ftblib | 5.3.0.55 | FTBLib-5.3.0.55.jar | None | | UCHIJ | enderiomachines | 5.0.35 | EnderIO-1.12.2-5.0.35.jar | None | | UCHIJ | enderiopowertools | 5.0.35 | EnderIO-1.12.2-5.0.35.jar | None | | UCHIJ | enderstorage | 2.4.5.135 | EnderStorage-1.12.2-2.4.5.135-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 | | UCHIJ | extendedcrafting | 1.5.0 | ExtendedCrafting-1.12.2-1.5.0.jar | None | | UCHIJ | forgemultipartcbe | 2.5.0.71 | ForgeMultipart-1.12.2-2.5.0.71-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 | | UCHIJ | microblockcbe | 2.5.0.71 | ForgeMultipart-1.12.2-2.5.0.71-universal.jar | None | | UCHIJ | minecraftmultipartcbe | 2.5.0.71 | ForgeMultipart-1.12.2-2.5.0.71-universal.jar | None | | UCHIJ | ftbutilities | 5.3.0.52 | FTBUtilities-5.3.0.52.jar | None | | UCHIJ | inventorytweaks | 1.63+release.109.220f184 | InventoryTweaks-1.63.jar | 55d2cd4f5f0961410bf7b91ef6c6bf00a766dcbe | | UCHIJ | ironchest | 1.12.2-7.0.40.824 | ironchest-1.12.2-7.0.40.824.jar | None | | UCHIJ | journeymap | 1.12.2-5.5.2 | journeymap-1.12.2-5.5.2.jar | None | | UCHIJ | mcjtylib_ng | 3.0.5 | mcjtylib-1.12-3.0.5.jar | None | | UCHIJ | morpheus | 1.12-3.3.2 | Morpheus-1.12-3.3.2.jar | None | | UCHIJ | mrtjpcore | 2.1.3.35 | MrTJPCore-1.12.2-2.1.3.35-universal.jar | None | | UCHIJ | projectred-core | 4.9.1.92 | ProjectRed-1.12.2-4.9.1.92-Base.jar | None | | UCHIJ | projectred-compat | 1.0 | ProjectRed-1.12.2-4.9.1.92-compat.jar | None | | UCHIJ | projectred-integration | 4.9.1.92 | ProjectRed-1.12.2-4.9.1.92-integration.jar | None | | UCHIJ | projectred-transmission | 4.9.1.92 | ProjectRed-1.12.2-4.9.1.92-integration.jar | None | | UCHIJ | projectred-fabrication | 4.9.1.92 | ProjectRed-1.12.2-4.9.1.92-fabrication.jar | None | | UCHIJ | projectred-illumination | 4.9.1.92 | ProjectRed-1.12.2-4.9.1.92-lighting.jar | None | | UCHIJ | projectred-expansion | 4.9.1.92 | ProjectRed-1.12.2-4.9.1.92-mechanical.jar | None | | UCHIJ | projectred-relocation | 4.9.1.92 | ProjectRed-1.12.2-4.9.1.92-mechanical.jar | None | | UCHIJ | projectred-transportation | 4.9.1.92 | ProjectRed-1.12.2-4.9.1.92-mechanical.jar | None | | UCHIJ | projectred-exploration | 4.9.1.92 | ProjectRed-1.12.2-4.9.1.92-world.jar | None | | UCHIJ | rftools | 7.56 | rftools-1.12-7.56.jar | None | | UCHIJ | storagedrawers | 1.12-5.3.5 | StorageDrawers-1.12.2-5.3.7.jar | None | | UCHIJ | thermaldynamics | 2.5.3 | ThermalDynamics-1.12.2-2.5.3.16-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f | | UCHIEE | immersiveengineering | 0.12-85 | ImmersiveEngineering-0.12-85.jar | 4cb49fcde3b43048c9889e0a3d083225da926334 | Loaded coremods (and transformers): Inventory Tweaks Coremod (InventoryTweaks-1.63.jar) invtweaks.forge.asm.ContainerTransformer EnderCorePlugin (EnderCore-1.12.2-0.5.41.jar) com.enderio.core.common.transform.EnderCoreTransformer com.enderio.core.common.transform.SimpleMixinPatcher CTMCorePlugin (CTM-MC1.12.2-0.3.2.18.jar) team.chisel.ctm.client.asm.CTMTransformer IELoadingPlugin (ImmersiveEngineering-core-0.12-85.jar) blusunrize.immersiveengineering.common.asm.IEClassTransformer GL info: ' Vendor: 'Intel' Version: '4.0.0 - Build 10.18.10.4358' Renderer: 'Intel(R) HD Graphics 4000' AE2 Version: stable rv6-stable-2 for Forge 14.23.5.2768 Pulsar/tconstruct loaded Pulses: - TinkerCommons (Enabled/Forced) - TinkerWorld (Enabled/Not Forced) - TinkerTools (Enabled/Not Forced) - TinkerHarvestTools (Enabled/Forced) - TinkerMeleeWeapons (Enabled/Forced) - TinkerRangedWeapons (Enabled/Forced) - TinkerModifiers (Enabled/Forced) - TinkerSmeltery (Enabled/Not Forced) - TinkerGadgets (Enabled/Not Forced) - TinkerOredict (Enabled/Forced) - TinkerIntegration (Enabled/Forced) - TinkerFluids (Enabled/Forced) - TinkerMaterials (Enabled/Forced) - TinkerModelRegister (Enabled/Forced) - chiselIntegration (Enabled/Not Forced) - chiselsandbitsIntegration (Enabled/Not Forced) Ender IO: No known problems detected. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !!!You are looking at the diagnostics information, not at the crash. !!! !!!Scroll up until you see the line with '---- Minecraft Crash Report ----'!!! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! AE2 Integration: IC2:OFF, RC:OFF, MFR:OFF, Waila:OFF, InvTweaks:ON, JEI:ON, Mekanism:OFF, OpenComputers:OFF, THE_ONE_PROBE:OFF, TESLA:OFF, CRAFTTWEAKER:OFF [20:06:31] [main/INFO]: [net.minecraft.init.Bootstrap:func_179870_a:553]: #@!@# Game crashed! Crash report saved to: #@!@# C:\Users\Mike\Documents\Curse\Minecraft\Instances\ExtendedCraftingSetups\crash-reports\crash-2018-10-06_20.06.31-client.txt
My game is running from the Twitch client.
Pls help.
- Surge
-
Edited by Animus_Surge
Spoiler[21:18:57] [main/INFO] [GradleStart]: Extra: [] [21:18:57] [main/INFO] [GradleStart]: Running with arguments: [--userProperties, {}, --assetsDir, C:/Users/swag100107/.gradle/caches/minecraft/assets, --assetIndex, 1.12, --accessToken{REDACTED}, --version, 1.12.2, --tweakClass, net.minecraftforge.fml.common.launcher.FMLTweaker, --tweakClass, net.minecraftforge.gradle.tweakers.CoremodTweaker] [21:18:57] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker [21:18:57] [main/INFO] [LaunchWrapper]: Using primary tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker [21:18:57] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.gradle.tweakers.CoremodTweaker [21:18:57] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLTweaker [21:18:57] [main/INFO] [FML]: Forge Mod Loader version 14.23.4.2747 for Minecraft 1.12.2 loading [21:18:57] [main/INFO] [FML]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_172, running on Windows 10:amd64:10.0, installed at C:\Program Files\Java\jre1.8.0_172 [21:18:57] [main/ERROR] [FML]: Apache Maven library folder was not in the format expected. Using default libraries directory. [21:18:57] [main/ERROR] [FML]: Full: C:\Users\swag100107\.gradle\caches\modules-2\files-2.1\org.apache.maven\maven-artifact\3.5.3\7dc72b6d6d8a6dced3d294ed54c2cc3515ade9f4\maven-artifact-3.5.3.jar [21:18:57] [main/ERROR] [FML]: Trimmed: c:/users/swag100107/.gradle/caches/modules-2/files-2.1/org.apache.maven/maven-artifact/3.5.3/ [21:18:57] [main/INFO] [FML]: Managed to load a deobfuscated Minecraft name- we are in a deobfuscated environment. Skipping runtime deobfuscation [21:18:57] [main/INFO] [FML]: Detected deobfuscated environment, loading log configs for colored console logs. 2018-09-28 21:18:59,505 main WARN Disabling terminal, you're running in an unsupported environment. [21:18:59] [main/INFO] [FML]: Ignoring missing certificate for coremod FMLCorePlugin (net.minecraftforge.fml.relauncher.FMLCorePlugin), we are in deobf and it's a forge core plugin [21:18:59] [main/INFO] [FML]: Ignoring missing certificate for coremod FMLForgePlugin (net.minecraftforge.classloading.FMLForgePlugin), we are in deobf and it's a forge core plugin [21:18:59] [main/INFO] [FML]: Searching C:\Users\swag100107\Desktop\CardCraft - Base\run\.\mods for mods [21:18:59] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.gradle.tweakers.CoremodTweaker [21:18:59] [main/INFO] [GradleStart]: Injecting location in coremod net.minecraftforge.fml.relauncher.FMLCorePlugin [21:18:59] [main/INFO] [GradleStart]: Injecting location in coremod net.minecraftforge.classloading.FMLForgePlugin [21:18:59] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker [21:18:59] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLDeobfTweaker [21:18:59] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.gradle.tweakers.AccessTransformerTweaker [21:18:59] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker [21:18:59] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker [21:18:59] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper [21:19:01] [main/ERROR] [FML]: FML appears to be missing any signature data. This is not a good thing [21:19:01] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper [21:19:01] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLDeobfTweaker [21:19:02] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.gradle.tweakers.AccessTransformerTweaker [21:19:02] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.TerminalTweaker [21:19:02] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.TerminalTweaker [21:19:02] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.client.main.Main} [21:19:04] [main/INFO] [minecraft/Minecraft]: Setting user: Player773 [21:19:11] [main/WARN] [minecraft/GameSettings]: Skipping bad option: lastServer: [21:19:11] [main/INFO] [minecraft/Minecraft]: LWJGL Version: 2.9.4 [21:19:13] [main/INFO] [FML]: -- System Details -- Details: Minecraft Version: 1.12.2 Operating System: Windows 10 (amd64) version 10.0 Java Version: 1.8.0_172, Oracle Corporation Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation Memory: 695908448 bytes (663 MB) / 1038876672 bytes (990 MB) up to 1038876672 bytes (990 MB) JVM Flags: 3 total; -Xincgc -Xmx1024M -Xms1024M IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0 FML: Loaded coremods (and transformers): GL info: ' Vendor: 'Intel' Version: '4.5.0 - Build 22.20.16.4836' Renderer: 'Intel(R) HD Graphics 620' [21:19:13] [main/INFO] [FML]: MinecraftForge v14.23.4.2747 Initialized [21:19:13] [main/INFO] [FML]: Starts to replace vanilla recipe ingredients with ore ingredients. [21:19:13] [main/INFO] [FML]: Replaced 1036 ore ingredients [21:19:13] [main/INFO] [FML]: Searching C:\Users\swag100107\Desktop\CardCraft - Base\run\.\mods for mods [21:19:15] [Thread-3/INFO] [FML]: Using sync timing. 200 frames of Display.update took 118278106 nanos [21:19:15] [main/INFO] [FML]: Forge Mod Loader has identified 5 mods to load [21:19:16] [main/INFO] [FML]: Attempting connection with missing mods [minecraft, mcp, FML, forge, ccbase] at CLIENT [21:19:16] [main/INFO] [FML]: Attempting connection with missing mods [minecraft, mcp, FML, forge, ccbase] at SERVER [21:19:17] [main/INFO] [minecraft/SimpleReloadableResourceManager]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:CardCraft Base [21:19:18] [main/INFO] [FML]: Processing ObjectHolder annotations [21:19:18] [main/INFO] [FML]: Found 1168 ObjectHolder annotations [21:19:18] [main/INFO] [FML]: Identifying ItemStackHolder annotations [21:19:18] [main/INFO] [FML]: Found 0 ItemStackHolder annotations [21:19:18] [main/INFO] [FML]: Configured a dormant chunk cache size of 0 [21:19:18] [Forge Version Check/INFO] [forge.VersionCheck]: [forge] Starting version check at http://files.minecraftforge.net/maven/net/minecraftforge/forge/promotions_slim.json [21:19:18] [main/INFO] [FML]: Applying holder lookups [21:19:18] [main/INFO] [FML]: Holder lookups applied [21:19:18] [main/INFO] [FML]: Applying holder lookups [21:19:18] [main/INFO] [FML]: Holder lookups applied [21:19:18] [main/INFO] [FML]: Applying holder lookups [21:19:18] [main/INFO] [FML]: Holder lookups applied [21:19:18] [main/INFO] [FML]: Applying holder lookups [21:19:18] [main/INFO] [FML]: Holder lookups applied [21:19:18] [main/INFO] [FML]: Injecting itemstacks [21:19:18] [main/INFO] [FML]: Itemstack injection complete [21:19:19] [Forge Version Check/INFO] [forge.VersionCheck]: [forge] Found status: OUTDATED Target: 14.23.4.2765 [21:19:23] [Sound Library Loader/INFO] [minecraft/SoundManager]: Starting up SoundSystem... [21:19:23] [Thread-5/INFO] [minecraft/SoundManager]: Initializing LWJGL OpenAL [21:19:23] [Thread-5/INFO] [minecraft/SoundManager]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org) [21:19:24] [Thread-5/INFO] [minecraft/SoundManager]: OpenAL initialized. [21:19:24] [Sound Library Loader/INFO] [minecraft/SoundManager]: Sound engine started [21:19:31] [main/INFO] [FML]: Max texture size: 16384 [21:19:32] [main/INFO] [minecraft/TextureMap]: Created: 512x512 textures-atlas [21:19:33] [main/ERROR] [FML]: Exception loading model for variant ccbase:ingot_copper#inventory for item "ccbase:ingot_copper", normal location exception: net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model ccbase:item/ingot_copper with loader VanillaLoader.INSTANCE, skipping at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:153) ~[ModelLoaderRegistry.class:?] at net.minecraftforge.client.model.ModelLoader.loadItemModels(ModelLoader.java:302) ~[ModelLoader.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.loadVariantItemModels(ModelBakery.java:175) ~[ModelBakery.class:?] at net.minecraftforge.client.model.ModelLoader.setupModelRegistry(ModelLoader.java:151) ~[ModelLoader.class:?] at net.minecraft.client.renderer.block.model.ModelManager.onResourceManagerReload(ModelManager.java:28) [ModelManager.class:?] at net.minecraft.client.resources.SimpleReloadableResourceManager.registerReloadListener(SimpleReloadableResourceManager.java:121) [SimpleReloadableResourceManager.class:?] at net.minecraft.client.Minecraft.init(Minecraft.java:559) [Minecraft.class:?] at net.minecraft.client.Minecraft.run(Minecraft.java:421) [Minecraft.class:?] at net.minecraft.client.main.Main.main(Main.java:118) [Main.class:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_172] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_172] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_172] at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_172] 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_172] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_172] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_172] at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_172] at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97) [start/:?] at GradleStart.main(GradleStart.java:25) [start/:?] Caused by: java.io.FileNotFoundException: ccbase:models/item/ingot_copper.json at net.minecraft.client.resources.SimpleReloadableResourceManager.getResource(SimpleReloadableResourceManager.java:69) ~[SimpleReloadableResourceManager.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.loadModel(ModelBakery.java:334) ~[ModelBakery.class:?] at net.minecraftforge.client.model.ModelLoader.access$1400(ModelLoader.java:115) ~[ModelLoader.class:?] at net.minecraftforge.client.model.ModelLoader$VanillaLoader.loadModel(ModelLoader.java:860) ~[ModelLoader$VanillaLoader.class:?] at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:149) ~[ModelLoaderRegistry.class:?] ... 20 more [21:19:33] [main/ERROR] [FML]: Exception loading model for variant ccbase:ingot_copper#inventory for item "ccbase:ingot_copper", blockstate location exception: net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model ccbase:ingot_copper#inventory with loader VariantLoader.INSTANCE, skipping at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:153) ~[ModelLoaderRegistry.class:?] at net.minecraftforge.client.model.ModelLoader.loadItemModels(ModelLoader.java:296) ~[ModelLoader.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.loadVariantItemModels(ModelBakery.java:175) ~[ModelBakery.class:?] at net.minecraftforge.client.model.ModelLoader.setupModelRegistry(ModelLoader.java:151) ~[ModelLoader.class:?] at net.minecraft.client.renderer.block.model.ModelManager.onResourceManagerReload(ModelManager.java:28) [ModelManager.class:?] at net.minecraft.client.resources.SimpleReloadableResourceManager.registerReloadListener(SimpleReloadableResourceManager.java:121) [SimpleReloadableResourceManager.class:?] at net.minecraft.client.Minecraft.init(Minecraft.java:559) [Minecraft.class:?] at net.minecraft.client.Minecraft.run(Minecraft.java:421) [Minecraft.class:?] at net.minecraft.client.main.Main.main(Main.java:118) [Main.class:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_172] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_172] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_172] at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_172] 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_172] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_172] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_172] at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_172] at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97) [start/:?] at GradleStart.main(GradleStart.java:25) [start/:?] Caused by: net.minecraft.client.renderer.block.model.ModelBlockDefinition$MissingVariantException at net.minecraft.client.renderer.block.model.ModelBlockDefinition.getVariant(ModelBlockDefinition.java:83) ~[ModelBlockDefinition.class:?] at net.minecraftforge.client.model.ModelLoader$VariantLoader.loadModel(ModelLoader.java:1174) ~[ModelLoader$VariantLoader.class:?] at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:149) ~[ModelLoaderRegistry.class:?] ... 20 more [21:19:35] [main/INFO] [FML]: Applying holder lookups [21:19:35] [main/INFO] [FML]: Holder lookups applied [21:19:35] [main/INFO] [FML]: Injecting itemstacks [21:19:35] [main/INFO] [FML]: Itemstack injection complete [21:19:35] [main/INFO] [FML]: Forge Mod Loader has successfully loaded 5 mods [21:19:35] [main/WARN] [minecraft/GameSettings]: Skipping bad option: lastServer: [21:19:35] [main/INFO] [mojang/NarratorWindows]: Narrator library for x64 successfully loaded [21:19:37] [Realms Notification Availability checker #1/INFO] [mojang/RealmsClient]: Could not authorize you against Realms server: Invalid session id [21:19:58] [Server thread/INFO] [minecraft/IntegratedServer]: Starting integrated minecraft server version 1.12.2 [21:19:58] [Server thread/INFO] [minecraft/IntegratedServer]: Generating keypair [21:19:58] [Server thread/INFO] [FML]: Injecting existing registry data into this server instance [21:19:58] [Server thread/INFO] [FML]: Applying holder lookups [21:19:58] [Server thread/INFO] [FML]: Holder lookups applied [21:19:59] [Server thread/INFO] [FML]: Loading dimension 0 (New World) (net.minecraft.server.integrated.IntegratedServer@14dc1022) [21:19:59] [Server thread/INFO] [minecraft/AdvancementList]: Loaded 488 advancements [21:20:00] [Server thread/INFO] [FML]: Loading dimension -1 (New World) (net.minecraft.server.integrated.IntegratedServer@14dc1022) [21:20:00] [Server thread/INFO] [FML]: Loading dimension 1 (New World) (net.minecraft.server.integrated.IntegratedServer@14dc1022) [21:20:00] [Server thread/INFO] [minecraft/MinecraftServer]: Preparing start region for level 0 [21:20:01] [Server thread/INFO] [minecraft/MinecraftServer]: Preparing spawn area: 6% [21:20:02] [Server thread/INFO] [minecraft/MinecraftServer]: Preparing spawn area: 81% [21:20:02] [Server thread/INFO] [FML]: Unloading dimension -1 [21:20:02] [Server thread/INFO] [FML]: Unloading dimension 1 [21:20:02] [Server thread/INFO] [minecraft/IntegratedServer]: Changing view distance to 12, from 10 [21:20:05] [Netty Local Client IO #0/INFO] [FML]: Server protocol version 2 [21:20:05] [Netty Server IO #1/INFO] [FML]: Client protocol version 2 [21:20:05] [Netty Server IO #1/INFO] [FML]: Client attempting to join with 5 mods : [email protected],ccbase@DEV,[email protected],[email protected],[email protected] [21:20:05] [Netty Local Client IO #0/INFO] [FML]: [Netty Local Client IO #0] Client side modded connection established [21:20:05] [Server thread/INFO] [FML]: [Server thread] Server side modded connection established [21:20:05] [Server thread/INFO] [minecraft/PlayerList]: Player773[local:E:d77af4be] logged in with entity id 337 at (58.418168487619994, 68.0, 290.23226161659056) [21:20:05] [Server thread/INFO] [minecraft/MinecraftServer]: Player773 joined the game [21:20:06] [Server thread/INFO] [minecraft/IntegratedServer]: Saving and pausing game... [21:20:06] [Server thread/INFO] [minecraft/MinecraftServer]: Saving chunks for level 'New World'/overworld [21:20:07] [pool-2-thread-1/WARN] [mojang/YggdrasilMinecraftSessionService]: Couldn't look up profile properties for com.mojang.authlib.GameProfile@888c5e6[id=b7a940e4-3cde-3275-9c73-2f71fe593c98,name=Player773,properties={},legacy=false] com.mojang.authlib.exceptions.AuthenticationException: The client has sent too many requests within a certain amount of time at com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService.makeRequest(YggdrasilAuthenticationService.java:79) ~[YggdrasilAuthenticationService.class:?] at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService.fillGameProfile(YggdrasilMinecraftSessionService.java:180) [YggdrasilMinecraftSessionService.class:?] at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService$1.load(YggdrasilMinecraftSessionService.java:60) [YggdrasilMinecraftSessionService$1.class:?] at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService$1.load(YggdrasilMinecraftSessionService.java:57) [YggdrasilMinecraftSessionService$1.class:?] at com.google.common.cache.LocalCache$LoadingValueReference.loadFuture(LocalCache.java:3716) [guava-21.0.jar:?] at com.google.common.cache.LocalCache$Segment.loadSync(LocalCache.java:2424) [guava-21.0.jar:?] at com.google.common.cache.LocalCache$Segment.lockedGetOrLoad(LocalCache.java:2298) [guava-21.0.jar:?] at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2211) [guava-21.0.jar:?] at com.google.common.cache.LocalCache.get(LocalCache.java:4154) [guava-21.0.jar:?] at com.google.common.cache.LocalCache.getOrLoad(LocalCache.java:4158) [guava-21.0.jar:?] at com.google.common.cache.LocalCache$LocalLoadingCache.get(LocalCache.java:5147) [guava-21.0.jar:?] at com.google.common.cache.LocalCache$LocalLoadingCache.getUnchecked(LocalCache.java:5153) [guava-21.0.jar:?] at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService.fillProfileProperties(YggdrasilMinecraftSessionService.java:170) [YggdrasilMinecraftSessionService.class:?] at net.minecraft.client.Minecraft.getProfileProperties(Minecraft.java:3181) [Minecraft.class:?] at net.minecraft.client.resources.SkinManager$3.run(SkinManager.java:138) [SkinManager$3.class:?] at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.8.0_172] at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.8.0_172] at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) [?:1.8.0_172] at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) [?:1.8.0_172] at java.lang.Thread.run(Unknown Source) [?:1.8.0_172] [21:20:20] [main/INFO] [minecraft/AdvancementList]: Loaded 9 advancements [21:20:22] [main/INFO] [minecraft/AdvancementList]: Loaded 11 advancements [21:20:28] [Server thread/INFO] [minecraft/IntegratedServer]: Saving and pausing game... [21:20:28] [Server thread/INFO] [minecraft/MinecraftServer]: Saving chunks for level 'New World'/overworld [21:20:29] [Server thread/INFO] [minecraft/MinecraftServer]: Stopping server [21:20:29] [Server thread/INFO] [minecraft/MinecraftServer]: Saving players [21:20:29] [Server thread/INFO] [minecraft/NetHandlerPlayServer]: Player773 lost connection: Disconnected [21:20:29] [Server thread/INFO] [minecraft/MinecraftServer]: Player773 left the game [21:20:29] [Server thread/INFO] [minecraft/NetHandlerPlayServer]: Stopping singleplayer server as player logged out [21:20:29] [Server thread/INFO] [minecraft/MinecraftServer]: Saving worlds [21:20:29] [Server thread/INFO] [minecraft/MinecraftServer]: Saving chunks for level 'New World'/overworld [21:20:30] [Server thread/INFO] [FML]: Unloading dimension 0 [21:20:30] [Server thread/INFO] [FML]: Applying holder lookups [21:20:30] [Server thread/INFO] [FML]: Holder lookups applied [21:20:32] [main/INFO] [minecraft/Minecraft]: Stopping! [21:20:32] [main/INFO] [minecraft/SoundManager]: SoundSystem shutting down... [21:20:33] [main/WARN] [minecraft/SoundManager]: Author: Paul Lamb, www.paulscode.com Java HotSpot(TM) 64-Bit Server VM warning: Using incremental CMS is deprecated and will likely be removed in a future release
The full log, it was too big to fit in a code block w/out a spoiler to help declutter the page
-
-
Now, can someone help me with installing the texture correctly?
[21:19:33] [main/ERROR] [FML]: Exception loading model for variant ccbase:ingot_copper#inventory for item "ccbase:ingot_copper", blockstate location exception: net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model ccbase:ingot_copper#inventory with loader VariantLoader.INSTANCE, skipping at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:153) ~[ModelLoaderRegistry.class:?] at net.minecraftforge.client.model.ModelLoader.loadItemModels(ModelLoader.java:296) ~[ModelLoader.class:?] at net.minecraft.client.renderer.block.model.ModelBakery.loadVariantItemModels(ModelBakery.java:175) ~[ModelBakery.class:?] at net.minecraftforge.client.model.ModelLoader.setupModelRegistry(ModelLoader.java:151) ~[ModelLoader.class:?] at net.minecraft.client.renderer.block.model.ModelManager.onResourceManagerReload(ModelManager.java:28) [ModelManager.class:?] at net.minecraft.client.resources.SimpleReloadableResourceManager.registerReloadListener(SimpleReloadableResourceManager.java:121) [SimpleReloadableResourceManager.class:?] at net.minecraft.client.Minecraft.init(Minecraft.java:559) [Minecraft.class:?] at net.minecraft.client.Minecraft.run(Minecraft.java:421) [Minecraft.class:?] at net.minecraft.client.main.Main.main(Main.java:118) [Main.class:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_172] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_172] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_172] at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_172] 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_172] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_172] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_172] at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_172] at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97) [start/:?] at GradleStart.main(GradleStart.java:25) [start/:?] Caused by: net.minecraft.client.renderer.block.model.ModelBlockDefinition$MissingVariantException at net.minecraft.client.renderer.block.model.ModelBlockDefinition.getVariant(ModelBlockDefinition.java:83) ~[ModelBlockDefinition.class:?] at net.minecraftforge.client.model.ModelLoader$VariantLoader.loadModel(ModelLoader.java:1174) ~[ModelLoader$VariantLoader.class:?] at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:149) ~[ModelLoaderRegistry.class:?] ... 20 more
I'm still using the same tutorial in the original post
-
Edited by Animus_Surge
Okay, so I reset github with new code, and I fixed my own problem. new github link:
<https://github.com/swagster43/CardCraft---Base>
[[It's the exact same url :P]]
-
-
-
-
I may have submitted one of these about a proxy system. I'm using shadowfacts.net as a base line, and my proxy system keeps failing.
Code located here: <https://github.com/swagster43/CardCraft---Base>
Crash repo below:
Spoiler[19:20:49] [main/ERROR] [FML]: An error occurred trying to load a proxy into proxy.java.lang.ClassNotFoundException: com.ccardcraft.ccbase.util.proxy.ClientProxy [19:20:49] [main/INFO] [STDOUT]: [net.minecraft.init.Bootstrap:printToSYSOUT:629]: ---- Minecraft Crash Report ---- // You're mean. Time: 9/26/18 7:20 PM Description: There was a severe problem during mod loading that has caused the game to fail net.minecraftforge.fml.common.LoaderException: java.lang.ClassNotFoundException: com.ccardcraft.ccbase.util.proxy.ClientProxy at net.minecraftforge.fml.common.ProxyInjector.inject(ProxyInjector.java:102) at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:603) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) at com.google.common.eventbus.EventBus.post(EventBus.java:217) at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:218) at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:196) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) at com.google.common.eventbus.EventBus.post(EventBus.java:217) at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:135) at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:593) at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:232) at net.minecraft.client.Minecraft.init(Minecraft.java:513) at net.minecraft.client.Minecraft.run(Minecraft.java:421) at net.minecraft.client.main.Main.main(Main.java:118) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) at net.minecraft.launchwrapper.Launch.main(Launch.java:28) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97) at GradleStart.main(GradleStart.java:25) Caused by: java.lang.ClassNotFoundException: com.ccardcraft.ccbase.util.proxy.ClientProxy at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191) at java.lang.ClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) at net.minecraftforge.fml.common.ModClassLoader.loadClass(ModClassLoader.java:75) at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Unknown Source) at net.minecraftforge.fml.common.ProxyInjector.inject(ProxyInjector.java:85) ... 43 more Caused by: java.lang.NullPointerException at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182) ... 49 more A detailed walkthrough of the error, its code path and all known details is as follows: --------------------------------------------------------------------------------------- -- System Details -- Details: Minecraft Version: 1.12.2 Operating System: Windows 10 (amd64) version 10.0 Java Version: 1.8.0_172, Oracle Corporation Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation Memory: 807294920 bytes (769 MB) / 1038876672 bytes (990 MB) up to 1038876672 bytes (990 MB) JVM Flags: 3 total; -Xincgc -Xmx1024M -Xms1024M IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0 FML: MCP 9.42 Powered by Forge 14.23.4.2749 5 mods loaded, 5 mods active States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored | State | ID | Version | Source | Signature | |:----- |:--------- |:------------ |:-------------------------------- |:--------- | | UC | minecraft | 1.12.2 | minecraft.jar | None | | UC | mcp | 9.42 | minecraft.jar | None | | UC | FML | 8.0.99.99 | forgeSrc-1.12.2-14.23.4.2749.jar | None | | UC | forge | 14.23.4.2749 | forgeSrc-1.12.2-14.23.4.2749.jar | None | | UE | ccbase | dev-alpha | bin | None | Loaded coremods (and transformers): GL info: ' Vendor: 'Intel' Version: '4.5.0 - Build 22.20.16.4836' Renderer: 'Intel(R) HD Graphics 620' [19:20:49] [main/INFO] [STDOUT]: [net.minecraft.init.Bootstrap:printToSYSOUT:629]: #@!@# Game crashed! Crash report saved to: #@!@# C:\Users\swag100107\Desktop\forge.1.12.2\run\.\crash-reports\crash-2018-09-26_19.20.49-client.txt Java HotSpot(TM) 64-Bit Server VM warning: Using incremental CMS is deprecated and will likely be removed in a future release
Like I said, I may have asked for help about this before.
Thanks --Surge
-
-
-
Posted ·
Edited by Animus_Surge
Hey, I've been trying to do this for about a week now, but forge isn't decompiling the workspace for eclipse in 1.12.2 when using java 10.0.1. I don't know why. Maybe you guys have some ideas?
-
-
-
Error consisting of mod loader class
in Support & Bug Reports
·
Edited by Animus_Surge
Okay, I'll rename the directory and see if it works
EDIT: Thank you, I should have suspected it was the non alphanumeric character that was the issue, as I assumed that, like the game does, the directory would turn it into an underscore. I see now that I was wrong. Once again, thank you for your help.