From d2914f9bbf0bdce44a27b42842786760a537f04c Mon Sep 17 00:00:00 2001 From: XiaoMoMi <972454774@qq.com> Date: Sun, 11 Jun 2023 15:34:35 +0800 Subject: [PATCH] Updated REAMME.md --- README.md | 4 ++-- src/main/resources/config.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c3f4d4d..ee30fee 100644 --- a/README.md +++ b/README.md @@ -11,5 +11,5 @@ https://afdian.net/@xiaomomi https://polymart.org/resource/customcrops.2625 ### How to compile -Just compile it with gradle build. Some premium plugins are used as -local libraries. If you don't need those integrations just remove them! \ No newline at end of file + +Execute gradle build in your IDLE and get the jar in /libs/build folder \ No newline at end of file diff --git a/src/main/resources/config.yml b/src/main/resources/config.yml index d22bd07..8268b7a 100644 --- a/src/main/resources/config.yml +++ b/src/main/resources/config.yml @@ -23,12 +23,12 @@ worlds: - world schedule-system: - # if disabled, you can do that manually with command /customcrops force [consume/sprinklerwork/cropgrow] or API + # If disabled, you can do that manually with command /customcrops force [consume/sprinklerwork/cropgrow] or API methods # 如果禁用,你可以使用指令/customcrops force [consume/sprinklerwork/cropgrow]手动操作或使用API enable: true # The average interval for a crop to gain one point (measured in seconds) # 平均每个农作物获得一生长点的时间间隔(秒) - point-gain-interval: 400 + point-gain-interval: 300 # Water amount and fertilizer would reduce every 3 points are gained # set it to -1 if you don't want CustomCrops to control consumption/sprinkler tasks # 默认每3个生长点进行一次水分、肥料消耗