Multiple changes, see below:

Fix replacement of default trees so that it works correctly.  Beeches
now use default tree nodes, but L-systems models.  This redefines the
default tree, wood, leaves, and saplings so that they use moretrees'
textures "Beech" in their descriptions, but only if replacement of
default trees is enabled.

Added backward-compat aliases for this change.

Moved tree replacement mapgen->air aliases to a more logical spot in the
code.

Also, changed out all leaf decay dig_node() calls for nodeupdate(), since the
former calls the latter anyway, and the latter is what does the job.

Increased the palm leaf decay radius to 12.
This commit is contained in:
Vanessa Ezekowitz
2013-04-07 22:09:18 -04:00
parent d877bd51bb
commit 4c198fad78
5 changed files with 98 additions and 24 deletions

View File

@ -44,7 +44,7 @@ moretrees.leafdecay_delay = 2
moretrees.leafdecay_chance = 200
moretrees.leafdecay_radius = 5
moretrees.palm_leafdecay_radius = 8
moretrees.palm_leafdecay_radius = 12
moretrees.default_leafdecay_delay = 3
moretrees.default_leafdecay_chance = 100