From f100397cfd9634ef71d62fca6f4b014ad741e073 Mon Sep 17 00:00:00 2001 From: Vanessa Ezekowitz Date: Tue, 19 Mar 2013 17:01:09 -0400 Subject: Jungle nodes are defined and used by minetest_game now, so we don't need them in moretrees anymore. They're still used by moretrees to generate out versions of jungletrees, though, and red/green/yellow leaves are also still provided and defined. --- settings.lua | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'settings.lua') diff --git a/settings.lua b/settings.lua index 85a3a5d..9311cd3 100644 --- a/settings.lua +++ b/settings.lua @@ -1,8 +1,10 @@ -- Global configuration variables --- Enable replacement of default trees with birch if you want but be warned - --- due to bugs in the speed of the engine's map generator/loader, doing so\ --- will slow it WAY down. +-- Enable replacement of default trees with beech if you want but be warned - +-- due to bugs in the speed of the engine's map generator/loader, doing so +-- will slow it WAY down. Note: The code that uses this variable is in +-- leafdecay.lua because of how it interacts with settings related to that +-- function. moretrees.enable_replace_default_trees = false -- cgit v1.2.3