From d444e478bbf7fde5a4db77eae40a19b1f193c834 Mon Sep 17 00:00:00 2001 From: DaanV2 Date: Tue, 17 Nov 2020 08:53:11 +0100 Subject: [PATCH] Fixing transition for animation controllers --- .../1.10.0/animation_controller.json | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/behaviour/animation_controllers/1.10.0/animation_controller.json b/behaviour/animation_controllers/1.10.0/animation_controller.json index 7f2711d5..8a981d2b 100644 --- a/behaviour/animation_controllers/1.10.0/animation_controller.json +++ b/behaviour/animation_controllers/1.10.0/animation_controller.json @@ -120,9 +120,14 @@ "minProperties": 1, "type": "array", "items": { - "$ref": "#/definitions/animationspec", - "description": "TODO description: transitions", - "title": "Transitions" + "title": "Transitions", + "description": "A object specification on how to transition", + "type": "object", + "maxProperties": 1, + "minProperties": 1, + "additionalProperties": { + "$ref": "../../../molang/1.8.0/string.json" + } } } }