From ed0e91a777aa8592a3f7f6b388ba7f6f4e6fe5ce Mon Sep 17 00:00:00 2001 From: ChibiMango <32205345+ChibiMango@users.noreply.github.com> Date: Tue, 9 Aug 2022 11:21:00 +0100 Subject: [PATCH] Update wither_target_highest_damage.json corrected description --- .../entities/format/behaviors/wither_target_highest_damage.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/behavior/entities/format/behaviors/wither_target_highest_damage.json b/source/behavior/entities/format/behaviors/wither_target_highest_damage.json index 3cc90fbd..570be91c 100644 --- a/source/behavior/entities/format/behaviors/wither_target_highest_damage.json +++ b/source/behavior/entities/format/behaviors/wither_target_highest_damage.json @@ -1,6 +1,6 @@ { "$id": "blockception.minecraft.behavior.entities.minecraft.behavior.wither_target_highest_damage", - "description": "Allows the wither to launch random attacks. Can only be used by the Wither Boss.", + "description": "Allows the wither to focus its attacks on whichever mob has dealt the most damage to it. Can only be used by the Wither Boss.", "additionalProperties": false, "type": "object", "title": "Wither Target Highest Damage",