From 8a413b223e0ed594e7a0a3374bddfc73548409bf Mon Sep 17 00:00:00 2001 From: DaanV2 Date: Wed, 13 Jul 2022 22:14:53 +0200 Subject: [PATCH] Updated leap_at_target --- .../entities/format/behaviors/leap_at_target.json | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/source/behavior/entities/format/behaviors/leap_at_target.json b/source/behavior/entities/format/behaviors/leap_at_target.json index 85fea79a..9782ae43 100644 --- a/source/behavior/entities/format/behaviors/leap_at_target.json +++ b/source/behavior/entities/format/behaviors/leap_at_target.json @@ -22,15 +22,14 @@ }, "yd": { "type": "number", - "default": 0, + "default": 0.0, "description": "The height in blocks the mob jumps when leaping at its target", "title": "Yd" }, "target_dist": { "type": "number", - "default": 0, - "description": "UNDOCUMENTED", - "$comment": "UNDOCUMENTED", + "default": 0.3, + "description": "Distance in blocks the mob jumps when leaping at its target.", "title": "Target Dist" } }, @@ -42,4 +41,4 @@ "target_dist": 0 } ] -} \ No newline at end of file +}