mirror of
https://github.com/Xiao-MoMi/Custom-Crops.git
synced 2025-12-20 07:29:27 +00:00
Updated REAMME.md
This commit is contained in:
@@ -11,5 +11,5 @@ https://afdian.net/@xiaomomi
|
|||||||
https://polymart.org/resource/customcrops.2625
|
https://polymart.org/resource/customcrops.2625
|
||||||
|
|
||||||
### How to compile
|
### 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!
|
Execute gradle build in your IDLE and get the jar in /libs/build folder
|
||||||
@@ -23,12 +23,12 @@ worlds:
|
|||||||
- world
|
- world
|
||||||
|
|
||||||
schedule-system:
|
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
|
# 如果禁用,你可以使用指令/customcrops force [consume/sprinklerwork/cropgrow]手动操作或使用API
|
||||||
enable: true
|
enable: true
|
||||||
# The average interval for a crop to gain one point (measured in seconds)
|
# 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
|
# 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
|
# set it to -1 if you don't want CustomCrops to control consumption/sprinkler tasks
|
||||||
# 默认每3个生长点进行一次水分、肥料消耗
|
# 默认每3个生长点进行一次水分、肥料消耗
|
||||||
|
|||||||
Reference in New Issue
Block a user