Working on adding a whole new set of trees to the mod
authorVanessa Ezekowitz <vanessaezekowitz@gmail.com>
Sat, 19 Jan 2013 23:36:13 +0000 (18:36 -0500)
committerVanessa Ezekowitz <vanessaezekowitz@gmail.com>
Sun, 20 Jan 2013 04:26:16 +0000 (23:26 -0500)
commit1bd0afbc842aaacbfd7eb31ac88be4f9c08eba5c
tree1fd99a64ab63c90adaf74a29df64bbf1c1b41280
parentc4f79a76cdd052b9553e2c0a35d7a6f7e4f52c37
Working on adding a whole new set of trees to the mod

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.
60 files changed:
README.md
biome_defs.lua [new file with mode: 0644]
init.lua
node_defs.lua [new file with mode: 0644]
textures/moretrees_acorn.png [new file with mode: 0644]
textures/moretrees_apple_tree.png [new file with mode: 0644]
textures/moretrees_apple_tree_leaves.png [new file with mode: 0644]
textures/moretrees_apple_tree_sapling.png [new file with mode: 0644]
textures/moretrees_apple_tree_top.png [new file with mode: 0644]
textures/moretrees_apple_tree_wood.png [new file with mode: 0644]
textures/moretrees_beech.png [new file with mode: 0755]
textures/moretrees_beech_leaves.png [new file with mode: 0755]
textures/moretrees_beech_sapling.png [new file with mode: 0644]
textures/moretrees_beech_top.png [new file with mode: 0755]
textures/moretrees_beech_wood.png [new file with mode: 0644]
textures/moretrees_birch.png [new file with mode: 0644]
textures/moretrees_birch_leaves.png [new file with mode: 0644]
textures/moretrees_birch_sapling.png [new file with mode: 0644]
textures/moretrees_birch_top.png [new file with mode: 0644]
textures/moretrees_birch_wood.png [new file with mode: 0644]
textures/moretrees_coconut.png [new file with mode: 0644]
textures/moretrees_oak.png [new file with mode: 0644]
textures/moretrees_oak_leaves.png [new file with mode: 0644]
textures/moretrees_oak_sapling.png [new file with mode: 0644]
textures/moretrees_oak_top.png [new file with mode: 0644]
textures/moretrees_oak_wood.png [new file with mode: 0644]
textures/moretrees_palm.png [new file with mode: 0644]
textures/moretrees_palm_leaves.png [new file with mode: 0644]
textures/moretrees_palm_sapling.png [new file with mode: 0644]
textures/moretrees_palm_top.png [new file with mode: 0644]
textures/moretrees_palm_wood.png [new file with mode: 0644]
textures/moretrees_pine.png [new file with mode: 0644]
textures/moretrees_pine_cone.png [new file with mode: 0644]
textures/moretrees_pine_leaves.png [new file with mode: 0644]
textures/moretrees_pine_sapling.png [new file with mode: 0644]
textures/moretrees_pine_top.png [new file with mode: 0644]
textures/moretrees_pine_wood.png [new file with mode: 0644]
textures/moretrees_rubber_tree.png [new file with mode: 0644]
textures/moretrees_rubber_tree_leaves.png [new file with mode: 0644]
textures/moretrees_rubber_tree_sapling.png [new file with mode: 0644]
textures/moretrees_rubber_tree_top.png [new file with mode: 0644]
textures/moretrees_rubber_tree_wood.png [new file with mode: 0644]
textures/moretrees_sequoia.png [new file with mode: 0644]
textures/moretrees_sequoia_leaves.png [new file with mode: 0644]
textures/moretrees_sequoia_sapling.png [new file with mode: 0644]
textures/moretrees_sequoia_top.png [new file with mode: 0644]
textures/moretrees_sequoia_wood.png [new file with mode: 0644]
textures/moretrees_spruce.png [new file with mode: 0644]
textures/moretrees_spruce_cone.png [new file with mode: 0644]
textures/moretrees_spruce_leaves.png [new file with mode: 0644]
textures/moretrees_spruce_sapling.png [new file with mode: 0644]
textures/moretrees_spruce_top.png [new file with mode: 0644]
textures/moretrees_spruce_wood.png [new file with mode: 0644]
textures/moretrees_willow.png [new file with mode: 0644]
textures/moretrees_willow_leaves.png [new file with mode: 0644]
textures/moretrees_willow_sapling.png [new file with mode: 0644]
textures/moretrees_willow_top.png [new file with mode: 0644]
textures/moretrees_willow_wood.png [new file with mode: 0644]
tree_biomes.txt [new file with mode: 0644]
tree_models.lua [new file with mode: 0644]