Create

Create

86M Downloads

JEI potion recipes

whatusernameisleft opened this issue ยท 11 comments

commented

clicking on Create potions in jei shows every recipe for automated brewing, item draining, and filling by sprout

commented

This issue has been marked as stale because it has been inactive for 3 weeks. It will be closed if it remains inactive for another 3 weeks.

commented

I think pupnewfster has the right idea here. It should be straightforward for Create to add a subtype interpreter for its nbt fluids, assuming it already has a JEI plugin.

commented

This issue has been marked as stale because it has been inactive for 3 weeks. It will be closed if it remains inactive for another 3 weeks.

commented

It looks like this issue may have been fixed by @simibubi in this commit: f3109b2

commented

This issue has been marked as stale because it has been inactive for 3 weeks. It will be closed if it remains inactive for another 3 weeks.

commented

Can confirm; JEI is not seeing the custom potion handler used by Create and treating it like a generic "potion" fluid.
If I'm not mistaken, support will most likely have to come on their end.

commented

Isn't that what JEI is supposed to do? Show recipes?

commented

Isn't that what JEI is supposed to do? Show recipes?

instead of showing the recipes and uses for that particular potion it shows everything

commented

Can you provide a screenshot and/or video?

commented

Doesn't this need to make use of mezz/JustEnoughItems@b27f090 assuming create is using NBT on the potion fluid. (Which means it would be on Create's end)