Roughly Enough Items Fabric/Forge/NeoForge (REI)

Roughly Enough Items Fabric/Forge/NeoForge (REI)

40M Downloads

[Bug] Recipe Ids not shown in some cases

Abalieno opened this issue ยท 2 comments

commented

What happened?

I was advised in KubeJS discord to report this.

Supposedly, the recipe should have an ID shown in that tooltip.

What mod loaders are you seeing the problem on?

Fabric

What do you think this bug is of?

  • Visual
  • Recipe Lookup
  • Cheat Mode
  • Plugin Integration / JEI Plugin Compatibility
  • Others

Relevant log output

No log
farmers-delight-fabric-1.18.2-1.2.1.jar being used in this example

Anything else?

tyjuk

iliul

By submitting this issue, I have included the necessary logs by pasting the contents into the correct location or attaching the file as an upload.

  • Yes, and I did not use any paste services other than GitHub Gists.

By submitting this issue, I have confirmed my REI and REI's dependencies are up to date.

  • Yes
commented

Seems like this is the case for some non-vanilla crafting methods.
Minecraft 1.19.2
Fabric 0.14.11
REI 9.1.574

Some examples I've noticed:
CREATE

  • create:blasting
  • create:crushing
  • create:compacting
  • create:cutting
  • create:deploying
  • create:emptying
  • create:filling
  • create:haunting
  • create:item_application
  • create:mechanical_crafting
  • create:milling
  • create:mixing
  • create:pressing
  • create:sandpaper_polishing
  • create:sequenced_assembly
  • create:smelting
  • create:smoking
  • create:splashing

FARMERS DELIGHT

  • farmersdelight:cutting

AD ASTRA

  • ad_astra:nasa_workbench
  • ad_astra:comressing
  • ad_astra:cryo_fuel_conversion

An example from Create:
Screen Shot 2022-12-02 at 18 27 10

commented

The mods providing the integration should report it's ID to REI, please refer them to the getDisplayLocation method in the Display class.