Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Intermod: ImmersiveEngineering recipe problems #15

Open
Garagoth opened this issue Nov 15, 2018 · 2 comments
Open

Intermod: ImmersiveEngineering recipe problems #15

Garagoth opened this issue Nov 15, 2018 · 2 comments
Labels
@1.12 only relevant for MC 1.12 and older versions

Comments

@Garagoth
Copy link

Lib version: 6.2.7
MC: 1.12.2
Forge: 14.23.5.2772
IE: 0.12-86

Warnings during MC startup:

[22:33:18] [main/WARN] [CD4017BE_lib|RecipeAPI]: Problem occoured adding ImmersiveEngineering handler CrusherRecipe: java.lang.NoSuchMethodException: blusunrize.immersiveengineering.api.crafting.CrusherRecipe.removeRecipes(net.minecraft.item.ItemStack)
[22:33:18] [main/WARN] [CD4017BE_lib|RecipeAPI]: Problem occoured adding ImmersiveEngineering handler FermenterRecipe: java.lang.NoSuchMethodException: blusunrize.immersiveengineering.api.crafting.FermenterRecipe.removeRecipes(net.minecraft.item.ItemStack)
[22:33:18] [main/WARN] [CD4017BE_lib|RecipeAPI]: Problem occoured adding ImmersiveEngineering handler MixerRecipe: java.lang.NoSuchMethodException: blusunrize.immersiveengineering.api.crafting.MixerRecipe.removeRecipes(net.minecraft.item.ItemStack)
[22:33:18] [main/WARN] [CD4017BE_lib|RecipeAPI]: Problem occoured adding ImmersiveEngineering handler RefineryRecipe: java.lang.NoSuchMethodException: blusunrize.immersiveengineering.api.crafting.RefineryRecipe.removeRecipes(net.minecraft.item.ItemStack)
[22:33:18] [main/WARN] [CD4017BE_lib|RecipeAPI]: Problem occoured adding ImmersiveEngineering handler SqueezerRecipe: java.lang.NoSuchMethodException: blusunrize.immersiveengineering.api.crafting.SqueezerRecipe.removeRecipes(net.minecraft.item.ItemStack)
@CD4017BE
Copy link
Owner

This is probably caused by a change in IE's machine recipe API. However, for now this can be safely ignored, as none of my mods is currently making use any of these recipe removal features.

But thanks for posting this, so I won't get bad surprises once I actually use them in the future.

@Krutoy242
Copy link

Krutoy242 commented Aug 9, 2020

Have same warning!

@CD4017BE CD4017BE added the @1.12 only relevant for MC 1.12 and older versions label Dec 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
@1.12 only relevant for MC 1.12 and older versions
Projects
None yet
Development

No branches or pull requests

3 participants