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." }