# Pokeballs

{% hint style="info" %}
Every mob in the game can be catched
{% endhint %}

{% hint style="info" %}
Captured mobs do not become tamed
{% endhint %}

With pokeballs, players can now catch mobs in the game! These special balls are mostly used as a mode of transportation, whether transporting villagers for a villager farm or withers to attack an enemy base!

The catch chance for nearly all mobs is 30%, except with bosses; Elder Guardian - 3%, Wither - 3%, Warden - 2%, Ender Dragon - 1%.

<details>

<summary>Ways of catching</summary>

* Dispenser - through redstone
* Throwing - throwing the projectile
* Punching - hitting the mob

</details>

{% hint style="info" %}
Crafted or sold in shop
{% endhint %}


---

# 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://thecrib.gitbook.io/welcome/server/custom-items/pokeballs.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.
