📤Sub-reference Highlight
Data Object
Highlight / highlight
/ Resource Location
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
/ Rotation
rotation
/ RotationRotation refers to the rotation of the sub reference.
Translation / translation
/ Float[3]
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]
Last updated