Generate vines and cocoas in v5, v7, etc., too

This commit is contained in:
Wuzzy 2017-08-21 02:28:15 +02:00
parent b34c4ad497
commit 1f40c86754
1 changed files with 95 additions and 98 deletions

View File

@ -903,8 +903,6 @@ local lvm_buffer = {}
-- Generate cocoas and vines at jungle trees within the bounding box
local function generate_jungle_tree_decorations(minp, maxp)
if mg_name == "v6" then
if maxp.y < 0 then
return
end
@ -1021,7 +1019,6 @@ local function generate_jungle_tree_decorations(minp, maxp)
end
end
end
end
-- Generate mushrooms in caves
local generate_underground_mushrooms = function(minp, maxp)