Custom Nbt data for recipie
I am making a custom recipe for a 3x3 pickaxe, but I can’t figure out how, or if I can, give the crafted item custom NBT data.
{ "type": "minecraft:crafting_shaped", "category": "equipment", "key": { "#": { "item": "minecraft:diamond_block" }, "Q": { "item": "minecraft:enchanted_golden_apple" }, "R": { "item": "minecraft:nether_star" }, "N": { "item": "minecraft:netherite_block" } }, "pattern": [ "#Q#", "RNR", "RNR" ], "result": { "count": 1, "id": "minecraft:netherite_pickaxe" } }i have this code so far