From 101a1fe145d5a1e4c53b906cbf98544f15a491c0 Mon Sep 17 00:00:00 2001 From: ChibiMango <32205345+ChibiMango@users.noreply.github.com> Date: Tue, 9 Aug 2022 11:21:29 +0100 Subject: [PATCH] Update transformation.json corrected description --- source/behavior/entities/format/components/transformation.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/behavior/entities/format/components/transformation.json b/source/behavior/entities/format/components/transformation.json index 1d7afb49..0dafcbe9 100644 --- a/source/behavior/entities/format/components/transformation.json +++ b/source/behavior/entities/format/components/transformation.json @@ -1,6 +1,6 @@ { "$id": "blockception.minecraft.behavior.entities.minecraft.transformation", - "description": "Defines this entity's ability to trade with players.", + "description": "Defines an entity's transformation from the current definition into another", "type": "object", "title": "Transformation", "additionalProperties": false,