From 0f21b18e5ec9791eef3e011b01e8212c7f45b192 Mon Sep 17 00:00:00 2001 From: ChibiMango <32205345+ChibiMango@users.noreply.github.com> Date: Tue, 26 Jul 2022 14:51:18 +0100 Subject: [PATCH] Update hurt_by_target.json corrected title --- source/behavior/entities/format/behaviors/hurt_by_target.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/behavior/entities/format/behaviors/hurt_by_target.json b/source/behavior/entities/format/behaviors/hurt_by_target.json index af2a0d74..c38fec33 100644 --- a/source/behavior/entities/format/behaviors/hurt_by_target.json +++ b/source/behavior/entities/format/behaviors/hurt_by_target.json @@ -1,7 +1,7 @@ { "$id": "blockception.minecraft.behavior.entities.minecraft.behavior.hurt_by_target", "type": "object", - "title": "Guardian Attack", + "title": "Hurt By Target", "additionalProperties": false, "description": "Allows the mob to target another mob that hurts them.", "required": [],