diff options
Diffstat (limited to 'settings.lua')
-rw-r--r-- | settings.lua | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/settings.lua b/settings.lua index 85a3a5d..9311cd3 100644 --- a/settings.lua +++ b/settings.lua @@ -1,8 +1,10 @@ -- Global configuration variables --- Enable replacement of default trees with birch if you want but be warned - --- due to bugs in the speed of the engine's map generator/loader, doing so\ --- will slow it WAY down. +-- Enable replacement of default trees with beech if you want but be warned - +-- due to bugs in the speed of the engine's map generator/loader, doing so +-- will slow it WAY down. Note: The code that uses this variable is in +-- leafdecay.lua because of how it interacts with settings related to that +-- function. moretrees.enable_replace_default_trees = false |