Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

更新节气配置文件 为下一次构建 #218

Merged
merged 2 commits into from
Nov 2, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
39 changes: 28 additions & 11 deletions jiachen/config/eclipticseasons-common.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[Temperature]
#Ice or snow layer will melt in warm place..
IceAndSnowMelt = true
#Ice or snow layer will melt in warm place.
IceAndSnowMelt = false
#Add heat stroke effect in summer noon while in hot biome.
HeatStroke = false

Expand All @@ -11,21 +11,38 @@
#The index of the initial solar term.
#Range: 1 ~ 24
InitialSolarTermIndex = 1
#Enable seasonal crop.
EnableSeasonalCrop = true
#Enable solar term change inform.
EnableInform = true

[Debug]
#Enable debug option to detect illegal use of functions.
Debug = false
#Without snowy block under the light blocks which level is 0.
NotSnowyUnderLight0 = true

[Weather]
#Enable solar term weather system with biome.
UseSolarWeather = true
#Set the percentage multiplier of the probability of rain, the range should be between 0 and 1000.
#Range: 0 ~ 1000
RainChancePercentMultiplier = 5
#Set the percentage multiplier of the probability of thunder in the rain, the range should be between 0 and 1000.
#Range: 0 ~ 1000
ThunderChancePercentMultiplier = 0

[Debug]
#Enable debug option to detect illegal use of functions.
Debug = false
#Enable solar term weather system.
UseSolarWeather = true
#Without snowy block under the light blocks which level is 0.
NotSnowyUnderLight = true
[Crop]
#Enable crop season control.
EnableSeasonalCrop = true
#How much chance can crop grow in wrong season.
#Range: 0.0 ~ 1.0
CropGrowChanceInWrongSeason = 0.25
#Enable crop humidity control.
EnableCropHumidityControl = true

[Animal]
#Enable seasonal animal breed.
EnableSeasonalBreed = false
#Enable seasonal bee behavior, bee would like spring and not like winter and cold.
EnableSeasonalBee = false
#Enable seasonal fishing behavior, let enjoy summer.
EnableSeasonalFishing = false