50 lines
1.6 KiB
JSON
50 lines
1.6 KiB
JSON
{
|
|
"$schema": "http://json-schema.org/draft-07/schema",
|
|
"$id": "blockception.minecraft.behaviour.entities.1.16.0.minecraft.behavior.find_mount",
|
|
"additionalProperties": false,
|
|
"description": "Allows the mob to look around for another mob to ride atop it.",
|
|
"title": "Behavior.find_mount 1.16.0",
|
|
"type": "object",
|
|
"properties": {
|
|
"priority": {
|
|
"$ref": "types/base_priority.json"
|
|
},
|
|
"avoid_water": {
|
|
"type": "boolean",
|
|
"default": false,
|
|
"description": "If true, the mob will not go into water blocks when going towards a mount",
|
|
"title": "TODO title"
|
|
},
|
|
"mount_distance": {
|
|
"type": "number",
|
|
"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": "TODO title"
|
|
},
|
|
"start_delay": {
|
|
"type": "integer",
|
|
"default": 0,
|
|
"description": "Time the mob will wait before starting to move towards the mount",
|
|
"title": "TODO title"
|
|
},
|
|
"target_needed": {
|
|
"type": "boolean",
|
|
"default": false,
|
|
"description": "If true, the mob will only look for a mount if it has a target",
|
|
"title": "TODO title"
|
|
},
|
|
"within_radius": {
|
|
"type": "number",
|
|
"default": 0,
|
|
"description": "Distance in blocks within which the mob will look for a mount",
|
|
"title": "TODO title"
|
|
},
|
|
"max_failed_attempts": {
|
|
"type": "integer",
|
|
"$comment": "NOT DOCUMENTATED BY MINECRAFT",
|
|
"description": "TODO description",
|
|
"title": "TODO title"
|
|
}
|
|
}
|
|
}
|