# Importing schematics to singleplayer minecraft

WorldEdit mod will be needed

1. Open the installation path of your minecraft, by default it is located at *<mark style="color:yellow;">**%appdata%/.minecraft**</mark>*
2. Inside that folder, there should be another folder named *<mark style="color:yellow;">**WorldEdit**</mark>*, there you should find another folder respective to the *<mark style="color:yellow;">**schematics**</mark>*.
3. Move all the schematics that must be loaded into minecraft to that folder.
4. In minecraft, make sure the schematics were successfully loaded with the following command: *<mark style="color:yellow;">**//schematic list**</mark>*
5. Now you must load the schematic: *<mark style="color:yellow;">**//schematic load \<schematic\_name>**</mark>*
6. Finally, to paste the loaded schematic, use: *<mark style="color:yellow;">**//paste**</mark>* or *<mark style="color:yellow;">**//paste -a**</mark>* for ignoring the air blocks (most efficient).


---

# 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/tutorials/importing-schematics-to-singleplayer-minecraft.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.
