![]() |
VOOZH | about |
This page should be renamed to Recipe definition to be coherent with other technical pages such as Advancement definition and other pages referenced here : https://minecraft.wiki/w/Definition
I don't know if this is a bug, but on 1.21.11 custom crafting_shaped recipes from data packs only work if keys are provided as arrays, e.g.
"key": {
"A": [
"minecraft:milk_bucket"
],
"B": [
"minecraft:sugar"
],
and so on. Misode Recipe Generator linked in the External links section also outputs arrays even if a key stands only for one id. The example in the article has strings, but I think they should be changed to arrays. I have not tried this with other tags that can be either string IDs or arrays (per article), but I suspect that they may only be arrays too. ~2026-RiverTraderPillager13132 (talk) 21:11, 16 May 2026 (UTC)