I'm trying to make a recipe using some items with custom textures and data, but I can't figure out what's going wrong here? The error isn't particularly useful, either.
craftingTable.addShapeless("cherrycookies", <item:minecraft:cookie>.withJsonComponent(<componenttype:minecraft:item_name>, {"color":"#FFB7C5","text":"Cherry Cookies"}).withJsonComponent(<componenttype:minecraft:custom_model_data>, 1).withJsonComponent(<componenttype:minecraft:food>, {saturation: 9.0, effects: [{effect: {duration: 1, id: "minecraft:instant_health", show_icon: 1}}], nutrition: 8, can_always_eat: true, eat_seconds: 2.0}) * 3, [<item:minecraft:apple>.withJsonComponent(<componenttype:minecraft:item_name>, "Cherries").withJsonComponent(<componenttype:minecraft:custom_model_data>, 1), <item:minecraft:apple>.withJsonComponent(<componenttype:minecraft:item_name>, "Cherries").withJsonComponent(<componenttype:minecraft:custom_model_data>, 1), <item:farmersdelight:wheat_dough>, <item:farmersdelight:wheat_dough>, <item:minecraft:sugar>]);
