From 7db0815891865b5662409193702768324b89a636 Mon Sep 17 00:00:00 2001 From: DaanV2 Date: Tue, 20 Sep 2022 19:46:29 +0200 Subject: [PATCH] Updated --- source/behavior/entities/format/components/preferred_path.json | 1 - source/behavior/entities/format/types/entity_types.json | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/source/behavior/entities/format/components/preferred_path.json b/source/behavior/entities/format/components/preferred_path.json index c4fff3eb..969b7e15 100644 --- a/source/behavior/entities/format/components/preferred_path.json +++ b/source/behavior/entities/format/components/preferred_path.json @@ -4,7 +4,6 @@ "title": "Preferred Path", "description": "Specifies costing information for mobs that prefer to walk on preferred paths.", "additionalProperties": false, - "required": ["preferred_path_blocks"], "properties": { "default_block_cost": { "type": "number", diff --git a/source/behavior/entities/format/types/entity_types.json b/source/behavior/entities/format/types/entity_types.json index 8d2a2bdc..ca412df1 100644 --- a/source/behavior/entities/format/types/entity_types.json +++ b/source/behavior/entities/format/types/entity_types.json @@ -6,6 +6,7 @@ "description": "The entity type.", "title": "Entity Type", "type": "object", + "additionalProperties": false, "properties": { "filters": { "type": "object", "$ref": "../../filters/filters.json" }, "max_dist": {