AE2 JEI Integration

AE2 JEI Integration

7M Downloads

Some Shaped recipes are not properly recognized

Saereth opened this issue ยท 1 comments

commented

This issue is most prevalent with mystic agriculture but here's an example using wood essence to make various different types of wood

trying to make cherry wood, this is the recipe in JEI:
image

This is what the crafting terminal tries to provide (mangrove wood):
image

This is the actual recipe for Mangrove wood:
image

Because of this odd behavior it causes numerous recipe conflicts that wouldnt otherwise exist because these recipes are all shaped recipes.

The actual recipe definition from MA's source is

{
  "type": "crafting_shaped",
  "neoforge:conditions": [
    {
      "type": "mysticalagriculture:crop_enabled",
      "crop": "mysticalagriculture:wood"
    }
  ],
  "pattern": [
    "  E",
    " E ",
    "E  "
  ],
  "key": {
    "E": {
      "item": "mysticalagriculture:wood_essence"
    }
  },
  "result": {
    "id": "minecraft:cherry_log",
    "count": 16
  }
}

Let me know if I can provide any additional info, ty!

commented

This is an AE2 bug, not a JEI integration one as it seems to be filling correctly