Farmer's Delight

Farmer's Delight

77M Downloads

[MC Version]: 1.19.2: the JEI usages screen does not show cooking recipes where items are used as containers

thelegitdolt opened this issue ยท 3 comments

commented

Description

The JEI usages screen does not show cooking recipes where items are used as containers.

Screen Shot 2023-02-16 at 1 24 18 PM

Bowl usage screen (no cooking pot tab)

Screen Shot 2023-02-16 at 1 23 57 PM

Pumpkin usage screen (no cooking pot tab)

Steps to reproduce

  1. Install JEI and FD.
  2. Locate the bowl item in the JEI screen.
  3. Bring up the bowl's usages screen by right clicking or pressing U on the item.
  4. Notice that the JEI pots aren't there.

Mod list

  • Farmer's Delight
  • JEI

Logs

No response

Forge

  • I am using the Forge version of Farmer's Delight

Minimal instance

  • I have tested this on a minimal instance

Performance and shader mods

  • I have tested this without performance or shader mods
commented

For some reason, it's in the crafting screen instead?

commented

Due to some changes in JEI's API, I was unable to let it be treated as an input like before, because it messes with the auto-fill button. Basically, if you use it, this happens:

image

So I might need to aslk around in JEI's discord to see if I can let containers be "optional" inputs somehow.

commented

Turns out there is a CATALYST role for items in JEI recipe categories, which accomplishes just that: used for lookup, not used for recipe transferring. Should be fixed in the next patch. ๐Ÿ‘