diff --git a/source/resource/models/entity/1.21.0/model_entity.json b/source/resource/models/entity/1.21.0/model_entity.json index 7e7a023d..3b751460 100644 --- a/source/resource/models/entity/1.21.0/model_entity.json +++ b/source/resource/models/entity/1.21.0/model_entity.json @@ -42,6 +42,15 @@ "type": "string", "title": "Material Instance", "description": "Specifies the UV's for the face that stretches." + }, + "uv_rotation": { + "title": "Uv Rotation", + "description": "Specifies an optional rotation for the specified UV rect in 90-degree clockwise increments before applying it to a geometry cube face. If not specified, no rotation will be applied.", + "enum": [ + 90, + 180, + 270 + ] } } },