config: import pack config files

This commit is contained in:
Ophestra 2025-06-23 05:08:29 +09:00
parent b76c650efe
commit 348be6b09f
Signed by: ophestra
SSH key fingerprint: SHA256:57+oNEzV2U/aq2eDPdDtPiJjVykuXMYYJMkcAo8QdRw
128 changed files with 13500 additions and 1 deletions

View file

@ -0,0 +1,12 @@
[general]
#Whether crops are affected by seasons.
seasonal_crops = true
#How crops behave when out of season.
#0 = Grow slowly
#1 = Can't grow
#2 = Break when trying to grow
out_of_season_crop_behavior = 0
#Maximum height level for out of season crops to have fertility underground.
underground_fertility_level = 48
#Whether to include tooltips on crops listing which seasons they're fertile in. Note: This only applies to listed crops.
crop_tooltips = true