From 28cb26845b19f8a485e0662c6ed0b25ebad6b757 Mon Sep 17 00:00:00 2001 From: XiaoMoMi <972454774@qq.com> Date: Sun, 5 May 2024 02:41:11 +0800 Subject: [PATCH] Update config.yml --- plugin/src/main/resources/config.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/plugin/src/main/resources/config.yml b/plugin/src/main/resources/config.yml index 5002e70..9460b5e 100644 --- a/plugin/src/main/resources/config.yml +++ b/plugin/src/main/resources/config.yml @@ -67,22 +67,22 @@ worlds: # which allows crops to grow at almost the same speed mode: RANDOM_TICK tick-interval: 1 - # Limit the max amount of crops in one chunk - max-per-chunk: 256 + # Limit the max amount of crops in one chunk (-1 = no limit) + max-per-chunk: -1 # Settings for pots pot: # RANDOM_TICK / SCHEDULED_TICK mode: SCHEDULED_TICK tick-interval: 3 - # Limit the max amount of pots in one chunk + # Limit the max amount of pots in one chunk (-1 = no limit) max-per-chunk: -1 # Settings for sprinklers sprinkler: # RANDOM_TICK / SCHEDULED_TICK mode: SCHEDULED_TICK tick-interval: 2 - # Limit the max amount of sprinklers in one chunk - max-per-chunk: 64 + # Limit the max amount of sprinklers in one chunk (-1 = no limit) + max-per-chunk: -1 # You can override the default settings for worlds here _WORLDS_: world_nether: