From 228cd5c4f1fddd52333348be35aa23b5b879b315 Mon Sep 17 00:00:00 2001 From: "Pantera (Mad_Daniel)" <89838384+Pantera07@users.noreply.github.com> Date: Sat, 9 Dec 2023 04:13:26 +0900 Subject: [PATCH 1/2] Add wet-farmland --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 446e0d0..84f3e89 100644 --- a/README.md +++ b/README.md @@ -511,6 +511,12 @@ Time in ticks between the server trying to spread grass or mycelium. This will m Time in ticks between container updates. Increasing this might help if container updates cause issues for you (it rarely happens), but makes it easier for players to experience desync when interacting with inventories (ghost items). +#### tick-rates.wet-farmland + +`Good starting value: 4` + +Time in ticks between the server trying to dry wet-farmland. Wet farmland slowly drying out does not significantly impact gameplay. Increasing this value can help reduce lag caused by farmland. + #### non-player-arrow-despawn-rate `Good starting value: 20` From 13439ecd9b74f10f51fc7818bc4cb801357386cd Mon Sep 17 00:00:00 2001 From: "Pantera (Mad_Daniel)" <89838384+Pantera07@users.noreply.github.com> Date: Sat, 9 Dec 2023 05:44:11 +0900 Subject: [PATCH 2/2] reduce --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 84f3e89..a364c02 100644 --- a/README.md +++ b/README.md @@ -513,7 +513,7 @@ Time in ticks between container updates. Increasing this might help if container #### tick-rates.wet-farmland -`Good starting value: 4` +`Good starting value: 2` Time in ticks between the server trying to dry wet-farmland. Wet farmland slowly drying out does not significantly impact gameplay. Increasing this value can help reduce lag caused by farmland.