> For the complete documentation index, see [llms.txt](https://pfewiki.gitbook.io/home/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://pfewiki.gitbook.io/home/tools/upgraders.md).

# Upgraders

## General info:

* When interacting with the block it will upgrade that block to another block&#x20;

{% content-ref url="/pages/1AlvsWQvlMDKEntp3qfM" %}
[Amethyst Upgrader](/home/tools/upgraders/amethyst-upgrader.md)
{% endcontent-ref %}

(below is here until all the upgrade pages are done :3)

## What do the upgraders do?

* All the Ore upgraders
  * they will upgrade its corresponding ore to raw ore block (or ore block if raw ore block does not exist)
* Stone Upgrader
  * Cobblestone -> Stone -> Smooth Stone
  * Cobbled limestone -> Limestone -> Limestone Bricks
* End Upgrader
  * Endstone -> End Bricks
  * Chorus Plant -> PurPur (20 x 20 x 10 around the block that was interacted)
* Nether Upgrader
  * Nether brick -> Red Nether Brick
  * Nether Wart -> Nether Wart Block
  * Glowstone -> Shroomlights
  * Basalt -> Smooth Basalt
  * Magma -> Lava
  * Netherrack -> Nether Brick
  * Quartz Ore -> Quartz Block
* Amethyst Upgrader
  * Amethyst Block -> Budding Amethyst


---

# 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:

```
GET https://pfewiki.gitbook.io/home/tools/upgraders.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.
