#How to understand outputlog errors

1 messages · Page 1 of 1 (latest)

polar iron
#

Hiya I'm working on a recipe that changes armour and tool recipes and have magpied some other datapacks together to try and achieve my desired result but I think the format might be out of date because everything is throwing an error, does anyone what these mean and where I might be going wrong?

primal monolithBOT
#

<@&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:1736803509: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

polar iron
#

realised the image is probably too small

latent iron
#

the game wants an id file in an object without them

#

I assume this recipe pack is from an old version

polar iron
#

Yeah it probably was

#

so how do I fix it?

#

and thank you btw :D

latent iron
polar iron
#

should I just find a new recipe format example and re do all of them?

latent iron
#
  1. the item in result has been renamed to id
#
  1. recipe ingredient format changed
#
{
  "item": "acacia_boat"
}

is now

"acacia_boat"
#

and

{
  "tag": "minecraft:boats"
}

is now

"#minecraft:boats"
polar iron
#
    "type": "minecraft:crafting_shaped",
    "pattern": [
        "# #",
        "# #"
    ],
    "key": {
        "#": "iron_ingot"
    },
    "result": {
        "id": "chainmail_boots",
        "count": 1
    }
}```
latent iron
#

yes

polar iron
#

great thank youvery much much appreciated !

polar iron
# latent iron yes

just ran into another error which I've realised is because I've tried to make the result of a craft turn into '0' of one item, is there anyway to just remove the craft?

polar iron
#

nvm i figured it