From e96882f70e5e13056dc05ff05f3f9a79ba71eb22 Mon Sep 17 00:00:00 2001 From: ChibiMango <32205345+ChibiMango@users.noreply.github.com> Date: Tue, 9 Aug 2022 11:20:48 +0100 Subject: [PATCH] Update nearest_attackable_target.json corrected description --- .../entities/format/behaviors/nearest_attackable_target.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/behavior/entities/format/behaviors/nearest_attackable_target.json b/source/behavior/entities/format/behaviors/nearest_attackable_target.json index bd6515eb..91af8a52 100644 --- a/source/behavior/entities/format/behaviors/nearest_attackable_target.json +++ b/source/behavior/entities/format/behaviors/nearest_attackable_target.json @@ -2,7 +2,7 @@ "$id": "blockception.minecraft.behavior.entities.minecraft.behavior.nearest_attackable_target", "type": "object", "title": "Nearest Attackable Target", - "description": "Allows the mob to check for and pursue the nearest valid target.", + "description": "Allows an entity to attack the closest target within a given subset of specific target types.", "additionalProperties": false, "definitions": { "entity_type": {