Updated
This commit is contained in:
@@ -4,7 +4,6 @@
|
|||||||
"title": "Preferred Path",
|
"title": "Preferred Path",
|
||||||
"description": "Specifies costing information for mobs that prefer to walk on preferred paths.",
|
"description": "Specifies costing information for mobs that prefer to walk on preferred paths.",
|
||||||
"additionalProperties": false,
|
"additionalProperties": false,
|
||||||
"required": ["preferred_path_blocks"],
|
|
||||||
"properties": {
|
"properties": {
|
||||||
"default_block_cost": {
|
"default_block_cost": {
|
||||||
"type": "number",
|
"type": "number",
|
||||||
|
|||||||
@@ -6,6 +6,7 @@
|
|||||||
"description": "The entity type.",
|
"description": "The entity type.",
|
||||||
"title": "Entity Type",
|
"title": "Entity Type",
|
||||||
"type": "object",
|
"type": "object",
|
||||||
|
"additionalProperties": false,
|
||||||
"properties": {
|
"properties": {
|
||||||
"filters": { "type": "object", "$ref": "../../filters/filters.json" },
|
"filters": { "type": "object", "$ref": "../../filters/filters.json" },
|
||||||
"max_dist": {
|
"max_dist": {
|
||||||
|
|||||||
Reference in New Issue
Block a user