Go to file
Vanessa Ezekowitz d3e68b3149 Made all leaves draw as cubes in the inventory regardless of whether
they are plantlike or not in the world.  This has the side effect that a
dropped leaf block will look like a flat sprite.  Oh well, no other way
to fix it.

Adjusted the offset of the textures so that leaves place more accurately
in the world (blame this on the engine, it has no option for me to
adjust the precise vertical visual scale independently from the
horizontal scale, so I have to fake it with the textures).
2013-11-14 20:39:07 -05:00
textures Made all leaves draw as cubes in the inventory regardless of whether 2013-11-14 20:39:07 -05: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 Made it possible via moretrees config to force all moretrees, default, and 2013-11-14 18:05:37 -05:00
depends.txt Made moreblocks dependency optional and configurable 2013-07-22 03:55:12 -04:00
init.lua Made it possible via moretrees config to force all moretrees, default, and 2013-11-14 18:05:37 -05:00
leafdecay.lua Made it possible via moretrees config to force all moretrees, default, and 2013-11-14 18:05:37 -05:00
node_defs.lua Made all leaves draw as cubes in the inventory regardless of whether 2013-11-14 20:39:07 -05:00
ownership.lua Moretrees' trunks can now be turned sideways when placing, 2013-11-07 21:01:09 -05:00
saplings.lua forgot to update sapling_ongen spawn chance/interval of some trees. 2013-09-15 01:56:30 -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 oops, dropped an alias that caused jungle trees to spawn without trunks! 2013-09-15 01:52:08 -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