From d6a8eab63ef04dc8ebf4029cb1fae244b3035fdf Mon Sep 17 00:00:00 2001 From: ChibiMango <32205345+ChibiMango@users.noreply.github.com> Date: Tue, 9 Aug 2022 11:20:55 +0100 Subject: [PATCH] Update stroll_towards_village.json corrected description --- .../entities/format/behaviors/stroll_towards_village.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/behavior/entities/format/behaviors/stroll_towards_village.json b/source/behavior/entities/format/behaviors/stroll_towards_village.json index 118eccd0..9ff4273a 100644 --- a/source/behavior/entities/format/behaviors/stroll_towards_village.json +++ b/source/behavior/entities/format/behaviors/stroll_towards_village.json @@ -1,6 +1,6 @@ { "$id": "blockception.minecraft.behavior.entities.minecraft.behavior.stroll_towards_village", - "description": "Allows the mob to stay at a certain level when in liquid.", + "description": "Allows the mob to move into a random location within a village within the search range.", "type": "object", "title": "Stroll Towards Village", "additionalProperties": false,