summaryrefslogtreecommitdiff
path: root/init.lua
AgeCommit message (Expand)Author
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
2013-01-20Added sapling spawning, tuned rarity of some of the trees.Vanessa Ezekowitz
2013-01-20updated the date in init.luaVanessa Ezekowitz
2013-01-20Enabled several new types of trees, all spawned at mapgen time!Vanessa Ezekowitz
2013-01-19Working on adding a whole new set of trees to the modVanessa Ezekowitz
2013-01-19just tweaks to the names of some table entries.Vanessa Ezekowitz
2013-01-19Transition trees to only spawn at mapgen time instead of using abmsVanessa Ezekowitz
2013-01-18make trees spawn as saplings only at mapgen timeVanessa Ezekowitz
2013-01-13fixed a bug in conifers generation - I left out a few variable slotsVanessa Ezekowitz
2013-01-11made jungle trees spawn farther apart (was 8, now 15 nodes). Made them needVanessa Ezekowitz
2013-01-11Added feature to check for air surrounding a tree's target spawn location, soVanessa Ezekowitz
2013-01-11made all trees require default:dirt_with_grass in all 8 of the nodes thatVanessa Ezekowitz
2013-01-11Added more variety to jungle trees and conifers shapesVanessa Ezekowitz
2013-01-09typoVanessa Ezekowitz
2013-01-09fixed a minor drop bug in leaves, they were giving unknown items on dig.Vanessa Ezekowitz
2013-01-09tweaked comments at the top of init.luaVanessa Ezekowitz
2013-01-09first commitVanessa Ezekowitz