From 5f780bf8d7933a9b6e9dd9dc00c2bd5ec00a0f05 Mon Sep 17 00:00:00 2001 From: ChibiMango <32205345+ChibiMango@users.noreply.github.com> Date: Tue, 26 Jul 2022 14:52:43 +0100 Subject: [PATCH] Update move_towards_target.json corrected title and id --- .../entities/format/behaviors/move_towards_target.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/behavior/entities/format/behaviors/move_towards_target.json b/source/behavior/entities/format/behaviors/move_towards_target.json index 49abb809..d253d76e 100644 --- a/source/behavior/entities/format/behaviors/move_towards_target.json +++ b/source/behavior/entities/format/behaviors/move_towards_target.json @@ -1,7 +1,7 @@ { - "$id": "blockception.minecraft.behavior.entities.minecraft.behavior.guardian_attack", + "$id": "blockception.minecraft.behavior.entities.minecraft.behavior.move_towards_target", "type": "object", - "title": "Guardian Attack", + "title": "Move Towards Target", "additionalProperties": false, "description": "Allows mob to move towards its current target.", "required": [],