# Bedrock Support

I tested the setup with Geyser, and it is ***almost 99% compatible with Bedrock***, except for the following issues.

1. **Floating Heads**: They do not appear on Bedrock clients because they use Display Entities, which do not exist on Bedrock but still clickable.
2. **Holograms** from **FancyHolograms**: Similar to Floating Heads, they do not display. Use DecentHolograms to fix this.
3. Custom head item textures inside GUIs are mostly not displayed. This is normal.
4. Many Java HEX colors will not display correctly on Bedrock and will be converted into different colors instead. This is normal.


---

# 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.hyronic.dev/server-setups/mcmmo-survival/bedrock-support.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.
