From 4184caa64134fae63c31d3699b55dd4c150f3f8a Mon Sep 17 00:00:00 2001 From: Vanessa Ezekowitz Date: Mon, 8 Apr 2013 22:54:22 -0400 Subject: 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. --- biome_defs.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'biome_defs.lua') diff --git a/biome_defs.lua b/biome_defs.lua index b92c2d6..323433c 100644 --- a/biome_defs.lua +++ b/biome_defs.lua @@ -2,10 +2,10 @@ moretrees.beech_biome = { surface = "default:dirt_with_grass", avoid_nodes = moretrees.avoidnodes, - avoid_radius = 10, + avoid_radius = 8, seed_diff = 2, rarity = 50, - max_count = 15, + max_count = 20, } moretrees.palm_biome = { -- cgit v1.2.3