-
Bug
-
Resolution: Cannot Reproduce
-
None
-
1.16.5
-
None
-
all
-
Unconfirmed
-
(Unassigned)
It affects ALL VERSION
I created a custom crafting datapack
most of json crafting recipes work
but some don't [ ex: iron_leggings , iron_block , birch_log , warped_hyphae ,.... ]
ex: iron_helmet [ work ]
{
"type": "minecraft:crafting_shaped",
"pattern": [
"###",
"# #"
],
"key": {
"#":
},
"result":
,
"group": "stuff"
}
iron_leggings doesn't work
{
"type": "minecraft:crafting_shaped",
"pattern": [
"d d",
"ddd",
"ddd"
],
"key": {
"d":
},
"result":"minecraft:iron_leggings",
"count": 1
},
"group": "stuff"
}