# MAP ISSUES

- [Missing blocks](https://wiki.soltionstudios.com/map-issues/missing-blocks.md): Sometimes conflits generated by changing the version of minecraft cause blocks to disappear, since older versions have less block variety. Luckly, it can be easily fixed.
- [Defining spawn](https://wiki.soltionstudios.com/map-issues/defining-spawn.md)
- [Blocks falling](https://wiki.soltionstudios.com/map-issues/blocks-falling.md): Certain blocks are not being able to stand on the air
- [Blocks breaking spontaneously](https://wiki.soltionstudios.com/map-issues/blocks-breaking-spontaneously.md): Blocks, such as carpets, flowes, trapdoors, ladders etc. are not supported to stand on the air by default.
- [Server crashing when loading schematic](https://wiki.soltionstudios.com/map-issues/server-crashing-when-loading-schematic.md)


---

# 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.soltionstudios.com/map-issues.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.
