# Skyblock

### Spawners

Spawners are crafted using Spawner Cores and Mob Heads.

More information about how spawners and mobs function can be found [here](https://www.notion.so/Spawners-294557cff00280c7bb09e2cbe4c28984?pvs=21).

#### Spawner Cores

<figure><img src="/files/E0sR7W3WaNsd25xCE0nj" alt="" width="563"><figcaption></figcaption></figure>

Spawner Cores are a crafting item used for crafting spawners by surrounding them with mob heads. They can be purchased with in-game money from **/shop**, and found in crates or dragon drops.

#### Mob Heads

<figure><img src="/files/xSyC3tgmaAFVboV7EKL0" alt="" width="563"><figcaption></figcaption></figure>

Mobs have 2.5% chance of dropping their head when killed by a player with a sword or axe. This can be increased to 5% with a Mob Head Booster.

These chances are not affected by Looting or the Decapitation enchant.

#### Crafting Spawners

<figure><img src="/files/SYG2clViidoybuIrZJIn" alt="" width="359"><figcaption></figcaption></figure>

Place a spawner core in a crafting table with its matching mob head surrounding it to create a mob spawner.

#### Exchange

Due to the lack of natural mob spawns on Skyblock, there is an **/exchange** menu where you can convert 2x mob heads for 1x of the next tier.

<figure><img src="/files/HiKpGsJIuFNzA9Z9JyPz" alt="" width="563"><figcaption></figcaption></figure>

Trades unlock when you unlock higher tier spawners by collecting Souls (kills), as seen in **/spawners**.

### Robots

Robots are helpful companions that you can obtain and place on your island to automate various tasks.

#### Farmer Robot

* Harvests and replants crops in a horizontal radius based on tier
* Keeps farmland watered
* Can be linked to 1 chest to deposit harvested crops

| **Tier** | **Cost**     | **Farming Radius** | **Farming Speed** | **Battery Cost** |
| -------- | ------------ | ------------------ | ----------------- | ---------------- |
| 1        | Default      | 5                  | 30s               | 1/100 actions    |
| 2        | $25,000,000  | 10                 | 25s               | 2/100 actions    |
| 3        | $50,000,000  | 15                 | 20s               | 3/100 actions    |
| 4        | $75,000,000  | 20                 | 15s               | 4/100 actions    |
| 5        | $100,000,000 | 25                 | 10s               | 5/100 actions    |

#### Slayer Robot

* Kills mobs in a radius based on tier
* Stacked mobs die in one hit

| **Tier** | **Cost**     | **Kill Radius** | **Kill Speed** | **Battery Cost** |
| -------- | ------------ | --------------- | -------------- | ---------------- |
| 1        | Default      | 2               | 30s            | 1/100 actions    |
| 2        | $25,000,000  | 3               | 25s            | 2/100 actions    |
| 3        | $50,000,000  | 4               | 20s            | 3/100 actions    |
| 4        | $75,000,000  | 5               | 15s            | 4/100 actions    |
| 5        | $100,000,000 | 6               | 10s            | 5/100 actions    |

#### Miner Robot

* Mines blocks in a distance and width based on tier
* Automatically smelts ores

| **Tier** | **Cost**     | **Mine Distance** | **Mine Width** | **Mine Speed** | **Battery Cost** |
| -------- | ------------ | ----------------- | -------------- | -------------- | ---------------- |
| 1        | Default      | 2                 | 1              | 5s             | 1/100 actions    |
| 2        | $25,000,000  | 4                 | 3              | 4s             | 2/100 actions    |
| 3        | $50,000,000  | 6                 | 5              | 3s             | 3/100 actions    |
| 4        | $75,000,000  | 8                 | 7              | 2s             | 4/100 actions    |
| 5        | $100,000,000 | 10                | 9              | 1s             | 5/100 actions    |


---

# 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.lemoncloud.org/gamemodes/skyblock.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.
