From 90c611dfc8491d8870756439fc8637bf0105d322 Mon Sep 17 00:00:00 2001 From: DaanV2 Date: Wed, 13 Jul 2022 21:59:54 +0200 Subject: [PATCH] Updated pet_sleep_with_owner --- .../behaviors/pet_sleep_with_owner.json | 27 +++++++++---------- 1 file changed, 13 insertions(+), 14 deletions(-) diff --git a/source/behavior/entities/format/behaviors/pet_sleep_with_owner.json b/source/behavior/entities/format/behaviors/pet_sleep_with_owner.json index 6e753f53..d17e31ec 100644 --- a/source/behavior/entities/format/behaviors/pet_sleep_with_owner.json +++ b/source/behavior/entities/format/behaviors/pet_sleep_with_owner.json @@ -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": [