Farming: Soya was spawned too much => doubled avoid radius, added min_elevation=0

master
Pitriss 2014-02-24 21:39:40 +01:00
parent 7c2283863b
commit aaa86175dd
1 changed files with 2 additions and 1 deletions

View File

@ -640,7 +640,8 @@ local biome = {
near_nodes_size = 2,
near_nodes_vertical = 2,
avoid_nodes = {"farming:soy_4"},
avoid_radius = 10,
avoid_radius = 20,
min_elevation = 0,
}
plantslib:spawn_on_surfaces(biome)