> For the complete documentation index, see [llms.txt](https://lib.wiki.teamresourceful.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://lib.wiki.teamresourceful.com/welcome/highlights/highlight-state/sub-reference-highlight.md).

# Sub-reference Highlight

## Data Object

### Highlight / <mark style="color:red;">`highlight`</mark> / Resource Location

Highlight is the reference to the highlight you would like to make a sub reference to.

It is formatted like such <mark style="color:purple;">`minecraft:corner_line`</mark> to lead to a highlight json of `corner_line` in the `minecraft` namespace.

### Rotation / <mark style="color:red;">`rotation`</mark> / [Rotation](/welcome/highlights/highlight-state/sub-reference-highlight/rotation-object.md)

Rotation refers to the rotation of the sub reference.

### Translation / <mark style="color:red;">`translation`</mark> / Float\[3]

Translation is a 3 float array with the 3 floats corrosponding respectively to `x, y, z`&#x20;

So if I would like my highlight to be moved up by one I would set translation to <mark style="color:blue;">`[0, 1, 0]`</mark>
