Initial commit
This commit is contained in:
16
config/sereneseasons/fertility.toml
Normal file
16
config/sereneseasons/fertility.toml
Normal file
@@ -0,0 +1,16 @@
|
||||
|
||||
[general]
|
||||
#Whether crops are affected by seasons.
|
||||
seasonal_crops = true
|
||||
#Whether to include tooltips on crops listing which seasons they're fertile in. Note: This only applies to listed crops.
|
||||
crop_tooltips = true
|
||||
#How crops behave when out of season.
|
||||
#0 = Grow slowly
|
||||
#1 = Can't grow
|
||||
#2 = Break when trying to grow
|
||||
#Range: 0 ~ 2
|
||||
out_of_season_crop_behavior = 0
|
||||
#Maximum underground Y level out of season crops can be grown below. Set to -1 to disable feature
|
||||
#Range: > -1
|
||||
underground_fertility_level = 48
|
||||
|
||||
8
config/sereneseasons/seasons.toml
Normal file
8
config/sereneseasons/seasons.toml
Normal file
@@ -0,0 +1,8 @@
|
||||
|
||||
#Please be advised that certain season-related options are world-specific and are located in <Path to your world folder>/serverconfig/sereneseasons-server.toml.
|
||||
[weather_settings]
|
||||
#Generate snow and ice during the Winter season
|
||||
generate_snow_ice = true
|
||||
#Change the frequency of rain/snow/storms based on the season
|
||||
change_weather_frequency = true
|
||||
|
||||
Reference in New Issue
Block a user