> For the complete documentation index, see [llms.txt](https://thatgravyboat.gitbook.io/iron-chests-restocked-wiki/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://thatgravyboat.gitbook.io/iron-chests-restocked-wiki/chests/property/reference.md).

# Reference

## Description

A reference property is a property that references another block in Minecraft and as such only requires the data value to be a string of the block you want.

## Data Object

### Block / <mark style="color:red;">`block`</mark> / String

Block refers to the block id you would like to reference for all your block properties to be from.

## Example

{% tabs %}
{% tab title="Example" %}

```json
{
    "type": "reference",
    "block": "minecraft:dirt"
}
```

{% endtab %}
{% endtabs %}
