Crafting using Fishing Rod and Carrot, arranged in the pattern shown. Produces Carrot on a Stick.
Carrot on a Stick
Minecraft · by Mojang Studios
Acquisition
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
}