From 042d6ebed6b53383aa0e82ec646f4115740084ac Mon Sep 17 00:00:00 2001 From: ChibiMango <32205345+ChibiMango@users.noreply.github.com> Date: Tue, 9 Aug 2022 11:20:57 +0100 Subject: [PATCH] Update vex_random_move.json corrected description --- source/behavior/entities/format/behaviors/vex_random_move.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/behavior/entities/format/behaviors/vex_random_move.json b/source/behavior/entities/format/behaviors/vex_random_move.json index 36e87b56..c7bc97de 100644 --- a/source/behavior/entities/format/behaviors/vex_random_move.json +++ b/source/behavior/entities/format/behaviors/vex_random_move.json @@ -1,6 +1,6 @@ { "$id": "blockception.minecraft.behavior.entities.minecraft.behavior.vex_random_move", - "description": "Allows the mob to target the same entity its owner is targeting.", + "description": "Allows the mob to move around randomly like the Vex.", "additionalProperties": false, "type": "object", "title": "Vex Random Move",