# 블록 에디터 기초

블록 에디터는 더 샌드박스에서 사용하는 기본적인 블록을 만드는 데 사용됩니다.

하나의 블록은 각 면(1m³)이 32x32 복셀로 이루어져 있으며 고체(Solid)나 액체(Liquid) 형태로 생성할 수 있습니다.

다양한 스타일로 6개의 면을 칠하는 것이 가능합니다(잔디, 아스팔트, 바위, 용암 등).

필요한 도구를 이용하여 블록과 해당 블록의 속성을 세부적으로 쉽게 조정할 수 있습니다.

여러 블록에 타일화된(반복적인) 텍스쳐를 생성합니다.


---

# 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://docs.sandbox.game/the-voxedit-acadmy_kr/block-editor/block-editor-basics.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.
