AllTheMods / ATM-3

Official ATM3 Repo
https://allthemods.net/
49 stars 29 forks source link

The game crashed whilst tesselating block model #498

Closed AthlonS2K closed 6 years ago

AthlonS2K commented 6 years ago

Client Side detail subsection of log: A detailed walkthrough of the error, its code path and all known details is as follows:

-- Head -- Thread: Client thread Stacktrace: at net.minecraftforge.client.model.obj.OBJModel$OBJBakedModel.buildQuads(OBJModel.java:1345) at net.minecraftforge.client.model.obj.OBJModel$OBJBakedModel.func_188616_a(OBJModel.java:1314) at jds.bibliocraft.models.ModelClipboard.func_188616_a(ModelClipboard.java:332) at net.minecraftforge.client.model.pipeline.ForgeBlockModelRenderer.render_foamfix_old(ForgeBlockModelRenderer.java:99) at net.minecraftforge.client.model.pipeline.ForgeBlockModelRenderer.render(ForgeBlockModelRenderer.java:44) at net.minecraftforge.client.model.pipeline.ForgeBlockModelRenderer.func_187497_c(ForgeBlockModelRenderer.java:64)

-- Block model being tesselated -- Details: Block: bibliocraft:clipboard Block location: World: (-1133,87,388), Chunk: (at 3,5,4 in -71,24; contains blocks -1136,0,384 to -1121,255,399), Region: (-3,0; contains chunks -96,0 to -65,31, blocks -1536,0,0 to -1025,255,511) Using AO: false Stacktrace: at net.minecraft.client.renderer.BlockModelRenderer.func_187493_a(BlockModelRenderer.java:47) at net.minecraft.client.renderer.BlockModelRenderer.func_178267_a(BlockModelRenderer.java:38)

-- Block being tesselated -- Details: Block type: ID #2608 (tile.BiblioCraft:Clipboard // jds.bibliocraft.blocks.BlockClipboard)

Server Side Error: [Netty Server IO #2/ERROR] [FML]: NetworkDispatcher exception java.io.IOException: An existing connection was forcibly closed by the remote host at sun.nio.ch.SocketDispatcher.read0(Native Method) ~[?:1.8.0_161] at sun.nio.ch.SocketDispatcher.read(Unknown Source) ~[?:1.8.0_161] at sun.nio.ch.IOUtil.readIntoNativeBuffer(Unknown Source) ~[?:1.8.0_161] at sun.nio.ch.IOUtil.read(Unknown Source) ~[?:1.8.0_161] at sun.nio.ch.SocketChannelImpl.read(Unknown Source) ~[?:1.8.0_161] at io.netty.buffer.PooledUnsafeDirectByteBuf.setBytes(PooledUnsafeDirectByteBuf.java:288) ~[minecraft_server.1.12.2.jar:?] at io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:1100) ~[minecraft_server.1.12.2.jar:?] at io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:372) ~[minecraft_server.1.12.2.jar:?] at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:123) [minecraft_server.1.12.2.jar:?] at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:624) [minecraft_server.1.12.2.jar:?] at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:559) [minecraft_server.1.12.2.jar:?] at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:476) [minecraft_server.1.12.2.jar:?] at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:438) [minecraft_server.1.12.2.jar:?] at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858) [minecraft_server.1.12.2.jar:?] at java.lang.Thread.run(Unknown Source) [?:1.8.0_161] [23:52:23] [Server thread/INFO] [net.minecraft.network.NetHandlerPlayServer]: Player lost connection: Internal Exception: java.io.IOException: An existing connection was forcibly closed by the remote host

Yoosk commented 6 years ago

Full log would be better. I would suggest to update foamfix and check again.

Shadows-of-Fire commented 6 years ago

It would, but it wouldn't help. He's got a broken bibliocraft clipboard at World: (-1133,87,388) It'll need to be removed via MCEdit or similar.

Yoosk commented 6 years ago

Or its one of the recent bugs in the pack that causes tessellating crash on random machines.

SpeedSlider commented 6 years ago

Please use pastebin/hastepin or similar to post full logs. Additionally, make sure if you are updating foamfix that you use verision 0.9.6 and not 0.9.7 which seems buggy at the moment.

AthlonS2K commented 6 years ago

Part 1

[22:10:21] [main/INFO]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker [22:10:21] [main/INFO]: Using primary tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker [22:10:21] [main/INFO]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLTweaker [22:10:21] [main/INFO]: Forge Mod Loader version 14.23.2.2641 for Minecraft 1.12.2 loading [22:10:21] [main/INFO]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_25, running on Windows 10:amd64:10.0, installed at C:\Users\Trainstation\Documents\Curse\Minecraft\Install\runtime\jre-x64\1.8.0_25 [22:10:22] [main/WARN]: Found FMLCorePluginContainsFMLMod marker in AdvancedRocketry-1.12.2-1.4.0-64.jar. This is not recommended, @Mods should be in a separate jar from the coremod. [22:10:22] [main/WARN]: The coremod AdvancedRocketryPlugin (zmaster587.advancedRocketry.asm.AdvancedRocketryPlugin) is not signed! [22:10:22] [main/WARN]: Found FMLCorePluginContainsFMLMod marker in AppleCore-mc1.12.2-3.1.1.jar. This is not recommended, @Mods should be in a separate jar from the coremod. [22:10:22] [main/WARN]: The coremod AppleCore (squeek.applecore.AppleCore) is not signed! [22:10:22] [main/WARN]: Found FMLCorePluginContainsFMLMod marker in Aroma1997Core-1.12.2-2.0.0.0.b148.jar. This is not recommended, @Mods should be in a separate jar from the coremod. [22:10:22] [main/WARN]: The coremod aroma1997.core.coremod.CoreMod does not have a MCVersion annotation, it may cause issues with this version of Minecraft [22:10:22] [main/WARN]: Found FMLCorePluginContainsFMLMod marker in astralsorcery-1.12.2-1.8.5.jar. This is not recommended, @Mods should be in a separate jar from the coremod. [22:10:22] [main/WARN]: The coremod hellfirepvp.astralsorcery.core.AstralCore does not have a MCVersion annotation, it may cause issues with this version of Minecraft [22:10:22] [main/INFO]: [AstralCore] Initialized. [22:10:22] [main/WARN]: Found FMLCorePluginContainsFMLMod marker in CTM-MC1.12-0.2.3.12.jar. This is not recommended, @Mods should be in a separate jar from the coremod. [22:10:22] [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 [22:10:22] [main/WARN]: The coremod CTMCorePlugin (team.chisel.ctm.client.asm.CTMCorePlugin) is not signed! [22:10:22] [main/WARN]: Found FMLCorePluginContainsFMLMod marker in elulib-0.1.12.jar. This is not recommended, @Mods should be in a separate jar from the coremod. [22:10:22] [main/WARN]: The coremod FMLPlugin (elucent.elulib.asm.FMLPlugin) is not signed! [22:10:22] [main/WARN]: Found FMLCorePluginContainsFMLMod marker in EnderCore-1.12.2-0.5.18.jar. This is not recommended, @Mods should be in a separate jar from the coremod. [22:10:22] [main/WARN]: Found FMLCorePluginContainsFMLMod marker in foamfix-0.9.5-1.12.2-anarchy.jar. This is not recommended, @Mods should be in a separate jar from the coremod. [22:10:22] [main/WARN]: The coremod pl.asie.foamfix.coremod.FoamFixCore does not have a MCVersion annotation, it may cause issues with this version of Minecraft [22:10:22] [main/WARN]: Found FMLCorePluginContainsFMLMod marker in Forgelin-1.6.0.jar. This is not recommended, @Mods should be in a separate jar from the coremod. [22:10:22] [main/WARN]: The coremod net.shadowfacts.forgelin.preloader.ForgelinPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft [22:10:22] [main/WARN]: The coremod ForgelinPlugin (net.shadowfacts.forgelin.preloader.ForgelinPlugin) is not signed! [22:10:22] [main/WARN]: The coremod blusunrize.immersiveengineering.common.asm.IELoadingPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft [22:10:22] [main/WARN]: The coremod blusunrize.immersiveengineering.common.asm.IELoadingPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft [22:10:22] [main/WARN]: Found FMLCorePluginContainsFMLMod marker in InventoryTweaks-1.64-dev.jar. This is not recommended, @Mods should be in a separate jar from the coremod. [22:10:22] [main/WARN]: The coremod invtweaks.forge.asm.FMLPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft [22:10:22] [main/WARN]: Found FMLCorePluginContainsFMLMod marker in librarianlib-1.12.2-4.8.jar. This is not recommended, @Mods should be in a separate jar from the coremod. [22:10:22] [main/WARN]: The coremod com.teamwizardry.librarianlib.asm.LibLibCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft [22:10:22] [main/WARN]: The coremod LibrarianLib Plugin (com.teamwizardry.librarianlib.asm.LibLibCorePlugin) is not signed! [22:10:22] [main/WARN]: Found FMLCorePluginContainsFMLMod marker in NotEnoughIDs-1.5.4.2.jar. This is not recommended, @Mods should be in a separate jar from the coremod. [22:10:22] [main/WARN]: The coremod ru.fewizz.neid.asm.Plugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft [22:10:22] [main/WARN]: The coremod Plugin (ru.fewizz.neid.asm.Plugin) is not signed! [22:10:22] [main/WARN]: Found FMLCorePluginContainsFMLMod marker in OpenComputers-MC1.12.2-1.7.2.67.jar. This is not recommended, @Mods should be in a separate jar from the coremod. [22:10:22] [main/WARN]: The coremod li.cil.oc.common.launch.TransformerLoader does not have a MCVersion annotation, it may cause issues with this version of Minecraft [22:10:22] [main/WARN]: The coremod TransformerLoader (li.cil.oc.common.launch.TransformerLoader) is not signed! [22:10:22] [main/WARN]: Found FMLCorePluginContainsFMLMod marker in OpenModsLib-1.12.2-0.11.5.jar. This is not recommended, @Mods should be in a separate jar from the coremod. [22:10:22] [main/WARN]: The coremod openmods.core.OpenModsCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft [22:10:22] [main/WARN]: Found FMLCorePluginContainsFMLMod marker in Quark-r1.4-122.jar. This is not recommended, @Mods should be in a separate jar from the coremod. [22:10:22] [main/WARN]: The coremod vazkii.quark.base.asm.LoadingPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft [22:10:22] [main/WARN]: The coremod LoadingPlugin (vazkii.quark.base.asm.LoadingPlugin) is not signed! [22:10:22] [main/WARN]: The coremod com.therandomlabs.randompatches.RPCore does not have a MCVersion annotation, it may cause issues with this version of Minecraft [22:10:22] [main/WARN]: The coremod RandomPatches (com.therandomlabs.randompatches.RPCore) is not signed! [22:10:22] [main/WARN]: Found FMLCorePluginContainsFMLMod marker in ResourceLoader-MC1.12.1-1.5.3.jar. This is not recommended, @Mods should be in a separate jar from the coremod. [22:10:22] [main/WARN]: The coremod lumien.resourceloader.asm.LoadingPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft [22:10:22] [main/WARN]: Found FMLCorePluginContainsFMLMod marker in shetiphiancore-1.12.0-3.5.6.jar. This is not recommended, @Mods should be in a separate jar from the coremod. [22:10:22] [main/WARN]: The coremod shetiphian.asm.TweakPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft [22:10:22] [main/WARN]: The coremod ShetiPhian-ASM (shetiphian.asm.TweakPlugin) is not signed! [22:10:22] [main/WARN]: Found FMLCorePluginContainsFMLMod marker in wizardry-0.7.2.jar. This is not recommended, @Mods should be in a separate jar from the coremod. [22:10:22] [main/WARN]: The coremod com.teamwizardry.wizardry.asm.WizardryCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft [22:10:22] [main/WARN]: The coremod Wizardry Plugin (com.teamwizardry.wizardry.asm.WizardryCorePlugin) is not signed! [22:10:22] [main/INFO]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker [22:10:22] [main/INFO]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLDeobfTweaker [22:10:22] [main/INFO]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker [22:10:22] [main/INFO]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker [22:10:22] [main/INFO]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper [22:10:24] [main/INFO]: Found valid fingerprint for Minecraft Forge. Certificate fingerprint e3c3d50c7c986df74c645c0ac54639741c90a557 [22:10:24] [main/INFO]: Found valid fingerprint for Minecraft. Certificate fingerprint cd99959656f753dc28d863b46769f7f8fbaefcfc [22:10:24] [main/INFO]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper [22:10:24] [main/INFO]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper [22:10:24] [main/INFO]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper [22:10:24] [main/INFO]: Finished data injection. [22:10:24] [main/INFO]: Finished data injection. [22:10:24] [main/INFO]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper [22:10:24] [main/INFO]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper [22:10:24] [main/INFO]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper [22:10:24] [main/INFO]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper [22:10:24] [main/INFO]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLDeobfTweaker [22:10:24] [main/ERROR]: A critical problem occurred registering the ASM transformer class java.lang.ClassNotFoundException: at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191) ~[launchwrapper-1.12.jar:?] at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_25] at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_25] at net.minecraft.launchwrapper.LaunchClassLoader.registerTransformer(LaunchClassLoader.java:88) [launchwrapper-1.12.jar:?] at net.minecraftforge.fml.common.launcher.FMLDeobfTweaker.injectIntoClassLoader(FMLDeobfTweaker.java:46) [forge-1.12.2-14.23.2.2641.jar:?] at net.minecraft.launchwrapper.Launch.launch(Launch.java:115) [launchwrapper-1.12.jar:?] at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?] Caused by: java.lang.NullPointerException at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182) ~[launchwrapper-1.12.jar:?] ... 6 more [22:10:24] [main/INFO]: [AstralTransformer] Loading patches... [22:10:25] [main/INFO]: [AstralTransformer] Found 0 Transformers! Trying to recover with direct references... [22:10:25] [main/INFO]: [AstralTransformer] Initialized! Loaded 3 class patches! [22:10:25] [main/INFO]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper [22:10:25] [main/INFO]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper [22:10:25] [main/INFO]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper [22:10:25] [main/INFO]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper [22:10:25] [main/INFO]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper [22:10:25] [main/INFO]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper [22:10:25] [main/INFO]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper [22:10:25] [main/INFO]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper [22:10:25] [main/INFO]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper [22:10:25] [main/INFO]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper [22:10:25] [main/INFO]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper [22:10:25] [main/INFO]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper [22:10:25] [main/INFO]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper [22:10:25] [main/INFO]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper [22:10:25] [main/INFO]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper [22:10:25] [main/INFO]: Loading tweak class name net.minecraftforge.fml.common.launcher.TerminalTweaker [22:10:25] [main/INFO]: Calling tweak class net.minecraftforge.fml.common.launcher.TerminalTweaker [22:10:25] [main/INFO]: Launching wrapped minecraft {net.minecraft.client.main.Main}

[22:10:26] [main/INFO]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:113]: Added INTERFACE: pl/asie/foamfix/coremod/patches/IFoamFixWorldRemovable [22:10:26] [main/INFO]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:150]: Added METHOD: net.minecraft.world.World.foamfix_removeUnloadedEntities [22:10:26] [main/INFO]: [com.teamwizardry.wizardry.asm.WizardryTransformer:log:28]: [wizardry ASM] Successfully patched -> 'func_70071h', 'onUpdate' with '()V' [22:10:26] [main/INFO]: Transforming net.minecraft.entity.player.EntityPlayer finished, added func_184613_cA() overriding EntityLivingBase [22:10:26] [main/INFO]: [AstralTransformer] Transforming vp : net.minecraft.entity.EntityLivingBase with 2 patches! [22:10:26] [main/INFO]: [AstralTransformer] Applied patch PATCHKNOCKBACKEVENT [22:10:26] [main/INFO]: [AstralTransformer] Applied patch PATCHUPDATEELYTRA [22:10:26] [main/INFO]: [com.teamwizardry.wizardry.asm.WizardryTransformer:log:28]: [wizardry ASM] Successfully patched -> 'func_191986_a', 'travel' with '(FFF)V' [22:10:26] [main/INFO]: Transforming Entity [22:10:26] [main/INFO]: Applying Transformation to method (Names [onUpdate, func_70071h] Descriptor ()V) [22:10:26] [main/INFO]: Attempting to insert: Update hook [22:10:26] [main/INFO]: Patch result: Success [22:10:26] [main/INFO]: Attempting: Injection of Run Particle Override into Entity.createRunningParticles [22:10:26] [main/INFO]: Searching for: Entity.createRunningParticles (func_174808_Z) [22:10:26] [main/INFO]: Found Method: Entity.createRunningParticles [22:10:26] [main/INFO]: Injecting: Run Particle Override [22:10:26] [main/INFO]: [com.teamwizardry.wizardry.asm.WizardryTransformer:log:28]: [wizardry ASM] Successfully patched -> 'func_70091_d', 'move' with '(Lnet/minecraft/entity/MoverType;DDD)V' [22:10:26] [main/INFO]: [Quark ASM] Transforming WorldServer [22:10:26] [main/INFO]: [Quark ASM] Applying Transformation to method (Names [areAllPlayersAsleep, func_73056_e, g] Descriptor ()Z / ()Z) [22:10:26] [main/INFO]: [Quark ASM] Located Method, patching... [22:10:26] [main/INFO]: [Quark ASM] Located patch target node L0 [22:10:26] [main/INFO]: [Quark ASM] Patch result: true [22:10:26] [main/INFO]: [pl.asie.foamfix.coremod.patches.WorldServerRemovalPatch:apply:65]: Patched updateEntities in net/minecraft/world/WorldServer func_72939_s

[22:10:26] [main/INFO]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:126]: Spliced in METHOD: net.minecraft.client.util.SearchTreeManager.func_110549_a [22:10:26] [main/INFO]: Setting user: AthlonS2K [22:10:26] [main/INFO]: Patching class: "net.minecraftforge.registries.GameData" with Transformer Group: "TransformerGroupBlockHardcoredConstants" [22:10:26] [main/INFO]: Patching class: "net.minecraftforge.registries.GameData" with Transformer Group: "TransformerGroupItemHardcoredConstants" [22:10:26] [main/INFO]: Patching class: "net.minecraft.block.Block" with Transformer Group: "TransformerGroupBlockHardcoredConstants" [22:10:26] [main/INFO]: [team.chisel.ctm.client.asm.CTMTransformer:preTransform:185]: Transforming Class [net.minecraft.block.Block], Method [getExtendedState] [22:10:26] [main/INFO]: [team.chisel.ctm.client.asm.CTMTransformer:finishTransform:197]: Transforming net.minecraft.block.Block Finished. [22:10:27] [main/INFO]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:126]: Spliced in METHOD: net.minecraft.block.state.BlockStateContainer.createState [22:10:27] [main/INFO]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:126]: Spliced in METHOD: net.minecraft.block.properties.PropertyEnum.equals [22:10:27] [main/INFO]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:126]: Spliced in METHOD: net.minecraft.block.properties.PropertyEnum.hashCode [22:10:27] [main/INFO]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:173]: Added FIELD: net.minecraft.block.properties.PropertyEnum.foamfix_hashCode [22:10:27] [main/INFO]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:173]: Added FIELD: net.minecraft.block.properties.PropertyEnum.foamfix_hashCode_calced [22:10:27] [main/INFO]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:126]: Spliced in METHOD: net.minecraft.block.properties.PropertyBool.equals [22:10:27] [main/INFO]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:126]: Spliced in METHOD: net.minecraft.block.properties.PropertyBool.hashCode [22:10:27] [main/INFO]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:126]: Spliced in METHOD: net.minecraft.block.properties.PropertyInteger.hashCode [22:10:27] [main/INFO]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:173]: Added FIELD: net.minecraft.block.properties.PropertyInteger.foamfix_hashCode [22:10:27] [main/INFO]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:173]: Added FIELD: net.minecraft.block.properties.PropertyInteger.foamfix_hashCode_calced [22:10:27] [main/INFO]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:126]: Spliced in METHOD: net.minecraft.tileentity.TileEntity.func_190559_a [22:10:27] [main/INFO]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:126]: Spliced in METHOD: net.minecraft.block.BlockBed.func_189540_a [22:10:27] [main/INFO]: [Quark ASM] Transforming BlockPistonBase [22:10:27] [main/INFO]: [Quark ASM] Applying Transformation to method (Names [doMove, func_176319_a, a] Descriptor (Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/util/EnumFacing;Z)Z / (Lamu;Let;Lfa;Z)Z) [22:10:27] [main/INFO]: [Quark ASM] Located Method, patching... [22:10:27] [main/INFO]: [Quark ASM] Located patch target node ASTORE 11 [22:10:27] [main/INFO]: [Quark ASM] Patch result: true [22:10:27] [main/INFO]: [Quark ASM] Applying Transformation to method (Names [canPush, func_185646_a, a] Descriptor (Lnet/minecraft/block/state/IBlockState;Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/util/EnumFacing;ZLnet/minecraft/util/EnumFacing;)Z / (Lawt;Lamu;Let;Lfa;ZLfa;)Z) [22:10:27] [main/INFO]: [Quark ASM] Located Method, patching... [22:10:27] [main/INFO]: [Quark ASM] Located patch target node INVOKEVIRTUAL aow.hasTileEntity (Lawt;)Z [22:10:27] [main/INFO]: [Quark ASM] Patch result: true [22:10:27] [main/INFO]: [Quark ASM] Transforming TileEntityPiston [22:10:27] [main/INFO]: [Quark ASM] Applying Transformation to method (Names [clearPistonTileEntity, func_145866_f, j] Descriptor ()V / ()V) [22:10:27] [main/INFO]: [Quark ASM] Located Method, patching... [22:10:27] [main/INFO]: [Quark ASM] Located patch target node INVOKEVIRTUAL amu.a (Let;Lawt;I)Z [22:10:27] [main/INFO]: [Quark ASM] Patch result: true [22:10:27] [main/INFO]: [Quark ASM] Applying Transformation to method (Names [update, func_73660_a, e] Descriptor ()V / ()V) [22:10:27] [main/INFO]: [Quark ASM] Located Method, patching... [22:10:27] [main/INFO]: [Quark ASM] Located patch target node INVOKEVIRTUAL amu.a (Let;Lawt;I)Z [22:10:27] [main/INFO]: [Quark ASM] Patch result: true [22:10:27] [main/INFO]: Successfully patched net/minecraft/entity/EntityLiving.recreateLeash. [22:10:27] [main/INFO]: [pl.asie.patchy.helpers.ConstructorReplacingTransformer$FFMethodVisitor:visitTypeInsn:75]: Replaced NEW for net/minecraft/tileentity/TileEntityHopper to pl/asie/foamfix/common/TileEntityFasterHopper [22:10:27] [main/INFO]: [pl.asie.patchy.helpers.ConstructorReplacingTransformer$FFMethodVisitor:visitMethodInsn:87]: Replaced INVOKESPECIAL for net/minecraft/tileentity/TileEntityHopper to pl/asie/foamfix/common/TileEntityFasterHopper [22:10:28] [main/INFO]: [Quark ASM] Transforming EntityBoat [22:10:28] [main/INFO]: [Quark ASM] Applying Transformation to method (Names [attackEntityFrom, func_70097_a, a] Descriptor (Lnet/minecraft/util/DamageSource;F)Z / (Lur;F)Z) [22:10:28] [main/INFO]: [Quark ASM] Located Method, patching... [22:10:28] [main/INFO]: [Quark ASM] Located patch target node POP [22:10:28] [main/INFO]: [Quark ASM] Patch result: true [22:10:28] [main/INFO]: [Quark ASM] Applying Transformation to method (Names [onUpdate, func_70071h, B_] Descriptor ()V / ()V) [22:10:28] [main/INFO]: [Quark ASM] Located Method, patching... [22:10:28] [main/INFO]: [Quark ASM] Located patch target node L0 [22:10:28] [main/INFO]: [Quark ASM] Patch result: true [22:10:28] [main/INFO]: [pl.asie.foamfix.coremod.injections.crafting.ContainerPatchCrafting:apply:59]: Hooked findMatchingRecipe in net/minecraft/inventory/Container func_192389_a [22:10:28] [main/INFO]: Transforming Class [net.minecraft.entity.ai.EntityAICreeperSwell], Method [func_75246_d] [22:10:28] [main/INFO]: Transforming net.minecraft.entity.ai.EntityAICreeperSwell Finished. [22:10:28] [main/INFO]: Patching class: "net.minecraft.stats.StatList" with Transformer Group: "TransformerGroupBlockHardcoredConstants" [22:10:28] [main/INFO]: Patching class: "net.minecraft.stats.StatList" with Transformer Group: "TransformerGroupItemHardcoredConstants" [22:10:29] [main/INFO]: Patching class: "net.minecraft.world.chunk.storage.AnvilChunkLoader" with Transformer Group: "TransformerGroupAnvilChunkLoader" [22:10:29] [main/INFO]: Transforming Class [net.minecraft.inventory.ContainerFurnace], Method [func_82846_b] [22:10:29] [main/INFO]: Transforming net.minecraft.inventory.ContainerFurnace Finished. [22:10:29] [main/WARN]: Skipping bad option: lastServer: [22:10:29] [main/INFO]: LWJGL Version: 2.9.4 [22:10:30] [main/INFO]: -- System Details -- Details: Minecraft Version: 1.12.2 Operating System: Windows 10 (amd64) version 10.0 Java Version: 1.8.0_25, Oracle Corporation Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation Memory: 1057430128 bytes (1008 MB) / 1225785344 bytes (1169 MB) up to 9365880832 bytes (8932 MB) JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx10047m -Xms256m -XX:PermSize=256m IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0 FML: Loaded coremods (and transformers): CTMCorePlugin (CTM-MC1.12-0.2.3.12.jar) team.chisel.ctm.client.asm.CTMTransformer IELoadingPlugin (ImmersiveEngineering-0.12-74-core.jar) blusunrize.immersiveengineering.common.asm.IEClassTransformer AdvancedRocketryPlugin (AdvancedRocketry-1.12.2-1.4.0-64.jar) zmaster587.advancedRocketry.asm.ClassTransformer OpenModsCorePlugin (OpenModsLib-1.12.2-0.11.5.jar) openmods.core.OpenModsClassTransformer AstralCore (astralsorcery-1.12.2-1.8.5.jar)

Plugin (NotEnoughIDs-1.5.4.2.jar) ru.fewizz.neid.asm.Transformer Wizardry Plugin (wizardry-0.7.2.jar) com.teamwizardry.wizardry.asm.WizardryTransformer LibrarianLib Plugin (librarianlib-1.12.2-4.8.jar) com.teamwizardry.librarianlib.asm.LibLibTransformer RandomPatches (randompatches-1.12.2-1.0.1.0.jar) com.therandomlabs.randompatches.RPTransformer ShetiPhian-ASM (shetiphiancore-1.12.0-3.5.6.jar) shetiphian.asm.ClassTransformer FMLPlugin (elulib-0.1.12.jar) elucent.elulib.asm.ASMTransformer Inventory Tweaks Coremod (InventoryTweaks-1.64-dev.jar) invtweaks.forge.asm.ContainerTransformer ForgelinPlugin (Forgelin-1.6.0.jar)

Do not report to Forge! Remove FoamFixAPI (or replace with FoamFixAPI-Lawful) and try again. (foamfix-0.9.5-1.12.2-anarchy.jar) pl.asie.foamfix.coremod.FoamFixTransformer LoadingPlugin (ResourceLoader-MC1.12.1-1.5.3.jar) lumien.resourceloader.asm.ClassTransformer CoreMod (Aroma1997Core-1.12.2-2.0.0.0.b148.jar)

TransformerLoader (OpenComputers-MC1.12.2-1.7.2.67.jar) li.cil.oc.common.asm.ClassTransformer AppleCore (AppleCore-mc1.12.2-3.1.1.jar) squeek.applecore.asm.TransformerModuleHandler LoadingPlugin (Quark-r1.4-122.jar) vazkii.quark.base.asm.ClassTransformer EnderCorePlugin (EnderCore-1.12.2-0.5.18.jar) com.enderio.core.common.transform.EnderCoreTransformer IELoadingPlugin (ImmersiveEngineering-0.12-79-core.jar) blusunrize.immersiveengineering.common.asm.IEClassTransformer GL info: ' Vendor: 'ATI Technologies Inc.' Version: '4.5.13506 Compatibility Profile Context 23.20.15017.4003' Renderer: 'Radeon (TM) RX 480 Graphics' [22:10:30] [main/INFO]: MinecraftForge v14.23.2.2641 Initialized [22:10:30] [main/INFO]: Starts to replace vanilla recipe ingredients with ore ingredients. [22:10:30] [main/INFO]: Replaced 1036 ore ingredients [22:10:31] [main/WARN]: Enabling removal of erroring Entities - USE AT YOUR OWN RISK [22:10:31] [main/WARN]: Enabling removal of erroring Tile Entities - USE AT YOUR OWN RISK [22:10:31] [main/INFO]: [zmaster587.advancedRocketry.asm.ModContainer::23]: CoreDummyContainer. OK [22:10:31] [main/INFO]: Found 0 mods from the command line. Injecting into mod discoverer [22:10:31] [main/INFO]: Searching C:\Users\Trainstation\Documents\Curse\Minecraft\Instances\All the Mods 3\mods for mods [22:10:32] [main/WARN]: Mod aroma1997core is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 2.0.0.0.b148 [22:10:32] [main/WARN]: Mod aroma1997sdimension is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 2.0.0.2.b68 [22:10:32] [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 [22:10:33] [Thread-4/INFO]: Using sync timing. 200 frames of Display.update took 109218019 nanos [22:10:33] [main/INFO]: Mod careerbees is missing the required element 'name'. Substituting careerbees [22:10:33] [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.1.6.339 [22:10:34] [main/WARN]: Mod compactsolars is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.12.2-5.0.17.340 [22:10:34] [main/ERROR]: Unable to parse dependency for mod 'computronics' with dependency string 'before:OpenPeripheralCore@[1.1,)'. The modId 'OpenPeripheralCore' must be all lowercase. [22:10:34] [main/ERROR]: Unable to parse dependency for mod 'computronics' with dependency string 'before:OpenPeripheralApi@[3.2,)'. The modId 'OpenPeripheralApi' must be all lowercase. [22:10:34] [main/ERROR]: Unable to parse dependency for mod 'computronics' with dependency string 'after:MineFactoryReloaded'. The modId 'MineFactoryReloaded' must be all lowercase. [22:10:34] [main/ERROR]: Unable to parse dependency for mod 'computronics' with dependency string 'after:RedLogic@[59.1.9,)'. The modId 'RedLogic' must be all lowercase. [22:10:34] [main/ERROR]: Unable to parse dependency for mod 'computronics' with dependency string 'after:ProjRed|Core'. The modId 'ProjRed|Core' must be all lowercase. [22:10:34] [main/ERROR]: Unable to parse dependency for mod 'computronics' with dependency string 'after:BuildCraft|Core@[7.2.0,)'. The modId 'BuildCraft|Core' must be all lowercase. [22:10:34] [main/ERROR]: Unable to parse dependency for mod 'computronics' with dependency string 'after:EnderIO@[1.10.2-3.0.1,)'. The modId 'EnderIO' must be all lowercase. [22:10:34] [main/ERROR]: Unable to parse dependency for mod 'computronics' with dependency string 'after:MekanismAPI|energy@[8.0.0,)'. The modId 'MekanismAPI|energy' must be all lowercase. [22:10:34] [main/ERROR]: Unable to parse dependency for mod 'computronics' with dependency string 'after:Flamingo@[1.7.10-1.3,)'. The modId 'Flamingo' must be all lowercase. [22:10:34] [main/ERROR]: Unable to parse dependency for mod 'computronics' with dependency string 'after:armourersWorkshop@[1.7.10-0.33,)'. The modId 'armourersWorkshop' must be all lowercase. [22:10:34] [main/ERROR]: Unable to parse dependency for mod 'asielib' with dependency string 'after:CoFHAPI|block@[1.7.10R1.0.0,)'. The modId 'CoFHAPI|block' must be all lowercase. [22:10:34] [main/ERROR]: Unable to parse dependency for mod 'asielib' with dependency string 'after:CoFHAPI|energy@[1.7.10R1.0.0,)'. The modId 'CoFHAPI|energy' must be all lowercase. [22:10:34] [main/ERROR]: Unable to parse dependency for mod 'asielib' with dependency string 'after:CoFHAPI|tileentity@[1.7.10R1.0.0,)'. The modId 'CoFHAPI|tileentity' must be all lowercase. [22:10:34] [main/ERROR]: Unable to parse dependency for mod 'asielib' with dependency string 'after:CoFHAPI|item@[1.7.10R1.0.0,)'. The modId 'CoFHAPI|item' must be all lowercase. [22:10:34] [main/WARN]: Mod cookingforblockheads is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 6.3.26 [22:10:34] [main/WARN]: Mod cosmeticarmorreworked is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.12.2-v1 [22:10:34] [main/WARN]: Mod craftingtweaks is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 8.1.8 [22:10:34] [main/WARN]: Mod cyclicmagic is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.14.5 [22:10:34] [main/WARN]: Mod defaultoptions is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 9.2.5 [22:10:35] [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.2.126 [22:10:36] [main/WARN]: Mod helpfixer is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.12.1-1.5.18 [22:10:36] [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 [22:10:36] [main/WARN]: Mod kleeslabs is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 5.3.2 [22:10:37] [main/WARN]: Mod magicbees is missing the required element 'version' and no fallback can be found. Substituting '1.0'. [22:10:37] [main/WARN]: Mod nmsot is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.2.1-mc1.12 [22:10:40] [main/WARN]: Mod usefulnullifiers is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.4.1 [22:10:40] [main/WARN]: Mod waystones is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 4.0.20 [22:10:40] [main/INFO]: Forge Mod Loader has identified 248 mods to load [22:10:40] [main/INFO]: Found mod(s) [mcjtylib_ng] containing declared API package mcjty.lib (owned by McJty) without associated API reference [22:10:40] [main/INFO]: Found mod(s) [mcjtylib_ng] containing declared API package cofh.api.item (owned by cofhapi) without associated API reference [22:10:40] [main/INFO]: [zmaster587.advancedRocketry.asm.ModContainer:registerBus:42]: registerBus. OK [22:10:40] [main/INFO]: FML has found a non-mod file compatlayer-1.11.2-0.3.0.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible. [22:10:56] [main/INFO]: Attempting connection with missing mods [minecraft, mcp, FML, forge, advancedrocketrycore, randompatches, openmodscore, foamfixcore, opencomputers|core, elucore, acintegration, abyssalcraft, actuallyadditions, actuallybaubles, additionalbanners, advancedrocketry, ae2stuff, aiimprovements, akashictome, flyringbaublemod, applecore, appleskin, appliedenergistics2, aroma1997core, aroma1997sdimension, astralsorcery, atmtweaks, autoreglib, badwithernocookiereloaded, baubles, bdlib, bedbugs, betterbuilderswands, bibliocraft, binniecore, botany, binniedesign, extrabees, extratrees, genetics, biomesoplenty, blockcraftery, bloodmagic, bookshelf, botania, brandonscore, careerbees, ceramics, chameleon, chisel, chiselsandbits, codechickenlib, cofhcore, cofhworld, colossalchests, commoncapabilities, compactmachines3, compactsolars, computercraft, computronics, asielib, controlling, cookingforblockheads, cosmeticarmorreworked, craftingtweaks, ctgui, crafttweaker, crafttweakerjei, ctm, cucumber, custombackgrounds, custommainmenu, cyclicmagic, cyclopscore, darkutils, defaultoptions, diethopper, ding, discordsuite, dismantler, dldungeonsjdg, draconicevolution, elulib, embers, endercore, enderio, enderiobase, enderioconduits, enderiointegrationforestry, enderiointegrationtic, enderiointegrationticlate, enderiomachines, enderiopowertools, enderstorage, environmentaltech, exchangers, excore, extracells, extrarails, extrautils2, bigreactors, fairylights, fastbench, fencejumper, flatcoloredblocks, foamfix, forestry, forgelin, ftblib, ftbutilities, funkylocomotion, gendustry, advgenerators, guideapi, harvest, helpfixer, ichunutil, immersiveengineering, immersivepetroleum, ic2, industrialforegoing, industrialwires, initialinventory, integrateddynamics, integrateddynamicscompat, integratedtunnels, integratedtunnelscompat, integrationforegoing, inventorytweaks, ironbackpacks, ironchest, jaopca, oredictinit, jaopcaadditions, jei, jeibees, journeymap, justenoughdimensions, jeresources, kleeslabs, librarianliblate, librarianlib, libvulpes, lostcities, magipsi, magicbees, mantle, mcjtylib_ng, mcmultipart, mekanism, mekanismgenerators, mekanismtools, minecolonies, mobtotems, modnametooltip, modtweaker, moreoverlays, morphtool, morpheus, mousetweaks, mtlib, mysticalagradditions, mysticalagriculture, natura, naturescompass, nmsot, neid, notenoughwands, nuclearcraft, nutrition, ocxnetdriver, oeintegration, openblocks, opencomputers, openmods, oreexcavation, overloaded, p455w0rdslib, packmode, harvestcraft, pamscookables, placebo, plants2, platforms, plustic, portalgun, pressure, psi, quantumstorage, quark, quickleafdecay, rangedpumps, realfilingcabinet, reauth, reborncore, rebornstorage, redstonearsenal, redstoneflux, refinedstorage, refinedstorageaddons, xreliquary, resourceloader, rftools, rftoolscontrol, rftoolsdim, rftoolspower, roots, rustic, woodenshears, shadowmc, shetiphiancore, simplyjetpacks, soulshardstow, stevescarts, storagedrawers, storagedrawersextra, tconstruct, techreborn, terraqueous, teslacorelib, teslacorelib_registries, theoneprobe, thermalcultivation, thermaldynamics, thermalexpansion, thermalfoundation, tinker_io, tinkertoolleveling, toastcontrol, topaddons, traverse, twilightforest, unidict, unloader, usefulnullifiers, valkyrielib, wanionlib, waterstrainer, waystones, wificharge, wct, wizardry, woot, wrapup, xnet, xtones, ynot, zerocore] at CLIENT [22:10:56] [main/INFO]: Attempting connection with missing mods [minecraft, mcp, FML, forge, advancedrocketrycore, randompatches, openmodscore, foamfixcore, opencomputers|core, elucore, acintegration, abyssalcraft, actuallyadditions, actuallybaubles, additionalbanners, advancedrocketry, ae2stuff, aiimprovements, akashictome, flyringbaublemod, applecore, appleskin, appliedenergistics2, aroma1997core, aroma1997sdimension, astralsorcery, atmtweaks, autoreglib, badwithernocookiereloaded, baubles, bdlib, bedbugs, betterbuilderswands, bibliocraft, binniecore, botany, binniedesign, extrabees, extratrees, genetics, biomesoplenty, blockcraftery, bloodmagic, bookshelf, botania, brandonscore, careerbees, ceramics, chameleon, chisel, chiselsandbits, codechickenlib, cofhcore, cofhworld, colossalchests, commoncapabilities, compactmachines3, compactsolars, computercraft, computronics, asielib, controlling, cookingforblockheads, cosmeticarmorreworked, craftingtweaks, ctgui, crafttweaker, crafttweakerjei, ctm, cucumber, custombackgrounds, custommainmenu, cyclicmagic, cyclopscore, darkutils, defaultoptions, diethopper, ding, discordsuite, dismantler, dldungeonsjdg, draconicevolution, elulib, embers, endercore, enderio, enderiobase, enderioconduits, enderiointegrationforestry, enderiointegrationtic, enderiointegrationticlate, enderiomachines, enderiopowertools, enderstorage, environmentaltech, exchangers, excore, extracells, extrarails, extrautils2, bigreactors, fairylights, fastbench, fencejumper, flatcoloredblocks, foamfix, forestry, forgelin, ftblib, ftbutilities, funkylocomotion, gendustry, advgenerators, guideapi, harvest, helpfixer, ichunutil, immersiveengineering, immersivepetroleum, ic2, industrialforegoing, industrialwires, initialinventory, integrateddynamics, integrateddynamicscompat, integratedtunnels, integratedtunnelscompat, integrationforegoing, inventorytweaks, ironbackpacks, ironchest, jaopca, oredictinit, jaopcaadditions, jei, jeibees, journeymap, justenoughdimensions, jeresources, kleeslabs, librarianliblate, librarianlib, libvulpes, lostcities, magipsi, magicbees, mantle, mcjtylib_ng, mcmultipart, mekanism, mekanismgenerators, mekanismtools, minecolonies, mobtotems, modnametooltip, modtweaker, moreoverlays, morphtool, morpheus, mousetweaks, mtlib, mysticalagradditions, mysticalagriculture, natura, naturescompass, nmsot, neid, notenoughwands, nuclearcraft, nutrition, ocxnetdriver, oeintegration, openblocks, opencomputers, openmods, oreexcavation, overloaded, p455w0rdslib, packmode, harvestcraft, pamscookables, placebo, plants2, platforms, plustic, portalgun, pressure, psi, quantumstorage, quark, quickleafdecay, rangedpumps, realfilingcabinet, reauth, reborncore, rebornstorage, redstonearsenal, redstoneflux, refinedstorage, refinedstorageaddons, xreliquary, resourceloader, rftools, rftoolscontrol, rftoolsdim, rftoolspower, roots, rustic, woodenshears, shadowmc, shetiphiancore, simplyjetpacks, soulshardstow, stevescarts, storagedrawers, storagedrawersextra, tconstruct, techreborn, terraqueous, teslacorelib, teslacorelib_registries, theoneprobe, thermalcultivation, thermaldynamics, thermalexpansion, thermalfoundation, tinker_io, tinkertoolleveling, toastcontrol, topaddons, traverse, twilightforest, unidict, unloader, usefulnullifiers, valkyrielib, wanionlib, waterstrainer, waystones, wificharge, wct, wizardry, woot, wrapup, xnet, xtones, ynot, zerocore] at SERVER [22:10:56] [main/INFO]: [com.therandomlabs.randompatches.RPTransformer:transform:27]: Patching class: net.minecraftforge.fml.common.network.internal.FMLNetworkHandler [22:10:56] [main/INFO]: Patching class: "net.minecraft.network.PacketBuffer" with Transformer Group: "TransformerGroupPacketBuffer" [22:10:57] [main/INFO]: Transforming Particle [22:10:57] [main/INFO]: Applying Transformation to method (Names [getBrightnessForRender, func_189214_a] Descriptor (F)I) [22:10:57] [main/INFO]: Attempting to insert: Potion particle glow [22:10:57] [main/INFO]: Patch result: Success [22:10:57] [main/INFO]: [com.teamwizardry.wizardry.asm.WizardryTransformer:log:28]: [wizardry ASM] Successfully patched -> 'func_76979_b', 'doRenderShadowAndFire' with '(Lnet/minecraft/entity/Entity;DDDFF)V' [22:10:57] [main/INFO]: Successfully patched net/minecraft/client/renderer/entity/RenderLiving.renderLeash. [22:10:57] [main/INFO]: [Quark ASM] Transforming ModelBiped [22:10:57] [main/INFO]: [Quark ASM] Applying Transformation to method (Names [setRotationAngles, func_78087_a, a] Descriptor (FFFFFFLnet/minecraft/entity/Entity;)V / (FFFFFFLvg;)V) [22:10:57] [main/INFO]: [Quark ASM] Located Method, patching... [22:10:57] [main/INFO]: [Quark ASM] Located patch target node RETURN [22:10:57] [main/INFO]: [Quark ASM] Patch result: true [22:10:58] [main/INFO]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:126]: Spliced in METHOD: net.minecraftforge.client.model.ModelLoader.func_177570_a [22:10:58] [main/INFO]: [pl.asie.foamfix.coremod.patches.ReturnIfBooleanTruePatch:apply:91]: Added return if option true in net/minecraft/client/renderer/texture/TextureMap func_94248_c [22:10:58] [main/INFO]: [team.chisel.ctm.client.asm.CTMTransformer:preTransform:185]: Transforming Class [net.minecraft.client.renderer.texture.TextureMap], Method [registerSprite] [22:10:58] [main/INFO]: [team.chisel.ctm.client.asm.CTMTransformer:finishTransform:197]: Transforming net.minecraft.client.renderer.texture.TextureMap Finished. [22:10:59] [main/INFO]: Skipping Pulse wailaIntegration; missing dependency: waila [22:10:59] [main/INFO]: Preparing to take over the world [22:10:59] [main/INFO]: Potentially Dangerous alternative prefix actuallyadditions for name magnet_ring_bauble, expected actuallybaubles. This could be a intended override, but in most cases indicates a broken mod. [22:10:59] [main/INFO]: Potentially Dangerous alternative prefix actuallyadditions for name potion_ring_advanced_bauble, expected actuallybaubles. This could be a intended override, but in most cases indicates a broken mod. [22:10:59] [main/INFO]: Potentially Dangerous alternative prefix actuallyadditions for name battery_bauble, expected actuallybaubles. This could be a intended override, but in most cases indicates a broken mod. [22:10:59] [main/INFO]: Potentially Dangerous alternative prefix actuallyadditions for name battery_double_bauble, expected actuallybaubles. This could be a intended override, but in most cases indicates a broken mod. [22:10:59] [main/INFO]: Potentially Dangerous alternative prefix actuallyadditions for name battery_triple_bauble, expected actuallybaubles. This could be a intended override, but in most cases indicates a broken mod. [22:10:59] [main/INFO]: Potentially Dangerous alternative prefix actuallyadditions for name battery_quadruple_bauble, expected actuallybaubles. This could be a intended override, but in most cases indicates a broken mod. [22:10:59] [main/INFO]: Potentially Dangerous alternative prefix actuallyadditions for name battery_quintuple_bauble, expected actuallybaubles. This could be a intended override, but in most cases indicates a broken mod. [22:11:00] [main/INFO]: [AstralTransformer] Transforming axw : net.minecraft.world.chunk.Chunk with 1 patches! [22:11:00] [main/INFO]: [AstralTransformer] Applied patch PATCHBLOCKMODIFY [22:11:00] [main/INFO]: [pl.asie.patchy.helpers.ConstructorReplacingTransformer$FFMethodVisitor:visitTypeInsn:75]: Replaced NEW for net/minecraft/util/ClassInheritanceMultiMap to pl/asie/foamfix/coremod/common/FoamyClassInheritanceMultiMap [22:11:00] [main/INFO]: [pl.asie.patchy.helpers.ConstructorReplacingTransformer$FFMethodVisitor:visitMethodInsn:87]: Replaced INVOKESPECIAL for net/minecraft/util/ClassInheritanceMultiMap to pl/asie/foamfix/coremod/common/FoamyClassInheritanceMultiMap [22:11:00] [main/ERROR]: The mod astralsorcery is expecting signature certificate-placeholder :^) for source astralsorcery-1.12.2-1.8.5.jar, however there is no signature matching that description [22:11:00] [main/INFO]: Patching class: "net.minecraft.client.renderer.RenderGlobal" with Transformer Group: "TransformerGroupBlockHardcoredConstants" [22:11:00] [main/INFO]: [Quark ASM] Transforming RenderItem [22:11:00] [main/INFO]: [Quark ASM] Applying Transformation to method (Names [renderItem, func_180454_a, a] Descriptor (Lnet/minecraft/item/ItemStack;Lnet/minecraft/client/renderer/block/model/IBakedModel;)V / (Laip;Lcfy;)V) [22:11:00] [main/INFO]: [Quark ASM] Located Method, patching... [22:11:00] [main/INFO]: [Quark ASM] Located patch target node L0 [22:11:00] [main/INFO]: [Quark ASM] Patch result: true [22:11:00] [main/INFO]: [Quark ASM] Applying Transformation to method (Names [renderEffect, func_191966_a, a] Descriptor (Lnet/minecraft/client/renderer/block/model/IBakedModel;)V / (Lcfy;)V) [22:11:00] [main/INFO]: [Quark ASM] Located Method, patching... [22:11:00] [main/INFO]: [Quark ASM] Located patch target node LDC -8372020 [22:11:00] [main/INFO]: [Quark ASM] Located patch target node LDC -8372020 [22:11:00] [main/INFO]: [Quark ASM] Patch result: true [22:11:00] [main/INFO]: Transforming RenderItem [22:11:00] [main/INFO]: Applying Transformation to method (Names [renderItem, func_180454_a] Descriptor (Lnet/minecraft/item/ItemStack;Lnet/minecraft/client/renderer/block/model/IBakedModel;)V) [22:11:00] [main/INFO]: Attempting to insert: Item render hook [22:11:00] [main/INFO]: Patch result: Success [22:11:00] [main/INFO]: Applying Transformation to method (Names [renderEffect, func_191966_a] Descriptor (Lnet/minecraft/client/renderer/block/model/IBakedModel;)V) [22:11:00] [main/INFO]: Attempting to insert: Enchantment glint glow activation [22:11:00] [main/INFO]: Patch result: Success [22:11:00] [main/INFO]: Applying Transformation to method (Names [renderEffect, func_191966_a] Descriptor (Lnet/minecraft/client/renderer/block/model/IBakedModel;)V) [22:11:00] [main/INFO]: Attempting to insert: Enchantment glint glow return [22:11:00] [main/INFO]: Patch result: Success [22:11:00] [main/INFO]: [elucent.elulib.asm.ASMTransformer:patchRenderItemASM:124]: Successfully loaded RenderItem ASM! [22:11:00] [main/INFO]: Transforming Class [net.minecraft.client.renderer.RenderItem], Method [func_180453_a, func_184391_a] [22:11:00] [main/INFO]: Transforming net.minecraft.client.renderer.RenderItem Finished. [22:11:00] [main/INFO]: Transforming BlockRendererDispatcher [22:11:00] [main/INFO]: Applying Transformation to method (Names [renderBlock, func_175018_a] Descriptor (Lnet/minecraft/block/state/IBlockState;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/world/IBlockAccess;Lnet/minecraft/client/renderer/BufferBuilder;)Z) [22:11:00] [main/INFO]: Attempting to insert: Block render hook [22:11:00] [main/INFO]: Patch result: Success [22:11:00] [main/INFO]: Applying Transformation to method (Names [renderBlock, func_175018_a] Descriptor (Lnet/minecraft/block/state/IBlockState;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/world/IBlockAccess;Lnet/minecraft/client/renderer/BufferBuilder;)Z) [22:11:00] [main/INFO]: Attempting to insert: Fluid render hook [22:11:00] [main/INFO]: Patch result: Success [22:11:02] [main/INFO]: [pl.asie.patchy.helpers.ConstructorReplacingTransformer$FFMethodVisitor:visitTypeInsn:75]: Replaced NEW for net/minecraft/client/renderer/texture/TextureAtlasSprite to pl/asie/foamfix/client/FastTextureAtlasSprite [22:11:02] [main/INFO]: [pl.asie.patchy.helpers.ConstructorReplacingTransformer$FFMethodVisitor:visitMethodInsn:87]: Replaced INVOKESPECIAL for net/minecraft/client/renderer/texture/TextureAtlasSprite to pl/asie/foamfix/client/FastTextureAtlasSprite [22:11:03] [main/INFO]: Brandon's Core online! Waiting for Draconic Evolution to join the party.... [22:11:03] [main/INFO]: Draconic Evolution online! [22:11:03] [main/INFO]: Hay! There you are! Now lets destroy some worlds!! [22:11:03] [main/INFO]: Sounds like fun! Lets get to it! [22:11:04] [main/INFO]: [Quark ASM] Transforming ContainerWorkbench [22:11:04] [main/INFO]: [Quark ASM] Applying Transformation to method (Names [transferStackInSlot, func_82846_b, b] Descriptor (Lnet/minecraft/entity/player/EntityPlayer;I)Lnet/minecraft/item/ItemStack; / (Laed;I)Laip;) [22:11:04] [main/INFO]: [Quark ASM] Located Method, patching... [22:11:04] [main/INFO]: [Quark ASM] Located patch target node BIPUSH 10 [22:11:04] [main/INFO]: [Quark ASM] Located patch target node BIPUSH 46 [22:11:04] [main/INFO]: [Quark ASM] Located patch target node BIPUSH 10 [22:11:04] [main/INFO]: [Quark ASM] Located patch target node BIPUSH 37 [22:11:04] [main/INFO]: [Quark ASM] Located patch target node BIPUSH 37 [22:11:04] [main/INFO]: [Quark ASM] Adding invokestatic to 37/5 [22:11:04] [main/INFO]: [Quark ASM] Located patch target node BIPUSH 46 [22:11:04] [main/INFO]: [Quark ASM] Adding invokestatic to 46/6 [22:11:04] [main/INFO]: [Quark ASM] Patch result: true [22:11:05] [main/WARN]: Skipping bad option: lastServer: [22:11:06] [main/INFO]: Hello Minecraft!!! [22:11:07] [main/INFO]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:126]: Spliced in METHOD: net.minecraftforge.common.property.ExtendedBlockState.createState [22:11:11] [main/INFO]: [Magical Psi] Hooked Proxy Resource Pack [22:11:14] [main/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:AbyssalCraft Integration, FMLFileResourcePack:AbyssalCraft, FMLFileResourcePack:Actually Additions, FMLFileResourcePack:Actually Baubles, FMLFileResourcePack:Additional Banners, FMLFileResourcePack:Advanced Rocketry, FMLFileResourcePack:AE2 Stuff, FMLFileResourcePack:AI Improvements, FMLFileResourcePack:Akashic Tome, FMLFileResourcePack:AngelRing 2 Bauble, FMLFileResourcePack:AppleCore, FMLFileResourcePack:AppleSkin, FMLFileResourcePack:Applied Energistics 2, FMLFileResourcePack:Aroma1997Core, FMLFileResourcePack:Aroma1997's Dimensional World, FMLFileResourcePack:Astral Sorcery, FMLFileResourcePack:ATM Tweaks, FMLFileResourcePack:AutoRegLib, FMLFileResourcePack:Bad Wither No Cookie! Reloaded, FMLFileResourcePack:Baubles, FMLFileResourcePack:BD Lib, FMLFileResourcePack:Bed Bugs, FMLFileResourcePack:Better Builder's Wands, FMLFileResourcePack:BiblioCraft, FMLFileResourcePack:Binnie Core, FMLFileResourcePack:Binnie's Botany, FMLFileResourcePack:Binnie's Design, FMLFileResourcePack:Binnie's Extra Bees, FMLFileResourcePack:Binnie's Extra Trees, FMLFileResourcePack:Binnie's Genetics, FMLFileResourcePack:Biomes O' Plenty, FMLFileResourcePack:Blockcraftery, FMLFileResourcePack:Blood Magic: Alchemical Wizardry, FMLFileResourcePack:Bookshelf, FMLFileResourcePack:Botania, FMLFileResourcePack:Brandon's Core, FMLFileResourcePack:careerbees, FMLFileResourcePack:Ceramics, FMLFileResourcePack:Chameleon, FMLFileResourcePack:Chisel, FMLFileResourcePack:Chisels & Bits, FMLFileResourcePack:CodeChicken Lib, FMLFileResourcePack:CoFH Core, FMLFileResourcePack:CoFH World, FMLFileResourcePack:Colossal Chests, FMLFileResourcePack:CommonCapabilities, FMLFileResourcePack:Compact Machines 3, FMLFileResourcePack:Compact Solar Arrays, FMLFileResourcePack:ComputerCraft, FMLFileResourcePack:Computronics, FMLFileResourcePack:asielib, FMLFileResourcePack:Controlling, FMLFileResourcePack:Cooking for Blockheads, FMLFileResourcePack:CosmeticArmorReworked, FMLFileResourcePack:Crafting Tweaks, FMLFileResourcePack:CT-GUI, FMLFileResourcePack:CraftTweaker2, FMLFileResourcePack:CraftTweaker JEI Support, FMLFileResourcePack:CTM, FMLFileResourcePack:Cucumber, FMLFileResourcePack:Custom Backgrounds, FMLFileResourcePack:Custom Main Menu, FMLFileResourcePack:Cyclic, FMLFileResourcePack:Cyclops Core, FMLFileResourcePack:Dark Utilities, FMLFileResourcePack:Default Options, FMLFileResourcePack:Diet Hopper, FMLFileResourcePack:Ding, FMLFileResourcePack:DiscordSuite, FMLFileResourcePack:Dismantler, FMLFileResourcePack:Doomlike Dungeons, FMLFileResourcePack:Draconic Evolution, FMLFileResourcePack:EluLib, FMLFileResourcePack:Embers, FMLFileResourcePack:EnderCore, FMLFileResourcePack:Ender IO, FMLFileResourcePack:Ender IO Base, FMLFileResourcePack:Ender IO 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:Environmental Tech, FMLFileResourcePack:Exchangers, FMLFileResourcePack:EXCore, FMLFileResourcePack:Extra Cells 2, FMLFileResourcePack:Extra Rails, FMLFileResourcePack:Extra Utilities 2, FMLFileResourcePack:Extreme Reactors, FMLFileResourcePack:Fairy Lights, FMLFileResourcePack:FastWorkbench, FMLFileResourcePack:Fence Jumper, FMLFileResourcePack:Flat Colored Blocks, FMLFileResourcePack:FoamFix, FMLFileResourcePack:Forestry, FMLFileResourcePack:Shadowfacts' Forgelin, FMLFileResourcePack:FTBLib, FMLFileResourcePack:FTB Utilities, FMLFileResourcePack:Funky Locomotion, FMLFileResourcePack:GenDustry, FMLFileResourcePack:Advanced Generators, FMLFileResourcePack:Guide-API, FMLFileResourcePack:Harvest, FMLFileResourcePack:HelpFixer, FMLFileResourcePack:iChunUtil, FMLFileResourcePack:Immersive Engineering, FMLFileResourcePack:Immersive Petroleum, FMLFileResourcePack:IndustrialCraft 2, FMLFileResourcePack:Industrial Foregoing, FMLFileResourcePack:Industrial Wires, FMLFileResourcePack:InitialInventory, FMLFileResourcePack:Integrated Dynamics, FMLFileResourcePack:IntegratedDynamics-Compat, FMLFileResourcePack:Integrated Tunnels, FMLFileResourcePack:IntegratedTunnels-Compat, FMLFileResourcePack:Integration Foregoing, FMLFileResourcePack:Inventory Tweaks, FMLFileResourcePack:Iron Backpacks, FMLFileResourcePack:Iron Chest, FMLFileResourcePack:JAOPCA, FMLFileResourcePack:OreDictInit, FMLFileResourcePack:JAOPCAAdditions, FMLFileResourcePack:Just Enough Items, FMLFileResourcePack:JEI Bees, FMLFileResourcePack:JourneyMap, FMLFileResourcePack:Just Enough Dimensions, FMLFileResourcePack:Just Enough Resources, FMLFileResourcePack:KleeSlabs, FMLFileResourcePack:LibrarianLib Stage 2, FMLFileResourcePack:LibrarianLib, FMLFileResourcePack:Vulpes library, FMLFileResourcePack:The Lost Cities, FMLFileResourcePack:Magical Psi, FMLFileResourcePack:MagicBees, FMLFileResourcePack:Mantle, FMLFileResourcePack:McJtyLib, FMLFileResourcePack:MCMultiPart, FMLFileResourcePack:Mekanism, FMLFileResourcePack:MekanismGenerators, FMLFileResourcePack:MekanismTools, FMLFileResourcePack:MineColonies, FMLFileResourcePack:Mob Totems, FMLFileResourcePack:Mod Name Tooltip, FMLFileResourcePack:Mod Tweaker, FMLFileResourcePack:MoreOverlays, FMLFileResourcePack:Morph-o-Tool, FMLFileResourcePack:Morpheus, FMLFileResourcePack:Mouse Tweaks, FMLFileResourcePack:MTLib, FMLFileResourcePack:Mystical Agradditions, FMLFileResourcePack:Mystical Agriculture, FMLFileResourcePack:Natura, FMLFileResourcePack:Nature's Compass, FMLFileResourcePack:No Mob Spawning on Trees, FMLFileResourcePack:NotEnoughIDs, FMLFileResourcePack:Not Enough Wands, FMLFileResourcePack:NuclearCraft, FMLFileResourcePack:Nutrition, FMLFileResourcePack:OpenComputers Xnet Driver, FMLFileResourcePack:OreExcavation Integration, FMLFileResourcePack:OpenBlocks, FMLFileResourcePack:OpenComputers, FMLFileResourcePack:OpenModsLib, FMLFileResourcePack:OreExcavation, FMLFileResourcePack:Overloaded, FMLFileResourcePack:p455w0rd's Library, FMLFileResourcePack:PackMode, FMLFileResourcePack:Pam's HarvestCraft, FMLFileResourcePack:Pam's Cookables, FMLFileResourcePack:Placebo, FMLFileResourcePack:Plants, FMLFileResourcePack:Platforms, FMLFileResourcePack:PlusTiC, FMLFileResourcePack:PortalGun, FMLFileResourcePack:Pressure Pipes, FMLFileResourcePack:Psi, FMLFileResourcePack:QuantumStorage, FMLFileResourcePack:Quark, FMLFileResourcePack:Quick Leaf Decay, FMLFileResourcePack:Ranged Pumps, FMLFileResourcePack:Real Filing Cabinet, FMLFileResourcePack:ReAuth, FMLFileResourcePack:Reborn Core, FMLFileResourcePack:RebornStorage, FMLFileResourcePack:Redstone Arsenal, FMLFileResourcePack:Redstone Flux, FMLFileResourcePack:Refined Storage, FMLFileResourcePack:Refined Storage Addons, FMLFileResourcePack:Reliquary, FMLFileResourcePack:Resource Loader, FMLFileResourcePack:RFTools, FMLFileResourcePack:RFTools Control, FMLFileResourcePack:RFTools Dimensions, FMLFileResourcePack:RFToolsPower, FMLFileResourcePack:Roots 2, FMLFileResourcePack:Rustic, FMLFileResourcePack:Wooden Shears, FMLFileResourcePack:ShadowMC, FMLFileResourcePack:ShetiPhian-Core, FMLFileResourcePack:Simply Jetpacks 2, FMLFileResourcePack:Soul Shards - The Old Ways, FMLFileResourcePack:Steve's Carts 2, FMLFileResourcePack:Storage Drawers, FMLFileResourcePack:Storage Drawers Extras, FMLFileResourcePack:Tinkers' Construct, FMLFileResourcePack:Tech Reborn, FMLFileResourcePack:Terraqueous, FMLFileResourcePack:Tesla Core Lib, FMLFileResourcePack:Tesla Core Lib Registries, FMLFileResourcePack:The One Probe, FMLFileResourcePack:Thermal Cultivation, FMLFileResourcePack:Thermal Dynamics, FMLFileResourcePack:Thermal Expansion, FMLFileResourcePack:Thermal Foundation, FMLFileResourcePack:Tinker I/O, FMLFileResourcePack:Tinkers Tool Leveling, FMLFileResourcePack:Toast Control, FMLFileResourcePack:TOP Addons, FMLFileResourcePack:Traverse, FMLFileResourcePack:The Twilight Forest, FMLFileResourcePack:UniDict, FMLFileResourcePack:Unloader, FMLFileResourcePack:Useful Nullifiers, FMLFileResourcePack:Valkyrie Lib, FMLFileResourcePack:WanionLib, FMLFileResourcePack:Water Strainer, FMLFileResourcePack:Waystones, FMLFileResourcePack:Wireless Charger, FMLFileResourcePack:Wireless Crafting Terminal 2, FMLFileResourcePack:Wizardry, FMLFileResourcePack:Woot, FMLFileResourcePack:WrapUp, FMLFileResourcePack:XNet, FMLFileResourcePack:Xtones, FMLFileResourcePack:YNot, FMLFileResourcePack:Zero CORE, quark-texture-proxy, Quark-r1.4-122.jar, magipsi-texture-proxy, CustomResources, Sphax128x_IC2_Ver2.7.33.zip, Sphax128x_Tinkers_Construct_Ver2.7.0.12.zip, Sphax128x_V9_Mekanism_WIP.zip, Sphax_AppliedEnergistics2_rv4_128x.zip, Sphax_RedstoneArsenal_128x.zip, Sphax_ThermalDynamics_128x.zip, Sphax_ThermalExpansion_128x.zip, Sphax_ThermalFoundation_128x.zip, WIP - Draconic Evolution [128x] [1.10.2].zip, PureBDcraft 128x MC112.zip, Sphax ATM3 - 64x.zip, CustomOverridingResources [22:11:14] [main/WARN]: ResourcePack: ignored non-lowercase namespace: .DSStore in C:\Users\Trainstation\Documents\Curse\Minecraft\Instances\All the Mods 3\resourcepacks\WIP - Draconic Evolution [128x] [1.10.2].zip [22:11:14] [main/WARN]: ResourcePack: ignored non-lowercase namespace: ..DS_Store in C:\Users\Trainstation\Documents\Curse\Minecraft\Instances\All the Mods 3\resourcepacks\WIP - Draconic Evolution [128x] [1.10.2].zip [22:11:15] [main/INFO]: Processing ObjectHolder annotations [22:11:16] [main/INFO]: Found 1907 ObjectHolder annotations [22:11:16] [main/INFO]: Identifying ItemStackHolder annotations [22:11:16] [main/INFO]: Found 9 ItemStackHolder annotations [22:11:16] [main/INFO]: Configured a dormant chunk cache size of 0 [22:11:16] [main/INFO]: [crafttweaker.zenscript.GlobalRegistry:registerNativeClass:98]: java.lang.IllegalArgumentException: All optionals need to go at the end of the method declaration [22:11:16] [main/INFO]: [crafttweaker.zenscript.GlobalRegistry:registerNativeClass:98]: at stanhebben.zenscript.type.natives.JavaMethod.(JavaMethod.java:47) [22:11:16] [main/INFO]: [crafttweaker.zenscript.GlobalRegistry:registerNativeClass:98]: at stanhebben.zenscript.type.ZenTypeNative.complete(ZenTypeNative.java:204) [22:11:16] [main/INFO]: [crafttweaker.zenscript.GlobalRegistry:registerNativeClass:98]: at stanhebben.zenscript.compiler.TypeRegistry.getClassType(TypeRegistry.java:52) [22:11:16] [main/INFO]: [crafttweaker.zenscript.GlobalRegistry:registerNativeClass:98]: at stanhebben.zenscript.compiler.TypeRegistry.getType(TypeRegistry.java:77) [22:11:16] [main/INFO]: [crafttweaker.zenscript.GlobalRegistry:registerNativeClass:98]: at stanhebben.zenscript.type.natives.JavaMethod.(JavaMethod.java:31) [22:11:16] [main/INFO]: [crafttweaker.zenscript.GlobalRegistry:registerNativeClass:98]: at stanhebben.zenscript.type.ZenTypeNative.complete(ZenTypeNative.java:204) [22:11:16] [main/INFO]: [crafttweaker.zenscript.GlobalRegistry:registerNativeClass:98]: at crafttweaker.zenscript.GlobalRegistry.registerNativeClass(GlobalRegistry.java:95) [22:11:16] [main/INFO]: [crafttweaker.zenscript.GlobalRegistry:registerNativeClass:98]: at crafttweaker.CraftTweakerAPI.registerClass(CraftTweakerAPI.java:215) [22:11:16] [main/INFO]: [crafttweaker.zenscript.GlobalRegistry:registerNativeClass:98]: at crafttweaker.mc1120.CraftTweaker.lambda$onPreInitialization$0(CraftTweaker.java:107) [22:11:16] [main/INFO]: [crafttweaker.zenscript.GlobalRegistry:registerNativeClass:98]: at crafttweaker.mc1120.CraftTweaker$$Lambda$217/1124971149.accept(Unknown Source) [22:11:16] [main/INFO]: [crafttweaker.zenscript.GlobalRegistry:registerNativeClass:98]: at java.lang.Iterable.forEach(Iterable.java:75) [22:11:16] [main/INFO]: [crafttweaker.zenscript.GlobalRegistry:registerNativeClass:98]: at crafttweaker.mc1120.CraftTweaker.onPreInitialization(CraftTweaker.java:99) [22:11:16] [main/INFO]: [crafttweaker.zenscript.GlobalRegistry:registerNativeClass:98]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [22:11:16] [main/INFO]: [crafttweaker.zenscript.GlobalRegistry:registerNativeClass:98]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [22:11:16] [main/INFO]: [crafttweaker.zenscript.GlobalRegistry:registerNativeClass:98]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [22:11:16] [main/INFO]: [crafttweaker.zenscript.GlobalRegistry:registerNativeClass:98]: at java.lang.reflect.Method.invoke(Method.java:483) [22:11:16] [main/INFO]: [crafttweaker.zenscript.GlobalRegistry:registerNativeClass:98]: at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:600) [22:11:16] [main/INFO]: [crafttweaker.zenscript.GlobalRegistry:registerNativeClass:98]: at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source) [22:11:16] [main/INFO]: [crafttweaker.zenscript.GlobalRegistry:registerNativeClass:98]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [22:11:16] [main/INFO]: [crafttweaker.zenscript.GlobalRegistry:registerNativeClass:98]: at java.lang.reflect.Method.invoke(Method.java:483) [22:11:16] [main/INFO]: [crafttweaker.zenscript.GlobalRegistry:registerNativeClass:98]: at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) [22:11:16] [main/INFO]: [crafttweaker.zenscript.GlobalRegistry:registerNativeClass:98]: at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) [22:11:16] [main/INFO]: [crafttweaker.zenscript.GlobalRegistry:registerNativeClass:98]: at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) [22:11:16] [main/INFO]: [crafttweaker.zenscript.GlobalRegistry:registerNativeClass:98]: at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) [22:11:16] [main/INFO]: [crafttweaker.zenscript.GlobalRegistry:registerNativeClass:98]: at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) [22:11:16] [main/INFO]: [crafttweaker.zenscript.GlobalRegistry:registerNativeClass:98]: at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) [22:11:16] [main/INFO]: [crafttweaker.zenscript.GlobalRegistry:registerNativeClass:98]: at com.google.common.eventbus.EventBus.post(EventBus.java:217) [22:11:16] [main/INFO]: [crafttweaker.zenscript.GlobalRegistry:registerNativeClass:98]: at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:278) [22:11:16] [main/INFO]: [crafttweaker.zenscript.GlobalRegistry:registerNativeClass:98]: at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:256) [22:11:16] [main/INFO]: [crafttweaker.zenscript.GlobalRegistry:registerNativeClass:98]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [22:11:16] [main/INFO]: [crafttweaker.zenscript.GlobalRegistry:registerNativeClass:98]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [22:11:16] [main/INFO]: [crafttweaker.zenscript.GlobalRegistry:registerNativeClass:98]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [22:11:16] [main/INFO]: [crafttweaker.zenscript.GlobalRegistry:registerNativeClass:98]: at java.lang.reflect.Method.invoke(Method.java:483) [22:11:16] [main/INFO]: [crafttweaker.zenscript.GlobalRegistry:registerNativeClass:98]: at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)

AthlonS2K commented 6 years ago

part 2 [22:11:16] [main/INFO]: [crafttweaker.zenscript.GlobalRegistry:registerNativeClass:98]: at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) [22:11:16] [main/INFO]: [crafttweaker.zenscript.GlobalRegistry:registerNativeClass:98]: at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) [22:11:16] [main/INFO]: [crafttweaker.zenscript.GlobalRegistry:registerNativeClass:98]: at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) [22:11:16] [main/INFO]: [crafttweaker.zenscript.GlobalRegistry:registerNativeClass:98]: at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) [22:11:16] [main/INFO]: [crafttweaker.zenscript.GlobalRegistry:registerNativeClass:98]: at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) [22:11:16] [main/INFO]: [crafttweaker.zenscript.GlobalRegistry:registerNativeClass:98]: at com.google.common.eventbus.EventBus.post(EventBus.java:217) [22:11:16] [main/INFO]: [crafttweaker.zenscript.GlobalRegistry:registerNativeClass:98]: at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:148) [22:11:16] [main/INFO]: [crafttweaker.zenscript.GlobalRegistry:registerNativeClass:98]: at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:602) [22:11:16] [main/INFO]: [crafttweaker.zenscript.GlobalRegistry:registerNativeClass:98]: at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:270) [22:11:16] [main/INFO]: [crafttweaker.zenscript.GlobalRegistry:registerNativeClass:98]: at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:466) [22:11:16] [main/INFO]: [crafttweaker.zenscript.GlobalRegistry:registerNativeClass:98]: at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377) [22:11:16] [main/INFO]: [crafttweaker.zenscript.GlobalRegistry:registerNativeClass:98]: at net.minecraft.client.main.Main.main(SourceFile:123) [22:11:16] [main/INFO]: [crafttweaker.zenscript.GlobalRegistry:registerNativeClass:98]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [22:11:16] [main/INFO]: [crafttweaker.zenscript.GlobalRegistry:registerNativeClass:98]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [22:11:16] [main/INFO]: [crafttweaker.zenscript.GlobalRegistry:registerNativeClass:98]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [22:11:16] [main/INFO]: [crafttweaker.zenscript.GlobalRegistry:registerNativeClass:98]: at java.lang.reflect.Method.invoke(Method.java:483) [22:11:16] [main/INFO]: [crafttweaker.zenscript.GlobalRegistry:registerNativeClass:98]: at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [22:11:16] [main/INFO]: [crafttweaker.zenscript.GlobalRegistry:registerNativeClass:98]: at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [22:11:16] [main/INFO]: [crafttweaker.zenscript.GlobalRegistry:registerNativeClass:98]: java.lang.IllegalArgumentException: All optionals need to go at the end of the method declaration [22:11:16] [main/INFO]: [crafttweaker.zenscript.GlobalRegistry:registerNativeClass:98]: at stanhebben.zenscript.type.natives.JavaMethod.(JavaMethod.java:47) [22:11:16] [main/INFO]: [crafttweaker.zenscript.GlobalRegistry:registerNativeClass:98]: at stanhebben.zenscript.type.ZenTypeNative.complete(ZenTypeNative.java:204) [22:11:16] [main/INFO]: [crafttweaker.zenscript.GlobalRegistry:registerNativeClass:98]: at stanhebben.zenscript.compiler.TypeRegistry.getClassType(TypeRegistry.java:52) [22:11:16] [main/INFO]: [crafttweaker.zenscript.GlobalRegistry:registerNativeClass:98]: at stanhebben.zenscript.compiler.TypeRegistry.getType(TypeRegistry.java:77) [22:11:16] [main/INFO]: [crafttweaker.zenscript.GlobalRegistry:registerNativeClass:98]: at stanhebben.zenscript.type.natives.JavaMethod.(JavaMethod.java:31) [22:11:16] [main/INFO]: [crafttweaker.zenscript.GlobalRegistry:registerNativeClass:98]: at stanhebben.zenscript.type.ZenTypeNative.complete(ZenTypeNative.java:204) [22:11:16] [main/INFO]: [crafttweaker.zenscript.GlobalRegistry:registerNativeClass:98]: at crafttweaker.zenscript.GlobalRegistry.registerNativeClass(GlobalRegistry.java:95) [22:11:16] [main/INFO]: [crafttweaker.zenscript.GlobalRegistry:registerNativeClass:98]: at crafttweaker.CraftTweakerAPI.registerClass(CraftTweakerAPI.java:215) [22:11:16] [main/INFO]: [crafttweaker.zenscript.GlobalRegistry:registerNativeClass:98]: at crafttweaker.mc1120.CraftTweaker.lambda$onPreInitialization$0(CraftTweaker.java:107) [22:11:16] [main/INFO]: [crafttweaker.zenscript.GlobalRegistry:registerNativeClass:98]: at crafttweaker.mc1120.CraftTweaker$$Lambda$217/1124971149.accept(Unknown Source) [22:11:16] [main/INFO]: [crafttweaker.zenscript.GlobalRegistry:registerNativeClass:98]: at java.lang.Iterable.forEach(Iterable.java:75) [22:11:16] [main/INFO]: [crafttweaker.zenscript.GlobalRegistry:registerNativeClass:98]: at crafttweaker.mc1120.CraftTweaker.onPreInitialization(CraftTweaker.java:99) [22:11:16] [main/INFO]: [crafttweaker.zenscript.GlobalRegistry:registerNativeClass:98]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [22:11:16] [main/INFO]: [crafttweaker.zenscript.GlobalRegistry:registerNativeClass:98]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [22:11:16] [main/INFO]: [crafttweaker.zenscript.GlobalRegistry:registerNativeClass:98]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [22:11:16] [main/INFO]: [crafttweaker.zenscript.GlobalRegistry:registerNativeClass:98]: at java.lang.reflect.Method.invoke(Method.java:483) [22:11:16] [main/INFO]: [crafttweaker.zenscript.GlobalRegistry:registerNativeClass:98]: at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:600) [22:11:16] [main/INFO]: [crafttweaker.zenscript.GlobalRegistry:registerNativeClass:98]: at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source) [22:11:16] [main/INFO]: [crafttweaker.zenscript.GlobalRegistry:registerNativeClass:98]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [22:11:16] [main/INFO]: [crafttweaker.zenscript.GlobalRegistry:registerNativeClass:98]: at java.lang.reflect.Method.invoke(Method.java:483) [22:11:16] [main/INFO]: [crafttweaker.zenscript.GlobalRegistry:registerNativeClass:98]: at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) [22:11:16] [main/INFO]: [crafttweaker.zenscript.GlobalRegistry:registerNativeClass:98]: at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) [22:11:16] [main/INFO]: [crafttweaker.zenscript.GlobalRegistry:registerNativeClass:98]: at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) [22:11:16] [main/INFO]: [crafttweaker.zenscript.GlobalRegistry:registerNativeClass:98]: at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) [22:11:16] [main/INFO]: [crafttweaker.zenscript.GlobalRegistry:registerNativeClass:98]: at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) [22:11:16] [main/INFO]: [crafttweaker.zenscript.GlobalRegistry:registerNativeClass:98]: at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) [22:11:16] [main/INFO]: [crafttweaker.zenscript.GlobalRegistry:registerNativeClass:98]: at com.google.common.eventbus.EventBus.post(EventBus.java:217) [22:11:16] [main/INFO]: [crafttweaker.zenscript.GlobalRegistry:registerNativeClass:98]: at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:278) [22:11:16] [main/INFO]: [crafttweaker.zenscript.GlobalRegistry:registerNativeClass:98]: at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:256) [22:11:16] [main/INFO]: [crafttweaker.zenscript.GlobalRegistry:registerNativeClass:98]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [22:11:16] [main/INFO]: [crafttweaker.zenscript.GlobalRegistry:registerNativeClass:98]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [22:11:16] [main/INFO]: [crafttweaker.zenscript.GlobalRegistry:registerNativeClass:98]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [22:11:16] [main/INFO]: [crafttweaker.zenscript.GlobalRegistry:registerNativeClass:98]: at java.lang.reflect.Method.invoke(Method.java:483) [22:11:16] [main/INFO]: [crafttweaker.zenscript.GlobalRegistry:registerNativeClass:98]: at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) [22:11:16] [main/INFO]: [crafttweaker.zenscript.GlobalRegistry:registerNativeClass:98]: at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) [22:11:16] [main/INFO]: [crafttweaker.zenscript.GlobalRegistry:registerNativeClass:98]: at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) [22:11:16] [main/INFO]: [crafttweaker.zenscript.GlobalRegistry:registerNativeClass:98]: at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) [22:11:16] [main/INFO]: [crafttweaker.zenscript.GlobalRegistry:registerNativeClass:98]: at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) [22:11:16] [main/INFO]: [crafttweaker.zenscript.GlobalRegistry:registerNativeClass:98]: at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) [22:11:16] [main/INFO]: [crafttweaker.zenscript.GlobalRegistry:registerNativeClass:98]: at com.google.common.eventbus.EventBus.post(EventBus.java:217) [22:11:16] [main/INFO]: [crafttweaker.zenscript.GlobalRegistry:registerNativeClass:98]: at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:148) [22:11:16] [main/INFO]: [crafttweaker.zenscript.GlobalRegistry:registerNativeClass:98]: at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:602) [22:11:16] [main/INFO]: [crafttweaker.zenscript.GlobalRegistry:registerNativeClass:98]: at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:270) [22:11:16] [main/INFO]: [crafttweaker.zenscript.GlobalRegistry:registerNativeClass:98]: at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:466) [22:11:16] [main/INFO]: [crafttweaker.zenscript.GlobalRegistry:registerNativeClass:98]: at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377) [22:11:16] [main/INFO]: [crafttweaker.zenscript.GlobalRegistry:registerNativeClass:98]: at net.minecraft.client.main.Main.main(SourceFile:123) [22:11:16] [main/INFO]: [crafttweaker.zenscript.GlobalRegistry:registerNativeClass:98]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [22:11:16] [main/INFO]: [crafttweaker.zenscript.GlobalRegistry:registerNativeClass:98]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [22:11:16] [main/INFO]: [crafttweaker.zenscript.GlobalRegistry:registerNativeClass:98]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [22:11:16] [main/INFO]: [crafttweaker.zenscript.GlobalRegistry:registerNativeClass:98]: at java.lang.reflect.Method.invoke(Method.java:483) [22:11:16] [main/INFO]: [crafttweaker.zenscript.GlobalRegistry:registerNativeClass:98]: at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [22:11:16] [main/INFO]: [crafttweaker.zenscript.GlobalRegistry:registerNativeClass:98]: at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [22:11:16] [main/INFO]: [crafttweaker.zenscript.GlobalRegistry:registerNativeClass:98]: java.lang.IllegalArgumentException: All optionals need to go at the end of the method declaration [22:11:16] [main/INFO]: [crafttweaker.zenscript.GlobalRegistry:registerNativeClass:98]: at stanhebben.zenscript.type.natives.JavaMethod.(JavaMethod.java:47) [22:11:16] [main/INFO]: [crafttweaker.zenscript.GlobalRegistry:registerNativeClass:98]: at stanhebben.zenscript.type.ZenTypeNative.complete(ZenTypeNative.java:204) [22:11:16] [main/INFO]: [crafttweaker.zenscript.GlobalRegistry:registerNativeClass:98]: at stanhebben.zenscript.compiler.TypeRegistry.getClassType(TypeRegistry.java:52) [22:11:16] [main/INFO]: [crafttweaker.zenscript.GlobalRegistry:registerNativeClass:98]: at stanhebben.zenscript.compiler.TypeRegistry.getType(TypeRegistry.java:77) [22:11:16] [main/INFO]: [crafttweaker.zenscript.GlobalRegistry:registerNativeClass:98]: at stanhebben.zenscript.type.natives.JavaMethod.(JavaMethod.java:31) [22:11:16] [main/INFO]: [crafttweaker.zenscript.GlobalRegistry:registerNativeClass:98]: at stanhebben.zenscript.type.ZenTypeNative.complete(ZenTypeNative.java:204) [22:11:16] [main/INFO]: [crafttweaker.zenscript.GlobalRegistry:registerNativeClass:98]: at crafttweaker.zenscript.GlobalRegistry.registerNativeClass(GlobalRegistry.java:95) [22:11:16] [main/INFO]: [crafttweaker.zenscript.GlobalRegistry:registerNativeClass:98]: at crafttweaker.CraftTweakerAPI.registerClass(CraftTweakerAPI.java:215) [22:11:16] [main/INFO]: [crafttweaker.zenscript.GlobalRegistry:registerNativeClass:98]: at crafttweaker.mc1120.CraftTweaker.lambda$onPreInitialization$0(CraftTweaker.java:107) [22:11:16] [main/INFO]: [crafttweaker.zenscript.GlobalRegistry:registerNativeClass:98]: at crafttweaker.mc1120.CraftTweaker$$Lambda$217/1124971149.accept(Unknown Source) [22:11:16] [main/INFO]: [crafttweaker.zenscript.GlobalRegistry:registerNativeClass:98]: at java.lang.Iterable.forEach(Iterable.java:75) [22:11:16] [main/INFO]: [crafttweaker.zenscript.GlobalRegistry:registerNativeClass:98]: at crafttweaker.mc1120.CraftTweaker.onPreInitialization(CraftTweaker.java:99) [22:11:16] [main/INFO]: [crafttweaker.zenscript.GlobalRegistry:registerNativeClass:98]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [22:11:16] [main/INFO]: [crafttweaker.zenscript.GlobalRegistry:registerNativeClass:98]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [22:11:16] [main/INFO]: [crafttweaker.zenscript.GlobalRegistry:registerNativeClass:98]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [22:11:16] [main/INFO]: [crafttweaker.zenscript.GlobalRegistry:registerNativeClass:98]: at java.lang.reflect.Method.invoke(Method.java:483) [22:11:16] [main/INFO]: [crafttweaker.zenscript.GlobalRegistry:registerNativeClass:98]: at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:600) [22:11:16] [main/INFO]: [crafttweaker.zenscript.GlobalRegistry:registerNativeClass:98]: at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source) [22:11:16] [main/INFO]: [crafttweaker.zenscript.GlobalRegistry:registerNativeClass:98]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [22:11:16] [main/INFO]: [crafttweaker.zenscript.GlobalRegistry:registerNativeClass:98]: at java.lang.reflect.Method.invoke(Method.java:483) [22:11:16] [main/INFO]: [crafttweaker.zenscript.GlobalRegistry:registerNativeClass:98]: at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) [22:11:16] [main/INFO]: [crafttweaker.zenscript.GlobalRegistry:registerNativeClass:98]: at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) [22:11:16] [main/INFO]: [crafttweaker.zenscript.GlobalRegistry:registerNativeClass:98]: at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) [22:11:16] [main/INFO]: [crafttweaker.zenscript.GlobalRegistry:registerNativeClass:98]: at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) [22:11:16] [main/INFO]: [crafttweaker.zenscript.GlobalRegistry:registerNativeClass:98]: at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) [22:11:16] [main/INFO]: [crafttweaker.zenscript.GlobalRegistry:registerNativeClass:98]: at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) [22:11:16] [main/INFO]: [crafttweaker.zenscript.GlobalRegistry:registerNativeClass:98]: at com.google.common.eventbus.EventBus.post(EventBus.java:217) [22:11:16] [main/INFO]: [crafttweaker.zenscript.GlobalRegistry:registerNativeClass:98]: at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:278) [22:11:16] [main/INFO]: [crafttweaker.zenscript.GlobalRegistry:registerNativeClass:98]: at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:256) [22:11:16] [main/INFO]: [crafttweaker.zenscript.GlobalRegistry:registerNativeClass:98]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [22:11:16] [main/INFO]: [crafttweaker.zenscript.GlobalRegistry:registerNativeClass:98]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [22:11:16] [main/INFO]: [crafttweaker.zenscript.GlobalRegistry:registerNativeClass:98]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [22:11:16] [main/INFO]: [crafttweaker.zenscript.GlobalRegistry:registerNativeClass:98]: at java.lang.reflect.Method.invoke(Method.java:483) [22:11:16] [main/INFO]: [crafttweaker.zenscript.GlobalRegistry:registerNativeClass:98]: at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) [22:11:16] [main/INFO]: [crafttweaker.zenscript.GlobalRegistry:registerNativeClass:98]: at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) [22:11:16] [main/INFO]: [crafttweaker.zenscript.GlobalRegistry:registerNativeClass:98]: at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) [22:11:16] [main/INFO]: [crafttweaker.zenscript.GlobalRegistry:registerNativeClass:98]: at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) [22:11:16] [main/INFO]: [crafttweaker.zenscript.GlobalRegistry:registerNativeClass:98]: at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) [22:11:16] [main/INFO]: [crafttweaker.zenscript.GlobalRegistry:registerNativeClass:98]: at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) [22:11:16] [main/INFO]: [crafttweaker.zenscript.GlobalRegistry:registerNativeClass:98]: at com.google.common.eventbus.EventBus.post(EventBus.java:217) [22:11:16] [main/INFO]: [crafttweaker.zenscript.GlobalRegistry:registerNativeClass:98]: at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:148) [22:11:16] [main/INFO]: [crafttweaker.zenscript.GlobalRegistry:registerNativeClass:98]: at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:602) [22:11:16] [main/INFO]: [crafttweaker.zenscript.GlobalRegistry:registerNativeClass:98]: at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:270) [22:11:16] [main/INFO]: [crafttweaker.zenscript.GlobalRegistry:registerNativeClass:98]: at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:466) [22:11:16] [main/INFO]: [crafttweaker.zenscript.GlobalRegistry:registerNativeClass:98]: at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377) [22:11:16] [main/INFO]: [crafttweaker.zenscript.GlobalRegistry:registerNativeClass:98]: at net.minecraft.client.main.Main.main(SourceFile:123) [22:11:16] [main/INFO]: [crafttweaker.zenscript.GlobalRegistry:registerNativeClass:98]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [22:11:16] [main/INFO]: [crafttweaker.zenscript.GlobalRegistry:registerNativeClass:98]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [22:11:16] [main/INFO]: [crafttweaker.zenscript.GlobalRegistry:registerNativeClass:98]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [22:11:16] [main/INFO]: [crafttweaker.zenscript.GlobalRegistry:registerNativeClass:98]: at java.lang.reflect.Method.invoke(Method.java:483) [22:11:16] [main/INFO]: [crafttweaker.zenscript.GlobalRegistry:registerNativeClass:98]: at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [22:11:16] [main/INFO]: [crafttweaker.zenscript.GlobalRegistry:registerNativeClass:98]: at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [22:11:17] [main/INFO]: Extra Utilities 2 JEI Plugin - ACTIVATE! [22:11:18] [main/INFO]: Starting the Integration Handler. [22:11:18] [main/INFO]: Preliminary integration search complete: found 4 possible mod integration(s)! [22:11:18] [main/INFO]: OBJLoader: Domain abyssalcraft has been added. [22:11:18] [main/INFO]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:126]: Spliced in METHOD: net.minecraftforge.client.model.ModelLoader$VanillaModelWrapper.bakeNormal [22:11:18] [main/INFO]: [team.chisel.ctm.client.asm.CTMTransformer:preTransform:185]: Transforming Class [net.minecraftforge.client.model.ModelLoader$VanillaModelWrapper], Method [getTextures] [22:11:18] [main/INFO]: [team.chisel.ctm.client.asm.CTMTransformer:finishTransform:197]: Transforming net.minecraftforge.client.model.ModelLoader$VanillaModelWrapper Finished. [22:11:18] [main/INFO]: Applying holder lookups [22:11:18] [main/INFO]: Holder lookups applied [22:11:19] [main/WARN]: TConstruct, you fail again, muhaha! The world is mine, mine! [22:11:19] [main/INFO]: Starting PreInitialization Phase... [22:11:19] [main/INFO]: Grabbing Configurations... [22:11:19] [main/INFO]: Initializing Tool Materials... [22:11:19] [main/INFO]: Initializing Armor Materials... [22:11:19] [main/INFO]: PreInitializing ClientProxy... [22:11:20] [main/INFO]: PreInitialization Finished. [22:11:20] [main/INFO]: OBJLoader: Domain libvulpes has been added. [22:11:20] [main/INFO]: Tesla integration loaded [22:11:20] [main/INFO]: OBJLoader: Domain advancedrocketry has been added. [22:11:20] [main/INFO]: [Quark ASM] Transforming TileEntityPistonRenderer [22:11:20] [main/INFO]: [Quark ASM] Applying Transformation to method (Names [renderStateModel, func_188186_a, a] Descriptor (Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/state/IBlockState;Lnet/minecraft/client/renderer/BufferBuilder;Lnet/minecraft/world/World;Z)Z / (Let;Lawt;Lbuk;Lamu;Z)Z) [22:11:20] [main/INFO]: [Quark ASM] Located Method, patching... [22:11:20] [main/INFO]: [Quark ASM] Located patch target node L0 [22:11:20] [main/INFO]: [Quark ASM] Patch result: true [22:11:20] [main/INFO]: [elucent.elulib.asm.ASMTransformer:patchForgeHooksASM:74]: Successfully patched ForgeHooksClient! [22:11:20] [main/INFO]: [team.chisel.ctm.client.asm.CTMTransformer:preTransform:185]: Transforming Class [net.minecraftforge.client.ForgeHooksClient], Method [getDamageModel] [22:11:20] [main/INFO]: [team.chisel.ctm.client.asm.CTMTransformer:finishTransform:197]: Transforming net.minecraftforge.client.ForgeHooksClient Finished. [22:11:21] [main/INFO]: Pre Initialization ( started ) [22:11:22] [main/INFO]: Pre Initialization ( ended after 1182ms ) [22:11:22] [main/INFO]: bdlib 1.14.3.12 loaded [22:11:22] [main/INFO]: Initialized network channel 'bdew.multiblock' for mod 'bdlib' [22:11:22] [main/INFO]: Loading internal config files for mod AE2 Stuff [22:11:22] [main/INFO]: Loading config: jar:file:/C:/Users/Trainstation/Documents/Curse/Minecraft/Instances/All%20the%20Mods%203/mods/ae2stuff-0.7.0.4-mc1.12.2.jar!/assets/ae2stuff/config/tuning.cfg [22:11:22] [main/INFO]: Loading config: jar:file:/C:/Users/Trainstation/Documents/Curse/Minecraft/Instances/All%20the%20Mods%203/mods/ae2stuff-0.7.0.4-mc1.12.2.jar!/assets/ae2stuff/config/recipes.cfg [22:11:22] [main/INFO]: Loading user config files for mod AE2 Stuff [22:11:22] [main/INFO]: Config loading for mod AE2 Stuff finished [22:11:22] [main/INFO]: Loaded creative tabs for ae2stuff [22:11:24] [main/WARN]: Itemstack 1xitem.null@17 cannot represent material xu_evil_metal since it is not associated with the material! [22:11:24] [main/WARN]: Itemstack 1xitem.null@12 cannot represent material xu_enchanted_metal since it is not associated with the material! [22:11:24] [main/WARN]: Itemstack 1xitem.null@11 cannot represent material xu_demonic_metal since it is not associated with the material! [22:11:24] [main/OFF]: Loading Aroma1997Core version 2.0.0.0.b148 for MC 1.12.2 [22:11:24] [main/INFO]: Finished Pre-initialization. [22:11:24] [main/INFO]: [AstralSorcery] Ignoring fluid pyrotheum for rarity registry - it doesn't exist in the current environment [22:11:24] [main/INFO]: [AstralSorcery] Ignoring fluid cryotheum for rarity registry - it doesn't exist in the current environment [22:11:24] [main/INFO]: [AstralSorcery] Ignoring fluid refined_oil for rarity registry - it doesn't exist in the current environment [22:11:24] [main/INFO]: [AstralSorcery] Ignoring fluid refined_fuel for rarity registry - it doesn't exist in the current environment [22:11:24] [main/INFO]: [AstralSorcery] Ignoring fluid emerald for rarity registry - it doesn't exist in the current environment [22:11:24] [main/INFO]: [AstralSorcery] Ignoring fluid fluidoil for rarity registry - it doesn't exist in the current environment [22:11:24] [main/INFO]: [AstralSorcery] Ignoring fluid fluidnitrodiesel for rarity registry - it doesn't exist in the current environment [22:11:24] [main/INFO]: [AstralSorcery] Ignoring fluid ic2uu_matter for rarity registry - it doesn't exist in the current environment [22:11:24] [main/INFO]: [AstralSorcery] Ignoring fluid ic2biomass for rarity registry - it doesn't exist in the current environment [22:11:24] [main/INFO]: [AstralSorcery] Ignoring fluid ic2biogas for rarity registry - it doesn't exist in the current environment [22:11:24] [main/INFO]: [AstralSorcery] Ignoring fluid mana for rarity registry - it doesn't exist in the current environment [22:11:24] [main/INFO]: [AstralSorcery] Ignoring fluid nacre for rarity registry - it doesn't exist in the current environment [22:11:24] [main/INFO]: [AstralSorcery] [AssetLibrary] Refreshing and Invalidating Resources [22:11:24] [main/INFO]: [AstralSorcery] [AssetLibrary] Finished reloading, rebinding textures... [22:11:24] [main/INFO]: [AstralSorcery] [AssetLibrary] Preload mandatory textures [22:11:25] [main/INFO]: [AstralSorcery] [AssetLibrary] Preload textures [22:11:26] [main/INFO]: [AstralSorcery] [AssetLibrary] Initializing sprite library [22:11:26] [main/INFO]: [AstralSorcery] [AssetLibrary] Texture Preloading took 1522ms! [22:11:26] [main/INFO]: [AstralSorcery] [AssetLibrary] Successfully reloaded and rebound library. [22:11:26] [main/INFO]: OBJLoader: Domain astralsorcery has been added. [22:11:27] [main/INFO]: [AstralSorcery] Crafttweaker found! Adding recipe handlers... [22:11:27] [main/INFO]: [Quark] 'Charcoal block' is forcefully disabled as it's incompatible with the following loaded mods: [actuallyadditions, mekanism] [22:11:28] [main/INFO]: [Quark] 'Ender watcher' is forcefully disabled as it's incompatible with the following loaded mods: [botania] [22:11:28] [main/INFO]: [Quark] 'Dispensers place seeds' is forcefully disabled as it's incompatible with the following loaded mods: [botania] [22:11:28] [main/INFO]: [Quark] 'Food tooltip' is forcefully disabled as it's incompatible with the following loaded mods: [appleskin] [22:11:29] [main/INFO]: [Quark] 'Improved sleeping' is forcefully disabled as it's incompatible with the following loaded mods: [morpheus] [22:11:29] [main/INFO]: [Quark] 'Automatic tool restock' is forcefully disabled as it's incompatible with the following loaded mods: [inventorytweaks] [22:11:29] [main/INFO]: [Quark] 'Inventory sorting' is forcefully disabled as it's incompatible with the following loaded mods: [inventorytweaks] [22:11:29] [main/INFO]: [Quark] Module misc is enabled [22:11:29] [main/INFO]: [Quark] Module decoration is enabled [22:11:29] [main/INFO]: [Quark] Module experimental is enabled [22:11:29] [main/INFO]: [Quark] Module world is enabled [22:11:29] [main/INFO]: [Quark] Module automation is enabled [22:11:29] [main/INFO]: [Quark] Module client is enabled [22:11:29] [main/INFO]: [Quark] Module vanity is enabled [22:11:29] [main/INFO]: [Quark] Module building is enabled [22:11:29] [main/INFO]: [Quark] Module tweaks is enabled [22:11:29] [main/INFO]: [Quark] Module management is enabled [22:11:29] [main/INFO]: Access transform success createStackedBlock (func_180643_i). [22:11:34] [main/WARN]: The item tritium_fuel_rod is not initialized. [22:11:34] [main/WARN]: The item plasma_launcher is not initialized. [22:11:34] [main/WARN]: The fluid deuterium is not initialized. [22:11:34] [main/INFO]: [Quark ASM] Transforming RenderBoat [22:11:34] [main/INFO]: [Quark ASM] Applying Transformation to method (Names [doRender, func_188300_b, b] Descriptor (Lnet/minecraft/entity/item/EntityBoat;DDDFF)V / (Lafd;DDDFF)V) [22:11:34] [main/INFO]: [Quark ASM] Located Method, patching... [22:11:34] [main/INFO]: [Quark ASM] Located patch target node INVOKEINTERFACE brc.b (Lvg;FFFFFF)V [22:11:34] [main/INFO]: [Quark ASM] Patch result: true [22:11:34] [main/INFO]: Module BuildCraft 6 Statements Module failed to load: Compatible BuildCraftAPI|statements version not found [22:11:34] [main/INFO]: Module BuildCraft 6 Fuels Module failed to load: Compatible BuildCraftAPI|fuels version not found [22:11:34] [main/INFO]: Module BuildCraft 6 Transport Module failed to load: buildcrafttransport not found [22:11:34] [main/INFO]: Module Better With Mods Module failed to load: Better With Mods not found [22:11:34] [main/INFO]: Module BuildCraft 6 Recipes Module failed to load: Compatible BuildCraftAPI|recipes version not found [22:11:40] [main/INFO]: Hydrator recipe for Farmland is shapeless? true [22:11:40] [main/INFO]: Hydrator recipe for Grass Block is shapeless? false [22:11:40] [main/INFO]: Hydrator recipe for Grass Path is shapeless? true [22:11:40] [main/INFO]: Hydrator recipe for Clay is shapeless? true [22:11:40] [main/INFO]: Hydrator recipe for Cobblestone is shapeless? true [22:11:40] [main/INFO]: Hydrator recipe for Moss Stone is shapeless? true [22:11:40] [main/INFO]: Hydrator recipe for Mossy Cobblestone Wall is shapeless? true [22:11:40] [main/INFO]: Hydrator recipe for Mossy Stone Bricks is shapeless? true [22:11:40] [main/INFO]: Hydrator recipe for Clay is shapeless? true [22:11:40] [main/INFO]: Hydrator recipe for Gravel is shapeless? false [22:11:40] [main/INFO]: Hydrator recipe for Mycelium is shapeless? false [22:11:40] [main/INFO]: Hydrator recipe for Ice is shapeless? false [22:11:40] [main/INFO]: Hydrator recipe for Packed Ice is shapeless? false [22:11:40] [main/INFO]: Hydrator recipe for White Concrete is shapeless? true [22:11:40] [main/INFO]: Hydrator recipe for Orange Concrete is shapeless? true [22:11:40] [main/INFO]: Hydrator recipe for Magenta Concrete is shapeless? true [22:11:40] [main/INFO]: Hydrator recipe for Light Blue Concrete is shapeless? true [22:11:40] [main/INFO]: Hydrator recipe for Yellow Concrete is shapeless? true [22:11:40] [main/INFO]: Hydrator recipe for Lime Concrete is shapeless? true [22:11:40] [main/INFO]: Hydrator recipe for Pink Concrete is shapeless? true [22:11:40] [main/INFO]: Hydrator recipe for Gray Concrete is shapeless? true [22:11:40] [main/INFO]: Hydrator recipe for Light Gray Concrete is shapeless? true [22:11:40] [main/INFO]: Hydrator recipe for Cyan Concrete is shapeless? true [22:11:40] [main/INFO]: Hydrator recipe for Purple Concrete is shapeless? true [22:11:40] [main/INFO]: Hydrator recipe for Blue Concrete is shapeless? true [22:11:40] [main/INFO]: Hydrator recipe for Brown Concrete is shapeless? true [22:11:40] [main/INFO]: Hydrator recipe for Green Concrete is shapeless? true [22:11:40] [main/INFO]: Hydrator recipe for Red Concrete is shapeless? true [22:11:40] [main/INFO]: Hydrator recipe for Black Concrete is shapeless? true [22:11:40] [main/INFO]: Hydrator recipe for White Wool is shapeless? true [22:11:40] [main/INFO]: Hydrator recipe for White Wool is shapeless? true [22:11:40] [main/INFO]: Hydrator recipe for White Wool is shapeless? true [22:11:40] [main/INFO]: Hydrator recipe for White Wool is shapeless? true [22:11:40] [main/INFO]: Hydrator recipe for White Wool is shapeless? true [22:11:40] [main/INFO]: Hydrator recipe for White Wool is shapeless? true [22:11:40] [main/INFO]: Hydrator recipe for White Wool is shapeless? true [22:11:40] [main/INFO]: Hydrator recipe for White Wool is shapeless? true [22:11:40] [main/INFO]: Hydrator recipe for White Wool is shapeless? true [22:11:40] [main/INFO]: Hydrator recipe for White Wool is shapeless? true [22:11:40] [main/INFO]: Hydrator recipe for White Wool is shapeless? true [22:11:40] [main/INFO]: Hydrator recipe for White Wool is shapeless? true [22:11:40] [main/INFO]: Hydrator recipe for White Wool is shapeless? true [22:11:40] [main/INFO]: Hydrator recipe for White Wool is shapeless? true [22:11:40] [main/INFO]: Hydrator recipe for White Wool is shapeless? true [22:11:40] [main/INFO]: Hydrator recipe for Black Terracotta is shapeless? true [22:11:40] [main/INFO]: Hydrator recipe for Blue Terracotta is shapeless? true [22:11:40] [main/INFO]: Hydrator recipe for Brown Terracotta is shapeless? true [22:11:40] [main/INFO]: Hydrator recipe for Cyan Terracotta is shapeless? true [22:11:40] [main/INFO]: Hydrator recipe for Green Terracotta is shapeless? true [22:11:40] [main/INFO]: Hydrator recipe for Light Blue Terracotta is shapeless? true [22:11:40] [main/INFO]: Hydrator recipe for Lime Terracotta is shapeless? true [22:11:40] [main/INFO]: Hydrator recipe for Magenta Terracotta is shapeless? true [22:11:40] [main/INFO]: Hydrator recipe for Orange Terracotta is shapeless? true [22:11:40] [main/INFO]: Hydrator recipe for Pink Terracotta is shapeless? true [22:11:40] [main/INFO]: Hydrator recipe for Purple Terracotta is shapeless? true [22:11:40] [main/INFO]: Hydrator recipe for Red Terracotta is shapeless? true [22:11:40] [main/INFO]: Hydrator recipe for Light Gray Terracotta is shapeless? true [22:11:40] [main/INFO]: Hydrator recipe for White Terracotta is shapeless? true [22:11:40] [main/INFO]: Hydrator recipe for Yellow Terracotta is shapeless? true [22:11:40] [main/INFO]: Hydrator recipe for Sponge is shapeless? false [22:11:40] [main/INFO]: Hydrator recipe for Cobweb is shapeless? false [22:11:40] [main/INFO]: Hydrator recipe for Prismarine Shard is shapeless? false [22:11:40] [main/INFO]: Hydrator recipe for Prismarine Crystals is shapeless? false [22:11:40] [main/INFO]: Hydrator recipe for Lava Bucket is shapeless? false [22:11:40] [main/INFO]: Hydrator recipe for Lily Pad is shapeless? false [22:11:40] [main/INFO]: OBJLoader: Domain bloodmagic has been added. [22:11:42] [main/INFO]: Found mod feature container for mod: draconicevolution [22:11:42] [main/INFO]: Found mod config container for mod: draconicevolution [22:11:43] [main/INFO]: Found mod config container for mod: draconicevolution [22:11:43] [main/INFO]: Found mod config container for mod: brandonscore [22:11:43] [main/INFO]: Loading mod config for: draconicevolution [22:11:43] [main/INFO]: Loading mod config for: brandonscore [22:11:43] [main/WARN]: No features were detected for mod: brandonscore. This maybe an issue or maybe this mod just does not have any items or blocks. [22:11:43] [main/INFO]: Registering default Feature Templates... [22:11:43] [main/INFO]: Registering default World Generators... [22:11:43] [main/INFO]: Verifying or creating base world generation directory...

[22:11:44] [main/INFO]: Loading configuration [22:11:44] [main/INFO]: Registering dimension type: 144 [22:11:44] [main/INFO]: Registering Compact Machines 3 dimension: 144 [22:11:44] [main/INFO]: Trying to tell The One Probe about us [22:11:45] [main/INFO]: Updating config from version '@VERSION@' to '@VERSION@'. [22:11:45] [main/INFO]: Updating setting 'opencomputers.switch.relayDelayUpgrade'. [22:11:45] [main/INFO]: Updating setting 'opencomputers.nanomachines.potionWhitelist'. [22:11:45] [main/INFO]: Updating setting 'opencomputers.power.cost.wirelessCostPerRange'. [22:11:45] [main/INFO]: Updating setting 'opencomputers.misc.maxWirelessRange'. [22:11:45] [main/INFO]: Updating setting 'opencomputers.misc.maxOpenPorts'. [22:11:45] [main/INFO]: Updating setting 'opencomputers.computer.cpuComponentCount'. [22:11:45] [main/INFO]: Initializing blocks and items. [22:11:45] [main/INFO]: Injecting interface ic2.api.energy.tile.IEnergySink into li.cil.oc.common.tileentity.traits.power.IndustrialCraft2Experimental. [22:11:45] [main/INFO]: Injecting interface ic2.api.item.IBoxable into li.cil.oc.common.item.Wrench. [22:11:45] [main/INFO]: Injecting interface ic2.api.item.ISpecialElectricItem into li.cil.oc.common.item.traits.Chargeable. [22:11:46] [main/INFO]: Initializing additional OreDict entries. [22:11:46] [main/INFO]: Initializing OpenComputers API. [22:11:50] [main/INFO]: Found a compatible native library: 'OpenComputersMod-1.7.2.67-lua52-native.64.dll'. [22:11:50] [main/INFO]: Found a compatible native library: 'OpenComputersMod-1.7.2.67-lua53-native.64.dll'. [22:11:50] [main/INFO]: Done with pre init phase. [22:11:50] [main/INFO]: The One Probe Detected RedstoneFlux: enabling support [22:11:50] [main/INFO]: The One Probe Detected Baubles: enabling support [22:11:51] [main/INFO]: Multiperipheral system for ComputerCraft engaged. Hooray! [22:11:51] [main/INFO]: Multiple mods registering peripherals for the same block now won't be a problem anymore. [22:11:51] [main/INFO]: Initializing Text To Speech [22:11:51] [main/INFO]: No MaryTTS directory found, you will not be able to use Text To Speech unless the server you are playing on has MaryTTS installed. To use TTS, install MaryTTS into the marytts directory of your minecraft instance. [22:11:51] [main/INFO]: No plugins for JourneyMap API discovered. [22:11:51] [main/INFO]: Potentially Dangerous alternative prefix minecraft for name hopper, expected diethopper. This could be a intended override, but in most cases indicates a broken mod. [22:11:51] [main/INFO]: [jaredbgreat.dldungeons.DoomlikeDungeons:preInit:46]: Doomlike Dungeons is in preInit, should now load config. [22:11:51] [main/INFO]: [jaredbgreat.dldungeons.themes.ThemeReader:setConfigDir:70]: [DLDUNGEONS] themesdir is C:\Users\Trainstation\Documents\Curse\Minecraft\Instances\All the Mods 3\config\DLDungeonsJBG [22:11:51] [main/INFO]: [jaredbgreat.dldungeons.GenerationHandler:setFrequency:119]: freqScale = 8 [22:11:51] [main/INFO]: [jaredbgreat.dldungeons.GenerationHandler:setFrequency:121]: factor = 32 [22:11:51] [main/INFO]: [jaredbgreat.dldungeons.ConfigHandler:init:128]: [DLDUNGEONS] Frequency Scaling Factor Set To: 8 [22:11:51] [main/INFO]: [jaredbgreat.dldungeons.ConfigHandler:init:135]: [DLDUNGEONS] Minimum X Factor Set To: 16 [22:11:51] [main/INFO]: [jaredbgreat.dldungeons.ConfigHandler:init:142]: [DLDUNGEONS] Difficulty set to: Normal difficulty. [22:11:51] [main/INFO]: [jaredbgreat.dldungeons.ConfigHandler:init:155]: [DLDUNGEONS] Will spawn dungeons in with world generation? true [22:11:51] [main/INFO]: [jaredbgreat.dldungeons.ConfigHandler:init:161]: [DLDUNGEONS] Will spawn dungeons even with structures disabled? false [22:11:51] [main/INFO]: [jaredbgreat.dldungeons.ConfigHandler:init:176]: [DLDUNGEONS] Will export item, block, and mob lists? false [22:11:51] [main/INFO]: [jaredbgreat.dldungeons.ConfigHandler:init:181]: [DLDUNGEONS] Will announce use of OP/cheat commands? true [22:11:51] [main/INFO]: [jaredbgreat.dldungeons.ConfigHandler:init:186]: [DLDUNGEONS] Will dungeons be easy to find? false [22:11:51] [main/INFO]: [jaredbgreat.dldungeons.ConfigHandler:init:191]: [DLDUNGEONS] Will themes be automatically install if themes folder is empty? true [22:11:51] [main/INFO]: [jaredbgreat.dldungeons.ConfigHandler:init:197]: [DLDUNGEONS] Can themes be (re)installed by command? true [22:11:51] [main/INFO]: [jaredbgreat.dldungeons.ConfigHandler:init:202]: [DLDUNGEONS] Will be stingy with chests? false [22:11:51] [main/INFO]: [jaredbgreat.dldungeons.ConfigHandler:init:208]: [DLDUNGEONS] Will be stingy with chests? false [22:11:51] [main/INFO]: [jaredbgreat.dldungeons.ConfigHandler:processBiomeExclusions:525]: [DLDUNGEONS] adding END to excusion list [22:11:51] [main/INFO]: [jaredbgreat.dldungeons.ConfigHandler:init:221]: [DLDUNGEONS] Will use API? true [22:11:51] [main/INFO]: [jaredbgreat.dldungeons.ConfigHandler:init:227]: [DLDUNGEONS] Will allow API base mob change? true [22:11:51] [main/INFO]: [jaredbgreat.dldungeons.ConfigHandler:init:250]: [DLDUNGEONS] Will self-profile? false [22:11:52] [main/INFO]: [jaredbgreat.dldungeons.ConfigHandler:openThemesDir:435]: [DLDUNGEONS] themesdir will be set to C:\Users\Trainstation\Documents\Curse\Minecraft\Instances\All the Mods 3\config\DLDungeonsJBG\themes\ [22:11:52] [main/INFO]: [jaredbgreat.dldungeons.ConfigHandler:openThemesDir:437]: [DLDUNGEONS] themesdir File is be set to C:\Users\Trainstation\Documents\Curse\Minecraft\Instances\All the Mods 3\config\DLDungeonsJBG\themes [22:11:52] [main/INFO]: [jaredbgreat.dldungeons.themes.ThemeReader:setThemesDir:57]: [DLDUNGEONS] themesdir is C:\Users\Trainstation\Documents\Curse\Minecraft\Instances\All the Mods 3\config\DLDungeonsJBG\themes [22:11:52] [main/INFO]: [jaredbgreat.dldungeons.setup.Externalizer:makeChestCfg:154]: [DLDUNGEONS] Installing files C:\Users\Trainstation\Documents\Curse\Minecraft\Instances\All the Mods 3\config\DLDungeonsJBG\chests.cfg [22:11:52] [main/INFO]: [jaredbgreat.dldungeons.DoomlikeDungeons:preInit:49]: [DLDUNGEONS] Config should now be loaded. [22:11:52] [main/INFO]: Registering features for mod: draconicevolution [22:11:52] [main/INFO]: Registering feature renderers for mod: draconicevolution [22:11:52] [main/INFO]: Finished PreInitialization [22:11:52] [main/INFO]: OBJLoader: Domain draconicevolution has been added. [22:11:52] [main/INFO]: Downloading Project Intelligence Mod Manifest... [22:11:53] [main/WARN]: Forestry integration loaded. Let things grow. [22:11:55] [main/INFO]: OBJLoader: Domain immersiveengineering has been added. [22:11:55] [main/INFO]: Custom OBJLoader: Domain has been added: immersiveengineering [22:11:55] [main/ERROR]: Compat module for tconstruct could not be preInitialized. Report this! [22:11:55] [Immersive Engineering Contributors Thread/INFO]: Attempting to download special revolvers from GitHub [22:11:56] [main/INFO]: Enable integration for 'opencomputers (opencomputers)' [22:11:56] [main/INFO]: Enable integration for 'MekanismGas (MekanismAPI|gas)' [22:11:56] [main/INFO]: Enable integration for 'mekanism (mekanism)' [22:11:56] [main/INFO]: Enable integration for 'AE2 Wireless Crafting Terminal (wct)' [22:11:56] [main/INFO]: Enable integration for 'Just Enough Items (jei)' [22:11:56] [main/INFO]: Enable integration for 'COFH Hammer (cofhapi|item)' [22:11:56] [main/INFO]: OBJLoader: Domain extracells has been added. [22:11:56] [main/INFO]: Loaded support for thermalexpansion [22:11:56] [main/INFO]: Loaded support for mekanism [22:11:56] [main/INFO]: Loaded support for computercraft [22:11:57] [main/INFO]: InvTweaks: successfully transformed setFocused/func_146195_b

[22:11:57] [main/INFO]: Removing LaunchWrapper package manifest map... [22:11:57] [main/INFO]: [Quark ASM] Transforming BlockModelRenderer [22:11:57] [main/INFO]: [Quark ASM] Applying Transformation to method (Names [renderQuadsFlat, func_187496_a, a] Descriptor (Lnet/minecraft/world/IBlockAccess;Lnet/minecraft/block/state/IBlockState;Lnet/minecraft/util/math/BlockPos;IZLnet/minecraft/client/renderer/BufferBuilder;Ljava/util/List;Ljava/util/BitSet;)V / (Lamy;Lawt;Let;IZLbuk;Ljava/util/List;Ljava/util/BitSet;)V) [22:11:57] [main/INFO]: [Quark ASM] Located Method, patching... [22:11:57] [main/INFO]: [Quark ASM] Located patch target node INVOKEVIRTUAL buk.a (DDD)V [22:11:57] [main/INFO]: [Quark ASM] Patch result: true [22:11:57] [main/INFO]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:126]: Spliced in METHOD: net.minecraftforge.client.model.pipeline.ForgeBlockModelRenderer.render [22:11:57] [main/INFO]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:126]: Spliced in METHOD: net.minecraftforge.client.model.ItemLayerModel.bake [22:11:57] [main/INFO]: Using fast animated textures. [22:11:57] [main/INFO]: Loading FTBLib, DevEnv:false [22:11:57] [main/WARN]: Replacing net.minecraftforge.server.permission.DefaultPermissionHandler with com.feed_the_beast.ftbutilities.ranks.FTBUPermissionHandler [22:11:57] [main/INFO]: Let's Move! [22:11:57] [main/INFO]: IC2 Version: ic2 2.8.67-ex112 [22:11:57] [main/INFO]: RF API Version: redstoneflux 2.0.1 [22:11:57] [main/INFO]: Tesla Version: NOT FOUND [22:11:57] [main/INFO]: Available Forestry species roots: [22:11:57] [main/INFO]: rootBees - forestry.apiculture.genetics.BeeRoot [22:11:57] [main/INFO]: rootTrees - forestry.arboriculture.genetics.TreeRoot [22:11:57] [main/INFO]: rootButterflies - forestry.lepidopterology.genetics.ButterflyRoot [22:11:57] [main/INFO]: rootFlowers - binnie.botany.genetics.FlowerRoot [22:11:57] [main/INFO]: Loading internal config files for mod Gendustry [22:11:57] [main/INFO]: Loading config: jar:file:/C:/Users/Trainstation/Documents/Curse/Minecraft/Instances/All%20the%20Mods%203/mods/gendustry-1.6.5.8-mc1.12.2.jar!/assets/gendustry/config/tuning.cfg [22:11:57] [main/INFO]: Loading config: jar:file:/C:/Users/Trainstation/Documents/Curse/Minecraft/Instances/All%20the%20Mods%203/mods/gendustry-1.6.5.8-mc1.12.2.jar!/assets/gendustry/config/recipes.cfg [22:11:58] [main/INFO]: Loading config: jar:file:/C:/Users/Trainstation/Documents/Curse/Minecraft/Instances/All%20the%20Mods%203/mods/gendustry-1.6.5.8-mc1.12.2.jar!/assets/gendustry/config/upgrades.cfg [22:11:58] [main/INFO]: Loading config: jar:file:/C:/Users/Trainstation/Documents/Curse/Minecraft/Instances/All%20the%20Mods%203/mods/gendustry-1.6.5.8-mc1.12.2.jar!/assets/gendustry/config/bees_color.cfg [22:11:58] [main/INFO]: Loading config: jar:file:/C:/Users/Trainstation/Documents/Curse/Minecraft/Instances/All%20the%20Mods%203/mods/gendustry-1.6.5.8-mc1.12.2.jar!/assets/gendustry/config/bees_patreon.cfg [22:11:58] [main/INFO]: Loading user config files for mod Gendustry [22:11:58] [main/INFO]: Loading config: C:\Users\Trainstation\Documents\Curse\Minecraft\Instances\All the Mods 3\config\gendustry\recipes.cfg [22:11:58] [main/INFO]: Config loading for mod Gendustry finished [22:11:58] [main/INFO]: Loaded creative tabs for gendustry [22:11:58] [main/INFO]: Blocks loaded [22:11:58] [main/INFO]: Fluids loaded [22:11:58] [main/INFO]: Items loaded [22:11:58] [main/INFO]: Machines loaded [22:11:58] [main/INFO]: Resource manager reload, new language: en_us [22:11:58] [main/INFO]: Registered reload listener [22:11:58] [main/INFO]: Loading internal config files for mod Pressure Pipes [22:11:58] [main/INFO]: Loading config: jar:file:/C:/Users/Trainstation/Documents/Curse/Minecraft/Instances/All%20the%20Mods%203/mods/pressure-1.3.1.9-mc1.12.2.jar!/assets/pressure/config/settings.cfg [22:11:58] [main/INFO]: Loading config: jar:file:/C:/Users/Trainstation/Documents/Curse/Minecraft/Instances/All%20the%20Mods%203/mods/pressure-1.3.1.9-mc1.12.2.jar!/assets/pressure/config/recipes.cfg [22:11:59] [main/INFO]: Loading user config files for mod Pressure Pipes [22:11:59] [main/INFO]: Config loading for mod Pressure Pipes finished [22:11:59] [main/INFO]: Loaded creative tabs for pressure [22:11:59] [main/INFO]: RF Version: redstoneflux 2.0.1 [22:11:59] [main/INFO]: IC2 Version: ic2 2.8.67-ex112 [22:11:59] [main/INFO]: Tesla Version: NOT FOUND [22:11:59] [main/INFO]: Loading internal config files for mod Advanced Generators [22:11:59] [main/INFO]: Loading config: jar:file:/C:/Users/Trainstation/Documents/Curse/Minecraft/Instances/All%20the%20Mods%203/mods/generators-0.9.20.12-mc1.12.2.jar!/assets/advgenerators/config/generators.cfg [22:11:59] [main/INFO]: Loading config: jar:file:/C:/Users/Trainstation/Documents/Curse/Minecraft/Instances/All%20the%20Mods%203/mods/generators-0.9.20.12-mc1.12.2.jar!/assets/advgenerators/config/recipes.cfg [22:11:59] [main/INFO]: Loading config: jar:file:/C:/Users/Trainstation/Documents/Curse/Minecraft/Instances/All%20the%20Mods%203/mods/generators-0.9.20.12-mc1.12.2.jar!/assets/advgenerators/config/turbine.cfg [22:11:59] [main/INFO]: Loading config: jar:file:/C:/Users/Trainstation/Documents/Curse/Minecraft/Instances/All%20the%20Mods%203/mods/generators-0.9.20.12-mc1.12.2.jar!/assets/advgenerators/config/exchanger.cfg [22:11:59] [main/INFO]: Loading config: jar:file:/C:/Users/Trainstation/Documents/Curse/Minecraft/Instances/All%20the%20Mods%203/mods/generators-0.9.20.12-mc1.12.2.jar!/assets/advgenerators/config/syngas.cfg [22:11:59] [main/INFO]: Loading config: jar:file:/C:/Users/Trainstation/Documents/Curse/Minecraft/Instances/All%20the%20Mods%203/mods/generators-0.9.20.12-mc1.12.2.jar!/assets/advgenerators/config/turbine-materials.cfg [22:11:59] [main/INFO]: Loading config: jar:file:/C:/Users/Trainstation/Documents/Curse/Minecraft/Instances/All%20the%20Mods%203/mods/generators-0.9.20.12-mc1.12.2.jar!/assets/advgenerators/config/capacitor-materials.cfg [22:11:59] [main/INFO]: Loading user config files for mod Advanced Generators [22:11:59] [main/INFO]: Config loading for mod Advanced Generators finished [22:11:59] [main/INFO]: Loaded creative tabs for advgenerators [22:12:00] [main/INFO]: Pressure pipes detected (net.bdew.pressure.pressurenet.Helper$@4035e5f9), adding pressure modules [22:12:00] [main/INFO]: Adding block for fluid 'steam' [22:12:00] [main/INFO]: Fluid 'syngas' not registered by any other mod, creating... [22:12:00] [main/INFO]: Adding block for fluid 'syngas' [22:12:00] [main/INFO]: Registering turbine material: Enderium [22:12:00] [main/INFO]: Registering turbine material: Steel [22:12:00] [main/INFO]: Registering turbine material: Gold [22:12:00] [main/INFO]: Registering turbine material: Bronze [22:12:00] [main/INFO]: Registering turbine material: Manyullyn [22:12:00] [main/INFO]: Registering turbine material: Iron [22:12:00] [main/INFO]: Turbine material Vibrant not present - skipping [22:12:00] [main/INFO]: Registering turbine material: Adv_Alloy [22:12:00] [main/INFO]: Registering capacitor material: Redstone [22:12:00] [main/INFO]: Registering capacitor material: Advanced [22:12:00] [main/INFO]: Registering capacitor material: Dense [22:12:01] [main/INFO]: OBJLoader: Domain industrialforegoing has been added. [22:12:01] [main/INFO]: OBJLoader: Domain industrialwires has been added. [22:12:05] [main/INFO]: Successfully injected component logic into class mcjty.rftools.blocks.screens.ScreenControllerTileEntity. [22:12:05] [main/INFO]: Could not read 'userbuilder.json', this is not an error! [22:12:05] [main/INFO]: Successfully injected component logic into class mcjty.rftools.blocks.shield.ShieldTEBase. [22:12:05] [main/INFO]: Successfully injected component logic into class mcjty.rftools.blocks.environmental.EnvironmentalControllerTileEntity. [22:12:05] [main/INFO]: Successfully injected component logic into class mcjty.rftools.blocks.blockprotector.BlockProtectorTileEntity. [22:12:05] [main/INFO]: OBJLoader: Domain rftools has been added. [22:12:05] [main/INFO]: Registering drink handlers for Thermal Foundation... [22:12:05] [main/INFO]: Registered drink handlers for Thermal Foundation [22:12:05] [main/INFO]: Registering drink handlers for Immersive Engineering... [22:12:05] [main/INFO]: Registered drink handlers for Immersive Engineering [22:12:05] [main/INFO]: Registering Plant Gatherer entries for Immersive Engineering... [22:12:05] [main/INFO]: Registered Plant Gatherer entries for Immersive Engineering [22:12:05] [main/INFO]: Pre-initialising integration for Tinkers' Construct... [22:12:05] [main/INFO]: Potentially Dangerous alternative prefix tconstruct for name enderference, expected integrationforegoing. This could be a intended override, but in most cases indicates a broken mod. [22:12:05] [main/INFO]: Potentially Dangerous alternative prefix tconstruct for name insatiable, expected integrationforegoing. This could be a intended override, but in most cases indicates a broken mod. [22:12:05] [main/INFO]: Potentially Dangerous alternative prefix tconstruct for name magnetic, expected integrationforegoing. This could be a intended override, but in most cases indicates a broken mod. [22:12:05] [main/INFO]: Potentially Dangerous alternative prefix tconstruct for name momentum, expected integrationforegoing. This could be a intended override, but in most cases indicates a broken mod. [22:12:05] [main/INFO]: Potentially Dangerous alternative prefix tconstruct for name dot, expected integrationforegoing. This could be a intended override, but in most cases indicates a broken mod. [22:12:05] [main/INFO]: Potentially Dangerous alternative prefix tconstruct for name splinter, expected integrationforegoing. This could be a intended override, but in most cases indicates a broken mod. [22:12:05] [main/INFO]: Pre-initialised integration for Tinkers' Construct [22:12:05] [main/INFO]: Registering drink handlers for Tinkers' Construct... [22:12:05] [main/INFO]: Registered drink handlers for Tinkers' Construct [22:12:05] [main/INFO]: Registering Plant Gatherer entries for Extra Utilities 2... [22:12:05] [main/INFO]: Registered Plant Gatherer entries for Extra Utilities 2 [22:12:05] [main/INFO]: Registering drink handlers for Natura... [22:12:05] [main/INFO]: Registered drink handlers for Natura [22:12:06] [main/INFO]: Reloading the main configs from file 'C:\Users\Trainstation\Documents\Curse\Minecraft\Instances\All the Mods 3\config\justenoughdimensions\justenoughdimensions.cfg' [22:12:06] [main/INFO]: Loading configs.. [22:12:06] [main/INFO]: Updating ModMetaData... [22:12:06] [main/INFO]: Providing API... [22:12:06] [main/INFO]: o͡͡͡╮༼ ಠДಠ ༽╭o͡͡͡┿☆゚.*・。゚ IT'S LEVI-OH-SA, NOT LEVIOSAA [22:12:06] [main/INFO]: Patching class: "net.minecraft.world.chunk.ChunkPrimer" with Transformer Group: "TransformerGroupChunkPrimer" [22:12:07] [Wizardry Version Checker Thread/INFO]: Checking for new updates... [22:12:07] [Wizardry Version Checker Thread/ERROR]: New version found! -> 0.8.5 [22:12:07] [Wizardry Version Checker Thread/ERROR]: Message: Book crashes fixed... why does everything use the Mana Orb...

0.8.4

Glass and Mana Orbs split into two items again. Reset fluid recipes again, as they have changed to mirror this.

Config crash fixed.

Multiple fluid recipes of the same type can now occur at once.

Fluid recipes with no duration that don't consume their liquids now run all at once. This can be disabled by setting the new "instant" recipe flag to false.

0.8.3

Another internal update, DELETE YOUR WIZARDRY CONFIG FOLER OR RUN /wizardry reset TO UPDATE PROPERLY!

Overhauled spell creation, your existing spells are possibly broken again.

Book now opens in your hand if it has a spell recipe saved.

Detailed info added to each module about what each modifier does. This is more translation work for you translators!

Mana Orbs have been overhauled, they now visually show their fill levels, as well as have a new look when placed in Pearl Holders.

Mana Orbs can now be refilled, regardless of how much of their mana has been drained.

Modifiers now properly affect everything. Again.

All spells have been rebalanced, many components actually gain more than a tick of duration from a +Time modifier now.

New crafting altar animation, which should actually work for everyone this time!

Added configs allowing you to disable rendering of the various halos and the cape. Will eventually be replaced by a cosmetics system.

Fluid recipes no longer crash on completion.

The "type" field in fluid recipes is no longer required, and defaults to "item".

Various other miscellaneous bugfixes.

0.8.2

Added new Leech spell effect

0.8.1

Fix crash when opening the book

0.8

DELETE YOUR WIZARDRY CONFIG FOLDER OR RUN /wizardry reset TO UPDATE EVERYTHING PROPERLY!!!

JEI SUPPORT! FOR EVERYTHING. AAAAAAAAH.

Overhauled whole spell system. Your existing spells are broken now. Mod is in alpha

Overhauled whole book AND documentation. It's now pretty and readable!

Overhauled crafting systems. Burnables and liquid recipes generified & made efficient.

Fixed a compatibility bug with FluxNetworks.

All text is now in en_us.lang. Everything can be properly translated now. EVERYTHING.

Cape now shows level indicator.

Spell system got rebalanced and properly calculates mana/burnout costs.

Crafting plate got less bugs and subsequently more bugs. Also updated visuals. (sort of buggy)

Mana battery now has a recipe. I know. Amazing.

The Real halo now has a TEMPORARY RECIPE ONLY. Once we implement our first boss, it'll be gone.

Fixed a crash with WAWLA. Go blame them, not us.

Updated some components and modifiers.

[22:12:08] [main/INFO]: Mod railcraft not detected, not activating module Railcraft Integration [22:12:08] [main/INFO]: Preinitializing modules for mod magicbees... [22:12:08] [main/INFO]: Preinitializing module Botania Integration [22:12:08] [main/INFO]: Preinitializing module Vanilla Module [22:12:08] [main/INFO]: Preinitializing module RedstoneArsenal Integration [22:12:08] [main/INFO]: Preinitializing module ThermalExpansion Integration [22:12:08] [main/INFO]: Preinitializing module AE2 Integration [22:12:08] [main/INFO]: Preinitialized 5 modules for mod magicbees [22:12:08] [main/INFO]: MagicBees has Pre-initialized in 399 ms [22:12:09] [main/INFO]: Loading configuration [22:12:09] [main/INFO]: Pre Initializing... [22:12:10] [main/INFO]: OBJLoader: Domain nuclearcraft has been added. [22:12:12] [main/INFO]: OBJLoader: Domain openblocks has been added. [22:12:13] [main/INFO]: OBJLoader: Domain overloaded has been added. [22:12:14] [main/INFO]: twilightforest has loaded compatibility for mod Chisel. [22:12:14] [main/INFO]: twilightforest has loaded compatibility for mod Just Enough Items. [22:12:14] [main/INFO]: twilightforest has loaded compatibility for mod Tinkers' Construct. [22:12:14] [main/INFO]: twilightforest has skipped compatibility for mod Thaumcraft. [22:12:15] [main/INFO]: Pre loaded registries in327ms [22:12:15] [main/ERROR]: Failed to read config value water_mill.WaterMillEnergyPerTick resetting to default value [22:12:15] [main/INFO]: [reborncore.common.registration.impl.ConfigRegistryFactory:handleField:92]: java.lang.NumberFormatException: For input string: "0.1" [22:12:15] [main/INFO]: [reborncore.common.registration.impl.ConfigRegistryFactory:handleField:92]: at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65) [22:12:15] [main/INFO]: [reborncore.common.registration.impl.ConfigRegistryFactory:handleField:92]: at java.lang.Integer.parseInt(Integer.java:580) [22:12:15] [main/INFO]: [reborncore.common.registration.impl.ConfigRegistryFactory:handleField:92]: at java.lang.Integer.parseInt(Integer.java:615) [22:12:15] [main/INFO]: [reborncore.common.registration.impl.ConfigRegistryFactory:handleField:92]: at net.minecraftforge.common.config.Property.getInt(Property.java:712) [22:12:15] [main/INFO]: [reborncore.common.registration.impl.ConfigRegistryFactory:handleField:92]: at reborncore.common.registration.impl.ConfigRegistryFactory.getObjectFromProperty(ConfigRegistryFactory.java:123) [22:12:15] [main/INFO]: [reborncore.common.registration.impl.ConfigRegistryFactory:handleField:92]: at reborncore.common.registration.impl.ConfigRegistryFactory.handleField(ConfigRegistryFactory.java:89) [22:12:15] [main/INFO]: [reborncore.common.registration.impl.ConfigRegistryFactory:handleField:92]: at reborncore.common.registration.RegistrationManager.handleClass(RegistrationManager.java:124) [22:12:15] [main/INFO]: [reborncore.common.registration.impl.ConfigRegistryFactory:handleField:92]: at reborncore.common.registration.RegistrationManager.load(RegistrationManager.java:103) [22:12:15] [main/INFO]: [reborncore.common.registration.impl.ConfigRegistryFactory:handleField:92]: at reborncore.RebornCore.preInit(RebornCore.java:101) [22:12:15] [main/INFO]: [reborncore.common.registration.impl.ConfigRegistryFactory:handleField:92]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [22:12:15] [main/INFO]: [reborncore.common.registration.impl.ConfigRegistryFactory:handleField:92]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [22:12:15] [main/INFO]: [reborncore.common.registration.impl.ConfigRegistryFactory:handleField:92]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [22:12:15] [main/INFO]: [reborncore.common.registration.impl.ConfigRegistryFactory:handleField:92]: at java.lang.reflect.Method.invoke(Method.java:483) [22:12:15] [main/INFO]: [reborncore.common.registration.impl.ConfigRegistryFactory:handleField:92]: at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:600) [22:12:15] [main/INFO]: [reborncore.common.registration.impl.ConfigRegistryFactory:handleField:92]: at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source) [22:12:15] [main/INFO]: [reborncore.common.registration.impl.ConfigRegistryFactory:handleField:92]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [22:12:15] [main/INFO]: [reborncore.common.registration.impl.ConfigRegistryFactory:handleField:92]: at java.lang.reflect.Method.invoke(Method.java:483) [22:12:15] [main/INFO]: [reborncore.common.registration.impl.ConfigRegistryFactory:handleField:92]: at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) [22:12:15] [main/INFO]: [reborncore.common.registration.impl.ConfigRegistryFactory:handleField:92]: at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) [22:12:15] [main/INFO]: [reborncore.common.registration.impl.ConfigRegistryFactory:handleField:92]: at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) [22:12:15] [main/INFO]: [reborncore.common.registration.impl.ConfigRegistryFactory:handleField:92]: at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) [22:12:15] [main/INFO]: [reborncore.common.registration.impl.ConfigRegistryFactory:handleField:92]: at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) [22:12:15] [main/INFO]: [reborncore.common.registration.impl.ConfigRegistryFactory:handleField:92]: at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) [22:12:15] [main/INFO]: [reborncore.common.registration.impl.ConfigRegistryFactory:handleField:92]: at com.google.common.eventbus.EventBus.post(EventBus.java:217) [22:12:15] [main/INFO]: [reborncore.common.registration.impl.ConfigRegistryFactory:handleField:92]: at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:278) [22:12:15] [main/INFO]: [reborncore.common.registration.impl.ConfigRegistryFactory:handleField:92]: at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:256) [22:12:15] [main/INFO]: [reborncore.common.registration.impl.ConfigRegistryFactory:handleField:92]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [22:12:15] [main/INFO]: [reborncore.common.registration.impl.ConfigRegistryFactory:handleField:92]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [22:12:15] [main/INFO]: [reborncore.common.registration.impl.ConfigRegistryFactory:handleField:92]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [22:12:15] [main/INFO]: [reborncore.common.registration.impl.ConfigRegistryFactory:handleField:92]: at java.lang.reflect.Method.invoke(Method.java:483) [22:12:15] [main/INFO]: [reborncore.common.registration.impl.ConfigRegistryFactory:handleField:92]: at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)

AthlonS2K commented 6 years ago

part 3 [22:12:15] [main/INFO]: [reborncore.common.registration.impl.ConfigRegistryFactory:handleField:92]: at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) [22:12:15] [main/INFO]: [reborncore.common.registration.impl.ConfigRegistryFactory:handleField:92]: at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) [22:12:15] [main/INFO]: [reborncore.common.registration.impl.ConfigRegistryFactory:handleField:92]: at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) [22:12:15] [main/INFO]: [reborncore.common.registration.impl.ConfigRegistryFactory:handleField:92]: at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) [22:12:15] [main/INFO]: [reborncore.common.registration.impl.ConfigRegistryFactory:handleField:92]: at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) [22:12:15] [main/INFO]: [reborncore.common.registration.impl.ConfigRegistryFactory:handleField:92]: at com.google.common.eventbus.EventBus.post(EventBus.java:217) [22:12:15] [main/INFO]: [reborncore.common.registration.impl.ConfigRegistryFactory:handleField:92]: at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:148) [22:12:15] [main/INFO]: [reborncore.common.registration.impl.ConfigRegistryFactory:handleField:92]: at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:602) [22:12:15] [main/INFO]: [reborncore.common.registration.impl.ConfigRegistryFactory:handleField:92]: at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:270) [22:12:15] [main/INFO]: [reborncore.common.registration.impl.ConfigRegistryFactory:handleField:92]: at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:466) [22:12:15] [main/INFO]: [reborncore.common.registration.impl.ConfigRegistryFactory:handleField:92]: at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377) [22:12:15] [main/INFO]: [reborncore.common.registration.impl.ConfigRegistryFactory:handleField:92]: at net.minecraft.client.main.Main.main(SourceFile:123) [22:12:15] [main/INFO]: [reborncore.common.registration.impl.ConfigRegistryFactory:handleField:92]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [22:12:15] [main/INFO]: [reborncore.common.registration.impl.ConfigRegistryFactory:handleField:92]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [22:12:15] [main/INFO]: [reborncore.common.registration.impl.ConfigRegistryFactory:handleField:92]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [22:12:15] [main/INFO]: [reborncore.common.registration.impl.ConfigRegistryFactory:handleField:92]: at java.lang.reflect.Method.invoke(Method.java:483) [22:12:15] [main/INFO]: [reborncore.common.registration.impl.ConfigRegistryFactory:handleField:92]: at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [22:12:15] [main/INFO]: [reborncore.common.registration.impl.ConfigRegistryFactory:handleField:92]: at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [22:12:15] [main/INFO]: Loaded registrys for reborncore.common.registration.RegistryConstructionEvent in 55ms [22:12:15] [main/ERROR]: Failed to read config value water_mill.WaterMillEnergyPerTick resetting to default value [22:12:15] [main/INFO]: [reborncore.common.registration.impl.ConfigRegistryFactory:handleField:92]: java.lang.NumberFormatException: For input string: "0.1" [22:12:15] [main/INFO]: [reborncore.common.registration.impl.ConfigRegistryFactory:handleField:92]: at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65) [22:12:15] [main/INFO]: [reborncore.common.registration.impl.ConfigRegistryFactory:handleField:92]: at java.lang.Integer.parseInt(Integer.java:580) [22:12:15] [main/INFO]: [reborncore.common.registration.impl.ConfigRegistryFactory:handleField:92]: at java.lang.Integer.parseInt(Integer.java:615) [22:12:15] [main/INFO]: [reborncore.common.registration.impl.ConfigRegistryFactory:handleField:92]: at net.minecraftforge.common.config.Property.getInt(Property.java:712) [22:12:15] [main/INFO]: [reborncore.common.registration.impl.ConfigRegistryFactory:handleField:92]: at reborncore.common.registration.impl.ConfigRegistryFactory.getObjectFromProperty(ConfigRegistryFactory.java:123) [22:12:15] [main/INFO]: [reborncore.common.registration.impl.ConfigRegistryFactory:handleField:92]: at reborncore.common.registration.impl.ConfigRegistryFactory.handleField(ConfigRegistryFactory.java:89) [22:12:15] [main/INFO]: [reborncore.common.registration.impl.ConfigRegistryFactory:handleField:92]: at reborncore.common.registration.RegistrationManager.handleClass(RegistrationManager.java:124) [22:12:15] [main/INFO]: [reborncore.common.registration.impl.ConfigRegistryFactory:handleField:92]: at reborncore.common.registration.RegistrationManager.load(RegistrationManager.java:103) [22:12:15] [main/INFO]: [reborncore.common.registration.impl.ConfigRegistryFactory:handleField:92]: at reborncore.RebornCore.preInit(RebornCore.java:112) [22:12:15] [main/INFO]: [reborncore.common.registration.impl.ConfigRegistryFactory:handleField:92]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [22:12:15] [main/INFO]: [reborncore.common.registration.impl.ConfigRegistryFactory:handleField:92]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [22:12:15] [main/INFO]: [reborncore.common.registration.impl.ConfigRegistryFactory:handleField:92]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [22:12:15] [main/INFO]: [reborncore.common.registration.impl.ConfigRegistryFactory:handleField:92]: at java.lang.reflect.Method.invoke(Method.java:483) [22:12:15] [main/INFO]: [reborncore.common.registration.impl.ConfigRegistryFactory:handleField:92]: at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:600) [22:12:15] [main/INFO]: [reborncore.common.registration.impl.ConfigRegistryFactory:handleField:92]: at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source) [22:12:15] [main/INFO]: [reborncore.common.registration.impl.ConfigRegistryFactory:handleField:92]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [22:12:15] [main/INFO]: [reborncore.common.registration.impl.ConfigRegistryFactory:handleField:92]: at java.lang.reflect.Method.invoke(Method.java:483) [22:12:15] [main/INFO]: [reborncore.common.registration.impl.ConfigRegistryFactory:handleField:92]: at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) [22:12:15] [main/INFO]: [reborncore.common.registration.impl.ConfigRegistryFactory:handleField:92]: at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) [22:12:15] [main/INFO]: [reborncore.common.registration.impl.ConfigRegistryFactory:handleField:92]: at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) [22:12:15] [main/INFO]: [reborncore.common.registration.impl.ConfigRegistryFactory:handleField:92]: at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) [22:12:15] [main/INFO]: [reborncore.common.registration.impl.ConfigRegistryFactory:handleField:92]: at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) [22:12:15] [main/INFO]: [reborncore.common.registration.impl.ConfigRegistryFactory:handleField:92]: at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) [22:12:15] [main/INFO]: [reborncore.common.registration.impl.ConfigRegistryFactory:handleField:92]: at com.google.common.eventbus.EventBus.post(EventBus.java:217) [22:12:15] [main/INFO]: [reborncore.common.registration.impl.ConfigRegistryFactory:handleField:92]: at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:278) [22:12:15] [main/INFO]: [reborncore.common.registration.impl.ConfigRegistryFactory:handleField:92]: at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:256) [22:12:15] [main/INFO]: [reborncore.common.registration.impl.ConfigRegistryFactory:handleField:92]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [22:12:15] [main/INFO]: [reborncore.common.registration.impl.ConfigRegistryFactory:handleField:92]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [22:12:15] [main/INFO]: [reborncore.common.registration.impl.ConfigRegistryFactory:handleField:92]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [22:12:15] [main/INFO]: [reborncore.common.registration.impl.ConfigRegistryFactory:handleField:92]: at java.lang.reflect.Method.invoke(Method.java:483) [22:12:15] [main/INFO]: [reborncore.common.registration.impl.ConfigRegistryFactory:handleField:92]: at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) [22:12:15] [main/INFO]: [reborncore.common.registration.impl.ConfigRegistryFactory:handleField:92]: at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) [22:12:15] [main/INFO]: [reborncore.common.registration.impl.ConfigRegistryFactory:handleField:92]: at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) [22:12:15] [main/INFO]: [reborncore.common.registration.impl.ConfigRegistryFactory:handleField:92]: at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) [22:12:15] [main/INFO]: [reborncore.common.registration.impl.ConfigRegistryFactory:handleField:92]: at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) [22:12:15] [main/INFO]: [reborncore.common.registration.impl.ConfigRegistryFactory:handleField:92]: at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) [22:12:15] [main/INFO]: [reborncore.common.registration.impl.ConfigRegistryFactory:handleField:92]: at com.google.common.eventbus.EventBus.post(EventBus.java:217) [22:12:15] [main/INFO]: [reborncore.common.registration.impl.ConfigRegistryFactory:handleField:92]: at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:148) [22:12:15] [main/INFO]: [reborncore.common.registration.impl.ConfigRegistryFactory:handleField:92]: at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:602) [22:12:15] [main/INFO]: [reborncore.common.registration.impl.ConfigRegistryFactory:handleField:92]: at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:270) [22:12:15] [main/INFO]: [reborncore.common.registration.impl.ConfigRegistryFactory:handleField:92]: at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:466) [22:12:15] [main/INFO]: [reborncore.common.registration.impl.ConfigRegistryFactory:handleField:92]: at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377) [22:12:15] [main/INFO]: [reborncore.common.registration.impl.ConfigRegistryFactory:handleField:92]: at net.minecraft.client.main.Main.main(SourceFile:123) [22:12:15] [main/INFO]: [reborncore.common.registration.impl.ConfigRegistryFactory:handleField:92]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [22:12:15] [main/INFO]: [reborncore.common.registration.impl.ConfigRegistryFactory:handleField:92]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [22:12:15] [main/INFO]: [reborncore.common.registration.impl.ConfigRegistryFactory:handleField:92]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [22:12:15] [main/INFO]: [reborncore.common.registration.impl.ConfigRegistryFactory:handleField:92]: at java.lang.reflect.Method.invoke(Method.java:483) [22:12:15] [main/INFO]: [reborncore.common.registration.impl.ConfigRegistryFactory:handleField:92]: at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [22:12:15] [main/INFO]: [reborncore.common.registration.impl.ConfigRegistryFactory:handleField:92]: at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [22:12:15] [main/INFO]: Loaded registrys for net.minecraftforge.fml.common.event.FMLPreInitializationEvent in 16ms [22:12:15] [ReAuth-VersionChecker/INFO]: Looking for Updates [22:12:15] [ReAuth-VersionChecker/INFO]: Looking for Updates - Finished [22:12:16] [main/INFO]: OBJLoader: Domain rftoolscontrol has been added. [22:12:16] [main/INFO]: Registering rftools dimension type at id 7896 [22:12:16] [main/INFO]: Reading dimlets.json from config [22:12:16] [main/INFO]: Reading default dimlets.json [22:12:17] [main/INFO]: Starting Simply Jetpacks 2 [22:12:17] [main/INFO]: Loading configuration files [22:12:17] [main/INFO]: Stealing Thermal Expansion's items [22:12:17] [main/INFO]: Registering items... [22:12:18] [main/INFO]: Loading plugins [22:12:18] [main/INFO]: Found plugin candidate:vswe.stevescarts.compat.ic2.CompatIC2 [22:12:18] [main/INFO]: Plugin vswe.stevescarts.compat.ic2.CompatIC2 was found and has been initialized successfully! [22:12:18] [main/INFO]: Found plugin candidate:vswe.stevescarts.compat.forestry.CompatForestry [22:12:18] [main/INFO]: Plugin vswe.stevescarts.compat.forestry.CompatForestry was found and has been initialized successfully! [22:12:18] [main/INFO]: Loaded 2 plugins [22:12:18] [main/INFO]: TechReborns Blocks Loaded [22:12:19] [main/INFO]: TechReborns Items Loaded [22:12:19] [main/INFO]: IC2 installed, enabling integration [22:12:19] [main/INFO]: Hello chisel, shiny things will be enabled in techreborn [22:12:19] [main/INFO]: Found 388 ores [22:12:19] [main/INFO]: Crafting Table Recipes Added [22:12:19] [main/INFO]: PreInitialization Complete [22:12:19] [main/INFO]: Tinker I/O Waila Plugin Started! [22:12:19] [main/INFO]: Found 17 addon candidates. [22:12:19] [main/INFO]: Created addon Chisel. [22:12:19] [main/INFO]: Created addon IndustrialCraft 2 with 4 special helmets. [22:12:19] [main/INFO]: Created addon Steve's Carts 2. [22:12:19] [main/INFO]: Created addon Base. [22:12:19] [main/INFO]: Created addon Advanced Generators. [22:12:19] [main/INFO]: Created addon Botania with 4 special helmets. [22:12:20] [main/INFO]: Created addon Forestry with 2 special helmets. [22:12:20] [main/INFO]: Created addon Tinkers' Construct. [22:12:20] [main/INFO]: Created addon Vanilla. [22:12:20] [main/INFO]: Created addon Binnie's Mods. [22:12:20] [main/INFO]: Created addon Storage Drawers. [22:12:20] [main/INFO]: Created addon Thermal Expansion. [22:12:20] [main/INFO]: Created addon Thermal Dynamics. [22:12:20] [main/INFO]: Created addon OpenComputers. [22:12:20] [main/INFO]: Unloader loaded!... Wait... What? [22:12:20] [main/INFO]: OBJLoader: Domain usefulnullifiers has been added. [22:12:20] [main/INFO]: OBJLoader: Domain elulib has been added. [22:12:22] [main/WARN]: A mod has attempted to assign Block Block{null} to the Fluid 'oxygen' but this Fluid has already been linked to the Block Block{nuclearcraft:fluid_oxygen}. You may have duplicate Fluid Blocks as a result. It may be possible to configure your mods to avoid this. [22:12:22] [main/WARN]: A mod has attempted to assign Block Block{null} to the Fluid 'hydrogen' but this Fluid has already been linked to the Block Block{nuclearcraft:fluid_hydrogen}. You may have duplicate Fluid Blocks as a result. It may be possible to configure your mods to avoid this. [22:12:22] [main/WARN]: A mod has attempted to assign Block Block{null} to the Fluid 'nitrogen' but this Fluid has already been linked to the Block Block{nuclearcraft:fluid_nitrogen}. You may have duplicate Fluid Blocks as a result. It may be possible to configure your mods to avoid this. [22:12:22] [main/INFO]: Loading blocks... [22:12:22] [main/INFO]: 72 Feature's blocks loaded. [22:12:22] [main/INFO]: Loading Tile Entities... [22:12:22] [main/INFO]: Tile Entities loaded. [22:12:26] [main/INFO]: Initializing Blocks... [22:12:26] [main/INFO]: Successfully registered 3 Blocks for class net.minecraft.block.Block from aroma1997sdimension. [22:12:26] [main/INFO]: Potentially Dangerous alternative prefix minecraft for name crafting_table, expected fastbench. This could be a intended override, but in most cases indicates a broken mod. [22:12:26] [main/INFO]: Applying holder lookups [22:12:26] [main/INFO]: Holder lookups applied [22:12:27] [main/INFO]: Loading items... [22:12:27] [main/INFO]: 72 Feature's items loaded. [22:12:28] [main/INFO]: Initializing Items... [22:12:29] [main/INFO]: Initializing OreDictionary Entries...

[22:12:29] [main/WARN]: Registry Item: The object me.jacky1356400.actuallybaubles.item.ItemMagnetRingBauble@19b603b1 has been registered twice for the same name actuallyadditions:magnet_ring_bauble. [22:12:29] [main/WARN]: at net.minecraftforge.registries.ForgeRegistry.add(ForgeRegistry.java:294) [22:12:29] [main/WARN]: at net.minecraftforge.registries.ForgeRegistry.add(ForgeRegistry.java:275) [22:12:29] [main/WARN]: at net.minecraftforge.registries.ForgeRegistry.register(ForgeRegistry.java:108) [22:12:29] [main/WARN]: at net.minecraftforge.registries.ForgeRegistry.registerAll(ForgeRegistry.java:149) [22:12:29] [main/WARN]: at me.jacky1356400.actuallybaubles.ActuallyBaubles.onItemRegistry(ActuallyBaubles.java:67) [22:12:29] [main/WARN]: * at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_849_ActuallyBaubles_onItemRegistry_Register.invoke(.dynamic)...

[22:12:29] [main/WARN]: Registry Item: The object me.jacky1356400.actuallybaubles.item.ItemPotionRingAdvancedBauble@2fa24e19 has been registered twice for the same name actuallyadditions:potion_ring_advanced_bauble. [22:12:29] [main/WARN]: at net.minecraftforge.registries.ForgeRegistry.add(ForgeRegistry.java:294) [22:12:29] [main/WARN]: at net.minecraftforge.registries.ForgeRegistry.add(ForgeRegistry.java:275) [22:12:29] [main/WARN]: at net.minecraftforge.registries.ForgeRegistry.register(ForgeRegistry.java:108) [22:12:29] [main/WARN]: at net.minecraftforge.registries.ForgeRegistry.registerAll(ForgeRegistry.java:149) [22:12:29] [main/WARN]: at me.jacky1356400.actuallybaubles.ActuallyBaubles.onItemRegistry(ActuallyBaubles.java:67) [22:12:29] [main/WARN]: * at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_849_ActuallyBaubles_onItemRegistry_Register.invoke(.dynamic)...

[22:12:29] [main/WARN]: Registry Item: The object me.jacky1356400.actuallybaubles.item.ItemBatteryBauble@6ae7d359 has been registered twice for the same name actuallyadditions:battery_bauble. [22:12:29] [main/WARN]: at net.minecraftforge.registries.ForgeRegistry.add(ForgeRegistry.java:294) [22:12:29] [main/WARN]: at net.minecraftforge.registries.ForgeRegistry.add(ForgeRegistry.java:275) [22:12:29] [main/WARN]: at net.minecraftforge.registries.ForgeRegistry.register(ForgeRegistry.java:108) [22:12:29] [main/WARN]: at net.minecraftforge.registries.ForgeRegistry.registerAll(ForgeRegistry.java:149) [22:12:29] [main/WARN]: at me.jacky1356400.actuallybaubles.ActuallyBaubles.onItemRegistry(ActuallyBaubles.java:67) [22:12:29] [main/WARN]: * at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_849_ActuallyBaubles_onItemRegistry_Register.invoke(.dynamic)...

[22:12:29] [main/WARN]: Registry Item: The object me.jacky1356400.actuallybaubles.item.ItemBatteryBauble@2a93febd has been registered twice for the same name actuallyadditions:battery_double_bauble. [22:12:29] [main/WARN]: at net.minecraftforge.registries.ForgeRegistry.add(ForgeRegistry.java:294) [22:12:29] [main/WARN]: at net.minecraftforge.registries.ForgeRegistry.add(ForgeRegistry.java:275) [22:12:29] [main/WARN]: at net.minecraftforge.registries.ForgeRegistry.register(ForgeRegistry.java:108) [22:12:29] [main/WARN]: at net.minecraftforge.registries.ForgeRegistry.registerAll(ForgeRegistry.java:149) [22:12:29] [main/WARN]: at me.jacky1356400.actuallybaubles.ActuallyBaubles.onItemRegistry(ActuallyBaubles.java:67) [22:12:29] [main/WARN]: * at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_849_ActuallyBaubles_onItemRegistry_Register.invoke(.dynamic)...

[22:12:29] [main/WARN]: Registry Item: The object me.jacky1356400.actuallybaubles.item.ItemBatteryBauble@391cbd5 has been registered twice for the same name actuallyadditions:battery_triple_bauble. [22:12:29] [main/WARN]: at net.minecraftforge.registries.ForgeRegistry.add(ForgeRegistry.java:294) [22:12:29] [main/WARN]: at net.minecraftforge.registries.ForgeRegistry.add(ForgeRegistry.java:275) [22:12:29] [main/WARN]: at net.minecraftforge.registries.ForgeRegistry.register(ForgeRegistry.java:108) [22:12:29] [main/WARN]: at net.minecraftforge.registries.ForgeRegistry.registerAll(ForgeRegistry.java:149) [22:12:29] [main/WARN]: at me.jacky1356400.actuallybaubles.ActuallyBaubles.onItemRegistry(ActuallyBaubles.java:67) [22:12:29] [main/WARN]: * at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_849_ActuallyBaubles_onItemRegistry_Register.invoke(.dynamic)...

[22:12:29] [main/WARN]: Registry Item: The object me.jacky1356400.actuallybaubles.item.ItemBatteryBauble@3e7e9f38 has been registered twice for the same name actuallyadditions:battery_quadruple_bauble. [22:12:29] [main/WARN]: at net.minecraftforge.registries.ForgeRegistry.add(ForgeRegistry.java:294) [22:12:29] [main/WARN]: at net.minecraftforge.registries.ForgeRegistry.add(ForgeRegistry.java:275) [22:12:29] [main/WARN]: at net.minecraftforge.registries.ForgeRegistry.register(ForgeRegistry.java:108) [22:12:29] [main/WARN]: at net.minecraftforge.registries.ForgeRegistry.registerAll(ForgeRegistry.java:149) [22:12:29] [main/WARN]: at me.jacky1356400.actuallybaubles.ActuallyBaubles.onItemRegistry(ActuallyBaubles.java:67) [22:12:29] [main/WARN]: * at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_849_ActuallyBaubles_onItemRegistry_Register.invoke(.dynamic)...

[22:12:29] [main/WARN]: Registry Item: The object me.jacky1356400.actuallybaubles.item.ItemBatteryBauble@6ad7feb5 has been registered twice for the same name actuallyadditions:battery_quintuple_bauble. [22:12:29] [main/WARN]: at net.minecraftforge.registries.ForgeRegistry.add(ForgeRegistry.java:294) [22:12:29] [main/WARN]: at net.minecraftforge.registries.ForgeRegistry.add(ForgeRegistry.java:275) [22:12:29] [main/WARN]: at net.minecraftforge.registries.ForgeRegistry.register(ForgeRegistry.java:108) [22:12:29] [main/WARN]: at net.minecraftforge.registries.ForgeRegistry.registerAll(ForgeRegistry.java:149) [22:12:29] [main/WARN]: at me.jacky1356400.actuallybaubles.ActuallyBaubles.onItemRegistry(ActuallyBaubles.java:67) [22:12:29] [main/WARN]: * at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_849_ActuallyBaubles_onItemRegistry_Register.invoke(.dynamic)...

[22:12:29] [main/INFO]: Successfully registered 4 Items for class net.minecraft.item.Item from aroma1997sdimension. [22:12:29] [main/INFO]: Registered ore dict entry workbench : Block{cyclicmagic:block_workbench} [22:12:29] [main/INFO]: Registered ore dict entry oreRedstone : Nether Redstone Ore [22:12:29] [main/INFO]: Registered ore dict entry oreIron : Nether Iron Ore [22:12:29] [main/INFO]: Registered ore dict entry oreGold : Nether Gold Ore [22:12:29] [main/INFO]: Registered ore dict entry oreCoal : Nether Coal Ore [22:12:29] [main/INFO]: Registered ore dict entry oreLapis : Nether Lapis Ore [22:12:29] [main/INFO]: Registered ore dict entry oreEmerald : Nether Emerald Ore [22:12:29] [main/INFO]: Registered ore dict entry oreDiamond : Nether Diamond Ore [22:12:29] [main/INFO]: Registered ore dict entry oreRedstone : End Redstone Ore [22:12:29] [main/INFO]: Registered ore dict entry oreCoal : End Coal Ore [22:12:29] [main/INFO]: Registered ore dict entry oreLapis : End Lapis Ore [22:12:29] [main/INFO]: Registered ore dict entry oreEmerald : End Emerald Ore [22:12:29] [main/INFO]: Registered ore dict entry oreDiamond : End Diamond Ore [22:12:29] [main/INFO]: Registered ore dict entry oreGold : End Gold Ore [22:12:29] [main/INFO]: Registered ore dict entry oreIron : End Iron Ore

[22:12:29] [main/WARN]: Invalid registration attempt for an Ore Dictionary item with name listAllchickenraw has occurred. The registration has been denied to prevent crashes. The mod responsible for the registration needs to correct this. [22:12:29] [main/WARN]: at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:642) [22:12:29] [main/WARN]: at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:628) [22:12:29] [main/WARN]: at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:626) [22:12:29] [main/WARN]: at com.pam.harvestcraft.item.GeneralOreRegistry.registerFoodOres(GeneralOreRegistry.java:1280) [22:12:29] [main/WARN]: at com.pam.harvestcraft.item.GeneralOreRegistry.initOreRegistry(GeneralOreRegistry.java:1082) [22:12:29] [main/WARN]: * at com.pam.harvestcraft.item.ItemRegistry.onItemRegistry(ItemRegistry.java:2538)...

[22:12:29] [main/WARN]: Invalid registration attempt for an Ore Dictionary item with name listAllchickencooked has occurred. The registration has been denied to prevent crashes. The mod responsible for the registration needs to correct this. [22:12:29] [main/WARN]: at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:642) [22:12:29] [main/WARN]: at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:628) [22:12:29] [main/WARN]: at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:626) [22:12:29] [main/WARN]: at com.pam.harvestcraft.item.GeneralOreRegistry.registerFoodOres(GeneralOreRegistry.java:1281) [22:12:29] [main/WARN]: at com.pam.harvestcraft.item.GeneralOreRegistry.initOreRegistry(GeneralOreRegistry.java:1082) [22:12:29] [main/WARN]: * at com.pam.harvestcraft.item.ItemRegistry.onItemRegistry(ItemRegistry.java:2538)...

[22:12:29] [main/WARN]: Invalid registration attempt for an Ore Dictionary item with name listAllporkraw has occurred. The registration has been denied to prevent crashes. The mod responsible for the registration needs to correct this. [22:12:29] [main/WARN]: at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:642) [22:12:29] [main/WARN]: at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:628) [22:12:29] [main/WARN]: at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:626) [22:12:29] [main/WARN]: at com.pam.harvestcraft.item.GeneralOreRegistry.registerFoodOres(GeneralOreRegistry.java:1284) [22:12:29] [main/WARN]: at com.pam.harvestcraft.item.GeneralOreRegistry.initOreRegistry(GeneralOreRegistry.java:1082) [22:12:29] [main/WARN]: * at com.pam.harvestcraft.item.ItemRegistry.onItemRegistry(ItemRegistry.java:2538)...

[22:12:29] [main/WARN]: Invalid registration attempt for an Ore Dictionary item with name listAllporkcooked has occurred. The registration has been denied to prevent crashes. The mod responsible for the registration needs to correct this. [22:12:29] [main/WARN]: at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:642) [22:12:29] [main/WARN]: at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:628) [22:12:29] [main/WARN]: at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:626) [22:12:29] [main/WARN]: at com.pam.harvestcraft.item.GeneralOreRegistry.registerFoodOres(GeneralOreRegistry.java:1285) [22:12:29] [main/WARN]: at com.pam.harvestcraft.item.GeneralOreRegistry.initOreRegistry(GeneralOreRegistry.java:1082) [22:12:29] [main/WARN]: * at com.pam.harvestcraft.item.ItemRegistry.onItemRegistry(ItemRegistry.java:2538)...

[22:12:29] [main/WARN]: Invalid registration attempt for an Ore Dictionary item with name listAllbeefraw has occurred. The registration has been denied to prevent crashes. The mod responsible for the registration needs to correct this. [22:12:29] [main/WARN]: at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:642) [22:12:29] [main/WARN]: at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:628) [22:12:29] [main/WARN]: at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:626) [22:12:29] [main/WARN]: at com.pam.harvestcraft.item.GeneralOreRegistry.registerFoodOres(GeneralOreRegistry.java:1288) [22:12:29] [main/WARN]: at com.pam.harvestcraft.item.GeneralOreRegistry.initOreRegistry(GeneralOreRegistry.java:1082) [22:12:29] [main/WARN]: * at com.pam.harvestcraft.item.ItemRegistry.onItemRegistry(ItemRegistry.java:2538)...

[22:12:29] [main/WARN]: Invalid registration attempt for an Ore Dictionary item with name listAllbeefcooked has occurred. The registration has been denied to prevent crashes. The mod responsible for the registration needs to correct this. [22:12:29] [main/WARN]: at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:642) [22:12:29] [main/WARN]: at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:628) [22:12:29] [main/WARN]: at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:626) [22:12:29] [main/WARN]: at com.pam.harvestcraft.item.GeneralOreRegistry.registerFoodOres(GeneralOreRegistry.java:1289) [22:12:29] [main/WARN]: at com.pam.harvestcraft.item.GeneralOreRegistry.initOreRegistry(GeneralOreRegistry.java:1082) [22:12:29] [main/WARN]: * at com.pam.harvestcraft.item.ItemRegistry.onItemRegistry(ItemRegistry.java:2538)...

[22:12:29] [main/WARN]: Invalid registration attempt for an Ore Dictionary item with name listAllmuttonraw has occurred. The registration has been denied to prevent crashes. The mod responsible for the registration needs to correct this. [22:12:29] [main/WARN]: at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:642) [22:12:29] [main/WARN]: at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:628) [22:12:29] [main/WARN]: at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:626) [22:12:29] [main/WARN]: at com.pam.harvestcraft.item.GeneralOreRegistry.registerFoodOres(GeneralOreRegistry.java:1292) [22:12:29] [main/WARN]: at com.pam.harvestcraft.item.GeneralOreRegistry.initOreRegistry(GeneralOreRegistry.java:1082) [22:12:29] [main/WARN]: * at com.pam.harvestcraft.item.ItemRegistry.onItemRegistry(ItemRegistry.java:2538)...

[22:12:29] [main/WARN]: Invalid registration attempt for an Ore Dictionary item with name listAllmuttoncooked has occurred. The registration has been denied to prevent crashes. The mod responsible for the registration needs to correct this. [22:12:29] [main/WARN]: at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:642) [22:12:29] [main/WARN]: at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:628) [22:12:29] [main/WARN]: at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:626) [22:12:29] [main/WARN]: at com.pam.harvestcraft.item.GeneralOreRegistry.registerFoodOres(GeneralOreRegistry.java:1293) [22:12:29] [main/WARN]: at com.pam.harvestcraft.item.GeneralOreRegistry.initOreRegistry(GeneralOreRegistry.java:1082) [22:12:29] [main/WARN]: * at com.pam.harvestcraft.item.ItemRegistry.onItemRegistry(ItemRegistry.java:2538)...

[22:12:29] [main/WARN]: Invalid registration attempt for an Ore Dictionary item with name listAllrabbitraw has occurred. The registration has been denied to prevent crashes. The mod responsible for the registration needs to correct this. [22:12:29] [main/WARN]: at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:642) [22:12:29] [main/WARN]: at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:628) [22:12:29] [main/WARN]: at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:626) [22:12:29] [main/WARN]: at com.pam.harvestcraft.item.GeneralOreRegistry.registerFoodOres(GeneralOreRegistry.java:1298) [22:12:29] [main/WARN]: at com.pam.harvestcraft.item.GeneralOreRegistry.initOreRegistry(GeneralOreRegistry.java:1082) [22:12:29] [main/WARN]: * at com.pam.harvestcraft.item.ItemRegistry.onItemRegistry(ItemRegistry.java:2538)...

[22:12:29] [main/WARN]: Invalid registration attempt for an Ore Dictionary item with name listAllrabbitcooked has occurred. The registration has been denied to prevent crashes. The mod responsible for the registration needs to correct this. [22:12:29] [main/WARN]: at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:642) [22:12:29] [main/WARN]: at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:628) [22:12:29] [main/WARN]: at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:626) [22:12:29] [main/WARN]: at com.pam.harvestcraft.item.GeneralOreRegistry.registerFoodOres(GeneralOreRegistry.java:1299) [22:12:29] [main/WARN]: at com.pam.harvestcraft.item.GeneralOreRegistry.initOreRegistry(GeneralOreRegistry.java:1082) [22:12:29] [main/WARN]: * at com.pam.harvestcraft.item.ItemRegistry.onItemRegistry(ItemRegistry.java:2538)...

[22:12:29] [main/WARN]: Invalid registration attempt for an Ore Dictionary item with name flourEqualswheat has occurred. The registration has been denied to prevent crashes. The mod responsible for the registration needs to correct this. [22:12:29] [main/WARN]: at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:642) [22:12:29] [main/WARN]: at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:628) [22:12:29] [main/WARN]: at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:626) [22:12:29] [main/WARN]: at com.pam.harvestcraft.item.GeneralOreRegistry.registerFoodOres(GeneralOreRegistry.java:1342) [22:12:29] [main/WARN]: at com.pam.harvestcraft.item.GeneralOreRegistry.initOreRegistry(GeneralOreRegistry.java:1082) [22:12:29] [main/WARN]: * at com.pam.harvestcraft.item.ItemRegistry.onItemRegistry(ItemRegistry.java:2538)...

[22:12:29] [main/WARN]: Invalid registration attempt for an Ore Dictionary item with name bread has occurred. The registration has been denied to prevent crashes. The mod responsible for the registration needs to correct this. [22:12:29] [main/WARN]: at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:642) [22:12:29] [main/WARN]: at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:628) [22:12:29] [main/WARN]: at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:626) [22:12:29] [main/WARN]: at com.pam.harvestcraft.item.GeneralOreRegistry.registerFoodOres(GeneralOreRegistry.java:1345) [22:12:29] [main/WARN]: at com.pam.harvestcraft.item.GeneralOreRegistry.initOreRegistry(GeneralOreRegistry.java:1082) [22:12:29] [main/WARN]: * at com.pam.harvestcraft.item.ItemRegistry.onItemRegistry(ItemRegistry.java:2538)...

[22:12:29] [main/WARN]: Invalid registration attempt for an Ore Dictionary item with name foodBread has occurred. The registration has been denied to prevent crashes. The mod responsible for the registration needs to correct this. [22:12:29] [main/WARN]: at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:642) [22:12:29] [main/WARN]: at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:628) [22:12:29] [main/WARN]: at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:626) [22:12:29] [main/WARN]: at com.pam.harvestcraft.item.GeneralOreRegistry.registerFoodOres(GeneralOreRegistry.java:1347) [22:12:29] [main/WARN]: at com.pam.harvestcraft.item.GeneralOreRegistry.initOreRegistry(GeneralOreRegistry.java:1082) [22:12:29] [main/WARN]: * at com.pam.harvestcraft.item.ItemRegistry.onItemRegistry(ItemRegistry.java:2538)...

[22:12:29] [main/WARN]: Invalid registration attempt for an Ore Dictionary item with name cropCarrot has occurred. The registration has been denied to prevent crashes. The mod responsible for the registration needs to correct this. [22:12:29] [main/WARN]: at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:642) [22:12:29] [main/WARN]: at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:628) [22:12:29] [main/WARN]: at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:626) [22:12:29] [main/WARN]: at com.pam.harvestcraft.item.GeneralOreRegistry.registerFoodOres(GeneralOreRegistry.java:1355) [22:12:29] [main/WARN]: at com.pam.harvestcraft.item.GeneralOreRegistry.initOreRegistry(GeneralOreRegistry.java:1082) [22:12:29] [main/WARN]: * at com.pam.harvestcraft.item.ItemRegistry.onItemRegistry(ItemRegistry.java:2538)...

[22:12:29] [main/WARN]: Invalid registration attempt for an Ore Dictionary item with name cropPotato has occurred. The registration has been denied to prevent crashes. The mod responsible for the registration needs to correct this. [22:12:29] [main/WARN]: at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:642) [22:12:29] [main/WARN]: at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:628) [22:12:29] [main/WARN]: at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:626) [22:12:29] [main/WARN]: at com.pam.harvestcraft.item.GeneralOreRegistry.registerFoodOres(GeneralOreRegistry.java:1356) [22:12:29] [main/WARN]: at com.pam.harvestcraft.item.GeneralOreRegistry.initOreRegistry(GeneralOreRegistry.java:1082) [22:12:29] [main/WARN]: * at com.pam.harvestcraft.item.ItemRegistry.onItemRegistry(ItemRegistry.java:2538)...

[22:12:29] [main/WARN]: Invalid registration attempt for an Ore Dictionary item with name cropPumpkin has occurred. The registration has been denied to prevent crashes. The mod responsible for the registration needs to correct this. [22:12:29] [main/WARN]: at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:642) [22:12:29] [main/WARN]: at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:628) [22:12:29] [main/WARN]: at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:626) [22:12:29] [main/WARN]: at com.pam.harvestcraft.item.GeneralOreRegistry.registerFoodOres(GeneralOreRegistry.java:1357) [22:12:29] [main/WARN]: at com.pam.harvestcraft.item.GeneralOreRegistry.initOreRegistry(GeneralOreRegistry.java:1082) [22:12:29] [main/WARN]: * at com.pam.harvestcraft.item.ItemRegistry.onItemRegistry(ItemRegistry.java:2538)...

[22:12:29] [main/WARN]: Invalid registration attempt for an Ore Dictionary item with name cropWheat has occurred. The registration has been denied to prevent crashes. The mod responsible for the registration needs to correct this. [22:12:29] [main/WARN]: at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:642) [22:12:29] [main/WARN]: at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:628) [22:12:29] [main/WARN]: at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:626) [22:12:29] [main/WARN]: at com.pam.harvestcraft.item.GeneralOreRegistry.registerFoodOres(GeneralOreRegistry.java:1358) [22:12:29] [main/WARN]: at com.pam.harvestcraft.item.GeneralOreRegistry.initOreRegistry(GeneralOreRegistry.java:1082) [22:12:29] [main/WARN]: * at com.pam.harvestcraft.item.ItemRegistry.onItemRegistry(ItemRegistry.java:2538)...

[22:12:29] [main/WARN]: Invalid registration attempt for an Ore Dictionary item with name cropBeet has occurred. The registration has been denied to prevent crashes. The mod responsible for the registration needs to correct this. [22:12:29] [main/WARN]: at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:642) [22:12:29] [main/WARN]: at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:628) [22:12:29] [main/WARN]: at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:626) [22:12:29] [main/WARN]: at com.pam.harvestcraft.item.GeneralOreRegistry.registerFoodOres(GeneralOreRegistry.java:1359) [22:12:29] [main/WARN]: at com.pam.harvestcraft.item.GeneralOreRegistry.initOreRegistry(GeneralOreRegistry.java:1082) [22:12:29] [main/WARN]: * at com.pam.harvestcraft.item.ItemRegistry.onItemRegistry(ItemRegistry.java:2538)...

[22:12:29] [main/WARN]: Invalid registration attempt for an Ore Dictionary item with name listAllgrain has occurred. The registration has been denied to prevent crashes. The mod responsible for the registration needs to correct this. [22:12:29] [main/WARN]: at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:642) [22:12:29] [main/WARN]: at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:628) [22:12:29] [main/WARN]: at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:626) [22:12:29] [main/WARN]: at com.pam.harvestcraft.item.GeneralOreRegistry.registerFoodOres(GeneralOreRegistry.java:1362) [22:12:29] [main/WARN]: at com.pam.harvestcraft.item.GeneralOreRegistry.initOreRegistry(GeneralOreRegistry.java:1082) [22:12:29] [main/WARN]: * at com.pam.harvestcraft.item.ItemRegistry.onItemRegistry(ItemRegistry.java:2538)...

[22:12:29] [main/WARN]: Invalid registration attempt for an Ore Dictionary item with name cropApple has occurred. The registration has been denied to prevent crashes. The mod responsible for the registration needs to correct this. [22:12:29] [main/WARN]: at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:642) [22:12:29] [main/WARN]: at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:628) [22:12:29] [main/WARN]: at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:626) [22:12:29] [main/WARN]: at com.pam.harvestcraft.item.GeneralOreRegistry.registerFoodOres(GeneralOreRegistry.java:1367) [22:12:29] [main/WARN]: at com.pam.harvestcraft.item.GeneralOreRegistry.initOreRegistry(GeneralOreRegistry.java:1082) [22:12:29] [main/WARN]: * at com.pam.harvestcraft.item.ItemRegistry.onItemRegistry(ItemRegistry.java:2538)...

[22:12:29] [main/WARN]: Invalid registration attempt for an Ore Dictionary item with name listAllfruit has occurred. The registration has been denied to prevent crashes. The mod responsible for the registration needs to correct this. [22:12:29] [main/WARN]: at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:642) [22:12:29] [main/WARN]: at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:628) [22:12:29] [main/WARN]: at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:626) [22:12:29] [main/WARN]: at com.pam.harvestcraft.item.GeneralOreRegistry.registerFoodOres(GeneralOreRegistry.java:1369) [22:12:29] [main/WARN]: at com.pam.harvestcraft.item.GeneralOreRegistry.initOreRegistry(GeneralOreRegistry.java:1082) [22:12:29] [main/WARN]: * at com.pam.harvestcraft.item.ItemRegistry.onItemRegistry(ItemRegistry.java:2538)...

[22:12:29] [main/WARN]: Invalid registration attempt for an Ore Dictionary item with name listAllmeatraw has occurred. The registration has been denied to prevent crashes. The mod responsible for the registration needs to correct this. [22:12:29] [main/WARN]: at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:642) [22:12:29] [main/WARN]: at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:628) [22:12:29] [main/WARN]: at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:626) [22:12:29] [main/WARN]: at com.pam.harvestcraft.item.GeneralOreRegistry.registerFoodOres(GeneralOreRegistry.java:1380) [22:12:29] [main/WARN]: at com.pam.harvestcraft.item.GeneralOreRegistry.initOreRegistry(GeneralOreRegistry.java:1082) [22:12:29] [main/WARN]: * at com.pam.harvestcraft.item.ItemRegistry.onItemRegistry(ItemRegistry.java:2538)...

[22:12:29] [main/WARN]: Invalid registration attempt for an Ore Dictionary item with name listAllmeatraw has occurred. The registration has been denied to prevent crashes. The mod responsible for the registration needs to correct this. [22:12:29] [main/WARN]: at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:642) [22:12:29] [main/WARN]: at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:628) [22:12:29] [main/WARN]: at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:626) [22:12:29] [main/WARN]: at com.pam.harvestcraft.item.GeneralOreRegistry.registerFoodOres(GeneralOreRegistry.java:1381) [22:12:29] [main/WARN]: at com.pam.harvestcraft.item.GeneralOreRegistry.initOreRegistry(GeneralOreRegistry.java:1082) [22:12:29] [main/WARN]: * at com.pam.harvestcraft.item.ItemRegistry.onItemRegistry(ItemRegistry.java:2538)...

[22:12:29] [main/WARN]: Invalid registration attempt for an Ore Dictionary item with name listAllmeatraw has occurred. The registration has been denied to prevent crashes. The mod responsible for the registration needs to correct this. [22:12:29] [main/WARN]: at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:642) [22:12:29] [main/WARN]: at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:628) [22:12:29] [main/WARN]: at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:626) [22:12:29] [main/WARN]: at com.pam.harvestcraft.item.GeneralOreRegistry.registerFoodOres(GeneralOreRegistry.java:1382) [22:12:29] [main/WARN]: at com.pam.harvestcraft.item.GeneralOreRegistry.initOreRegistry(GeneralOreRegistry.java:1082) [22:12:29] [main/WARN]: * at com.pam.harvestcraft.item.ItemRegistry.onItemRegistry(ItemRegistry.java:2538)...

[22:12:29] [main/WARN]: Invalid registration attempt for an Ore Dictionary item with name listAllmeatraw has occurred. The registration has been denied to prevent crashes. The mod responsible for the registration needs to correct this. [22:12:29] [main/WARN]: at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:642) [22:12:29] [main/WARN]: at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:628) [22:12:29] [main/WARN]: at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:626) [22:12:29] [main/WARN]: at com.pam.harvestcraft.item.GeneralOreRegistry.registerFoodOres(GeneralOreRegistry.java:1383) [22:12:29] [main/WARN]: at com.pam.harvestcraft.item.GeneralOreRegistry.initOreRegistry(GeneralOreRegistry.java:1082) [22:12:29] [main/WARN]: * at com.pam.harvestcraft.item.ItemRegistry.onItemRegistry(ItemRegistry.java:2538)...

[22:12:29] [main/WARN]: Invalid registration attempt for an Ore Dictionary item with name listAllmeatraw has occurred. The registration has been denied to prevent crashes. The mod responsible for the registration needs to correct this. [22:12:29] [main/WARN]: at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:642) [22:12:29] [main/WARN]: at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:628) [22:12:29] [main/WARN]: at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:626) [22:12:29] [main/WARN]: at com.pam.harvestcraft.item.GeneralOreRegistry.registerFoodOres(GeneralOreRegistry.java:1384) [22:12:29] [main/WARN]: at com.pam.harvestcraft.item.GeneralOreRegistry.initOreRegistry(GeneralOreRegistry.java:1082) [22:12:29] [main/WARN]: * at com.pam.harvestcraft.item.ItemRegistry.onItemRegistry(ItemRegistry.java:2538)...

[22:12:29] [main/WARN]: Invalid registration attempt for an Ore Dictionary item with name listAllmeatcooked has occurred. The registration has been denied to prevent crashes. The mod responsible for the registration needs to correct this. [22:12:29] [main/WARN]: at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:642) [22:12:29] [main/WARN]: at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:628) [22:12:29] [main/WARN]: at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:626) [22:12:29] [main/WARN]: at com.pam.harvestcraft.item.GeneralOreRegistry.registerFoodOres(GeneralOreRegistry.java:1395) [22:12:29] [main/WARN]: at com.pam.harvestcraft.item.GeneralOreRegistry.initOreRegistry(GeneralOreRegistry.java:1082) [22:12:29] [main/WARN]: * at com.pam.harvestcraft.item.ItemRegistry.onItemRegistry(ItemRegistry.java:2538)...

[22:12:29] [main/WARN]: Invalid registration attempt for an Ore Dictionary item with name listAllmeatcooked has occurred. The registration has been denied to prevent crashes. The mod responsible for the registration needs to correct this. [22:12:29] [main/WARN]: at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:642) [22:12:29] [main/WARN]: at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:628) [22:12:29] [main/WARN]: at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:626) [22:12:29] [main/WARN]: at com.pam.harvestcraft.item.GeneralOreRegistry.registerFoodOres(GeneralOreRegistry.java:1396) [22:12:29] [main/WARN]: at com.pam.harvestcraft.item.GeneralOreRegistry.initOreRegistry(GeneralOreRegistry.java:1082) [22:12:29] [main/WARN]: * at com.pam.harvestcraft.item.ItemRegistry.onItemRegistry(ItemRegistry.java:2538)...

[22:12:29] [main/WARN]: Invalid registration attempt for an Ore Dictionary item with name listAllmeatcooked has occurred. The registration has been denied to prevent crashes. The mod responsible for the registration needs to correct this. [22:12:29] [main/WARN]: at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:642) [22:12:29] [main/WARN]: at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:628) [22:12:29] [main/WARN]: at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:626) [22:12:29] [main/WARN]: at com.pam.harvestcraft.item.GeneralOreRegistry.registerFoodOres(GeneralOreRegistry.java:1397) [22:12:29] [main/WARN]: at com.pam.harvestcraft.item.GeneralOreRegistry.initOreRegistry(GeneralOreRegistry.java:1082) [22:12:29] [main/WARN]: * at com.pam.harvestcraft.item.ItemRegistry.onItemRegistry(ItemRegistry.java:2538)...

[22:12:29] [main/WARN]: Invalid registration attempt for an Ore Dictionary item with name listAllmeatcooked has occurred. The registration has been denied to prevent crashes. The mod responsible for the registration needs to correct this. [22:12:29] [main/WARN]: at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:642) [22:12:29] [main/WARN]: at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:628) [22:12:29] [main/WARN]: at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:626) [22:12:29] [main/WARN]: at com.pam.harvestcraft.item.GeneralOreRegistry.registerFoodOres(GeneralOreRegistry.java:1398) [22:12:29] [main/WARN]: at com.pam.harvestcraft.item.GeneralOreRegistry.initOreRegistry(GeneralOreRegistry.java:1082) [22:12:29] [main/WARN]: * at com.pam.harvestcraft.item.ItemRegistry.onItemRegistry(ItemRegistry.java:2538)...

[22:12:29] [main/WARN]: Invalid registration attempt for an Ore Dictionary item with name listAllmeatcooked has occurred. The registration has been denied to prevent crashes. The mod responsible for the registration needs to correct this. [22:12:29] [main/WARN]: at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:642) [22:12:29] [main/WARN]: at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:628) [22:12:29] [main/WARN]: at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:626) [22:12:29] [main/WARN]: at com.pam.harvestcraft.item.GeneralOreRegistry.registerFoodOres(GeneralOreRegistry.java:1399) [22:12:29] [main/WARN]: at com.pam.harvestcraft.item.GeneralOreRegistry.initOreRegistry(GeneralOreRegistry.java:1082) [22:12:29] [main/WARN]: * at com.pam.harvestcraft.item.ItemRegistry.onItemRegistry(ItemRegistry.java:2538)...

[22:12:29] [main/WARN]: Invalid registration attempt for an Ore Dictionary item with name listAllfishraw has occurred. The registration has been denied to prevent crashes. The mod responsible for the registration needs to correct this. [22:12:29] [main/WARN]: at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:642) [22:12:29] [main/WARN]: at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:628) [22:12:29] [main/WARN]: at com.pam.harvestcraft.item.GeneralOreRegistry.registerFoodOres(GeneralOreRegistry.java:1405) [22:12:29] [main/WARN]: at com.pam.harvestcraft.item.GeneralOreRegistry.initOreRegistry(GeneralOreRegistry.java:1082) [22:12:29] [main/WARN]: at com.pam.harvestcraft.item.ItemRegistry.onItemRegistry(ItemRegistry.java:2538) [22:12:29] [main/WARN]: * at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_1687_ItemRegistry_onItemRegistry_Register.invoke(.dynamic)...

[22:12:29] [main/WARN]: Invalid registration attempt for an Ore Dictionary item with name listAllfishraw has occurred. The registration has been denied to prevent crashes. The mod responsible for the registration needs to correct this. [22:12:29] [main/WARN]: at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:642) [22:12:29] [main/WARN]: at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:628) [22:12:29] [main/WARN]: at com.pam.harvestcraft.item.GeneralOreRegistry.registerFoodOres(GeneralOreRegistry.java:1406) [22:12:29] [main/WARN]: at com.pam.harvestcraft.item.GeneralOreRegistry.initOreRegistry(GeneralOreRegistry.java:1082) [22:12:29] [main/WARN]: at com.pam.harvestcraft.item.ItemRegistry.onItemRegistry(ItemRegistry.java:2538) [22:12:29] [main/WARN]: * at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_1687_ItemRegistry_onItemRegistry_Register.invoke(.dynamic)...

[22:12:29] [main/WARN]: Invalid registration attempt for an Ore Dictionary item with name listAllfishraw has occurred. The registration has been denied to prevent crashes. The mod responsible for the registration needs to correct this. [22:12:29] [main/WARN]: at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:642) [22:12:29] [main/WARN]: at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:628) [22:12:29] [main/WARN]: at com.pam.harvestcraft.item.GeneralOreRegistry.registerFoodOres(GeneralOreRegistry.java:1407) [22:12:29] [main/WARN]: at com.pam.harvestcraft.item.GeneralOreRegistry.initOreRegistry(GeneralOreRegistry.java:1082) [22:12:29] [main/WARN]: at com.pam.harvestcraft.item.ItemRegistry.onItemRegistry(ItemRegistry.java:2538) [22:12:29] [main/WARN]: * at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_1687_ItemRegistry_onItemRegistry_Register.invoke(.dynamic)...

[22:12:29] [main/WARN]: Invalid registration attempt for an Ore Dictionary item with name listAllfishraw has occurred. The registration has been denied to prevent crashes. The mod responsible for the registration needs to correct this. [22:12:29] [main/WARN]: at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:642) [22:12:29] [main/WARN]: at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:628) [22:12:29] [main/WARN]: at com.pam.harvestcraft.item.GeneralOreRegistry.registerFoodOres(GeneralOreRegistry.java:1408) [22:12:29] [main/WARN]: at com.pam.harvestcraft.item.GeneralOreRegistry.initOreRegistry(GeneralOreRegistry.java:1082) [22:12:29] [main/WARN]: at com.pam.harvestcraft.item.ItemRegistry.onItemRegistry(ItemRegistry.java:2538) [22:12:29] [main/WARN]: * at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_1687_ItemRegistry_onItemRegistry_Register.invoke(.dynamic)...

[22:12:29] [main/WARN]: Invalid registration attempt for an Ore Dictionary item with name listAllfishcooked has occurred. The registration has been denied to prevent crashes. The mod responsible for the registration needs to correct this. [22:12:29] [main/WARN]: at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:642) [22:12:29] [main/WARN]: at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:628) [22:12:29] [main/WARN]: at com.pam.harvestcraft.item.GeneralOreRegistry.registerFoodOres(GeneralOreRegistry.java:1430) [22:12:29] [main/WARN]: at com.pam.harvestcraft.item.GeneralOreRegistry.initOreRegistry(GeneralOreRegistry.java:1082) [22:12:29] [main/WARN]: at com.pam.harvestcraft.item.ItemRegistry.onItemRegistry(ItemRegistry.java:2538) [22:12:29] [main/WARN]: * at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_1687_ItemRegistry_onItemRegistry_Register.invoke(.dynamic)...

[22:12:29] [main/WARN]: Invalid registration attempt for an Ore Dictionary item with name listAllfishcooked has occurred. The registration has been denied to prevent crashes. The mod responsible for the registration needs to correct this. [22:12:29] [main/WARN]: at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:642) [22:12:29] [main/WARN]: at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:628) [22:12:29] [main/WARN]: at com.pam.harvestcraft.item.GeneralOreRegistry.registerFoodOres(GeneralOreRegistry.java:1431) [22:12:29] [main/WARN]: at com.pam.harvestcraft.item.GeneralOreRegistry.initOreRegistry(GeneralOreRegistry.java:1082) [22:12:29] [main/WARN]: at com.pam.harvestcraft.item.ItemRegistry.onItemRegistry(ItemRegistry.java:2538) [22:12:29] [main/WARN]: * at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_1687_ItemRegistry_onItemRegistry_Register.invoke(.dynamic)...

AthlonS2K commented 6 years ago

part 4 [22:12:29] [main/WARN]: Invalid registration attempt for an Ore Dictionary item with name salmonRaw has occurred. The registration has been denied to prevent crashes. The mod responsible for the registration needs to correct this. [22:12:29] [main/WARN]: at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:642) [22:12:29] [main/WARN]: at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:628) [22:12:29] [main/WARN]: at com.pam.harvestcraft.item.GeneralOreRegistry.registerFoodOres(GeneralOreRegistry.java:1434) [22:12:29] [main/WARN]: at com.pam.harvestcraft.item.GeneralOreRegistry.initOreRegistry(GeneralOreRegistry.java:1082) [22:12:29] [main/WARN]: at com.pam.harvestcraft.item.ItemRegistry.onItemRegistry(ItemRegistry.java:2538) [22:12:29] [main/WARN]: * at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_1687_ItemRegistry_onItemRegistry_Register.invoke(.dynamic)...

[22:12:29] [main/WARN]: Invalid registration attempt for an Ore Dictionary item with name cropBeet has occurred. The registration has been denied to prevent crashes. The mod responsible for the registration needs to correct this. [22:12:29] [main/WARN]: at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:642) [22:12:29] [main/WARN]: at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:628) [22:12:29] [main/WARN]: at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:626) [22:12:29] [main/WARN]: at com.pam.harvestcraft.item.GeneralOreRegistry.registerFoodOres(GeneralOreRegistry.java:1450) [22:12:29] [main/WARN]: at com.pam.harvestcraft.item.GeneralOreRegistry.initOreRegistry(GeneralOreRegistry.java:1082) [22:12:29] [main/WARN]: * at com.pam.harvestcraft.item.ItemRegistry.onItemRegistry(ItemRegistry.java:2538)...

[22:12:30] [main/INFO]: [PluginNatura] Adding 'item.natura.materials.barley' to list of materials [22:12:30] [main/INFO]: [PluginNatura] Adding 'item.natura.materials.barley_flour' to list of materials [22:12:30] [main/INFO]: [PluginNatura] Adding 'item.natura.materials.wheat_flour' to list of materials [22:12:30] [main/INFO]: [PluginNatura] Adding 'item.natura.materials.cotton' to list of materials [22:12:30] [main/INFO]: [PluginNatura] Adding 'item.natura.materials.sulfur_powder' to list of materials [22:12:30] [main/INFO]: [PluginNatura] Adding 'item.natura.materials.ghostwood_fletching' to list of materials [22:12:30] [main/INFO]: [PluginNatura] Adding 'item.natura.materials.imp_leather' to list of materials [22:12:30] [main/INFO]: [PluginNatura] Adding 'item.natura.materials.flame_string' to list of materials [22:12:30] [main/INFO]: [PluginNatura] Adding 'item.natura.materials.blue_dye' to list of materials [22:12:30] [main/INFO]: [PluginNatura] Adding 'item.natura.edibles.impmeat_raw' to list of edibles [22:12:30] [main/INFO]: [PluginNatura] Adding 'item.natura.edibles.impmeat_cooked' to list of edibles [22:12:30] [main/INFO]: [PluginNatura] Adding 'item.natura.edibles.raspberry' to list of edibles [22:12:30] [main/INFO]: [PluginNatura] Adding 'item.natura.edibles.blueberry' to list of edibles [22:12:30] [main/INFO]: [PluginNatura] Adding 'item.natura.edibles.blackberry' to list of edibles [22:12:30] [main/INFO]: [PluginNatura] Adding 'item.natura.edibles.maloberry' to list of edibles [22:12:30] [main/INFO]: [PluginNatura] Adding 'item.natura.edibles.blightberry' to list of edibles [22:12:30] [main/INFO]: [PluginNatura] Adding 'item.natura.edibles.duskberry' to list of edibles [22:12:30] [main/INFO]: [PluginNatura] Adding 'item.natura.edibles.skyberry' to list of edibles [22:12:30] [main/INFO]: [PluginNatura] Adding 'item.natura.edibles.stingberry' to list of edibles [22:12:30] [main/INFO]: [PluginNatura] Adding 'item.natura.edibles.potashapple' to list of edibles [22:12:30] [main/INFO]: [PluginNatura] Adding 'item.natura.edibles.cactusjuice' to list of edibles [22:12:30] [main/INFO]: [PluginNatura] Adding 'item.natura.soups.ghostwood_mushroomstew' to list of edibles [22:12:30] [main/INFO]: [PluginNatura] Adding 'item.natura.soups.bloodwood_mushroomstew' to list of edibles [22:12:30] [main/INFO]: [PluginNatura] Adding 'item.natura.soups.darkwood_mushroomstew' to list of edibles [22:12:30] [main/INFO]: [PluginNatura] Adding 'item.natura.soups.fusewood_mushroomstew' to list of edibles [22:12:30] [main/INFO]: [PluginNatura] Adding 'item.natura.soups.vanilla_glowshroomstew' to list of edibles [22:12:30] [main/INFO]: [PluginNatura] Adding 'item.natura.soups.ghostwood_glowshroomstew' to list of edibles [22:12:30] [main/INFO]: [PluginNatura] Adding 'item.natura.soups.bloodwood_glowshroomstew' to list of edibles [22:12:30] [main/INFO]: [PluginNatura] Adding 'item.natura.soups.darkwood_glowshroomstew' to list of edibles [22:12:30] [main/INFO]: [PluginNatura] Adding 'item.natura.soups.fusewood_glowshroomstew' to list of edibles [22:12:30] [main/INFO]: [PluginNatura] Adding 'item.natura.soups.berry_medley' to list of edibles [22:12:30] [main/INFO]: [PluginNatura] Adding 'tile.natura.overworld_logs.maple' to list of logs [22:12:30] [main/INFO]: [PluginNatura] Adding 'tile.natura.overworld_logs.silverbell' to list of logs [22:12:30] [main/INFO]: [PluginNatura] Adding 'tile.natura.overworld_logs.amaranth' to list of logs [22:12:30] [main/INFO]: [PluginNatura] Adding 'tile.natura.overworld_logs.tiger' to list of logs [22:12:30] [main/INFO]: [PluginNatura] Adding 'tile.natura.overworld_logs2.willow' to list of logs [22:12:30] [main/INFO]: [PluginNatura] Adding 'tile.natura.overworld_logs2.eucalyptus' to list of logs [22:12:30] [main/INFO]: [PluginNatura] Adding 'tile.natura.overworld_logs2.hopseed' to list of logs [22:12:30] [main/INFO]: [PluginNatura] Adding 'tile.natura.overworld_logs2.sakura' to list of logs [22:12:30] [main/INFO]: [PluginNatura] Adding 'tile.natura.redwood_logs.bark' to list of logs [22:12:30] [main/INFO]: [PluginNatura] Adding 'tile.natura.redwood_logs.heart' to list of logs [22:12:30] [main/INFO]: [PluginNatura] Adding 'tile.natura.redwood_logs.root' to list of logs [22:12:30] [main/INFO]: [PluginNatura] Adding 'tile.natura.overworld_sapling.maple' to list of saplings [22:12:30] [main/INFO]: [PluginNatura] Adding 'tile.natura.overworld_sapling.silverbell' to list of saplings [22:12:30] [main/INFO]: [PluginNatura] Adding 'tile.natura.overworld_sapling.amaranth' to list of saplings [22:12:30] [main/INFO]: [PluginNatura] Adding 'tile.natura.overworld_sapling.tiger' to list of saplings [22:12:30] [main/INFO]: [PluginNatura] Adding 'tile.natura.overworld_sapling2.willow' to list of saplings [22:12:30] [main/INFO]: [PluginNatura] Adding 'tile.natura.overworld_sapling2.eucalyptus' to list of saplings [22:12:30] [main/INFO]: [PluginNatura] Adding 'tile.natura.overworld_sapling2.hopseed' to list of saplings [22:12:30] [main/INFO]: [PluginNatura] Adding 'tile.natura.overworld_sapling2.sakura' to list of saplings [22:12:30] [main/INFO]: [PluginNatura] Adding 'tile.natura.redwood_sapling.redwood' to list of saplings [22:12:30] [main/INFO]: [PluginNatura] Adding 'tile.natura.barley_crop' to list of cropBlocks [22:12:30] [main/INFO]: [PluginNatura] Adding 'tile.natura.cotton_crop' to list of cropBlocks [22:12:30] [main/INFO]: [PluginNatura] Adding 'item.natura.overworld_seeds.barley_seeds' to list of seeds [22:12:30] [main/INFO]: [PluginNatura] Adding 'item.natura.overworld_seeds.cotton_seeds' to list of seeds [22:12:30] [main/INFO]: [PluginNatura] Adding 'item.natura.saguaro_fruit_item' to list of edibles [22:12:30] [main/INFO]: [PluginNatura] Adding 'tile.natura.nether_logs.ghostwood' to list of logs [22:12:30] [main/INFO]: [PluginNatura] Adding 'tile.natura.nether_logs.darkwood' to list of logs [22:12:30] [main/INFO]: [PluginNatura] Adding 'tile.natura.nether_logs.fusewood' to list of logs [22:12:30] [main/INFO]: [PluginNatura] Adding 'tile.natura.nether_logs2' to list of logs [22:12:30] [main/INFO]: [PluginNatura] Adding 'tile.natura.nether_logs2' to list of logs [22:12:30] [main/INFO]: [PluginNatura] Adding 'tile.natura.nether_sapling.ghostwood' to list of saplings [22:12:30] [main/INFO]: [PluginNatura] Adding 'tile.natura.nether_sapling.fusewood' to list of saplings [22:12:30] [main/INFO]: [PluginNatura] Adding 'tile.natura.nether_sapling.darkwood' to list of saplings [22:12:30] [main/INFO]: [PluginNatura] Adding 'tile.natura.nether_sapling2.bloodwood' to list of saplings [22:12:30] [main/INFO]: [PluginNatura] Adding 'tile.natura.nether_glowshroom.green' to list of shrooms [22:12:30] [main/INFO]: [PluginNatura] Adding 'tile.natura.nether_glowshroom.blue' to list of shrooms [22:12:30] [main/INFO]: [PluginNatura] Adding 'tile.natura.nether_glowshroom.purple' to list of shrooms [22:12:30] [main/WARN]: Missing block: driedDirt [22:12:30] [main/WARN]: Missing block: overgrownNetherrack [22:12:30] [main/WARN]: Missing block: cragRock [22:12:30] [main/WARN]: Missing block: ashStone [22:12:30] [main/WARN]: Missing block: bopGrass [22:12:30] [main/WARN]: Missing block: newBopGrass [22:12:30] [main/WARN]: Missing block: longGrass [22:12:30] [main/WARN]: Missing block: hardDirt [22:12:30] [main/WARN]: Missing block: hardSand [22:12:30] [main/WARN]: Missing block: originGrass [22:12:30] [main/WARN]: Missing block: ash [22:12:30] [main/WARN]: Missing block: newBopDirt [22:12:30] [main/WARN]: Missing block: petals [22:12:30] [main/INFO]: Applying holder lookups [22:12:30] [main/INFO]: Holder lookups applied [22:12:30] [main/INFO]: Potentially Dangerous alternative prefix ic2 for name trees, expected enderio. This could be a intended override, but in most cases indicates a broken mod. [22:12:30] [main/INFO]: Potentially Dangerous alternative prefix extrautils2 for name enderlilly, expected enderio. This could be a intended override, but in most cases indicates a broken mod. [22:12:30] [main/INFO]: Potentially Dangerous alternative prefix extrautils2 for name redorchid, expected enderio. This could be a intended override, but in most cases indicates a broken mod. [22:12:30] [main/INFO]: Potentially Dangerous alternative prefix immersiveengineering for name hemp, expected enderio. This could be a intended override, but in most cases indicates a broken mod. [22:12:30] [main/INFO]: Potentially Dangerous alternative prefix botania for name petals, expected enderio. This could be a intended override, but in most cases indicates a broken mod. [22:12:30] [main/INFO]: Potentially Dangerous alternative prefix natura for name barley, expected enderio. This could be a intended override, but in most cases indicates a broken mod. [22:12:30] [main/INFO]: Potentially Dangerous alternative prefix natura for name cotton, expected enderio. This could be a intended override, but in most cases indicates a broken mod. [22:12:30] [main/INFO]: Potentially Dangerous alternative prefix natura for name berries, expected enderio. This could be a intended override, but in most cases indicates a broken mod. [22:12:30] [main/INFO]: Potentially Dangerous alternative prefix natura for name berries, expected enderio. This could be a intended override, but in most cases indicates a broken mod. [22:12:30] [main/INFO]: Potentially Dangerous alternative prefix natura for name berries, expected enderio. This could be a intended override, but in most cases indicates a broken mod. [22:12:30] [main/INFO]: Potentially Dangerous alternative prefix natura for name berries, expected enderio. This could be a intended override, but in most cases indicates a broken mod. [22:12:30] [main/INFO]: Potentially Dangerous alternative prefix natura for name berries, expected enderio. This could be a intended override, but in most cases indicates a broken mod. [22:12:30] [main/INFO]: Potentially Dangerous alternative prefix natura for name berries, expected enderio. This could be a intended override, but in most cases indicates a broken mod. [22:12:30] [main/INFO]: Potentially Dangerous alternative prefix natura for name berries, expected enderio. This could be a intended override, but in most cases indicates a broken mod. [22:12:30] [main/INFO]: Potentially Dangerous alternative prefix natura for name berries, expected enderio. This could be a intended override, but in most cases indicates a broken mod. [22:12:30] [main/INFO]: Potentially Dangerous alternative prefix natura for name shroom, expected enderio. This could be a intended override, but in most cases indicates a broken mod. [22:12:30] [main/INFO]: Potentially Dangerous alternative prefix natura for name saguaro, expected enderio. This could be a intended override, but in most cases indicates a broken mod. [22:12:30] [main/WARN]: Farming Station: Forestry integration for farming loaded but could not find Forestry sapling. [22:12:30] [main/INFO]: Potentially Dangerous alternative prefix minecraft for name dye, expected enderio. This could be a intended override, but in most cases indicates a broken mod. [22:12:30] [main/INFO]: 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. [22:12:30] [main/INFO]: Potentially Dangerous alternative prefix botania for name fertilizer, expected enderio. This could be a intended override, but in most cases indicates a broken mod. [22:12:30] [main/WARN]: Farming Station: Forestry integration for fertilizing loaded but could not find Forestry fertilizer. [22:12:30] [main/INFO]: [zmaster587.advancedRocketry.AdvancedRocketry:register:210]: REGISTERING BIOMES [22:12:30] [main/INFO]: Successfully registered 1 Biomes for class net.minecraft.world.biome.Biome from aroma1997sdimension. [22:12:30] [main/INFO]: Initializing Village Addons... [22:12:31] [main/INFO]: [thelm.oredictinit.compat.CompatExtremeReactors:register:32]: java.lang.ClassNotFoundException: erogenousbeef.bigreactors.init.InitHandler [22:12:31] [main/INFO]: [thelm.oredictinit.compat.CompatExtremeReactors:register:32]: at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191) [22:12:31] [main/INFO]: [thelm.oredictinit.compat.CompatExtremeReactors:register:32]: at java.lang.ClassLoader.loadClass(ClassLoader.java:424) [22:12:31] [main/INFO]: [thelm.oredictinit.compat.CompatExtremeReactors:register:32]: at java.lang.ClassLoader.loadClass(ClassLoader.java:357) [22:12:31] [main/INFO]: [thelm.oredictinit.compat.CompatExtremeReactors:register:32]: at java.lang.Class.forName0(Native Method) [22:12:31] [main/INFO]: [thelm.oredictinit.compat.CompatExtremeReactors:register:32]: at java.lang.Class.forName(Class.java:260) [22:12:31] [main/INFO]: [thelm.oredictinit.compat.CompatExtremeReactors:register:32]: at thelm.oredictinit.compat.CompatExtremeReactors.register(CompatExtremeReactors.java:19) [22:12:31] [main/INFO]: [thelm.oredictinit.compat.CompatExtremeReactors:register:32]: at thelm.oredictinit.registry.OreDictRegisCore.initCompat(OreDictRegisCore.java:18) [22:12:31] [main/INFO]: [thelm.oredictinit.compat.CompatExtremeReactors:register:32]: at thelm.oredictinit.lib.EventHandler.onRegistryWrapUp(EventHandler.java:24) [22:12:31] [main/INFO]: [thelm.oredictinit.compat.CompatExtremeReactors:register:32]: at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_1737_EventHandler_onRegistryWrapUp_Event0.invoke(.dynamic) [22:12:31] [main/INFO]: [thelm.oredictinit.compat.CompatExtremeReactors:register:32]: at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) [22:12:31] [main/INFO]: [thelm.oredictinit.compat.CompatExtremeReactors:register:32]: at net.minecraftforge.fml.common.eventhandler.EventBus$1.invoke(EventBus.java:143) [22:12:31] [main/INFO]: [thelm.oredictinit.compat.CompatExtremeReactors:register:32]: at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:179) [22:12:31] [main/INFO]: [thelm.oredictinit.compat.CompatExtremeReactors:register:32]: at thelm.wrapup.WrapUp.onVillagerProfessionRegisterLowest(WrapUp.java:97) [22:12:31] [main/INFO]: [thelm.oredictinit.compat.CompatExtremeReactors:register:32]: at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_717_WrapUp_onVillagerProfessionRegisterLowest_Register.invoke(.dynamic) [22:12:31] [main/INFO]: [thelm.oredictinit.compat.CompatExtremeReactors:register:32]: at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) [22:12:31] [main/INFO]: [thelm.oredictinit.compat.CompatExtremeReactors:register:32]: at net.minecraftforge.fml.common.eventhandler.EventBus$1.invoke(EventBus.java:143) [22:12:31] [main/INFO]: [thelm.oredictinit.compat.CompatExtremeReactors:register:32]: at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:179) [22:12:31] [main/INFO]: [thelm.oredictinit.compat.CompatExtremeReactors:register:32]: at net.minecraftforge.registries.GameData.fireRegistryEvents(GameData.java:746) [22:12:31] [main/INFO]: [thelm.oredictinit.compat.CompatExtremeReactors:register:32]: at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:604) [22:12:31] [main/INFO]: [thelm.oredictinit.compat.CompatExtremeReactors:register:32]: at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:270) [22:12:31] [main/INFO]: [thelm.oredictinit.compat.CompatExtremeReactors:register:32]: at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:466) [22:12:31] [main/INFO]: [thelm.oredictinit.compat.CompatExtremeReactors:register:32]: at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377) [22:12:31] [main/INFO]: [thelm.oredictinit.compat.CompatExtremeReactors:register:32]: at net.minecraft.client.main.Main.main(SourceFile:123) [22:12:31] [main/INFO]: [thelm.oredictinit.compat.CompatExtremeReactors:register:32]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [22:12:31] [main/INFO]: [thelm.oredictinit.compat.CompatExtremeReactors:register:32]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [22:12:31] [main/INFO]: [thelm.oredictinit.compat.CompatExtremeReactors:register:32]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [22:12:31] [main/INFO]: [thelm.oredictinit.compat.CompatExtremeReactors:register:32]: at java.lang.reflect.Method.invoke(Method.java:483) [22:12:31] [main/INFO]: [thelm.oredictinit.compat.CompatExtremeReactors:register:32]: at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [22:12:31] [main/INFO]: [thelm.oredictinit.compat.CompatExtremeReactors:register:32]: at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [22:12:31] [main/INFO]: [java.lang.Throwable:printStackTrace:634]: Caused by: java.lang.NullPointerException [22:12:31] [main/INFO]: Loading Custom Block Entries [22:12:31] [main/INFO]: Loading Custom Item Entries [22:12:31] [main/INFO]: Applying holder lookups [22:12:31] [main/INFO]: Holder lookups applied [22:12:31] [main/INFO]: OBJLoader: Domain bibliocraft has been added. [22:12:32] [main/INFO]: OBJLoader: Domain botania has been added. [22:12:32] [main/INFO]: OBJLoader: Domain mekanism has been added. [22:12:34] [main/INFO]: OBJLoader: Domain terraqueous has been added. [22:12:34] [main/INFO]: OBJLoader: Domain magicbees has been added. [22:12:34] [main/INFO]: Applying holder lookups [22:12:34] [main/INFO]: Holder lookups applied [22:12:34] [main/INFO]: Injecting itemstacks [22:12:34] [main/INFO]: Itemstack injection complete [22:12:36] [main/WARN]: File minecolonies:sounds/mob/deliveryman/female/inhaleexhale1.ogg does not exist, cannot add it to event minecolonies:mob.deliveryman.female.noise [22:12:36] [main/WARN]: File minecolonies:sounds/mob/builder/female/whatisit.ogg does not exist, cannot add it to event minecolonies:mob.builder.female.interaction [22:12:36] [main/WARN]: Missing sound for event: tinker_io:record.lonesome_avenue [22:12:36] [main/WARN]: Missing sound for event: minecolonies:mob.guard.archer.female.badhousing [22:12:36] [Sound Library Loader/INFO]: Starting up SoundSystem... [22:12:36] [Thread-14/INFO]: Initializing LWJGL OpenAL [22:12:36] [Thread-14/INFO]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org) [22:12:36] [Thread-14/INFO]: OpenAL initialized. [22:12:36] [Sound Library Loader/INFO]: Sound engine started [22:12:37] [main/INFO]: OBJLoader.Parser: command 's' (model: 'advancedrocketry:models/block/models/advrocketmotor.obj') is not currently supported, skipping. Line: 347 's off' [22:12:43] [main/INFO]: OBJLoader.MaterialLibrary: key 'Ns' (model: 'extracells:models/block/walrus.mtl') is not currently supported, skipping [22:12:43] [main/INFO]: OBJModel: A color has already been defined for material 'None' in 'extracells:models/block/walrus.mtl'. The color defined by key 'Ks' will not be applied! [22:12:43] [main/INFO]: OBJLoader.MaterialLibrary: key 'illum' (model: 'extracells:models/block/walrus.mtl') is not currently supported, skipping [22:12:48] [main/INFO]: OBJLoader.MaterialLibrary: key 'Ns' (model: 'libvulpes:models/block/models/advancedmotor.mtl') is not currently supported, skipping [22:12:48] [main/INFO]: OBJModel: A color has already been defined for material 'Material' in 'libvulpes:models/block/models/advancedmotor.mtl'. The color defined by key 'Ks' will not be applied! [22:12:48] [main/INFO]: OBJLoader.MaterialLibrary: key 'Ke' (model: 'libvulpes:models/block/models/advancedmotor.mtl') is not currently supported, skipping [22:12:48] [main/INFO]: OBJLoader.MaterialLibrary: key 'Ni' (model: 'libvulpes:models/block/models/advancedmotor.mtl') is not currently supported, skipping [22:12:48] [main/INFO]: OBJLoader.MaterialLibrary: key 'illum' (model: 'libvulpes:models/block/models/advancedmotor.mtl') is not currently supported, skipping [22:12:48] [main/INFO]: OBJLoader.MaterialLibrary: key 'Ns' (model: 'libvulpes:models/block/models/elitemotor.mtl') is not currently supported, skipping [22:12:48] [main/INFO]: OBJModel: A color has already been defined for material 'Material' in 'libvulpes:models/block/models/elitemotor.mtl'. The color defined by key 'Ks' will not be applied! [22:12:48] [main/INFO]: OBJLoader.MaterialLibrary: key 'Ke' (model: 'libvulpes:models/block/models/elitemotor.mtl') is not currently supported, skipping [22:12:48] [main/INFO]: OBJLoader.MaterialLibrary: key 'Ni' (model: 'libvulpes:models/block/models/elitemotor.mtl') is not currently supported, skipping [22:12:48] [main/INFO]: OBJLoader.MaterialLibrary: key 'illum' (model: 'libvulpes:models/block/models/elitemotor.mtl') is not currently supported, skipping [22:12:48] [main/INFO]: OBJLoader.MaterialLibrary: key 'Ns' (model: 'libvulpes:models/block/models/enhancedmotor.mtl') is not currently supported, skipping [22:12:48] [main/INFO]: OBJModel: A color has already been defined for material 'Material' in 'libvulpes:models/block/models/enhancedmotor.mtl'. The color defined by key 'Ks' will not be applied! [22:12:48] [main/INFO]: OBJLoader.MaterialLibrary: key 'Ke' (model: 'libvulpes:models/block/models/enhancedmotor.mtl') is not currently supported, skipping [22:12:48] [main/INFO]: OBJLoader.MaterialLibrary: key 'Ni' (model: 'libvulpes:models/block/models/enhancedmotor.mtl') is not currently supported, skipping [22:12:48] [main/INFO]: OBJLoader.MaterialLibrary: key 'illum' (model: 'libvulpes:models/block/models/enhancedmotor.mtl') is not currently supported, skipping [22:12:48] [main/INFO]: OBJLoader.MaterialLibrary: key 'Ns' (model: 'libvulpes:models/block/models/motor.mtl') is not currently supported, skipping [22:12:48] [main/INFO]: OBJModel: A color has already been defined for material 'Material' in 'libvulpes:models/block/models/motor.mtl'. The color defined by key 'Ks' will not be applied! [22:12:48] [main/INFO]: OBJLoader.MaterialLibrary: key 'Ke' (model: 'libvulpes:models/block/models/motor.mtl') is not currently supported, skipping [22:12:48] [main/INFO]: OBJLoader.MaterialLibrary: key 'Ni' (model: 'libvulpes:models/block/models/motor.mtl') is not currently supported, skipping [22:12:48] [main/INFO]: OBJLoader.MaterialLibrary: key 'illum' (model: 'libvulpes:models/block/models/motor.mtl') is not currently supported, skipping [22:12:58] [main/INFO]: OBJLoader.MaterialLibrary: key 'Ns' (model: 'overloaded:models/block/energy_extractor.mtl') is not currently supported, skipping [22:12:58] [main/INFO]: OBJModel: A color has already been defined for material 'None' in 'overloaded:models/block/energy_extractor.mtl'. The color defined by key 'Ks' will not be applied! [22:12:58] [main/INFO]: OBJLoader.MaterialLibrary: key 'Ke' (model: 'overloaded:models/block/energy_extractor.mtl') is not currently supported, skipping [22:12:58] [main/INFO]: OBJLoader.MaterialLibrary: key 'Ni' (model: 'overloaded:models/block/energy_extractor.mtl') is not currently supported, skipping [22:12:58] [main/INFO]: OBJLoader.MaterialLibrary: key 'illum' (model: 'overloaded:models/block/energy_extractor.mtl') is not currently supported, skipping [22:12:58] [main/INFO]: OBJLoader.MaterialLibrary: key 'Ns' (model: 'overloaded:models/block/hyper_energy_receiver.mtl') is not currently supported, skipping [22:12:58] [main/INFO]: OBJModel: A color has already been defined for material 'None' in 'overloaded:models/block/hyper_energy_receiver.mtl'. The color defined by key 'Ks' will not be applied! [22:12:58] [main/INFO]: OBJLoader.MaterialLibrary: key 'Ke' (model: 'overloaded:models/block/hyper_energy_receiver.mtl') is not currently supported, skipping [22:12:58] [main/INFO]: OBJLoader.MaterialLibrary: key 'Ni' (model: 'overloaded:models/block/hyper_energy_receiver.mtl') is not currently supported, skipping [22:12:58] [main/INFO]: OBJLoader.MaterialLibrary: key 'illum' (model: 'overloaded:models/block/hyper_energy_receiver.mtl') is not currently supported, skipping [22:12:58] [main/INFO]: OBJLoader.MaterialLibrary: key 'Ns' (model: 'overloaded:models/block/hyper_energy_sender.mtl') is not currently supported, skipping [22:12:58] [main/INFO]: OBJModel: A color has already been defined for material 'None' in 'overloaded:models/block/hyper_energy_sender.mtl'. The color defined by key 'Ks' will not be applied! [22:12:58] [main/INFO]: OBJLoader.MaterialLibrary: key 'Ke' (model: 'overloaded:models/block/hyper_energy_sender.mtl') is not currently supported, skipping [22:12:58] [main/INFO]: OBJLoader.MaterialLibrary: key 'Ni' (model: 'overloaded:models/block/hyper_energy_sender.mtl') is not currently supported, skipping [22:12:58] [main/INFO]: OBJLoader.MaterialLibrary: key 'illum' (model: 'overloaded:models/block/hyper_energy_sender.mtl') is not currently supported, skipping [22:12:58] [main/INFO]: OBJLoader.MaterialLibrary: key 'Ns' (model: 'overloaded:models/block/hyper_fluid_receiver.mtl') is not currently supported, skipping [22:12:58] [main/INFO]: OBJModel: A color has already been defined for material 'None' in 'overloaded:models/block/hyper_fluid_receiver.mtl'. The color defined by key 'Ks' will not be applied! [22:12:58] [main/INFO]: OBJLoader.MaterialLibrary: key 'Ke' (model: 'overloaded:models/block/hyper_fluid_receiver.mtl') is not currently supported, skipping [22:12:58] [main/INFO]: OBJLoader.MaterialLibrary: key 'Ni' (model: 'overloaded:models/block/hyper_fluid_receiver.mtl') is not currently supported, skipping [22:12:58] [main/INFO]: OBJLoader.MaterialLibrary: key 'illum' (model: 'overloaded:models/block/hyper_fluid_receiver.mtl') is not currently supported, skipping [22:12:58] [main/INFO]: OBJLoader.MaterialLibrary: key 'Ns' (model: 'overloaded:models/block/hyper_fluid_sender.mtl') is not currently supported, skipping [22:12:58] [main/INFO]: OBJModel: A color has already been defined for material 'None' in 'overloaded:models/block/hyper_fluid_sender.mtl'. The color defined by key 'Ks' will not be applied! [22:12:58] [main/INFO]: OBJLoader.MaterialLibrary: key 'Ke' (model: 'overloaded:models/block/hyper_fluid_sender.mtl') is not currently supported, skipping [22:12:58] [main/INFO]: OBJLoader.MaterialLibrary: key 'Ni' (model: 'overloaded:models/block/hyper_fluid_sender.mtl') is not currently supported, skipping [22:12:58] [main/INFO]: OBJLoader.MaterialLibrary: key 'illum' (model: 'overloaded:models/block/hyper_fluid_sender.mtl') is not currently supported, skipping [22:12:58] [main/INFO]: OBJLoader.MaterialLibrary: key 'Ns' (model: 'overloaded:models/block/hyper_item_receiver.mtl') is not currently supported, skipping [22:12:58] [main/INFO]: OBJModel: A color has already been defined for material 'None' in 'overloaded:models/block/hyper_item_receiver.mtl'. The color defined by key 'Ks' will not be applied! [22:12:58] [main/INFO]: OBJLoader.MaterialLibrary: key 'Ke' (model: 'overloaded:models/block/hyper_item_receiver.mtl') is not currently supported, skipping [22:12:58] [main/INFO]: OBJLoader.MaterialLibrary: key 'Ni' (model: 'overloaded:models/block/hyper_item_receiver.mtl') is not currently supported, skipping [22:12:58] [main/INFO]: OBJLoader.MaterialLibrary: key 'illum' (model: 'overloaded:models/block/hyper_item_receiver.mtl') is not currently supported, skipping [22:12:58] [main/INFO]: OBJLoader.MaterialLibrary: key 'Ns' (model: 'overloaded:models/block/hyper_item_sender.mtl') is not currently supported, skipping [22:12:58] [main/INFO]: OBJModel: A color has already been defined for material 'None' in 'overloaded:models/block/hyper_item_sender.mtl'. The color defined by key 'Ks' will not be applied! [22:12:58] [main/INFO]: OBJLoader.MaterialLibrary: key 'Ke' (model: 'overloaded:models/block/hyper_item_sender.mtl') is not currently supported, skipping [22:12:58] [main/INFO]: OBJLoader.MaterialLibrary: key 'Ni' (model: 'overloaded:models/block/hyper_item_sender.mtl') is not currently supported, skipping [22:12:58] [main/INFO]: OBJLoader.MaterialLibrary: key 'illum' (model: 'overloaded:models/block/hyper_item_sender.mtl') is not currently supported, skipping [22:12:58] [main/INFO]: OBJLoader.MaterialLibrary: key 'Ns' (model: 'overloaded:models/block/infinite_barrel.mtl') is not currently supported, skipping [22:12:58] [main/INFO]: OBJModel: A color has already been defined for material 'None' in 'overloaded:models/block/infinite_barrel.mtl'. The color defined by key 'Ks' will not be applied! [22:12:58] [main/INFO]: OBJLoader.MaterialLibrary: key 'Ke' (model: 'overloaded:models/block/infinite_barrel.mtl') is not currently supported, skipping [22:12:58] [main/INFO]: OBJLoader.MaterialLibrary: key 'Ni' (model: 'overloaded:models/block/infinite_barrel.mtl') is not currently supported, skipping [22:12:58] [main/INFO]: OBJLoader.MaterialLibrary: key 'illum' (model: 'overloaded:models/block/infinite_barrel.mtl') is not currently supported, skipping [22:12:58] [main/INFO]: OBJLoader.MaterialLibrary: key 'Ns' (model: 'overloaded:models/block/infinite_capacitor.mtl') is not currently supported, skipping [22:12:58] [main/INFO]: OBJModel: A color has already been defined for material 'None' in 'overloaded:models/block/infinite_capacitor.mtl'. The color defined by key 'Ks' will not be applied! [22:12:58] [main/INFO]: OBJLoader.MaterialLibrary: key 'Ke' (model: 'overloaded:models/block/infinite_capacitor.mtl') is not currently supported, skipping [22:12:58] [main/INFO]: OBJLoader.MaterialLibrary: key 'Ni' (model: 'overloaded:models/block/infinite_capacitor.mtl') is not currently supported, skipping [22:12:58] [main/INFO]: OBJLoader.MaterialLibrary: key 'illum' (model: 'overloaded:models/block/infinite_capacitor.mtl') is not currently supported, skipping [22:12:58] [main/INFO]: OBJLoader.MaterialLibrary: key 'Ns' (model: 'overloaded:models/block/infinite_tank.mtl') is not currently supported, skipping [22:12:58] [main/INFO]: OBJModel: A color has already been defined for material 'None' in 'overloaded:models/block/infinite_tank.mtl'. The color defined by key 'Ks' will not be applied! [22:12:58] [main/INFO]: OBJLoader.MaterialLibrary: key 'Ke' (model: 'overloaded:models/block/infinite_tank.mtl') is not currently supported, skipping [22:12:58] [main/INFO]: OBJLoader.MaterialLibrary: key 'Ni' (model: 'overloaded:models/block/infinite_tank.mtl') is not currently supported, skipping [22:12:58] [main/INFO]: OBJLoader.MaterialLibrary: key 'illum' (model: 'overloaded:models/block/infinite_tank.mtl') is not currently supported, skipping [22:12:58] [main/INFO]: OBJLoader.MaterialLibrary: key 'Ns' (model: 'overloaded:models/block/infinite_water_source.mtl') is not currently supported, skipping [22:12:58] [main/INFO]: OBJModel: A color has already been defined for material 'None' in 'overloaded:models/block/infinite_water_source.mtl'. The color defined by key 'Ks' will not be applied! [22:12:58] [main/INFO]: OBJLoader.MaterialLibrary: key 'Ke' (model: 'overloaded:models/block/infinite_water_source.mtl') is not currently supported, skipping [22:12:58] [main/INFO]: OBJLoader.MaterialLibrary: key 'Ni' (model: 'overloaded:models/block/infinite_water_source.mtl') is not currently supported, skipping [22:12:58] [main/INFO]: OBJLoader.MaterialLibrary: key 'illum' (model: 'overloaded:models/block/infinite_water_source.mtl') is not currently supported, skipping [22:13:01] [main/INFO]: OBJLoader.Parser: command 's' (model: 'terraqueous:models/block/doodads/doodad_branch.obj') is not currently supported, skipping. Line: 71 's off' [22:13:07] [main/INFO]: OBJLoader.MaterialLibrary: key 'Ns' (model: 'overloaded:models/item/energy_core.mtl') is not currently supported, skipping [22:13:07] [main/INFO]: OBJModel: A color has already been defined for material 'None' in 'overloaded:models/item/energy_core.mtl'. The color defined by key 'Ks' will not be applied! [22:13:07] [main/INFO]: OBJLoader.MaterialLibrary: key 'Ke' (model: 'overloaded:models/item/energy_core.mtl') is not currently supported, skipping [22:13:07] [main/INFO]: OBJLoader.MaterialLibrary: key 'Ni' (model: 'overloaded:models/item/energy_core.mtl') is not currently supported, skipping [22:13:07] [main/INFO]: OBJLoader.MaterialLibrary: key 'illum' (model: 'overloaded:models/item/energy_core.mtl') is not currently supported, skipping [22:13:07] [main/INFO]: OBJLoader.MaterialLibrary: key 'Ns' (model: 'overloaded:models/item/fluid_core.mtl') is not currently supported, skipping [22:13:07] [main/INFO]: OBJModel: A color has already been defined for material 'None' in 'overloaded:models/item/fluid_core.mtl'. The color defined by key 'Ks' will not be applied! [22:13:07] [main/INFO]: OBJLoader.MaterialLibrary: key 'Ke' (model: 'overloaded:models/item/fluid_core.mtl') is not currently supported, skipping [22:13:07] [main/INFO]: OBJLoader.MaterialLibrary: key 'Ni' (model: 'overloaded:models/item/fluid_core.mtl') is not currently supported, skipping [22:13:07] [main/INFO]: OBJLoader.MaterialLibrary: key 'illum' (model: 'overloaded:models/item/fluid_core.mtl') is not currently supported, skipping [22:13:07] [main/INFO]: OBJLoader.MaterialLibrary: key 'Ns' (model: 'overloaded:models/item/item_core.mtl') is not currently supported, skipping [22:13:07] [main/INFO]: OBJModel: A color has already been defined for material 'None' in 'overloaded:models/item/item_core.mtl'. The color defined by key 'Ks' will not be applied! [22:13:07] [main/INFO]: OBJLoader.MaterialLibrary: key 'Ke' (model: 'overloaded:models/item/item_core.mtl') is not currently supported, skipping [22:13:07] [main/INFO]: OBJLoader.MaterialLibrary: key 'Ni' (model: 'overloaded:models/item/item_core.mtl') is not currently supported, skipping [22:13:07] [main/INFO]: OBJLoader.MaterialLibrary: key 'illum' (model: 'overloaded:models/item/item_core.mtl') is not currently supported, skipping [22:13:07] [main/INFO]: OBJLoader.MaterialLibrary: key 'Ns' (model: 'overloaded:models/item/linkingcard.mtl') is not currently supported, skipping [22:13:07] [main/INFO]: OBJModel: A color has already been defined for material 'None' in 'overloaded:models/item/linkingcard.mtl'. The color defined by key 'Ks' will not be applied! [22:13:07] [main/INFO]: OBJLoader.MaterialLibrary: key 'illum' (model: 'overloaded:models/item/linkingcard.mtl') is not currently supported, skipping [22:13:07] [main/INFO]: OBJLoader.Parser: command 'l' (model: 'overloaded:models/item/armor/multi_body.obj') is not currently supported, skipping. Line: 1750 'l 573 574' [22:13:07] [main/INFO]: OBJLoader.MaterialLibrary: key 'Ns' (model: 'overloaded:models/item/armor/multi_helmet.mtl') is not currently supported, skipping [22:13:07] [main/INFO]: OBJLoader.MaterialLibrary: key 'illum' (model: 'overloaded:models/item/armor/multi_helmet.mtl') is not currently supported, skipping [22:13:07] [main/INFO]: OBJLoader.MaterialLibrary: key 'Ns' (model: 'overloaded:models/item/ntool.mtl') is not currently supported, skipping [22:13:07] [main/INFO]: OBJModel: A color has already been defined for material 'None' in 'overloaded:models/item/ntool.mtl'. The color defined by key 'Ks' will not be applied! [22:13:07] [main/INFO]: OBJLoader.MaterialLibrary: key 'Ke' (model: 'overloaded:models/item/ntool.mtl') is not currently supported, skipping [22:13:07] [main/INFO]: OBJLoader.MaterialLibrary: key 'Ni' (model: 'overloaded:models/item/ntool.mtl') is not currently supported, skipping [22:13:07] [main/INFO]: OBJLoader.MaterialLibrary: key 'illum' (model: 'overloaded:models/item/ntool.mtl') is not currently supported, skipping [22:13:07] [main/INFO]: OBJLoader.MaterialLibrary: key 'Ns' (model: 'overloaded:models/item/ray_gun.mtl') is not currently supported, skipping [22:13:07] [main/INFO]: OBJModel: A color has already been defined for material 'None.001' in 'overloaded:models/item/ray_gun.mtl'. The color defined by key 'Ks' will not be applied! [22:13:07] [main/INFO]: OBJLoader.MaterialLibrary: key 'Ke' (model: 'overloaded:models/item/ray_gun.mtl') is not currently supported, skipping [22:13:07] [main/INFO]: OBJLoader.MaterialLibrary: key 'Ni' (model: 'overloaded:models/item/ray_gun.mtl') is not currently supported, skipping [22:13:07] [main/INFO]: OBJLoader.MaterialLibrary: key 'illum' (model: 'overloaded:models/item/ray_gun.mtl') is not currently supported, skipping [22:13:13] [main/WARN]: Unable to resolve texture due to upward reference: #item in traverse:models/block/itemblock [22:13:16] [main/INFO]: Stitching Revolver Textures! [22:13:26] [main/INFO]: Max texture size: 16384 [22:14:20] [main/INFO]: Created: 16384x8192 textures-atlas [22:14:22] [ForkJoinPool.commonPool-worker-2/WARN]: Unable to resolve texture due to upward reference: #texture in minecraft:models/block/trapdoor_bottom [22:14:22] [ForkJoinPool.commonPool-worker-2/WARN]: Unable to resolve texture due to upward reference: #texture in minecraft:models/block/trapdoor_bottom [22:14:22] [main/ERROR]: MultiModel minecraft:builtin/missing is empty (no base model or parts were provided/resolved) [22:14:22] [ForkJoinPool.commonPool-worker-4/WARN]: Unable to resolve texture due to upward reference: #texture in minecraft:models/block/trapdoor_bottom [22:14:22] [ForkJoinPool.commonPool-worker-4/WARN]: Unable to resolve texture due to upward reference: #texture in minecraft:models/block/trapdoor_bottom

[22:14:22] [ForkJoinPool.commonPool-worker-2/INFO]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:113]: Added INTERFACE: pl/asie/foamfix/coremod/injections/client/IFoamFixPatchedBlockInfo [22:14:22] [ForkJoinPool.commonPool-worker-2/INFO]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:150]: Added METHOD: net.minecraftforge.client.model.pipeline.BlockInfo.getRawS [22:14:22] [ForkJoinPool.commonPool-worker-2/INFO]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:150]: Added METHOD: net.minecraftforge.client.model.pipeline.BlockInfo.getRawB [22:14:22] [ForkJoinPool.commonPool-worker-2/INFO]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:150]: Added METHOD: net.minecraftforge.client.model.pipeline.BlockInfo.updateAO

[22:14:22] [ForkJoinPool.commonPool-worker-2/INFO]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:113]: Added INTERFACE: pl/asie/foamfix/coremod/injections/client/IFoamFixBlockInfoClearCacheProxy [22:14:22] [ForkJoinPool.commonPool-worker-2/INFO]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:150]: Added METHOD: net.minecraftforge.client.model.pipeline.BlockInfo.foamfix_clear [22:14:22] [ForkJoinPool.commonPool-worker-7/ERROR]: MultiModel minecraft:builtin/missing is empty (no base model or parts were provided/resolved) [22:14:22] [ForkJoinPool.commonPool-worker-6/ERROR]: MultiModel minecraft:builtin/missing is empty (no base model or parts were provided/resolved) [22:14:22] [ForkJoinPool.commonPool-worker-2/WARN]: Unable to resolve texture due to upward reference: #texture in minecraft:models/block/trapdoor_bottom [22:14:22] [ForkJoinPool.commonPool-worker-2/WARN]: Unable to resolve texture due to upward reference: #texture in minecraft:models/block/trapdoor_bottom [22:14:22] [ForkJoinPool.commonPool-worker-2/ERROR]: MultiModel minecraft:builtin/missing is empty (no base model or parts were provided/resolved) [22:14:22] [ForkJoinPool.commonPool-worker-7/WARN]: Unable to resolve texture due to upward reference: #texture in minecraft:models/block/trapdoor_bottom [22:14:22] [ForkJoinPool.commonPool-worker-7/WARN]: Unable to resolve texture due to upward reference: #texture in minecraft:models/block/trapdoor_bottom [22:14:22] [ForkJoinPool.commonPool-worker-7/ERROR]: MultiModel minecraft:builtin/missing is empty (no base model or parts were provided/resolved) [22:14:23] [ForkJoinPool.commonPool-worker-2/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all [22:14:23] [ForkJoinPool.commonPool-worker-2/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all [22:14:23] [ForkJoinPool.commonPool-worker-2/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all [22:14:23] [ForkJoinPool.commonPool-worker-2/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all [22:14:23] [ForkJoinPool.commonPool-worker-2/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all [22:14:23] [ForkJoinPool.commonPool-worker-2/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all [22:14:23] [ForkJoinPool.commonPool-worker-2/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all [22:14:23] [ForkJoinPool.commonPool-worker-6/WARN]: Unable to resolve texture due to upward reference: #texture in minecraft:models/block/trapdoor_bottom [22:14:23] [ForkJoinPool.commonPool-worker-6/WARN]: Unable to resolve texture due to upward reference: #texture in minecraft:models/block/trapdoor_bottom [22:14:23] [ForkJoinPool.commonPool-worker-7/WARN]: Unable to resolve texture due to upward reference: #none_top in minecraft:models/block/cross [22:14:23] [main/ERROR]: MultiModel minecraft:builtin/missing is empty (no base model or parts were provided/resolved) [22:14:23] [ForkJoinPool.commonPool-worker-2/ERROR]: MultiModel minecraft:builtin/missing is empty (no base model or parts were provided/resolved) [22:14:23] [ForkJoinPool.commonPool-worker-6/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all [22:14:23] [ForkJoinPool.commonPool-worker-6/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all [22:14:23] [ForkJoinPool.commonPool-worker-6/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all [22:14:23] [ForkJoinPool.commonPool-worker-6/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all [22:14:23] [ForkJoinPool.commonPool-worker-6/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all [22:14:23] [ForkJoinPool.commonPool-worker-6/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all [22:14:23] [ForkJoinPool.commonPool-worker-6/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all [22:14:23] [ForkJoinPool.commonPool-worker-6/ERROR]: MultiModel minecraft:builtin/missing is empty (no base model or parts were provided/resolved) [22:14:24] [ForkJoinPool.commonPool-worker-2/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all [22:14:24] [ForkJoinPool.commonPool-worker-2/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all [22:14:24] [ForkJoinPool.commonPool-worker-2/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all [22:14:24] [ForkJoinPool.commonPool-worker-2/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all [22:14:24] [ForkJoinPool.commonPool-worker-2/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all [22:14:24] [ForkJoinPool.commonPool-worker-2/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all [22:14:24] [ForkJoinPool.commonPool-worker-2/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all [22:14:24] [main/ERROR]: MultiModel minecraft:builtin/missing is empty (no base model or parts were provided/resolved) [22:14:24] [ForkJoinPool.commonPool-worker-7/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all [22:14:24] [ForkJoinPool.commonPool-worker-7/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all [22:14:24] [ForkJoinPool.commonPool-worker-7/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all [22:14:24] [ForkJoinPool.commonPool-worker-7/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all [22:14:24] [ForkJoinPool.commonPool-worker-7/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all [22:14:24] [ForkJoinPool.commonPool-worker-7/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all [22:14:24] [ForkJoinPool.commonPool-worker-7/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all [22:14:24] [ForkJoinPool.commonPool-worker-2/ERROR]: MultiModel minecraft:builtin/missing is empty (no base model or parts were provided/resolved) [22:14:24] [ForkJoinPool.commonPool-worker-5/ERROR]: MultiModel minecraft:builtin/missing is empty (no base model or parts were provided/resolved) [22:14:24] [ForkJoinPool.commonPool-worker-5/WARN]: Unable to resolve texture due to upward reference: #texture in minecraft:models/block/trapdoor_bottom [22:14:24] [ForkJoinPool.commonPool-worker-5/WARN]: Unable to resolve texture due to upward reference: #texture in minecraft:models/block/trapdoor_bottom [22:14:24] [ForkJoinPool.commonPool-worker-3/WARN]: Unable to resolve texture due to upward reference: #texture in minecraft:models/block/trapdoor_bottom [22:14:24] [ForkJoinPool.commonPool-worker-3/WARN]: Unable to resolve texture due to upward reference: #texture in minecraft:models/block/trapdoor_bottom [22:14:24] [ForkJoinPool.commonPool-worker-5/ERROR]: MultiModel minecraft:builtin/missing is empty (no base model or parts were provided/resolved) [22:14:24] [ForkJoinPool.commonPool-worker-7/ERROR]: MultiModel minecraft:builtin/missing is empty (no base model or parts were provided/resolved) [22:14:24] [ForkJoinPool.commonPool-worker-7/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all [22:14:24] [ForkJoinPool.commonPool-worker-7/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all [22:14:24] [ForkJoinPool.commonPool-worker-7/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all [22:14:24] [ForkJoinPool.commonPool-worker-7/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all [22:14:24] [ForkJoinPool.commonPool-worker-7/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all [22:14:24] [ForkJoinPool.commonPool-worker-7/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all [22:14:24] [ForkJoinPool.commonPool-worker-7/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all [22:14:24] [main/ERROR]: MultiModel minecraft:builtin/missing is empty (no base model or parts were provided/resolved) [22:14:24] [ForkJoinPool.commonPool-worker-6/WARN]: Unable to resolve texture due to upward reference: #texture in minecraft:models/block/trapdoor_bottom [22:14:24] [ForkJoinPool.commonPool-worker-6/WARN]: Unable to resolve texture due to upward reference: #texture in minecraft:models/block/trapdoor_bottom [22:14:24] [ForkJoinPool.commonPool-worker-6/WARN]: Unable to resolve texture due to upward reference: #texture in minecraft:models/block/trapdoor_bottom [22:14:24] [ForkJoinPool.commonPool-worker-6/WARN]: Unable to resolve texture due to upward reference: #texture in minecraft:models/block/trapdoor_bottom [22:14:25] [ForkJoinPool.commonPool-worker-3/WARN]: Unable to resolve texture due to upward reference: #texture in minecraft:models/block/trapdoor_bottom [22:14:25] [ForkJoinPool.commonPool-worker-3/WARN]: Unable to resolve texture due to upward reference: #texture in minecraft:models/block/trapdoor_bottom [22:14:25] [ForkJoinPool.commonPool-worker-5/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all [22:14:25] [ForkJoinPool.commonPool-worker-5/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all [22:14:25] [ForkJoinPool.commonPool-worker-5/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all [22:14:25] [ForkJoinPool.commonPool-worker-5/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all [22:14:25] [ForkJoinPool.commonPool-worker-5/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all [22:14:25] [ForkJoinPool.commonPool-worker-5/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all [22:14:25] [ForkJoinPool.commonPool-worker-5/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all [22:14:25] [ForkJoinPool.commonPool-worker-6/WARN]: Unable to resolve texture due to upward reference: #texture in minecraft:models/block/trapdoor_bottom [22:14:25] [ForkJoinPool.commonPool-worker-6/WARN]: Unable to resolve texture due to upward reference: #texture in minecraft:models/block/trapdoor_bottom [22:14:25] [ForkJoinPool.commonPool-worker-5/ERROR]: MultiModel minecraft:builtin/missing is empty (no base model or parts were provided/resolved) [22:14:25] [ForkJoinPool.commonPool-worker-6/WARN]: Unable to resolve texture due to upward reference: #texture in minecraft:models/block/trapdoor_bottom [22:14:25] [ForkJoinPool.commonPool-worker-6/WARN]: Unable to resolve texture due to upward reference: #texture in minecraft:models/block/trapdoor_bottom [22:14:25] [ForkJoinPool.commonPool-worker-4/ERROR]: MultiModel minecraft:builtin/missing is empty (no base model or parts were provided/resolved) [22:14:25] [ForkJoinPool.commonPool-worker-4/WARN]: Unable to resolve texture due to upward reference: #texture in minecraft:models/block/trapdoor_bottom [22:14:25] [ForkJoinPool.commonPool-worker-4/WARN]: Unable to resolve texture due to upward reference: #texture in minecraft:models/block/trapdoor_bottom [22:14:25] [ForkJoinPool.commonPool-worker-4/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all [22:14:25] [ForkJoinPool.commonPool-worker-4/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all [22:14:25] [ForkJoinPool.commonPool-worker-4/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all [22:14:25] [ForkJoinPool.commonPool-worker-4/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all [22:14:25] [ForkJoinPool.commonPool-worker-4/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all [22:14:25] [ForkJoinPool.commonPool-worker-4/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all [22:14:25] [ForkJoinPool.commonPool-worker-4/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all [22:14:25] [ForkJoinPool.commonPool-worker-2/ERROR]: MultiModel minecraft:builtin/missing is empty (no base model or parts were provided/resolved) [22:14:25] [ForkJoinPool.commonPool-worker-6/ERROR]: MultiModel minecraft:builtin/missing is empty (no base model or parts were provided/resolved) [22:14:25] [ForkJoinPool.commonPool-worker-6/ERROR]: MultiModel minecraft:builtin/missing is empty (no base model or parts were provided/resolved) [22:14:30] [ForkJoinPool.commonPool-worker-7/WARN]: Unable to resolve texture due to upward reference: #texture in minecraft:models/block/trapdoor_bottom [22:14:30] [ForkJoinPool.commonPool-worker-7/WARN]: Unable to resolve texture due to upward reference: #texture in minecraft:models/block/trapdoor_bottom [22:14:30] [ForkJoinPool.commonPool-worker-5/ERROR]: MultiModel minecraft:builtin/missing is empty (no base model or parts were provided/resolved) [22:14:30] [ForkJoinPool.commonPool-worker-7/ERROR]: MultiModel minecraft:builtin/missing is empty (no base model or parts were provided/resolved) [22:14:30] [ForkJoinPool.commonPool-worker-7/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all [22:14:30] [ForkJoinPool.commonPool-worker-7/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all [22:14:30] [ForkJoinPool.commonPool-worker-7/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all [22:14:30] [ForkJoinPool.commonPool-worker-7/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all [22:14:30] [ForkJoinPool.commonPool-worker-7/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all [22:14:30] [ForkJoinPool.commonPool-worker-7/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all [22:14:30] [ForkJoinPool.commonPool-worker-7/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all [22:14:30] [ForkJoinPool.commonPool-worker-6/ERROR]: MultiModel minecraft:builtin/missing is empty (no base model or parts were provided/resolved) [22:14:30] [ForkJoinPool.commonPool-worker-6/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all [22:14:30] [ForkJoinPool.commonPool-worker-6/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all [22:14:30] [ForkJoinPool.commonPool-worker-6/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all [22:14:30] [ForkJoinPool.commonPool-worker-6/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all [22:14:30] [ForkJoinPool.commonPool-worker-6/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all [22:14:30] [ForkJoinPool.commonPool-worker-6/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all [22:14:30] [ForkJoinPool.commonPool-worker-6/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all [22:14:30] [ForkJoinPool.commonPool-worker-6/WARN]: Unable to resolve texture due to upward reference: #texture in minecraft:models/block/trapdoor_bottom [22:14:30] [ForkJoinPool.commonPool-worker-6/WARN]: Unable to resolve texture due to upward reference: #texture in minecraft:models/block/trapdoor_bottom [22:14:30] [ForkJoinPool.commonPool-worker-2/ERROR]: MultiModel minecraft:builtin/missing is empty (no base model or parts were provided/resolved) [22:14:30] [ForkJoinPool.commonPool-worker-5/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all [22:14:30] [ForkJoinPool.commonPool-worker-5/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all [22:14:30] [ForkJoinPool.commonPool-worker-5/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all [22:14:30] [ForkJoinPool.commonPool-worker-5/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all [22:14:30] [ForkJoinPool.commonPool-worker-5/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all [22:14:30] [ForkJoinPool.commonPool-worker-5/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all [22:14:30] [ForkJoinPool.commonPool-worker-5/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all [22:14:30] [ForkJoinPool.commonPool-worker-2/ERROR]: MultiModel minecraft:builtin/missing is empty (no base model or parts were provided/resolved) [22:14:30] [ForkJoinPool.commonPool-worker-4/WARN]: Unable to resolve texture due to upward reference: #texture in minecraft:models/block/trapdoor_bottom [22:14:30] [ForkJoinPool.commonPool-worker-4/WARN]: Unable to resolve texture due to upward reference: #texture in minecraft:models/block/trapdoor_bottom [22:14:31] [ForkJoinPool.commonPool-worker-5/ERROR]: MultiModel minecraft:builtin/missing is empty (no base model or parts were provided/resolved) [22:14:31] [ForkJoinPool.commonPool-worker-6/ERROR]: MultiModel minecraft:builtin/missing is empty (no base model or parts were provided/resolved) [22:14:31] [ForkJoinPool.commonPool-worker-6/WARN]: Unable to resolve texture due to upward reference: #texture in minecraft:models/block/trapdoor_bottom [22:14:31] [ForkJoinPool.commonPool-worker-6/WARN]: Unable to resolve texture due to upward reference: #texture in minecraft:models/block/trapdoor_bottom [22:14:31] [ForkJoinPool.commonPool-worker-7/ERROR]: MultiModel minecraft:builtin/missing is empty (no base model or parts were provided/resolved) [22:14:31] [ForkJoinPool.commonPool-worker-2/WARN]: Unable to resolve texture due to upward reference: #texture in minecraft:models/block/trapdoor_bottom [22:14:31] [ForkJoinPool.commonPool-worker-2/WARN]: Unable to resolve texture due to upward reference: #texture in minecraft:models/block/trapdoor_bottom [22:14:31] [ForkJoinPool.commonPool-worker-7/WARN]: Unable to resolve texture due to upward reference: #texture in minecraft:models/block/trapdoor_bottom [22:14:31] [ForkJoinPool.commonPool-worker-7/WARN]: Unable to resolve texture due to upward reference: #texture in minecraft:models/block/trapdoor_bottom [22:14:31] [ForkJoinPool.commonPool-worker-5/WARN]: Unable to resolve texture due to upward reference: #texture in minecraft:models/block/trapdoor_bottom [22:14:31] [ForkJoinPool.commonPool-worker-5/WARN]: Unable to resolve texture due to upward reference: #texture in minecraft:models/block/trapdoor_bottom [22:14:31] [ForkJoinPool.commonPool-worker-2/WARN]: Unable to resolve texture due to upward reference: #texture in minecraft:models/block/trapdoor_bottom [22:14:31] [ForkJoinPool.commonPool-worker-2/WARN]: Unable to resolve texture due to upward reference: #texture in minecraft:models/block/trapdoor_bottom [22:14:31] [ForkJoinPool.commonPool-worker-4/ERROR]: MultiModel minecraft:builtin/missing is empty (no base model or parts were provided/resolved) [22:14:31] [ForkJoinPool.commonPool-worker-4/WARN]: Unable to resolve texture due to upward reference: #texture in minecraft:models/block/trapdoor_bottom [22:14:31] [ForkJoinPool.commonPool-worker-4/WARN]: Unable to resolve texture due to upward reference: #texture in minecraft:models/block/trapdoor_bottom [22:14:31] [ForkJoinPool.commonPool-worker-7/WARN]: Unable to resolve texture due to upward reference: #none_bot in minecraft:models/block/cross [22:14:31] [main/ERROR]: MultiModel minecraft:builtin/missing is empty (no base model or parts were provided/resolved) [22:14:31] [main/ERROR]: MultiModel minecraft:builtin/missing is empty (no base model or parts were provided/resolved) [22:14:35] [main/ERROR]: MultiModel minecraft:builtin/missing is empty (no base model or parts were provided/resolved) [22:14:35] [ForkJoinPool.commonPool-worker-1/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all [22:14:35] [ForkJoinPool.commonPool-worker-1/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all [22:14:35] [ForkJoinPool.commonPool-worker-1/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all [22:14:35] [ForkJoinPool.commonPool-worker-1/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all [22:14:35] [ForkJoinPool.commonPool-worker-1/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all [22:14:35] [ForkJoinPool.commonPool-worker-1/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all [22:14:35] [ForkJoinPool.commonPool-worker-1/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all [22:14:35] [ForkJoinPool.commonPool-worker-2/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all [22:14:35] [ForkJoinPool.commonPool-worker-2/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all [22:14:35] [ForkJoinPool.commonPool-worker-2/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all [22:14:35] [ForkJoinPool.commonPool-worker-2/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all [22:14:35] [ForkJoinPool.commonPool-worker-2/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all [22:14:35] [ForkJoinPool.commonPool-worker-2/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all [22:14:35] [ForkJoinPool.commonPool-worker-2/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all [22:14:35] [ForkJoinPool.commonPool-worker-1/WARN]: Unable to resolve texture due to upward reference: #texture in minecraft:models/block/trapdoor_bottom [22:14:35] [ForkJoinPool.commonPool-worker-1/WARN]: Unable to resolve texture due to upward reference: #texture in minecraft:models/block/trapdoor_bottom [22:14:35] [ForkJoinPool.commonPool-worker-4/ERROR]: MultiModel minecraft:builtin/missing is empty (no base model or parts were provided/resolved) [22:14:35] [main/ERROR]: MultiModel minecraft:builtin/missing is empty (no base model or parts were provided/resolved) [22:14:36] [ForkJoinPool.commonPool-worker-3/ERROR]: MultiModel minecraft:builtin/missing is empty (no base model or parts were provided/resolved) [22:14:36] [ForkJoinPool.commonPool-worker-4/WARN]: Unable to resolve texture due to upward reference: #texture in minecraft:models/block/trapdoor_bottom

AthlonS2K commented 6 years ago

part 5 [22:14:36] [ForkJoinPool.commonPool-worker-4/WARN]: Unable to resolve texture due to upward reference: #texture in minecraft:models/block/trapdoor_bottom [22:14:36] [main/ERROR]: MultiModel minecraft:builtin/missing is empty (no base model or parts were provided/resolved) [22:14:36] [ForkJoinPool.commonPool-worker-3/WARN]: Unable to resolve texture due to upward reference: #texture in minecraft:models/block/trapdoor_bottom [22:14:36] [ForkJoinPool.commonPool-worker-3/WARN]: Unable to resolve texture due to upward reference: #texture in minecraft:models/block/trapdoor_bottom [22:14:38] [ForkJoinPool.commonPool-worker-7/WARN]: Unable to resolve texture due to upward reference: #texture in minecraft:models/block/trapdoor_bottom [22:14:38] [ForkJoinPool.commonPool-worker-7/WARN]: Unable to resolve texture due to upward reference: #texture in minecraft:models/block/trapdoor_bottom [22:14:38] [ForkJoinPool.commonPool-worker-3/ERROR]: MultiModel minecraft:builtin/missing is empty (no base model or parts were provided/resolved) [22:14:38] [main/ERROR]: MultiModel minecraft:builtin/missing is empty (no base model or parts were provided/resolved) [22:14:38] [ForkJoinPool.commonPool-worker-4/ERROR]: MultiModel minecraft:builtin/missing is empty (no base model or parts were provided/resolved) [22:14:39] [ForkJoinPool.commonPool-worker-6/WARN]: Unable to resolve texture due to upward reference: #texture in minecraft:models/block/trapdoor_bottom [22:14:39] [ForkJoinPool.commonPool-worker-6/WARN]: Unable to resolve texture due to upward reference: #texture in minecraft:models/block/trapdoor_bottom [22:14:39] [ForkJoinPool.commonPool-worker-5/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all [22:14:39] [ForkJoinPool.commonPool-worker-5/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all [22:14:39] [ForkJoinPool.commonPool-worker-5/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all [22:14:39] [ForkJoinPool.commonPool-worker-5/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all [22:14:39] [ForkJoinPool.commonPool-worker-5/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all [22:14:39] [ForkJoinPool.commonPool-worker-5/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all [22:14:39] [ForkJoinPool.commonPool-worker-5/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all [22:14:39] [ForkJoinPool.commonPool-worker-5/WARN]: Unable to resolve texture due to upward reference: #texture in minecraft:models/block/trapdoor_bottom [22:14:39] [ForkJoinPool.commonPool-worker-5/WARN]: Unable to resolve texture due to upward reference: #texture in minecraft:models/block/trapdoor_bottom [22:14:39] [ForkJoinPool.commonPool-worker-5/WARN]: Unable to resolve texture due to upward reference: #texture in minecraft:models/block/trapdoor_bottom [22:14:39] [ForkJoinPool.commonPool-worker-5/WARN]: Unable to resolve texture due to upward reference: #texture in minecraft:models/block/trapdoor_bottom [22:14:39] [ForkJoinPool.commonPool-worker-3/ERROR]: MultiModel minecraft:builtin/missing is empty (no base model or parts were provided/resolved) [22:14:39] [ForkJoinPool.commonPool-worker-4/ERROR]: MultiModel minecraft:builtin/missing is empty (no base model or parts were provided/resolved) [22:14:39] [ForkJoinPool.commonPool-worker-3/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all [22:14:39] [ForkJoinPool.commonPool-worker-3/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all [22:14:39] [ForkJoinPool.commonPool-worker-3/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all [22:14:39] [ForkJoinPool.commonPool-worker-3/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all [22:14:39] [ForkJoinPool.commonPool-worker-3/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all [22:14:39] [ForkJoinPool.commonPool-worker-3/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all [22:14:39] [ForkJoinPool.commonPool-worker-3/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all [22:14:39] [ForkJoinPool.commonPool-worker-7/WARN]: Unable to resolve texture due to upward reference: #texture in minecraft:models/block/trapdoor_bottom [22:14:39] [ForkJoinPool.commonPool-worker-7/WARN]: Unable to resolve texture due to upward reference: #texture in minecraft:models/block/trapdoor_bottom [22:14:39] [ForkJoinPool.commonPool-worker-6/WARN]: Unable to resolve texture due to upward reference: #texture in minecraft:models/block/trapdoor_bottom [22:14:39] [ForkJoinPool.commonPool-worker-6/WARN]: Unable to resolve texture due to upward reference: #texture in minecraft:models/block/trapdoor_bottom [22:14:39] [ForkJoinPool.commonPool-worker-2/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all [22:14:39] [ForkJoinPool.commonPool-worker-2/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all [22:14:39] [ForkJoinPool.commonPool-worker-2/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all [22:14:39] [ForkJoinPool.commonPool-worker-2/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all [22:14:39] [ForkJoinPool.commonPool-worker-2/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all [22:14:39] [ForkJoinPool.commonPool-worker-2/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all [22:14:39] [ForkJoinPool.commonPool-worker-2/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all [22:14:39] [ForkJoinPool.commonPool-worker-7/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all [22:14:39] [ForkJoinPool.commonPool-worker-7/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all [22:14:39] [ForkJoinPool.commonPool-worker-7/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all [22:14:39] [ForkJoinPool.commonPool-worker-7/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all [22:14:39] [ForkJoinPool.commonPool-worker-7/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all [22:14:39] [ForkJoinPool.commonPool-worker-7/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all [22:14:39] [ForkJoinPool.commonPool-worker-7/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all [22:14:39] [ForkJoinPool.commonPool-worker-6/ERROR]: MultiModel minecraft:builtin/missing is empty (no base model or parts were provided/resolved) [22:14:39] [ForkJoinPool.commonPool-worker-1/ERROR]: MultiModel minecraft:builtin/missing is empty (no base model or parts were provided/resolved) [22:14:39] [ForkJoinPool.commonPool-worker-6/WARN]: Unable to resolve texture due to upward reference: #texture in minecraft:models/block/trapdoor_bottom [22:14:39] [ForkJoinPool.commonPool-worker-6/WARN]: Unable to resolve texture due to upward reference: #texture in minecraft:models/block/trapdoor_bottom [22:14:39] [ForkJoinPool.commonPool-worker-7/WARN]: Unable to resolve texture due to upward reference: #texture in minecraft:models/block/trapdoor_bottom [22:14:39] [ForkJoinPool.commonPool-worker-7/WARN]: Unable to resolve texture due to upward reference: #texture in minecraft:models/block/trapdoor_bottom [22:14:39] [ForkJoinPool.commonPool-worker-3/ERROR]: MultiModel minecraft:builtin/missing is empty (no base model or parts were provided/resolved) [22:14:39] [ForkJoinPool.commonPool-worker-7/WARN]: Unable to resolve texture due to upward reference: #texture in minecraft:models/block/trapdoor_bottom [22:14:39] [ForkJoinPool.commonPool-worker-7/WARN]: Unable to resolve texture due to upward reference: #texture in minecraft:models/block/trapdoor_bottom [22:14:39] [ForkJoinPool.commonPool-worker-5/ERROR]: MultiModel minecraft:builtin/missing is empty (no base model or parts were provided/resolved) [22:14:39] [ForkJoinPool.commonPool-worker-7/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all [22:14:39] [ForkJoinPool.commonPool-worker-7/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all [22:14:39] [ForkJoinPool.commonPool-worker-7/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all [22:14:39] [ForkJoinPool.commonPool-worker-7/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all [22:14:39] [ForkJoinPool.commonPool-worker-7/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all [22:14:39] [ForkJoinPool.commonPool-worker-7/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all [22:14:39] [ForkJoinPool.commonPool-worker-7/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all [22:14:39] [ForkJoinPool.commonPool-worker-6/WARN]: Unable to resolve texture due to upward reference: #texture in minecraft:models/block/trapdoor_bottom [22:14:39] [ForkJoinPool.commonPool-worker-4/WARN]: Unable to resolve texture due to upward reference: #texture in minecraft:models/block/trapdoor_bottom [22:14:39] [ForkJoinPool.commonPool-worker-4/WARN]: Unable to resolve texture due to upward reference: #texture in minecraft:models/block/trapdoor_bottom [22:14:39] [ForkJoinPool.commonPool-worker-6/WARN]: Unable to resolve texture due to upward reference: #texture in minecraft:models/block/trapdoor_bottom [22:14:39] [ForkJoinPool.commonPool-worker-4/WARN]: Unable to resolve texture due to upward reference: #texture in minecraft:models/block/trapdoor_bottom [22:14:39] [ForkJoinPool.commonPool-worker-4/WARN]: Unable to resolve texture due to upward reference: #texture in minecraft:models/block/trapdoor_bottom [22:14:39] [main/ERROR]: MultiModel minecraft:builtin/missing is empty (no base model or parts were provided/resolved) [22:14:40] [ForkJoinPool.commonPool-worker-4/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all [22:14:40] [ForkJoinPool.commonPool-worker-4/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all [22:14:40] [ForkJoinPool.commonPool-worker-4/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all [22:14:40] [ForkJoinPool.commonPool-worker-4/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all [22:14:40] [ForkJoinPool.commonPool-worker-4/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all [22:14:40] [ForkJoinPool.commonPool-worker-4/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all [22:14:40] [ForkJoinPool.commonPool-worker-4/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all [22:14:40] [main/WARN]: Unable to resolve texture due to upward reference: #texture in minecraft:models/block/trapdoor_bottom [22:14:40] [main/WARN]: Unable to resolve texture due to upward reference: #texture in minecraft:models/block/trapdoor_bottom [22:14:40] [ForkJoinPool.commonPool-worker-7/ERROR]: MultiModel minecraft:builtin/missing is empty (no base model or parts were provided/resolved) [22:14:40] [ForkJoinPool.commonPool-worker-1/ERROR]: MultiModel minecraft:builtin/missing is empty (no base model or parts were provided/resolved) [22:14:40] [ForkJoinPool.commonPool-worker-4/WARN]: Unable to resolve texture due to upward reference: #texture in minecraft:models/block/trapdoor_bottom [22:14:40] [ForkJoinPool.commonPool-worker-4/WARN]: Unable to resolve texture due to upward reference: #texture in minecraft:models/block/trapdoor_bottom [22:14:40] [ForkJoinPool.commonPool-worker-6/ERROR]: MultiModel minecraft:builtin/missing is empty (no base model or parts were provided/resolved) [22:14:40] [ForkJoinPool.commonPool-worker-1/ERROR]: MultiModel minecraft:builtin/missing is empty (no base model or parts were provided/resolved) [22:14:40] [ForkJoinPool.commonPool-worker-4/ERROR]: MultiModel minecraft:builtin/missing is empty (no base model or parts were provided/resolved) [22:14:40] [ForkJoinPool.commonPool-worker-5/WARN]: Unable to resolve texture due to upward reference: #texture in minecraft:models/block/trapdoor_bottom [22:14:40] [ForkJoinPool.commonPool-worker-5/WARN]: Unable to resolve texture due to upward reference: #texture in minecraft:models/block/trapdoor_bottom [22:14:40] [ForkJoinPool.commonPool-worker-4/WARN]: Unable to resolve texture due to upward reference: #texture in minecraft:models/block/trapdoor_bottom [22:14:40] [ForkJoinPool.commonPool-worker-4/WARN]: Unable to resolve texture due to upward reference: #texture in minecraft:models/block/trapdoor_bottom [22:14:40] [ForkJoinPool.commonPool-worker-5/WARN]: Unable to resolve texture due to upward reference: #texture in minecraft:models/block/trapdoor_bottom [22:14:40] [ForkJoinPool.commonPool-worker-5/WARN]: Unable to resolve texture due to upward reference: #texture in minecraft:models/block/trapdoor_bottom [22:14:40] [ForkJoinPool.commonPool-worker-5/ERROR]: MultiModel minecraft:builtin/missing is empty (no base model or parts were provided/resolved) [22:14:40] [ForkJoinPool.commonPool-worker-5/WARN]: Unable to resolve texture due to upward reference: #texture in minecraft:models/block/trapdoor_bottom [22:14:40] [ForkJoinPool.commonPool-worker-5/WARN]: Unable to resolve texture due to upward reference: #texture in minecraft:models/block/trapdoor_bottom [22:14:40] [ForkJoinPool.commonPool-worker-4/WARN]: Unable to resolve texture due to upward reference: #texture in minecraft:models/block/trapdoor_bottom [22:14:40] [ForkJoinPool.commonPool-worker-4/WARN]: Unable to resolve texture due to upward reference: #texture in minecraft:models/block/trapdoor_bottom [22:14:40] [ForkJoinPool.commonPool-worker-3/WARN]: Unable to resolve texture due to upward reference: #texture in minecraft:models/block/trapdoor_bottom [22:14:40] [ForkJoinPool.commonPool-worker-3/WARN]: Unable to resolve texture due to upward reference: #texture in minecraft:models/block/trapdoor_bottom [22:14:40] [main/WARN]: Unable to resolve texture due to upward reference: #texture in minecraft:models/block/trapdoor_bottom [22:14:40] [main/WARN]: Unable to resolve texture due to upward reference: #texture in minecraft:models/block/trapdoor_bottom [22:14:40] [ForkJoinPool.commonPool-worker-4/WARN]: Unable to resolve texture due to upward reference: #texture in minecraft:models/block/trapdoor_bottom [22:14:40] [ForkJoinPool.commonPool-worker-4/WARN]: Unable to resolve texture due to upward reference: #texture in minecraft:models/block/trapdoor_bottom [22:14:40] [ForkJoinPool.commonPool-worker-3/ERROR]: MultiModel minecraft:builtin/missing is empty (no base model or parts were provided/resolved) [22:14:40] [ForkJoinPool.commonPool-worker-3/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all [22:14:40] [ForkJoinPool.commonPool-worker-3/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all [22:14:40] [ForkJoinPool.commonPool-worker-3/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all [22:14:40] [ForkJoinPool.commonPool-worker-3/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all [22:14:40] [ForkJoinPool.commonPool-worker-3/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all [22:14:40] [ForkJoinPool.commonPool-worker-3/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all [22:14:40] [ForkJoinPool.commonPool-worker-3/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all [22:14:40] [ForkJoinPool.commonPool-worker-3/ERROR]: MultiModel minecraft:builtin/missing is empty (no base model or parts were provided/resolved) [22:14:40] [ForkJoinPool.commonPool-worker-4/WARN]: Unable to resolve texture due to upward reference: #texture in minecraft:models/block/trapdoor_bottom [22:14:40] [ForkJoinPool.commonPool-worker-4/WARN]: Unable to resolve texture due to upward reference: #texture in minecraft:models/block/trapdoor_bottom [22:14:41] [main/WARN]: Unable to resolve texture due to upward reference: #texture in minecraft:models/block/trapdoor_bottom [22:14:41] [main/WARN]: Unable to resolve texture due to upward reference: #texture in minecraft:models/block/trapdoor_bottom [22:14:41] [ForkJoinPool.commonPool-worker-4/WARN]: Unable to resolve texture due to upward reference: #texture in minecraft:models/block/trapdoor_bottom [22:14:41] [ForkJoinPool.commonPool-worker-4/WARN]: Unable to resolve texture due to upward reference: #texture in minecraft:models/block/trapdoor_bottom [22:14:41] [main/WARN]: Unable to resolve texture due to upward reference: #texture in minecraft:models/block/trapdoor_bottom [22:14:41] [main/WARN]: Unable to resolve texture due to upward reference: #texture in minecraft:models/block/trapdoor_bottom [22:14:41] [ForkJoinPool.commonPool-worker-4/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all [22:14:41] [ForkJoinPool.commonPool-worker-4/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all [22:14:41] [ForkJoinPool.commonPool-worker-4/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all [22:14:41] [ForkJoinPool.commonPool-worker-4/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all [22:14:41] [ForkJoinPool.commonPool-worker-4/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all [22:14:41] [ForkJoinPool.commonPool-worker-4/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all [22:14:41] [ForkJoinPool.commonPool-worker-4/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all [22:14:41] [ForkJoinPool.commonPool-worker-2/ERROR]: MultiModel minecraft:builtin/missing is empty (no base model or parts were provided/resolved) [22:14:46] [main/INFO]: Clearing ModelLoaderRegistry cache (89600 items)... [22:14:46] [main/INFO]: Cleared 89595 objects. [22:14:46] [main/INFO]: Deduplicating models... [22:14:46] [main/INFO]: Deduplicating models... [22:14:58] [main/INFO]: Deduplicated 20298537 (+ 1540865) objects. [22:15:02] [main/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:153) ~[ModelLoaderRegistry.class:?] at net.minecraftforge.client.model.ModelLoader.func_177569_a(ModelLoader.java:248) ~[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:236) ~[ModelLoader.class:?] at net.minecraftforge.client.model.ModelLoader.func_177570_a(ModelLoader.java:77) ~[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_25] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25] at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25] 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:153) ~[ModelLoaderRegistry.class:?] at net.minecraftforge.client.model.ModelLoader$WeightedRandomModel.(ModelLoader.java:677) ~[ModelLoader$WeightedRandomModel.class:?] at net.minecraftforge.client.model.ModelLoader$VariantLoader.loadModel(ModelLoader.java:1190) ~[ModelLoader$VariantLoader.class:?] at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:149) ~[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$1600(ModelLoader.java:130) ~[ModelLoader.class:?] at net.minecraftforge.client.model.ModelLoader$VanillaLoader.loadModel(ModelLoader.java:880) ~[ModelLoader$VanillaLoader.class:?] at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:149) ~[ModelLoaderRegistry.class:?] at net.minecraftforge.client.model.ModelLoader$WeightedRandomModel.(ModelLoader.java:677) ~[ModelLoader$WeightedRandomModel.class:?] at net.minecraftforge.client.model.ModelLoader$VariantLoader.loadModel(ModelLoader.java:1190) ~[ModelLoader$VariantLoader.class:?] at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:149) ~[ModelLoaderRegistry.class:?] ... 15 more [22:15:02] [main/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:153) ~[ModelLoaderRegistry.class:?] at net.minecraftforge.client.model.ModelLoader.func_177569_a(ModelLoader.java:248) ~[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:236) ~[ModelLoader.class:?] at net.minecraftforge.client.model.ModelLoader.func_177570_a(ModelLoader.java:77) ~[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_25] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25] at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25] 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:153) ~[ModelLoaderRegistry.class:?] at net.minecraftforge.client.model.ModelLoader$WeightedRandomModel.(ModelLoader.java:677) ~[ModelLoader$WeightedRandomModel.class:?] at net.minecraftforge.client.model.ModelLoader$VariantLoader.loadModel(ModelLoader.java:1190) ~[ModelLoader$VariantLoader.class:?] at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:149) ~[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$1600(ModelLoader.java:130) ~[ModelLoader.class:?] at net.minecraftforge.client.model.ModelLoader$VanillaLoader.loadModel(ModelLoader.java:880) ~[ModelLoader$VanillaLoader.class:?] at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:149) ~[ModelLoaderRegistry.class:?] at net.minecraftforge.client.model.ModelLoader$WeightedRandomModel.(ModelLoader.java:677) ~[ModelLoader$WeightedRandomModel.class:?] at net.minecraftforge.client.model.ModelLoader$VariantLoader.loadModel(ModelLoader.java:1190) ~[ModelLoader$VariantLoader.class:?] at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:149) ~[ModelLoaderRegistry.class:?] ... 15 more [22:15:02] [main/ERROR]: Exception loading model for variant immersivepetroleum:metal_multiblock#inventory,type=pumpjack_parent, normal location exception: net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model immersivepetroleum:item/metal_multiblock with loader VanillaLoader.INSTANCE, skipping at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:153) ~[ModelLoaderRegistry.class:?] at net.minecraftforge.client.model.ModelLoader.func_177590_d(ModelLoader.java:314) ~[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:78) ~[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_25] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25] at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25] 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: immersivepetroleum:models/item/metal_multiblock.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$1600(ModelLoader.java:130) ~[ModelLoader.class:?] at net.minecraftforge.client.model.ModelLoader$VanillaLoader.loadModel(ModelLoader.java:880) ~[ModelLoader$VanillaLoader.class:?] at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:149) ~[ModelLoaderRegistry.class:?] ... 14 more [22:15:02] [main/ERROR]: Exception loading model for variant immersivepetroleum:metal_multiblock#inventory,type=pumpjack_parent, blockstate location exception: net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model immersivepetroleum:metal_multiblock#inventory,type=pumpjack_parent with loader VariantLoader.INSTANCE, skipping at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:153) ~[ModelLoaderRegistry.class:?] at net.minecraftforge.client.model.ModelLoader.func_177590_d(ModelLoader.java:322) ~[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:78) ~[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_25] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25] at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25] 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:1189) ~[ModelLoader$VariantLoader.class:?] at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:149) ~[ModelLoaderRegistry.class:?] ... 14 more [22:15:02] [main/ERROR]: Exception loading model for variant immersivepetroleum:metal_multiblock#_0multiblockslave=true,_1dynamicrender=true,boolean0=false,facing=west,type=pumpjack_parent net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model immersivepetroleum:metal_multiblock#_0multiblockslave=true,_1dynamicrender=true,boolean0=false,facing=west,type=pumpjack_parent with loader VariantLoader.INSTANCE, skipping at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:153) ~[ModelLoaderRegistry.class:?] at net.minecraftforge.client.model.ModelLoader.func_177569_a(ModelLoader.java:248) ~[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:236) ~[ModelLoader.class:?] at net.minecraftforge.client.model.ModelLoader.func_177570_a(ModelLoader.java:77) ~[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_25] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25] at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25] 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:153) ~[ModelLoaderRegistry.class:?] at net.minecraftforge.client.model.ModelLoader$WeightedRandomModel.(ModelLoader.java:677) ~[ModelLoader$WeightedRandomModel.class:?] at net.minecraftforge.client.model.ModelLoader$VariantLoader.loadModel(ModelLoader.java:1190) ~[ModelLoader$VariantLoader.class:?] at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:149) ~[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$1600(ModelLoader.java:130) ~[ModelLoader.class:?] at net.minecraftforge.client.model.ModelLoader$VanillaLoader.loadModel(ModelLoader.java:880) ~[ModelLoader$VanillaLoader.class:?] at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:149) ~[ModelLoaderRegistry.class:?] at net.minecraftforge.client.model.ModelLoader$WeightedRandomModel.(ModelLoader.java:677) ~[ModelLoader$WeightedRandomModel.class:?] at net.minecraftforge.client.model.ModelLoader$VariantLoader.loadModel(ModelLoader.java:1190) ~[ModelLoader$VariantLoader.class:?] at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:149) ~[ModelLoaderRegistry.class:?] ... 15 more [22:15:02] [main/ERROR]: Exception loading model for variant extrautils2:user#active=false,facing=down net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model extrautils2:user#active=false,facing=down with loader VariantLoader.INSTANCE, skipping at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:153) ~[ModelLoaderRegistry.class:?] at net.minecraftforge.client.model.ModelLoader.func_177569_a(ModelLoader.java:248) ~[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:236) ~[ModelLoader.class:?] at net.minecraftforge.client.model.ModelLoader.func_177570_a(ModelLoader.java:77) ~[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_25] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25] at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25] 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:1189) ~[ModelLoader$VariantLoader.class:?] at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:149) ~[ModelLoaderRegistry.class:?] ... 15 more [22:15:02] [main/ERROR]: Exception loading blockstate for the variant extrautils2:user#active=false,facing=down: java.lang.Exception: Could not load model definition for variant extrautils2:user at net.minecraftforge.client.model.ModelLoader.func_177586_a(ModelLoader.java:281) ~[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:236) ~[ModelLoader.class:?] at net.minecraftforge.client.model.ModelLoader.func_177570_a(ModelLoader.java:77) ~[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_25] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25] at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25] 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 extrautils2:blockstates/user.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:277) ~[ModelLoader.class:?] ... 14 more Caused by: java.io.FileNotFoundException: extrautils2:blockstates/user.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:277) ~[ModelLoader.class:?] ... 14 more [22:15:02] [main/ERROR]: Exception loading model for variant immersiveengineering:metal_decoration2#inventory,type=toolbox, normal location exception: net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model immersiveengineering:item/metal_decoration2 with loader VanillaLoader.INSTANCE, skipping at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:153) ~[ModelLoaderRegistry.class:?] at net.minecraftforge.client.model.ModelLoader.func_177590_d(ModelLoader.java:314) ~[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:78) ~[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_25] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25] at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25] 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: immersiveengineering:models/item/metal_decoration2.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$1600(ModelLoader.java:130) ~[ModelLoader.class:?] at net.minecraftforge.client.model.ModelLoader$VanillaLoader.loadModel(ModelLoader.java:880) ~[ModelLoader$VanillaLoader.class:?] at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:149) ~[ModelLoaderRegistry.class:?] ... 14 more [22:15:02] [main/ERROR]: Exception loading model for variant immersiveengineering:metal_decoration2#inventory,type=toolbox, blockstate location exception: net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model immersiveengineering:metal_decoration2#inventory,type=toolbox with loader VariantLoader.INSTANCE, skipping at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:153) ~[ModelLoaderRegistry.class:?] at net.minecraftforge.client.model.ModelLoader.func_177590_d(ModelLoader.java:322) ~[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:78) ~[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_25] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25] at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25] 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:1189) ~[ModelLoader$VariantLoader.class:?] at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:149) ~[ModelLoaderRegistry.class:?] ... 14 more [22:15:02] [main/ERROR]: Exception loading model for variant extrautils2:user#active=false,facing=east net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model extrautils2:user#active=false,facing=east with loader VariantLoader.INSTANCE, skipping at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:153) ~[ModelLoaderRegistry.class:?] at net.minecraftforge.client.model.ModelLoader.func_177569_a(ModelLoader.java:248) ~[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:236) ~[ModelLoader.class:?] at net.minecraftforge.client.model.ModelLoader.func_177570_a(ModelLoader.java:77) ~[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_25] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25] at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25] 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:1189) ~[ModelLoader$VariantLoader.class:?] at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:149) ~[ModelLoaderRegistry.class:?] ... 15 more [22:15:02] [main/ERROR]: Exception loading model for variant extrautils2:user#active=true,facing=up net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model extrautils2:user#active=true,facing=up with loader VariantLoader.INSTANCE, skipping at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:153) ~[ModelLoaderRegistry.class:?] at net.minecraftforge.client.model.ModelLoader.func_177569_a(ModelLoader.java:248) ~[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:236) ~[ModelLoader.class:?] at net.minecraftforge.client.model.ModelLoader.func_177570_a(ModelLoader.java:77) ~[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_25] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25] at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25] 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:1189) ~[ModelLoader$VariantLoader.class:?] at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:149) ~[ModelLoaderRegistry.class:?] ... 15 more [22:15:02] [main/ERROR]: Exception loading model for variant extrautils2:enderlilly#growth=3,ready_to_grow=true net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model extrautils2:enderlilly#growth=3,ready_to_grow=true with loader VariantLoader.INSTANCE, skipping at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:153) ~[ModelLoaderRegistry.class:?] at net.minecraftforge.client.model.ModelLoader.func_177569_a(ModelLoader.java:248) ~[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:236) ~[ModelLoader.class:?] at net.minecraftforge.client.model.ModelLoader.func_177570_a(ModelLoader.java:77) ~[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_25] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25] at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25] 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:1189) ~[ModelLoader$VariantLoader.class:?] at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:149) ~[ModelLoaderRegistry.class:?] ... 15 more [22:15:02] [main/ERROR]: Exception loading blockstate for the variant extrautils2:enderlilly#growth=3,ready_to_grow=true: java.lang.Exception: Could not load model definition for variant extrautils2:enderlilly at net.minecraftforge.client.model.ModelLoader.func_177586_a(ModelLoader.java:281) ~[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:236) ~[ModelLoader.class:?] at net.minecraftforge.client.model.ModelLoader.func_177570_a(ModelLoader.java:77) ~[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_25] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25] at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25] 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 extrautils2:blockstates/enderlilly.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:277) ~[ModelLoader.class:?] ... 14 more Caused by: java.io.FileNotFoundException: extrautils2:blockstates/enderlilly.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:277) ~[ModelLoader.class:?] ... 14 more [22:15:02] [main/ERROR]: Exception loading model for variant immersiveengineering:metal_decoration1_slab#slabtype=2,type=aluminum_fence net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model immersiveengineering:metal_decoration1_slab#slabtype=2,type=aluminum_fence with loader VariantLoader.INSTANCE, skipping at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:153) ~[ModelLoaderRegistry.class:?] at net.minecraftforge.client.model.ModelLoader.func_177569_a(ModelLoader.java:248) ~[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:236) ~[ModelLoader.class:?] at net.minecraftforge.client.model.ModelLoader.func_177570_a(ModelLoader.java:77) ~[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_25] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25] at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25] 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:1189) ~[ModelLoader$VariantLoader.class:?] at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:149) ~[ModelLoaderRegistry.class:?] ... 15 more [22:15:02] [main/ERROR]: Exception loading model for variant enderstorage:ender_storage#type=ender_tank net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model enderstorage:ender_storage#type=ender_tank with loader VariantLoader.INSTANCE, skipping at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:153) ~[ModelLoaderRegistry.class:?] at net.minecraftforge.client.model.ModelLoader.func_177569_a(ModelLoader.java:248) ~[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:236) ~[ModelLoader.class:?] at net.minecraftforge.client.model.ModelLoader.func_177570_a(ModelLoader.java:77) ~[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_25] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25] at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25] 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:1189) ~[ModelLoader$VariantLoader.class:?] at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:149) ~[ModelLoaderRegistry.class:?] ... 15 more [22:15:02] [main/ERROR]: Exception loading blockstate for the variant enderstorage:ender_storage#type=ender_tank: java.lang.Exception: Could not load model definition for variant enderstorage:ender_storage at net.minecraftforge.client.model.ModelLoader.func_177586_a(ModelLoader.java:281) ~[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:236) ~[ModelLoader.class:?] at net.minecraftforge.client.model.ModelLoader.func_177570_a(ModelLoader.java:77) ~[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_25] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25] at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25] 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 enderstorage:blockstates/ender_storage.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:277) ~[ModelLoader.class:?] ... 14 more Caused by: java.io.FileNotFoundException: enderstorage:blockstates/ender_storage.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:277) ~[ModelLoader.class:?] ... 14 more [22:15:02] [main/ERROR]: Exception loading model for variant immersiveengineering:stone_decoration_slab#slabtype=0,type=concrete_sprayed net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model immersiveengineering:stone_decoration_slab#slabtype=0,type=concrete_sprayed with loader VariantLoader.INSTANCE, skipping at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:153) ~[ModelLoaderRegistry.class:?] at net.minecraftforge.client.model.ModelLoader.func_177569_a(ModelLoader.java:248) ~[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:236) ~[ModelLoader.class:?] at net.minecraftforge.client.model.ModelLoader.func_177570_a(ModelLoader.java:77) ~[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_25]

AthlonS2K commented 6 years ago

part 6 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25] at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25] 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:1189) ~[ModelLoader$VariantLoader.class:?] at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:149) ~[ModelLoaderRegistry.class:?] ... 15 more [22:15:02] [main/ERROR]: Exception loading model for variant minecraft:air#inventory, normal location exception: net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model minecraft:item/air with loader VanillaLoader.INSTANCE, skipping at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:153) ~[ModelLoaderRegistry.class:?] at net.minecraftforge.client.model.ModelLoader.func_177590_d(ModelLoader.java:314) ~[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:78) ~[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_25] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25] at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25] 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: minecraft:models/item/air.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$1600(ModelLoader.java:130) ~[ModelLoader.class:?] at net.minecraftforge.client.model.ModelLoader$VanillaLoader.loadModel(ModelLoader.java:880) ~[ModelLoader$VanillaLoader.class:?] at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:149) ~[ModelLoaderRegistry.class:?] ... 14 more [22:15:02] [main/ERROR]: Exception loading model for variant minecraft:air#inventory, blockstate location exception: net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model minecraft:air#inventory with loader VariantLoader.INSTANCE, skipping at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:153) ~[ModelLoaderRegistry.class:?] at net.minecraftforge.client.model.ModelLoader.func_177590_d(ModelLoader.java:322) ~[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:78) ~[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_25] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25] at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25] 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:1189) ~[ModelLoader$VariantLoader.class:?] at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:149) ~[ModelLoaderRegistry.class:?] ... 14 more [22:15:02] [main/ERROR]: Exception loading model for variant embers:inflictor_gemempty#normal, normal location exception: net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model embers:item/inflictor_gemempty with loader VanillaLoader.INSTANCE, skipping at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:153) ~[ModelLoaderRegistry.class:?] at net.minecraftforge.client.model.ModelLoader.func_177590_d(ModelLoader.java:314) ~[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:78) ~[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_25] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25] at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25] 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: embers:models/item/inflictor_gemempty.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$1600(ModelLoader.java:130) ~[ModelLoader.class:?] at net.minecraftforge.client.model.ModelLoader$VanillaLoader.loadModel(ModelLoader.java:880) ~[ModelLoader$VanillaLoader.class:?] at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:149) ~[ModelLoaderRegistry.class:?] ... 14 more [22:15:02] [main/ERROR]: Exception loading model for variant embers:inflictor_gemempty#normal, blockstate location exception: net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model embers:inflictor_gemempty#normal with loader VariantLoader.INSTANCE, skipping at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:153) ~[ModelLoaderRegistry.class:?] at net.minecraftforge.client.model.ModelLoader.func_177590_d(ModelLoader.java:322) ~[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:78) ~[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_25] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25] at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25] 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:1189) ~[ModelLoader$VariantLoader.class:?] at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:149) ~[ModelLoaderRegistry.class:?] ... 14 more [22:15:02] [main/ERROR]: Exception loading model for variant embers:mech_edge#state=8 net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model embers:mech_edge#state=8 with loader VariantLoader.INSTANCE, skipping at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:153) ~[ModelLoaderRegistry.class:?] at net.minecraftforge.client.model.ModelLoader.func_177569_a(ModelLoader.java:248) ~[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:236) ~[ModelLoader.class:?] at net.minecraftforge.client.model.ModelLoader.func_177570_a(ModelLoader.java:77) ~[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_25] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25] at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25] 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:1189) ~[ModelLoader$VariantLoader.class:?] at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:149) ~[ModelLoaderRegistry.class:?] ... 15 more [22:15:02] [main/ERROR]: Exception loading model for variant immersiveengineering:metal_decoration1_slab#slabtype=0,type=steel_fence net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model immersiveengineering:metal_decoration1_slab#slabtype=0,type=steel_fence with loader VariantLoader.INSTANCE, skipping at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:153) ~[ModelLoaderRegistry.class:?] at net.minecraftforge.client.model.ModelLoader.func_177569_a(ModelLoader.java:248) ~[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:236) ~[ModelLoader.class:?] at net.minecraftforge.client.model.ModelLoader.func_177570_a(ModelLoader.java:77) ~[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_25] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25] at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25] 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:1189) ~[ModelLoader$VariantLoader.class:?] at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:149) ~[ModelLoaderRegistry.class:?] ... 15 more [22:15:02] [main/ERROR]: Exception loading model for variant refinedstorage:portable_grid#inventory, normal location exception: net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model refinedstorage:item/portable_grid with loader VanillaLoader.INSTANCE, skipping at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:153) ~[ModelLoaderRegistry.class:?] at net.minecraftforge.client.model.ModelLoader.func_177590_d(ModelLoader.java:314) ~[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:78) ~[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_25] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25] at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25] 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: refinedstorage:models/item/portable_grid.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$1600(ModelLoader.java:130) ~[ModelLoader.class:?] at net.minecraftforge.client.model.ModelLoader$VanillaLoader.loadModel(ModelLoader.java:880) ~[ModelLoader$VanillaLoader.class:?] at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:149) ~[ModelLoaderRegistry.class:?] ... 14 more [22:15:02] [main/ERROR]: Exception loading model for variant refinedstorage:portable_grid#inventory, blockstate location exception: net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model refinedstorage:portable_grid#inventory with loader VariantLoader.INSTANCE, skipping at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:153) ~[ModelLoaderRegistry.class:?] at net.minecraftforge.client.model.ModelLoader.func_177590_d(ModelLoader.java:322) ~[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:78) ~[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_25] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25] at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25] 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:1189) ~[ModelLoader$VariantLoader.class:?] at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:149) ~[ModelLoaderRegistry.class:?] ... 14 more [22:15:02] [main/ERROR]: Exception loading model for variant storagedrawersextra:extra_trim_0#meta=0 net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model storagedrawersextra:extra_trim_0#meta=0 with loader VariantLoader.INSTANCE, skipping at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:153) ~[ModelLoaderRegistry.class:?] at net.minecraftforge.client.model.ModelLoader.func_177569_a(ModelLoader.java:248) ~[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:236) ~[ModelLoader.class:?] at net.minecraftforge.client.model.ModelLoader.func_177570_a(ModelLoader.java:77) ~[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_25] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25] at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25] 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:1189) ~[ModelLoader$VariantLoader.class:?] at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:149) ~[ModelLoaderRegistry.class:?] ... 15 more [22:15:02] [main/ERROR]: Exception loading blockstate for the variant storagedrawersextra:extra_trim_0#meta=0: java.lang.Exception: Could not load model definition for variant storagedrawersextra:extra_trim_0 at net.minecraftforge.client.model.ModelLoader.func_177586_a(ModelLoader.java:281) ~[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:236) ~[ModelLoader.class:?] at net.minecraftforge.client.model.ModelLoader.func_177570_a(ModelLoader.java:77) ~[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_25] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25] at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25] 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 storagedrawersextra:blockstates/extra_trim_0.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:277) ~[ModelLoader.class:?] ... 14 more Caused by: java.io.FileNotFoundException: storagedrawersextra:blockstates/extra_trim_0.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:277) ~[ModelLoader.class:?] ... 14 more [22:15:02] [main/ERROR]: Exception loading model for variant simplyjetpacks:fluxpack_eio2#inventory, normal location exception: net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model simplyjetpacks:item/fluxpack_eio2 with loader VanillaLoader.INSTANCE, skipping at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:153) ~[ModelLoaderRegistry.class:?] at net.minecraftforge.client.model.ModelLoader.func_177590_d(ModelLoader.java:314) ~[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:78) ~[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_25] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25] at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25] 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: simplyjetpacks:models/item/fluxpack_eio2.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$1600(ModelLoader.java:130) ~[ModelLoader.class:?] at net.minecraftforge.client.model.ModelLoader$VanillaLoader.loadModel(ModelLoader.java:880) ~[ModelLoader$VanillaLoader.class:?] at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:149) ~[ModelLoaderRegistry.class:?] ... 14 more [22:15:02] [main/ERROR]: Exception loading model for variant simplyjetpacks:fluxpack_eio2#inventory, blockstate location exception: net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model simplyjetpacks:fluxpack_eio2#inventory with loader VariantLoader.INSTANCE, skipping at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:153) ~[ModelLoaderRegistry.class:?] at net.minecraftforge.client.model.ModelLoader.func_177590_d(ModelLoader.java:322) ~[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:78) ~[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_25] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25] at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25] 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:1189) ~[ModelLoader$VariantLoader.class:?] at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:149) ~[ModelLoaderRegistry.class:?] ... 14 more [22:15:02] [main/ERROR]: Exception loading model for variant simplyjetpacks:fluxpack_eio1#inventory, normal location exception: net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model simplyjetpacks:item/fluxpack_eio1 with loader VanillaLoader.INSTANCE, skipping at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:153) ~[ModelLoaderRegistry.class:?] at net.minecraftforge.client.model.ModelLoader.func_177590_d(ModelLoader.java:314) ~[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:78) ~[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_25] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25] at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25] 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: simplyjetpacks:models/item/fluxpack_eio1.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$1600(ModelLoader.java:130) ~[ModelLoader.class:?] at net.minecraftforge.client.model.ModelLoader$VanillaLoader.loadModel(ModelLoader.java:880) ~[ModelLoader$VanillaLoader.class:?] at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:149) ~[ModelLoaderRegistry.class:?] ... 14 more [22:15:02] [main/ERROR]: Exception loading model for variant simplyjetpacks:fluxpack_eio1#inventory, blockstate location exception: net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model simplyjetpacks:fluxpack_eio1#inventory with loader VariantLoader.INSTANCE, skipping at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:153) ~[ModelLoaderRegistry.class:?] at net.minecraftforge.client.model.ModelLoader.func_177590_d(ModelLoader.java:322) ~[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:78) ~[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_25] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25] at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25] 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:1189) ~[ModelLoader$VariantLoader.class:?] at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:149) ~[ModelLoaderRegistry.class:?] ... 14 more [22:15:02] [main/ERROR]: Exception loading model for variant simplyjetpacks:fluxpack_eio3#inventory, normal location exception: net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model simplyjetpacks:item/fluxpack_eio3 with loader VanillaLoader.INSTANCE, skipping at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:153) ~[ModelLoaderRegistry.class:?] at net.minecraftforge.client.model.ModelLoader.func_177590_d(ModelLoader.java:314) ~[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:78) ~[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_25] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25] at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25] 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: simplyjetpacks:models/item/fluxpack_eio3.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$1600(ModelLoader.java:130) ~[ModelLoader.class:?] at net.minecraftforge.client.model.ModelLoader$VanillaLoader.loadModel(ModelLoader.java:880) ~[ModelLoader$VanillaLoader.class:?] at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:149) ~[ModelLoaderRegistry.class:?] ... 14 more [22:15:02] [main/ERROR]: Exception loading model for variant simplyjetpacks:fluxpack_eio3#inventory, blockstate location exception: net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model simplyjetpacks:fluxpack_eio3#inventory with loader VariantLoader.INSTANCE, skipping at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:153) ~[ModelLoaderRegistry.class:?] at net.minecraftforge.client.model.ModelLoader.func_177590_d(ModelLoader.java:322) ~[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:78) ~[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_25] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25] at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25] 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:1189) ~[ModelLoader$VariantLoader.class:?] at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:149) ~[ModelLoaderRegistry.class:?] ... 14 more [22:15:02] [main/ERROR]: Exception loading model for variant enderstorage:ender_storage#type=ender_chest net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model enderstorage:ender_storage#type=ender_chest with loader VariantLoader.INSTANCE, skipping at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:153) ~[ModelLoaderRegistry.class:?] at net.minecraftforge.client.model.ModelLoader.func_177569_a(ModelLoader.java:248) ~[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:236) ~[ModelLoader.class:?] at net.minecraftforge.client.model.ModelLoader.func_177570_a(ModelLoader.java:77) ~[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_25] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25] at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25] 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:1189) ~[ModelLoader$VariantLoader.class:?] at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:149) ~[ModelLoaderRegistry.class:?] ... 15 more [22:15:02] [main/ERROR]: Exception loading model for variant simplyjetpacks:fluxpack_eio2_armored#inventory, normal location exception: net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model simplyjetpacks:item/fluxpack_eio2_armored with loader VanillaLoader.INSTANCE, skipping at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:153) ~[ModelLoaderRegistry.class:?] at net.minecraftforge.client.model.ModelLoader.func_177590_d(ModelLoader.java:314) ~[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:78) ~[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_25] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25] at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25] 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: simplyjetpacks:models/item/fluxpack_eio2_armored.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$1600(ModelLoader.java:130) ~[ModelLoader.class:?] at net.minecraftforge.client.model.ModelLoader$VanillaLoader.loadModel(ModelLoader.java:880) ~[ModelLoader$VanillaLoader.class:?] at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:149) ~[ModelLoaderRegistry.class:?] ... 14 more [22:15:02] [main/ERROR]: Exception loading model for variant simplyjetpacks:fluxpack_eio2_armored#inventory, blockstate location exception: net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model simplyjetpacks:fluxpack_eio2_armored#inventory with loader VariantLoader.INSTANCE, skipping at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:153) ~[ModelLoaderRegistry.class:?] at net.minecraftforge.client.model.ModelLoader.func_177590_d(ModelLoader.java:322) ~[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:78) ~[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_25] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25] at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25] 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:1189) ~[ModelLoader$VariantLoader.class:?] at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:149) ~[ModelLoaderRegistry.class:?] ... 14 more [22:15:02] [main/ERROR]: Exception loading model for variant tinker_io:upg_8#inventory, normal location exception: net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model tinker_io:item/upg_8 with loader VanillaLoader.INSTANCE, skipping at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:153) ~[ModelLoaderRegistry.class:?] at net.minecraftforge.client.model.ModelLoader.func_177590_d(ModelLoader.java:314) ~[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:78) ~[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_25] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25] at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25] 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: tinker_io:models/item/upg_8.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$1600(ModelLoader.java:130) ~[ModelLoader.class:?] at net.minecraftforge.client.model.ModelLoader$VanillaLoader.loadModel(ModelLoader.java:880) ~[ModelLoader$VanillaLoader.class:?] at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:149) ~[ModelLoaderRegistry.class:?] ... 14 more [22:15:02] [main/ERROR]: Exception loading model for variant tinker_io:upg_8#inventory, blockstate location exception: net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model tinker_io:upg_8#inventory with loader VariantLoader.INSTANCE, skipping at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:153) ~[ModelLoaderRegistry.class:?] at net.minecraftforge.client.model.ModelLoader.func_177590_d(ModelLoader.java:322) ~[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:78) ~[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_25] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25] at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25] 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:1189) ~[ModelLoader$VariantLoader.class:?] at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:149) ~[ModelLoaderRegistry.class:?] ... 14 more [22:15:02] [main/ERROR]: Exception loading model for variant embers:inflictor_gemfull#normal, normal location exception: net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model embers:item/inflictor_gemfull with loader VanillaLoader.INSTANCE, skipping at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:153) ~[ModelLoaderRegistry.class:?] at net.minecraftforge.client.model.ModelLoader.func_177590_d(ModelLoader.java:314) ~[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:78) ~[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_25] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25] at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25] 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: embers:models/item/inflictor_gemfull.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$1600(ModelLoader.java:130) ~[ModelLoader.class:?] at net.minecraftforge.client.model.ModelLoader$VanillaLoader.loadModel(ModelLoader.java:880) ~[ModelLoader$VanillaLoader.class:?] at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:149) ~[ModelLoaderRegistry.class:?] ... 14 more [22:15:02] [main/ERROR]: Exception loading model for variant embers:inflictor_gemfull#normal, blockstate location exception: net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model embers:inflictor_gemfull#normal with loader VariantLoader.INSTANCE, skipping at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:153) ~[ModelLoaderRegistry.class:?] at net.minecraftforge.client.model.ModelLoader.func_177590_d(ModelLoader.java:322) ~[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:78) ~[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_25] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25] at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25] 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:1189) ~[ModelLoader$VariantLoader.class:?] at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:149) ~[ModelLoaderRegistry.class:?] ... 14 more [22:15:02] [main/ERROR]: Exception loading model for variant storagedrawersextra:extra_trim_3#meta=15 net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model storagedrawersextra:extra_trim_3#meta=15 with loader VariantLoader.INSTANCE, skipping at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:153) ~[ModelLoaderRegistry.class:?] at net.minecraftforge.client.model.ModelLoader.func_177569_a(ModelLoader.java:248) ~[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:236) ~[ModelLoader.class:?] at net.minecraftforge.client.model.ModelLoader.func_177570_a(ModelLoader.java:77) ~[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_25] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25] at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25] 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:1189) ~[ModelLoader$VariantLoader.class:?] at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:149) ~[ModelLoaderRegistry.class:?] ... 15 more [22:15:02] [main/ERROR]: Exception loading blockstate for the variant storagedrawersextra:extra_trim_3#meta=15: java.lang.Exception: Could not load model definition for variant storagedrawersextra:extra_trim_3 at net.minecraftforge.client.model.ModelLoader.func_177586_a(ModelLoader.java:281) ~[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:236) ~[ModelLoader.class:?] at net.minecraftforge.client.model.ModelLoader.func_177570_a(ModelLoader.java:77) ~[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_25] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25] at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25] 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 storagedrawersextra:blockstates/extra_trim_3.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:277) ~[ModelLoader.class:?] ... 14 more Caused by: java.io.FileNotFoundException: storagedrawersextra:blockstates/extra_trim_3.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:277) ~[ModelLoader.class:?] ... 14 more [22:15:02] [main/ERROR]: Exception loading model for variant storagedrawersextra:extra_trim_3#meta=12 net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model storagedrawersextra:extra_trim_3#meta=12 with loader VariantLoader.INSTANCE, skipping at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:153) ~[ModelLoaderRegistry.class:?] at net.minecraftforge.client.model.ModelLoader.func_177569_a(ModelLoader.java:248) ~[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:236) ~[ModelLoader.class:?] at net.minecraftforge.client.model.ModelLoader.func_177570_a(ModelLoader.java:77) ~[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_25] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25] at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25] 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:1189) ~[ModelLoader$VariantLoader.class:?] at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:149) ~[ModelLoaderRegistry.class:?] ... 15 more [22:15:02] [main/ERROR]: Exception loading model for variant storagedrawersextra:extra_trim_3#meta=13 net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model storagedrawersextra:extra_trim_3#meta=13 with loader VariantLoader.INSTANCE, skipping at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:153) ~[ModelLoaderRegistry.class:?] at net.minecraftforge.client.model.ModelLoader.func_177569_a(ModelLoader.java:248) ~[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:236) ~[ModelLoader.class:?] at net.minecraftforge.client.model.ModelLoader.func_177570_a(ModelLoader.java:77) ~[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:?]

AthlonS2K commented 6 years ago

part 7 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_25] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25] at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25] 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:1189) ~[ModelLoader$VariantLoader.class:?] at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:149) ~[ModelLoaderRegistry.class:?] ... 15 more [22:15:02] [main/ERROR]: Exception loading model for variant extracells:gas.item#inventory, normal location exception: net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model extracells:item/gas.item with loader VanillaLoader.INSTANCE, skipping at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:153) ~[ModelLoaderRegistry.class:?] at net.minecraftforge.client.model.ModelLoader.func_177590_d(ModelLoader.java:314) ~[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:78) ~[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_25] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25] at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25] 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: extracells:models/item/gas.item.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$1600(ModelLoader.java:130) ~[ModelLoader.class:?] at net.minecraftforge.client.model.ModelLoader$VanillaLoader.loadModel(ModelLoader.java:880) ~[ModelLoader$VanillaLoader.class:?] at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:149) ~[ModelLoaderRegistry.class:?] ... 14 more [22:15:02] [main/ERROR]: Exception loading model for variant extracells:gas.item#inventory, blockstate location exception: net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model extracells:gas.item#inventory with loader VariantLoader.INSTANCE, skipping at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:153) ~[ModelLoaderRegistry.class:?] at net.minecraftforge.client.model.ModelLoader.func_177590_d(ModelLoader.java:322) ~[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:78) ~[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_25] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25] at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25] 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:1189) ~[ModelLoader$VariantLoader.class:?] at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:149) ~[ModelLoaderRegistry.class:?] ... 14 more [22:15:02] [main/ERROR]: Exception loading model for variant traverse:slab/blue_rock_cobblestone_double_slab#variant=default net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model traverse:slab/blue_rock_cobblestone_double_slab#variant=default with loader VariantLoader.INSTANCE, skipping at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:153) ~[ModelLoaderRegistry.class:?] at net.minecraftforge.client.model.ModelLoader.func_177569_a(ModelLoader.java:248) ~[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:236) ~[ModelLoader.class:?] at net.minecraftforge.client.model.ModelLoader.func_177570_a(ModelLoader.java:77) ~[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_25] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25] at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25] 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:1189) ~[ModelLoader$VariantLoader.class:?] at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:149) ~[ModelLoaderRegistry.class:?] ... 15 more [22:15:02] [main/ERROR]: Exception loading blockstate for the variant traverse:slab/blue_rock_cobblestone_double_slab#variant=default: java.lang.Exception: Could not load model definition for variant traverse:slab/blue_rock_cobblestone_double_slab at net.minecraftforge.client.model.ModelLoader.func_177586_a(ModelLoader.java:281) ~[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:236) ~[ModelLoader.class:?] at net.minecraftforge.client.model.ModelLoader.func_177570_a(ModelLoader.java:77) ~[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_25] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25] at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25] 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 traverse:blockstates/slab/blue_rock_cobblestone_double_slab.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:277) ~[ModelLoader.class:?] ... 14 more Caused by: java.io.FileNotFoundException: traverse:blockstates/slab/blue_rock_cobblestone_double_slab.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:277) ~[ModelLoader.class:?] ... 14 more [22:15:02] [main/ERROR]: Exception loading model for variant embers:inferno_forge_edge#inventory, normal location exception: net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model embers:item/inferno_forge_edge with loader VanillaLoader.INSTANCE, skipping at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:153) ~[ModelLoaderRegistry.class:?] at net.minecraftforge.client.model.ModelLoader.func_177590_d(ModelLoader.java:314) ~[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:78) ~[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_25] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25] at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25] 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: embers:models/item/inferno_forge_edge.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$1600(ModelLoader.java:130) ~[ModelLoader.class:?] at net.minecraftforge.client.model.ModelLoader$VanillaLoader.loadModel(ModelLoader.java:880) ~[ModelLoader$VanillaLoader.class:?] at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:149) ~[ModelLoaderRegistry.class:?] ... 14 more [22:15:02] [main/ERROR]: Exception loading model for variant embers:inferno_forge_edge#inventory, blockstate location exception: net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model embers:inferno_forge_edge#inventory with loader VariantLoader.INSTANCE, skipping at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:153) ~[ModelLoaderRegistry.class:?] at net.minecraftforge.client.model.ModelLoader.func_177590_d(ModelLoader.java:322) ~[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:78) ~[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_25] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25] at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25] 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:1189) ~[ModelLoader$VariantLoader.class:?] at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:149) ~[ModelLoaderRegistry.class:?] ... 14 more [22:15:02] [main/ERROR]: Exception loading model for variant industrialwires:control_panel#inventory,type=single_comp, normal location exception: net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model industrialwires:item/control_panel with loader VanillaLoader.INSTANCE, skipping at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:153) ~[ModelLoaderRegistry.class:?] at net.minecraftforge.client.model.ModelLoader.func_177590_d(ModelLoader.java:314) ~[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:78) ~[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_25] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25] at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25] 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: industrialwires:models/item/control_panel.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$1600(ModelLoader.java:130) ~[ModelLoader.class:?] at net.minecraftforge.client.model.ModelLoader$VanillaLoader.loadModel(ModelLoader.java:880) ~[ModelLoader$VanillaLoader.class:?] at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:149) ~[ModelLoaderRegistry.class:?] ... 14 more [22:15:02] [main/ERROR]: Exception loading model for variant industrialwires:control_panel#inventory,type=single_comp, blockstate location exception: net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model industrialwires:control_panel#inventory,type=single_comp with loader VariantLoader.INSTANCE, skipping at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:153) ~[ModelLoaderRegistry.class:?] at net.minecraftforge.client.model.ModelLoader.func_177590_d(ModelLoader.java:322) ~[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:78) ~[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_25] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25] at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25] 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:1189) ~[ModelLoader$VariantLoader.class:?] at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:149) ~[ModelLoaderRegistry.class:?] ... 14 more [22:15:02] [main/ERROR]: Exception loading model for variant minecraft:slab/air#inventory, normal location exception: net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model minecraft:item/slab/air with loader VanillaLoader.INSTANCE, skipping at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:153) ~[ModelLoaderRegistry.class:?] at net.minecraftforge.client.model.ModelLoader.func_177590_d(ModelLoader.java:314) ~[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:78) ~[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_25] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25] at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25] 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: minecraft:models/item/slab/air.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$1600(ModelLoader.java:130) ~[ModelLoader.class:?] at net.minecraftforge.client.model.ModelLoader$VanillaLoader.loadModel(ModelLoader.java:880) ~[ModelLoader$VanillaLoader.class:?] at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:149) ~[ModelLoaderRegistry.class:?] ... 14 more [22:15:02] [main/ERROR]: Exception loading model for variant minecraft:slab/air#inventory, blockstate location exception: net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model minecraft:slab/air#inventory with loader VariantLoader.INSTANCE, skipping at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:153) ~[ModelLoaderRegistry.class:?] at net.minecraftforge.client.model.ModelLoader.func_177590_d(ModelLoader.java:322) ~[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:78) ~[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_25] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25] at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25] 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:1189) ~[ModelLoader$VariantLoader.class:?] at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:149) ~[ModelLoaderRegistry.class:?] ... 14 more [22:15:02] [main/FATAL]: Suppressed additional 1 model loading errors for domain simplyjetpacks [22:15:02] [main/FATAL]: Suppressed additional 8 model loading errors for domain immersiveengineering [22:15:02] [main/FATAL]: Suppressed additional 139 model loading errors for domain immersivepetroleum [22:15:02] [main/FATAL]: Suppressed additional 97 model loading errors for domain extrautils2 [22:15:02] [main/FATAL]: Suppressed additional 0 model loading errors for domain storagedrawersextra [22:15:03] [main/INFO]: [Quark ASM] Transforming LayerArmorBase [22:15:03] [main/INFO]: [Quark ASM] Applying Transformation to method (Names [renderArmorLayer, func_188361_a, a] Descriptor (Lnet/minecraft/entity/EntityLivingBase;FFFFFFFLnet/minecraft/inventory/EntityEquipmentSlot;)V / (Lvp;FFFFFFFLvl;)V) [22:15:03] [main/INFO]: [Quark ASM] Located Method, patching... [22:15:03] [main/INFO]: [Quark ASM] Located patch target node ASTORE 10 [22:15:03] [main/INFO]: [Quark ASM] Patch result: true [22:15:03] [main/INFO]: [Quark ASM] Applying Transformation to method (Names [renderEnchantedGlint, func_188364_a, a] Descriptor (Lnet/minecraft/client/renderer/entity/RenderLivingBase;Lnet/minecraft/entity/EntityLivingBase;Lnet/minecraft/client/model/ModelBase;FFFFFFF)V / (Lcaa;Lvp;Lbqf;FFFFFFF)V) [22:15:03] [main/INFO]: [Quark ASM] Located Method, patching... [22:15:03] [main/INFO]: [Quark ASM] Located patch target node INVOKESTATIC bus.c (FFFF)V [22:15:03] [main/INFO]: [Quark ASM] Located patch target node INVOKESTATIC bus.c (FFFF)V [22:15:03] [main/INFO]: [Quark ASM] Patch result: true [22:15:03] [main/INFO]: Transforming LayerArmorBase [22:15:03] [main/INFO]: Applying Transformation to method (Names [renderEnchantedGlint, func_188364_a] Descriptor (Lnet/minecraft/client/renderer/entity/RenderLivingBase;Lnet/minecraft/entity/EntityLivingBase;Lnet/minecraft/client/model/ModelBase;FFFFFFF)V) [22:15:03] [main/INFO]: Attempting to insert: Enchantment glint glow activation [22:15:03] [main/INFO]: Patch result: Success [22:15:03] [main/INFO]: Applying Transformation to method (Names [renderEnchantedGlint, func_188364_a] Descriptor (Lnet/minecraft/client/renderer/entity/RenderLivingBase;Lnet/minecraft/entity/EntityLivingBase;Lnet/minecraft/client/model/ModelBase;FFFFFFF)V) [22:15:03] [main/INFO]: Attempting to insert: Enchantment glint glow return [22:15:03] [main/INFO]: Patch result: Success [22:15:15] [main/WARN]: No types have been added to Biome appliedenergistics2:storage_biome, types have been assigned on a best-effort guess: [COLD, PLAINS] [22:15:15] [main/WARN]: No types have been added to Biome nuclearcraft:nuclear_wasteland, types have been assigned on a best-effort guess: [HOT, PLAINS] [22:15:15] [main/WARN]: No types have been added to Biome traverse:rocky_plateau, types have been assigned on a best-effort guess: [PLAINS] [22:15:15] [main/WARN]: No types have been added to Biome advancedrocketry:moon, types have been assigned on a best-effort guess: [DRY, PLAINS] [22:15:15] [main/WARN]: No types have been added to Biome advancedrocketry:alien forest, types have been assigned on a best-effort guess: [PLAINS] [22:15:15] [main/WARN]: No types have been added to Biome advancedrocketry:hotdryrock, types have been assigned on a best-effort guess: [DRY, HOT, PLAINS] [22:15:15] [main/WARN]: No types have been added to Biome advancedrocketry:space, types have been assigned on a best-effort guess: [RIVER, HOT, PLAINS, WATER] [22:15:15] [main/WARN]: No types have been added to Biome advancedrocketry:stormland, types have been assigned on a best-effort guess: [HOT, WET, JUNGLE] [22:15:15] [main/WARN]: No types have been added to Biome advancedrocketry:crystalchasms, types have been assigned on a best-effort guess: [COLD, PLAINS] [22:15:15] [main/WARN]: No types have been added to Biome advancedrocketry:deepswamp, types have been assigned on a best-effort guess: [HOT, DENSE, SWAMP, WET, JUNGLE] [22:15:15] [main/WARN]: No types have been added to Biome advancedrocketry:marsh, types have been assigned on a best-effort guess: [PLAINS] [22:15:15] [main/WARN]: No types have been added to Biome advancedrocketry:oceanspires, types have been assigned on a best-effort guess: [RIVER, PLAINS, WATER] [22:15:15] [main/WARN]: No types have been added to Biome advancedrocketry:moondark, types have been assigned on a best-effort guess: [DRY, PLAINS] [22:15:15] [main/WARN]: No types have been added to Biome aroma1997sdimension:miningbiome, types have been assigned on a best-effort guess: [PLAINS] [22:15:15] [main/WARN]: No types have been added to Biome plants2:crystal_forest, types have been assigned on a best-effort guess: [FOREST] [22:15:15] [main/INFO]: JEI search tree manager injection complete! [22:15:18] [main/ERROR]: Parsing error loading recipe harvestcraft:minecraft_pumpkinseeds com.google.gson.JsonSyntaxException: Unknown item 'harvestcraft:harvestpumpkinitem' at net.minecraftforge.common.crafting.CraftingHelper.getItemStackBasic(CraftingHelper.java:259) ~[CraftingHelper.class:?] at net.minecraftforge.common.crafting.CraftingHelper.lambda$init$16(CraftingHelper.java:536) ~[CraftingHelper.class:?] at net.minecraftforge.common.crafting.CraftingHelper$$Lambda$329/1732935996.parse(Unknown Source) ~[?:?] at net.minecraftforge.common.crafting.CraftingHelper.getIngredient(CraftingHelper.java:201) ~[CraftingHelper.class:?] at net.minecraftforge.common.crafting.CraftingHelper.lambda$init$15(CraftingHelper.java:523) ~[CraftingHelper.class:?] at net.minecraftforge.common.crafting.CraftingHelper$$Lambda$326/1154481693.parse(Unknown Source) ~[?:?] at net.minecraftforge.common.crafting.CraftingHelper.getRecipe(CraftingHelper.java:408) ~[CraftingHelper.class:?] at net.minecraftforge.common.crafting.CraftingHelper.lambda$loadRecipes$22(CraftingHelper.java:710) [CraftingHelper.class:?] at net.minecraftforge.common.crafting.CraftingHelper$$Lambda$2778/1766275392.apply(Unknown Source) [CraftingHelper.class:?] at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:821) [CraftingHelper.class:?] at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:667) [CraftingHelper.class:?] at net.minecraftforge.common.crafting.CraftingHelper$$Lambda$2776/958750237.accept(Unknown Source) [CraftingHelper.class:?] at java.util.ArrayList.forEach(ArrayList.java:1249) [?:1.8.0_25] at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:619) [CraftingHelper.class:?] at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:718) [Loader.class:?] at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:352) [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_25] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25] at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25] 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:?] [22:15:18] [main/ERROR]: Parsing error loading recipe harvestcraft:minecraft_pumpkinblocks com.google.gson.JsonSyntaxException: Unknown item 'harvestcraft:harvestpumpkinitem' at net.minecraftforge.common.crafting.CraftingHelper.getItemStackBasic(CraftingHelper.java:259) ~[CraftingHelper.class:?] at net.minecraftforge.common.crafting.CraftingHelper.lambda$init$16(CraftingHelper.java:536) ~[CraftingHelper.class:?] at net.minecraftforge.common.crafting.CraftingHelper$$Lambda$329/1732935996.parse(Unknown Source) ~[?:?] at net.minecraftforge.common.crafting.CraftingHelper.getIngredient(CraftingHelper.java:201) ~[CraftingHelper.class:?] at net.minecraftforge.common.crafting.CraftingHelper.lambda$init$15(CraftingHelper.java:523) ~[CraftingHelper.class:?] at net.minecraftforge.common.crafting.CraftingHelper$$Lambda$326/1154481693.parse(Unknown Source) ~[?:?] at net.minecraftforge.common.crafting.CraftingHelper.getRecipe(CraftingHelper.java:408) ~[CraftingHelper.class:?] at net.minecraftforge.common.crafting.CraftingHelper.lambda$loadRecipes$22(CraftingHelper.java:710) [CraftingHelper.class:?] at net.minecraftforge.common.crafting.CraftingHelper$$Lambda$2778/1766275392.apply(Unknown Source) [CraftingHelper.class:?] at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:821) [CraftingHelper.class:?] at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:667) [CraftingHelper.class:?] at net.minecraftforge.common.crafting.CraftingHelper$$Lambda$2776/958750237.accept(Unknown Source) [CraftingHelper.class:?] at java.util.ArrayList.forEach(ArrayList.java:1249) [?:1.8.0_25] at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:619) [CraftingHelper.class:?] at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:718) [Loader.class:?] at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:352) [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_25] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25] at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25] 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:?] [22:15:18] [main/ERROR]: Parsing error loading recipe harvestcraft:harvestpumpkinitem com.google.gson.JsonSyntaxException: Unknown item 'harvestcraft:harvestpumpkinitem' at net.minecraftforge.common.crafting.CraftingHelper.getItemStack(CraftingHelper.java:211) ~[CraftingHelper.class:?] at net.minecraftforge.common.crafting.CraftingHelper.lambda$init$15(CraftingHelper.java:530) ~[CraftingHelper.class:?] at net.minecraftforge.common.crafting.CraftingHelper$$Lambda$326/1154481693.parse(Unknown Source) ~[?:?] at net.minecraftforge.common.crafting.CraftingHelper.getRecipe(CraftingHelper.java:408) ~[CraftingHelper.class:?] at net.minecraftforge.common.crafting.CraftingHelper.lambda$loadRecipes$22(CraftingHelper.java:710) [CraftingHelper.class:?] at net.minecraftforge.common.crafting.CraftingHelper$$Lambda$2778/1766275392.apply(Unknown Source) [CraftingHelper.class:?] at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:821) [CraftingHelper.class:?] at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:667) [CraftingHelper.class:?] at net.minecraftforge.common.crafting.CraftingHelper$$Lambda$2776/958750237.accept(Unknown Source) [CraftingHelper.class:?] at java.util.ArrayList.forEach(ArrayList.java:1249) [?:1.8.0_25] at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:619) [CraftingHelper.class:?] at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:718) [Loader.class:?] at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:352) [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_25] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25] at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25] 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:?] [22:15:19] [main/ERROR]: Parsing error loading recipe wizardry:vortex_bomb com.google.gson.JsonSyntaxException: Unknown item 'wizardry:bomb' at net.minecraftforge.common.crafting.CraftingHelper.getItemStack(CraftingHelper.java:211) ~[CraftingHelper.class:?] at net.minecraftforge.common.crafting.CraftingHelper.lambda$init$15(CraftingHelper.java:530) ~[CraftingHelper.class:?] at net.minecraftforge.common.crafting.CraftingHelper$$Lambda$326/1154481693.parse(Unknown Source) ~[?:?] at net.minecraftforge.common.crafting.CraftingHelper.getRecipe(CraftingHelper.java:408) ~[CraftingHelper.class:?] at net.minecraftforge.common.crafting.CraftingHelper.lambda$loadRecipes$22(CraftingHelper.java:710) [CraftingHelper.class:?] at net.minecraftforge.common.crafting.CraftingHelper$$Lambda$2778/1766275392.apply(Unknown Source) [CraftingHelper.class:?] at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:821) [CraftingHelper.class:?] at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:667) [CraftingHelper.class:?] at net.minecraftforge.common.crafting.CraftingHelper$$Lambda$2776/958750237.accept(Unknown Source) [CraftingHelper.class:?] at java.util.ArrayList.forEach(ArrayList.java:1249) [?:1.8.0_25] at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:619) [CraftingHelper.class:?] at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:718) [Loader.class:?] at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:352) [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_25] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25] at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25] 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:?] [22:15:19] [main/ERROR]: Parsing error loading recipe wizardry:repulsion_bomb com.google.gson.JsonSyntaxException: Unknown item 'wizardry:sky_dust' at net.minecraftforge.common.crafting.CraftingHelper.getItemStackBasic(CraftingHelper.java:259) ~[CraftingHelper.class:?] at net.minecraftforge.common.crafting.CraftingHelper.lambda$init$16(CraftingHelper.java:536) ~[CraftingHelper.class:?] at net.minecraftforge.common.crafting.CraftingHelper$$Lambda$329/1732935996.parse(Unknown Source) ~[?:?] at net.minecraftforge.common.crafting.CraftingHelper.getIngredient(CraftingHelper.java:201) ~[CraftingHelper.class:?] at net.minecraftforge.common.crafting.CraftingHelper.lambda$init$15(CraftingHelper.java:523) ~[CraftingHelper.class:?] at net.minecraftforge.common.crafting.CraftingHelper$$Lambda$326/1154481693.parse(Unknown Source) ~[?:?] at net.minecraftforge.common.crafting.CraftingHelper.getRecipe(CraftingHelper.java:408) ~[CraftingHelper.class:?] at net.minecraftforge.common.crafting.CraftingHelper.lambda$loadRecipes$22(CraftingHelper.java:710) [CraftingHelper.class:?] at net.minecraftforge.common.crafting.CraftingHelper$$Lambda$2778/1766275392.apply(Unknown Source) [CraftingHelper.class:?] at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:821) [CraftingHelper.class:?] at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:667) [CraftingHelper.class:?] at net.minecraftforge.common.crafting.CraftingHelper$$Lambda$2776/958750237.accept(Unknown Source) [CraftingHelper.class:?] at java.util.ArrayList.forEach(ArrayList.java:1249) [?:1.8.0_25] at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:619) [CraftingHelper.class:?] at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:718) [Loader.class:?] at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:352) [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_25] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25] at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25] 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:?] [22:15:19] [main/INFO]: Loading recipes... [22:15:19] [main/INFO]: 72 Feature's recipes loaded. [22:15:20] [main/WARN]: Recipe Error 'Invalid crafting type: grindfz' near line:1 in processing/factorization.recipe with: [ae2:material.fluix_crystal, ->, ae2:material.fluix_dust] [22:15:20] [main/WARN]: Recipe Error 'Invalid crafting type: grindfz' near line:2 in processing/factorization.recipe with: [ae2:sky_stone_block:0, ->, ae2:material.sky_dust] [22:15:20] [main/WARN]: Recipe Error 'Invalid crafting type: grindfz' near line:4 in processing/factorization.recipe with: [mc:ender_pearl, ->, ae2:material.ender_dust] [22:15:20] [main/WARN]: Recipe Error 'Invalid crafting type: grindfz' near line:5 in processing/factorization.recipe with: [ae2:material.certus_quartz_crystal_charged, ->, ae2:material.certus_quartz_dust] [22:15:20] [main/WARN]: Recipe Error 'Invalid crafting type: grindfz' near line:7 in processing/factorization.recipe with: [ae2:material.certus_quartz_crystal, ->, ae2:material.certus_quartz_dust] [22:15:20] [main/WARN]: Recipe Error 'Invalid crafting type: grindfz' near line:8 in processing/factorization.recipe with: [ae2:quartz_ore, ->, 2, ae2:material.certus_quartz_dust] [22:15:20] [main/WARN]: Recipe Error 'Invalid crafting type: grindfz' near line:9 in processing/factorization.recipe with: [ae2:charged_quartz_ore, ->, 2, ae2:material.certus_quartz_dust] [22:15:20] [main/WARN]: Unable to register a recipe:Unable to find item: appliedenergistics2:material.nether_quartz_dust:0 [22:15:20] [main/WARN]: Unable to register a recipe:Unable to find item: appliedenergistics2:material.ender_dust:0 [22:15:20] [main/WARN]: Unable to register a recipe:Unable to find item: appliedenergistics2:material.flour:0 [22:15:20] [main/WARN]: Unable to register a recipe:Unable to find item: appliedenergistics2:material.nether_quartz_dust:0 [22:15:20] [main/WARN]: Unable to register a recipe:Unable to find item: appliedenergistics2:material.ender_dust:0 [22:15:20] [main/WARN]: Unable to register a recipe:Unable to find item: appliedenergistics2:material.nether_quartz_dust:0 [22:15:20] [main/WARN]: Unable to register a recipe:Unable to find item: appliedenergistics2:material.nether_quartz_dust:0 [22:15:20] [main/WARN]: Unable to register a recipe:Unable to find item: appliedenergistics2:material.ender_dust:0 [22:15:20] [main/WARN]: Unable to register a recipe:Unable to find item: appliedenergistics2:material.flour:0 [22:15:20] [main/WARN]: Unable to register a recipe:Unable to find item: appliedenergistics2:material.ender_dust:0 [22:15:20] [main/WARN]: Unable to register a recipe:Unable to find item: appliedenergistics2:material.flour:0 [22:15:20] [main/WARN]: Unable to register a recipe:Unable to find item: appliedenergistics2:material.nether_quartz_dust:0 [22:15:20] [main/WARN]: Unable to register a recipe:Unable to find item: appliedenergistics2:material.gold_dust:0 [22:15:20] [main/WARN]: Unable to register a recipe:Unable to find item: appliedenergistics2:material.iron_dust:0 [22:15:20] [main/WARN]: Unable to register a recipe:Unable to find item: appliedenergistics2:material.flour:0 [22:15:20] [main/WARN]: Unable to register a recipe:Unable to find item: appliedenergistics2:material.nether_quartz_dust:0 [22:15:20] [main/WARN]: Unable to register a recipe:Unable to find item: appliedenergistics2:material.silicon:0 [22:15:20] [main/INFO]: Recipes Loading: HCCrusher: 6 loaded. [22:15:20] [main/INFO]: Recipes Loading: Press: 3 loaded. [22:15:20] [main/INFO]: Recipes Loading: MekCrusher: 2 loaded. [22:15:20] [main/INFO]: Recipes Loading: Grind: 4 loaded. [22:15:20] [main/INFO]: Recipes Loading: Pulverizer: 6 loaded. [22:15:20] [main/INFO]: Recipes Loading: MekEnrichment: 2 loaded. [22:15:20] [main/INFO]: Recipes Loading: Macerator: 6 loaded. [22:15:20] [main/INFO]: Recipes Loading: Crusher: 7 loaded. [22:15:20] [main/INFO]: Recipes Loading: Smelt: 1 loaded. [22:15:20] [main/INFO]: Recipes Loading: Inscribe: 8 loaded. [22:15:20] [main/INFO]: Recipes Loading: OreRegistration: 15 loaded. [22:15:20] [main/INFO]: 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. [22:15:20] [main/INFO]: 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.

[22:15:21] [main/INFO]: Initializing Crafting Recipes... [22:15:22] [main/INFO]: Loading Hard Mode Recipes... [22:15:22] [main/INFO]: Fetching items for Ender IO integration... [22:15:22] [main/INFO]: Fetching items for Thermal Expansion integration... [22:15:22] [main/INFO]: Fetching items for Mekanism integration... [22:15:22] [main/INFO]: Fetching items for Immersive Engineering integration... [22:15:24] [main/INFO]: Applying holder lookups [22:15:24] [main/INFO]: Holder lookups applied [22:15:27] [main/INFO]: Inventory Tweaks is present, initializing sorting stuff. [22:15:27] [main/INFO]: Just Enough Items is present, initializing informative stuff. [22:15:27] [main/INFO]: Found a integration for mod CraftTweaker [22:15:27] [main/INFO]: Found a integration for mod Tinkers' Construct [22:15:27] [main/INFO]: Mod integrations found: [Inventory Tweaks, Just Enough Items, CraftTweaker, Tinkers' Construct] [22:15:27] [main/INFO]: Initializing integrations! [22:15:27] [main/INFO]: [Handlers] Registering handler RightClickCropHandler to busses: [FORGE] [22:15:27] [main/INFO]: [Handlers] Registering handler FireworkHandler to busses: [FORGE] [22:15:27] [main/INFO]: [Handlers] Registering handler ClientHandler to busses: [FORGE] [22:15:27] [main/INFO]: [Handlers] Registering handler XPBoostHandler to busses: [FORGE] [22:15:27] [main/INFO]: [Handlers] Registering handler JoinMessageHandler to busses: [FORGE] [22:15:27] [main/INFO]: [Handlers] Registering handler Scheduler to busses: [FORGE] [22:15:27] [main/INFO]: [Handlers] Registering handler FluidVisualsHandler to busses: [FORGE] [22:15:27] [main/INFO]: [Handlers] Registering handler AutoSmeltHandler to busses: [FORGE] [22:15:27] [main/INFO]: [Handlers] Registering handler EnchantTooltipHandler to busses: [FORGE] [22:15:27] [main/INFO]: [Handlers] Registering handler OreDictTooltipHandler to busses: [FORGE] [22:15:27] [main/INFO]: [Handlers] Registering handler SpecialTooltipHandler to busses: [FORGE] [22:15:27] [main/INFO]: [Handlers] Registering handler FluidSpawnHandler to busses: [FORGE] [22:15:27] [main/INFO]: Sending dummy event to all mods [22:15:27] [main/INFO]: Reloading ingame configs for modid: endercore [22:15:27] [main/INFO]: Loading configuration [22:15:27] [main/INFO]: Updating config... [22:15:27] [main/INFO]: Loading configuration files [22:15:27] [main/INFO]: Starting Initialization Phase... [22:15:27] [main/INFO]: Initializing GuiHandler... [22:15:28] [main/INFO]: Registering World Generator... [22:15:28] [main/INFO]: Registering TileEntities... [22:15:28] [main/INFO]: Initializing Entities... [22:15:28] [main/INFO]: Initializing ClientProxy... [22:15:28] [main/INFO]: Initialization Finished. [22:15:28] [main/INFO]: Overwriting recipe true [22:15:28] [main/INFO]: Overwriting recipe true [22:15:28] [main/INFO]: Overwriting recipe true [22:15:28] [main/INFO]: Overwriting recipe true [22:15:28] [main/INFO]: Overwriting recipe true [22:15:28] [main/INFO]: Overwriting recipe true [22:15:28] [main/INFO]: Overwriting recipe true [22:15:28] [main/INFO]: Overwriting recipe true [22:15:28] [main/INFO]: Overwriting recipe true [22:15:28] [main/INFO]: Potentially Dangerous alternative prefix libvulpes for name itemlinker, expected advancedrocketry. This could be a intended override, but in most cases indicates a broken mod. [22:15:28] [main/INFO]: Potentially Dangerous alternative prefix libvulpes for name blockhatchdir01, expected advancedrocketry. This could be a intended override, but in most cases indicates a broken mod. [22:15:28] [main/INFO]: Overwriting recipe true

[22:15:28] [main/INFO]: Starting AE2 CSV Export [22:15:28] [AE2 CSV Export/INFO]: Cache is enabled. Checking for new mod configurations. [22:15:28] [AE2 CSV Export/INFO]: Same mod configuration was found. Not updating CSV content.

[22:15:28] [main/INFO]: Adding delayed color handlers [22:15:28] [main/INFO]: Initialized network channel 'bdew.ae2stuff' for mod 'ae2stuff' [22:15:28] [main/INFO]: Finished Initialization. [22:15:28] [main/INFO]: [AstralSorcery] Got 1 recipe modifications from CraftTweaker. - Applying... [22:15:28] [main/INFO]: [AstralSorcery] Recipe changes applied. [22:15:29] [main/INFO]: [AstralSorcery] Loaded OAK of minecraft into tree registry. [22:15:29] [main/INFO]: [AstralSorcery] Loaded SPRUCE of minecraft into tree registry. [22:15:29] [main/INFO]: [AstralSorcery] Loaded BIRCH of minecraft into tree registry. [22:15:29] [main/INFO]: [AstralSorcery] Loaded JUNGLE of minecraft into tree registry. [22:15:29] [main/INFO]: [AstralSorcery] Loaded ACACIA of minecraft into tree registry. [22:15:29] [main/INFO]: [AstralSorcery] Loaded DARK_OAK of minecraft into tree registry. [22:15:29] [main/INFO]: [AstralSorcery] Loaded SLIME of tconstruct into tree registry. [22:15:29] [main/INFO]: Successfully loaded 328 out of 328 recipes for shaped recipes [22:15:29] [main/INFO]: Successfully loaded 73 out of 73 recipes for shapeless recipes [22:15:29] [main/INFO]: Successfully loaded 34 out of 34 recipes for solid uu recipes [22:15:29] [main/INFO]: Successfully loaded 5 out of 5 recipes for blast furnace recipes [22:15:29] [main/INFO]: Successfully loaded 17 out of 17 recipes for block cutter recipes [22:15:29] [main/INFO]: Successfully loaded 50 out of 50 recipes for compressor recipes [22:15:29] [main/INFO]: Successfully loaded 12 out of 12 recipes for extractor recipes [22:15:29] [main/INFO]: Successfully loaded 74 out of 74 recipes for macerator recipes [22:15:29] [main/INFO]: Successfully loaded 4 out of 4 recipes for metal former cutting recipes [22:15:29] [main/INFO]: Successfully loaded 9 out of 9 recipes for metal former extruding recipes [22:15:29] [main/INFO]: Successfully loaded 14 out of 14 recipes for metal former rolling recipes [22:15:29] [main/INFO]: Successfully loaded 8 out of 8 recipes for ore washing recipes [22:15:29] [main/INFO]: Successfully loaded 25 out of 25 recipes for thermal centrifuge recipes

[22:15:30] [main/INFO]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:113]: Added INTERFACE: pl/asie/foamfix/coremod/injections/crafting/IFoamFixCraftResult [22:15:30] [main/INFO]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:126]: Spliced in METHOD: net.minecraft.inventory.InventoryCraftResult.func_193056_a [22:15:30] [main/INFO]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:150]: Added METHOD: net.minecraft.inventory.InventoryCraftResult.foamfix_getLastRecipeUsed [22:15:30] [main/INFO]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:173]: Added FIELD: net.minecraft.inventory.InventoryCraftResult.foamfix_lastRecipeUsed [22:15:30] [main/INFO]: Ignored smelting recipe with conflicting input: 1xtile.hellsand@0 = 1xtile.natura.nether_glass@0 [22:15:30] [main/INFO]: Created: 1024x512 textures-atlas [22:15:31] [main/INFO]: [PluginNatura] Addding crop '1xtile.natura.barley_crop@0' [22:15:31] [main/INFO]: [PluginNatura] Addding crop '1xtile.natura.cotton_crop@0' [22:15:33] [main/INFO]: 0.0 0.05 0.098 0.144 0.187 0.228 0.267 0.304 0.339 0.373 0.405 0.435 0.464 0.491 0.517 0.542 0.565 0.587 0.608 0.628 0.647 0.665 0.682 0.698 0.714 0.729 0.743 0.756 0.769 0.781 0.792 0.803 0.813 0.823 0.832 0.841 0.849 0.857 0.865 0.872 0.879 0.886 0.892 0.898 0.904 0.909 0.914 0.919 0.924 0.928 0.932 0.936 0.94 0.943 0.946 0.949 0.952 0.955 0.958 0.961 0.963 0.965 0.967 0.969 0.971 0.973 0.975 0.977 0.979 0.981 0.982 0.983 0.984 0.985 0.986 0.987 0.988 0.989 0.99 0.991 0.992 0.993 0.994 0.995 0.996 0.997 0.998 0.999 1.0 89 [22:15:33] [main/INFO]: Registering mutatron override from careerbees: careerbees.mad_scientist -> DISABLED [22:15:33] [main/INFO]: Recipe 'compactmachines3:energy_cell' is disabled via its json file [22:15:33] [main/ERROR]: Could not deserialize recipe from file: "example.energycell.json" [22:15:33] [main/INFO]: Loaded recipe "machine-tiny.json" [22:15:33] [main/INFO]: Loaded recipe "machine-large.json" [22:15:33] [main/INFO]: Loaded recipe "redstonetunneltool.json" [22:15:33] [main/INFO]: Loaded recipe "machine-giant.json" [22:15:33] [main/INFO]: Loaded recipe "machine-maximum.json" [22:15:33] [main/INFO]: Loaded recipe "tunneltool.json" [22:15:33] [main/INFO]: Loaded recipe "wallbreakable.json" [22:15:33] [main/INFO]: Recipe 'compactmachines3:zombieegg' is disabled via its json file [22:15:33] [main/ERROR]: Could not deserialize recipe from file: "example.zombieegg.json"

AthlonS2K commented 6 years ago

part 8 [22:15:33] [main/INFO]: Loaded recipe "machine-small.json" [22:15:33] [main/INFO]: Loaded recipe "machine-normal.json" [22:15:33] [main/INFO]: Registering loot disk 'plan9k' from mod opencomputers. [22:15:33] [main/INFO]: Registering loot disk 'network' from mod opencomputers. [22:15:33] [main/INFO]: Registering loot disk 'openos' from mod opencomputers. [22:15:33] [main/INFO]: Registering loot disk 'data' from mod opencomputers. [22:15:33] [main/INFO]: Registering loot disk 'openloader' from mod opencomputers. [22:15:33] [main/INFO]: Registering loot disk 'builder' from mod opencomputers. [22:15:33] [main/INFO]: Registering loot disk 'generator' from mod opencomputers. [22:15:33] [main/INFO]: Registering loot disk 'oppm' from mod opencomputers. [22:15:33] [main/INFO]: Registering loot disk 'dig' from mod opencomputers. [22:15:33] [main/INFO]: Registering loot disk 'maze' from mod opencomputers. [22:15:33] [main/INFO]: Registering loot disk 'irc' from mod opencomputers. [22:15:33] [main/INFO]: Initializing mod integration. [22:15:33] [main/INFO]: Initializing mod integration for 'appliedenergistics2'. [22:15:33] [main/INFO]: Initializing mod integration for 'extracells'. [22:15:33] [main/INFO]: Initializing mod integration for 'forestry'. [22:15:33] [main/INFO]: Initializing mod integration for 'ic2'. [22:15:33] [main/INFO]: Initializing mod integration for 'forge'. [22:15:33] [main/INFO]: Initializing mod integration for 'mekanism'. [22:15:33] [main/INFO]: Initializing mod integration for 'MekanismAPI|gas'. [22:15:33] [main/INFO]: Initializing mod integration for 'minecraft'. [22:15:33] [main/INFO]: Initializing mod integration for 'computercraft'. [22:15:34] [main/INFO]: Initializing mod integration for 'opencomputers'. [22:15:34] [main/INFO]: Found extended redstone mods, enabling tier two redstone card. [22:15:34] [main/INFO]: Initializing recipes. [22:15:35] [main/INFO]: Initializing capabilities. [22:15:35] [main/INFO]: Initializing unicode wcwidth. [22:15:35] [main/INFO]: Initializing font glyph widths. [22:15:35] [main/WARN]: Invalid glyph char code detected in font.hex. Expected 0<= charCode <10000, got: 1D300 [22:15:35] [main/WARN]: 87 total invalid glyph char codes detected in font.hex [22:15:35] [main/INFO]: glyph width ready. [22:15:35] [main/INFO]: Initializing unicode glyph provider. [22:15:35] [main/INFO]: Loaded 8829 glyphs. [22:15:35] [main/INFO]: Done with init phase. [22:15:36] [main/INFO]: Version 9.4.3 initializing... [22:15:36] [main/INFO]: Initialized HolidayManager. [22:15:36] [main/INFO]: Loading complete. [22:15:36] [main/INFO]: Mod loaded. [22:15:36] [main/INFO]: Registering loot disk 'tape' from mod computronics. [22:15:36] [main/INFO]: Registering loot disk 'explode' from mod computronics. [22:15:36] [main/INFO]: Adding Forestry Bees for OpenComputers. [22:15:37] [main/INFO]: JourneyMap log initialized. [22:15:37] [main/INFO]: initialize ENTER [22:15:37] [main/ERROR]: Default theme not found in C:\Users\Trainstation\Documents\Curse\Minecraft\Instances\All the Mods 3\journeymap\icon\theme\flat\OceanMonument.theme2.json: OceanMonument (SUPPRESSED) [22:15:37] [main/INFO]: [ClientAPI] built with JourneyMap API 1.4 [22:15:37] [main/INFO]: Initializing plugins with Client API: journeymap.client.api.impl.ClientAPI [22:15:37] [main/INFO]: initialize EXIT, elapsed count 0 avg ?ms [22:15:37] [main/INFO]: Finished Initialization [22:15:38] [main/WARN]: Overriding existing radiation moderator data for [22:15:38] [main/WARN]: Overriding existing radiation moderator data for [22:15:38] [main/WARN]: Overriding existing radiation moderator data for [22:15:38] [main/INFO]: Deduplicated 1178 property sets. [22:15:38] [main/INFO]: Weakening LaunchWrapper resource cache... [22:15:38] [main/INFO]: Registered client-side world unload notifier! [22:15:38] [main/INFO]: Cleaning up ModelLoader... [22:15:39] [main/INFO]: Registered 2 branches [22:15:39] [main/INFO]: Registered 17 bees [22:15:39] [main/ERROR]: Error while processing RsRecipeShaped(List(TCT, CQC, TCT),StackBlock(pressure,tank_data_port,32767),1): Item not found ComputerCraft:CC-Cable [22:15:39] [main/INFO]: Initialized network channel 'bdew.pressure' for mod 'pressure' [22:15:39] [main/INFO]: Initialized network channel 'bdew.generators' for mod 'advgenerators' [22:15:39] [main/ERROR]: Error while processing RsRecipeShaped(List(_XX, _XX, __X),StackMacro(B),4): Item not found advgenerators:turbine_blade_vibrant [22:15:39] [main/ERROR]: Error while processing RsRecipeShaped(List(BBB, BXB, BBB),StackMacro(R),1): Item not found advgenerators:turbine_blade_vibrant [22:15:39] [main/ERROR]: Error while processing RsRecipeShaped(List(FWF, wRw, FWF),StackBlock(advgenerators,turbine_vibrant,32767),1): Item not found advgenerators:turbine_rotor_vibrant [22:15:39] [main/ERROR]: Error while processing RsRecipeShapeless(RK,StackItem(advgenerators,turbine_kit_vibrant,32767),1): Item not found advgenerators:turbine_rotor_vibrant [22:15:39] [main/ERROR]: Error while processing RsRecipeSmelting(StackMacro(R),StackMacro(X),11,0.0): Item not found advgenerators:turbine_rotor_vibrant [22:15:39] [main/INFO]: [flaxbeard.immersivepetroleum.common.Config:addConfigReservoirs:689]: aquifer, water, 5000000, 10000000, 6, 30, [], [0], [], [] [22:15:39] [main/INFO]: [flaxbeard.immersivepetroleum.common.Config:addConfigReservoirs:720]: Added resevoir type aquifer [22:15:39] [main/INFO]: [flaxbeard.immersivepetroleum.common.Config:addConfigReservoirs:689]: oil, oil, 2500000, 15000000, 6, 40, [1], [], [], [] [22:15:39] [main/INFO]: [flaxbeard.immersivepetroleum.common.Config:addConfigReservoirs:720]: Added resevoir type oil [22:15:39] [main/INFO]: [flaxbeard.immersivepetroleum.common.Config:addConfigReservoirs:689]: lava, lava, 250000, 1000000, 0, 30, [1], [], [], [] [22:15:39] [main/INFO]: [flaxbeard.immersivepetroleum.common.Config:addConfigReservoirs:720]: Added resevoir type lava [22:15:39] [main/INFO]: [flaxbeard.immersivepetroleum.common.Config:addDistillationRecipe:376]: Added distillation recipe using oil

[22:15:39] [main/INFO]: OBJLoader.MaterialLibrary: key 'Ns' (model: 'industrialforegoing:models/block/catears.mtl') is not currently supported, skipping [22:15:39] [main/INFO]: OBJModel: A color has already been defined for material 'Material.001' in 'industrialforegoing:models/block/catears.mtl'. The color defined by key 'Ks' will not be applied! [22:15:39] [main/INFO]: OBJLoader.MaterialLibrary: key 'Ke' (model: 'industrialforegoing:models/block/catears.mtl') is not currently supported, skipping [22:15:39] [main/INFO]: OBJLoader.MaterialLibrary: key 'Ni' (model: 'industrialforegoing:models/block/catears.mtl') is not currently supported, skipping [22:15:39] [main/INFO]: OBJLoader.MaterialLibrary: key 'illum' (model: 'industrialforegoing:models/block/catears.mtl') is not currently supported, skipping [22:15:39] [main/INFO]: Registered packet handler. [22:15:39] [main/INFO]: Registered packet handler. [22:15:39] [main/INFO]: Registering drops for shadedGarden. [22:15:39] [main/INFO]: Registering drops for tropicalGarden. [22:15:39] [main/INFO]: Registering drops for windyGarden. [22:15:39] [main/INFO]: Registering drops for frostGarden. [22:15:39] [main/INFO]: Registering drops for aridGarden. [22:15:39] [main/INFO]: Registering drops for soggyGarden. [22:15:40] [main/INFO]: [mcjty.lib.font.TrueTypeFont::119]: TrueTypeFont loaded: java.awt.Font[family=Ubuntu,name=Ubuntu,style=plain,size=40] - AntiAlias = false [22:15:40] [main/INFO]: RFTools Detected Dimensions addon: enabling support [22:15:40] [main/INFO]: RFTools Detected RedstoneFlux: enabling support [22:15:40] [main/INFO]: RFTools Detected XNet: enabling support [22:15:40] [main/INFO]: Registering Guide Book entries... [22:15:40] [main/INFO]: Registered Guide Book entries [22:15:40] [main/INFO]: Registering Laser Drill entries for Thermal Foundation... [22:15:40] [main/INFO]: Registered Laser Drill entries for Thermal Foundation [22:15:40] [main/INFO]: Registering Bioreactor entries for Immersive Engineering... [22:15:40] [main/INFO]: Registered Bioreactor entries for Immersive Engineering [22:15:40] [main/INFO]: Registering Bioreactor entries for Mystical Agriculture... [22:15:40] [main/INFO]: Registered Bioreactor entries for Mystical Agriculture [22:15:40] [main/INFO]: Registering Laser Drill entries for Mystical Agriculture... [22:15:40] [main/INFO]: Registered Laser Drill entries for Mystical Agriculture [22:15:40] [main/INFO]: Registering Bioreactor entries for Mystical Agradditions... [22:15:40] [main/INFO]: Registered Bioreactor entries for Mystical Agradditions [22:15:40] [main/INFO]: Initialising integration for Tinkers' Construct... [22:15:40] [main/INFO]: Initialised integration for Tinkers' Construct [22:15:40] [main/INFO]: Registering Bioreactor entries for Tinkers' Construct... [22:15:40] [main/INFO]: Registered Bioreactor entries for Tinkers' Construct [22:15:40] [main/INFO]: Registering Laser Drill entries for Applied Energistics 2... [22:15:40] [main/INFO]: Registered Laser Drill entries for Applied Energistics 2 [22:15:40] [main/INFO]: Registering Laser Drill entries for RFTools... [22:15:40] [main/INFO]: Registered Laser Drill entries for RFTools [22:15:40] [main/INFO]: Registering Laser Drill entries for Actually Additions... [22:15:40] [main/INFO]: Registered Laser Drill entries for Actually Additions [22:15:40] [main/INFO]: Registering Bioreactor entries for Actually Additions... [22:15:40] [main/INFO]: Registered Bioreactor entries for Actually Additions [22:15:40] [main/INFO]: Registering Laser Drill entries for Forestry... [22:15:40] [main/INFO]: Registered Laser Drill entries for Forestry [22:15:40] [main/INFO]: Registering Bioreactor entries for Pam's HarvestCraft... [22:15:40] [main/INFO]: Registered Bioreactor entries for Pam's HarvestCraft [22:15:40] [main/INFO]: Registering Protein Reactor entries for Pam's HarvestCraft... [22:15:40] [main/INFO]: Registered Protein Reactor entries for Pam's HarvestCraft [22:15:40] [main/INFO]: Registering Bioreactor entries for Natura... [22:15:40] [main/INFO]: Registered Bioreactor entries for Natura [22:15:40] [main/INFO]: Registering Protein Reactor entries for Natura... [22:15:40] [main/INFO]: Registered Protein Reactor entries for Natura [22:15:41] [main/INFO]: Mod initialized

[22:15:41] [main/INFO]: > Starting mana recipe loading. [22:15:41] [main/INFO]: > Finished mana recipe loading.

[22:15:41] [main/INFO]: > Starting fire recipe loading. [22:15:41] [main/ERROR]: > WARNING! Skipping C:\Users\Trainstation\Documents\Curse\Minecraft\Instances\All the Mods 3\config\wizardry\fire_recipes\sky_dust.json due to error: com.google.gson.JsonSyntaxException: Unknown item 'wizardry:sky_dust' at net.minecraftforge.common.crafting.CraftingHelper.getItemStack(CraftingHelper.java:211) ~[CraftingHelper.class:?] at com.teamwizardry.wizardry.crafting.burnable.FireRecipeLoader.processRecipes(FireRecipeLoader.java:103) [FireRecipeLoader.class:?] at com.teamwizardry.wizardry.crafting.burnable.FireRecipes.loadRecipes(FireRecipes.java:24) [FireRecipes.class:?] at com.teamwizardry.wizardry.proxy.CommonProxy.init(CommonProxy.java:116) [CommonProxy.class:?] at com.teamwizardry.wizardry.proxy.ClientProxy.init(ClientProxy.java:73) [ClientProxy.class:?] at com.teamwizardry.wizardry.Wizardry.init(Wizardry.java:54) [Wizardry.class:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25] at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25] at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:600) [FMLModContainer.class:?] at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source) ~[?:?] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25] at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25] at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) [guava-21.0.jar:?] at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) [guava-21.0.jar:?] at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) [guava-21.0.jar:?] at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) [guava-21.0.jar:?] at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) [guava-21.0.jar:?] at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) [guava-21.0.jar:?] at com.google.common.eventbus.EventBus.post(EventBus.java:217) [guava-21.0.jar:?] at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:278) [LoadController.class:?] at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:256) [LoadController.class:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25] at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25] at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) [guava-21.0.jar:?] at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) [guava-21.0.jar:?] at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) [guava-21.0.jar:?] at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) [guava-21.0.jar:?] at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) [guava-21.0.jar:?] at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) [guava-21.0.jar:?] at com.google.common.eventbus.EventBus.post(EventBus.java:217) [guava-21.0.jar:?] at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:148) [LoadController.class:?] at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:720) [Loader.class:?] at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:352) [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_25] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25] at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25] 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:?] [22:15:41] [main/INFO]: > Finished fire recipe loading.

[22:15:41] [main/INFO]: Initializing modules for mod magicbees... [22:15:41] [main/INFO]: Initializing module Botania Integration [22:15:41] [main/INFO]: Initializing module Vanilla Module [22:15:41] [main/INFO]: Initializing module RedstoneArsenal Integration [22:15:41] [main/INFO]: Initializing module ThermalExpansion Integration [22:15:41] [main/INFO]: Initializing module AE2 Integration [22:15:41] [main/INFO]: Initialized 5 modules for mod magicbees [22:15:41] [main/INFO]: Registering 96 new bee species! [22:15:41] [main/INFO]: MagicBees has Initialized in 101 ms [22:15:41] [main/INFO]: Loaded MekanismGenerators module. [22:15:41] [main/INFO]: Loaded MekanismTools module. [22:15:41] [main/INFO]: [yalter.mousetweaks.Logger:Log:6]: [Mouse Tweaks] A call to initialize, entry point: FORGE. [22:15:41] [main/INFO]: [yalter.mousetweaks.Logger:Log:6]: [Mouse Tweaks] Reflecting GuiContainer... [22:15:41] [main/INFO]: [yalter.mousetweaks.Logger:Log:6]: [Mouse Tweaks] Detected obfuscation: FORGE. [22:15:41] [main/INFO]: [yalter.mousetweaks.Logger:Log:6]: [Mouse Tweaks] Success. [22:15:41] [main/INFO]: [yalter.mousetweaks.Logger:Log:6]: [Mouse Tweaks] Minecraft Forge is installed. [22:15:41] [main/INFO]: [yalter.mousetweaks.Logger:Log:6]: [Mouse Tweaks] LiteLoader is not installed. [22:15:41] [main/INFO]: [yalter.mousetweaks.Logger:Log:6]: [Mouse Tweaks] Using Forge for the mod operation. [22:15:41] [main/INFO]: [yalter.mousetweaks.Logger:Log:6]: [Mouse Tweaks] Mouse Tweaks has been initialized. [22:15:41] [main/INFO]: Now parsing woodlogs # This line disables mob spawning on all types of wood logs. [22:15:41] [main/INFO]: Now parsing block:minecraft:brown_mushroom_block || block:minecraft:red_mushroom_block [22:15:41] [main/INFO]: Now parsing # The above line disables mob spawning on mushroom blocks.

[22:15:42] [main/INFO]: nuclearcraft_alloy_furnace - a recipe was removed because the input [null, null] is invalid! [22:15:42] [main/INFO]: nuclearcraft_alloy_furnace - a recipe was removed because the input [null] is invalid! [22:15:42] [main/INFO]: nuclearcraft_alloy_furnace - a recipe was removed because the input [null, null] is invalid! [22:15:42] [main/INFO]: nuclearcraft_alloy_furnace - a recipe was removed because the input [null] is invalid! [22:15:42] [main/INFO]: nuclearcraft_alloy_furnace - a recipe was removed because the input [null, null] is invalid! [22:15:42] [main/INFO]: nuclearcraft_alloy_furnace - a recipe was removed because the input [null, null] is invalid! [22:15:42] [main/INFO]: nuclearcraft_alloy_furnace - a recipe was removed because the input [null] is invalid! [22:15:42] [main/INFO]: nuclearcraft_alloy_furnace - a recipe was removed because the output 800 is invalid! [22:15:42] [main/INFO]: nuclearcraft_alloy_furnace - a recipe was removed because the input [null] is invalid! [22:15:42] [main/INFO]: nuclearcraft_alloy_furnace - a recipe was removed because the input [null] is invalid! [22:15:42] [main/INFO]: nuclearcraft_alloy_furnace - a recipe was removed because the input [null] is invalid! [22:15:42] [main/INFO]: Registering new furnace recipes [22:15:42] [main/INFO]: Ignored smelting recipe with conflicting input: 1xitem.vanillabeanitem@0 = 1xitem.vanillaitem@0 [22:15:43] [main/INFO]: Found 1215 ores [22:15:43] [main/INFO]: Created new network wrapper rc&reborncore.&64769 [22:15:43] [main/INFO]: Registed packet to rc&reborncore.&64769 side: SERVER id:0 [22:15:43] [main/INFO]: Created new network wrapper rc&reborncore.&39932 [22:15:43] [main/INFO]: Registed packet to rc&reborncore.&39932 side: CLIENT id:0 [22:15:43] [main/INFO]: Registed packet to rc&reborncore.&39932 side: SERVER id:1 [22:15:43] [main/INFO]: Registed packet to rc&reborncore.&39932 side: CLIENT id:2 [22:15:43] [main/INFO]: Registed packet to rc&reborncore.&39932 side: SERVER id:3 [22:15:43] [main/INFO]: Created new network wrapper rc&me.modmuss5&21645 [22:15:43] [main/INFO]: Registed packet to rc&me.modmuss5&21645 side: SERVER id:0 [22:15:43] [main/INFO]: Created new network wrapper rc&vswe.steves&10928 [22:15:43] [main/INFO]: Registed packet to rc&vswe.steves&10928 side: CLIENT id:0 [22:15:43] [main/INFO]: Registed packet to rc&vswe.steves&10928 side: SERVER id:2 [22:15:43] [main/INFO]: Registed packet to rc&vswe.steves&10928 side: CLIENT id:3 [22:15:43] [main/INFO]: Created new network wrapper rc&techreborn.&42258 [22:15:43] [main/INFO]: Registed packet to rc&techreborn.&42258 side: SERVER id:0 [22:15:43] [main/INFO]: Registed packet to rc&techreborn.&42258 side: SERVER id:1 [22:15:43] [main/INFO]: Registed packet to rc&techreborn.&42258 side: SERVER id:2 [22:15:43] [main/INFO]: Registed packet to rc&techreborn.&42258 side: SERVER id:3 [22:15:43] [main/INFO]: Loaded registrys for net.minecraftforge.fml.common.event.FMLInitializationEvent in 0ms [22:15:43] [main/INFO]: RFTools Detected RedstoneFlux: enabling support [22:15:43] [main/INFO]: Registering handlers [22:15:43] [main/INFO]: [com.therandomlabs.randompatches.RPTransformer:transform:27]: Patching class: net.minecraft.network.NetHandlerPlayServer [22:15:43] [main/INFO]: [com.therandomlabs.randompatches.RPTransformer:patchNetHandlerPlayServer:53]: Patching method: e [22:15:43] [main/INFO]: Registering network messages [22:15:43] [main/INFO]: Doing intermod communication [22:15:43] [main/INFO]: Registering TE Induction Smelter recipe [22:15:43] [main/INFO]: Registering TE Induction Smelter recipe [22:15:43] [main/INFO]: Registering TE Induction Smelter recipe [22:15:43] [main/INFO]: Registering TE Fluid Transposer fill recipe [22:15:43] [main/INFO]: Registering TE Fluid Transposer fill recipe [22:15:43] [main/INFO]: Registering Sounds... [22:15:43] [main/INFO]: Initialization Complete [22:15:44] [main/INFO]: Render Started! [22:15:44] [main/INFO]: Config: allHelmetProbable is enabled, edit blacklist to restrict. [22:15:44] [main/INFO]: Woot: minecraft:villager/FACTORY_TIER/3 [22:15:44] [main/INFO]: Woot: minecraft:villager/SPAWN_TICKS/1000 [22:15:44] [main/INFO]: Woot: minecraft:wither_skeleton/SPAWN_UNITS/40 [22:15:44] [main/INFO]: Woot: minecraft:wither_skeleton/FACTORY_TIER/3 [22:15:44] [main/INFO]: Woot: minecraft:wither_skeleton/SPAWN_TICKS/1000 [22:15:44] [main/INFO]: Woot: minecraft:magma_cube/FACTORY_TIER/2 [22:15:44] [main/INFO]: Woot: minecraft:enderman/FACTORY_TIER/3 [22:15:44] [main/INFO]: Woot: minecraft:enderman/SPAWN_TICKS/1000 [22:15:44] [main/INFO]: Woot: minecraft:ender_dragon/DEATH_XP/500 [22:15:44] [main/INFO]: Woot: minecraft:ender_dragon/SPAWN_UNITS/500 [22:15:44] [main/INFO]: Woot: minecraft:ender_dragon/FACTORY_TIER/4 [22:15:44] [main/INFO]: Woot: minecraft:ender_dragon/SPAWN_TICKS/6000 [22:15:44] [main/INFO]: Woot: minecraft:ender_dragon/MASS_1_PARAM/2 [22:15:44] [main/INFO]: Woot: minecraft:ender_dragon/MASS_2_PARAM/2 [22:15:44] [main/INFO]: Woot: minecraft:ender_dragon/MASS_3_PARAM/3 [22:15:44] [main/INFO]: Woot: minecraft:ender_dragon/MASS_FX/2 [22:15:44] [main/INFO]: Woot: minecraft:wither/FACTORY_TIER/4 [22:15:44] [main/INFO]: Woot: minecraft:wither/SPAWN_UNITS/500 [22:15:44] [main/INFO]: Woot: minecraft:wither/SPAWN_TICKS/1200 [22:15:44] [main/INFO]: Woot: minecraft:wither/MASS_1_PARAM/2 [22:15:44] [main/INFO]: Woot: minecraft:wither/MASS_2_PARAM/2 [22:15:44] [main/INFO]: Woot: minecraft:wither/MASS_3_PARAM/3 [22:15:44] [main/INFO]: Woot: minecraft:wither/MASS_FX/2 [22:15:44] [main/INFO]: Woot: draconicevolution:chaosguardian/DEATH_XP/5000 [22:15:44] [main/INFO]: Woot: draconicevolution:chaosguardian/SPAWN_UNITS/5000 [22:15:44] [main/INFO]: Woot: draconicevolution:chaosguardian/FACTORY_TIER/4 [22:15:44] [main/INFO]: Woot: draconicevolution:chaosguardian/SPAWN_TICKS/12000 [22:15:44] [main/INFO]: Woot: draconicevolution:chaosguardian/MASS_1_PARAM/1 [22:15:44] [main/INFO]: Woot: draconicevolution:chaosguardian/MASS_2_PARAM/1 [22:15:44] [main/INFO]: Woot: draconicevolution:chaosguardian/MASS_3_PARAM/2 [22:15:44] [main/INFO]: Woot: draconicevolution:chaosguardian/MASS_FX/2 [22:15:44] [main/INFO]: Woot: thermalfoundation:basalz/SPAWN_UNITS/20 [22:15:44] [main/INFO]: Woot: thermalfoundation:basalz/FACTORY_TIER/3 [22:15:44] [main/INFO]: Woot: thermalfoundation:basalz/SPAWN_TICKS/1000 [22:15:44] [main/INFO]: Woot: thermalfoundation:blitz/SPAWN_UNITS/20 [22:15:44] [main/INFO]: Woot: thermalfoundation:blitz/FACTORY_TIER/3 [22:15:44] [main/INFO]: Woot: thermalfoundation:blitz/SPAWN_TICKS/1000 [22:15:44] [main/INFO]: Woot: thermalfoundation:blizz/SPAWN_UNITS/40 [22:15:44] [main/INFO]: Woot: thermalfoundation:blizz/FACTORY_TIER/3 [22:15:44] [main/INFO]: Woot: thermalfoundation:blizz/SPAWN_TICKS/1000 [22:15:44] [main/INFO]: Woot: minecraft:villager_golem/FACTORY_TIER/3 [22:15:44] [main/INFO]: Woot: minecraft:villager_golem/SPAWN_TICKS/1000 [22:15:44] [main/INFO]: Woot: minecraft:guardian/FACTORY_TIER/3 [22:15:44] [main/INFO]: Woot: minecraft:blaze/FACTORY_TIER/2 [22:15:44] [main/INFO]: Woot: minecraft:witch/FACTORY_TIER/2 [22:15:44] [main/INFO]: Woot: minecraft:ghast/FACTORY_TIER/2 [22:15:44] [main/INFO]: Woot: minecraft:zombie_pigman/FACTORY_TIER/2 [22:15:44] [main/INFO]: Woot: Add spawn recipe ingredients for minecraft:wither->efficiency:true:Soul Sandx3:Wither Skeleton Skullx2:Growth Essencex1 [22:15:44] [main/INFO]: Woot: Add spawn recipe ingredients for minecraft:ender_dragon->efficiency:true:End Crystalx2:Growth Essencex1:Liquefied Ender Pearlsx1000mb [22:15:44] [main/INFO]: Woot: Add spawn recipe ingredients for draconicevolution:chaosguardian->efficiency:true:Awakened Corex1:Growth Essencex1:Liquefied Ender Pearlsx4000mb:Blazing Pyrotheumx1000mb [22:15:44] [main/INFO]: Woot: Added custom drop Dragon Egg for minecraft:ender_dragon [22:15:44] [main/INFO]: Woot: Added custom drop Elytra for minecraft:ender_dragon [22:15:44] [main/INFO]: Woot: Added custom drop Dragon's Breath for minecraft:ender_dragon [22:15:44] [main/INFO]: Woot: Added custom drop Dragon Heart for minecraft:ender_dragon [22:15:44] [main/INFO]: Woot: Added custom drop Draconium Dust for minecraft:ender_dragon [22:15:44] [main/INFO]: Woot: Added custom drop Chaos Shard for draconicevolution:chaosguardian [22:15:44] [main/INFO]: Woot: Added custom drop Dragon Heart for draconicevolution:chaosguardian [22:15:44] [main/INFO]: Woot: Added custom drop Draconium Dust for draconicevolution:chaosguardian [22:15:44] [main/INFO]: Xtones has loaded with 36 unique blocks. If you are struggling to keep within 4096 IDs, you may want to disable some of these. [22:15:45] [main/INFO]: Received 9 IMC messages from mod immersiveengineering. [22:15:45] [main/INFO]: Received 10 IMC messages from mod quark. [22:15:45] [main/INFO]: Received 34 IMC messages from mod xtones. [22:15:45] [main/INFO]: Received 7 IMC messages from mod astralsorcery. [22:15:45] [main/INFO]: Received 22 IMC messages from mod tconstruct. [22:15:46] [main/INFO]: Ignored smelting recipe with conflicting input: 1xitem.thermalfoundation.material@99 = 1xitem.thermalfoundation.material@163 [22:15:46] [main/INFO]: Ignored smelting recipe with conflicting input: 1xitem.thermalfoundation.material@98 = 1xitem.thermalfoundation.material@162 [22:15:46] [main/INFO]: Ignored smelting recipe with conflicting input: 1xitem.techreborn.dust@6 = 1xitem.techreborn.ingot@1 [22:15:46] [main/INFO]: Ignored smelting recipe with conflicting input: 1xitem.thermalfoundation.material@97 = 1xitem.thermalfoundation.material@161 [22:15:46] [main/INFO]: Ignored smelting recipe with conflicting input: 1xitem.bigreactors:dustmetals@1 = 1xitem.bigreactors:ingotmetals@1 [22:15:46] [main/INFO]: Ignored smelting recipe with conflicting input: 1xitem.bigreactors:dustmetals@3 = 1xitem.bigreactors:ingotmetals@3 [22:15:46] [main/INFO]: Ignored smelting recipe with conflicting input: 1xitem.bigreactors:dustmetals@2 = 1xitem.bigreactors:ingotmetals@2 [22:15:46] [main/INFO]: Ignored smelting recipe with conflicting input: 1xitem.bigreactors:dustmetals@4 = 1xitem.bigreactors:ingotmetals@4 [22:15:46] [main/INFO]: Ignored smelting recipe with conflicting input: 1xitem.thermalfoundation.material@0 = 1xitem.ingotIron@0 [22:15:46] [main/INFO]: Ignored smelting recipe with conflicting input: 1xitem.thermalfoundation.material@1 = 1xitem.ingotGold@0 [22:15:46] [main/INFO]: Ignored smelting recipe with conflicting input: 1xitem.thermalfoundation.material@64 = 1xitem.thermalfoundation.material@128 [22:15:46] [main/INFO]: Ignored smelting recipe with conflicting input: 1xitem.thermalfoundation.material@65 = 1xitem.thermalfoundation.material@129 [22:15:46] [main/INFO]: Ignored smelting recipe with conflicting input: 1xitem.thermalfoundation.material@67 = 1xitem.thermalfoundation.material@131 [22:15:46] [main/INFO]: Ignored smelting recipe with conflicting input: 1xitem.thermalfoundation.material@66 = 1xitem.thermalfoundation.material@130 [22:15:46] [main/INFO]: Ignored smelting recipe with conflicting input: 1xitem.thermalfoundation.material@69 = 1xitem.thermalfoundation.material@133 [22:15:46] [main/INFO]: Ignored smelting recipe with conflicting input: 1xitem.thermalfoundation.material@68 = 1xitem.thermalfoundation.material@132 [22:15:46] [main/WARN]: Not adding supplied recipe as a recipe already exists for the input: 1xtile.thermalfoundation.ore@4 [22:15:46] [main/WARN]: Not adding supplied recipe as a recipe already exists for the input: 1xitem.thermalfoundation.material@132 [22:15:46] [main/INFO]: Ignored smelting recipe with conflicting input: 1xitem.thermalfoundation.material@68 = 1xitem.thermalfoundation.material@132 [22:15:46] [main/WARN]: Not adding supplied recipe as a recipe already exists for the input: 1xtile.thermalfoundation.storage@4 [22:15:46] [main/INFO]: Ignored smelting recipe with conflicting input: 1xitem.techreborn.dust@59 = 1xitem.techreborn.ingot@18 [22:15:46] [main/INFO]: Ignored smelting recipe with conflicting input: 1xitem.thermalfoundation.material@70 = 1xitem.thermalfoundation.material@134 [22:15:46] [main/INFO]: Ignored smelting recipe with conflicting input: 1xitem.thermalfoundation.material@72 = 1xitem.thermalfoundation.material@136 [22:15:46] [main/INFO]: Ignored smelting recipe with conflicting input: 1xitem.Dust@2 = 1xitem.Ingot@1 [22:15:46] [main/INFO]: Ignored smelting recipe with conflicting input: 1xitem.jaopca.dust@0 = 1xitem.tconstruct.ingots@1 [22:15:46] [main/INFO]: Ignored smelting recipe with conflicting input: 1xitem.jaopca.dust@0 = 1xitem.tconstruct.ingots@0 [22:15:46] [main/WARN]: Not adding supplied recipe as a recipe already exists for the input: 1xic2.resource@4 [22:15:46] [main/INFO]: Ignored smelting recipe with conflicting input: 1xic2.crushed@6 = 1xitem.immersiveengineering.metal@5 [22:15:46] [main/WARN]: Not adding supplied recipe as a recipe already exists for the input: 1xic2.resource@10 [22:15:46] [main/INFO]: Ignored smelting recipe with conflicting input: 1xitem.nuclearcraft.dust@7 = 1xitem.nuclearcraft.ingot@7 [22:15:46] [main/WARN]: Not adding supplied recipe as a recipe already exists for the input: 1xtile.ore@8 [22:15:46] [main/INFO]: Ignored smelting recipe with conflicting input: 1xitem.draconicevolution:draconium_dust@0 = 1xitem.draconicevolution:draconium_ingot@0 [22:15:46] [main/WARN]: Not adding supplied recipe as a recipe already exists for the input: 1xic2.resource@4 [22:15:46] [main/INFO]: Ignored smelting recipe with conflicting input: 1xitem.thermalfoundation.material@64 = 1xitem.thermalfoundation.material@128 [22:15:46] [main/INFO]: Ignored smelting recipe with conflicting input: 1xitem.thermalfoundation.material@65 = 1xitem.thermalfoundation.material@129 [22:15:46] [main/INFO]: Ignored smelting recipe with conflicting input: 1xitem.jaopca.dust@0 = 1xitem.tconstruct.ingots@1 [22:15:46] [main/INFO]: Ignored smelting recipe with conflicting input: 1xitem.jaopca.dust@0 = 1xitem.tconstruct.ingots@0 [22:15:47] [main/WARN]: Problem detected when processing IMC add-p2p-attunement-forge-power from mekanism [22:15:47] [main/INFO]: Registering new wrench usage 'li.cil.oc.integration.appeng.EventHandlerAE2.useWrench' from mod opencomputers. [22:15:47] [main/INFO]: Registering new wrench tool check 'li.cil.oc.integration.appeng.EventHandlerAE2.isWrench' from mod opencomputers. [22:15:47] [main/INFO]: Registering new tool durability provider 'li.cil.oc.integration.ic2.EventHandlerIndustrialCraft2.getDurability' from mod opencomputers. [22:15:47] [main/INFO]: Registering new wrench usage 'li.cil.oc.integration.ic2.EventHandlerIndustrialCraft2.useWrench' from mod opencomputers. [22:15:47] [main/INFO]: Registering new wrench tool check 'li.cil.oc.integration.ic2.EventHandlerIndustrialCraft2.isWrench' from mod opencomputers. [22:15:47] [main/INFO]: Registering new item charge implementation 'IndustrialCraft2' from mod opencomputers. [22:15:47] [main/INFO]: Registering new item charge implementation 'MinecraftForge' from mod opencomputers. [22:15:47] [main/INFO]: Registering new wrench usage 'li.cil.oc.integration.mekanism.EventHandlerMekanism.useWrench' from mod opencomputers. [22:15:47] [main/INFO]: Registering new wrench tool check 'li.cil.oc.integration.mekanism.EventHandlerMekanism.isWrench' from mod opencomputers. [22:15:47] [main/INFO]: Registering new assembler template 'Drone (Tier 1)' from mod opencomputers. [22:15:47] [main/INFO]: Registering new assembler template 'Drone (Tier 2)' from mod opencomputers. [22:15:47] [main/INFO]: Registering new assembler template 'Drone (Creative)' from mod opencomputers. [22:15:47] [main/INFO]: Registering new disassembler template 'Drone' from mod opencomputers. [22:15:47] [main/INFO]: Registering new assembler template 'Microcontroller (Tier 1)' from mod opencomputers. [22:15:47] [main/INFO]: Registering new assembler template 'Microcontroller (Tier 2)' from mod opencomputers. [22:15:47] [main/INFO]: Registering new assembler template 'Microcontroller (Creative)' from mod opencomputers. [22:15:47] [main/INFO]: Registering new disassembler template 'Microcontroller' from mod opencomputers. [22:15:47] [main/INFO]: Registering new disassembler template 'Navigation Upgrade' from mod opencomputers. [22:15:47] [main/INFO]: Registering new assembler template 'Robot (Tier 1)' from mod opencomputers. [22:15:47] [main/INFO]: Registering new assembler template 'Robot (Tier 2)' from mod opencomputers. [22:15:47] [main/INFO]: Registering new assembler template 'Robot (Tier 3)' from mod opencomputers. [22:15:47] [main/INFO]: Registering new assembler template 'Robot (Creative)' from mod opencomputers. [22:15:47] [main/INFO]: Registering new disassembler template 'Robot' from mod opencomputers. [22:15:47] [main/INFO]: Registering new disassembler template 'Server' from mod opencomputers. [22:15:47] [main/INFO]: Registering new assembler template 'Tablet (Tier 1)' from mod opencomputers. [22:15:47] [main/INFO]: Registering new assembler template 'Tablet (Tier 2)' from mod opencomputers. [22:15:47] [main/INFO]: Registering new assembler template 'Tablet (Creative)' from mod opencomputers. [22:15:47] [main/INFO]: Registering new disassembler template 'Tablet' from mod opencomputers. [22:15:47] [main/INFO]: Registering new assembler template filter 'li.cil.oc.common.template.TemplateBlacklist.filter' from mod opencomputers. [22:15:47] [main/INFO]: Registering new wrench usage 'li.cil.oc.integration.opencomputers.ModOpenComputers.useWrench' from mod opencomputers. [22:15:47] [main/INFO]: Registering new wrench tool check 'li.cil.oc.integration.opencomputers.ModOpenComputers.isWrench' from mod opencomputers. [22:15:47] [main/INFO]: Registering new item charge implementation 'OpenComputers' from mod opencomputers. [22:15:47] [main/INFO]: Registering new ink provider 'li.cil.oc.integration.opencomputers.ModOpenComputers.inkCartridgeInkProvider' from mod opencomputers. [22:15:47] [main/INFO]: Registering new ink provider 'li.cil.oc.integration.opencomputers.ModOpenComputers.dyeInkProvider' from mod opencomputers. [22:15:47] [main/INFO]: Registering new program location mapping for program 'build' being on disk 'builder' from mod opencomputers. [22:15:47] [main/INFO]: Registering new program location mapping for program 'dig' being on disk 'dig' from mod opencomputers. [22:15:47] [main/INFO]: Registering new program location mapping for program 'base64' being on disk 'data' from mod opencomputers. [22:15:47] [main/INFO]: Registering new program location mapping for program 'deflate' being on disk 'data' from mod opencomputers. [22:15:47] [main/INFO]: Registering new program location mapping for program 'gpg' being on disk 'data' from mod opencomputers. [22:15:47] [main/INFO]: Registering new program location mapping for program 'inflate' being on disk 'data' from mod opencomputers. [22:15:47] [main/INFO]: Registering new program location mapping for program 'md5sum' being on disk 'data' from mod opencomputers. [22:15:47] [main/INFO]: Registering new program location mapping for program 'sha256sum' being on disk 'data' from mod opencomputers. [22:15:47] [main/INFO]: Registering new program location mapping for program 'refuel' being on disk 'generator' from mod opencomputers. [22:15:47] [main/INFO]: Registering new program location mapping for program 'irc' being on disk 'irc' from mod opencomputers. [22:15:47] [main/INFO]: Registering new program location mapping for program 'maze' being on disk 'maze' from mod opencomputers. [22:15:47] [main/INFO]: Registering new program location mapping for program 'arp' being on disk 'network' from mod opencomputers. [22:15:47] [main/INFO]: Registering new program location mapping for program 'ifconfig' being on disk 'network' from mod opencomputers. [22:15:47] [main/INFO]: Registering new program location mapping for program 'ping' being on disk 'network' from mod opencomputers. [22:15:47] [main/INFO]: Registering new program location mapping for program 'route' being on disk 'network' from mod opencomputers. [22:15:47] [main/INFO]: Registering new program location mapping for program 'opl-flash' being on disk 'openloader' from mod opencomputers. [22:15:47] [main/INFO]: Registering new program location mapping for program 'oppm' being on disk 'oppm' from mod opencomputers. [22:15:47] [main/INFO]: Blacklisting component 'geolyzer' for host 'li.cil.oc.api.internal.Adapter' as requested by mod opencomputers. [22:15:47] [main/INFO]: Blacklisting component 'motionsensor' for host 'li.cil.oc.api.internal.Adapter' as requested by mod opencomputers. [22:15:47] [main/INFO]: Blacklisting component 'keyboard' for host 'li.cil.oc.api.internal.Adapter' as requested by mod opencomputers. [22:15:47] [main/INFO]: Blacklisting component 'screen1' for host 'li.cil.oc.api.internal.Adapter' as requested by mod opencomputers. [22:15:47] [main/INFO]: Blacklisting component 'transposer' for host 'li.cil.oc.api.internal.Adapter' as requested by mod opencomputers. [22:15:47] [main/INFO]: Blacklisting component 'carpetedcapacitor' for host 'li.cil.oc.api.internal.Adapter' as requested by mod opencomputers. [22:15:47] [main/INFO]: Blacklisting component 'angelupgrade' for host 'li.cil.oc.api.internal.Adapter' as requested by mod opencomputers. [22:15:47] [main/INFO]: Blacklisting component 'batteryupgrade1' for host 'li.cil.oc.api.internal.Adapter' as requested by mod opencomputers. [22:15:47] [main/INFO]: Blacklisting component 'batteryupgrade2' for host 'li.cil.oc.api.internal.Adapter' as requested by mod opencomputers. [22:15:47] [main/INFO]: Blacklisting component 'batteryupgrade3' for host 'li.cil.oc.api.internal.Adapter' as requested by mod opencomputers. [22:15:47] [main/INFO]: Blacklisting component 'chunkloaderupgrade' for host 'li.cil.oc.api.internal.Adapter' as requested by mod opencomputers. [22:15:47] [main/INFO]: Blacklisting component 'craftingupgrade' for host 'li.cil.oc.api.internal.Adapter' as requested by mod opencomputers. [22:15:47] [main/INFO]: Blacklisting component 'experienceupgrade' for host 'li.cil.oc.api.internal.Adapter' as requested by mod opencomputers. [22:15:47] [main/INFO]: Blacklisting component 'generatorupgrade' for host 'li.cil.oc.api.internal.Adapter' as requested by mod opencomputers. [22:15:47] [main/INFO]: Blacklisting component 'hoverupgrade1' for host 'li.cil.oc.api.internal.Adapter' as requested by mod opencomputers. [22:15:47] [main/INFO]: Blacklisting component 'hoverupgrade2' for host 'li.cil.oc.api.internal.Adapter' as requested by mod opencomputers. [22:15:47] [main/INFO]: Blacklisting component 'inventoryupgrade' for host 'li.cil.oc.api.internal.Adapter' as requested by mod opencomputers. [22:15:47] [main/INFO]: Blacklisting component 'navigationupgrade' for host 'li.cil.oc.api.internal.Adapter' as requested by mod opencomputers. [22:15:47] [main/INFO]: Blacklisting component 'pistonupgrade' for host 'li.cil.oc.api.internal.Adapter' as requested by mod opencomputers. [22:15:47] [main/INFO]: Blacklisting component 'solargeneratorupgrade' for host 'li.cil.oc.api.internal.Adapter' as requested by mod opencomputers. [22:15:47] [main/INFO]: Blacklisting component 'tankupgrade' for host 'li.cil.oc.api.internal.Adapter' as requested by mod opencomputers. [22:15:47] [main/INFO]: Blacklisting component 'tractorbeamupgrade' for host 'li.cil.oc.api.internal.Adapter' as requested by mod opencomputers. [22:15:47] [main/INFO]: Blacklisting component 'leashupgrade' for host 'li.cil.oc.api.internal.Adapter' as requested by mod opencomputers. [22:15:47] [main/INFO]: Blacklisting component 'tradingupgrade' for host 'li.cil.oc.api.internal.Adapter' as requested by mod opencomputers. [22:15:47] [main/INFO]: Blacklisting component 'keyboard' for host 'li.cil.oc.api.internal.Drone' as requested by mod opencomputers. [22:15:47] [main/INFO]: Blacklisting component 'screen1' for host 'li.cil.oc.api.internal.Drone' as requested by mod opencomputers. [22:15:47] [main/INFO]: Blacklisting component 'transposer' for host 'li.cil.oc.api.internal.Drone' as requested by mod opencomputers. [22:15:47] [main/INFO]: Blacklisting component 'carpetedcapacitor' for host 'li.cil.oc.api.internal.Drone' as requested by mod opencomputers. [22:15:47] [main/INFO]: Blacklisting component 'apu1' for host 'li.cil.oc.api.internal.Drone' as requested by mod opencomputers. [22:15:47] [main/INFO]: Blacklisting component 'apu2' for host 'li.cil.oc.api.internal.Drone' as requested by mod opencomputers. [22:15:47] [main/INFO]: Blacklisting component 'graphicscard1' for host 'li.cil.oc.api.internal.Drone' as requested by mod opencomputers. [22:15:47] [main/INFO]: Blacklisting component 'graphicscard2' for host 'li.cil.oc.api.internal.Drone' as requested by mod opencomputers. [22:15:47] [main/INFO]: Blacklisting component 'graphicscard3' for host 'li.cil.oc.api.internal.Drone' as requested by mod opencomputers. [22:15:47] [main/INFO]: Blacklisting component 'lancard' for host 'li.cil.oc.api.internal.Drone' as requested by mod opencomputers. [22:15:47] [main/INFO]: Blacklisting component 'redstonecard1' for host 'li.cil.oc.api.internal.Drone' as requested by mod opencomputers. [22:15:47] [main/INFO]: Blacklisting component 'angelupgrade' for host 'li.cil.oc.api.internal.Drone' as requested by mod opencomputers. [22:15:47] [main/INFO]: Blacklisting component 'craftingupgrade' for host 'li.cil.oc.api.internal.Drone' as requested by mod opencomputers. [22:15:47] [main/INFO]: Blacklisting component 'hoverupgrade1' for host 'li.cil.oc.api.internal.Drone' as requested by mod opencomputers. [22:15:47] [main/INFO]: Blacklisting component 'hoverupgrade2' for host 'li.cil.oc.api.internal.Drone' as requested by mod opencomputers. [22:15:47] [main/INFO]: Blacklisting component 'keyboard' for host 'li.cil.oc.api.internal.Microcontroller' as requested by mod opencomputers. [22:15:47] [main/INFO]: Blacklisting component 'screen1' for host 'li.cil.oc.api.internal.Microcontroller' as requested by mod opencomputers. [22:15:47] [main/INFO]: Blacklisting component 'carpetedcapacitor' for host 'li.cil.oc.api.internal.Microcontroller' as requested by mod opencomputers. [22:15:47] [main/INFO]: Blacklisting component 'apu1' for host 'li.cil.oc.api.internal.Microcontroller' as requested by mod opencomputers. [22:15:47] [main/INFO]: Blacklisting component 'apu2' for host 'li.cil.oc.api.internal.Microcontroller' as requested by mod opencomputers. [22:15:47] [main/INFO]: Blacklisting component 'graphicscard1' for host 'li.cil.oc.api.internal.Microcontroller' as requested by mod opencomputers. [22:15:47] [main/INFO]: Blacklisting component 'graphicscard2' for host 'li.cil.oc.api.internal.Microcontroller' as requested by mod opencomputers. [22:15:47] [main/INFO]: Blacklisting component 'graphicscard3' for host 'li.cil.oc.api.internal.Microcontroller' as requested by mod opencomputers. [22:15:47] [main/INFO]: Blacklisting component 'angelupgrade' for host 'li.cil.oc.api.internal.Microcontroller' as requested by mod opencomputers. [22:15:47] [main/INFO]: Blacklisting component 'chunkloaderupgrade' for host 'li.cil.oc.api.internal.Microcontroller' as requested by mod opencomputers. [22:15:47] [main/INFO]: Blacklisting component 'craftingupgrade' for host 'li.cil.oc.api.internal.Microcontroller' as requested by mod opencomputers. [22:15:47] [main/INFO]: Blacklisting component 'databaseupgrade1' for host 'li.cil.oc.api.internal.Microcontroller' as requested by mod opencomputers. [22:15:47] [main/INFO]: Blacklisting component 'databaseupgrade2' for host 'li.cil.oc.api.internal.Microcontroller' as requested by mod opencomputers. [22:15:47] [main/INFO]: Blacklisting component 'databaseupgrade3' for host 'li.cil.oc.api.internal.Microcontroller' as requested by mod opencomputers. [22:15:47] [main/INFO]: Blacklisting component 'experienceupgrade' for host 'li.cil.oc.api.internal.Microcontroller' as requested by mod opencomputers. [22:15:47] [main/INFO]: Blacklisting component 'generatorupgrade' for host 'li.cil.oc.api.internal.Microcontroller' as requested by mod opencomputers. [22:15:47] [main/INFO]: Blacklisting component 'hoverupgrade1' for host 'li.cil.oc.api.internal.Microcontroller' as requested by mod opencomputers. [22:15:47] [main/INFO]: Blacklisting component 'hoverupgrade2' for host 'li.cil.oc.api.internal.Microcontroller' as requested by mod opencomputers. [22:15:47] [main/INFO]: Blacklisting component 'inventoryupgrade' for host 'li.cil.oc.api.internal.Microcontroller' as requested by mod opencomputers. [22:15:47] [main/INFO]: Blacklisting component 'inventorycontrollerupgrade' for host 'li.cil.oc.api.internal.Microcontroller' as requested by mod opencomputers. [22:15:47] [main/INFO]: Blacklisting component 'navigationupgrade' for host 'li.cil.oc.api.internal.Microcontroller' as requested by mod opencomputers. [22:15:47] [main/INFO]: Blacklisting component 'tankupgrade' for host 'li.cil.oc.api.internal.Microcontroller' as requested by mod opencomputers. [22:15:47] [main/INFO]: Blacklisting component 'tankcontrollerupgrade' for host 'li.cil.oc.api.internal.Microcontroller' as requested by mod opencomputers. [22:15:47] [main/INFO]: Blacklisting component 'tractorbeamupgrade' for host 'li.cil.oc.api.internal.Microcontroller' as requested by mod opencomputers. [22:15:47] [main/INFO]: Blacklisting component 'leashupgrade' for host 'li.cil.oc.api.internal.Microcontroller' as requested by mod opencomputers. [22:15:47] [main/INFO]: Blacklisting component 'tradingupgrade' for host 'li.cil.oc.api.internal.Microcontroller' as requested by mod opencomputers. [22:15:47] [main/INFO]: Blacklisting component 'transposer' for host 'li.cil.oc.api.internal.Robot' as requested by mod opencomputers. [22:15:47] [main/INFO]: Blacklisting component 'carpetedcapacitor' for host 'li.cil.oc.api.internal.Robot' as requested by mod opencomputers. [22:15:47] [main/INFO]: Blacklisting component 'leashupgrade' for host 'li.cil.oc.api.internal.Robot' as requested by mod opencomputers. [22:15:47] [main/INFO]: Blacklisting component 'screen1' for host 'li.cil.oc.api.internal.Tablet' as requested by mod opencomputers. [22:15:47] [main/INFO]: Blacklisting component 'transposer' for host 'li.cil.oc.api.internal.Tablet' as requested by mod opencomputers. [22:15:47] [main/INFO]: Blacklisting component 'carpetedcapacitor' for host 'li.cil.oc.api.internal.Tablet' as requested by mod opencomputers. [22:15:47] [main/INFO]: Blacklisting component 'lancard' for host 'li.cil.oc.api.internal.Tablet' as requested by mod opencomputers. [22:15:47] [main/INFO]: Blacklisting component 'redstonecard1' for host 'li.cil.oc.api.internal.Tablet' as requested by mod opencomputers. [22:15:47] [main/INFO]: Blacklisting component 'angelupgrade' for host 'li.cil.oc.api.internal.Tablet' as requested by mod opencomputers. [22:15:47] [main/INFO]: Blacklisting component 'chunkloaderupgrade' for host 'li.cil.oc.api.internal.Tablet' as requested by mod opencomputers. [22:15:47] [main/INFO]: Blacklisting component 'craftingupgrade' for host 'li.cil.oc.api.internal.Tablet' as requested by mod opencomputers. [22:15:47] [main/INFO]: Blacklisting component 'databaseupgrade1' for host 'li.cil.oc.api.internal.Tablet' as requested by mod opencomputers. [22:15:47] [main/INFO]: Blacklisting component 'databaseupgrade2' for host 'li.cil.oc.api.internal.Tablet' as requested by mod opencomputers. [22:15:47] [main/INFO]: Blacklisting component 'databaseupgrade3' for host 'li.cil.oc.api.internal.Tablet' as requested by mod opencomputers. [22:15:47] [main/INFO]: Blacklisting component 'experienceupgrade' for host 'li.cil.oc.api.internal.Tablet' as requested by mod opencomputers. [22:15:47] [main/INFO]: Blacklisting component 'generatorupgrade' for host 'li.cil.oc.api.internal.Tablet' as requested by mod opencomputers. [22:15:47] [main/INFO]: Blacklisting component 'hoverupgrade1' for host 'li.cil.oc.api.internal.Tablet' as requested by mod opencomputers. [22:15:47] [main/INFO]: Blacklisting component 'hoverupgrade2' for host 'li.cil.oc.api.internal.Tablet' as requested by mod opencomputers. [22:15:47] [main/INFO]: Blacklisting component 'inventoryupgrade' for host 'li.cil.oc.api.internal.Tablet' as requested by mod opencomputers. [22:15:47] [main/INFO]: Blacklisting component 'inventorycontrollerupgrade' for host 'li.cil.oc.api.internal.Tablet' as requested by mod opencomputers. [22:15:47] [main/INFO]: Blacklisting component 'tankupgrade' for host 'li.cil.oc.api.internal.Tablet' as requested by mod opencomputers. [22:15:47] [main/INFO]: Blacklisting component 'tankcontrollerupgrade' for host 'li.cil.oc.api.internal.Tablet' as requested by mod opencomputers. [22:15:47] [main/INFO]: Blacklisting component 'leashupgrade' for host 'li.cil.oc.api.internal.Tablet' as requested by mod opencomputers. [22:15:47] [main/INFO]: Blacklisting component 'tradingupgrade' for host 'li.cil.oc.api.internal.Tablet' as requested by mod opencomputers. [22:15:47] [main/INFO]: Registering new program location mapping for program 'tape' being on disk 'tape' from mod computronics. [22:15:47] [main/INFO]: Registering new program location mapping for program 'explode' being on disk 'explode' from mod computronics. [22:15:47] [main/INFO]: Enabled support for The One Probe [22:15:47] [main/INFO]: Enabled support for The One Probe [22:15:47] [main/INFO]: Enabled support for The One Probe [22:15:47] [main/INFO]: Woot: Enabled The One Probe support [22:15:47] [main/INFO]: Enabled support for The One Probe [22:15:47] [main/INFO]: Enabled support for The One Probe [22:15:47] [main/INFO]: [Mekanism] bigreactors added recipe of type EnrichmentChamber to the recipe list. [22:15:47] [main/INFO]: [Mekanism] bigreactors added recipe of type Crusher to the recipe list. [22:15:47] [main/INFO]: [Mekanism] bigreactors added recipe of type Crusher to the recipe list. [22:15:47] [main/INFO]: [Mekanism] bigreactors added recipe of type Crusher to the recipe list. [22:15:47] [main/INFO]: [Mekanism] bigreactors added recipe of type Crusher to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type Combiner to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type EnrichmentChamber to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type EnrichmentChamber to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type Crusher to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type EnrichmentChamber to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type Combiner to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type Combiner to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type Combiner to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type Combiner to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type EnrichmentChamber to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type EnrichmentChamber to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type EnrichmentChamber to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type Crusher to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type Crusher to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type Crusher to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type Crusher to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type EnrichmentChamber to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type Combiner to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type EnrichmentChamber to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type Crusher to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type EnrichmentChamber to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type Combiner to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type EnrichmentChamber to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type Crusher to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type EnrichmentChamber to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type Combiner to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type EnrichmentChamber to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type Crusher to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type EnrichmentChamber to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type Combiner to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type EnrichmentChamber to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type Crusher to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type EnrichmentChamber to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type EnrichmentChamber to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type Combiner to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type Combiner to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type EnrichmentChamber to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type EnrichmentChamber to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type EnrichmentChamber to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type Crusher to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type Crusher to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type Crusher to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type EnrichmentChamber to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type Combiner to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type EnrichmentChamber to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type Crusher to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type EnrichmentChamber to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type Combiner to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type Combiner to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type Combiner to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type EnrichmentChamber to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type Crusher to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type EnrichmentChamber to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type Combiner to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type Combiner to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type EnrichmentChamber to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type Crusher to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type EnrichmentChamber to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type Combiner to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type EnrichmentChamber to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type Crusher to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type EnrichmentChamber to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type EnrichmentChamber to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type Combiner to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type Combiner to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type EnrichmentChamber to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type Crusher to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type Crusher to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type EnrichmentChamber to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type Combiner to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type EnrichmentChamber to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type Crusher to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type EnrichmentChamber to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type Combiner to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type Combiner to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type EnrichmentChamber to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type Crusher to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type Crusher to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type EnrichmentChamber to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type Combiner to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type EnrichmentChamber to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type Crusher to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type EnrichmentChamber to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type EnrichmentChamber to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type Combiner to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type Combiner to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type Combiner to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type Combiner to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type EnrichmentChamber to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type EnrichmentChamber to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type EnrichmentChamber to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type Crusher to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type EnrichmentChamber to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type EnrichmentChamber to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type EnrichmentChamber to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type Crusher to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type EnrichmentChamber to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type EnrichmentChamber to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type Crusher to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type EnrichmentChamber to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type EnrichmentChamber to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type Crusher to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type EnrichmentChamber to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type EnrichmentChamber to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type Crusher to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type EnrichmentChamber to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type EnrichmentChamber to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type EnrichmentChamber to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type Crusher to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type EnrichmentChamber to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type EnrichmentChamber to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type EnrichmentChamber to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type Crusher to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type EnrichmentChamber to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type EnrichmentChamber to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type EnrichmentChamber to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type EnrichmentChamber to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type EnrichmentChamber to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type EnrichmentChamber to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type Crusher to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type EnrichmentChamber to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type EnrichmentChamber to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type Crusher to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type EnrichmentChamber to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type EnrichmentChamber to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type Crusher to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type EnrichmentChamber to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type EnrichmentChamber to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type EnrichmentChamber to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type Crusher to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type Crusher to the recipe list.

AthlonS2K commented 6 years ago

part 9 [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type EnrichmentChamber to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type EnrichmentChamber to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type Crusher to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type EnrichmentChamber to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type EnrichmentChamber to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type EnrichmentChamber to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type Crusher to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type Crusher to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type EnrichmentChamber to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type EnrichmentChamber to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type EnrichmentChamber to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type Crusher to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type Crusher to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type EnrichmentChamber to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type EnrichmentChamber to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type Crusher to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type EnrichmentChamber to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type EnrichmentChamber to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type Crusher to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type Crusher to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type Crusher to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type Crusher to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type Crusher to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type Crusher to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type Crusher to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type Crusher to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type Crusher to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type Crusher to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type Crusher to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type Crusher to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type Crusher to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type Crusher to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type Crusher to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type Crusher to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type Crusher to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type Crusher to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type Crusher to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type Crusher to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type PurificationChamber to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type PurificationChamber to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type PurificationChamber to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type PurificationChamber to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type PurificationChamber to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type PurificationChamber to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type PurificationChamber to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type PurificationChamber to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type PurificationChamber to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type PurificationChamber to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type PurificationChamber to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type PurificationChamber to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type PurificationChamber to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type PurificationChamber to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type PurificationChamber to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type PurificationChamber to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type PurificationChamber to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type PurificationChamber to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type PurificationChamber to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type PurificationChamber to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type PurificationChamber to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type PurificationChamber to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type PurificationChamber to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type PurificationChamber to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type PurificationChamber to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type PurificationChamber to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type PurificationChamber to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type PurificationChamber to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type PurificationChamber to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type PurificationChamber to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type PurificationChamber to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type PurificationChamber to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type PurificationChamber to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type PurificationChamber to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type PurificationChamber to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type PurificationChamber to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type PurificationChamber to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type PurificationChamber to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type PurificationChamber to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type PurificationChamber to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type PurificationChamber to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type PurificationChamber to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type PurificationChamber to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type PurificationChamber to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type PurificationChamber to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type PurificationChamber to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type PurificationChamber to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type PurificationChamber to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type PurificationChamber to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type PurificationChamber to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type ChemicalInjectionChamber to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type ChemicalInjectionChamber to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type ChemicalInjectionChamber to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type ChemicalInjectionChamber to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type ChemicalInjectionChamber to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type ChemicalInjectionChamber to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type ChemicalInjectionChamber to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type ChemicalInjectionChamber to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type ChemicalInjectionChamber to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type ChemicalInjectionChamber to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type ChemicalInjectionChamber to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type ChemicalInjectionChamber to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type ChemicalInjectionChamber to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type ChemicalInjectionChamber to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type ChemicalInjectionChamber to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type ChemicalInjectionChamber to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type ChemicalInjectionChamber to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type ChemicalInjectionChamber to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type ChemicalInjectionChamber to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type ChemicalInjectionChamber to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type ChemicalInjectionChamber to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type ChemicalInjectionChamber to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type ChemicalInjectionChamber to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type ChemicalInjectionChamber to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type ChemicalInjectionChamber to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type ChemicalInjectionChamber to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type ChemicalInjectionChamber to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type ChemicalInjectionChamber to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type ChemicalInjectionChamber to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type ChemicalInjectionChamber to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type ChemicalInjectionChamber to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type ChemicalInjectionChamber to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type ChemicalInjectionChamber to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type ChemicalInjectionChamber to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type ChemicalInjectionChamber to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type ChemicalInjectionChamber to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type ChemicalInjectionChamber to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type ChemicalInjectionChamber to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type ChemicalInjectionChamber to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type ChemicalInjectionChamber to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type ChemicalInjectionChamber to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type ChemicalInjectionChamber to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type ChemicalInjectionChamber to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type ChemicalInjectionChamber to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type ChemicalInjectionChamber to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type ChemicalInjectionChamber to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type ChemicalInjectionChamber to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type ChemicalInjectionChamber to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type ChemicalInjectionChamber to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type ChemicalInjectionChamber to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type ChemicalInjectionChamber to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type ChemicalInjectionChamber to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type ChemicalInjectionChamber to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type ChemicalInjectionChamber to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type ChemicalInjectionChamber to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type ChemicalInjectionChamber to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type ChemicalInjectionChamber to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type ChemicalInjectionChamber to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type ChemicalInjectionChamber to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type ChemicalInjectionChamber to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type ChemicalInjectionChamber to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type ChemicalInjectionChamber to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type ChemicalInjectionChamber to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type ChemicalInjectionChamber to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type ChemicalInjectionChamber to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type ChemicalInjectionChamber to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type ChemicalInjectionChamber to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type ChemicalInjectionChamber to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type ChemicalCrystallizer to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type ChemicalCrystallizer to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type ChemicalCrystallizer to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type ChemicalCrystallizer to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type ChemicalCrystallizer to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type ChemicalCrystallizer to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type ChemicalCrystallizer to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type ChemicalCrystallizer to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type ChemicalCrystallizer to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type ChemicalCrystallizer to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type ChemicalCrystallizer to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type ChemicalCrystallizer to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type ChemicalCrystallizer to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type ChemicalCrystallizer to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type ChemicalCrystallizer to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type ChemicalCrystallizer to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type ChemicalCrystallizer to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type ChemicalCrystallizer to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type ChemicalCrystallizer to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type ChemicalWasher to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type ChemicalWasher to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type ChemicalWasher to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type ChemicalWasher to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type ChemicalWasher to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type ChemicalWasher to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type ChemicalWasher to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type ChemicalWasher to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type ChemicalWasher to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type ChemicalWasher to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type ChemicalWasher to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type ChemicalWasher to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type ChemicalWasher to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type ChemicalWasher to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type ChemicalWasher to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type ChemicalWasher to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type ChemicalWasher to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type ChemicalWasher to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type ChemicalWasher to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type ChemicalDissolutionChamber to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type ChemicalDissolutionChamber to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type ChemicalDissolutionChamber to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type ChemicalDissolutionChamber to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type ChemicalDissolutionChamber to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type ChemicalDissolutionChamber to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type ChemicalDissolutionChamber to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type ChemicalDissolutionChamber to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type ChemicalDissolutionChamber to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type ChemicalDissolutionChamber to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type ChemicalDissolutionChamber to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type ChemicalDissolutionChamber to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type ChemicalDissolutionChamber to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type ChemicalDissolutionChamber to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type ChemicalDissolutionChamber to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type ChemicalDissolutionChamber to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type ChemicalDissolutionChamber to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type ChemicalDissolutionChamber to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type ChemicalDissolutionChamber to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type ChemicalDissolutionChamber to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type ChemicalDissolutionChamber to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type ChemicalDissolutionChamber to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type ChemicalDissolutionChamber to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type ChemicalDissolutionChamber to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type ChemicalDissolutionChamber to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type ChemicalDissolutionChamber to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type ChemicalDissolutionChamber to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type ChemicalDissolutionChamber to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type ChemicalDissolutionChamber to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type ChemicalDissolutionChamber to the recipe list. [22:15:47] [main/INFO]: [Mekanism] jaopca added recipe of type ChemicalDissolutionChamber to the recipe list. [22:15:47] [main/INFO]: fastbench has registered shadows.fastbench.gui.ContainerFastBench for CraftingTweaks [22:15:47] [main/INFO]: tconstruct has registered slimeknights.tconstruct.tools.common.inventory.ContainerCraftingStation for CraftingTweaks [22:15:47] [main/INFO]: natura has registered com.progwml6.natura.common.gui.common.WorkbenchContainer for CraftingTweaks [22:15:47] [main/INFO]: cyclicmagic has registered com.lothrazar.cyclicmagic.component.playerext.crafting.ContainerPlayerExtWorkbench for CraftingTweaks [22:15:47] [main/INFO]: cyclicmagic has registered com.lothrazar.cyclicmagic.component.workbench.ContainerWorkBench for CraftingTweaks [22:15:47] [main/INFO]: cyclicmagic has registered com.lothrazar.cyclicmagic.component.crafter.ContainerCrafter for CraftingTweaks [22:15:47] [main/INFO]: refinedstorage has registered com.raoulvdberge.refinedstorage.container.ContainerGrid for CraftingTweaks [22:15:52] [main/INFO]: Loading GuideFile: /assets/shetiphianguide/platforms.json [22:15:52] [main/INFO]: Loading GuideFile: /assets/shetiphianguide/terraqueous.json [22:15:52] [main/INFO]: Received RFTools dimension manager request from mod 'rftools' [22:15:52] [main/INFO]: Injecting itemstacks [22:15:52] [main/INFO]: Itemstack injection complete [22:16:22] [main/INFO]: Post-initializing integrations! [22:16:22] [main/WARN]: Could not find Build Craft Wrench definition. Wrench integration with other mods may fail [22:16:40] [main/INFO]: Starting PostInitialization Phase... [22:16:40] [main/INFO]: Initializing Crusher Recipes... [22:16:40] [main/INFO]: Registered a total of 105 booklet chapters, where 353 out of 471 booklet pages contain information about items or fluids! [22:16:40] [main/INFO]: PostInitializing ClientProxy... [22:16:40] [Actually Additions Special Fetcher/INFO]: Fetching Special People Stuff... [22:16:40] [main/INFO]: PostInitialization Finished. [22:16:40] [Actually Additions Special Fetcher/INFO]: Fetching Special People Stuff done! [22:16:41] [main/INFO]: GC IGalacticraftWorldProvider not found [22:16:41] [main/INFO]: Start registering liquid rocket fuels [22:16:41] [main/INFO]: Registering fluid rocketfuel as rocket fuel [22:16:41] [main/INFO]: Finished registering liquid rocket fuels [22:16:41] [main/INFO]: Start registering sealable blocks [22:16:41] [main/INFO]: End registering sealable blocks [22:16:41] [main/INFO]: Start registering torch blocks [22:16:41] [main/WARN]: 'cyclicmagic:ender_torch' is not a valid Block [22:16:41] [main/INFO]: End registering torch blocks [22:16:41] [main/INFO]: Start registering rocket blacklist blocks [22:16:41] [main/INFO]: End registering rocket blacklist blocks [22:16:41] [main/INFO]: Start registering Harvestable Gasses [22:16:41] [main/INFO]: End registering Harvestable Gasses [22:16:41] [main/INFO]: Start registering entity atmosphere bypass [22:16:41] [main/INFO]: End registering entity atmosphere bypass [22:16:41] [main/INFO]: Overwriting recipe true [22:16:41] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileCuttingMachine for [1xtile.log@0] -> [6xtile.wood@0] [22:16:41] [main/INFO]: Overwriting recipe true [22:16:41] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileCuttingMachine for [1xtile.log@1] -> [6xtile.wood@1] [22:16:41] [main/INFO]: Overwriting recipe true [22:16:41] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileCuttingMachine for [1xtile.log@2] -> [6xtile.wood@2] [22:16:41] [main/INFO]: Overwriting recipe true [22:16:41] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileCuttingMachine for [1xtile.log@3] -> [6xtile.wood@3] [22:16:41] [main/INFO]: Overwriting recipe true [22:16:41] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileCuttingMachine for [1xtile.log@0] -> [6xtile.wood@4] [22:16:41] [main/INFO]: Overwriting recipe true [22:16:41] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileCuttingMachine for [1xtile.log@1] -> [6xtile.wood@5] [22:16:41] [main/INFO]: Overwriting recipe true [22:16:41] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileCuttingMachine for [1xcircuitplate@0] -> [4xcircuitIC@0] [22:16:41] [main/INFO]: Overwriting recipe true [22:16:41] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileCuttingMachine for [1xcircuitplate@1] -> [4xcircuitIC@2] [22:16:41] [main/INFO]: Overwriting recipe true [22:16:41] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileCuttingMachine for [bouleSiliconx1] -> [4xwafer@0] [22:16:41] [main/INFO]: Overwriting recipe true [22:16:41] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileCuttingMachine for [1xtile.log@0] -> [6xtile.planks@0] [22:16:41] [main/INFO]: Overwriting recipe true [22:16:41] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TilePrecisionAssembler for [ingotGoldx1, dustRedstonex1, waferSiliconx1] -> [1xcircuitplate@0] [22:16:41] [main/INFO]: Overwriting recipe true [22:16:41] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TilePrecisionAssembler for [ingotGoldx1, 1xtile.blockRedstone@0, waferSiliconx1] -> [1xcircuitplate@1] [22:16:41] [main/INFO]: Overwriting recipe true [22:16:41] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TilePrecisionAssembler for [gemEmeraldx1, 1xcircuitIC@0, dustRedstonex1] -> [1xdataUnit@0] [22:16:41] [main/INFO]: Overwriting recipe true [22:16:41] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TilePrecisionAssembler for [1xcircuitplate@0, 1xitem.eyeOfEnder@0, dustRedstonex1] -> [1xcircuitIC@1] [22:16:41] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TilePrecisionAssembler for [plateSiliconx1, plateGoldx1, dustRedstonex1] -> [1xcircuitIC@4] [22:16:41] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TilePrecisionAssembler for [plateSiliconx1, plateCopperx1, dustRedstonex1] -> [1xcircuitIC@3] [22:16:41] [main/INFO]: Overwriting recipe true [22:16:41] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TilePrecisionAssembler for [plateSiliconx1, 1xitem.dyePowder@4, dustRedstonex1] -> [1xcircuitIC@5] [22:16:41] [main/INFO]: Overwriting recipe true [22:16:41] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TilePrecisionAssembler for [dustRedstonex1, 1xtile.notGate@0, 1xcircuitIC@0, 1xcircuitIC@3] -> [1xitemUpgrade@0] [22:16:41] [main/INFO]: Overwriting recipe true [22:16:41] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TilePrecisionAssembler for [1xitem.fireball@0, gemDiamondx1, 1xcircuitIC@2, 1xcircuitIC@3] -> [1xitemUpgrade@1] [22:16:41] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TilePrecisionAssembler for [1xtile.motor@0, rodTitaniumx1, 1xcircuitIC@3] -> [1xitemUpgrade@2] [22:16:41] [main/INFO]: Overwriting recipe true [22:16:41] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TilePrecisionAssembler for [1xitem.bootsCloth@0, 1xitem.feather@0, 1xcircuitIC@2, 1xcircuitIC@3] -> [1xitemUpgrade@3] [22:16:41] [main/INFO]: Overwriting recipe true [22:16:41] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TilePrecisionAssembler for [1xbattery@0, 1xlens@0, 1xcircuitIC@2, 1xcircuitIC@3] -> [1xitemUpgrade@4] [22:16:41] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TilePrecisionAssembler for [1xbattery@0, 1xcircuitIC@2, plateTinx1, 1xlens@0, 1xmiscpart@0] -> [1xitem.atmAnalyser@0] [22:16:41] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TilePrecisionAssembler for [1xbattery@0, 1xcircuitIC@2, plateTinx1, 1xcircuitIC@1, 1xmiscpart@0] -> [1xitem.biomeChanger@0] [22:16:41] [main/INFO]: Overwriting recipe true [22:16:41] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TilePrecisionAssembler for [stickCopperx2, stickTitaniumx1, waferSiliconx2, 1xcircuitIC@2] -> [1xsatellitePrimaryFunction@5] [22:16:41] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TilePrecisionAssembler for [3xtile.glass@0, itemLensx3, stickIronx1] -> [1xtile.lens@0] [22:16:41] [main/INFO]: Overwriting recipe true [22:16:41] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TilePrecisionAssembler for [1xcircuitIC@1, 1xitem.stationChip@0] -> [1xitem.elevatorChip@0] [22:16:41] [main/INFO]: Overwriting recipe true [22:16:41] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TilePrecisionAssembler for [1xcircuitIC@1, 1xitemUpgrade@4] -> [1xitem.beaconFinder@0] [22:16:41] [main/INFO]: Overwriting recipe true [22:16:41] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.carbonScrubberCartridge@32767] -> [1xitem.carbonScrubberCartridge@0, 1xitem.coal@1] [22:16:41] [main/INFO]: Overwriting recipe true [22:16:41] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.bone@0, net.minecraftforge.fluids.FluidStack@e8b3e182] -> [5xitem.dyePowder@15] [22:16:41] [main/INFO]: Overwriting recipe true [22:16:41] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [net.minecraftforge.fluids.FluidStack@b09df707, net.minecraftforge.fluids.FluidStack@2634403b] -> [net.minecraftforge.fluids.FluidStack@4f642767] [22:16:41] [main/INFO]: Overwriting recipe true [22:16:41] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.helmetCloth@0, gemDiamondx1] -> [1xitem.helmetCloth@0] [22:16:41] [main/INFO]: Overwriting recipe true [22:16:41] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.chestplateCloth@0, gemDiamondx1, 1xpressureTank@3] -> [1xitem.chestplateCloth@0] [22:16:41] [main/INFO]: Overwriting recipe true [22:16:41] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.leggingsCloth@0, gemDiamondx1] -> [1xitem.leggingsCloth@0] [22:16:41] [main/INFO]: Overwriting recipe true [22:16:41] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.bootsCloth@0, gemDiamondx1] -> [1xitem.bootsCloth@0] [22:16:41] [main/INFO]: Overwriting recipe true [22:16:41] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.helmetChain@0, gemDiamondx1] -> [1xitem.helmetChain@0] [22:16:41] [main/INFO]: Overwriting recipe true [22:16:41] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.chestplateChain@0, gemDiamondx1, 1xpressureTank@3] -> [1xitem.chestplateChain@0] [22:16:41] [main/INFO]: Overwriting recipe true [22:16:41] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.leggingsChain@0, gemDiamondx1] -> [1xitem.leggingsChain@0] [22:16:41] [main/INFO]: Overwriting recipe true [22:16:41] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.bootsChain@0, gemDiamondx1] -> [1xitem.bootsChain@0] [22:16:41] [main/INFO]: Overwriting recipe true [22:16:41] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.helmetIron@0, gemDiamondx1] -> [1xitem.helmetIron@0] [22:16:41] [main/INFO]: Overwriting recipe true [22:16:41] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.chestplateIron@0, gemDiamondx1, 1xpressureTank@3] -> [1xitem.chestplateIron@0] [22:16:41] [main/INFO]: Overwriting recipe true [22:16:41] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.leggingsIron@0, gemDiamondx1] -> [1xitem.leggingsIron@0] [22:16:41] [main/INFO]: Overwriting recipe true [22:16:41] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.bootsIron@0, gemDiamondx1] -> [1xitem.bootsIron@0] [22:16:41] [main/INFO]: Overwriting recipe true [22:16:41] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.helmetDiamond@0, gemDiamondx1] -> [1xitem.helmetDiamond@0] [22:16:41] [main/INFO]: Overwriting recipe true [22:16:41] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.chestplateDiamond@0, gemDiamondx1, 1xpressureTank@3] -> [1xitem.chestplateDiamond@0] [22:16:41] [main/INFO]: Overwriting recipe true [22:16:41] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.leggingsDiamond@0, gemDiamondx1] -> [1xitem.leggingsDiamond@0] [22:16:41] [main/INFO]: Overwriting recipe true [22:16:41] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.bootsDiamond@0, gemDiamondx1] -> [1xitem.bootsDiamond@0] [22:16:41] [main/INFO]: Overwriting recipe true [22:16:41] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.helmetGold@0, gemDiamondx1] -> [1xitem.helmetGold@0] [22:16:41] [main/INFO]: Overwriting recipe true [22:16:41] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.chestplateGold@0, gemDiamondx1, 1xpressureTank@3] -> [1xitem.chestplateGold@0] [22:16:41] [main/INFO]: Overwriting recipe true [22:16:41] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.leggingsGold@0, gemDiamondx1] -> [1xitem.leggingsGold@0] [22:16:41] [main/INFO]: Overwriting recipe true [22:16:41] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.bootsGold@0, gemDiamondx1] -> [1xitem.bootsGold@0] [22:16:41] [main/INFO]: Overwriting recipe true [22:16:41] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xic2.advanced_batpack@0, gemDiamondx1, 1xpressureTank@3] -> [1xic2.advanced_batpack@0] [22:16:41] [main/INFO]: Overwriting recipe true [22:16:41] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xic2.alloy_chestplate@0, gemDiamondx1, 1xpressureTank@3] -> [1xic2.alloy_chestplate@0] [22:16:41] [main/INFO]: Overwriting recipe true [22:16:41] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xic2.batpack@0, gemDiamondx1, 1xpressureTank@3] -> [1xic2.batpack@0] [22:16:41] [main/INFO]: Overwriting recipe true [22:16:41] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xic2.bronze_boots@0, gemDiamondx1] -> [1xic2.bronze_boots@0] [22:16:41] [main/INFO]: Overwriting recipe true [22:16:41] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xic2.bronze_chestplate@0, gemDiamondx1, 1xpressureTank@3] -> [1xic2.bronze_chestplate@0] [22:16:41] [main/INFO]: Overwriting recipe true [22:16:41] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xic2.bronze_helmet@0, gemDiamondx1] -> [1xic2.bronze_helmet@0] [22:16:41] [main/INFO]: Overwriting recipe true [22:16:41] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xic2.bronze_leggings@0, gemDiamondx1] -> [1xic2.bronze_leggings@0] [22:16:41] [main/INFO]: Overwriting recipe true [22:16:41] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xic2.cf_pack@0, gemDiamondx1, 1xpressureTank@3] -> [1xic2.cf_pack@0] [22:16:41] [main/INFO]: Overwriting recipe true [22:16:41] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xic2.energy_pack@0, gemDiamondx1, 1xpressureTank@3] -> [1xic2.energy_pack@0] [22:16:41] [main/INFO]: Overwriting recipe true [22:16:41] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xic2.hazmat_chestplate@0, gemDiamondx1, 1xpressureTank@3] -> [1xic2.hazmat_chestplate@0] [22:16:41] [main/INFO]: Overwriting recipe true [22:16:41] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xic2.hazmat_helmet@0, gemDiamondx1] -> [1xic2.hazmat_helmet@0] [22:16:41] [main/INFO]: Overwriting recipe true [22:16:41] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xic2.hazmat_leggings@0, gemDiamondx1] -> [1xic2.hazmat_leggings@0] [22:16:41] [main/INFO]: Overwriting recipe true [22:16:41] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xic2.jetpack@0, gemDiamondx1, 1xpressureTank@3] -> [1xic2.jetpack@0] [22:16:41] [main/INFO]: Overwriting recipe true [22:16:41] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xic2.jetpack_electric@0, gemDiamondx1, 1xpressureTank@3] -> [1xic2.jetpack_electric@0] [22:16:41] [main/INFO]: Overwriting recipe true [22:16:41] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xic2.lappack@0, gemDiamondx1, 1xpressureTank@3] -> [1xic2.lappack@0] [22:16:41] [main/INFO]: Overwriting recipe true [22:16:41] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xic2.nano_boots@0, gemDiamondx1] -> [1xic2.nano_boots@0] [22:16:41] [main/INFO]: Overwriting recipe true [22:16:41] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xic2.nano_chestplate@0, gemDiamondx1, 1xpressureTank@3] -> [1xic2.nano_chestplate@0] [22:16:41] [main/INFO]: Overwriting recipe true [22:16:41] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xic2.nano_helmet@0, gemDiamondx1] -> [1xic2.nano_helmet@0] [22:16:41] [main/INFO]: Overwriting recipe true [22:16:41] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xic2.nano_leggings@0, gemDiamondx1] -> [1xic2.nano_leggings@0] [22:16:41] [main/INFO]: Overwriting recipe true [22:16:41] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xic2.nightvision_goggles@0, gemDiamondx1] -> [1xic2.nightvision_goggles@0] [22:16:41] [main/INFO]: Overwriting recipe true [22:16:41] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xic2.quantum_boots@0, gemDiamondx1] -> [1xic2.quantum_boots@0] [22:16:41] [main/INFO]: Overwriting recipe true [22:16:41] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xic2.quantum_chestplate@0, gemDiamondx1, 1xpressureTank@3] -> [1xic2.quantum_chestplate@0] [22:16:41] [main/INFO]: Overwriting recipe true [22:16:41] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xic2.quantum_helmet@0, gemDiamondx1] -> [1xic2.quantum_helmet@0] [22:16:41] [main/INFO]: Overwriting recipe true [22:16:41] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xic2.quantum_leggings@0, gemDiamondx1] -> [1xic2.quantum_leggings@0] [22:16:41] [main/INFO]: Overwriting recipe true [22:16:41] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xic2.rubber_boots@0, gemDiamondx1] -> [1xic2.rubber_boots@0] [22:16:41] [main/INFO]: Overwriting recipe true [22:16:41] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xic2.solar_helmet@0, gemDiamondx1] -> [1xic2.solar_helmet@0] [22:16:41] [main/INFO]: Overwriting recipe true [22:16:41] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xic2.static_boots@0, gemDiamondx1] -> [1xic2.static_boots@0] [22:16:41] [main/INFO]: Overwriting recipe true [22:16:41] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.for.naturalist_helmet@0, gemDiamondx1] -> [1xitem.for.naturalist_helmet@0] [22:16:41] [main/INFO]: Overwriting recipe true [22:16:41] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.for.apiarist_helmet@0, gemDiamondx1] -> [1xitem.for.apiarist_helmet@0] [22:16:41] [main/INFO]: Overwriting recipe true [22:16:41] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.for.apiarist_chest@0, gemDiamondx1, 1xpressureTank@3] -> [1xitem.for.apiarist_chest@0] [22:16:41] [main/INFO]: Overwriting recipe true [22:16:41] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.for.apiarist_legs@0, gemDiamondx1] -> [1xitem.for.apiarist_legs@0] [22:16:41] [main/INFO]: Overwriting recipe true [22:16:41] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.for.apiarist_boots@0, gemDiamondx1] -> [1xitem.for.apiarist_boots@0] [22:16:41] [main/INFO]: Overwriting recipe true [22:16:41] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.careerbees:bee.armor.feet@0, gemDiamondx1] -> [1xitem.careerbees:bee.armor.feet@0] [22:16:41] [main/INFO]: Overwriting recipe true [22:16:41] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.careerbees:bee.armor.legs@0, gemDiamondx1] -> [1xitem.careerbees:bee.armor.legs@0] [22:16:41] [main/INFO]: Overwriting recipe true [22:16:41] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.careerbees:bee.armor.chest@0, gemDiamondx1, 1xpressureTank@3] -> [1xitem.careerbees:bee.armor.chest@0] [22:16:41] [main/INFO]: Overwriting recipe true [22:16:41] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.careerbees:bee.armor.head@0, gemDiamondx1] -> [1xitem.careerbees:bee.armor.head@0] [22:16:41] [main/INFO]: Overwriting recipe true [22:16:41] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.oc.hoverboots@0, gemDiamondx1] -> [1xitem.oc.hoverboots@0] [22:16:41] [main/INFO]: Overwriting recipe true [22:16:41] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.thermalfoundation.armor.copperHelmet@0, gemDiamondx1] -> [1xitem.thermalfoundation.armor.copperHelmet@0] [22:16:41] [main/INFO]: Overwriting recipe true [22:16:41] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.thermalfoundation.armor.copperChestplate@0, gemDiamondx1, 1xpressureTank@3] -> [1xitem.thermalfoundation.armor.copperChestplate@0] [22:16:41] [main/INFO]: Overwriting recipe true [22:16:41] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.thermalfoundation.armor.copperLegs@0, gemDiamondx1] -> [1xitem.thermalfoundation.armor.copperLegs@0] [22:16:41] [main/INFO]: Overwriting recipe true [22:16:41] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.thermalfoundation.armor.copperBoots@0, gemDiamondx1] -> [1xitem.thermalfoundation.armor.copperBoots@0] [22:16:41] [main/INFO]: Overwriting recipe true [22:16:41] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.thermalfoundation.armor.tinHelmet@0, gemDiamondx1] -> [1xitem.thermalfoundation.armor.tinHelmet@0] [22:16:41] [main/INFO]: Overwriting recipe true [22:16:41] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.thermalfoundation.armor.tinChestplate@0, gemDiamondx1, 1xpressureTank@3] -> [1xitem.thermalfoundation.armor.tinChestplate@0] [22:16:41] [main/INFO]: Overwriting recipe true [22:16:41] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.thermalfoundation.armor.tinLegs@0, gemDiamondx1] -> [1xitem.thermalfoundation.armor.tinLegs@0] [22:16:41] [main/INFO]: Overwriting recipe true [22:16:41] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.thermalfoundation.armor.tinBoots@0, gemDiamondx1] -> [1xitem.thermalfoundation.armor.tinBoots@0] [22:16:41] [main/INFO]: Overwriting recipe true [22:16:41] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.thermalfoundation.armor.silverHelmet@0, gemDiamondx1] -> [1xitem.thermalfoundation.armor.silverHelmet@0] [22:16:41] [main/INFO]: Overwriting recipe true [22:16:41] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.thermalfoundation.armor.silverChestplate@0, gemDiamondx1, 1xpressureTank@3] -> [1xitem.thermalfoundation.armor.silverChestplate@0] [22:16:41] [main/INFO]: Overwriting recipe true [22:16:41] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.thermalfoundation.armor.silverLegs@0, gemDiamondx1] -> [1xitem.thermalfoundation.armor.silverLegs@0] [22:16:41] [main/INFO]: Overwriting recipe true [22:16:41] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.thermalfoundation.armor.silverBoots@0, gemDiamondx1] -> [1xitem.thermalfoundation.armor.silverBoots@0] [22:16:41] [main/INFO]: Overwriting recipe true [22:16:41] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.thermalfoundation.armor.leadHelmet@0, gemDiamondx1] -> [1xitem.thermalfoundation.armor.leadHelmet@0] [22:16:41] [main/INFO]: Overwriting recipe true [22:16:41] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.thermalfoundation.armor.leadChestplate@0, gemDiamondx1, 1xpressureTank@3] -> [1xitem.thermalfoundation.armor.leadChestplate@0] [22:16:41] [main/INFO]: Overwriting recipe true [22:16:41] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.thermalfoundation.armor.leadLegs@0, gemDiamondx1] -> [1xitem.thermalfoundation.armor.leadLegs@0] [22:16:41] [main/INFO]: Overwriting recipe true [22:16:41] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.thermalfoundation.armor.leadBoots@0, gemDiamondx1] -> [1xitem.thermalfoundation.armor.leadBoots@0] [22:16:41] [main/INFO]: Overwriting recipe true [22:16:41] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.thermalfoundation.armor.aluminumHelmet@0, gemDiamondx1] -> [1xitem.thermalfoundation.armor.aluminumHelmet@0] [22:16:41] [main/INFO]: Overwriting recipe true [22:16:41] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.thermalfoundation.armor.aluminumChestplate@0, gemDiamondx1, 1xpressureTank@3] -> [1xitem.thermalfoundation.armor.aluminumChestplate@0] [22:16:41] [main/INFO]: Overwriting recipe true [22:16:41] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.thermalfoundation.armor.aluminumLegs@0, gemDiamondx1] -> [1xitem.thermalfoundation.armor.aluminumLegs@0] [22:16:41] [main/INFO]: Overwriting recipe true [22:16:41] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.thermalfoundation.armor.aluminumBoots@0, gemDiamondx1] -> [1xitem.thermalfoundation.armor.aluminumBoots@0] [22:16:41] [main/INFO]: Overwriting recipe true [22:16:41] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.thermalfoundation.armor.nickelHelmet@0, gemDiamondx1] -> [1xitem.thermalfoundation.armor.nickelHelmet@0] [22:16:41] [main/INFO]: Overwriting recipe true [22:16:41] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.thermalfoundation.armor.nickelChestplate@0, gemDiamondx1, 1xpressureTank@3] -> [1xitem.thermalfoundation.armor.nickelChestplate@0] [22:16:41] [main/INFO]: Overwriting recipe true [22:16:41] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.thermalfoundation.armor.nickelLegs@0, gemDiamondx1] -> [1xitem.thermalfoundation.armor.nickelLegs@0] [22:16:41] [main/INFO]: Overwriting recipe true [22:16:41] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.thermalfoundation.armor.nickelBoots@0, gemDiamondx1] -> [1xitem.thermalfoundation.armor.nickelBoots@0] [22:16:41] [main/INFO]: Overwriting recipe true [22:16:41] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.thermalfoundation.armor.platinumHelmet@0, gemDiamondx1] -> [1xitem.thermalfoundation.armor.platinumHelmet@0] [22:16:41] [main/INFO]: Overwriting recipe true [22:16:41] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.thermalfoundation.armor.platinumChestplate@0, gemDiamondx1, 1xpressureTank@3] -> [1xitem.thermalfoundation.armor.platinumChestplate@0] [22:16:41] [main/INFO]: Overwriting recipe true [22:16:41] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.thermalfoundation.armor.platinumLegs@0, gemDiamondx1] -> [1xitem.thermalfoundation.armor.platinumLegs@0] [22:16:41] [main/INFO]: Overwriting recipe true [22:16:41] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.thermalfoundation.armor.platinumBoots@0, gemDiamondx1] -> [1xitem.thermalfoundation.armor.platinumBoots@0] [22:16:41] [main/INFO]: Overwriting recipe true [22:16:41] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.thermalfoundation.armor.steelHelmet@0, gemDiamondx1] -> [1xitem.thermalfoundation.armor.steelHelmet@0] [22:16:41] [main/INFO]: Overwriting recipe true [22:16:41] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.thermalfoundation.armor.steelChestplate@0, gemDiamondx1, 1xpressureTank@3] -> [1xitem.thermalfoundation.armor.steelChestplate@0] [22:16:41] [main/INFO]: Overwriting recipe true [22:16:41] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.thermalfoundation.armor.steelLegs@0, gemDiamondx1] -> [1xitem.thermalfoundation.armor.steelLegs@0] [22:16:41] [main/INFO]: Overwriting recipe true [22:16:41] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.thermalfoundation.armor.steelBoots@0, gemDiamondx1] -> [1xitem.thermalfoundation.armor.steelBoots@0] [22:16:41] [main/INFO]: Overwriting recipe true [22:16:41] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.thermalfoundation.armor.electrumHelmet@0, gemDiamondx1] -> [1xitem.thermalfoundation.armor.electrumHelmet@0] [22:16:41] [main/INFO]: Overwriting recipe true [22:16:41] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.thermalfoundation.armor.electrumChestplate@0, gemDiamondx1, 1xpressureTank@3] -> [1xitem.thermalfoundation.armor.electrumChestplate@0] [22:16:41] [main/INFO]: Overwriting recipe true [22:16:41] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.thermalfoundation.armor.electrumLegs@0, gemDiamondx1] -> [1xitem.thermalfoundation.armor.electrumLegs@0] [22:16:41] [main/INFO]: Overwriting recipe true [22:16:41] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.thermalfoundation.armor.electrumBoots@0, gemDiamondx1] -> [1xitem.thermalfoundation.armor.electrumBoots@0] [22:16:41] [main/INFO]: Overwriting recipe true [22:16:41] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.thermalfoundation.armor.invarHelmet@0, gemDiamondx1] -> [1xitem.thermalfoundation.armor.invarHelmet@0] [22:16:41] [main/INFO]: Overwriting recipe true [22:16:41] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.thermalfoundation.armor.invarChestplate@0, gemDiamondx1, 1xpressureTank@3] -> [1xitem.thermalfoundation.armor.invarChestplate@0] [22:16:41] [main/INFO]: Overwriting recipe true [22:16:41] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.thermalfoundation.armor.invarLegs@0, gemDiamondx1] -> [1xitem.thermalfoundation.armor.invarLegs@0] [22:16:41] [main/INFO]: Overwriting recipe true [22:16:41] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.thermalfoundation.armor.invarBoots@0, gemDiamondx1] -> [1xitem.thermalfoundation.armor.invarBoots@0] [22:16:41] [main/INFO]: Overwriting recipe true [22:16:41] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.thermalfoundation.armor.bronzeHelmet@0, gemDiamondx1] -> [1xitem.thermalfoundation.armor.bronzeHelmet@0] [22:16:41] [main/INFO]: Overwriting recipe true [22:16:41] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.thermalfoundation.armor.bronzeChestplate@0, gemDiamondx1, 1xpressureTank@3] -> [1xitem.thermalfoundation.armor.bronzeChestplate@0] [22:16:41] [main/INFO]: Overwriting recipe true [22:16:41] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.thermalfoundation.armor.bronzeLegs@0, gemDiamondx1] -> [1xitem.thermalfoundation.armor.bronzeLegs@0] [22:16:41] [main/INFO]: Overwriting recipe true [22:16:41] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.thermalfoundation.armor.bronzeBoots@0, gemDiamondx1] -> [1xitem.thermalfoundation.armor.bronzeBoots@0] [22:16:41] [main/INFO]: Overwriting recipe true [22:16:41] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.thermalfoundation.armor.constantanHelmet@0, gemDiamondx1] -> [1xitem.thermalfoundation.armor.constantanHelmet@0] [22:16:41] [main/INFO]: Overwriting recipe true [22:16:41] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.thermalfoundation.armor.constantanChestplate@0, gemDiamondx1, 1xpressureTank@3] -> [1xitem.thermalfoundation.armor.constantanChestplate@0] [22:16:41] [main/INFO]: Overwriting recipe true [22:16:41] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.thermalfoundation.armor.constantanLegs@0, gemDiamondx1] -> [1xitem.thermalfoundation.armor.constantanLegs@0] [22:16:41] [main/INFO]: Overwriting recipe true [22:16:41] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.thermalfoundation.armor.constantanBoots@0, gemDiamondx1] -> [1xitem.thermalfoundation.armor.constantanBoots@0] [22:16:41] [main/INFO]: Overwriting recipe true [22:16:41] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.draconicevolution:wyvern_helm@0, gemDiamondx1] -> [1xitem.draconicevolution:wyvern_helm@0] [22:16:41] [main/INFO]: Overwriting recipe true [22:16:41] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.draconicevolution:wyvern_chest@0, gemDiamondx1, 1xpressureTank@3] -> [1xitem.draconicevolution:wyvern_chest@0] [22:16:41] [main/INFO]: Overwriting recipe true [22:16:41] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.draconicevolution:wyvern_legs@0, gemDiamondx1] -> [1xitem.draconicevolution:wyvern_legs@0] [22:16:41] [main/INFO]: Overwriting recipe true [22:16:41] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.draconicevolution:wyvern_boots@0, gemDiamondx1] -> [1xitem.draconicevolution:wyvern_boots@0] [22:16:41] [main/INFO]: Overwriting recipe true [22:16:41] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.draconicevolution:draconic_helm@0, gemDiamondx1] -> [1xitem.draconicevolution:draconic_helm@0] [22:16:41] [main/INFO]: Overwriting recipe true [22:16:41] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.draconicevolution:draconic_chest@0, gemDiamondx1, 1xpressureTank@3] -> [1xitem.draconicevolution:draconic_chest@0] [22:16:41] [main/INFO]: Overwriting recipe true [22:16:41] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.draconicevolution:draconic_legs@0, gemDiamondx1] -> [1xitem.draconicevolution:draconic_legs@0] [22:16:41] [main/INFO]: Overwriting recipe true [22:16:41] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.draconicevolution:draconic_boots@0, gemDiamondx1] -> [1xitem.draconicevolution:draconic_boots@0] [22:16:41] [main/INFO]: Overwriting recipe true [22:16:41] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.nuclearcraft.helm_boron@0, gemDiamondx1] -> [1xitem.nuclearcraft.helm_boron@0] [22:16:41] [main/INFO]: Overwriting recipe true

Boomflex commented 6 years ago

Please post all logs on Pastebin and create a new Issue.

Not reading this.

AthlonS2K commented 6 years ago

paste bin only allows 512kb pasting this is much larger than that. Thanks for the help, I will not be coming back to this pack.

FallenEagle1 commented 6 years ago

There are other sites that allow for larger pastes, but it is hard to read though issues that are that large in a github post.

Boomflex commented 6 years ago

Ok, no worries.

Thanks!