summaryrefslogtreecommitdiff
path: root/tree_models.lua
AgeCommit message (Collapse)Author
2013-01-21Added fir cones, more tweaks to weed out old conifer/jungletree refs.Vanessa Ezekowitz
Changed fir models so that they include the new cones.
2013-01-21Forgot some references to the old jungletrees and conifers nodesVanessa Ezekowitz
when I was weeding out the legacy names and textures. This should fix the last of it.
2013-01-20fixed missing spruce tree conesVanessa Ezekowitz
2013-01-20Enabled several new types of trees, all spawned at mapgen time!Vanessa Ezekowitz
This code will slow the map generator down a little due to bugs therein, and is generally still in the experimental stages, but it works and is actually quite fast!
2013-01-19Working on adding a whole new set of trees to the modVanessa Ezekowitz
Most of the added code written by RealBadAngel Also adds a couple of additional biome controls to jungle trees and conifers. Also adds a text file describing the biome settings in a human-readable manner. At present, this doesn't actually add anything new, it just refactors the code to allow for more trees, and adds a bunch of biome definitions, tree models, textures, etc. but no code to use them, yet.