Update find_mount.json

Removed undocumented comment
This commit is contained in:
ChibiMango
2022-07-13 22:38:54 +01:00
parent e62f891464
commit ff20f5aad7

View File

@@ -9,40 +9,40 @@
"$ref": "types/priority.json" "$ref": "types/priority.json"
}, },
"avoid_water": { "avoid_water": {
"title": "Avoid Water",
"type": "boolean", "type": "boolean",
"default": false, "default": false,
"description": "If true, the mob will not go into water blocks when going towards a mount", "description": "If true, the mob will not go into water blocks when going towards a mount"
"title": "Avoid Water"
}, },
"mount_distance": { "mount_distance": {
"type": "number", "type": "number",
"title": "Mount Distance",
"default": -1, "default": -1,
"description": "This is the distance the mob needs to be, in blocks, from the desired mount to mount it. If the value is below 0, the mob will use its default attack distance", "description": "This is the distance the mob needs to be, in blocks, from the desired mount to mount it. If the value is below 0, the mob will use its default attack distance"
"title": "Mount Distance"
}, },
"start_delay": { "start_delay": {
"title": "Start Delay",
"type": "integer", "type": "integer",
"default": 0, "default": 0,
"description": "Time the mob will wait before starting to move towards the mount", "description": "Time the mob will wait before starting to move towards the mount"
"title": "Start Delay"
}, },
"target_needed": { "target_needed": {
"title": "Target Needed",
"type": "boolean", "type": "boolean",
"default": false, "default": false,
"description": "If true, the mob will only look for a mount if it has a target", "description": "If true, the mob will only look for a mount if it has a target"
"title": "Target Needed"
}, },
"within_radius": { "within_radius": {
"title": "Within Radius",
"type": "number", "type": "number",
"default": 0, "default": 0,
"description": "Distance in blocks within which the mob will look for a mount", "description": "Distance in blocks within which the mob will look for a mount"
"title": "Within Radius"
}, },
"max_failed_attempts": { "max_failed_attempts": {
"title": "Maximum Failed Attempts",
"type": "integer", "type": "integer",
"description": "The number of failed attempts to make before this goal is no longer used.", "description": "The number of failed attempts to make before this goal is no longer used.",
"$comment": "UNDOCUMENTED", "$comment": "UNDOCUMENTED"
"title": "Maximum Failed Attempts"
} }
}, },
"examples": [ "examples": [