Extended Crafting

Extended Crafting

34M Downloads

Shapeless recipe icon doesn't display in JEI

WithersChat opened this issue ยท 2 comments

commented

Describe the bug
Shapeless recipe icon doesn't display in JEI, even though the "required table tier" icon is offset to match.
Caused by that part of the code simply not existing.

To Reproduce

  • Create a shapeless recipe
  • View it in JEI

Expected behavior
An icon with two crossing arrows should appear in a corner of the recipe box.

Versions (please complete the following information):

  • Minecraft: 1.20.1
  • Forge: 47.2.21 (should be in any 1.20.1 version)
  • Cucumber: 7.0.8 (should be in any 1.20.1 version)
  • Extended Crafting: 6.0.7
  • Singleplayer or Multiplayer: Both

Addenum
I have made my own fork of ExtendedCrafting for 1.20.1, in which I fixed the bug along with other changes. I am willing to PR all of part of the features from my fork into the main mod, depending on interest.

commented

It seems to appear properly for the ultimate singularity recipe for me. The builder.setShapeless() calls should already be handling this.

image

commented

Interesting. The bug might come from something else on my side then.