FTBTeam / FTB-Ultimate-Reloaded

FTB Ultimate-Reloaded Issue tracker is now closed, use https://github.com/FTBTeam/FTB-Modpack-Issues
17 stars 5 forks source link

Thermal Expansion - Fluid Transposer - No recipes showing in JEI #66

Closed torey0 closed 3 years ago

torey0 commented 5 years ago

ThermalExpansion-1.12.2-5.5.3.41-universal jei_1.12.2-4.14.4.264

tfox83 commented 5 years ago

Ok I reported to King Lemming, hopefully he can find the issue. If its something on my end that is able to be fixed I will get it sorted in next update.

tfox83 commented 5 years ago

Looks like something in this pack is causing this and I have no idea what, I will try and get to the bottom of this soon.

Markus-SJ commented 5 years ago

I don't know if this helps but there are some other recipes that are not showing on JEI. I was trying to craft an Immersive Engineering's dynamo and the recipe for one of its components that involves Microblocks is also not showing.

tfox83 commented 5 years ago

That recipe has been fixed in the latest public betas

capnflummox commented 5 years ago

Also, you cannot make blizz powder in the transposer. I could not find anything in the script files that specifically changed, removed, or even referenced the recipe or machine.

capnflummox commented 5 years ago

Bueller?

torey0 commented 5 years ago

@capnflummox 2 snowballs and 200mb essence of knowledge makes 1 blizz powder. Works fine.

2019-03-15_19 17 13

capnflummox commented 5 years ago

Oh... So it's essence of knowledge, not the original recipe using destabilized redstone!

Okay, thank you so much!! I've been trying so hard to find a blizz in my world and not one snow biome in many hours of adventuring.

Thanks!

Mirarara commented 5 years ago

It was always the Essence of Knowledge.

https://teamcofh.com/docs/thermal-expansion/fluid-transposer/

The recipe still can't be seen though.

tfox83 commented 5 years ago

I maybe getting closer to tracking this bug down. Will update here on progress

watlok commented 5 years ago

Many recipes involving fluids, including tech reborn, forestry, and TE, are effected by this. Likely more. Many TE sawmill recipes also don't show up (pulped biomass for example).

Fluids don't update certain items in-game either. A portable tank will show the same fluid level as when it is placed or rendered no matter what enters or leaves it. This may be related, because I've never seen this happen in 1.12.2 modded before.

It seems like some mod is really messing with fluids and JEI's display in general.

tfox83 commented 5 years ago

This has been traced down to IC2 when the classic profile is enabled, as soon as the fix is ready ill have it in. However its not fixed as of the latest beta 1.7.0

sonycc commented 5 years ago

Has this issiue been forwarded to the IC2 team?

LemADEC commented 5 years ago

Any update on this?

Etienneg93 commented 4 years ago

@tfox83 Any news on this bug? Still happening on version 1.9.1 of the Modpack

jxu commented 4 years ago

I have same issue.

jxu commented 4 years ago

From client log

[14:45:05] [Client thread/ERROR] [jei]: Failed to register mod plugin: class cofh.thermalexpansion.plugins.jei.JEIPluginTE
java.lang.NullPointerException: null
    at cofh.thermalexpansion.plugins.jei.machine.transposer.TransposerRecipeWrapperContainer.<init>(TransposerRecipeWrapperContainer.java:39) ~[TransposerRecipeWrapperContainer.class:?]
    at cofh.thermalexpansion.plugins.jei.machine.transposer.TransposerRecipeCategoryFill.getRecipes(TransposerRecipeCategoryFill.java:90) ~[TransposerRecipeCategoryFill.class:?]
    at cofh.thermalexpansion.plugins.jei.machine.transposer.TransposerRecipeCategoryFill.initialize(TransposerRecipeCategoryFill.java:44) ~[TransposerRecipeCategoryFill.class:?]
    at cofh.thermalexpansion.plugins.jei.machine.transposer.TransposerRecipeCategory.initialize(TransposerRecipeCategory.java:42) ~[TransposerRecipeCategory.class:?]
    at cofh.thermalexpansion.plugins.jei.JEIPluginTE.register(JEIPluginTE.java:112) ~[JEIPluginTE.class:?]
    at mezz.jei.startup.JeiStarter.registerPlugins(JeiStarter.java:202) [JeiStarter.class:?]
    at mezz.jei.startup.JeiStarter.start(JeiStarter.java:73) [JeiStarter.class:?]
    at mezz.jei.startup.ProxyCommonClient.loadComplete(ProxyCommonClient.java:136) [ProxyCommonClient.class:?]
    at mezz.jei.JustEnoughItems.loadComplete(JustEnoughItems.java:55) [JustEnoughItems.class:?]
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_91]
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_91]
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_91]
    at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_91]
    at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:637) [FMLModContainer.class:?]
    at sun.reflect.GeneratedMethodAccessor8.invoke(Unknown Source) ~[?:?]
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_91]
    at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_91]
    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:219) [LoadController.class:?]
    at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197) [LoadController.class:?]
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_91]
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_91]
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_91]
    at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_91]
    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:136) [LoadController.class:?]
    at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:757) [Loader.class:?]
    at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:336) [FMLClientHandler.class:?]
    at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:535) [bib.class:?]
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:378) [bib.class:?]
    at net.minecraft.client.main.Main.main(SourceFile:123) [Main.class:?]
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_91]
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_91]
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_91]
    at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_91]
    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:?]
jxu commented 4 years ago

grep for JEI errors:

[14:45:03] [Client thread/ERROR] [jei]: Recipe has no output. Netherending Ores netherendingores:overworld_ardite_ore_to_ore_ardite
[14:45:03] [Client thread/ERROR] [jei]: Recipe has no output. Netherending Ores netherendingores:end_ardite_ore_to_ore_ardite
[14:45:03] [Client thread/ERROR] [jei]: Recipe has no output. Netherending Ores netherendingores:overworld_cobalt_ore_to_ore_cobalt
[14:45:03] [Client thread/ERROR] [jei]: Recipe has no output. Netherending Ores netherendingores:end_cobalt_ore_to_ore_cobalt
[14:45:05] [Client thread/ERROR] [jei]: Failed to register mod plugin: class cofh.thermalexpansion.plugins.jei.JEIPluginTE
[14:45:20] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xic2.te@82 ic2:te
[14:45:20] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@40 appliedenergistics2:part
[14:45:20] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@41 appliedenergistics2:part
[14:45:20] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@48 appliedenergistics2:part
[14:45:20] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@47 appliedenergistics2:part
[14:45:20] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@46 appliedenergistics2:part
[14:45:20] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@45 appliedenergistics2:part
[14:45:20] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@44 appliedenergistics2:part
[14:45:20] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@43 appliedenergistics2:part
[14:45:20] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@42 appliedenergistics2:part
[14:45:20] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@56 appliedenergistics2:part
[14:45:20] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@55 appliedenergistics2:part
[14:45:20] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@54 appliedenergistics2:part
[14:45:20] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@53 appliedenergistics2:part
[14:45:20] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@52 appliedenergistics2:part
[14:45:20] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@51 appliedenergistics2:part
[14:45:20] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@50 appliedenergistics2:part
[14:45:20] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@49 appliedenergistics2:part
[14:45:20] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@500 appliedenergistics2:part
[14:45:20] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@501 appliedenergistics2:part
[14:45:20] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@502 appliedenergistics2:part
[14:45:20] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@503 appliedenergistics2:part
[14:45:20] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@510 appliedenergistics2:part
[14:45:20] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@509 appliedenergistics2:part
[14:45:20] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@508 appliedenergistics2:part
[14:45:20] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@507 appliedenergistics2:part
[14:45:20] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@506 appliedenergistics2:part
[14:45:20] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@76 appliedenergistics2:part
[14:45:20] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@75 appliedenergistics2:part
[14:45:20] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@74 appliedenergistics2:part
[14:45:20] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@73 appliedenergistics2:part
[14:45:20] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@72 appliedenergistics2:part
[14:45:20] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@71 appliedenergistics2:part
[14:45:20] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@70 appliedenergistics2:part
[14:45:20] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@67 appliedenergistics2:part
[14:45:20] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@66 appliedenergistics2:part
[14:45:20] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@65 appliedenergistics2:part
[14:45:20] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@64 appliedenergistics2:part
[14:45:20] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@63 appliedenergistics2:part
[14:45:20] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@62 appliedenergistics2:part
[14:45:20] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@61 appliedenergistics2:part
[14:45:20] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@68 appliedenergistics2:part
[14:45:20] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@69 appliedenergistics2:part
[14:45:20] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@60 appliedenergistics2:part
[14:45:20] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@516 appliedenergistics2:part
[14:45:20] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@515 appliedenergistics2:part
[14:45:20] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@514 appliedenergistics2:part
[14:45:20] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@513 appliedenergistics2:part
[14:45:20] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@512 appliedenergistics2:part
[14:45:20] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@511 appliedenergistics2:part
[14:45:20] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@504 appliedenergistics2:part
[14:45:20] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@505 appliedenergistics2:part
[14:45:20] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xic2.advanced_batpack@26 ic2:advanced_batpack
[14:45:20] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xic2.energy_pack@26 ic2:energy_pack
[14:45:20] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.immersiveengineering.bullet@2 immersiveengineering:bullet
[14:45:20] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xtile.immersiveengineering.conveyor@0 immersiveengineering:conveyor
[19:36:53] [Client thread/ERROR] [jei]: Failed to register mod categories: class mods.railcraft.common.plugins.jei.RailcraftJEIPlugin
[19:36:53] [Client thread/ERROR] [jei]: Recipe has no output. Netherending Ores netherendingores:overworld_ardite_ore_to_ore_ardite
[19:36:53] [Client thread/ERROR] [jei]: Recipe has no output. Netherending Ores netherendingores:end_ardite_ore_to_ore_ardite
[19:36:53] [Client thread/ERROR] [jei]: Recipe has no output. Netherending Ores netherendingores:overworld_cobalt_ore_to_ore_cobalt
[19:36:53] [Client thread/ERROR] [jei]: Recipe has no output. Netherending Ores netherendingores:end_cobalt_ore_to_ore_cobalt
[19:37:04] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xic2.te@82 ic2:te
[19:37:04] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@40 appliedenergistics2:part
[19:37:04] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@41 appliedenergistics2:part
[19:37:04] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@48 appliedenergistics2:part
[19:37:04] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@47 appliedenergistics2:part
[19:37:04] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@46 appliedenergistics2:part
[19:37:04] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@45 appliedenergistics2:part
[19:37:04] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@44 appliedenergistics2:part
[19:37:04] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@43 appliedenergistics2:part
[19:37:04] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@42 appliedenergistics2:part
[19:37:04] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@56 appliedenergistics2:part
[19:37:04] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@55 appliedenergistics2:part
[19:37:04] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@54 appliedenergistics2:part
[19:37:04] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@53 appliedenergistics2:part
[19:37:04] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@52 appliedenergistics2:part
[19:37:04] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@51 appliedenergistics2:part
[19:37:04] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@50 appliedenergistics2:part
[19:37:04] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@49 appliedenergistics2:part
[19:37:04] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@500 appliedenergistics2:part
[19:37:04] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@501 appliedenergistics2:part
[19:37:04] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@502 appliedenergistics2:part
[19:37:04] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@503 appliedenergistics2:part
[19:37:04] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@510 appliedenergistics2:part
[19:37:04] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@509 appliedenergistics2:part
[19:37:04] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@508 appliedenergistics2:part
[19:37:04] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@507 appliedenergistics2:part
[19:37:04] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@506 appliedenergistics2:part
[19:37:04] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@76 appliedenergistics2:part
[19:37:04] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@75 appliedenergistics2:part
[19:37:04] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@74 appliedenergistics2:part
[19:37:04] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@73 appliedenergistics2:part
[19:37:04] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@72 appliedenergistics2:part
[19:37:04] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@71 appliedenergistics2:part
[19:37:04] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@70 appliedenergistics2:part
[19:37:04] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@67 appliedenergistics2:part
[19:37:04] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@66 appliedenergistics2:part
[19:37:04] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@65 appliedenergistics2:part
[19:37:04] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@64 appliedenergistics2:part
[19:37:04] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@63 appliedenergistics2:part
[19:37:04] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@62 appliedenergistics2:part
[19:37:04] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@61 appliedenergistics2:part
[19:37:04] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@68 appliedenergistics2:part
[19:37:04] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@69 appliedenergistics2:part
[19:37:04] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@60 appliedenergistics2:part
[19:37:04] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@516 appliedenergistics2:part
[19:37:04] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@515 appliedenergistics2:part
[19:37:04] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@514 appliedenergistics2:part
[19:37:04] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@513 appliedenergistics2:part
[19:37:04] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@512 appliedenergistics2:part
[19:37:04] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@511 appliedenergistics2:part
[19:37:04] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@504 appliedenergistics2:part
[19:37:04] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@505 appliedenergistics2:part
[19:37:04] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xic2.advanced_batpack@26 ic2:advanced_batpack
[19:37:04] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xic2.energy_pack@26 ic2:energy_pack
[19:37:04] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.immersiveengineering.bullet@2 immersiveengineering:bullet
[19:37:04] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xtile.immersiveengineering.conveyor@0 immersiveengineering:conveyor
[19:37:04] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xic2.te@82 ic2:te
[19:37:04] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@40 appliedenergistics2:part
[19:37:04] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@41 appliedenergistics2:part
[19:37:04] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@48 appliedenergistics2:part
[19:37:04] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@47 appliedenergistics2:part
[19:37:04] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@46 appliedenergistics2:part
[19:37:04] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@45 appliedenergistics2:part
[19:37:04] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@44 appliedenergistics2:part
[19:37:04] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@43 appliedenergistics2:part
[19:37:04] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@42 appliedenergistics2:part
[19:37:04] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@56 appliedenergistics2:part
[19:37:04] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@55 appliedenergistics2:part
[19:37:04] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@54 appliedenergistics2:part
[19:37:04] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@53 appliedenergistics2:part
[19:37:04] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@52 appliedenergistics2:part
[19:37:04] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@51 appliedenergistics2:part
[19:37:04] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@50 appliedenergistics2:part
[19:37:04] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@49 appliedenergistics2:part
[19:37:04] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@500 appliedenergistics2:part
[19:37:04] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@501 appliedenergistics2:part
[19:37:04] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@502 appliedenergistics2:part
[19:37:04] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@503 appliedenergistics2:part
[19:37:04] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@510 appliedenergistics2:part
[19:37:04] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@509 appliedenergistics2:part
[19:37:04] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@508 appliedenergistics2:part
[19:37:04] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@507 appliedenergistics2:part
[19:37:04] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@506 appliedenergistics2:part
[19:37:04] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@76 appliedenergistics2:part
[19:37:04] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@75 appliedenergistics2:part
[19:37:04] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@74 appliedenergistics2:part
[19:37:04] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@73 appliedenergistics2:part
[19:37:04] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@72 appliedenergistics2:part
[19:37:04] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@71 appliedenergistics2:part
[19:37:04] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@70 appliedenergistics2:part
[19:37:04] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@67 appliedenergistics2:part
[19:37:04] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@66 appliedenergistics2:part
[19:37:04] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@65 appliedenergistics2:part
[19:37:04] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@64 appliedenergistics2:part
[19:37:04] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@63 appliedenergistics2:part
[19:37:04] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@62 appliedenergistics2:part
[19:37:04] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@61 appliedenergistics2:part
[19:37:04] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@68 appliedenergistics2:part
[19:37:04] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@69 appliedenergistics2:part
[19:37:04] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@60 appliedenergistics2:part
[19:37:04] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@516 appliedenergistics2:part
[19:37:04] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@515 appliedenergistics2:part
[19:37:04] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@514 appliedenergistics2:part
[19:37:04] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@513 appliedenergistics2:part
[19:37:04] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@512 appliedenergistics2:part
[19:37:04] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@511 appliedenergistics2:part
[19:37:04] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@504 appliedenergistics2:part
[19:37:04] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@505 appliedenergistics2:part
[19:37:04] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xic2.advanced_batpack@26 ic2:advanced_batpack
[19:37:04] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xic2.energy_pack@26 ic2:energy_pack
[19:37:04] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.immersiveengineering.bullet@2 immersiveengineering:bullet
[19:37:04] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xtile.immersiveengineering.conveyor@0 immersiveengineering:conveyor
[19:48:40] [Client thread/ERROR] [jei]: Recipe has no output. Netherending Ores netherendingores:overworld_ardite_ore_to_ore_ardite
[19:48:40] [Client thread/ERROR] [jei]: Recipe has no output. Netherending Ores netherendingores:end_ardite_ore_to_ore_ardite
[19:48:40] [Client thread/ERROR] [jei]: Recipe has no output. Netherending Ores netherendingores:overworld_cobalt_ore_to_ore_cobalt
[19:48:40] [Client thread/ERROR] [jei]: Recipe has no output. Netherending Ores netherendingores:end_cobalt_ore_to_ore_cobalt
[19:48:49] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xic2.te@82 ic2:te
[19:48:49] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@40 appliedenergistics2:part
[19:48:49] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@41 appliedenergistics2:part
[19:48:49] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@48 appliedenergistics2:part
[19:48:49] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@47 appliedenergistics2:part
[19:48:49] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@46 appliedenergistics2:part
[19:48:49] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@45 appliedenergistics2:part
[19:48:49] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@44 appliedenergistics2:part
[19:48:49] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@43 appliedenergistics2:part
[19:48:49] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@42 appliedenergistics2:part
[19:48:49] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@56 appliedenergistics2:part
[19:48:49] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@55 appliedenergistics2:part
[19:48:49] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@54 appliedenergistics2:part
[19:48:49] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@53 appliedenergistics2:part
[19:48:49] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@52 appliedenergistics2:part
[19:48:49] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@51 appliedenergistics2:part
[19:48:49] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@50 appliedenergistics2:part
[19:48:49] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@49 appliedenergistics2:part
[19:48:49] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@500 appliedenergistics2:part
[19:48:49] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@501 appliedenergistics2:part
[19:48:49] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@502 appliedenergistics2:part
[19:48:49] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@503 appliedenergistics2:part
[19:48:49] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@510 appliedenergistics2:part
[19:48:49] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@509 appliedenergistics2:part
[19:48:49] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@508 appliedenergistics2:part
[19:48:49] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@507 appliedenergistics2:part
[19:48:49] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@506 appliedenergistics2:part
[19:48:49] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@76 appliedenergistics2:part
[19:48:49] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@75 appliedenergistics2:part
[19:48:49] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@74 appliedenergistics2:part
[19:48:49] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@73 appliedenergistics2:part
[19:48:49] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@72 appliedenergistics2:part
[19:48:49] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@71 appliedenergistics2:part
[19:48:49] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@70 appliedenergistics2:part
[19:48:49] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@67 appliedenergistics2:part
[19:48:49] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@66 appliedenergistics2:part
[19:48:49] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@65 appliedenergistics2:part
[19:48:49] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@64 appliedenergistics2:part
[19:48:49] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@63 appliedenergistics2:part
[19:48:49] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@62 appliedenergistics2:part
[19:48:49] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@61 appliedenergistics2:part
[19:48:49] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@68 appliedenergistics2:part
[19:48:49] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@69 appliedenergistics2:part
[19:48:49] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@60 appliedenergistics2:part
[19:48:49] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@516 appliedenergistics2:part
[19:48:49] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@515 appliedenergistics2:part
[19:48:49] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@514 appliedenergistics2:part
[19:48:49] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@513 appliedenergistics2:part
[19:48:49] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@512 appliedenergistics2:part
[19:48:49] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@511 appliedenergistics2:part
[19:48:49] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@504 appliedenergistics2:part
[19:48:49] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@505 appliedenergistics2:part
[19:48:49] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xic2.advanced_batpack@26 ic2:advanced_batpack
[19:48:49] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xic2.energy_pack@26 ic2:energy_pack
[19:48:49] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.immersiveengineering.bullet@2 immersiveengineering:bullet
[19:48:49] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xtile.immersiveengineering.conveyor@0 immersiveengineering:conveyor
[19:48:49] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xic2.te@82 ic2:te
[19:48:49] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@40 appliedenergistics2:part
[19:48:49] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@41 appliedenergistics2:part
[19:48:49] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@48 appliedenergistics2:part
[19:48:49] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@47 appliedenergistics2:part
[19:48:49] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@46 appliedenergistics2:part
[19:48:49] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@45 appliedenergistics2:part
[19:48:49] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@44 appliedenergistics2:part
[19:48:49] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@43 appliedenergistics2:part
[19:48:49] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@42 appliedenergistics2:part
[19:48:49] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@56 appliedenergistics2:part
[19:48:49] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@55 appliedenergistics2:part
[19:48:49] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@54 appliedenergistics2:part
[19:48:49] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@53 appliedenergistics2:part
[19:48:49] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@52 appliedenergistics2:part
[19:48:49] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@51 appliedenergistics2:part
[19:48:49] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@50 appliedenergistics2:part
[19:48:49] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@49 appliedenergistics2:part
[19:48:49] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@500 appliedenergistics2:part
[19:48:49] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@501 appliedenergistics2:part
[19:48:49] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@502 appliedenergistics2:part
[19:48:49] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@503 appliedenergistics2:part
[19:48:49] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@510 appliedenergistics2:part
[19:48:49] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@509 appliedenergistics2:part
[19:48:49] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@508 appliedenergistics2:part
[19:48:49] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@507 appliedenergistics2:part
[19:48:49] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@506 appliedenergistics2:part
[19:48:49] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@76 appliedenergistics2:part
[19:48:49] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@75 appliedenergistics2:part
[19:48:49] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@74 appliedenergistics2:part
[19:48:49] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@73 appliedenergistics2:part
[19:48:49] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@72 appliedenergistics2:part
[19:48:49] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@71 appliedenergistics2:part
[19:48:49] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@70 appliedenergistics2:part
[19:48:49] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@67 appliedenergistics2:part
[19:48:49] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@66 appliedenergistics2:part
[19:48:49] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@65 appliedenergistics2:part
[19:48:49] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@64 appliedenergistics2:part
[19:48:49] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@63 appliedenergistics2:part
[19:48:49] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@62 appliedenergistics2:part
[19:48:49] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@61 appliedenergistics2:part
[19:48:49] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@68 appliedenergistics2:part
[19:48:49] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@69 appliedenergistics2:part
[19:48:49] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@60 appliedenergistics2:part
[19:48:49] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@516 appliedenergistics2:part
[19:48:49] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@515 appliedenergistics2:part
[19:48:49] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@514 appliedenergistics2:part
[19:48:49] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@513 appliedenergistics2:part
[19:48:49] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@512 appliedenergistics2:part
[19:48:49] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@511 appliedenergistics2:part
[19:48:49] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@504 appliedenergistics2:part
[19:48:49] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@505 appliedenergistics2:part
[19:48:49] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xic2.advanced_batpack@26 ic2:advanced_batpack
[19:48:49] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xic2.energy_pack@26 ic2:energy_pack
[19:48:49] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.immersiveengineering.bullet@2 immersiveengineering:bullet
[19:48:49] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xtile.immersiveengineering.conveyor@0 immersiveengineering:conveyor
[19:48:49] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xic2.te@82 ic2:te
[19:48:49] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@40 appliedenergistics2:part
[19:48:49] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@41 appliedenergistics2:part
[19:48:49] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@48 appliedenergistics2:part
[19:48:49] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@47 appliedenergistics2:part
[19:48:49] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@46 appliedenergistics2:part
[19:48:49] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@45 appliedenergistics2:part
[19:48:49] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@44 appliedenergistics2:part
[19:48:49] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@43 appliedenergistics2:part
[19:48:49] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@42 appliedenergistics2:part
[19:48:49] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@56 appliedenergistics2:part
[19:48:49] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@55 appliedenergistics2:part
[19:48:49] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@54 appliedenergistics2:part
[19:48:49] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@53 appliedenergistics2:part
[19:48:49] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@52 appliedenergistics2:part
[19:48:49] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@51 appliedenergistics2:part
[19:48:49] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@50 appliedenergistics2:part
[19:48:49] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@49 appliedenergistics2:part
[19:48:49] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@500 appliedenergistics2:part
[19:48:49] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@501 appliedenergistics2:part
[19:48:49] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@502 appliedenergistics2:part
[19:48:49] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@503 appliedenergistics2:part
[19:48:49] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@510 appliedenergistics2:part
[19:48:49] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@509 appliedenergistics2:part
[19:48:49] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@508 appliedenergistics2:part
[19:48:49] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@507 appliedenergistics2:part
[19:48:49] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@506 appliedenergistics2:part
[19:48:49] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@76 appliedenergistics2:part
[19:48:49] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@75 appliedenergistics2:part
[19:48:49] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@74 appliedenergistics2:part
[19:48:49] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@73 appliedenergistics2:part
[19:48:49] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@72 appliedenergistics2:part
[19:48:49] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@71 appliedenergistics2:part
[19:48:49] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@70 appliedenergistics2:part
[19:48:49] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@67 appliedenergistics2:part
[19:48:49] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@66 appliedenergistics2:part
[19:48:49] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@65 appliedenergistics2:part
[19:48:49] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@64 appliedenergistics2:part
[19:48:49] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@63 appliedenergistics2:part
[19:48:49] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@62 appliedenergistics2:part
[19:48:49] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@61 appliedenergistics2:part
[19:48:49] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@68 appliedenergistics2:part
[19:48:49] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@69 appliedenergistics2:part
[19:48:49] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@60 appliedenergistics2:part
[19:48:49] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@516 appliedenergistics2:part
[19:48:49] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@515 appliedenergistics2:part
[19:48:49] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@514 appliedenergistics2:part
[19:48:49] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@513 appliedenergistics2:part
[19:48:49] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@512 appliedenergistics2:part
[19:48:49] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@511 appliedenergistics2:part
[19:48:49] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@504 appliedenergistics2:part
[19:48:49] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.appliedenergistics2.part@505 appliedenergistics2:part
[19:48:49] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xic2.advanced_batpack@26 ic2:advanced_batpack
[19:48:49] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xic2.energy_pack@26 ic2:energy_pack
[19:48:49] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xitem.immersiveengineering.bullet@2 immersiveengineering:bullet
[19:48:49] [Client thread/ERROR] [jei]: Could not find any matching ingredients to remove: 1xtile.immersiveengineering.conveyor@0 immersiveengineering:conveyor
OmarAlKhamis commented 4 years ago

This has been traced down to IC2 when the classic profile is enabled, as soon as the fix is ready ill have it in. However its not fixed as of the latest beta 1.7.0

I'm playing the modpack right now and this bug is really annoying me, any fix or workaround you discovered ?

016Nojr commented 3 years ago

Working on a new pack version, but unfortunately this issue hasnt been fixed by IC2 yet as of version 2.8.221