# More Rods

## Fishing Rods

### Copper Fishing Rod

#### Use

* A basic tier fishing rod made from copper, offering a modest durability of 100.
* Functions as an early-game upgrade from the standard wooden rod.

#### Recipe

**Crafting Station:** Tool Forge / Rod Bench\
**Ingredients:**

* Fishing Rod
* Copper Ingot x2

#### Trivia

* Uses custom model data `1000`.

### Diamond Fishing Rod

#### Use

* High-durability rod (500 durability) for extended fishing sessions.
* Standard high-tier tool for dedicated anglers.

#### Recipe

**Crafting Station:** Tool Forge\
**Ingredients:**

* Fishing Rod
* Diamond x2

#### Trivia

* Uses custom model data `1002`.

### Fishing Rod

#### Use

* The default fishing rod enhanced with a wait-time reduction effect.
* **Effect:** Wait Time Multiplier 1.5 (fishing is faster/slower depending on scale interpretation, usually implies speed).

#### Recipe

**Crafting Station:** Workbench\
**Ingredients:**

* Stick x3
* String x2

#### Trivia

* This is the base `FISHING_ROD` configuration.

### Golden Fishing Rod

#### Use

* A fast but fragile rod with only 85 durability.
* Often used for luck-based fishing tasks or specific gold-tier requirements.

#### Recipe

**Crafting Station:** Tool Forge\
**Ingredients:**

* Fishing Rod
* Gold Ingot x2

#### Trivia

* Uses custom model data `1004`.

### Iron Fishing Rod

#### Use

* A sturdy mid-tier rod with 250 durability.
* Reliable daily driver for most fishing quests.

#### Recipe

**Crafting Station:** Tool Forge\
**Ingredients:**

* Fishing Rod
* Iron Ingot x2

#### Trivia

* Uses custom model data `1001`.

### Netherite Fishing Rod

#### Use

* The ultimate durability rod (750 durability) capable of fishing in lava.
* **Effect:** Lava Fishing enabled.
* Lore explicitly states: "THIS ROD CAN BE USED FOR LAVA FISHING".

#### Recipe

**Crafting Station:** Smithing Table\
**Ingredients:**

* Diamond Fishing Rod
* Netherite Ingot

#### Trivia

* Uses custom model data `1003`.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://wiki.coldmc.com/items/tools/list-of-pickaxes/more-rods.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
