# Welcome

## About The Mod

`#TODO: add images`

Resourceful Bees is a Minecraft mod which provides an extensive framework API for creating custom resource bees.&#x20;

Nearly everything is customizable: how the bees look, their health and armor, how they behave, where they spawn, the resources they generate, and much more.

Resourceful Bees provides numerous blocks and items for players to use such as Tiered Hives and Apiaries, Bee Jars and Boxes, various Centrifuge components, a scraper and smoker, and waxed planks and derivatives.

Resourceful Bees includes a Beekeeper Villager to aid players in obtaining certain items.

With Resourceful Bees, pack developers can fine-tune pack progression to their heart's content.

## Enter The Wiki

The Resourceful Bees Wiki is broken up into two separate wikis:

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th><th data-hidden></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td>Developer Wiki</td><td>Developers wanting to create custom bees or data packs should use this wiki</td><td></td><td><a href="https://app.gitbook.com/o/GQdOlzzIqftgC5xMgxnG/s/eCtiKSdVhX36Z00yJAEt/">Custom Bees</a></td></tr><tr><td>Player Wiki</td><td>Players playing mod packs should use this wiki</td><td></td><td></td></tr></tbody></table>


---

# 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.resourcefulbees.com/welcome.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.
