From 4c198fad78428ac7695626fc39cf6db63d25c7d3 Mon Sep 17 00:00:00 2001 From: Vanessa Ezekowitz Date: Sun, 7 Apr 2013 22:09:18 -0400 Subject: Multiple changes, see below: Fix replacement of default trees so that it works correctly. Beeches now use default tree nodes, but L-systems models. This redefines the default tree, wood, leaves, and saplings so that they use moretrees' textures "Beech" in their descriptions, but only if replacement of default trees is enabled. Added backward-compat aliases for this change. Moved tree replacement mapgen->air aliases to a more logical spot in the code. Also, changed out all leaf decay dig_node() calls for nodeupdate(), since the former calls the latter anyway, and the latter is what does the job. Increased the palm leaf decay radius to 12. --- settings.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'settings.lua') diff --git a/settings.lua b/settings.lua index 9dfb223..66fefeb 100644 --- a/settings.lua +++ b/settings.lua @@ -44,7 +44,7 @@ moretrees.leafdecay_delay = 2 moretrees.leafdecay_chance = 200 moretrees.leafdecay_radius = 5 -moretrees.palm_leafdecay_radius = 8 +moretrees.palm_leafdecay_radius = 12 moretrees.default_leafdecay_delay = 3 moretrees.default_leafdecay_chance = 100 -- cgit v1.2.3