More trees!
Go to file
Vanessa Ezekowitz 4db9b3076d Modified tree generation and sapling growth calls
to comply with new plantlife API

In addition to that, there have been numerous other, smaller changes:

* Tweaked palm tree model to add coconuts

* Tweaked size of all "fruit" items (really just cones).  Rotated their images
  in inventory and wield.

* Changed descriptions of sideways trunks to "Sideways Xxxx Trunk"

* Tweaked names of jungle tree leaves to be Jungle Tree Leaves (Xxxx)

* Moved jungletree trunk, sideways trunk, sapling into nodedef loop

* Renamed trunks and trunk tops to bear "_trunk" and "_trunk_top" in their
  filenames.

* Added copies of default jungle tree trunks and tops, with naming similar to
  the above change.

* Re-arranged init.lua to put all leaves/needles definitions in one place.

* Deleted some outdated textures.

* combined leaves definitions back into main loop with an exception for
  jungletrees (if that one is called for, it is skipped, because leaves for
  those trees are explicitly defined later)

* Made all leaves drop saplings when dug, 1/20 chance.

* Added leafdecay radii to main tree table but disabled the use of it.  To be
  implemented in the future.  Disabled leaf decay for firs.
2013-01-25 16:10:28 -05:00
textures Modified tree generation and sapling growth calls 2013-01-25 16:10:28 -05:00
.gitignore got rid of backup files 2013-01-09 22:31:37 -05:00
README.md Working on adding a whole new set of trees to the mod 2013-01-19 23:26:16 -05:00
biome_defs.lua added an additional density control to the tree biomes to further limit how 2013-01-21 23:43:15 -05:00
crafts.lua added wood planks for fir trees. 2013-01-22 12:58:16 -05:00
depends.txt first commit 2013-01-09 21:35:50 -05:00
init.lua Modified tree generation and sapling growth calls 2013-01-25 16:10:28 -05:00
node_defs.lua Modified tree generation and sapling growth calls 2013-01-25 16:10:28 -05:00
tree_biomes.txt Added fir cones, more tweaks to weed out old conifer/jungletree refs. 2013-01-21 21:08:11 -05:00
tree_models.lua Modified tree generation and sapling growth calls 2013-01-25 16:10:28 -05: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 (or plantlife modpack), default