diff --git a/source/behavior/animations/animations.json b/source/behavior/animations/animations.json index 6ec3afa1..e983d07e 100644 --- a/source/behavior/animations/animations.json +++ b/source/behavior/animations/animations.json @@ -11,7 +11,7 @@ "description": "A object specification on how to transition", "maxProperties": 1, "minProperties": 1, - "additionalProperties": { "$ref": "../../../molang/string.json" } + "additionalProperties": { "$ref": "../../molang/string.json" } } ] }, diff --git a/source/resource/entity/1.10.0/entity.json b/source/resource/entity/1.10.0/entity.json index d86b2f03..42efa291 100644 --- a/source/resource/entity/1.10.0/entity.json +++ b/source/resource/entity/1.10.0/entity.json @@ -6,7 +6,7 @@ "additionalProperties": false, "required": ["format_version", "minecraft:client_entity"], "properties": { - "format_version": { "$ref": "../../general/format_version.json" }, + "format_version": { "$ref": "../../../general/format_version.json" }, "minecraft:client_entity": { "type": "object", "additionalProperties": false,