From f96a093ebdff29c2c1af39be18f08bf51b21bb13 Mon Sep 17 00:00:00 2001 From: "Pantera (Mad_Daniel)" <89838384+Pantera07@users.noreply.github.com> Date: Sun, 14 Apr 2024 01:56:15 +0900 Subject: [PATCH 1/2] Improved villager radius search option description --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 92a6496..2fd3d92 100644 --- a/README.md +++ b/README.md @@ -385,9 +385,14 @@ Lobotomized villagers are stripped from their AI and only restock their offers e #### villager.search-radius -`Good starting value: 16` +``` +Good starting values: -Radius within which villagers will search for a bed. This significantly boosts performance with large amount of villagers, but wil prevent them from detecting beds that are further away than set value. + acquire-poi: 16 + nearest-bed-sensor: 16 +``` + +Radius within which villagers will search for job site blocks and a bed. This significantly boosts performance with large amount of villagers, but will prevent them from detecting job site blocks or beds that are further away than set value. --- From 698d876514e0769995086db984811aabe99b19fc Mon Sep 17 00:00:00 2001 From: YouHaveTrouble Date: Sat, 13 Apr 2024 23:24:56 +0200 Subject: [PATCH 2/2] slight grammar adjustment --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2fd3d92..505dcf7 100644 --- a/README.md +++ b/README.md @@ -392,7 +392,7 @@ Good starting values: nearest-bed-sensor: 16 ``` -Radius within which villagers will search for job site blocks and a bed. This significantly boosts performance with large amount of villagers, but will prevent them from detecting job site blocks or beds that are further away than set value. +Radius within which villagers will search for job site blocks and beds. This significantly boosts performance with large amount of villagers, but will prevent them from detecting job site blocks or beds that are further away than set value. ---