summaryrefslogtreecommitdiff
path: root/init.lua
AgeCommit message (Expand)Author
2018-01-09follow minetest lua code style guidelinesHybrid Dog
2017-12-30Use new setting functionsHybrid Dog
2017-08-12remove acacia trees entirely.Vanessa Ezekowitz
2016-07-03Add poplar treeRogier
2016-06-27Make cocos palm regrow coconuts.Rogier
2016-06-27Add date palmRogier
2016-05-18Restore previous pine as cedarRogier
2015-08-15don't copy default settings to user's world folder.Vanessa Ezekowitz
2015-08-15use default leaf decay code for everything.Vanessa Ezekowitz
2015-08-14made birch, spruce, fir, and jungle trees spawn againVanessa Ezekowitz
2015-08-14Use default nodes wherever possibleVanessa Ezekowitz
2015-08-09update to match the renaming of plants_lib --> biome_libVanessa Ezekowitz
2015-07-30use clone-node method to redefine appleVanessa Ezekowitz
2014-12-27use current intllib APIVanessa Ezekowitz
2014-08-24add acacia treesVanessa Ezekowitz
2014-08-15don't register snow:sapling_pine if snow mod isn't installedVanessa Ezekowitz
2014-07-30phase out the old clone_node call. use minetest.override_item() instead.Vanessa Ezekowitz
2014-03-20add support for intllib translation modXanthin
2014-01-30oops, forgot to remove the call to load the old ownership.lua fileVanessa Ezekowitz
2013-11-14fix crash?Vanessa Ezekowitz
2013-11-14Made it possible via moretrees config to force all moretrees, default, andVanessa Ezekowitz
2013-11-07Moretrees' trunks can now be turned sideways when placing,Vanessa Ezekowitz
2013-09-14add option to spawn saplings instead of fully-grown trees at mapgenVanessa Ezekowitz
2013-08-05always read default_settings.txt before reading the world-folder's settings fileVanessa Ezekowitz
2013-06-30Phased out all deprecated minetest.env:* uses in favor of minetest.*Vanessa Ezekowitz
2013-04-17Update 2013-04-17: Got rid of horizontal jungle tree trunk, aliased itVanessa Ezekowitz
2013-04-09forgot to test if the file can be read the second time the mod is run.Vanessa Ezekowitz
2013-04-09Made settings world-specific - look for moretrees_settings.txt in your worldVanessa Ezekowitz
2013-04-08removed all code that tries to disable default trees because the minetest devVanessa Ezekowitz
2013-04-07Multiple changes, see below:Vanessa Ezekowitz
2013-04-06Added settings to enable/disable each tree type, all default to enabled.Vanessa Ezekowitz
2013-02-23Added support for spawning small fir trees in snow biomes. Made jungletreesVanessa Ezekowitz
2013-02-11made leaves depend on the trunks they spawn with to avoid decayingVanessa Ezekowitz
2013-02-11added the ability to redefine apples so that they'll fall when nearby leavesVanessa Ezekowitz
2013-02-11Added ability to do leaf decay on default trees, moved several configurationVanessa Ezekowitz
2013-02-11tuned leaf decay somewhat - palms need a separate ABM because they have suchVanessa Ezekowitz
2013-02-11added leafdecay, fixed broken birch sideways trunk recipe, made all cones +Vanessa Ezekowitz
2013-01-26forgot to reset sapling growth to normal speedVanessa Ezekowitz
2013-01-25Modified tree generation and sapling growth callsVanessa Ezekowitz
2013-01-22fixed a bug where firs sometimes drew as trunks + conesVanessa Ezekowitz
2013-01-21Added fir cones, more tweaks to weed out old conifer/jungletree refs.Vanessa Ezekowitz
2013-01-21Forgot some references to the old jungletrees and conifers nodesVanessa Ezekowitz
2013-01-21weeded out all the old node and texture names from jungletree and conifersVanessa Ezekowitz
2013-01-20disabled beech treesVanessa Ezekowitz
2013-01-20set sapling interval/chance to their defaults, enabled beechVanessa Ezekowitz
2013-01-20Made surface-based sapling growth depend on surface valueVanessa Ezekowitz
2013-01-20typoVanessa Ezekowitz
2013-01-20Added tweak to make sure planted saplings only grow on the same surfaces asVanessa Ezekowitz
2013-01-20fixed birch and spruce always appearing above their planted saplingsVanessa Ezekowitz
2013-01-20disable debugging info, set sapling growth values to normalVanessa Ezekowitz