From 7c03ee4ec583dcee721ea33a6165d84b8bad8930 Mon Sep 17 00:00:00 2001 From: DaanV2 Date: Mon, 20 Dec 2021 20:22:18 +0100 Subject: [PATCH] Updated priority text --- source/behavior/entities/format/behaviors/types/priority.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/behavior/entities/format/behaviors/types/priority.json b/source/behavior/entities/format/behaviors/types/priority.json index 474cfa41..852b0316 100644 --- a/source/behavior/entities/format/behaviors/types/priority.json +++ b/source/behavior/entities/format/behaviors/types/priority.json @@ -4,5 +4,5 @@ "type": "integer", "title": "Priority", "minimum": 0, - "description": "Allows the mob to drink potions based on specified environment conditions." + "description": "How important this behavior is. Lower priority behaviors will be executed first." }