mirror of
https://github.com/xHyroM/aetheria.git
synced 2024-11-10 01:58:06 +01:00
26 lines
1.2 KiB
TOML
Executable file
26 lines
1.2 KiB
TOML
Executable file
|
|
#Vanilla Trees Settings
|
|
[vanilla]
|
|
#Right clicking with a vanilla sapling places a dynamic sapling instead.
|
|
replaceVanillaSapling = false
|
|
#Crimson Fungus and Warped Fungus that sprout from nylium will be dynamic instead.
|
|
replaceNyliumFungi = true
|
|
#If enabled, cancels the non-dynamic trees that spawn with vanilla villages.
|
|
cancelVanillaVillageTrees = true
|
|
|
|
#Miscellaneous Settings
|
|
[misc]
|
|
#If enabled, dirt bucket recipes will be automatically generated.
|
|
generateDirtBucketRecipes = true
|
|
|
|
#Mod Integration Settings
|
|
[integration]
|
|
#The mod ID of preferred season mod. If a season provider for this mod ID is present, it will be used for integration with seasons. Set this to "!" to disable integration or "*" to accept the any integration (the first available).
|
|
preferredSeasonMod = "*"
|
|
#If enabled, seed drop rates will be multiplied based on the current season (requires serene seasons).
|
|
enableSeasonalSeedDropFactor = true
|
|
#If enabled, growth rates will be multiplied based on the current season (requires serene seasons).
|
|
enableSeasonalGrowthFactor = true
|
|
#If enabled, fruit production rates will be multiplied based on the current season (requires serene seasons).
|
|
enableSeasonalFruitProductionFactor = true
|
|
|