More trees!
Go to file
Vanessa Ezekowitz 4c198fad78 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.
2013-04-07 22:09:18 -04:00
textures removed redundant jungle textures 2013-03-19 17:03:03 -04:00
.gitignore got rid of backup files 2013-01-09 22:31:37 -05:00
README.md Update README.md 2013-02-27 13:50:43 -05:00
biome_defs.lua Added support for spawning small fir trees in snow biomes. Made jungletrees 2013-02-23 12:34:01 -05:00
crafts.lua added fuel recipes for saplings, and for moretrees leaves group. 2013-02-21 22:35:31 -05:00
depends.txt first commit 2013-01-09 21:35:50 -05:00
init.lua Multiple changes, see below: 2013-04-07 22:09:18 -04:00
leafdecay.lua Multiple changes, see below: 2013-04-07 22:09:18 -04:00
node_defs.lua Multiple changes, see below: 2013-04-07 22:09:18 -04:00
saplings.lua made leaves depend on the trunks they spawn with to avoid decaying 2013-02-11 22:07:40 -05:00
settings.lua Multiple changes, see below: 2013-04-07 22:09:18 -04:00
tree_biomes.txt Added support for spawning small fir trees in snow biomes. Made jungletrees 2013-02-23 12:34:01 -05:00
tree_models.lua Multiple changes, see below: 2013-04-07 22:09:18 -04:00

README.md

More trees!

This mod adds a whole bunch of new types of trees to the game

Much of the code here came from cisoun's conifers mod and bas080's jungle trees mod, and big contributions by RealBadAngel.

Brought together into one mod and made L-systems compatible by Vanessa Ezekowitz.

License: WTFPL

Dependencies: plants_lib and default