Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-09-15 | forgot to update sapling_ongen spawn chance/interval of some trees. | Vanessa Ezekowitz | |
2013-09-14 | add option to spawn saplings instead of fully-grown trees at mapgen | Vanessa Ezekowitz | |
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-02-11 | made leaves depend on the trunks they spawn with to avoid decaying | Vanessa Ezekowitz | |
rather than just any trunk being enough to stop just any leaves from decaying. Re-tuned the leaf decay interval/chance values accordingly. Changed a few variables to avoid possible conflicts. Added a setting to allow one to disable the new leaf decay code. Moved sapling growth code into its own file. Minor changes to comments here and there. Got rid of simple trees list (made the code do various checks in realtime instead, since it's just startup code anyway). Fixed messed-up crafting for jungle trees; condensed most of the crafting code into main craft registry loop. Mostly fixed broken aliases of default jungletrees. |