9
0
mirror of https://github.com/Xiao-MoMi/Custom-Crops.git synced 2025-12-29 11:59:15 +00:00

untested offline growth

This commit is contained in:
XiaoMoMi
2024-04-03 18:53:51 +08:00
parent 3bde4340b2
commit 024cb479d0
43 changed files with 257 additions and 153 deletions

View File

@@ -46,6 +46,16 @@ worlds:
# For crops, under the same conditions, the growth rate of crops is basically the same
# For sprinklers and pots, they would work periodically.
min-tick-unit: 300
# Offline growth settings
# This option allows crops to grow even if the world is unloaded or the server is closed
# This may lead to some issues caused by timeliness conditions for instance seasons
offline-growth:
enable: false
# Maximum offline time recorded in seconds
# Please do not set this option to a value that is too large,
# as it may cause chunks that have been unloaded for a long time
# taking long to load
max-offline-seconds: 1200
# Settings for crops
crop:
# [RANDOM_TICK]