From c76bf044e559a51b11cb6ba8a43dfede3745718c Mon Sep 17 00:00:00 2001 From: DrBot7 <46543473+DrBot7@users.noreply.github.com> Date: Tue, 19 Jan 2021 00:39:50 -0600 Subject: [PATCH] Timings - Recommendation changes to EAR --- cogs/timings_check.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cogs/timings_check.yml b/cogs/timings_check.yml index 00bc20b..50ed401 100644 --- a/cogs/timings_check.yml +++ b/cogs/timings_check.yml @@ -218,7 +218,7 @@ config: - expressions: - int(spigot["world-settings"]["default"]["entity-activation-range"]["animals"]) >= 32 prefix: "❌" - value: "Decrease this in [spigot.yml](http://bit.ly/spiconf).\nRecommended: 6." + value: "Decrease this in [spigot.yml](http://bit.ly/spiconf).\nRecommended: 16." entity-activation-range.monsters: - expressions: - int(spigot["world-settings"]["default"]["entity-activation-range"]["monsters"]) >= 32 @@ -228,7 +228,7 @@ config: - expressions: - int(spigot["world-settings"]["default"]["entity-activation-range"]["misc"]) >= 16 prefix: "❌" - value: "Decrease this in [spigot.yml](http://bit.ly/spiconf).\nRecommended: 4." + value: "Decrease this in [spigot.yml](http://bit.ly/spiconf).\nRecommended: 12." entity-activation-range.water: - expressions: - int(spigot["world-settings"]["default"]["entity-activation-range"]["water"]) >= 16