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.
This commit is contained in:
Vanessa Ezekowitz
2013-03-19 17:01:09 -04:00
parent 3eb576fca6
commit f100397cfd
3 changed files with 84 additions and 82 deletions

View File

@ -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