1
0
mirror of https://github.com/mt-mods/moretrees.git synced 2025-06-30 07:01:12 +02:00

removed all code that tries to disable default trees because the minetest dev

team is being completely obstinant about letting me properly disable them from
this mod.

Instead, made beech trees respond to enable flags in settings.lua (disabled by
default).  If you want beeches, turn that flag on in settings.lua and remove
the "trees" flag from yourworld/map_meta.txt in the mg_flags line.
This commit is contained in:
Vanessa Ezekowitz
2013-04-08 22:54:22 -04:00
parent 4c198fad78
commit 4184caa641
4 changed files with 11 additions and 98 deletions

View File

@ -13,13 +13,7 @@ moretrees.enable_birch = true
moretrees.enable_spruce = true
moretrees.enable_jungle_tree = true
moretrees.enable_fir = true
-- Enable replacement of default trees with moretrees beech.
-- 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 = true
moretrees.enable_beech = false
-- Set this to true to enable leaf decay of all trees except the default ones.