> For the complete documentation index, see [llms.txt](https://docs.sefiraat.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sefiraat.dev/crystamae-historia/tools/displacer.md).

# Displacer

![Simple and Arcane Displacers](/files/sUmrcjlaY3VnPBZxs4Vd)

The displacer uses a combination of Animal Crysta in tandem with Alchemical Crysta to reform the bonds between molecules and pass the unbound objects into another dimension, at the same time drawing connected Crysta from another dimension. With each process, a loss is incurred meaning the displacers only have a limited number of uses.

Can be 'upgraded' to a block version called the [Philosophers Spray](/crystamae-historia/gadgets/philosophers-spray.md) that can be triggered via redstone but loses interaction with entities.

### Tiers

| Tier   | Uses |
| ------ | ---- |
| Simple | 50   |
| Arcane | 500  |

### Possible Displacements

| Displaced From           | Displaced To              |
| ------------------------ | ------------------------- |
| Ice                      | Water                     |
| Packed Ice               | Ice                       |
| Blue Ice                 | Packed Ice                |
| Campfire                 | Soul Campfire             |
| Soul Campfire            | Campfire                  |
| Torch                    | Soul Torch                |
| Soul Torch               | Torch                     |
| Lantern                  | Soul Lantern              |
| Soul Lantern             | Lantern                   |
| Sand                     | Red Sand                  |
| Red Sand                 | Soul Sand                 |
| Soul Sand                | Sand                      |
| Concrete                 | Cycle Colours             |
| Concrete Powder          | Cycle Colours             |
| Wool                     | Cycle Colours             |
| Terracotta               | Cycle Colours             |
| Stained Glass            | Cycle Colours             |
| Stained Glass Pane       | Cycle Colours             |
| Carpet                   | Cycle Colours             |
| Warped Fungus            | Crimson Fungus            |
| Crimson Fungus           | Warped Fungus             |
| Warped Stem              | Crimson Stem              |
| Crimson Stem             | Warped Stem               |
| Warped Hyphae            | Crimson Hyphae            |
| Crimson Hyphae           | Warped Hyphae             |
| Saplings                 | Cycle Sapling Variants    |
| Vine                     | Glow Lichen               |
| Glow Lichen              | Vine                      |
| Tube Coral (All types)   | Brain Coral               |
| Brain Coral (All types)  | Bubble Coral              |
| Bubble Coral (All types) | Fire Coral                |
| Fire Coral (All types)   | Horn Coral                |
| Horn Coral (All types)   | Tube Coral                |
| Dirt                     | Coarse Dirt (Conditional) |
| Dirt                     | Rooted Dirt (Conditional) |
| Squid                    | Glow Squid                |
| Glow Squid               | Squid                     |
| Zombie                   | Drowned                   |
| Drowned                  | Husk                      |
| Husk                     | Zombie                    |
| Skeleton                 | Stray                     |
| Stray                    | Skeleton                  |
| Spider                   | Cave Spider               |
| Cave Spider              | Spider                    |
| Sheep                    | Cow                       |
| Cow                      | Sheep                     |
| Cat                      | Ocelot                    |
| Ocelot                   | Cat                       |
| Farmland                 | Waters the land           |
| Item Frame               | Invisible Item Frame      |
| Invisible Item Frame     | Item Frame                |
| Zombie Villager          | Cures the Zombie          |


---

# 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.sefiraat.dev/crystamae-historia/tools/displacer.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.
