I need to fix this datapack custom recipe help is appreciated
My datapack has a custom model data string with vallue 1999 but another recipe does not seem to recognize the 1999 custom model data in the crafting grid i might just have coded this wrong ?
{ "type": "minecraft:crafting_shaped", "category": "misc", "key": { "#": { "item": "minecraft:fishing_rod", "components": { "minecraft:custom_model_data": { "strings": ["1999"] } } }, "X": "minecraft:carrot" }, "pattern": [ "# ", " X" ], "result": { "components": { "minecraft:custom_model_data": { "strings": ["1999"] } }, "count": 1, "id": "minecraft:carrot_on_a_stick" } }