mojira.dev
[media]

The error I'm receiving is reporting that I have created a duplicate recipe, however I have not. Because both of my recipes are shaped, they should not be causing this error. I'm guessing this is a bug because Minecraft should allow these recipes to exist.

This is the first recipe:

{
  "format_version": "1.19.62",
  "minecraft:recipe_shaped": {
    "description": { "identifier": "pokeb:trade_holder_right" },
    "tags": ["crafting_table"],
    "pattern": ["ARR", "RR "],
    "key": {
      "A": { "item": "pokeb:pokeball" },
      "R": { "item": "pokeb:aluminum_ingot" }
    },
    "result": { "item": "pokeb:trade_holder_right", "count": 1 }
  }
}

And here is the second one:

{
  "format_version": "1.19.62",
  "minecraft:recipe_shaped": {
    "description": { "identifier": "pokeb:trade_holder_left" },
    "tags": ["crafting_table"],
    "pattern": ["RRA", " RR"],
    "key": {
      "A": { "item": "pokeb:pokeball" },
      "R": { "item": "pokeb:aluminum_ingot" }
    },
    "result": { "item": "pokeb:trade_holder_left", "count": 1 }
  }
}

The expected result should be that both recipes can exist because they output different things. Because they have a different shapes, it should allow a different recipe.

However what happens, is that it throws this error, and doesn't let you create the recipe in the game.

Attachments

Comments 2

Even shaped recipes can be mirrored. This behavior can't be disabled or customized by individual recipes, so the warning is correct.

Smell of Curry

(Unassigned)

1132288

Confirmed

Windows

Windows 10

1.20.51 Hotfix

Retrieved