#Custom items in recipies

1 messages · Page 1 of 1 (latest)

vast spadeBOT
#

Is there a way to include custom items in recipes
I have this code ```ansi
{
"type": "minecraft:crafting_shaped",
"category": "misc",
"pattern": [
"aca",
"cbc",
"aca"
],
"key": {
"a": "iron_block",
"b": [
"minecraft:compass"
],
"c": [
"iron_ingot"
]
},
"result": {
"id": "minecraft:compass",
"count": 1,
"components": {
"minecraft:custom_name": "{"bold":true,"color":"yellow","text":"Minor Compass Of Search"}",
"minecraft:lore": [
"{"color":"light_purple","italic":true,"text":"Put in off hand to use"}",
"[{"color":"dark_purple","text":"Sends a pulse of "},{"bold":true,"color":"dark_blue","text":"[Mana]"},{"color":"dark_purple","text":" in all directions"}]",
"{"color":"dark_purple","text":"When pulse hits a player,"}",
"{"color":"dark_purple","text":"It will track and mark the player"}",
"{"color":"dark_red","text":"Limited to 10 blocks"}"
]
}
}
}

fervent nightBOT
#

<@&1201956957406109788>

Someone will come and help soon!

💬 While you wait, take this time to provide more context and details.

🙇 If nobody has answered you by <t:1744683373:t>, feel free to use the Summon Helpers button to ping our helper team.

✅ Once your question has been resolved (or you no longer need it), please click Resolve Question or run /resolve

foggy summit
#

Sorry wrong format json { "type": "minecraft:crafting_shaped", "category": "misc", "pattern": [ "aca", "cbc", "aca" ], "key": { "a": "iron_block", "b": [ "minecraft:compass" ], "c": [ "iron_ingot" ] }, "result": { "id": "minecraft:compass", "count": 1, "components": { "minecraft:custom_name": "{\"bold\":true,\"color\":\"yellow\",\"text\":\"Minor Compass Of Search\"}", "minecraft:lore": [ "{\"color\":\"light_purple\",\"italic\":true,\"text\":\"Put in off hand to use\"}", "[{\"color\":\"dark_purple\",\"text\":\"Sends a pulse of \"},{\"bold\":true,\"color\":\"dark_blue\",\"text\":\"[Mana]\"},{\"color\":\"dark_purple\",\"text\":\" in all directions\"}]", "{\"color\":\"dark_purple\",\"text\":\"When pulse hits a player,\"}", "{\"color\":\"dark_purple\",\"text\":\"It will track and mark the player\"}", "{\"color\":\"dark_red\",\"text\":\"Limited to 10 blocks\"}" ] } } }

solid wave
#

No