forked from VoxeLibre/VoxeLibre
Smaller jungle areas without vines
This commit is contained in:
parent
559e3d68bc
commit
f7b4d87482
|
@ -1126,7 +1126,7 @@ local function generate_jungle_tree_decorations(minp, maxp)
|
||||||
|
|
||||||
local nn = minetest.get_node(pos).name
|
local nn = minetest.get_node(pos).name
|
||||||
|
|
||||||
if perlin_vines:get2d(pos) > 0.1 and perlin_vines_fine:get3d(pos) > math.max(0.3333, perlin_vines_density:get2d(pos)) and nn == "air" then
|
if perlin_vines:get2d(pos) > -0.1 and perlin_vines_fine:get3d(pos) > math.max(0.3333, perlin_vines_density:get2d(pos)) and nn == "air" then
|
||||||
|
|
||||||
local newnode = {
|
local newnode = {
|
||||||
name = "mcl_core:vine",
|
name = "mcl_core:vine",
|
||||||
|
|
Loading…
Reference in New Issue