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:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user