mirror of
https://github.com/Xiao-MoMi/Custom-Crops.git
synced 2025-12-30 20:39:19 +00:00
3.0.6
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# Don't change
|
||||
config-version: '27'
|
||||
config-version: '28'
|
||||
# BStats
|
||||
metrics: true
|
||||
# Language: english / spanish / chinese / turkish
|
||||
@@ -20,19 +20,26 @@ worlds:
|
||||
- world
|
||||
|
||||
schedule-system:
|
||||
# Water amount and fertilizer use would be reduced at 6am
|
||||
# Sprinklers would work at 7am
|
||||
# if disabled, you can do that manually with command /customcrops force [consume/sprinklerwork]
|
||||
# 水分和肥料将在每天6点减少,洒水器将在7点工作
|
||||
# 如果禁用,你可以使用指令/customcrops force [consume/sprinklerwork]手动操作
|
||||
|
||||
default-schedule: true
|
||||
# The average interval for a crop to gain one point (measured in seconds)
|
||||
# 平均每个农作物获得一生长点的时间间隔(秒)
|
||||
point-gain-interval: 1200
|
||||
point-gain-interval: 600
|
||||
|
||||
others:
|
||||
# if disabled, you can do that manually with command /customcrops force [consume/sprinklerwork]
|
||||
# 如果禁用,你可以使用指令/customcrops force [consume/sprinklerwork]手动操作
|
||||
enable: true
|
||||
# Water amount and fertilizer would reduce every two points are gained
|
||||
# As the default point-gain-interval is 600s, so here it would be 1200s(20min = a minecraft day)
|
||||
consume-water-fertilizer-every-x-point: 2
|
||||
# Sprinkler would work every two points are gained
|
||||
sprinkler-work-every-x-point: 2
|
||||
|
||||
# Save cache to file interval (seconds)
|
||||
# set "-1" to disable
|
||||
# 保存缓存的时间间隔 (秒)
|
||||
cache-save-interval: 7500
|
||||
cache-save-interval: 12000
|
||||
# Thread pool settings
|
||||
# 线程池设置
|
||||
thread-pool-settings:
|
||||
|
||||
Reference in New Issue
Block a user