> For the complete documentation index, see [llms.txt](https://docs.bloomshire.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bloomshire.xyz/life-skills/crafting.md).

# Crafting

Make your own tools, and better ones.

<figure><img src="https://2398763816-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FnpKFpukS6TEdxHuYNYUd%2Fuploads%2Fgit-blob-f105585ece70706e92dd3217047370c816d0e068%2Fcrafting.png?alt=media" alt="The workbench"><figcaption></figcaption></figure>

Two benches. The carpenter's workbench makes things from wood and stone. The blacksmith's forge smelts ore into bars and turns bars into better tools.

Tools wear out, so knowing how to make a hoe means never losing a morning to a broken one.

## Tools

![](https://2398763816-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FnpKFpukS6TEdxHuYNYUd%2Fuploads%2Fgit-blob-ac4479c76ddf4cea8b46a447ff650a8d949a2289%2Fhoe.png?alt=media) ![](https://2398763816-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FnpKFpukS6TEdxHuYNYUd%2Fuploads%2Fgit-blob-f9543f6bc8fb87786ba423912faaf3c9347aa2f5%2Faxe.png?alt=media) ![](https://2398763816-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FnpKFpukS6TEdxHuYNYUd%2Fuploads%2Fgit-blob-9d4dbcedf980b7fe03fb8bc458cb63299b33f82b%2Fpickaxe.png?alt=media) ![](https://2398763816-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FnpKFpukS6TEdxHuYNYUd%2Fuploads%2Fgit-blob-a201effcae2d1a675b8a95041f4640492a4cc5fb%2Fsword.png?alt=media) ![](https://2398763816-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FnpKFpukS6TEdxHuYNYUd%2Fuploads%2Fgit-blob-3cbfef4d479b207feece303112a3b9a28dbeeb87%2Fwatering_can.png?alt=media) ![](https://2398763816-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FnpKFpukS6TEdxHuYNYUd%2Fuploads%2Fgit-blob-f2792f92be38a8719a492de93a574ce3bb9b10f8%2Ffishing_rod.png?alt=media)

Four families and four tiers: iron, bronze, gold and amethyst. Each tier lasts longer and does more work per swing, and the difference is obvious the moment you swing one.

Amethyst is the top of the ladder and no shop sells it. You forge it or you go without.

![](https://2398763816-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FnpKFpukS6TEdxHuYNYUd%2Fuploads%2Fgit-blob-10fd4279858ac005f510f3870c39811745466dfd%2Fcopper_bar.png?alt=media) ![](https://2398763816-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FnpKFpukS6TEdxHuYNYUd%2Fuploads%2Fgit-blob-68bcc70416af526512b481411fd3e0495ae06122%2Fgold_bar.png?alt=media) ![](https://2398763816-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FnpKFpukS6TEdxHuYNYUd%2Fuploads%2Fgit-blob-bc052df0f6b87b7553b47dde275a160a8e732013%2Famethyst_pickaxe.png?alt=media)

## What else you can make

A beehive, which you need before anyone will sell you bees. Replacement rods and cans. Bars, in quantity, for everything above.

Crafting your own is always cheaper than buying, but a crafted tool sells for less than its parts cost, so there is no money in making them to sell.

Crafting and mining hold each other back at a couple of points, so they climb together.


---

# 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://docs.bloomshire.xyz/life-skills/crafting.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.
