# Baits

## Other

### Book

#### Use

* A requirement item or placeholder for bait mechanics.
* **Condition:** Can only be used on "Magical Fishing Rod".
* Displays error message: "This bait can only be used on Magical Fishing Rod" if condition not met.

#### Recipe

**Crafting Station:** N/A\
**Ingredients:**

* Book

#### Trivia

* Standard book material with special NBT requirement tags.

## Baits

### Magnetic Lures

#### Use

* High-performance bait that significantly speeds up fishing.
* **Effects:**
  * Reduces wait time (multiplier 0.9)
  * Increases game time window (+2)
* Lore describes it as having a "radiant shimmer" that is "irresistible to curious fish."

#### Recipe

**Crafting Station:** Bait Station\
**Ingredients:**

* Iron Nugget
* Redstone Dust
* Paper

#### Trivia

* Uses custom model data `50002`.

### Simple Lures

#### Use

* Basic bait for beginner anglers that makes fishing easier.
* **Effect:** Reduces fishing difficulty (-10).
* Lore describes it as "made from natural ingredients" for a "calm and steady" experience.

#### Recipe

**Crafting Station:** Bait Station\
**Ingredients:**

* Wheat Seeds
* Paper

#### Trivia

* Uses custom model data `50001`.

### Wild Lures

#### Use

* High-risk, high-reward bait for catching larger fish.
* **Effects:**
  * Increases fishing difficulty (+20)
  * Increases fish size multiplier (1.5x)
  * Reduces game time window (-2)
* Lore describes it as an "infusion of potent natural ingredients" for "fearless anglers."

#### Recipe

**Crafting Station:** Bait Station\
**Ingredients:**

* Rotten Flesh
* Spider Eye
* Paper

#### Trivia

* Uses custom model data `50003`.


---

# 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/baits.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.
