Question about adding Recipes via IMC
mallrat208 opened this issue ยท 2 comments
Mekanism: 1.10.2-2.1.298
I'm working on a small modpack and am currently trying to add some recipes to Mekanism machines, given there is no CraftTweaker or ModTweaker support, I've opted to instead make a mod myself to handle it.
I've run into a small problem however. Recipes when added via IMC do not show up in JEI. They still work and function as expected, there's just no way to tell that the recipe was registered. If there any way to make them show up properly when using IMC, or should I ignore the warning at the top of the RecipeHelper class in the MDK about it being depreciated?
This may be because JEI loads recipes before IMC messages are handled. Take a look and see if JEI has any kind of helper method to reload or add recipes.