From d7259dfc41ebcaaf85c02ace955efbe6e81ef884 Mon Sep 17 00:00:00 2001 From: ChibiMango <32205345+ChibiMango@users.noreply.github.com> Date: Tue, 9 Aug 2022 11:20:52 +0100 Subject: [PATCH] Update share_items.json corrected description --- source/behavior/entities/format/behaviors/share_items.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/behavior/entities/format/behaviors/share_items.json b/source/behavior/entities/format/behaviors/share_items.json index e6b98293..4f289b79 100644 --- a/source/behavior/entities/format/behaviors/share_items.json +++ b/source/behavior/entities/format/behaviors/share_items.json @@ -1,6 +1,6 @@ { "$id": "blockception.minecraft.behavior.entities.minecraft.behavior.share_items", - "description": "Allows the mob to send an event to another mob.", + "description": "Allows the mob to give items it has to others.", "type": "object", "title": "Share Items", "additionalProperties": false,