-
Bug
-
Resolution: Invalid
-
None
-
1.20.1
-
None
-
Unconfirmed
-
(Unassigned)
Context:
I have a datapack with these 2 recipes:
```
{
"type": "minecraft:crafting_shaped",
"pattern": [
"#W",
"#W"
],
"key": {
"#":
,
"W":
},
"result":
}
```
and
```
{
"type": "minecraft:crafting_shaped",
"pattern": [
"#P",
"#P"
],
"key": {
"#":
,
"P":
},
"result":
}
```
When testing in game, both ingredient arrangements output a porkchop (see attachments), despite the fact that one of them should output beef.