Update find_mount.json
Removed undocumented comment
This commit is contained in:
@@ -9,40 +9,40 @@
|
||||
"$ref": "types/priority.json"
|
||||
},
|
||||
"avoid_water": {
|
||||
"title": "Avoid Water",
|
||||
"type": "boolean",
|
||||
"default": false,
|
||||
"description": "If true, the mob will not go into water blocks when going towards a mount",
|
||||
"title": "Avoid Water"
|
||||
"description": "If true, the mob will not go into water blocks when going towards a mount"
|
||||
},
|
||||
"mount_distance": {
|
||||
"type": "number",
|
||||
"title": "Mount Distance",
|
||||
"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",
|
||||
"title": "Mount 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"
|
||||
},
|
||||
"start_delay": {
|
||||
"title": "Start Delay",
|
||||
"type": "integer",
|
||||
"default": 0,
|
||||
"description": "Time the mob will wait before starting to move towards the mount",
|
||||
"title": "Start Delay"
|
||||
"description": "Time the mob will wait before starting to move towards the mount"
|
||||
},
|
||||
"target_needed": {
|
||||
"title": "Target Needed",
|
||||
"type": "boolean",
|
||||
"default": false,
|
||||
"description": "If true, the mob will only look for a mount if it has a target",
|
||||
"title": "Target Needed"
|
||||
"description": "If true, the mob will only look for a mount if it has a target"
|
||||
},
|
||||
"within_radius": {
|
||||
"title": "Within Radius",
|
||||
"type": "number",
|
||||
"default": 0,
|
||||
"description": "Distance in blocks within which the mob will look for a mount",
|
||||
"title": "Within Radius"
|
||||
"description": "Distance in blocks within which the mob will look for a mount"
|
||||
},
|
||||
"max_failed_attempts": {
|
||||
"title": "Maximum Failed Attempts",
|
||||
"type": "integer",
|
||||
"description": "The number of failed attempts to make before this goal is no longer used.",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"title": "Maximum Failed Attempts"
|
||||
"$comment": "UNDOCUMENTED"
|
||||
}
|
||||
},
|
||||
"examples": [
|
||||
|
||||
Reference in New Issue
Block a user