From ff20f5aad7951e92d8556119d7a6424342dabd61 Mon Sep 17 00:00:00 2001 From: ChibiMango <32205345+ChibiMango@users.noreply.github.com> Date: Wed, 13 Jul 2022 22:38:54 +0100 Subject: [PATCH] Update find_mount.json Removed undocumented comment --- .../entities/format/behaviors/find_mount.json | 24 +++++++++---------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/source/behavior/entities/format/behaviors/find_mount.json b/source/behavior/entities/format/behaviors/find_mount.json index 9fcb5a5a..92d8b350 100644 --- a/source/behavior/entities/format/behaviors/find_mount.json +++ b/source/behavior/entities/format/behaviors/find_mount.json @@ -9,40 +9,40 @@ "$ref": "types/priority.json" }, "avoid_water": { + "title": "Avoid Water", "type": "boolean", "default": false, - "description": "If true, the mob will not go into water blocks when going towards a mount", - "title": "Avoid Water" + "description": "If true, the mob will not go into water blocks when going towards a mount" }, "mount_distance": { "type": "number", + "title": "Mount Distance", "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": "Mount Distance" + "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" }, "start_delay": { + "title": "Start Delay", "type": "integer", "default": 0, - "description": "Time the mob will wait before starting to move towards the mount", - "title": "Start Delay" + "description": "Time the mob will wait before starting to move towards the mount" }, "target_needed": { + "title": "Target Needed", "type": "boolean", "default": false, - "description": "If true, the mob will only look for a mount if it has a target", - "title": "Target Needed" + "description": "If true, the mob will only look for a mount if it has a target" }, "within_radius": { + "title": "Within Radius", "type": "number", "default": 0, - "description": "Distance in blocks within which the mob will look for a mount", - "title": "Within Radius" + "description": "Distance in blocks within which the mob will look for a mount" }, "max_failed_attempts": { + "title": "Maximum Failed Attempts", "type": "integer", "description": "The number of failed attempts to make before this goal is no longer used.", - "$comment": "UNDOCUMENTED", - "title": "Maximum Failed Attempts" + "$comment": "UNDOCUMENTED" } }, "examples": [