Cobblemon Potion Recipes not displayed in EMI (with JEI installed as well)
Burgersim opened this issue ยท 4 comments
Hi, just wanted to bring this to our attention. Potion recipes from Cobblemon don't seem to be displayed by EMI. Apperently according to a cobblemon dev it might be because they don't produce bottle or potion items? Not sure if that is true tho. it does seem to work in some other Item mods, so maybe EMI is just doing something differently in the way it looks for potion recipes?
I'll add a picture as an example what should be possible and visible in EMI. The recipes do work in game btw, they are just not displayed by EMI.
Not sure where the "fault" actually lies tho, cobblemon dev wasn't sure either and suggested it might be with both mods, so I thought maybe I could at least kinda "raise awareness"? ^^*
This is peculiar, it may be something to do with the non-potion situation, though I'm unsure what, will need to dig deeper.
Hello, I had the same problem with all kind of potions
I resolved it by change the index source to Creative + Registered
Was there any solution to this? I don't want to make a new issue post if this is still an ongoing issue and unresolved
This is caused by Cobblemon creating their own implementation of IBrewingRecipe
instead of using the built in neoforge BrewingRecipe
and can be fixed by them https://gitlab.com/cable-mc/cobblemon/-/blob/main/neoforge/src/main/kotlin/com/cobblemon/mod/neoforge/brewing/CobblemonNeoForgeBrewingRegistry.kt?ref_type=heads