Sub-reference Highlight
Last updated
Was this helpful?
Last updated
Was this helpful?
highlight
/ Resource LocationHighlight is the reference to the highlight you would like to make a sub reference to.
It is formatted like such minecraft:corner_line
to lead to a highlight json of corner_line
in the minecraft
namespace.
rotation
/ Rotation refers to the rotation of the sub reference.
translation
/ Float[3]Translation is a 3 float array with the 3 floats corrosponding respectively to x, y, z
So if I would like my highlight to be moved up by one I would set translation to [0, 1, 0]