diff --git a/source/behavior/animation_controllers/animation_controller.json b/source/behavior/animation_controllers/animation_controller.json index c431ec64..6a59429d 100644 --- a/source/behavior/animation_controllers/animation_controller.json +++ b/source/behavior/animation_controllers/animation_controller.json @@ -64,7 +64,7 @@ "type": "string", "description": "The event or commands to execute.", "title": "Commands", - "oneOf": [ + "anyOf": [ { "pattern": "^@s .+$", "title": "Event" }, { "pattern": "^/.+$", "title": "Command" }, { "pattern": "^.+;$", "title": "Molang" }