diff --git a/biome_defs.lua b/biome_defs.lua index c080ed0..e54f7ba 100644 --- a/biome_defs.lua +++ b/biome_defs.lua @@ -177,6 +177,7 @@ moretrees.cedar_biome = { avoid_nodes = moretrees.avoidnodes, avoid_radius = 10, seed_diff = 336, + min_elevation = 0, --Added to solve an issue where cedar trees would sometimes spawn deep underground near_nodes = {"default:water_source"}, near_nodes_size = 15, near_nodes_count = 5,