More trees!
Go to file
Vanessa Ezekowitz fad79d86b7 add option to spawn saplings instead of fully-grown trees at mapgen
time.  Such saplings will grow very quickly into a tree, compared to a
planted sapling.  Defaults to spawning saplings.

add custom jungle tree sapling, alias default one to that, so that
moretrees will be able to grow its own jungle trees.

fix tree density bug
2013-09-14 22:44:32 -04:00
textures Fixes mixup of textures. 2013-09-09 15:55:28 +02:00
.gitignore got rid of backup files 2013-01-09 22:31:37 -05:00
LICENSE Replaced LICENSE file with a complete and clear version. The version 2013-09-09 15:44:50 +02:00
README.md add license file 2013-07-18 12:32:53 -04:00
biome_defs.lua removed all code that tries to disable default trees because the minetest dev 2013-04-08 22:54:22 -04:00
crafts.lua Update 2013-04-17: Got rid of horizontal jungle tree trunk, aliased it 2013-04-17 19:30:17 -04:00
default_settings.txt add option to spawn saplings instead of fully-grown trees at mapgen 2013-09-14 22:44:32 -04:00
depends.txt Made moreblocks dependency optional and configurable 2013-07-22 03:55:12 -04:00
init.lua add option to spawn saplings instead of fully-grown trees at mapgen 2013-09-14 22:44:32 -04:00
leafdecay.lua Phased out all deprecated minetest.env:* uses in favor of minetest.* 2013-06-30 23:55:07 -04:00
node_defs.lua add option to spawn saplings instead of fully-grown trees at mapgen 2013-09-14 22:44:32 -04:00
saplings.lua add option to spawn saplings instead of fully-grown trees at mapgen 2013-09-14 22:44:32 -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.

Dependencies: plants_lib and default