From 12d1cc1d1a0a0f13351a08fe0cf331a6c1998a28 Mon Sep 17 00:00:00 2001 From: ChibiMango <32205345+ChibiMango@users.noreply.github.com> Date: Tue, 26 Jul 2022 14:47:37 +0100 Subject: [PATCH] Update follow_parent.json corrected name and id --- source/behavior/entities/format/behaviors/follow_parent.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/behavior/entities/format/behaviors/follow_parent.json b/source/behavior/entities/format/behaviors/follow_parent.json index 7b4af5d8..bb59cd78 100644 --- a/source/behavior/entities/format/behaviors/follow_parent.json +++ b/source/behavior/entities/format/behaviors/follow_parent.json @@ -1,7 +1,7 @@ { - "$id": "blockception.minecraft.behavior.entities.minecraft.behavior.float", + "$id": "blockception.minecraft.behavior.entities.minecraft.behavior.follow_parent", "type": "object", - "title": "Float", + "title": "Follow Parent", "description": "Allows the mob to follow their parent around.", "additionalProperties": false, "required": [],