Merge pull request #59 from Blockception/35-update-property-minecraftpet_sleep_with_owner

Updated pet_sleep_with_owner
This commit is contained in:
Daan Verstraten
2022-07-13 22:04:16 +02:00
committed by GitHub

View File

@@ -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": [