diff options
author | Vanessa Ezekowitz <vanessaezekowitz@gmail.com> | 2013-03-19 17:01:09 -0400 |
---|---|---|
committer | Vanessa Ezekowitz <vanessaezekowitz@gmail.com> | 2013-03-19 17:01:09 -0400 |
commit | f100397cfd9634ef71d62fca6f4b014ad741e073 (patch) | |
tree | 48114b9b4336afed49303979419691894982513d /settings.lua | |
parent | 3eb576fca67e4d89b4ea3465d51e5104d936c5c8 (diff) |
Jungle nodes are defined and used by minetest_game now,
so we don't need them in moretrees anymore. They're still used by moretrees
to generate out versions of jungletrees, though, and red/green/yellow leaves
are also still provided and defined.
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 |