Updated pet_sleep_with_owner
This commit is contained in:
@@ -8,29 +8,28 @@
|
||||
"priority": { "$ref": "types/priority.json" },
|
||||
"speed_multiplier": { "$ref": "types/speed_multiplier.json" },
|
||||
"goal_radius": {
|
||||
"title": "Goal Radius",
|
||||
"type": "number",
|
||||
"default": 0.5,
|
||||
"description": "Distance in blocks within the mob considers it has reached the goal. This is the `wiggle room` to stop the AI from bouncing back and forth trying to reach a specific spot",
|
||||
"title": "Goal Radius"
|
||||
"description": "Distance in blocks within the mob considers it has reached the goal. This is the \"wiggle room\" to stop the AI from bouncing back and forth trying to reach a specific spot"
|
||||
},
|
||||
"search_height": {
|
||||
"title": "Search Height",
|
||||
"type": "integer",
|
||||
"default": 1,
|
||||
"description": "Height in blocks from the owner the pet can be to sleep with owner.",
|
||||
"title": "Search Height"
|
||||
},
|
||||
"search_range": {
|
||||
"type": "integer",
|
||||
"default": 0,
|
||||
"description": "The distance in blocks from the owner the pet can be to sleep with owner.",
|
||||
"title": "Search Range"
|
||||
"description": "Height in blocks from the owner the pet can be to sleep with owner."
|
||||
},
|
||||
"search_radius": {
|
||||
"title": "Search Radius",
|
||||
"type": "integer",
|
||||
"default": 0,
|
||||
"description": "The search radius for the mob to consider",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"title": "Search Radius"
|
||||
"default": 10,
|
||||
"description": "The radius that the mob will search for an owner to curl up with."
|
||||
},
|
||||
"search_range": {
|
||||
"title": "Search Range",
|
||||
"type": "integer",
|
||||
"default": 10,
|
||||
"description": "The range that the mob will search for an owner to curl up with."
|
||||
}
|
||||
},
|
||||
"examples": [
|
||||
|
||||
Reference in New Issue
Block a user