Crafting using Stick, Stick, String, Stick and String, arranged in the pattern shown. Produces Fishing Rod.
Fishing Rod
Minecraft · by Mojang Studios
Acquisition
Scrapbox using Scrap Box. Produces Fishing Rod.
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
Loot table: Underwater Ruin Small (minecraft) minecraft:underwater_ruin_small | 1–1 | 100% | — |
Gameplay loot table: Treasure (minecraft) minecraft:treasure | 1–1 | 100% | — |
Gameplay loot table: Junk (minecraft) minecraft:junk | 1–1 | 100% | — |
Loot table: Underwater Ruin Big (minecraft) minecraft:underwater_ruin_big | 1–1 | 100% | — |
Used in (2)
Related items
Developer reference
- Registry name
minecraft:fishing_rod- Namespace
minecraft- Mod ID
minecraft
Recipe JSON (2):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
" #",
" #X",
"# X"
],
"ingredients": {
"#": {
"item": "minecraft:stick"
},
"X": {
"item": "minecraft:string"
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}{
"recipe_type": "techreborn:scrapbox",
"pattern": null,
"ingredients": {
"item": "techreborn:scrap_box"
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}