Age | Commit message (Expand) | Author |
2014-07-30 | phase out the old clone_node call. use minetest.override_item() instead. | Vanessa Ezekowitz |
2014-03-20 | add support for intllib translation mod | Xanthin |
2014-01-30 | oops, forgot to remove the call to load the old ownership.lua file | Vanessa Ezekowitz |
2013-11-14 | fix crash? | Vanessa Ezekowitz |
2013-11-14 | Made it possible via moretrees config to force all moretrees, default, and | Vanessa Ezekowitz |
2013-11-07 | Moretrees' trunks can now be turned sideways when placing, | Vanessa Ezekowitz |
2013-09-14 | add option to spawn saplings instead of fully-grown trees at mapgen | Vanessa Ezekowitz |
2013-08-05 | always read default_settings.txt before reading the world-folder's settings file | Vanessa Ezekowitz |
2013-06-30 | Phased out all deprecated minetest.env:* uses in favor of minetest.* | Vanessa Ezekowitz |
2013-04-17 | Update 2013-04-17: Got rid of horizontal jungle tree trunk, aliased it | Vanessa Ezekowitz |
2013-04-09 | forgot to test if the file can be read the second time the mod is run. | Vanessa Ezekowitz |
2013-04-09 | Made settings world-specific - look for moretrees_settings.txt in your world | Vanessa Ezekowitz |
2013-04-08 | removed all code that tries to disable default trees because the minetest dev | Vanessa Ezekowitz |
2013-04-07 | Multiple changes, see below: | Vanessa Ezekowitz |
2013-04-06 | Added settings to enable/disable each tree type, all default to enabled. | Vanessa Ezekowitz |
2013-02-23 | Added support for spawning small fir trees in snow biomes. Made jungletrees | Vanessa Ezekowitz |
2013-02-11 | made leaves depend on the trunks they spawn with to avoid decaying | Vanessa Ezekowitz |
2013-02-11 | added the ability to redefine apples so that they'll fall when nearby leaves | Vanessa Ezekowitz |
2013-02-11 | Added ability to do leaf decay on default trees, moved several configuration | Vanessa Ezekowitz |
2013-02-11 | tuned leaf decay somewhat - palms need a separate ABM because they have such | Vanessa Ezekowitz |
2013-02-11 | added leafdecay, fixed broken birch sideways trunk recipe, made all cones + | Vanessa Ezekowitz |
2013-01-26 | forgot to reset sapling growth to normal speed | Vanessa Ezekowitz |
2013-01-25 | Modified tree generation and sapling growth calls | Vanessa Ezekowitz |
2013-01-22 | fixed a bug where firs sometimes drew as trunks + cones | Vanessa Ezekowitz |
2013-01-21 | Added fir cones, more tweaks to weed out old conifer/jungletree refs. | Vanessa Ezekowitz |
2013-01-21 | Forgot some references to the old jungletrees and conifers nodes | Vanessa Ezekowitz |
2013-01-21 | weeded out all the old node and texture names from jungletree and conifers | Vanessa Ezekowitz |
2013-01-20 | disabled beech trees | Vanessa Ezekowitz |
2013-01-20 | set sapling interval/chance to their defaults, enabled beech | Vanessa Ezekowitz |
2013-01-20 | Made surface-based sapling growth depend on surface value | Vanessa Ezekowitz |
2013-01-20 | typo | Vanessa Ezekowitz |
2013-01-20 | Added tweak to make sure planted saplings only grow on the same surfaces as | Vanessa Ezekowitz |
2013-01-20 | fixed birch and spruce always appearing above their planted saplings | Vanessa Ezekowitz |
2013-01-20 | disable debugging info, set sapling growth values to normal | Vanessa Ezekowitz |
2013-01-20 | Added sapling spawning, tuned rarity of some of the trees. | Vanessa Ezekowitz |
2013-01-20 | updated the date in init.lua | Vanessa Ezekowitz |
2013-01-20 | Enabled several new types of trees, all spawned at mapgen time! | Vanessa Ezekowitz |
2013-01-19 | Working on adding a whole new set of trees to the mod | Vanessa Ezekowitz |
2013-01-19 | just tweaks to the names of some table entries. | Vanessa Ezekowitz |
2013-01-19 | Transition trees to only spawn at mapgen time instead of using abms | Vanessa Ezekowitz |
2013-01-18 | make trees spawn as saplings only at mapgen time | Vanessa Ezekowitz |
2013-01-13 | fixed a bug in conifers generation - I left out a few variable slots | Vanessa Ezekowitz |
2013-01-11 | made jungle trees spawn farther apart (was 8, now 15 nodes). Made them need | Vanessa Ezekowitz |
2013-01-11 | Added feature to check for air surrounding a tree's target spawn location, so | Vanessa Ezekowitz |
2013-01-11 | made all trees require default:dirt_with_grass in all 8 of the nodes that | Vanessa Ezekowitz |
2013-01-11 | Added more variety to jungle trees and conifers shapes | Vanessa Ezekowitz |
2013-01-09 | typo | Vanessa Ezekowitz |
2013-01-09 | fixed a minor drop bug in leaves, they were giving unknown items on dig. | Vanessa Ezekowitz |
2013-01-09 | tweaked comments at the top of init.lua | Vanessa Ezekowitz |
2013-01-09 | first commit | Vanessa Ezekowitz |