Placebo breaks shapeless crafting table recipe unification.
LumberWizard opened this issue · 3 comments
Testing environment: JEI, IC2, Thermal Foundation, UniDict.
Without placebo, petrotheum/pyrotheum dust crafting table recipes are handled as expected, outputting Thermal Foundation dusts or ingots.
With placebo, they output IC2 dusts and ingots, despite thermal foundation having a higher priority in UniDict.
I’ve recently faced this problem too, might look into fixing it. :)
This is probably caused by Placebo replacing the vanilla ShapelessRecipes with instances of it’s own FastShapelessRecipe.
Fixed it in my fork (https://github.com/ElektroKill/UniDict).
I will open a PR once I compile a bit more fixes and improvements for the 3.0.0 version!