#what does this error mean?
1 messages · Page 1 of 1 (latest)
<@&1201956957406109788>
💬 While you wait, take this time to provide more context and details.
🙇 If nobody has answered you by <t:1737094432: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
Don't forget to close or resolve your old questions once you're done with them. It makes our lives much easier! :D
Open question: #1329497658297024583
im trying to make a crafting recipe and this is the error i got
It means there's a syntax error in that file
"type": "minecraft:crafting_shaped",
"category": "misc",
"pattern": [
" -",
"/0.",
" - "
],
"key": {
"0": [
"minecraft:cooked_beef"
],
"-": [
"minecraft:bread"
],
"/": [
"minecraft:carrot"
],
".": [
"minecraft:beetroot"
]
},
"result": {
"id": "minecraft:bread",
"components": {
"minecraft:item_name": "{\"text\":\"Completed Burger\", \"color\":\"white\", \"italic\":false}",
"minecraft:lore": [
"{\"text\":\" Beetroot and Carrot\", \"color\":\"aqua\", \"italic\":false}",
"{\"text\":\" Cooked Beef Burger\", \"color\":\"aqua\", \"italic\":false}",
"\"\"",
"{\"text\":\"Ingredients:\", \"color\":\"gray\", \"italic\":false}",
"{\"text\":\" - Carrot\", \"color\":\"gold\", \"italic\":false}",
"{\"text\":\" - Cookde Beef\", \"color\":\"#714130\", \"italic\":false}",
"{\"text\":\" - Beetroot\", \"color\":\"#942328\", \"italic\":false}",
"\"\"",
"{\"text\":\" Gives night vision\", \"color\":\"white\", \"italic\":false}",
"{\"text\":\" upon consumption\", \"color\":\"white\", \"italic\":false}"
],
"minecraft:suspicious_stew_effects": [
{
"id": "minecraft:night_vision",
"duration": 120
}
],
"minecraft:custom_model_data": {
"strings": [
"carrot beef beetroot bun"
]
}
},
"count": 1
},
"show_notification": false
}```
i don't see t
it
Specifically, the number of characters in your pattern's rows are not the same
Look at the pattern. It's a list of 3 rows.
Rows 2 and 3 each have 3 characters. Row 1 only has 2
Your question, #1329687615389306880 (what does this error mean?), was resolved!
#1329687615389306880 message
1m