#how do i add tags?

1 messages · Page 1 of 1 (latest)

eager acorn
#

how can i add tags to this custom recipe so the resulting item has the tag

{
  "type": "minecraft:crafting_shaped",
  "category": "equipment",
  "pattern": [
    " bb",
    " tb",
    "n  "
  ],
  "key": {
    "b": {
      "item": "minecraft:blaze_powder"
    },
    "t": {
      "item": "minecraft:trident"
    },
    "n": {
      "item": "minecraft:netherite_ingot"
    }
  },
  "result": {
    "id": "minecraft:trident",
    "components": {
      "minecraft:custom_model_data": 1,
      "minecraft:custom_name": "'Pitchfork'",
      "minecraft:enchantments": {
        "levels": {
          "pack:hellfire": 1,
          "minecraft:fire_aspect": 2
        },
        "show_in_tooltip": true
      }
    }
  }
}
hexed cragBOT
#

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

boreal ice
#

add "minecraft:custom_data":{tag:value} to the components field

eager acorn
#

THX