push the first version of package.
This commit is contained in:
23
overrides/config/ecologics-common.toml
Normal file
23
overrides/config/ecologics-common.toml
Normal file
@@ -0,0 +1,23 @@
|
||||
#Beach Update
|
||||
[beach]
|
||||
#How often (in percentage) should Coconut Crabs spawn when a coconut breaks? Set it to 0.0 to disable this.
|
||||
# Default: 0.2
|
||||
# Range: 0.0 ~ 1.0
|
||||
coconutCrabSpawnChance = 0.2
|
||||
|
||||
#Desert Update
|
||||
[desert]
|
||||
#How often (in percentage) should prickly pears grow when a cactus reaches full height? Set it to 0.0 to disable this.
|
||||
# Default: 1.0
|
||||
# Range: 0.0 ~ 1.0
|
||||
pricklyPearGrowthChance = 1.0
|
||||
|
||||
#Lush Caves Update
|
||||
[lush_caves]
|
||||
#Vanilla Azalea trees will have azalea logs instead of oak logs
|
||||
replaceAzaleaTree = true
|
||||
|
||||
#Plains
|
||||
[plains]
|
||||
#Should Foxes attack Squirrels?
|
||||
foxesAttackSquirrels = true
|
||||
Reference in New Issue
Block a user