Crafting using Any Gold Ingot, Any Gold Ingot, Any String, Treated Stick and Any String, arranged in the pattern shown. Produces Golden Fishing Rod.
Golden Fishing Rod
Aquaculture 2 · by Shadowclaimer, Girafi
Acquisition
Used in (2)
Smelting using Any of Golden Fishing Rod / Gold Fillet Knife (200 ticks, 0.1 xp). Produces Gold Nugget.
200 ticks· 0.1 xp
Blasting using Any of Golden Fishing Rod / Gold Fillet Knife (100 ticks, 0.1 xp). Produces Gold Nugget.
100 ticks· 0.1 xp
Related items
Developer reference
- Registry name
aquaculture:gold_fishing_rod- Namespace
aquaculture- Mod ID
aquaculture- Tags (2)
forge:items/tools/fishing_rods minecraft:items/piglin_loved
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
" I",
" IS",
"T S"
],
"ingredients": {
"I": {
"tag": "forge:ingots/gold"
},
"S": {
"tag": "forge:string"
},
"T": {
"tag": "forge:rods/wooden"
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}