This commit is contained in:
DaanV2
2022-09-20 19:46:29 +02:00
parent 37d2dbd5c0
commit 7db0815891
2 changed files with 1 additions and 1 deletions

View File

@@ -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",

View File

@@ -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": {