From d57e88ee2fa28d27b47b6aefa4b0e55b10b2ce87 Mon Sep 17 00:00:00 2001 From: ChibiMango <32205345+ChibiMango@users.noreply.github.com> Date: Tue, 26 Jul 2022 14:57:24 +0100 Subject: [PATCH] Update summon_entity.json corrected title --- source/behavior/entities/format/behaviors/summon_entity.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/behavior/entities/format/behaviors/summon_entity.json b/source/behavior/entities/format/behaviors/summon_entity.json index c91bc481..a7a10c3c 100644 --- a/source/behavior/entities/format/behaviors/summon_entity.json +++ b/source/behavior/entities/format/behaviors/summon_entity.json @@ -1,7 +1,7 @@ { "$id": "blockception.minecraft.behavior.entities.minecraft.behavior.summon_entity", "description": "Allows the mob to attack the player by summoning other entities.", - "title": "Stay While Sitting", + "title": "Summon Entity", "type": "object", "additionalProperties": false, "required": [],