From 70a58caaf7a3b9cef833bae1304de256e8c5e608 Mon Sep 17 00:00:00 2001 From: XeonSquared Date: Fri, 4 Sep 2020 12:15:57 +1000 Subject: [PATCH] tune dynview to provide a saner max view distance --- .minecraft/config/dynview.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.minecraft/config/dynview.cfg b/.minecraft/config/dynview.cfg index 2cb564a..6a54526 100644 --- a/.minecraft/config/dynview.cfg +++ b/.minecraft/config/dynview.cfg @@ -15,7 +15,7 @@ general { # The maximum chunk view distance allowed to use, set to the max which a player could benefit from. default: 20 # Min: 1 # Max: 200 - I:maxChunkViewDist=20 + I:maxChunkViewDist=12 # The average tick time to stabilize the chunk view distance around, setting it higher than 50ms is not advised, as after 50ms the tps will go below 20. default:40ms # Min: 10