summaryrefslogtreecommitdiff
path: root/biome_defs.lua
diff options
context:
space:
mode:
Diffstat (limited to 'biome_defs.lua')
-rw-r--r--biome_defs.lua4
1 files changed, 2 insertions, 2 deletions
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 = {