> For the complete documentation index, see [llms.txt](https://wiki.drgnshield.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.drgnshield.com/modded-survival/about-arg/special-dungeons/crawler-lair.md).

# Crawler Lair

**Found in:** All Overworld (Puzzles only works in <mark style="color:orange;">**Arg**</mark>)

Crawler lair is a structure that generates in taiga biome variants. This is the structure to obtain honey potion and Cave spider egg.

![](/files/VSNQxidtYEvXXlnHMRfW)

### General structure

Crawler lair is a hole in the ground with some cobwebs on the surface. The structure is relatively hard to find without aerial view granted by elytra. The lair consists of 3 floors, the first two floors consist of 4 wings.

#### The components of the lair

* 1st sub-floor (Cobweb wing, Tree wing, upper part of mine wing, the trap wing and cobweb hole)
* 2nd sub-floor (Mushroom wing, Hive wing, lower part of mine wing, log wing and central hall)
* 3rd sub-floor (The boss room)

#### Locate the boss room

* Find a crawler lair
* The boss room located is below a 3x3 cobblestone platform in the middle of the central hall.

#### Fight the Poison Eyes

* Once you dig out that cobblestone platform, you'll enter the boss room.
* The boss is a cave spider named Poison Eyes.
* It will make a shield of cobweb around him as it takes damage.

#### Tips and Warnings

* Bring in some shears as you'll encounter cobwebs.
* There are traps in the lair so beware which block you break.
* By the time you get into the boss room, there's a lot of mobs in there. Having backup is a good idea.

### Loots

#### Honey potion I

Instant health I potion with 15 seconds of regeneration and cure poison.

How to obtain: Loot chest in hive nest

#### Cave spider egg

Cave spider egg that drop diamond when used.

How to obtain: Kill Poison Eyes


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://wiki.drgnshield.com/modded-survival/about-arg/special-dungeons/crawler-lair.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
