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" }, "priority": { "$ref": "types/priority.json" },
"speed_multiplier": { "$ref": "types/speed_multiplier.json" }, "speed_multiplier": { "$ref": "types/speed_multiplier.json" },
"goal_radius": { "goal_radius": {
"title": "Goal Radius",
"type": "number", "type": "number",
"default": 0.5, "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", "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"
}, },
"search_height": { "search_height": {
"title": "Search Height",
"type": "integer", "type": "integer",
"default": 1, "default": 1,
"description": "Height in blocks from the owner the pet can be to sleep with owner.", "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"
}, },
"search_radius": { "search_radius": {
"title": "Search Radius",
"type": "integer", "type": "integer",
"default": 0, "default": 10,
"description": "The search radius for the mob to consider", "description": "The radius that the mob will search for an owner to curl up with."
"$comment": "UNDOCUMENTED", },
"title": "Search Radius" "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": [ "examples": [