> For the complete documentation index, see [llms.txt](https://wiki.torrentsmp.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.torrentsmp.com/survival/quests/clockwork-questline/into-the-dark.md).

# Into the Dark

Jonathan will send you to the ruins of the Old Clockwork City to collect an essential power source: blaze rods. The location to enter the ruins is directly West from Outpost C. The coordinates to the entrance are `-1442 / 87 / 989`. Once you enter the subsection, head deeper into the city and avoid going into caves; stay in the main structure. You will eventually reach a wide open cavern with a sand floor. Head through the ruined piston doors and take a right. This will lead to a broken down elevator shaft. Jump down into the water below.

<figure><img src="/files/MAF9zQ38KQ05QpbUFsq8" alt=""><figcaption><p>The elevator shaft to Clockwork Mining and Production.</p></figcaption></figure>

Head into Clockwork Mining and Production and you will eventually come across a copper labyrinthian structure. Inside you will find a blaze spawner where you can farm them. Get 5 blaze rods and head back up to Outpost C.

<figure><img src="/files/4HoGwz6jYPXuwihWwLKJ" alt=""><figcaption><p>Head inside this room to farm blazes.</p></figcaption></figure>

After completing the task, head back up and talk to Jonathan. He will thank you for your service and send you yet again back into the mines. You were yearning to go back there anyway; don't complain. This time, you're searching for an altar with important knowledge. To find it, head back toward the large underground biome in Old Clockwork City. Head into the cavern and take a left, past the buildings and into the overgrown cave.

<figure><img src="/files/c5Jjh3gZx4vSb7SbOCW6" alt=""><figcaption><p>Head past the cherry leaves and straight back.</p></figcaption></figure>

At the altar, you will find a book: Tinkerer's Scrap #47. After finding the book, you can read it, but don't bother trying to pick it up. Simply finding it is enough.

<figure><img src="/files/s9EPQL3b2xsc19PuNSBb" alt=""><figcaption><p>The altar</p></figcaption></figure>

After gaining the knowledge, head back to Jonathan to debrief him of your findings.

The final mission for this quest is to find Terra Nova, an eccentric character with vast knowledge of ancient history, magic, and Clockwork City itself. His coordinates are `-2035 / 79 / 1562`. Find him, and continue moving forward.

<figure><img src="/files/1AsGRoDPUPjdNnF1Nhi5" alt=""><figcaption><p>Ezo Peaks</p></figcaption></figure>

Head into Ezo Peaks, into the hobbit hole and you will find Terra Nova. Speak with him and complete the quest. Click on him once more to begin the quest "Hermit's Request."

<figure><img src="/files/EGDRuaBxLaGSqWqflEg6" alt=""><figcaption><p>Terra Nova, a kooky old geezer.</p></figcaption></figure>


---

# 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.torrentsmp.com/survival/quests/clockwork-questline/into-the-dark.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.
