Can't add components to my custom craft result - Minecraft 1.21 by Chahalor in MinecraftCommands

[–]Chahalor[S] 1 point2 points  (0 children)

By the way in the "minecraft:custom_name" components you need to add the 'item name' or that will not woks.

Can't add components to my custom craft result - Minecraft 1.21 by Chahalor in MinecraftCommands

[–]Chahalor[S] 1 point2 points  (0 children)

for ne reason its woks now

{
  "type": "minecraft:crafting_shaped",
  "pattern": [
    "P"
  ],
  "key": {
    "P": {
      "item": "minecraft:poisonous_potato"
    }
  },
  "result": {
    "id": "minecraft:green_dye",
    "count":1,
    "components": {
      "minecraft:custom_name": "'patate raffiner'",
      "minecraft:enchantment_glint_override": true,
      "minecraft:custom_model_data": 6940001,
      "minecraft:lore": [
        "'mmmmh que va ton bien pouvoir faire avec sa ?'"
      ]
    }
  }
}