mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2025-04-04 21:31:28 +02:00
Generate vines and cocoas in v5, v7, etc., too
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user