Multiple changes, see below:
authorVanessa Ezekowitz <vanessaezekowitz@gmail.com>
Mon, 8 Apr 2013 02:09:18 +0000 (22:09 -0400)
committerVanessa Ezekowitz <vanessaezekowitz@gmail.com>
Mon, 8 Apr 2013 02:09:18 +0000 (22:09 -0400)
commit4c198fad78428ac7695626fc39cf6db63d25c7d3
tree98ab0b563791f28011792c4d831ef1a37ba239f7
parentd877bd51bb0246addc01477396af31c6d67fe0f4
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.
init.lua
leafdecay.lua
node_defs.lua
settings.lua
tree_models.lua