summaryrefslogtreecommitdiff
path: root/node_defs.lua
AgeCommit message (Expand)Author
2017-08-12explicitly describe on-generated saplingsVanessa Ezekowitz
2017-08-12don't add "waving" to default leaves/jungle leavesVanessa Ezekowitz
2017-08-12spacing fixesVanessa Ezekowitz
2017-08-12remove acacia trees entirely.Vanessa Ezekowitz
2017-03-30fix broken leafdecay on jungle tree and fir treeVanessa Ezekowitz
2017-03-15set is_ground_content properlyVanessa Ezekowitz
2017-03-14use new minetest_game leafdecay APIVanessa Ezekowitz
2017-02-10adapt plantlike leaves' scale for current engineVanessa Ezekowitz
2016-08-21pine_sapling_ongen -> cedar_sapling_ongen aliasVanessa 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-21fix aliasVanessa Ezekowitz
2015-08-17fix copy&paste error in green -> default jungle leaves aliasVanessa Ezekowitz
2015-08-15fix bad texture refs on saplingsVanessa 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-07-30use clone-node method to redefine appleVanessa Ezekowitz
2015-07-19don't define acacia and pine nodes - alias them to the default ones insteadVanessa Ezekowitz
2015-07-19add support for the default stairs modVanessa Ezekowitz
2014-12-27use current intllib APIVanessa Ezekowitz
2014-12-18plantlike leaves images are obsolete now due to fixes in the engine.Vanessa Ezekowitz
2014-08-24add acacia treesVanessa Ezekowitz
2014-08-13Remove failed attempt at manual placement flagZefram
2014-08-06do the same for that mod's leaves and saplingVanessa Ezekowitz
2014-08-06alias old farming:rubber_tree_full to moretrees:rubber_tree_trunkVanessa Ezekowitz
2014-07-30phase out the old clone_node call. use minetest.override_item() instead.Vanessa Ezekowitz
2014-07-13bright fir leaves need to drop themselves, not their dark counterpartsVanessa Ezekowitz
2014-06-16updated to match current moreblocks/stairsplus APIVanessa Ezekowitz
2014-04-21aliases for jungle tree trunk and planksZefram
2014-03-20add support for intllib translation modXanthin
2014-03-12added intllib function for translationXanthin
2014-01-30Get rid of old ownership code, use Minetest's own code insteadVanessa Ezekowitz
2014-01-16Put all saplings into "sapling" groupVanessa Ezekowitz
2014-01-13incorrect check for drop rarity for palmsVanessa Ezekowitz
2013-12-25make jungletree leaves wave (how the hell did I miss this?)Vanessa Ezekowitz
2013-12-15local-ize several variablesVanessa Ezekowitz
2013-11-27oops, extra commaVanessa Ezekowitz
2013-11-27oops, put that flag in the wrong placeVanessa Ezekowitz
2013-11-27Add a metadata flag that's set when an empty rubber tree is placed inVanessa Ezekowitz
2013-11-27Add waving=1 (equivalent) to all leaves nodes, but only whenVanessa Ezekowitz
2013-11-22Clean up code that redefines default leaves and default jungle leavesVanessa Ezekowitz
2013-11-21Actually make the leaf waving work rightVanessa Ezekowitz
2013-11-21Make leaves wave when shaders are on and regular cubical drawtype is selected.Vanessa Ezekowitz
2013-11-16fix crash when regular cubical leaves mode is enabledVanessa Ezekowitz
2013-11-14Made all leaves draw as cubes in the inventory regardless of whetherVanessa Ezekowitz
2013-11-14fix incorrect clone_node() callVanessa Ezekowitz
2013-11-14Use clone node method to redefine the default appleVanessa Ezekowitz