From 44b93ff0a3f41e3e08a5ffe089de7677aa817984 Mon Sep 17 00:00:00 2001 From: ChibiMango <32205345+ChibiMango@users.noreply.github.com> Date: Tue, 9 Aug 2022 11:21:24 +0100 Subject: [PATCH] Update npc.json corrected description & added undocumented comment --- source/behavior/entities/format/components/npc.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/behavior/entities/format/components/npc.json b/source/behavior/entities/format/components/npc.json index 59984213..31c41ead 100644 --- a/source/behavior/entities/format/components/npc.json +++ b/source/behavior/entities/format/components/npc.json @@ -2,7 +2,8 @@ "$id": "blockception.minecraft.behavior.entities.minecraft.npc", "type": "object", "title": "Npc", - "description": "A component that applies a mob effect to entities that get within range.", + "description": "Sets this entity as an NPC", + "$comment": "UNDOCUMENTED", "additionalProperties": false, "definitions": { "rangeXYZ": {