Carrot on a Stick
minecraft:carrot_on_a_stick

Carrot on a Stick

Minecraft · by Mojang Studios
item

Acquisition

Crafting using Fishing Rod and Carrot, arranged in the pattern shown. Produces Carrot on a Stick.

Crafting
Fishing Rod
Carrot
Carrot on a Stick Carrot on a Stick guaranteed
Developer reference
Registry name
minecraft:carrot_on_a_stick
Namespace
minecraft
Mod ID
minecraft

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "# ",
    " X"
  ],
  "ingredients": {
    "#": {
      "item": "minecraft:fishing_rod"
    },
    "X": {
      "item": "minecraft:carrot"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}