# Transparent Block

<figure><img src="/files/v0tM9zIjd0gLSST5Bnvt" alt=""><figcaption></figcaption></figure>

To create a transparent block you have to use `REAL_TRANSPARENT` block model type.

```yaml
info:
  namespace: test_transparent
items:
  test_block_transparent:
    enabled: true
    display_name: test_block_transparent
    resource:
      generate: true
      textures:
        - test
      material: PAPER
    behaviours:
      block:
        placed_model:
          type: REAL_TRANSPARENT
        cancel_drop: false
```

{% file src="/files/oD0Ew1WCIOuS0hQFGUlZ" %}


---

# 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://itemsadder.devs.beer/adding-content/blocks/transparent-block.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.
