From 299afc41f875dab72ba3330eb9c973ed5779cd5c Mon Sep 17 00:00:00 2001 From: Legopitstop <40679582+legopitstop@users.noreply.github.com> Date: Wed, 30 Apr 2025 03:18:37 -0500 Subject: [PATCH] Add uv_rotation to model_entity 1.21.0 (#345) --- source/resource/models/entity/1.21.0/model_entity.json | 9 +++++++++ 1 file changed, 9 insertions(+) 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 + ] } } },