diff --git a/source/behavior/animation_controllers/animation_controller.json b/source/behavior/animation_controllers/animation_controller.json index b1a9a8db..00495956 100644 --- a/source/behavior/animation_controllers/animation_controller.json +++ b/source/behavior/animation_controllers/animation_controller.json @@ -26,7 +26,7 @@ "maxProperties": 1, "minProperties": 1, "additionalProperties": { - "$ref": "../../../molang/string.json" + "$ref": "../../molang/string.json" } } ] @@ -144,7 +144,7 @@ "minProperties": 1, "examples": [{ "default": "query.is_chested" }], "additionalProperties": { - "$ref": "../../../molang/string.json" + "$ref": "../../molang/string.json" } } } diff --git a/source/resource/animation_controllers/animation_controller.json b/source/resource/animation_controllers/animation_controller.json index 79adb171..929cb377 100644 --- a/source/resource/animation_controllers/animation_controller.json +++ b/source/resource/animation_controllers/animation_controller.json @@ -29,7 +29,7 @@ "minProperties": 1, "additionalProperties": { "oneOf": [ - { "type": "string", "$ref": "../../../molang/string.json" }, + { "type": "string", "$ref": "../../molang/string.json" }, { "type": "number", "description": "A blend weight" } ] } @@ -173,7 +173,7 @@ "type": "object", "required": ["input"], "properties": { - "input": { "$ref": "../../../molang/number.json" }, + "input": { "$ref": "../../molang/number.json" }, "remap_curve": { "title": "Remap Curve", "type": "object",